:root {
  --ink: #20242b;
  --muted: #626a75;
  --cream: #f2f1ed;
  --paper: #fbfaf7;
  --green: #1769e0;
  --green-dark: #0d4eae;
  --lime: #79b7ff;
  --line: #d9dce1;
  --white: #fff;
  --shadow: 0 24px 60px rgba(31, 42, 60, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 99; background: var(--ink); color: white; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.93); border-bottom: 1px solid rgba(217,221,213,.75); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: Manrope, sans-serif; font-weight: 800; line-height: 1.05; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 13px; letter-spacing: -.03em; }
nav { display: flex; gap: 30px; }
nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--green); }
.menu-button, .mobile-nav { display: none; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 25px; border-radius: 8px; background: var(--green); color: white; font-weight: 700; text-decoration: none; box-shadow: 0 8px 18px rgba(23,105,224,.18); transition: transform .18s, background .18s; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 19px; font-size: 14px; }
.button-block { width: 100%; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--green-dark); font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .18s; }
.text-link:hover span { transform: translateX(4px); }

.hero { overflow: hidden; padding: 78px 0 90px; background: radial-gradient(circle at 75% 30%, #deebfb 0, transparent 28%), var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 75px; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Manrope, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(52px, 6vw, 78px); }
h1 span { color: var(--green); }
h2 { margin-bottom: 20px; font-size: clamp(36px, 4.5vw, 56px); }
h3 { margin-bottom: 12px; font-size: 21px; }
.hero-lead { max-width: 620px; margin: 0 0 33px; color: var(--muted); font-size: 20px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 23px; margin-top: 34px; color: var(--muted); font-size: 13px; font-weight: 600; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 800; }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.portrait-ring { width: min(460px, 100%); aspect-ratio: 1; padding: 13px; border-radius: 50%; background: var(--lime); box-shadow: var(--shadow); }
.portrait-ring img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.price-card, .availability { position: absolute; background: white; box-shadow: var(--shadow); }
.price-card { right: -24px; bottom: 53px; width: 178px; padding: 20px; border-radius: 12px; }
.price-card span { display: block; color: var(--muted); font-size: 12px; }
.price-card strong { display: block; font-family: Manrope; font-size: 38px; line-height: 1.1; }
.availability { left: -22px; top: 60px; padding: 11px 16px; border-radius: 30px; font-size: 13px; font-weight: 700; }
.availability i { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 50%; background: #2ca564; box-shadow: 0 0 0 4px #e0f3e8; }

.problem-strip { background: var(--ink); color: white; }
.strip-grid { min-height: 130px; display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: center; gap: 28px; }
.strip-grid p { max-width: 260px; color: #b9c3c0; }
.strip-grid div { display: flex; align-items: center; gap: 14px; }
.strip-grid strong { color: var(--lime); font-size: 13px; }
.strip-grid span { font-weight: 700; }

.section { padding: 112px 0; }
.section-heading { max-width: 720px; margin-bottom: 56px; }
.section-heading > p:last-child, .included-grid > div > p:last-child, .pricing-copy > p, .about-grid p, .booking-card p { color: var(--muted); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps article { min-height: 260px; padding: 31px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.steps article > span { display: grid; width: 42px; height: 42px; margin-bottom: 47px; place-items: center; border-radius: 50%; background: var(--cream); color: var(--green); font-size: 12px; font-weight: 800; }
.steps p { color: var(--muted); }

.included-section { background: #182f52; color: white; }
.included-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.included-grid .eyebrow { color: var(--lime); }
.included-grid > div > p:last-child { color: #d6e3df; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0; padding: 0; list-style: none; }
.feature-list li { padding: 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: rgba(255,255,255,.06); font-weight: 600; }
.feature-list span { margin-right: 10px; color: var(--lime); }

.pricing-section { background: var(--cream); }
.pricing-grid { display: grid; grid-template-columns: 1fr 460px; align-items: center; gap: 100px; }
.fine-print { padding-left: 18px; border-left: 3px solid var(--lime); font-size: 14px !important; }
.pricing-card { padding: 42px; border-radius: 15px; background: white; box-shadow: var(--shadow); }
.pricing-card > p { margin-top: 0; color: var(--green); font-weight: 800; }
.setup-price { display: flex; align-items: baseline; gap: 10px; }
.setup-price strong { font-family: Manrope; font-size: 58px; line-height: 1; }
.setup-price span, .monthly-price span { color: var(--muted); }
.monthly-price { margin: 18px 0 25px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.monthly-price strong { font-family: Manrope; font-size: 25px; }
.pricing-card ul { margin: 0 0 30px; padding: 0; list-style: none; }
.pricing-card li { margin: 11px 0; }
.pricing-card li::before { content: "✓"; margin-right: 10px; color: var(--green); font-weight: 800; }

.about-grid { display: grid; grid-template-columns: 390px 1fr; align-items: center; gap: 100px; }
.about-image { overflow: hidden; aspect-ratio: 1; border-radius: 20px 20px 120px 20px; background: var(--ink); }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-grid > div:last-child { max-width: 620px; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 90px; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 18px; }
.contact-options { display: grid; gap: 12px; margin-top: 38px; }
.contact-options > a, .contact-options > div { padding: 17px 19px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.62); text-decoration: none; }
.contact-options span { display: block; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-options strong { display: block; margin-top: 3px; font-size: 16px; }
.contact-options a:hover { border-color: var(--green); color: var(--green-dark); }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: block; margin-bottom: 18px; font-size: 13px; font-weight: 800; }
.contact-form label span { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cbd0d7; border-radius: 7px; background: var(--paper); color: var(--ink); font: inherit; outline: none; }
.contact-form input { min-height: 48px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,105,224,.12); }
.contact-form .button { border: 0; cursor: pointer; font: inherit; font-weight: 700; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.hidden-field { position: absolute; left: -9999px; }

.booking-section { padding-top: 30px; }
.booking-card { display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 65px; padding: 65px; border-radius: 18px; background: var(--ink); color: white; }
.booking-card h2 { max-width: 670px; }
.booking-card p { max-width: 650px; color: #c8d1ce; }
.booking-card .eyebrow { color: var(--lime); }
.booking-actions { text-align: center; }
.booking-actions .button { width: 100%; background: var(--lime); color: var(--ink); box-shadow: none; }
.booking-actions .button:hover { background: #e1f8a3; }
.booking-actions > span { display: block; margin-top: 15px; color: #c8d1ce; font-size: 14px; }
.booking-actions a[aria-disabled="true"] { cursor: default; }

footer { padding: 62px 0 28px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-grid > p { color: var(--muted); }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; }
.footer-links a { font-weight: 700; }
.footer-links span { color: var(--muted); font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

@media (max-width: 920px) {
  .site-header nav, .site-header .button-small { display: none; }
  .menu-button { display: block; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 700; }
  .mobile-nav { padding: 0 20px 22px; flex-direction: column; gap: 15px; }
  .mobile-nav.open { display: flex; }
  .hero-grid, .included-grid, .pricing-grid, .about-grid, .contact-grid, .booking-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 470px; }
  .strip-grid { grid-template-columns: 1fr 1fr; padding: 30px 0; }
  .strip-grid p { max-width: none; }
  .included-grid, .pricing-grid, .about-grid, .contact-grid { gap: 55px; }
  .about-image { max-width: 430px; }
  .booking-card { gap: 30px; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header .brand small { display: none; }
  .nav-wrap { min-height: 70px; }
  .hero { padding: 55px 0 65px; }
  h1 { font-size: 47px; }
  h2 { font-size: 36px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 350px; margin-top: 20px; }
  .portrait-ring { max-width: 320px; }
  .price-card { right: 0; bottom: 8px; width: 151px; padding: 15px; }
  .price-card strong { font-size: 31px; }
  .availability { left: 0; top: 20px; }
  .strip-grid, .steps, .feature-list, .footer-grid { grid-template-columns: 1fr; }
  .strip-grid { gap: 18px; }
  .strip-grid p { margin-bottom: 5px; }
  .section { padding: 78px 0; }
  .steps article { min-height: auto; }
  .steps article > span { margin-bottom: 30px; }
  .pricing-card { padding: 28px 22px; }
  .contact-form { padding: 27px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .about-grid { gap: 40px; }
  .booking-section { padding-top: 15px; }
  .booking-card { padding: 38px 24px; }
  .footer-links { align-items: flex-start; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
