:root{
  --navy:#062650;--navy2:#0a3976;--gold:#d58d00;--gold2:#f0b32f;--ink:#0c2349;--muted:#5b6678;--soft:#f6f7f9;--line:#d9e0e9
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.5}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,94%);margin:auto}

.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #e5e8ed}
.header-row{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand img{width:255px;height:62px;object-fit:contain;object-position:left center}
.desktop-nav{display:flex;align-items:center;gap:30px}
.desktop-nav a{font-size:.88rem;font-weight:650;color:#0b2248;padding:28px 0 23px}
.desktop-nav a.active{border-bottom:2px solid var(--gold)}
.desktop-nav .apply-btn{padding:11px 17px;background:var(--gold);color:white;border-radius:7px;border:0}
.menu-btn{display:none;border:0;background:transparent;width:46px;cursor:pointer}
.menu-btn span{display:block;height:2px;background:var(--navy);margin:7px 0}
.menu-overlay{position:fixed;inset:0;background:rgba(0,14,32,.55);z-index:1200;opacity:0;pointer-events:none;transition:.25s}
.menu-overlay.open{opacity:1;pointer-events:auto}
.mobile-drawer{position:fixed;right:0;top:0;height:100%;width:min(390px,88vw);background:#fff;z-index:1300;transform:translateX(105%);transition:.3s;box-shadow:-20px 0 60px rgba(0,0,0,.18);padding:24px}
.mobile-drawer.open{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6e9ee;padding-bottom:18px}
.drawer-head img{width:210px}
.drawer-head button{font-size:2rem;border:0;background:none;color:var(--navy);cursor:pointer}
.mobile-drawer nav{display:flex;flex-direction:column;padding-top:18px}
.mobile-drawer nav a{padding:15px 5px;border-bottom:1px solid #eef1f4;font-weight:700}
.drawer-cta{margin-top:18px;background:var(--gold);color:#fff!important;text-align:center;border-radius:7px}

.hero{background:#fff;overflow:hidden}
.hero-inner{display:grid;grid-template-columns:48% 52%;min-height:380px}
.container-left{padding:38px 28px 20px max(3vw,calc((100vw - 1180px)/2))}
.hero-copy h1{font-size:clamp(3rem,5.3vw,4.9rem);line-height:1.02;letter-spacing:-.04em;margin:0 0 12px;color:#0b2857}
.hero-copy h1 span{color:#c98500}
.hero-copy>p{font-size:1.02rem;max-width:500px;margin:0 0 18px;color:#273750}
.start-btn{display:inline-block;background:var(--navy);color:white;padding:12px 20px;border-radius:7px;font-weight:700}
.start-btn span{color:var(--gold2);margin-left:8px}
.hero-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin-top:25px}
.hero-benefits>div{text-align:center;padding:0 12px;border-right:1px solid #d9dee6}
.hero-benefits>div:last-child{border-right:0}
.hero-benefits .icon{font-size:1.6rem;color:var(--navy);margin-bottom:5px}
.hero-benefits strong,.hero-benefits small{display:block}
.hero-benefits strong{font-size:.72rem}
.hero-benefits small{font-size:.67rem;color:#536078;margin-top:2px}

.hero-visual{position:relative;min-height:380px;background:#eaf3fb}
.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hero-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.45) 10%,rgba(255,255,255,0) 30%);z-index:1}
.destinations-panel{position:absolute;z-index:3;left:8%;right:2%;bottom:12px;background:rgba(4,40,82,.96);color:#fff;border-radius:8px;padding:11px 17px}
.destinations-panel>strong{display:block;text-align:center;font-size:.88rem;margin-bottom:8px}
.dest-grid{display:grid;grid-template-columns:repeat(6,1fr)}
.dest-grid div{text-align:center;border-right:1px solid rgba(255,255,255,.2)}
.dest-grid div:last-child{border-right:0}
.dest-grid span{font-size:1.6rem}
.dest-grid small{display:block;font-size:.66rem;margin-top:2px}

.section{padding:25px 0}
.about-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:38px;align-items:center}
.about-photo img{width:100%;height:235px;object-fit:cover;border-radius:3px}
.eyebrow{display:block;font-size:.7rem;color:#b77700;font-weight:800;letter-spacing:.04em}
.about-text h2,.section-title h2,.contact-heading h2{font-size:1.9rem;line-height:1.1;margin:4px 0 8px}
.about-text p{font-size:.86rem;color:#2f3d52;margin:6px 0}
.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:21px}
.about-features>div{display:flex;gap:10px;border-right:1px solid #edcf8c;padding-right:10px}
.about-features>div:last-child{border-right:0}
.about-features>div>span{width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;flex:0 0 auto}
.about-features>div>span.gold{background:var(--gold)}
.about-features section strong,.about-features section small{display:block}
.about-features section strong{font-size:.76rem}
.about-features section small{font-size:.68rem;color:#536078;margin-top:3px}

.how{background:#fafafa}
.section-title{text-align:center;margin-bottom:16px}
.process{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:start;gap:7px}
.process article{text-align:center}
.circle{margin:auto;width:50px;height:50px;border-radius:50%;background:#0b2b5a;color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:0 0 0 7px #eceef1}
.gold-bg{background:var(--gold)}
.process h3{font-size:.77rem;margin:13px 0 4px}
.process p{font-size:.68rem;margin:0 auto;max-width:165px;color:#34445c}
.arrow{font-size:1.3rem;color:var(--navy);padding-top:17px}

.vision-contact{display:grid;grid-template-columns:45% 55%;align-items:stretch}
.vision{background:linear-gradient(135deg,#062650,#073d78);color:white}
.vision-content{padding:28px 38px 25px;max-width:590px;margin-left:auto}
.vision-content>h2{font-size:1.1rem;color:#f0a617;margin:0 0 12px}
.vision-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.2)}
.vision-icon{width:45px;height:45px;border-radius:50%;background:var(--gold);display:grid;place-items:center;flex:0 0 auto}
.vision-item h3{font-size:1rem;margin:0 0 4px}
.vision-item p{font-size:.73rem;color:#e1e9f3;margin:0}
.values{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}
.values div{text-align:center}
.values span{width:36px;height:36px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;margin:auto;color:#f1b331}
.values strong,.values small{display:block}
.values strong{font-size:.64rem;margin-top:5px}
.values small{font-size:.54rem;color:#d6dfeb;margin-top:2px}

.contact{background:#fff;padding:0}
.contact-card{margin:0 18px 0 0;border:1px solid #e1e6ed;border-radius:11px 11px 0 0;padding:20px 28px 18px;background:#fff}
.contact-heading h2{margin-bottom:1px}
.contact-heading p{font-size:.72rem;margin:0 0 12px;color:#3e4c61}
form label{display:block;font-size:.66rem;font-weight:600;color:#26364d;margin-bottom:8px}
form input,form select,form textarea{width:100%;margin-top:4px;padding:8px 9px;border:1px solid #d4dbe5;border-radius:4px;font:inherit;font-size:.7rem;background:#fff}
form input:focus,form select:focus,form textarea:focus{outline:2px solid rgba(6,38,80,.1);border-color:#315b89}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.upload-label{margin-top:2px}
.upload-box{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #7aa1d4;border-radius:6px;min-height:66px;background:#fbfdff;text-align:center;color:#163f7a;cursor:pointer;padding:8px}
.upload-icon{font-size:1.3rem}
.upload-box b{font-size:.68rem}
.upload-box small{font-size:.57rem;color:#65758d}
.upload-box input{position:absolute;inset:0;opacity:0;cursor:pointer}
.file-name{display:block;font-size:.6rem;color:#526078;margin-top:4px}
.consent{display:flex!important;gap:7px;align-items:flex-start}
.consent input{width:auto;margin-top:5px}
form button{width:100%;background:var(--navy);color:#fff;border:0;border-radius:4px;padding:10px;font-weight:700;cursor:pointer}
form button span{color:#f0b02a}
.status{text-align:center;font-size:.67rem;margin:6px 0 0}
.status.success{color:#0a7442}.status.error{color:#b02b2b}

.site-footer{background:#fff}
.footer-row{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-brand img{width:220px;height:60px;object-fit:contain;object-position:left}
.footer-row nav{display:flex;align-items:center;gap:25px}
.footer-row nav a{font-size:.76rem;font-weight:650;color:#0d2850}
.copyright{background:var(--navy);color:#fff;text-align:center;padding:10px 15px;font-size:.65rem}
.copyright::first-letter{color:#fff}

@media(max-width:1020px){
  .desktop-nav{display:none}.menu-btn{display:block}
  .hero-inner{grid-template-columns:1fr 1fr}
  .hero-benefits{grid-template-columns:1fr 1fr;gap:10px}
  .hero-benefits>div{border-right:0}
  .about-features{grid-template-columns:1fr}.about-features>div{border-right:0;border-bottom:1px solid #ecd39c;padding-bottom:8px}
  .process{grid-template-columns:repeat(5,1fr);gap:10px}.arrow{display:none}
  .vision-contact{grid-template-columns:1fr}
  .vision-content{max-width:none;margin:0}
  .contact-card{margin:0;border-radius:0}
  .footer-row nav{display:none}
}

@media(max-width:760px){
  .header-row{height:68px}.brand img{width:205px;height:56px}
  .hero-inner{grid-template-columns:1fr}
  .container-left{padding:34px 4% 22px}
  .hero-copy h1{font-size:clamp(2.5rem,10vw,4rem)}
  .hero-visual{min-height:360px}
  .hero-visual:before{display:none}
  .destinations-panel{left:3%;right:3%;bottom:10px}
  .dest-grid{grid-template-columns:repeat(3,1fr);gap:8px}.dest-grid div{border-right:0}
  .about-grid{grid-template-columns:1fr}
  .about-photo img{height:auto}
  .process{grid-template-columns:1fr 1fr}
  .values{grid-template-columns:1fr 1fr}
  .two-col{grid-template-columns:1fr}
  .footer-row{justify-content:center;height:auto;padding:10px 0}.footer-brand img{width:210px}
}

@media(max-width:520px){
  .container{width:92%}
  .hero-copy h1{font-size:2.25rem}
  .hero-copy>p{font-size:.9rem}
  .hero-benefits{grid-template-columns:1fr 1fr}
  .process{grid-template-columns:1fr}
  .vision-content{padding:26px 20px}
  .contact-card{padding:20px}
  .mobile-drawer{width:92vw}
}
