/* =========================================================
   KALYAN INSURANCE — Theme v7 "Best Deal"
   Bold royal blue + orange, rounded & punchy, deal-marketplace energy
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --brand:      #1D4ED8;
  --brand-dark: #142E82;
  --brand-lt:   #3B7CFB;
  --accent:     #F9740A;
  --accent-dk:  #DE5D00;
  --accent-lt:  #FFA94D;
  --whatsapp:   #25D366;
  --bg:         #F5F8FF;
  --mist:       #EAF0FF;
  --card:       #FFFFFF;
  --text:       #10192E;
  --muted:      #5C6478;
  --line:       #E1E8FA;
  --radius:     18px;
  --shadow-sm:  0 3px 14px rgba(29,78,216,0.09);
  --shadow-md:  0 14px 34px rgba(29,78,216,0.16);
  --shadow-lg:  0 22px 48px rgba(29,78,216,0.24);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:'Inter', -apple-system, sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{ font-family:'Poppins', sans-serif; color:var(--text); margin:0 0 .5em; line-height:1.15; letter-spacing:-0.01em; font-weight:800; }
p{ margin:0 0 1em; color:var(--muted); }
.wrap{ max-width:1200px; margin:0 auto; padding:0 24px; }

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}
:focus-visible{ outline:2px solid var(--accent); outline-offset:3px; border-radius:6px; }

/* ---------------- Header ---------------- */
.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(255,255,255,0.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.site-header .wrap{ display:flex; align-items:center; gap:24px; height:80px; }
.brand{ display:flex; align-items:center; gap:12px; margin-right:auto; }
.logo-circle{
  width:46px; height:46px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(150deg, var(--brand), var(--brand-dark));
  color:#fff;
  font-family:'Poppins', sans-serif; font-weight:800; font-size:15px;
  box-shadow:var(--shadow-sm);
  transition:transform .25s ease;
}
.brand:hover .logo-circle{ transform:scale(1.06) rotate(-4deg); }
.logo-circle img{ width:100%; height:100%; object-fit:cover; border-radius:14px; }
.brand-name{
  font-family:'Poppins', sans-serif; font-weight:800; font-size:16.5px;
  color:var(--text); display:flex; flex-direction:column; line-height:1.3;
}
.brand-name span{
  font-family:'Inter', sans-serif; font-weight:600; font-size:9.5px; letter-spacing:.08em;
  color:var(--brand); text-transform:uppercase;
}

nav{ display:flex; gap:2px; }
nav a{
  font-size:14.5px; font-weight:600; color:var(--text); padding:9px 15px; border-radius:999px;
  transition:background .2s ease, color .2s ease;
}
nav a:hover{ background:var(--mist); color:var(--brand); }

.header-cta{
  background:var(--whatsapp); color:#fff; font-weight:700; font-size:14px;
  padding:11px 22px; border-radius:999px;
  box-shadow:0 8px 20px rgba(37,211,102,0.35);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta:hover{ background:#1FB855; transform:translateY(-2px); box-shadow:0 12px 26px rgba(37,211,102,0.45); }
.mobile-toggle{ display:none; background:none; border:none; font-size:22px; color:var(--text); cursor:pointer; }

@media (max-width:900px){
  nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    flex-direction:column;
    gap:2px;
    background:#fff;
    border-bottom:1px solid var(--line);
    box-shadow:var(--shadow-md);
    padding:10px 16px 16px;
  }
  nav.nav-open{ display:flex; }
  nav a{
    padding:13px 15px;
    border-radius:12px;
    border-bottom:1px solid var(--line);
  }
  nav a:last-child{ border-bottom:none; }
  .site-header .wrap{ position:relative; }
  .mobile-toggle{ display:block; }
  .mobile-toggle.active{ color:var(--accent); }
}

/* ---------------- Hero ---------------- */
.hero{
  background:linear-gradient(160deg, var(--brand-dark) 0%, var(--brand) 60%, var(--brand-lt) 100%);
  color:#fff;
  padding:88px 0 110px;
  position:relative; overflow:hidden;
}
.hero::before{
  content:''; position:absolute; inset:0;
  background:
    radial-gradient(circle at 90% 10%, rgba(249,116,10,0.28), transparent 45%),
    radial-gradient(circle at 4% 88%, rgba(255,255,255,0.12), transparent 50%);
  pointer-events:none;
}
.hero .wrap{ position:relative; display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:13px; letter-spacing:.02em;
  color:#fff; font-weight:700; margin-bottom:16px;
  background:var(--accent);
  padding:8px 16px; border-radius:999px;
  box-shadow:0 6px 16px rgba(249,116,10,0.4);
}
.eyebrow::before{ content:'⚡'; font-size:12px; }

.hero h1{
  font-size:clamp(32px, 4.4vw, 50px); color:#fff;
  animation:rise .7s cubic-bezier(.2,.8,.2,1) both;
}
.hero h1 em{ font-style:normal; color:var(--accent-lt); }
.hero > .wrap > div:first-child > p{
  color:#D7E2FF; font-size:16.5px; max-width:460px;
  animation:rise .7s cubic-bezier(.2,.8,.2,1) .1s both;
}
.hero-actions{ display:flex; gap:14px; flex-wrap:wrap; animation:rise .7s cubic-bezier(.2,.8,.2,1) .2s both; }
@keyframes rise{ from{ opacity:0; transform:translateY(18px); } to{ opacity:1; transform:translateY(0); } }

.btn-primary, .btn-outline{
  display:inline-flex; align-items:center; justify-content:center;
  font-weight:700; font-size:15px; padding:15px 28px; border-radius:999px;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn-primary{
  background:var(--accent); color:#fff; box-shadow:0 12px 26px rgba(249,116,10,0.4);
}
.btn-primary:hover{ background:var(--accent-dk); transform:translateY(-3px) scale(1.02); box-shadow:0 16px 34px rgba(249,116,10,0.5); }
.btn-outline{ background:rgba(255,255,255,0.12); color:#fff; border:1.5px solid rgba(255,255,255,0.4); }
.btn-outline:hover{ background:rgba(255,255,255,0.22); border-color:#fff; transform:translateY(-3px); }

/* Fanned discount cards — signature element: colourful sticker-style deal cards */
.rings{ position:relative; height:380px; }

.ring{
  position:absolute; top:50%; left:50%; width:166px; height:184px;
  border-radius:20px; background:#fff; box-shadow:var(--shadow-lg);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;
  transform-origin:center bottom;
  animation:deal .65s cubic-bezier(.2,.8,.2,1) both, sway 5s ease-in-out infinite;
  transition:transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, z-index 0s;
  cursor:default;
}
.ring::before{
  content:'SAVE BIG'; position:absolute; top:12px; right:-30px; width:120px; text-align:center;
  background:var(--accent); color:#fff; font-family:'Poppins',sans-serif; font-size:9.5px; font-weight:800; letter-spacing:.04em;
  padding:4px 0; transform:rotate(45deg); box-shadow:0 2px 6px rgba(0,0,0,0.15);
}
.ring:hover{ z-index:10; box-shadow:0 30px 56px rgba(29,78,216,0.32); }
.ring-icon{
  width:52px; height:52px; border-radius:15px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(150deg, var(--brand), var(--brand-lt));
  color:#fff; box-shadow:0 8px 18px rgba(29,78,216,0.28);
}
.ring-icon svg{ width:24px; height:24px; }
.ring-motor .ring-icon{ background:linear-gradient(150deg, var(--accent), var(--accent-dk)); box-shadow:0 8px 18px rgba(249,116,10,0.28); }
.ring-label{ font-family:'Poppins', sans-serif; font-size:13.5px; font-weight:800; color:var(--brand-dark); }

.ring-health{
  margin-left:-218px; margin-top:-92px;
  background:linear-gradient(165deg, #fff, var(--mist));
  animation-delay:0s, .3s;
  --settle:-10deg; --tx:-114px; --ty:-6px;
}
.ring-life{
  margin-left:-83px; margin-top:-100px; z-index:3;
  animation-delay:.12s, .5s;
  --settle:0deg; --tx:0px; --ty:-16px;
}
.ring-motor{
  margin-left:60px; margin-top:-92px;
  background:linear-gradient(165deg, #fff, #FFF0E0);
  animation-delay:.24s, .7s;
  --settle:10deg; --tx:114px; --ty:-6px;
}

@keyframes deal{
  0%{ opacity:0; transform:translate(0, 90px) rotate(0deg) scale(.85); }
  100%{ opacity:1; transform:translate(var(--tx), var(--ty)) rotate(var(--settle)) scale(1); }
}
@keyframes sway{
  0%,100%{ transform:translate(var(--tx), var(--ty)) rotate(var(--settle)); }
  50%{ transform:translate(var(--tx), calc(var(--ty) - 8px)) rotate(calc(var(--settle) * 0.6)); }
}
.ring:hover{ transform:translate(var(--tx), calc(var(--ty) - 16px)) rotate(0deg) scale(1.08) !important; animation-play-state:paused; }

@media (max-width:960px){
  .hero .wrap{ grid-template-columns:1fr; }
  .rings{ height:270px; }
  .ring{ width:126px; height:140px; }
  .ring-health{ margin-left:-150px; margin-top:-70px; --tx:-80px; }
  .ring-life{ margin-left:-56px; margin-top:-78px; }
  .ring-motor{ margin-left:38px; margin-top:-70px; --tx:80px; }
}

/* ---------------- Stats band ---------------- */
.stats-band{ background:var(--brand-dark); padding:42px 0; }
.stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; }
.stat-number{
  font-family:'Poppins', sans-serif; font-weight:800; font-size:clamp(24px,3vw,32px);
  color:var(--accent-lt); margin-bottom:4px;
}
.stat-label{ font-size:12.5px; color:rgba(255,255,255,0.78); letter-spacing:.02em; }

/* ---------------- Section shell ---------------- */
.section{ padding:88px 0; }
.section-head{ max-width:600px; margin:0 auto 44px; text-align:center; }
.section-head .eyebrow{ justify-content:center; color:var(--brand); background:var(--mist); box-shadow:none; }
.section-head .eyebrow::before{ content:''; }
.section-head h2{ font-size:clamp(26px,3.2vw,36px); }
.section-head p{ font-size:15.5px; }
.why-us-section{ background:var(--mist); }

@supports (animation-timeline: view()){
  .why-us-card, .service-card, .step-card, .testimonial-card, .partner-badge{
    animation:reveal-up linear both;
    animation-timeline:view();
    animation-range:entry 0% cover 32%;
  }
}
@keyframes reveal-up{ from{ opacity:0; transform:translateY(24px); } to{ opacity:1; transform:translateY(0); } }

/* ---------------- Pricing ---------------- */
.pricing-section{ background:var(--bg); }
.pricing-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:stretch; }
.pricing-card{
  position:relative; background:var(--card); border:2px solid var(--line); border-radius:var(--radius);
  padding:32px 26px 26px; display:flex; flex-direction:column; gap:14px; overflow:hidden;
  transition:transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
}
.pricing-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); border-color:var(--brand-lt); }
.pricing-card.featured{
  background:linear-gradient(165deg, var(--brand) 0%, var(--brand-dark) 100%); color:#fff;
  transform:scale(1.04); box-shadow:var(--shadow-lg); border-color:transparent;
}
.pricing-card.featured:hover{ transform:scale(1.04) translateY(-6px); }
.pricing-card.featured h3, .pricing-card.featured .price-amount, .pricing-card.featured .pricing-sub{ color:#fff; }
.pricing-card.featured .pricing-features li{ color:#D7E2FF; }
.pricing-card.featured .pricing-features li::before{ color:var(--accent-lt); }
.pricing-icon{
  width:52px; height:52px; border-radius:14px; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(150deg, var(--brand), var(--brand-lt)); color:#fff;
  box-shadow:0 6px 16px rgba(29,78,216,0.24);
}
.pricing-card.featured .pricing-icon{ background:rgba(255,255,255,0.16); box-shadow:none; }
.pricing-badge{
  position:absolute; top:0; right:0;
  font-size:11px; font-weight:800; letter-spacing:.02em;
  background:var(--accent); color:#fff; padding:8px 18px 8px 14px; border-radius:0 0 0 14px;
}
.pricing-card.featured .pricing-badge{ background:var(--accent-lt); color:var(--brand-dark); }
.pricing-card h3{ font-size:19px; margin-bottom:0; }
.pricing-sub{ font-size:13.5px; color:var(--muted); margin:0; }
.price-tag{ display:flex; align-items:baseline; gap:8px; margin:6px 0; }
.price-from{ font-size:11.5px; color:var(--muted); text-transform:uppercase; letter-spacing:.03em; font-weight:600; }
.price-amount{ font-family:'Poppins', sans-serif; font-weight:800; font-size:30px; color:var(--brand-dark); }
.price-amount small{ font-size:13px; font-weight:600; color:var(--muted); }
.pricing-card.featured .price-amount small{ color:#C8D6FF; }
.pricing-features{ list-style:none; margin:0 0 8px; padding:0; display:flex; flex-direction:column; gap:9px; }
.pricing-features li{
  font-size:13.5px; color:var(--muted); padding-left:24px; position:relative;
}
.pricing-features li::before{ content:'✓'; position:absolute; left:0; color:var(--accent); font-weight:800; }
.pricing-cta{ margin-top:auto; width:100%; }

/* ---------------- Quick Quote ---------------- */
.quote-section{ padding-top:0; }
.quote-card{
  background:linear-gradient(120deg, var(--brand) 0%, var(--brand-dark) 100%); color:#fff;
  border-radius:26px; padding:52px; display:grid; grid-template-columns:.85fr 1.15fr; gap:44px; align-items:center;
  position:relative; overflow:hidden;
}
.quote-card::before{
  content:''; position:absolute; left:-60px; bottom:-60px; width:220px; height:220px; border-radius:50%;
  background:radial-gradient(circle, rgba(249,116,10,0.32), transparent 70%);
}
.quote-intro{ position:relative; }
.quote-intro .eyebrow{ background:var(--accent); }
.quote-intro h2{ color:#fff; font-size:27px; margin:0 0 10px; }
.quote-intro p{ color:#D7E2FF; margin:0; }
.quote-form{ position:relative; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.2); backdrop-filter:blur(6px); }
.quote-form input, .quote-form select{
  background:rgba(255,255,255,0.96); border-color:transparent;
}
.quote-form button{ width:100%; background:var(--accent); box-shadow:0 12px 26px rgba(249,116,10,0.4); }
.quote-form button:hover{ background:var(--accent-dk); }
.quote-note{ text-align:center; font-size:12px; color:#C8D6FF; margin:0; }

@media (max-width:900px){
  .quote-card{ grid-template-columns:1fr; padding:34px 26px; }
  .pricing-grid{ grid-template-columns:1fr; }
  .pricing-card.featured{ transform:none; }
  .pricing-card.featured:hover{ transform:translateY(-6px); }
}

/* ---------------- Instagram ---------------- */
.instagram-section{ padding:64px 0; background:var(--mist); }
.instagram-card{
  display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap;
  background:var(--card); border-radius:26px; padding:44px 46px; box-shadow:var(--shadow-sm);
}
.instagram-info .eyebrow{ margin-bottom:12px; }
.instagram-info h2{ font-size:25px; margin-bottom:4px; }
.instagram-handle{ color:var(--accent); font-weight:700; margin-bottom:10px !important; }
.instagram-tags{ display:flex; flex-direction:column; gap:10px; }
.instagram-tags span{
  font-size:12px; font-weight:700; color:var(--brand);
  background:var(--mist); padding:8px 16px; border-radius:999px; text-align:center;
}
@media (max-width:700px){ .instagram-card{ flex-direction:column; text-align:center; } .instagram-tags{ flex-direction:row; flex-wrap:wrap; justify-content:center; } }

/* ---------------- Why us ---------------- */
.why-us-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.why-us-card{
  display:flex; gap:16px; align-items:flex-start;
  background:var(--card); border:2px solid var(--line); border-radius:var(--radius);
  padding:26px; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.why-us-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-md); border-color:var(--brand-lt); }
.why-us-icon{
  flex:none; width:50px; height:50px; border-radius:16px;
  background:linear-gradient(150deg, var(--brand), var(--brand-lt)); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:21px;
  transition:transform .3s ease;
}
.why-us-card:hover .why-us-icon{ transform:rotate(8deg) scale(1.08); }
.why-us-card h3{ font-size:17px; margin-bottom:6px; }
.why-us-card p{ font-size:14px; margin:0; }

/* ---------------- Services ---------------- */
.services-grid{ display:grid; grid-template-columns:repeat(auto-fit, minmax(230px,1fr)); gap:18px; }
.service-card{
  background:var(--card); border:1px solid var(--line); border-radius:16px;
  padding:24px 22px; position:relative; overflow:hidden;
  box-shadow:0 8px 20px rgba(16,25,46,0.06);
  transition:transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover{ transform:translateY(-4px); box-shadow:0 16px 30px rgba(16,25,46,0.1); border-color:var(--brand-lt); }
.service-card.is-highlight{ border-color:var(--accent-lt); background:linear-gradient(180deg, #FFF8F0, #FFFFFF); }
.service-icon{
  width:48px; height:48px; border-radius:14px; margin-bottom:16px;
  display:flex; align-items:center; justify-content:center; font-size:22px;
  background:var(--mist);
}
.service-card h3{ font-size:17px; margin-bottom:6px; }
.service-card p{ font-size:14px; margin:0; color:var(--muted); }
.service-card p a{ color:var(--brand); font-weight:700; text-decoration:underline; text-underline-offset:3px; }

/* ---------------- How it works ---------------- */
.steps-grid{ counter-reset:step; display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.step-card{ position:relative; padding:14px 6px 0; }
.step-card::before{
  counter-increment:step; content:counter(step,decimal-leading-zero);
  font-family:'Poppins', sans-serif; font-weight:800; font-size:42px;
  color:var(--mist); -webkit-text-stroke:1.5px var(--brand-lt);
  display:block; margin-bottom:6px; transition:color .3s ease;
}
.step-card:hover::before{ color:var(--accent-lt); -webkit-text-stroke:1.5px var(--accent); }
.step-card h3{ font-size:16.5px; margin-bottom:6px; }
.step-card p{ font-size:14px; margin:0; }

/* ---------------- Testimonials ---------------- */
.testimonials-section{ background:var(--brand-dark); }
.testimonials-section .section-head h2{ color:#fff; }
.testimonials-section .section-head p{ color:#C8D6FF; }
.testimonials-section .section-head .eyebrow{ background:var(--accent); color:#fff; }
.testimonials-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.testimonial-card{
  background:var(--card); border-radius:20px; padding:30px 24px 24px;
  position:relative; box-shadow:var(--shadow-lg);
  transition:transform .3s ease;
}
.testimonial-card:nth-child(1){ transform:rotate(-1.6deg); }
.testimonial-card:nth-child(2){ transform:rotate(1deg); }
.testimonial-card:nth-child(3){ transform:rotate(-.8deg); }
.testimonial-card:hover{ transform:rotate(0deg) translateY(-6px) scale(1.02); }
.testimonial-quote{ font-family:'Poppins',sans-serif; font-size:40px; color:var(--mist); line-height:1; position:absolute; top:20px; right:20px; }
.testimonial-stars{ color:var(--accent); font-size:14px; margin-bottom:10px; letter-spacing:2px; }
.testimonial-card .text{ font-size:14.5px; color:var(--text); margin-bottom:18px; }
.testimonial-person{ display:flex; align-items:center; gap:12px; }
.testimonial-avatar{
  width:40px; height:40px; border-radius:14px; flex:none;
  background:linear-gradient(150deg, var(--brand), var(--accent));
  color:#fff; display:flex; align-items:center; justify-content:center;
  font-family:'Poppins',sans-serif; font-weight:800;
}
.testimonial-person strong{ display:block; font-size:14px; color:var(--text); }
.testimonial-person span{ font-size:12.5px; color:var(--muted); }

/* ---------------- FAQ ---------------- */
.faq-list{ counter-reset:faq; max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:14px; }
.faq-item{
  counter-increment:faq;
  position:relative;
  background:var(--card); border:2px solid var(--line); border-radius:18px; overflow:hidden;
  transition:border-color .25s ease, box-shadow .3s ease, transform .25s ease;
}
.faq-item::after{
  content:''; position:absolute; left:0; top:0; bottom:0; width:4px;
  background:linear-gradient(180deg, var(--brand), var(--accent));
  transform:scaleY(0); transform-origin:top; transition:transform .3s ease;
}
.faq-item:hover{ transform:translateX(2px); box-shadow:var(--shadow-sm); border-color:var(--line); }
.faq-item:hover::after{ transform:scaleY(1); }
.faq-item.open{ border-color:var(--brand-lt); box-shadow:var(--shadow-md); }
.faq-item.open::after{ transform:scaleY(1); }

.faq-question{
  display:flex; align-items:center; gap:20px; padding:22px 26px 22px 24px; cursor:pointer;
}
.faq-question::before{
  counter-increment:none;
  content:counter(faq, decimal-leading-zero);
  flex:none; width:44px; height:44px; border-radius:13px;
  background:linear-gradient(150deg, var(--brand), var(--brand-lt));
  color:#fff; box-shadow:0 8px 18px rgba(29,78,216,0.26);
  display:flex; align-items:center; justify-content:center;
  font-family:'Poppins', sans-serif; font-weight:800; font-size:14.5px;
  transition:background .3s ease, box-shadow .3s ease;
}
.faq-item.open .faq-question::before{
  background:linear-gradient(150deg, var(--accent), var(--accent-dk));
  box-shadow:0 8px 18px rgba(249,116,10,0.3);
}
.faq-question h4{ flex:1; margin:0; font-size:16px; font-family:'Poppins',sans-serif; font-weight:700; color:var(--text); }
.faq-icon{
  flex:none; width:32px; height:32px; border-radius:10px; background:var(--mist); color:var(--brand);
  display:flex; align-items:center; justify-content:center; font-size:17px; font-weight:700;
  transition:transform .3s ease, background .3s ease, color .3s ease;
}
.faq-item.open .faq-icon{ transform:rotate(135deg); background:var(--accent); color:#fff; }
.faq-answer{ max-height:0; opacity:0; overflow:hidden; padding:0 26px 0 88px; transition:max-height .35s ease, opacity .3s ease, padding .35s ease; }
.faq-item.open .faq-answer{ max-height:400px; opacity:1; padding:0 26px 24px 88px; }
.faq-answer p{ margin:0; font-size:14.5px; line-height:1.7; }

@media (max-width:600px){
  .faq-question{ gap:14px; padding:18px 18px 18px 16px; }
  .faq-question::before{ width:36px; height:36px; font-size:12.5px; border-radius:11px; }
  .faq-answer{ padding-left:16px; padding-right:18px; }
  .faq-item.open .faq-answer{ padding-left:16px; padding-right:18px; }
}

/* ---------------- Partners ---------------- */
.partners-section{ padding:60px 0; background:var(--mist); }
.partners-head{ text-align:center; margin-bottom:30px; }
.partners-grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:14px; }
.partner-badge{
  font-size:12.5px; font-weight:700; color:var(--brand-dark);
  border:2px solid var(--line); border-radius:999px; padding:10px 20px; background:var(--card);
  opacity:.85;
  transition:transform .25s ease, opacity .25s ease, border-color .25s ease;
}
.partner-badge:hover{ opacity:1; transform:translateY(-3px); border-color:var(--brand-lt); }

/* ---------------- Tool band ---------------- */
.tool-band{
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
  background:linear-gradient(120deg, var(--accent) 0%, var(--accent-dk) 100%);
  color:#fff; border-radius:26px; padding:44px 46px; position:relative; overflow:hidden;
}
.tool-band::before{
  content:''; position:absolute; right:-40px; top:-40px; width:180px; height:180px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,0.2), transparent 70%);
}
.tool-band h2{ color:#fff; font-size:25px; margin-bottom:8px; }
.tool-band p{ color:#FFE3C2; margin:0; max-width:480px; }
.tool-band .btn-primary{ background:#fff; color:var(--accent-dk); box-shadow:0 10px 24px rgba(0,0,0,0.18); }
.tool-band .btn-primary:hover{ background:#FFF3E8; }

/* ---------------- Contact / Complaint ---------------- */
.contact-layout{ display:grid; grid-template-columns:.8fr 1.2fr; gap:40px; }
.contact-layout.single{ grid-template-columns:1fr; }
.contact-info-col{ display:flex; flex-direction:column; gap:18px; }
.contact-item{ display:flex; gap:14px; align-items:flex-start; }
.contact-item .ico{
  flex:none; width:44px; height:44px; border-radius:14px; background:var(--mist); color:var(--brand);
  display:flex; align-items:center; justify-content:center; font-size:18px;
}
.contact-item strong{ display:block; font-size:14.5px; color:var(--text); }
.contact-item span{ font-size:12.5px; color:var(--muted); }

.contact-form-col.wide{ max-width:640px; margin:0 auto; width:100%; }
.site-form{ display:flex; flex-direction:column; gap:14px; background:var(--card); border:2px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:var(--shadow-sm); }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.site-form input, .site-form select, .site-form textarea{
  width:100%; font-family:'Inter',sans-serif; font-size:14.5px; color:var(--text);
  border:2px solid var(--line); border-radius:12px; padding:12px 14px; background:var(--bg);
  transition:border-color .2s ease, box-shadow .2s ease;
}
.site-form input:focus, .site-form select:focus, .site-form textarea:focus{
  outline:none; border-color:var(--brand-lt); box-shadow:0 0 0 3px rgba(29,78,216,0.14);
}
.site-form button{ align-self:flex-start; border:none; cursor:pointer; }
.form-msg{ padding:11px 14px; border-radius:12px; font-size:13.5px; }
.form-msg.success{ background:#E4F3E9; color:#1E7A3E; }
.form-msg.error{ background:#FCE6E1; color:#C13B1F; }

/* ---------------- Footer ---------------- */
footer{ background:var(--brand-dark); color:#B9C7F5; padding:60px 0 24px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:32px; margin-bottom:36px; }
footer h4{ color:var(--accent-lt); font-size:14px; letter-spacing:.02em; margin-bottom:14px; font-family:'Poppins',sans-serif; }
footer ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:9px; font-size:14px; }
footer ul a{ color:#B9C7F5; transition:color .2s ease; }
footer ul a:hover{ color:var(--accent-lt); }
.foot-bottom{ border-top:1px solid rgba(255,255,255,0.12); padding-top:20px; display:flex; justify-content:space-between; font-size:12.5px; color:#7E8FCB; }

/* ---------------- Responsive ---------------- */
@media (max-width:900px){
  .why-us-grid, .testimonials-grid, .steps-grid{ grid-template-columns:1fr 1fr; }
  .contact-layout{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; }
  .stats-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width:600px){
  .why-us-grid, .testimonials-grid, .steps-grid, .form-row{ grid-template-columns:1fr; }
  .services-grid{ grid-template-columns:1fr; }
  .section{ padding:64px 0; }
  .tool-band{ flex-direction:column; align-items:flex-start; text-align:left; }
  .testimonial-card{ transform:none !important; }
}

/* =========================================================
   Vehicle Pricing Section — matches Theme v7 tokens
   ========================================================= */

.vehicle-pricing-section{ background:var(--bg); }

.vehicle-pricing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:24px;
  align-items:stretch;
}

.vehicle-pricing-card{
  position:relative;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px 22px 22px;
  display:flex;
  flex-direction:column;
  gap:16px;
  overflow:hidden;
  box-shadow:0 2px 10px rgba(16,24,40,0.05);
  transition:transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
}
.vehicle-pricing-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 28px rgba(16,24,40,0.08);
}

.vp-badge{
  position:absolute; top:18px; right:18px;
  font-size:11.5px; font-weight:700; letter-spacing:.01em;
  padding:6px 14px; border-radius:999px;
}
.vp-badge-blue   { background:#E7F0FE; color:#2563EB; }
.vp-badge-gold   { background:#FCF1DC; color:#B8860B; }
.vp-badge-orange { background:#FDEAE0; color:#DE5D00; }
.vp-badge-green  { background:#E3F8EA; color:#1FAA59; }

.vp-head{ display:flex; gap:14px; align-items:flex-start; padding-right:86px; }
.vp-icon{
  flex:0 0 52px; width:52px; height:52px; border-radius:16px;
  display:flex; align-items:center; justify-content:center; font-size:24px;
  background:var(--mist); color:var(--text);
}
.vp-icon-blue  { background:#EAF1FB; }
.vp-icon-mint  { background:#E7F7EF; }
.vp-icon-peach { background:#FBEDE3; }
.vp-icon-cream { background:#FFF6E2; }
.vp-head h3{ font-family:'Poppins', sans-serif; font-size:18px; margin:0 0 4px; color:var(--text); }
.vp-sub{ font-size:13px; color:var(--muted); margin:0; }

.vp-from-price{ display:flex; align-items:baseline; gap:8px; margin:2px 0 4px; }
.vp-from-label{ font-size:12.5px; color:var(--muted); font-weight:600; }
.vp-from-amount{ font-family:'Poppins', sans-serif; font-weight:800; font-size:28px; color:var(--text); }

.vp-tags{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:4px; }
.vp-tag{
  display:inline-flex; align-items:center; gap:6px;
  background:#F3F5F9; color:var(--text); font-size:12.5px; font-weight:600;
  padding:6px 14px 6px 8px; border-radius:999px;
}
.vp-check-ico{
  display:inline-flex; align-items:center; justify-content:center;
  width:16px; height:16px; border-radius:50%; flex:0 0 16px;
  background:var(--whatsapp); color:#fff; font-size:9px; font-weight:800;
}

.vp-tier-list{ display:flex; flex-direction:column; gap:10px; margin-bottom:4px; }
.vp-tier-row{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  background:#F7F8FB; border:none; border-radius:14px; padding:14px 16px;
}
.vp-tier-row span{ font-size:13.5px; color:var(--muted); }
.vp-tier-row span em{ font-style:normal; color:#8A93A6; font-size:11.5px; display:block; }
.vp-tier-row strong{ font-family:'Poppins', sans-serif; font-size:16.5px; color:var(--text); }
.vp-tier-row strong.vp-green{ color:var(--whatsapp); }
.vp-check{
  display:inline-flex; align-items:center; justify-content:center;
  width:20px; height:20px; border-radius:50%; flex:0 0 20px;
  background:var(--whatsapp); color:#fff; font-size:11px; font-weight:800;
}

.vp-features{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.vp-features li{ display:flex; align-items:center; gap:10px; font-size:13.5px; color:var(--muted); }
.vp-feat-ico{
  display:inline-flex; align-items:center; justify-content:center;
  width:20px; height:20px; border-radius:50%; flex:0 0 20px;
  background:var(--accent); color:#fff; font-size:11px; font-weight:800;
}

.vp-cta{
  margin-top:auto;
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  width:100%; background:var(--whatsapp); color:#fff; font-weight:700; font-size:15px;
  padding:14px 20px; border-radius:999px;
  box-shadow:0 6px 16px rgba(37,211,102,0.28);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.vp-cta::before{ content:'\1F4AC'; font-size:15px; line-height:1; }
.vp-cta:hover{ background:#1FB855; transform:translateY(-2px); box-shadow:0 12px 26px rgba(37,211,102,0.4); }

.vp-highlight{
  background:linear-gradient(165deg, #FFF6EE 0%, var(--card) 60%);
  border-color:var(--accent-lt);
}

.vp-discount-circle{
  margin:6px auto 0; width:150px; height:150px; border-radius:50%;
  background:linear-gradient(150deg, var(--accent-lt), var(--accent));
  box-shadow:0 12px 26px rgba(249,116,10,0.28);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  color:#fff; text-align:center;
  border:3px dashed rgba(255,255,255,0.35);
}
.vp-discount-circle .d-label{ font-size:11px; letter-spacing:.05em; text-transform:uppercase; opacity:.9; }
.vp-discount-circle .d-amount{ font-family:'Poppins', sans-serif; font-size:34px; font-weight:800; line-height:1.1; }
.vp-discount-circle .d-sub{ font-size:11px; text-transform:uppercase; letter-spacing:.03em; opacity:.9; }

@media (max-width:600px){
  .vehicle-pricing-card{ padding:24px 18px 18px; }
  .vp-head{ padding-right:0; flex-wrap:wrap; }
  .vp-badge{ position:static; margin-bottom:4px; align-self:flex-start; }
  .vehicle-pricing-grid{ grid-template-columns:1fr; }
}

/* ---------------- Service card actions (text-link "Get Quote →") ---------------- */
.service-actions{
  margin-top:14px;
}
.service-call-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-size:13px;
  font-weight:700;
  padding:11px 14px;
  border-radius:999px;
  background:var(--mist);
  color:var(--brand);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.service-call-btn:hover{
  background:var(--brand);
  color:#fff;
  transform:translateY(-2px);
}
.service-quote-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:14.5px;
  font-weight:700;
  color:var(--brand);
  padding:0;
  background:none;
  box-shadow:none;
}
.service-quote-btn .qa{ transition:transform .2s ease; }
.service-quote-btn:hover{ color:var(--brand-dark); }
.service-quote-btn:hover .qa{ transform:translateX(4px); }

@media (max-width:400px){
  .service-actions{ flex-direction:column; }
}

/* ---------------- Floating Call + WhatsApp buttons (stacked, one corner) ---------------- */
.floating-actions{
  position:fixed;
  bottom:22px;
  right:20px;
  z-index:200;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:14px;
  pointer-events:none;
}
.float-btn{
  pointer-events:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 18px;
  border-radius:999px;
  color:#fff;
  font-weight:700;
  font-size:14px;
  box-shadow:0 10px 26px rgba(16,25,46,0.28);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.float-btn:hover{ transform:translateY(-3px); }
.float-call{
  background:linear-gradient(150deg, var(--brand), var(--brand-dark));
}
.float-call:hover{ box-shadow:0 14px 32px rgba(29,78,216,0.4); }
.float-whatsapp{
  background:var(--whatsapp);
}
.float-whatsapp:hover{
  background:#1FB855;
  box-shadow:0 14px 32px rgba(37,211,102,0.4);
}

/* On small screens, keep as round icon-only buttons so they don't crowd the page */
@media (max-width:480px){
  .floating-actions{ bottom:16px; right:16px; gap:12px; }
  .float-btn{ padding:14px; border-radius:50%; }
  .float-btn span{ display:none; }
}

/* ---------------- How It Works — animated numbered timeline ---------------- */
.timeline-list{
  max-width:640px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
}
.timeline-item{
  display:flex;
  gap:20px;
}
.timeline-marker{
  flex:none;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.timeline-number{
  width:44px; height:44px; border-radius:50%;
  background:linear-gradient(150deg, var(--brand), var(--brand-lt));
  color:#fff;
  font-family:'Poppins', sans-serif; font-weight:800; font-size:16px;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 18px rgba(29,78,216,0.3);
  animation:pop-in .5s cubic-bezier(.2,.8,.2,1) both;
}
.timeline-line{
  flex:1;
  width:2px;
  min-height:36px;
  background:linear-gradient(180deg, var(--brand-lt), var(--line));
  margin-top:6px;
}
.timeline-card{
  flex:1;
  background:var(--card);
  border:2px solid var(--line);
  border-radius:var(--radius);
  padding:22px 24px;
  margin-bottom:26px;
  display:flex;
  align-items:flex-start;
  gap:16px;
  transition:transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
}
.timeline-item-last .timeline-card{ margin-bottom:0; }
.timeline-card:hover{
  transform:translateX(6px);
  box-shadow:var(--shadow-md);
  border-color:var(--brand-lt);
}
.timeline-icon{
  flex:none;
  width:44px; height:44px; border-radius:12px;
  background:var(--mist);
  display:flex; align-items:center; justify-content:center;
  font-size:21px;
}
.timeline-card h3{ font-size:16.5px; margin-bottom:4px; }
.timeline-card p{ font-size:14px; margin:0; }

@keyframes pop-in{
  0%{ opacity:0; transform:scale(.5); }
  70%{ transform:scale(1.12); }
  100%{ opacity:1; transform:scale(1); }
}

@supports (animation-timeline: view()){
  .timeline-card{
    animation:reveal-up linear both;
    animation-timeline:view();
    animation-range:entry 0% cover 30%;
  }
  .timeline-number{
    animation:pop-in linear both;
    animation-timeline:view();
    animation-range:entry 0% cover 25%;
  }
}

@media (max-width:600px){
  .timeline-card{ flex-direction:column; gap:10px; padding:20px; }
}

/* ---------------- Instagram card v2 — gradient avatar, tag grid, DM callout ---------------- */
.instagram-card-v2{
  max-width:460px;
  margin:0 auto;
  background:linear-gradient(165deg, #FFF0F6 0%, #F3EEFF 50%, #FFF3E8 100%);
  border-radius:28px;
  padding:40px 30px 34px;
  text-align:center;
  box-shadow:var(--shadow-md);
  position:relative;
  overflow:hidden;
}
.instagram-card-v2::before{
  content:'';
  position:absolute; inset:0;
  background:radial-gradient(circle at 15% 10%, rgba(249,116,10,0.12), transparent 45%),
             radial-gradient(circle at 85% 90%, rgba(29,78,216,0.1), transparent 45%);
  pointer-events:none;
}

.insta-avatar-wrap{ position:relative; display:inline-block; margin-bottom:18px; }
.insta-avatar{
  width:96px; height:96px; border-radius:26px;
  background:#fff;
  border:3px solid transparent;
  background-image:linear-gradient(#fff,#fff), linear-gradient(135deg,#FEDA75,#FA7E1E,#D62976,#962FBF,#4F5BD5);
  background-origin:border-box;
  background-clip:content-box, border-box;
  display:flex; align-items:center; justify-content:center;
  color:#D62976;
  box-shadow:var(--shadow-sm);
  animation:float-avatar 3.5s ease-in-out infinite;
}
.insta-avatar svg{ width:44px; height:44px; }
.insta-sparkle{
  position:absolute; bottom:-6px; right:-6px;
  width:34px; height:34px; border-radius:50%;
  background:linear-gradient(135deg,#D62976,#962FBF);
  display:flex; align-items:center; justify-content:center;
  font-size:15px;
  box-shadow:0 6px 14px rgba(150,47,191,0.4);
  animation:sparkle-pulse 2s ease-in-out infinite;
}
@keyframes float-avatar{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(-6px); }
}
@keyframes sparkle-pulse{
  0%,100%{ transform:scale(1); }
  50%{ transform:scale(1.18) rotate(10deg); }
}

.insta-handle{ position:relative; font-size:22px; margin-bottom:2px; }
.insta-brand{ position:relative; color:var(--brand); font-weight:700; font-size:14px; margin-bottom:2px; }
.insta-tagline{ position:relative; font-size:13.5px; color:var(--muted); margin-bottom:20px; }

.insta-follow-btn{
  position:relative;
  display:inline-flex; align-items:center; gap:9px;
  background:linear-gradient(135deg,#FEDA75,#FA7E1E,#D62976,#962FBF,#4F5BD5);
  color:#fff; font-weight:700; font-size:14.5px;
  padding:13px 26px; border-radius:999px;
  box-shadow:0 10px 24px rgba(150,47,191,0.32);
  transition:transform .2s ease, box-shadow .2s ease;
  margin-bottom:26px;
}
.insta-follow-btn:hover{ transform:translateY(-3px); box-shadow:0 14px 30px rgba(150,47,191,0.42); }

.insta-tag-grid{
  position:relative;
  display:grid; grid-template-columns:1fr 1fr; gap:12px;
  margin-bottom:20px;
}
.insta-tag-card{
  background:rgba(255,255,255,0.75);
  border:1px solid rgba(150,47,191,0.12);
  border-radius:16px;
  padding:16px 10px;
  display:flex; flex-direction:column; align-items:center; gap:8px;
  font-size:13px; font-weight:700; color:var(--text);
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.insta-tag-card:hover{
  transform:translateY(-4px);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.insta-tag-icon{
  width:38px; height:38px; border-radius:50%;
  background:linear-gradient(135deg,#FEDA75,#D62976);
  display:flex; align-items:center; justify-content:center;
  font-size:16px;
}

.insta-dm-callout{
  position:relative;
  background:rgba(255,255,255,0.75);
  border-radius:16px;
  padding:16px 18px;
  font-size:13.5px;
  color:var(--muted);
  line-height:1.6;
}
.insta-dm-callout strong{ color:var(--text); }

@supports (animation-timeline: view()){
  .instagram-card-v2{
    animation:reveal-up linear both;
    animation-timeline:view();
    animation-range:entry 0% cover 30%;
  }
}

@media (max-width:500px){
  .instagram-card-v2{ padding:34px 20px 28px; }
}
