:root{--primary:#008a8f;--primary-dark:#007a7e;--bg-alt:#f4f8fb;--text-dark:#0f3147;--muted:#4B697B;--line:rgba(15, 49, 71, 0.1);--radius:8px;--max:1180px;--shadow:0 20px 60px rgba(15, 44, 65, 0.12)}.hero-page,.hero-page-inner{position:relative;align-items:center}.hero-page{background:linear-gradient(135deg,#0a2436 0,#0f3147 40%,#1a5276 100%);min-height:85vh;display:flex;padding:120px 24px 80px;color:#fff;overflow:hidden}.hero-page::before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,178,186,.15)0,transparent 70%);border-radius:50%}.hero-page-inner{max-width:var(--max);margin:0 auto;width:100%;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:40px}.hero-img{border-radius:10px;box-shadow:0 30px 60px rgba(0,0,0,.3);width:100%;height:auto;display:block}.hero-badge,.hero-page .btn{border-radius:999px;display:inline-flex;align-items:center}.hero-badge{gap:8px;padding:6px 14px;background:rgba(0,178,186,.2);border:1px solid rgba(0,178,186,.3);font-size:.85rem;font-weight:600;margin-bottom:20px}.hero-page h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;margin-bottom:16px;max-width:780px}.hero-page p{font-size:1.1rem;color:rgba(255,255,255,.85);max-width:620px;margin-bottom:28px;line-height:1.6}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap}.hero-actions{gap:14px;margin-bottom:40px}.hero-page .btn{min-height:52px;padding:0 28px;font-size:1rem;font-weight:700;justify-content:center;transition:all .2s;margin-top:0}.hero-page .btn-primary{background:var(--primary);color:#fff;box-shadow:0 14px 30px rgba(0,178,186,.3)}.hero-page .btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.hero-page .btn-secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.hero-page .btn-secondary:hover{background:rgba(255,255,255,.18);transform:translateY(-2px)}.hero-stats{gap:32px}.hero-stat strong{font-size:1.3rem;display:block}.hero-stat span{font-size:.85rem;color:rgba(255,255,255,.65)}section{padding:80px 24px}.section-inner{max-width:var(--max);margin:0 auto}.section-label{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:12px}.section-title{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1;margin-bottom:14px;color:var(--text-dark)}.section-desc{color:var(--muted);font-size:1rem;max-width:900px;margin:0 auto 36px;line-height:1.6;text-align:center}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:18px}.module-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;transition:transform .2s,box-shadow .2s}.module-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.module-card .icon,.vert-card .icon{font-size:1.8rem;margin-bottom:12px;display:block}.module-card h3{font-size:1.05rem;margin-bottom:8px;color:var(--text-dark)}.module-card p{font-size:.92rem;color:var(--muted);line-height:1.55}.module-card ul{margin-top:10px;padding-left:16px}.module-card ul li{font-size:.85rem;color:var(--muted);margin-bottom:4px}.alt-bg{background:var(--bg-alt)}.vert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.vert-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;text-align:center}.vert-card .icon{font-size:2.2rem}.faq-item h3,.step-card h3,.vert-card h3{font-size:1rem;margin-bottom:8px;color:var(--text-dark)}.faq-item p,.step-card p,.vert-card p{font-size:.9rem;color:var(--muted);line-height:1.5}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step-card{text-align:center;padding:32px 20px;border:1px solid var(--line);border-radius:var(--radius);position:relative}.step-num{width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;margin:0 auto 16px}.faq-item h3,.step-card h3{font-size:1.05rem}.faq-item p,.step-card p{font-size:.92rem}.faq-grid{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:var(--radius);padding:22px 24px}.faq-item h3{font-size:1rem;margin-bottom:6px}.faq-item p{line-height:1.6}.cta-band{background:linear-gradient(135deg,#0a2436 0,#0f3147 40%,#1a5276 100%);color:#fff;text-align:center}.cta-band h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:14px}.cta-band p{color:rgba(255,255,255,.8);max-width:560px;margin:0 auto 24px;font-size:1rem;line-height:1.6}.cta-band .btn{margin-top:0}@media (max-width:768px){.hero-page{min-height:auto;padding:100px 20px 60px}.hero-page-inner{grid-template-columns:1fr;gap:30px}.hero-img{max-width:500px;margin:0 auto}.hero-stats{gap:20px}.modules-grid,.steps-grid{grid-template-columns:1fr}section{padding:56px 20px}}@media (max-width:480px){.hero-stat strong{font-size:1.1rem}.hero-page h1{font-size:1.8rem}}