:root{
  --ink:#241a3d;
  --purple-deep:#4b1e8a;
  --purple:#7c4fd6;
  --purple-light:#b79bf0;
  --lilac-bg:#efe8fc;
  --coral:#f26a5b;
  --coral-dark:#e0523f;
  --gold:#f0b93f;
  --blue:#3864FF;
  --paper:#ffffff;
  --muted:#6b6480;
  --radius:18px;
  font-size:16px;
}
*{box-sizing:border-box;}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
}
h1,h2,h3,h4{
  font-family:'Sora',sans-serif;
  margin:0 0 .5em;
  line-height:1.15;
}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 24px;}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.75rem;
  font-weight:600;
  color:var(--coral-dark);
}

/* Header */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid #eee2fb;
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 0;
}
.logo{font-family:'Sora',sans-serif; font-weight:800; font-size:1.4rem; color:var(--purple-deep); display:flex; align-items:center;}
.logo img{height:42px !important; width:auto !important;}
.logo span{color:var(--coral);}
nav.links{display:flex; gap:26px; font-weight:500; font-size:.92rem; flex-wrap:wrap;}
nav.links a:hover, nav.links a.active{color:var(--purple);}
.cta-btn{
  background:var(--coral);
  color:#fff;
  padding:11px 22px;
  border-radius:999px;
  font-weight:600;
  font-size:.92rem;
  white-space:nowrap;
  transition:transform .15s ease, background .15s ease;
  display:inline-block;
  border:none;
  cursor:pointer;
}
.cta-btn:hover{background:var(--coral-dark); transform:translateY(-1px);}

/* Page header banner (used on inner pages) */
.page-banner{
  background:linear-gradient(160deg,var(--lilac-bg) 0%, #fff 70%);
  padding:56px 0 44px;
  text-align:center;
}
.page-banner h1{font-size:clamp(1.9rem,4vw,2.6rem); color:var(--purple-deep);}
.page-banner p{color:var(--muted); max-width:56ch; margin:0 auto;}

/* Hero */
.hero{
  background:linear-gradient(160deg,var(--lilac-bg) 0%, #fff 60%);
  padding:76px 0 90px;
  overflow:hidden;
  position:relative;
}
.hero .wrap{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:48px;
  align-items:start;
  padding-top:8px;
}
.hero h1{font-size:clamp(2.2rem,4vw,3.3rem); color:var(--purple-deep);}
.hero p{color:var(--muted); font-size:1.08rem; max-width:46ch; margin-bottom:28px;}
.hero-art{
  position:relative;
  background:linear-gradient(155deg,var(--purple) 0%, var(--purple-deep) 100%);
  border-radius:28px;
  padding:34px;
  color:#fff;
  box-shadow:0 30px 60px -20px rgba(75,30,138,.45);
}
.hero-art .badge{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.14);
  padding:6px 14px; border-radius:999px;
  font-size:.8rem; font-weight:600; margin-bottom:18px;
}
.hero-art h3{font-size:1.4rem; margin-bottom:10px;}
.hero-art p{color:rgba(255,255,255,.82); font-size:.95rem; margin-bottom:0;}
.hero-img-wrap{
  max-width:540px; height:460px; margin-left:auto;
  border-radius:24px; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.hero-img-wrap img{width:100%; height:100%; object-fit:contain; display:block;}
@media(max-width:920px){
  .hero-img-wrap{margin:0 auto; max-width:380px; height:320px;}
}
.dot{width:8px;height:8px;border-radius:50%;background:var(--gold);}

/* Section generic */
section{padding:88px 0;}
.section-head{max-width:640px; margin:0 auto 48px; text-align:center;}
.section-head h2{font-size:clamp(1.7rem,3vw,2.3rem); color:var(--ink);}

/* Services grid */
.grid-services{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.service-card{
  border:1px solid #eee2fb;
  border-radius:var(--radius);
  padding:26px 22px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px -18px rgba(75,30,138,.35);
  border-color:var(--purple-light);
}
.service-icon{
  width:46px; height:46px; border-radius:12px;
  background:var(--lilac-bg);
  display:flex; align-items:center; justify-content:center;
  font-size:1.3rem; margin-bottom:14px;
}
.service-card h3{font-size:1.05rem; color:var(--ink); margin-bottom:8px;}
.service-card p{color:var(--muted); font-size:.9rem; margin:0;}

/* Blog */
.blog{background:var(--lilac-bg);}
.grid-blog{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.blog-card{
  background:#fff;
  border-radius:var(--radius);
  overflow:hidden;
  display:flex; flex-direction:column;
  box-shadow:0 12px 26px -20px rgba(75,30,138,.35);
}
.blog-thumb{
  height:150px;
  background:linear-gradient(135deg,var(--purple) 0%, var(--purple-deep) 100%);
  display:flex; align-items:center; justify-content:center;
  position:relative;
  overflow:hidden;
}
.blog-thumb::before{
  content:"";
  position:absolute; inset:0;
  background-image:radial-gradient(circle at 18px 18px, rgba(255,255,255,.13) 2px, transparent 2px);
  background-size:22px 22px;
}
.blog-thumb .icon-badge{
  position:relative;
  width:56px; height:56px; border-radius:16px;
  background:rgba(255,255,255,.16);
  display:flex; align-items:center; justify-content:center;
}
.blog-thumb svg{width:28px; height:28px; stroke:#fff; fill:none; stroke-width:1.6;}
.blog-card .content{padding:20px; display:flex; flex-direction:column; flex:1;}
.blog-card h3{font-size:1.02rem; margin-bottom:10px;}
.blog-card h3 a:hover{color:var(--purple);}
.blog-card p{color:var(--muted); font-size:.9rem; flex:1;}
.blog-card .meta{font-size:.8rem; color:var(--muted); margin-top:14px; padding-top:14px; border-top:1px solid #f1eafd;}
.read-more{color:var(--purple-deep); font-weight:600; font-size:.88rem;}
.blog-cta{text-align:center; margin-top:44px;}

/* Testimonials */
.testimonials{background:#fbf9fe;}
.testimonials .section-head h2{color:var(--ink);}
.grid-testi{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.testi-card{
  background:#fff;
  border:1px solid #ece3fa;
  border-radius:var(--radius);
  padding:30px 26px;
  box-shadow:0 16px 34px -26px rgba(75,30,138,.28);
  position:relative;
}
.testi-stars{color:var(--gold); font-size:.9rem; letter-spacing:2px; margin-bottom:14px;}
.testi-card p{color:var(--ink); font-size:.95rem; opacity:.85;}
.testi-who{display:flex; align-items:center; gap:12px; margin-top:20px; padding-top:18px; border-top:1px solid #f1eafd;}
.avatar{
  width:44px; height:44px; border-radius:50%;
  background:var(--gold);
  display:flex; align-items:center; justify-content:center;
  font-weight:700; color:var(--purple-deep); font-size:1rem;
}
.testi-who strong{display:block; font-size:.92rem;}
.testi-who span{font-size:.8rem; color:var(--muted);}

/* Why choose us */
.why .wrap{display:grid; grid-template-columns:.9fr 1.1fr; gap:56px; align-items:center;}
.why-art{
  background:var(--lilac-bg);
  border-radius:28px;
  padding:50px 30px;
  display:flex; align-items:center; justify-content:center;
}
.why-art .num{font-family:'Sora',sans-serif; font-size:3.4rem; font-weight:800; color:var(--purple);}
.why h2{font-size:clamp(1.7rem,3vw,2.3rem);}
.why p{color:var(--muted);}
.stats{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:32px;}
.stat b{display:block; font-family:'Sora',sans-serif; font-size:1.7rem; color:var(--purple-deep);}
.stat span{font-size:.82rem; color:var(--muted);}

/* Stats band (icon style) */
.stats-band{
  background:linear-gradient(180deg,#f8f7fc 0%, #eee8fb 100%);
  padding:56px 0;
  text-align:center;
}
.stats-band h2{font-size:clamp(1.4rem,2.6vw,1.8rem); color:var(--ink); margin-bottom:40px;}
.stats-icons{display:grid; grid-template-columns:repeat(4,1fr); gap:24px; max-width:900px; margin:0 auto;}
.stat-icon{
  width:78px; height:78px; border-radius:50%;
  border:2px solid var(--purple);
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 16px;
  font-size:1.8rem; color:var(--purple);
}
.stat-icon-item b{
  display:block; font-family:'Sora',sans-serif; font-size:1.7rem;
  color:var(--coral); margin-bottom:4px;
}
.stat-icon-item span{font-size:.9rem; color:var(--ink); font-weight:600;}
@media(max-width:700px){ .stats-icons{grid-template-columns:repeat(2,1fr); gap:32px;} }

/* CTA band */
.cta-band{
  background:var(--coral);
  color:#fff;
  text-align:center;
}
.cta-band h2{font-size:clamp(1.5rem,3vw,2rem); margin-bottom:14px;}
.cta-band p{max-width:50ch; margin:0 auto 26px; color:rgba(255,255,255,.9);}
.cta-band .cta-btn{background:#fff; color:var(--coral-dark);}
.cta-band .cta-btn:hover{background:#f4f4f4;}

/* Footer v2 */
.footer-v2{background:var(--purple-deep); color:#fff; padding-top:50px;}
.footer-top{padding-bottom:34px;}
.footer-top img{height:52px; filter:brightness(0) invert(1);}
.footer-links{
  display:grid; grid-template-columns:1.3fr 1fr 3fr; gap:40px;
  padding-bottom:40px;
}
.footer-links h4{color:var(--gold); font-size:1.05rem; margin-bottom:16px;}
.footer-links ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; font-size:.92rem;}
.footer-links ul a{color:rgba(255,255,255,.85); white-space:nowrap;}
.footer-links ul a:hover{color:#fff;}
.global-locations li{display:flex; gap:8px; align-items:flex-start; color:rgba(255,255,255,.85); font-size:.92rem;}
.subjects-footer-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.subjects-footer-grid div{display:flex; flex-direction:column; gap:10px; font-size:.92rem; color:rgba(255,255,255,.85);}
.subjects-footer-grid span{white-space:nowrap;}

.footer-payments{background:#eef0fb; padding:26px 0; text-align:center;}
.footer-payments img{max-width:520px; width:100%; margin:0 auto;}

.footer-bottom-v2{
  background:#eef0fb; padding:20px 0 30px;
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px;
}
.footer-bottom-v2 span{color:var(--coral-dark); font-weight:600; font-size:.9rem;}
.social-circles{display:flex; gap:12px;}
.social-circles a{
  width:38px; height:38px; border-radius:50%;
  background:#fff; border:1px solid #e2d9f7;
  display:flex; align-items:center; justify-content:center;
  color:var(--purple-deep);
}
.social-circles svg{width:17px; height:17px; fill:currentColor;}

@media(max-width:920px){
  .footer-links{grid-template-columns:1fr 1fr;}
  .subjects-footer-grid{grid-template-columns:repeat(2,1fr); grid-column:1/-1;}
  .footer-links ul a, .subjects-footer-grid span{white-space:normal;}
}
@media(max-width:600px){
  .footer-links{grid-template-columns:1fr;}
  .subjects-footer-grid{grid-template-columns:repeat(2,1fr);}
}

/* Whatsapp float */
.wa-float{
  position:fixed; bottom:22px; left:22px; z-index:60;
  width:56px; height:56px; border-radius:50%;
  background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem;
  box-shadow:0 10px 24px -8px rgba(0,0,0,.35);
}

/* Forms */
.form-card{
  background:#fff;
  border:1px solid #eee2fb;
  border-radius:var(--radius);
  padding:36px;
  max-width:640px;
  margin:0 auto;
  box-shadow:0 18px 40px -26px rgba(75,30,138,.35);
}
.field{margin-bottom:18px;}
.field label{display:block; font-weight:600; font-size:.88rem; margin-bottom:6px;}
.field input, .field select, .field textarea{
  width:100%;
  padding:11px 14px;
  border:1px solid #e2d9f7;
  border-radius:10px;
  font-family:inherit;
  font-size:.95rem;
  background:#fbf9fe;
}
.field textarea{min-height:110px; resize:vertical;}
.field input:focus, .field select:focus, .field textarea:focus{
  outline:2px solid var(--purple-light);
  outline-offset:1px;
}

/* Contact page */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:36px;}
.contact-grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:820px; margin:0 auto;}
@media(max-width:700px){ .contact-grid-3{grid-template-columns:1fr;} }
.contact-card{
  background:var(--lilac-bg);
  border-radius:var(--radius);
  padding:28px;
}
.contact-card h3{font-size:1rem; margin-bottom:6px;}
.contact-card p{color:var(--muted); margin:0 0 20px;}

/* FAQ */
.faq-item{border-bottom:1px solid #eee2fb; padding:20px 0;}
.faq-item summary{
  font-weight:700; cursor:pointer; font-size:1rem;
  list-style:none; display:flex; justify-content:space-between; align-items:center;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+"; font-size:1.3rem; color:var(--purple); font-weight:400;}
.faq-item[open] summary::after{content:"−";}
.faq-item p{color:var(--muted); margin-top:12px; margin-bottom:0;}

/* Samples grid */
.grid-samples{display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
.sample-card{
  border:1px solid #eee2fb; border-radius:14px; padding:18px;
  text-align:center; transition:transform .15s ease, box-shadow .15s ease;
}
.sample-card:hover{transform:translateY(-3px); box-shadow:0 14px 28px -18px rgba(75,30,138,.35);}
.sample-icon{
  width:100%; height:110px; border-radius:10px;
  background:var(--lilac-bg);
  display:flex; align-items:center; justify-content:center;
  font-size:2rem; margin-bottom:12px; color:var(--purple);
}
.sample-card span{font-size:.85rem; font-weight:600;}

/* Blog post article */
.post-body{max-width:760px; margin:0 auto;}
.post-body h2{margin-top:1.6em; color:var(--purple-deep); font-size:1.4rem;}
.post-body p{color:var(--ink); margin-bottom:1.2em;}
.post-meta{color:var(--muted); font-size:.9rem; margin-bottom:2em;}
.post-back{display:inline-block; margin-bottom:24px; color:var(--purple); font-weight:600; font-size:.9rem;}

.menu-toggle{display:none; background:none; border:none; font-size:1.7rem; line-height:1; color:var(--purple-deep); cursor:pointer; padding:4px 6px;}
@media(max-width:920px){
  .nav{position:relative; flex-wrap:wrap;}
  .menu-toggle{display:block; order:2;}
  .cta-btn.nav-hire{display:none;}
  nav.links{
    display:none;
    width:100%;
    order:4;
    flex-direction:column;
    gap:0;
    background:#fff;
    border-top:1px solid #eee2fb;
    margin-top:16px;
  }
  nav.links.open{display:flex;}
  nav.links a{padding:13px 4px; border-bottom:1px solid #f5f0fc; width:100%;}
  .hero .wrap{grid-template-columns:1fr;}
  .grid-services{grid-template-columns:repeat(2,1fr);}
  .grid-blog{grid-template-columns:repeat(2,1fr);}
  .grid-testi{grid-template-columns:1fr;}
  .why .wrap{grid-template-columns:1fr;}
  .foot-grid{grid-template-columns:1fr 1fr;}
  .stats{grid-template-columns:repeat(2,1fr);}
  .contact-grid{grid-template-columns:1fr;}
  .grid-samples{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:520px){
  .grid-services{grid-template-columns:1fr;}
  .grid-blog{grid-template-columns:1fr;}
  .foot-grid{grid-template-columns:1fr;}
  .grid-samples{grid-template-columns:1fr;}
}
