
:root{
  --green:#116b3b;
  --green-2:#17824a;
  --green-soft:#edf7f1;
  --red:#c7282d;
  --red-soft:#fff0f0;
  --ink:#0c1a2c;
  --muted:#5f6975;
  --line:#e7ebee;
  --cream:#fbfaf7;
  --white:#ffffff;
  --shadow:0 20px 60px rgba(12,26,44,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:linear-gradient(180deg,#fff 0%,#fdfdfc 70%,#faf9f5 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,255,255,.88);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(14px);
}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;font-size:25px;letter-spacing:-.8px}
.brand strong{color:var(--green);font-weight:800}
.brand b{color:var(--red);font-weight:800}
.brand-mark{width:42px;height:42px;display:block}
.brand-mark svg{width:100%;height:100%;fill:none;stroke:#78838e;stroke-width:1.6}
.brand-mark .needle{stroke:none}.brand-mark .green{fill:var(--green)}.brand-mark .red{fill:var(--red)}
.flag-line{display:flex;width:118px;height:4px;border-radius:20px;overflow:hidden;background:#eee}
.flag-line span{flex:1}.flag-line span:nth-child(1){background:var(--green)}.flag-line span:nth-child(2){background:#fff}.flag-line span:nth-child(3){background:var(--red)}
.nav-actions{display:flex;align-items:center;gap:18px;font-size:14px}
.text-link{color:var(--muted)}
.pill{border:1px solid rgba(199,40,45,.48);padding:11px 16px;border-radius:10px}
.hero{padding:72px 0 44px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:48px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-weight:700;font-size:15px;margin-bottom:22px}
.cap-icon{font-size:18px}
h1{font-size:clamp(54px,7vw,88px);line-height:.98;letter-spacing:-4.4px;margin:0 0 26px;font-weight:800}
.lead{font-size:19px;line-height:1.7;color:#45515f;max-width:610px;margin:0 0 30px}
.cta-row{display:flex;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:10px;font-weight:750;transition:.18s ease}
.button:hover{transform:translateY(-2px)}
.primary{background:linear-gradient(135deg,var(--green),var(--green-2));color:white;box-shadow:0 10px 26px rgba(17,107,59,.18)}
.secondary{border:1px solid #b9c8bf;background:#fff;color:#26322c}
.notify-form{
  margin-top:16px;display:flex;max-width:570px;border:1px solid #d9dfe3;border-radius:10px;background:#fff;overflow:hidden;
  box-shadow:0 10px 30px rgba(12,26,44,.04)
}
.notify-form input{flex:1;border:0;outline:0;padding:17px 18px;font-size:16px;min-width:0}
.notify-form button{width:58px;border:0;background:var(--green);color:#fff;font-size:26px;cursor:pointer}
.form-note{font-size:13px;color:#7a838d;margin:9px 2px 0}
.micro-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px;color:#627066;font-size:13px}
.hero-visual{position:relative;min-height:500px}
.hero-visual:before{
  content:"";position:absolute;inset:20px 0 0 60px;border-radius:46% 54% 41% 59% / 47% 44% 56% 53%;
  background:radial-gradient(circle at 30% 30%,#f0f7f2,#eef2eb 45%,#f7f5ef 74%,transparent 75%);
}
.hero-visual img{
  position:absolute;right:-6%;bottom:0;width:105%;height:84%;object-fit:cover;object-position:center;
  border-radius:34px 34px 90px 34px;box-shadow:var(--shadow);
  mask-image:linear-gradient(to bottom,#000 82%,transparent 100%);
}
.visual-badge{
  position:absolute;right:12%;top:6%;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.7);
  border-radius:16px;padding:12px 16px;display:flex;gap:10px;align-items:center;box-shadow:0 14px 30px rgba(12,26,44,.08);
  backdrop-filter:blur(12px)
}
.visual-badge span{color:var(--muted);font-size:13px}.visual-badge strong{color:var(--green)}
.italy-outline{position:absolute;left:8%;top:16%;font-size:58px;filter:grayscale(.45);opacity:.14;transform:rotate(-5deg)}
.route{position:absolute;border:2px dashed rgba(17,107,59,.35);border-radius:50%;z-index:1}
.route-one{width:210px;height:125px;left:4%;top:33%;transform:rotate(18deg)}
.route-two{width:135px;height:80px;right:2%;top:16%;transform:rotate(-15deg)}
.services-section{padding:65px 0 35px}
.section-heading{max-width:720px;margin-bottom:28px}
.section-heading>span,.mini{font-weight:800;color:var(--red);font-size:13px;text-transform:uppercase;letter-spacing:1.2px}
.section-heading h2,.contact h2{font-size:clamp(34px,4vw,48px);letter-spacing:-2px;margin:8px 0 12px}
.section-heading p{color:var(--muted);font-size:17px;line-height:1.6;margin:0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{
  position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px;
  box-shadow:0 16px 45px rgba(12,26,44,.05)
}
.service-card.featured{border-color:rgba(17,107,59,.32);transform:translateY(-6px)}
.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.coming{font-size:12px;color:var(--red);background:var(--red-soft);padding:7px 10px;border-radius:99px;font-weight:700}
.icon{width:52px;height:52px;display:grid;place-items:center;background:var(--green-soft);border-radius:50%;font-size:24px}
.service-card h3{font-size:21px;margin:0 0 8px}
.price{font-size:31px;font-weight:850;color:var(--green);margin-bottom:12px}
.service-card p{color:var(--muted);line-height:1.55;min-height:73px}
.service-card ul{list-style:none;padding:0;margin:20px 0 0;border-top:1px solid var(--line);padding-top:16px}
.service-card li{padding:6px 0;color:#4e5a65;font-size:14px}
.service-card li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}
.values{padding:32px 0 70px}
.values-grid{
  display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dfe9e2;border-radius:18px;background:rgba(248,252,249,.9);overflow:hidden
}
.value{display:flex;gap:15px;padding:28px}
.value+.value{border-left:1px solid #dfe9e2}
.value-icon{width:50px;height:50px;flex:0 0 50px;border-radius:50%;display:grid;place-items:center;background:#e5f3ea;color:var(--green);font-size:25px;font-weight:800}
.value h3{margin:1px 0 7px;font-size:17px}
.value p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.contact{padding:0 0 72px}
.contact-box{
  background:linear-gradient(135deg,#0f6036,#177b46);color:#fff;border-radius:24px;padding:42px;
  display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 22px 55px rgba(17,107,59,.17)
}
.contact .mini{color:#d8f1e2}
.contact h2{max-width:760px;margin-bottom:0}
.contact .button{background:#fff;color:var(--green);white-space:nowrap}
footer{border-top:1px solid var(--line);background:#fff}
.footer-inner{min-height:78px;display:flex;justify-content:space-between;align-items:center;color:#6d7781;font-size:13px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media (max-width:900px){
  .flag-line{display:none}
  .hero{padding-top:46px}
  .hero-grid{grid-template-columns:1fr}
  h1{letter-spacing:-3px}
  .hero-visual{min-height:430px}
  .cards{grid-template-columns:1fr}
  .service-card.featured{transform:none}
  .values-grid{grid-template-columns:1fr}
  .value+.value{border-left:0;border-top:1px solid #dfe9e2}
  .contact-box{align-items:flex-start;flex-direction:column}
}
@media (max-width:600px){
  .container{width:min(100% - 28px,1180px)}
  .site-header .nav{min-height:68px}
  .brand{font-size:21px}
  .brand-mark{width:36px;height:36px}
  .text-link{display:none}
  .pill{font-size:12px;padding:9px 11px}
  h1{font-size:52px;letter-spacing:-2.8px}
  .lead{font-size:17px}
  .cta-row{display:grid;grid-template-columns:1fr 1fr}
  .button{padding:0 14px}
  .micro-trust{gap:10px;flex-direction:column}
  .hero-visual{min-height:340px}
  .hero-visual img{width:115%;right:-14%;height:90%}
  .visual-badge{right:4%;top:2%}
  .service-card{padding:22px}
  .contact-box{padding:30px 24px}
  .footer-inner{flex-direction:column;justify-content:center;gap:7px}
}


/* Production hardening / accessibility */
:focus-visible{outline:3px solid rgba(17,107,59,.35);outline-offset:3px}
button,input,a{-webkit-tap-highlight-color:transparent}
.form-note[data-state="error"]{color:#b42318}
.form-note[data-state="success"]{color:#116b3b}
img{max-width:100%}
::selection{background:#dcefe4;color:#0c1a2c}

.home-universities{padding:54px 0 25px}
.home-universities-grid{display:grid;grid-template-columns:1fr .75fr;gap:38px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px;overflow:hidden}
.home-universities h2{font-size:clamp(36px,4vw,52px);letter-spacing:-2px;margin:8px 0 13px}
.home-universities p{color:var(--muted);line-height:1.65;font-size:17px;max-width:650px;margin:0 0 22px}
.home-map-card{height:330px;position:relative;background:linear-gradient(145deg,#edf7f1,#fff7f5);border-radius:22px;overflow:hidden}
.home-map-card img{position:absolute;height:125%;width:75%;object-fit:contain;right:-2%;top:-10%;opacity:.72;filter:sepia(.1) saturate(.7) hue-rotate(70deg)}
.home-map-stat{position:absolute;left:22px;top:28px;background:#fff;border:1px solid #e3e9e5;border-radius:14px;padding:12px 14px;box-shadow:0 12px 28px rgba(12,26,44,.06)}
.home-map-stat.second{top:105px;left:48px}
.home-map-stat strong{display:block;color:var(--green);font-size:25px}.home-map-stat span{font-size:11px;color:var(--muted)}
@media(max-width:800px){.home-universities-grid{grid-template-columns:1fr;padding:26px}.home-map-card{height:280px}}


/* v4: Gerçek Rota İtalya logosu */
.brand.brand-image{
  display:flex;
  align-items:center;
  padding:0;
  line-height:1;
}
.brand.brand-image img{
  display:block;
  width:auto;
  height:52px;
  max-width:250px;
  object-fit:contain;
}
@media(max-width:600px){
  .brand.brand-image img{
    height:42px;
    max-width:200px;
  }
}


/* v5: ana sayfadaki mini İtalya haritası artık hover + tıklanabilir */
.home-map-card{isolation:isolate}
.home-map-guide{position:absolute;right:20px;top:18px;z-index:2;background:rgba(255,255,255,.92);border:1px solid #e5ebe7;border-radius:999px;padding:7px 10px;font-size:11px;color:#637069;box-shadow:0 8px 18px rgba(12,26,44,.05)}
.home-map-hotspot{position:absolute;z-index:3;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:999px;background:var(--red);box-shadow:0 0 0 6px rgba(199,40,45,.12);text-decoration:none;transition:.16s ease}
.home-map-hotspot:hover,.home-map-hotspot:focus-visible{background:var(--green);box-shadow:0 0 0 8px rgba(17,107,59,.16);outline:none}
.home-map-hotspot span{position:absolute;left:50%;bottom:18px;transform:translateX(-50%) translateY(6px);background:#0f6036;color:#fff;border-radius:8px;padding:6px 8px;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transition:.16s ease;box-shadow:0 10px 22px rgba(12,26,44,.15)}
.home-map-hotspot span:after{content:"";position:absolute;left:50%;bottom:-5px;transform:translateX(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #0f6036}
.home-map-hotspot:hover span,.home-map-hotspot:focus-visible span{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:800px){.home-map-guide{right:14px;top:14px;font-size:10px;padding:6px 8px}.home-map-hotspot span{font-size:10px;padding:5px 7px}}


/* v6 — kompakt header */
.site-header .nav{
  min-height:64px;
}
.brand.brand-image{
  flex:0 0 auto;
}
.brand.brand-image img{
  width:auto !important;
  height:42px !important;
  max-width:190px !important;
  object-fit:contain;
}
.flag-line{
  width:84px;
}
.nav-actions{
  gap:14px;
}
.nav-actions .pill{
  padding:8px 12px;
  border-radius:9px;
  font-size:12px;
}

@media(max-width:700px){
  .site-header .nav{
    min-height:58px;
    gap:12px;
  }
  .brand.brand-image img{
    height:36px !important;
    max-width:160px !important;
  }
  .flag-line{
    display:none;
  }
}

/* v6 — ana sayfa üniversite önizlemesi daha kompakt */
.home-universities{
  padding:26px 0 22px;
}
.home-universities-grid{
  grid-template-columns:minmax(0,1fr) 390px;
  gap:28px;
  padding:28px 30px;
  border-radius:20px;
}
.home-universities h2{
  font-size:clamp(30px,3vw,42px);
  margin:7px 0 10px;
}
.home-universities p{
  font-size:15px;
  margin-bottom:18px;
}
.home-universities .button{
  min-height:46px;
}

/* Harita, hotspot'larla aynı koordinat sisteminde */
.home-map-card{
  height:230px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  background:linear-gradient(145deg,#eef7f1,#fff8f6);
}
.home-map-canvas{
  position:absolute;
  inset:10px 12px 8px 70px;
}
.home-map-canvas img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  opacity:.82 !important;
  filter:sepia(.08) saturate(.8) hue-rotate(70deg) !important;
}
.home-map-hotspot{
  width:11px;
  height:11px;
  box-shadow:0 0 0 5px rgba(199,40,45,.11);
}
.home-map-hotspot:hover,
.home-map-hotspot:focus-visible{
  box-shadow:0 0 0 7px rgba(17,107,59,.16);
}
.home-map-guide{
  top:12px;
  right:12px;
  font-size:10px;
  padding:6px 8px;
}
.home-map-stat{
  left:14px;
  top:18px;
  padding:8px 9px;
  border-radius:10px;
  z-index:5;
}
.home-map-stat.second{
  left:14px;
  top:78px;
}
.home-map-stat strong{
  font-size:20px;
}
.home-map-stat span{
  font-size:9px;
}

@media(max-width:900px){
  .home-universities-grid{
    grid-template-columns:1fr;
    padding:24px;
  }
  .home-map-card{
    height:250px;
  }
  .home-map-canvas{
    inset:12px 16px 10px 72px;
  }
}
@media(max-width:560px){
  .home-universities{
    padding-top:18px;
  }
  .home-universities-grid{
    padding:20px;
  }
  .home-map-card{
    height:220px;
  }
  .home-map-guide{
    display:none;
  }
}


/* v8 — profesyonel footer */
.pro-footer{
  margin-top:50px;
  background:#0c1a2c;
  color:#edf2ef;
}
.pro-footer-grid{
  display:grid;
  grid-template-columns:1.55fr repeat(3,1fr);
  gap:44px;
  padding:54px 0 40px;
}
.pro-footer-grid h3{
  margin:0 0 14px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.9px;
  color:#a9d2b9;
}
.pro-footer-grid a,
.pro-footer-grid span{
  display:block;
  margin:9px 0;
  color:#c7d0cc;
  font-size:13px;
  line-height:1.5;
}
.pro-footer-grid a:hover{color:#fff}
.footer-logo{
  height:48px;
  width:auto;
  max-width:220px;
  object-fit:contain;
  filter:brightness(0) invert(1);
  opacity:.96;
}
.footer-brand-col p{
  margin:16px 0;
  max-width:390px;
  color:#aeb9b4;
  font-size:13px;
  line-height:1.7;
}
.footer-email{font-weight:800;color:#fff!important}
.pro-footer-bottom{
  border-top:1px solid rgba(255,255,255,.10);
  min-height:72px;
  display:flex;
  justify-content:space-between;
  gap:25px;
  align-items:center;
  color:#87958f;
  font-size:11px;
}
@media(max-width:850px){
  .pro-footer-grid{grid-template-columns:1fr 1fr;gap:30px}
  .footer-brand-col{grid-column:1/-1}
  .pro-footer-bottom{flex-direction:column;align-items:flex-start;justify-content:center;padding:18px 0}
}
@media(max-width:520px){
  .pro-footer-grid{grid-template-columns:1fr;padding-top:38px}
  .footer-brand-col{grid-column:auto}
}


/* v14.1 — ana sayfa hizmet kartı fiyat hiyerarşisi */
.home-service-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:26px;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.home-service-card:hover{
  transform:translateY(-3px);
  border-color:#c4d8cb;
  box-shadow:0 20px 48px rgba(12,26,44,.075);
}
.home-service-card.featured{
  transform:none;
  border-color:#94c3a5;
  background:linear-gradient(150deg,#fff 0%,#f5fbf7 100%);
  box-shadow:0 22px 52px rgba(17,107,59,.09);
}
.home-service-card.featured:hover{
  transform:translateY(-3px);
}
.home-service-card h3{
  margin-bottom:10px;
  line-height:1.18;
}
.home-service-price-row{
  display:flex;
  align-items:flex-end;
  gap:12px;
  min-height:48px;
  margin:2px 0 13px;
}
.home-service-price{
  color:var(--green);
  font-size:32px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
}
.home-service-old-price{
  position:relative;
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  padding-bottom:1px;
  color:#87918b;
  font-size:15px;
  line-height:1.05;
  font-weight:750;
  text-decoration:line-through;
  text-decoration-thickness:2px;
  text-decoration-color:#c7282d;
}
.home-service-old-price>span{
  color:#9aa39e;
  font-size:8px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.7px;
  text-decoration:none;
  margin-bottom:4px;
}
.home-service-saving{
  align-self:flex-start;
  margin:-5px 0 13px;
  padding:5px 8px;
  border-radius:999px;
  background:#e6f4eb;
  color:#0f6036;
  font-size:10px;
  font-weight:900;
  letter-spacing:.2px;
}
.home-service-card>p{
  min-height:0;
  margin:0;
}
.home-service-card ul{
  margin-top:18px;
  margin-bottom:17px;
}
.home-service-link{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid var(--line);
  color:var(--green);
  font-size:12px;
  font-weight:900;
}
.home-service-card.featured .home-service-link{
  margin-top:auto;
  border-top-color:#cfe0d5;
}
.home-services-all{
  margin-top:24px;
  text-align:center;
}
@media(max-width:900px){
  .cards{grid-template-columns:1fr 1fr}
  .home-service-card.featured{grid-column:1/-1}
}
@media(max-width:650px){
  .cards{grid-template-columns:1fr}
  .home-service-card.featured{grid-column:auto}
  .home-service-price{font-size:30px}
}


/* =========================================================
   v20 — shared navigation + funnel + mobile polish
   ========================================================= */
.nav-actions .text-link.active{
  color:var(--green);
  font-weight:850;
}
.nav-actions .pill.active-cta{
  border-color:rgba(17,107,59,.42);
  background:var(--green-soft);
  color:var(--green);
}
.nav-actions .pill{
  transition:.16s ease;
}
.nav-actions .pill:hover{
  border-color:var(--green);
  color:var(--green);
  background:#f7fbf8;
}
.v20-funnel-note{
  margin-top:18px;
  color:#68756e;
  font-size:13px;
  line-height:1.6;
}
.v20-funnel-note a{
  color:var(--green);
  font-weight:800;
}
.contact-box .button{
  min-width:176px;
}
@media(max-width:600px){
  .hero{
    padding:40px 0 26px;
  }
  .hero h1{
    font-size:46px;
    line-height:1.01;
    letter-spacing:-2.35px;
    margin-bottom:20px;
  }
  .hero .eyebrow{
    margin-bottom:18px;
  }
  .hero .lead{
    font-size:16px;
    line-height:1.62;
    margin-bottom:24px;
  }
  .hero .micro-trust{
    margin-top:18px;
  }
  .hero-visual{
    min-height:300px;
    margin-top:0;
  }
  .hero-visual img{
    height:86%;
  }
  .site-header .nav{
    min-height:64px;
  }
  .brand.brand-image img{
    height:38px !important;
    max-width:172px !important;
  }
  .nav-actions{
    gap:8px;
  }
  .nav-actions .pill{
    font-size:12px;
    padding:10px 13px;
    white-space:nowrap;
  }
}


/* v41 · homepage map balance + copy polish */
.home-universities-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.96fr);gap:46px;padding:44px 42px;align-items:center}
.home-universities-grid>div:first-child{min-width:0}
.home-universities h2{text-wrap:balance;max-width:11ch}
.home-universities p{max-width:58ch;text-wrap:pretty;text-align:justify;text-justify:inter-word}
.home-map-card{height:382px;background:linear-gradient(145deg,#f7f2ea 0%,#f3f7f2 100%)}
.home-map-canvas{position:absolute;inset:24px 22px 22px 116px;display:flex;align-items:center;justify-content:center}
.home-map-canvas img{object-position:center center!important;opacity:.88!important}
.home-map-guide{top:18px;right:18px;font-size:10.5px}
.home-map-stat{left:18px;top:22px;padding:10px 12px;border-radius:12px}
.home-map-stat.second{left:18px;top:106px}
.home-map-stat strong{font-size:22px}
.home-map-stat span{font-size:9.5px;line-height:1.35}
@media(max-width:900px){.home-universities-grid{grid-template-columns:1fr;padding:28px}.home-universities p{text-align:left}.home-map-card{height:320px}.home-map-canvas{inset:18px 18px 16px 92px}}
@media(max-width:560px){.home-universities h2{max-width:none}.home-map-card{height:260px}.home-map-canvas{inset:16px 14px 14px 78px}.home-map-stat{left:12px;top:14px}.home-map-stat.second{left:12px;top:84px}}


/* v41.1 · premium footer + conversion CTA */
.pro-footer{position:relative;margin-top:64px;background:linear-gradient(155deg,#0d1e31 0%,#10283b 54%,#12362f 120%);overflow:hidden}
.pro-footer:before{content:"";position:absolute;width:460px;height:460px;right:-150px;top:35px;border:1px solid rgba(255,255,255,.055);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012);pointer-events:none}
.pro-footer-cta{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 0 26px;border-bottom:1px solid rgba(255,255,255,.12)}
.pro-footer-cta__kicker{display:block!important;margin:0 0 7px!important;color:#8fc6a7!important;font-size:9px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.pro-footer-cta strong{display:block;max-width:760px;color:#fff;font-size:clamp(21px,2.2vw,31px);line-height:1.12;letter-spacing:-.035em;text-wrap:balance}
.pro-footer-cta__button{display:inline-flex!important;align-items:center;justify-content:center;gap:9px;min-height:48px;margin:0!important;padding:0 18px;border:1px solid rgba(255,255,255,.82);border-radius:999px;background:#fff;color:#10283f!important;font-size:11px!important;line-height:1!important;font-weight:900!important;text-decoration:none;white-space:nowrap;box-shadow:0 12px 26px rgba(0,0,0,.12);transition:transform .18s ease,box-shadow .18s ease}
.pro-footer-cta__button:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(0,0,0,.17)}
.pro-footer-grid{position:relative;z-index:1;padding-top:42px;border-top:0!important}
.pro-footer-grid>div:not(:first-child){padding-left:24px;border-left:1px solid rgba(255,255,255,.08)}
.pro-footer-grid h3{margin-bottom:16px;color:#99bfa8;font-size:9px;letter-spacing:.14em}
.pro-footer-grid a{transition:color .16s ease,transform .16s ease}
.pro-footer-grid a:hover{transform:translateX(2px);color:#fff}
.footer-brand-col p{max-width:420px;font-size:13.5px;line-height:1.75;color:#b5c3bd}
.footer-contact-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:17px}
.footer-contact-row .footer-email{display:inline-flex;margin:0!important}
.footer-social-pill{display:inline-flex!important;align-items:center;gap:6px;margin:0!important;padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#d9e3de!important;background:rgba(255,255,255,.045);font-size:11px!important;font-weight:800;text-decoration:none}
.footer-social-pill:hover{background:rgba(255,255,255,.09)}
.pro-footer-bottom{position:relative;z-index:1;color:#899993}
@media(max-width:850px){.pro-footer-cta{align-items:flex-start;flex-direction:column}.pro-footer-cta__button{width:auto}.pro-footer-grid>div:not(:first-child){padding-left:0;border-left:0}}
@media(max-width:520px){.pro-footer{margin-top:48px}.pro-footer-cta{padding:24px 0}.pro-footer-cta__button{width:100%;min-height:46px}.pro-footer-grid{padding-top:34px}.footer-contact-row{align-items:flex-start;flex-direction:column}}


/* v41.2 · remove broken homepage map, replace with clean catalog panel */
.home-universities-grid{grid-template-columns:minmax(0,1fr) minmax(380px,.92fr);align-items:center}
.home-universities p{text-align:left}
.home-university-panel{display:grid;gap:16px;padding:28px;border:1px solid rgba(17,37,60,.08);border-radius:24px;background:linear-gradient(180deg,#f8f5ee 0%,#f5f8f5 100%);box-shadow:0 12px 28px rgba(17,37,60,.04)}
.home-university-overview{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.home-university-stat-card{padding:20px 18px;border-radius:18px;background:#fff;border:1px solid #e5e8e3;box-shadow:0 8px 20px rgba(17,37,60,.035)}
.home-university-stat-card strong,.home-university-stat-card span{display:block}
.home-university-stat-card strong{font-size:34px;line-height:1;color:#116b3b;letter-spacing:-.04em}
.home-university-stat-card span{margin-top:8px;font-size:12px;line-height:1.45;color:#627069}
.home-university-feature-list{display:grid;gap:10px}
.home-university-feature-list article{padding:16px 18px;border-radius:18px;border:1px solid #e3e7e3;background:rgba(255,255,255,.88)}
.home-university-feature-list strong{display:block;color:#10283f;font-size:16px;line-height:1.3}
.home-university-feature-list p{margin:6px 0 0;max-width:none;font-size:13px;line-height:1.65;color:#697671}
.home-university-panel-note{padding:14px 16px;border-left:3px solid #197052;background:rgba(255,255,255,.72);border-radius:0 16px 16px 0}
.home-university-panel-note span{display:block;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#197052}
.home-university-panel-note p{margin:6px 0 0;max-width:none;font-size:13px;line-height:1.65;color:#687671}
@media(max-width:900px){.home-universities-grid{grid-template-columns:1fr}.home-university-panel{padding:22px}.home-university-overview{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.home-university-overview{grid-template-columns:1fr}.home-university-stat-card strong{font-size:28px}.home-university-feature-list article{padding:14px 15px}}
