*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
  --navy:#05101F;
  --navy2:#0A1929;
  --navy3:#0F2640;
  --blue:#1D6EFF;
  --blue-h:#1558E0;
  --blue-dim:rgba(29,110,255,0.1);
  --gold:#C8A94A;
  --gold-dim:rgba(200,169,74,0.12);
  --green:#0BB86D;
  --green-dim:rgba(11,184,109,0.1);
  --red:#E24B4A;
  --white:#fff;
  --g50:#F5F7FA;
  --g100:#EBF0F6;
  --g200:#D1DBE8;
  --g400:#8A9BB0;
  --g600:#4A5E72;
  --g800:#1A2B3C;
  --r8:8px;--r12:12px;--r16:16px;--r20:20px;--r24:24px;
}
html{scroll-behavior:smooth;}
body{font-family:'DM Sans',sans-serif;color:var(--navy);background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6;}
::-webkit-scrollbar{width:4px;}
::-webkit-scrollbar-track{background:#f0f4f8;}
::-webkit-scrollbar-thumb{background:#c0ccd8;border-radius:4px;}

/* ── UTILS ── */
.wrap{max-width:1180px;margin:0 auto;padding:0 44px;}
.wrap .gs-grid div h2{color:white;line-height:1.6;}
.wrap .gs-grid div p{color:white;margin: 10px 0 30px 0;}
.tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:5px 12px;border-radius:20px;line-height:1;}
.tag-blue{background:var(--blue-dim);color:var(--blue);}
.tag-gold{background:var(--gold-dim);color:#9A7830;}
.tag-green{background:var(--green-dim);color:#077A48;}
.tag-ghost{background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.8);border:1px solid rgba(255,255,255,0.15);}
.tag-red{background:rgba(226,75,74,0.1);color:#B83332;}
.eyebrow{margin-bottom:14px;}
.h2{font-size:38px;font-weight:800;line-height:1.1;letter-spacing:-.8px;color:var(--navy);margin-bottom:14px;}
.h2w{color:#fff;}
.lead{font-size:16px;color:var(--g600);line-height:1.75;max-width:540px;}
.leadw{color:rgba(255,255,255,0.6);}
.sec{padding:88px 0;}
.sec-alt{background:var(--g50);}
.sec-dark{background:var(--navy);}
.sec-dark2{background:var(--navy2);}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:7px;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:600;padding:11px 22px;border-radius:var(--r8);border:none;cursor:pointer;transition:all .18s;text-decoration:none;line-height:1;white-space:nowrap;}
.btn-lg{font-size:15px;padding:14px 28px;border-radius:var(--r12);}
.btn-blue{background:var(--blue);color:#fff;}
.btn-blue:hover{background:var(--blue-h);}
.btn-wa{background:#25D366;color:#fff;}
.btn-wa:hover{background:#1db954;}
.btn-gold{background:var(--gold);color:#fff;}
.btn-gold:hover{background:#b08030;}
.btn-gw{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,0.3);}
.btn-gw:hover{background:rgba(255,255,255,0.07);}
.btn-ghost{background:transparent;color:var(--g800);border:1px solid var(--g200);}
.btn-ghost:hover{background:var(--g50);}

/* ══════════════════════════════════
   NAV
══════════════════════════════════ */
#nav{position:sticky;top:0;z-index:999;background:rgba(5,16,31,0.97);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,0.07);}
.nav-in{height:64px;display:flex;align-items:center;justify-content:space-between;}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.logo-box{width:36px;height:36px;background:var(--blue);border-radius:8px;display:flex;align-items:center;justify-content:center;}
.logo-box span{font-size:13px;font-weight:800;color:#fff;}
.logo-name{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.3px;}
.nav-links{display:flex;align-items:center;gap:4px;}
.nav-links a{font-size:13px;color:rgba(255,255,255,0.55);text-decoration:none;font-weight:500;padding:6px 12px;border-radius:6px;transition:all .15s;white-space:nowrap;}
.nav-links a:hover{color:#fff;background:rgba(255,255,255,0.06);}
.nav-links a.active{color:#fff;}
.nav-links a.nav-expand{font-weight:700;text-transform:uppercase;letter-spacing:.4px;font-size:11.5px;background:rgba(200,169,74,0.12);border:1px solid rgba(200,169,74,0.25);color:var(--gold);}
.nav-links a.nav-expand:hover{background:rgba(200,169,74,0.18);}
.nav-right{display:flex;gap:8px;align-items:center;}
.nav-wa{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#25D366;border:1px solid rgba(37,211,102,0.28);padding:7px 14px;border-radius:7px;text-decoration:none;transition:all .18s;}
.nav-wa:hover{background:rgba(37,211,102,0.07);}
.nav-cta{font-size:13px;font-weight:700;background:var(--blue);color:#fff;padding:8px 18px;border-radius:7px;text-decoration:none;transition:background .18s;}
.nav-cta:hover{background:var(--blue-h);}

/* ══════════════════════════════════
   HERO
══════════════════════════════════ */
#hero{background:var(--navy);padding:80px 0 88px;position:relative;overflow:hidden;}
#hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 50% 60% at 80% 50%,rgba(200,169,74,0.07) 0%,transparent 70%);pointer-events:none;}
#hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 40% 50% at 20% 30%,rgba(29,110,255,0.06) 0%,transparent 70%);pointer-events:none;}
.hero-wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:1;}
.hero-tag{margin-bottom:20px;}
.hero-h1{font-size:54px;font-weight:800;color:#fff;line-height:1.06;letter-spacing:-1.5px;margin-bottom:20px;}
.hero-h1 .hl-gold{color:var(--gold);}
.hero-h1 .hl-blue{color:var(--blue);}
.hero-sub{font-size:16px;color:rgba(255,255,255,0.55);line-height:1.78;margin-bottom:32px;max-width:460px;}
.hero-sub strong{color:rgba(255,255,255,0.9);font-weight:600;}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:36px;}
.hero-proof-row{display:flex;gap:0;border-top:1px solid rgba(255,255,255,0.08);padding-top:28px;}
.hp-item{flex:1;padding-right:20px;}
.hp-item:not(:last-child){border-right:1px solid rgba(255,255,255,0.08);margin-right:20px;}
.hp-n{font-size:22px;font-weight:800;color:#fff;line-height:1;letter-spacing:-.5px;}
.hp-n span{color:var(--gold);}
.hp-l{font-size:11px;color:rgba(255,255,255,0.38);margin-top:4px;line-height:1.4;}

/* HERO RIGHT - BD VISUAL */
.hero-right-panel{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.09);border-radius:var(--r24);padding:32px;position:relative;}
.hero-right-panel::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),rgba(200,169,74,0.2));border-radius:var(--r24) var(--r24) 0 0;}
.hrp-title{font-size:11px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.6px;margin-bottom:18px;}
.hrp-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid rgba(255,255,255,0.06);}
.hrp-row:last-of-type{border-bottom:none;}
.hrp-label{font-size:13px;color:rgba(255,255,255,0.45);}
.hrp-val{font-size:14px;font-weight:700;color:#fff;}
.hrp-val.gold{color:var(--gold);}
.hrp-val.green{color:var(--green);}
.hrp-val.blue{color:#7EB3FF;}
.hero-right-cta{margin-top:20px;display:flex;flex-direction:column;gap:9px;}
.urgency-strip{background:rgba(200,169,74,0.1);border:1px solid rgba(200,169,74,0.2);border-radius:8px;padding:10px 14px;display:flex;align-items:center;gap:8px;margin-top:12px;}
.urgency-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);flex-shrink:0;animation:pulse-g 2s infinite;}
@keyframes pulse-g{0%,100%{box-shadow:0 0 0 3px rgba(200,169,74,0.2);}50%{box-shadow:0 0 0 6px rgba(200,169,74,0.07);}}
.urgency-text{font-size:12px;color:rgba(255,255,255,0.6);}

/* ══════════════════════════════════
   OPPORTUNITY STATS
══════════════════════════════════ */
#opportunity{padding:88px 0;background:var(--g50);}
.opp-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.opp-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:36px;}
.opp-stat{background:#fff;border:1px solid var(--g100);border-radius:var(--r16);padding:22px;}
.opp-stat-n{font-size:32px;font-weight:800;color:var(--navy);line-height:1;letter-spacing:-1px;margin-bottom:6px;}
.opp-stat-n span{color:var(--blue);}
.opp-stat-l{font-size:12.5px;color:var(--g600);line-height:1.5;}
.opp-right{background:var(--navy);border-radius:var(--r24);padding:36px;}
.opp-right-title{font-size:13px;font-weight:700;color:rgba(255,255,255,0.35);text-transform:uppercase;letter-spacing:.6px;margin-bottom:20px;}
.opp-barrier{display:flex;align-items:flex-start;gap:12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,0.06);}
.opp-barrier:last-child{border-bottom:none;}
.barrier-ic{width:32px;height:32px;background:rgba(226,75,74,0.12);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.barrier-ic i{font-size:15px;color:var(--red);}
.barrier-text h5{font-size:13px;font-weight:700;color:#fff;margin-bottom:3px;}
.barrier-text p{font-size:12px;color:rgba(255,255,255,0.4);line-height:1.5;}
.barrier-solved{display:inline-flex;align-items:center;gap:4px;background:rgba(11,184,109,0.1);color:var(--green);font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;margin-top:6px;}

/* ══════════════════════════════════
   SPLIT VIEW - YOU vs DAP
══════════════════════════════════ */
#split{padding:88px 0;}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:52px;}
.split-col{border-radius:var(--r20);padding:32px;overflow:hidden;position:relative;}
.split-col-client{background:var(--g50);border:1px solid var(--g100);}
.split-col-dap{background:var(--navy);border:1px solid rgba(255,255,255,0.08);}
.split-col-dap::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--gold));}
.split-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;}
.split-avatar{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;}
.split-avatar-client{background:var(--blue-dim);}
.split-avatar-client i{font-size:20px;color:var(--blue);}
.split-avatar-dap{background:rgba(200,169,74,0.15);}
.split-avatar-dap i{font-size:20px;color:var(--gold);}
.split-title{font-size:16px;font-weight:800;color:var(--navy);}
.split-col-dap .split-title{color:#fff;}
.split-subtitle{font-size:12px;color:var(--g400);margin-top:2px;}
.split-col-dap .split-subtitle{color:rgba(255,255,255,0.35);}
.split-items{display:flex;flex-direction:column;gap:10px;}
.split-item{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:var(--r8);}
.split-item-client{background:#fff;border:1px solid var(--g100);}
.split-item-dap{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.07);}
.split-item-ic{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.split-item-ic-client{background:var(--blue-dim);}
.split-item-ic-client i{font-size:14px;color:var(--blue);}
.split-item-ic-dap{background:rgba(200,169,74,0.12);}
.split-item-ic-dap i{font-size:14px;color:var(--gold);}
.split-item-text h5{font-size:13px;font-weight:600;color:var(--navy);margin-bottom:2px;}
.split-col-dap .split-item-text h5{color:#fff;}
.split-item-text p{font-size:12px;color:var(--g400);line-height:1.4;}
.split-col-dap .split-item-text p{color:rgba(255,255,255,0.38);}
.split-connector{display:flex;align-items:center;justify-content:center;padding:16px 0;}
.split-connector-inner{width:48px;height:48px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;}
.split-connector-inner i{font-size:22px;color:#fff;}

/* ══════════════════════════════════
   STEP BY STEP
══════════════════════════════════ */
#steps{padding:88px 0;background:var(--navy);}
.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:52px;position:relative;align-items:stretch;}
.steps-grid::after{content:'';position:absolute;top:28px;left:10%;right:10%;height:1px;background:rgba(255,255,255,0.08);z-index:0;}
.step-item{padding:0 12px;position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;height:100%;}
.step-circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;border:2px solid rgba(255,255,255,0.1);background:rgba(255,255,255,0.04);position:relative;flex-shrink:0;}
.step-circle.s1{background:var(--blue);border-color:var(--blue);}
.step-circle.s2{background:rgba(29,110,255,0.2);border-color:rgba(29,110,255,0.4);}
.step-circle.s3{background:rgba(200,169,74,0.2);border-color:rgba(200,169,74,0.4);}
.step-circle.s4{background:rgba(200,169,74,0.3);border-color:var(--gold);}
.step-circle.s5{background:var(--green);border-color:var(--green);}
.step-circle i{font-size:22px;color:#fff;}
.step-circle.s2 i{color:rgba(29,110,255,0.9);}
.step-circle.s3 i{color:var(--gold);}
.step-circle.s4 i{color:var(--gold);}
.step-num{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:var(--navy2);border:1px solid rgba(255,255,255,0.15);border-radius:50%;font-size:10px;font-weight:700;color:rgba(255,255,255,0.6);display:flex;align-items:center;justify-content:center;}
.step-item h4{font-size:13.5px;font-weight:700;color:#fff;margin-bottom:8px;line-height:1.3;}
.step-item p{font-size:12px;color:rgba(255,255,255,0.4);line-height:1.55;flex:1;}
.step-body{display:flex;flex-direction:column;flex:1;}
.step-time{display:inline-flex;align-items:center;justify-content:center;gap:4px;margin-top:auto;padding-top:10px;font-size:11px;font-weight:600;color:var(--gold);}

/* ══════════════════════════════════
   PRICING
══════════════════════════════════ */
#pricing{padding:88px 0;}
.pricing-wrap{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:52px;}
.pricing-card{background:#fff;border:1px solid var(--g100);border-radius:var(--r20);padding:32px;position:relative;overflow:hidden;}
.pricing-card.featured{background:var(--navy);border-color:rgba(255,255,255,0.08);}
.pricing-card.featured::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),rgba(200,169,74,0.3));}
.pricing-card-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;margin-bottom:18px;}
.pricing-card.featured .pricing-card-title{color:var(--gold);}
.pricing-card:not(.featured) .pricing-card-title{color:var(--g400);}
.price-main{font-size:48px;font-weight:800;color:var(--navy);line-height:1;letter-spacing:-2px;margin-bottom:6px;}
.pricing-card.featured .price-main{color:#fff;}
.price-sub{font-size:13px;color:var(--g400);margin-bottom:20px;}
.pricing-card.featured .price-sub{color:rgba(255,255,255,0.35);}
.price-rows{display:flex;flex-direction:column;gap:0;}
.price-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid var(--g100);}
.price-row:last-of-type{border-bottom:none;}
.pricing-card.featured .price-row{border-bottom-color:rgba(255,255,255,0.06);}
.pr-label{font-size:13px;color:var(--g600);}
.pricing-card.featured .pr-label{color:rgba(255,255,255,0.45);}
.pr-val{font-size:14px;font-weight:700;color:var(--navy);}
.pricing-card.featured .pr-val{color:#fff;}
.pr-val.green{color:var(--green);}
.pr-val.gold{color:var(--gold);}
.freight-card{background:var(--g50);border:1px solid var(--g100);border-radius:var(--r16);padding:24px;margin-top:20px;grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:32px;}
.freight-left h4{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:6px;}
.freight-left p{font-size:13.5px;color:var(--g600);line-height:1.6;}
.freight-routes{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
.freight-route{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--g100);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;color:var(--g800);}
.freight-route i{font-size:12px;color:var(--blue);}

/* ══════════════════════════════════
   WHAT YOU GET - FULL CHECKLIST
══════════════════════════════════ */
#whatyouget{padding:88px 0;background:var(--g50);}
.wyg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px;}
.wyg-card{background:#fff;border:1px solid var(--g100);border-radius:var(--r16);padding:24px;transition:border-color .2s,transform .2s;}
.wyg-card:hover{border-color:var(--blue);transform:translateY(-2px);}
.wyg-icon{width:42px;height:42px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.wyg-icon i{font-size:19px;}
.wi-b{background:var(--blue-dim);}
.wi-b i{color:var(--blue);}
.wi-g{background:var(--gold-dim);}
.wi-g i{color:#9A7830;}
.wi-gr{background:var(--green-dim);}
.wi-gr i{color:#077A48;}
.wyg-card h4{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:6px;}
.wyg-card p{font-size:13px;color:var(--g600);line-height:1.6;}

/* ══════════════════════════════════
   PHASE 2
══════════════════════════════════ */
#phase2{padding:72px 0 48px;background:var(--navy2);}
.phase2-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.phase2-services{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;}
.phase2-svc{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.07);border-radius:var(--r12);padding:16px;display:flex;align-items:flex-start;gap:10px;}
.phase2-svc i{font-size:18px;color:var(--gold);flex-shrink:0;margin-top:1px;}
.phase2-svc-text h5{font-size:13px;font-weight:600;color:#fff;margin-bottom:3px;}
.phase2-svc-text p{font-size:12px;color:rgba(255,255,255,0.38);line-height:1.4;}
.phase2-note{background:rgba(200,169,74,0.08);border:1px solid rgba(200,169,74,0.18);border-radius:var(--r12);padding:16px 18px;margin-top:20px;font-size:13px;color:rgba(255,255,255,0.55);line-height:1.6;}
.phase2-note strong{color:var(--gold);}

/* ══════════════════════════════════
   SRI LANKA BANNER
══════════════════════════════════ */
#srilanka{padding:48px 0 48px;}
.lk-banner{background:var(--navy2);border:1px solid rgba(11,184,109,0.2);border-radius:var(--r20);padding:36px 44px 44px;display:flex;align-items:center;gap:40px;position:relative;overflow:hidden;}
.lk-banner::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green),rgba(11,184,109,0.2));}
.lk-flag{font-size:48px;flex-shrink:0;}
.lk-content{flex:1;}
.lk-content h3{font-size:22px;font-weight:800;color:#fff;margin-bottom:8px;letter-spacing:-.3px;}
.lk-content p{font-size:14px;color:rgba(255,255,255,0.55);line-height:1.7;max-width:480px;}
.lk-features{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;}
.lk-feat{display:flex;align-items:center;gap:5px;background:rgba(11,184,109,0.08);border:1px solid rgba(11,184,109,0.15);border-radius:6px;padding:5px 10px;font-size:12px;font-weight:600;color:var(--green);}

/* ══════════════════════════════════
   FAQ
══════════════════════════════════ */
#faq{padding:48px 0 88px;background:var(--g50);}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;margin-top:52px;}
.faq-col{display:flex;flex-direction:column;gap:12px;}
.faq-item{background:#fff;border:1px solid var(--g100);border-radius:var(--r12);overflow:hidden;transition:border-color .2s;}
.faq-item.open{border-color:var(--blue);}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;cursor:pointer;gap:12px;}
.faq-q-text{font-size:14px;font-weight:600;color:var(--navy);line-height:1.4;}
.faq-icon{width:26px;height:26px;border-radius:50%;background:var(--g50);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s;}
.faq-icon i{font-size:14px;color:var(--g400);transition:transform .25s;}
.faq-item.open .faq-icon{background:var(--blue-dim);}
.faq-item.open .faq-icon i{color:var(--blue);transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.faq-a.open{max-height:250px;}
.faq-a-inner{padding:0 20px 18px;font-size:13.5px;color:var(--g600);line-height:1.7;border-top:1px solid var(--g100);padding-top:14px;}

/* ══════════════════════════════════
   LEAD FORM
══════════════════════════════════ */
#getstarted{padding:88px 0;background:var(--navy);position:relative;overflow:hidden;}
#getstarted::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(200,169,74,0.07) 0%,transparent 70%);pointer-events:none;}
#getstarted::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(29,110,255,0.07) 0%,transparent 70%);pointer-events:none;}
.gs-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;position:relative;z-index:1;}
.gs-left h2{font-size:34px;font-weight:800;color:#fff;line-height:1.12;letter-spacing:-.5px;margin-bottom:12px;}
.gs-left p{font-size:15px;color:rgba(255,255,255,0.5);line-height:1.75;margin-bottom:28px;}
.gs-promises{display:flex;flex-direction:column;gap:14px;margin-bottom:28px;}
.gs-promise{display:flex;align-items:flex-start;gap:12px;}
.gs-p-ic{width:32px;height:32px;background:rgba(200,169,74,0.12);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.gs-p-ic i{font-size:16px;color:var(--gold);}
.gs-p-text h5{font-size:13px;font-weight:700;color:#fff;margin-bottom:2px;}
.gs-p-text p{font-size:12px;color:rgba(255,255,255,0.4);line-height:1.5;}
.gs-or{display:flex;align-items:center;gap:14px;margin-bottom:14px;}
.gs-or-line{flex:1;height:1px;background:rgba(255,255,255,0.09);}
.gs-or span{font-size:12px;color:rgba(255,255,255,0.28);}
.wa-block{display:flex;align-items:center;gap:12px;background:rgba(37,211,102,0.07);border:1px solid rgba(37,211,102,0.18);border-radius:var(--r12);padding:15px 18px;text-decoration:none;transition:background .18s;}
.wa-block:hover{background:rgba(37,211,102,0.11);}
.wa-block-icon{width:38px;height:38px;background:#25D366;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.wa-block-icon i{font-size:20px;color:#fff;}
.wa-block-text h5{font-size:13px;font-weight:700;color:#fff;margin-bottom:2px;}
.wa-block-text p{font-size:12px;color:rgba(255,255,255,0.4);}
.gs-box{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:var(--r24);padding:34px;}
.gs-box-title{font-size:13px;font-weight:700;color:rgba(255,255,255,0.45);text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;}
.gs-box-sub{font-size:13px;color:rgba(255,255,255,0.28);margin-bottom:22px;}
.f-row2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.f-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;}
.f-field label{font-size:11.5px;font-weight:600;color:rgba(255,255,255,0.4);text-transform:uppercase;letter-spacing:.4px;}
.f-field input,.f-field select,.f-field textarea{font-family:'DM Sans',sans-serif;font-size:14px;color:#fff;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:var(--r8);padding:12px 14px;outline:none;transition:border-color .18s;width:100%;}
.f-field input::placeholder,.f-field textarea::placeholder{color:rgba(255,255,255,0.22);}
.f-field select{color:rgba(255,255,255,0.7);}
.f-field select option{background:#0A1929;color:#fff;}
.f-field input:focus,.f-field select:focus,.f-field textarea:focus{border-color:var(--gold);}
.f-field textarea{resize:none;height:80px;}
.f-submit{width:100%;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:700;color:#fff;background:var(--gold);border:none;border-radius:var(--r12);padding:14px;cursor:pointer;transition:background .18s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;}
.f-submit:hover{background:#b08030;}
.f-note{font-size:11.5px;color:rgba(255,255,255,0.25);text-align:center;margin-top:10px;line-height:1.5;}
.f-success{display:none;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;text-align:center;}
.f-success i{font-size:52px;color:var(--green);margin-bottom:16px;}
.f-success h4{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px;}
.f-success p{font-size:14px;color:rgba(255,255,255,0.45);line-height:1.6;}

/* ══════════════════════════════════
   FOOTER
══════════════════════════════════ */
footer{background:var(--navy);padding:60px 0 32px;border-top:1px solid rgba(255,255,255,0.07);}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:44px;margin-bottom:44px;}
.foot-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.foot-desc{font-size:13px;color:rgba(255,255,255,0.33);line-height:1.7;max-width:240px;margin-bottom:18px;}
.foot-address{font-size:12px;color:rgba(255,255,255,0.28);line-height:1.6;margin-bottom:16px;}
.foot-address strong{color:rgba(255,255,255,0.45);}
.foot-socials{display:flex;gap:8px;}
.soc{width:32px;height:32px;border-radius:7px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;}
.soc:hover{background:rgba(255,255,255,0.1);}
.soc i{font-size:14px;color:rgba(255,255,255,0.4);}
.foot-col h5{font-size:11px;font-weight:700;color:rgba(255,255,255,0.24);text-transform:uppercase;letter-spacing:.6px;margin-bottom:14px;}
.foot-col a{display:block;font-size:13px;color:rgba(255,255,255,0.48);text-decoration:none;margin-bottom:9px;transition:color .15s;}
.foot-col a:hover{color:rgba(255,255,255,0.88);}
.foot-bottom{border-top:1px solid rgba(255,255,255,0.06);padding-top:22px;display:flex;justify-content:space-between;align-items:center;}
.foot-bottom p{font-size:12px;color:rgba(255,255,255,0.2);}
.foot-pills{display:flex;gap:7px;}
.foot-pill{font-size:11px;font-weight:600;color:rgba(255,255,255,0.25);background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.07);padding:4px 10px;border-radius:4px;}

/* FLOATING WA + STICKY BAR */
#wa-float{position:fixed;bottom:96px;right:28px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:8px;}
#wa-lbl{background:var(--navy);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:7px;white-space:nowrap;opacity:0;transition:opacity .2s;pointer-events:none;box-shadow:0 4px 16px rgba(0,0,0,0.3);}
.wa-float-btn{width:54px;height:54px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.4);text-decoration:none;transition:transform .2s;}
.wa-float-btn:hover{transform:scale(1.08);}
.wa-float-btn i{font-size:26px;color:#fff;}
#sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:998;background:rgba(5,16,31,0.97);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,0.07);padding:11px 44px;display:flex;align-items:center;justify-content:space-between;gap:12px;transform:translateY(100%);transition:transform .3s ease;}
#sticky-bar.show{transform:translateY(0);}
.sb-text{font-size:13px;font-weight:500;color:rgba(255,255,255,0.6);line-height:1.45;}
.sb-text strong{color:#fff;}
.sb-text--mobile{display:none;}
.sb-actions{display:flex;gap:8px;flex-shrink:0;}
#sticky-bar .sb-actions .btn{padding:9px 16px;font-size:13px;white-space:nowrap;}

/* REVEAL */
.rv{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease;}
.rv.in{opacity:1;transform:translateY(0);}

/* ══════════════════════════════════
   UNIQUE SECTION MOBILE (why_dap inline grids)
══════════════════════════════════ */
@media screen and (max-width:767px){
  .unique-grid-top{grid-template-columns:1fr!important;}
  .unique-grid-top > div:last-child{grid-template-columns:1fr 1fr!important;}
  .unique-bottom-grid{grid-template-columns:1fr 1fr!important;padding:24px 20px!important;}
}
@media screen and (max-width:479px){
  .unique-bottom-grid{grid-template-columns:1fr 1fr!important;}
  .unique-grid-top > div:last-child{grid-template-columns:1fr 1fr!important;}
}



/* ════════════════════════════════════════
   HAMBURGER & MOBILE NAV
════════════════════════════════════════ */
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;}
.nav-hamburger span{width:22px;height:2px;background:rgba(255,255,255,0.7);border-radius:2px;}
.page-mobile-nav{display:none !important;position:fixed;top:64px;left:0;right:0;bottom:0;
  background:rgba(5,16,31,0.98);backdrop-filter:blur(16px);z-index:998;
  flex-direction:column;padding:28px 20px;gap:8px;overflow-y:auto;}
.page-mobile-nav.open{display:flex !important;}
.page-mobile-nav a{font-size:16px;color:rgba(255,255,255,0.75);text-decoration:none;
  font-weight:500;padding:14px 16px;border-radius:8px;
  border:1px solid rgba(255,255,255,0.07);display:block;}
.page-mobile-nav a:hover{color:#fff;background:rgba(255,255,255,0.06);}
.page-mobile-nav a.nav-expand{color:var(--gold);background:rgba(200,169,74,0.08);
  border-color:rgba(200,169,74,0.2);}
.nav-mobile-actions{display:flex;flex-direction:column;gap:10px;
  margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,0.08);}

/* ════ BD - TABLET 991px ════ */
@media screen and (max-width:991px){
  .wrap{padding-left:24px !important;padding-right:24px !important;}
  .nav-links{display:none !important;}
  .nav-wa,.nav-cta{display:none !important;}
  .nav-hamburger{display:flex !important;}
  #hero{padding:72px 0 !important;}
  .hero-wrap{grid-template-columns:1fr !important;gap:32px !important;}
  .hero-h1{font-size:38px !important;}
  .hero-proof-row{display:grid !important;grid-template-columns:1fr 1fr !important;}
  .opp-grid{grid-template-columns:1fr !important;gap:32px !important;}
  .split-grid{grid-template-columns:1fr !important;gap:16px !important;}
  #steps .steps-grid{display:flex !important;flex-direction:column !important;gap:0 !important;}
  #steps .steps-grid::after{display:none !important;}
  .pricing-wrap{grid-template-columns:1fr !important;gap:16px !important;}
  .wyg-grid{grid-template-columns:1fr 1fr !important;gap:14px !important;}
  .phase2-inner{grid-template-columns:1fr !important;gap:28px !important;}
  .phase2-services{grid-template-columns:1fr 1fr !important;}
  .faq-grid{grid-template-columns:1fr !important;gap:10px !important;}
  .gs-grid{grid-template-columns:1fr !important;gap:32px !important;}
  #hero,#opportunity,#split,#steps,#pricing,#whatyouget,#phase2,#faq,#getstarted{padding:72px 0 !important;}
  #phase2{padding:72px 0 48px !important;}
  #srilanka{padding:48px 0 48px !important;}
  #faq{padding:48px 0 72px !important;}
}

/* ════ BD - MOBILE 767px ════ */
@media screen and (max-width:767px){
  .wrap{padding-left:20px !important;padding-right:20px !important;}
  .nav-in{height:58px !important;}
  .lead{max-width:100% !important;font-size:15px !important;line-height:1.72 !important;}
  .h2{font-size:24px !important;line-height:1.35 !important;}
  .sec,.sec-alt,.sec-dark,.sec-dark2{padding:56px 0 !important;}
  #hero,#opportunity,#split,#steps,#pricing,#whatyouget,#phase2,#faq,#getstarted{padding:56px 0 !important;}
  #phase2{padding:56px 0 48px !important;}
  #srilanka{padding:40px 0 32px !important;}
  /* HERO */
  #hero{padding:52px 0 56px !important;}
  #hero .hero-tag .tag{font-size:10px !important;letter-spacing:.4px !important;padding:6px 12px !important;white-space:normal !important;line-height:1.4 !important;}
  .hero-h1{font-size:clamp(27px,7.5vw,33px) !important;letter-spacing:-.7px !important;line-height:1.22 !important;margin:0 0 16px !important;}
  .hero-sub{font-size:15px !important;line-height:1.7 !important;margin:0 0 28px !important;max-width:100% !important;}
  .hero-btns{flex-direction:row !important;flex-wrap:nowrap !important;gap:10px !important;width:100% !important;margin:0 0 32px !important;}
  .hero-btns .btn{flex:1 1 0 !important;width:auto !important;min-width:0 !important;justify-content:center !important;padding:13px 10px !important;font-size:13px !important;white-space:normal !important;text-align:center !important;line-height:1.25 !important;}
  .hero-wrap{gap:56px !important;}
  .hero-proof-row{display:grid !important;grid-template-columns:1fr 1fr !important;gap:0 !important;width:100% !important;border-top:1px solid rgba(255,255,255,.1) !important;padding-top:20px !important;margin:0 !important;}
  .hp-item{display:flex !important;flex-direction:column !important;justify-content:flex-start !important;min-width:0 !important;margin:0 !important;border:none !important;padding:14px 12px !important;}
  .hp-item:nth-child(1),.hp-item:nth-child(2){padding-bottom:18px !important;border-bottom:1px solid rgba(255,255,255,.06) !important;}
  .hp-item:nth-child(odd){padding-right:16px !important;border-right:1px solid rgba(255,255,255,.06) !important;}
  .hp-item:nth-child(even){padding-left:16px !important;}
  .hp-item:nth-child(3),.hp-item:nth-child(4){padding-top:18px !important;padding-bottom:0 !important;border-bottom:none !important;}
  .hp-n{font-size:22px !important;margin:0 !important;}
  .hp-l{font-size:11px !important;line-height:1.4 !important;margin-top:6px !important;}
  .hero-right-panel{padding:24px 20px !important;margin-top:0 !important;width:100% !important;}
  .hrp-row{align-items:flex-start !important;padding:10px 0 !important;}
  .hrp-label{font-size:12.5px !important;line-height:1.45 !important;padding-right:12px !important;}
  .hrp-val{font-size:13px !important;white-space:nowrap !important;flex-shrink:0 !important;}
  .hero-right-cta .btn{font-size:13px !important;padding:12px 14px !important;}
  /* OPPORTUNITY */
  #opportunity .eyebrow{display:flex !important;justify-content:center !important;margin-bottom:12px !important;}
  #opportunity .h2,#opportunity .lead{text-align:center !important;margin-left:auto !important;margin-right:auto !important;}
  #opportunity .h2{font-size:clamp(22px,6vw,27px) !important;line-height:1.24 !important;}
  #opportunity .h2 br{display:none !important;}
  .opp-grid{grid-template-columns:1fr !important;gap:28px !important;}
  #opportunity .opp-stats{display:grid !important;grid-template-columns:1fr 1fr !important;gap:12px !important;margin-top:24px !important;width:100% !important;}
  #opportunity .opp-stat{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;padding:16px 12px !important;min-width:0 !important;}
  #opportunity .opp-stat-n{font-size:26px !important;margin-bottom:6px !important;}
  #opportunity .opp-stat-l{font-size:11px !important;line-height:1.42 !important;}
  .opp-right{padding:28px 22px !important;}
  /* SPLIT VIEW */
  #split .eyebrow{display:flex !important;justify-content:center !important;margin-bottom:12px !important;}
  #split .h2,#split .lead{text-align:center !important;margin-left:auto !important;margin-right:auto !important;}
  #split .h2 br{display:none !important;}
  .split-grid{grid-template-columns:1fr !important;gap:16px !important;margin-top:32px !important;}
  .split-col{padding:22px 20px !important;}
  .split-item{align-items:flex-start !important;}
  /* STEPS - centered mobile stack */
  #steps .eyebrow{display:flex !important;justify-content:center !important;margin-bottom:12px !important;}
  #steps .h2,#steps .lead{text-align:center !important;margin-left:auto !important;margin-right:auto !important;}
  #steps .h2 br{display:none !important;}
  #steps .steps-grid{display:flex !important;flex-direction:column !important;gap:0 !important;margin-top:28px !important;}
  #steps .steps-grid::after{display:none !important;}
  #steps .step-item{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;padding:20px 0 !important;gap:10px !important;border-bottom:1px solid rgba(255,255,255,.08) !important;}
  #steps .step-item:last-child{border-bottom:none !important;padding-bottom:0 !important;}
  #steps .step-circle{margin:0 !important;width:46px !important;height:46px !important;flex-shrink:0 !important;}
  #steps .step-circle i{font-size:18px !important;}
  #steps .step-body{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;gap:4px !important;}
  #steps .step-item h4{margin:0 !important;font-size:15px !important;line-height:1.35 !important;}
  #steps .step-item p{margin:0 !important;font-size:13px !important;line-height:1.65 !important;max-width:100% !important;flex:0 1 auto !important;}
  #steps .step-time{margin-top:4px !important;font-size:11px !important;padding-top:0 !important;}
  #steps .step-num{display:none !important;}
  /* PRICING */
  #pricing .eyebrow{display:flex !important;justify-content:center !important;margin-bottom:12px !important;}
  #pricing .h2,#pricing .lead{text-align:center !important;margin-left:auto !important;margin-right:auto !important;}
  .pricing-wrap{grid-template-columns:1fr !important;gap:16px !important;margin-top:32px !important;}
  .pricing-card{padding:24px 20px !important;}
  .freight-card{flex-direction:column !important;align-items:flex-start !important;gap:16px !important;padding:20px !important;}
  /* WHAT YOU GET */
  #whatyouget .eyebrow{display:flex !important;justify-content:center !important;margin-bottom:12px !important;}
  #whatyouget .h2,#whatyouget .lead{text-align:center !important;margin-left:auto !important;margin-right:auto !important;}
  .wyg-grid{grid-template-columns:1fr !important;gap:14px !important;margin-top:32px !important;}
  .wyg-card{padding:20px 18px !important;}
  /* PHASE 2 */
  #phase2 .eyebrow{display:flex !important;justify-content:center !important;margin-bottom:12px !important;}
  #phase2 .h2,#phase2 .lead{text-align:center !important;margin-left:auto !important;margin-right:auto !important;}
  #phase2 .h2 br{display:none !important;}
  .phase2-inner{gap:24px !important;}
  .phase2-services{grid-template-columns:1fr !important;gap:12px !important;}
  .phase2-svc[style*="grid-column"]{grid-column:auto !important;}
  /* SRI LANKA */
  .lk-banner{flex-direction:column !important;align-items:flex-start !important;gap:16px !important;padding:24px 20px 28px !important;}
  .lk-content h3{font-size:18px !important;line-height:1.3 !important;}
  .lk-content p{font-size:13.5px !important;max-width:100% !important;}
  .lk-banner .btn{width:100% !important;justify-content:center !important;}
  /* FAQ */
  #faq .eyebrow{display:flex !important;justify-content:center !important;margin-bottom:12px !important;}
  #faq .h2,#faq .lead{text-align:center !important;margin-left:auto !important;margin-right:auto !important;}
  .faq-grid{grid-template-columns:1fr !important;gap:10px !important;margin-top:32px !important;}
  .faq-q-text{font-size:13.5px !important;line-height:1.45 !important;}
  /* LEAD FORM */
  .gs-grid{grid-template-columns:1fr !important;gap:28px !important;}
  .gs-left h2{font-size:clamp(24px,6.5vw,30px) !important;line-height:1.25 !important;}
  .gs-left p{font-size:14px !important;line-height:1.7 !important;}
  .f-row2{grid-template-columns:1fr !important;}
  .gs-box{padding:20px 16px !important;}
  /* WHY DAP */
  #why-dap .why-dap-top-grid{grid-template-columns:1fr !important;gap:20px !important;margin-bottom:24px !important;}
  #why-dap .why-dap-stat-grid{grid-template-columns:1fr 1fr !important;gap:12px !important;}
  #why-dap .why-dap-stat-grid > div{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;padding:18px 14px !important;}
  #why-dap .why-dap-stat-grid > div > div:first-child{font-size:30px !important;margin-bottom:8px !important;}
  #why-dap .why-dap-stat-grid > div > div:last-child{font-size:12px !important;line-height:1.45 !important;}
  #why-dap .why-dap-capabilities{grid-template-columns:1fr 1fr !important;padding:24px 20px !important;gap:16px !important;}
  #why-dap div[style*="padding:36px"]{padding:24px 20px !important;}
  /* STICKY BAR */
  #sticky-bar{padding:10px 20px !important;flex-direction:column !important;align-items:stretch !important;gap:10px !important;}
  #sticky-bar .sb-text--desktop{display:none !important;}
  #sticky-bar .sb-text--mobile{display:block !important;text-align:center;font-size:12px;}
  #sticky-bar .sb-actions{width:100%;}
  #sticky-bar .sb-actions .btn{flex:1;justify-content:center;padding:9px 10px !important;font-size:12px !important;}
  #wa-float{bottom:118px !important;right:20px !important;}
}

/* ════ BD - MOBILE 479px ════ */
@media screen and (max-width:479px){
  .wrap{padding-left:20px !important;padding-right:20px !important;}
  .hero-h1{font-size:26px !important;line-height:1.24 !important;}
  .hero-sub{font-size:14px !important;margin-bottom:24px !important;}
  .hero-btns{gap:8px !important;margin-bottom:28px !important;}
  .hero-btns .btn{padding:12px 8px !important;font-size:12px !important;}
  .hp-item{padding:12px 10px !important;}
  .hp-item:nth-child(odd){padding-right:14px !important;}
  .hp-item:nth-child(even){padding-left:14px !important;}
  .hp-n{font-size:20px !important;}
  .h2{font-size:22px !important;}
  #opportunity .opp-stats{grid-template-columns:1fr 1fr !important;gap:10px !important;}
  #opportunity .opp-stat{padding:14px 10px !important;}
  #opportunity .opp-stat-n{font-size:24px !important;}
  #opportunity .opp-stat-l{font-size:10.5px !important;}
  .hero-right-panel{padding:18px 16px !important;}
  .hrp-row{flex-wrap:wrap !important;gap:4px !important;}
  #why-dap .why-dap-stat-grid{grid-template-columns:1fr 1fr !important;gap:10px !important;}
  #why-dap .why-dap-stat-grid > div{padding:16px 12px !important;}
  #why-dap .why-dap-stat-grid > div > div:first-child{font-size:26px !important;}
  #why-dap .why-dap-capabilities{grid-template-columns:1fr 1fr !important;padding:20px 16px !important;gap:14px !important;}
  .btn-lg{font-size:13px !important;padding:11px 16px !important;}
  .wyg-card{padding:18px 16px !important;}
  .pricing-card{padding:20px 16px !important;}
}
