:root{--navy: #101728;--navy-soft: #1a2540;--blue: #1d5dec;--blue-dark: #1547c5;--blue-light: #4f8af9;--blue-pale: #eaf1fb;--blue-pale-2: #dce9fa;--white: #ffffff;--text: #2b3245;--muted: #5b6477;--border: #d8e3f5;--shadow: 0 12px 32px rgba(16, 23, 40, .1);--radius: 16px;--font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{font-family:var(--font);color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin-inline:auto}.section{padding:96px 0}.accent{color:var(--blue)}.accent-light{color:var(--blue-light)}.eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--blue);margin-bottom:14px;position:relative;padding-left:36px}.eyebrow:before{content:"";position:absolute;left:0;top:50%;width:26px;height:3px;border-radius:2px;background:var(--blue);transform:translateY(-50%)}.eyebrow--light{color:var(--blue-light)}.eyebrow--light:before{background:var(--blue-light)}.section__head{max-width:720px;margin:0 auto 56px;text-align:center}.section__head .eyebrow{padding-left:0}.section__head .eyebrow:before{display:none}.section__title{font-size:clamp(1.8rem,3.4vw,2.6rem);font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:18px;letter-spacing:-.02em}.section__title--light{color:var(--white)}.section__text{color:var(--muted);font-size:1.02rem;margin-bottom:14px}.section__text--center{margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border-radius:999px;font-weight:700;font-size:.95rem;font-family:var(--font);cursor:pointer;border:2px solid transparent;transition:all .25s ease}.btn--primary{background:var(--blue);color:var(--white);box-shadow:0 10px 24px #1d5dec59}.btn--primary:hover{background:var(--blue-dark);transform:translateY(-2px)}.btn--outline{border-color:var(--blue);color:var(--blue);background:transparent}.btn--outline:hover{background:var(--blue);color:var(--white);transform:translateY(-2px)}.btn--block{width:100%}.header{position:fixed;inset:0 0 auto 0;z-index:100;padding:0;transition:all .3s ease;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header--scrolled{background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 24px #10172814;padding:12px 0}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.header__brand{display:flex;align-items:center;gap:12px}.header__logo{width:100px;height:100px;object-fit:contain}.header__brand-text{font-size:1.25rem;font-weight:900;letter-spacing:.06em;color:var(--navy)}.header__nav{display:flex;align-items:center;gap:28px}.header__link{font-weight:600;font-size:.95rem;color:var(--navy-soft);position:relative;transition:color .2s ease}.header__link:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--blue);transition:width .25s ease}.header__link:hover{color:var(--navy)}.header__link:hover:after{width:100%}.header__cta{padding:10px 22px}.header__toggle{display:none;background:none;border:none;font-size:1.7rem;color:var(--navy);cursor:pointer}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--blue-pale) 0%,var(--white) 55%,var(--blue-pale-2) 100%);padding:168px 0 110px}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero__blob{position:absolute;border-radius:50%;filter:blur(.5px)}.hero__blob--1{width:560px;height:560px;right:-160px;top:-120px;background:radial-gradient(circle at 30% 30%,var(--blue) 0%,var(--blue-dark) 70%);opacity:.92}.hero__blob--2{width:280px;height:280px;left:-120px;bottom:-100px;background:radial-gradient(circle at 40% 40%,var(--blue-light),var(--blue));opacity:.16}.hero__dots{position:absolute;top:90px;right:38%;width:120px;height:80px;background-image:radial-gradient(var(--blue) 1.6px,transparent 1.6px);background-size:16px 16px;opacity:.35}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}.hero__content{position:relative;z-index:2}.hero__title{font-size:clamp(2.2rem,4.6vw,3.4rem);font-weight:900;color:var(--navy);line-height:1.12;letter-spacing:-.025em;margin-bottom:16px}.hero__tagline{font-weight:700;letter-spacing:.42em;text-transform:uppercase;font-size:.85rem;color:var(--blue);margin-bottom:18px}.hero__text{color:var(--muted);font-size:1.05rem;max-width:540px;margin-bottom:32px}.hero__actions{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:48px}.hero__stats{display:grid;grid-template-columns:repeat(4,auto);gap:36px;justify-content:start}.hero__stat{display:flex;flex-direction:column}.hero__stat-value{font-size:1.7rem;font-weight:900;color:var(--navy)}.hero__stat-label{font-size:.82rem;color:var(--muted);font-weight:600}.hero__visual{position:relative;min-height:420px}.hero__card{position:absolute;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px;width:250px;border:1px solid var(--border)}.hero__card h3{color:var(--navy);font-size:1.1rem;margin-bottom:6px}.hero__card p{color:var(--muted);font-size:.88rem}.hero__card-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:var(--blue-pale);color:var(--blue);font-size:1.3rem;margin-bottom:14px}.hero__card--main{top:30px;left:10px;z-index:3;animation:float 6s ease-in-out infinite}.hero__card--float1{top:140px;right:0;z-index:2;animation:float 6s ease-in-out 1.2s infinite}.hero__card--float2{bottom:0;left:70px;z-index:1;animation:float 6s ease-in-out 2.4s infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.about{background:var(--white)}.about__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:center}.about__logo-card{background:linear-gradient(160deg,var(--blue-pale),var(--white));border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:48px;display:flex;flex-direction:column;align-items:center;gap:22px}.about__logo-card img{width:240px;object-fit:contain}.about__logo-tag{font-weight:700;letter-spacing:.32em;text-transform:uppercase;font-size:.78rem;color:var(--blue)}.about__pillars{display:flex;flex-direction:column;gap:20px;margin-top:30px}.about__pillar{display:flex;gap:18px;background:var(--blue-pale);border-radius:var(--radius);padding:20px 22px;border:1px solid var(--border)}.about__pillar-icon{flex-shrink:0;width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:var(--blue);color:var(--white);font-size:1.15rem}.about__pillar h3{color:var(--navy);font-size:1.02rem;margin-bottom:4px}.about__pillar p{color:var(--muted);font-size:.92rem}.services{background:var(--blue-pale)}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px}.service-card{background:var(--white);border-radius:var(--radius);padding:34px 28px;border:1px solid var(--border);box-shadow:0 6px 18px #1017280d;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #1d5dec29;border-color:var(--blue-light)}.service-card__icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--blue-pale);color:var(--blue);font-size:1.45rem;margin-bottom:20px;transition:all .28s ease}.service-card:hover .service-card__icon{background:var(--blue);color:var(--white)}.service-card__title{color:var(--navy);font-size:1.12rem;margin-bottom:8px}.service-card__text{color:var(--muted);font-size:.93rem}.why-us{background:linear-gradient(150deg,var(--navy) 0%,#16264d 60%,var(--blue-dark) 130%)}.why-us__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:22px}.why-card{text-align:center;padding:32px 20px;border-radius:var(--radius);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:background .25s ease,transform .25s ease}.why-card:hover{background:#ffffff1a;transform:translateY(-6px)}.why-card__icon{display:inline-grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#4f8af92e;color:var(--blue-light);font-size:1.4rem;margin-bottom:16px}.why-card__title{color:var(--white);font-size:1rem;margin-bottom:8px}.why-card__text{color:#b9c5dd;font-size:.87rem}.reviews{background:var(--white)}.reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px}.review-card{position:relative;background:var(--blue-pale);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;display:flex;flex-direction:column;gap:14px;transition:transform .25s ease,box-shadow .25s ease}.review-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.review-card__quote{position:absolute;top:24px;right:26px;font-size:1.8rem;color:var(--blue);opacity:.22}.review-card__stars{display:flex;gap:4px;color:#f5a623;font-size:.95rem}.review-card__text{color:var(--text);font-size:.95rem;font-style:italic}.review-card__author{display:flex;align-items:center;gap:14px;margin-top:auto}.review-card__avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:var(--white);font-weight:800;font-size:.9rem;letter-spacing:.04em}.review-card__author strong{display:block;color:var(--navy);font-size:.95rem}.review-card__author small{color:var(--muted);font-size:.8rem}.contact{background:var(--blue-pale)}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.contact__channels{list-style:none;display:flex;flex-direction:column;gap:18px;margin:28px 0}.contact__channels li{display:flex;align-items:center;gap:16px}.contact__channel-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:var(--white);border:1px solid var(--border);color:var(--blue);font-size:1.2rem}.contact__channels strong{display:block;color:var(--navy);font-size:.92rem}.contact__channels a,.contact__channels div>span{color:var(--muted);font-size:.92rem;transition:color .2s ease}.contact__channels a:hover{color:var(--blue)}.contact__socials{display:flex;gap:14px}.contact__socials a{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:var(--white);font-size:1.15rem;transition:transform .22s ease,background .22s ease}.contact__socials a:hover{background:var(--navy);transform:translateY(-4px)}.contact__form{background:var(--white);border-radius:22px;border:1px solid var(--border);box-shadow:var(--shadow);padding:38px 34px;display:flex;flex-direction:column;gap:18px}.contact__form h3{color:var(--navy);font-size:1.25rem;margin-bottom:4px}.contact__form label{display:flex;flex-direction:column;gap:7px;font-weight:600;font-size:.86rem;color:var(--navy)}.contact__form input,.contact__form select,.contact__form textarea{font-family:var(--font);font-size:.95rem;color:var(--text);padding:13px 16px;border-radius:12px;border:1.5px solid var(--border);background:var(--blue-pale);outline:none;transition:border-color .2s ease,background .2s ease;resize:vertical}.contact__form input:focus,.contact__form select:focus,.contact__form textarea:focus{border-color:var(--blue);background:var(--white)}.contact__sent{text-align:center;color:var(--blue);font-weight:600;font-size:.9rem}.contact__error{text-align:center;color:#c0392b;font-weight:600;font-size:.9rem}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.footer{background:var(--navy);color:#b9c5dd;padding:72px 0 0}.footer__grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1.1fr;gap:48px;padding-bottom:56px}.footer__brand-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.footer__logo{width:64px;height:64px;object-fit:contain}.footer__brand-text{font-size:1.3rem;font-weight:900;letter-spacing:.06em;color:var(--white)}.footer__tagline{font-weight:700;letter-spacing:.3em;text-transform:uppercase;font-size:.72rem;color:var(--blue-light);margin-bottom:16px}.footer__text{font-size:.92rem;margin-bottom:22px;max-width:320px}.footer__socials{display:flex;gap:12px}.footer__socials a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#ffffff14;color:var(--white);font-size:1.05rem;transition:background .22s ease,transform .22s ease}.footer__socials a:hover{background:var(--blue);transform:translateY(-3px)}.footer__col h4{color:var(--white);font-size:1rem;margin-bottom:18px}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:11px}.footer__col a{font-size:.92rem;color:#b9c5dd;transition:color .2s ease}.footer__col a:hover{color:var(--blue-light)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:22px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.85rem}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr}.hero__visual{display:none}.hero__blob--1{width:360px;height:360px;right:-200px;top:-100px;opacity:.45}.hero__dots{display:none}.about__grid,.contact__grid{grid-template-columns:1fr;gap:48px}.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.section{padding:72px 0}.hero{padding:120px 0 64px;background:linear-gradient(180deg,var(--blue-pale) 0%,var(--white) 70%)}.hero__blob--1{width:220px;height:220px;right:-120px;top:-60px;opacity:.25}.hero__blob--2{width:160px;height:160px;left:-90px;bottom:-70px;opacity:.12}.hero__dots{display:none}.hero__title{font-size:clamp(1.75rem,7.5vw,2.35rem);line-height:1.18}.hero__text{max-width:100%;font-size:1rem}.hero__actions{flex-direction:column;margin-bottom:32px}.hero__actions .btn{width:100%}.hero__stats{grid-template-columns:repeat(2,1fr);gap:20px 24px;width:100%}.hero__stat-value{font-size:1.45rem}.header__toggle{display:block}.header__nav{position:fixed;top:0;right:0;height:100vh;width:min(320px,82vw);background:var(--white);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:96px 32px;gap:22px;box-shadow:-12px 0 40px #1017282e;transform:translate(100%);transition:transform .3s ease}.header__nav--open{transform:translate(0)}.header__toggle{position:relative;z-index:110}.footer__grid{grid-template-columns:1fr;gap:36px}.footer__bottom{flex-direction:column;text-align:center}}
