:root {
  --ink: #07111f;
  --ink-soft: #132338;
  --paper: #f5f7f4;
  --paper-bright: #ffffff;
  --muted: #617083;
  --line: #dce3df;
  --mint: #86f7c0;
  --mint-dark: #29c782;
  --blue: #717bff;
  --display: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(41,199,130,.42); outline-offset: 3px; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 15px; background: var(--mint); border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(245, 247, 244, .88); border-color: rgba(7, 17, 31, .08); box-shadow: 0 8px 30px rgba(7,17,31,.05); backdrop-filter: blur(16px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; letter-spacing: -.04em; }
.brand > span:last-child > span { color: var(--mint-dark); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--mint); border-radius: 10px; }
.brand-mark svg { width: 24px; fill: currentColor; }
.brand-mark svg path:last-child { fill: none; stroke: currentColor; stroke-width: 2; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { color: #3b4959; transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--ink); }
.menu-toggle { display: none; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 12px; color: white; background: var(--ink); font-family: var(--body); font-size: 15px; font-weight: 700; cursor: pointer; box-shadow: 0 10px 24px rgba(7,17,31,.15); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(7,17,31,.2); }
.button:disabled { opacity: .62; cursor: wait; transform: none; }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; border-radius: 10px; }
.button-light { color: var(--ink); border-color: white; background: white; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; }
.text-link span { color: var(--mint-dark); font-size: 19px; }

.hero { position: relative; min-height: 760px; padding: 166px 0 100px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(7,17,31,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(7,17,31,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; top: -190px; right: -130px; background: radial-gradient(circle, rgba(134,247,192,.26), transparent 70%); }
.hero-glow-two { width: 500px; height: 500px; bottom: -240px; left: -200px; background: radial-gradient(circle, rgba(113,123,255,.14), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 18px; color: #3a4c60; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--mint-dark); box-shadow: 0 0 0 5px rgba(41,199,130,.12); }
.eyebrow.light { color: #aab8c8; }
.hero h1, .section h2 { margin: 0; font-family: var(--display); letter-spacing: -.055em; line-height: 1.06; }
.hero h1 { max-width: 720px; font-size: clamp(48px, 6vw, 76px); font-weight: 800; }
.hero h1 em { color: var(--mint-dark); font-style: normal; }
.hero-lead { max-width: 610px; margin: 26px 0 0; color: #536274; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 36px; color: #5c6a79; font-size: 13px; font-weight: 600; }
.hero-trust i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 4px; color: #087847; background: rgba(41,199,130,.13); border-radius: 50%; font-style: normal; }

.hero-visual { position: relative; min-height: 470px; padding: 38px 34px; background: linear-gradient(145deg, #0a1727, #101f32); border: 1px solid rgba(255,255,255,.08); border-radius: 28px; box-shadow: var(--shadow); }
.hero-visual::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 80% 10%, rgba(134,247,192,.13), transparent 35%); }
.visual-label { position: relative; margin-bottom: 25px; color: #8da0b4; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.flow-card { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; padding: 16px; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; box-shadow: 0 15px 30px rgba(0,0,0,.12); backdrop-filter: blur(10px); }
.flow-card strong { display: block; font-size: 13px; }
.flow-card small { display: block; margin-top: 2px; color: #91a2b5; font-size: 11px; }
.flow-icon { flex: 0 0 auto; width: 39px; height: 39px; display: grid; place-items: center; color: var(--mint); background: rgba(134,247,192,.11); border: 1px solid rgba(134,247,192,.16); border-radius: 10px; font-size: 15px; font-weight: 800; }
.flow-icon-crm { font-size: 10px; letter-spacing: .05em; }
.status-dot { width: 8px; height: 8px; margin-left: auto; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 6px rgba(134,247,192,.1); }
.flow-line { position: relative; height: 66px; margin: 0 auto; width: 2px; background: rgba(134,247,192,.2); }
.flow-line i { position: absolute; width: 6px; height: 13px; left: -2px; top: 5px; border-radius: 5px; background: var(--mint); box-shadow: 0 0 12px var(--mint); animation: flow 2.6s ease-in-out infinite; }
@keyframes flow { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(48px); opacity: 0; } }
.flow-card-small { position: absolute; width: 205px; padding: 13px; }
.flow-card-left { left: 34px; top: 242px; }
.flow-card-right { right: 34px; top: 242px; }
.check { margin-left: auto; color: var(--mint); font-weight: 700; }
.activity-card { position: absolute; left: 34px; right: 34px; bottom: 31px; padding: 15px 17px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.activity-head { display: flex; justify-content: space-between; color: #8294a8; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.activity-chart { height: 60px; display: flex; align-items: end; gap: 9px; margin-top: 12px; }
.activity-chart i { flex: 1; height: var(--height); border-radius: 3px 3px 1px 1px; background: #26374a; }
.activity-chart i.active { background: linear-gradient(var(--mint), var(--mint-dark)); }

.section { padding: 112px 0; }
.section-heading { max-width: 680px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section h2 { font-size: clamp(36px, 4vw, 52px); }
.section-heading > p:last-child, .process-copy > p { max-width: 600px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.centered > p:last-child { margin-inline: auto; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 340px; padding: 31px; overflow: hidden; background: var(--paper-bright); border: 1px solid var(--line); border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(7,17,31,.08); }
.feature-card.featured { color: white; background: var(--ink); border-color: var(--ink); }
.feature-number { position: absolute; top: 23px; right: 27px; color: #acb6b0; font: 700 11px var(--display); letter-spacing: .12em; }
.featured .feature-number { color: #607085; }
.feature-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 43px; color: var(--ink); background: var(--mint); border-radius: 13px; }
.feature-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.feature-card h3 { margin: 0 0 12px; font: 700 22px/1.2 var(--display); letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 15px; }
.feature-card-link { display: block; }
.feature-card-link::after { content: "Ver servicio →"; position: absolute; right: 29px; bottom: 24px; color: var(--ink); font-size: 12px; font-weight: 800; }
.feature-card-link.featured::after { color: var(--mint); }
.featured p { color: #9eacbc; }
.feature-tag { position: absolute; left: 31px; bottom: 26px; color: #77867e; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.featured .feature-tag { color: var(--mint); }

.process { color: white; background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.process-copy > p { color: #9aaabd; }
.process-copy .button { margin-top: 32px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps li > span { color: var(--mint); font: 700 12px var(--display); letter-spacing: .08em; }
.steps h3 { margin: 0 0 5px; font: 700 21px var(--display); }
.steps p { margin: 0; color: #92a2b4; font-size: 15px; }

.integrations { background: #edf1ed; }
.logo-cloud { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.logo-cloud span { min-height: 84px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #334254; background: rgba(255,255,255,.68); border: 1px solid rgba(7,17,31,.08); border-radius: 13px; font-family: var(--display); font-size: 13px; font-weight: 700; }
.logo-cloud b { width: 29px; height: 29px; display: grid; place-items: center; color: var(--ink); background: var(--mint); border-radius: 8px; font-size: 12px; }
.integration-note { margin: 26px 0 0; color: var(--muted); text-align: center; font-size: 13px; }

.page-hero { position: relative; padding: 150px 0 82px; overflow: hidden; background: linear-gradient(180deg, #edf4ef 0%, var(--paper) 100%); }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; top: -290px; right: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(134,247,192,.36), transparent 70%); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 28px; color: #6d7b89; font-size: 12px; font-weight: 600; }
.breadcrumbs a:hover { color: var(--mint-dark); }
.breadcrumbs span[aria-hidden] { color: #a5b0aa; }
.page-hero h1 { max-width: 900px; margin: 0; font: 800 clamp(42px, 6vw, 68px)/1.05 var(--display); letter-spacing: -.055em; }
.page-hero h1 em { color: var(--mint-dark); font-style: normal; }
.page-lead { max-width: 760px; margin: 24px 0 0; color: #526274; font-size: 19px; }
.page-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 31px; }
.mini-proof { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; color: #5f6e7c; font-size: 13px; font-weight: 650; }
.mini-proof span::before { content: "✓"; margin-right: 7px; color: #087847; }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-tile { position: relative; min-height: 305px; padding: 34px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease; }
.service-tile:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(7,17,31,.08); }
.service-tile .feature-icon { margin-bottom: 31px; }
.service-tile h2, .service-tile h3 { max-width: 450px; margin: 0 0 12px; font: 750 25px/1.2 var(--display); letter-spacing: -.035em; }
.service-tile p { max-width: 520px; margin: 0 0 28px; color: var(--muted); }
.card-link { position: absolute; left: 34px; bottom: 29px; color: #166d4a; font-size: 13px; font-weight: 800; }

.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 76px; align-items: start; }
.prose h2 { margin: 0 0 18px; font: 750 clamp(31px, 4vw, 44px)/1.12 var(--display); letter-spacing: -.045em; }
.prose h3 { margin: 42px 0 12px; font: 750 24px/1.2 var(--display); letter-spacing: -.03em; }
.prose > p, .prose-section > p { color: var(--muted); font-size: 17px; }
.prose-section + .prose-section { margin-top: 62px; padding-top: 62px; border-top: 1px solid var(--line); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 16px 15px 43px; background: white; border: 1px solid var(--line); border-radius: 12px; font-size: 14px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 16px; color: #087847; font-weight: 900; }
.number-list { counter-reset: detail; margin: 28px 0 0; padding: 0; list-style: none; }
.number-list li { counter-increment: detail; display: grid; grid-template-columns: 45px 1fr; gap: 17px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.number-list li::before { content: counter(detail, decimal-leading-zero); color: var(--mint-dark); font: 800 12px var(--display); }
.number-list strong { display: block; margin-bottom: 4px; font-family: var(--display); }
.number-list p { margin: 0; color: var(--muted); font-size: 14px; }
.aside-card { position: sticky; top: 104px; padding: 28px; color: white; background: var(--ink); border-radius: 19px; }
.aside-card .eyebrow { margin-bottom: 13px; }
.aside-card h2, .aside-card h3 { margin: 0 0 12px; font: 750 26px/1.15 var(--display); letter-spacing: -.035em; }
.aside-card p { margin: 0 0 23px; color: #9eafc0; font-size: 14px; }
.aside-card .button { width: 100%; }
.aside-card small { display: block; margin-top: 14px; color: #8495a8; text-align: center; }
.related-services { padding-top: 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.related-card { padding: 25px; background: white; border: 1px solid var(--line); border-radius: 15px; }
.related-card strong { display: block; margin-bottom: 7px; font-family: var(--display); }
.related-card p { margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.related-card a { color: #166d4a; font-size: 12px; font-weight: 800; }

.audit-section { background: #edf1ed; }
.form-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.form-intro h2 { margin: 0; font: 800 clamp(37px, 5vw, 55px)/1.06 var(--display); letter-spacing: -.05em; }
.form-intro > p { margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.form-benefits { display: grid; gap: 13px; margin: 29px 0 0; padding: 0; list-style: none; }
.form-benefits li { display: flex; gap: 11px; color: #394a5d; font-size: 14px; font-weight: 650; }
.form-benefits li::before { content: "✓"; flex: 0 0 23px; height: 23px; display: grid; place-items: center; color: #087847; background: rgba(41,199,130,.14); border-radius: 50%; }
.lead-form { padding: 31px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 50px rgba(7,17,31,.07); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field > span:first-child { color: #334457; font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #f9faf8; border: 1px solid #d6ded9; border-radius: 10px; font: 15px var(--body); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 4px rgba(41,199,130,.1); outline: 0; }
.form-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 20px; }
.form-footer .button { border: 0; }
.form-note { flex: 1; min-width: 200px; margin: 0; color: #77857d; font-size: 11px; line-height: 1.45; }
.form-status { min-height: 22px; margin: 13px 0 0; color: #116844; font-size: 13px; font-weight: 700; }
.honeypot { position: absolute !important; left: -9999px !important; }

.booking-section { min-height: 720px; }
.booking-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: start; }
.booking-summary { padding: 34px; color: white; background: var(--ink); border-radius: 20px; }
.booking-summary h2 { margin: 0 0 13px; font: 750 30px/1.15 var(--display); letter-spacing: -.04em; }
.booking-summary > p { margin: 0; color: #9eafc0; }
.meeting-facts { display: grid; gap: 14px; margin: 28px 0 0; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.12); }
.meeting-facts div { display: grid; grid-template-columns: 30px 1fr; gap: 9px; align-items: start; }
.meeting-facts b { width: 27px; height: 27px; display: grid; place-items: center; color: var(--mint); background: rgba(134,247,192,.1); border-radius: 8px; }
.meeting-facts strong { display: block; font-size: 13px; }
.meeting-facts small { color: #8192a4; }
.scheduler { padding: 31px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.scheduler h2 { margin: 0 0 7px; font: 750 27px var(--display); letter-spacing: -.035em; }
.scheduler-intro { margin: 0 0 25px; color: var(--muted); font-size: 14px; }
.platform-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.platform-option { position: relative; display: block; }
.platform-option input { position: absolute; opacity: 0; }
.platform-option span { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 10px; border: 1px solid var(--line); border-radius: 11px; font-size: 13px; font-weight: 750; cursor: pointer; }
.platform-option input:checked + span { color: #0b7048; border-color: var(--mint-dark); background: rgba(134,247,192,.12); box-shadow: inset 0 0 0 1px var(--mint-dark); }
.platform-option input:focus-visible + span { outline: 3px solid rgba(41,199,130,.35); outline-offset: 2px; }
.calendar-label { display: block; margin: 24px 0 10px; color: #334457; font-size: 12px; font-weight: 800; }
.calendar-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.date-option { display: grid; justify-items: center; gap: 1px; padding: 10px 5px; color: #465769; background: #f8faf8; border: 1px solid var(--line); border-radius: 10px; font-family: var(--body); cursor: pointer; }
.date-option small { font-size: 9px; text-transform: uppercase; }
.date-option strong { font: 750 18px var(--display); }
.date-option em { font-size: 10px; font-style: normal; }
.date-option.active { color: var(--ink); border-color: var(--mint-dark); background: var(--mint); }
.time-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.time-option { min-height: 42px; color: #435365; background: #f8faf8; border: 1px solid var(--line); border-radius: 9px; font: 700 13px var(--body); cursor: pointer; }
.time-option.active { color: white; background: var(--ink); border-color: var(--ink); }
.meeting-details { margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--line); }
.scheduler .form-footer { margin-top: 19px; }

.faq-list { display: grid; gap: 10px; max-width: 850px; margin: 0 auto; }
.faq-list details { padding: 20px 22px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.faq-list summary { cursor: pointer; font-family: var(--display); font-weight: 750; }
.faq-list details p { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.text-center { text-align: center; }
.section-kicker { max-width: 750px; margin: 17px auto 42px; color: var(--muted); font-size: 17px; }

.cta-section { padding: 88px 0; }
.cta-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; padding: 55px 60px; overflow: hidden; color: white; background: linear-gradient(135deg, #14273a, var(--ink)); border-radius: 26px; }
.cta-card::after { content: ""; position: absolute; width: 320px; height: 320px; right: -130px; top: -170px; border-radius: 50%; background: rgba(134,247,192,.13); }
.cta-card h2 { max-width: 650px; font-size: clamp(34px, 4vw, 50px); }
.cta-card p:not(.eyebrow) { margin: 16px 0 0; color: #9fb0c1; }
.cta-actions { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.copy-button { padding: 7px; color: #a6b4c4; background: none; border: 0; font: 600 12px var(--body); cursor: pointer; }
.copy-button:hover { color: white; }

.site-footer { padding: 30px 0 38px; }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; padding-top: 27px; border-top: 1px solid var(--line); }
.footer-wrap p { margin: 0; color: #748071; font-size: 12px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { max-width: 620px; width: 100%; margin: 0 auto; }
  .card-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 285px; }
  .process-grid { grid-template-columns: 1fr; gap: 65px; }
  .logo-cloud { grid-template-columns: repeat(3, 1fr); }
  .cta-card { grid-template-columns: 1fr; align-items: start; }
  .cta-actions { align-items: flex-start; }
  .detail-layout, .form-layout, .booking-layout { grid-template-columns: 1fr; gap: 48px; }
  .aside-card { position: static; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { height: 68px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; padding: 0; background: white; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: absolute; inset: 68px 14px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 10px; }
  .main-nav .button { margin-top: 6px; }
  .hero { min-height: auto; padding: 125px 0 76px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-trust { flex-direction: column; gap: 10px; }
  .hero-visual { min-height: 450px; padding: 28px 20px; border-radius: 20px; }
  .flow-card-small { width: calc(50% - 25px); }
  .flow-card-left { left: 20px; }
  .flow-card-right { right: 20px; }
  .flow-card-small .flow-icon { display: none; }
  .activity-card { left: 20px; right: 20px; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 36px; }
  .feature-card { min-height: 305px; padding: 26px; }
  .feature-tag { left: 26px; }
  .process-grid { gap: 50px; }
  .steps li { grid-template-columns: 42px 1fr; gap: 12px; }
  .logo-cloud { grid-template-columns: repeat(2, 1fr); }
  .page-hero { padding: 122px 0 64px; }
  .page-hero h1 { font-size: clamp(39px, 12vw, 57px); }
  .page-lead { font-size: 17px; }
  .services-grid, .form-grid { grid-template-columns: 1fr; }
  .service-tile { min-height: 320px; padding: 27px; }
  .card-link { left: 27px; }
  .check-list { grid-template-columns: 1fr; }
  .lead-form, .scheduler, .booking-summary { padding: 24px 20px; }
  .field-full { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .calendar-days { grid-template-columns: repeat(2, 1fr); }
  .time-options { grid-template-columns: repeat(2, 1fr); }
  .cta-section { padding: 60px 0; }
  .cta-card { padding: 38px 26px; gap: 34px; }
  .cta-actions, .cta-actions .button { width: 100%; }
  .footer-wrap { align-items: flex-start; flex-direction: column; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
