@font-face { font-family: Manrope; src: url('assets/Manrope.ttf') format('truetype'); font-weight: 200 800; font-display: swap; }
@font-face { font-family: 'Space Grotesk'; src: url('assets/SpaceGrotesk.ttf') format('truetype'); font-weight: 300 700; font-display: swap; }
:root { --ink: #20252b; --muted: #6d737e; --blue: #466af3; --green: #188b70; --line: #dde1e7; --paper: #fff; --soft: #f6f7f9; --heading: 'Space Grotesk', sans-serif; --body: Manrope, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; line-height: 1.65; letter-spacing: 0; }
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
button { border: 0; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--heading); font-weight: 500; }
h2 { font-size: 48px; line-height: 1.15; }
h3 { font-size: 20px; line-height: 1.4; }
svg.icon { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.blue { color: var(--blue); }
.green { color: var(--green); }
.muted { color: var(--muted); }
.section { padding-block: 104px; }
.section-kicker, .eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; line-height: 1.5; }
.section-kicker { margin-bottom: 40px; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 99px; margin-inline: 56px; border-bottom: 1px solid var(--line); }
.header-space { height: 99px; }
.header.is-floating { position: fixed; inset: 0 0 auto; z-index: 20; min-height: 72px; margin: 0; padding-inline: 56px; background: #ffffffed; backdrop-filter: blur(16px); box-shadow: 0 8px 26px #20252b0c; animation: navigation-in .32s cubic-bezier(.2,.7,.2,1) both; }
@keyframes navigation-in { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } }
.wordmark { display: inline-flex; align-items: center; font-family: var(--heading); font-size: 29px; font-weight: 700; line-height: 1; }
.brand-bars { display: inline-flex; align-items: flex-end; gap: 3px; margin-right: 10px; transform: skewY(-18deg); }
.brand-bars i { width: 6px; height: 18px; background: var(--blue); border-radius: 1px; }
.brand-bars i:nth-child(2) { height: 25px; }
.brand-bars i:nth-child(3) { height: 32px; }
.navigation { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 600; }
.navigation a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { display: inline-flex; gap: 22px; align-items: center; border-bottom: 1px solid var(--ink); padding-block: 10px; margin-left: 20px; }
.nav-cta .icon { width: 17px; height: 17px; }
.icon-button { display: inline-grid; place-items: center; width: 42px; height: 42px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.icon-button:hover { background: var(--soft); }
.menu-button { display: none; }
.hero { padding-top: 49px; padding-bottom: 52px; }
.status-dot, .live-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.hero-year { margin-left: auto; color: var(--muted); font-weight: 500; }
.hero h1 { font-size: 156px; line-height: 1.12; font-weight: 500; display: flex; align-items: center; margin-top: 7px; }
.hero-label { margin-left: 38px; font-family: var(--body); font-size: 10px; line-height: 1.7; font-weight: 600; color: var(--muted); border-left: 1px solid var(--line); padding-left: 24px; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 13px; }
.hero-bottom p { font-size: 23px; line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 26px; font-size: 12px; font-weight: 700; }
.circle-arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; transition: background .2s, color .2s; }
.text-link:hover .circle-arrow { background: var(--blue); color: white; border-color: var(--blue); }
.product-band { background-color: #eef0f4; background-image: linear-gradient(#e4e7ed 1px, transparent 1px), linear-gradient(90deg, #e4e7ed 1px, transparent 1px); background-size: 48px 48px; padding: 30px 0 24px; border-block: 1px solid var(--line); }
.product-caption, .product-footnote { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 10px; color: #626b7b; }
.product-caption { font-weight: 600; padding-bottom: 22px; }
.product-caption > span:first-child { display: flex; gap: 9px; align-items: center; }
.hero-capture { display: block; padding: 0; width: min(1200px, calc(100% - 112px)); margin: auto; position: relative; box-shadow: 0 20px 50px #2e3e6210; background: white; }
.hero-capture img, .gallery-capture img { width: 100%; aspect-ratio: 1.44; }
.image-zoom { position: absolute; bottom: 18px; right: 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 14px; background: white; border: 1px solid var(--line); border-radius: 5px; color: #313c52; box-shadow: 0 3px 10px #2631460c; font-size: 11px; }
.image-zoom .icon { width: 16px; height: 16px; }
.product-footnote { margin-top: 23px; }
.small-rule { height: 1px; width: 58px; background: var(--line); }
.overview-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; }
.overview-copy { padding-top: 6px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.overview-copy p + p { margin-top: 22px; }
.overview-copy strong { color: var(--ink); }
.project-facts { margin: 54px 0 0; padding: 26px 0; border-block: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.2fr 1.2fr .65fr; gap: 24px; }
.project-facts dt { font-size: 9px; color: var(--muted); font-weight: 600; margin-bottom: 7px; }
.project-facts dd { margin: 0; font-size: 12px; font-weight: 600; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; margin-top: 58px; }
.feature-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 8px; margin-bottom: 20px; }
.mint { background: #e3f4ee; color: #198c72; }
.peach { background: #fff0e3; color: #af772d; }
.lilac { background: #eeebfb; color: #7d62bc; }
.sky { background: #e8f0ff; color: #426bca; }
.feature-grid h3 { font-size: 17px; margin-bottom: 12px; }
.feature-grid p { font-size: 12px; line-height: 1.9; color: var(--muted); }
.gallery-section { background: var(--soft); border-block: 1px solid var(--line); }
.gallery-total { margin-left: auto; font-size: 9px; color: var(--muted); font-weight: 500; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.section-heading > p { color: var(--muted); font-size: 13px; padding-bottom: 5px; }
.gallery-tabs { display: flex; gap: 23px; border-bottom: 1px solid var(--line); margin-top: 45px; margin-bottom: 26px; overflow-x: auto; padding: 5px 2px 0; scrollbar-width: thin; }
.gallery-tabs button { font-size: 12px; padding: 13px 0 15px; border-bottom: 2px solid transparent; white-space: nowrap; background: none; color: var(--muted); font-weight: 600; }
.gallery-tabs button[aria-selected="true"] { color: var(--blue); border-bottom-color: var(--blue); }
.gallery-tabs button:hover { color: var(--blue); }
.gallery-tabs button:focus-visible { outline-offset: -3px; }
.gallery-capture { position: relative; width: 100%; display: block; padding: 0; border: 1px solid var(--line); background: white; }
.gallery-capture:hover .image-zoom, .hero-capture:hover .image-zoom { color: var(--blue); border-color: var(--blue); }
.gallery-description { display: flex; justify-content: space-between; gap: 40px; margin-top: 25px; min-height: 64px; }
.gallery-description > div { display: flex; align-items: baseline; gap: 24px; }
.gallery-description span { font-family: var(--heading); font-size: 11px; color: var(--muted); white-space: nowrap; }
.gallery-description h3 { font-size: 18px; }
.gallery-description p { max-width: 365px; font-size: 12px; line-height: 1.9; color: var(--muted); }
.mobile-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.mobile-copy > p { max-width: 380px; color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 26px; }
.check-list { padding: 0; margin: 28px 0; list-style: none; font-size: 12px; }
.check-list li { display: flex; gap: 12px; align-items: center; margin-top: 12px; }
.check-list .icon { color: var(--green); width: 17px; height: 17px; }
.platform-note { font-size: 9px; color: var(--muted); }
.mobile-stage { position: relative; background: #eaf2ef; min-height: 675px; padding: 58px 35px 45px; display: grid; place-items: center; overflow: hidden; }
.mobile-stage::before { content: ''; position: absolute; inset: 88px -140px; border: 1px solid #cdddd5; transform: rotate(-30deg); pointer-events: none; }
.mobile-stage::after { content: ''; position: absolute; inset: 88px -140px; border: 1px solid #cdddd5; transform: rotate(30deg); pointer-events: none; }
.mobile-coordinate { position: absolute; top: 20px; left: 23px; font-size: 8px; color: #647d72; }
.mobile-coordinate.bottom { top: auto; left: auto; bottom: 18px; right: 23px; }
.phone { position: relative; z-index: 1; width: 252px; border: 7px solid #252d2d; border-radius: 30px; padding: 0; background: white; overflow: hidden; box-shadow: 12px 24px 32px #344d4920; }
.phone img { width: 100%; aspect-ratio: 390 / 844; }
.engineering { background: #24292c; color: #f6f8f9; }
.engineering .section-kicker { color: #b4babd; justify-content: space-between; }
.engineering .green { color: #a7debd; }
.engineering .section-heading > p { color: #b8bec1; }
.tech-stack { display: grid; grid-template-columns: 1fr 1fr 1.12fr; margin-top: 55px; border-block: 1px solid #454a4d; }
.tech-stack > div { padding: 28px 25px 32px 0; }
.tech-stack > div + div { border-left: 1px solid #454a4d; padding-left: 32px; }
.tech-index { font-size: 10px; color: #a7debd; }
.tech-stack h3 { margin-top: 18px; margin-bottom: 10px; font-size: 23px; }
.tech-stack p { font-size: 12px; }
.tech-stack p span { color: #889195; margin-inline: 4px; }
.tech-stack small { font-size: 10px; display: block; margin-top: 7px; color: #a1aaae; }
.engineering-details { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; margin-top: 40px; }
.engineering-details h3 { display: flex; align-items: center; gap: 12px; font-size: 16px; }
.engineering-details h3 .icon { color: #a7debd; width: 18px; height: 18px; }
.engineering-details p { font-size: 12px; color: #b8bec1; line-height: 1.9; margin-top: 13px; }
.tech-footer { border-top: 1px solid #454a4d; margin-top: 46px; padding-top: 21px; display: flex; justify-content: space-between; gap: 20px; font-size: 8px; color: #a1aaae; }
.flow-arrow { padding-inline: 8px; color: #a7debd; }
.closing { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 96px; }
.closing .section-kicker { margin-bottom: 22px; color: var(--muted); font-size: 10px; }
.closing h2 { font-size: 60px; }
.round-link { width: 86px; height: 86px; border-radius: 50%; background: var(--blue); color: white; display: grid; place-items: center; flex: 0 0 auto; transition: transform .2s; }
.round-link:hover { transform: rotate(45deg); }
.round-link .icon { width: 34px; height: 34px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); min-height: 100px; }
.footer .wordmark { font-size: 24px; }
.footer p { color: var(--muted); font-size: 10px; }
.footer p span { padding-inline: 10px; color: #aab0b9; }
.back-top { display: flex; align-items: center; gap: 12px; font-size: 10px; white-space: nowrap; }
.back-top .icon { width: 15px; height: 15px; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 10px 20px; background: var(--blue); color: white; z-index: 100; opacity: 0; pointer-events: none; }
.skip-link:focus { top: 10px; opacity: 1; pointer-events: auto; }
.lightbox { width: min(1500px, calc(100% - 40px)); max-width: none; max-height: calc(100dvh - 40px); padding: 20px 24px; border: 0; border-radius: 8px; color: var(--ink); background: white; }
.lightbox::backdrop { background: #101a26dc; }
.lightbox-header, .lightbox-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.lightbox-header { margin-bottom: 16px; }
.lightbox-header > div { display: flex; align-items: center; gap: 18px; }
.lightbox-header h2 { font-size: 20px; }
#lightbox-count { font-size: 11px; color: var(--muted); }
.lightbox-image-wrap { background: var(--soft); display: flex; justify-content: center; min-height: 0; }
.lightbox-image-wrap img { width: auto; max-height: calc(100dvh - 214px); object-fit: contain; }
.lightbox-footer { margin-top: 16px; font-size: 10px; color: var(--muted); }
.lightbox-footer > div { display: flex; gap: 8px; }
.lightbox-footer button:disabled { opacity: .3; cursor: default; }
@keyframes arrive { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
.hero .eyebrow { animation: arrive .5s both; }
.hero h1 { animation: arrive .6s .07s both; }
.hero-bottom { animation: arrive .6s .14s both; }
@media (min-width: 1600px) { .hero { padding-top: 42px; padding-bottom: 46px; } }
@media (max-width: 1100px) {
  .wrap, .hero-capture { width: calc(100% - 64px); }
  .header { margin-inline: 32px; }
  .header.is-floating { padding-inline: 32px; }
  .overview-grid, .mobile-section { gap: 40px; }
  .feature-grid { gap: 24px; }
  .gallery-tabs { gap: 20px; }
  .engineering-details { gap: 40px; }
  h2 { font-size: 40px; }
  .gallery-description > div { gap: 14px; }
  .gallery-description h3 { font-size: 16px; }
  .tech-stack p { font-size: 11px; }
}
@media (max-width: 760px) {
  .wrap, .hero-capture { width: calc(100% - 40px); }
  .header { margin-inline: 20px; min-height: 78px; position: relative; }
  .header-space { height: 78px; }
  .header.is-floating { min-height: 68px; padding-inline: 20px; }
  .header .wordmark { font-size: 26px; }
  .navigation { gap: 22px; }
  .navigation > a { font-size: 11px; }
  .nav-cta { display: none; }
  .hero { padding-top: 32px; padding-bottom: 35px; }
  .hero h1 { font-size: 120px; }
  .hero-bottom p { font-size: 18px; }
  .hero-bottom { gap: 20px; }
  .text-link { gap: 12px; font-size: 11px; }
  .circle-arrow { width: 38px; height: 38px; }
  .section { padding-block: 68px; }
  h2 { font-size: 35px; }
  .section-kicker { margin-bottom: 28px; font-size: 10px; }
  .overview-grid { grid-template-columns: 1fr; gap: 25px; }
  .overview-copy { max-width: 580px; font-size: 14px; }
  .project-facts { grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
  .feature-grid { grid-template-columns: 1fr 1fr; row-gap: 35px; margin-top: 36px; }
  .feature-grid h3 { font-size: 16px; }
  .section-heading { gap: 24px; }
  .section-heading > p { font-size: 11px; }
  .gallery-total { font-size: 8px; }
  .gallery-tabs { margin-top: 28px; }
  .gallery-description { flex-direction: column; gap: 12px; min-height: 107px; }
  .gallery-description p { max-width: 100%; }
  .mobile-section { grid-template-columns: 1fr 1fr; gap: 24px; }
  .mobile-copy h2 { font-size: 32px; }
  .mobile-copy > p { font-size: 12px; }
  .check-list { font-size: 10px; }
  .mobile-stage { padding: 48px 20px; min-height: 530px; }
  .phone { max-width: 100%; }
  .mobile-coordinate { font-size: 7px; left: 13px; }
  .mobile-coordinate.bottom { right: 13px; }
  .tech-stack { grid-template-columns: 1fr; margin-top: 30px; }
  .tech-stack > div { display: grid; grid-template-columns: 32px 1fr 1.9fr; align-items: baseline; gap: 10px; padding: 24px 0; }
  .tech-stack > div + div { border-left: 0; padding-left: 0; border-top: 1px solid #454a4d; }
  .tech-stack h3 { margin: 0; font-size: 19px; }
  .tech-stack small { grid-column: 3; margin: 0; }
  .engineering-details { gap: 24px; }
  .engineering-details h3 { align-items: start; font-size: 14px; }
  .engineering-details h3 .icon { margin-top: 2px; }
  .tech-footer { flex-wrap: wrap; gap: 10px; }
  .closing { padding-block: 70px; }
  .closing h2 { font-size: 42px; }
  .round-link { width: 64px; height: 64px; }
  .footer { gap: 15px; }
  .footer p { font-size: 8px; }
  .footer p span { padding-inline: 4px; }
}
@media (max-width: 540px) {
  .menu-button { display: inline-grid; }
  .navigation { display: none; position: absolute; top: 77px; inset-inline: -20px; padding: 15px 24px 24px; background: white; border-bottom: 1px solid var(--line); z-index: 5; box-shadow: 0 18px 20px #20252b08; }
  .navigation.open { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
  .header.is-floating .navigation { top: calc(100% - 1px); inset-inline: 0; max-height: calc(100dvh - 68px); overflow-y: auto; }
  .navigation > a { font-size: 14px; padding: 12px 0; }
  .navigation .nav-cta { display: flex; margin: 0; justify-content: space-between; }
  .eyebrow { gap: 8px; font-size: 8px; }
  .hero-year { font-size: 9px; }
  .hero h1 { font-size: 100px; margin-top: 15px; }
  .hero-label { display: none; }
  .hero-bottom { align-items: start; flex-direction: column; gap: 23px; margin-top: 12px; }
  .hero-bottom p { font-size: 20px; }
  .text-link { width: 100%; justify-content: space-between; }
  .product-band { padding-top: 20px; padding-bottom: 17px; background-size: 28px 28px; }
  .product-caption { font-size: 8px; padding-bottom: 15px; }
  .product-footnote { font-size: 8px; margin-top: 15px; }
  .product-footnote > span:last-child { display: none; }
  .hero-capture .image-zoom { bottom: 9px; right: 9px; padding: 8px; }
  .hero-capture .image-zoom > span { display: none; }
  .hero-capture .image-zoom .icon { width: 14px; height: 14px; }
  h2 { font-size: 34px; }
  .section { padding-block: 58px; }
  .overview-copy { font-size: 13px; }
  .project-facts { column-gap: 20px; }
  .project-facts dd { font-size: 10px; }
  .project-facts dt { font-size: 8px; }
  .feature-grid { gap: 28px 20px; }
  .feature-grid h3 { font-size: 16px; }
  .feature-grid p { font-size: 11px; }
  .feature-icon { margin-bottom: 15px; }
  .gallery-total { display: none; }
  .section-heading { flex-direction: column; align-items: start; gap: 20px; }
  .section-heading > p { font-size: 12px; }
  .section-heading > p br { display: none; }
  .gallery-tabs { gap: 24px; margin-top: 22px; margin-bottom: 20px; }
  .gallery-tabs button { font-size: 11px; }
  .gallery-description > div { gap: 14px; }
  .gallery-description h3 { font-size: 16px; }
  .gallery-description span { font-size: 9px; }
  .gallery-description p { font-size: 11px; }
  .gallery-capture .image-zoom { padding: 8px; bottom: 8px; right: 8px; }
  .mobile-section { grid-template-columns: 1fr; gap: 32px; }
  .mobile-copy h2 { font-size: 36px; }
  .mobile-copy h2 br:nth-of-type(2) { display: none; }
  .mobile-copy > p { font-size: 13px; }
  .check-list { font-size: 12px; }
  .mobile-stage { min-height: 650px; }
  .phone { width: 255px; }
  .mobile-coordinate { font-size: 8px; left: 20px; }
  .tech-stack > div { grid-template-columns: 25px 1fr; gap: 7px 12px; }
  .tech-stack p, .tech-stack small { grid-column: 2; }
  .tech-stack p { font-size: 12px; }
  .engineering-details { grid-template-columns: 1fr; gap: 28px; margin-top: 30px; }
  .engineering-details h3 { font-size: 15px; }
  .tech-footer { font-size: 7px; line-height: 1.9; }
  .flow-arrow { padding-inline: 3px; }
  .closing { padding-block: 58px; gap: 16px; }
  .closing .section-kicker { font-size: 8px; margin-bottom: 15px; }
  .closing h2 { font-size: 30px; max-width: 235px; }
  .round-link { width: 52px; height: 52px; }
  .round-link .icon { width: 25px; height: 25px; }
  .footer { min-height: 125px; flex-wrap: wrap; padding-block: 25px; row-gap: 15px; }
  .footer p { order: 3; width: 100%; font-size: 9px; }
  .footer .wordmark { font-size: 25px; }
  .lightbox { width: calc(100% - 16px); padding: 14px; max-height: calc(100dvh - 16px); }
  .lightbox-header h2 { font-size: 17px; }
  .lightbox-header > div { gap: 10px; }
  .lightbox-footer > span { max-width: 170px; font-size: 9px; }
  .lightbox-footer .icon-button { width: 36px; height: 36px; }
  .lightbox-image-wrap img { max-height: calc(100dvh - 190px); }
}
@media (max-width: 360px) { .hero h1 { font-size: 84px; } .hero-label { margin-left: 12px; } .hero-year { display: none; } .closing h2 { font-size: 27px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

[hidden] { display: none !important; }
.sales-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 5px; font-size: 12px; font-weight: 700; background: white; text-align: left; }
.sales-button.primary { background: var(--blue); border-color: var(--blue); color: white; }
.sales-button:hover { border-color: var(--blue); color: var(--blue); }
.sales-button.primary:hover { background: #3556cc; color: white; }
.sales-button:disabled { opacity: .5; cursor: not-allowed; }
.sales-button .icon { width: 18px; height: 18px; }
.hero-actions { display: grid; gap: 12px; min-width: 225px; }
.secondary-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; color: var(--blue); font-weight: 600; }
.secondary-link:hover { text-decoration: underline; }
.pricing-notice { margin-top: 28px; max-width: 830px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.pricing-notice strong { color: var(--ink); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 36px; }
.price-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 8px; }
.price-card.featured { border-color: var(--blue); border-top: 3px solid var(--blue); padding-top: 26px; background: #f8faff; }
.plan-audience { font-size: 9px; color: var(--muted); font-weight: 700; }
.price-card h3 { font-size: 29px; margin-top: 16px; }
.plan-size { margin-top: 5px; font-size: 12px; color: var(--muted); }
.plan-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; min-height: 76px; margin-top: 27px; }
.plan-price strong { font: 500 48px/1.25 var(--heading); }
.plan-price strong span { font-size: 28px; }
.plan-price > span { font-size: 11px; color: var(--muted); }
.custom-price strong { font-size: 30px; padding-top: 12px; }
.plan-summary { font-size: 12px; line-height: 1.8; color: var(--muted); min-height: 44px; }
.plan-features { list-style: none; padding: 22px 0; border-top: 1px solid var(--line); margin: 22px 0 0; font-size: 12px; }
.plan-features li { position: relative; padding-left: 16px; margin-bottom: 11px; }
.plan-features li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; position: absolute; left: 0; top: 8px; background: var(--green); }
.price-card .sales-button { margin-top: auto; width: 100%; }
.pricing-followup { font-size: 12px; margin-top: 26px; color: var(--muted); }
.pricing-followup a { color: var(--ink); font-weight: 600; }
.pricing-followup .icon { width: 14px; height: 14px; vertical-align: middle; }
.faq-section { background: var(--soft); border-block: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
summary { cursor: pointer; }
summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.faq-list summary { padding: 20px 24px 20px 0; font-size: 14px; font-weight: 600; }
.faq-list p { font-size: 13px; line-height: 1.9; color: var(--muted); padding-bottom: 22px; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-copy h2 { font-size: 42px; }
.contact-copy > p { margin-top: 25px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.contact-steps { list-style: none; padding: 0; margin: 38px 0; }
.contact-steps li { display: flex; gap: 18px; margin-top: 24px; }
.contact-steps li > span { font: 500 12px/1.9 var(--heading); color: var(--green); }
.contact-steps strong { font-size: 13px; }
.contact-steps p { color: var(--muted); font-size: 12px; margin-top: 4px; }
.contact-form { min-width: 0; padding-top: 5px; }
.contact-form h3 { font-size: 22px; }
.form-intro { margin-top: 8px; font-size: 12px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 26px; }
.form-grid label { font-size: 11px; font-weight: 700; min-width: 0; }
.form-grid label > span { color: var(--muted); font-weight: 400; }
.form-grid input, .form-grid select, .form-grid textarea { display: block; width: 100%; min-width: 0; border: 1px solid #ccd2dc; border-radius: 5px; padding: 12px; margin-top: 8px; font: 400 14px/1.5 var(--body); color: var(--ink); background: white; }
.form-grid textarea { resize: vertical; min-height: 120px; }
.full-field { grid-column: 1 / -1; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-block: 22px; font-size: 11px; line-height: 1.8; color: var(--muted); }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--blue); }
.consent a { color: var(--ink); text-decoration: underline; }
.submit-inquiry { width: 100%; }
.contact-status { margin-top: 14px; font-size: 12px; line-height: 1.8; color: var(--muted); }
.contact-status:empty { display: none; }
.contact-status[data-state="error"] { color: #a13636; }
.contact-status[data-state="success"] { color: #16705b; }
.privacy-note { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 16px; font-size: 11px; color: var(--muted); }
.privacy-note p { margin-top: 12px; line-height: 1.9; }
@media (max-width: 1100px) {
  .price-card { padding: 23px; }
  .price-card.featured { padding-top: 21px; }
  .pricing-grid { gap: 16px; }
  .contact-section, .faq-grid { gap: 40px; }
  .contact-copy h2 { font-size: 35px; }
}
@media (max-width: 760px) {
  .hero-actions { min-width: 205px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 22px; }
  .price-card { padding: 28px; }
  .price-card.featured { padding-top: 26px; }
  .plan-summary { min-height: 0; }
  .plan-price { margin-top: 18px; min-height: 68px; }
  .faq-grid, .contact-section { grid-template-columns: 1fr; gap: 32px; }
  .contact-copy h2 { font-size: 35px; }
  .contact-steps { margin-block: 28px; }
}
@media (max-width: 540px) {
  .hero-actions { width: 100%; }
  .hero-bottom p { font-size: 18px; }
  .hero-actions .secondary-link { justify-content: center; font-size: 11px; }
  .hero-actions .sales-button { min-height: 46px; }
  .pricing-notice { font-size: 11px; }
  .pricing-followup a { display: block; margin-top: 8px; }
  .form-grid { grid-template-columns: 1fr; gap: 17px; }
  .form-grid input, .form-grid select, .form-grid textarea { font-size: 16px; }
  .contact-copy h2 { font-size: 32px; }
  .contact-form h3 { font-size: 21px; }
  .faq-list summary { font-size: 13px; }
}