/* Patch 96 - compact gateway, searchable dropdown, blue country hero, sidebar content widgets */
:root{
  --a3p96-navy:#06265f;
  --a3p96-navy2:#0b3f91;
  --a3p96-blue:#1768e8;
  --a3p96-cyan:#18c6df;
  --a3p96-ice:#f4f8ff;
  --a3p96-line:#d6e4fb;
  --a3p96-text:#09244d;
  --a3p96-muted:#5c6d86;
  --a3p96-shadow:0 16px 42px rgba(6,38,95,.10);
}

/* Root gateway: everything fits earlier in viewport */
body.a3-gw90{background:radial-gradient(circle at 82% 8%,rgba(24,198,223,.10),transparent 30%),linear-gradient(180deg,#f7fbff 0,#eef5ff 100%)!important;min-height:100vh;overflow-x:hidden}
body.a3-gw90 .gw90-wrap{max-width:1240px!important;padding:22px 18px 28px!important;margin:0 auto!important;min-height:auto!important}
body.a3-gw90 .gw90-hero{display:grid;grid-template-columns:230px minmax(0,1fr);grid-template-areas:"logo title" "logo text" "logo market" "logo search" "logo tabs";align-items:center;gap:8px 26px;text-align:right!important;padding:8px 0 4px!important;min-height:auto!important}
body.a3-gw90 .gw90-logo{grid-area:logo;margin:0!important;align-self:start;justify-self:end;filter:none!important;background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important}
body.a3-gw90 .gw90-logo img{width:220px!important;max-width:220px!important;display:block;filter:drop-shadow(0 10px 18px rgba(6,38,95,.10))!important;background:transparent!important;border:0!important;box-shadow:none!important}
body.a3-gw90 .gw90-hero h1{grid-area:title;font-size:clamp(42px,4.8vw,72px)!important;line-height:1.05!important;margin:0!important;color:var(--a3p96-navy)!important;letter-spacing:-1.8px!important}
body.a3-gw90 .gw90-hero p{grid-area:text;margin:2px 0 12px!important;max-width:760px!important;font-size:16px!important;color:var(--a3p96-muted)!important;line-height:1.8!important}
body.a3-gw90 .gw91-market{grid-area:market;margin:0!important;max-width:760px!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 150px!important;border-radius:26px!important;padding:7px!important;box-shadow:var(--a3p96-shadow)!important;border-color:var(--a3p96-line)!important}
body.a3-gw90 .gw91-search-only{grid-area:search;margin:6px 0 0!important;max-width:760px!important;grid-template-columns:minmax(0,1fr) 140px!important;border-radius:26px!important;padding:7px!important;box-shadow:0 12px 34px rgba(6,38,95,.07)!important;border-color:var(--a3p96-line)!important}
body.a3-gw90 .gw91-tabs{grid-area:tabs;justify-content:flex-start!important;margin:8px 0 0!important;gap:8px!important}
body.a3-gw90 .gw90-tabs button{padding:9px 14px!important;border-radius:999px!important;font-size:13px!important;background:#fff!important;color:var(--a3p96-navy)!important;border:1px solid var(--a3p96-line)!important;box-shadow:0 8px 20px rgba(6,38,95,.05)!important}
body.a3-gw90 .gw91-market select,body.a3-gw90 .gw90-search input,body.a3-gw90 .gw91-market button,body.a3-gw90 .gw90-search button{min-height:48px!important;border-radius:20px!important}
body.a3-gw90 .gw91-market button,body.a3-gw90 .gw90-search button{background:linear-gradient(135deg,var(--a3p96-blue),var(--a3p96-navy2))!important;font-weight:950!important}
body.a3-gw90 .gw90-feature-grid{margin-top:22px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
body.a3-gw90 .gw90-feature-grid button{min-height:118px!important;padding:17px 15px!important;border-radius:24px!important;background:rgba(255,255,255,.92)!important}
body.a3-gw90 .gw90-feature-grid i{font-size:26px!important}
body.a3-gw90 .gw90-feature-grid b{font-size:17px!important}
body.a3-gw90 .gw90-feature-grid span{font-size:12px!important;line-height:1.7!important}
body.a3-gw90 .gw92-overview{display:none!important}

/* Searchable custom country dropdown */
.a3p96-country-native.a3p96-hidden-native{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;overflow:hidden!important}
.a3p96-combo{position:relative;min-width:0;z-index:20}
.a3p96-combo-btn{width:100%;min-height:48px;border:0;background:#f4f8ff;color:var(--a3p96-text);border-radius:20px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:900;cursor:pointer}
.a3p96-combo-btn:after{content:"⌄";font-size:18px;color:var(--a3p96-blue);font-weight:1000}
.a3p96-combo-panel{position:absolute;top:calc(100% + 8px);right:0;width:min(380px,calc(100vw - 34px));background:#fff;border:1px solid var(--a3p96-line);border-radius:22px;box-shadow:0 26px 70px rgba(6,38,95,.20);padding:10px;display:none;text-align:right;z-index:9999}
.a3p96-combo.is-open .a3p96-combo-panel{display:block}
.a3p96-combo-search{width:100%;height:44px;border:1px solid var(--a3p96-line);border-radius:16px;background:#f8fbff;padding:0 14px;margin-bottom:8px;font-weight:850;outline:0;color:var(--a3p96-text)}
.a3p96-combo-list{max-height:300px;overflow:auto;padding-left:4px}
.a3p96-combo-option{width:100%;border:0;background:#fff;border-radius:15px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--a3p96-text);font-weight:900;cursor:pointer;text-align:right}
.a3p96-combo-option:hover,.a3p96-combo-option.is-selected{background:#edf5ff;color:var(--a3p96-blue)}
.a3p96-combo-option small{color:var(--a3p96-muted);font-weight:750}

/* Country page hero becomes strong blue */
.a3h89-country-home .a3h90-hero{background:linear-gradient(135deg,#0a2f75 0%,#0d4aad 58%,#08306d 100%)!important;border-color:#0a459d!important;color:#fff!important;box-shadow:0 24px 60px rgba(6,38,95,.20)!important;border-radius:32px!important}
.a3h89-country-home .a3h90-hero h1{color:#fff!important;text-shadow:0 2px 16px rgba(0,0,0,.16)!important}
.a3h89-country-home .a3h90-hero p{color:#dceaff!important}
.a3h89-country-home .a3h90-country-search{background:rgba(255,255,255,.96)!important;border-color:rgba(255,255,255,.35)!important;box-shadow:0 18px 34px rgba(0,0,0,.12)!important}
.a3h89-country-home .a3h90-country-search input,.a3h89-country-home .a3h90-country-search select{background:#f7fbff!important;color:var(--a3p96-text)!important;border:0!important}
.a3h89-country-home .a3h90-country-search button{background:linear-gradient(135deg,#1b73ff,#053f97)!important;color:#fff!important}
.a3h89-country-home .a3h89-feature-strip{display:none!important}
.a3h89-country-home .a3h89-actions,.a3h89-country-home .a3h90-category-widgets{display:none!important}

/* Ads area side widgets */
.a3p96-side-widgets{gap:12px!important}
.a3p96-mini-widget{background:#fff;border:1px solid var(--a3p96-line);border-radius:22px;padding:12px;box-shadow:0 12px 30px rgba(6,38,95,.06)}
.a3p96-mini-head{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--a3p96-navy);font-weight:950}
.a3p96-mini-head i{color:var(--a3p96-blue);font-size:17px}
.a3p96-mini-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:9px;align-items:center;color:var(--a3p96-text);text-decoration:none;padding:8px;border-radius:16px;background:#f8fbff;margin-bottom:7px;border:1px solid #edf4ff}
.a3p96-mini-item:hover{background:#eef6ff;color:var(--a3p96-blue)}
.a3p96-mini-item img{width:48px;height:48px;border-radius:14px;object-fit:cover;background:#eef5ff}
.a3p96-mini-item span{font-size:12px;font-weight:900;line-height:1.55;color:inherit}
.a3p96-mini-more{display:flex;align-items:center;justify-content:center;min-height:34px;border-radius:14px;background:linear-gradient(135deg,var(--a3p96-blue),var(--a3p96-navy2));color:#fff;text-decoration:none;font-weight:950;font-size:12px;margin-top:6px}
.a3p95-widget{border-color:var(--a3p96-line)!important;box-shadow:0 12px 30px rgba(6,38,95,.06)!important}
.a3p95-widget a{background:linear-gradient(135deg,var(--a3p96-blue),var(--a3p96-navy2))!important;color:#fff!important;border:0!important}

/* tighten country page overall */
.a3v22-container.a3h89-country-home{max-width:1280px!important}
.a3-smart-layout{grid-template-columns:190px minmax(0,1fr) 190px!important;gap:14px!important;align-items:start!important}
.a3v22-grid .col-md-4{display:flex!important}.a3v22-grid .col-md-4>*{width:100%!important;height:100%!important}

@media(max-width:1200px){
  body.a3-gw90 .gw90-hero{grid-template-columns:1fr;grid-template-areas:"logo" "title" "text" "market" "search" "tabs";text-align:center!important;justify-items:center}
  body.a3-gw90 .gw90-logo{justify-self:center}.gw91-tabs{justify-content:center!important}
  .a3-smart-layout{grid-template-columns:1fr!important}.a3p96-side-widgets{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;order:2}.a3-smart-main{order:1}
}
@media(max-width:768px){
  body.a3-gw90 .gw90-wrap{padding-top:12px!important}
  body.a3-gw90 .gw90-logo img{width:170px!important}
  body.a3-gw90 .gw90-hero h1{font-size:34px!important;line-height:1.2!important}
  body.a3-gw90 .gw91-market,body.a3-gw90 .gw91-search-only{grid-template-columns:1fr!important;width:100%!important}
  body.a3-gw90 .gw90-feature-grid{grid-template-columns:1fr 1fr!important}
  .a3p96-side-widgets{grid-template-columns:1fr!important}
  .a3h89-country-home .a3h90-hero{padding:28px 16px!important}.a3h89-country-home .a3h90-hero h1{font-size:31px!important}
}
