:root{
  --navy:#0D2B4E;--navy-deep:#060f1a;--navy-mid:#1A3F6E;--blue:#1A6FBF;--blue-light:#2E8DE8;
  --gold:#F5A623;--gold-dark:#D4891A;--red:#EF4444;--green:#059669;--white:#fff;
  --gray-100:#F1F5F9;--gray-200:#E2E8F0;--gray-400:#94A3B8;--gray-600:#475569;
}

/* Blocksy's parent stylesheet sets a direct colour on h1-h6, which overrides
   colour inherited from a dark section wrapper. These pages are full-canvas
   and expect headings to inherit, so restore that. Specificity of 0,0,2 beats
   Blocksy's 0,0,1 regardless of stylesheet load order. Any explicit rule of
   ours (.hero h1, .cta-bg h2) still wins. */
body h1, body h2, body h3, body h4, body h5, body h6 { color: inherit; }

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'DM Sans',sans-serif;color:var(--navy);overflow-x:hidden;}
h1,h2,h3,h4,h5{font-family:'Sora',sans-serif;}
a{text-decoration:none;color:inherit;}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px;}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:12px;font-weight:700;font-family:'Sora',sans-serif;font-size:15px;cursor:pointer;border:none;transition:all .3s;}
.btn-gold{background:linear-gradient(135deg,var(--gold),#FFB84D);color:var(--navy);box-shadow:0 4px 20px rgba(245,166,35,0.35);}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(245,166,35,0.5);}
.btn-ghost{border:1.5px solid rgba(255,255,255,0.25);color:#fff;backdrop-filter:blur(4px);}
.btn-ghost:hover{border-color:rgba(255,255,255,0.6);background:rgba(255,255,255,0.08);}
.btn-navy{border:1.5px solid var(--navy);color:var(--navy);}
.btn-navy:hover{background:var(--navy);color:#fff;}

.sticky-bar{background:var(--navy-deep);color:#fff;text-align:center;padding:9px 16px;font-size:13px;font-weight:600;font-family:'Sora',sans-serif;letter-spacing:.02em;}
.sticky-bar span{color:var(--gold);}
.nav-glass{background:rgba(255,255,255,0.9);backdrop-filter:blur(20px);border-bottom:1px solid rgba(226,232,240,0.6);position:sticky;top:0;z-index:50;}
.nav-inner{max-width:1180px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;}
.nav-links{display:flex;align-items:center;gap:28px;font-size:14.5px;font-weight:600;color:var(--navy);}
.nav-links a{transition:color .3s;}
.nav-links a:hover{color:var(--blue);}
.nav-dropdown{position:relative;}
.nav-dropdown > a{cursor:default;}
.nav-dropdown-menu{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility 0s linear .5s;position:absolute;top:100%;margin-top:12px;left:50%;transform:translateX(-50%) translateY(-6px);background:#fff;border:1px solid var(--gray-200);border-radius:14px;box-shadow:0 20px 45px rgba(13,43,78,0.14);padding:10px;min-width:230px;z-index:60;}
.nav-dropdown::after{content:'';position:absolute;top:100%;left:-10px;right:-10px;height:22px;}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);transition-delay:0s;}
.nav-dropdown-menu a{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:9px;font-size:14px;font-weight:600;color:var(--navy);}
.nav-dropdown-menu a:hover{background:var(--gray-100);color:var(--blue);}
.nav-dropdown-menu .ndm-overview{border-bottom:1px solid var(--gray-100);margin-bottom:6px;padding-bottom:12px;color:var(--blue);font-weight:700;}
.nav-dropdown-menu .ndm-active{background:var(--gray-100);color:var(--gold-dark);}
.nav-cta{background:linear-gradient(135deg,var(--blue),var(--blue-light));color:#fff;padding:11px 22px;border-radius:10px;font-weight:700;font-size:14px;box-shadow:0 2px 12px rgba(26,111,191,0.25);}

.breadcrumb{font-size:12.5px;color:#9fb1c9;margin-bottom:18px;}
.breadcrumb a{color:#9fb1c9;}
.breadcrumb a:hover{color:#fff;}
.breadcrumb span{color:var(--gold);}

.eng-hero{background:linear-gradient(160deg,#091D38 0%,#0D2B4E 30%,#1A3F6E 60%,#1A6FBF 100%);position:relative;overflow:hidden;padding:52px 0 68px;}
.eh-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.22;}
.eh-orb:nth-child(1){width:380px;height:380px;background:var(--blue);top:-100px;right:-100px;}
.eh-orb:nth-child(2){width:280px;height:280px;background:var(--gold);bottom:-60px;left:-60px;}
.eh-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr 0.95fr;gap:48px;align-items:center;}
.eh-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(245,166,35,0.14);border:1px solid rgba(245,166,35,0.35);color:var(--gold);padding:6px 16px;border-radius:999px;font-size:12.5px;font-weight:700;font-family:'Sora',sans-serif;margin-bottom:16px;text-transform:uppercase;letter-spacing:.04em;}
.eh-inner h1{font-size:clamp(28px,3.4vw,40px);line-height:1.16;color:#fff;font-weight:800;margin-bottom:16px;}
.eh-inner h1 em{font-style:normal;background:linear-gradient(90deg,var(--gold),#FFD580,var(--gold));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.eh-inner p.sub{font-size:16.5px;color:#cdd9ea;margin-bottom:26px;line-height:1.65;max-width:520px;}
.eh-cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:12px;}
.eh-note{font-size:12.5px;color:#9fb1c9;}
.eh-visual{background:#fff;border-radius:16px;padding:20px;box-shadow:0 25px 60px rgba(6,15,26,0.4);}

section{padding:74px 0;}
.eyebrow{display:inline-flex;align-items:center;gap:6px;background:#E8F3FC;color:var(--blue);padding:6px 16px;border-radius:100px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-family:'Sora',sans-serif;margin-bottom:14px;}
.section-head{max-width:820px;margin:0 auto 44px;text-align:center;}
.section-head h2{font-size:29px;line-height:1.25;color:var(--navy);}
.section-head p{font-size:16px;color:#3D4A5C;margin:14px auto 0;max-width:640px;}
.dark-section{background:linear-gradient(160deg,#091D38,var(--navy) 50%,var(--navy-mid) 100%);color:#fff;}
.dark-section .section-head h2{color:#fff;}
.dark-section .section-head p{color:#b9c6da;}
.dark-section .eyebrow{background:rgba(245,166,35,0.14);color:var(--gold);}

.inc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px;max-width:900px;margin:0 auto;}
.inc-card{background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:22px 20px;}
.inc-card .ic{width:46px;height:51px;margin-bottom:12px;}
.inc-card .ic svg{width:46px;height:51px;}
.inc-card h3{font-size:14.5px;margin-bottom:6px;color:var(--navy);}
.inc-card p{font-size:13px;color:#3D4A5C;line-height:1.55;}

.why-wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1000px;margin:0 auto;}
.why-copy p{font-size:15px;color:#3D4A5C;line-height:1.75;margin-bottom:16px;}
.why-copy p:last-child{margin-bottom:0;}
.dark-section .why-copy p{color:#b9c6da;}
.why-visual{background:#F6F9FC;border:1px solid var(--gray-200);border-radius:16px;padding:22px;}

.sys-block{background:linear-gradient(135deg,#E8F3FC,#F0F7FE);border:1px solid #CBE2F7;border-radius:20px;padding:36px;max-width:900px;margin:0 auto;text-align:center;}
.sys-block h3{font-size:21px;color:var(--navy);margin-bottom:10px;}
.sys-block p{font-size:14.5px;color:#3D4A5C;line-height:1.7;margin-bottom:22px;max-width:640px;margin-left:auto;margin-right:auto;}
.sys-pills{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-bottom:22px;}
.sys-pills span,.sys-pills a{background:#fff;border:1px solid var(--gray-200);border-radius:999px;padding:7px 16px;font-size:12.5px;font-weight:600;color:#3D4A5C;}
.sys-pills a:hover{border-color:var(--blue);color:var(--blue);}
.sys-pills span.this-one{background:var(--navy);color:#fff;border-color:var(--navy);}

.faq-wrap{max-width:760px;margin:0 auto;}
.faq-item{border:1px solid var(--gray-200);border-radius:14px;margin-bottom:12px;overflow:hidden;background:#fff;transition:all .3s;}
.faq-item:hover{border-color:var(--blue);}
.faq-item.open{border-color:var(--blue);box-shadow:0 4px 20px rgba(26,111,191,0.08);}
.faq-q{padding:19px 22px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;}
.faq-q h3{font-size:15px;font-weight:600;color:var(--navy);margin:0;}
.faq-chevron{width:22px;height:22px;min-width:22px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:transform .3s;}
.faq-item.open .faq-chevron{transform:rotate(180deg);color:var(--blue);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s;}
.faq-item.open .faq-a{max-height:420px;}
.faq-a-inner{padding:0 22px 19px;font-size:14.5px;color:#3D4A5C;line-height:1.75;}

.cta-bg{background:linear-gradient(160deg,#091D38,var(--navy) 40%,var(--navy-mid) 70%,var(--blue) 100%);color:#fff;text-align:center;position:relative;overflow:hidden;}
.cta-bg h2{font-size:32px;margin-bottom:14px;}
.cta-bg p{color:#b9c6da;font-size:16px;margin-bottom:28px;max-width:520px;margin-left:auto;margin-right:auto;}
.deposit-pill{display:inline-block;background:rgba(245,166,35,0.12);border:2px solid rgba(245,166,35,0.4);color:var(--gold);font-family:'Sora',sans-serif;font-weight:800;font-size:18px;padding:10px 26px;border-radius:12px;margin-bottom:22px;}

footer{background:linear-gradient(180deg,#091D38,var(--navy));color:#9fb1c9;padding:46px 0 24px;font-size:13.5px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px;margin-bottom:30px;}
.footer-brand p{margin-top:12px;color:#8398b3;line-height:1.6;}
.footer-col h3{color:#fff;font-size:14px;margin-bottom:14px;font-family:'Sora',sans-serif;}
.footer-col a{display:block;color:#9fb1c9;padding:5px 0;}
.footer-col a:hover{color:#fff;}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:18px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12.5px;color:#7d90ab;}
.footer-bottom a{color:#7d90ab;}
.footer-bottom a:hover{color:#fff;}


/* === MOBILE NAV === */
.nav-burger{display:none;background:none;border:0;cursor:pointer;padding:8px 4px;flex-direction:column;gap:5px;}
.nav-burger span{display:block;width:24px;height:2.5px;background:var(--navy);border-radius:2px;transition:transform .3s,opacity .3s;}
.nav-burger.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg);}
.nav-burger.open span:nth-child(2){opacity:0;}
.nav-burger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg);}
.mobile-menu{display:none;background:#fff;border-top:1px solid var(--gray-100);padding:6px 24px 22px;max-height:calc(100vh - 80px);overflow-y:auto;}
.mobile-menu a{display:block;padding:13px 4px;font-size:15px;font-weight:600;color:var(--navy);border-bottom:1px solid var(--gray-100);}
.mobile-menu a:hover{color:var(--blue);}
.mobile-menu .mm-group{font-family:'Sora',sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);padding:16px 4px 6px;}
.mobile-menu .mm-active{color:var(--gold-dark);}
.mobile-menu .mm-cta{background:var(--blue);color:#fff;text-align:center;border-radius:10px;margin-top:16px;border-bottom:none;padding:13px;font-family:'Sora',sans-serif;}
.mobile-menu .mm-cta:hover{color:#fff;}

@media(max-width:900px){
  .eh-inner{grid-template-columns:1fr;text-align:center;gap:32px;}
  .eh-inner p.sub{margin-left:auto;margin-right:auto;}
  .eh-cta-row{justify-content:center;}
  .inc-grid{grid-template-columns:1fr 1fr;}
  .why-wrap{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .nav-links{display:none;}
  .nav-burger{display:flex;}
  .mobile-menu.open{display:block;}
}
@media(max-width:600px){
  .inc-grid{grid-template-columns:1fr;}
}
.sh-shield{fill:url(#sh-fill);stroke:#F0B858;stroke-width:2.2;transition:stroke .25s;}
.sh-glyph{fill:none;stroke:#0D3B60;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s;}
.sh-glyph-f{fill:#0D3B60;stroke:none;transition:fill .25s;}
.ndm-icon{width:20px;height:22px;min-width:20px;display:inline-flex;}
.ndm-icon svg{width:20px;height:22px;}
.nav-dropdown-menu a:hover .sh-shield{stroke:url(#sh-stroke-hover);}
.nav-dropdown-menu a:hover .sh-glyph{stroke:#197CD7;}
.nav-dropdown-menu a:hover .sh-glyph-f{fill:#197CD7;}
/* per-engine mocks */
.mv-search{display:flex;align-items:center;gap:8px;background:#F1F5F9;border-radius:999px;padding:8px 14px;font-size:12px;color:var(--gray-600);margin-bottom:12px;}
.mv-map{height:52px;border-radius:10px;background:linear-gradient(120deg,#DCEAF7,#EAF3EC 60%,#F4EFE2);position:relative;margin-bottom:12px;}
.mv-map::after{content:'📍';position:absolute;left:46%;top:8px;font-size:18px;}
.mv-row{display:flex;justify-content:space-between;align-items:center;padding:9px 12px;border-radius:10px;font-size:12.5px;color:var(--gray-600);margin-bottom:6px;background:#F8FAFC;}
.mv-row.win{background:#FDF6E8;border:1.5px solid #F0D9A8;color:var(--navy);font-weight:700;}
.mv-row .stars{color:#E8A93C;font-size:11px;}
.mp-chrome{display:flex;gap:5px;margin-bottom:10px;}
.mp-chrome i{width:9px;height:9px;border-radius:50%;background:#E2E8F0;display:block;}
.mp-url{flex:1;background:#F1F5F9;border-radius:99px;font-size:9.5px;color:var(--gray-400);padding:3px 12px;margin-left:8px;}
.mp-hero{background:linear-gradient(150deg,#0D2B4E,#1A3F6E);border-radius:12px;padding:16px 18px 18px;margin-bottom:10px;}
.mp-nav{display:flex;align-items:center;gap:9px;margin-bottom:15px;}
.mp-nav .mp-logo{width:14px;height:14px;border-radius:4px;background:var(--gold);flex-shrink:0;}
.mp-nav i{width:24px;height:4px;border-radius:99px;background:rgba(255,255,255,0.3);display:block;}
.mp-nav i:last-child{margin-left:auto;width:38px;height:14px;border-radius:5px;background:rgba(245,166,35,0.5);}
.mp-hero .h1t{font-family:'Sora',sans-serif;font-weight:800;font-size:14.5px;color:#fff;margin-bottom:5px;}
.mp-hero .h2t{font-size:10px;color:rgba(255,255,255,0.65);margin-bottom:13px;}
.mp-hero .cta{display:inline-block;background:var(--gold);border-radius:8px;padding:6px 15px;font-size:10px;font-weight:800;color:var(--navy);font-family:'Sora',sans-serif;}
.mp-chips{display:flex;gap:8px;}
.mp-chips span{flex:1;background:#F8FAFC;border:1px solid #EEF2F7;border-radius:8px;padding:8px 6px;font-size:10.5px;color:var(--gray-600);text-align:center;font-weight:600;}
.mt-head{display:flex;align-items:center;gap:14px;margin-bottom:14px;}
.mt-big{font-family:'Sora',sans-serif;font-weight:800;font-size:34px;color:var(--navy);}
.mt-stars{color:#E8A93C;font-size:15px;letter-spacing:2px;}
.mt-count{font-size:11.5px;color:var(--gray-400);}
.mt-review{background:#F8FAFC;border-radius:10px;padding:10px 12px;margin-bottom:7px;}
.mt-review .rs{color:#E8A93C;font-size:10px;letter-spacing:1px;margin-bottom:5px;}
.mt-review i{display:block;height:6px;border-radius:99px;background:#E2E8F0;margin-bottom:4px;}
.mc-sys{text-align:center;font-size:10.5px;color:var(--gray-400);margin-bottom:10px;}
.mc-in{background:#F1F5F9;border-radius:12px 12px 12px 3px;padding:9px 13px;font-size:12px;color:var(--gray-600);max-width:75%;margin-bottom:8px;}
.mc-out{background:linear-gradient(135deg,var(--blue),var(--blue-light));color:#fff;border-radius:12px 12px 3px 12px;padding:9px 13px;font-size:12px;max-width:78%;margin-left:auto;margin-bottom:5px;}
.mc-time{text-align:right;font-size:9.5px;color:var(--gold-dark);font-weight:700;}
.mf-step{display:flex;align-items:center;gap:11px;padding:9px 12px;background:#F8FAFC;border-radius:10px;margin-bottom:7px;font-size:12px;color:var(--gray-600);}
.mf-step .st{width:20px;height:20px;min-width:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;}
.mf-step .done{background:#D1FAE5;color:#059669;}
.mf-step .wait{background:#FDF0DC;color:#B07514;}
.mf-step b{color:var(--navy);margin-right:4px;}

/* === BUTTON STATE LOCK ===
   Blocksy styles a:hover and a:visited directly. Where a button rule
   changes only background or transform on hover, Blocksy wins and the
   label turns dark, or purple once visited. Pin every state to the
   button's own colour. */
.btn-gold, .btn-gold:link, .btn-gold:visited, .btn-gold:hover, .btn-gold:focus, .btn-gold:focus-visible, .btn-gold:active{color:var(--navy);}
.btn-ghost, .btn-ghost:link, .btn-ghost:visited, .btn-ghost:hover, .btn-ghost:focus, .btn-ghost:focus-visible, .btn-ghost:active{color:#fff;}
.nav-cta, .nav-cta:link, .nav-cta:visited, .nav-cta:hover, .nav-cta:focus, .nav-cta:focus-visible, .nav-cta:active{color:#fff;}
.mm-cta, .mm-cta:link, .mm-cta:visited, .mm-cta:hover, .mm-cta:focus, .mm-cta:focus-visible, .mm-cta:active{color:#fff;}

.cta, .cta:link, .cta:visited, .cta:hover, .cta:focus, .cta:active{color:var(--navy);}
