:root{--navy:#0d2d66;--blue:#0D47A1;--blue2:#1565C0;--sky:#29B6F6;--orange:#FF8A00;--ink:#263238;--muted:#607d8b;--pale:#ECEFF1;--white:#fff;--radius:22px;--shadow:0 24px 70px rgba(13,45,102,.15)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid #edf1f5}.brand{display:flex;align-items:center;gap:11px}.brand img{width:48px;height:48px;object-fit:cover;border-radius:13px}.brand>span{display:flex;flex-direction:column}.brand strong{font-size:25px;line-height:1;color:var(--blue);font-style:italic}.brand strong span,.mini-logo b span,.phone-brand b span{color:var(--orange)}.brand small{font-size:9px;text-transform:uppercase;letter-spacing:1.4px;font-weight:600;color:var(--navy);margin-top:5px}.topbar nav{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:500}.topbar nav>a:not(.btn):hover{color:var(--blue2)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:11px 19px;font-weight:700;font-size:14px;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-orange{background:var(--orange);color:#fff;box-shadow:0 10px 24px rgba(255,138,0,.25)}.btn-outline{border:1.5px solid var(--blue);color:var(--blue)}.btn-light{background:#fff;color:var(--blue)}.btn-big{padding:15px 23px;font-size:15px}.menu{display:none;border:0;background:none;font-size:25px;color:var(--blue)}.hero{min-height:680px;background:linear-gradient(127deg,#082e75 0%,#0d4eb5 68%,#1565c0 100%);color:#fff;padding:88px max(5vw,24px) 100px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:7vw;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:480px;height:480px;border:110px solid rgba(41,182,246,.09);border-radius:50%;right:-250px;bottom:-240px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.8px;color:var(--sky)}.eyebrow.blue{color:var(--blue2)}.eyebrow.light{color:#8edcff}.hero h1{font-size:clamp(42px,5vw,70px);line-height:1.07;letter-spacing:-2.5px;margin:17px 0 25px}.hero h1 em{font-style:normal;color:#48c3ff}.hero-copy>p{font-size:18px;line-height:1.7;max-width:650px;color:#dcecff}.actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:31px}.trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:26px;font-size:13px;color:#c9def6}.hero-visual{position:relative;z-index:2}.dashboard{background:#fff;color:var(--ink);padding:26px;border-radius:24px;box-shadow:0 35px 90px rgba(0,0,0,.25);transform:rotate(1.2deg)}.dash-head{display:flex;justify-content:space-between;align-items:center}.mini-logo,.phone-brand{display:flex;align-items:center;gap:7px}.mini-logo img,.phone-brand img{width:30px;height:30px;border-radius:8px}.mini-logo b,.phone-brand b{font-size:16px;color:var(--blue);font-style:italic}.online{font-size:11px;color:#218c52;background:#e7f7ed;padding:6px 10px;border-radius:99px}.dashboard h3{font-size:19px;margin:24px 0 15px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.metric-grid article{padding:14px;background:#f4f8fd;border:1px solid #e5edf7;border-radius:14px;display:flex;flex-direction:column}.metric-grid i{color:var(--blue2);font-style:normal}.metric-grid small{font-size:9px;color:var(--muted);margin:5px 0}.metric-grid b{font-size:23px;color:var(--blue)}.schedule{margin-top:16px;border:1px solid #e5edf7;border-radius:14px;padding:15px}.schedule>div{display:flex;justify-content:space-between;font-size:11px}.schedule>div span{color:var(--muted)}.schedule ul{list-style:none;margin:12px 0 0;padding:0}.schedule li{display:flex;align-items:center;gap:10px;border-top:1px solid #edf1f5;padding:12px 0}.schedule time{font-size:11px;font-weight:700;color:var(--blue)}.schedule li>span{display:flex;flex-direction:column;flex:1;font-size:11px}.schedule li small{font-size:9px;color:var(--muted)}.schedule mark{font-size:8px;color:#198754;background:#e8f7ee;padding:5px 7px;border-radius:99px}.float-card{position:absolute;right:-25px;bottom:-34px;background:#fff;color:var(--ink);padding:13px 17px;border-radius:14px;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px}.float-card div{display:flex;flex-direction:column;font-size:11px}.float-card small{font-size:8px;color:var(--muted)}.float-icon{background:#e7f7ed;color:#198754;border-radius:50%;width:27px;height:27px;display:grid;place-items:center}.strip{text-align:center;padding:34px max(5vw,24px);background:#f5f8fc}.strip p{font-size:13px;color:var(--muted);margin:0 0 16px}.strip div{display:flex;gap:36px;justify-content:center;flex-wrap:wrap;color:var(--blue);font-weight:700;font-size:13px}.section{padding:105px max(6vw,24px)}.intro{text-align:center}.section h2{font-size:clamp(32px,4vw,50px);line-height:1.15;letter-spacing:-1.5px;margin:14px auto 18px;color:var(--navy);max-width:900px}.intro>p{max-width:700px;margin:auto;color:var(--muted);line-height:1.75}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:55px;text-align:left}.feature-grid article{border:1px solid #e4ebf2;border-radius:18px;padding:28px 25px;transition:.25s}.feature-grid article:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(13,71,161,.1);border-color:#cbdcf3}.feature-grid article>span{display:grid;place-items:center;width:45px;height:45px;background:#eaf4ff;color:var(--blue2);border-radius:12px;font-size:21px}.feature-grid h3{font-size:17px;margin:20px 0 9px;color:var(--navy)}.feature-grid p{font-size:13px;line-height:1.65;color:var(--muted);margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center;background:#f4f8fd}.phone-wrap{display:flex;justify-content:center}.phone{width:280px;background:#fff;border:10px solid #10233a;border-radius:38px;padding:14px 15px 0;box-shadow:0 30px 70px rgba(13,45,102,.24)}.phone-top{font-size:9px;display:flex;justify-content:space-between;margin-bottom:25px}.phone-brand img{width:25px;height:25px}.phone-brand b{font-size:14px}.phone>p{font-size:12px;color:var(--blue);font-weight:700;margin:26px 0 15px}.app-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.app-grid span{height:88px;border:1px solid #e3eaf2;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--blue2);font-size:26px}.app-grid small{font-size:9px;margin-top:8px;color:var(--ink)}.bottom-nav{margin:26px -15px 0;background:var(--blue);color:#fff;padding:14px;text-align:center;border-radius:0 0 25px 25px;font-size:13px}.steps h2{text-align:left;margin-left:0}.steps ol{list-style:none;padding:0;counter-reset:step}.steps li{position:relative;padding-left:58px;margin:25px 0;counter-increment:step}.steps li:before{content:counter(step);position:absolute;left:0;top:0;width:38px;height:38px;border-radius:11px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:800}.steps li b{color:var(--navy)}.steps li p{margin:4px 0;color:var(--muted);font-size:14px}.text-link{color:var(--blue2);font-weight:700}.audience{background:var(--navy);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;align-items:center}.audience h2{color:#fff;text-align:left;margin-left:0}.audience p{color:#d9e8fa;line-height:1.7}.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:27px}.chips span{border:1px solid rgba(255,255,255,.25);border-radius:99px;padding:9px 14px;font-size:12px}.quote{background:linear-gradient(145deg,#1558bd,#0d47a1);border:1px solid rgba(255,255,255,.18);padding:38px;border-radius:var(--radius);box-shadow:0 25px 60px rgba(0,0,0,.2)}.quote>span{font-size:70px;color:var(--orange);line-height:.7}.quote p{font-size:20px;font-weight:600;color:#fff}.quote small{color:#9bdcff}.modules{text-align:center}.module-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:950px;margin:50px auto 0;text-align:left}.module-grid article{padding:38px;border:1px solid #dfe7f0;border-radius:var(--radius)}.module-grid article.pro{background:linear-gradient(145deg,#0d47a1,#082d6b);color:#fff;border:0;box-shadow:var(--shadow)}.tag{display:inline-block;color:var(--blue2);background:#eaf4ff;padding:7px 10px;border-radius:8px;font-size:10px;font-weight:800;letter-spacing:1px}.pro .tag{background:var(--orange);color:#fff}.module-grid h3{font-size:25px;margin:20px 0 10px;color:var(--navy)}.pro h3{color:#fff}.module-grid p{color:var(--muted);font-size:14px;line-height:1.7}.pro p{color:#cfe2f8}.module-grid ul{list-style:none;padding:0;margin:25px 0 0}.module-grid li{margin:12px 0;font-size:13px}.module-grid li:before{content:"✓";color:var(--orange);font-weight:800;margin-right:10px}.cta{padding:80px max(6vw,24px);background:linear-gradient(120deg,#0d47a1,#1565c0);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:40px}.cta h2{font-size:clamp(30px,4vw,48px);line-height:1.15;margin:13px 0;max-width:700px}.cta p{color:#d9e8fa;max-width:650px}.btn-ghost{border:1px solid rgba(255,255,255,.5);color:#fff}.cta .actions{flex-shrink:0}footer{background:#071d43;color:#d3e3f5;padding:70px max(6vw,24px) 25px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr;gap:45px}.footer-top>div{display:flex;flex-direction:column;gap:13px}.footer-top b{color:#fff;font-size:14px}.footer-top a{font-size:12px;color:#bcd0e7}.footer-top a:hover{color:#fff}.footer-brand p{font-size:12px;line-height:1.7;max-width:340px;color:#9eb7d2}.footer-brand .brand strong{color:#fff}.footer-brand .brand small{color:#a8c1dc}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:50px;padding-top:22px;display:flex;justify-content:space-between;font-size:10px;color:#819ab6}@media(max-width:950px){.topbar nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:25px;flex-direction:column;align-items:stretch;box-shadow:0 15px 25px rgba(0,0,0,.1)}.topbar nav.open{display:flex}.menu{display:block}.hero{grid-template-columns:1fr;padding-top:65px}.hero-visual{max-width:650px}.feature-grid{grid-template-columns:1fr 1fr}.split,.audience{grid-template-columns:1fr}.cta{flex-direction:column;align-items:flex-start}.footer-top{grid-template-columns:2fr 1fr 1fr}.footer-top>div:last-child{display:none}}@media(max-width:620px){.topbar{height:72px}.brand img{width:42px;height:42px}.brand strong{font-size:22px}.topbar nav{top:72px}.hero{padding-top:55px;padding-bottom:75px}.hero h1{letter-spacing:-1.5px}.hero-copy>p{font-size:16px}.trust{gap:11px}.dashboard{padding:17px}.float-card{right:0}.metric-grid article{padding:10px}.schedule>div span,.schedule mark{display:none}.section{padding:75px 22px}.feature-grid,.module-grid{grid-template-columns:1fr}.phone{width:255px}.audience{padding:75px 22px}.quote{padding:28px}.cta{padding:65px 22px}.cta .actions{width:100%;flex-direction:column}.cta .btn{width:100%}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}}
