:root{--blue: #1696e8;--deep-blue: #096fb3;--green: #72bf44;--ink: #0f1f2e;--soft-bg: #f1f7fd}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#eef5fb,#edf6ff)}main{width:100%;max-width:none;margin:0;padding-bottom:2rem}.nav-wrap{margin-top:0;background:#fff;border-radius:0;box-shadow:0 8px 16px #096fb31a;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.2rem;position:sticky;top:8px;z-index:10}.logo-mark{width:108px;height:108px;border-radius:50%;border:0;display:grid;place-items:center;text-decoration:none;background:transparent}.logo-mark img{width:100%;height:100%;object-fit:contain}.logo-fallback{width:100%;height:100%;border-radius:50%;border:3px solid #caa32d;display:grid;place-items:center;background:#fff;color:#0a7fc6;font-weight:800;letter-spacing:.03em}.nav-wrap nav{display:flex;gap:1.2rem;flex-wrap:wrap;justify-content:flex-end}.nav-wrap a{text-decoration:none;color:#273847;font-weight:600;padding-bottom:.45rem}.nav-wrap a.active{color:var(--deep-blue);border-bottom:3px solid var(--blue)}.nav-wrap a:hover{color:var(--deep-blue)}.hero{margin-top:0;border-radius:0;padding:2.2rem 3.2rem 7.6rem;min-height:560px;background:linear-gradient(99deg,#f7fbff 44%,#ffffff4d 62%,#ffffff05),url(https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1600&q=80) right center/cover;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 12px 26px #064d7c24;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";position:absolute;left:-8%;width:116%;border-radius:54% 46% 0 0}.hero:before{bottom:26px;height:158px;background:linear-gradient(90deg,#6dc929 49%,#f2b41d);z-index:1}.hero:after{bottom:-70px;height:180px;background:linear-gradient(90deg,#0e9bf0 33%,#1092de);z-index:1}.hero-content{max-width:580px;position:relative;z-index:3}.hero h1{margin:0;font-size:clamp(2.2rem,5.3vw,4.15rem);line-height:1.03;letter-spacing:-.02em}.hero-blue{color:#148fda}.hero-green{color:var(--green)}.hero-gold{color:#efb029;font-family:Segoe Script,Brush Script MT,cursive;font-weight:600;font-size:.9em}.hero p{margin-top:1rem;width:min(95%,520px);font-size:1.25rem;line-height:1.4;color:#23374d}.hero-divider{width:92px;height:4px;border-radius:999px;background:#f0c33a;margin-top:.2rem}.hero-actions{margin-top:1.2rem;display:flex;gap:.8rem;flex-wrap:wrap}.btn{display:inline-block;text-decoration:none;font-weight:700;border-radius:10px;padding:.9rem 1.45rem;min-width:160px;text-align:center}.btn.primary{background:var(--blue);color:#fff}.btn.secondary{border:2px solid #9ec86f;color:#2e7f09;background:#f6ffef}.contact-card{position:absolute;z-index:4;right:70px;bottom:108px;width:min(360px,100%);background:#fff;border-radius:18px;box-shadow:0 10px 24px #1458853b;padding:1rem 1.3rem}.contact-card h3{margin:0 0 .5rem;color:var(--deep-blue);font-size:1.9rem;padding-bottom:.5rem;border-bottom:2px solid #f0c33a}.contact-row{display:flex;align-items:center;gap:.5rem;margin:.65rem 0;font-size:.98rem}.contact-icon{width:34px;height:34px;border-radius:50%;background:#d6ecff;display:grid;place-items:center;font-size:.95rem}.hero-feature-row{position:absolute;bottom:14px;left:34px;right:34px;z-index:4;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem}.mini-feature{display:flex;align-items:center;gap:.65rem;color:#fff}.mini-icon{width:54px;height:54px;border-radius:50%;background:#fffffff2;display:grid;place-items:center;color:var(--blue);font-size:1.35rem}.mini-feature h4{margin:0 0 .15rem;font-size:1.25rem}.mini-feature p{margin:0;font-size:.9rem;line-height:1.2;color:#eaf6ff}.section{margin-top:.8rem;background:#fff;border-radius:0;padding:1.5rem 3.2rem;box-shadow:0 9px 26px #1a567e1c}.section.alt{background:var(--soft-bg)}.section h2{margin-top:0;color:var(--deep-blue)}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{border-radius:14px;background:#fff;border:1px solid rgba(18,133,212,.18);padding:1rem}.belief{background:linear-gradient(145deg,#fff,#f5ffed)}.footer{text-align:center;color:#38556a;padding:1.6rem 1rem .8rem}@media (max-width: 800px){.nav-wrap{position:static}.hero{padding:1.2rem 1.2rem 8.2rem;min-height:640px}.section{padding:1.2rem}.hero:before{height:220px;bottom:70px}.hero:after{height:220px;bottom:-78px}.contact-card{left:1.2rem;right:1.2rem;bottom:136px;width:auto}.hero-feature-row{grid-template-columns:1fr;left:1.2rem;right:1.2rem;bottom:16px}}
