@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/template-fonts/Montserrat-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/template-fonts/Montserrat-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat Light";
  font-style: normal;
  font-weight: 300;
  src: url("/template-fonts/Montserrat-Light.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/template-fonts/Montserrat-SemiBold.otf") format("opentype");
}

:root {
  --bg: #e0dbd1;
  --bg-soft: #f5f1ea;
  --panel: rgba(255, 252, 247, 0.88);
  --panel-strong: #fbf8f2;
  --text: #3c3c3b;
  --muted: #706c68;
  --accent: #9e4f3d;
  --accent-dark: #874233;
  --accent-soft: rgba(158, 79, 61, 0.1);
  --line: rgba(110, 95, 83, 0.22);
  --line-strong: rgba(110, 95, 83, 0.35);
  --shadow: 0 24px 60px rgba(71, 45, 28, 0.12);
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(158, 79, 61, 0.18), transparent 30%),
    linear-gradient(180deg, #f4efe6 0%, #e3ddd4 42%, #ddd7cc 100%);
}

body,
.content-wrapper,
.right-side {
  background-color: transparent;
}

.wrapper {
  background: transparent;
}

.content-wrapper,
.right-side {
  min-height: calc(100vh - 50px);
}

.content {
  padding: 26px 24px 34px 24px;
}

.skin-black .wrapper,
.skin-black .main-sidebar,
.skin-black .left-side {
  background-color: transparent !important;
}

.skin-black .main-header .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 24px;
  background: rgba(247, 242, 235, 0.92) !important;
  color: var(--text) !important;
  border-right: 1px solid rgba(60, 60, 59, 0.08);
  border-bottom: 1px solid rgba(60, 60, 59, 0.08);
  backdrop-filter: blur(12px);
}

.skin-black .main-header .navbar {
  background: rgba(247, 242, 235, 0.86) !important;
  border-bottom: 1px solid rgba(60, 60, 59, 0.08);
  backdrop-filter: blur(12px);
}

.main-header .sidebar-toggle {
  padding: 15px 22px;
}

.main-header .sidebar-toggle:before {
  content: "\24D8" !important;
  font-family: "Montserrat SemiBold", sans-serif !important;
  font-size: 19px;
  color: var(--accent) !important;
}

.main-header .sidebar-toggle:hover,
.main-header .sidebar-toggle:focus {
  background: rgba(158, 79, 61, 0.08) !important;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
  line-height: 1;
}

.header-brand-logo {
  display: block;
  width: 112px;
  height: 28px;
  object-fit: contain;
  object-position: left center;
  flex: 0 0 auto;
}

.wp-title {
  color: var(--text);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.skin-black .main-sidebar {
  padding-top: 50px;
  background:
    linear-gradient(180deg, rgba(247, 242, 235, 0.94) 0%, rgba(236, 228, 216, 0.96) 100%) !important;
  border-right: 1px solid rgba(60, 60, 59, 0.08);
  backdrop-filter: blur(16px);
}

.sidebar {
  padding-bottom: 28px;
}

.sidebar-pad {
  padding: 24px 22px 34px 22px;
}

.sidebar-pad h4 {
  margin: 0 0 10px 0;
  color: var(--accent);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sidebar-pad label,
.sidebar-pad h4,
.hint,
label,
input,
button,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

.hint,
.sidebar-pad .hint {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.sidebar-pad ul.hint {
  margin: 0;
  padding-left: 18px;
}

.sidebar-pad hr {
  border-top: 1px solid var(--line);
  margin: 18px 0;
}

.skin-black .sidebar-menu>li>a {
  color: var(--text) !important;
  border-left: 3px solid transparent;
}

.skin-black .sidebar-menu>li.active>a {
  background: rgba(158, 79, 61, 0.08) !important;
  border-left-color: var(--accent) !important;
}

.box {
  position: relative;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(251, 248, 242, 0.97) 0%, rgba(245, 240, 233, 0.94) 100%);
  box-shadow: none !important;
  overflow: hidden;
}

.box.box-solid,
.box-default,
.box.box-primary,
.box.box-success,
.box.box-info,
.box.box-warning,
.box.box-danger {
  border-top: 2px !important;
}

.box:before {
  display: none;
}

.box-header {
  padding: 24px 28px 14px 28px;
  border-bottom: 0 !important;
}

.box-title {
  color: var(--accent);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.box-body {
  padding: 22px 28px 28px 28px;
}

p {
  color: var(--text);
  line-height: 1.65;
  margin: 2 0 14px 0;
}

.form-group>label {
  margin-bottom: 8px;
  color: var(--text);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-control,
.selectize-input {
  min-height: 50px;
  border-radius: 3px !important;
  border: 1px solid rgba(158, 79, 61, 0.18) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  color: var(--text) !important;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.focus,
.selectize-control.multi .selectize-input,
.selectize-control.multi .selectize-input.has-items {
  border-radius: 1px !important;
}

.form-control {
  padding: 12px 16px;
}

.form-control:focus,
.selectize-input.focus,
.selectize-input.dropdown-active {
  border-color: rgba(158, 79, 61, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(158, 79, 61, 0.08) !important;
}

.selectize-control.single .selectize-input:after {
  border-top-color: var(--accent) !important;
  right: 16px !important;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  border-bottom-color: var(--accent) !important;
}

.selectize-dropdown {
  border-radius: 1px !important;
  border: 1px solid rgba(158, 79, 61, 0.14) !important;
  box-shadow: 0 18px 32px rgba(55, 38, 28, 0.12);
}

.selectize-dropdown .option {
  padding: 10px 14px;
}

.selectize-dropdown .option.active {
  background: rgba(158, 79, 61, 0.08) !important;
  color: var(--text) !important;
}

.checkbox label,
.radio label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.btn {
  min-height: 48px;
  padding: 12px 22px !important;
  border-radius: 4px !important;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(64, 42, 26, 0.12);
}

.btn-primary {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%) !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(180deg, #ab5a47 0%, #8b4334 100%) !important;
  color: #fff !important;
}

.btn-default {
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(158, 79, 61, 0.18) !important;
  color: var(--text) !important;
}

.btn-default:hover,
.btn-default:focus {
  background: rgba(158, 79, 61, 0.08) !important;
  border-color: rgba(158, 79, 61, 0.24) !important;
  color: var(--accent) !important;
}

.intro-logo-wrap {
  margin: 8px 0 18px 0;
}

.intro-box {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.intro-box .box-header {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.intro-box .box-body {
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.intro-logo {
  display: block;
  width: auto;
  height: 46px;
}

.journey-stepper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.journey-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 2px;
  border: 0 !important;
  background: transparent !important;
  background: rgba(60, 60, 59, 0.05);
  border: 1px solid rgba(60, 60, 59, 0.09);
  color: var(--muted);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
}

.journey-step.is-active {
  background: rgba(158, 79, 61, 0.12);
  border-color: rgba(158, 79, 61, 0.18);
  color: var(--accent);
}

.journey-step.is-done {
  background: rgba(60, 60, 59, 0.05);
  border-color: rgba(60, 60, 59, 0.09);
  color: var(--muted);
}

.journey-step.is-disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.address-badge {
  margin: 4px 0 18px 0;
  padding: 12px 16px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(158, 79, 61, 0.12);
  color: var(--text);
  font-size: 13px;
}

.tower-type-help {
  margin: -6px 0 18px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.tower-stack-wrap {
  position: relative;
  margin: 24px 0 28px 0;
  padding: 26px;
  border: 1px solid rgba(158, 79, 61, 0.12);
  border-radius: 6px;
  background:
    radial-gradient(circle at top right, rgba(158, 79, 61, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(249, 244, 238, 0.88) 100%);
}

.tower-stack-caption {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}

.tower-stack-caption p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
}

.tower-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tower-level-card {
  padding: 18px 20px;
  border: 1px solid rgba(158, 79, 61, 0.1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 12px 24px rgba(69, 44, 28, 0.05);
}

.tower-level-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.tower-level-intro {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.tower-level-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.tower-level-copy {
  min-width: 0;
}

.tower-level-title {
  display: block;
  margin: 3px 0 6px 0;
  color: var(--text);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tower-level-description {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.tower-level-value {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.tower-level-value .form-group {
  margin-bottom: 0;
}

.tower-level-value .form-control {
  width: 124px;
  height: 48px;
  padding-right: 14px;
  text-align: right;
  font-family: "Montserrat SemiBold", sans-serif;
  font-variant-numeric: tabular-nums;
}

.tower-level-suffix {
  color: var(--muted);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tower-level-slider {
  margin-top: 14px;
}

.tower-level-slider .irs--shiny {
  height: 44px;
}

.tower-level-slider .irs--shiny .irs-line {
  top: 18px;
  height: 8px;
  border-radius: 3px;
  background: rgba(60, 60, 59, 0.08);
  border: 0;
}

.tower-level-slider .irs--shiny .irs-bar {
  top: 18px;
  height: 8px;
  border-radius: 3px;
  background: linear-gradient(90deg, #c98e72 0%, var(--accent) 100%) !important;
  border: 0;
}

.tower-level-slider .irs--shiny .irs-handle {
  top: 9px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(158, 79, 61, 0.28) !important;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0 10px 18px rgba(72, 45, 30, 0.12);
}

.tower-level-slider .irs--shiny .irs-min,
.tower-level-slider .irs--shiny .irs-max,
.tower-level-slider .irs--shiny .irs-from,
.tower-level-slider .irs--shiny .irs-to,
.tower-level-slider .irs--shiny .irs-single {
  display: none !important;
}

.quality-group-title {
  margin: 8px 0 12px 0;
  color: var(--accent);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quality-choice-card,
.quality-switch-card {
  margin-bottom: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(158, 79, 61, 0.1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 12px 24px rgba(69, 44, 28, 0.05);
}

.quality-choice-title,
.quality-switch-title {
  display: block;
  margin: 0 0 6px 0;
  color: var(--text);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quality-choice-description,
.quality-switch-description {
  margin: 0 0 14px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.quality-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quality-choice-card-single-column .quality-choice-grid {
  grid-template-columns: 1fr;
}

.quality-choice-option {
  position: relative;
}

.quality-choice-option input[type="radio"],
.quality-choice-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quality-choice-option label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(158, 79, 61, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  cursor: pointer;
  transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.quality-choice-option label:hover {
  border-color: rgba(158, 79, 61, 0.26);
  transform: translateY(-1px);
}

.quality-choice-check {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(110, 95, 83, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 2px rgba(72, 45, 30, 0.05);
}

.quality-choice-copy {
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quality-choice-option input[type="radio"]:checked + label,
.quality-choice-option input[type="checkbox"]:checked + label {
  border-color: rgba(158, 79, 61, 0.38);
  background: linear-gradient(180deg, rgba(201, 142, 114, 0.18) 0%, rgba(158, 79, 61, 0.16) 100%);
  box-shadow: 0 10px 20px rgba(72, 45, 30, 0.08);
}

.quality-choice-option input[type="radio"]:checked + label .quality-choice-check,
.quality-choice-option input[type="checkbox"]:checked + label .quality-choice-check {
  border-color: rgba(158, 79, 61, 0.28);
  background: linear-gradient(180deg, #c98e72 0%, var(--accent) 100%);
  box-shadow: 0 6px 12px rgba(72, 45, 30, 0.12);
}

.quality-choice-option input[type="radio"]:checked + label .quality-choice-check::after,
.quality-choice-option input[type="checkbox"]:checked + label .quality-choice-check::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.tower-type-picker .quality-choice-grid {
  grid-template-columns: 1fr;
}

.tower-type-picker .quality-choice-copy {
  letter-spacing: 0.14em;
}

.quality-switch-shell {
  display: block;
}

.quality-switch-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  padding: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #efede8 0%, #ddd7cd 100%);
  box-shadow: inset 0 0 0 2px rgba(160, 151, 138, 0.24);
}

.quality-switch-track input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quality-switch-choice {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 14px 18px;
  color: var(--muted);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 160ms ease;
}

.quality-switch-track input[type="radio"]:checked + .quality-switch-choice {
  color: #ffffff;
}

.quality-switch-knob {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 999px;
  background: linear-gradient(180deg, #c76a4d 0%, #9e4f3d 100%);
  box-shadow: 0 10px 22px rgba(72, 45, 30, 0.18);
  transition: transform 160ms ease;
}

.quality-switch-track input[type="radio"]:nth-of-type(2):checked ~ .quality-switch-knob {
  transform: translateX(calc(100% + 4px));
}

.quality-switch-track:hover {
  box-shadow: inset 0 0 0 2px rgba(158, 79, 61, 0.12), 0 8px 18px rgba(72, 45, 30, 0.08);
}

  .valuebox-gold .small-box {
  min-height: 188px;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #9e4f3d 0%, #8b4334 52%, #6d3128 100%) !important;
  color: #fff !important;
  box-shadow: 0 26px 54px rgba(89, 46, 35, 0.2);
  overflow: hidden;
}

.valuebox-gold .small-box .inner {
  padding: 28px 28px 22px 28px;
}

.valuebox-gold .small-box h3 {
  margin: 0 0 10px 0;
  color: #fff;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 46px;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.valuebox-gold .small-box p {
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.valuebox-gold .small-box .icon-large {
  top: 18px !important;
  right: 18px !important;
  color: rgba(255, 255, 255, 0.14) !important;
  font-size: 104px !important;
}

table {
  width: 100%;
}

.table>thead>tr>th,
.table>tbody>tr>td {
  padding: 12px 8px !important;
  border-top: 1px solid var(--line) !important;
}

.table>thead>tr>th {
  color: var(--accent);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-button-wrap {
  margin-top: 10px;
  margin-bottom: 24px;
}

.alert {
  border-radius: 3px;
  border: 1px solid rgba(158, 79, 61, 0.18);
}

.alert-warning {
  background: rgba(255, 244, 227, 0.88);
  color: #6a4d29;
}

.result-page-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.result-preview-shell,
.result-page-two-actions {
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 6px;
  background: rgba(252, 249, 244, 0.96);
  box-shadow: var(--shadow);
}

.result-preview-head,
.result-preview-placeholder,
.result-cta-copy {
  margin-bottom: 18px;
}

.result-preview-head h3,
.result-preview-placeholder h3,
.result-page-two-actions h3 {
  margin: 0 0 10px 0;
  color: var(--accent);
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 26px;
  line-height: 1.12;
}

.result-preview-head p,
.result-preview-placeholder p,
.result-page-two-actions p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.result-document-frame-wrap {
  position: relative;
  width: 1160px;
  max-width: 100%;
  height: 1620px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(158, 79, 61, 0.14);
  background: #fff;
}

.result-document-frame {
  display: block;
  width: 793.71px;
  height: 1122.52px;
  border: 0;
  background: #fff;
  transform: scale(2);
  transform-origin: top left;
}

.result-page-two-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.result-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.result-cta-alert {
  grid-column: 1 / -1;
  margin-top: 8px;
}

a {
  color: var(--accent);
}

a:hover,
a:focus {
  color: var(--accent-dark);
}

@media (max-width: 991px) {
  .content {
    padding: 18px 14px 26px 14px;
  }

  .box-header {
    padding: 20px 18px 12px 18px;
  }

  .box-body {
    padding: 18px 18px 22px 18px;
  }

  .tower-level-header {
    flex-direction: column;
  }

  .tower-level-value {
    width: 100%;
    justify-content: flex-end;
  }

  .valuebox-gold .small-box h3 {
    font-size: 36px;
  }

  .result-page-two-actions {
    grid-template-columns: 1fr;
  }

  .result-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .skin-black .main-header .logo {
    padding: 0 16px;
  }

  .wp-title {
    font-size: 18px;
  }

  .header-brand-logo {
    width: 90px;
    height: 24px;
  }

  .content {
    padding: 14px 10px 22px 10px;
  }

  .box {
    border-radius: 6px !important;
  }

  .box-header,
  .box-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .journey-stepper {
    gap: 8px;
  }

  .journey-step {
    width: 100%;
    justify-content: center;
  }

  .tower-stack-wrap {
    padding: 18px;
  }

  .tower-level-card {
    padding: 16px;
  }

  .quality-choice-card,
  .quality-switch-card {
    padding: 16px;
  }

  .quality-choice-grid {
    grid-template-columns: 1fr;
  }

  .quality-choice-grid {
    gap: 8px;
  }

  .tower-type-picker .quality-choice-grid {
    grid-template-columns: 1fr;
  }

  .quality-switch-choice {
    font-size: 11px;
    padding: 13px 12px;
  }

  .tower-level-intro {
    gap: 12px;
  }

  .tower-level-step {
    width: 40px;
    height: 40px;
  }

  .tower-level-value {
    justify-content: flex-start;
  }

  .result-preview-shell,
  .result-page-two-actions {
    padding: 20px 18px;
  }

  .result-preview-head h3,
  .result-preview-placeholder h3,
  .result-page-two-actions h3 {
    font-size: 22px;
  }

  .result-document-frame-wrap {
    width: 100%;
    height: 1180px;
  }

  .result-document-frame {
    width: 595px;
    height: 842px;
    transform: scale(1.35);
  }
}
