*{box-sizing:border-box}body.front-page{margin:0;font-family:Roboto,"Helvetica Neue",Arial,sans-serif;color:#1f2937;overflow-x:hidden}a{text-decoration:none}.site-header{position:absolute;top:0;left:0;right:0;z-index:20;padding:22px clamp(20px,5vw,60px);background:linear-gradient(to bottom, rgba(10, 20, 35, 0.55), transparent)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1280px;margin:0 auto;flex-wrap:wrap}.site-header__brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:700;font-size:1.05rem}.site-header__logo-chip{background:#fff;border-radius:10px;padding:5px 8px;display:flex;align-items:center;line-height:0}.site-header__logo-chip img{display:block;max-height:32px;max-width:130px;object-fit:contain}.site-header__cta{background:#fff;color:#142943;padding:.6em 1.4em;border-radius:999px;font-weight:600;font-size:.9rem;transition:background .15s ease,color .15s ease,transform .1s ease}.site-header__cta:hover{background:#2f9e6f;color:#fff}.site-header__cta:active{transform:translateY(1px)}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;color:#fff;background:linear-gradient(100deg, rgba(20, 41, 67, 0.9) 0%, rgba(30, 58, 95, 0.68) 42%, rgba(30, 58, 95, 0.32) 78%),url("../images/bg0.jpg") center/cover no-repeat}.hero__content{width:100%;max-width:1280px;margin:0 auto;padding:140px clamp(20px,5vw,60px) 100px}.hero__inner{max-width:620px}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.28);padding:.45em 1.1em;border-radius:999px;font-size:.8rem;font-weight:600;letter-spacing:.02em;margin-bottom:1.4em;backdrop-filter:blur(6px)}.hero__title{font-size:clamp(2.1rem,4.4vw,3.4rem);font-weight:800;line-height:1.15;margin:0 0 .5em}.hero__subtitle{font-size:1.05rem;line-height:1.65;color:hsla(0,0%,100%,.85);margin:0 0 2.2em;max-width:520px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px}.hero__scroll{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;color:hsla(0,0%,100%,.7);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;animation:hero-bounce 2.2s ease-in-out infinite}@keyframes hero-bounce{0%,100%{transform:translate(-50%, 0)}50%{transform:translate(-50%, 8px)}}.btn-hero-primary{display:inline-flex;align-items:center;gap:8px;background:#2f9e6f;color:#fff;padding:.9em 1.8em;border-radius:10px;font-weight:600;box-shadow:0 14px 30px -10px rgba(0,0,0,.45);transition:background .15s ease,transform .1s ease}.btn-hero-primary:hover{background:#24805a;color:#fff}.btn-hero-primary:active{transform:translateY(1px)}.btn-hero-secondary{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.4);color:#fff;padding:.9em 1.8em;border-radius:10px;font-weight:600;backdrop-filter:blur(4px);transition:background .15s ease}.btn-hero-secondary:hover{background:hsla(0,0%,100%,.18);color:#fff}.section{padding:90px clamp(20px,5vw,60px)}.section__head{text-align:center;max-width:640px;margin:0 auto 50px}.section__eyebrow{display:block;color:#24805a;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;margin-bottom:.6em}.section__title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#1f2937;margin:0 0 .5em}.section__subtitle{color:#64748b;font-size:1rem;line-height:1.65;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:24px;max-width:1280px;margin:0 auto}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 24px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px -24px rgba(20,41,67,.3);border-color:rgba(0,0,0,0)}.feature-card__icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#1e3a5f;color:#fff;margin-bottom:18px}.feature-card__title{font-weight:700;color:#1f2937;margin:0 0 8px;font-size:1.05rem}.feature-card__text{color:#64748b;font-size:.9rem;line-height:1.6;margin:0}.steps{background:#f2f5f9}.step-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:32px;max-width:1100px;margin:0 auto}.step{text-align:center}.step__num{width:44px;height:44px;border-radius:50%;background:#1e3a5f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 16px}.step__title{font-weight:700;color:#1f2937;margin:0 0 6px}.step__text{color:#64748b;font-size:.88rem;line-height:1.55;margin:0}.cta-band{position:relative;padding:80px clamp(20px,5vw,60px);text-align:center;color:#fff;background:linear-gradient(120deg, rgba(20, 41, 67, 0.92), rgba(36, 128, 90, 0.85)),url("../images/bg1.jpg") center/cover no-repeat}.cta-band__title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;margin:0 0 .5em}.cta-band__text{color:hsla(0,0%,100%,.85);max-width:520px;margin:0 auto 1.8em}.site-footer{background:#142943;color:hsla(0,0%,100%,.65);padding:34px clamp(20px,5vw,60px)}.site-footer__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.85rem}.site-footer__brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700}.site-footer a{color:hsla(0,0%,100%,.65)}.site-footer a:hover{color:#fff}@media(max-width: 700px){.hero__content{padding-top:120px}.site-header{padding:16px 20px}}
