:root {
  --ink: #272723;
  --muted: #88877f;
  --surface: #ffffff;
  --soft: #f7f4ec;
  --line: #dfddd4;
  --green: #159447;
  --green-dark: #087b37;
  --green-light: #e8f5ea;
  --orange: #d96f4b;
  --orange-light: #fff0e9;
  --danger: #c83f3f;
  --shadow: 0 18px 50px rgba(52, 48, 40, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #faf8f1;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
}
button, input, select { font: inherit; }
button, select, summary, input[type="checkbox"] { cursor: pointer; }

.site-header {
  max-width: 1240px;
  margin: auto;
  padding: 32px 28px 24px;
  text-align: center;
}
.site-header h1 { max-width: 920px; margin: 0 auto; font: 800 clamp(28px, 4vw, 48px)/1.1 Manrope, sans-serif; letter-spacing: -2px; }

.hero {
  max-width: 1240px;
  min-height: 510px;
  margin: 0 auto;
  padding: 70px 70px;
  border-radius: 32px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 70px;
  align-items: center;
  color: white;
  background: radial-gradient(circle at 82% 20%, rgba(217, 111, 75, .30), transparent 34%), linear-gradient(135deg, #282621 0%, #4b3a31 100%);
  overflow: hidden;
}
.hero h1 { max-width: 700px; margin: 15px 0 20px; font: 800 clamp(42px, 6vw, 70px)/1.03 Manrope, sans-serif; letter-spacing: -3px; }
.hero h1 em { color: #ef987a; font-style: normal; }
.hero p { max-width: 610px; margin: 0 0 30px; color: #d5e9df; font-size: 18px; }
.eyebrow { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { color: #ef987a; }
.primary-button { display: inline-flex; gap: 12px; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 12px; color: white; background: var(--orange); text-decoration: none; font-weight: 800; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: #c75f3d; }
.hero-result { min-height: 270px; padding: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; display: flex; flex-direction: column; justify-content: center; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.hero-result strong { margin: 8px 0; font: 800 clamp(55px, 7vw, 86px)/1 Manrope, sans-serif; color: #ef987a; letter-spacing: -5px; }
.hero-result span:last-child { color: #c8ded3; }
.result-label { font-weight: 700; }
.hero-period { color: #e7d7cf; font-size: 13px; }
.hero-year-cost { margin-top: 22px; padding-top: 17px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #e7d7cf; }
.hero-year-cost b { color: white; font: 800 20px Manrope, sans-serif; }

.trust-strip { max-width: 1060px; margin: -34px auto 0; padding: 24px 35px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.trust-strip div { display: flex; flex-direction: column; align-items: center; text-align: center; }
.trust-strip div + div { border-left: 1px solid var(--line); }
.trust-strip span { color: var(--muted); font-size: 13px; }

.calculator-section { max-width: 1240px; margin: auto; padding: 110px 28px 90px; }
.section-heading, .table-heading { margin-bottom: 25px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
h2 { margin: 5px 0 0; font: 800 clamp(28px, 4vw, 42px)/1.1 Manrope, sans-serif; letter-spacing: -1.5px; }
.secondary-button { min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-weight: 700; }
.secondary-button:hover { border-color: var(--green); }

.billing-toolbar { margin: 0 0 28px; padding: 22px 26px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 30px rgba(52,48,40,.06); }
.billing-copy { display: flex; flex-direction: column; }
.billing-copy strong { font: 800 17px Manrope, sans-serif; }
.billing-copy span, .billing-toolbar p { color: var(--muted); font-size: 12px; }
.billing-toolbar p { max-width: 250px; margin: 0 0 0 auto; text-align: right; }
.billing-center { display: flex; flex-direction: column; align-items: center; gap: 9px; }
.vat-badge { padding: 5px 10px; border-radius: 99px; color: #a94c2d; background: var(--orange-light); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.segmented-control { padding: 5px; display: inline-flex; border: 1px solid var(--line); border-radius: 13px; background: var(--soft); box-shadow: inset 0 1px 2px rgba(52,48,40,.05); }
.segmented-control input { position: absolute; opacity: 0; pointer-events: none; }
.segmented-control label { min-width: 145px; min-height: 52px; padding: 0 18px; display: flex; justify-content: center; align-items: center; gap: 8px; border-radius: 9px; color: var(--muted); font-size: 15px; font-weight: 800; cursor: pointer; }
.segmented-control small { padding: 2px 5px; border-radius: 4px; color: var(--green-dark); background: #d8f5e5; font-size: 9px; text-transform: uppercase; }
.segmented-control input:checked + label { color: white; background: var(--orange); box-shadow: 0 5px 15px rgba(217,111,75,.25); }
.segmented-control input:checked + label small { color: var(--green-dark); background: white; }

.control-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.secondary-controls { margin-top: 18px; }
.email-card { grid-column: auto; }
.control-card { min-width: 0; margin: 0; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.control-card legend { padding: 0 7px; font: 800 18px Manrope, sans-serif; }
.select-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 13px; }
select { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--soft); font-weight: 700; }
.helper { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.switch-row, .money-field { display: flex; align-items: center; gap: 12px; }
.switch-row { justify-content: space-between; }
.switch-row small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.switch-row input { position: absolute; opacity: 0; }
.switch { width: 48px; height: 27px; padding: 3px; flex: 0 0 auto; border-radius: 99px; background: #cad8d1; transition: background .2s; }
.switch::after { content: ""; display: block; width: 21px; height: 21px; border-radius: 50%; background: white; box-shadow: 0 2px 5px rgba(0,0,0,.15); transition: transform .2s; }
.switch-row input:checked + .switch { background: var(--green); }
.switch-row input:checked + .switch::after { transform: translateX(21px); }
.money-field { margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); justify-content: space-between; font-size: 13px; font-weight: 700; }
.money-field input, .advanced-grid input { width: 72px; min-height: 38px; border: 1px solid var(--line); border-radius: 8px; text-align: right; background: var(--soft); }
.maintenance-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.maintenance-choice { min-height: 135px; padding: 15px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf8; cursor: pointer; }
.maintenance-choice:has(input:checked) { border: 2px solid var(--orange); background: var(--orange-light); }
.maintenance-choice input { position: absolute; opacity: 0; }
.maintenance-choice span:nth-of-type(2) { flex: 1; }
.maintenance-choice strong, .maintenance-choice small { display: block; }
.maintenance-choice small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.maintenance-choice b { color: #a94c2d; font-size: 10px; white-space: nowrap; text-transform: uppercase; }
.maintenance-choice:has(input:checked) .choice-radio { border-color: var(--orange); background: var(--orange); }
.range-control { margin-top: 18px; padding: 16px; display: block; border-radius: 14px; background: var(--soft); }
.range-control > span:first-child { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.range-control output { padding: 5px 9px; border-radius: 7px; color: #a94c2d; background: white; font-weight: 800; font-variant-numeric: tabular-nums; }
.range-control input[type="range"] { width: 100%; margin: 16px 0 6px; accent-color: var(--orange); }
.range-labels { display: flex; justify-content: space-between; color: var(--muted); }

.advanced-settings { margin: 22px 0 50px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 6px 18px rgba(52,48,40,.05); }
.advanced-settings summary { min-height: 50px; padding: 9px 18px 7px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: var(--ink); font-weight: 800; }
.advanced-settings summary::marker { font-size: 12px; }
.advanced-settings summary span { font: 800 14px Manrope, sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.advanced-grid { padding: 5px 20px 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.advanced-grid label { padding: 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-radius: 8px; background: var(--soft); font-size: 13px; font-weight: 600; }

.comparison { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.price-card { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 8px 30px rgba(16,34,27,.05); }
.price-card.recommended { position: relative; border: 2px solid var(--green); background: linear-gradient(180deg, var(--green-light), white 48%); }
.badge { position: absolute; top: 0; left: 50%; padding: 7px 15px; border-radius: 0 0 10px 10px; transform: translateX(-50%); color: white; background: var(--green); font-size: 12px; font-weight: 800; white-space: nowrap; }
.card-title { display: flex; align-items: center; gap: 14px; }
.card-title span:not(.plan-icon) { color: var(--muted); font-size: 13px; }
.card-title h3 { margin: 2px 0 0; font: 800 21px Manrope, sans-serif; }
.plan-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; color: white; background: var(--green); font-weight: 800; }
.next-icon::after { content: "N"; font: 800 22px Manrope, sans-serif; }
.wp-icon { background: #2570a8; }
.period-prices { margin: 34px 0 20px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: white; }
.period-prices > div { padding: 18px; display: flex; flex-direction: column; gap: 5px; }
.period-prices > div + div { border-left: 1px solid var(--line); background: var(--soft); }
.period-prices span { color: var(--muted); font-size: 12px; font-weight: 700; }
.period-prices strong { font: 800 clamp(25px, 4vw, 38px)/1 Manrope, sans-serif; letter-spacing: -1.5px; font-variant-numeric: tabular-nums; }
.three-year-price strong { color: var(--green-dark); }
.bar-track { height: 9px; margin-bottom: 25px; border-radius: 99px; overflow: hidden; background: var(--soft); }
.bar { height: 100%; min-width: 4px; border-radius: inherit; transition: width .3s ease-out; }
.next-bar { background: var(--green); }
.wp-bar { background: var(--orange); }
.feature-list { margin: 0; padding: 0; list-style: none; }
.feature-list li { padding: 12px 0; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.feature-list strong { color: var(--ink); font-variant-numeric: tabular-nums; }
.wordpress-card .period-prices strong,
.wordpress-card .three-year-price strong,
.wordpress-card .feature-list strong { color: var(--danger) !important; }

.savings-callout { margin: 24px 0 75px; padding: 35px 40px; border-radius: 22px; display: flex; justify-content: space-between; align-items: center; gap: 25px; color: white; background: var(--ink); }
.savings-callout h2 { font-size: clamp(25px, 4vw, 38px); }
.savings-callout h2 strong { color: #77e6a9; }
.savings-callout p { margin-bottom: 0; color: #b9cec4; }
.savings-callout .three-year-saving { margin: 10px 0 0; font-size: 18px; }
.savings-callout .three-year-saving strong { color: #77e6a9; }
.saving-percent { min-width: 150px; display: flex; flex-direction: column; text-align: right; }
.saving-percent strong { font: 800 48px/1 Manrope, sans-serif; color: #77e6a9; }
.saving-percent span { color: #b9cec4; font-size: 12px; }
.table-wrap { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; overflow: hidden; }
.table-heading { align-items: center; }
.table-heading h2 { font-size: 30px; }
.vat-note { max-width: 270px; color: var(--muted); font-size: 12px; text-align: right; }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th, td { padding: 17px; border-bottom: 1px solid var(--line); text-align: right; }
th:first-child, td:first-child { text-align: left; }
th { font-size: 13px; }
.next-column { color: var(--green-dark); background: #f1fbf5; }
table th:last-child,
table td:last-child { color: var(--danger); }
.year-total-row td { font-weight: 800; }
.total-row td { border-bottom: 0; font-weight: 800; font-size: 18px; }
.next-opportunities { max-width: 1240px; margin: 0 auto 55px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg, #fffdf8 0%, #eef9f2 100%); box-shadow: var(--shadow); }
.next-future { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 32px; overflow: hidden; }
.next-future-copy h2 { max-width: 560px; margin-top: 8px; font-size: clamp(34px, 4vw, 58px); }
.next-future-copy p { max-width: 570px; margin: 18px 0 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.next-future-copy strong { color: var(--ink); }
.next-future-image { overflow: hidden; border-radius: 22px; box-shadow: 0 16px 38px rgba(25, 55, 85, .12); }
.next-future-image img { width: 100%; height: auto; display: block; }
.legal-note { max-width: 1240px; margin: 0 auto 35px; padding: 20px 24px; border: 1px solid var(--line); border-radius: 16px; background: white; color: var(--muted); font-size: 13px; line-height: 1.55; }
.legal-note strong { display: block; margin-bottom: 6px; color: var(--ink); font: 800 16px Manrope, sans-serif; }
.legal-note p { margin: 0; }
footer { padding: 30px 28px; display: flex; justify-content: center; gap: 15px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }

:focus-visible { outline: 3px solid #66d99b; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
@media (max-width: 900px) {
  .hero { margin: 0 15px; padding: 55px 30px; grid-template-columns: 1fr; gap: 35px; }
  .hero-result { min-height: auto; }
  .billing-toolbar { grid-template-columns: 1fr; text-align: center; }
  .billing-copy { align-items: center; }
  .billing-toolbar p { max-width: none; margin: 0; text-align: center; }
  .hosting-options { grid-template-columns: 1fr 1fr; }
  .control-grid, .advanced-grid, .assumptions > div { grid-template-columns: 1fr 1fr; }
  .control-card:last-child { grid-column: 1 / -1; }
  .assumptions > div { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 650px) {
  .site-header { padding: 17px 18px; }
  .header-link { display: none; }
  .hero { min-height: auto; padding: 42px 22px; border-radius: 22px; }
  .hero h1 { font-size: 42px; letter-spacing: -2px; }
  .hero-result { padding: 24px; }
  .hero-result strong { font-size: 55px; letter-spacing: -3px; }
  .trust-strip { margin: 15px; padding: 18px; grid-template-columns: 1fr; }
  .trust-strip div + div { padding-top: 14px; border-left: 0; border-top: 1px solid var(--line); }
  .calculator-section { padding: 75px 15px 60px; }
  .section-heading, .table-heading, .savings-callout { align-items: stretch; flex-direction: column; }
  .secondary-button { width: 100%; }
  .hosting-picker { padding: 20px 14px; }
  .hosting-options, .email-options { grid-template-columns: 1fr; }
  .segmented-control { display: grid; grid-template-columns: 1fr 1fr; }
  .segmented-control label { min-width: 0; padding: 0 9px; font-size: 13px; }
  .control-grid, .advanced-grid, .comparison, .assumptions > div { grid-template-columns: 1fr; }
  .maintenance-options { grid-template-columns: 1fr; }
  .control-card:last-child { grid-column: auto; }
  .price-card { padding: 26px 20px; }
  .period-prices strong { font-size: 27px; }
  .saving-percent { text-align: left; }
  .table-wrap { padding: 20px 0; overflow-x: auto; }
  .table-heading { min-width: 650px; padding: 0 20px; }
  table { min-width: 650px; }
  footer { flex-direction: column; align-items: center; text-align: center; }
  .next-opportunities { margin: 0 15px 35px; padding: 22px; border-radius: 18px; }
  .next-future { grid-template-columns: 1fr; }
  .next-future-copy p { font-size: 16px; }
  .next-future-image { border-radius: 14px; }
  .legal-note { margin: 0 15px 30px; }
}
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hosting-picker { margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
.hosting-picker legend { padding: 0 8px; font: 800 22px Manrope, sans-serif; }
.hosting-picker > p:first-of-type { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.hosting-picker .price-check-note { display: inline-flex; margin: 0 0 20px; padding: 9px 12px; border: 1px solid #e7b6a4; border-radius: 999px; color: #a94c2d; background: var(--orange-light); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.hosting-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hosting-option { min-height: 230px; padding: 18px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fffdf8; transition: border-color .2s, box-shadow .2s, transform .2s; }
.hosting-option:hover { border-color: var(--orange); transform: translateY(-2px); box-shadow: 0 12px 25px rgba(52,48,40,.08); }
.hosting-option.selected { border: 2px solid var(--orange); background: linear-gradient(180deg, var(--orange-light), #fffdf8 45%); box-shadow: 0 8px 24px rgba(217,111,75,.14); }
.provider-tag { margin-bottom: 13px; padding: 3px 7px; border-radius: 4px; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.zone-tag { color: #b4384f; background: #ffe8ec; }
.vm-tag { color: #bd562d; background: #fff0e4; }
.hosting-option > strong { font: 800 15px Manrope, sans-serif; }
.feature-lines { margin: 12px 0 18px; display: flex; flex-direction: column; gap: 5px; color: var(--muted); }
.feature-lines small::before { content: "✓"; margin-right: 6px; color: var(--green); font-weight: 800; }
.rocket-included { width: 100%; margin: 0 0 14px; padding: 10px; display: flex; align-items: center; gap: 9px; border: 1px solid #f0d3c8; border-radius: 10px; background: #fff8f5; }
.rocket-included img { width: 70px; height: auto; flex: 0 0 auto; }
.rocket-included > span { min-width: 0; }
.rocket-included strong, .rocket-included small { display: block; }
.rocket-included strong { color: #a94c2d; font-size: 11px; }
.rocket-included small { margin-top: 2px; color: var(--muted); font-size: 9px; line-height: 1.35; }
.option-price { width: 100%; margin-top: auto; padding-top: 14px; display: flex; justify-content: space-between; align-items: end; gap: 10px; border-top: 1px solid var(--line); }
.option-price small { color: var(--muted); }
.option-price b { font: 800 15px Manrope, sans-serif; white-space: nowrap; }
.card-intro { margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.maintenance-intro { color: var(--ink); }
.domain-explainer { margin-bottom: 18px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf8; }
.domain-explainer-heading { display: flex; align-items: flex-start; gap: 12px; }
.domain-explainer-heading > span:last-child { flex: 1; }
.domain-explainer strong, .domain-explainer small { display: block; }
.domain-explainer small { margin-top: 3px; color: var(--muted); }
.domain-icon { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--orange); font-size: 12px; font-weight: 800; }
.email-question { margin: 0 0 12px; font-size: 14px; }
.email-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-card { min-height: 180px; padding: 16px; display: grid; grid-template-columns: auto 1fr; align-content: start; gap: 10px 11px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf8; cursor: pointer; }
.choice-card:has(input:checked) { border: 2px solid var(--orange); background: var(--orange-light); }
.choice-card input { position: absolute; opacity: 0; }
.choice-radio { width: 18px; height: 18px; flex: 0 0 auto; border: 2px solid #b8b5ab; border-radius: 50%; background: white; box-shadow: inset 0 0 0 4px white; }
.choice-card:has(input:checked) .choice-radio { border-color: var(--orange); background: var(--orange); }
.choice-card span:nth-of-type(2) { min-width: 0; }
.choice-card strong, .choice-card small { display: block; }
.choice-card small { margin-top: 4px; color: var(--muted); }
.choice-fit { color: var(--orange) !important; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.included-lines { margin-top: 12px; display: flex; flex-direction: column; gap: 4px; }
.included-lines small { margin: 0; }
.included-lines small::before { content: "✓"; margin-right: 6px; color: var(--green); font-weight: 800; }
.choice-card b { color: #a94c2d; font: 800 15px Manrope, sans-serif; white-space: nowrap; }
.email-price { grid-column: 1 / -1; margin-top: auto; padding-top: 12px; display: flex; justify-content: space-between; align-items: center; gap: 8px; border-top: 1px solid var(--line); }
.email-price small { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.email-notice { margin: 14px 0 0; padding: 13px 15px; border-left: 3px solid var(--orange); border-radius: 8px; color: var(--ink); background: var(--soft); font-size: 13px; font-weight: 700; line-height: 1.45; }

@media (max-width: 900px) {
  .hosting-options { grid-template-columns: 1fr 1fr; }
  .email-options { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .hosting-picker { padding: 20px 14px; }
  .hosting-options, .email-options { grid-template-columns: 1fr; }
}
