:root {
  --ink: #111316;
  --muted: #62666b;
  --paper: #f6f4ee;
  --white: #fff;
  --blue: #2d63ec;
  --blue-dark: #1648bd;
  --lime: #dcff67;
  --line: #dcd9d1;
  --soft: #ebe8df;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(17, 19, 22, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h2 { font-size: clamp(36px, 4.2vw, 62px); line-height: 1.06; }

.progress { position: fixed; z-index: 100; top: 0; left: 0; width: 0; height: 3px; background: var(--blue); }
.brand { font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -1px; }
.brand span { color: var(--blue); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--blue); border-radius: 999px; background: var(--blue); color: #fff; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 11px 28px rgba(45, 99, 236, .22); }
.button--small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button--outline { border-color: #b9b7b1; background: transparent; color: var(--ink); }
.button--outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; box-shadow: none; }
.eyebrow { margin: 0 0 20px; color: #52565b; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--blue); }

.nav { position: sticky; z-index: 50; top: 0; display: flex; width: 100%; height: 76px; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 5vw, 78px); border-bottom: 1px solid rgba(17, 19, 22, .08); background: rgba(246, 244, 238, .9); backdrop-filter: blur(18px); }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 24px; }
.nav-links a, .nav-links button { padding: 0; border: 0; background: none; color: #565a5e; font-size: 13px; font-weight: 700; cursor: pointer; }
.languages, .currencies { display: flex; gap: 4px; }
.languages button, .currencies button { border: 0; background: transparent; color: #777a7d; font-size: 10px; font-weight: 800; cursor: pointer; }
.languages { align-items: center; padding: 3px; border-radius: 999px; background: rgba(17,19,22,.05); }
.languages button { min-width: 28px; height: 28px; padding: 0 8px; border-radius: 999px; letter-spacing: .02em; }
.languages .language-global { border: 1px solid rgba(45,99,236,.22); background: rgba(45,99,236,.08); color: var(--blue); }
.currencies { padding: 3px; border: 1px solid rgba(17,19,22,.08); border-radius: 999px; background: rgba(255,255,255,.42); box-shadow: inset 0 1px 0 rgba(255,255,255,.45); }
.currencies button { min-width: 36px; height: 26px; padding: 0 8px; border-radius: 999px; letter-spacing: .02em; }
.languages button.is-active, .currencies button.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.client-area { font-size: 12px; font-weight: 800; }

.hero { display: grid; min-height: calc(100vh - 76px); padding: 82px clamp(24px, 6vw, 86px) 115px; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 64px; align-items: center; }
.hero h1 { max-width: 760px; font-size: clamp(58px, 7.3vw, 116px); line-height: .92; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { font-weight: 800; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 11px; margin: 35px 0 0; padding: 0; list-style: none; }
.hero-checks li { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); color: #52565b; font-size: 13px; font-weight: 700; }
.hero-visual { position: relative; min-height: 640px; }
.hero-visual > img { width: 100%; height: 640px; border-radius: 180px 28px 28px 28px; object-fit: cover; box-shadow: var(--shadow); }
.hero-caption { position: absolute; right: 35px; bottom: -36px; left: 35px; display: flex; align-items: center; gap: 16px; padding: 22px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.hero-caption span { display: grid; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: #fff; place-items: center; }
.hero-caption svg { width: 22px; height: 22px; fill: currentColor; }
.hero-caption b { display: block; font-size: 18px; line-height: 1.35; }
.availability { position: absolute; top: 35px; right: -14px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 999px; background: var(--lime); font-size: 12px; font-weight: 800; box-shadow: var(--shadow); }
.availability i { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }

.platforms { padding: 38px clamp(24px, 6vw, 86px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.platforms p { margin: 0 auto 24px; max-width: 640px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.platforms div { display: flex; flex-wrap: wrap; gap: 24px; color: #3f4246; }
.platform-logos { display: grid !important; width: min(1180px, 100%); grid-template-columns: repeat(8, minmax(0, 1fr)); align-items: center; justify-items: center; gap: 30px; margin-right: auto; margin-left: auto; }
.platform-logos img { width: 100%; max-width: 142px; max-height: 34px; object-fit: contain; object-position: center; filter: grayscale(1) brightness(0); opacity: .5; }
.platform-logos img[alt="Vrbo"] { max-width: 160px; max-height: 44px; transform: scale(1.08); transform-origin: center; }
.platforms small { display: block; max-width: 620px; margin: 24px auto 0; color: #8b8d90; line-height: 1.5; }

.trust-bridge { display: grid; max-width: 1208px; margin: 30px auto 0; padding: 0 24px; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trust-bridge article { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.52); }
.trust-bridge span { display: block; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .02em; line-height: 1.35; }
.trust-bridge p { margin: 10px 0 0; color: #4e5256; line-height: 1.55; }

.section { max-width: 1248px; margin: auto; padding: 115px 24px; }
.section-heading { margin-bottom: 52px; }
.section-heading.split { display: grid; grid-template-columns: 1fr .72fr; gap: 52px; align-items: end; }
.section-heading > p, .section-heading.split > p { color: var(--muted); line-height: 1.7; }

.sector-grid, .service-grid, .compare-gallery, .evidence-grid, .testimonial-grid, .plan-grid, .faq-grid { display: grid; gap: 18px; }
.sector-grid { grid-template-columns: repeat(3, 1fr); }
.sector-grid article { position: relative; overflow: hidden; min-height: 560px; border-radius: var(--radius); background: #111; color: #fff; }
.sector-grid img { width: 100%; height: 100%; opacity: .74; object-fit: cover; }
.sector-grid article > span { position: absolute; top: 24px; left: 24px; display: grid; width: 45px; height: 45px; border-radius: 50%; background: #fff; color: var(--ink); place-items: center; font-weight: 900; }
.sector-grid article > div { position: absolute; right: 26px; bottom: 26px; left: 26px; }
.sector-grid h3 { font-size: 30px; }
.sector-grid p { color: rgba(255,255,255,.78); line-height: 1.6; }

.service { max-width: none; background: #111316; color: #fff; }
.service > .section-heading, .service-grid { max-width: 1208px; margin-right: auto; margin-left: auto; }
.service .eyebrow { color: #9da0a5; }
.service-grid { grid-template-columns: 1fr 1fr; }
.service-card { min-height: 585px; padding: 40px; border: 1px solid #323539; border-radius: 27px; background: #1a1d20; }
.service-card--onsite { background: var(--blue); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: #b7bac0; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin-top: 70px; font-size: clamp(32px, 3vw, 45px); line-height: 1.08; }
.service-card > p { color: #c3c6cb; line-height: 1.7; }
.service-card ul { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.service-card li::before { content: "✓"; margin-right: 10px; color: var(--lime); }
.service-card > a { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 800; }

.compare-main { position: relative; overflow: hidden; height: 650px; border-radius: var(--radius); box-shadow: var(--shadow); }
.compare-main img { width: 100%; height: 100%; object-fit: cover; }
.compare-before { position: absolute; inset: 0 auto 0 0; width: 48%; overflow: hidden; }
.compare-before img { max-width: none; width: var(--compare-width, min(1208px, calc(100vw - 48px))); }
.compare-line { position: absolute; z-index: 2; top: 0; bottom: 0; left: 48%; width: 2px; background: #fff; }
.compare-line span { position: absolute; top: 50%; left: 50%; display: grid; width: 48px; height: 48px; border-radius: 50%; background: #fff; color: var(--ink); transform: translate(-50%, -50%); place-items: center; box-shadow: 0 14px 34px rgba(17,19,22,.16); }
.compare-line svg, .mini-line svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.35; stroke-linecap: round; stroke-linejoin: round; }
.compare-main input { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare-main > b { position: absolute; z-index: 2; top: 20px; padding: 8px 12px; border-radius: 999px; background: rgba(17,19,22,.75); color: #fff; font-size: 11px; }
.label-before { left: 20px; }
.label-after { right: 20px; }
.compare-gallery { margin-top: 18px; grid-template-columns: repeat(3, 1fr); }
.compare-gallery figure { margin: 0; overflow: hidden; border-radius: 18px; background: #fff; }
.compare-gallery figure > div { position: relative; height: 230px; overflow: hidden; }
.compare-gallery img { width: 100%; height: 100%; object-fit: cover; }
.mini-before { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 50% 0 0); }
.mini-line { position: absolute; z-index: 2; top: 0; bottom: 0; left: 50%; width: 2px; background: #fff; }
.mini-line span { position: absolute; top: 50%; left: 50%; display: grid; width: 32px; height: 32px; border-radius: 50%; background: #fff; color: var(--ink); transform: translate(-50%,-50%); place-items: center; box-shadow: 0 12px 28px rgba(17,19,22,.15); }
.mini-range { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare-gallery figcaption { display: grid; padding: 20px; gap: 4px; }
.compare-gallery small { color: var(--muted); }

.evidence, .pricing { max-width: none; background: #e9e6dd; }
.evidence > .section-heading, .evidence-grid, .evidence-note, .scarcity-panel, .pricing > .section-heading, .pricing-controls, .pricing-context, .plan-grid, .pricing-foot { max-width: 1208px; margin-right: auto; margin-left: auto; }
.evidence-grid { grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9c5ba; border-bottom: 1px solid #c9c5ba; gap: 0; }
.evidence-grid a { padding: 37px; border-right: 1px solid #c9c5ba; }
.evidence-grid a:last-child { border-right: 0; }
.evidence-grid span { color: #777a7d; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.evidence-grid strong { display: block; margin: 56px 0 5px; color: var(--blue); font: 800 66px "Manrope"; letter-spacing: -.07em; }
.evidence-grid h3 { font-size: 22px; }
.evidence-grid p { min-height: 110px; color: var(--muted); line-height: 1.6; }
.evidence-grid small { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 800; }
.source-icon { display: grid; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 7px; background: var(--ink); color: #fff; place-items: center; }
.source-icon svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.35; stroke-linecap: round; stroke-linejoin: round; }
.evidence-note { margin-top: 22px !important; color: #85878a; font-size: 11px; line-height: 1.5; }
.scarcity-panel { display: grid; margin-top: 34px; padding: 34px; border: 1px solid #c9c5ba; border-radius: 28px; background: #111316; color: #fff; grid-template-columns: 1.1fr 1.2fr auto; gap: 28px; align-items: center; box-shadow: var(--shadow); }
.scarcity-panel .eyebrow { margin-bottom: 14px; color: var(--lime); }
.scarcity-panel h3 { font-size: clamp(28px, 3vw, 44px); line-height: 1.04; }
.scarcity-panel p { color: #c4c8cd; line-height: 1.6; }
.scarcity-panel ul { display: grid; margin: 0; padding: 0; list-style: none; gap: 12px; }
.scarcity-panel li { display: grid; padding: 16px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); gap: 5px; }
.scarcity-panel li span { color: #aeb3ba; font-size: 13px; line-height: 1.45; }
.scarcity-panel .button { border-color: var(--lime); background: var(--lime); color: var(--ink); white-space: nowrap; }

.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.project { position: relative; overflow: hidden; min-height: 390px; border-radius: var(--radius); background: #111; color: #fff; }
.project--wide { min-height: 670px; grid-row: span 2; }
.project img { width: 100%; height: 100%; opacity: .84; object-fit: cover; }
.project > div { position: absolute; right: 28px; bottom: 25px; left: 28px; }
.project span { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project h3 { margin-top: 7px; font-size: 28px; }
.project p { margin: 5px 0 0; color: rgba(255,255,255,.72); font-size: 12px; }

.testimonials { max-width: none; background: #111316; color: #fff; }
.testimonials > .section-heading, .testimonial-grid { max-width: 1208px; margin-right: auto; margin-left: auto; }
.testimonials .eyebrow { color: #9da0a5; }
.testimonial-grid { grid-template-columns: repeat(3, 1fr); }
.testimonial-grid blockquote { display: flex; min-height: 380px; flex-direction: column; margin: 0; padding: 34px; border: 1px solid #303338; border-radius: 22px; background: #191c1f; }
.testimonial-grid blockquote > div { color: var(--lime); letter-spacing: .12em; }
.testimonial-grid blockquote > p { margin: 55px 0 30px; font-size: 20px; line-height: 1.5; }
.testimonial-grid footer { display: grid; margin-top: auto; gap: 4px; }
.testimonial-grid footer span { color: #989ba0; font-size: 12px; }

.process-grid { position: relative; display: grid; padding: 0; grid-template-columns: repeat(4, 1fr); list-style: none; gap: 18px; }
.process-grid::before { content: ""; position: absolute; top: 42px; right: 10%; left: 10%; height: 1px; background: linear-gradient(90deg, transparent, #cfcac0 12%, #cfcac0 88%, transparent); }
.process-grid li { position: relative; min-height: 315px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.52); box-shadow: 0 18px 45px rgba(17,19,22,.045); }
.process-grid li > span { position: relative; z-index: 1; display: grid; width: 46px; height: 46px; border: 1px solid #cfd7f6; border-radius: 50%; background: #fff; color: var(--blue); font-size: 12px; font-weight: 900; place-items: center; box-shadow: 0 10px 28px rgba(45,99,236,.11); }
.process-grid li > div { margin-top: 72px; }
.process-grid h3 { font-size: 21px; }
.process-grid p { color: var(--muted); line-height: 1.6; }
.stripe-note { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 24px; color: var(--muted); font-size: 13px; }
.stripe-note b { color: #635bff; font: 800 22px "Manrope"; }

.faq { padding-top: 45px; }
.faq-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
.faq details { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.56); box-shadow: 0 16px 40px rgba(17,19,22,.04); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; font-family: "Manrope"; font-size: 18px; font-weight: 800; letter-spacing: -.035em; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; display: grid; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: #fff; color: var(--blue); font: 700 21px/1 "DM Sans"; place-items: center; }
.faq details[open] summary::after { content: '−'; }
.faq details p { margin: 0; padding: 0 24px 24px; color: var(--muted); line-height: 1.65; }

.pricing-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.segmented, .terms { display: flex; padding: 4px; border-radius: 999px; background: #d5d1c7; }
.segmented button, .terms button { min-height: 42px; padding: 0 20px; border: 0; border-radius: 999px; background: transparent; color: #626467; font-size: 12px; font-weight: 800; cursor: pointer; }
.segmented button.is-active, .terms button.is-active { background: var(--ink); color: #fff; }
.pricing-context { margin-top: 25px !important; margin-bottom: 20px !important; color: var(--muted); font-size: 14px; }
.plan-grid { grid-template-columns: repeat(3, 1fr); }
.plan { position: relative; display: flex; min-height: 560px; flex-direction: column; padding: 33px; border: 1px solid #cbc7bd; border-radius: var(--radius); background: #f8f7f3; }
.plan.is-featured { border-color: var(--blue); background: #fff; box-shadow: 0 20px 50px rgba(20,25,35,.09); }
.plan-badge { position: absolute; top: 20px; right: 20px; padding: 7px 10px; border-radius: 999px; background: var(--lime); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.plan > span { font-size: 12px; font-weight: 900; text-transform: uppercase; }
.plan > p { min-height: 52px; color: var(--muted); line-height: 1.5; }
.plan-price { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-price strong { font: 800 38px "Manrope"; letter-spacing: -.06em; }
.plan-price small { color: var(--muted); }
.plan ul { display: grid; gap: 14px; margin: 22px 0 30px; padding: 0; list-style: none; }
.plan li { font-size: 14px; }
.plan li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 900; }
.plan .button { margin-top: auto; }
.pricing-foot { margin-top: 22px !important; color: #85878a; font-size: 11px; text-align: center; }

.briefing { display: grid; max-width: 1240px; margin: 65px auto; padding: 80px; border-radius: 32px; background: #111316; color: #fff; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.briefing h2 { font-size: clamp(38px, 4vw, 60px); line-height: 1.05; }
.briefing-copy > p:not(.eyebrow) { color: #b7bbc0; font-size: 17px; line-height: 1.65; }
.contact-options { display: grid; margin-top: 45px; border-top: 1px solid #36393d; }
.contact-options a, .contact-options button { display: flex; align-items: center; gap: 14px; padding: 18px 0; border: 0; border-bottom: 1px solid #36393d; background: none; color: #fff; text-align: left; cursor: pointer; }
.contact-icon { display: grid; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.06); place-items: center; }
.contact-icon--wa { border-color: rgba(37,211,102,.35); background: #25d366; color: #fff; }
.contact-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.contact-icon--wa svg { width: 20px; height: 20px; fill: currentColor; stroke: none; }
.smart-form { overflow: hidden; padding: 34px; border-radius: 23px; background: #fff; color: var(--ink); }
.form-progress { height: 3px; margin: -34px -34px 30px; background: #e8e6e0; }
.form-progress span { display: block; width: 33.33%; height: 100%; background: var(--blue); transition: width .3s; }
.form-step { display: none; }
.form-step.is-active { display: block; }
.form-step > p { margin: 0 0 8px; color: var(--blue); font-size: 11px; font-weight: 900; }
.form-step h3 { margin-bottom: 25px; font-size: 27px; }
.form-step h4 { margin: 25px 0 10px; font-size: 13px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.choice-grid--two { grid-template-columns: repeat(2, 1fr); }
.choice-grid label, .form-plan-grid label { position: relative; display: block; cursor: pointer; }
.choice-grid input, .form-plan-grid input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.choice-grid span { display: grid; min-height: 82px; padding: 12px; border: 1px solid #d9d6cf; border-radius: 12px; color: #626569; font-size: 12px; font-weight: 800; text-align: center; place-items: center; }
.choice-grid input:checked + span, .form-plan-grid input:checked + .form-plan-card { border-color: var(--blue); background: #edf2ff; color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.form-next { margin-top: 34px; }
.choice-grid--two + .form-next { margin-top: 38px; }
.form-step > label, .field-row label { display: grid; margin-bottom: 17px; gap: 7px; color: #4f5357; font-size: 12px; font-weight: 800; }
.form-step input, .form-step select, .form-step textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #d9d6cf; border-radius: 10px; background: #fbfaf7; outline: none; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-helper { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 17px 0 14px; padding: 14px; border: 1px solid #e3e0d8; border-radius: 14px; background: #f7f5ef; color: #686b70; font-size: 12px; line-height: 1.45; }
.form-helper button { padding: 8px 10px; border: 1px solid #c9c5ba; border-radius: 999px; background: #fff; color: var(--blue); font-size: 11px; font-weight: 900; cursor: pointer; }
.form-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 12px 0 18px; }
.form-plan-card { display: grid; min-height: 148px; padding: 14px; border: 1px solid #d9d6cf; border-radius: 15px; background: #fbfaf7; gap: 9px; transition: .2s ease; }
.form-plan-card strong { font-family: "Manrope"; letter-spacing: -.04em; }
.form-plan-card small { color: #7d8084; font-size: 11px; line-height: 1.35; }
.form-plan-price { margin-top: auto; color: var(--blue); font-weight: 900; }
.form-buttons { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; }
.back { padding: 10px 0; border: 0; background: none; color: #6d7074; font-weight: 800; cursor: pointer; }
.consent { display: flex !important; align-items: flex-start; gap: 10px !important; }
.consent input { width: 18px; min-height: 18px; }
.consent a { color: var(--blue); text-decoration: underline; }
.send-options { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.send-options .button { flex: 1; min-width: 160px; }
.button--wa { border-color: #25d366; background: #25d366; color: #082715; }
.button--wa:hover { border-color: #1ebe5d; background: #1ebe5d; }
.form-step > small { display: block; margin-top: 15px; color: #85878a; text-align: right; }
.form-status { margin-top: 12px; color: var(--blue); font-size: 13px; font-weight: 800; }

.footer { padding: 80px clamp(24px, 6vw, 86px) 30px; background: #08090a; color: #fff; }
.footer-main { display: grid; max-width: 1208px; margin: auto; grid-template-columns: 1.8fr 1fr 1fr 1.5fr; gap: 50px; }
.footer-main > div { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
.footer a, .footer button { border: 0; background: none; color: #c9ccd1; padding: 0; cursor: pointer; }
.footer .footer-social { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 800; }
.footer-social svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.footer h4 { margin: 0 0 8px; }
.footer-bottom { display: flex; max-width: 1208px; margin: 60px auto 0; justify-content: space-between; border-top: 1px solid #22252a; padding-top: 24px; color: #858a91; }
.footer-location, .panel-based { display: inline-flex; align-items: center; gap: 8px; }
.footer-location { margin: 0; color: #fff; font-weight: 800; }
.footer-location svg, .panel-based svg { width: 14px; height: 14px; fill: currentColor; }

.studio-panel { position: fixed; z-index: 80; inset: 0; visibility: hidden; pointer-events: none; }
.studio-panel.is-open { visibility: visible; pointer-events: auto; }
.panel-scrim { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.45); opacity: 0; transition: .2s; }
.studio-panel.is-open .panel-scrim { opacity: 1; }
.panel-sheet { position: absolute; top: 0; right: 0; width: min(520px, 100vw); height: 100%; overflow-y: auto; background: var(--paper); transform: translateX(100%); transition: .28s ease; }
.studio-panel.is-open .panel-sheet { transform: none; }
.panel-sheet img { width: 100%; height: 290px; object-fit: cover; }
.panel-body { padding: 34px; }
.panel-body p { color: var(--muted); line-height: 1.65; }
.panel-body dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; }
.panel-body dt { font: 800 30px "Manrope"; color: var(--blue); }
.panel-body dd { margin: 0; color: var(--muted); font-size: 12px; }
.panel-based { color: var(--ink) !important; font-weight: 800; }
.panel-close, .modal-close { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 26px; cursor: pointer; place-items: center; }

dialog { border: 0; }
dialog::backdrop { background: rgba(17,19,22,.48); backdrop-filter: blur(4px); }
.modal, .exit-modal { width: min(560px, calc(100vw - 32px)); padding: 45px; border-radius: 24px; box-shadow: var(--shadow); }
.modal h3, .exit-modal h3 { font-size: 32px; }
.modal > p:not(.eyebrow), .exit-modal > p { color: var(--muted); line-height: 1.65; }
.modal > div { display: flex; gap: 10px; margin-top: 30px; }
.upload-modal ol { display: grid; gap: 12px; margin: 24px 0; padding-left: 22px; color: #4f5357; line-height: 1.5; }
.legal-modal { max-height: 85vh; overflow-y: auto; }
.legal-modal > div { display: block; margin-top: 0; }
.legal-modal h2 { font-size: 28px; }
.legal-modal details { border-top: 1px solid rgba(0,0,0,.1); }
.legal-modal summary { padding: 16px 0; font-weight: 800; cursor: pointer; }
.legal-modal details p { color: var(--muted); line-height: 1.65; font-size: 14px; }
.exit-modal { overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: #111316; color: #fff; text-align: center; }
.exit-modal::before { content: ""; position: absolute; inset: auto -20% -46% -20%; height: 58%; border-radius: 50%; background: radial-gradient(circle, rgba(220,255,103,.34), transparent 68%); pointer-events: none; }
.exit-modal > span { display: inline-flex; align-items: center; justify-content: center; min-height: 30px; padding: 0 12px; border: 1px solid rgba(220,255,103,.32); border-radius: 999px; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.exit-modal h3, .exit-modal p, .exit-modal a, .exit-modal small { position: relative; z-index: 1; }
.exit-modal h3 { margin-top: 20px; }
.exit-modal > p { color: #c9ccd1; }
.exit-modal > p strong { color: var(--lime); }
.exit-modal .button { margin-top: 10px; border-color: var(--lime); background: var(--lime); color: var(--ink); }
.exit-modal small { display: block; margin-top: 16px; color: #8f9398; }

.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; border: 0; border-radius: 50%; background: #25d366; color: #fff; font-size: 24px; font-weight: 900; place-items: center; box-shadow: 0 18px 40px rgba(0,0,0,.2); cursor: pointer; }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; stroke: none; }
.whatsapp-float span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-visual, .hero-visual > img { min-height: 570px; height: 570px; }
  .platform-logos { display: grid !important; width: min(680px, 100%); grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 34px; }
  .platform-logos img { max-width: 108px; max-height: 26px; }
  .platform-logos img[alt="Vrbo"] { max-width: 124px; max-height: 34px; }
  .results .section-heading { margin-bottom: 38px; }
  .compare-main { height: auto; aspect-ratio: 4 / 3; border-radius: 22px; }
  .compare-gallery { grid-template-columns: 1fr; gap: 22px; margin-top: 22px; }
  .compare-gallery figure { position: relative; aspect-ratio: 4 / 3; border-radius: 22px; box-shadow: 0 18px 48px rgba(17,19,22,.07); }
  .compare-gallery figure > div { position: absolute; inset: 0; height: auto; }
  .compare-gallery figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.56); border-radius: 18px; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); box-shadow: 0 14px 34px rgba(17,19,22,.12); }
  .compare-gallery figcaption b { font-size: 22px; }
  .compare-gallery figcaption small { font-size: 14px; line-height: 1.5; }
  .section-heading.split { grid-template-columns: 1fr; gap: 22px; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .sector-grid article:last-child { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid::before { display: none; }
  .scarcity-panel { grid-template-columns: 1fr; }
  .briefing { margin-right: 24px; margin-left: 24px; padding: 55px; grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav { display: grid; height: auto; min-height: 96px; padding: 12px 14px 10px; grid-template-columns: 1fr auto; grid-template-areas: "brand cta" "lang curr"; gap: 10px 8px; }
  .brand { font-size: 18px; }
  .nav > .brand { grid-area: brand; align-self: center; }
  .nav-actions { display: contents; }
  .client-area { display: none; }
  .languages { grid-area: lang; justify-self: end; gap: 1px; padding: 2px; }
  .languages button { min-width: 23px; height: 22px; padding: 0 5px; font-size: 8px; }
  .currencies { grid-area: curr; justify-self: start; gap: 1px; padding: 2px; }
  .currencies button { min-width: 28px; height: 22px; padding: 0 5px; font-size: 8px; }
  .nav .button { grid-area: cta; align-self: center; justify-self: end; min-height: 36px; padding: 0 12px; font-size: 10px; white-space: nowrap; }
  .hero { display: block; min-height: auto; padding: 65px 20px 100px; }
  .hero h1 { font-size: 48px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { text-align: center; }
  .hero-checks { align-items: center; flex-direction: column; gap: 9px; }
  .hero-visual { min-height: 430px; margin-top: 60px; }
  .hero-visual > img { height: 430px; border-radius: 115px 18px 18px 18px; }
  .hero-caption { right: 26px; bottom: -38px; left: 26px; padding: 20px; text-align: left; }
  .hero-caption span { flex-basis: 44px; width: 44px; height: 44px; }
  .hero-caption b { font-size: 18px; line-height: 1.35; }
  .availability { top: 20px; right: -4px; }
  .platforms { padding: 34px 20px; }
  .platforms p { margin-bottom: 24px; font-size: 12px; }
  .platforms div { justify-content: center; overflow: visible; padding-bottom: 0; }
  .platform-logos { display: grid !important; width: min(330px, 100%); grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 18px; overflow: visible !important; padding-bottom: 0 !important; }
  .platform-logos img { max-width: 66px; max-height: 17px; }
  .platform-logos img[alt="Vrbo"] { max-width: 76px; max-height: 22px; transform: scale(1.08); }
  .platforms small { margin-top: 24px; font-size: 11px; }
  .trust-bridge, .sector-grid, .service-grid, .compare-gallery, .evidence-grid, .testimonial-grid, .plan-grid, .faq-grid, .process-grid { grid-template-columns: 1fr; }
  .section { padding: 88px 20px; }
  .sector-grid article, .sector-grid article:last-child { min-height: 500px; grid-column: auto; }
  .service-card { min-height: 540px; padding: 28px; }
  .results .section-heading { margin-bottom: 30px; }
  .compare-main { aspect-ratio: 1 / 1.08; border-radius: 22px; box-shadow: 0 18px 44px rgba(17,19,22,.09); }
  .compare-gallery { gap: 18px; margin-top: 18px; }
  .compare-gallery figure { aspect-ratio: 1 / 1.08; border-radius: 22px; box-shadow: 0 18px 44px rgba(17,19,22,.07); }
  .compare-gallery figure > div { position: absolute; inset: 0; height: auto; aspect-ratio: auto; }
  .compare-gallery figcaption { right: 14px; bottom: 14px; left: 14px; padding: 16px 18px; border-radius: 18px; }
  .compare-gallery figcaption b { font-size: 24px; }
  .compare-gallery figcaption small { margin-top: 4px; font-size: 15px; line-height: 1.45; }
  .compare-line span { width: 42px; height: 42px; }
  .mini-line span { width: 42px; height: 42px; font-size: 14px; }
  .evidence-grid a { padding: 32px 5px; border-right: 0; border-bottom: 1px solid #c9c5ba; }
  .evidence-grid a:last-child { border-bottom: 0; }
  .evidence-grid strong { margin-top: 35px; }
  .evidence-grid p { min-height: auto; }
  .scarcity-panel { padding: 26px; }
  .scarcity-panel .button { width: 100%; }
  .project-grid { grid-template-columns: 1fr; }
  .project, .project--wide { min-height: 460px; grid-row: auto; }
  .stripe-note { align-items: flex-start; }
  .pricing-controls { align-items: stretch; flex-direction: column; }
  .segmented, .terms { overflow-x: auto; }
  .segmented button, .terms button { flex: 1 0 auto; }
  .briefing { margin: 0; padding: 80px 20px; border-radius: 0; gap: 45px; }
  .smart-form { padding: 25px 18px; }
  .form-progress { margin: -25px -18px 25px; }
  .choice-grid, .form-plan-grid { grid-template-columns: 1fr; }
  .choice-grid--two, .field-row { grid-template-columns: 1fr 1fr; }
  .form-helper { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child, .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 17px; }
  .modal, .exit-modal { padding: 38px 24px; }
  .modal > div { align-items: stretch; flex-direction: column; }
}

@media (max-width: 390px) {
  .choice-grid--two, .field-row { grid-template-columns: 1fr; }
}

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