:root {
  --navy:#08245b; --navy-deep:#061a42; --ink:#101b29; --rose:#d7355b;
  --rose-dark:#bd2449; --green:#149b65; --green-dark:#0b7d50; --blue:#2f72d8;
  --bg:#eef4f9; --bg-soft:#f7fafc; --muted:#64758a; --line:#dce6ef;
  --card:#fff; --shadow:0 18px 55px rgba(18,47,78,.09);
  --shadow-soft:0 10px 30px rgba(18,47,78,.06); --radius:24px; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto} a{color:inherit} button,summary,a{-webkit-tap-highlight-color:transparent}
.skip-link{position:fixed;left:16px;top:12px;z-index:1000;transform:translateY(-160%);background:var(--navy);color:#fff;padding:10px 14px;border-radius:10px;font-weight:750}
.skip-link:focus{transform:translateY(0)}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(220,230,239,.9);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--navy);text-decoration:none}
.brand img{width:46px;height:46px;border-radius:12px}.brand-word{font-size:1.55rem;line-height:1;letter-spacing:-.035em;font-weight:800}.brand-word span{color:var(--green)}
.desktop-nav{display:flex;align-items:center;gap:25px}.desktop-nav>a:not(.button){color:var(--navy);text-decoration:none;font-size:.96rem;font-weight:700}.desktop-nav>a:not(.button):hover{color:var(--rose)}
.mobile-nav{display:none;position:relative}.mobile-nav summary{list-style:none;width:46px;height:46px;border:1px solid var(--line);border-radius:13px;cursor:pointer;display:grid;place-items:center;background:#fff}.mobile-nav summary::-webkit-details-marker{display:none}
.mobile-nav summary span,.mobile-nav summary span::before,.mobile-nav summary span::after{display:block;width:20px;height:2px;background:var(--navy);border-radius:2px;content:"";position:relative}.mobile-nav summary span::before{position:absolute;top:-6px}.mobile-nav summary span::after{position:absolute;top:6px}
.mobile-nav nav{position:absolute;right:0;top:55px;width:min(290px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow);display:grid;gap:4px}
.mobile-nav nav a{text-decoration:none;padding:12px 13px;font-weight:700;color:var(--navy);border-radius:10px}.mobile-nav nav a:not(.button):hover{background:var(--bg)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 19px;border-radius:14px;background:var(--rose);color:#fff;text-decoration:none;font-weight:800;border:1px solid var(--rose);box-shadow:0 10px 24px rgba(215,53,91,.18);transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}
.button:hover{transform:translateY(-1px);background:var(--rose-dark);box-shadow:0 14px 28px rgba(215,53,91,.23)}
.button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid rgba(47,114,216,.38);outline-offset:3px}.button-small{min-height:42px;padding:9px 15px;border-radius:12px;font-size:.93rem}.text-link{color:var(--navy);font-weight:800;text-underline-offset:4px}
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f8fbfd 48%,var(--bg) 100%)}
.hero::before{content:"";position:absolute;width:620px;height:620px;right:-180px;top:65px;border-radius:50%;background:radial-gradient(circle,rgba(20,155,101,.12) 0%,rgba(47,114,216,.06) 42%,rgba(255,255,255,0) 72%)}
.hero-grid{min-height:680px;padding-block:64px 58px;display:grid;grid-template-columns:1.06fr .94fr;gap:46px;align-items:center;position:relative;z-index:2}.hero-copy{max-width:680px}
.eyebrow{margin:0 0 12px;color:var(--rose);font-weight:850;letter-spacing:.02em;font-size:.95rem}
h1,h2,h3{margin-top:0;text-wrap:balance}h1{margin-bottom:22px;color:var(--navy);font-size:clamp(3rem,5.6vw,4.8rem);line-height:.98;letter-spacing:-.055em}
h2{color:var(--navy);font-size:clamp(2.25rem,4.3vw,3.45rem);line-height:1.05;letter-spacing:-.045em}h3{color:var(--ink);font-size:1.42rem;line-height:1.16;letter-spacing:-.02em}
.hero-lead{margin:0;max-width:660px;color:var(--muted);font-size:clamp(1.08rem,2vw,1.27rem)}.hero-actions{margin-top:28px;display:flex;align-items:center;flex-wrap:wrap;gap:18px}
.platform-note{margin:14px 0 0;color:var(--muted);font-size:.91rem}.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.hero-pills span{padding:7px 11px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.78);color:var(--navy);font-size:.82rem;font-weight:750}
.hero-art{position:relative;min-width:0;display:grid;place-items:center}.phone-halo{position:absolute;width:86%;aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,rgba(47,114,216,.11),rgba(20,155,101,.15));filter:blur(2px)}
.hero-phone{position:relative;width:min(435px,100%);filter:drop-shadow(0 26px 42px rgba(8,36,91,.18))}
.hero-decor{position:absolute;left:0;right:0;bottom:0;height:135px;opacity:.25}.hero-decor svg{width:100%;height:100%}.hero-decor path{fill:none;stroke:var(--blue);stroke-width:3.5;vector-effect:non-scaling-stroke}
.section{padding:92px 0}.compact-section{padding:58px 0}.section-tint{background:var(--bg)}.section-tour{background:linear-gradient(180deg,#f9fbfd 0%,#eef4f9 100%)}
.section-heading{max-width:850px}.section-heading.centered{text-align:center;margin-inline:auto}.lead{margin:0;color:var(--muted);font-size:1.17rem}
.three-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:40px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}
.benefit-card{padding:28px}.benefit-card h3{margin:18px 0 8px}.benefit-card p,.feature-card p{margin:0;color:var(--muted)}
.icon-badge{width:50px;height:50px;border-radius:15px;display:grid;place-items:center}.icon-badge svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.icon-badge.rose{background:#fdecef;color:var(--rose)}.icon-badge.green{background:#e5f6ef;color:var(--green)}.icon-badge.blue{background:#eaf1ff;color:var(--blue)}
.feature-grid{margin-top:44px}.feature-card{padding:27px;min-height:250px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cbdbe8}
.feature-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:32px}.feature-number{font-weight:850;color:#a5b5c3;letter-spacing:.05em}.feature-tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fdecef;color:var(--rose);font-size:.76rem;font-weight:850}.green-tag{background:#e5f6ef;color:var(--green)}.blue-tag{background:#eaf1ff;color:var(--blue)}.feature-card h3{margin-bottom:10px}
.tour-row{margin-top:78px;display:grid;grid-template-columns:1fr .9fr;gap:74px;align-items:center}.tour-row.reverse{grid-template-columns:.9fr 1fr}.tour-row.reverse .tour-copy{order:2}.tour-row.reverse .tour-art{order:1}.tour-copy{max-width:525px}
.tour-kicker{display:inline-flex;margin-bottom:12px;color:var(--rose);font-size:.85rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.green-text{color:var(--green)}.blue-text{color:var(--blue)}
.tour-copy h3{color:var(--navy);font-size:clamp(2rem,3vw,2.65rem);margin-bottom:14px}.tour-copy>p{color:var(--muted);font-size:1.08rem}
.check-list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:11px}.check-list li{position:relative;padding-left:29px;color:#405266;font-weight:650}.check-list li::before{content:"✓";position:absolute;left:0;top:0;width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:#fdecef;color:var(--rose);font-size:.8rem;font-weight:900}.green-checks li::before{background:#e5f6ef;color:var(--green)}.blue-checks li::before{background:#eaf1ff;color:var(--blue)}
.tour-art{display:grid;place-items:center;min-width:0}.device-stage{width:min(440px,100%);border-radius:44px;padding:30px 38px 12px;display:grid;place-items:center;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}.device-stage img{width:100%;filter:drop-shadow(0 18px 24px rgba(8,36,91,.15))}
.rose-stage{background:linear-gradient(145deg,#fff,#fcecef)}.green-stage{background:linear-gradient(145deg,#fff,#e8f7f1)}.blue-stage{background:linear-gradient(145deg,#fff,#eaf2ff)}
.team-section{background:var(--navy);color:#fff}.team-section h2{color:#fff}.team-section .eyebrow{color:#8edcb9}.team-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.team-copy{font-size:1.1rem;color:#e4ecf5}.team-copy p{margin-top:0}.supporting-note{padding-top:18px;border-top:1px solid rgba(255,255,255,.18);font-size:.98rem;color:#bfcddd}
.platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:40px}.platform-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:29px;min-height:275px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;align-items:flex-start}.platform-card h3{color:var(--navy);font-size:1.6rem;margin:15px 0 8px}.platform-card p{margin:0 0 24px;color:var(--muted)}.platform-card .button{margin-top:auto}.platform-live{border-color:rgba(20,155,101,.35);box-shadow:0 16px 42px rgba(20,155,101,.09)}
.status{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f0f3f5;color:var(--muted);font-size:.76rem;font-weight:850}.status.live{background:#e5f6ef;color:var(--green-dark)}
.notice{display:flex;align-items:flex-start;gap:16px;padding:23px 25px;background:#fff;border:1px solid var(--line);border-radius:20px;color:var(--muted);box-shadow:var(--shadow-soft)}.notice-icon{flex:0 0 auto;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eaf1ff;color:var(--blue);font-weight:900}.notice p{margin:1px 0 0}.notice strong{color:var(--ink)}
.closing-cta{padding:62px 0;background:linear-gradient(120deg,var(--navy) 0%,#0b3b79 72%,#0f6a5a 125%);color:#fff}.closing-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.closing-cta h2{margin-bottom:10px;color:#fff;font-size:clamp(2.2rem,4vw,3.4rem)}.closing-cta p{margin:0;color:#dbe7f2;font-size:1.07rem}.light-eyebrow{color:#9fe1c4!important}.closing-actions{display:flex;flex-wrap:wrap;gap:11px;flex:0 0 auto}
.button-light{background:#fff;border-color:#fff;color:var(--navy);box-shadow:none}.button-light:hover{background:#f2f6fa;color:var(--navy)}.button-outline-light{background:transparent;border-color:rgba(255,255,255,.55);color:#fff;box-shadow:none}.button-outline-light:hover{background:rgba(255,255,255,.09)}
.site-footer{background:#06162e;color:#fff;padding:50px 0 25px}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:start}.footer-brand{color:#fff}.footer-brand .brand-word{color:#fff}.footer-brand img{background:#f7f7f7}.footer-tagline{margin:13px 0 3px;font-weight:750}.footer-small{margin:0;color:#9fb0c2;font-size:.9rem}.footer-links{display:grid;gap:10px;text-align:right}.footer-links a{color:#dce8f4;text-underline-offset:4px}.footer-bottom{margin-top:35px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#8498ad;font-size:.82rem}
@media (prefers-reduced-motion:no-preference){.hero-copy{animation:intro .6s ease both}.hero-phone{animation:phone-in .72s .08s cubic-bezier(.2,.7,.2,1) both}@keyframes intro{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes phone-in{from{opacity:0;transform:translateY(22px) scale(.985)}to{opacity:1;transform:none}}}
@media (max-width:930px){.desktop-nav{display:none}.mobile-nav{display:block}.hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:56px;gap:28px}.hero-copy{max-width:760px}.hero-art{margin-top:8px}.hero-phone{width:min(410px,78vw)}.three-grid,.platform-grid{grid-template-columns:1fr 1fr}.tour-row,.tour-row.reverse{grid-template-columns:1fr 1fr;gap:38px}.team-grid{grid-template-columns:1fr;gap:16px}.closing-inner{align-items:flex-start;flex-direction:column}}
@media (max-width:680px){.container{width:min(100% - 32px,var(--max))}.header-inner{min-height:68px}.brand img{width:40px;height:40px}.brand-word{font-size:1.35rem}.hero-grid{padding:42px 0}.hero::before{width:420px;height:420px;right:-220px;top:200px}h1{font-size:clamp(2.65rem,13vw,3.55rem)}h2{font-size:clamp(2rem,10vw,2.7rem)}.hero-lead{font-size:1.03rem}.hero-actions{align-items:stretch;flex-direction:column;gap:12px}.hero-actions .button{width:100%}.hero-actions .text-link{text-align:center;padding:10px}.hero-phone{width:min(380px,94vw)}.hero-pills{gap:6px}.hero-pills span{font-size:.76rem}.section{padding:68px 0}.compact-section{padding:44px 0}.three-grid,.platform-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.tour-row,.tour-row.reverse{grid-template-columns:1fr;gap:24px;margin-top:60px}.tour-row.reverse .tour-copy,.tour-row.reverse .tour-art{order:initial}.tour-art{order:2}.tour-copy{order:1;max-width:none}.device-stage{width:min(390px,100%);padding:24px 30px 10px;border-radius:34px}.team-copy{font-size:1rem}.notice{padding:20px}.closing-cta{padding:50px 0}.closing-actions{width:100%}.closing-actions .button{flex:1 1 100%}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-links{text-align:left}.footer-bottom{flex-direction:column;gap:8px}}
@media (max-width:360px){.brand-word{font-size:1.22rem}.mobile-nav summary{width:42px;height:42px}.hero-pills span{flex:1 1 calc(50% - 6px);text-align:center}}
