:root{--ink:#12324c;--muted:#708da1;--pale:#eef7fb;--navy:#121d30;--teal:#66e7dd;--green:#2aaf65;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--pale);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid #dcebf1}.header-row{min-height:78px;display:flex;align-items:center;gap:30px}.brand{display:inline-flex}.brand img{width:72px;height:72px;object-fit:contain}.header-row .brand{margin-right:auto}.header-row nav{display:flex;gap:28px;font-weight:700}.header-row nav a:hover{color:#298d8e}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:7px;font-weight:800}.button.green{color:#fff;background:var(--green)}.button.outline{border:1px solid #bedce3;background:#fff}.button.small{padding:10px 14px}.hero{min-height:570px;padding:70px 0;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.eyebrow{display:inline-block;margin-bottom:12px;color:#348e90;font-size:12px;font-weight:800;letter-spacing:.14em}.hero h1,.page-hero h1,.prose h1{margin:0;font-size:clamp(40px,5.5vw,66px);line-height:1.04;letter-spacing:-.05em}.hero p,.page-hero p{color:var(--muted);font-size:18px;line-height:1.7}.actions{display:flex;flex-wrap:wrap;gap:12px}.hero-image{position:relative;padding:20px}.hero-image:before{content:"";position:absolute;inset:0;border-radius:40% 60% 45% 55%;background:linear-gradient(135deg,#d2f2f0,#4db5b0);transform:rotate(-6deg)}.hero-image img{position:relative;border-radius:14px;box-shadow:0 30px 70px rgba(31,86,112,.22)}.section{padding:80px 0}.section.white{background:#fff}.section-title{max-width:680px;margin:0 auto 38px;text-align:center}.section-title.left{text-align:left;margin-left:0}.section-title h2,.faq-layout h2{margin:0;font-size:clamp(32px,4vw,48px);letter-spacing:-.04em}.three-grid,.two-grid,.card-grid{display:grid;gap:22px}.three-grid,.card-grid{grid-template-columns:repeat(3,1fr)}.two-grid{grid-template-columns:repeat(2,1fr)}.three-grid article,.two-grid article{padding:26px;border:1px solid #d1e8ec;border-radius:12px;background:#f8fcfd}.three-grid article>b,.two-grid article>b{font-size:32px;color:#63b5b1}.three-grid p,.two-grid p,.card p,.faq-layout>header p{color:var(--muted);line-height:1.65}.card{overflow:hidden;background:#fff;border:1px solid #dcebf0;border-radius:12px;box-shadow:0 14px 30px rgba(35,88,111,.06)}.card-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#173b56}.card-image img{width:100%;height:100%;object-fit:cover}.card-body{padding:23px}.card-body>span{color:#378f91;font-size:12px;font-weight:800;text-transform:uppercase}.card-body h3{font-size:20px;line-height:1.3}.read-more{color:#238687;font-weight:800}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq-list{border-top:1px solid #cfe2e8}.faq-list details{border-bottom:1px solid #cfe2e8}.faq-list summary{padding:20px 4px;cursor:pointer;font-weight:800}.faq-list details p{padding:0 30px 20px 4px;color:var(--muted);line-height:1.7}.site-footer,.dark-footer{padding:60px 0 0;color:#b7cbd8;background:#102a3d}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:70px}.footer-grid>div>a:not(.brand){display:block;margin:12px 0}.footer-grid h3{color:#fff}.footer-grid p{max-width:420px;line-height:1.7}.copyright{margin:45px 0 0;padding:20px;text-align:center;border-top:1px solid rgba(255,255,255,.12);font-size:13px}.page-hero{padding:90px 20px;text-align:center;background:linear-gradient(135deg,#e9f8fa,#dceff4)}.prose{width:min(820px,calc(100% - 40px));margin:auto;padding:70px 0 90px}.prose h2{margin:42px 0 12px;font-size:30px}.prose p,.prose li{color:#617e91;line-height:1.8}.prose .lead{font-size:20px;color:#456b82}.breadcrumbs,.meta{font-size:13px}.cover{width:100%;max-height:460px;object-fit:cover;margin:30px 0;border-radius:14px}.prose aside{padding:24px 28px;border-left:4px solid #48aaa5;background:#e2f4f4}.landing-page,.account-page{min-height:100vh;color:#fff;background-color:#363636;background-image:linear-gradient(135deg,rgba(255,255,255,.03) 25%,transparent 25%),linear-gradient(315deg,rgba(0,0,0,.09) 25%,#363636 25%);background-size:44px 44px}.top-banner{display:block;padding-top:5px}.top-banner img{width:90%;max-height:122px;margin:auto;object-fit:contain}.login-stage{min-height:65vh;display:grid;place-items:center;padding:24px}.login-card{width:min(400px,100%);padding:30px;border-radius:10px;background:linear-gradient(#3e6d8d,#121d30);box-shadow:0 30px 80px rgba(0,0,0,.28)}.login-card .brand.large{display:flex;justify-content:center;margin-bottom:18px}.login-card .brand.large img{width:145px;height:145px}.login-card label{display:flex;align-items:center;gap:10px;padding:5px 0 10px;margin-bottom:10px;border-bottom:1px solid #fff}.login-card label span{width:20px;text-align:center}.login-card input{flex:1;min-width:0;padding:7px 10px;color:#fff;background:transparent;border:0;outline:0}.login-card input::placeholder{color:#fff}.login-card button{display:block;min-width:120px;height:50px;margin:15px auto 0;color:#fff;border:0;border-radius:25px;background:linear-gradient(0deg,#3e6d8d,#121d30);box-shadow:0 8px 20px rgba(0,0,0,.55)}.login-card small{display:block;margin-top:15px;color:rgba(255,255,255,.7);text-align:center}.dark-footer{width:min(80%,1280px);margin:30px auto 0;padding:25px 0;background:transparent;border-top:1px solid #fff}.dark-footer .footer-grid{width:100%}.floating-contact{position:fixed;right:35px;bottom:7%;z-index:30;display:flex;align-items:center;color:#fff;font-weight:800}.floating-contact span{padding:9px 25px 9px 16px;border:1px solid #fff;border-radius:30px 7px 7px 30px;background:#2ab63f}.floating-contact b{display:grid;place-items:center;width:48px;height:48px;margin-left:-13px;border:3px solid #fff;border-radius:50%;background:#20c65a;font-size:22px}.account-header{height:80px;display:flex;align-items:center;justify-content:space-between}.account-header img{width:65px;height:65px;object-fit:contain}.account-header>a:last-child{color:var(--teal)}.account-hero{padding:55px 20px 70px;text-align:center;background:rgba(8,17,27,.78)}.account-hero h1{margin:0;font-size:clamp(38px,5vw,58px)}.account-hero>p{color:#c0d0d8}.account-hero .login-card{margin:30px auto 0;text-align:left}.account-content{width:min(900px,calc(100% - 40px));margin:auto;padding:60px 0}.account-content h2,.account-content h3{color:var(--teal)}.account-content p,.account-content li{line-height:1.75}.info-box{margin:25px 0;padding:24px 28px;border:1px solid #34817b;border-radius:10px;background:rgba(255,255,255,.06)}.account-page .faq-list{border-color:rgba(255,255,255,.4)}.account-page .faq-list details{border-color:rgba(255,255,255,.3)}.account-page .faq-list details p{color:#d5e0e5}@media(max-width:850px){.header-row{flex-wrap:wrap;padding:10px 0}.header-row nav{order:3;width:100%;justify-content:center;padding:8px 0}.hero{grid-template-columns:1fr}.three-grid,.card-grid{grid-template-columns:repeat(2,1fr)}.faq-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:580px){.wrap{width:min(100% - 28px,1160px)}.header-row nav{gap:15px;font-size:14px}.header-row .button{display:none}.hero{padding:50px 0}.hero h1{font-size:42px}.three-grid,.two-grid,.card-grid,.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.section{padding:60px 0}.top-banner img{width:100%}.login-stage{padding:16px}.login-card{padding:25px 20px}.dark-footer{width:94%}.floating-contact{right:10px;bottom:4%}.floating-contact span{display:none}.floating-contact b{margin:0}.account-hero{padding-left:14px;padding-right:14px}}
