/* SHA SYSTEM premium UI additions - no emoji, clean icons */
:root{
  --sha-navy:#0b2341; --sha-blue:#103b68; --sha-gold:#d9a92f; --sha-gold2:#f3cf6b;
  --sha-bg:#eef6ff; --sha-ink:#172033; --sha-muted:#6b7280; --sha-border:#d9e4ef;
  --sha-card:#ffffff; --sha-soft:#f6f9fc;
}
.website-actions{display:flex;align-items:center;gap:.55rem;margin-left:auto;margin-right:1rem}
.website-action{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.62rem 1rem;font-size:.82rem;font-weight:700;text-decoration:none;white-space:nowrap;border:1px solid rgba(15,43,70,.18);transition:.2s ease;line-height:1}
.website-action svg{width:16px;height:16px;stroke-width:2.2}.website-login{background:var(--ad-btn-bg,var(--sha-navy,#0f2b46));color:var(--ad-btn-text,#fff);box-shadow:0 8px 18px color-mix(in srgb,var(--ad-btn-bg,#0f2b46) 28%,transparent)}.website-login:hover{filter:brightness(1.08)}.website-signup{background:linear-gradient(180deg,var(--ad-accent,#f8dc7b),var(--ad-pink,#d3a123));color:#fff;border-color:transparent;box-shadow:0 8px 18px color-mix(in srgb,var(--ad-accent,#d3a123) 28%,transparent)}.website-signup:hover{filter:brightness(.98);transform:translateY(-1px)}
@media(max-width:640px){.website-actions{gap:.35rem;margin-right:.55rem}.website-action{padding:.5rem .62rem;font-size:.72rem}.website-action span.optional{display:none}}
.auth-wrap{min-height:calc(100vh - 150px);background:radial-gradient(circle at top left,rgba(217,169,47,.14),transparent 32%),linear-gradient(135deg,#eef6ff,#ffffff);padding:42px 16px;display:flex;align-items:center;justify-content:center}.auth-card{width:min(980px,100%);background:rgba(255,255,255,.94);border:1px solid var(--sha-border);border-radius:28px;box-shadow:0 24px 80px rgba(11,35,65,.13);overflow:hidden;display:grid;grid-template-columns:1fr 1.35fr}.auth-side{background:linear-gradient(145deg,var(--sha-navy),#11375d);color:#fff;padding:34px;position:relative;overflow:hidden}.auth-side:after{content:"";position:absolute;inset:auto -70px -90px auto;width:230px;height:230px;border-radius:50%;background:rgba(217,169,47,.18)}.auth-side img{width:76px;height:76px;object-fit:contain;background:#fff;border-radius:20px;padding:8px}.auth-side h1{font-family:Georgia,serif;font-size:32px;line-height:1.1;margin:20px 0 12px}.auth-side p{color:rgba(255,255,255,.78);line-height:1.75;font-size:14px}.auth-main{padding:34px}.auth-main h2{font-family:Georgia,serif;color:var(--sha-navy);font-size:28px;margin:0 0 8px}.auth-main .lead{color:var(--sha-muted);margin-bottom:22px;font-size:14px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800;color:#253044;text-transform:uppercase;letter-spacing:.04em}.field input,.field select,.field textarea{border:1px solid #d8e1eb;border-radius:14px;padding:12px 13px;font-size:14px;outline:none;background:#fff;color:#111827}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--sha-gold);box-shadow:0 0 0 3px rgba(217,169,47,.16)}.btn-main{border:0;border-radius:14px;padding:13px 18px;font-weight:900;background:linear-gradient(180deg,#f7d96e,#d6a62b);color:#111827;cursor:pointer;box-shadow:0 12px 25px rgba(217,169,47,.2)}.btn-dark{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:12px 18px;font-weight:800;background:#0f2b46;color:#fff;text-decoration:none}.auth-note{font-size:12px;color:var(--sha-muted);line-height:1.6}.alert{padding:12px 14px;border-radius:14px;margin-bottom:14px;font-size:13px}.alert.success{background:#e8f8ef;color:#0f5132;border:1px solid #badbcc}.alert.error{background:#fff1f1;color:#842029;border:1px solid #f5c2c7}@media(max-width:850px){.auth-card{grid-template-columns:1fr}.auth-side{padding:26px}.auth-main{padding:24px}.form-grid{grid-template-columns:1fr}.auth-side h1{font-size:26px}}

.system-body{background:linear-gradient(135deg,#eef6ff,#f8fbff);min-height:100vh;color:var(--sha-ink);font-family:Inter,Roboto,Arial,sans-serif}.system-shell{display:grid;grid-template-columns:290px 1fr;min-height:100vh}.sys-sidebar{background:linear-gradient(180deg,#081e39,#10385e);color:#fff;padding:18px;position:sticky;top:0;height:100vh;overflow:auto}.sys-brand{display:flex;align-items:center;gap:12px;padding:10px 8px 22px;border-bottom:1px solid rgba(255,255,255,.12)}.sys-brand img{width:52px;height:52px;object-fit:contain;background:#fff;border-radius:14px;padding:6px}.sys-brand strong{display:block;font-family:Georgia,serif;font-size:15px;letter-spacing:.06em}.sys-brand span{color:rgba(255,255,255,.68);font-size:12px}.sys-nav-group{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.45);margin:20px 8px 8px}.sys-nav a{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:14px;color:rgba(255,255,255,.86);text-decoration:none;font-size:13px;font-weight:700;margin:4px 0;transition:.18s}.sys-nav a:hover,.sys-nav a.active{background:rgba(255,255,255,.12);color:#fff}.sys-nav svg,.sys-icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.sys-content{min-width:0}.sys-topbar{height:76px;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);border-bottom:1px solid var(--sha-border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:20}.sys-title h1{font-family:Georgia,serif;color:var(--sha-navy);font-size:25px;margin:0}.sys-title p{margin:3px 0 0;color:var(--sha-muted);font-size:12px}.sys-actions{display:flex;align-items:center;gap:10px}.lang-pill{display:flex;border:1px solid var(--sha-border);border-radius:999px;overflow:hidden;background:#fff}.lang-pill span{font-size:11px;font-weight:800;padding:7px 9px;color:#506070}.lang-pill span:first-child{background:#0f2b46;color:#fff}.mobile-menu-btn{display:none;border:0;background:#0f2b46;color:#fff;border-radius:12px;padding:10px}.sys-main{padding:24px}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.kpi{background:var(--sha-card);border:1px solid var(--sha-border);border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(11,35,65,.06);position:relative;overflow:hidden}.kpi:after{content:"";position:absolute;right:-24px;bottom:-30px;width:100px;height:100px;border-radius:50%;background:rgba(217,169,47,.11)}.kpi span{display:block;color:var(--sha-muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.kpi strong{display:block;color:var(--sha-navy);font-size:30px;margin-top:8px}.panel{background:#fff;border:1px solid var(--sha-border);border-radius:22px;box-shadow:0 12px 30px rgba(11,35,65,.06);padding:18px;margin-bottom:18px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.panel-head h2{font-family:Georgia,serif;color:var(--sha-navy);font-size:21px;margin:0}.panel-head p{margin:3px 0 0;color:var(--sha-muted);font-size:12px}.sys-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.table-wrap{overflow:auto;border-radius:16px;border:1px solid #e4edf6}.sys-table{width:100%;border-collapse:collapse;background:#fff;min-width:780px}.sys-table th{background:#f6f9fc;color:#344054;font-size:11px;text-transform:uppercase;letter-spacing:.05em;text-align:left;padding:12px}.sys-table td{padding:12px;border-top:1px solid #eef2f7;font-size:13px;color:#263445}.badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;background:#eef2ff;color:#263e8f}.badge.green{background:#e8f8ef;color:#137347}.badge.gold{background:#fff5d7;color:#96690f}.badge.red{background:#ffeaea;color:#ad2828}.badge.blue{background:#e9f3ff;color:#175b98}.sys-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.sys-form .field.full{grid-column:1/-1}.sys-form .field.two{grid-column:span 2}.actions-row{display:flex;gap:8px;flex-wrap:wrap}.small-btn{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:12px;padding:9px 12px;font-weight:800;font-size:12px;text-decoration:none;cursor:pointer}.small-btn.dark{background:#0f2b46;color:#fff}.small-btn.gold{background:#d9a92f;color:#111827}.small-btn.light{background:#eef4fb;color:#0f2b46}.small-btn.red{background:#fee2e2;color:#991b1b}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.filter-bar input,.filter-bar select{border:1px solid #d8e1eb;border-radius:12px;padding:10px 12px;background:#fff;font-size:13px}.permission-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.permission-grid label{border:1px solid #e2e8f0;border-radius:12px;padding:10px;background:#f8fbff;font-size:12px;font-weight:700;display:flex;gap:8px}.total-box{display:flex;justify-content:space-between;gap:14px;padding:14px;border-radius:16px;background:#f6f9fc;border:1px solid #e4edf6;margin-top:14px}.total-box strong{color:#0f2b46}.profile-card{display:grid;grid-template-columns:80px 1fr;gap:15px;align-items:center}.avatar{width:72px;height:72px;border-radius:18px;background:linear-gradient(135deg,#0f2b46,#d9a92f);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:24px}.charts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.chart-card{border:1px solid #e4edf6;border-radius:18px;background:#f8fbff;padding:14px}.bar{height:9px;background:#e4edf6;border-radius:99px;overflow:hidden;margin-top:8px}.bar i{display:block;height:100%;background:linear-gradient(90deg,#0f2b46,#d9a92f);border-radius:99px}.sys-footer{padding:18px 24px;color:#718096;font-size:12px;text-align:center}.mobile-overlay{display:none}.sys-backdrop{display:none}@media(max-width:1060px){.system-shell{grid-template-columns:1fr}.sys-sidebar{position:fixed;z-index:60;left:-310px;width:290px;transition:.25s;height:100vh}.system-shell.sidebar-open .sys-sidebar{left:0}.system-shell.sidebar-open .sys-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:50}.mobile-menu-btn{display:inline-flex}.kpi-grid{grid-template-columns:repeat(2,1fr)}.sys-grid{grid-template-columns:1fr}.sys-form{grid-template-columns:1fr}.sys-form .field.two{grid-column:1}.permission-grid{grid-template-columns:1fr 1fr}.charts{grid-template-columns:1fr}}@media(max-width:620px){.sys-topbar{height:auto;align-items:flex-start;padding:14px;gap:12px}.sys-title h1{font-size:20px}.kpi-grid{grid-template-columns:1fr}.sys-main{padding:14px}.panel{padding:14px;border-radius:18px}.permission-grid{grid-template-columns:1fr}.sys-actions{flex-wrap:wrap;justify-content:flex-end}.auth-wrap{padding:20px 10px}}

.website-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.website-action{display:inline-flex;align-items:center;gap:6px}.website-action svg{width:18px;height:18px;stroke-width:2}.website-action .optional{display:inline}@media(max-width:720px){.website-action .optional{display:none}.website-actions{gap:6px}}

/* V36 mobile header cleanup */
.public-brand{min-width:0;gap:.45rem}
.public-brand span{font-weight:700;line-height:1.15}
.public-brand img{display:block}
.mobile-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid rgba(15,43,70,.14);box-shadow:0 8px 18px rgba(15,43,70,.10)}
.public-header-actions{gap:.55rem}
@media(max-width:820px){
  .public-brand span{font-size:13px;max-width:145px;white-space:normal}
  .public-header-actions{margin-left:auto;margin-right:0;gap:.45rem}
  .public-header-actions .website-action:nth-child(1),
  .public-header-actions .website-action:nth-child(2){display:none}
  .public-header-actions .website-action{width:42px;height:42px;border-radius:50%;padding:0;justify-content:center;box-shadow:0 10px 20px rgba(15,43,70,.12)}
  .public-header-actions .website-action svg{width:18px;height:18px}
  .public-header-actions .website-action .optional{display:none!important}
}
@media(max-width:520px){
  .public-brand{gap:.35rem}
  .public-brand .w-8,.public-brand .h-8{width:1.7rem;height:1.7rem}
  .public-brand span{font-size:12px;max-width:118px}
  .public-header-actions{gap:.35rem}
  .public-header-actions .website-action,.mobile-nav-toggle{width:40px;height:40px}
}


/* V37 mobile top actions refinement */
@media(max-width:820px){
  .public-header-actions{flex-wrap:nowrap;align-items:center;justify-content:flex-end;min-width:auto;margin-right:.35rem}
  .public-header-actions .website-signup{display:none!important}
  .public-header-actions .website-action{flex:0 0 auto}
  .mobile-nav-toggle{flex:0 0 auto;margin-left:.15rem}
}
@media(max-width:520px){
  .public-header-actions{gap:.3rem;margin-right:.2rem}
  .public-header-actions .website-action,.mobile-nav-toggle{box-shadow:0 8px 16px rgba(15,43,70,.10)}
}


/* V38 refined mobile header: bring actions back in one neat row */
@media(max-width:820px){
  nav .max-w-7xl > .flex{gap:.25rem}
  .public-header-actions{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:.26rem!important;
    margin-left:auto!important;
    margin-right:.22rem!important;
    min-width:0!important;
  }
  .public-header-actions .website-action{
    display:inline-flex!important;
    width:34px!important;
    height:34px!important;
    padding:0!important;
    border-radius:999px!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:0 7px 14px rgba(15,43,70,.12)!important;
  }
  .public-header-actions .website-action svg{
    width:15px!important;
    height:15px!important;
  }
  .public-header-actions .website-action .optional{
    display:none!important;
  }
  .mobile-nav-toggle{
    width:36px!important;
    height:36px!important;
    padding:0!important;
    border-radius:999px!important;
    flex:0 0 auto!important;
  }
  .mobile-nav-toggle svg{
    width:22px!important;
    height:22px!important;
  }
}
@media(max-width:420px){
  .public-brand span{font-size:11px!important;max-width:95px!important}
  .public-brand .w-8,.public-brand .h-8{width:1.55rem!important;height:1.55rem!important}
  .public-header-actions{gap:.18rem!important}
  .public-header-actions .website-action{width:31px!important;height:31px!important}
  .mobile-nav-toggle{width:33px!important;height:33px!important}
}


/* V39 active member database section */
.active-members-section{background:linear-gradient(180deg,#f7fbff 0%,#eef6ff 100%);padding:48px 16px;color:#081f3e;position:relative;overflow:hidden}.active-members-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 10%,rgba(11,42,85,.08),transparent 32%),radial-gradient(circle at 10% 20%,rgba(217,169,47,.10),transparent 26%);pointer-events:none}.active-members-wrap{max-width:1320px;margin:0 auto;position:relative;z-index:1}.active-members-head{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.6fr);gap:18px;align-items:start}.active-members-text h2{font-size:34px;line-height:1.08;font-weight:900;color:#0a2d63;margin:0 0 8px;letter-spacing:-.03em}.gold-line{width:54px;height:4px;border-radius:99px;background:#d9a92f;margin:0 0 14px}.active-members-text p{font-size:13px;line-height:1.7;color:#172033;margin:0 0 10px;max-width:900px}.total-members-card{background:#fff;border:1px solid #e3eaf4;border-radius:22px;padding:18px 18px 16px;text-align:center;box-shadow:0 18px 45px rgba(7,29,59,.08)}.laurel-icon{width:66px;height:66px;margin:0 auto 10px;border-radius:20px;background:linear-gradient(135deg,#082b5f,#0c3e7f);display:grid;place-items:center;color:#fff}.laurel-icon svg{width:34px;height:34px;stroke-width:1.8}.total-members-card span{display:block;font-size:15px;font-weight:900;color:#0a2d63}.total-members-card strong{display:block;font-size:46px;line-height:1;color:#09295c;margin-top:10px;letter-spacing:-.04em}.total-members-card small{display:block;font-size:12px;line-height:1.45;color:#5b6780;margin-top:10px}.country-stat-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:10px;margin:20px 0 12px}.country-stat{background:#fff;border:1px solid #e3eaf4;border-radius:18px;padding:12px 8px 10px;text-align:center;box-shadow:0 8px 22px rgba(7,29,59,.05)}.country-stat img{width:52px;height:52px;object-fit:cover;border-radius:50%;display:block;margin:0 auto 8px;border:1px solid #edf2f7}.country-stat .country-en{display:block;font-size:11px;line-height:1.15;color:#5d6780;font-weight:800;min-height:28px}.country-stat b{display:block;font-size:16px;color:#0a2d63;line-height:1.2;margin-top:2px}.country-stat strong{display:block;font-size:19px;color:#09295c;line-height:1.1;margin:6px 0 3px}.country-stat i{font-style:normal;font-weight:800;font-size:13px;color:#102a4d;display:block;margin-bottom:7px}.country-stat em{display:block;width:62px;height:6px;border-radius:999px;background:linear-gradient(90deg,#2769b5,#d9e5f3);margin:0 auto;opacity:.85}.member-chart-grid{display:grid;grid-template-columns:1.05fr 1.35fr;gap:14px;margin-top:12px}.member-chart-card{background:#fff;border:1px solid #e3eaf4;border-radius:20px;padding:16px;box-shadow:0 10px 28px rgba(7,29,59,.06)}.member-chart-card h3{margin:0 0 14px;color:#0a2d63;font-size:17px;text-align:center;font-weight:900}.donut-flex{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:center}.member-donut{width:210px;height:210px;border-radius:50%;background:conic-gradient(#0a3470 0 34%,#2d75bd 34% 50.6%,#22a6a1 50.6% 64.2%,#4fab47 64.2% 76.6%,#f1b51d 76.6% 85.8%,#ef7d2d 85.8% 91.9%,#6d4bbb 91.9% 95.6%,#8962d3 95.6% 98.1%,#9aa0aa 98.1% 100%);display:grid;place-items:center;position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}.member-donut:after{content:"";position:absolute;inset:54px;background:#fff;border-radius:50%;box-shadow:0 0 0 1px #edf2f7}.member-donut span{position:relative;z-index:1;font-size:24px;font-weight:900;color:#0a2d63}.member-legend{display:grid;gap:7px}.member-legend div{display:grid;grid-template-columns:13px 1fr auto;gap:9px;align-items:center;font-size:13px;font-weight:800}.member-legend i{width:11px;height:11px;border-radius:50%;background:var(--c)}.member-legend b{color:#0a2d63}.bar-chart-wrap{height:260px;display:grid;grid-template-columns:repeat(9,1fr);gap:8px;align-items:end;border-bottom:1px solid #dbe5ef;padding:26px 8px 0;background:repeating-linear-gradient(to top,#ffffff 0,#ffffff 39px,#eff4fa 40px)}.bar-item{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:5px;min-width:0}.bar-item span{font-size:11px;font-weight:900;color:#0a2d63;white-space:nowrap}.bar-item i{display:block;width:70%;height:var(--h);border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,var(--c),color-mix(in srgb,var(--c),#000 13%));min-height:12px}.bar-item b{font-size:11px;color:#24344d;white-space:nowrap}.member-summary-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.member-summary-row div{background:#fff;border:1px solid #e3eaf4;border-radius:16px;padding:12px 14px;box-shadow:0 8px 22px rgba(7,29,59,.05)}.member-summary-row strong{display:block;color:#0a2d63;font-size:16px}.member-summary-row span{display:block;color:#56657a;font-size:11.5px;margin-top:4px;line-height:1.4}@media(max-width:1180px){.country-stat-grid{grid-template-columns:repeat(3,1fr)}.member-chart-grid{grid-template-columns:1fr}.member-summary-row{grid-template-columns:repeat(2,1fr)}.active-members-head{grid-template-columns:1fr}}@media(max-width:700px){.active-members-section{padding:36px 12px}.active-members-text h2{font-size:28px}.active-members-text p{font-size:12.5px}.total-members-card strong{font-size:38px}.country-stat-grid{grid-template-columns:repeat(2,1fr);gap:8px}.country-stat{padding:11px 8px}.country-stat img{width:42px;height:42px}.country-stat .country-en{font-size:10px;min-height:24px}.country-stat b{font-size:14px}.country-stat strong{font-size:17px}.member-chart-card{padding:14px}.donut-flex{grid-template-columns:1fr}.member-donut{width:185px;height:185px;margin:auto}.member-donut:after{inset:48px}.bar-chart-wrap{overflow-x:auto;grid-template-columns:repeat(9,58px);height:220px}.member-summary-row{grid-template-columns:1fr}.active-members-head{gap:14px}}


/* V41 website language switcher and compact statistics */
.site-lang-switch{display:flex;align-items:center;gap:5px;margin-left:auto;margin-right:8px;background:#f8fbff;border:1px solid rgba(15,43,70,.12);border-radius:999px;padding:4px;box-shadow:0 8px 18px rgba(15,43,70,.07)}
.site-lang-switch button{border:0;background:transparent;color:#0f2b46;font-weight:900;font-size:12px;border-radius:999px;padding:7px 10px;cursor:pointer;line-height:1}
.site-lang-switch button.active{background:#0f2b46;color:#fff;box-shadow:0 6px 14px rgba(15,43,70,.18)}
body.site-lang-ku,body.site-lang-ar{font-family:"NRT",Tahoma,Arial,sans-serif}
body.site-lang-ku .active-members-section,body.site-lang-ar .active-members-section{text-align:right}
body.site-lang-ku .active-members-text h2,body.site-lang-ar .active-members-text h2{letter-spacing:0}
.country-stat .country-en{transition:.15s ease}
@media(max-width:820px){.site-lang-switch{order:5;width:100%;justify-content:center;margin:6px 0 0;padding:3px;background:#fff}.site-lang-switch button{font-size:11px;padding:6px 10px}nav .h-16,nav .md\:h-20{height:auto!important;min-height:64px!important;padding-top:8px;padding-bottom:8px;flex-wrap:wrap}.public-header-actions{order:2}.mobile-nav-toggle{order:3}}
@media(max-width:420px){.site-lang-switch button{font-size:10px;padding:5px 8px}}

/* V42 language completion fixes */
body.site-lang-ku [data-country-en],
body.site-lang-ar [data-country-en]{display:none!important}
body.site-lang-ku .active-members-section,
body.site-lang-ar .active-members-section{direction:rtl;text-align:right}
body.site-lang-ku .member-chart-card h3,
body.site-lang-ar .member-chart-card h3,
body.site-lang-ku .country-stat,
body.site-lang-ar .country-stat,
body.site-lang-ku .total-members-card,
body.site-lang-ar .total-members-card{text-align:center}
body.site-lang-ku .active-members-text p,
body.site-lang-ar .active-members-text p{font-size:13.5px;line-height:1.9}
body.site-lang-ku .member-summary-row div,
body.site-lang-ar .member-summary-row div{text-align:center}


/* V43 compact language/stat fixes */
body.site-lang-en .country-stat b{display:none!important}
body.site-lang-en .country-stat .country-en{display:block!important;min-height:auto!important;font-size:12px!important;color:#0a2d63!important;font-weight:900!important}
body.site-lang-ku .country-stat b,body.site-lang-ar .country-stat b{display:block!important}
.active-members-section{padding:36px 14px!important}
.active-members-wrap{max-width:1220px!important}
.active-members-head{gap:14px!important}
.active-members-text h2{font-size:30px!important;margin-bottom:6px!important}
.gold-line{margin-bottom:10px!important}
.active-members-text p{font-size:12.5px!important;line-height:1.65!important;margin-bottom:8px!important;max-width:820px!important}
.total-members-card{padding:14px 14px 13px!important;border-radius:18px!important}
.laurel-icon{width:56px!important;height:56px!important;margin-bottom:8px!important}
.laurel-icon svg{width:28px!important;height:28px!important}
.total-members-card span{font-size:13px!important}
.total-members-card strong{font-size:38px!important;margin-top:7px!important}
.total-members-card small{font-size:11px!important;margin-top:7px!important}
.country-stat-grid{gap:8px!important;margin:14px 0 10px!important}
.country-stat{padding:10px 7px 9px!important;border-radius:16px!important}
.country-stat img{width:46px!important;height:46px!important;margin-bottom:6px!important}
.country-stat b{font-size:13px!important;line-height:1.15!important;margin-top:0!important}
.country-stat strong{font-size:17px!important;margin:5px 0 2px!important}
.country-stat i{font-size:12px!important;margin-bottom:6px!important}
.country-stat em{width:54px!important;height:5px!important}
.member-chart-grid{gap:10px!important;margin-top:10px!important}
.member-chart-card{padding:13px!important;border-radius:18px!important}
.member-chart-card h3{font-size:15px!important;margin-bottom:10px!important}
.donut-flex{grid-template-columns:190px 1fr!important;gap:12px!important}
.member-donut{width:180px!important;height:180px!important}
.member-donut:after{inset:46px!important}
.member-donut span{font-size:20px!important}
.member-legend{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px!important}
.member-legend div{font-size:12px!important;gap:7px!important}
.member-legend i{width:9px!important;height:9px!important}
.bar-chart-wrap{height:220px!important;padding-top:18px!important;gap:6px!important}
.bar-item span,.bar-item b{font-size:10.5px!important}
.member-summary-row{gap:8px!important;margin-top:10px!important}
.member-summary-row div{padding:10px 11px!important}
.member-summary-row strong{font-size:14px!important}
.member-summary-row span{font-size:10.5px!important}
.why-best-section{padding-top:24px!important;padding-bottom:18px!important}
.why-best-section .max-w-4xl{max-width:880px!important}
.why-best-section h2{font-size:26px!important;line-height:1.15!important}
.why-best-section .inline-block{padding:.55rem 1.2rem!important;border-radius:14px!important}
.why-best-text{font-size:14px!important;line-height:1.7!important;max-width:760px!important}
.why-best-flags{margin-top:14px!important}
.why-best-flags .flex{gap:10px!important}
.why-best-flags .w-10,.why-best-flags .h-10{width:2.2rem!important;height:2.2rem!important}
.why-best-flags .sm\:w-12,.why-best-flags .sm\:h-12{width:2.6rem!important;height:2.6rem!important}
@media(max-width:1180px){.country-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.donut-flex{grid-template-columns:170px 1fr!important}}
@media(max-width:700px){body.site-lang-en .country-stat .country-en{font-size:11px!important}.active-members-section{padding:30px 10px!important}.active-members-text h2{font-size:24px!important}.active-members-text p{font-size:12px!important;line-height:1.7!important}.country-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.country-stat{padding:9px 6px 8px!important}.country-stat img{width:38px!important;height:38px!important}.country-stat b{font-size:12px!important}.country-stat strong{font-size:15px!important}.country-stat i{font-size:11px!important}.member-chart-card{padding:11px!important}.member-chart-card h3{font-size:14px!important}.donut-flex{grid-template-columns:1fr!important;gap:10px!important}.member-donut{width:150px!important;height:150px!important;margin:0 auto!important}.member-donut:after{inset:38px!important}.member-donut span{font-size:18px!important}.member-legend{grid-template-columns:1fr 1fr!important;gap:5px 8px!important}.member-legend div{font-size:11px!important}.bar-chart-wrap{grid-template-columns:repeat(9,50px)!important;height:185px!important;padding-top:14px!important}.bar-item span,.bar-item b{font-size:9.5px!important}.member-summary-row{grid-template-columns:1fr!important}.why-best-section{padding-top:18px!important;padding-bottom:14px!important}.why-best-section h2{font-size:21px!important}.why-best-text{font-size:12.5px!important;line-height:1.75!important}.why-best-flags{margin-top:10px!important}.why-best-flags .flex{gap:8px!important}.why-best-flags .w-10,.why-best-flags .h-10,.why-best-flags .sm\:w-12,.why-best-flags .sm\:h-12{width:2rem!important;height:2rem!important}}


/* V44 video/layout/language fixes */
.institute-video-section{height:auto!important;min-height:0!important;padding-top:56px!important;padding-bottom:54px!important;overflow:visible!important}
.institute-video-section .max-w-4xl{margin-bottom:8px!important}
.institute-video-section p{margin-top:14px!important;margin-bottom:0!important;position:relative;z-index:2}
.institute-video-grid{margin-top:22px!important;position:relative;z-index:3}
.member-chart-grid{display:none!important}
.site-lang-switch{min-width:190px;justify-content:space-between!important;gap:4px!important}
.site-lang-switch button{font-size:11px!important;padding:7px 10px!important;white-space:nowrap!important}
body.site-lang-ar .site-lang-switch,body.site-lang-ku .site-lang-switch{min-width:250px}
body.site-lang-ar .site-lang-switch button,body.site-lang-ku .site-lang-switch button{font-size:10.5px!important;padding:7px 9px!important}
@media(max-width:900px){.institute-video-section{padding-bottom:42px!important}.institute-video-grid{margin-top:18px!important}.site-lang-switch{min-width:170px!important}.site-lang-switch button{font-size:10px!important;padding:6px 8px!important}body.site-lang-ar .site-lang-switch,body.site-lang-ku .site-lang-switch{min-width:220px!important}}
@media(max-width:700px){.institute-video-section{padding-top:42px!important;padding-bottom:28px!important;border-bottom-left-radius:18% !important;border-bottom-right-radius:18% !important}.institute-video-section .inline-block{padding:.55rem 1rem!important}.institute-video-section h2{font-size:20px!important;line-height:1.25!important}.institute-video-section h2 span{font-size:18px!important;line-height:1.2!important}.institute-video-section p{font-size:12.5px!important;line-height:1.75!important;max-width:92%!important}.institute-video-grid{flex-direction:column!important;gap:10px!important}.institute-video-grid > a{width:100%!important}.site-lang-switch{width:auto!important;min-width:150px!important}.site-lang-switch button{font-size:9px!important;padding:5px 7px!important}body.site-lang-ar .site-lang-switch,body.site-lang-ku .site-lang-switch{min-width:190px!important}}

/* V50 soft UI, hub, pie, progress, mobile app feel */
:root{--ad-btn-bg:var(--sha-navy,#0b2b57);--ad-btn-text:#fff;--ad-title-bg:#fff;--ad-section-bg:#f3f7fc}
body{background:var(--ad-section-bg)!important}
.soft-section,.soft-box{background:rgba(255,255,255,.72)!important;border:1px solid rgba(11,43,87,.08)!important;box-shadow:0 8px 22px rgba(11,43,87,.05)!important}
.section-title-box,.inline-block.p-2.px-6{background:var(--ad-title-bg)!important;border:1px solid rgba(11,43,87,.1)!important;border-radius:10px!important;box-shadow:0 4px 14px rgba(11,43,87,.05)!important}
.website-action,.soft-btn,a.soft-btn{border-radius:10px!important;padding:.5rem .85rem!important;font-size:.78rem!important;background:var(--ad-btn-bg)!important;color:var(--ad-btn-text)!important}
.website-signup{background:linear-gradient(180deg,var(--ad-accent,#e8c86a),var(--ad-pink,#c9a227))!important;color:#fff!important;border-radius:10px!important}
.site-lang-switch{border-radius:10px!important}
.site-lang-switch button{border-radius:8px!important}
.public-brand .rounded-full,.footer-logo-circle{width:52px;height:52px;border-radius:50%;overflow:hidden;border:2px solid rgba(201,162,39,.45);box-shadow:0 8px 20px rgba(11,43,87,.12);background:#fff;display:grid;place-items:center}
.footer-logo-circle img{width:86%;height:86%;object-fit:contain}
.public-brand .w-8.h-8.rounded-full{width:2.6rem!important;height:2.6rem!important}
.text-frame{padding:14px 16px;border-radius:12px;border:1px solid rgba(11,43,87,.12);background:rgba(255,255,255,.65);margin:0 auto}
.stat-progress{width:70%;height:6px;border-radius:99px;background:#e6eef7;margin:6px auto 0;overflow:hidden}
.stat-progress span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--ad-primary,#2d75bd),var(--ad-accent,#0a3470));animation:statLoad 1.2s ease}
@keyframes statLoad{from{width:0!important}}
.country-stat-grid.countries-8{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.member-chart-grid.pie-only{display:grid!important;grid-template-columns:1fr!important;max-width:720px;margin:14px auto 0}
.member-chart-grid.pie-only .bar-card{display:none!important}
.scroll-gallery-ltr{animation:scrollLtr 45s linear infinite}
@keyframes scrollLtr{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.footer-trust{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:12px;background:rgba(255,255,255,.08);color:#e8eef7}
.footer-trust strong{color:#fff;font-size:13px}
.footer-mini-cta{display:inline-block;margin-top:6px;color:#f0c45c;font-weight:800;text-decoration:underline}
body.site-lang-kr,body.site-lang-ar{font-family:var(--ad-font-ku)!important}
body.site-lang-kr .active-members-section,body.site-lang-ar .active-members-section{direction:rtl;text-align:right}
@media(max-width:820px){
  .public-header-actions .website-action{border-radius:10px!important;width:auto!important;min-width:34px;height:34px!important}
  .country-stat-grid.countries-8{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  section.py-12,section.py-16,section.py-20,.py-12.md\:py-20{padding-top:1.75rem!important;padding-bottom:1.75rem!important}
  .mb-8,.mb-6.md\:mb-8{margin-bottom:1rem!important}
}

/* V52 website cleaner + capital titles + logo frame + EN mobile = KR quality */
h1,h2,h3,.section-title-box,.inline-block.p-2.px-6 h2,.active-members-text h2{text-transform:uppercase!important;letter-spacing:.05em!important}
.public-brand .logo-frame,.public-brand > div.w-8,.footer-logo-circle,.logo-frame{
  width:46px!important;height:46px!important;border-radius:12px!important;overflow:hidden!important;
  background:#fff!important;border:1px solid rgba(20,30,70,.08)!important;
  box-shadow:0 8px 18px rgba(20,30,70,.08)!important;padding:3px!important;
  display:inline-grid!important;place-items:center!important;
}
.public-brand img,.logo-frame img{border-radius:8px;width:100%;height:100%;object-fit:contain}
.site-lang-switch{
  border-radius:999px!important;padding:3px!important;gap:2px!important;
  background:#fff!important;border:1px solid rgba(20,30,70,.08)!important;
  box-shadow:0 6px 16px rgba(20,30,70,.06)!important;min-width:auto!important;
}
.site-lang-switch button{
  border-radius:999px!important;padding:7px 12px!important;font-size:11px!important;font-weight:800!important;
  min-width:40px;
}
.site-lang-switch button.active{background:var(--ad-primary,#4B2EFF)!important;color:#fff!important}
body{background:var(--ad-section-bg,#F4F6FB)!important}
section.soft-section,.active-members-section{background:transparent!important}
.country-stat,.total-members-card,.member-chart-card,.member-summary-row div{border-radius:18px!important}
.stat-progress{height:8px;border-radius:99px;background:#e8edf7;overflow:hidden;margin-top:8px}
.stat-progress span{display:block;height:100%;width:0;border-radius:99px;transition:width 1.1s cubic-bezier(.22,.8,.28,1)}
.member-donut-live{transition:transform .6s ease}
.member-donut-live.is-ready{animation:donutPop .7s ease both}
@keyframes donutPop{from{transform:scale(.86);opacity:.55}to{transform:scale(1);opacity:1}}
body.site-lang-kr .active-members-section,body.site-lang-ar .active-members-section{text-align:right}
body.site-lang-kr [data-country-en],body.site-lang-ar [data-country-en]{display:none!important}
@media(max-width:820px){
  body.site-lang-en .site-lang-switch,
  body.site-lang-kr .site-lang-switch,
  body.site-lang-ar .site-lang-switch{width:100%!important;justify-content:center!important;min-width:0!important;order:5}
  body.site-lang-en nav .max-w-7xl > .flex,
  body.site-lang-kr nav .max-w-7xl > .flex,
  body.site-lang-ar nav .max-w-7xl > .flex{gap:.4rem!important;flex-wrap:wrap!important}
  body.site-lang-en .public-brand span,
  body.site-lang-kr .public-brand span,
  body.site-lang-ar .public-brand span{font-size:11px!important;max-width:120px!important;line-height:1.2!important}
  body.site-lang-en .active-members-section,
  body.site-lang-en .why-best-section,
  body.site-lang-kr .active-members-section,
  body.site-lang-ar .active-members-section{padding-left:12px!important;padding-right:12px!important}
  body.site-lang-en h2,body.site-lang-kr h2,body.site-lang-ar h2{font-size:1.1rem!important}
  body.site-lang-en p,body.site-lang-kr p,body.site-lang-ar p{font-size:13px!important;line-height:1.75!important}
  body.site-lang-en .country-stat-grid,
  body.site-lang-kr .country-stat-grid,
  body.site-lang-ar .country-stat-grid{gap:10px!important}
  body.site-lang-en .website-actions .optional{display:none!important}
}


/* V55 id-card photos (members only) + restore website gallery sizes */
.id-photo,.member-photo{
  width:86px!important;height:110px!important;max-width:86px!important;
  object-fit:cover!important;border-radius:10px!important;
  box-shadow:0 6px 16px rgba(20,30,70,.10);
  background:#fff;
}
/* The Gallery — original large scrolling photos */
.site-gallery-img{
  width:auto!important;height:200px!important;max-width:none!important;max-height:none!important;
  object-fit:cover!important;border-radius:12px!important;display:block;
  box-shadow:0 10px 24px rgba(15,40,80,.14);
}
.site-gallery-img--perf{height:160px!important}
.site-gallery-card{flex:0 0 auto!important;width:auto!important;border-radius:12px!important;overflow:hidden}
.scroll-gallery-left > div,
.scroll-gallery-right > div,
.performance-gallery-block .site-gallery-card{
  width:auto!important;flex:0 0 auto!important;border-radius:12px!important;
}
.scroll-gallery-left img,
.scroll-gallery-right img,
.performance-gallery-block img.site-gallery-img{
  width:auto!important;max-width:none!important;max-height:none!important;
  object-fit:cover!important;border-radius:12px!important;
}
.scroll-gallery-left img,.scroll-gallery-right img{height:200px!important}
.performance-gallery-block img.site-gallery-img{height:160px!important}
@media(min-width:768px){
  .site-gallery-img,.scroll-gallery-left img,.scroll-gallery-right img{height:280px!important}
  .site-gallery-img--perf,.performance-gallery-block img.site-gallery-img{height:220px!important}
}
.public-brand .logo-frame,.logo-frame{
  width:40px!important;height:40px!important;border-radius:10px!important;padding:3px!important;
}
.footer-logo-circle.logo-frame{width:48px!important;height:48px!important}

/* Footer trust row — dark glass cards (not soft-box white) */
.site-footer-shared .footer-trust-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;
}
@media(min-width:900px){
  .site-footer-shared .footer-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
.site-footer-shared .footer-trust{
  display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:12px!important;
  background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:none!important;color:#e8eef7!important;
}
.site-footer-shared .footer-trust strong{color:#fff!important;font-size:13px;letter-spacing:.02em}
.site-footer-shared .footer-trust span{color:rgba(232,238,247,.85)!important;font-size:12px;line-height:1.55}
.site-footer-shared .footer-mini-cta{color:var(--ad-accent,#f0c45c)!important;font-weight:800;text-decoration:underline;margin-top:4px;display:inline-block}
.site-footer-shared .footer-col-title,
.site-footer-shared h3.footer-col-title{
  background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;
  text-transform:none!important;letter-spacing:normal!important;color:#0b2b57!important;
}
@media(max-width:700px){
  .id-photo,.member-photo{width:72px!important;height:92px!important}
  .site-gallery-img,.scroll-gallery-left img,.scroll-gallery-right img{height:160px!important}
  .site-gallery-img--perf,.performance-gallery-block img.site-gallery-img{height:130px!important}
}



/* V77 mobile screenshot fixes */
.site-footer-shared .footer-languages-box .footer-lang-switch{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;padding:6px!important;background:#f4f7fb!important;border:1px solid rgba(11,43,87,.10)!important;border-radius:14px!important;direction:ltr!important}
.site-footer-shared .footer-languages-box .footer-lang-switch a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:42px!important;height:36px!important;padding:0 12px!important;border-radius:10px!important;background:transparent!important;color:#0b2b57!important;text-decoration:none!important;font-weight:800!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important}
.site-footer-shared .footer-languages-box .footer-lang-switch a.active{background:#0b2b57!important;color:#fff!important;box-shadow:0 8px 18px rgba(11,43,87,.18)!important}
.site-footer-shared .footer-language-note{display:block!important;line-height:1.65!important;word-break:break-word!important}
.site-footer-shared .footer-logo-circle img{width:100%!important;height:100%!important;object-fit:contain!important}
.public-application-form .form-card-title,.public-application-form .section-title-box{color:#0b2b57!important;font-weight:800!important;background:#f5f8fc!important}
.public-application-form .field label{color:#0b2b57!important;background:#eef3fb!important;padding:8px 14px!important;border-radius:999px!important;display:inline-block!important;font-weight:800!important}
.public-application-form input::placeholder,.public-application-form textarea::placeholder{color:#94a3b8!important;opacity:1!important}
.public-application-form .input,.public-application-form .select,.public-application-form .textarea,.public-application-form input,.public-application-form select,.public-application-form textarea{color:#0b2b57!important;background:#fff!important}
.services-subtitle-text,.posts-subtitle-text{color:rgba(255,255,255,.94)!important;text-shadow:0 2px 10px rgba(0,0,0,.18)!important}
.gallery-subtitle-text{color:#374151!important}
.posts-empty-message{padding:0!important;margin-top:0!important}
@media(max-width:700px){
  .institute-video-section{padding-bottom:30px!important}
  .institute-video-grid{display:flex!important;flex-direction:row!important;gap:8px!important;align-items:stretch!important}
  .institute-video-grid > a{width:calc(50% - 4px)!important;flex:0 0 calc(50% - 4px)!important}
  .institute-video-grid .aspect-video{aspect-ratio:4 / 3!important}
  .performance-gallery-block img.site-gallery-img{height:180px!important;object-fit:cover!important}
  .scroll-gallery-left img,.scroll-gallery-right img,.site-gallery-img{height:130px!important}
  .cms-service-card{padding:16px 12px!important;min-height:185px!important}
  .cms-service-card h3{font-size:14px!important;line-height:1.45!important}
  .cms-service-card p{font-size:12px!important;line-height:1.6!important;color:#4b5563!important}
  .home-posts-section{padding-top:42px!important;padding-bottom:34px!important}
  .home-posts-section .mt-8.text-center{margin-top:18px!important}
  .home-posts-section .soft-btn{min-height:40px!important}
  .adi-public-brand{max-width:100%!important}
  .adi-brand-copy strong{max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
}
@media(max-width:480px){
  .site-footer-shared .footer-languages-box .footer-lang-switch{justify-content:center!important}
  .site-footer-shared .footer-languages-box .footer-lang-switch a{min-width:40px!important;height:34px!important;padding:0 10px!important}
  .site-footer-shared .footer-language-note{text-align:start!important}
  .institute-video-grid .aspect-video{aspect-ratio:1 / 1!important}
  .performance-gallery-block img.site-gallery-img{height:160px!important}
  .scroll-gallery-left img,.scroll-gallery-right img,.site-gallery-img{height:118px!important}
}

/* V78 — final mobile spacing, type, header and footer polish */
@media(max-width:700px){
  :root{--adi-mobile-header:96px!important}

  /* Compact public header */
  .adi-public-notice{min-height:23px!important;padding:5px 10px!important;font-size:9px!important;line-height:1.35!important}
  .adi-public-marquee{min-height:22px!important;padding:3px 0!important;font-size:9px!important;line-height:1.35!important}
  .adi-public-header-inner{padding:6px 9px 7px!important;gap:6px 7px!important}
  .adi-brand-flags{gap:2px!important}
  .adi-brand-media{width:21px!important;height:21px!important}
  .adi-brand-logo{width:27px!important;height:27px!important;flex-basis:27px!important;border-radius:8px!important}
  .adi-brand-copy strong{font-size:11px!important;line-height:1.15!important;letter-spacing:0!important}
  .adi-public-menu-toggle{width:34px!important;height:34px!important;min-width:34px!important;border-radius:10px!important}
  .adi-hamburger-lines{gap:4px!important}
  .adi-hamburger-lines i{width:18px!important;height:2px!important}
  .adi-mobile-quick-actions{gap:5px!important}
  .adi-mobile-quick{min-height:34px!important;padding:6px 6px!important;border-radius:10px!important;font-size:9px!important;gap:4px!important;box-shadow:0 3px 10px rgba(8,31,67,.08)!important}
  .adi-mobile-quick i{font-size:11px!important}

  /* Consistent section rhythm */
  body.adi-home-page main>section:not(:first-child),
  body.adi-home-page main>div[data-cms-section]{padding-top:36px!important;padding-bottom:36px!important}
  body.adi-home-page main .text-center.mb-8,
  body.adi-home-page main .text-center.mb-6{margin-bottom:18px!important}
  body.adi-home-page main .inline-block.p-2.px-6,
  body.adi-home-page main .section-title-box{padding:8px 16px!important;border-radius:12px!important}
  body.adi-home-page main h2{font-size:20px!important;line-height:1.28!important}
  body.adi-home-page main h3{line-height:1.35!important}
  body.adi-home-page main p{line-height:1.65!important}
  .services-subtitle-text,.gallery-subtitle-text,.posts-subtitle-text{font-size:12px!important;line-height:1.55!important;margin-top:8px!important;padding-inline:8px!important}

  /* Home cards */
  .cms-service-card{min-height:168px!important;padding:15px 11px!important;border-radius:18px!important}
  .cms-service-icon{width:42px!important;height:42px!important;margin-bottom:10px!important}
  .cms-service-card h3{font-size:13px!important;margin-bottom:5px!important}
  .cms-service-card p{font-size:11px!important;line-height:1.55!important;margin-bottom:0!important}
  .cms-metric-card{padding:14px 8px!important;border-radius:16px!important}
  .cms-metric-card p{font-size:11px!important}

  /* Gallery and post spacing */
  .home-gallery-section{padding-top:38px!important;padding-bottom:38px!important}
  .home-gallery-section .relative.overflow-hidden.mb-6{margin-bottom:10px!important}
  .home-posts-section{padding-top:38px!important;padding-bottom:28px!important}
  .home-posts-section .col-span-full{padding-top:18px!important;padding-bottom:18px!important}
  .posts-empty-message{font-size:12px!important;line-height:1.5!important}

  /* Mobile footer — compact, clear and balanced */
  .site-footer-shared{padding-top:22px!important}
  .site-footer-shared .footer-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:12px!important;padding-inline:10px!important}
  .site-footer-shared .footer-trust{padding:11px!important;gap:4px!important;min-height:0!important;border-radius:14px!important}
  .site-footer-shared .footer-trust strong{font-size:11px!important;line-height:1.35!important}
  .site-footer-shared .footer-trust span{font-size:10px!important;line-height:1.45!important}
  .site-footer-shared .footer-mini-cta{font-size:10px!important;margin-top:2px!important}
  .site-footer-shared>.max-w-5xl.grid{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;padding-inline:10px!important}
  .site-footer-shared>.max-w-5xl.grid>div{padding:13px!important;border-radius:16px!important;min-height:0!important}
  .site-footer-shared>.max-w-5xl.grid>div:first-child{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;column-gap:10px!important;row-gap:6px!important;align-items:center!important}
  .site-footer-shared>.max-w-5xl.grid>div:first-child .footer-logo-circle{grid-column:1!important;grid-row:1 / span 2!important;width:42px!important;height:42px!important}
  .site-footer-shared>.max-w-5xl.grid>div:first-child>strong{grid-column:2!important;font-size:13px!important;margin:0!important}
  .site-footer-shared>.max-w-5xl.grid>div:first-child>p{grid-column:2!important;font-size:10px!important;margin:0!important;line-height:1.45!important}
  .site-footer-shared>.max-w-5xl.grid>div:first-child>.flex{grid-column:1 / -1!important;margin-top:2px!important}
  .site-footer-shared .footer-col-title{font-size:15px!important;margin-bottom:9px!important}
  .site-footer-shared ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px 10px!important}
  .site-footer-shared ul li{font-size:10px!important;line-height:1.4!important;margin:0!important}
  .site-footer-shared .footer-languages-box .footer-lang-switch{margin-top:2px!important}
  .site-footer-shared .footer-language-note{font-size:10px!important;margin-top:9px!important;line-height:1.5!important}
  .site-footer-shared>.text-white\/75{margin-top:14px!important;padding:11px 10px!important;font-size:10px!important;line-height:1.45!important}

  /* Public application form */
  .public-form-shell{gap:13px!important}
  .public-auth-body .form-hero-card{padding:13px!important;border-radius:15px!important}
  .public-auth-body .form-hero-card h2{font-size:18px!important}
  .public-auth-body .form-hero-card p{font-size:11px!important;line-height:1.6!important}
  .public-intro.fixed-form-text{padding:13px!important;font-size:12px!important;line-height:1.75!important;border-radius:15px!important}
  .public-application-form{gap:12px!important}
  .public-application-form .form-card{padding:13px!important;border-radius:17px!important}
  .public-application-form .form-card-title{font-size:13px!important;margin-bottom:10px!important;padding:7px 12px!important}
  .public-application-form .form-grid{gap:10px!important}
  .public-application-form .field{gap:6px!important}
  .public-application-form .field label{font-size:11px!important;padding:7px 11px!important}
  .public-application-form .input,.public-application-form .select,.public-application-form .textarea,
  .public-application-form input,.public-application-form select,.public-application-form textarea{min-height:46px!important;padding:11px 13px!important;font-size:13px!important;border-radius:14px!important}
  .public-application-form .form-actions{gap:8px!important}
  .public-application-form .form-actions .btn{min-height:42px!important;font-size:12px!important}
}

@media(max-width:390px){
  :root{--adi-mobile-header:92px!important}
  .adi-brand-copy strong{font-size:10px!important}
  .adi-mobile-quick{font-size:8px!important;padding-inline:3px!important}
  .site-footer-shared .footer-trust-grid{grid-template-columns:1fr 1fr!important}
  .site-footer-shared ul{grid-template-columns:1fr!important}
}


/* V79 About page + animated member chart */
.adi-about-page{background:linear-gradient(180deg,#eef4fb 0%,#f8fbff 45%,#eef4fb 100%)!important}
.adi-about-hero{position:relative;min-height:360px;display:grid;place-items:center;padding:72px 20px;background-image:var(--about-bg);background-position:center;background-size:cover;overflow:hidden}
.adi-about-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(240,180,41,.26),transparent 34%),linear-gradient(135deg,rgba(4,20,44,.92),rgba(10,51,99,.78))}
.adi-about-hero-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,#000,transparent)}
.adi-about-hero-content{position:relative;z-index:2;width:min(960px,100%);text-align:center;color:#fff}
.adi-about-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.adi-about-hero h1{margin:18px auto 12px;max-width:900px;font-size:clamp(30px,5vw,56px);line-height:1.16;font-weight:850;letter-spacing:-.025em}
.adi-about-hero p{max-width:720px;margin:auto;color:rgba(255,255,255,.84);font-size:clamp(15px,2vw,19px);line-height:1.8}
.adi-about-hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}.adi-about-hero-badges span{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:12px;background:#fff;color:#0b2b57;font-weight:850;box-shadow:0 12px 30px rgba(0,0,0,.16)}
.adi-about-shell{width:min(1120px,calc(100% - 28px));margin:-40px auto 60px;position:relative;z-index:3;display:grid;gap:18px}
.adi-about-section{background:rgba(255,255,255,.96);border:1px solid rgba(11,43,87,.10);border-radius:24px;padding:26px;box-shadow:0 18px 50px rgba(8,31,67,.09);opacity:1;transform:none;transition:opacity .65s ease,transform .65s ease}
.adi-about-section.is-visible,.adi-about-cta.is-visible{opacity:1;transform:none}
.adi-about-section-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.adi-about-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#0b2b57,#1555a5);color:#f0b429;font-size:22px;box-shadow:0 10px 24px rgba(11,43,87,.18)}
.adi-about-section-head small{display:block;color:#c58b0b;font-weight:900;letter-spacing:.12em}.adi-about-section-head h2{margin:2px 0 0;color:#0b2b57;font-size:clamp(21px,3vw,30px);font-weight:850;line-height:1.3;text-transform:none!important;letter-spacing:0!important}
.adi-about-copy{display:grid;gap:13px}.adi-about-copy p,.adi-about-after p{margin:0;color:#334155;font-size:15px;line-height:2;text-align:justify}
.adi-about-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 0;padding:0;list-style:none}.adi-about-list li{display:flex;gap:10px;align-items:flex-start;padding:13px 14px;border-radius:14px;background:#f5f8fc;border:1px solid #e4ebf4;color:#24344e;line-height:1.65}.adi-about-list li i{color:#c58b0b;margin-top:4px;flex:0 0 auto}
.adi-license-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.adi-license-card{padding:18px;border-radius:18px;background:linear-gradient(180deg,#0b2b57,#102f5a);color:#fff}.adi-license-card h3{margin:0 0 12px;color:#f4c453;font-size:17px}.adi-license-card .adi-about-list{grid-template-columns:1fr;margin:0}.adi-license-card .adi-about-list li{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff;padding:10px}.adi-license-card .adi-about-list i{color:#f4c453}
.adi-about-after{margin-top:18px;padding:16px 18px;border-inline-start:4px solid #c58b0b;background:#fff9e8;border-radius:14px}
.adi-about-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#071d3b,#1555a5);color:#fff;box-shadow:0 22px 55px rgba(7,29,59,.22);opacity:1;transform:none;transition:.65s}.adi-about-cta span{color:#f4c453;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.adi-about-cta h2{margin:5px 0 0;font-size:24px;text-transform:none!important;letter-spacing:0!important}.adi-about-cta a{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:13px;background:#f0b429;color:#071d3b;text-decoration:none;font-weight:900;white-space:nowrap}
.modern-country-card{position:relative;overflow:hidden}.modern-country-card:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:4px;background:var(--country-color)}.country-flag{font-size:28px;line-height:1}.modern-member-chart{display:block!important}.member-chart-live{padding:24px!important;overflow:hidden;position:relative;background:linear-gradient(145deg,#fff,#f5f9ff)!important}.member-chart-live:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(21,85,165,.11),transparent 68%);inset-inline-end:-80px;top:-90px}.member-chart-heading{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.member-chart-heading small{display:flex;align-items:center;gap:8px;color:#64748b;font-weight:700}.member-chart-heading h3{margin:5px 0 0;color:#0b2b57;font-size:22px}.member-live-dot{width:9px;height:9px;border-radius:50%;background:#16a36a;box-shadow:0 0 0 6px rgba(22,163,106,.13);animation:memberPulse 1.8s infinite}.member-chart-year{padding:8px 12px;border-radius:999px;background:#0b2b57;color:#fff;font-size:12px;font-weight:800}.member-chart-modern-layout{position:relative;display:grid;grid-template-columns:minmax(250px,.9fr) minmax(300px,1.3fr);gap:28px;align-items:center}.member-orbit-wrap{position:relative;width:min(320px,100%);aspect-ratio:1;margin:auto;display:grid;place-items:center}.member-orbit{width:100%;height:100%;filter:drop-shadow(0 14px 22px rgba(11,43,87,.12));transform:rotate(-90deg)}.member-orbit-track{fill:none;stroke:#e7edf5;stroke-width:12}.member-orbit-segment{fill:none;stroke:var(--segment-color);stroke-width:12;stroke-linecap:butt;stroke-dasharray:0 100;transition:stroke-dasharray 1.25s cubic-bezier(.22,.8,.3,1),opacity .25s,stroke-width .25s;cursor:pointer}.member-orbit-center{position:absolute;inset:28%;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;box-shadow:inset 0 0 0 1px #e7edf5,0 12px 30px rgba(11,43,87,.12);z-index:2}.member-orbit-center strong{font-size:clamp(30px,5vw,48px);color:#0b2b57;line-height:1}.member-orbit-center small{margin-top:7px;color:#64748b;font-weight:700;text-align:center}.member-orbit-pulse{position:absolute;inset:25%;border-radius:50%;border:1px solid rgba(21,85,165,.18);animation:orbitPulse 2.4s infinite}.member-modern-legend{display:grid;gap:10px}.member-modern-row{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e4ebf4;border-radius:14px;background:rgba(255,255,255,.86);transition:transform .2s,box-shadow .2s}.member-modern-row:hover{transform:translateX(4px);box-shadow:0 10px 24px rgba(11,43,87,.09)}[dir=rtl] .member-modern-row:hover{transform:translateX(-4px)}.member-modern-flag{font-size:25px}.member-modern-info>div{display:flex;justify-content:space-between;gap:12px;align-items:center}.member-modern-info b{color:#24344e;font-size:13px}.member-modern-info strong{color:#0b2b57;font-size:13px}.member-modern-bar{display:block;height:6px;margin-top:7px;border-radius:999px;background:#e9eef5;overflow:hidden}.member-modern-bar i{display:block;width:0;height:100%;border-radius:999px;background:var(--bar-color);transition:width 1.25s cubic-bezier(.22,.8,.3,1)}.member-chart-live[data-active] .member-orbit-segment{opacity:.22}.member-chart-live[data-active="0"] [data-chart-segment="0"],.member-chart-live[data-active="1"] [data-chart-segment="1"],.member-chart-live[data-active="2"] [data-chart-segment="2"],.member-chart-live[data-active="3"] [data-chart-segment="3"],.member-chart-live[data-active="4"] [data-chart-segment="4"],.member-chart-live[data-active="5"] [data-chart-segment="5"],.member-chart-live[data-active="6"] [data-chart-segment="6"],.member-chart-live[data-active="7"] [data-chart-segment="7"]{opacity:1;stroke-width:15}
@keyframes memberPulse{50%{box-shadow:0 0 0 10px rgba(22,163,106,0)}}@keyframes orbitPulse{0%{transform:scale(.92);opacity:.8}70%,100%{transform:scale(1.14);opacity:0}}
@media(max-width:820px){.adi-about-hero{min-height:320px;padding:58px 16px}.adi-about-shell{margin-top:-28px}.adi-about-section{padding:20px;border-radius:20px}.adi-about-list{grid-template-columns:1fr}.adi-license-grid{grid-template-columns:1fr}.adi-about-copy p,.adi-about-after p{text-align:start;font-size:14px;line-height:1.9}.adi-about-cta{align-items:flex-start;flex-direction:column}.member-chart-modern-layout{grid-template-columns:1fr}.member-orbit-wrap{width:min(280px,86vw)}.member-chart-heading h3{font-size:19px}.modern-country-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:480px){.adi-about-hero h1{font-size:27px}.adi-about-hero p{font-size:14px}.adi-about-hero-badges span{font-size:11px;padding:8px 10px}.adi-about-shell{width:calc(100% - 18px)}.adi-about-section-head{align-items:flex-start}.adi-about-icon{width:44px;height:44px;border-radius:13px;font-size:18px}.adi-about-section-head h2{font-size:20px}.adi-about-cta h2{font-size:20px}.member-chart-live{padding:16px!important}.member-chart-heading{flex-direction:column;margin-bottom:12px}.member-chart-year{align-self:flex-start}.member-modern-row{padding:9px}.modern-country-cards{gap:8px!important}}


/* V80 active members modern chart refresh */
.active-members-section{background:radial-gradient(circle at top left,rgba(255,255,255,.08),transparent 22%),linear-gradient(180deg,#072454 0%,#041b43 100%)!important;color:#fff!important;border-radius:32px!important;margin:18px auto!important;max-width:1420px!important}
.active-members-wrap{max-width:1260px!important}
.active-members-text h2{color:#0b2b57!important}
.active-members-text .text-frame{background:rgba(255,255,255,.92)!important;border:1px solid rgba(255,255,255,.16)!important}
.active-members-text p{color:#48566e!important}
.total-members-card{background:linear-gradient(180deg,#ffffff 0%,#edf4ff 100%)!important}
.country-stat-grid.modern-country-cards,.member-summary-row{display:none!important}
.member-chart-grid.modern-member-chart{display:grid!important;grid-template-columns:1fr!important;max-width:100%!important;margin-top:18px!important}
.member-chart-live{padding:26px!important;border-radius:28px!important;background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(241,247,255,.98))!important;border:1px solid rgba(255,255,255,.4)!important;box-shadow:0 22px 44px rgba(0,12,37,.18)!important}
.member-chart-live:before{width:340px!important;height:340px!important;background:radial-gradient(circle,rgba(72,116,255,.12),transparent 64%)!important;inset-inline-end:-90px!important;top:-120px!important}
.member-chart-heading{margin-bottom:18px!important}
.member-chart-heading h3{font-size:24px!important;line-height:1.15!important;margin-top:8px!important;color:#0a2d63!important}
.member-chart-heading small{font-size:13px!important}
.member-chart-year{background:linear-gradient(135deg,#0b2b57,#174ea0)!important;box-shadow:0 10px 20px rgba(11,43,87,.18)!important}
.member-chart-modern-layout{grid-template-columns:minmax(280px,.88fr) minmax(340px,1.12fr)!important;gap:22px!important;align-items:stretch!important}
.member-orbit-wrap{width:min(360px,100%)!important}
.member-orbit{overflow:visible}
.member-orbit-track{stroke:#e8eef7!important;stroke-width:14!important}
.member-orbit-segment{stroke-width:14!important;filter:drop-shadow(0 6px 12px rgba(11,43,87,.12))}
.member-orbit-center{inset:26%!important;box-shadow:inset 0 0 0 1px #e7edf5,0 16px 34px rgba(11,43,87,.16)!important}
.member-orbit-center strong{font-size:clamp(36px,5vw,54px)!important}
.member-orbit-center small{font-size:13px!important;line-height:1.4!important;max-width:120px!important}
.member-orbit-pulse{inset:22%!important}
.member-modern-legend{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-content:start!important}
.member-modern-row{grid-template-columns:42px 1fr!important;padding:12px 14px!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 20px rgba(11,43,87,.06)!important}
.member-modern-row:hover{transform:translateY(-2px)!important;box-shadow:0 16px 28px rgba(11,43,87,.10)!important}
.member-modern-flag{font-size:28px!important}
.member-modern-info>div{display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important;align-items:start!important}
.member-modern-copy{display:flex!important;flex-direction:column!important;gap:4px!important}
.member-modern-info b{font-size:14px!important;color:#183153!important}
.member-modern-info small{font-size:11px!important;color:#6b7b92!important;font-weight:700!important;line-height:1.3!important}
.member-modern-info strong{font-size:14px!important;color:#0b2b57!important;background:#eef4ff!important;border-radius:999px!important;padding:4px 8px!important;align-self:start!important}
.member-modern-bar{height:8px!important;margin-top:9px!important;background:#e9eef7!important}
.member-modern-bar i{box-shadow:0 4px 10px rgba(11,43,87,.16)!important}
.member-chart-summary{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-top:18px!important}
.member-summary-pill{padding:14px 16px!important;border-radius:18px!important;background:linear-gradient(180deg,#f9fbff,#edf4ff)!important;border:1px solid #dfe8f5!important;box-shadow:0 8px 18px rgba(11,43,87,.05)!important}
.member-summary-pill strong{display:block!important;color:#0b2b57!important;font-size:16px!important;line-height:1.2!important}
.member-summary-pill span{display:block!important;color:#697992!important;font-size:11.5px!important;line-height:1.45!important;margin-top:4px!important}
.member-chart-live[data-active] .member-modern-row{opacity:.55}
.member-chart-live[data-active="0"] [data-chart-row="0"],.member-chart-live[data-active="1"] [data-chart-row="1"],.member-chart-live[data-active="2"] [data-chart-row="2"],.member-chart-live[data-active="3"] [data-chart-row="3"],.member-chart-live[data-active="4"] [data-chart-row="4"],.member-chart-live[data-active="5"] [data-chart-row="5"],.member-chart-live[data-active="6"] [data-chart-row="6"],.member-chart-live[data-active="7"] [data-chart-row="7"]{opacity:1}
@media(max-width:1100px){
  .member-chart-modern-layout{grid-template-columns:1fr!important}
  .member-orbit-wrap{width:min(310px,88vw)!important}
}
@media(max-width:760px){
  .active-members-section{padding:30px 10px!important;border-radius:24px!important}
  .active-members-head{grid-template-columns:1fr!important;gap:12px!important}
  .total-members-card{order:-1!important}
  .member-chart-live{padding:18px!important;border-radius:22px!important}
  .member-chart-heading{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}
  .member-chart-heading h3{font-size:19px!important}
  .member-modern-legend{grid-template-columns:1fr!important;gap:10px!important}
  .member-chart-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .member-orbit-wrap{width:min(250px,82vw)!important}
  .member-orbit-center{inset:27%!important}
  .member-orbit-center strong{font-size:30px!important}
  .member-orbit-center small{font-size:11px!important}
}
@media(max-width:480px){
  .member-chart-summary{grid-template-columns:1fr!important}
  .member-modern-row{padding:11px 12px!important}
  .member-modern-flag{font-size:24px!important}
  .member-modern-info b{font-size:13px!important}
  .member-modern-info strong{font-size:12px!important}
  .member-summary-pill strong{font-size:15px!important}
}


/* V82 mobile polish: side-by-side videos, denser spacing, 3x2 services, flags right */
@media(max-width:700px){
  /* tighter vertical rhythm */
  .why-best-section,[data-cms-section="active_members"],section[data-cms-section="performance"],section[data-cms-section="services"],section[data-cms-section="gallery"],.home-posts-section{padding-top:24px!important;padding-bottom:24px!important}
  .why-best-section .text-center,.active-members-wrap .active-members-head,[data-cms-section="performance"] .text-center,[data-cms-section="services"] .text-center,[data-cms-section="gallery"] .text-center,.home-posts-section .text-center{margin-bottom:12px!important}
  .why-best-text,.services-subtitle-text,.gallery-subtitle-text,.posts-subtitle-text,[data-cms-section="performance"] p,.active-members-text p{line-height:1.6!important;margin-top:6px!important;margin-bottom:0!important}
  .why-best-flags{margin-top:8px!important}
  .gold-line,[data-cms-section="services"] .w-10,[data-cms-section="gallery"] .w-10,[data-cms-section="performance"] .w-10{margin-top:6px!important;margin-bottom:8px!important}

  /* institute videos: always 2 side by side on mobile */
  .institute-video-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;max-width:100%!important;margin:12px auto 0!important}
  .institute-video-grid>a{width:100%!important;min-width:0!important;flex:unset!important}
  .institute-video-grid .aspect-video{aspect-ratio:4 / 3!important;min-height:unset!important}
  .institute-video-grid img{height:100%!important;object-fit:cover!important}

  /* services: 2 rows x 3 cards */
  section[data-cms-section="services"] > div.grid.grid-cols-2.lg\:grid-cols-3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;max-width:100%!important}
  .cms-service-card{min-height:148px!important;padding:12px 8px!important;border-radius:16px!important}
  .cms-service-icon{width:36px!important;height:36px!important;margin-bottom:8px!important}
  .cms-service-card h3{font-size:12px!important;line-height:1.35!important;margin-bottom:5px!important}
  .cms-service-card p{font-size:10.5px!important;line-height:1.45!important;margin-bottom:0!important}


  /* active members: flags on right */
  .member-modern-legend{grid-template-columns:1fr!important}
  }
@media(max-width:480px){
  .institute-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .institute-video-grid .aspect-video{aspect-ratio:4 / 3!important}
  section[data-cms-section="services"] > div.grid.grid-cols-2.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
  .cms-service-card{min-height:138px!important;padding:11px 7px!important}
  .cms-service-card h3{font-size:11.5px!important}
  .cms-service-card p{font-size:10px!important;line-height:1.4!important}
  .scroll-gallery-left img,.scroll-gallery-right img,.site-gallery-img{height:108px!important}
  .member-chart-summary{display:none!important}
}


/* V83 active members real flags + tighter mobile spacing */
.member-modern-flag{display:flex;align-items:center;justify-content:center;width:38px;height:28px;border-radius:10px;background:#f7f9fc;border:1px solid #e5ebf4;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}
.member-modern-flag img{display:block;width:26px;height:18px;object-fit:cover;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.member-modern-row{grid-template-columns:38px 1fr!important}
.member-modern-info{min-width:0}
.member-modern-copy small{display:block;color:#64748b;font-size:11px;margin-top:2px}
.member-chart-summary{margin-top:12px!important}
.member-chart-summary .member-summary-pill{padding:10px 12px!important}
@media(max-width:700px){
  .active-members-section{padding:20px 8px!important;margin:12px auto!important;border-radius:20px!important}
  .active-members-wrap{max-width:100%!important}
  .active-members-head{gap:8px!important}
  .active-members-text h2{font-size:21px!important;margin-bottom:2px!important}
  .active-members-text .text-frame{padding:10px 12px!important;border-radius:16px!important}
  .active-members-text p{font-size:12px!important;line-height:1.55!important}
  .member-chart-grid{margin-top:8px!important}
  .member-chart-live{padding:12px!important;border-radius:18px!important}
  .member-chart-heading{margin-bottom:10px!important;gap:10px!important}
  .member-chart-heading h3{font-size:16px!important;margin-top:2px!important}
  .member-chart-year{padding:6px 10px!important;font-size:10px!important}
  .member-chart-modern-layout{gap:12px!important}
  .member-modern-legend{gap:7px!important}
  .member-modern-row{grid-template-columns:36px 1fr!important;gap:8px!important;padding:8px 9px!important;border-radius:14px!important}
  .member-modern-flag{width:36px!important;height:26px!important;order:0!important;justify-self:auto!important}
  .member-modern-flag img{width:24px!important;height:16px!important}
  .member-modern-info>div{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:8px!important}
  .member-modern-copy b{font-size:12.5px!important;line-height:1.3!important}
  .member-modern-copy small{font-size:10.5px!important;line-height:1.3!important}
  .member-modern-info strong{font-size:11px!important;white-space:nowrap!important}
  .member-modern-bar{margin-top:5px!important;height:5px!important}
}
@media(max-width:480px){
  .why-best-section{padding-top:16px!important;padding-bottom:16px!important}
  .why-best-section .text-center,[data-cms-section="active_members"] .active-members-head,[data-cms-section="services"] .text-center,[data-cms-section="gallery"] .text-center,.home-posts-section .text-center{margin-bottom:10px!important}
  .active-members-section{padding:16px 6px!important;margin:10px auto!important}
  .member-chart-live{padding:10px!important}
  .member-chart-modern-layout{gap:10px!important}
  .member-modern-row{padding:7px 8px!important}
}


/* V84 mobile spacing, real flags, and 2x2 metrics */
.member-modern-row{grid-template-columns:34px 1fr!important;gap:8px!important;padding:9px 10px!important}
.member-modern-flag{width:34px!important;height:24px!important;border-radius:8px!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}
.member-modern-flag img{width:24px!important;height:16px!important;border-radius:3px!important;box-shadow:0 1px 2px rgba(0,0,0,.10)!important}
.member-modern-copy b{font-weight:800!important}
.member-modern-copy small{line-height:1.35!important}
.why-best-flags .rounded-full{border:1px solid rgba(11,43,87,.12)!important}
.why-best-section + .active-members-section{margin-top:8px!important}
.performance-metrics-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
.performance-metrics-grid .cms-metric-card{display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:160px!important}
body main input,body main select,body main textarea{color:#24344e!important}
body main input::placeholder,body main textarea::placeholder{color:#9aa4b2!important;opacity:1!important}
body main select,body main option{color:#24344e!important}
body main label,.auth-main label,.trainer-application-form label{color:#334155!important}

@media(max-width:700px){
  section[data-cms-section="why_us"]{padding-top:16px!important;padding-bottom:12px!important}
  #about .institute-video-section{padding-top:26px!important;padding-bottom:18px!important;height:auto!important;min-height:0!important;border-bottom-left-radius:22px!important;border-bottom-right-radius:22px!important}
  #about .institute-video-section .max-w-4xl{margin-bottom:2px!important}
  .institute-video-grid{margin-top:10px!important;gap:8px!important}
  .why-best-section{padding-top:14px!important;padding-bottom:12px!important}
  .why-best-section .text-center{margin-bottom:8px!important}
  .why-best-section .text-frame{padding:10px 12px!important}
  .why-best-flags{margin-top:6px!important}
  .why-best-flags .flex{gap:7px!important}
  .active-members-section{margin:8px auto!important;padding:14px 6px!important}
  .active-members-head{gap:8px!important}
  .active-members-text .text-frame{padding:10px 12px!important}
  .member-chart-live{padding:10px!important}
  .member-chart-heading{margin-bottom:8px!important}
  .member-chart-modern-layout{gap:10px!important}
  .member-modern-row{grid-template-columns:30px 1fr!important;gap:7px!important;padding:8px 8px!important;border-radius:12px!important}
  .member-modern-flag{width:30px!important;height:22px!important}
  .member-modern-flag img{width:22px!important;height:15px!important}
  .member-modern-info>div{gap:8px!important}
  .member-modern-copy b{font-size:12px!important}
  .member-modern-copy small{font-size:10.5px!important}
  .member-modern-info strong{font-size:11px!important}
  .member-modern-bar{margin-top:4px!important;height:5px!important}
  section[data-cms-section="performance"]{padding-top:18px!important;padding-bottom:18px!important}
  .performance-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .performance-metrics-grid .cms-metric-card{padding:12px 8px!important;min-height:138px!important;border-radius:18px!important}
  .performance-metrics-grid .cms-metric-icon{font-size:22px!important;margin-bottom:7px!important}
  .performance-metrics-grid .cms-metric-card p:first-of-type{font-size:18px!important;line-height:1.2!important}
  .performance-metrics-grid .cms-metric-card p:last-of-type{font-size:12px!important;line-height:1.35!important;margin-top:5px!important}
}
@media(max-width:480px){
  #about .institute-video-section{padding-top:22px!important;padding-bottom:14px!important}
  .why-best-section,[data-cms-section="active_members"],section[data-cms-section="performance"],section[data-cms-section="services"],section[data-cms-section="gallery"],.home-posts-section{padding-top:14px!important;padding-bottom:14px!important}
  .why-best-section .text-center,[data-cms-section="active_members"] .active-members-head,[data-cms-section="performance"] .text-center,[data-cms-section="services"] .text-center,[data-cms-section="gallery"] .text-center,.home-posts-section .text-center{margin-bottom:8px!important}
  .performance-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .performance-metrics-grid .cms-metric-card{min-height:128px!important;padding:10px 6px!important}
  .performance-metrics-grid .cms-metric-icon{font-size:20px!important;margin-bottom:6px!important}
  .performance-metrics-grid .cms-metric-card p:first-of-type{font-size:17px!important}
  .performance-metrics-grid .cms-metric-card p:last-of-type{font-size:11px!important}
}


/* V85 ultra-compact mobile polish */
@media(max-width:700px){
  body.adi-home-page main{row-gap:0!important}
  .soft-section,.soft-box,.text-frame{border-radius:16px!important}
  .why-best-section,[data-cms-section="active_members"],section[data-cms-section="performance"],section[data-cms-section="services"],section[data-cms-section="gallery"],.home-posts-section,#about{padding-top:12px!important;padding-bottom:12px!important}
  .why-best-section .text-center,[data-cms-section="active_members"] .active-members-head,[data-cms-section="performance"] .text-center,[data-cms-section="services"] .text-center,[data-cms-section="gallery"] .text-center,.home-posts-section .text-center{margin-bottom:6px!important}
  .why-best-section .text-frame,.active-members-text .text-frame,[data-cms-section="performance"] .text-frame,.home-posts-section .text-frame{padding:9px 10px!important}
  .active-members-section{padding:12px 6px!important;margin:6px auto!important;border-radius:18px!important}
  .active-members-head{gap:6px!important}
  .country-stat-grid{gap:6px!important;margin:10px 0 8px!important}
  .country-stat{padding:8px 6px!important;border-radius:14px!important}
  .member-chart-live{padding:8px!important;border-radius:16px!important}
  .member-chart-heading{margin-bottom:6px!important}
  .member-chart-heading h3{font-size:18px!important}
  .member-chart-modern-layout{gap:8px!important}
  .member-orbit-wrap{width:min(240px,100%)!important}
  .member-summary-row{gap:6px!important;margin-top:8px!important}
  .member-summary-row div{padding:10px 12px!important;border-radius:14px!important}
  section[data-cms-section="performance"] .text-center p,
  section[data-cms-section="services"] .text-center p,
  section[data-cms-section="gallery"] .text-center p,
  .home-posts-section .text-center p{margin-top:4px!important;line-height:1.55!important}
  .performance-metrics-grid{gap:6px!important;margin-top:8px!important}
  .performance-metrics-grid .cms-metric-card{min-height:122px!important;padding:10px 6px!important;border-radius:16px!important}
  .performance-metrics-grid .cms-metric-icon{margin-bottom:5px!important}
  .performance-metrics-grid .cms-metric-card p:first-of-type{font-size:16px!important}
  .performance-metrics-grid .cms-metric-card p:last-of-type{font-size:10.8px!important;line-height:1.3!important}
  [data-cms-section="services"] > div.grid.grid-cols-2.lg\:grid-cols-3{gap:6px!important;margin-top:8px!important}
  [data-cms-section="services"] > div.grid.grid-cols-2.lg\:grid-cols-3 > *{border-radius:18px!important}
  .site-gallery-grid,.performance-gallery-block{margin-top:8px!important}
  .site-gallery-grid{gap:6px!important}
  .home-posts-grid{gap:8px!important;margin-top:8px!important}
  .home-posts-grid > *{padding:12px!important;border-radius:16px!important}
  .footer-cols{gap:10px!important}
  .footer-card{padding:14px 12px!important;border-radius:18px!important}
}
@media(max-width:480px){
  .why-best-section,[data-cms-section="active_members"],section[data-cms-section="performance"],section[data-cms-section="services"],section[data-cms-section="gallery"],.home-posts-section,#about{padding-top:10px!important;padding-bottom:10px!important}
  .active-members-section{padding:10px 5px!important;margin:5px auto!important;border-radius:16px!important}
  .country-stat-grid{gap:5px!important}
  .member-chart-live{padding:7px!important}
  .member-modern-row{padding:7px!important}
  .member-modern-copy b{font-size:11.5px!important}
  .member-modern-copy small{font-size:10px!important}
  .performance-metrics-grid{gap:5px!important}
  .performance-metrics-grid .cms-metric-card{min-height:116px!important;padding:9px 5px!important}
  .performance-metrics-grid .cms-metric-card p:first-of-type{font-size:15px!important}
  .performance-metrics-grid .cms-metric-card p:last-of-type{font-size:10.2px!important}
  [data-cms-section="services"] > div.grid.grid-cols-2.lg\:grid-cols-3{gap:5px!important}
  .site-gallery-grid{gap:5px!important}
  .home-posts-grid{gap:6px!important}
}





/* V89 clean single footer + visible header actions */
.adi-footer-v89{background:#081a34!important;padding:34px 0 0!important;color:#fff!important}
.adi-footer-v89 .adi-footer-grid{gap:12px!important}
.adi-footer-v89 .adi-footer-card{background:#fff!important;border:1px solid rgba(39,86,170,.45)!important;border-radius:16px!important;padding:18px!important;color:#24344e!important;min-height:220px!important;box-shadow:0 14px 28px rgba(0,0,0,.10)!important}
.adi-footer-v89 .footer-logo-circle{width:62px!important;height:62px!important;margin-bottom:10px!important}
.adi-footer-v89 .footer-logo-circle img{width:100%!important;height:100%!important;object-fit:contain!important}
.adi-footer-v89 .adi-footer-brand{display:block!important;color:#0b2b57!important;font-size:15px!important;margin-bottom:8px!important}
.adi-footer-v89 .adi-footer-copy{color:#3f4d63!important;font-size:12px!important;line-height:1.65!important;margin:0!important}
.adi-footer-v89 .footer-col-title{color:#0b2b57!important;font-size:16px!important;font-weight:900!important;margin:0 0 14px!important}
.adi-footer-v89 .adi-footer-links,.adi-footer-v89 .adi-footer-contact{display:grid!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important}
.adi-footer-v89 .adi-footer-links li,.adi-footer-v89 .adi-footer-contact li{display:flex!important;align-items:flex-start!important;gap:9px!important;font-size:12px!important;line-height:1.45!important;color:#24344e!important}
.adi-footer-v89 .adi-footer-links a{color:#24344e!important;text-decoration:none!important}
.adi-footer-v89 .adi-footer-socials{display:flex!important;gap:10px!important;margin-top:14px!important;color:#0b2b57!important;font-size:18px!important}
.adi-footer-v89 .footer-lang-switch{display:flex!important;gap:7px!important;padding:5px!important;border-radius:13px!important;background:#eef3f9!important;direction:ltr!important}
.adi-footer-v89 .footer-lang-switch a{display:grid!important;place-items:center!important;min-width:42px!important;height:34px!important;border-radius:9px!important;color:#0b2b57!important;font-size:11px!important;font-weight:900!important;text-decoration:none!important}
.adi-footer-v89 .footer-lang-switch a.active{background:#0b2b57!important;color:#fff!important}
.adi-footer-v89 .footer-language-note{margin-top:12px!important}
.adi-footer-v89 .adi-footer-bottom{max-width:1090px!important;margin:26px auto 0!important;padding:16px!important;border-top:1px solid rgba(255,255,255,.2)!important;text-align:center!important;color:rgba(255,255,255,.76)!important;font-size:12px!important}
@media(max-width:820px){
 .adi-footer-v89{padding-top:20px!important}
 .adi-footer-v89 .adi-footer-grid{grid-template-columns:1fr!important;padding-inline:10px!important}
 .adi-footer-v89 .adi-footer-card{min-height:0!important;padding:15px!important;border-radius:14px!important}
 .adi-footer-v89 .adi-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}


/* V91 only: keep both image sections visible and moving on mobile */
.adi-force-gallery-visible{display:block!important;visibility:visible!important;opacity:1!important}
@keyframes mobileGalleryScrollLeft {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
@keyframes mobileGalleryScrollRight {
  0% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@media(max-width:700px){
  .performance-gallery-block,
  .home-gallery-section{display:block!important;visibility:visible!important;opacity:1!important}
  .performance-gallery-block .relative.overflow-hidden,
  .home-gallery-section .relative.overflow-hidden{overflow:hidden!important}
  .performance-gallery-block .scroll-gallery-ltr,
  .home-gallery-section .scroll-gallery-left{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    direction:ltr!important;
    margin-left:0!important;
    margin-right:auto!important;
    width:max-content!important;
    max-width:none!important;
    gap:8px!important;
    animation: mobileGalleryScrollLeft 70s linear infinite !important;
    will-change:transform!important;
  }
  .home-gallery-section .scroll-gallery-right{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    direction:ltr!important;
    margin-left:0!important;
    margin-right:auto!important;
    width:max-content!important;
    max-width:none!important;
    gap:8px!important;
    animation: mobileGalleryScrollRight 70s linear infinite !important;
    will-change:transform!important;
  }
  .performance-gallery-block .scroll-gallery-ltr > div,
  .home-gallery-section .scroll-gallery-left > div,
  .home-gallery-section .scroll-gallery-right > div,
  .performance-gallery-block .scroll-gallery-ltr > div:nth-child(n),
  .home-gallery-section .scroll-gallery-left > div:nth-child(n),
  .home-gallery-section .scroll-gallery-right > div:nth-child(n){
    display:block!important;
    flex:0 0 auto!important;
    width:auto!important;
    max-width:none!important;
  }
  .performance-gallery-block img.site-gallery-img{
    width:145px!important;height:118px!important;max-width:none!important;object-fit:cover!important;
  }
  .home-gallery-section .site-gallery-img{
    width:118px!important;height:118px!important;max-width:none!important;object-fit:cover!important;
  }
}
