:root {
  --ink: #102a2d;
  --muted: #5d7072;
  --line: #dce7e5;
  --paper: #ffffff;
  --soft: #f3f8f6;
  --mint: #e3f5ef;
  --brand: #078a75;
  --brand-dark: #056657;
  --navy: #0d272b;
  --accent: #d8f36a;
  --shadow: 0 24px 70px rgba(14, 53, 51, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #ef9f32; outline-offset: 3px; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 999; transform: translateY(-160%); background: #fff; padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { transform: none; }
.site-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(220,231,229,.8); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 1.32rem; font-weight: 820; letter-spacing: -.03em; text-decoration: none; }
.wordmark-icon { width: 33px; height: 33px; display: grid; place-items: center; color: #fff; background: var(--brand); border-radius: 10px 10px 10px 4px; font-size: 1rem; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a, .login-link { color: #375154; font-size: .94rem; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover, .login-link:hover { color: var(--brand); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.mobile-nav { display: none; margin-left: auto; position: relative; }
.mobile-nav summary { list-style: none; cursor: pointer; font-weight: 750; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav > nav { position: absolute; right: 0; top: calc(100% + 18px); width: min(280px, calc(100vw - 40px)); padding: 14px; display: grid; gap: 2px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mobile-nav a { padding: 10px; text-decoration: none; font-weight: 650; }
.mobile-nav a.mobile-nav-cta { margin-top: 5px; color: #fff; border-radius: 9px; background: var(--brand); text-align: center; }

.button { min-height: 46px; padding: 11px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--brand); border-radius: 12px; color: #fff; background: var(--brand); font-weight: 760; text-decoration: none; box-shadow: 0 10px 24px rgba(7,138,117,.17); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--brand-dark); transform: translateY(-1px); box-shadow: 0 14px 30px rgba(7,138,117,.22); }
.button-small { min-height: 42px; padding: 8px 17px; }
.button-large { min-height: 54px; padding: 14px 24px; }
.button-secondary, .button-quiet { color: var(--ink); background: #fff; border-color: var(--line); box-shadow: none; }
.button-secondary:hover, .button-quiet:hover { color: var(--brand-dark); background: var(--soft); border-color: #bcd0cc; box-shadow: none; }
.button-light { color: var(--brand-dark); background: #fff; border-color: #fff; }
.button-light:hover { color: var(--brand-dark); background: #f5fffb; }
.button-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.4); box-shadow: none; }
.button-outline-light:hover { color: #fff; background: rgba(255,255,255,.1); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button-row.centered { justify-content: center; }
.text-link { color: var(--brand-dark); font-weight: 780; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); font-size: .76rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { color: var(--brand); font-size: .5rem; }
.hero { overflow: hidden; padding: 96px 0 88px; background: radial-gradient(circle at 88% 8%, #dff6ed 0, transparent 36%), linear-gradient(180deg, #fff 0%, #f7faf9 100%); }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 62px; }
.hero h1, .page-hero h1 { margin: 19px 0 22px; font-size: clamp(3rem, 6.1vw, 5.6rem); line-height: .99; letter-spacing: -.065em; }
.hero h1 span { color: var(--brand); }
.hero-lead { max-width: 640px; margin: 0 0 30px; color: var(--muted); font-size: 1.18rem; line-height: 1.7; }
.trust-list { margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; color: #526568; font-size: .84rem; font-weight: 650; }
.trust-list span, .check-list li::before { color: var(--brand); }

.product-stage { position: relative; padding: 30px 0 36px; }
.mock-window { overflow: hidden; border: 1px solid #cfdfdc; border-radius: 17px; background: #fff; box-shadow: 0 35px 100px rgba(17,61,58,.2); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.mock-top { height: 40px; padding: 0 14px; display: flex; align-items: center; gap: 6px; color: #829294; background: #f7f9f8; border-bottom: 1px solid #e6efed; font-size: .58rem; }
.mock-top span { width: 8px; height: 8px; border-radius: 50%; background: #d4dfdd; }
.mock-top b { margin: auto; padding: 4px 42px; border-radius: 6px; background: #e9efed; font-weight: 560; }
.mock-body { min-height: 394px; display: grid; grid-template-columns: 126px 1fr; }
.mock-sidebar { padding: 22px 12px; display: flex; flex-direction: column; gap: 8px; color: #b9cbca; background: #0d292d; font-size: .66rem; }
.mock-sidebar span { padding: 8px 9px; border-radius: 6px; }
.mock-sidebar .active { color: #fff; background: rgba(255,255,255,.1); }
.mock-brand { margin-bottom: 23px; color: #fff; font-size: .84rem; font-weight: 800; }
.mock-brand i { display: inline-grid; width: 22px; height: 22px; margin-right: 4px; place-items: center; border-radius: 7px; background: var(--brand); font-style: normal; }
.mock-content { padding: 25px 24px; background: #f5f8f7; }
.mock-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mock-heading div { display: grid; }
.mock-heading small { color: #728385; font-size: .6rem; }
.mock-heading strong { font-size: 1.05rem; }
.mock-heading > b { padding: 7px 9px; color: #fff; background: var(--brand); border-radius: 7px; font-size: .58rem; }
.mock-metrics { margin-top: 19px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-metrics article { padding: 13px; display: grid; border: 1px solid #e0e9e7; border-radius: 10px; background: #fff; }
.mock-metrics small { color: #718083; font-size: .52rem; }
.mock-metrics strong { margin: 4px 0; font-size: 1.12rem; }
.mock-metrics em { color: #758486; font-size: .48rem; font-style: normal; }
.mock-metrics .green { color: var(--brand-dark); font-weight: 700; }
.mock-card { margin-top: 14px; padding: 17px; border: 1px solid #dae6e3; border-radius: 11px; background: #fff; box-shadow: 0 7px 18px rgba(24,55,52,.06); }
.mock-card-head { display: flex; justify-content: space-between; gap: 8px; font-size: .7rem; }
.mock-card-head span { padding: 2px 7px; color: #156f5e; border-radius: 999px; background: #def4ea; font-size: .47rem; text-transform: uppercase; }
.mock-card p { color: #718285; font-size: .52rem; }
.progress { height: 5px; overflow: hidden; border-radius: 999px; background: #e7eeec; }
.progress i { display: block; width: 100%; height: 100%; background: var(--brand); }
.mock-card-foot { margin-top: 12px; display: flex; justify-content: space-between; color: #607275; font-size: .52rem; }
.mock-card-foot b { color: var(--brand-dark); }
.floating-note { position: absolute; right: -16px; bottom: 5px; padding: 13px 17px; display: grid; min-width: 210px; border: 1px solid #d5e4e0; border-radius: 12px; background: #fff; box-shadow: 0 18px 45px rgba(16,63,58,.17); font-size: .72rem; }
.floating-note b { color: var(--brand-dark); }
.floating-note span { color: var(--muted); font-size: .62rem; }

.logo-strip { border-block: 1px solid var(--line); background: #fff; }
.logo-strip .site-container { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #657779; }
.logo-strip span { color: #8b999a; font-size: .71rem; letter-spacing: .1em; text-transform: uppercase; }
.logo-strip b { font-size: .92rem; }
.section { padding: 104px 0; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.split-heading h2, .centered-heading h2, .feature-copy h2, .privacy-grid h2, .final-cta h2 { margin: 13px 0 0; font-size: clamp(2.15rem, 4.2vw, 3.65rem); line-height: 1.08; letter-spacing: -.05em; }
.split-heading > p, .centered-heading > p, .feature-copy > p, .privacy-grid p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.centered-heading { max-width: 770px; margin: 0 auto 50px; text-align: center; }
.centered-heading p { max-width: 650px; margin: 18px auto 0; }

.problem-section { background: var(--soft); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 15px 50px rgba(22,62,59,.06); }
.problem-grid article { position: relative; min-height: 270px; padding: 27px; }
.problem-grid article + article { border-left: 1px solid var(--line); }
.problem-grid article > span { position: absolute; top: 21px; right: 23px; color: #9aabaa; font-size: .67rem; font-weight: 800; }
.problem-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--brand-dark); background: var(--mint); border-radius: 13px; font-size: 1.3rem; }
.problem-grid h3, .workflow-grid h3, .capability-grid h3, .audience-grid h3 { margin: 32px 0 8px; font-size: 1.08rem; line-height: 1.3; }
.problem-grid p, .workflow-grid p, .capability-grid p, .audience-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.workflow-section { background: #fff; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.workflow-grid article { position: relative; padding: 31px 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.workflow-grid article::after { content: "→"; position: absolute; top: 48px; right: -17px; z-index: 2; width: 30px; height: 30px; display: grid; place-items: center; color: var(--brand); background: #fff; border: 1px solid var(--line); border-radius: 50%; }
.workflow-grid article:last-child::after { content: none; }
.workflow-grid article > b { position: absolute; top: 17px; right: 19px; color: #a2b0b0; font-size: .7rem; }
.workflow-grid article > div { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 15px; font-size: 1.32rem; }
.workflow-grid h3 { margin-top: 23px; }

.feature-showcase { overflow: hidden; color: #fff; background: var(--navy); }
.feature-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 100px; }
.feature-copy .eyebrow, .privacy-section .eyebrow { color: #70ddc2; }
.feature-copy p { margin: 23px 0; color: #b7caca; }
.check-list { margin: 22px 0 30px; padding: 0; display: grid; gap: 10px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; }
.feature-copy .text-link { color: #75dfc6; }
.phone-scene { position: relative; min-height: 540px; display: grid; place-items: center; }
.phone-scene::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(32,175,145,.28), transparent 68%); }
.phone { position: relative; width: 260px; min-height: 500px; padding: 35px 25px 25px; display: flex; flex-direction: column; align-items: center; color: var(--ink); border: 8px solid #071b1e; border-radius: 40px; background: #f8fbfa; box-shadow: 0 28px 70px rgba(0,0,0,.3); transform: rotate(3deg); }
.phone-notch { position: absolute; top: 9px; width: 78px; height: 19px; background: #071b1e; border-radius: 999px; }
.phone small { margin-top: 18px; color: #7c8c8e; }
.phone h3 { margin: 23px 0 0; font-size: 1.14rem; }
.phone p { margin: 2px 0 30px; color: #748587; font-size: .74rem; }
.success-ring { width: 108px; height: 108px; display: grid; place-items: center; color: #fff; background: var(--brand); border: 12px solid #d8f3ea; border-radius: 50%; font-size: 2.2rem; }
.phone strong { margin-top: 19px; color: var(--brand-dark); font-size: 1.18rem; }
.phone > span { color: #6c7e80; font-size: .76rem; }
.phone button { width: 100%; min-height: 45px; margin-top: auto; color: #fff; border: 0; border-radius: 10px; background: var(--brand); font-weight: 750; }
.scan-note { position: absolute; right: -2px; bottom: 70px; padding: 14px 17px; display: grid; color: var(--ink); border: 1px solid #dce8e5; border-radius: 12px; background: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.24); font-size: .75rem; }
.scan-note span { color: var(--muted); font-size: .65rem; }

.capabilities { background: var(--soft); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.capability-grid a { min-height: 260px; padding: 28px; display: block; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.capability-grid a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.capability-grid a > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--brand-dark); background: var(--mint); border-radius: 13px; font-size: 1.25rem; }
.capability-grid h3 { margin-top: 26px; }
.capability-grid b { display: block; margin-top: 24px; color: var(--brand-dark); font-size: .8rem; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.audience-grid a { min-height: 230px; padding: 28px; display: flex; flex-direction: column; justify-content: end; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #153b3e, #092428); text-decoration: none; }
.audience-grid a:nth-child(2) { background: linear-gradient(145deg, #126f62, #064a40); }
.audience-grid a:nth-child(3) { background: linear-gradient(145deg, #365057, #172f34); }
.audience-grid a:nth-child(4) { color: var(--ink); background: linear-gradient(145deg, #def4eb, #bedfd2); }
.audience-grid span { align-self: start; padding: 4px 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .62rem; font-weight: 750; text-transform: uppercase; }
.audience-grid a:nth-child(4) span { border-color: rgba(16,42,45,.2); }
.audience-grid h3 { margin: auto 0 5px; }
.audience-grid p { color: rgba(255,255,255,.7); }
.audience-grid a:nth-child(4) p { color: #506769; }

.privacy-section { color: #fff; background: #123437; }
.privacy-grid { display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 80px; max-width: 980px; }
.shield { width: 190px; height: 210px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #16a184, #08705f); border-radius: 50% 50% 56% 56% / 38% 38% 68% 68%; box-shadow: inset 0 0 0 16px rgba(255,255,255,.09); font-size: 4rem; }
.privacy-grid p { margin: 20px 0; color: #bbcecd; }
.privacy-grid .text-link { color: #75dfc6; }
.final-cta { padding: 105px 0; color: #fff; background: var(--brand); text-align: center; }
.final-cta .eyebrow { color: #d8fff5; }
.final-cta h2 { max-width: 820px; margin-inline: auto; }
.final-cta p { max-width: 680px; margin: 20px auto 30px; color: #d8fff5; font-size: 1.06rem; }
.final-cta.compact { padding: 74px 0; }
.final-cta.compact h2 { margin-bottom: 26px; }

.page-hero { padding: 105px 0 90px; text-align: center; background: radial-gradient(circle at 50% 0, #dcf5ec 0, transparent 50%), #f8fbfa; }
.page-hero h1 { font-size: clamp(2.8rem, 5.4vw, 5rem); }
.page-hero p { max-width: 760px; margin: 0 auto 28px; color: var(--muted); font-size: 1.15rem; }
.page-hero .button-row { margin-top: 28px; }
.page-content { background: #fff; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.detail-grid article { position: relative; min-height: 190px; padding: 30px 30px 30px 78px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.detail-grid article > span { position: absolute; top: 31px; left: 27px; width: 35px; height: 35px; display: grid; place-items: center; color: var(--brand-dark); background: var(--mint); border-radius: 10px; font-weight: 900; }
.detail-grid h2 { margin: 0 0 8px; font-size: 1.22rem; }
.detail-grid p { margin: 0; color: var(--muted); }
.mini-workflow { background: var(--soft); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.pricing-grid article { padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; }
.pricing-grid article.featured { border: 2px solid var(--brand); box-shadow: var(--shadow); transform: translateY(-10px); }
.pricing-grid article > span { color: var(--brand-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.pricing-grid h2 { margin: 10px 0 0; font-size: 1.8rem; }
.pricing-grid article > strong { margin: 14px 0; font-size: 1.3rem; }
.pricing-grid article > p { min-height: 74px; color: var(--muted); }
.pricing-grid .button { margin-top: auto; }
.placeholder-note { max-width: 800px; margin: 40px auto 0; padding: 16px; color: #71530d; background: #fff8df; border: 1px solid #f0d485; border-radius: 12px; text-align: center; }
.faq-list { max-width: 850px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 35px 23px 0; position: relative; cursor: pointer; font-size: 1.05rem; font-weight: 780; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--brand); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0 0 24px; color: var(--muted); }
.contact-card { padding: 42px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; border: 1px solid var(--line); border-radius: 20px; background: var(--soft); }
.contact-card h2 { margin-top: 0; font-size: 1.8rem; }
.contact-card p { color: var(--muted); }
.contact-card span { color: var(--brand-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.contact-card strong { display: block; margin-top: 5px; font-size: 1.4rem; }
.legal-hero { padding-bottom: 65px; }
.legal-content { padding-top: 65px; }
.legal-copy { max-width: 780px; }
.legal-copy h2 { margin: 42px 0 8px; font-size: 1.32rem; }
.legal-copy p { color: var(--muted); }
.legal-warning { padding: 20px; color: #765813; background: #fff8df; border: 1px solid #f0d485; border-radius: 14px; }
.legal-warning p { margin-bottom: 0; color: #765813; }

.site-footer { padding: 72px 0 24px; color: #b7c7c6; background: #0b2529; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, .8fr); gap: 60px; }
.wordmark-footer { color: #fff; }
.footer-grid p { max-width: 270px; font-size: .84rem; }
.footer-grid h2 { margin: 0 0 16px; color: #fff; font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a:not(.wordmark) { color: #b7c7c6; font-size: .84rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 54px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; }

@media (max-width: 980px) {
  .desktop-nav, .nav-actions { display: none; }
  .mobile-nav { display: block; }
  .hero { padding-top: 70px; }
  .hero-grid, .feature-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero .button-row, .trust-list { justify-content: center; }
  .product-stage { max-width: 700px; margin-inline: auto; }
  .problem-grid, .workflow-grid, .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid article + article { border-left: 0; }
  .problem-grid article:nth-child(even) { border-left: 1px solid var(--line); }
  .problem-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .workflow-grid article:nth-child(2)::after { content: none; }
  .feature-copy { max-width: 750px; }
  .phone-scene { max-width: 580px; margin: 0 auto; }
  .capability-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid article.featured { transform: none; }
  .privacy-grid { grid-template-columns: 160px 1fr; gap: 50px; }
  .shield { width: 145px; height: 160px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .site-container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 68px; }
  .hero, .page-hero { padding: 58px 0 60px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.65rem, 14vw, 4.25rem); }
  .hero-lead, .page-hero p { font-size: 1rem; }
  .button-row, .button-row .button { width: 100%; }
  .trust-list { display: grid; justify-items: start; margin-inline: auto; width: fit-content; }
  .mock-body { grid-template-columns: 1fr; min-height: 350px; }
  .mock-sidebar { display: none; }
  .mock-content { padding: 20px 15px; }
  .mock-metrics { grid-template-columns: 1fr; }
  .mock-metrics article:nth-child(1), .mock-metrics article:nth-child(3) { display: none; }
  .floating-note { right: 3px; }
  .logo-strip .site-container { padding: 20px 0; display: grid; grid-template-columns: repeat(2, 1fr); text-align: center; }
  .logo-strip span { grid-column: 1 / -1; }
  .section { padding: 72px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }
  .split-heading h2, .centered-heading h2, .feature-copy h2, .privacy-grid h2, .final-cta h2 { font-size: 2.35rem; }
  .problem-grid, .workflow-grid, .capability-grid, .audience-grid, .detail-grid, .pricing-grid, .contact-card, .privacy-grid { grid-template-columns: 1fr; }
  .problem-grid article { min-height: auto; }
  .problem-grid article:nth-child(even) { border-left: 0; }
  .problem-grid article + article { border-top: 1px solid var(--line); }
  .workflow-grid article::after { content: none; }
  .phone-scene { min-height: 520px; }
  .scan-note { right: 0; }
  .privacy-grid { text-align: center; }
  .shield { margin: 0 auto; }
  .detail-grid article { padding: 75px 25px 25px; }
  .pricing-grid article > p { min-height: auto; }
  .contact-card { padding: 28px; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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

/* Zertivo home: editorial product story */
.wordmark img.wordmark-icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
  color: initial;
  background: transparent;
  border-radius: 11px;
  box-shadow: 0 7px 18px rgba(5, 29, 47, .18);
}
.wordmark-footer img.wordmark-icon { width: 42px; height: 42px; border-radius: 12px; }
.z-home { --z-night: #061a2d; --z-night-soft: #0b2840; --z-aqua: #08c9a9; --z-lime: #d9ef75; --z-warm: #f3f0e8; }
.z-home .site-header { border-bottom-color: rgba(209, 224, 220, .7); }
.z-kicker { color: #087d6c; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.z-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(8, 201, 169, .2), transparent 27%),
    radial-gradient(circle at 16% 90%, rgba(40, 104, 141, .2), transparent 30%),
    linear-gradient(126deg, #041526 0%, #071e33 53%, #0a2b42 100%);
}
.z-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .26;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}
.z-orbit { position: absolute; border: 1px solid rgba(70, 236, 206, .13); border-radius: 50%; pointer-events: none; }
.z-orbit-one { top: -330px; right: -230px; width: 800px; height: 800px; }
.z-orbit-two { right: 70px; bottom: -360px; width: 650px; height: 650px; }
.z-hero-grid { position: relative; z-index: 1; min-height: 760px; padding-block: 92px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 76px; }
.z-hero-copy { max-width: 590px; }
.z-hero-brand { display: flex; align-items: center; gap: 26px; width: fit-content; transform-origin: left center; transform: translate3d(0, calc(var(--hero-scroll, 0) * -38px), 0) scale(calc(1 - var(--hero-scroll, 0) * .12)); opacity: calc(1 - var(--hero-scroll, 0) * .28); will-change: transform, opacity; }
.z-hero-icon-wrap { position: relative; width: 116px; height: 116px; flex: 0 0 116px; }
.z-hero-icon-wrap img { position: relative; z-index: 2; width: 116px; height: 116px; border-radius: 27px; box-shadow: 0 22px 52px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.14); }
.z-icon-orbit { position: absolute; z-index: 1; inset: -14px; border: 1px solid rgba(70,236,206,.34); border-radius: 37px; transform: rotate(calc(var(--hero-scroll, 0) * 105deg)) scale(calc(1 + var(--hero-scroll, 0) * .08)); }
.z-icon-orbit::before, .z-icon-orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--z-aqua); box-shadow: 0 0 18px rgba(8,201,169,.75); }
.z-icon-orbit::before { top: 17px; right: -4px; }
.z-icon-orbit::after { bottom: 21px; left: -4px; background: var(--z-lime); }
.z-icon-glow { position: absolute; inset: 5px; border-radius: 30px; background: rgba(8,201,169,.3); filter: blur(24px); transform: scale(calc(1.05 + var(--hero-scroll, 0) * .22)); }
.z-hero-brand > span { display: grid; color: #a9c6d4; font-size: .7rem; font-weight: 720; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.z-hero-brand > span strong { margin-bottom: 6px; color: #fff; font-size: 1.4rem; font-weight: 850; letter-spacing: -.03em; text-transform: none; }
.z-hero h1 { max-width: 670px; margin: 32px 0 25px; font-size: clamp(3.5rem, 6.1vw, 6.1rem); line-height: .94; letter-spacing: -.07em; }
.z-hero h1 em { color: var(--z-aqua); font-style: normal; }
.z-hero-copy > p:not(.z-hero-note) { max-width: 600px; margin: 0; color: #c6d8df; font-size: 1.17rem; line-height: 1.7; }
.z-hero-actions { margin-top: 32px; align-items: center; }
.z-hero .button { border-color: var(--z-aqua); background: var(--z-aqua); color: #03251f; box-shadow: 0 13px 35px rgba(8, 201, 169, .18); }
.z-hero .button:hover { background: #16dab8; }
.z-text-button { padding: 12px 14px; display: inline-flex; align-items: center; gap: 10px; color: #bed1d9; font-weight: 780; text-decoration: none; }
.z-text-button:hover { color: #fff; }
.z-text-button.light { padding-left: 4px; color: #d4e4e8; }
.z-hero-note { max-width: 520px; margin: 26px 0 0; padding-top: 22px; color: #819dab; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.z-control-stage { position: relative; transform: translate3d(0, calc(var(--hero-scroll, 0) * 54px), 0) rotate(calc(var(--hero-scroll, 0) * -.65deg)); transform-origin: center top; will-change: transform; }
.z-control-room { position: relative; overflow: hidden; padding: 0 30px 27px; color: #132e35; border: 1px solid rgba(179,222,215,.55); border-radius: 28px; background: rgba(249, 252, 251, .98); box-shadow: 0 45px 120px rgba(0,0,0,.38); transform: rotate(1.2deg); }
.z-control-room::after { content: ""; position: absolute; top: -140px; right: -110px; width: 280px; height: 280px; border-radius: 50%; background: rgba(8,201,169,.08); }
.z-control-top { min-height: 53px; margin-inline: -30px; padding: 0 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; color: #6e8186; border-bottom: 1px solid #dae6e4; background: #f2f6f5; font-size: .65rem; font-weight: 680; }
.z-control-top time { justify-self: end; }
.z-live { display: inline-flex; align-items: center; gap: 7px; width: fit-content; color: #087c69; font-weight: 850; text-transform: uppercase; }
.z-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--z-aqua); box-shadow: 0 0 0 5px rgba(8,201,169,.12); }
.z-control-head { position: relative; z-index: 1; margin: 25px 0 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.z-control-head div { display: grid; }
.z-control-head small { color: #718488; font-size: .61rem; font-weight: 700; }
.z-control-head h2 { margin: 2px 0 0; font-size: 1.4rem; letter-spacing: -.035em; }
.z-running { padding: 5px 9px; color: #7d5b0a; border-radius: 999px; background: #fff0bb; font-size: .56rem; font-weight: 850; text-transform: uppercase; }
.z-attendance-board { position: relative; z-index: 1; padding: 20px; display: grid; grid-template-columns: 126px 1fr; align-items: center; gap: 24px; border-radius: 19px; background: var(--z-night); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.z-attendance-dial { width: 108px; height: 108px; padding: 8px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--z-aqua) 0 100%, #20394b 0); }
.z-attendance-dial > div { width: 100%; height: 100%; display: grid; place-content: center; color: #fff; border-radius: 50%; background: var(--z-night); text-align: center; }
.z-attendance-dial strong { display: block; font-size: 2.1rem; line-height: 1; }
.z-attendance-dial span { color: #8da8b5; font-size: .57rem; }
.z-complete-copy { display: flex; align-items: center; gap: 14px; color: #fff; }
.z-check-mark { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; color: #03251f; border-radius: 50%; background: var(--z-aqua); font-weight: 900; }
.z-complete-copy strong { font-size: 1rem; }
.z-complete-copy p { margin: 3px 0 0; color: #93acb7; font-size: .67rem; }
.z-recent-head { margin: 21px 0 8px; display: flex; justify-content: space-between; color: #77898d; font-size: .6rem; font-weight: 720; }
.z-person-row { padding: 9px 3px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; border-top: 1px solid #e2eae8; }
.z-person-row > b { width: 31px; height: 31px; display: grid; place-items: center; color: #087462; border-radius: 10px; background: #dff5ee; font-size: .57rem; }
.z-person-row > span { display: grid; }
.z-person-row strong { font-size: .68rem; }
.z-person-row small, .z-person-row time { color: #7e8f92; font-size: .55rem; }
.z-control-action { margin-top: 12px; padding: 11px 14px; display: flex; justify-content: space-between; gap: 10px; color: #63777a; border-radius: 10px; background: #edf3f1; font-size: .6rem; }
.z-control-action b { color: #087665; }
.z-app-float { position: absolute; right: -24px; bottom: -34px; z-index: 3; min-width: 205px; padding: 12px; display: flex; align-items: center; gap: 12px; color: #173138; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: 0 24px 55px rgba(0,0,0,.28); transform: rotate(-2deg); }
.z-app-float img { border-radius: 13px; box-shadow: 0 7px 18px rgba(4,27,45,.18); }
.z-app-float span { display: grid; }
.z-app-float b { font-size: .74rem; }
.z-app-float small { color: #74868a; font-size: .62rem; }

.z-context { color: #c7d6d9; background: #031320; border-top: 1px solid rgba(255,255,255,.07); }
.z-context-line { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.z-context-label { color: var(--z-lime); font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.z-context p { margin: 0; color: #7f9aa5; font-size: .8rem; font-weight: 680; letter-spacing: .03em; }

.z-friction { background: var(--z-warm); }
.z-friction-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 100px; }
.z-friction-copy h2, .z-day h2, .z-live-copy h2, .z-dispatch h2, .z-system h2, .z-trust h2, .z-final h2 { margin: 14px 0 20px; font-size: clamp(2.5rem, 4.6vw, 4.4rem); line-height: 1.02; letter-spacing: -.06em; }
.z-friction-copy p, .z-day-intro p, .z-live-copy > p, .z-dispatch-copy > p, .z-trust p { color: #5d7072; font-size: 1.04rem; line-height: 1.75; }
.z-paper-trail { position: relative; min-height: 440px; padding: 52px 42px 35px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #d8d4c9; border-radius: 30px; background: #fbfaf6; box-shadow: 0 28px 70px rgba(48,45,34,.09); }
.z-paper-stack { position: relative; width: min(360px, 85%); min-height: 175px; margin: 0 auto; }
.z-paper-stack > span, .z-paper-stack > div { position: absolute; inset: 0; border: 1px solid #d8d7d1; border-radius: 5px; background: #fff; box-shadow: 0 8px 24px rgba(53,52,44,.08); }
.z-paper-stack > span:nth-child(1) { transform: rotate(-5deg) translate(-13px, 4px); }
.z-paper-stack > span:nth-child(2) { transform: rotate(4deg) translate(12px, 2px); }
.z-paper-stack > span:nth-child(3) { transform: rotate(-1deg) translate(-2px, -2px); }
.z-paper-stack > div { padding: 26px 31px; display: grid; align-content: center; gap: 9px; }
.z-paper-stack i { color: #90908b; font-size: .62rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.z-paper-stack b { color: #263c40; font-size: 1.05rem; }
.z-paper-stack em { color: #ad594a; font-size: .7rem; font-style: normal; }
.z-trail { margin: 20px 0; display: flex; align-items: center; justify-content: center; gap: 9px; color: #768082; font-size: .61rem; font-weight: 750; }
.z-trail i { width: 14px; height: 1px; background: #b9c0bf; }
.z-resolution { padding: 15px; display: flex; align-items: center; gap: 16px; color: #fff; border-radius: 18px; background: var(--z-night); }
.z-resolution img { border-radius: 15px; }
.z-resolution div { display: grid; }
.z-resolution strong { font-size: .87rem; }
.z-resolution p { margin: 2px 0 0; color: #9db2bc; font-size: .67rem; }

.z-day { background: #fff; }
.z-day-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 110px; }
.z-day-intro { position: sticky; top: 130px; }
.z-day-intro .text-link { display: inline-block; margin-top: 16px; }
.z-journey { margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.z-journey li { position: relative; min-height: 180px; padding: 0 0 46px 145px; display: grid; }
.z-journey li::before { content: ""; position: absolute; top: 9px; bottom: -9px; left: 116px; width: 1px; background: #d8e2df; }
.z-journey li:last-child::before { bottom: 95px; }
.z-journey li::after { content: ""; position: absolute; top: 8px; left: 110px; width: 13px; height: 13px; border: 3px solid #fff; border-radius: 50%; background: #89a09e; box-shadow: 0 0 0 1px #89a09e; }
.z-journey .is-highlighted::after { background: var(--z-aqua); box-shadow: 0 0 0 1px var(--z-aqua), 0 0 0 8px rgba(8,201,169,.12); }
.z-time { position: absolute; top: 3px; left: 0; width: 90px; color: #718486; font-size: .65rem; font-weight: 780; text-align: right; }
.z-journey li > div { padding-bottom: 28px; border-bottom: 1px solid #e1e8e6; }
.z-journey small { color: #0a8c78; font-size: .66rem; font-weight: 850; letter-spacing: .1em; }
.z-journey h3 { margin: 9px 0 8px; font-size: 1.45rem; letter-spacing: -.03em; }
.z-journey p { max-width: 570px; margin: 0; color: #617476; font-size: .92rem; }

.z-live-moment { overflow: hidden; color: #fff; background: var(--z-night); }
.z-live-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 120px; }
.z-phone-scene { position: relative; min-height: 620px; display: grid; place-items: center; }
.z-phone-shadow { position: absolute; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle, rgba(8,201,169,.2), rgba(8,201,169,.03) 48%, transparent 70%); }
.z-phone { position: relative; z-index: 1; width: 286px; height: 570px; padding: 20px 24px 24px; display: flex; flex-direction: column; align-items: center; color: #142e35; border: 9px solid #020d16; border-radius: 48px; background: #f7faf9; box-shadow: 0 45px 90px rgba(0,0,0,.48); transform: rotate(-3deg); }
.z-phone-top { width: 100%; margin-bottom: 28px; display: flex; align-items: center; justify-content: space-between; font-size: .66rem; font-weight: 800; }
.z-phone-top i { width: 80px; height: 22px; margin-right: 58px; border-radius: 999px; background: #020d16; }
.z-phone > img { border-radius: 12px; box-shadow: 0 7px 17px rgba(5,25,41,.18); }
.z-phone > small { margin-top: 22px; color: #748689; font-size: .65rem; }
.z-phone h3 { margin: 5px 0 25px; font-size: 1.45rem; letter-spacing: -.04em; }
.z-mobile-count { width: 150px; height: 150px; display: flex; align-items: baseline; justify-content: center; color: #fff; border: 13px solid #baf4e6; border-radius: 50%; background: #078b76; box-shadow: 0 14px 32px rgba(7,139,118,.22); }
.z-mobile-count strong { margin-top: 42px; font-size: 3rem; line-height: 1; }
.z-mobile-count span { font-size: .85rem; }
.z-mobile-complete { margin-top: 20px; color: #08725f; font-size: .82rem; font-weight: 830; }
.z-phone-action { width: 100%; min-height: 48px; margin-top: auto; display: grid; place-items: center; color: #fff; border-radius: 13px; background: #09283b; font-weight: 780; }
.z-scan-bubble { position: absolute; right: 4%; bottom: 75px; z-index: 2; min-width: 205px; padding: 15px 17px 15px 52px; display: grid; color: #173238; border-radius: 16px; background: #fff; box-shadow: 0 24px 55px rgba(0,0,0,.35); }
.z-scan-bubble > span { position: absolute; left: 14px; top: 17px; width: 28px; height: 28px; display: grid; place-items: center; color: #065d50; border-radius: 50%; background: #d5f4eb; font-size: .49rem; font-weight: 850; text-transform: uppercase; }
.z-scan-bubble b { font-size: .73rem; }
.z-scan-bubble small { color: #798a8d; font-size: .61rem; }
.z-live-copy .z-kicker { color: #54dfc4; }
.z-live-copy p { color: #acc1c9; }
.z-proof-line { margin: 32px 0; padding: 22px 0; display: flex; align-items: center; gap: 23px; border-block: 1px solid rgba(255,255,255,.12); }
.z-proof-line strong { color: var(--z-lime); font-size: 2rem; letter-spacing: -.04em; }
.z-proof-line span { max-width: 280px; color: #b7cbd2; font-size: .78rem; }
.z-live-copy .text-link { color: #58e0c6; }

.z-dispatch { background: #eef5f2; }
.z-dispatch-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 95px; }
.z-dispatch-copy .button { margin-top: 15px; }
.z-dispatch-panel { overflow: hidden; color: #183138; border: 1px solid #cfddda; border-radius: 25px; background: #fff; box-shadow: 0 30px 80px rgba(20,61,57,.13); }
.z-panel-head { padding: 24px 26px 21px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; border-bottom: 1px solid #dce5e3; }
.z-panel-head > div { display: grid; }
.z-panel-head small { color: #76898c; font-size: .62rem; }
.z-panel-head strong { font-size: 1.18rem; }
.z-panel-head > span { padding: 5px 9px; color: #08705f; border-radius: 999px; background: #dff4ed; font-size: .57rem; font-weight: 800; }
.z-selection-bar { padding: 11px 26px; display: flex; gap: 8px; background: #f5f8f7; }
.z-selection-bar > span { padding: 6px 9px; color: #637578; border-radius: 7px; font-size: .58rem; font-weight: 750; }
.z-selection-bar > span.active { color: #fff; background: #0b3340; }
.z-participant-preview { padding: 12px 26px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 11px; border-top: 1px solid #e3e9e7; }
.z-participant-preview > i { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; border: 1px solid #08a78e; border-radius: 6px; background: #08a78e; font-size: .65rem; font-style: normal; }
.z-participant-preview > span { display: grid; }
.z-participant-preview b { font-size: .68rem; }
.z-participant-preview small, .z-participant-preview em { color: #829194; font-size: .54rem; font-style: normal; }
.z-participant-preview em { color: #08705f; }
.z-participant-preview.muted-row { opacity: .55; }
.z-participant-preview.muted-row > i { background: transparent; border-color: #9dacab; }
.z-recipient-box { margin: 13px 18px; padding: 17px 18px; border-radius: 15px; background: #eff6f3; }
.z-recipient-box p { margin: 0 0 12px; display: flex; justify-content: space-between; gap: 15px; font-size: .65rem; }
.z-recipient-box p span { color: #77898c; font-size: .54rem; }
.z-recipient-box > div { min-height: 30px; display: grid; grid-template-columns: 23px 1fr auto; align-items: center; gap: 8px; border-top: 1px solid #d6e3df; font-size: .61rem; }
.z-recipient-box .is-on { width: 17px; height: 17px; display: grid; place-items: center; color: #fff; border-radius: 5px; background: #078b76; font-size: .48rem; }
.z-recipient-box small { color: #718486; font-size: .53rem; }
.z-panel-submit { padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #75878a; border-top: 1px solid #dce5e3; font-size: .57rem; }
.z-panel-submit > b { min-height: 37px; padding: 8px 13px; display: grid; place-items: center; color: #fff; border-radius: 9px; background: #078b76; font-size: .59rem; font-weight: 790; }

.z-system { color: #fff; background: #061a2d; }
.z-system-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 100px; }
.z-system .z-kicker { color: #57dfc5; }
.z-system h2 { max-width: 530px; }
.z-feature-ledger { border-top: 1px solid rgba(255,255,255,.14); }
.z-feature-ledger a { position: relative; padding: 30px 58px 30px 12px; display: grid; grid-template-columns: minmax(155px, 180px) minmax(0, 1fr); column-gap: clamp(28px, 3vw, 52px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; transition: padding-left .18s ease, background .18s ease; }
.z-feature-ledger a:hover { padding-left: 20px; background: rgba(255,255,255,.035); }
.z-feature-ledger span { max-width: 155px; grid-row: 1 / 3; color: #5bdcc3; font-size: .6rem; font-weight: 820; line-height: 1.55; letter-spacing: .08em; overflow-wrap: anywhere; text-transform: uppercase; }
.z-feature-ledger strong { min-width: 0; font-size: 1.12rem; line-height: 1.3; overflow-wrap: anywhere; }
.z-feature-ledger p { min-width: 0; margin: 9px 0 0; color: #93abb5; font-size: .75rem; }
.z-feature-ledger b { position: absolute; top: 31px; right: 14px; color: #5bdcc3; }

.z-customer-trust { color: #183338; background: #f0ede5; }
.z-customer-trust-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 95px; }
.z-customer-trust-head h2 { max-width: 830px; margin: 14px 0 0; font-size: clamp(2.8rem, 5.2vw, 5rem); line-height: .98; letter-spacing: -.065em; }
.z-customer-trust-head > p { max-width: 480px; margin: 0 0 6px; color: #5b6d6e; font-size: 1rem; line-height: 1.75; }
.z-use-case-proof { overflow: hidden; margin-top: 70px; display: grid; grid-template-columns: .76fr 1.24fr; color: #fff; border: 1px solid rgba(255,255,255,.08); border-radius: 31px; background: #061a2d; box-shadow: 0 36px 90px rgba(25,49,47,.18); }
.z-use-case-story { padding: 50px; border-right: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at 0 0, rgba(8,201,169,.17), transparent 44%); }
.z-use-case-label { color: #5ce1c6; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.z-use-case-story h3 { margin: 22px 0 24px; color: #fff; font-size: clamp(2.7rem, 4.7vw, 4.5rem); line-height: .94; letter-spacing: -.065em; }
.z-use-case-story p { max-width: 440px; margin: 0; color: #a9bec6; font-size: .9rem; line-height: 1.75; }
.z-use-case-outcome { padding: 38px 42px; background: radial-gradient(circle at 100% 0, rgba(216,243,106,.09), transparent 42%); }
.z-use-case-status { min-height: 76px; padding-bottom: 19px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid rgba(255,255,255,.14); }
.z-use-case-status > span { display: inline-flex; align-items: center; gap: 10px; color: #bbced4; font-size: .66rem; font-weight: 760; }
.z-use-case-status i { width: 8px; height: 8px; border-radius: 50%; background: #5ce1c6; box-shadow: 0 0 0 6px rgba(92,225,198,.11); }
.z-use-case-status > b { color: #d8f36a; font-size: 2.1rem; letter-spacing: -.05em; }
.z-use-case-outcome ol { margin: 0; padding: 7px 0 0; list-style: none; }
.z-use-case-outcome li { min-height: 76px; display: grid; grid-template-columns: 105px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.z-use-case-outcome li > span { color: #78929c; font-size: .59rem; font-weight: 760; }
.z-use-case-outcome li > strong { color: #d7e1e4; font-size: .78rem; }
.z-use-case-outcome li > b { min-width: 38px; padding: 5px 7px; color: #07392f; border-radius: 8px; background: #60dfc5; font-size: .58rem; text-align: center; }
.z-case-ledger { margin: 0; padding: 7px 0 0; }
.z-case-ledger > div { min-height: 68px; display: grid; grid-template-columns: 105px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.z-case-ledger dt { color: #78929c; font-size: .59rem; font-weight: 760; }
.z-case-ledger dd { margin: 0; color: #d7e1e4; font-size: .78rem; font-weight: 700; }
.z-case-ledger b { min-width: 38px; padding: 5px 7px; color: #07392f; border-radius: 5px; background: #60dfc5; font-size: .58rem; text-align: center; }
.z-use-case-outcome > p { margin: 22px 0 0; color: #d8f36a; font-size: .76rem; font-weight: 780; }
.z-provider-profiles { overflow: hidden; margin-top: 72px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid #d1cec5; border-radius: 27px; background: #d1cec5; }
.z-provider-profiles article { min-height: 390px; padding: 36px; display: flex; flex-direction: column; background: #faf8f3; transition: background .2s ease; }
.z-provider-profiles article:hover { background: #fff; }
.z-provider-profile-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #657778; font-size: .63rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.z-provider-profile-head b { color: #078a75; font-size: .6rem; }
.z-provider-profiles blockquote { max-width: 520px; margin: 38px 0 31px; color: #183338; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.2vw, 1.75rem); font-weight: 500; line-height: 1.42; letter-spacing: -.025em; }
.z-provider-profiles article > p { margin: auto 0 24px; color: #637476; font-size: .78rem; line-height: 1.65; }
.z-provider-profiles article > p span { display: block; margin-bottom: 5px; color: #09806d; font-size: .57rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.z-provider-profiles article > a { width: fit-content; color: #14383b; border-bottom: 1px solid #9eafac; font-size: .73rem; font-weight: 790; text-decoration: none; }
.z-provider-profiles article > a:hover { color: #07816e; border-color: #07816e; }
.z-trust-disclaimer { margin-top: 24px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 45px; border-top: 1px solid #cfcac0; }
.z-trust-disclaimer p { max-width: 750px; margin: 0; color: #6e7d7d; font-size: .66rem; line-height: 1.65; }
.z-trust-disclaimer strong { color: #405657; }
.z-trust-disclaimer a { flex: 0 0 auto; color: #096f60; font-size: .72rem; font-weight: 790; text-decoration: none; }
.z-trust-disclaimer a:hover { text-decoration: underline; }

.z-trust { background: #fff; }
.z-trust-grid { max-width: 980px; display: grid; grid-template-columns: 200px 1fr; align-items: center; gap: 80px; }
.z-trust-grid > img { width: 170px; height: 170px; border-radius: 39px; box-shadow: 0 28px 65px rgba(5,34,54,.2); }
.z-trust h2 { font-size: clamp(2.4rem, 4.3vw, 4rem); }

.z-final { padding: 100px 0; color: #fff; background: linear-gradient(120deg, #078b76, #075c64 62%, #072c43); }
.z-final-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 110px; }
.z-final .z-kicker { color: #bdf9e8; }
.z-final h2 { margin-bottom: 0; }
.z-final p { margin: 0 0 25px; color: #d1e7e7; font-size: 1rem; line-height: 1.7; }
.z-mobile-cta { display: none; }

.z-motion [data-reveal] { opacity: 0; transform: translate3d(0, 34px, 0); transition: opacity .72s ease, transform .82s cubic-bezier(.2,.75,.2,1); transition-delay: calc(var(--reveal-order, 0) * 55ms); }
.z-motion [data-reveal].is-revealed { opacity: 1; transform: translate3d(0, 0, 0); }

@media (max-width: 1050px) {
  .z-hero-grid { grid-template-columns: 1fr; padding-block: 72px 95px; text-align: center; }
  .z-hero-copy { max-width: 820px; margin-inline: auto; }
  .z-hero-brand, .z-hero-actions { justify-content: center; }
  .z-hero-brand { margin-inline: auto; transform-origin: center; text-align: left; }
  .z-hero-copy > p, .z-hero-note { margin-inline: auto; }
  .z-control-stage { width: min(690px, 92%); margin-inline: auto; }
  .z-friction-grid, .z-live-grid, .z-dispatch-grid { grid-template-columns: 1fr; gap: 65px; }
  .z-customer-trust-head { grid-template-columns: 1fr; gap: 28px; }
  .z-customer-trust-head > p { max-width: 700px; }
  .z-use-case-proof { grid-template-columns: 1fr; }
  .z-use-case-story { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .z-friction-copy, .z-dispatch-copy { max-width: 760px; }
  .z-paper-trail, .z-dispatch-panel { width: min(760px, 100%); margin-inline: auto; }
  .z-day-grid, .z-system-grid { gap: 60px; }
  .z-live-copy { max-width: 700px; order: -1; }
}

@media (max-width: 760px) {
  .z-hero { min-height: auto; }
  .z-hero-grid { min-height: auto; padding-block: 56px 82px; gap: 50px; }
  .z-hero-brand { gap: 20px; }
  .z-hero-icon-wrap, .z-hero-icon-wrap img { width: 94px; height: 94px; }
  .z-hero-icon-wrap { flex-basis: 94px; }
  .z-hero-icon-wrap img { border-radius: 23px; }
  .z-hero-brand > span strong { font-size: 1.18rem; }
  .z-hero h1 { margin-top: 26px; font-size: clamp(3rem, 15vw, 4.6rem); }
  .z-hero-actions .z-text-button { justify-content: center; width: 100%; }
  .z-control-stage { width: 100%; }
  .z-control-room { padding-inline: 18px; border-radius: 21px; transform: none; }
  .z-control-top { margin-inline: -18px; grid-template-columns: auto 1fr; }
  .z-control-top > span:nth-child(2) { text-align: right; }
  .z-control-top time { display: none; }
  .z-control-head { align-items: start; }
  .z-control-head h2 { font-size: 1.08rem; }
  .z-attendance-board { grid-template-columns: 92px 1fr; gap: 13px; padding: 14px; }
  .z-attendance-dial { width: 82px; height: 82px; }
  .z-attendance-dial strong { font-size: 1.6rem; }
  .z-check-mark { display: none; }
  .z-control-action { display: grid; }
  .z-app-float { right: 5px; bottom: -47px; }
  .z-context-line { padding-block: 20px; align-items: flex-start; flex-direction: column; gap: 7px; }
  .z-context p { line-height: 1.8; }
  .z-friction-grid { gap: 42px; }
  .z-paper-trail { min-height: 395px; padding: 43px 18px 20px; }
  .z-paper-stack { width: 85%; }
  .z-trail { flex-wrap: wrap; }
  .z-day-grid { grid-template-columns: 1fr; gap: 50px; }
  .z-day-intro { position: static; }
  .z-journey li { min-height: 170px; padding-left: 110px; }
  .z-journey li::before { left: 87px; }
  .z-journey li::after { left: 81px; }
  .z-time { width: 66px; }
  .z-live-grid { gap: 30px; }
  .z-phone-scene { min-height: 590px; }
  .z-scan-bubble { right: 0; }
  .z-proof-line { align-items: flex-start; flex-direction: column; gap: 6px; }
  .z-dispatch-grid { gap: 45px; }
  .z-panel-head, .z-panel-submit { align-items: flex-start; flex-direction: column; }
  .z-recipient-box p { flex-direction: column; gap: 2px; }
  .z-recipient-box > div { grid-template-columns: 23px 1fr; padding-block: 7px; }
  .z-recipient-box > div small { grid-column: 2; }
  .z-system-grid, .z-trust-grid, .z-final-grid { grid-template-columns: 1fr; gap: 45px; }
  .z-feature-ledger a { padding: 26px 48px 26px 4px; grid-template-columns: 1fr; gap: 8px; }
  .z-feature-ledger a:hover { padding-left: 10px; }
  .z-feature-ledger span { max-width: none; grid-row: auto; }
  .z-feature-ledger b { top: 27px; right: 10px; }
  .z-customer-trust-head h2 { font-size: clamp(2.65rem, 12vw, 4.2rem); }
  .z-use-case-proof { margin-top: 48px; border-radius: 23px; }
  .z-use-case-story, .z-use-case-outcome { padding: 31px 22px; }
  .z-use-case-outcome li { grid-template-columns: 78px 1fr auto; gap: 10px; }
  .z-case-ledger > div { grid-template-columns: 78px 1fr auto; gap: 10px; }
  .z-provider-profiles { margin-top: 48px; grid-template-columns: 1fr; border-radius: 21px; }
  .z-provider-profiles article { min-height: 355px; padding: 29px 23px; }
  .z-provider-profiles blockquote { margin-block: 30px 25px; font-size: 1.42rem; }
  .z-trust-disclaimer { align-items: flex-start; flex-direction: column; gap: 16px; }
  .z-trust-grid { text-align: left; }
  .z-trust-grid > img { width: 110px; height: 110px; border-radius: 26px; }
  .z-final { padding: 75px 0; }
  .z-mobile-cta { position: fixed; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; z-index: 24; min-height: 68px; padding: 10px 10px 10px 15px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(6,26,45,.96); box-shadow: 0 20px 50px rgba(2,18,30,.32); backdrop-filter: blur(16px); opacity: 0; pointer-events: none; transform: translateY(calc(100% + 28px)); transition: opacity .22s ease, transform .28s cubic-bezier(.2,.75,.2,1); }
  .z-mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .z-mobile-cta > span { min-width: 0; display: grid; line-height: 1.2; }
  .z-mobile-cta small { overflow: hidden; color: #8eaab3; font-size: .54rem; font-weight: 740; letter-spacing: .04em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
  .z-mobile-cta strong { overflow: hidden; margin-top: 3px; font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
  .z-mobile-cta > a { min-height: 46px; padding: 10px 14px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; color: #063b33; border-radius: 12px; background: #68e2ca; font-size: .7rem; font-weight: 830; text-decoration: none; }
  .z-home.has-mobile-cta .back-to-top { bottom: calc(94px + env(safe-area-inset-bottom)); }
}

@media (max-width: 430px) {
  .z-hero-brand { gap: 17px; }
  .z-hero-icon-wrap, .z-hero-icon-wrap img { width: 82px; height: 82px; }
  .z-hero-icon-wrap { flex-basis: 82px; }
  .z-hero-brand > span { font-size: .59rem; }
  .z-hero-brand > span strong { font-size: 1.05rem; }
  .z-control-room { padding-bottom: 22px; }
  .z-control-head .z-running { display: none; }
  .z-recent-head, .z-person-row { display: none; }
  .z-control-action { margin-top: 13px; }
  .z-app-float { min-width: 185px; }
  .z-paper-stack { width: 92%; }
  .z-resolution { align-items: flex-start; }
  .z-resolution img { width: 48px; height: 48px; }
  .z-journey li { padding-left: 86px; }
  .z-journey li::before { left: 69px; }
  .z-journey li::after { left: 63px; }
  .z-time { width: 52px; font-size: .58rem; }
  .z-phone { width: 270px; }
  .z-scan-bubble { min-width: 185px; }
  .z-participant-preview { padding-inline: 16px; }
  .z-participant-preview em { display: none; }
  .z-mobile-cta > span { max-width: 145px; }
}

@media (prefers-reduced-motion: reduce) {
  .z-hero-brand, .z-control-stage, .z-icon-orbit, .z-icon-glow, .z-motion [data-reveal], .z-mobile-cta { transform: none !important; transition: none !important; }
}

/* Shared public-site experience */
.site-header { transition: min-height .2s ease, background .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 12px 34px rgba(5,31,42,.08); }
.site-scroll-progress { position: absolute; inset: auto auto -1px 0; z-index: 2; width: 100%; height: 2px; pointer-events: none; transform: scaleX(var(--site-progress, 0)); transform-origin: left; background: linear-gradient(90deg, var(--brand), #0bd0ad); }
.desktop-nav a { position: relative; padding-block: 7px; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--brand); transition: transform .18s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a.is-active { color: var(--brand-dark); }
.mobile-nav summary { min-width: 88px; padding: 9px 13px; color: #17363a; border: 1px solid var(--line); border-radius: 10px; text-align: center; }
.mobile-nav[open] summary { color: var(--brand-dark); background: var(--soft); }
.mobile-nav a.is-active { color: var(--brand-dark); border-radius: 8px; background: var(--soft); }
.footer-platforms { display: inline-flex; margin-top: 8px; padding: 5px 9px; color: #8edbc8; border: 1px solid rgba(142,219,200,.24); border-radius: 999px; font-size: .65rem; font-weight: 760; letter-spacing: .04em; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 25; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; background: #09283b; box-shadow: 0 16px 38px rgba(4,25,38,.24); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.back-to-top:hover { background: var(--brand); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.breadcrumbs { margin-bottom: 44px; display: flex; align-items: center; gap: 10px; color: #6b7f82; font-size: .72rem; font-weight: 680; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--brand); text-decoration: underline; }
.breadcrumbs-light { color: #91aab5; }
.breadcrumbs-light a:hover { color: #62e4ca; }
.interior-hero { overflow: hidden; padding: 35px 0 105px; }
.interior-hero h1 { margin: 16px 0 24px; font-size: clamp(3rem, 6.2vw, 5.9rem); line-height: .96; letter-spacing: -.065em; }
.interior-hero .eyebrow { color: #5ee0c6; }
.site-motion [data-site-reveal] { opacity: 0; transform: translate3d(0, 28px, 0); transition: opacity .65s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.site-motion [data-site-reveal].is-revealed { opacity: 1; transform: none; }

/* Product detail pages */
.product-interior-hero { position: relative; color: #fff; background: radial-gradient(circle at 90% 15%, rgba(8,201,169,.16), transparent 35%), linear-gradient(130deg, #041320, #08283a 63%, #073d43); }
.product-interior-hero::before { content: ""; position: absolute; top: 20%; right: -130px; width: 420px; height: 420px; border: 1px solid rgba(100,226,202,.16); border-radius: 50%; box-shadow: 0 0 0 65px rgba(100,226,202,.025), 0 0 0 130px rgba(100,226,202,.018); }
.product-hero-grid { position: relative; display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 100px; }
.product-hero-copy > p { max-width: 690px; margin: 0 0 32px; color: #abc0c8; font-size: 1.08rem; line-height: 1.75; }
.product-map { position: relative; padding: 0 27px 22px; color: #173238; border: 1px solid rgba(255,255,255,.36); border-radius: 25px; background: rgba(249,252,251,.97); box-shadow: 0 40px 95px rgba(0,0,0,.34); transform: rotate(1.2deg); }
.product-map-head { min-height: 58px; margin-inline: -27px; padding: 0 23px; display: flex; align-items: center; justify-content: space-between; color: #6e8285; border-bottom: 1px solid #dce6e4; font-size: .65rem; font-weight: 760; }
.product-map-head b { padding: 4px 8px; color: #08725f; border-radius: 999px; background: #dbf4ec; font-size: .56rem; text-transform: uppercase; }
.product-map ol { margin: 0; padding: 18px 0 4px; list-style: none; }
.product-map li { min-height: 68px; padding: 10px 3px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 13px; border-bottom: 1px solid #e0e8e6; }
.product-map li > span { color: #7c8d90; font-size: .58rem; font-weight: 820; }
.product-map li > div { display: grid; }
.product-map li small { color: #718487; font-size: .57rem; }
.product-map li strong { font-size: .8rem; }
.product-map li i { min-width: 40px; padding: 5px 7px; color: #087562; border-radius: 7px; background: #e1f3ed; font-size: .58rem; font-style: normal; font-weight: 840; text-align: center; }
.product-map li.is-current { margin-inline: -11px; padding-inline: 14px; border: 0; border-radius: 12px; background: #092b3c; }
.product-map li.is-current span, .product-map li.is-current small { color: #8ca7b1; }
.product-map li.is-current strong { color: #fff; }
.product-map li.is-current i { color: #05352e; background: #63dfc6; }
.product-map-foot { padding-top: 17px; display: flex; justify-content: space-between; color: #728588; font-size: .56rem; font-weight: 730; }
.product-capabilities { background: #fff; }
.product-capabilities-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 100px; }
.product-capabilities-intro { position: sticky; top: 125px; }
.product-capabilities-intro h2, .related-grid h2 { margin: 14px 0 20px; font-size: clamp(2.4rem, 4.3vw, 4.1rem); line-height: 1.03; letter-spacing: -.055em; }
.product-capabilities-intro p { color: var(--muted); }
.capability-ledger { border-top: 1px solid #cfddda; }
.capability-ledger article { position: relative; min-height: 137px; padding: 27px 45px 27px 0; display: grid; grid-template-columns: 55px 1fr; gap: 18px; border-bottom: 1px solid #cfddda; }
.capability-ledger article > span { padding-top: 4px; color: #0a8a76; font-size: .64rem; font-weight: 850; letter-spacing: .08em; }
.capability-ledger h3 { margin: 0 0 7px; font-size: 1.24rem; letter-spacing: -.025em; }
.capability-ledger p { max-width: 620px; margin: 0; color: var(--muted); font-size: .9rem; }
.capability-ledger i { position: absolute; top: 29px; right: 7px; color: #0b8d77; font-style: normal; }
.search-context-section { color: #173338; background: #f0ede5; }
.search-context-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 105px; }
.search-context-grid h2 { max-width: 650px; margin: 14px 0 0; font-size: clamp(2.5rem, 4.6vw, 4.4rem); line-height: 1.01; letter-spacing: -.06em; }
.search-context-copy { max-width: 660px; padding-top: 7px; }
.search-context-copy p { margin: 0; color: #586d6e; font-size: 1rem; line-height: 1.78; }
.search-context-copy p + p { margin-top: 19px; }
.search-context-copy .text-link { display: inline-flex; margin-top: 30px; }
.workflow-band { padding: 86px 0; color: #fff; background: #061a2d; }
.workflow-band-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: end; gap: 90px; }
.workflow-band h2 { margin: 14px 0 0; font-size: clamp(2.3rem, 4.1vw, 3.8rem); line-height: 1.05; letter-spacing: -.055em; }
.workflow-band .eyebrow { color: #56dfc4; }
.workflow-band ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.workflow-band li { position: relative; padding: 30px 5px 0 0; color: #b6c9cf; font-size: .66rem; font-weight: 720; }
.workflow-band li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: #5bdcc3; box-shadow: 0 0 0 6px rgba(91,220,195,.1); }
.workflow-band li span { display: block; margin-bottom: 7px; color: #5bdcc3; font-size: .56rem; }
.related-section { background: #f4f7f5; }
.related-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.related-links { border-top: 1px solid #cddad7; }
.related-links a { min-height: 80px; padding: 19px 4px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #cddad7; font-size: 1.02rem; font-weight: 770; text-decoration: none; }
.related-links a:hover { color: var(--brand-dark); }
.related-links b { color: var(--brand); transition: transform .18s ease; }
.related-links a:hover b { transform: translateX(5px); }
.product-final { padding-block: 88px; }

/* Contact */
.contact-hero { padding-bottom: 90px; color: #fff; background: radial-gradient(circle at 87% 28%, rgba(8,201,169,.18), transparent 31%), #061a2d; }
.contact-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 110px; }
.contact-hero h1 { max-width: 790px; }
.contact-hero-grid > div > p { max-width: 690px; margin: 0; color: #abc0c8; font-size: 1.05rem; }
.contact-promise { padding: 27px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.045); }
.contact-promise > span { color: #6ce5cc; font-size: .62rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-promise ol { margin: 16px 0 0; padding: 0; list-style: none; }
.contact-promise li { padding: 14px 0; display: grid; grid-template-columns: 35px 1fr; gap: 12px; color: #c2d2d7; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.contact-promise li b { color: #5de0c6; font-size: .58rem; }
.contact-section { background: #f3f7f5; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 95px; }
.contact-copy { position: sticky; top: 125px; }
.contact-copy h2 { margin: 15px 0 18px; font-size: clamp(2.4rem, 4.5vw, 4.2rem); line-height: 1.02; letter-spacing: -.055em; }
.contact-copy > p { color: var(--muted); }
.contact-facts { margin: 40px 0 0; border-top: 1px solid #cddbd8; }
.contact-facts > div { padding: 16px 0; display: grid; grid-template-columns: 105px 1fr; gap: 15px; border-bottom: 1px solid #cddbd8; }
.contact-facts dt { color: #788a8c; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.contact-facts dd { margin: 0; font-size: .82rem; font-weight: 710; }
.contact-facts a { color: var(--brand-dark); }
.public-form { position: relative; padding: 38px; border: 1px solid #cfddda; border-radius: 25px; background: #fff; box-shadow: 0 28px 75px rgba(18,59,55,.1); }
.form-heading { margin-bottom: 27px; padding-bottom: 20px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-bottom: 1px solid #dce6e4; }
.form-heading > span { font-size: 1.22rem; font-weight: 820; }
.form-heading p { margin: 0; color: #7a8d8f; font-size: .67rem; }
.form-heading b, .public-field label span, .privacy-consent label > span { color: #b14d40; }
.public-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.public-field { display: grid; gap: 7px; }
.public-field-wide { grid-column: 1 / -1; }
.public-field label { color: #365053; font-size: .72rem; font-weight: 780; }
.public-field input, .public-field select, .public-field textarea { width: 100%; min-height: 49px; padding: 11px 13px; color: #153236; border: 1px solid #bdcfcb; border-radius: 10px; background: #fbfcfc; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.public-field textarea { min-height: 145px; resize: vertical; }
.public-field input:focus, .public-field select:focus, .public-field textarea:focus { outline: 0; border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(7,138,117,.11); }
.field-hint { color: #7a8c8e; font-size: .63rem; }
.field-error { margin: 0; color: #a23f34; font-size: .68rem; font-weight: 670; }
.form-alert { margin-bottom: 22px; padding: 14px 16px; color: #8d372f; border: 1px solid #e2aba4; border-radius: 10px; background: #fff1ef; font-size: .77rem; }
.form-alert p { margin: 0; }
.public-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.privacy-consent { margin-top: 23px; display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; }
.privacy-consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--brand); }
.privacy-consent label { color: #52676a; font-size: .69rem; }
.privacy-consent a { color: var(--brand-dark); font-weight: 750; }
.public-form-submit { margin-top: 25px; border: 0; cursor: pointer; }
.form-footnote { margin: 12px 0 0; color: #7b8d8f; font-size: .62rem; }

/* Pricing */
.pricing-hero { color: #fff; background: radial-gradient(circle at 80% 30%, rgba(216,243,106,.12), transparent 32%), linear-gradient(128deg, #061a2d, #09383e); }
.pricing-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 105px; }
.pricing-hero-grid h1 { margin-bottom: 0; }
.pricing-hero-grid > div:last-child p { margin: 0 0 28px; color: #b1c5ca; font-size: 1.04rem; line-height: 1.75; }
.pilot-section { background: #f4f7f5; }
.pilot-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 70px; }
.pilot-offer { padding: 44px; border: 1px solid #cbdad7; border-radius: 27px; background: #fff; box-shadow: 0 28px 75px rgba(16,57,53,.1); }
.pilot-offer-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #667a7d; font-size: .67rem; }
.pilot-offer-head b { padding: 6px 10px; color: #096b5c; border-radius: 999px; background: #dcf4ec; font-size: .6rem; text-transform: uppercase; }
.pilot-offer h2 { max-width: 760px; margin: 28px 0 17px; font-size: clamp(2.5rem, 4.6vw, 4.4rem); line-height: 1.01; letter-spacing: -.06em; }
.pilot-offer > p { max-width: 680px; color: var(--muted); }
.pilot-ledger { margin: 34px 0; border-top: 1px solid #d3dfdc; }
.pilot-ledger > div { padding: 18px 0; display: grid; grid-template-columns: 120px 1fr; gap: 20px; border-bottom: 1px solid #d3dfdc; }
.pilot-ledger span { color: #718487; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.pilot-ledger strong { font-size: .82rem; }
.pricing-principles { padding-top: 26px; }
.pricing-principles ul { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid #ccd9d6; }
.pricing-principles li { padding: 23px 0; display: grid; grid-template-columns: 45px 1fr; gap: 15px; border-bottom: 1px solid #ccd9d6; }
.pricing-principles li > span { color: #078a75; font-size: .62rem; font-weight: 850; }
.pricing-principles strong { font-size: .94rem; }
.pricing-principles p { margin: 4px 0 0; color: var(--muted); font-size: .78rem; }
.included-section { background: #fff; }
.included-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; }
.included-grid h2 { margin: 13px 0 18px; font-size: clamp(2.4rem, 4.2vw, 4rem); line-height: 1.03; letter-spacing: -.055em; }
.included-grid > div:first-child p { max-width: 520px; color: var(--muted); }
.included-list { border-top: 1px solid #cbdad7; }
.included-list span { padding: 17px 0 17px 35px; position: relative; display: block; border-bottom: 1px solid #cbdad7; font-size: .85rem; font-weight: 710; }
.included-list span::before { content: "✓"; position: absolute; left: 1px; color: var(--brand); font-weight: 900; }
.pricing-clarity { padding: 36px 0; color: #fff; background: #092b3a; }
.pricing-clarity-inner { display: grid; grid-template-columns: .9fr 1.1fr auto; align-items: center; gap: 50px; }
.pricing-clarity-inner > div { display: grid; }
.pricing-clarity-inner span { color: #61dfc7; font-size: .58rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.pricing-clarity-inner strong { font-size: .9rem; }
.pricing-clarity-inner p { margin: 0; color: #abc0c7; font-size: .75rem; }
.pricing-clarity-inner a { color: #68e2ca; font-size: .74rem; font-weight: 790; text-decoration: none; }

/* FAQ */
.faq-hero { color: #fff; background: radial-gradient(circle at 92% 20%, rgba(8,201,169,.17), transparent 35%), #061a2d; }
.faq-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 100px; }
.faq-hero h1 { margin-bottom: 0; }
.faq-search-wrap { padding: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.05); }
.faq-search-wrap label { display: block; margin-bottom: 8px; color: #bfd0d5; font-size: .68rem; font-weight: 780; }
.faq-search-wrap > div { position: relative; }
.faq-search-wrap > div > span { position: absolute; top: 9px; left: 13px; color: #60787f; font-size: 1.2rem; }
.faq-search-wrap input { width: 100%; min-height: 52px; padding: 11px 14px 11px 42px; color: #132f35; border: 1px solid transparent; border-radius: 11px; background: #fff; }
.faq-search-wrap input:focus { outline: 0; border-color: #5ee0c6; box-shadow: 0 0 0 4px rgba(94,224,198,.15); }
.faq-search-wrap p { margin: 8px 2px 0; color: #8fa8b1; font-size: .62rem; }
.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: 230px 1fr; align-items: start; gap: 105px; }
.faq-index { position: sticky; top: 120px; display: grid; }
.faq-index > a:not(.button) { padding: 12px 0; color: #51676a; border-bottom: 1px solid #d6e1df; font-size: .78rem; font-weight: 710; text-decoration: none; }
.faq-index > a:not(.button):hover { color: var(--brand-dark); }
.faq-index p { margin: 35px 0 12px; color: #6d8083; font-size: .7rem; }
.professional-faq { max-width: none; }
.faq-topic h2 { margin: 58px 0 8px; padding-bottom: 13px; color: #728487; border-bottom: 1px solid #d4dfdd; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; scroll-margin-top: 110px; }
.faq-topic:first-child h2 { margin-top: 0; }
.professional-faq details { padding-inline: 2px; }
.professional-faq summary { padding-block: 25px; font-size: 1.13rem; }
.professional-faq p { max-width: 760px; line-height: 1.75; }
.faq-empty { margin-top: 35px; padding: 28px; border: 1px solid #cddbd8; border-radius: 16px; background: #f4f8f6; }
.faq-empty p { margin: 5px 0 10px; }
.faq-empty a { color: var(--brand-dark); font-weight: 780; }

/* Success and error states */
.status-page { min-height: 72vh; padding: 105px 0; display: grid; place-items: center; background: radial-gradient(circle at 50% 0, #d9f4eb, transparent 45%), #f5f8f7; }
.status-card { max-width: 760px; text-align: center; }
.status-mark { width: 78px; height: 78px; margin: 0 auto 26px; display: grid; place-items: center; color: #fff; border-radius: 24px; background: var(--brand); box-shadow: 0 20px 45px rgba(7,138,117,.25); font-size: 2.1rem; font-weight: 900; }
.status-card h1 { margin: 16px 0 19px; font-size: clamp(2.7rem, 5.3vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.status-card > p { max-width: 630px; margin: 0 auto 30px; color: var(--muted); font-size: 1.02rem; }
.error-status-page { background: radial-gradient(circle at 50% 0, #e4efec, transparent 48%), #f7f9f8; }
.error-code { display: block; color: #0a826f; font-size: clamp(5rem, 13vw, 10rem); font-weight: 900; line-height: .8; letter-spacing: -.09em; opacity: .16; }
.error-contact-link { align-self: center; margin-left: 8px; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 20px; }
  .product-hero-grid, .contact-hero-grid, .pricing-hero-grid { gap: 60px; }
  .contact-layout, .product-capabilities-grid, .included-grid { gap: 65px; }
}

@media (max-width: 980px) {
  .product-hero-grid, .contact-hero-grid, .pricing-hero-grid, .pilot-grid { grid-template-columns: 1fr; }
  .product-hero-copy, .contact-hero-grid > div, .pricing-hero-grid > div { max-width: 780px; }
  .product-map { width: min(680px, 95%); margin-inline: auto; }
  .contact-promise { max-width: 680px; }
  .product-capabilities-grid, .workflow-band-grid, .related-grid, .contact-layout, .included-grid { gap: 55px; }
  .pricing-principles { padding-top: 0; }
  .faq-hero-grid { gap: 55px; }
  .faq-layout { grid-template-columns: 185px 1fr; gap: 60px; }
  .search-context-grid { gap: 60px; }
}

@media (max-width: 760px) {
  .interior-hero { padding: 26px 0 72px; }
  .interior-hero h1 { font-size: clamp(2.75rem, 13vw, 4.7rem); }
  .breadcrumbs { margin-bottom: 33px; }
  .product-capabilities-grid, .search-context-grid, .workflow-band-grid, .related-grid, .contact-layout, .included-grid, .faq-hero-grid, .faq-layout { grid-template-columns: 1fr; }
  .product-capabilities-intro, .contact-copy, .faq-index { position: static; }
  .search-context-grid { gap: 34px; }
  .search-context-copy { padding-top: 0; }
  .product-map { width: 100%; transform: none; }
  .workflow-band ol { margin-top: 10px; grid-template-columns: 1fr; border-top: 0; border-left: 1px solid rgba(255,255,255,.18); }
  .workflow-band li { padding: 4px 0 23px 28px; }
  .workflow-band li::before { top: 5px; left: -5px; }
  .workflow-band li span { display: inline; margin-right: 8px; }
  .contact-layout { gap: 45px; }
  .public-form { padding: 25px 20px; border-radius: 18px; }
  .public-form-grid { grid-template-columns: 1fr; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .pilot-offer { padding: 29px 22px; }
  .pilot-offer-head { align-items: flex-start; flex-direction: column; }
  .pilot-ledger > div { grid-template-columns: 1fr; gap: 5px; }
  .pricing-clarity-inner { grid-template-columns: 1fr; gap: 17px; }
  .faq-index { padding-bottom: 28px; border-bottom: 1px solid #d2dfdc; }
  .faq-index > a:not(.button) { display: none; }
  .faq-index p { margin-top: 22px; }
  .back-to-top { right: 14px; bottom: 14px; }
}

@media (max-width: 480px) {
  .product-map { padding-inline: 18px; }
  .product-map-head { margin-inline: -18px; }
  .product-map li { grid-template-columns: 27px 1fr auto; gap: 8px; }
  .product-map li strong { font-size: .7rem; }
  .product-capabilities-intro h2, .related-grid h2, .contact-copy h2, .pilot-offer h2, .included-grid h2 { font-size: 2.45rem; }
  .capability-ledger article { grid-template-columns: 39px 1fr; gap: 10px; padding-right: 28px; }
  .workflow-band { padding-block: 68px; }
  .contact-facts > div { grid-template-columns: 1fr; gap: 3px; }
  .public-form-submit { width: 100%; }
  .faq-search-wrap { padding: 18px; }
  .professional-faq summary { font-size: 1rem; }
  .status-page { padding-block: 75px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-motion [data-site-reveal], .back-to-top, .site-scroll-progress { transform: none !important; transition: none !important; }
}

/* Zertivo immersive product stage */
.z-home {
  --z-electric: #64f2d4;
  --z-ice: #d9fff6;
  --z-scene-line: rgba(128, 246, 221, .18);
}
.z-hero {
  min-height: 850px;
  isolation: isolate;
  background:
    radial-gradient(circle at 77% 19%, rgba(26, 229, 191, .22), transparent 23%),
    radial-gradient(circle at 93% 72%, rgba(56, 132, 181, .22), transparent 28%),
    radial-gradient(circle at 18% 96%, rgba(27, 91, 130, .2), transparent 31%),
    linear-gradient(124deg, #03111f 0%, #061c31 48%, #092b41 100%);
}
.z-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(112deg, rgba(255,255,255,.045), transparent 23%, transparent 68%, rgba(92, 227, 202, .04));
  mix-blend-mode: screen;
}
.z-hero-grid {
  min-height: 850px;
  padding-block: 78px 92px;
  grid-template-columns: .85fr 1.15fr;
  gap: 40px;
}
.z-hero-copy { position: relative; z-index: 7; }
.z-hero h1 { max-width: 650px; font-size: clamp(3.8rem, 6.35vw, 6.45rem); }
.z-hero h1 em {
  color: transparent;
  background: linear-gradient(105deg, #58e9cb 0%, #b8ffe9 48%, #d9ef75 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.z-hero-icon-wrap, .z-hero-icon-wrap img { width: 132px; height: 132px; }
.z-hero-icon-wrap { flex-basis: 132px; }
.z-hero-icon-wrap img {
  border-radius: 31px;
  box-shadow: 0 30px 85px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.19), 0 0 70px rgba(20,218,181,.18);
}
.z-icon-orbit { inset: -18px; border-radius: 44px; }
.z-hero-note { color: #91aeb8; }

.z-control-stage {
  --pointer-x: 0;
  --pointer-y: 0;
  --attendance-progress: 100;
  position: relative;
  min-height: 700px;
  z-index: 3;
  perspective: 1500px;
  transform: translate3d(0, calc(var(--hero-scroll, 0) * 50px), 0) scale(calc(1 - var(--hero-scroll, 0) * .035));
  transform-origin: center top;
  transform-style: preserve-3d;
  will-change: transform;
}
.z-control-stage::before {
  content: "";
  position: absolute;
  right: -8%;
  bottom: 4%;
  left: 1%;
  height: 31%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(23, 224, 186, .24), rgba(18, 77, 105, .08) 47%, transparent 73%);
  filter: blur(22px);
  transform: rotateX(67deg) translateZ(-100px);
}
.z-scene-kicker {
  position: absolute;
  top: 22px;
  right: 28px;
  left: 30px;
  z-index: 8;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  color: #7798a7;
  font-size: .56rem;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.z-scene-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--z-electric); box-shadow: 0 0 18px rgba(100,242,212,.85); }
.z-scene-kicker b { color: #a4bdc6; font-size: inherit; }
.z-scene-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid var(--z-scene-line);
  border-radius: 50%;
  transform-style: preserve-3d;
  pointer-events: none;
}
.z-scene-orbit::before, .z-scene-orbit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #62ebcf;
  box-shadow: 0 0 22px rgba(98,235,207,.8);
}
.z-scene-orbit-one { top: 50px; right: -50px; width: 610px; height: 610px; transform: rotateX(67deg) rotateZ(14deg); }
.z-scene-orbit-one::before { top: 26%; left: -3px; }
.z-scene-orbit-one::after { right: 7%; bottom: 18%; background: var(--z-lime); }
.z-scene-orbit-two { top: 138px; left: 7%; width: 430px; height: 430px; opacity: .55; transform: rotateY(70deg) rotateZ(-12deg); }
.z-scene-orbit-two::before { top: 7%; right: 20%; }
.z-scene-orbit-two::after { bottom: 11%; left: 16%; }
.z-scene-particle { position: absolute; z-index: 1; width: 4px; height: 4px; border-radius: 50%; background: #b6fff0; box-shadow: 0 0 18px rgba(182,255,240,.9); }
.z-scene-particle-one { top: 18%; right: 11%; }
.z-scene-particle-two { bottom: 24%; left: 3%; width: 6px; height: 6px; background: var(--z-lime); }

.z-scene-core {
  position: absolute;
  top: 96px;
  right: 17px;
  left: 4px;
  z-index: 4;
  overflow: hidden;
  border: 1px solid rgba(185, 240, 229, .64);
  border-radius: 31px;
  background: #f8fbfa;
  box-shadow: 0 55px 140px rgba(0,0,0,.48), -28px 32px 80px rgba(4, 16, 28, .34), inset 0 1px rgba(255,255,255,.8);
  transform: translate3d(
      calc(var(--pointer-x, 0) * 7px),
      calc(var(--pointer-y, 0) * 6px + var(--hero-scroll, 0) * 19px),
      90px
    )
    rotateX(calc(2deg + var(--pointer-y, 0) * -3.5deg))
    rotateY(calc(-6deg + var(--pointer-x, 0) * 4.5deg))
    rotateZ(calc(-.7deg + var(--hero-scroll, 0) * .8deg));
  transform-style: preserve-3d;
  transition: transform .3s cubic-bezier(.2,.75,.2,1), box-shadow .5s ease;
  will-change: transform;
}
.z-scene-core::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(255,255,255,.26), transparent 19%, transparent 72%, rgba(47,211,181,.07));
  mix-blend-mode: screen;
}
.z-scene-browserbar {
  min-height: 44px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #7a8c90;
  border-bottom: 1px solid #d8e4e1;
  background: linear-gradient(#f8faf9, #edf3f1);
  font-size: .55rem;
}
.z-scene-browserbar > span { display: flex; gap: 5px; }
.z-scene-browserbar > span i { width: 7px; height: 7px; border-radius: 50%; background: #c8d4d1; }
.z-scene-browserbar > span i:first-child { background: #ffbcae; }
.z-scene-browserbar > span i:nth-child(2) { background: #f1d57d; }
.z-scene-browserbar > span i:last-child { background: #83d9bd; }
.z-scene-browserbar b { min-width: 165px; padding: 5px 18px; border: 1px solid #d9e3e1; border-radius: 7px; background: rgba(255,255,255,.72); font-size: .52rem; font-weight: 690; text-align: center; }
.z-scene-browserbar em { justify-self: end; color: #0a826e; font-size: .49rem; font-style: normal; font-weight: 820; text-transform: uppercase; }
.z-scene-core .z-control-room {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.z-control-stage .z-attendance-dial {
  background: conic-gradient(var(--z-aqua) 0 calc(var(--attendance-progress, 100) * 1%), #20394b 0);
  transition: background .45s ease;
}
.z-control-stage:not(.is-complete) .z-check-mark { color: #f8d67c; background: rgba(248,214,124,.13); }
.z-control-stage.is-complete .z-scene-core { box-shadow: 0 58px 150px rgba(0,0,0,.48), 0 0 95px rgba(22,214,179,.13), inset 0 1px rgba(255,255,255,.8); }

.z-certificate-deck { position: absolute; inset: 0; z-index: 2; transform-style: preserve-3d; pointer-events: none; }
.z-certificate-card {
  position: absolute;
  width: 270px;
  min-height: 178px;
  padding: 22px 25px;
  display: grid;
  align-content: center;
  color: #153236;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 13px;
  background: linear-gradient(145deg, #fff 0%, #f2f6f3 68%, #d8eee7 100%);
  box-shadow: 0 28px 65px rgba(0,0,0,.3), inset 0 0 0 5px rgba(255,255,255,.56);
  opacity: .66;
  transform-style: preserve-3d;
  transition: transform .85s cubic-bezier(.2,.78,.2,1), opacity .6s ease;
}
.z-certificate-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid #cbded8; border-radius: 8px; }
.z-certificate-card span { position: relative; color: #087b68; font-size: .62rem; font-weight: 900; }
.z-certificate-card small { position: relative; margin-top: 15px; color: #899896; font-size: .44rem; letter-spacing: .13em; text-transform: uppercase; }
.z-certificate-card strong { position: relative; margin-top: 3px; font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; }
.z-certificate-card > i { position: relative; color: #708381; font-size: .48rem; font-style: normal; }
.z-certificate-card > b { position: absolute; right: 24px; bottom: 22px; width: 33px; height: 33px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: #078b76; font-size: .68rem; }
.z-certificate-card-one { top: 196px; right: -46px; transform: translate3d(calc(var(--hero-scroll, 0) * 56px), calc(var(--hero-scroll, 0) * -38px), -115px) rotateY(-18deg) rotateZ(8deg); }
.z-certificate-card-two { right: 0; bottom: 115px; transform: translate3d(calc(var(--hero-scroll, 0) * 85px), calc(var(--hero-scroll, 0) * 32px), -150px) rotateY(-13deg) rotateZ(-7deg); }
.z-certificate-card-three { bottom: 74px; left: 9px; transform: translate3d(calc(var(--hero-scroll, 0) * -62px), calc(var(--hero-scroll, 0) * 35px), -185px) rotateY(16deg) rotateZ(-10deg); }
.z-control-stage.is-complete .z-certificate-card { opacity: .96; }
.z-control-stage.is-complete .z-certificate-card-one { transform: translate3d(calc(42px + var(--hero-scroll, 0) * 70px), calc(-18px + var(--hero-scroll, 0) * -38px), -72px) rotateY(-14deg) rotateZ(10deg); }
.z-control-stage.is-complete .z-certificate-card-two { transform: translate3d(calc(28px + var(--hero-scroll, 0) * 82px), calc(20px + var(--hero-scroll, 0) * 38px), -95px) rotateY(-10deg) rotateZ(-8deg); }
.z-control-stage.is-complete .z-certificate-card-three { transform: translate3d(calc(-34px + var(--hero-scroll, 0) * -64px), calc(18px + var(--hero-scroll, 0) * 35px), -115px) rotateY(12deg) rotateZ(-12deg); }

.z-qr-float, .z-certificate-float, .z-app-float {
  z-index: 7;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(252,255,254,.94);
  box-shadow: 0 28px 65px rgba(0,0,0,.3);
  backdrop-filter: blur(18px);
  transform-style: preserve-3d;
}
.z-qr-float {
  position: absolute;
  top: 136px;
  left: -36px;
  min-width: 185px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #173138;
  border-radius: 18px;
  transform: translate3d(calc(var(--pointer-x, 0) * -6px), calc(var(--pointer-y, 0) * -5px), 165px) rotate(-4deg);
  transition: transform .32s ease;
}
.z-qr-symbol { width: 48px; height: 48px; padding: 7px; display: grid; flex: 0 0 auto; grid-template-columns: repeat(3, 1fr); gap: 3px; border-radius: 12px; background: #08283a; }
.z-qr-symbol i { border-radius: 1px; background: #e9fff9; }
.z-qr-symbol i:nth-child(2), .z-qr-symbol i:nth-child(4), .z-qr-symbol i:nth-child(8) { opacity: .18; }
.z-qr-float > div, .z-certificate-float > div { display: grid; }
.z-qr-float small, .z-certificate-float small { color: #7b8d90; font-size: .52rem; }
.z-qr-float b, .z-certificate-float b { font-size: .68rem; }
.z-certificate-float {
  position: absolute;
  right: -27px;
  bottom: 122px;
  min-width: 205px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #173138;
  border-radius: 18px;
  transform: translate3d(calc(var(--pointer-x, 0) * 9px), calc(var(--pointer-y, 0) * 7px), 190px) rotate(3deg);
  transition: transform .32s ease, opacity .35s ease;
  opacity: .42;
}
.z-control-stage.is-complete .z-certificate-float { opacity: 1; }
.z-certificate-float > span { width: 45px; height: 45px; display: grid; place-items: center; color: #052f29; border-radius: 13px; background: linear-gradient(135deg, #62e7cc, #d9ef75); font-size: 1rem; font-weight: 900; }
.z-control-stage .z-app-float {
  right: 5px;
  bottom: 19px;
  transform: translate3d(calc(var(--pointer-x, 0) * 5px), calc(var(--pointer-y, 0) * 4px), 130px) rotate(-1.5deg);
  transition: transform .32s ease;
}
.z-scene-flow {
  position: absolute;
  bottom: 11px;
  left: 23px;
  z-index: 8;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 6px;
  list-style: none;
}
.z-scene-flow li { min-width: 76px; padding: 8px 10px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 7px; color: #7895a0; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(4,22,36,.68); backdrop-filter: blur(14px); font-size: .48rem; }
.z-scene-flow li span { color: #577581; font-weight: 850; }
.z-scene-flow li b { font-size: .52rem; }
.z-scene-flow li.is-active { color: #dffdf6; border-color: rgba(93,229,202,.32); background: rgba(8,112,96,.48); }
.z-scene-flow li.is-active span { color: var(--z-lime); }

.z-journey li > div { transition: transform .45s cubic-bezier(.2,.75,.2,1), border-color .3s ease, opacity .3s ease; transform-origin: left center; }
.z-journey li:not(.is-current) > div { opacity: .62; transform: perspective(900px) rotateX(1deg) translateX(0); }
.z-journey li.is-current > div { opacity: 1; border-bottom-color: #a8ccc4; transform: perspective(900px) translate3d(8px, -3px, 20px); }
.z-journey li.is-current::after { background: var(--z-aqua); box-shadow: 0 0 0 1px var(--z-aqua), 0 0 0 9px rgba(8,201,169,.13), 0 0 27px rgba(8,201,169,.32); }
.z-journey li.is-current h3 { color: #087b69; }

.z-motion .z-scene-orbit-one { animation: z-scene-orbit 22s linear infinite; }
.z-motion .z-scene-orbit-two { animation: z-scene-orbit-reverse 18s linear infinite; }
.z-motion .z-scene-particle-one { animation: z-scene-particle 4.8s ease-in-out infinite; }
.z-motion .z-scene-particle-two { animation: z-scene-particle 5.8s 1.2s ease-in-out infinite; }
.z-motion .z-control-stage.is-complete .z-certificate-float { animation: z-scene-breathe 5s ease-in-out infinite; }
.z-motion .z-control-stage.is-complete .z-live i { animation: z-live-pulse 2.2s ease-out infinite; }

@keyframes z-scene-orbit {
  to { transform: rotateX(67deg) rotateZ(374deg); }
}
@keyframes z-scene-orbit-reverse {
  to { transform: rotateY(70deg) rotateZ(-372deg); }
}
@keyframes z-scene-particle {
  0%, 100% { opacity: .35; transform: translate3d(0, 0, 0) scale(.8); }
  50% { opacity: 1; transform: translate3d(12px, -22px, 30px) scale(1.35); }
}
@keyframes z-scene-breathe {
  0%, 100% { margin-bottom: 0; }
  50% { margin-bottom: 5px; }
}
@keyframes z-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(8,201,169,.34); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(8,201,169,0); }
}

@media (max-width: 1050px) {
  .z-hero-grid { min-height: auto; padding-block: 74px 100px; gap: 60px; }
  .z-control-stage { width: min(760px, 100%); min-height: 690px; }
  .z-scene-core { right: 46px; left: 46px; }
  .z-qr-float { left: 1px; }
  .z-certificate-float { right: 3px; }
  .z-control-stage .z-app-float { right: 35px; }
  .z-certificate-card-one { right: 0; }
  .z-certificate-card-two { right: 45px; }
}

@media (max-width: 760px) {
  .z-hero-grid { padding-block: 56px 82px; }
  .z-hero-icon-wrap, .z-hero-icon-wrap img { width: 104px; height: 104px; }
  .z-hero-icon-wrap { flex-basis: 104px; }
  .z-hero-icon-wrap img { border-radius: 25px; }
  .z-control-stage { min-height: 620px; perspective: 1100px; }
  .z-scene-kicker { top: 16px; right: 8px; left: 8px; }
  .z-scene-kicker span { text-align: left; }
  .z-scene-core { top: 76px; right: 0; left: 0; transform: translate3d(0, calc(var(--hero-scroll, 0) * 12px), 30px) rotateX(1deg) rotateY(-1deg); }
  .z-scene-browserbar { grid-template-columns: auto 1fr; }
  .z-scene-browserbar b { justify-self: end; min-width: 145px; }
  .z-scene-browserbar em { display: none; }
  .z-scene-orbit-one { top: 20px; right: -150px; }
  .z-scene-orbit-two { left: -120px; }
  .z-certificate-card { width: 205px; min-height: 139px; padding: 17px 19px; }
  .z-certificate-card small { margin-top: 10px; }
  .z-certificate-card-one { top: 140px; right: -54px; }
  .z-certificate-card-two { right: -32px; bottom: 100px; }
  .z-certificate-card-three { bottom: 90px; left: -37px; }
  .z-qr-float { top: 118px; left: -4px; min-width: 154px; padding: 9px; }
  .z-qr-symbol { width: 40px; height: 40px; }
  .z-certificate-float { right: -3px; bottom: 90px; min-width: 176px; padding: 9px 11px; }
  .z-control-stage .z-app-float { right: 0; bottom: 28px; min-width: 180px; }
  .z-scene-flow { bottom: 24px; left: 0; }
  .z-scene-flow li { min-width: 65px; padding: 7px 8px; }
  .z-journey li:not(.is-current) > div, .z-journey li.is-current > div { transform: none; }
}

@media (max-width: 430px) {
  .z-hero h1 { font-size: clamp(3.05rem, 15.2vw, 4.15rem); }
  .z-control-stage { min-height: 555px; }
  .z-scene-kicker span { display: none; }
  .z-scene-kicker { grid-template-columns: auto 1fr; }
  .z-scene-kicker b { justify-self: end; }
  .z-scene-core { top: 64px; }
  .z-scene-browserbar { min-height: 39px; padding-inline: 12px; }
  .z-scene-browserbar b { min-width: 135px; padding-inline: 10px; }
  .z-certificate-card { width: 170px; min-height: 118px; padding: 13px 15px; }
  .z-certificate-card strong { font-size: .8rem; }
  .z-certificate-card > b { right: 16px; bottom: 15px; width: 25px; height: 25px; }
  .z-certificate-card-three { display: none; }
  .z-qr-float { top: 102px; min-width: 132px; }
  .z-qr-float > div { display: none; }
  .z-certificate-float { bottom: 78px; min-width: 158px; }
  .z-control-stage .z-app-float { display: none; }
  .z-scene-flow { right: 0; bottom: 15px; justify-content: center; }
  .z-scene-flow li { min-width: 0; flex: 1; }
  .z-scene-flow li span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .z-control-stage, .z-scene-core, .z-certificate-card, .z-qr-float, .z-certificate-float, .z-control-stage .z-app-float, .z-journey li > div {
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  .z-scene-orbit, .z-scene-particle { animation: none !important; }
  .z-certificate-card-one { right: -25px; }
  .z-certificate-card-two { right: 0; }
  .z-certificate-card-three { left: 0; }
}

/* Zertivo professional editorial refinement */
:root {
  --ink: #12282b;
  --muted: #607174;
  --line: #d7dfdc;
  --paper: #fbfbf8;
  --soft: #f1f3ef;
  --mint: #e5f2ed;
  --brand: #087966;
  --brand-dark: #075d50;
  --navy: #0a202b;
  --accent: #72d8c0;
  --shadow: 0 18px 50px rgba(10, 32, 43, .09);
  --radius: 12px;
}

body {
  background: var(--paper);
  font-variant-numeric: tabular-nums;
}

.site-container { width: min(1220px, calc(100% - 48px)); }
.site-header { background: rgba(251, 251, 248, .94); border-bottom-color: #dce2df; }
.site-header.is-scrolled { background: rgba(251, 251, 248, .98); box-shadow: 0 8px 25px rgba(10, 32, 43, .06); }
.nav-wrap { min-height: 72px; }
.desktop-nav { gap: 30px; }
.desktop-nav a, .login-link { color: #425457; font-size: .88rem; font-weight: 680; }
.wordmark { font-size: 1.22rem; }
.wordmark img.wordmark-icon { width: 36px; height: 36px; border-radius: 9px; box-shadow: 0 5px 14px rgba(5, 29, 47, .14); }
.button { min-height: 44px; border-radius: 7px; box-shadow: none; font-size: .9rem; }
.button:hover { box-shadow: 0 10px 24px rgba(7, 121, 102, .16); }
.button-large { min-height: 52px; padding: 13px 21px; }
.section { padding: 116px 0; }
.z-kicker, .eyebrow { letter-spacing: .16em; }
.site-footer { background: #071b25; }

/* A restrained, product-led first viewport */
.z-home {
  --z-night: #091f2a;
  --z-night-soft: #102d39;
  --z-aqua: #55cfb5;
  --z-lime: #b8ddd2;
  --z-warm: #f0f0eb;
}
.z-hero {
  min-height: 780px;
  background: #081d28;
}
.z-hero::before {
  opacity: .38;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.75) 55%, transparent 100%);
}
.z-hero::after {
  background: linear-gradient(90deg, rgba(8,29,40,0) 60%, rgba(85,207,181,.04));
  mix-blend-mode: normal;
}
.z-orbit,
.z-scene-orbit,
.z-scene-particle,
.z-certificate-deck,
.z-qr-float,
.z-certificate-float,
.z-control-stage .z-app-float { display: none; }
.z-hero-grid {
  min-height: 780px;
  padding-block: 86px 92px;
  grid-template-columns: .92fr 1.08fr;
  gap: 78px;
}
.z-hero-copy { max-width: 610px; }
.z-hero-brand {
  gap: 16px;
  transform: translate3d(0, calc(var(--hero-scroll, 0) * -18px), 0);
  opacity: calc(1 - var(--hero-scroll, 0) * .18);
}
.z-hero-icon-wrap,
.z-hero-icon-wrap img { width: 62px; height: 62px; }
.z-hero-icon-wrap { flex-basis: 62px; }
.z-hero-icon-wrap img {
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.14);
}
.z-icon-orbit,
.z-icon-glow { display: none; }
.z-hero-brand > span { color: #89a1aa; font-size: .61rem; line-height: 1.5; }
.z-hero-brand > span strong { margin-bottom: 2px; font-size: 1.04rem; letter-spacing: -.01em; }
.z-hero h1 {
  max-width: 660px;
  margin: 34px 0 25px;
  font-size: clamp(3.35rem, 5.4vw, 5.55rem);
  line-height: .98;
  letter-spacing: -.062em;
}
.z-hero h1 em {
  color: #70d8c0;
  background: none;
  -webkit-text-fill-color: currentColor;
}
.z-hero-copy > p:not(.z-hero-note) { max-width: 590px; color: #b7c7cc; font-size: 1.08rem; line-height: 1.68; }
.z-hero-copy > p:not(.z-hero-note) strong {
  display: block;
  margin-bottom: 7px;
  color: #f4f8f6;
  font-size: 1.13em;
  font-weight: 760;
  line-height: 1.45;
}
.z-hero .button { color: #071e1a; border-color: #76dac3; background: #76dac3; }
.z-hero .button:hover { background: #8ae4cf; }
.z-text-button { color: #aebfc5; font-size: .88rem; }
.z-hero-note { max-width: 590px; margin-top: 25px; padding-top: 18px; color: #758f99; font-size: .72rem; }

.z-control-stage {
  min-height: 610px;
  perspective: 1400px;
  transform: translate3d(0, calc(var(--hero-scroll, 0) * 24px), 0);
}
.z-control-stage::before {
  right: 3%;
  bottom: 4%;
  left: 3%;
  height: 18%;
  background: radial-gradient(ellipse, rgba(0,0,0,.35), transparent 68%);
  filter: blur(15px);
}
.z-scene-kicker {
  top: 15px;
  right: 8px;
  left: 8px;
  color: #7d969f;
  font-size: .53rem;
  letter-spacing: .14em;
}
.z-scene-kicker i { width: 6px; height: 6px; background: #69d6bd; box-shadow: none; }
.z-scene-kicker b { color: #9eb0b6; }
.z-scene-core {
  top: 53px;
  right: 0;
  left: 0;
  border-color: rgba(207, 226, 220, .7);
  border-radius: 14px;
  box-shadow: 0 30px 78px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.05);
  transform: translate3d(
      calc(var(--pointer-x, 0) * 2px),
      calc(var(--pointer-y, 0) * 2px + var(--hero-scroll, 0) * 9px),
      24px
    )
    rotateX(calc(.4deg + var(--pointer-y, 0) * -.8deg))
    rotateY(calc(-1.2deg + var(--pointer-x, 0) * 1deg));
  transition: transform .38s cubic-bezier(.2,.75,.2,1), box-shadow .4s ease;
}
.z-scene-core::after { display: none; }
.z-control-stage.is-complete .z-scene-core { box-shadow: 0 30px 78px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.05); }
.z-scene-browserbar { min-height: 42px; background: #edf1ef; }
.z-scene-browserbar > span i { background: #b9c4c1 !important; }
.z-scene-browserbar b { border: 0; background: #f7f8f6; }
.z-scene-core .z-control-room { padding-inline: 26px; background: #f9faf7; }
.z-control-top { margin-inline: -26px; padding-inline: 22px; background: #f0f3f1; }
.z-control-room::after { display: none; }
.z-control-head { margin-block: 22px 18px; }
.z-control-head h2 { font-size: 1.26rem; }
.z-running { color: #5b4c23; border: 1px solid #e6dba9; border-radius: 6px; background: #f6efd2; }
.z-attendance-board { border-radius: 10px; background: #0c2632; box-shadow: none; }
.z-attendance-dial > div { background: #0c2632; }
.z-check-mark { border-radius: 8px; }
.z-person-row > b { border-radius: 6px; }
.z-control-action { border-radius: 6px; }
.z-scene-flow {
  right: 0;
  bottom: 6px;
  left: 0;
  justify-content: center;
  gap: 0;
}
.z-scene-flow li {
  min-width: 0;
  padding: 8px 10px;
  flex: 1;
  border-color: rgba(255,255,255,.11);
  border-radius: 0;
  background: rgba(6,26,37,.93);
  backdrop-filter: blur(10px);
}
.z-scene-flow li:first-child { border-radius: 6px 0 0 6px; }
.z-scene-flow li:last-child { border-radius: 0 6px 6px 0; }
.z-scene-flow li.is-active { border-color: rgba(102,216,190,.4); background: #105346; }
.z-scene-flow li.is-active span { color: #8ce1cd; }

.z-context { color: #314548; border: 0; border-bottom: 1px solid #d5dcd9; background: #eceee9; }
.z-context-line { min-height: 70px; }
.z-context-label { color: #0a6b5b; font-size: .61rem; }
.z-context p { color: #647477; font-size: .75rem; }

/* One concrete customer journey instead of interchangeable feature cards. */
.z-happy-path { background: #f0f0eb; }
.z-happy-head {
  max-width: 990px;
  margin-bottom: 65px;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 55px 100px;
  align-items: start;
}
.z-happy-head .z-kicker { padding-top: 11px; }
.z-happy-head h2 {
  margin: 0;
  color: #132f33;
  font-size: clamp(2.75rem, 4.9vw, 4.65rem);
  line-height: 1;
  letter-spacing: -.057em;
}
.z-happy-head p {
  grid-column: 2;
  max-width: 700px;
  margin: -27px 0 0;
  color: #586c6f;
  font-size: 1.03rem;
  line-height: 1.7;
}
.z-happy-rail {
  margin: 0;
  padding: 0;
  border-top: 1px solid #bcc9c5;
  border-bottom: 1px solid #bcc9c5;
  list-style: none;
}
.z-happy-rail li {
  position: relative;
  min-height: 148px;
  padding: 25px 28px 25px 20px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 92px;
  align-items: center;
  gap: 28px;
  border-top: 1px solid #d2d9d6;
  transition: color .25s ease, background .25s ease, padding .25s ease;
}
.z-happy-rail li:first-child { border-top: 0; }
.z-happy-rail li::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 3px;
  background: transparent;
}
.z-happy-rail li.is-current { padding-left: 30px; background: #e3ebe7; }
.z-happy-rail li.is-current::before { background: #13846f; }
.z-happy-number { color: #7c8e90; font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.z-happy-rail li > div {
  display: grid;
  grid-template-columns: minmax(225px, .72fr) minmax(280px, 1.28fr);
  align-items: center;
  gap: 8px 42px;
}
.z-happy-rail small {
  grid-column: 1;
  color: #0d7563;
  font-size: .59rem;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.z-happy-rail h3 {
  grid-column: 1;
  margin: 0;
  color: #153438;
  font-size: clamp(1.35rem, 2.1vw, 1.82rem);
  line-height: 1.16;
  letter-spacing: -.035em;
}
.z-happy-rail p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  color: #5b6d70;
  font-size: .92rem;
  line-height: 1.62;
}
.z-happy-rail li > b {
  justify-self: end;
  min-width: 58px;
  min-height: 42px;
  padding: 9px 12px;
  display: grid;
  place-items: center;
  color: #0a6c5b;
  border: 1px solid #b8ccc6;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .04em;
}
.z-happy-rail li:last-child > b { color: #fff; border-color: #0d7966; background: #0d7966; }
.z-happy-outcome {
  min-height: 92px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 145px 1fr auto;
  align-items: center;
  gap: 30px;
  color: #d8e6e3;
  background: #0a202b;
}
.z-happy-outcome span { color: #7f9aa1; font-size: .57rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.z-happy-outcome p { max-width: 720px; margin: 0; color: #b4c6ca; font-size: .83rem; line-height: 1.55; }
.z-happy-outcome strong { color: #7ad8c2; font-size: .9rem; white-space: nowrap; }

/* The process comparison replaces decorative paperwork with operational evidence. */
.z-friction { background: #f0f0eb; }
.z-friction-grid { grid-template-columns: .72fr 1.28fr; gap: 110px; }
.z-friction-copy h2,
.z-day h2,
.z-live-copy h2,
.z-dispatch h2,
.z-system h2,
.z-trust h2,
.z-final h2 { font-size: clamp(2.4rem, 4.15vw, 3.9rem); line-height: 1.04; }
.z-process-audit { border: 1px solid #cfd7d4; background: #fafaf7; }
.z-process-audit-head {
  min-height: 58px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #596b6e;
  border-bottom: 1px solid #d9dfdc;
  font-size: .63rem;
}
.z-process-audit-head span { font-weight: 840; letter-spacing: .13em; text-transform: uppercase; }
.z-process-audit-head b { color: #758487; font-weight: 680; }
.z-process-lane { min-height: 140px; padding: 25px 22px; display: grid; grid-template-columns: 145px 1fr; gap: 22px; border-bottom: 1px solid #d9dfdc; }
.z-process-lane > div { display: flex; flex-direction: column; justify-content: center; }
.z-process-lane > div span { font-size: .88rem; font-weight: 820; }
.z-process-lane > div small { margin-top: 4px; color: #809093; font-size: .58rem; }
.z-process-lane ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); align-items: stretch; list-style: none; }
.z-process-lane li { position: relative; min-width: 0; padding: 42px 8px 8px; color: #56686b; border-left: 1px solid #d9dfdc; font-size: .59rem; font-weight: 720; text-align: center; }
.z-process-lane li::before { content: ""; position: absolute; top: 19px; left: calc(50% - 4px); width: 8px; height: 8px; border: 1px solid #9caaa8; background: #fafaf7; }
.z-process-lane li:not(:last-child)::after { content: ""; position: absolute; top: 23px; left: calc(50% + 7px); width: calc(100% - 14px); height: 1px; background: #cbd3d0; }
.z-process-lane-zertivo { background: #0b2430; }
.z-process-lane-zertivo > div span { color: #fff; }
.z-process-lane-zertivo > div small { color: #8fa7b0; }
.z-process-lane-zertivo ol { grid-template-columns: repeat(3, 1fr); }
.z-process-lane-zertivo li { color: #c0d0d5; border-left-color: rgba(255,255,255,.11); }
.z-process-lane-zertivo li::before { border-color: #67d4bb; background: #67d4bb; }
.z-process-lane-zertivo li:not(:last-child)::after { background: #397c6f; }
.z-process-audit-foot { min-height: 69px; margin: 0; padding: 15px 22px; display: grid; grid-template-columns: 145px 1fr; align-items: center; gap: 22px; color: #1c373a; font-size: .7rem; }
.z-process-audit-foot span { color: #758487; font-size: .57rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }

.z-day { background: #fbfbf8; }
.z-day-grid { grid-template-columns: .75fr 1.25fr; gap: 120px; }
.z-journey li { min-height: 168px; }
.z-journey li > div,
.z-journey li:not(.is-current) > div,
.z-journey li.is-current > div { opacity: 1; transform: none; }
.z-journey li.is-current > div { padding-left: 18px; border-left: 3px solid #188c77; }
.z-journey li.is-current::after { box-shadow: 0 0 0 1px var(--z-aqua), 0 0 0 6px rgba(8,201,169,.1); }
.z-journey li.is-current h3 { color: #153538; }

.z-live-moment { background: #0a202b; }
.z-phone-shadow { display: none; }
.z-phone { border-width: 7px; border-radius: 39px; box-shadow: 0 28px 65px rgba(0,0,0,.34); transform: none; }
.z-mobile-count { border-width: 10px; border-color: #c8e9e1; background: #0b7c68; box-shadow: none; }
.z-phone-action { border-radius: 7px; }
.z-scan-bubble { right: 1%; border: 1px solid #dae2df; border-radius: 8px; box-shadow: 0 16px 38px rgba(0,0,0,.25); }
.z-proof-line strong { color: #80d9c5; }

.z-dispatch { background: #eef1ed; }
.z-dispatch-panel { border-radius: 12px; box-shadow: 0 20px 55px rgba(20,61,57,.1); }
.z-panel-head > span,
.z-recipient-box,
.z-panel-submit > b { border-radius: 6px; }
.z-system { background: #0a202b; }
.z-feature-ledger a { min-height: 124px; }

.z-customer-trust { background: #eaeae4; }
.z-customer-trust-head h2 { max-width: 890px; font-size: clamp(2.6rem, 4.7vw, 4.35rem); line-height: 1.01; }
.z-use-case-proof { border-radius: 12px; background: #0a202b; }
.z-use-case-story h3 { max-width: 550px; font-size: clamp(2.25rem, 4vw, 3.8rem); }
.z-use-case-status > b,
.z-use-case-outcome > p { color: #84d8c5; }
.z-provider-profiles { border-radius: 10px; background: #ced4d0; }
.z-provider-profiles article { min-height: 330px; padding: 32px; background: #f8f8f4; }
.z-provider-profiles article:hover { background: #fdfdfb; }
.z-provider-profiles article > h3 {
  max-width: 510px;
  margin: 48px 0 34px;
  color: #173438;
  font-size: clamp(1.45rem, 2.15vw, 1.85rem);
  font-weight: 720;
  line-height: 1.3;
  letter-spacing: -.035em;
}
.z-provider-profiles article > p { margin-top: auto; }
.z-trust-grid { grid-template-columns: 120px 1fr; gap: 65px; }
.z-trust-grid > img { width: 112px; height: 112px; border-radius: 25px; box-shadow: 0 16px 35px rgba(5,34,54,.15); }
.z-final { padding: 98px 0; border-top: 1px solid rgba(112,216,192,.35); background: #092531; }
.z-final .z-kicker { color: #70d8c0; }

/* Carry the same visual discipline into all public product pages. */
.interior-hero,
.product-interior-hero,
.contact-hero,
.faq-hero,
.pricing-hero { background-color: #0a202b; }
.product-interior-hero::before { display: none; }
.product-map,
.contact-promise,
.public-form,
.pilot-offer,
.pricing-grid article,
.faq-search-wrap,
.professional-faq details { border-radius: 10px; box-shadow: none; }
.product-map { transform: none; box-shadow: 0 24px 65px rgba(0,0,0,.24); }
.product-map li.is-current { border-radius: 6px; }
.capability-ledger article,
.related-links a { border-color: #d5ddda; }

@media (max-width: 1050px) {
  .site-container { width: min(100% - 40px, 920px); }
  .z-hero-grid { grid-template-columns: 1fr; gap: 55px; text-align: left; }
  .z-hero-copy { max-width: 790px; margin-inline: 0; }
  .z-hero-brand,
  .z-hero-actions { justify-content: flex-start; }
  .z-hero-brand { margin-inline: 0; }
  .z-hero-copy > p,
  .z-hero-note { margin-inline: 0; }
  .z-control-stage { width: min(720px, 100%); margin-inline: 0; }
  .z-friction-grid { grid-template-columns: 1fr; gap: 55px; }
  .z-process-audit { width: min(820px, 100%); }
}

@media (max-width: 760px) {
  .site-container { width: min(100% - 32px, 680px); }
  .section { padding: 84px 0; }
  .z-hero-grid { padding-block: 62px 76px; }
  .z-hero h1 { font-size: clamp(3rem, 13.8vw, 4.3rem); }
  .z-hero-icon-wrap,
  .z-hero-icon-wrap img { width: 56px; height: 56px; }
  .z-hero-icon-wrap { flex-basis: 56px; }
  .z-hero-brand > span { font-size: .56rem; }
  .z-control-stage { min-height: 560px; }
  .z-scene-core { top: 50px; transform: none; }
  .z-scene-flow { bottom: 2px; }
  .z-scene-flow li { min-width: 0; flex: 1; }
  .z-process-lane { grid-template-columns: 1fr; gap: 15px; }
  .z-process-lane > div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 10px; }
  .z-process-lane ol { min-height: 90px; }
  .z-process-audit-foot { grid-template-columns: 1fr; gap: 5px; }
  .z-day-grid { gap: 55px; }
  .z-journey li.is-current > div { padding-left: 12px; }
  .z-customer-trust-head h2 { font-size: clamp(2.4rem, 10.8vw, 3.6rem); }
  .z-provider-profiles article { min-height: 300px; }
  .z-provider-profiles article > h3 { margin-block: 37px 28px; }
  .z-trust-grid { grid-template-columns: 1fr; gap: 32px; }
  .z-happy-head { margin-bottom: 42px; grid-template-columns: 1fr; gap: 20px; }
  .z-happy-head .z-kicker { padding-top: 0; }
  .z-happy-head p { grid-column: 1; margin-top: 0; }
  .z-happy-rail li { padding: 24px 15px; grid-template-columns: 48px minmax(0, 1fr) 58px; gap: 14px; }
  .z-happy-rail li.is-current { padding-left: 21px; }
  .z-happy-rail li > div { grid-template-columns: 1fr; gap: 5px; }
  .z-happy-rail small,
  .z-happy-rail h3,
  .z-happy-rail p { grid-column: 1; grid-row: auto; }
  .z-happy-rail p { margin-top: 8px; font-size: .84rem; }
  .z-happy-rail li > b { min-width: 48px; min-height: 38px; padding-inline: 7px; font-size: .62rem; }
  .z-happy-outcome { padding: 24px 20px; grid-template-columns: 1fr; gap: 9px; }
  .z-happy-outcome strong { margin-top: 6px; white-space: normal; }
}

@media (max-width: 430px) {
  .z-hero-brand { gap: 13px; }
  .z-hero h1 { font-size: clamp(2.8rem, 13.5vw, 3.55rem); }
  .z-control-stage { min-height: 500px; }
  .z-scene-kicker span { display: block; }
  .z-scene-kicker b { font-size: .44rem; }
  .z-scene-core { top: 46px; }
  .z-scene-flow li { padding-inline: 5px; }
  .z-process-audit-head { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
  .z-process-lane { padding-inline: 15px; }
  .z-process-lane ol { grid-template-columns: 1fr; min-height: auto; }
  .z-process-lane li { min-height: 38px; padding: 10px 8px 10px 35px; border-top: 1px solid #d9dfdc; border-left: 0; text-align: left; }
  .z-process-lane li::before { top: 14px; left: 10px; }
  .z-process-lane li::after { display: none; }
  .z-process-lane-zertivo li { border-top-color: rgba(255,255,255,.11); }
  .z-provider-profiles article { padding: 27px 22px; }
  .z-happy-rail li { grid-template-columns: 38px minmax(0, 1fr); }
  .z-happy-rail li > b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .z-scene-core { transform: none !important; }
}

/* Public product pages: operational, not promotional */
.interior-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 104px;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 64px 64px;
}
.interior-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(10,32,43,.02), rgba(10,32,43,.68));
}
.interior-hero > .site-container { position: relative; z-index: 1; }
.interior-hero h1 {
  max-width: 890px;
  margin: 18px 0 25px;
  font-size: clamp(3.15rem, 5.55vw, 5.35rem);
  line-height: .99;
  letter-spacing: -.06em;
}
.breadcrumbs { margin-bottom: 54px; color: #81969e; }
.breadcrumbs a { color: #a8bbc2; }
.product-hero-grid { grid-template-columns: 1fr .9fr; gap: 105px; }
.product-hero-copy > p { max-width: 720px; color: #afc0c6; }
.product-hero-copy .button-row { margin-top: 31px; }
.product-hero-facts {
  margin: 37px 0 0;
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.product-hero-facts > div { display: grid; gap: 3px; }
.product-hero-facts dt { color: #6f8a94; font-size: .54rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.product-hero-facts dd { margin: 0; color: #c3d0d4; font-size: .65rem; font-weight: 680; }
.product-map { padding-bottom: 20px; border-color: rgba(255,255,255,.28); background: #f8f9f6; }
.product-map-head { min-height: 54px; color: #53686b; background: #edf1ee; }
.product-map-head > span { display: inline-flex; align-items: center; gap: 8px; font-weight: 780; }
.product-map-head > span i { width: 7px; height: 7px; border-radius: 50%; background: #148f78; box-shadow: 0 0 0 4px rgba(20,143,120,.1); }
.product-map-head b { border: 1px solid #b9dcd2; border-radius: 5px; background: #e3f2ed; }
.product-map li { min-height: 71px; }
.product-map li i { border-radius: 5px; }
.product-map li.is-current { margin-inline: -10px; background: #0c2a36; }
.product-map-foot { border-top: 1px solid #d9e1de; }
.product-capabilities { background: #fbfbf8; }
.product-capabilities-intro h2,
.related-grid h2 { font-size: clamp(2.35rem, 4vw, 3.75rem); }
.capability-ledger article { min-height: 130px; }
.capability-ledger article > span { color: #137866; }
.capability-ledger i { color: #607174; }
.search-context-section { background: #eaeae4; }
.workflow-band { border-block: 1px solid rgba(112,216,192,.18); background: #0a202b; }
.workflow-band h2 { max-width: 570px; }
.related-section { background: #f1f3ef; }
.related-links a { font-size: .98rem; }

/* Pricing: make conditions inspectable at a glance. */
.pricing-hero-grid { grid-template-columns: 1.05fr .95fr; }
.pricing-guardrails {
  margin: 34px 0 0;
  padding: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.pricing-guardrails > div { display: grid; gap: 4px; }
.pricing-guardrails dt { color: #6f8992; font-size: .52rem; font-weight: 840; letter-spacing: .12em; text-transform: uppercase; }
.pricing-guardrails dd { margin: 0; color: #c0ced3; font-size: .62rem; }
.pilot-section { background: #f0f1ed; }
.pilot-offer { padding: 40px; border-color: #cbd4d1; background: #fafaf7; }
.pilot-offer-head b { border: 1px solid #c1ded6; border-radius: 5px; background: #e4f0ec; }
.pilot-offer h2 { font-size: clamp(2.35rem, 4.1vw, 3.85rem); }
.pricing-principles li { min-height: 101px; }
.included-section { background: #fbfbf8; }
.pricing-clarity { border-top: 1px solid rgba(112,216,192,.22); background: #0a202b; }

/* FAQ: a knowledge base, with unambiguous interaction states. */
.faq-search-wrap { padding: 25px; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.faq-search-wrap input { border-radius: 6px; }
.faq-section { background: #fbfbf8; }
.faq-index > a:not(.button) { position: relative; padding-left: 0; }
.faq-index > a:not(.button)::after { content: "→"; position: absolute; right: 2px; color: #8da09e; }
.professional-faq details { border-bottom: 1px solid #d3dcda; border-radius: 0; }
.professional-faq summary {
  position: relative;
  padding: 24px 50px 24px 0;
  list-style: none;
  cursor: pointer;
}
.professional-faq summary::-webkit-details-marker { display: none; }
.professional-faq summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 4px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #496164;
  border: 1px solid #c5d0cd;
  font-size: 1rem;
  font-weight: 500;
}
.professional-faq details[open] summary::after { content: "−"; color: #fff; border-color: #0b6f5e; background: #0b6f5e; }
.professional-faq details[open] summary { color: #0b6859; }
.professional-faq p { margin-top: -4px; padding: 0 55px 27px 0; color: #5c6e71; }

/* Contact: present the form as an operational brief. */
.contact-hero-grid { align-items: center; }
.contact-promise { padding: 26px 28px; background: rgba(255,255,255,.035); }
.contact-promise li { min-height: 58px; align-items: center; }
.contact-section { background: #f0f1ed; }
.contact-layout { grid-template-columns: .68fr 1.32fr; }
.public-form { padding: 36px; border-color: #cbd4d1; background: #fafaf7; }
.form-heading { align-items: center; }
.public-field input,
.public-field select,
.public-field textarea { border-radius: 6px; background: #fff; }
.privacy-consent { padding: 16px; border: 1px solid #d4ddda; background: #f1f3ef; }
.public-form-submit { width: auto; }

/* Legal and system pages use the same editorial measure. */
.page-hero { background: #eef1ed; }
.page-hero h1 { color: #142d31; }
.legal-hero { border-bottom: 1px solid #d7dfdc; text-align: left; }
.legal-hero p { margin-left: 0; }
.legal-content { background: #fbfbf8; }
.legal-copy { max-width: 860px; }
.legal-warning { border-radius: 6px; }
.privacy-legal-hero { padding-bottom: 72px; }
.privacy-updated { margin-top: 22px !important; color: #627477 !important; font-size: .79rem !important; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.privacy-copy { max-width: 980px; }
.privacy-summary { margin-bottom: 34px; padding: 30px 32px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 52px; color: #d9e7e5; background: #0b2529; border-radius: 10px; }
.privacy-summary .eyebrow { color: #62dac1; }
.privacy-summary h2 { margin: 8px 0 0; color: #fff; font-size: 1.65rem; }
.privacy-summary dl { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 26px; }
.privacy-summary dl > div { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.17); }
.privacy-summary dt { color: #8ea7a7; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.privacy-summary dd { margin: 6px 0 0; color: #f7fbfa; font-size: .9rem; line-height: 1.45; }
.privacy-toc { margin-bottom: 64px; padding: 26px 30px; border: 1px solid #d5deda; background: #fff; }
.privacy-toc > strong { display: block; margin-bottom: 13px; color: #183236; font-size: .77rem; letter-spacing: .09em; text-transform: uppercase; }
.privacy-toc ol { margin: 0; padding-left: 22px; columns: 2; column-gap: 50px; }
.privacy-toc li { margin: 7px 0; break-inside: avoid; color: #587074; font-size: .88rem; }
.privacy-toc a { color: #245e56; text-underline-offset: 3px; }
.privacy-section { position: relative; padding: 0 0 56px 76px; border-bottom: 1px solid #d9e1de; scroll-margin-top: 110px; }
.privacy-section + .privacy-section { padding-top: 56px; }
.privacy-section-number { position: absolute; top: 4px; left: 0; color: #0b8c76; font-size: .73rem; font-weight: 850; letter-spacing: .12em; }
.privacy-section + .privacy-section .privacy-section-number { top: 60px; }
.privacy-section h2 { margin: 0 0 16px; color: #142d31; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.privacy-section h3 { margin: 0 0 7px; color: #183236; font-size: 1rem; }
.privacy-section p { margin: 0 0 16px; color: #53686c; line-height: 1.75; }
.privacy-section a { color: #087765; text-underline-offset: 3px; }
.privacy-address { margin: 24px 0 0; padding: 22px 24px; color: #40585c; border-left: 3px solid #22b99a; background: #eff5f2; font-style: normal; line-height: 1.75; }
.privacy-address.compact { margin-top: 16px; }
.privacy-list { margin: 22px 0 0; padding: 0; list-style: none; }
.privacy-list li { position: relative; margin: 0; padding: 15px 0 15px 26px; color: #53686c; border-top: 1px solid #e1e7e4; line-height: 1.68; }
.privacy-list li::before { content: ""; position: absolute; top: 24px; left: 2px; width: 7px; height: 7px; background: #17a58b; border-radius: 50%; }
.privacy-purpose-list { margin-top: 25px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #d7e0dd; border: 1px solid #d7e0dd; }
.privacy-purpose-list article { padding: 24px; background: #fff; }
.privacy-purpose-list p { margin-bottom: 0; font-size: .91rem; }
.privacy-location-table { margin: 26px 0; overflow-x: auto; border: 1px solid #d5dfdc; background: #fff; }
.privacy-location-table table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: .86rem; }
.privacy-location-table th { padding: 13px 16px; color: #30494c; background: #e9efec; font-size: .69rem; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.privacy-location-table td { padding: 16px; color: #52676a; border-top: 1px solid #e0e6e3; vertical-align: top; line-height: 1.55; }
.privacy-location-table td:first-child { width: 19%; color: #173034; font-weight: 750; }
.privacy-rights-note { margin: 25px 0; padding: 24px; color: #dbeae7; background: #0e3537; }
.privacy-rights-note h3 { color: #fff; }
.privacy-rights-note p { margin: 0; color: #c5d7d4; }
.privacy-rights-note a { color: #72e3cc; }
.privacy-review-note { margin-top: 54px; padding: 22px 24px; color: #675729; border: 1px solid #e0d7b7; background: #f8f4e6; }
.privacy-review-note strong { display: block; margin-bottom: 4px; color: #473e23; }
.privacy-review-note p { margin: 0; color: #675729; font-size: .85rem; line-height: 1.6; }
.status-page { background: #f0f2ee; }
.status-mark { border-radius: 10px; box-shadow: none; }

.footer-grid { gap: 70px; }
.footer-grid h2 { color: #dce7e5; font-size: .66rem; letter-spacing: .13em; }
.footer-grid a:not(.wordmark) { color: #9fb2b5; font-size: .78rem; }
.footer-bottom { color: #7f969b; border-top-color: rgba(255,255,255,.1); }

@media (max-width: 980px) {
  .product-hero-grid,
  .pricing-hero-grid { gap: 60px; }
  .product-hero-facts,
  .pricing-guardrails { max-width: 720px; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .interior-hero { padding: 26px 0 76px; }
  .breadcrumbs { margin-bottom: 38px; }
  .interior-hero h1 { font-size: clamp(2.75rem, 12.5vw, 4.2rem); }
  .product-hero-facts,
  .pricing-guardrails { grid-template-columns: 1fr; gap: 11px; }
  .product-hero-facts > div,
  .pricing-guardrails > div { grid-template-columns: 90px 1fr; align-items: baseline; gap: 12px; }
  .product-map { margin-top: 5px; }
  .public-form { padding: 25px 20px; }
  .privacy-consent { padding: 13px; }
  .privacy-legal-hero { padding-bottom: 56px; }
  .privacy-summary { padding: 25px 22px; grid-template-columns: 1fr; gap: 25px; }
  .privacy-summary dl { grid-template-columns: 1fr; gap: 12px; }
  .privacy-toc { padding: 22px; }
  .privacy-toc ol { columns: 1; }
  .privacy-section,
  .privacy-section + .privacy-section { padding-left: 0; }
  .privacy-section-number,
  .privacy-section + .privacy-section .privacy-section-number { position: static; display: block; margin-bottom: 10px; }
  .privacy-purpose-list { grid-template-columns: 1fr; }
  .footer-grid { gap: 38px 24px; }
}

/* Transparent volume pricing */
.pricing-plans-section { background: #f0f1ed; }
.pricing-plans-intro { max-width: 820px; margin-bottom: 52px; }
.pricing-plans-intro h2 { margin: 12px 0 17px; font-size: clamp(2.7rem, 5.1vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.pricing-plans-intro p { max-width: 710px; color: #627578; }
.pricing-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pricing-plan-card { padding: 34px; display: flex; flex-direction: column; border: 1px solid #cbd5d2; background: #fafaf7; }
.pricing-plan-card.is-recommended { color: #fff; border-color: #0a3b40; background: #0a2b34; box-shadow: 0 30px 70px rgba(7,38,44,.18); }
.pricing-plan-head { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pricing-plan-head > span { color: #087865; font-size: .67rem; font-weight: 870; letter-spacing: .13em; text-transform: uppercase; }
.pricing-plan-card.is-recommended .pricing-plan-head > span { color: #70d8c0; }
.pricing-plan-head b { padding: 6px 8px; color: #083b34; background: #70d8c0; font-size: .52rem; letter-spacing: .05em; text-transform: uppercase; }
.pricing-plan-audience { min-height: 53px; margin: 22px 0 16px; color: #687b7d; font-size: .75rem; line-height: 1.55; }
.pricing-plan-card.is-recommended .pricing-plan-audience { color: #afc2c7; }
.pricing-plan-price { padding-bottom: 25px; display: flex; align-items: end; gap: 13px; border-bottom: 1px solid #d3dcda; }
.pricing-plan-card.is-recommended .pricing-plan-price { border-color: rgba(255,255,255,.14); }
.pricing-plan-price strong { color: #143b3d; font-size: 3.5rem; line-height: .95; letter-spacing: -.06em; }
.pricing-plan-card.is-recommended .pricing-plan-price strong { color: #fff; }
.pricing-plan-price span { color: #708184; font-size: .59rem; line-height: 1.45; }
.pricing-plan-card.is-recommended .pricing-plan-price span { color: #9fb5ba; }
.pricing-volume { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #d3dcda; }
.pricing-plan-card.is-recommended .pricing-volume { border-color: rgba(255,255,255,.14); }
.pricing-volume > div { padding: 20px 0; display: grid; gap: 4px; }
.pricing-volume > div + div { padding-left: 20px; border-left: 1px solid #d3dcda; }
.pricing-plan-card.is-recommended .pricing-volume > div + div { border-color: rgba(255,255,255,.14); }
.pricing-volume strong { color: #123c3c; font-size: 1.5rem; }
.pricing-plan-card.is-recommended .pricing-volume strong { color: #fff; }
.pricing-volume span { color: #718285; font-size: .57rem; line-height: 1.4; }
.pricing-plan-card.is-recommended .pricing-volume span { color: #9fb5ba; }
.pricing-plan-card ul { margin: 25px 0 31px; padding: 0; display: grid; gap: 11px; list-style: none; }
.pricing-plan-card li { position: relative; padding-left: 18px; color: #465d60; font-size: .66rem; line-height: 1.45; }
.pricing-plan-card.is-recommended li { color: #c8d7da; }
.pricing-plan-card li::before { content: ""; position: absolute; top: .48em; left: 0; width: 7px; height: 7px; background: #29ae93; }
.pricing-plan-card .button { width: 100%; margin-top: auto; justify-content: center; }
.pricing-plan-card.is-recommended .button { color: #092b34; background: #70d8c0; }
.pricing-contract-note { max-width: 820px; margin: 29px auto 0; color: #718184; font-size: .62rem; line-height: 1.65; text-align: center; }
.pricing-trial-section { color: #fff; background: #0a202b; }
.pricing-trial-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: 95px; }
.pricing-trial-grid h2 { max-width: 670px; margin: 14px 0 20px; color: #fff; font-size: clamp(2.8rem, 5.4vw, 5.3rem); line-height: .97; letter-spacing: -.06em; }
.pricing-trial-grid p { max-width: 650px; margin-bottom: 30px; color: #aec1c6; }
.pricing-trial-ledger { margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.pricing-trial-ledger > div { padding: 18px 0; display: grid; grid-template-columns: 130px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
.pricing-trial-ledger dt { color: #70d8c0; font-size: .58rem; font-weight: 840; letter-spacing: .08em; text-transform: uppercase; }
.pricing-trial-ledger dd { margin: 0; color: #fff; font-size: .76rem; font-weight: 710; }

@media (max-width: 980px) {
  .pricing-plan-grid { grid-template-columns: 1fr; }
  .pricing-plan-card { max-width: 720px; width: 100%; margin-inline: auto; }
  .pricing-plan-audience { min-height: auto; }
  .pricing-trial-grid { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 575.98px) {
  .pricing-plan-card { padding: 27px 22px; }
  .pricing-plan-price strong { font-size: 3rem; }
  .pricing-volume { grid-template-columns: 1fr; }
  .pricing-volume > div + div { padding-left: 0; border-top: 1px solid #d3dcda; border-left: 0; }
  .pricing-plan-card.is-recommended .pricing-volume > div + div { border-color: rgba(255,255,255,.14); }
  .pricing-trial-ledger > div { grid-template-columns: 1fr; gap: 6px; }
}
