:root {
  --cto-navy: #081b42;
  --cto-blue: #243a8f;
  --cto-blue-bright: #3159d8;
  --cto-pink: #e5394f;
  --cto-sky: #eaf0ff;
  --cto-ink: #101b36;
  --cto-muted: #59657b;
  --cto-line: #dce3f0;
  --cto-white: #fff;
  --cto-radius: 24px;
  --cto-shadow: 0 30px 80px rgba(5, 23, 61, 0.14);
  --cto-container: min(1240px, calc(100vw - 48px));
}

html { scroll-behavior: smooth; }
body.cto-site { color: var(--cto-ink); background: var(--cto-white); }
.cto-skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; color: white; background: var(--cto-navy); transform: translateY(-150%); }
.cto-skip-link:focus { transform: none; }
.cto-header { position: relative; z-index: 100; background: white; border-bottom: 1px solid rgba(8, 27, 66, .08); }
.cto-header .cto-container { width: calc(100% - 48px); max-width: none; }
.cto-header__inner { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.cto-brand { display: flex; width: 170px; justify-self: start; }
.cto-brand img { display: block; width: 100%; height: auto; }
.cto-navigation { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.7vw, 28px); }
.cto-navigation a, .cto-login, .cto-language { color: var(--cto-ink); font-size: .86rem; font-weight: 700; text-decoration: none; }
.cto-navigation a:hover, .cto-login:hover, .cto-language:hover { color: var(--cto-pink); }
.cto-header__actions { display: flex; align-items: center; justify-self: end; gap: 15px; }
.cto-language { padding: 5px 8px; border: 1px solid var(--cto-line); border-radius: 8px; }
.cto-header-demo { display: inline-flex; align-items: center; min-height: 42px; padding: 0 17px; color: white; background: var(--cto-pink); border-radius: 999px; font-size: .78rem; font-weight: 800; text-decoration: none; }
.cto-header-demo:hover { color: white; background: #f04a60; }
.cto-menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 9px; border: 0; border-radius: 50%; background: var(--cto-navy); }
.cto-menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: white; transition: transform .2s ease, opacity .2s ease; }
.cto-site #main-container { overflow: clip; }
.cto-site .site-main { padding: 0; }
.cto-site .hero-section { display: none; }
.cto-main, .cto-main * { box-sizing: border-box; }
.cto-container { width: var(--cto-container); margin-inline: auto; }
.cto-section { padding: 112px 0; }
.cto-section h2 { color: var(--cto-navy); font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -0.045em; margin: 0; }
.cto-section h3 { color: var(--cto-navy); font-size: 1.45rem; line-height: 1.2; margin: 0; }
.cto-section p { color: var(--cto-muted); font-size: 1.05rem; line-height: 1.7; }
.cto-label, .cto-kicker { color: var(--cto-pink) !important; font-size: .78rem !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cto-heading { max-width: 760px; margin-bottom: 56px; }
.cto-heading--split { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.cto-heading--split > p { margin: 0; }

.cto-hero { min-height: calc(100vh - 90px); position: relative; display: grid; place-items: center; color: white; background: var(--cto-navy); overflow: hidden; padding: 90px 0 120px; }
.cto-hero::before { content: ''; position: absolute; inset: auto -10% -45% 28%; height: 80%; background: radial-gradient(circle, rgba(70, 109, 221, .52), transparent 68%); }
.cto-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .84fr 1.16fr; gap: 72px; align-items: center; }
.cto-hero h1 { color: white; font-size: clamp(3.25rem, 5.6vw, 6.3rem); line-height: .96; letter-spacing: -.06em; margin: 18px 0 28px; max-width: 760px; }
.cto-kicker { display: flex; align-items: center; gap: 10px; }
.cto-kicker span { width: 34px; height: 2px; background: var(--cto-pink); }
.cto-lead { color: rgba(255,255,255,.74) !important; font-size: clamp(1.06rem, 1.45vw, 1.28rem) !important; max-width: 620px; }
.cto-lead--small { color: var(--cto-muted) !important; }
.cto-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.cto-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border-radius: 999px; font-size: .95rem; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.cto-button:hover { transform: translateY(-2px); }
.cto-button--primary { color: white; background: var(--cto-pink); }
.cto-button--primary:hover { color: white; background: #f04a60; }
.cto-button--ghost { color: white; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.06); }
.cto-button--ghost:hover { color: white; background: rgba(255,255,255,.12); }
.cto-browser { background: white; padding: 8px; border-radius: 18px; box-shadow: 0 40px 100px rgba(0,0,0,.35); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.cto-browser img { display: block; width: 100%; border-radius: 0 0 12px 12px; }
.cto-browser__bar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 10px; color: #8790a3; font-size: 10px; }
.cto-browser__bar i { width: 8px; height: 8px; border-radius: 50%; background: #d7dce6; }
.cto-browser__bar i:first-child { background: var(--cto-pink); }
.cto-browser__bar span { margin-inline: auto; padding-right: 45px; }
.cto-data-chip { position: absolute; background: white; color: var(--cto-navy); border-radius: 14px; padding: 13px 18px; box-shadow: var(--cto-shadow); display: flex; flex-direction: column; line-height: 1.2; }
.cto-data-chip strong { font-size: 1.05rem; }
.cto-data-chip span { color: var(--cto-muted); font-size: .68rem; margin-top: 4px; }
.cto-data-chip--time { right: -18px; top: 18%; }
.cto-data-chip--flight { left: -22px; bottom: 14%; }
.cto-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.cto-orbit--one { width: 650px; height: 650px; right: -290px; top: -330px; }
.cto-orbit--two { width: 340px; height: 340px; left: -170px; bottom: -130px; }
.cto-scroll { position: absolute; bottom: 30px; left: 50%; width: 30px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; }
.cto-scroll span { position: absolute; top: 9px; left: 13px; width: 3px; height: 8px; border-radius: 3px; background: white; animation: cto-scroll 1.7s infinite; }
@keyframes cto-scroll { 0% { transform: translateY(0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(17px); opacity: 0; } }

.cto-product { background: #f7f9fd; }
.cto-product__screen { overflow: hidden; border: 1px solid var(--cto-line); border-radius: var(--cto-radius); background: white; padding: 10px; box-shadow: var(--cto-shadow); }
.cto-product__screen img { width: 100%; display: block; border-radius: 16px; }
.cto-section-title { max-width: 720px; margin-bottom: 55px !important; }
.cto-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cto-pillar { min-height: 430px; display: flex; flex-direction: column; padding: 18px 18px 30px; border: 1px solid var(--cto-line); border-radius: var(--cto-radius); background: white; transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.cto-pillar:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(20, 39, 82, .1); }
.cto-pillar > span { color: var(--cto-pink); font-size: .8rem; font-weight: 800; margin: 24px 16px 0; }
.cto-pillar h3 { margin-top: auto; margin-bottom: 8px; }
.cto-pillar h3, .cto-pillar p { margin-left: 16px; margin-right: 16px; }
.cto-pillar p { margin-bottom: 0; }
.cto-card-image { display: block; width: 100%; aspect-ratio: 1.28; object-fit: cover; border-radius: 16px; background: var(--cto-blue); }
.cto-phases { color: white; background: var(--cto-blue); }
.cto-phases h2 { color: white; }
.cto-phases .cto-label { color: #ff7888 !important; }
.cto-phases .cto-lead { color: rgba(255,255,255,.72) !important; }
.cto-phases__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.cto-phase-list { list-style: none; margin: 40px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.cto-phase-list li { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-weight: 700; }
.cto-phase-list span { color: #ff7888; font-size: .72rem; }
.cto-phases__image { padding: 8px; border-radius: var(--cto-radius); background: white; box-shadow: var(--cto-shadow); }
.cto-phases__image img { display: block; width: 100%; border-radius: 17px; }
.cto-audiences { background: #f7f9fd; }
.cto-audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--cto-line); border-left: 1px solid var(--cto-line); }
.cto-audience { position: relative; min-height: 280px; display: grid; grid-template-columns: 112px 1fr; grid-template-rows: auto auto 1fr auto; column-gap: 25px; padding: 28px; border-right: 1px solid var(--cto-line); border-bottom: 1px solid var(--cto-line); color: inherit; background: white; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.cto-audience:hover { z-index: 2; color: inherit; transform: translateY(-5px); box-shadow: var(--cto-shadow); }
.cto-audience > span { color: var(--cto-pink); font-size: .75rem; font-weight: 800; }
.cto-audience .cto-card-image { grid-column: 1; grid-row: 1 / 5; width: 112px; height: 112px; aspect-ratio: 1; align-self: start; border-radius: 20px; }
.cto-audience > span, .cto-audience h3, .cto-audience p, .cto-card-link { grid-column: 2; margin-left: 0; margin-right: 0; }
.cto-audience > span { display: block; margin-top: 0; }
.cto-audience h3 { margin-top: 12px; }
.cto-audience p { margin: 10px 0 0; }
.cto-card-link { display: block; align-self: end; margin-top: 18px; color: var(--cto-blue); font-size: .85rem; }
.cto-integrations__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.cto-integrations__grid h2 { font-size: clamp(2rem, 3.3vw, 3.4rem); }
.cto-logos { display: grid; gap: 12px; }
.cto-logos span { display: grid; place-items: center; min-height: 88px; border: 1px solid var(--cto-line); border-radius: 18px; color: var(--cto-blue); font-size: 1.35rem; font-weight: 800; background: white; }
.cto-final-cta { padding-top: 30px; }
.cto-final-cta__panel { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 64px; border-radius: 30px; color: white; background: var(--cto-navy); overflow: hidden; }
.cto-final-cta h2 { color: white; max-width: 750px; font-size: clamp(2rem, 3.5vw, 3.7rem); }
.cto-final-cta p { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 1.15rem; line-height: 1.7; }
.cto-button--light { flex: 0 0 auto; color: var(--cto-navy); background: white; }
.cto-button--light:hover { color: var(--cto-blue); background: var(--cto-sky); }

[data-cto-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-cto-reveal].is-visible { opacity: 1; transform: none; }

.cto-solution-hero { position: relative; overflow: hidden; padding: 110px 0; color: white; background: var(--cto-navy); }
.cto-solution-hero::after { content: ''; position: absolute; width: 650px; height: 650px; right: -250px; top: -330px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.cto-solution-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; }
.cto-solution-hero h1 { color: white; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.055em; margin: 18px 0 28px; }
.cto-solution-hero__image { overflow: hidden; padding: 7px; border-radius: var(--cto-radius); background: white; box-shadow: var(--cto-shadow); }
.cto-solution-hero__image img { display: block; width: 100%; border-radius: 17px; }
.cto-solution--clubs .cto-solution-hero__image { grid-column: 1; grid-row: 1; }
.cto-solution--clubs .cto-solution-hero__grid > div:first-child { grid-column: 2; grid-row: 1; }
.cto-benefit-image { display: block; width: calc(100% + 36px); max-width: none; height: auto; margin: -18px -18px 8px; border-radius: 16px 16px 10px 10px; }
.cto-solution--pilots .cto-benefit-image { aspect-ratio: 1; object-fit: contain; background: var(--cto-blue); }
.cto-solution--pilots .cto-pillar:first-child .cto-benefit-image { object-fit: cover; object-position: left center; }
.cto-solution--pilots .cto-pillar:nth-child(2) .cto-benefit-image { object-fit: cover; }
.cto-benefits .cto-pillar h3 { margin-top: 18px; }
.cto-benefits { padding-bottom: 52px; background: #f7f9fd; }
.cto-solution-note { display: grid; grid-template-columns: 130px 1fr; gap: 30px; align-items: start; margin-top: 30px; padding: 28px 34px; border-left: 4px solid var(--cto-pink); border-radius: 0 16px 16px 0; background: white; }
.cto-solution-note strong { color: var(--cto-navy); }
.cto-solution-note p { margin: 0; }
.cto-showcase { padding-top: 52px; background: white; }
.cto-showcase__heading { max-width: 850px; margin-bottom: 68px; }
.cto-showcase__heading h2 { margin: 12px 0 22px; }
.cto-showcase__heading > p:last-child { max-width: 720px; margin: 0; font-size: 1.15rem; }
.cto-showcase__list { display: grid; gap: 92px; }
.cto-showcase__item { display: grid; gap: 30px; }
.cto-showcase__copy { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: end; }
.cto-showcase__copy h3 { font-size: clamp(1.65rem, 2.5vw, 2.45rem); letter-spacing: -.03em; }
.cto-showcase__copy p { max-width: 720px; margin: 0; }
.cto-showcase__screen { position: relative; overflow: hidden; margin: 0; padding: 9px; border: 1px solid var(--cto-line); border-radius: 24px; background: #fff; box-shadow: 0 28px 75px rgba(20, 39, 82, .13); }
.cto-showcase__screen::before { content: ''; display: block; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); }
.cto-showcase__screen img { display: block; width: 100%; height: auto; border-radius: 16px; }
.cto-solution--pilots .cto-showcase__item--pilot-overview,
.cto-solution--pilots .cto-showcase__item--pilot-alert-stats { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 56px; align-items: center; }
.cto-solution--pilots .cto-showcase__item--pilot-overview .cto-showcase__copy { grid-column: 2; grid-row: 1; display: block; }
.cto-solution--pilots .cto-showcase__item--pilot-overview .cto-showcase__screen { grid-column: 1; grid-row: 1; }
.cto-solution--pilots .cto-showcase__item--pilot-alert-stats { grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); }
.cto-solution--pilots .cto-showcase__item--pilot-alert-stats .cto-showcase__copy { grid-column: 1; grid-row: 1; display: block; }
.cto-solution--pilots .cto-showcase__item--pilot-alert-stats .cto-showcase__screen { grid-column: 2; grid-row: 1; width: min(100%, 650px); justify-self: end; }
.cto-solution--pilots .cto-showcase__copy h3 { margin-bottom: 16px; }

.cto-footer { margin-top: 110px; padding: 80px 0 26px; color: rgba(255,255,255,.7); background: #06142f; }
.cto-footer__grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr 1.2fr; gap: 55px; }
.cto-footer h2 { color: white; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 20px; }
.cto-footer a:not(.cto-button) { display: block; margin: 10px 0; color: rgba(255,255,255,.7); text-decoration: none; }
.cto-footer a:hover { color: white; }
.cto-footer__brand img { width: 180px; }
.cto-footer__brand p { max-width: 280px; }
.cto-footer__cta h2 { font-size: 1.5rem; line-height: 1.25; letter-spacing: -.02em; text-transform: none; }
.cto-footer__bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.cto-consent { position: fixed; z-index: 1000; right: 20px; bottom: 20px; width: min(430px, calc(100vw - 40px)); padding: 22px; border: 1px solid var(--cto-line); border-radius: 18px; background: white; box-shadow: var(--cto-shadow); }
.cto-consent[hidden] { display: none; }
.cto-consent p { margin: 0 0 16px; color: var(--cto-ink); font-size: .88rem; line-height: 1.55; }
.cto-consent div { display: flex; justify-content: flex-end; gap: 9px; }
.cto-consent button { min-height: 40px; padding: 0 15px; border: 1px solid var(--cto-line); border-radius: 999px; color: var(--cto-ink); background: white; font-weight: 700; }
.cto-consent button[data-cto-consent-accept] { border-color: var(--cto-blue); color: white; background: var(--cto-blue); }

@media (max-width: 1000px) {
  .cto-header__inner { display: flex; }
  .cto-menu-toggle { display: block; }
  .cto-navigation { position: fixed; inset: 88px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 20px 24px 30px; background: white; box-shadow: 0 25px 45px rgba(5,23,61,.14); }
  .cto-navigation a { padding: 13px 0; border-bottom: 1px solid var(--cto-line); font-size: 1rem; }
  .cto-menu-open .cto-navigation { display: flex; }
  .cto-menu-open { overflow: hidden; }
  .cto-menu-open .cto-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .cto-menu-open .cto-menu-toggle span:nth-child(2) { opacity: 0; }
  .cto-menu-open .cto-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .cto-header__actions .cto-login, .cto-header__actions .cto-header-demo { display: none; }
  .cto-hero { min-height: auto; }
  .cto-hero__grid, .cto-phases__grid, .cto-integrations__grid, .cto-solution-hero__grid { grid-template-columns: 1fr; }
  .cto-solution--clubs .cto-solution-hero__image,
  .cto-solution--clubs .cto-solution-hero__grid > div:first-child { grid-column: 1; grid-row: auto; }
  .cto-hero__grid { gap: 65px; }
  .cto-hero__copy { max-width: 760px; }
  .cto-heading--split { grid-template-columns: 1fr; gap: 24px; }
  .cto-showcase__copy { grid-template-columns: 1fr; gap: 12px; }
  .cto-solution--pilots .cto-showcase__item--pilot-overview,
  .cto-solution--pilots .cto-showcase__item--pilot-alert-stats { grid-template-columns: 1fr; gap: 28px; }
  .cto-solution--pilots .cto-showcase__item--pilot-overview .cto-showcase__copy,
  .cto-solution--pilots .cto-showcase__item--pilot-overview .cto-showcase__screen,
  .cto-solution--pilots .cto-showcase__item--pilot-alert-stats .cto-showcase__copy,
  .cto-solution--pilots .cto-showcase__item--pilot-alert-stats .cto-showcase__screen { grid-column: 1; grid-row: auto; width: 100%; justify-self: stretch; }
  .cto-solution--pilots .cto-showcase__item--pilot-alert-stats .cto-showcase__copy { order: 2; }
  .cto-solution--pilots .cto-showcase__item--pilot-alert-stats .cto-showcase__screen { order: 1; }
  .cto-phases__grid, .cto-integrations__grid { gap: 50px; }
  .cto-final-cta__panel { align-items: flex-start; flex-direction: column; }
  .cto-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  :root { --cto-container: min(100% - 30px, 1240px); }
  .cto-section { padding: 78px 0; }
  .cto-header__inner { min-height: 74px; }
  .cto-header .cto-container { width: calc(100% - 30px); }
  .cto-brand { width: 145px; }
  .cto-navigation { inset-block-start: 74px; }
  .cto-hero { padding: 70px 0 95px; }
  .cto-hero h1 { font-size: clamp(2.8rem, 14vw, 4.25rem); }
  .cto-actions { align-items: stretch; flex-direction: column; }
  .cto-button { width: 100%; }
  .cto-browser { transform: none; padding: 5px; }
  .cto-data-chip { display: none; }
  .cto-card-grid, .cto-audience-grid { grid-template-columns: 1fr; }
  .cto-pillar { min-height: 390px; }
  .cto-audience { min-height: 280px; grid-template-columns: 82px 1fr; column-gap: 18px; padding: 22px; }
  .cto-audience .cto-card-image { width: 82px; height: 82px; border-radius: 16px; }
  .cto-audience h3 { margin-top: 34px; }
  .cto-final-cta__panel { padding: 38px 28px; border-radius: 22px; }
  .cto-solution-hero { padding: 75px 0; }
  .cto-solution-note { grid-template-columns: 1fr; gap: 8px; padding: 25px; }
  .cto-benefits { padding-bottom: 36px; }
  .cto-showcase { padding-top: 36px; }
  .cto-showcase__heading { margin-bottom: 48px; }
  .cto-showcase__list { gap: 64px; }
  .cto-showcase__screen { padding: 5px; border-radius: 16px; }
  .cto-showcase__screen img { border-radius: 11px; }
  .cto-footer { margin-top: 70px; padding-top: 60px; }
  .cto-footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .cto-footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 50px; }
}

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