:root {
  color: #16211f;
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #10201d;
  --muted: #5d6d69;
  --green: #117c63;
  --green-dark: #0b5f4c;
  --mint: #e9f6f1;
  --blue: #275bd6;
  --blue-soft: #eaf0ff;
  --coral: #d75f4a;
  --line: #dbe5e1;
  --surface: #f5f8f7;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; min-width: 0; color: var(--ink); background: #fff; line-height: 1.6; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid rgba(39, 91, 214, .42); outline-offset: 3px; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(219, 229, 225, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 20px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 7px; color: #fff; background: var(--green); font-size: 18px; }
.desktop-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.desktop-nav a, .text-link { color: #3e504c; font-size: 14px; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover, .text-link:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 17px; }
.icon-button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--ink); cursor: pointer; }
.icon-button img { width: 22px; height: 22px; }
.menu-toggle { display: none; margin-left: auto; }
.mobile-menu { position: fixed; inset: 72px 0 auto; max-height: calc(100vh - 72px); overflow: auto; border-bottom: 1px solid var(--line); background: #fff; padding: 20px; box-shadow: 0 22px 50px rgba(14, 37, 31, .14); }
.mobile-menu > a { display: block; min-height: 48px; padding: 12px 4px; border-bottom: 1px solid #edf2f0; font-weight: 700; text-decoration: none; }
.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 20px; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 7px; padding: 10px 18px; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button img { width: 18px; height: 18px; }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { color: var(--ink); border-color: #bfcfca; background: #fff; }
.button-secondary:hover { border-color: var(--green); color: var(--green-dark); }
.button-light { color: var(--green-dark); background: #fff; }
.button-dark-outline { color: #fff; border-color: rgba(255, 255, 255, .55); background: transparent; }
.button-small { min-height: 40px; padding: 9px 15px; font-size: 14px; }
.button-large { min-height: 50px; padding: 13px 21px; }

.hero { overflow: hidden; padding: 80px 0 70px; background: #f7faf9; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .83fr) minmax(540px, 1.17fr); align-items: center; gap: 60px; }
.eyebrow { display: inline-block; color: var(--green-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.hero h1 { max-width: 620px; margin: 14px 0 20px; font-size: clamp(42px, 5.3vw, 72px); line-height: 1.03; letter-spacing: 0; }
.hero-lead { max-width: 620px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.microcopy { margin: 13px 0 0; color: #71807d; font-size: 13px; }

.product-stage { position: relative; min-height: 510px; padding-top: 35px; }
.product-window { overflow: hidden; border: 1px solid #cddbd6; border-radius: 8px; background: #fff; box-shadow: 0 28px 70px rgba(12, 43, 35, .16); transform: rotate(.6deg); }
.window-bar { display: flex; height: 40px; align-items: center; gap: 6px; border-bottom: 1px solid #e7eeeb; padding: 0 14px; color: #697975; font-size: 11px; }
.window-bar span { width: 8px; height: 8px; border-radius: 50%; background: #d4dedb; }
.window-bar span:first-child { background: #e77e69; }
.window-bar span:nth-child(2) { background: #e5b94e; }
.window-bar strong { margin-left: 8px; }
.app-preview { display: grid; grid-template-columns: 54px 1fr; min-height: 390px; }
.app-preview aside { display: flex; align-items: center; flex-direction: column; gap: 20px; background: #102723; padding: 17px 10px; }
.mini-brand { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 6px; color: #fff; background: var(--green); font-weight: 800; }
.app-preview aside i { display: block; width: 22px; height: 5px; border-radius: 3px; background: #41605a; }
.preview-content { min-width: 0; padding: 24px; }
.preview-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.preview-title div { display: grid; }
.preview-title span { color: #71807d; font-size: 11px; }
.preview-title strong { font-size: 18px; }
.preview-title > b { border-radius: 20px; color: #765516; background: #fff2c9; padding: 5px 10px; font-size: 10px; }
.preview-fields { display: grid; grid-template-columns: 1fr 130px; gap: 10px; margin-top: 19px; }
.preview-fields div { display: grid; border: 1px solid #dfe8e5; border-radius: 6px; padding: 10px; }
.preview-fields small, .preview-row small { color: #73827e; font-size: 9px; }
.preview-fields span { font-size: 11px; font-weight: 700; }
.preview-table { margin-top: 18px; border: 1px solid #e0e8e5; border-radius: 6px; }
.preview-row { display: grid; grid-template-columns: 1fr 76px 100px; align-items: center; gap: 8px; min-height: 61px; border-top: 1px solid #e7eeeb; padding: 10px; font-size: 10px; }
.preview-row:first-child { border: 0; }
.preview-row > span:first-child { display: grid; }
.preview-head { min-height: 34px; color: #687773; background: #f5f8f7; font-size: 9px; font-weight: 700; }
.preview-total { display: flex; align-items: end; justify-content: flex-end; gap: 20px; margin-top: 18px; }
.preview-total span { color: #6b7a76; font-size: 10px; }
.preview-total strong { color: var(--green-dark); font-size: 17px; }
.phone-preview { position: absolute; right: -18px; bottom: -4px; display: flex; width: 170px; min-height: 300px; flex-direction: column; border: 5px solid #17201f; border-radius: 25px; background: #fff; padding: 24px 15px 16px; box-shadow: 0 24px 50px rgba(13, 36, 30, .24); }
.phone-speaker { position: absolute; top: 8px; left: 50%; width: 46px; height: 5px; border-radius: 4px; background: #17201f; transform: translateX(-50%); }
.phone-preview > small { color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.phone-preview > strong { margin-top: 14px; font-size: 15px; }
.phone-preview > span { color: #73817e; font-size: 9px; }
.phone-total { display: grid; margin-top: auto; border-top: 1px solid #e4ebe9; padding-top: 14px; }
.phone-total small { color: #73817e; }
.phone-total b { color: var(--green-dark); font-size: 14px; }
.phone-preview button { min-height: 35px; margin-top: 14px; border: 0; border-radius: 5px; color: #fff; background: var(--green); font-size: 9px; font-weight: 700; }

.value-strip { border-block: 1px solid var(--line); background: #fff; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-grid div { display: flex; min-height: 94px; align-items: center; gap: 12px; border-right: 1px solid var(--line); padding: 20px; font-size: 14px; font-weight: 700; }
.value-grid div:last-child { border: 0; }
.value-grid img { width: 22px; height: 22px; filter: invert(37%) sepia(17%) saturate(1501%) hue-rotate(116deg); }

.section { padding: 100px 0; }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading.compact { margin-bottom: 38px; }
.section-heading h2, .story-grid h2, .mobile-story h2, .faq-layout h2 { margin: 10px 0 14px; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.13; }
.section-heading p, .story-grid p, .mobile-story p, .faq-layout > div > p { color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.feature-card { min-width: 0; background: #fff; padding: 28px; }
.feature-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 7px; color: var(--green-dark); background: var(--mint); }
.feature-icon img { width: 21px; height: 21px; }
.feature-card h3 { margin: 20px 0 8px; font-size: 18px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.process-section { background: #10201d; color: #fff; }
.process-section .eyebrow { color: #8ce0c2; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.steps li { position: relative; display: grid; gap: 14px; border-top: 1px solid #3c544f; padding: 26px 22px 0 0; }
.steps li::after { position: absolute; top: -4px; right: 20px; width: 7px; height: 7px; border-radius: 50%; background: #65c5a4; content: ""; }
.steps li:last-child::after { display: none; }
.steps li span { color: #7fd8ba; font-size: 13px; font-weight: 800; }
.steps li strong { max-width: 170px; font-size: 15px; }

.feature-band { background: #edf5ff; }
.band-grid, .story-grid, .mobile-story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.band-grid h2 { margin: 12px 0 16px; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; }
.band-grid > div > p { color: #50616d; font-size: 17px; }
.check-list { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 9px; font-weight: 650; }
.check-list img, .pricing-card li img { width: 18px; height: 18px; }
.sheet-preview { border: 1px solid #c9d8ed; border-radius: 8px; background: #fff; padding: 18px; box-shadow: 0 22px 50px rgba(33, 69, 123, .13); }
.sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #e3eaf3; padding-bottom: 14px; font-size: 13px; }
.sheet-head b { color: #fff; border-radius: 5px; background: var(--blue); padding: 7px 10px; font-size: 11px; }
.mapping { display: grid; grid-template-columns: 1fr 22px 1fr; align-items: center; gap: 10px; border-bottom: 1px solid #edf1f6; padding: 14px 4px; font-size: 13px; }
.mapping img { width: 16px; height: 16px; }
.mapping strong { color: var(--blue); }
.import-status { display: flex; align-items: center; gap: 9px; margin-top: 16px; color: var(--green-dark); font-size: 13px; font-weight: 700; }
.import-status img { width: 19px; height: 19px; }

.story-visual { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 24px; box-shadow: 0 20px 55px rgba(17, 41, 35, .1); }
.search-box { display: flex; align-items: center; gap: 10px; border: 2px solid var(--green); border-radius: 7px; padding: 12px; font-size: 13px; font-weight: 650; }
.search-box img { width: 18px; height: 18px; }
.result-item { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e8efec; padding: 15px 2px; font-size: 13px; }
.result-item span, .ai-visual > small { color: #6a7975; }
.ai-visual > small { display: block; margin-top: 15px; }
.online-section { background: #f7f4f1; }
.story-grid.reverse > div:first-child { order: 2; }
.response-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.response-actions span { display: flex; align-items: center; gap: 7px; border: 1px solid #d8d0c8; border-radius: 6px; background: #fff; padding: 10px 12px; font-size: 13px; font-weight: 700; }
.response-actions img { width: 17px; height: 17px; }
.public-preview { border-top: 6px solid var(--green); border-radius: 7px; background: #fff; padding: 32px; box-shadow: 0 20px 50px rgba(56, 43, 31, .12); }
.public-preview > small { color: var(--green); font-weight: 800; }
.public-preview h3 { margin: 30px 0 6px; font-size: 25px; }
.public-preview p { margin: 0 0 24px; font-size: 14px; }
.public-preview div { display: flex; justify-content: space-between; border-top: 1px solid #ece6e0; padding: 13px 0; }

.mobile-section { background: var(--mint); }
.device-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.device-list span { display: flex; align-items: center; gap: 8px; border-radius: 6px; background: #fff; padding: 9px 12px; font-size: 13px; font-weight: 700; }
.device-list img { width: 18px; height: 18px; }
.mobile-quote { width: min(330px, 100%); margin-inline: auto; border: 8px solid #19302b; border-radius: 30px; background: #fff; padding: 28px 22px; box-shadow: 0 22px 50px rgba(9, 58, 45, .16); }
.mobile-quote-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; font-size: 17px; font-weight: 800; }
.mobile-quote-top img { width: 21px; height: 21px; }
.mobile-quote > strong { display: block; color: var(--green); font-size: 12px; }
.mobile-quote > p { margin: 5px 0 24px; color: var(--ink); font-size: 20px; font-weight: 800; }
.mobile-quote > div:not(:first-child) { display: flex; justify-content: space-between; border-top: 1px solid #e2eae7; padding: 14px 0; font-size: 13px; }

.use-cases { padding-bottom: 70px; }
.tag-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.tag-cloud span { border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 10px 16px; font-size: 14px; font-weight: 650; }
.team-section { padding-top: 70px; }
.team-list { border: 1px solid var(--line); border-radius: 8px; background: var(--surface); padding: 10px 20px; }
.team-list > div { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; border-bottom: 1px solid var(--line); padding: 16px 0; }
.team-list > div:last-child { border: 0; }
.avatar { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 11px; font-weight: 800; }
.avatar.blue { background: var(--blue); }.avatar.coral { background: var(--coral); }
.team-list p { display: grid; margin: 0; font-size: 13px; }
.team-list small { color: var(--muted); }
.team-list > div > b { color: #5f6f6b; font-size: 12px; }

.pricing-section { background: var(--surface); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.pricing-card { position: relative; display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 30px; }
.pricing-card.featured { border: 2px solid var(--green); }
.plan-badge { position: absolute; top: 0; right: 22px; color: #fff; border-radius: 0 0 6px 6px; background: var(--green); padding: 6px 10px; font-size: 11px; font-weight: 800; }
.pricing-card h3 { margin: 0; font-size: 25px; }
.pricing-card > p { min-height: 52px; color: var(--muted); font-size: 14px; }
.price { margin: 17px 0 23px; font-size: 18px; }
.pricing-card ul { display: grid; gap: 11px; margin: 0 0 28px; padding: 0; list-style: none; }
.pricing-card li { display: flex; align-items: flex-start; gap: 8px; color: #455652; font-size: 13px; }
.pricing-card .button { width: 100%; margin-top: auto; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 80px; }
.faq-layout > div:first-child { position: sticky; top: 110px; }
.faq-layout > div > a { color: var(--green-dark); font-weight: 750; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; padding: 17px 0; color: var(--ink); font-size: 16px; font-weight: 750; text-align: left; cursor: pointer; }
.faq-item button img { width: 19px; height: 19px; flex: 0 0 auto; transition: transform .18s ease; }
.faq-item button[aria-expanded="true"] img { transform: rotate(180deg); }
.faq-answer { padding: 0 35px 19px 0; }
.faq-answer[hidden] { display: none; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 14px; }

.final-cta { color: #fff; background: var(--green-dark); padding: 76px 0; text-align: center; }
.final-cta .eyebrow { color: #91e3c7; }
.final-cta h2 { max-width: 800px; margin: 12px auto; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.08; }
.final-cta p { color: #c5ddd5; }
.final-cta > div > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.final-cta .button-light img { filter: invert(31%) sepia(25%) saturate(1080%) hue-rotate(111deg); }

.site-footer { color: #d3dfdb; background: #0b1715; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(4, 1fr); gap: 45px; }
.site-footer .wordmark { color: #fff; }
.footer-brand p { max-width: 310px; color: #96aaa4; font-size: 13px; }
.footer-brand > a { color: #fff; font-size: 13px; }
.site-footer h2 { margin: 4px 0 15px; color: #fff; font-size: 13px; }
.site-footer div:not(.footer-brand):not(.footer-bottom):not(.brand-mark) > a { display: block; margin: 9px 0; color: #9eb0ab; font-size: 12px; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.company-details { display: grid; gap: 8px; margin: 18px 0 0; }
.company-details div { display: grid; }
.company-details dt { color: #7f948e; font-size: 10px; text-transform: uppercase; }
.company-details dd { margin: 0; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #243631; margin-top: 55px; padding-top: 22px; color: #81958f; font-size: 11px; }

.legal-hero { background: var(--surface); padding: 90px 0 65px; }
.legal-hero h1 { margin: 16px 0 12px; font-size: clamp(37px, 5vw, 58px); line-height: 1.08; }
.legal-hero p { color: var(--muted); font-size: 18px; }
.draft-badge { display: inline-flex; border-radius: 999px; color: #754e09; background: #fff0c2; padding: 6px 10px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.draft-note { display: flex; align-items: flex-start; gap: 9px; border: 1px solid #e5c980; border-radius: 7px; margin-top: 28px; background: #fff8e6; padding: 13px; color: #664a12; font-size: 13px; }
.draft-note img { width: 18px; height: 18px; }
.legal-content { padding: 70px 0 100px; }
.legal-content section { border-bottom: 1px solid var(--line); padding: 0 0 30px; margin-bottom: 30px; }
.legal-content h2 { font-size: 23px; }
.legal-content p { color: var(--muted); }
.legal-contact a, .contact-link { color: var(--green-dark); font-weight: 750; }
.contact-content { padding: 70px 0 100px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-grid article { border: 1px solid var(--line); border-radius: 8px; padding: 30px; }
.contact-grid h2 { margin: 20px 0 8px; }
.contact-grid p { color: var(--muted); }
.contact-link { display: inline-flex; align-items: center; gap: 8px; overflow-wrap: anywhere; }
.contact-link img { width: 17px; height: 17px; }
.company-card { grid-column: 1 / -1; }
.company-card .company-details { grid-template-columns: repeat(2, 1fr); }
.not-found { display: grid; min-height: 68vh; place-items: center; padding: 70px 0; text-align: center; }
.not-found span { color: var(--green); font-size: 15px; font-weight: 900; }
.not-found h1 { margin: 12px 0; font-size: clamp(38px, 5vw, 62px); }
.not-found p { color: var(--muted); }
.not-found div > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-stage { width: min(760px, 100%); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 2fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { min-height: 64px; }
  .header-actions { display: none; }
  .menu-toggle { display: grid; }
  .mobile-menu { inset: 64px 0 auto; max-height: calc(100vh - 64px); }
  .hero { padding: 55px 0 45px; }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .product-stage { min-height: auto; overflow: hidden; padding: 20px 8px 40px 0; }
  .product-window { transform: none; }
  .app-preview { grid-template-columns: 42px 1fr; min-height: 330px; }
  .app-preview aside { padding-inline: 7px; }
  .preview-content { padding: 15px; }
  .preview-fields { grid-template-columns: 1fr 90px; }
  .preview-row { grid-template-columns: 1fr 60px 76px; font-size: 8px; }
  .phone-preview { right: 0; bottom: 0; width: 137px; min-height: 238px; border-width: 4px; border-radius: 20px; padding: 22px 11px 11px; }
  .phone-preview > strong { font-size: 12px; }.phone-total b { font-size: 11px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid div { min-height: 78px; border-bottom: 1px solid var(--line); font-size: 12px; }
  .value-grid div:nth-child(2) { border-right: 0; }
  .section { padding: 72px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 24px; }
  .steps { grid-template-columns: 1fr; gap: 0; }
  .steps li { grid-template-columns: 32px 1fr; align-items: center; border-top: 0; border-left: 1px solid #3c544f; padding: 0 0 28px 22px; }
  .steps li::after { top: 8px; right: auto; left: -4px; }
  .steps li:last-child::after { display: block; }
  .steps li strong { max-width: none; }
  .band-grid, .story-grid, .mobile-story { grid-template-columns: 1fr; gap: 45px; }
  .story-grid.reverse > div:first-child { order: 0; }
  .sheet-preview { padding: 14px; }
  .mapping { font-size: 11px; }
  .public-preview { padding: 24px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card > p { min-height: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-layout > div:first-child { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .footer-bottom { flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; }
  .company-card { grid-column: auto; }
  .company-card .company-details { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 24px); }
  .wordmark { font-size: 18px; }
  .brand-mark { width: 32px; height: 32px; }
  .hero h1 { font-size: 38px; }
  .product-stage { margin-inline: 0; }
  .preview-content { padding: 11px; }
  .preview-title strong { font-size: 14px; }
  .preview-table { overflow: hidden; }
  .preview-row { grid-template-columns: 1fr 43px 63px; gap: 3px; padding: 8px 5px; }
  .preview-total { gap: 8px; }
  .preview-total strong { font-size: 12px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid div { border-right: 0; }
  .mobile-menu-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .final-cta > div > div, .not-found div > div { display: grid; }
}

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