:root{
  --navy:#3c566b;
  --navy-dark:#263b4b;
  --orange:#d89b32;
  --orange-dark:#bb7d1d;
  --ink:#18242d;
  --muted:#60707c;
  --line:#e5e9ec;
  --soft:#f5f7f8;
  --white:#fff;
  --shadow:0 18px 45px rgba(28,45,58,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,233,236,.85)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand img{width:118px;height:auto;max-height:64px;object-fit:contain}
.brand-text{font-weight:800;font-size:18px;white-space:nowrap;color:var(--navy-dark)}
.nav{display:flex;gap:30px;align-items:center;font-weight:650;color:#485a66;font-size:15px}
.nav a:hover{color:var(--orange-dark)}
.nav-cta{background:var(--navy);color:#fff!important;padding:11px 18px;border-radius:999px}
.nav-cta:hover{background:var(--navy-dark)!important}
.menu-btn{display:none;border:0;background:var(--soft);width:44px;height:44px;border-radius:12px;font-size:24px;color:var(--navy-dark);cursor:pointer}
.mobile-nav{display:none;padding:0 20px 18px;background:#fff;border-top:1px solid var(--line)}
.mobile-nav a{display:block;padding:12px 0;font-weight:700;color:#485a66}
.hero{min-height:670px;display:grid;place-items:center;position:relative;background:linear-gradient(90deg,rgba(28,46,59,.88),rgba(39,64,82,.66)),url('img/hero.png') center/cover no-repeat;color:#fff}
.hero-inner{padding:92px 0 84px;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:58px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:13px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#f1c77a}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
h1{font-size:clamp(42px,6vw,72px);line-height:1.03;margin:18px 0 22px;letter-spacing:-.035em;max-width:800px}
.hero p{font-size:19px;color:#e8edf0;max-width:700px;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:999px;font-weight:800;transition:.2s ease}
.btn-primary{background:var(--orange);color:#1f2930}.btn-primary:hover{background:#e5aa42;transform:translateY(-1px)}
.btn-ghost{border:1px solid rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.06)}.btn-ghost:hover{background:rgba(255,255,255,.14)}
.hero-card{background:rgba(255,255,255,.96);color:var(--ink);border-radius:var(--radius);padding:28px;box-shadow:0 28px 80px rgba(0,0,0,.22)}
.hero-card .label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--orange-dark)}
.hero-card h2{font-size:24px;margin:8px 0 14px;color:var(--navy-dark)}
.hero-card ul{list-style:none;margin:0;padding:0;display:grid;gap:11px;color:#50616c;font-size:15px}
.hero-card li{display:flex;gap:10px}.hero-card li:before{content:"✓";color:var(--orange-dark);font-weight:900}
.trust{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-item{padding:24px 28px;display:flex;gap:15px;align-items:center;justify-content:center;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-icon{width:42px;height:42px;border-radius:13px;background:#f6efe3;color:var(--orange-dark);display:grid;place-items:center;font-weight:900;font-size:20px}
.trust-item strong{display:block;color:var(--navy-dark)}
.trust-item span{font-size:14px;color:var(--muted)}
.section{padding:92px 0}
.section-soft{background:var(--soft)}
.section-head{text-align:center;max-width:720px;margin:0 auto 48px}
.section-head .eyebrow{color:var(--orange-dark)}
.section-head h2{font-size:clamp(32px,4vw,46px);line-height:1.15;margin:12px 0;color:var(--navy-dark);letter-spacing:-.02em}
.section-head p{margin:0;color:var(--muted)}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px;transition:.2s ease}
.service:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d7dde1}
.service-icon{width:48px;height:48px;border-radius:14px;background:#f7efe1;color:var(--orange-dark);display:grid;place-items:center;font-weight:900;font-size:20px;margin-bottom:16px}
.service h3{margin:0 0 8px;color:var(--navy-dark);font-size:19px}.service p{margin:0;color:var(--muted);font-size:14px}
.about{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.about-copy .eyebrow{color:var(--orange-dark)}
.about-copy h2{font-size:clamp(32px,4vw,48px);line-height:1.14;margin:12px 0 20px;color:var(--navy-dark)}
.about-copy p{color:var(--muted)}
.about-img{position:relative}.about-img:before{content:"";position:absolute;inset:-16px 18px 18px -16px;background:#f1e7d4;border-radius:26px;transform:rotate(-2deg)}
.about-img img{position:relative;border-radius:22px;box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.chip{background:#eef2f4;border:1px solid #dde4e8;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:700;color:#51636f}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}
.step{counter-increment:step;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.step:before{content:"0" counter(step);display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900;margin-bottom:18px}.step h3{margin:0 0 8px;color:var(--navy-dark)}.step p{margin:0;color:var(--muted);font-size:14px}
.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.contact-card{border-radius:var(--radius);padding:34px;background:var(--navy-dark);color:#fff;box-shadow:var(--shadow)}
.contact-card.light{background:#fff;color:var(--ink);border:1px solid var(--line)}
.contact-card h2,.contact-card h3{margin-top:0}.contact-card h2{font-size:34px;line-height:1.15}.contact-card p{color:#dce5ea}.contact-card.light p{color:var(--muted)}
.contact-list{display:grid;gap:14px;margin-top:24px}.contact-link{display:flex;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.13)}.contact-card.light .contact-link{border-bottom:1px solid var(--line)}.contact-link:last-child{border-bottom:0}.contact-bullet{width:39px;height:39px;border-radius:12px;background:rgba(216,155,50,.18);color:#f4c979;display:grid;place-items:center;flex:none;font-weight:900}.contact-card.light .contact-bullet{color:var(--orange-dark);background:#f7efe1}
.legal-main{padding:60px 0 90px;background:var(--soft);min-height:70vh}.legal-card{max-width:850px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:42px;box-shadow:var(--shadow)}.legal-card h1{font-size:42px;color:var(--navy-dark);margin:0 0 30px}.legal-card h2{font-size:21px;color:var(--navy-dark);margin:30px 0 8px}.legal-card h3{font-size:17px;color:var(--navy-dark);margin:22px 0 6px}.legal-card p,.legal-card li{color:#556670}.legal-card a{color:var(--orange-dark);text-decoration:underline;text-underline-offset:3px}
.footer{background:#182832;color:#b9c5cc;padding:42px 0 28px}.footer-main{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:102px;background:#fff;border-radius:10px;padding:5px}.footer strong{color:#fff}.footer-links{display:flex;gap:22px;flex-wrap:wrap}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:28px;padding-top:22px;font-size:13px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:900px){.nav{display:none}.menu-btn{display:block}.mobile-nav.open{display:block}.hero-inner{grid-template-columns:1fr}.hero-card{max-width:520px}.services{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr)}.contact-wrap{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line);justify-content:flex-start}.trust-item:last-child{border-bottom:0}.brand-text{display:none}}
@media(max-width:560px){.container{width:min(100% - 28px,1160px)}.header-inner{height:72px}.brand img{width:102px}.hero{min-height:auto}.hero-inner{padding:72px 0}.hero-card{padding:22px}.section{padding:70px 0}.services,.process{grid-template-columns:1fr}.section-head{margin-bottom:34px}.about{gap:34px}.contact-card{padding:26px}.legal-card{padding:28px 22px}.legal-card h1{font-size:34px}.footer-main{align-items:flex-start;flex-direction:column}}
