/* Alshahm V16 — Academic Prestige UI
   Purpose: faithful implementation of the approved green/gold academic homepage concept.
*/
:root{
  --v16-green-950:#032f27;
  --v16-green-900:#053b31;
  --v16-green-850:#06473a;
  --v16-green-800:#075242;
  --v16-gold:#d7a33b;
  --v16-gold-2:#edbd55;
  --v16-ink:#0a3d32;
  --v16-muted:#64766f;
  --v16-line:#dce7e2;
  --v16-soft:#f6f9f7;
  --v16-white:#fff;
  --v16-shadow:0 22px 56px rgba(6,57,46,.12);
}

.v16-site{background:#fff;color:var(--v16-ink)}
.v16-site .container{width:min(1380px,calc(100% - 72px));margin-inline:auto}
.v16-site #newsTicker{display:none!important}
.v16-site .whatsapp-float,.v16-site .v10-floating-rail{display:none!important}

/* header */
.v16-site .site-header{position:sticky;top:0;z-index:1000;background:var(--v16-green-950);box-shadow:0 8px 22px rgba(1,31,25,.12)}
.v16-contact-bar{height:38px;background:linear-gradient(90deg,#073d33,#032f27);border-bottom:1px solid rgba(255,255,255,.08);color:#fff}
.v16-contact-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:13px}
.v16-contact-main{display:flex;align-items:center;gap:26px;direction:ltr}
.v16-contact-main a{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;opacity:.96;white-space:nowrap}
.v16-contact-main svg{width:17px;height:17px;fill:none;stroke:var(--v16-gold-2);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.v16-snap-dot{width:20px;height:20px;display:grid;place-items:center;border-radius:7px;background:#fffc00;color:#111;font-weight:900;font-size:11px}
.v16-free-consult{border:0;background:none;color:#fff;font:inherit;cursor:pointer}
.v16-free-consult strong{color:var(--v16-gold-2)}
.v16-site .main-nav{height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px}
.v16-site .brand-v7{min-width:180px;color:#fff}
.v16-site .brand-v7 .brand-cap svg{stroke:var(--v16-gold-2)!important;fill:none!important}
.v16-site .brand-v7 .brand-copy b{color:#fff;font-size:31px;line-height:1}
.v16-site .brand-v7 .brand-copy small{color:#fff;opacity:.9;font-size:11px}
.v16-site .brand-v7 .brand-dots i{background:var(--v16-gold)!important}
.v16-site .nav-links{display:flex;align-items:center;justify-content:center;gap:26px;min-width:0}
.v16-site .nav-links a{color:rgba(255,255,255,.94);font-size:14px;font-weight:700;padding:25px 0 20px;position:relative;white-space:nowrap}
.v16-site .nav-links a::after{content:"";position:absolute;inset-inline:20% 20%;bottom:12px;height:2px;background:var(--v16-gold);transform:scaleX(0);transition:.25s}
.v16-site .nav-links a:hover,.v16-site .nav-links a.active{color:var(--v16-gold-2)}
.v16-site .nav-links a:hover::after,.v16-site .nav-links a.active::after{transform:scaleX(1)}
.v16-site .nav-tools{display:flex;align-items:center;gap:10px}
.v16-site .nav-admin,.v16-site .nav-portal,.v16-site .search-trigger{display:none!important}
.v16-site .language-select{height:42px;padding:0 11px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#0a4a3c;color:#fff;font-weight:700}
.v16-site .nav-cta{height:44px;border-radius:10px;background:linear-gradient(135deg,var(--v16-gold-2),var(--v16-gold));color:#1e2d25;border:0;box-shadow:none;font-size:13px;padding-inline:18px}
.v16-site .menu-button span{background:#fff}

/* hero */
.v16-hero{position:relative;min-height:440px;overflow:hidden;background:linear-gradient(90deg,#fff 0 43%,#f8faf8 57%,#eaf1ed 100%);border-bottom:1px solid #e6eee9}
.v16-hero-campus{position:absolute;inset:0;pointer-events:none;opacity:.66;z-index:0;overflow:hidden}
.v16-hero-campus::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0 38%,rgba(255,255,255,.93) 49%,rgba(245,248,246,.55) 68%,rgba(5,59,49,.08) 100%)}
.v16-hero-campus img{position:absolute;width:58%;height:100%;right:0;top:0;object-fit:cover;object-position:center;filter:saturate(.75) contrast(.94) brightness(1.08)}
.v16-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:46% 54%;align-items:stretch;min-height:440px;direction:ltr}
.v16-hero-copy{grid-column:1;direction:rtl;display:flex;flex-direction:column;justify-content:center;padding:45px 20px 38px 12px}
.v16-hero-copy h1{margin:0;color:var(--v16-green-900);font-size:clamp(38px,3.25vw,58px);font-weight:700;line-height:1.28;letter-spacing:-1.7px}
.v16-hero-copy h1 strong{font-weight:800;color:var(--v16-green-900)}
.v16-hero-subtitle{margin:14px 0 24px;color:var(--v16-gold);font-size:22px;font-weight:800}
.v16-service-points{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0 0 28px;max-width:700px}
.v16-service-points article{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;padding:8px 14px;border-inline-start:1px solid #d2dcd7;min-height:72px}
.v16-service-points article:first-child{border-inline-start:0}
.v16-service-points svg{width:30px;height:30px;stroke:var(--v16-green-900);fill:none;stroke-width:1.7;flex:none}
.v16-service-points span{display:flex;flex-direction:column;gap:3px}
.v16-service-points b{font-size:14px;color:var(--v16-green-950)}
.v16-service-points small{font-size:10px;color:var(--v16-muted);line-height:1.4}
.v16-hero-actions{display:flex;gap:14px;align-items:center}
.v16-primary-cta,.v16-secondary-cta{height:50px;border-radius:10px!important;font-size:15px!important;font-weight:800!important;padding-inline:28px!important;box-shadow:none!important}
.v16-primary-cta{background:var(--v16-green-900)!important;color:#fff!important;border:1px solid var(--v16-green-900)!important}
.v16-primary-cta:hover{background:#042e27!important;transform:translateY(-2px)}
.v16-secondary-cta{background:rgba(255,255,255,.76)!important;color:#6f5220!important;border:1px solid #cba55c!important}
.v16-secondary-cta svg{width:18px;height:18px;vertical-align:middle;margin-inline-start:8px;stroke:#b28734;fill:none}

.v16-hero-person{grid-column:2;position:relative;min-height:440px;direction:rtl;display:flex;align-items:flex-end;justify-content:center;isolation:isolate}
.v16-doctor-glow{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(235,198,111,.36),rgba(255,255,255,0) 68%);bottom:-40px;left:29%;filter:blur(8px);z-index:-1}
.v16-doctor-image{width:350px;height:405px;object-fit:cover;object-position:center 12%;border-radius:180px 180px 18px 18px;box-shadow:0 12px 32px rgba(3,47,39,.16);border:8px solid rgba(255,255,255,.84);background:#eee8de;transform:translateX(-45px);transition:transform .5s ease,filter .5s ease}
.v16-hero:hover .v16-doctor-image{transform:translateX(-45px) translateY(-3px);filter:saturate(1.03)}
.v16-quote-card{position:absolute;right:8px;top:78px;width:310px;min-height:220px;padding:28px 30px 24px;background:linear-gradient(145deg,rgba(4,62,50,.96),rgba(3,47,39,.96));color:#fff;border:1px solid rgba(226,177,76,.45);box-shadow:0 20px 42px rgba(0,34,28,.2);text-align:right;border-radius:14px;backdrop-filter:blur(8px)}
.v16-quote-card::before{content:"";position:absolute;inset:12px;border-top:1px solid rgba(231,190,100,.35);border-right:1px solid rgba(231,190,100,.35);pointer-events:none}
.v16-quote-mark{position:absolute;left:23px;top:10px;font:700 66px/1 Georgia,serif;color:var(--v16-gold)}
.v16-quote-card p{margin:12px 0 18px;font-size:16px;line-height:2.05;font-weight:650}
.v16-quote-card strong{display:block;color:var(--v16-gold-2);font-size:15px;margin-top:6px}
.v16-quote-card small{display:block;color:rgba(255,255,255,.78);font-size:11px;margin-top:5px}
.v16-hero-dots{position:absolute;bottom:14px;left:50%;display:flex;gap:8px;z-index:4}
.v16-hero-dots i{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.1)}
.v16-hero-dots i:nth-child(2){background:var(--v16-gold)}

/* news ticker */
.v16-news{position:relative;z-index:7;background:var(--v16-green-900);color:#fff;height:50px;box-shadow:0 7px 18px rgba(5,57,47,.11)}
.v16-news-inner{height:100%;display:flex;align-items:center;gap:24px;overflow:hidden}
.v16-news-inner>strong{height:100%;min-width:150px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--v16-gold-2);font-size:15px;border-inline-start:1px solid rgba(255,255,255,.1)}
.v16-news-inner>strong svg{width:20px;height:20px;stroke:var(--v16-gold-2);fill:none}
.v16-news-window{overflow:hidden;flex:1;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.v16-news-track{display:flex;width:max-content;align-items:center;animation:v16Ticker 36s linear infinite;direction:rtl}
.v16-news-track span{display:flex;align-items:center;gap:18px;white-space:nowrap;padding-inline:28px;font-size:13px;font-weight:650}
.v16-news-track i{width:7px;height:7px;border-radius:50%;background:var(--v16-gold)}
@keyframes v16Ticker{from{transform:translateX(0)}to{transform:translateX(50%)}}
.v16-news:hover .v16-news-track{animation-play-state:paused}

/* evaluation */
.v16-evaluation{position:relative;z-index:8;margin-top:30px;margin-bottom:10px}
.v16-evaluation-shell{display:grid;grid-template-columns:290px 1fr;gap:28px;padding:28px 30px 24px;background:#fff;border:1px solid #e6ece9;border-radius:22px;box-shadow:var(--v16-shadow)}
.v16-evaluation-copy{padding:7px 10px;border-inline-start:1px solid #e5ece8}
.v16-evaluation-copy h2{margin:0 0 8px;font-size:26px;color:var(--v16-green-900)}
.v16-evaluation-copy p{margin:0;color:#71817b;font-size:13px;line-height:1.85}
.v16-evaluation-content{min-width:0}
.v16-steps{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:8px;margin:0 0 22px;color:#697872;font-size:12px}
.v16-steps span{display:flex;align-items:center;gap:9px;white-space:nowrap}
.v16-steps span b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#f0f3f2;color:#77837f;border:1px solid #d8e0dc}
.v16-steps span.active{color:var(--v16-green-900);font-weight:800}
.v16-steps span.active b{background:var(--v16-green-900);color:#fff;border-color:var(--v16-green-900);box-shadow:0 5px 14px rgba(5,59,49,.18)}
.v16-steps i{display:block;border-top:1px dashed #b7c1bd}
.v16-eval-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) 155px;gap:14px;align-items:end;direction:rtl}
.v16-eval-form label{display:flex;flex-direction:column;gap:7px}
.v16-eval-form label span{font-size:11px;font-weight:700;color:#65746f}
.v16-eval-form select{height:45px;border:1px solid #dce4e0;border-radius:9px;background:#fff;padding:0 12px;color:#42534d;font:inherit;font-size:12px;outline:none}
.v16-eval-form select:focus{border-color:#9eafaa;box-shadow:0 0 0 3px rgba(5,59,49,.06)}
.v16-eval-submit{height:45px!important;border-radius:9px!important;background:var(--v16-green-900)!important;color:#fff!important;border:0!important;font-size:14px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}
.v16-eval-submit svg{width:17px;height:17px;stroke:var(--v16-gold-2);fill:none}

/* university cards */
.v16-universities{padding:12px 0 14px;background:#fff}
.v16-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}
.v16-section-head>div{text-align:center;margin-inline:auto}
.v16-section-head h2{margin:0;font-size:25px;color:var(--v16-green-900)}
.v16-section-head>div>span{display:block;width:38px;height:2px;background:var(--v16-gold);margin:9px auto 0}
.v16-section-head>a{position:absolute;left:max(36px,calc((100vw - 1380px)/2));font-size:12px;color:var(--v16-green-900);font-weight:700;text-decoration:none}
.v16-section-head>a svg{width:15px;height:15px;vertical-align:middle;stroke:var(--v16-gold)}
.v16-university-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.v16-university-card{min-width:0}
.v16-university-media{height:150px;display:block;position:relative;overflow:hidden;border-radius:12px;border:1px solid #d9e3de;background:#ddd;box-shadow:0 8px 16px rgba(5,55,45,.08)}
.v16-university-media>img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.v16-university-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,47,39,.06) 10%,rgba(3,47,39,.12) 45%,rgba(3,47,39,.84) 100%)}
.v16-university-card:hover .v16-university-media>img{transform:scale(1.045);filter:saturate(1.05)}
.v16-university-logo{position:absolute;z-index:3;right:16px;top:16px;width:58px;height:58px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 7px 16px rgba(0,0,0,.15);padding:8px}
.v16-university-logo img{max-width:100%;max-height:100%;object-fit:contain}
.v16-university-overlay{position:absolute;z-index:4;inset-inline:18px;bottom:10px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.25)}
.v16-university-overlay h3{margin:0 0 2px;font-size:15px;line-height:1.35}
.v16-university-overlay p{margin:0 0 7px;color:rgba(255,255,255,.83);font-size:10px}
.v16-university-overlay span{height:24px;border-radius:20px;border:1px solid rgba(235,185,79,.95);display:grid;place-items:center;color:#fff;font-size:10px;font-weight:700}

/* trust strip */
.v16-trust-strip{margin-top:0;background:linear-gradient(90deg,#06362d,#074839,#06362d);color:#fff;border-top:1px solid rgba(226,176,73,.32)}
.v16-trust-grid{min-height:78px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.v16-trust-grid article{display:flex;align-items:center;justify-content:center;gap:13px;padding:12px 24px;border-inline-start:1px solid rgba(255,255,255,.12)}
.v16-trust-grid article:first-child{border-inline-start:0}
.v16-trust-grid svg{width:31px;height:31px;stroke:var(--v16-gold-2);fill:none;stroke-width:1.7}
.v16-trust-grid span{display:flex;flex-direction:column;gap:3px}
.v16-trust-grid b{font-size:14px;color:var(--v16-gold-2)}
.v16-trust-grid small{font-size:10px;color:rgba(255,255,255,.8)}

/* floating buttons */
.v16-floating-rail{position:fixed;left:13px;top:205px;z-index:950;width:64px;padding:9px 7px;background:rgba(4,56,46,.97);border-radius:0 18px 18px 0;display:flex;flex-direction:column;gap:7px;box-shadow:0 15px 30px rgba(0,35,28,.18);backdrop-filter:blur(9px)}
.v16-float{border:0;background:transparent;color:#fff;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:60px;border-radius:12px;cursor:pointer;font:inherit;transition:.2s}
.v16-float:hover{background:rgba(255,255,255,.08);transform:translateX(3px)}
.v16-float span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#0b7059;border:1px solid rgba(255,255,255,.1)}
.v16-float span svg{width:21px;height:21px;stroke:#fff;fill:none;stroke-width:1.8}
.v16-float b{font-size:9px;font-weight:700;line-height:1.25;text-align:center}
.v16-float.whatsapp span{background:#20b866}
.v16-float.snapchat .snap-glyph{background:#fffc00;color:#121212;font-size:15px;font-weight:900}
.v16-float.consult span{background:#156d59}

/* lower content harmonization */
.v16-site .v16-lower-services,.v16-site .v16-journey{padding-block:68px}
.v16-site .v16-lower-services{background:#fbfcfb}
.v16-site .v5-section-heading h2{color:var(--v16-green-900)}
.v16-site .v5-service-path article{border-color:#e4ebe7;box-shadow:0 9px 24px rgba(4,56,46,.06)}
.v16-site .v5-service-path article>div{color:var(--v16-green-900)}

/* hide the home Snapchat embed from the first visual rhythm; keep it reachable later on the page */
.v16-site .v15-snapchat-section{margin-top:0;background:#f8faf9}

/* responsive */
@media (max-width:1200px){
  .v16-site .container{width:min(1120px,calc(100% - 44px))}
  .v16-site .nav-links{gap:16px}.v16-site .nav-links a{font-size:12px}.v16-site .brand-v7{min-width:150px}
  .v16-hero-grid{grid-template-columns:50% 50%}.v16-doctor-image{width:310px;height:385px;transform:translateX(-30px)}
  .v16-quote-card{width:260px;right:0}.v16-service-points article{padding-inline:8px}
  .v16-eval-form{grid-template-columns:repeat(4,minmax(0,1fr)) 130px}
  .v16-university-grid{gap:18px}.v16-section-head>a{left:22px}
}
@media (max-width:980px){
  .v16-contact-bar{display:none}
  .v16-site .main-nav{height:68px;grid-template-columns:auto 1fr auto;padding-inline:0}
  .v16-site .nav-links{display:none}.v16-site .nav-tools{margin-inline-start:auto}.v16-site .nav-cta{display:none}.v16-site .menu-button{display:flex}
  .v16-hero{min-height:auto}.v16-hero-grid{grid-template-columns:1fr;direction:rtl}.v16-hero-copy,.v16-hero-person{grid-column:1}
  .v16-hero-copy{padding:40px 0 18px;text-align:center}.v16-hero-copy h1{font-size:42px}.v16-hero-subtitle{font-size:18px}.v16-service-points{margin-inline:auto}
  .v16-hero-actions{justify-content:center}.v16-hero-person{min-height:390px;overflow:hidden}.v16-doctor-image{width:310px;height:365px;transform:none;margin-inline-start:190px}
  .v16-quote-card{right:auto;left:7%;top:70px;width:285px}.v16-hero-campus img{width:100%;opacity:.55}.v16-hero-campus::after{background:linear-gradient(180deg,#fff 0 43%,rgba(255,255,255,.85) 60%,rgba(5,59,49,.08) 100%)}
  .v16-evaluation-shell{grid-template-columns:1fr}.v16-evaluation-copy{border-inline-start:0;border-bottom:1px solid #e6ece9;padding-bottom:15px}.v16-evaluation-copy{text-align:center}
  .v16-eval-form{grid-template-columns:repeat(2,1fr)}.v16-eval-submit{grid-column:1/-1}
  .v16-university-grid{grid-template-columns:repeat(2,1fr)}.v16-section-head>a{position:static}.v16-section-head>div{margin:0}.v16-section-head{text-align:right}
  .v16-trust-grid{grid-template-columns:repeat(2,1fr)}.v16-trust-grid article:nth-child(3){border-top:1px solid rgba(255,255,255,.1)}.v16-trust-grid article:nth-child(4){border-top:1px solid rgba(255,255,255,.1)}
  .v16-floating-rail{display:none}
}
@media (max-width:640px){
  .v16-site .container{width:calc(100% - 28px)}
  .v16-site .brand-v7 .brand-copy b{font-size:26px}.v16-site .brand-v7{min-width:136px}.v16-site .language-select{display:none}
  .v16-hero-copy{padding-top:30px}.v16-hero-copy h1{font-size:34px;line-height:1.25;letter-spacing:-1px}.v16-hero-subtitle{font-size:16px;margin-top:10px}
  .v16-service-points{grid-template-columns:repeat(2,1fr);width:100%;gap:0}.v16-service-points article{border-bottom:1px solid #dae3df}.v16-service-points article:nth-child(3){border-inline-start:0}.v16-service-points article:nth-child(3),.v16-service-points article:nth-child(4){border-bottom:0}
  .v16-hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.v16-primary-cta,.v16-secondary-cta{padding-inline:10px!important;font-size:12px!important}
  .v16-hero-person{min-height:320px}.v16-doctor-image{width:220px;height:280px;margin-inline-start:120px;border-width:5px}.v16-quote-card{left:0;top:45px;width:210px;min-height:180px;padding:20px 18px}.v16-quote-card p{font-size:12px;line-height:1.8}.v16-quote-card strong{font-size:12px}.v16-quote-card small{font-size:9px}.v16-quote-mark{font-size:46px}
  .v16-news{height:44px}.v16-news-inner>strong{min-width:105px;font-size:12px}.v16-news-track span{font-size:11px;padding-inline:18px}
  .v16-evaluation{margin-top:18px}.v16-evaluation-shell{padding:20px 16px;border-radius:16px}.v16-steps{grid-template-columns:auto 1fr auto 1fr auto}.v16-steps span:nth-of-type(4),.v16-steps i:nth-of-type(3){display:none}.v16-steps span{font-size:10px}.v16-steps span b{width:23px;height:23px}
  .v16-eval-form{grid-template-columns:1fr 1fr;gap:11px}.v16-eval-form label:nth-of-type(3),.v16-eval-form label:nth-of-type(4){grid-column:auto}.v16-eval-form select{height:43px;font-size:11px}
  .v16-section-head{align-items:center}.v16-section-head h2{font-size:20px}.v16-section-head>a{font-size:10px}.v16-university-grid{grid-template-columns:1fr 1fr;gap:12px}.v16-university-media{height:135px}.v16-university-logo{width:44px;height:44px;right:10px;top:10px}.v16-university-overlay{inset-inline:10px}.v16-university-overlay h3{font-size:12px}.v16-university-overlay p{font-size:9px}
  .v16-trust-grid{grid-template-columns:1fr 1fr}.v16-trust-grid article{padding:12px 8px;gap:8px}.v16-trust-grid svg{width:25px;height:25px}.v16-trust-grid b{font-size:11px}.v16-trust-grid small{font-size:8px}
  .v16-site .v16-lower-services,.v16-site .v16-journey{padding-block:46px}
}

@media (prefers-reduced-motion:reduce){
  .v16-news-track{animation:none}.v16-doctor-image,.v16-university-media>img,.v16-float{transition:none!important}
}
/* V16 final header simplification */
.v16-site .language-select{display:none!important}
.v16-site .main-nav{grid-template-columns:auto minmax(0,1fr) auto}
.v16-site .nav-links{gap:24px}
@media(max-width:1200px){.v16-site .nav-links{gap:14px}.v16-site .nav-links a{font-size:11.5px}}
