/* ═══════════════════════════════════════════════════════
   MLN CONSULTANCY & EDUCATION
   WHITE theme · Black + Lime Green (#76c442) · Syne + Inter
═══════════════════════════════════════════════════════ */

:root {
  --green:      #76c442;
  --green-d:    #5fa832;
  --green-l:    #90d456;
  --green-bg:   #f0fae8;
  --black:      #0d0d0d;
  --black-2:    #1a1a1a;
  --white:      #ffffff;
  --gray-50:    #f8f8f8;
  --gray-100:   #f0f0f0;
  --gray-200:   #e4e4e4;
  --gray-400:   #aaaaaa;
  --gray-600:   #666666;
  --gray-800:   #333333;
  --radius:     16px;
  --radius-sm:  10px;
  --shadow-sm:  0 2px 12px rgba(0,0,0,.06);
  --shadow-md:  0 6px 28px rgba(0,0,0,.1);
  --shadow-lg:  0 16px 56px rgba(0,0,0,.14);
  --t:          all .35s cubic-bezier(.4,0,.2,1);
}

/* ── RESET ─────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter',sans-serif;
  background:var(--white);color:var(--gray-800);
  overflow-x:hidden;line-height:1.6;
}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
input,select,textarea{font-family:inherit;}
h1,h2,h3,h4{font-family:'Syne',sans-serif;line-height:1.1;color:var(--black);}

::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background:var(--gray-100);}
::-webkit-scrollbar-thumb{background:var(--green);border-radius:3px;}

/* ── BUTTONS ───────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;gap:9px;
  padding:14px 28px;border-radius:50px;
  font-family:'Syne',sans-serif;font-weight:700;font-size:.92rem;
  letter-spacing:.02em;transition:var(--t);cursor:pointer;
  white-space:nowrap;
}
.btn svg{width:17px;height:17px;flex-shrink:0;transition:transform .3s;}
.btn:hover svg{transform:translateX(3px);}

.btn-black{background:var(--black);color:var(--white);box-shadow:0 4px 18px rgba(0,0,0,.2);}
.btn-black:hover{background:var(--black-2);transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.28);}

.btn-green{background:var(--green);color:var(--black);box-shadow:0 4px 18px rgba(118,196,66,.3);}
.btn-green:hover{background:var(--green-l);transform:translateY(-2px);box-shadow:0 8px 28px rgba(118,196,66,.42);}

.btn-wa-outline{
  background:transparent;color:var(--black);
  border:2px solid var(--gray-200);
}
.btn-wa-outline:hover{border-color:#25d366;color:#25d366;transform:translateY(-2px);}

.btn-wa-solid{background:#25d366;color:#fff;box-shadow:0 4px 18px rgba(37,211,102,.25);}
.btn-wa-solid:hover{background:#1ebe5c;transform:translateY(-2px);}

.btn-full{width:100%;justify-content:center;border-radius:var(--radius-sm);}

/* ── LAYOUT ────────────────────────────────────────── */
.container{max-width:1200px;margin:0 auto;padding:0 24px;}

.s-tag{
  display:inline-block;
  font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  background:var(--green-bg);border:1px solid rgba(118,196,66,.3);
  color:var(--green-d);padding:5px 14px;border-radius:50px;margin-bottom:1rem;
}
.s-tag--dark{background:var(--gray-100);border-color:var(--gray-200);color:var(--gray-600);}

.section-head{margin-bottom:3rem;}
.section-head h2{font-size:clamp(1.9rem,3.8vw,2.7rem);}
.s-sub{color:var(--gray-600);margin-top:.75rem;font-size:.97rem;}

.green-mark{color:var(--green);}

/* ── REVEAL ────────────────────────────────────────── */
.reveal{
  opacity:0;transform:translateY(22px);
  transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1);
  transition-delay:var(--d,0s);
}
.reveal.visible{opacity:1;transform:translateY(0);}

/* ═══════════════════════════════════════════════════════
   NAVBAR
═══════════════════════════════════════════════════════ */
.navbar{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  padding:18px 0;transition:var(--t);
  background:transparent;
}
.navbar.scrolled{
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  padding:12px 0;
  box-shadow:0 2px 20px rgba(0,0,0,.08);
}
.nav-inner{
  max-width:1200px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;justify-content:space-between;
}
.nav-logo{display:flex;align-items:center;gap:10px;}
.logo-img{height:42px;width:auto;}
.logo-fallback{display:flex;align-items:center;gap:8px;}
.lf-icon{width:32px;height:32px;flex-shrink:0;color:var(--green);}
.lf-text{display:flex;flex-direction:column;line-height:1.15;}
.lf-mln{font-family:'Syne',sans-serif;font-size:1.3rem;font-weight:800;color:var(--black);}
.lf-sub{font-size:.58rem;color:var(--gray-400);letter-spacing:.07em;text-transform:uppercase;}

.nav-links{display:flex;align-items:center;gap:2rem;}
.nav-links a{
  color:var(--gray-600);font-size:.88rem;font-weight:500;
  position:relative;transition:color .3s;
}
.nav-links a::after{
  content:'';position:absolute;bottom:-4px;left:0;
  width:0;height:2px;background:var(--green);border-radius:1px;transition:width .3s;
}
.nav-links a:hover{color:var(--black);}
.nav-links a:hover::after{width:100%;}

.nav-cta{
  background:var(--black)!important;color:var(--white)!important;
  padding:10px 22px;border-radius:50px;
  font-family:'Syne',sans-serif;font-weight:700!important;
  transition:var(--t)!important;
}
.nav-cta::after{display:none!important;}
.nav-cta:hover{background:var(--green)!important;color:var(--black)!important;transform:translateY(-1px);}

.hamburger{display:none;flex-direction:column;gap:5px;width:26px;padding:4px 0;}
.hamburger span{display:block;height:2px;background:var(--black);border-radius:2px;transition:var(--t);}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}

/* ═══════════════════════════════════════════════════════
   HERO — WHITE with split layout + student photo
═══════════════════════════════════════════════════════ */
.hero{
  background:var(--white);
  min-height:100vh;
  display:flex;align-items:center;
  padding:120px 24px 80px;
  position:relative;overflow:hidden;
}
/* subtle lime green gradient top-right */
.hero::before{
  content:'';position:absolute;
  top:-100px;right:-100px;
  width:700px;height:700px;
  background:radial-gradient(circle at 70% 30%,rgba(118,196,66,.12),transparent 65%);
  pointer-events:none;
}
.hero::after{
  content:'';position:absolute;
  bottom:-100px;left:-50px;
  width:400px;height:400px;
  background:radial-gradient(circle,rgba(118,196,66,.06),transparent 65%);
  pointer-events:none;
}
.hero-inner{
  max-width:1200px;width:100%;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;
  gap:4rem;align-items:center;position:relative;z-index:2;
}

/* Hero left */
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--green-bg);border:1px solid rgba(118,196,66,.3);
  color:var(--green-d);padding:8px 16px;border-radius:50px;
  font-size:.8rem;font-weight:600;margin-bottom:1.5rem;
  animation:fadeUp .8s both;
}
.badge-pulse{
  width:8px;height:8px;background:var(--green);border-radius:50%;
  animation:pulse 2s infinite;
}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(118,196,66,.4);}50%{box-shadow:0 0 0 5px rgba(118,196,66,0);}}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px);}to{opacity:1;transform:translateY(0);}}

.hero-h1{
  font-size:clamp(2.6rem,4.5vw,4rem);font-weight:700;
  color:var(--black);letter-spacing:-.02em;
  margin-bottom:1.4rem;animation:fadeUp .9s .1s both;
  line-height:1.15;
}
.h1-green{
  color:var(--green);
}

.hero-p{
  font-size:1.05rem;color:var(--gray-600);
  line-height:1.75;margin-bottom:1.5rem;
  max-width:500px;animation:fadeUp .9s .2s both;
}
.hero-p strong{color:var(--black);}

.trust-pills{
  display:flex;flex-wrap:wrap;gap:.6rem;
  margin-bottom:2rem;animation:fadeUp .9s .3s both;
}
.tpill{
  display:inline-flex;align-items:center;gap:6px;
  background:var(--gray-50);border:1px solid var(--gray-200);
  color:var(--gray-800);font-size:.8rem;font-weight:500;
  padding:6px 12px;border-radius:50px;
}
.tpill svg{width:13px;height:13px;color:var(--gray-400);flex-shrink:0;}
.tpill--green{
  background:var(--green-bg);border-color:rgba(118,196,66,.35);
  color:var(--green-d);font-weight:600;
}
.tpill--green svg{color:var(--green);}

.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem;animation:fadeUp .9s .4s both;}

.hero-proof{
  display:flex;align-items:center;gap:12px;
  animation:fadeUp .9s .5s both;
}
.proof-avatars{display:flex;}
.av{
  width:36px;height:36px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:'Syne',sans-serif;font-weight:700;font-size:.9rem;
  border:2px solid var(--white);margin-left:-8px;
}
.av:first-child{margin-left:0;}
.av--more{background:var(--gray-100);color:var(--gray-600);font-size:.8rem;}
.hero-proof p{font-size:.87rem;color:var(--gray-600);}
.hero-proof strong{color:var(--black);}

/* ── HERO RIGHT — PHOTO COLLAGE ─────────────────────── */
.hero-right{position:relative;}
.collage-wrap{
  position:relative;
  width:100%;
  height:520px;
  max-width:500px;
  margin:0 auto;
}

/* Individual student photo cards */
.col-photo{
  position:absolute;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 40px rgba(0,0,0,.12);
  background:var(--gray-100);
  display:flex;align-items:center;justify-content:center;
}
.col-photo img{width:100%;height:100%;object-fit:cover;object-position:top;}

/* Placeholder when no image */
.col-ph{
  display:flex;align-items:center;justify-content:center;
  width:100%;height:100%;
  color:var(--gray-400);background:var(--gray-100);
}

.col-online{
  position:absolute;top:10px;right:10px;
  width:10px;height:10px;border-radius:50%;
  background:#22c55e;border:2px solid var(--white);
}
.col-online--off{background:#d1d5db;}

/* Photo positions — like the Insights24 reference */
.col-photo--tl{
  width:160px;height:180px;
  top:0;left:0;
  border-radius:20px 20px 6px 20px;
}
.col-photo--tr{
  width:150px;height:170px;
  top:0;right:0;
  border-radius:20px 20px 20px 6px;
}
.col-photo--center{
  width:180px;height:220px;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  border-radius:20px;
  z-index:2;
  box-shadow:0 20px 60px rgba(0,0,0,.18);
}
.col-photo--br{
  width:155px;height:175px;
  bottom:0;right:10px;
  border-radius:6px 20px 20px 20px;
}

/* Floating UI cards */
.col-card{
  position:absolute;
  background:var(--white);
  border-radius:14px;
  padding:12px 14px;
  box-shadow:0 8px 30px rgba(0,0,0,.12);
  display:flex;align-items:center;gap:10px;
  z-index:3;
  animation:floatIn .7s ease both;
  white-space:nowrap;
}
@keyframes floatIn{from{opacity:0;transform:scale(.8);}to{opacity:1;transform:scale(1);}}
.col-card strong{display:block;font-size:.83rem;font-weight:600;color:var(--black);}
.col-card span{font-size:.73rem;color:var(--gray-600);}

.col-card--a{
  bottom:180px;left:-20px;
  animation-delay:.7s;
}
.col-card--b{
  bottom:60px;left:-10px;
  flex-direction:column;align-items:flex-start;gap:4px;
  padding:14px 18px;
  animation-delay:.85s;
}
.col-card--c{
  top:110px;right:-20px;
  animation-delay:1s;
}

.col-card-ico{
  width:32px;height:32px;
  background:var(--green-bg);border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;color:var(--green-d);
}
.col-card-ico svg{width:16px;height:16px;}
.col-card-ico--dark{background:var(--black);color:var(--white);}

.col-stat-num{
  font-family:'Syne',sans-serif;font-size:1.5rem;font-weight:800;color:var(--green);line-height:1;
}
.col-stat-label{font-size:.75rem;color:var(--gray-600);}
.col-stat-bar{
  width:100%;height:4px;background:var(--gray-100);border-radius:2px;margin-top:6px;
}
.col-stat-fill{
  width:72%;height:100%;background:var(--green);border-radius:2px;
  animation:barGrow 1.5s 1.2s ease both;
  transform-origin:left;
}
@keyframes barGrow{from{transform:scaleX(0);}to{transform:scaleX(1);}}

/* Decorative curved arrows */
.col-arrow{
  position:absolute;pointer-events:none;z-index:1;
}
.col-arrow--1{width:80px;height:60px;top:140px;left:80px;}
.col-arrow--2{width:80px;height:60px;top:220px;right:80px;}

/* ═══════════════════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════════════════ */
.stats-bar{background:var(--black);padding:32px 24px;}
.stats-bar-inner{
  max-width:1200px;margin:0 auto;
  display:flex;align-items:center;justify-content:center;
  gap:0;flex-wrap:wrap;
}
.sb-item{flex:1;min-width:140px;text-align:center;padding:12px 20px;}
.sb-num{
  display:block;font-family:'Syne',sans-serif;
  font-size:1.9rem;font-weight:800;color:var(--green);line-height:1;
  margin-bottom:4px;
}
.sb-label{font-size:.75rem;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.08em;}
.sb-div{width:1px;height:40px;background:rgba(255,255,255,.1);flex-shrink:0;}

/* ═══════════════════════════════════════════════════════
   MARQUEE
═══════════════════════════════════════════════════════ */
.marquee-strip{background:var(--green);overflow:hidden;padding:14px 0;white-space:nowrap;}
.marquee-track{
  display:inline-flex;gap:2.5rem;
  animation:marquee 24s linear infinite;
}
.marquee-track span{
  font-family:'Syne',sans-serif;font-weight:700;
  font-size:.85rem;color:var(--black);
  text-transform:uppercase;letter-spacing:.05em;
}
.md{color:rgba(0,0,0,.3);}
@keyframes marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* ═══════════════════════════════════════════════════════
   WHY NORTH CYPRUS
═══════════════════════════════════════════════════════ */
.why-section{background:var(--gray-50);padding:100px 0;}
.split-head{
  display:grid;grid-template-columns:1fr 1fr;gap:3rem;
  align-items:end;margin-bottom:3.5rem;
}
.split-head h2{font-size:clamp(2rem,3.8vw,2.8rem);}
.split-sub{color:var(--gray-600);font-size:1rem;line-height:1.7;align-self:end;}

.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.why-card{
  background:var(--white);border:1px solid var(--gray-200);
  border-radius:var(--radius);padding:1.8rem;
  transition:var(--t);position:relative;overflow:hidden;
}
.why-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--green);}
.why-card--green{
  background:var(--green);border-color:var(--green);
  grid-column:span 2;
}
.why-card--green h3{color:var(--black);}
.why-card--green p{color:rgba(0,0,0,.65);}
.why-card--green .wc-num{color:rgba(0,0,0,.15);}
.why-card--green .wc-tag{background:var(--black);color:var(--white);}
.why-card--dark{background:var(--black);}
.why-card--dark h3{color:var(--white);}
.why-card--dark p{color:rgba(255,255,255,.55);}
.why-card--dark .wc-big-num{color:var(--green);}

.wc-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;}
.wc-num{font-family:'Syne',sans-serif;font-size:2.5rem;font-weight:800;color:var(--gray-100);line-height:1;}
.wc-tag{
  font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  background:var(--black);color:var(--green);
  padding:4px 10px;border-radius:50px;
}
.wc-icon{
  width:44px;height:44px;margin-bottom:1rem;
  background:var(--gray-100);border-radius:var(--radius-sm);
  display:flex;align-items:center;justify-content:center;
  color:var(--black);flex-shrink:0;
}
.wc-icon svg{width:22px;height:22px;}
.why-card h3{font-size:1rem;color:var(--black);margin-bottom:.5rem;}
.why-card p{font-size:.88rem;color:var(--gray-600);line-height:1.6;}
.wc-big-num{
  font-family:'Syne',sans-serif;font-size:4rem;font-weight:800;
  color:var(--black);line-height:1;margin-bottom:.5rem;
}

/* ═══════════════════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════════════════ */
.services-section{background:var(--white);padding:100px 0;}
.services-layout{
  display:grid;grid-template-columns:1fr 1.8fr;
  gap:6rem;align-items:start;
}
.services-left h2{font-size:clamp(2rem,3.5vw,2.6rem);margin-bottom:1rem;}
.services-left p{color:var(--gray-600);line-height:1.7;}
.svc-mini-stats{
  display:flex;gap:2rem;margin-top:2.5rem;
  padding-top:2rem;border-top:1px solid var(--gray-200);
}
.sms-n{
  display:block;font-family:'Syne',sans-serif;
  font-size:1.8rem;font-weight:800;color:var(--green);
}
.sms-l{font-size:.78rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.06em;}

.svc-card{
  display:flex;align-items:center;gap:1.2rem;
  padding:1.4rem 1.6rem;border-radius:var(--radius-sm);
  border:1px solid var(--gray-200);background:var(--white);
  margin-bottom:.75rem;transition:var(--t);cursor:default;
}
.svc-card:last-child{margin-bottom:0;}
.svc-card:hover{border-color:var(--green);box-shadow:var(--shadow-sm);transform:translateX(4px);}
.svc-card--green{background:var(--green);border-color:var(--green);}
.svc-card--green .svc-num{color:rgba(0,0,0,.2);}
.svc-card--green .svc-body h3{color:var(--black);}
.svc-card--green .svc-body p{color:rgba(0,0,0,.6);}
.svc-card--green .svc-arr{color:rgba(0,0,0,.3);}
.svc-num{
  font-family:'Syne',sans-serif;font-size:1.8rem;font-weight:800;
  color:var(--gray-200);flex-shrink:0;width:48px;line-height:1;transition:color .3s;
}
.svc-card:hover:not(.svc-card--green) .svc-num{color:var(--green);}
.svc-body{flex:1;}
.svc-body h3{font-size:.97rem;color:var(--black);margin-bottom:.25rem;}
.svc-body p{font-size:.85rem;color:var(--gray-600);}
.svc-arr{font-size:1.1rem;color:var(--gray-200);transition:var(--t);}
.svc-card:hover .svc-arr{color:var(--green);transform:translateX(4px);}

/* ═══════════════════════════════════════════════════════
   UNIVERSITIES
═══════════════════════════════════════════════════════ */
.unis-section{background:var(--gray-50);padding:100px 0;}
.unis-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(290px,1fr));
  gap:1.25rem;
}
.uni-card{
  background:var(--white);border:1px solid var(--gray-200);
  border-radius:var(--radius);overflow:hidden;
  display:flex;flex-direction:column;transition:var(--t);
}
.uni-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--green);}
.uni-logo-box{
  background:var(--gray-50);padding:2rem;
  display:flex;align-items:center;justify-content:center;
  min-height:110px;border-bottom:1px solid var(--gray-200);
}
.uni-logo-box img{max-height:70px;max-width:160px;object-fit:contain;margin:0 auto;}
.uni-ph{
  flex-direction:column;align-items:center;justify-content:center;
  text-align:center;gap:6px;
}
.uni-ph span{font-size:2.5rem;}
.uni-ph small{font-size:.72rem;color:var(--gray-400);}
.uni-body{padding:1.4rem;flex:1;}
.uni-body h3{font-size:1rem;color:var(--black);margin-bottom:.4rem;}
.uni-body p{font-size:.82rem;color:var(--gray-600);margin-bottom:1rem;}
.uni-badges{display:flex;gap:.4rem;flex-wrap:wrap;}
.ub{
  font-size:.68rem;font-weight:600;
  padding:3px 9px;border-radius:50px;
  background:var(--gray-100);color:var(--gray-600);
  text-transform:uppercase;letter-spacing:.04em;
}
.ub--green{background:var(--green-bg);color:var(--green-d);}
.uni-btn{
  display:block;text-align:center;
  background:var(--black);color:var(--white);
  font-family:'Syne',sans-serif;font-weight:700;font-size:.88rem;
  padding:13px;transition:var(--t);
}
.uni-btn:hover{background:var(--green);color:var(--black);}

.uni-card--more{
  background:transparent!important;
  border:2px dashed var(--gray-200)!important;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  text-align:center;padding:3rem 2rem;gap:1rem;cursor:default;
}
.uni-more-plus{
  width:52px;height:52px;background:var(--green-bg);
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:1.8rem;color:var(--green);font-weight:300;
}
.uni-card--more p{color:var(--gray-600);font-size:.9rem;}
.uni-card--more a{color:var(--green);font-weight:600;}

/* ═══════════════════════════════════════════════════════
   HOW TO APPLY
═══════════════════════════════════════════════════════ */
.steps-section{background:var(--white);padding:100px 0;}
.steps-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;
}
.step-card{
  background:var(--gray-50);border:1px solid var(--gray-200);
  border-radius:var(--radius);padding:2rem;
  position:relative;overflow:hidden;transition:var(--t);
}
.step-card:hover{border-color:var(--green);box-shadow:var(--shadow-md);transform:translateY(-4px);}
.step-card--green{background:var(--green);border-color:var(--green);}
.step-card--green .sc-num{color:rgba(0,0,0,.15);}
.step-card--green .sc-ico{background:rgba(0,0,0,.1);color:var(--black);}
.step-card--green h3{color:var(--black);}
.step-card--green p{color:rgba(0,0,0,.6);}

.sc-num{
  font-family:'Syne',sans-serif;font-size:2.5rem;font-weight:800;
  color:var(--gray-200);line-height:1;margin-bottom:1rem;
}
.sc-ico{
  width:46px;height:46px;background:var(--white);border-radius:var(--radius-sm);
  display:flex;align-items:center;justify-content:center;
  color:var(--black);margin-bottom:1rem;transition:var(--t);
  box-shadow:var(--shadow-sm);
}
.step-card:hover:not(.step-card--green) .sc-ico{background:var(--green);color:var(--black);}
.sc-ico svg{width:22px;height:22px;}
.step-card h3{font-size:1rem;color:var(--black);margin-bottom:.5rem;}
.step-card p{font-size:.87rem;color:var(--gray-600);}

/* ═══════════════════════════════════════════════════════
   FORM SECTION
═══════════════════════════════════════════════════════ */
.form-section{background:var(--gray-50);padding:100px 0;}
.form-layout{
  display:grid;grid-template-columns:1fr 1.5fr;
  gap:5rem;align-items:start;
}
.form-info h2{font-size:clamp(1.8rem,3.5vw,2.6rem);margin-bottom:1rem;}
.form-info p{color:var(--gray-600);line-height:1.7;}
.promise-list{display:flex;flex-direction:column;gap:.8rem;margin-top:1.5rem;}
.promise-list li{
  display:flex;align-items:center;gap:10px;
  color:var(--gray-800);font-size:.9rem;
}
.promise-list svg{width:15px;height:15px;color:var(--green);flex-shrink:0;}
.form-wa-box{
  margin-top:2rem;padding:1.5rem;
  background:var(--white);border:1px solid var(--gray-200);
  border-radius:var(--radius-sm);
}
.form-wa-box p{font-size:.85rem;color:var(--gray-600);margin-bottom:.75rem;}

.form-card{
  background:var(--white);border:1px solid var(--gray-200);
  border-radius:var(--radius);padding:2.5rem;
  box-shadow:var(--shadow-sm);
}
.form-card-title{font-size:1.2rem;margin-bottom:1.5rem;color:var(--black);}
.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;}
.fg{display:flex;flex-direction:column;gap:6px;margin-bottom:1rem;}
.fg label{
  font-size:.74rem;font-weight:600;letter-spacing:.06em;
  text-transform:uppercase;color:var(--gray-600);
}
.fg input,.fg select,.fg textarea{
  background:var(--gray-50);border:1.5px solid var(--gray-200);
  border-radius:var(--radius-sm);padding:12px 14px;
  color:var(--black);font-size:.9rem;outline:none;
  transition:var(--t);width:100%;
}
.fg input::placeholder,.fg textarea::placeholder{color:var(--gray-400);}
.fg input:focus,.fg select:focus,.fg textarea:focus{
  border-color:var(--green);background:var(--white);
  box-shadow:0 0 0 3px rgba(118,196,66,.12);
}
.fg textarea{resize:vertical;min-height:85px;}
.form-note{text-align:center;font-size:.75rem;color:var(--gray-400);margin-top:.75rem;}

/* ═══════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════ */
.testi-section{background:var(--white);padding:100px 0;}
.testi-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;
}
.testi-card{
  background:var(--gray-50);border:1px solid var(--gray-200);
  border-radius:var(--radius);padding:2rem;transition:var(--t);
}
.testi-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--green);}
.tc-stars{color:var(--green);font-size:1rem;margin-bottom:1rem;letter-spacing:2px;}
.testi-card p{
  font-size:.93rem;color:var(--gray-600);
  line-height:1.75;margin-bottom:1.5rem;
  font-style:italic;
}
.tc-author{display:flex;align-items:center;gap:12px;}
.tc-av{
  width:42px;height:42px;background:var(--black);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:'Syne',sans-serif;font-weight:700;font-size:1rem;
  color:var(--white);flex-shrink:0;
}
.tc-author strong{display:block;color:var(--black);font-size:.92rem;}
.tc-author span{font-size:.78rem;color:var(--gray-600);}

/* ═══════════════════════════════════════════════════════
   FAQ
═══════════════════════════════════════════════════════ */
.faq-section{background:var(--gray-50);padding:100px 0;}
.faq-layout{
  display:grid;grid-template-columns:1fr 1.8fr;gap:6rem;align-items:start;
}
.faq-left h2{font-size:clamp(2rem,3.5vw,2.6rem);}
.faq-left p{color:var(--gray-600);margin-top:1rem;font-size:.95rem;}

.faq-right{display:flex;flex-direction:column;gap:.75rem;}
.faq-item{
  background:var(--white);border:1px solid var(--gray-200);
  border-radius:var(--radius-sm);overflow:hidden;transition:border-color .3s;
}
.faq-item.open{border-color:var(--green);}
.faq-q{
  width:100%;text-align:left;padding:1.2rem 1.5rem;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  font-family:'Syne',sans-serif;font-size:.93rem;font-weight:600;
  color:var(--black);transition:color .3s;
}
.faq-item.open .faq-q{color:var(--green-d);}
.faq-chev{width:17px;height:17px;flex-shrink:0;transition:transform .4s cubic-bezier(.4,0,.2,1);}
.faq-item.open .faq-chev{transform:rotate(180deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1);}
.faq-a p{
  padding:0 1.5rem 1.2rem;
  font-size:.9rem;color:var(--gray-600);line-height:1.7;
}

/* ═══════════════════════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════════════════════ */
.cta-banner{background:var(--black);padding:80px 24px;}
.cta-inner{
  max-width:1200px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  gap:3rem;flex-wrap:wrap;
}
.cta-left h2{font-size:clamp(1.6rem,3vw,2.3rem);color:var(--white);}
.cta-left p{color:rgba(255,255,255,.55);margin-top:.5rem;font-size:.97rem;}
.cta-btns{display:flex;gap:1rem;flex-wrap:wrap;flex-shrink:0;}
.cta-btns .btn-black{background:var(--green);color:var(--black);}
.cta-btns .btn-black:hover{background:var(--green-l);}

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
.footer{background:var(--black);}
.footer-inner{
  max-width:1200px;margin:0 auto;padding:70px 24px;
  display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.footer-brand .nav-logo{margin-bottom:1rem;}
.footer-brand p{color:rgba(255,255,255,.4);font-size:.88rem;line-height:1.7;max-width:280px;margin:.75rem 0 1.5rem;}
.footer-socials{display:flex;gap:.6rem;}
.fs-link{
  width:36px;height:36px;background:rgba(255,255,255,.06);
  border-radius:8px;display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.4);transition:var(--t);
}
.fs-link svg{width:16px;height:16px;}
.fs-link:hover{background:rgba(118,196,66,.15);color:var(--green);}
.fs-wa:hover{background:rgba(37,211,102,.15)!important;color:#25d366!important;}

.footer-links h4,.footer-contact h4{
  font-size:.75rem;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:1.2rem;
}
.footer-links ul,.footer-contact ul{display:flex;flex-direction:column;gap:.65rem;}
.footer-links a{color:rgba(255,255,255,.4);font-size:.88rem;transition:color .3s;}
.footer-links a:hover{color:var(--green);}
.footer-contact li{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.4);font-size:.86rem;}
.footer-contact svg{width:14px;height:14px;flex-shrink:0;color:var(--green);}
.footer-contact a{color:rgba(255,255,255,.4);transition:color .3s;}
.footer-contact a:hover{color:var(--green);}

.footer-bottom{
  max-width:1200px;margin:0 auto;padding:22px 24px;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;
}
.footer-bottom p{color:rgba(255,255,255,.2);font-size:.8rem;}

/* ═══════════════════════════════════════════════════════
   FLOATING WHATSAPP
═══════════════════════════════════════════════════════ */
.wa-float{
  position:fixed;bottom:28px;right:28px;
  width:56px;height:56px;background:#25d366;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;box-shadow:0 6px 24px rgba(37,211,102,.4);
  z-index:999;transition:var(--t);
  animation:popIn .8s 1.5s both;
}
@keyframes popIn{from{opacity:0;transform:scale(.4);}to{opacity:1;transform:scale(1);}}
.wa-float svg{width:28px;height:28px;}
.wa-float:hover{transform:scale(1.1);}
.wa-tip{
  position:absolute;right:64px;
  background:var(--white);color:#111;
  font-size:.78rem;font-weight:600;
  padding:6px 12px;border-radius:8px;
  white-space:nowrap;box-shadow:var(--shadow-sm);
  opacity:0;pointer-events:none;transition:opacity .3s;
}
.wa-tip::after{
  content:'';position:absolute;left:100%;top:50%;transform:translateY(-50%);
  border:6px solid transparent;border-left-color:var(--white);
}
.wa-float:hover .wa-tip{opacity:1;}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════ */
@media(max-width:1024px){
  .hero-inner{grid-template-columns:1fr;gap:3rem;}
  .hero-right{max-width:500px;margin:0 auto;}
  .col-card--a{left:0;}
  .col-card--c{right:0;}
  .split-head{grid-template-columns:1fr;gap:1rem;}
  .why-grid{grid-template-columns:repeat(2,1fr);}
  .why-card--green{grid-column:span 2;}
  .services-layout{grid-template-columns:1fr;gap:3rem;}
  .form-layout{grid-template-columns:1fr;gap:3rem;}
  .faq-layout{grid-template-columns:1fr;gap:3rem;}
  .footer-inner{grid-template-columns:1fr 1fr;}
  .footer-brand{grid-column:1/-1;}
  .cta-inner{flex-direction:column;text-align:center;}
  .cta-btns{justify-content:center;}
}
@media(max-width:768px){
  .hamburger{display:flex;}
  .nav-links{
    position:fixed;top:0;right:-100%;height:100vh;
    width:min(280px,85vw);background:var(--white);
    flex-direction:column;align-items:flex-start;
    padding:80px 2rem 2rem;gap:0;
    transition:right .4s cubic-bezier(.4,0,.2,1);
    border-left:1px solid var(--gray-200);
    box-shadow:var(--shadow-lg);z-index:999;
  }
  .nav-links.open{right:0;}
  .nav-links li{width:100%;border-bottom:1px solid var(--gray-100);}
  .nav-links a{display:block;padding:.9rem 0;font-size:1rem;color:var(--black);}
  .nav-cta{margin-top:1rem;text-align:center;padding:11px 22px;}

  .steps-grid{grid-template-columns:1fr 1fr;}
  .footer-inner{grid-template-columns:1fr;gap:2rem;}
  .footer-bottom{flex-direction:column;text-align:center;}
  .stats-bar-inner{gap:1rem;}
  .sb-div{display:none;}
  .hero-proof{flex-wrap:wrap;}
}
@media(max-width:480px){
  .hero-h1{font-size:2.2rem;}
  .steps-grid{grid-template-columns:1fr;}
  .testi-grid{grid-template-columns:1fr;}
  .fg-row{grid-template-columns:1fr;}
  .unis-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .why-card--green{grid-column:span 1;}
  .trust-pills{gap:.4rem;}
  .hero-btns{flex-direction:column;}
  .col-card--a,.col-card--b,.col-card--c{display:none;}
  .collage-wrap{height:360px;}
  .col-photo--center{width:140px;height:170px;}
  .col-photo--tl,.col-photo--tr{width:120px;height:140px;}
  .col-photo--br{width:120px;height:140px;}
}
