:root {
  --page-ink: #07101a;
  --page-muted: #607083;
  --page-line: rgba(7, 16, 26, .12);
  --page-cyan: #a8efff;
  --page-display: "Space Grotesk", "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100svh; margin: 0; overflow-x: hidden; color: var(--page-ink); background: #f3f6f8; font-family: "Manrope", Arial, sans-serif; line-height: 1.6; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 200; padding: .65rem .9rem; color: #fff; background: #07101a; border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0; color: #0b667a; font-size: .72rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--page-display); letter-spacing: -.045em; }
.communications-product-brand { display: inline-flex; align-items: center; gap: .65rem; }
.communications-product-brand i { width: 1px; height: 1.45rem; background: currentColor; opacity: .35; }
.communications-product-brand strong { font-size: .86rem; letter-spacing: .035em; }

.communications-hero { position: relative; overflow: hidden; min-height: 760px; display: grid; align-items: center; color: #fff; background: radial-gradient(620px 520px at 75% 43%,rgba(35,199,244,.2),transparent 67%), radial-gradient(500px 360px at 10% 20%,rgba(45,99,255,.2),transparent 65%), linear-gradient(140deg,#0a3657 0%,#0a2036 52%,#050a12 100%); }
.communications-hero-inner { position: relative; z-index: 1; display: flex; gap: clamp(3rem,7vw,6.5rem); align-items: center; padding: 9.5rem 0 6rem; }
.communications-hero-copy { flex: 1 1 54%; display: flex; flex-direction: column; gap: 1.3rem; align-items: center; text-align: center; }
.communications-hero .eyebrow, .details .eyebrow, .pricing .eyebrow { color: #8be6f7; }
.communications-hero h1 { max-width: 750px; margin: 0; font-size: clamp(3.1rem,6.7vw,6.4rem); font-weight: 600; line-height: .93; text-wrap: balance; }
.communications-lede { max-width: 620px; margin: 0; color: rgba(241,247,251,.86); font-size: clamp(1rem,1.5vw,1.2rem); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; justify-content: center; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.2rem; border: 1px solid transparent; border-radius: 999px; color: #041018; background: var(--page-cyan); font-size: .84rem; font-weight: 800; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #fff; }
.text-link { color: rgba(255,255,255,.76); font-size: .82rem; font-weight: 800; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { color: #fff; }

.communications-stage { position: relative; flex: 0 1 430px; min-width: 340px; display: flex; justify-content: center; transform: translate3d(0,var(--stage-shift,0),0); will-change: transform; }
.stage-glow { position: absolute; inset: 15% 3% 20%; border-radius: 42%; background: rgba(35,199,244,.2); filter: blur(52px); }
.communications-demo { position: relative; width: min(420px,100%); overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 24px; color: #0b1f1a; background: #fff; box-shadow: 0 44px 100px rgba(0,0,0,.4); }
.demo-topbar { display: flex; align-items: center; gap: .8rem; padding: 1.15rem; color: #fff; background: #071914; }
.demo-logo { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 13px; color: #071914; background: #fff; font-weight: 900; }
.demo-topbar > span:nth-child(2) { min-width: 0; display: grid; line-height: 1.3; }
.demo-topbar small { color: rgba(255,255,255,.58); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.demo-topbar strong { font-size: .9rem; }
.demo-topbar i { width: 8px; height: 8px; margin-left: auto; border-radius: 999px; background: #73e2c2; box-shadow: 0 0 0 5px rgba(115,226,194,.12); }
.demo-number { position: relative; padding: 1.8rem 1.45rem 1.4rem; background: #f2fbfc; border-bottom: 1px solid #dbe7e8; }
.demo-number small { display: block; color: #617578; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.demo-number strong { display: block; margin-top: .35rem; color: #0b2730; font-family: var(--page-display); font-size: clamp(1.8rem,4vw,2.55rem); letter-spacing: -.05em; }
.demo-number span { position: absolute; top: 1.7rem; right: 1.45rem; padding: .28rem .55rem; border-radius: 999px; color: #0f6854; background: #d9f4ea; font-size: .63rem; font-weight: 900; text-transform: uppercase; }
.demo-stats { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid #dbe2e3; }
.demo-stats span { display: grid; gap: .05rem; padding: 1rem .55rem; text-align: center; }
.demo-stats span + span { border-left: 1px solid #dbe2e3; }
.demo-stats strong { color: #0b2730; font-family: var(--page-display); font-size: 1.25rem; }
.demo-stats small { color: #718083; font-size: .6rem; font-weight: 800; }
.demo-message { margin: 1.15rem; padding: 1.1rem; border: 1px solid #dce4e5; border-radius: 15px; background: #fff; box-shadow: 0 12px 30px rgba(7,16,26,.06); }
.demo-section-heading, .demo-message-meta { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.demo-section-heading strong { font-size: .78rem; }
.demo-section-heading small { color: #147690; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.demo-message p { margin: .85rem 0; color: #42545a; font-size: .76rem; line-height: 1.65; }
.demo-message-meta { padding-top: .75rem; border-top: 1px solid #e3e9ea; color: #6b7c80; font-size: .63rem; }
.demo-message-meta strong { color: #0b2730; }
.demo-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; color: #708083; background: #f3f6f7; font-size: .62rem; }
.demo-footer strong { color: #14725c; }

@media (max-width: 540px) {
  .communications-product-brand i,
  .communications-product-brand strong { display: none; }
}

.communications-statement { position: relative; overflow: hidden; padding: clamp(4.5rem,9vw,8rem) 0; background: #dff5f7; }
.statement-flow { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.statement-line { margin: 0; color: #0b2730; font-family: var(--page-display); font-size: clamp(2.6rem,7.3vw,7.2rem); font-weight: 600; letter-spacing: -.065em; line-height: .96; }
.statement-line:nth-child(even) { color: #17637a; }
.statement-line em { color: #0d8fb4; font-style: normal; }

.section { padding: clamp(4.5rem,8vw,7.5rem) 0; }
.section-heading { max-width: 760px; display: grid; justify-items: center; gap: .85rem; margin: 0 auto 2.4rem; text-align: center; }
.section-heading h2, .cta-copy h2 { margin: 0; font-size: clamp(2.2rem,4.8vw,4.5rem); line-height: .98; text-wrap: balance; }
.section-heading > p:last-child, .cta-copy > p { margin: 0; color: var(--page-muted); }
.journey-list { border-top: 1px solid var(--page-line); }
.journey-item { position: relative; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 1rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--page-line); }
.journey-item::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: #19acd2; transform: scaleX(0); transform-origin: left; transition: transform 800ms cubic-bezier(.2,.75,.2,1) 260ms; }
.journey-item.is-visible::after { transform: scaleX(1); }
.journey-item > span { color: #0d8fb4; font-family: var(--page-display); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.journey-item h3 { margin: 0; font-size: 1.3rem; }
.journey-item p { max-width: 620px; margin: .25rem 0 0; color: #415365; font-size: .9rem; }
.details { color: #fff; background: #07101a; }
.details .section-heading > p:last-child { color: rgba(241,247,251,.8); }
.detail-list { border-top: 1px solid rgba(255,255,255,.18); }
.detail-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.detail-check { color: var(--page-cyan); font-weight: 900; }
.detail-item h3 { margin: .12rem 0 .3rem; font-size: 1rem; letter-spacing: -.02em; }
.detail-item p { margin: 0; color: rgba(241,247,251,.76); font-size: .82rem; }
.pricing { color: #fff; background: #071b18; }
.price-list { max-width: 860px; margin: 2.4rem auto 0; border-top: 1px solid rgba(255,255,255,.2); }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem .2rem; border-bottom: 1px solid rgba(255,255,255,.2); text-align: left; }
.price-row span { max-width: 650px; color: rgba(255,255,255,.72); }
.price-row strong { white-space: nowrap; font-size: 1.1rem; }
.pricing-note { max-width: 820px; margin: 1.4rem auto 0; color: rgba(255,255,255,.58); font-size: .74rem; text-align: center; }
.cta { background: #eaf6f7; }
.cta-panel { display: grid; justify-items: center; gap: 1.5rem; padding: clamp(2.4rem,7vw,5rem); border: 1px solid rgba(18,58,51,.14); border-radius: 24px; background: #fff; box-shadow: 0 25px 70px rgba(7,16,26,.08); text-align: center; }
.cta-copy { max-width: 720px; display: grid; justify-items: center; gap: .8rem; }
.cta .button { color: #fff; background: #123a33; }
.cta .button:hover, .cta .button:focus-visible { background: #0a211d; }

.reveal-ready [data-reveal] { opacity: 0; filter: blur(8px); transform: translate3d(0,34px,0); transition: opacity 800ms cubic-bezier(.2,.75,.2,1) var(--reveal-delay,0ms), filter 800ms cubic-bezier(.2,.75,.2,1) var(--reveal-delay,0ms), transform 800ms cubic-bezier(.2,.75,.2,1) var(--reveal-delay,0ms); }
.reveal-ready [data-reveal="left"] { transform: translate3d(-44px,18px,0); }
.reveal-ready [data-reveal="right"] { transform: translate3d(44px,18px,0); }
.reveal-ready [data-reveal].is-visible { opacity: 1; filter: blur(0); transform: translate3d(0,0,0); }
.reveal-ready [data-communications-stage].is-visible { transform: translate3d(0,var(--stage-shift,0),0); }

@media (max-width: 860px) {
  .desktop-nav { display: none; }
  .communications-hero { min-height: auto; }
  .communications-hero-inner { flex-direction: column; padding-top: 8.5rem; text-align: center; }
  .communications-stage { width: min(430px,100%); min-width: 0; flex-basis: auto; }
}
@media (max-width: 620px) {
  .page-shell { width: min(100% - 1.5rem,1120px); }
  .site-brand span { display: none; }
  .communications-hero-inner { gap: 2.4rem; padding-bottom: 4rem; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .communications-demo { width: min(350px,96%); border-radius: 20px; }
  .journey-item { grid-template-columns: 38px minmax(0,1fr); }
  .price-row { align-items: flex-start; flex-direction: column; gap: .4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-ready [data-reveal] { opacity: 1; filter: none; transform: none; transition: none; }
  .journey-item::after { transform: scaleX(1); transition: none; }
  .communications-stage { transform: none; }
}
