:root {
  --ink: #101116;
  --paper: #f4f1ea;
  --white: #fffefa;
  --blue: #1724d8;
  --blue-dark: #0b137e;
  --acid: #dfff38;
  --coral: #ff7358;
  --muted: #606269;
  --line: rgba(16, 17, 22, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body, input, textarea, select, button { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; padding: 10px 14px; background: white; border: 2px solid var(--ink); }
.skip-link:focus { top: 12px; }

.topbar { height: 72px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(244,241,234,.93); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 20; }
.logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 19px; letter-spacing: -.045em; }
.logo-mark { width: 31px; height: 31px; border-radius: 7px; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--blue); color: white; font-size: 16px; font-weight: 900; letter-spacing: -.1em; }
.logo-mark > span { position: absolute; right: 2px; bottom: 1px; width: 13px; height: 13px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 8px; letter-spacing: 0; }
.topbar-cta { min-height: 40px; padding: 0 14px; border-radius: 5px; display: inline-flex; align-items: center; gap: 12px; background: var(--ink); color: white; font-size: 12px; font-weight: 750; }

.hero { padding: 60px 20px 56px; overflow: hidden; }
.eyebrow, .kicker { margin: 0 0 18px; color: #595b61; font-size: 10px; line-height: 1.3; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(23,36,216,.1); }
h1, h2, h3, p { letter-spacing: -.025em; }
h1 { margin: 0; max-width: 850px; font-size: clamp(48px, 15vw, 75px); line-height: .91; letter-spacing: -.07em; font-weight: 760; }
h1 em { color: var(--blue); display: inline-block; letter-spacing: -.055em; }
.hero-price { margin: 27px 0 0; display: flex; align-items: center; gap: 13px; }
.hero-price strong { font-size: 37px; letter-spacing: -.065em; }
.hero-price span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 20px; color: #5d5f66; text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 800; }
.hero-lead { max-width: 610px; margin: 20px 0 28px; color: #55575e; font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; flex-direction: column; align-items: center; gap: 17px; }
.button { min-height: 55px; padding: 0 21px; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 14px; font-weight: 780; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { width: 100%; background: var(--blue); color: white; box-shadow: 0 12px 30px rgba(23,36,216,.2); }
.text-link { padding-bottom: 3px; border-bottom: 1px solid #999a9c; font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 6px; }
.hero-proof { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: #4f5157; font-size: 12px; }
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(23,36,216,.09); color: var(--blue); font-size: 10px; font-weight: 900; }

.hero-stage { min-height: 490px; margin: 50px -10px 0; position: relative; display: grid; place-items: center; }
.hero-stage::before { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; background: var(--acid); }
.browser-window { width: min(100%, 450px); position: relative; z-index: 2; overflow: hidden; border: 6px solid var(--ink); border-radius: 13px; background: white; box-shadow: 0 28px 55px rgba(17,18,24,.22); transform: rotate(-2deg); }
.browser-bar { height: 31px; padding: 0 9px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid #dedede; background: #f1f1ed; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #babbb8; }
.browser-bar span { margin-left: 8px; color: #777; font-size: 7px; }
.demo-site { min-height: 286px; position: relative; overflow: hidden; background: #f0e9df; }
.demo-nav { height: 42px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; font-size: 8px; }
.demo-nav span { padding: 6px 8px; background: #1c392f; color: white; border-radius: 2px; }
.demo-copy { width: 65%; padding: 28px 0 20px 19px; position: relative; z-index: 2; }
.demo-copy small { color: #5f6d66; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.demo-copy strong { display: block; margin: 10px 0; font: 700 28px/.94 Georgia, serif; letter-spacing: -.05em; color: #16372d; }
.demo-copy p { max-width: 175px; margin: 0 0 15px; color: #64706a; font-size: 7px; line-height: 1.5; }
.demo-copy button { padding: 8px 10px; border: 0; border-radius: 2px; background: #d66f4f; color: white; font-size: 7px; font-weight: 700; }
.demo-photo { position: absolute; right: -23px; bottom: -32px; width: 180px; height: 245px; border-radius: 80px 80px 0 0; overflow: hidden; background: #c1a17e; transform: rotate(7deg); }
.demo-photo::before, .demo-photo::after, .demo-photo span, .demo-photo i, .demo-photo b { content: ""; position: absolute; display: block; }
.demo-photo::before { left: 42px; top: 0; width: 12px; height: 100%; background: rgba(255,255,255,.3); }
.demo-photo::after { left: 0; top: 73px; width: 100%; height: 9px; background: rgba(43,56,49,.45); }
.demo-photo span { left: 70px; top: 22px; width: 80px; height: 110px; background: #e7d7c0; border: 7px solid #7b5d40; }
.demo-photo i { left: 18px; bottom: 11px; width: 115px; height: 68px; background: #283b33; transform: skewY(-5deg); }
.demo-photo b { right: 11px; bottom: 17px; width: 45px; height: 100px; background: #779066; border-radius: 40px 40px 0 0; }
.phone-window { position: absolute; z-index: 4; right: -4px; bottom: 14px; width: 135px; height: 250px; padding: 7px; border-radius: 22px; background: var(--ink); box-shadow: 0 22px 40px rgba(16,17,22,.26); transform: rotate(4deg); }
.phone-speaker { position: absolute; z-index: 2; top: 12px; left: 50%; width: 34px; height: 5px; border-radius: 5px; background: var(--ink); transform: translateX(-50%); }
.phone-content { height: 100%; padding: 62px 12px 12px; border-radius: 16px; background: #efe7dc; }
.phone-content small { color: #5d6f66; font-size: 5px; font-weight: 800; letter-spacing: .1em; }
.phone-content strong { display: block; margin: 10px 0 22px; color: #15362c; font: 700 18px/.95 Georgia, serif; }
.phone-content span { display: block; padding: 9px 8px; border-radius: 2px; background: #d66f4f; color: white; font-size: 6px; font-weight: 800; text-align: center; }
.stage-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 7px; padding: 10px 12px; border-radius: 30px; background: white; box-shadow: 0 12px 30px rgba(16,17,22,.15); font-size: 9px; font-weight: 800; }
.stage-note span { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); font-size: 8px; }
.note-one { left: 1px; top: 30px; transform: rotate(-4deg); }
.note-two { left: 20px; bottom: 26px; transform: rotate(2deg); }

.promise-strip { min-height: 78px; padding: 19px 20px; display: flex; align-items: center; gap: 13px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; white-space: nowrap; color: #55575c; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.promise-strip span { display: inline-flex; align-items: baseline; gap: 4px; }
.promise-strip b { color: var(--blue); font-size: 14px; letter-spacing: -.03em; }
.promise-strip i { flex: 0 0 auto; width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }

.section { padding: 82px 20px; }
h2 { margin: 0; font-size: clamp(40px, 11.7vw, 68px); line-height: .97; letter-spacing: -.062em; font-weight: 720; }
h2 em { color: var(--blue); }
.section-intro { max-width: 740px; }
.problem-grid { margin-top: 48px; border-top: 1px solid var(--line); }
.problem-grid article { padding: 30px 0; border-bottom: 1px solid var(--line); position: relative; }
.problem-number { position: absolute; top: 31px; right: 0; color: #9c9da0; font: italic 19px Georgia, serif; }
.problem-grid h3 { margin: 0 34px 12px 0; font-size: 23px; letter-spacing: -.04em; }
.problem-grid p { max-width: 370px; margin: 0; color: #65666c; font-size: 14px; line-height: 1.6; }

.outcome { padding-top: 0; }
.outcome-card { padding: 50px 22px 30px; border-radius: 9px; background: var(--blue); color: white; overflow: hidden; position: relative; }
.outcome-card::after { content: ""; position: absolute; right: -130px; top: -130px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.035), 0 0 0 130px rgba(255,255,255,.02); }
.kicker-light { color: rgba(255,255,255,.65); }
.outcome h2 { position: relative; z-index: 1; }
.outcome h2 em { color: var(--acid); }
.outcome-list { margin-top: 45px; position: relative; z-index: 1; }
.outcome-list article { display: flex; gap: 17px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.2); }
.outcome-list article > span { width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; font: italic 15px Georgia,serif; }
.outcome-list h3 { margin: 1px 0 7px; font-size: 22px; }
.outcome-list p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.5; }

.examples-heading > p { max-width: 450px; color: #63646a; font-size: 15px; line-height: 1.6; margin: 24px 0 0; }
.site-showcase { margin-top: 48px; display: grid; gap: 17px; }
.showcase-card { min-height: 430px; border: 5px solid var(--ink); border-radius: 10px; overflow: hidden; box-shadow: 0 17px 38px rgba(16,17,22,.12); }
.showcase-browser { height: 31px; padding: 0 9px; display: flex; align-items: center; gap: 5px; background: #ecebe7; border-bottom: 1px solid rgba(16,17,22,.15); }
.showcase-browser span { width: 6px; height: 6px; border-radius: 50%; background: #b8b8b4; }
.showcase-content { min-height: 394px; padding: 40px 24px 28px; display: flex; flex-direction: column; align-items: flex-start; }
.showcase-content small { font-size: 7px; letter-spacing: .16em; font-weight: 900; }
.showcase-content h3 { margin: 32px 0 16px; font-size: 50px; line-height: .9; letter-spacing: -.07em; }
.showcase-content p { max-width: 240px; margin: 0; font-size: 13px; line-height: 1.55; }
.showcase-content b { margin-top: auto; padding: 11px 14px; font-size: 10px; border-radius: 2px; }
.card-food .showcase-content { background: #722113; color: #f8d87f; }
.card-food h3 { font: italic 58px/.82 Georgia,serif; }
.card-food p { color: #ecc8a1; }
.card-food b { background: #f8d87f; color: #722113; }
.card-beauty .showcase-content { background: #e9d8ed; color: #44254d; }
.card-beauty h3 { font-weight: 500; }
.card-beauty p { color: #765d7c; }
.card-beauty b { background: #44254d; color: white; }
.card-trade .showcase-content { background: var(--acid); color: #111; }
.card-trade h3 { text-transform: uppercase; font-weight: 900; }
.card-trade p { color: #4e541f; }
.card-trade b { background: var(--ink); color: white; }
.examples-note { margin: 15px 0 0; color: #77787d; font-size: 10px; }

.included { background: var(--ink); color: white; }
.included h2 em { color: var(--acid); }
.included-grid { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.18); }
.included-grid article { padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.included-grid article > span { color: var(--acid); font: italic 16px Georgia,serif; }
.included-grid h3 { margin: 15px 0 8px; font-size: 22px; }
.included-grid p { max-width: 390px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.scope-note { margin: 31px 0 0; padding: 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; }
.scope-note strong { color: white; }

.process-list { margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 28px 0; border-bottom: 1px solid var(--line); display: flex; gap: 18px; }
.process-list li > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #999a9e; border-radius: 50%; font: italic 16px Georgia,serif; }
.process-list small { color: var(--blue); font-size: 7px; font-weight: 850; letter-spacing: .13em; }
.process-list h3 { margin: 7px 0 8px; font-size: 21px; }
.process-list p { margin: 0; color: #66676d; font-size: 13px; line-height: 1.55; }
.deadline-note { margin: 22px 0 0; color: #77787d; font-size: 10px; line-height: 1.5; }

.price { padding-top: 0; }
.price-card { padding: 42px 22px 25px; border-radius: 9px; background: var(--blue); color: white; box-shadow: 0 25px 55px rgba(23,36,216,.17); }
.price-copy h2 { font-size: 43px; }
.price-copy > p:last-child { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.55; }
.price-amount { margin: 35px 0 27px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 1fr auto; align-items: end; }
.price-amount small { grid-column: 1 / -1; color: var(--acid); font-size: 8px; letter-spacing: .15em; font-weight: 900; }
.price-amount strong { font-size: 86px; line-height: .9; letter-spacing: -.075em; }
.price-amount sup { font-size: 29px; }
.price-amount span { padding-bottom: 8px; color: rgba(255,255,255,.65); font-size: 10px; }
.price-card ul { margin: 0 0 28px; padding: 0; list-style: none; display: grid; gap: 13px; }
.price-card li { display: flex; gap: 9px; align-items: center; font-size: 12px; }
.price-card li span { width: 18px; height: 18px; border-radius: 50%; background: var(--acid); color: var(--ink); display: grid; place-items: center; font-size: 9px; font-weight: 900; }
.button-accent { width: 100%; background: var(--acid); color: var(--ink); }
.price-foot { margin: 17px 0 0; color: rgba(255,255,255,.57); font-size: 9px; line-height: 1.5; }

.faq { display: grid; gap: 43px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 75px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 14px; font-weight: 750; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 23px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 32px 24px 0; color: #66676c; font-size: 13px; line-height: 1.6; }

.contact { background: var(--coral); color: var(--ink); }
.contact .kicker { color: rgba(16,17,22,.65); }
.contact h2 em { color: white; }
.contact-copy > p:not(.kicker) { margin: 23px 0; font-size: 15px; line-height: 1.55; }
.whatsapp-card { padding: 14px; border: 1px solid rgba(16,17,22,.2); border-radius: 6px; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.22); }
.whatsapp-icon { width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-size: 17px; }
.whatsapp-card > span:last-child { display: flex; flex-direction: column; }
.whatsapp-card strong { font-size: 12px; }
.whatsapp-card small { margin-top: 3px; font-size: 10px; color: rgba(16,17,22,.67); }
.lead-form { margin-top: 37px; padding: 25px 18px; border-radius: 8px; background: var(--white); box-shadow: 0 25px 50px rgba(80,25,15,.15); }
.form-head { margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 3px; }
.form-head strong { font-size: 22px; letter-spacing: -.04em; }
.form-head span { color: #707177; font-size: 10px; }
.form-grid { display: grid; gap: 16px; }
.lead-form label { display: grid; gap: 7px; margin-bottom: 16px; }
.lead-form label > span { color: #4f5056; font-size: 10px; font-weight: 750; }
.lead-form label i { color: var(--blue); font-style: normal; }
.lead-form input, .lead-form textarea, .lead-form select { width: 100%; border: 1px solid #cacbd0; border-radius: 4px; background: white; color: var(--ink); outline: none; padding: 12px; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.lead-form input { min-height: 46px; }
.lead-form textarea { min-height: 98px; resize: vertical; }
.lead-form select { min-height: 46px; }
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,36,216,.1); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.lead-form .consent { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px; }
.consent input { width: 17px; min-height: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--blue); }
.consent span { font-weight: 500 !important; line-height: 1.45; }
.consent a { text-decoration: underline; }
.form-submit { width: 100%; min-height: 55px; padding: 0 17px; border: 0; border-radius: 5px; display: flex; align-items: center; justify-content: space-between; background: var(--blue); color: white; font-size: 12px; font-weight: 800; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 0; margin: 12px 0 0; font-size: 11px; line-height: 1.45; }
.form-status.is-success { color: #21683a; }
.form-status.is-error { color: #a83224; }

footer { padding: 45px 20px 96px; background: var(--ink); color: white; display: grid; gap: 25px; }
.footer-logo .logo-mark { background: var(--acid); color: var(--ink); }
footer > p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.5; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: rgba(255,255,255,.68); font-size: 10px; }
.footer-links a, .cookie-settings { border: 0; border-bottom: 1px solid rgba(255,255,255,.3); padding: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.cookie-banner { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 74px; padding: 18px; border: 1px solid rgba(16,17,22,.18); border-radius: 8px; background: var(--white); box-shadow: 0 20px 55px rgba(16,17,22,.23); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: 15px; letter-spacing: -.025em; }
.cookie-banner p { margin: 7px 0 15px; color: #61636a; font-size: 11px; line-height: 1.5; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1.12fr; gap: 8px; }
.cookie-actions button { min-height: 44px; padding: 8px 10px; border-radius: 4px; font-size: 10px; font-weight: 800; cursor: pointer; }
.cookie-reject { border: 1px solid #bdbec3; background: white; color: var(--ink); }
.cookie-accept { border: 1px solid var(--blue); background: var(--blue); color: white; }
.mobile-cta { position: fixed; z-index: 30; left: 10px; right: 10px; bottom: 10px; min-height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 6px; background: var(--acid); color: var(--ink); box-shadow: 0 14px 35px rgba(16,17,22,.28); font-size: 13px; font-weight: 800; }

@media (min-width: 760px) {
  .topbar { height: 84px; padding: 0 5vw; }
  .logo { font-size: 21px; }.topbar-cta { min-height: 44px; padding: 0 17px; font-size: 13px; }
  .hero { min-height: 740px; padding: 88px 5vw 74px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 4vw; align-items: center; }
  .hero-actions { flex-direction: row; }.button-primary { width: auto; }.hero-stage { margin: 0; }.hero-proof { grid-template-columns: repeat(3,auto); gap: 14px; }
  .promise-strip { justify-content: center; gap: 35px; min-height: 90px; font-size: 10px; }.promise-strip b { font-size: 16px; }
  .section { padding: 112px 7vw; }
  .problem-grid { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
  .problem-grid article { padding: 34px 32px; border-bottom: 0; border-right: 1px solid var(--line); }.problem-grid article:first-child { padding-left: 0; }.problem-grid article:last-child { padding-right: 0; border: 0; }.problem-grid article:last-child .problem-number { right: 0; }
  .outcome { padding-top: 0; }.outcome-card { padding: 75px 6vw 52px; }.outcome-list { display: grid; grid-template-columns: repeat(3,1fr); }.outcome-list article { padding-right: 30px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .examples-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 50px; }.examples-heading > p { margin: 0 0 5px; }
  .site-showcase { grid-template-columns: repeat(3,1fr); }.showcase-card { min-height: 460px; }.showcase-content { min-height: 424px; }.showcase-content h3 { font-size: clamp(42px,4vw,60px); }
  .included-head { display: flex; align-items: end; justify-content: space-between; }.included-grid { display: grid; grid-template-columns: repeat(3,1fr); }.included-grid article { padding: 30px; border-right: 1px solid rgba(255,255,255,.18); }.included-grid article:nth-child(3n) { border-right: 0; }.scope-note { max-width: 830px; }
  .process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }.process-list { margin-top: 0; }.deadline-note { grid-column: 2; }
  .price-card { max-width: 980px; margin: 0 auto; padding: 55px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; }.price-copy { grid-column: 1; }.price-amount { grid-column: 2; grid-row: 1 / span 2; margin: 0; padding: 0 0 22px; align-self: stretch; }.price-card ul { grid-column: 1; margin-top: 25px; }.button-accent { grid-column: 2; width: auto; margin-top: 28px; }.price-foot { grid-column: 2; }
  .faq { grid-template-columns: .75fr 1.25fr; gap: 9vw; }
  .contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: start; }.lead-form { margin-top: 0; padding: 35px; }.form-grid { grid-template-columns: 1fr 1fr; }
  footer { padding: 52px 5vw; grid-template-columns: auto 1fr auto; align-items: center; }.footer-links { justify-content: flex-end; }.mobile-cta { display: none; }.cookie-banner { left: auto; right: 24px; bottom: 24px; width: min(440px, calc(100vw - 48px)); padding: 22px; }
}

@media (min-width: 1180px) {
  .topbar, footer { padding-left: max(5vw, calc((100vw - 1360px)/2)); padding-right: max(5vw, calc((100vw - 1360px)/2)); }
  .hero { padding-left: max(5vw, calc((100vw - 1360px)/2)); padding-right: max(5vw, calc((100vw - 1360px)/2)); }
  .section { padding-left: max(7vw, calc((100vw - 1240px)/2)); padding-right: max(7vw, calc((100vw - 1240px)/2)); }
  .browser-window { transform: rotate(-2deg) scale(1.07); }.phone-window { right: 12px; }
}

@media (prefers-reduced-motion: no-preference) {
  .stage-note { animation: float 3.5s ease-in-out infinite; }.note-two { animation-delay: -1.4s; }
  @keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
}
