:root {
  --ink: #102817;
  --ink-2: #173d24;
  --leaf: #2f6c3e;
  --lime: #c9f36a;
  --cream: #f7f2e7;
  --paper: #fffdf8;
  --line: rgba(16, 40, 23, 0.14);
  --muted: #607066;
  --coral: #ff765c;
  --gold: #f5c867;
  --white: #fff;
  --shadow: 0 22px 60px rgba(16, 40, 23, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 18px; background: var(--lime); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.service-strip { background: var(--ink); color: rgba(255,255,255,.82); font-size: 13px; }
.service-strip-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.service-strip span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.service-strip i { color: var(--lime); font-style: normal; font-weight: 900; }
.promo-bar { background: var(--lime); border-bottom: 1px solid rgba(16,40,23,.15); }
.promo-inner { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 28px; font-size: 14px; }
.promo-inner p { margin: 0; }
.promo-inner a { font-weight: 800; border-bottom: 1px solid; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,253,248,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(16,40,23,.06); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-size: 19px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark, .system-logo { display: inline-grid; place-items: center; color: var(--white); background: var(--leaf); border: 1px solid rgba(255,255,255,.22); font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.07em; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.button):hover { color: var(--leaf); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.button { min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 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: 17px; font-size: 13px; }
.button-dark { color: var(--white); background: var(--ink); }
.button-primary { color: var(--white); background: var(--leaf); box-shadow: 0 13px 28px rgba(47,108,62,.22); }
.button-primary:hover { background: var(--ink-2); box-shadow: 0 15px 36px rgba(47,108,62,.28); }
.button-cream { color: var(--ink); background: var(--cream); border-color: rgba(255,255,255,.22); }
.button-wide { width: 100%; }
.text-link { font-weight: 800; border-bottom: 1px solid var(--ink); }

.hero { position: relative; overflow: hidden; padding: 86px 0 92px; background: var(--cream); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(16,40,23,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(16,40,23,.06) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(90deg, transparent, #000 28%, #000); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 74px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: var(--leaf); }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--lime); }
.hero h1, .section-heading h2, .starter-copy h2, .trust-panel h2, .cta-card h2, .modal-content h2 { margin: 18px 0 22px; font-family: Manrope, sans-serif; line-height: 1.04; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(51px, 6vw, 79px); }
.hero h1 em { color: var(--leaf); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.hero-proof span { padding: 7px 11px; background: rgba(255,255,255,.65); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; }
.hero-system { position: relative; min-height: 520px; display: grid; place-items: center; }
.system-orbit { position: absolute; border: 1px dashed rgba(47,108,62,.24); border-radius: 50%; }
.orbit-a { width: 490px; height: 490px; }
.orbit-b { width: 365px; height: 365px; }
.system-card { position: relative; z-index: 2; width: min(440px, 88%); padding: 24px; background: rgba(255,255,255,.92); border: 1px solid rgba(16,40,23,.12); border-radius: 24px; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.system-card-head { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.system-logo { width: 45px; height: 45px; border-radius: 12px; font-size: 13px; }
.system-card-head strong, .system-card-head small { display: block; }
.system-card-head small, .workflow-step small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.live-dot { padding: 6px 9px; color: var(--leaf); background: rgba(201,243,106,.36); border-radius: 999px; font-size: 11px; font-weight: 800; }
.workflow-list { padding: 24px 0 12px; }
.workflow-step { display: grid; grid-template-columns: 35px 1fr auto; gap: 12px; align-items: center; }
.workflow-step > span { width: 35px; height: 35px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 10px; font-size: 11px; font-weight: 800; }
.workflow-step strong, .workflow-step small { display: block; }
.workflow-step i { color: var(--leaf); font-size: 11px; font-style: normal; font-weight: 800; }
.workflow-line { width: 1px; height: 24px; margin-left: 17px; background: var(--line); }
.system-status { margin-top: 14px; padding: 12px; background: var(--cream); border-radius: 12px; color: var(--muted); font-size: 11px; }
.system-status span { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--leaf); border-radius: 50%; }
.float-card { position: absolute; z-index: 3; min-width: 176px; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 45px rgba(16,40,23,.14); }
.float-card > span { float: left; width: 37px; height: 37px; margin-right: 10px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 10px; font-weight: 900; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 13px; }.float-card small { color: var(--muted); font-size: 10px; }
.float-code { top: 48px; right: 0; transform: rotate(3deg); }
.float-flow { bottom: 43px; left: 0; transform: rotate(-3deg); }

.metrics { color: var(--white); background: var(--ink); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metrics-grid > div { padding: 27px; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid rgba(255,255,255,.12); }
.metrics-grid > div:last-child { border: 0; }
.metrics strong { color: var(--lime); font: 800 25px Manrope, sans-serif; }
.metrics span { color: rgba(255,255,255,.72); font-size: 13px; }

.products-section { background: var(--paper); }
.catalog-head { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 70px; }
.section-heading h2, .starter-copy h2, .trust-panel h2, .cta-card h2 { font-size: clamp(37px, 4.6vw, 57px); }
.section-heading p { max-width: 680px; margin: 0; color: var(--muted); }
.catalog-search label, .sort-wrap label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.search-box { display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.search-box input { width: 100%; height: 49px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-box span { color: var(--muted); }
.catalog-toolbar { margin-top: 46px; padding-block: 18px; display: flex; justify-content: space-between; gap: 20px; border-block: 1px solid var(--line); }
.filter-scroll { display: flex; gap: 8px; overflow: auto; scrollbar-width: none; }
.filter-scroll::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 800; }
.filter-button:hover, .filter-button.active { color: var(--white); background: var(--leaf); border-color: var(--leaf); }
.sort-wrap { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.sort-wrap label { margin: 0; white-space: nowrap; }
.sort-wrap select { min-height: 40px; padding: 0 34px 0 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--white); }
.result-line { padding: 24px 0 16px; display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.result-line p { margin: 0; }.result-line strong { color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 18px; transition: transform .24s ease, box-shadow .24s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-art { position: relative; aspect-ratio: 1.28; overflow: hidden; display: grid; place-items: center; color: var(--white); background: var(--art, var(--leaf)); }
.product-art::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.06), 0 0 0 76px rgba(255,255,255,.035); }
.product-art::after { content: ""; position: absolute; inset: auto 12px 12px auto; width: 58px; height: 58px; background: linear-gradient(135deg, rgba(255,255,255,.28), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.25); border-radius: 16px; transform: rotate(14deg); }
.product-code { position: relative; z-index: 2; width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 19px; background: rgba(16,40,23,.28); backdrop-filter: blur(8px); font: 800 20px Manrope, sans-serif; letter-spacing: -.05em; }
.product-badge { position: absolute; z-index: 3; left: 13px; top: 13px; padding: 6px 9px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.product-body { flex: 1; padding: 18px; display: flex; flex-direction: column; }
.product-category { margin: 0 0 7px; color: var(--leaf); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.product-card h3 { margin: 0; font: 800 17px/1.25 Manrope, sans-serif; letter-spacing: -.025em; }
.product-card .product-summary { margin: 9px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-foot { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.product-price small, .product-price strong { display: block; }
.product-price small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.product-price strong { font: 800 20px Manrope, sans-serif; }
.product-open { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--cream); font-weight: 900; }
.product-card:hover .product-open { color: var(--white); background: var(--leaf); border-color: var(--leaf); }
.empty-state { padding: 55px; text-align: center; border: 1px dashed var(--line); border-radius: 18px; }
.empty-state strong { font: 800 22px Manrope, sans-serif; }.empty-state p { margin-bottom: 0; color: var(--muted); }

.starter-section { color: var(--white); background: var(--ink); overflow: hidden; }
.starter-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.starter-copy p { color: rgba(255,255,255,.7); }
.starter-copy ul { padding: 0; margin: 27px 0 32px; list-style: none; }
.starter-copy li { margin: 11px 0; color: rgba(255,255,255,.82); }
.starter-copy li span { color: var(--lime); margin-right: 9px; }
.starter-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; transform: rotate(2deg); }
.starter-card { min-height: 330px; padding: 19px; display: flex; flex-direction: column; color: var(--ink); background: var(--cream); border-radius: 20px; }
.starter-card:nth-child(2) { transform: translateY(28px); background: var(--lime); }
.starter-card:nth-child(3) { background: var(--coral); }
.starter-card .mini-logo { width: 45px; height: 45px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 12px; font: 800 12px Manrope, sans-serif; }
.starter-card h3 { margin: auto 0 10px; font: 800 20px/1.18 Manrope, sans-serif; letter-spacing: -.03em; }
.starter-card p { margin: 0 0 18px; color: rgba(16,40,23,.72); font-size: 12px; }
.starter-card strong { font: 800 24px Manrope, sans-serif; }

.process-section { background: var(--cream); }
.centered { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid article { position: relative; min-height: 285px; padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.process-grid article > span { position: absolute; right: 20px; top: 17px; color: rgba(16,40,23,.14); font: 800 38px Manrope, sans-serif; }
.process-icon { width: 49px; height: 49px; margin-bottom: 50px; display: grid; place-items: center; background: var(--lime); border-radius: 13px; font-size: 21px; }
.process-grid h3 { margin: 0 0 10px; font: 800 18px Manrope, sans-serif; }.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.trust-section { background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.trust-panel { padding: 40px; color: var(--white); background: var(--leaf); border-radius: 26px; box-shadow: var(--shadow); }
.trust-panel .eyebrow { color: var(--lime); }.trust-panel p { color: rgba(255,255,255,.74); }
.trust-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.trust-tags span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 11px; font-weight: 700; }
.trust-notes article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.trust-notes article > span { color: var(--leaf); font: 800 13px Manrope, sans-serif; }
.trust-notes strong { font: 800 17px Manrope, sans-serif; }.trust-notes p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-section .section-heading { position: sticky; top: 120px; align-self: start; }
.faq-section .section-heading a { color: var(--leaf); font-weight: 800; border-bottom: 1px solid; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 23px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: var(--ink); background: none; text-align: left; font-weight: 800; }
.faq-item i { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; left: 4px; top: 10px; width: 14px; height: 2px; background: var(--leaf); transition: transform .2s ease; }
.faq-item i::after { transform: rotate(90deg); }.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { padding: 0 40px 21px 0; color: var(--muted); }.faq-answer p { margin: 0; }

.cta-section { padding: 0 0 104px; background: var(--cream); }
.cta-card { padding: 58px; display: flex; align-items: center; justify-content: space-between; gap: 50px; color: var(--white); background: var(--ink); border-radius: 28px; }
.cta-card > div { max-width: 760px; }.cta-card h2 { margin-bottom: 12px; }.cta-card p { margin: 0; color: rgba(255,255,255,.68); }
.cta-card .button { flex: 0 0 auto; }

.site-footer { padding: 72px 0 25px; color: var(--white); background: #0b1c10; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; }
.brand-light .brand-mark { color: var(--ink); background: var(--lime); }
.footer-brand p { max-width: 310px; color: rgba(255,255,255,.59); font-size: 13px; }.footer-brand > a:last-child { color: var(--lime); font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid strong { margin-bottom: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { color: rgba(255,255,255,.61); font-size: 13px; }
.footer-grid a:hover { color: var(--lime) !important; }
.footer-bottom { margin-top: 58px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 11px; }

.product-modal[hidden] { display: none; }
.product-modal { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,16,8,.73); backdrop-filter: blur(5px); }
.modal-dialog { position: relative; width: min(960px, 100%); max-height: min(850px, calc(100vh - 40px)); overflow: auto; display: grid; grid-template-columns: .82fr 1.18fr; background: var(--paper); border-radius: 25px; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.modal-close { position: absolute; z-index: 4; right: 16px; top: 16px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.88); font-size: 24px; line-height: 1; }
.modal-art { position: sticky; top: 0; min-height: 650px; display: grid; place-items: center; color: var(--white); background: var(--art, var(--leaf)); overflow: hidden; }
.modal-art::before, .modal-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.modal-art::before { width: 360px; height: 360px; box-shadow: 0 0 0 70px rgba(255,255,255,.05), 0 0 0 140px rgba(255,255,255,.03); }
.modal-art::after { width: 140px; height: 140px; background: rgba(16,40,23,.22); backdrop-filter: blur(8px); border-radius: 30px; transform: rotate(45deg); }
.modal-art span { position: relative; z-index: 2; font: 800 52px Manrope, sans-serif; letter-spacing: -.08em; }
.modal-content { padding: 55px 48px 45px; }
.back-link { padding: 0; border: 0; color: var(--muted); background: none; font-size: 12px; font-weight: 800; }
.modal-category { margin: 40px 0 0; color: var(--leaf); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.modal-content h2 { font-size: 39px; }.modal-description { color: var(--muted); }
.modal-price { margin: 25px 0; display: flex; align-items: baseline; gap: 9px; }
.modal-price strong { font: 800 35px Manrope, sans-serif; }.modal-price span { color: var(--muted); font-size: 12px; }
.modal-details { border-block: 1px solid var(--line); }
.modal-details > div { padding: 12px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-size: 12px; }
.modal-details > div:last-child { border: 0; }.modal-details span { color: var(--muted); }.modal-details strong { text-align: right; }
.modal-content h3 { margin: 28px 0 12px; font: 800 15px Manrope, sans-serif; }
.modal-features { margin: 0; padding-left: 19px; color: var(--muted); font-size: 13px; }.modal-features li { margin: 7px 0; }
.modal-actions { margin-top: 27px; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.share-button { padding: 0 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); font-weight: 800; }
.modal-note { display: block; margin-top: 14px; color: var(--muted); line-height: 1.45; }

@media (max-width: 1040px) {
  .site-nav { gap: 17px; }
  .hero-grid { gap: 30px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .starter-grid { gap: 40px; }
  .starter-cards { grid-template-columns: repeat(3, minmax(140px,1fr)); }
}

@media (max-width: 820px) {
  .service-strip-inner span:nth-child(n+3) { display: none; }
  .service-strip-inner { justify-content: center; }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px; }.site-nav .button { margin-top: 8px; }
  .hero-grid, .starter-grid, .trust-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 65px; }.hero-copy { text-align: center; }.hero-copy .eyebrow { justify-content: center; }.hero-copy > p { margin-inline: auto; }.hero-actions, .hero-proof { justify-content: center; }
  .hero-system { min-height: 470px; }
  .metrics-grid { grid-template-columns: repeat(2,1fr); }.metrics-grid > div:nth-child(2) { border-right: 0; }.metrics-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .catalog-head { grid-template-columns: 1fr; gap: 30px; }.catalog-search { max-width: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .starter-copy { text-align: center; }.starter-copy .eyebrow { justify-content: center; }.starter-copy ul { display: inline-block; text-align: left; }.starter-cards { margin-top: 30px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .faq-section .section-heading { position: static; }
  .cta-card { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 74px 0; }
  .promo-inner { min-height: 52px; flex-direction: column; gap: 0; padding-block: 7px; }
  .nav-wrap { min-height: 68px; }.brand-mark { width: 38px; height: 38px; }.brand { font-size: 17px; }
  .hero { padding: 55px 0 65px; }.hero h1 { font-size: 46px; }.hero-copy > p { font-size: 16px; }.hero-actions { flex-direction: column; gap: 16px; }
  .hero-system { min-height: 420px; }.system-card { width: 96%; padding: 18px; }.system-card-head { grid-template-columns: 42px 1fr; }.live-dot { display: none; }.float-card { min-width: 145px; padding: 11px; }.float-code { top: 6px; }.float-flow { bottom: 0; }.orbit-a { width: 390px; height: 390px; }.orbit-b { width: 290px; height: 290px; }
  .metrics-grid > div { padding: 21px 8px; flex-direction: column; gap: 2px; }.metrics span { font-size: 11px; }
  .section-heading h2, .starter-copy h2, .trust-panel h2, .cta-card h2 { font-size: 39px; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }.sort-wrap { justify-content: space-between; }.sort-wrap select { flex: 1; }
  .product-grid { grid-template-columns: 1fr; gap: 16px; }.product-art { aspect-ratio: 1.55; }
  .starter-cards { grid-template-columns: 1fr; transform: none; }.starter-card { min-height: 240px; }.starter-card:nth-child(2) { transform: none; }
  .process-grid { grid-template-columns: 1fr; }.process-grid article { min-height: 245px; }.process-icon { margin-bottom: 35px; }
  .trust-panel { padding: 28px; }.trust-notes article { grid-template-columns: 36px 1fr; }
  .cta-card { padding: 34px 25px; }.cta-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; }.footer-brand { grid-column: 1 / 3; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 5px; }
  .modal-dialog { display: block; }.modal-art { position: relative; min-height: 230px; }.modal-content { padding: 28px 23px 30px; }.modal-category { margin-top: 25px; }.modal-content h2 { font-size: 31px; }.modal-actions { grid-template-columns: 1fr; }.share-button { min-height: 48px; }
}

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