:root {
  --landing-emerald: #0f765e;
  --landing-emerald-dark: #095642;
  --landing-mint: #dff7ee;
  --landing-ink: #12251f;
  --landing-muted: #63746e;
  --landing-border: rgba(17, 87, 69, .12);
  --landing-shell: 1240px;
  --landing-shadow: 0 24px 70px rgba(7, 61, 47, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--landing-ink); background: #f7faf9; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.landing-shell { width: min(calc(100% - 40px), var(--landing-shell)); margin-inline: auto; }

.landing-header { position: sticky; top: 0; z-index: 100; padding: 12px 0; background: rgba(247, 250, 249, .68); border-bottom: 1px solid rgba(255, 255, 255, .65); -webkit-backdrop-filter: blur(26px) saturate(190%); backdrop-filter: blur(26px) saturate(190%); transition: padding .3s ease, box-shadow .3s ease, background-color .3s ease; }
.landing-header.is-scrolled { padding-block: 8px; background: rgba(247, 250, 249, .84); box-shadow: 0 10px 35px rgba(7, 61, 47, .06); }
.landing-header-inner { width: min(calc(100% - 40px), var(--landing-shell)); min-height: 56px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.landing-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--landing-ink); font-weight: 800; letter-spacing: -.025em; }
.landing-brand img { width: 44px; height: 44px; border-radius: 14px; box-shadow: 0 8px 22px rgba(7, 76, 59, .14); }
.landing-navigation { display: flex; align-items: center; gap: 6px; }
.landing-navigation > a:not(.landing-button) { padding: 10px 11px; border-radius: 12px; color: #586a64; font-size: .88rem; font-weight: 600; transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.landing-navigation > a:not(.landing-button):hover, .landing-navigation > a.is-active { color: var(--landing-emerald-dark); background: rgba(221, 245, 237, .64); transform: translateY(-1px); }
.landing-nav-cta { margin-left: 4px; padding: 11px 16px !important; }
.landing-menu-button { width: 46px; height: 46px; padding: 0; display: none; place-items: center; align-content: center; gap: 4px; border: 1px solid rgba(255, 255, 255, .52); border-radius: 15px; color: var(--landing-emerald-dark); background: rgba(255, 255, 255, .34); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65), 0 9px 25px rgba(7, 61, 47, .1); -webkit-backdrop-filter: blur(20px) saturate(190%); backdrop-filter: blur(20px) saturate(190%); cursor: pointer; }
.landing-menu-button span { width: 20px; height: 2px; display: block; border-radius: 99px; background: currentColor; transition: transform .3s cubic-bezier(.22, 1, .36, 1), opacity .2s ease; }
.landing-header.is-menu-open .landing-menu-button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.landing-header.is-menu-open .landing-menu-button span:nth-child(2) { opacity: 0; }
.landing-header.is-menu-open .landing-menu-button span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.landing-button { min-height: 48px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 16px; font-size: .92rem; font-weight: 700; transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease, background-color .3s ease; }
.landing-button:hover { transform: translateY(-2px); }
.landing-button:focus-visible, .landing-navigation a:focus-visible, .landing-menu-button:focus-visible, summary:focus-visible { outline: 3px solid rgba(15, 118, 94, .24); outline-offset: 3px; }
.landing-button-primary { color: #fff; background: linear-gradient(135deg, #117b62, #0a5d49); box-shadow: 0 14px 30px rgba(8, 91, 70, .2), inset 0 1px 0 rgba(255, 255, 255, .22); }
.landing-button-primary:hover { box-shadow: 0 18px 38px rgba(8, 91, 70, .27), inset 0 1px 0 rgba(255, 255, 255, .25); }
.landing-button-glass { color: var(--landing-emerald-dark); border-color: rgba(255, 255, 255, .66); background: rgba(255, 255, 255, .52); box-shadow: 0 12px 32px rgba(7, 61, 47, .08), inset 0 1px 0 rgba(255, 255, 255, .78); -webkit-backdrop-filter: blur(18px) saturate(170%); backdrop-filter: blur(18px) saturate(170%); }

.landing-hero { min-height: 720px; padding-block: clamp(72px, 9vw, 128px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); align-items: center; gap: clamp(40px, 7vw, 90px); }
.landing-hero::before { content: ""; position: absolute; z-index: -1; inset: 78px 0 auto; height: 680px; background: radial-gradient(circle at 76% 32%, rgba(38, 179, 142, .14), transparent 30%), radial-gradient(circle at 12% 52%, rgba(104, 182, 215, .08), transparent 28%); pointer-events: none; }
.landing-eyebrow { margin: 0 0 16px; color: var(--landing-emerald); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.landing-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.25rem, 5.8vw, 5.6rem); line-height: .98; letter-spacing: -.065em; }
.landing-hero h1 span { color: var(--landing-emerald); }
.landing-hero-copy > p:not(.landing-eyebrow) { max-width: 680px; margin: 28px 0 0; color: var(--landing-muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.7; }
.landing-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.landing-hero-proof { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px 20px; color: #63736e; font-size: .8rem; font-weight: 600; }
.landing-hero-proof span::before { content: ""; width: 7px; height: 7px; margin-right: 8px; display: inline-block; border-radius: 50%; background: #24a580; box-shadow: 0 0 0 4px rgba(36, 165, 128, .1); }

.platform-visual { position: relative; min-height: 570px; isolation: isolate; }
.platform-visual::before { content: ""; position: absolute; inset: 10% 8%; z-index: -1; border-radius: 50%; background: rgba(102, 211, 180, .18); filter: blur(60px); }
.platform-orbit { position: absolute; inset: 34px 0; display: grid; place-items: center; }
.platform-orbit svg { width: 100%; height: 100%; }
.visual-card, .visual-chip, .visual-metric { position: absolute; border: 1px solid rgba(255, 255, 255, .68); background: rgba(255, 255, 255, .48); box-shadow: var(--landing-shadow), inset 0 1px 0 rgba(255, 255, 255, .84); -webkit-backdrop-filter: blur(24px) saturate(185%); backdrop-filter: blur(24px) saturate(185%); }
.visual-card { top: 34px; left: 4%; width: min(270px, 52%); padding: 20px; border-radius: 24px; }
.visual-card small, .visual-metric small { display: block; color: var(--landing-emerald); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visual-card strong { margin-top: 8px; display: block; font-size: 1rem; }
.visual-card span { margin-top: 8px; display: block; color: var(--landing-muted); font-size: .76rem; line-height: 1.45; }
.visual-chip { min-height: 42px; padding: 10px 14px; display: flex; align-items: center; gap: 8px; border-radius: 999px; color: #3d504a; font-size: .74rem; font-weight: 700; }
.visual-chip span { width: 8px; height: 8px; border-radius: 50%; background: #20a47e; }
.visual-chip-engineering { right: 2%; top: 24%; }
.visual-chip-licensing { left: 0; bottom: 27%; }
.visual-chip-monitoring { right: 7%; bottom: 20%; }
.visual-metric { right: 2%; top: 46%; width: 150px; padding: 17px; border-radius: 22px; }
.visual-metric strong { margin-top: 7px; display: block; font-size: .94rem; }
.visual-metric i { width: 100%; height: 5px; margin-top: 13px; display: block; overflow: hidden; border-radius: 99px; background: #dcece7; }
.visual-metric i::after { content: ""; width: 76%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #0f765e, #37bd98); }

.trust-section { padding: 28px 0; border-block: 1px solid rgba(15, 87, 68, .08); background: rgba(255, 255, 255, .58); }
.trust-section .landing-shell { display: flex; align-items: center; gap: 34px; }
.trust-section p { flex: 0 0 auto; margin: 0; color: #8a9894; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.trust-list { width: 100%; display: flex; justify-content: space-between; gap: 18px; color: #6b7975; font-size: .76rem; font-weight: 700; }

.landing-section { padding-block: clamp(80px, 9vw, 132px); }
.landing-section-head { max-width: 760px; margin-bottom: 44px; }
.landing-section-head h2, .pricing-card h2, .final-cta h2, .testimonial-layout h2 { margin: 0; font-size: clamp(2.3rem, 4.5vw, 4rem); line-height: 1.06; letter-spacing: -.05em; }
.landing-section-head > p:last-child, .pricing-card > div > p:last-child, .testimonial-layout > div > p:last-child { margin: 18px 0 0; color: var(--landing-muted); font-size: 1rem; line-height: 1.7; }

.product-store-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.store-card { min-height: 320px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--landing-border); border-radius: 28px; background: rgba(255, 255, 255, .72); box-shadow: 0 18px 48px rgba(8, 61, 47, .06), inset 0 1px 0 rgba(255, 255, 255, .88); transition: transform .35s cubic-bezier(.22, 1, .36, 1), border-color .3s ease, box-shadow .3s ease; }
.store-card:hover { transform: translateY(-6px); border-color: rgba(15, 118, 94, .22); box-shadow: 0 24px 58px rgba(8, 61, 47, .11); }
.store-card-featured { background: linear-gradient(145deg, rgba(232, 251, 244, .9), rgba(255, 255, 255, .76)); }
.store-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.store-category, .store-status { color: #61716c; font-size: .67rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.store-status { padding: 7px 9px; border-radius: 99px; background: #edf2f0; letter-spacing: .03em; text-transform: none; }
.store-status.is-available { color: #08744f; background: #e6f8ef; }
.store-symbol { width: 48px; height: 48px; margin-top: 30px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(145deg, #16866a, #0b5e49); box-shadow: 0 12px 24px rgba(10, 94, 73, .2); font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.store-card:nth-child(3n+2) .store-symbol { color: #11624f; background: #d9f3e9; box-shadow: none; }
.store-card:nth-child(3n) .store-symbol { color: #275f70; background: #e0f0f4; box-shadow: none; }
.store-card h3 { margin: 22px 0 0; font-size: 1.2rem; letter-spacing: -.025em; }
.store-card p { margin: 12px 0 22px; color: var(--landing-muted); font-size: .86rem; line-height: 1.65; }
.store-card > a, .store-card-action { margin-top: auto; color: var(--landing-emerald); font-size: .78rem; font-weight: 750; }
.store-card-action { color: #899590; }

.solution-section { background: #0d2b23; }
.solution-section .landing-section-head h2 { color: #fff; }
.solution-section .landing-section-head > p:last-child { color: #a8bbb5; }
.solution-section .landing-eyebrow { color: #70d6b7; }
.solution-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.solution-grid article { min-height: 240px; padding: 24px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 24px; color: #fff; background: rgba(255, 255, 255, .055); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.solution-grid span { color: #6bd0b1; font-size: .72rem; font-weight: 800; }
.solution-grid h3 { margin: 54px 0 12px; font-size: 1.05rem; }
.solution-grid p { margin: 0; color: #a9bdb7; font-size: .84rem; line-height: 1.6; }

.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--landing-border); border-radius: 30px; overflow: hidden; background: rgba(255, 255, 255, .66); box-shadow: var(--landing-shadow); }
.why-grid article { min-height: 155px; padding: 26px; border-right: 1px solid var(--landing-border); border-bottom: 1px solid var(--landing-border); }
.why-grid article:nth-child(4n) { border-right: 0; }
.why-grid article:nth-last-child(-n+4) { border-bottom: 0; }
.why-grid strong { font-size: 1rem; }
.why-grid p { margin: 12px 0 0; color: var(--landing-muted); font-size: .82rem; line-height: 1.55; }

.feature-band { background: linear-gradient(150deg, #edf8f4, #f8fbfa); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.capability-grid span { min-height: 100px; padding: 22px; display: flex; align-items: flex-end; border: 1px solid rgba(255, 255, 255, .72); border-radius: 22px; background: rgba(255, 255, 255, .52); box-shadow: inset 0 1px 0 white, 0 14px 30px rgba(8, 61, 47, .05); color: #38564d; font-size: .83rem; font-weight: 700; }

.roadmap-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.roadmap-card { padding: 28px; border: 1px solid var(--landing-border); border-radius: 26px; background: rgba(255, 255, 255, .68); }
.roadmap-card.is-current { color: #fff; background: linear-gradient(145deg, #11775e, #0b5140); box-shadow: 0 24px 55px rgba(7, 81, 61, .2); }
.roadmap-card > span { color: var(--landing-emerald); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.roadmap-card.is-current > span { color: #81dec3; }
.roadmap-card h3 { margin: 30px 0 18px; font-size: 1.25rem; }
.roadmap-card ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; color: var(--landing-muted); font-size: .83rem; }
.roadmap-card.is-current ul { color: #c1ddd5; }
.roadmap-card li::before { content: "○"; margin-right: 8px; }
.roadmap-card li.is-done::before { content: "✓"; color: #64d2b0; font-weight: 800; }

.testimonial-section { color: #fff; background: linear-gradient(135deg, #153f34, #0c2b23); }
.testimonial-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.testimonial-layout .landing-eyebrow { color: #75d9ba; }
.testimonial-layout > div > p:last-child { color: #b5c7c2; }
.testimonial-layout article { padding: 38px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 28px; background: rgba(255, 255, 255, .07); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); }
.testimonial-layout article span { color: #75d9ba; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.testimonial-layout article strong { margin-top: 36px; display: block; font-size: 2rem; }
.testimonial-layout article p { color: #b5c7c2; line-height: 1.6; }

.pricing-card { padding: clamp(34px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: 50px; border: 1px solid rgba(255, 255, 255, .76); border-radius: 36px; background: linear-gradient(145deg, rgba(235, 251, 245, .9), rgba(255, 255, 255, .72)); box-shadow: var(--landing-shadow), inset 0 1px 0 white; }
.pricing-card > .landing-button { grid-column: 2; justify-self: start; }
.pricing-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pricing-points span { padding: 18px 14px; border-radius: 18px; color: #76847f; background: rgba(255, 255, 255, .58); font-size: .7rem; line-height: 1.45; }
.pricing-points strong { display: block; color: var(--landing-ink); font-size: .88rem; }

.faq-section { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 22px; border: 1px solid var(--landing-border); border-radius: 18px; background: rgba(255, 255, 255, .68); }
.faq-list summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: .92rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--landing-emerald); font-size: 1.3rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 0 22px; color: var(--landing-muted); font-size: .85rem; line-height: 1.65; }

.blog-section { background: #eef6f3; }
.blog-preview-grid { margin-bottom: 30px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.blog-preview-grid article { min-height: 230px; padding: 24px; border: 1px solid rgba(255, 255, 255, .74); border-radius: 24px; background: rgba(255, 255, 255, .58); box-shadow: inset 0 1px 0 white; }
.blog-preview-grid span { color: var(--landing-emerald); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-preview-grid h3 { margin: 72px 0 10px; font-size: 1.05rem; }
.blog-preview-grid p { margin: 0; color: var(--landing-muted); font-size: .82rem; line-height: 1.55; }

.final-cta { margin-block: clamp(70px, 9vw, 130px); padding: clamp(36px, 6vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 50px; border-radius: 36px; color: #fff; background: linear-gradient(135deg, #123d32, #0a5d49); box-shadow: 0 30px 80px rgba(7, 61, 47, .2); }
.final-cta h2 { max-width: 720px; }
.final-cta .landing-eyebrow { color: #76d9ba; }
.final-cta .landing-actions { flex: 0 0 auto; margin: 0; }

.landing-footer { padding: 72px 0 24px; color: #b9c8c3; background: #0a211b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; }
.footer-intro { max-width: 320px; }
.footer-intro .landing-brand { color: #fff; }
.footer-intro p { margin-top: 20px; line-height: 1.65; }
.footer-grid h3 { margin: 0 0 20px; color: #fff; font-size: .85rem; }
.footer-grid > div:not(.footer-intro) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a { font-size: .8rem; transition: color .2s ease; }
.footer-grid a:hover, .footer-bottom a:hover { color: #75d9ba; }
.footer-bottom { margin-top: 64px; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255, 255, 255, .09); font-size: .72rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 1080px) {
  .landing-menu-button { display: grid; }
  .landing-navigation { position: absolute; top: calc(100% + 8px); right: 20px; width: min(360px, calc(100vw - 40px)); padding: 12px; display: grid; border: 1px solid rgba(255, 255, 255, .62); border-radius: 24px; background: rgba(246, 251, 249, .91); box-shadow: 0 24px 60px rgba(7, 61, 47, .16), inset 0 1px 0 white; -webkit-backdrop-filter: blur(28px) saturate(190%); backdrop-filter: blur(28px) saturate(190%); transform: translate3d(0, -12px, 0) scale(.98); transform-origin: top right; opacity: 0; visibility: hidden; transition: transform .3s cubic-bezier(.22, 1, .36, 1), opacity .2s ease, visibility .2s; }
  .landing-header.is-menu-open .landing-navigation { transform: translate3d(0, 0, 0) scale(1); opacity: 1; visibility: visible; }
  .landing-navigation > a:not(.landing-button) { padding: 13px 14px; }
  .landing-nav-cta { margin: 5px 0 0; }
  .landing-hero { grid-template-columns: 1fr; }
  .landing-hero-copy { max-width: 860px; }
  .platform-visual { min-height: 560px; }
  .trust-section .landing-shell { align-items: flex-start; flex-direction: column; }
  .trust-list { flex-wrap: wrap; justify-content: flex-start; }
  .solution-grid { grid-template-columns: repeat(3, 1fr); }
  .product-store-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 760px) {
  .landing-shell, .landing-header-inner { width: min(calc(100% - 28px), var(--landing-shell)); }
  .landing-header { padding-block: 8px; }
  .landing-brand img { width: 40px; height: 40px; }
  .landing-hero { min-height: auto; padding-block: 70px 48px; }
  .landing-hero h1 { font-size: clamp(2.7rem, 13vw, 4.1rem); }
  .landing-hero-copy > p:not(.landing-eyebrow) { font-size: 1rem; }
  .landing-actions { align-items: stretch; flex-direction: column; }
  .landing-button { width: 100%; }
  .platform-visual { min-height: 430px; margin-top: 10px; }
  .platform-orbit { inset: 20px 0; }
  .visual-card { top: 8px; left: 0; width: 210px; padding: 15px; }
  .visual-chip-engineering { right: 0; top: 26%; }
  .visual-chip-licensing { left: 0; bottom: 21%; }
  .visual-chip-monitoring { right: 0; bottom: 8%; }
  .visual-metric { right: 0; top: 49%; width: 130px; padding: 14px; }
  .trust-list { display: grid; grid-template-columns: repeat(2, 1fr); }
  .landing-section { padding-block: 76px; }
  .landing-section-head { margin-bottom: 30px; }
  .product-store-grid, .solution-grid, .roadmap-grid, .blog-preview-grid { grid-template-columns: 1fr; }
  .store-card { min-height: 290px; }
  .solution-grid article { min-height: 190px; }
  .solution-grid h3 { margin-top: 36px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid article:nth-child(4n) { border-right: 1px solid var(--landing-border); }
  .why-grid article:nth-child(2n) { border-right: 0; }
  .why-grid article:nth-last-child(-n+4) { border-bottom: 1px solid var(--landing-border); }
  .why-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-layout, .pricing-card, .faq-section { grid-template-columns: 1fr; gap: 35px; }
  .pricing-points { grid-template-columns: 1fr; }
  .pricing-card > .landing-button { grid-column: auto; justify-self: stretch; }
  .blog-preview-grid article { min-height: 190px; }
  .blog-preview-grid h3 { margin-top: 48px; }
  .final-cta { align-items: stretch; flex-direction: column; }
  .final-cta .landing-actions { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 24px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .landing-hero h1 { font-size: 2.55rem; }
  .visual-card { width: 190px; }
  .visual-chip { padding: 9px 11px; font-size: .67rem; }
  .why-grid, .capability-grid { grid-template-columns: 1fr; }
  .why-grid article { border-right: 0 !important; border-bottom: 1px solid var(--landing-border) !important; }
  .why-grid article:last-child { border-bottom: 0 !important; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
}

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

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .landing-header, .landing-navigation, .visual-card, .visual-chip, .visual-metric { background: rgba(247, 250, 249, .96); }
}
