:root {
  --navy: #02122a;
  --navy-2: #061a38;
  --navy-3: #0d1b3e;
  --navy-soft: #13274d;
  --gold: #d8a64e;
  --gold-2: #f2cd7f;
  --cream: #f7e9cf;
  --cream-soft: #fffaf1;
  --paper: #f4f6f7;
  --white: #ffffff;
  --ink: #0c1a36;
  --text: #47536a;
  --muted: #718096;
  --line: #dce2e8;
  --orange-soft: #ffdda7;
  --green: #2f8a43;
  --shadow: 0 24px 70px rgba(3, 18, 42, .16);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-dark { color: var(--white); background: var(--navy); }
.skip-link { position: fixed; left: 14px; top: -70px; z-index: 1000; padding: 12px 17px; border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(2, 18, 42, .96); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--white); }
.brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 10px; box-shadow: 0 8px 25px rgba(0,0,0,.18); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; letter-spacing: -.015em; color: var(--cream); }
.brand-copy small { color: rgba(255,255,255,.64); font-size: 11px; }
.main-nav { display: flex; align-items: center; gap: 27px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; }
.main-nav a:hover { color: var(--cream); }
.login-link { padding-left: 27px; border-left: 1px solid rgba(255,255,255,.16); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--cream); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.button-gold { background: linear-gradient(135deg, var(--cream), var(--gold-2)); color: var(--navy); border-color: rgba(255,255,255,.2); box-shadow: 0 12px 30px rgba(216,166,78,.18); }
.button-gold:hover { box-shadow: 0 16px 35px rgba(216,166,78,.27); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.035); }
.button-outline:hover { background: rgba(255,255,255,.09); }
.button-full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 92px 0 140px; background: radial-gradient(circle at 78% 25%, rgba(34,74,120,.4), transparent 30%), radial-gradient(circle at 10% 10%, rgba(23,63,112,.28), transparent 25%), linear-gradient(145deg, #03142f, #010d20 68%); }
.hero::before { content: ""; position: absolute; width: 760px; height: 760px; right: -470px; top: -280px; border: 2px solid rgba(216,166,78,.18); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; left: -380px; bottom: -290px; border: 1px solid rgba(242,205,127,.14); border-radius: 50%; }
.star { position: absolute; z-index: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 12px rgba(242,205,127,.8); }
.star-one { left: 46%; top: 18%; }
.star-two { right: 7%; top: 36%; width: 4px; height: 4px; }
.star-three { left: 8%; bottom: 24%; width: 4px; height: 4px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 74px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #315790; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 900; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--gold-2); }
.hero-copy h1 { margin: 24px 0 22px; max-width: 660px; font-size: clamp(48px, 5.5vw, 76px); line-height: .98; letter-spacing: -.055em; }
.hero-copy h1 span { color: var(--cream); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
.hero-lead { max-width: 610px; margin: 0; color: rgba(255,255,255,.77); font-size: 19px; line-height: 1.65; }
.hero-note { max-width: 570px; margin: 17px 0 0; color: rgba(247,233,207,.72); font-size: 14px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 28px; color: rgba(255,255,255,.58); font-size: 11px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.product-stage { position: relative; }
.product-label { width: fit-content; display: flex; align-items: center; gap: 8px; margin: 0 0 12px auto; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 700; }
.product-label span { width: 7px; height: 7px; border-radius: 50%; background: #4db568; box-shadow: 0 0 0 4px rgba(77,181,104,.12); }
.browser-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 19px; background: var(--white); box-shadow: 0 36px 90px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.035); }
.browser-bar { height: 44px; display: grid; grid-template-columns: 70px 1fr 25px; align-items: center; padding: 0 14px; background: #edf0f4; border-bottom: 1px solid #d6dbe1; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots span { width: 8px; height: 8px; border-radius: 50%; background: #bbc3cc; }
.browser-url { justify-self: center; width: min(260px, 70%); padding: 7px 12px; border-radius: 8px; background: var(--white); color: #6b7587; text-align: center; font-size: 10px; }
.browser-lock { color: #8f99a7; font-size: 7px; }
.screen-wrap { background: #f4f6f7; }
.screen-wrap img { width: 100%; height: auto; }
.screenshot-caption { max-width: 500px; margin: 16px auto 0; color: rgba(255,255,255,.58); text-align: center; font-size: 11px; line-height: 1.5; }
.hero-curve { position: absolute; left: -5%; right: -5%; bottom: -90px; height: 150px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--white); }

.trust-strip { padding: 25px 0; background: var(--white); border-bottom: 1px solid #edf0f2; }
.trust-items { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 23px; color: #5e6878; text-align: center; font-size: 11px; font-weight: 700; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .integration-copy h2, .pricing-copy h2, .brand-message h2, .final-cta h2 { margin: 16px 0 18px; font-size: clamp(38px, 4.3vw, 56px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p, .integration-copy > p, .pricing-copy > p, .brand-message > p { margin: 0; color: var(--text); font-size: 16px; line-height: 1.75; }

.problem-section { background: var(--white); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { position: relative; min-height: 280px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, #fff, #fbfaf7); }
.benefit-number { position: absolute; right: 20px; top: 14px; color: #edf0f3; font-size: 68px; font-weight: 900; letter-spacing: -.08em; }
.icon-orbit { position: relative; z-index: 1; width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid #e9c985; border-radius: 50%; background: var(--cream-soft); color: var(--navy); font-size: 21px; box-shadow: inset 0 0 0 7px rgba(216,166,78,.07); }
.benefit-card h3, .feature-card h3 { position: relative; z-index: 1; margin: 0 0 12px; font-size: 23px; letter-spacing: -.025em; }
.benefit-card p, .feature-card p { position: relative; z-index: 1; margin: 0; color: var(--text); font-size: 14px; line-height: 1.7; }

.features-section { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-card { min-height: 350px; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 16px 45px rgba(13,27,62,.055); }
.feature-card-main { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 58px; min-height: 420px; background: linear-gradient(135deg, #fff, #fffaf1); }
.feature-tag { display: inline-flex; padding: 7px 10px; margin-bottom: 19px; border-radius: 999px; background: #e5ebf5; color: #244d84; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 900; }
.feature-tag-gold { background: #fff0cf; color: #92620b; }
.feature-tag-green { background: #e3f3e6; color: #2f7340; }
.check-list { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--ink); font-size: 13px; font-weight: 700; }
.check-list li { display: flex; align-items: center; gap: 9px; }
.check-list li::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #e8f3e9; color: var(--green); font-size: 11px; }
.real-ui-card { padding: 17px; border: 1px solid #d7dce2; border-radius: 16px; background: #f4f6f7; box-shadow: 0 20px 50px rgba(13,27,62,.12); transform: rotate(1.2deg); }
.real-ui-top { display: flex; justify-content: space-between; align-items: center; padding: 13px 12px 16px; color: var(--navy-3); font-size: 12px; }
.real-ui-top span { color: #5e6878; font-size: 10px; }
.real-ui-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.real-ui-tabs span { padding: 9px; border: 1px solid #d9dde2; border-radius: 7px; background: #fff; color: #4e596b; text-align: center; font-size: 10px; }
.real-ui-tabs .active { border-color: var(--navy-3); background: #eef4f3; color: var(--navy-3); font-weight: 800; }
.real-ui-days { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 8px; }
.real-ui-days span { padding: 12px 8px; border: 1px solid #d9dde2; border-radius: 8px; background: #fff; }
.real-ui-days small { display: block; margin-bottom: 9px; color: #5d6674; font-size: 9px; }
.real-ui-days b { display: block; padding: 5px; border-radius: 6px; background: var(--orange-soft); color: #e35410; text-align: center; font-size: 10px; }
.real-ui-legend { margin: 13px 5px 2px; color: #626d7b; font-size: 9px; }
.real-ui-legend i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #f5a52e; }
.feature-stat { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 22px; padding: 13px 15px; border-radius: 10px; background: #eef0f2; }
.feature-stat strong { font-size: 17px; }
.feature-stat span { color: #637083; font-size: 11px; }
.feature-stat.highlighted { margin-top: 8px; background: var(--orange-soft); color: #d94b08; }
.feature-stat.highlighted span { color: #b8541f; }
.pipeline-mini { display: flex; align-items: center; gap: 7px; margin-top: 32px; }
.pipeline-mini span { padding: 8px 9px; border: 1px solid #d8dee5; border-radius: 8px; color: #667386; font-size: 9px; font-weight: 800; }
.pipeline-mini i { flex: 1; height: 1px; background: #d8dee5; }

.brand-section { padding-top: 0; background: var(--paper); }
.brand-panel { overflow: hidden; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; min-height: 530px; border-radius: 28px; background: radial-gradient(circle at 18% 26%, #16325a, transparent 32%), linear-gradient(135deg, #03142e, #010c1e); color: var(--white); box-shadow: var(--shadow); }
.brand-visual { height: 100%; min-height: 530px; border-right: 1px solid rgba(255,255,255,.08); background: var(--navy); }
.brand-visual img { width: 100%; height: 100%; object-fit: cover; }
.brand-message { padding: 65px 68px; }
.brand-message > p { color: rgba(255,255,255,.7); }
.brand-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.brand-values span { padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.035); }
.brand-values b, .brand-values small { display: block; }
.brand-values b { color: var(--cream); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 500; }
.brand-values small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 10px; }

.integration-section { background: var(--white); }
.integration-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.integration-points { display: grid; gap: 16px; margin-top: 32px; }
.integration-points > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 15px; }
.integration-points b { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #e7c77f; border-radius: 50%; color: #9a6710; font-size: 10px; }
.integration-points span { display: grid; gap: 3px; }
.integration-points strong { font-size: 14px; }
.integration-points small { color: var(--muted); font-size: 11px; }
.integration-demo { position: relative; padding: 27px 27px 74px; }
.integration-demo::before { content: ""; position: absolute; inset: 0 0 47px; border-radius: 30px; background: linear-gradient(135deg, #f3e3c4, #fff9ed); transform: rotate(-2.5deg); }
.website-card { position: relative; z-index: 2; overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: var(--shadow); }
.website-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 18px; background: #fff; border-bottom: 1px solid #edf0f2; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 14px; }
.website-bar span { margin-right: auto; }
.website-bar i { width: 5px; height: 5px; border-radius: 50%; background: #d8dde2; }
.website-body { padding: 63px 50px; background: linear-gradient(145deg, rgba(2,18,42,.97), rgba(13,27,62,.93)); color: #fff; }
.website-body small { color: var(--gold-2); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-weight: 900; }
.website-body h3 { max-width: 450px; margin: 16px 0; font-size: 36px; line-height: 1.08; letter-spacing: -.04em; }
.website-body p { max-width: 420px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.6; }
.website-body button { margin-top: 16px; padding: 12px 17px; border: 0; border-radius: 8px; background: linear-gradient(135deg, var(--cream), var(--gold-2)); color: var(--navy); font-size: 11px; font-weight: 900; }
.integration-code { position: absolute; z-index: 3; right: 0; bottom: 0; width: min(365px, 84%); padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: #07162f; box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.integration-code code { color: #dcc18e; font-size: 10px; line-height: 1.7; }

.pricing-section { background: linear-gradient(135deg, #03142f, #010d20); color: var(--white); }
.pricing-grid { display: grid; grid-template-columns: 1fr .83fr; align-items: center; gap: 100px; }
.pricing-copy > p { color: rgba(255,255,255,.68); }
.check-list-light { color: var(--white); }
.check-list-light li::before { background: rgba(242,205,127,.13); color: var(--gold-2); }
.pricing-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.price-main { padding: 34px 35px 30px; text-align: center; background: linear-gradient(135deg, #fffaf1, #f7e9cf); }
.price-main > span, .price-additional > span { display: block; color: #667286; font-size: 11px; font-weight: 800; }
.price-main strong { display: block; margin: 8px 0 2px; color: var(--navy); font-size: 76px; line-height: 1; letter-spacing: -.07em; }
.price-main strong span { font-size: 32px; }
.price-main small, .price-additional small { color: #7a8493; font-size: 10px; }
.price-additional { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 22px 28px; border-top: 1px solid #ead9b6; border-bottom: 1px solid var(--line); }
.price-additional strong { margin-left: auto; color: var(--navy); font-size: 24px; }
.calculator { padding: 26px 28px; }
.calculator label { display: block; color: #465268; font-size: 11px; }
.calculator input { width: 100%; margin: 20px 0 15px; accent-color: var(--gold); }
.calculator-total { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; }
.calculator-total span { color: #6e7888; font-size: 11px; }
.calculator-total strong { color: var(--navy); font-size: 17px; }
.pricing-card > .button { width: calc(100% - 56px); margin: 0 28px 28px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
summary { position: relative; list-style: none; padding: 21px 52px 21px 22px; font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 17px; color: var(--gold); font-size: 25px; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 22px 22px; color: var(--text); font-size: 13px; line-height: 1.65; }

.final-cta { padding: 72px 0; background: radial-gradient(circle at 12% 45%, #183965, transparent 25%), linear-gradient(135deg, #03142f, #010d20); }
.final-cta-inner { display: grid; grid-template-columns: 112px 1fr auto; gap: 40px; align-items: center; }
.final-cta-inner > img { width: 112px; height: 112px; object-fit: cover; border-radius: 18px; }
.final-cta h2 { margin-top: 12px; font-size: clamp(33px, 3.7vw, 48px); }
.final-cta p { max-width: 700px; margin: 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.6; }
.final-actions { display: grid; gap: 14px; min-width: 240px; justify-items: center; }
.final-actions a { color: rgba(255,255,255,.64); font-size: 11px; }

.site-footer { padding: 60px 0 24px; background: #010b1c; color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { max-width: 330px; margin-top: 18px; font-size: 12px; line-height: 1.65; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 12px; font-size: 12px; }
.footer-grid > div > strong { margin-bottom: 5px; color: var(--cream); }
.footer-grid a:hover, .footer-button:hover { color: var(--white); }
.footer-button { padding: 0; border: 0; background: transparent; color: inherit; text-align: left; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

.demo-modal { width: min(660px, calc(100% - 28px)); max-height: 90vh; padding: 35px; border: 0; border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.demo-modal::backdrop { background: rgba(1,9,23,.78); backdrop-filter: blur(5px); }
.modal-close { position: absolute; right: 18px; top: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef1f5; color: var(--ink); font-size: 24px; }
.modal-header h2 { margin: 14px 0 10px; font-size: 36px; letter-spacing: -.04em; }
.modal-header p { color: var(--text); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 24px; }
.demo-modal label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--ink); font-size: 12px; font-weight: 800; }
.demo-modal input, .demo-modal textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fff; outline: none; }
.demo-modal input:focus, .demo-modal textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(216,166,78,.15); }
.form-note { display: block; margin-top: 12px; color: var(--muted); text-align: center; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-sm { transition-delay: .08s; }
.reveal-delay-lg { transition-delay: .16s; }

@media (max-width: 1020px) {
  .main-nav { position: fixed; inset: 82px 0 auto; display: none; padding: 24px 20px 28px; flex-direction: column; align-items: stretch; gap: 16px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav .button { width: 100%; }
  .login-link { padding-left: 0; border-left: 0; }
  .menu-toggle { display: block; }
  .hero-grid, .integration-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-lead, .hero-note { margin-inline: auto; }
  .product-stage { width: min(760px, 100%); margin-inline: auto; }
  .benefit-grid { grid-template-columns: 1fr; }
  .feature-card-main { grid-template-columns: 1fr; }
  .brand-panel { grid-template-columns: 1fr; }
  .brand-visual { min-height: 620px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .brand-visual img { object-fit: contain; }
  .integration-demo { width: min(760px, 100%); margin-inline: auto; }
  .final-cta-inner { grid-template-columns: 90px 1fr; }
  .final-cta-inner > img { width: 90px; height: 90px; }
  .final-actions { grid-column: 1 / -1; justify-self: center; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { display: none; }
  .main-nav { inset: 72px 0 auto; }
  .hero { padding: 66px 0 118px; }
  .hero-copy h1 { font-size: 44px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 8px; }
  .browser-bar { grid-template-columns: 55px 1fr 15px; }
  .screen-wrap { overflow-x: auto; }
  .trust-items { display: grid; gap: 9px; }
  .trust-items i { display: none; }
  .section-heading h2, .integration-copy h2, .pricing-copy h2, .brand-message h2 { font-size: 35px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-main { grid-column: auto; padding: 27px; }
  .feature-card { padding: 27px; }
  .brand-panel { border-radius: 20px; }
  .brand-visual { min-height: auto; }
  .brand-visual img { width: 100%; height: auto; }
  .brand-message { padding: 40px 26px; }
  .brand-values { grid-template-columns: 1fr; }
  .integration-demo { padding: 0 0 68px; }
  .website-body { padding: 50px 27px; }
  .website-body h3 { font-size: 31px; }
  .integration-code { width: calc(100% - 18px); }
  .price-additional { display: grid; text-align: center; }
  .price-additional strong { margin-left: 0; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .final-cta-inner > img { margin-inline: auto; }
  .final-actions { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .demo-modal { padding: 30px 20px 24px; }
  .modal-header h2 { font-size: 31px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
