
:root{--navy:#07182c;--blue:#0d3b66;--gold:#e8b74b;--text:#172033;--muted:#667085;--soft:#f5f7fb;--white:#fff;--radius:24px;--shadow:0 22px 60px rgba(7,24,44,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.nowrap{white-space:nowrap}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 8px 28px rgba(0,0,0,.06)}.header-inner{height:84px;display:flex;align-items:center;gap:26px}.brand img{width:180px}.nav{display:flex;gap:22px;margin-left:auto}.nav a{font-weight:700;font-size:15px}.nav a:hover{color:var(--gold)}.header-cta{background:var(--blue);color:white;padding:13px 20px;border-radius:999px;font-weight:800}.menu-toggle{display:none;background:none;border:0}.menu-toggle span{display:block;width:28px;height:3px;background:var(--navy);margin:5px;border-radius:4px}
.hero{min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;color:white;position:relative}.hero-content{max-width:780px;padding-top:80px}.eyebrow,.section-tag{display:inline-flex;color:var(--gold);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:13px}.hero h1{font-size:clamp(42px,7vw,84px);line-height:1.02;margin:18px 0}.hero p{font-size:clamp(18px,2vw,23px);max-width:680px;color:#eef3fb}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 24px;border-radius:999px;font-weight:900;margin:8px 10px 0 0;transition:.25s;white-space:nowrap}.btn-primary{background:var(--gold);color:var(--navy)}.btn-secondary{background:rgba(255,255,255,.14);color:white;border:1px solid rgba(255,255,255,.36)}.btn:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.18)}
.section{padding:96px 0}.soft{background:var(--soft)}.dark{background:var(--navy);color:white}.section-head{text-align:center;max-width:760px;margin:0 auto 46px}.section h2{font-size:clamp(31px,4vw,50px);line-height:1.1;margin:12px 0 18px}.section p{color:var(--muted)}.dark p{color:#d7deea}.split-grid,.why-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.reverse .split-grid{direction:rtl}.reverse .split-grid>*{direction:ltr}.image-card img,.gallery-grid img{border-radius:var(--radius);box-shadow:var(--shadow);height:460px;width:100%;object-fit:cover}
.stats{padding:38px 0;background:white}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stats-grid div{background:#fff;border:1px solid #eef1f6;border-radius:22px;padding:26px;text-align:center;box-shadow:var(--shadow)}.stats-grid strong{font-size:46px;color:var(--blue);display:block}.stats-grid span{color:var(--muted);font-weight:700}
.cards{display:grid;gap:24px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.card,.feature,.contact-card{background:white;border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);border:1px solid #eef1f6}.card span{color:var(--gold);font-size:34px;font-weight:900}.card h3,.feature h2{margin:8px 0 10px;color:var(--navy)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.step{position:relative;background:#fff;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.step b{background:var(--gold);color:var(--navy);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;margin-bottom:14px}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:18px}.benefits div{background:rgba(255,255,255,.08);padding:24px;border-radius:20px}
.carousel-section{overflow:hidden}.carousel-track{display:flex;gap:24px;width:max-content;animation:scroll 26s linear infinite}.carousel-slide{width:380px;flex:0 0 auto;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.carousel-slide img{height:300px;width:100%;object-fit:cover;transition:.3s}.carousel-slide:hover img{transform:scale(1.06)}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.faq{max-width:900px;margin:auto}.faq details{background:white;border-radius:18px;margin:14px 0;padding:20px 24px;box-shadow:var(--shadow)}summary{font-weight:900;cursor:pointer}.cta-box{text-align:center;background:linear-gradient(135deg,var(--navy),var(--blue));color:white;border-radius:32px;padding:58px 28px}.cta-box p{color:#e7edf7}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.contact-card a{color:var(--blue);font-weight:900}.map iframe{width:100%;height:520px;border:0;border-radius:var(--radius);box-shadow:var(--shadow)}
.footer{background:#050f1d;color:white;padding-top:64px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}.footer-logo{width:180px;background:white;border-radius:12px;padding:8px}.footer a{display:block;color:#dbe4f0;margin:8px 0}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding:22px;margin-top:42px;color:#cbd5e1}.copyright a{display:inline;color:var(--gold)}.floating-phone{position:fixed;right:22px;bottom:22px;width:64px;height:64px;border-radius:50%;background:var(--gold);color:var(--navy);display:grid;place-items:center;font-size:30px;z-index:1001;box-shadow:0 16px 38px rgba(0,0,0,.28);animation:pulse 1.8s infinite}@keyframes pulse{50%{transform:scale(1.08)}}
.reveal{opacity:0;transform:translateY(28px);transition:.8s ease}.reveal.active{opacity:1;transform:none}
@media(max-width:980px){.nav{position:fixed;top:84px;left:0;right:0;background:white;flex-direction:column;padding:24px;display:none}.nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.header-cta{display:none}.split-grid,.why-grid,.contact-grid,.two-col{grid-template-columns:1fr}.cards.four,.cards.three,.timeline,.stats-grid,.footer-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:48px}.section{padding:72px 0}}
@media(max-width:620px){.brand img{width:150px}.header-inner{height:76px}.nav{top:76px}.hero{background-position:center;min-height:100vh}.hero h1{font-size:38px}.hero p{font-size:17px}.btn{width:100%;margin-right:0}.cards.four,.cards.three,.timeline,.stats-grid,.footer-grid,.gallery-grid{grid-template-columns:1fr}.image-card img,.gallery-grid img{height:320px}.carousel-slide{width:285px}.carousel-slide img{height:230px}.map iframe{height:420px}.section{padding:58px 0}.stats-grid strong{font-size:38px}}
