/* Pune SEO — varied layouts, one calm system */
.fs-pune-band{
  --ink:#0f1418;
  --muted:#556070;
  --line:rgba(15,20,24,.1);
  --card:#ffffff;
  --sage:#6f8f78;
  --sage-deep:#557a5f;
  --gold:#a8844a;
  --shadow:0 10px 28px rgba(16,20,24,.08);
  --shadow2:0 16px 40px rgba(16,20,24,.12);
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(900px 420px at 88% 4%, rgba(255,220,150,.2), transparent 55%),
    linear-gradient(180deg, #f4f8f5 0%, #eef3ef 50%, #f7f9fb 100%);
  font-family:Montserrat,Outfit,system-ui,sans-serif;
  color:var(--ink);
  padding:0 0 2rem;
}

.fs-pune-band *,
.fs-pune-band *::before,
.fs-pune-band *::after{box-sizing:border-box}

.fs-pune-sky{
  pointer-events:none;
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  opacity:.28;
}
.fs-pune-sky__sun{
  position:absolute;
  top:1%;
  right:5%;
  width:min(28vw,200px);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,230,170,.5) 0%, rgba(255,205,120,.1) 42%, transparent 70%);
  animation:fsPuneSun 18s ease-in-out infinite alternate;
}
.fs-pune-sky__cloud{
  position:absolute;
  height:40px;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  box-shadow:
    26px 8px 0 -8px rgba(255,255,255,.6),
    -20px 10px 0 -10px rgba(255,255,255,.5);
}
.fs-pune-sky__cloud--a{top:3%; left:-12%; width:170px; animation:fsPuneCloud 60s linear infinite}
.fs-pune-sky__cloud--b{top:12%; left:-18%; width:220px; opacity:.65; animation:fsPuneCloud 75s linear infinite reverse}
.fs-pune-sky__cloud--c{top:26%; left:-14%; width:140px; opacity:.5; animation:fsPuneCloud 68s linear infinite}
.fs-pune-sky__cloud--d{top:46%; left:-20%; width:190px; opacity:.35; animation:fsPuneCloud 82s linear infinite reverse}

@keyframes fsPuneSun{
  from{transform:translateY(0) scale(1)}
  to{transform:translateY(10px) scale(1.05)}
}
@keyframes fsPuneCloud{
  from{transform:translateX(0)}
  to{transform:translateX(125vw)}
}

/* Base sections */
.fs-pune-seo,
.fs-pune-corp,
.fs-pune-end{
  position:relative;
  z-index:1;
  padding:clamp(22px,3.2vw,36px) clamp(16px,4vw,40px);
  overflow:hidden;
}

/* Sharp straight section edges (no curves) */
.fs-pune-look,
.fs-pune-seo,
.fs-pune-corp,
.fs-pune-end{
  border-top:1px solid rgba(15,20,24,.12);
}
.fs-pune-seo--safety,
.fs-pune-corp,
.fs-pune-seo--gift,
.fs-pune-end{
  border-top-color:rgba(255,255,255,.1);
}
.fs-pune-look{
  border-top:0;
}

/* Interactive look-around — open panoramic sky (drag ±60°) */
.fs-pune-look{
  position:relative;
  z-index:1;
  overflow:hidden;
  padding:0;
  background:#0e1210;
  color:#fff;
  border-top:0;
}
.fs-pune-look__word{
  position:absolute;
  left:50%;
  top:42%;
  transform:translate(-50%,-50%);
  font-family:"Barlow Condensed",Montserrat,sans-serif;
  font-size:clamp(5rem,18vw,12rem);
  font-weight:800;
  letter-spacing:.08em;
  color:rgba(255,255,255,.08);
  pointer-events:none;
  user-select:none;
  z-index:2;
  line-height:1;
}
.fs-pune-look__stage{
  position:relative;
  min-height:clamp(380px,56vh,520px);
  touch-action:none;
  cursor:grab;
  user-select:none;
  outline:none;
  overflow:hidden;
}
.fs-pune-look__stage:active,
.fs-pune-look__stage.is-dragging{cursor:grabbing}
.fs-pune-look__stage:focus-visible{
  box-shadow:inset 0 0 0 3px rgba(157,184,140,.55);
}

.fs-pune-look__sky{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#1a2a30;
  z-index:0;
}
.fs-pune-look__sky img{
  position:absolute;
  inset:0;
  width:175%;
  height:145%;
  max-width:none;
  object-fit:cover;
  object-position:center 38%;
  left:50%;
  top:50%;
  transform:translate(calc(-50% + var(--look-x,0px)), calc(-50% + var(--look-y,0px)));
  pointer-events:none;
  will-change:transform;
}
.fs-pune-look__sky-far{
  opacity:.28;
  mix-blend-mode:normal;
  width:190% !important;
  height:150% !important;
  transform:translate(calc(-50% + var(--look-x-far,0px)), calc(-50% + var(--look-y-far,0px))) !important;
}
.fs-pune-look__shade{
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(90deg, rgba(8,10,9,.82) 0%, rgba(8,10,9,.55) 34%, rgba(8,10,9,.18) 58%, transparent 78%),
    linear-gradient(180deg, rgba(8,10,9,.25) 0%, transparent 28%, transparent 62%, rgba(8,10,9,.55) 100%);
}

.fs-pune-look__wrap{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:1.5rem;
  align-items:center;
  min-height:clamp(380px,56vh,520px);
  padding:clamp(2rem,4.5vw,3.2rem) 0;
  pointer-events:none;
}
.fs-pune-look__copy{
  max-width:34rem;
  pointer-events:auto;
  align-self:center;
}
.fs-pune-look__eyebrow{
  margin:0 0 .45rem;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#e0b36a;
  text-shadow:0 1px 3px rgba(0,0,0,.45);
}
.fs-pune-look h2{
  margin:0;
  font-size:clamp(1.85rem,4vw,2.85rem);
  line-height:1.05;
  color:#fff !important;
  max-width:14ch;
  text-shadow:0 2px 18px rgba(0,0,0,.45);
}
.fs-pune-look .fs-pune-seo__lead{
  color:rgba(255,255,255,.86) !important;
  max-width:38ch;
  text-shadow:0 1px 8px rgba(0,0,0,.4);
}
.fs-pune-look .fs-pune-seo__actions{justify-content:flex-start}

.fs-pune-look__card{
  position:relative;
  z-index:3;
  width:min(176px,42vw);
  margin-bottom:2.2rem;
  padding:.55rem;
  border-radius:16px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 18px 40px rgba(0,0,0,.28);
  backdrop-filter:blur(8px);
  pointer-events:auto;
  color:var(--ink);
  align-self:center;
}
.fs-pune-look__card img{
  width:100%;
  height:88px;
  object-fit:cover;
  border-radius:10px;
}
.fs-pune-look__card p{
  margin:.45rem .15rem .5rem;
  display:grid;
  gap:.1rem;
}
.fs-pune-look__card strong{
  font-size:.78rem;
  color:var(--ink);
}
.fs-pune-look__card span{
  font-size:.68rem;
  color:var(--muted);
  line-height:1.35;
}
.fs-pune-look__card .fs-pune-seo__btn{
  width:100%;
  min-height:36px;
  font-size:.65rem;
  padding:.45rem .6rem;
}

.fs-pune-look__hud{
  position:relative;
  left:auto;
  bottom:auto;
  transform:none;
  z-index:4;
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  margin-top:.85rem;
  padding:.45rem .85rem;
  border-radius:999px;
  background:rgba(15,20,24,.78);
  color:#fff;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
  pointer-events:none;
  width:fit-content;
}
.fs-pune-look__deg{
  min-width:5.6rem;
  text-align:right;
  color:#d4e8c8;
  font-variant-numeric:tabular-nums;
}

@media (max-width:900px){
  .fs-pune-look__wrap{
    grid-template-columns:1fr;
    align-items:center;
    padding:clamp(1.75rem,4vw,2.5rem) 0;
  }
  .fs-pune-look__card{
    display:none;
  }
  .fs-pune-look h2{max-width:16ch}
  .fs-pune-look__stage,
  .fs-pune-look__wrap{min-height:min(62vh,480px)}
}
@media (max-width:520px){
  .fs-pune-look__stage,
  .fs-pune-look__wrap{min-height:440px}
}

/* Soft color sections + photos on select blocks; some black to match site theme */
.fs-pune-seo--expect{
  background:linear-gradient(180deg, #dceff8 0%, #eef7fb 55%, #f5fafc 100%);
}
.fs-pune-seo--safety{
  background-image:
    linear-gradient(180deg, rgba(8,10,12,.82) 0%, rgba(12,14,16,.88) 100%),
    url('/assets/uploads/2024/06/1-1.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center 35%;
  color:#e8ece8;
}
.fs-pune-seo--eligibility{
  background:linear-gradient(180deg, #f5e6d2 0%, #faf1e4 55%, #fcf7f0 100%);
}
/* Location — cool map paper (not another black slab) */
.fs-pune-seo--location{
  background:
    linear-gradient(180deg, #e7eef2 0%, #eef3f6 45%, #f4f7f9 100%);
  color:var(--ink);
  border-top-color:rgba(15,20,24,.1);
}
.fs-pune-seo--location h2,
.fs-pune-seo--location .fs-pune-seo__lead,
.fs-pune-seo--location .fs-pune-seo__lead strong,
.fs-pune-seo--location .fs-pune-seo__note{
  color:var(--ink) !important;
  -webkit-text-fill-color:unset !important;
}
.fs-pune-seo--location .fs-pune-seo__lead{color:var(--muted) !important}
.fs-pune-seo--location .fs-pune-seo__lead strong{color:var(--ink) !important}
/* Corporate — warm ink + amber (distinct from location) */
.fs-pune-corp{
  background:
    radial-gradient(720px 320px at 8% 0%, rgba(212,165,116,.22), transparent 55%),
    radial-gradient(560px 280px at 92% 30%, rgba(90,60,30,.2), transparent 50%),
    linear-gradient(180deg, #1a1410 0%, #120e0c 55%, #0c0a09 100%);
  color:#f2ebe3;
  border-top-color:rgba(212,165,116,.22);
}
.fs-pune-seo--gift{
  background-image:
    linear-gradient(180deg, rgba(18,10,6,.58) 0%, rgba(40,18,8,.62) 55%, rgba(20,12,8,.72) 100%),
    url('/assets/uploads/2025/08/pune-hero.png');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center 28%;
  color:#fff;
}
.fs-pune-seo--policy{
  background:linear-gradient(180deg, #e4e9f0 0%, #eef1f5 55%, #f5f7fa 100%);
}
.fs-pune-faq{
  background:linear-gradient(180deg, #0a0a0a 0%, #111411 100%);
  border-block:1px solid rgba(255,255,255,.06);
  color:#e8ece8;
}
.fs-pune-end{
  background:linear-gradient(180deg, #0a0a0a 0%, #000 100%);
  color:#e8ece8;
}

/* Dark section text / cards */
.fs-pune-seo--safety h2,
.fs-pune-corp h2,
.fs-pune-faq h2,
.fs-pune-end h2{
  color:#fff !important;
}
.fs-pune-seo--safety .fs-pune-seo__lead,
.fs-pune-corp .fs-pune-seo__lead,
.fs-pune-faq .fs-pune-seo__lead,
.fs-pune-end .fs-pune-seo__lead{
  color:rgba(232,236,232,.72);
}
.fs-pune-seo--safety .fs-pune-seo__lead strong,
.fs-pune-corp .fs-pune-seo__lead strong{
  color:#fff;
}
.fs-pune-seo--safety .fs-pune-seo__note,
.fs-pune-corp .fs-pune-seo__note,
.fs-pune-faq .fs-pune-seo__note{
  color:rgba(232,236,232,.55);
}
.fs-pune-seo--safety .fs-pune-trust__rail li{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.1);
  color:rgba(232,236,232,.75);
}
.fs-pune-seo--safety .fs-pune-trust__rail strong{color:#fff}
.fs-pune-seo--safety .fs-pune-trust__rail span{color:rgba(232,236,232,.65)}
.fs-pune-corp__points li{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.1);
  color:rgba(232,236,232,.72);
}
.fs-pune-corp__points strong{color:#fff}
.fs-pune-corp__points span{color:rgba(232,236,232,.65)}
.fs-pune-corp__aside-kicker{color:#c9d4b8}
.fs-pune-corp__form{
  background:#161816;
  border-color:rgba(255,255,255,.1);
}
.fs-pune-corp__section-title{color:#c9d4b8}
.fs-pune-corp__form label{color:rgba(232,236,232,.65) !important}
.fs-pune-corp__form input,
.fs-pune-corp__form select,
.fs-pune-corp__form textarea{
  background:rgba(255,255,255,.06) !important;
  border-color:rgba(255,255,255,.12) !important;
  color:#fff !important;
}
.fs-pune-corp__form input::placeholder,
.fs-pune-corp__form textarea::placeholder{color:rgba(255,255,255,.35)}
.fs-pune-corp__form input:focus,
.fs-pune-corp__form select:focus,
.fs-pune-corp__form textarea:focus{
  background:rgba(255,255,255,.09) !important;
  border-color:rgba(201,212,184,.45) !important;
}
.fs-pune-corp__hint{color:rgba(232,236,232,.5)}
.fs-pune-faq details{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.1);
}
.fs-pune-faq summary{color:#fff}
.fs-pune-faq summary::after{color:#c9d4b8}
.fs-pune-faq p{color:rgba(232,236,232,.7)}
.fs-pune-faq details:nth-child(odd){border-left-color:#9aab86}
.fs-pune-faq details:nth-child(even){border-left-color:#d4a574}

.fs-pune-seo__wrap{
  max-width:1120px;
  margin:0 auto;
  padding:0;
}

.fs-pune-seo__eyebrow{display:none !important}

.fs-pune-seo h2,
.fs-pune-corp h2,
.fs-pune-end h2{
  margin:0 auto .55rem;
  text-align:center;
  font-family:Montserrat,Outfit,sans-serif;
  font-size:clamp(1.5rem,3.2vw,2.15rem);
  font-weight:900;
  letter-spacing:-.02em;
  text-transform:none;
  line-height:1.15;
  max-width:22ch;
  color:var(--ink);
}

.fs-pune-seo__lead{
  margin:.3rem auto 0;
  text-align:center;
  max-width:62ch;
  color:var(--muted);
  line-height:1.6;
  font-size:clamp(.88rem,1.45vw,.96rem);
}
.fs-pune-seo__lead strong{color:var(--ink)}

.fs-pune-seo__note{
  margin:1rem auto 0;
  text-align:center;
  max-width:68ch;
  color:#7a8594;
  font-size:.8rem;
  line-height:1.5;
}
.fs-pune-seo a{color:var(--gold);font-weight:650}
.fs-pune-seo a:hover{color:var(--ink)}

.fs-pune-seo__actions{
  display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;
  justify-content:center;
}

.fs-pune-seo__btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:.65rem 1.15rem;border-radius:999px;
  font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  text-decoration:none;border:0;cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease;
}
.fs-pune-seo__btn:hover{transform:translateY(-1px)}
.fs-pune-seo__btn--solid{
  background:var(--sage-deep) !important;
  color:#fff !important;
  box-shadow:0 8px 18px rgba(85,122,95,.22);
}
.fs-pune-seo__btn--ghost{
  background:#fff !important;
  color:var(--ink) !important;
  border:1px solid var(--line) !important;
  box-shadow:var(--shadow);
}
.fs-pune-seo__btn--wa{
  background:#25d366 !important;
  color:#fff !important;
}

/* ========== 1. EXPECT — journey timeline ========== */
.fs-pune-journey{
  list-style:none;
  margin:1.4rem 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0;
  counter-reset:journey;
  position:relative;
}
.fs-pune-journey::before{
  content:"";
  position:absolute;
  top:22px;
  left:8%;
  right:8%;
  height:2px;
  background:linear-gradient(90deg, transparent, rgba(111,143,120,.35), transparent);
  z-index:0;
}
.fs-pune-journey li{
  counter-increment:journey;
  position:relative;
  z-index:1;
  text-align:center;
  padding:.15rem .4rem 0;
}
.fs-pune-journey li::before{
  content:counter(journey);
  display:grid;
  place-items:center;
  width:44px;height:44px;
  margin:0 auto .65rem;
  border-radius:50%;
  background:linear-gradient(145deg,#dff0e4,var(--sage));
  color:#123;
  font-weight:800;
  font-size:.95rem;
  box-shadow:0 6px 16px rgba(85,122,95,.18);
  border:3px solid #fff;
}
.fs-pune-journey__label{
  display:block;
  font-size:.78rem;
  font-weight:800;
  color:var(--ink);
  letter-spacing:-.01em;
  margin-bottom:.25rem;
}
.fs-pune-journey__text{
  display:block;
  font-size:.75rem;
  line-height:1.4;
  color:var(--muted);
}

/* ========== 2. SAFETY — hero panel + rail ========== */
.fs-pune-trust{
  margin-top:1.35rem;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:14px;
  align-items:stretch;
}
.fs-pune-trust__hero{
  background:
    radial-gradient(500px 220px at 20% 0%, rgba(255,220,150,.35), transparent 55%),
    linear-gradient(160deg, #5f6f4f 0%, #3d4a34 100%);
  color:#f4f7f2;
  border-radius:20px;
  padding:clamp(1.25rem,3vw,1.85rem);
  box-shadow:var(--shadow2);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100%;
}
.fs-pune-trust__kicker{
  margin:0 0 .55rem;
  font-size:.66rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(244,247,242,.7);
}
.fs-pune-trust__hero h3{
  margin:0 0 .65rem;
  font-size:clamp(1.25rem,2.4vw,1.65rem);
  font-weight:900;
  letter-spacing:-.02em;
  line-height:1.2;
  color:#fff;
  text-transform:none;
  font-family:Montserrat,sans-serif;
}
.fs-pune-trust__hero p{
  margin:0;
  font-size:.92rem;
  line-height:1.55;
  color:rgba(244,247,242,.88);
}
.fs-pune-trust__rail{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.fs-pune-trust__rail li{
  display:grid;
  gap:.15rem;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:12px;
  padding:.75rem .9rem;
  box-shadow:var(--shadow);
  border-left:3px solid var(--sage);
}
.fs-pune-trust__rail strong{
  color:var(--ink);
  font-size:.88rem;
  font-weight:800;
}
.fs-pune-trust__rail span{
  color:var(--muted);
  font-size:.8rem;
  line-height:1.4;
}

/* ========== 3. ELIGIBILITY — compact checklist ========== */
.fs-pune-checks{
  list-style:none;
  margin:1.25rem auto 0;
  padding:0;
  max-width:900px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 14px;
}
.fs-pune-checks li{
  display:grid;
  grid-template-columns:22px 1fr;
  column-gap:.7rem;
  row-gap:.15rem;
  align-items:start;
  padding:.8rem .9rem;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:0 6px 16px rgba(16,20,24,.05);
}
.fs-pune-checks li::before{
  content:"✓";
  grid-row:1 / span 2;
  width:20px;height:20px;
  margin-top:.1rem;
  border-radius:6px;
  display:grid;
  place-items:center;
  background:rgba(111,143,120,.14);
  color:var(--sage-deep);
  font-size:.7rem;
  font-weight:800;
  line-height:1;
}
.fs-pune-checks strong{
  grid-column:2;
  color:var(--ink);
  font-size:.9rem;
  font-weight:800;
}
.fs-pune-checks span{
  grid-column:2;
  color:var(--muted);
  font-size:.8rem;
  line-height:1.4;
}

/* ========== 4. LOCATION ========== */
.fs-pune-seo--location .fs-pune-seo__address{
  color:var(--ink);
  background:#fff;
  border:1px solid rgba(15,20,24,.12);
  border-radius:4px;
  box-shadow:0 8px 20px rgba(15,20,24,.06);
}
.fs-pune-seo--location .fs-pune-seo__address a{color:#9a6b2f !important}
.fs-pune-seo--location .fs-pune-seo__list{
  gap:6px;
  margin-top:.75rem;
}
.fs-pune-seo--location .fs-pune-seo__list li{
  background:transparent;
  border:0;
  border-left:3px solid #3d7a8c;
  border-radius:0;
  color:var(--muted);
  padding:.55rem .75rem .55rem 1.1rem;
}
.fs-pune-seo--location .fs-pune-seo__list li::before{display:none}
.fs-pune-seo--location .fs-pune-seo__map{
  border:1px solid rgba(15,20,24,.14);
  border-radius:4px;
  background:#dfe7eb;
  box-shadow:0 10px 24px rgba(15,20,24,.1);
  overflow:hidden;
}
.fs-pune-seo--location .fs-pune-seo__map .fs-pune-seo__note{
  background:#fff;
  color:var(--muted);
  border-top:1px solid rgba(15,20,24,.08);
}
.fs-pune-seo--location .fs-pune-seo__actions{
  margin-top:.85rem;
  gap:.45rem;
}
.fs-pune-seo--location .fs-pune-seo__btn{border-radius:4px}
.fs-pune-seo--location .fs-pune-seo__loc{margin-top:.85rem;gap:14px}
.fs-pune-seo__address{
  display:block;
  margin:1rem 0 0;
  font-style:normal;
  line-height:1.55;
  font-size:.9rem;
  color:var(--ink);
  padding:1rem 1.1rem;
  border-radius:14px;
  background:var(--card);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.fs-pune-seo__list{
  list-style:none;
  margin:1rem 0 0;
  padding:0;
  display:grid;
  gap:8px;
}
.fs-pune-seo__list li{
  position:relative;
  padding:.7rem .85rem .7rem 1.9rem;
  background:rgba(255,255,255,.85);
  border:1px solid var(--line);
  border-radius:10px;
  color:var(--muted);
  line-height:1.45;
  font-size:.86rem;
}
.fs-pune-seo__list li::before{
  content:"";
  position:absolute;left:.85rem;top:1rem;
  width:.38rem;height:.38rem;border-radius:50%;
  background:var(--sage);
}
.fs-pune-seo__loc{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  margin-top:1.15rem;
  align-items:stretch;
}
.fs-pune-seo__loc > div:first-child{text-align:left}
.fs-pune-seo__loc .fs-pune-seo__lead{
  text-align:left;
  margin-left:0;
}
.fs-pune-seo__loc .fs-pune-seo__actions{justify-content:flex-start}
.fs-pune-seo__loc .fs-pune-seo__note{text-align:left;margin-left:0}

.fs-pune-seo__map{
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#ece7df;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.fs-pune-seo__map iframe{
  display:block;width:100%;flex:1;min-height:260px;border:0;
}
.fs-pune-seo__map .fs-pune-seo__note{
  margin:0;padding:.7rem .9rem;background:#fff;max-width:none;text-align:left;
}

/* ========== 5. CORPORATE ========== */
.fs-pune-corp__layout{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:16px;
  margin-top:.9rem;
  align-items:start;
}
.fs-pune-corp .fs-pune-seo__eyebrow,
.fs-pune-corp h2,
.fs-pune-corp .fs-pune-seo__lead{text-align:left}
.fs-pune-corp .fs-pune-seo__lead{margin-left:0;margin-right:0;max-width:54ch}
.fs-pune-corp .fs-pune-seo__note{text-align:left;margin:.65rem 0 0}

.fs-pune-corp__aside-kicker{
  margin:0 0 .55rem;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#e0b36a;
}
.fs-pune-corp__points{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:6px;
}
.fs-pune-corp__points li{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:.15rem .75rem;
  align-items:start;
  padding:.7rem .8rem;
  border-radius:4px;
  border:1px solid rgba(224,179,106,.18);
  background:rgba(255,248,238,.05);
}
.fs-pune-corp__points li::before{
  content:attr(data-n);
  grid-row:1 / span 2;
  width:42px;height:42px;
  border-radius:4px;
  display:grid;place-items:center;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.04em;
  color:#3a2c12;
  background:linear-gradient(145deg,#f3e6c8,#c9a66b);
}
.fs-pune-corp__points li:nth-child(2)::before{background:linear-gradient(145deg,#f3e6c8,#c9a66b);color:#3a2c12}
.fs-pune-corp__points li:nth-child(3)::before{background:linear-gradient(145deg,#d7ebe3,#6f9f8c)}
.fs-pune-corp__points li:nth-child(4)::before{background:linear-gradient(145deg,#e8dff5,#9b87b8);color:#2a1f38}
.fs-pune-corp__points li:nth-child(5)::before{background:linear-gradient(145deg,#dce8f5,#7a9cbc)}
.fs-pune-corp__points li:nth-child(6)::before{background:linear-gradient(145deg,#f5dfd7,#c98b78);color:#3a1f18}
.fs-pune-corp__points strong{
  grid-column:2;
  color:#fff;
  font-weight:800;
  font-size:.9rem;
}
.fs-pune-corp__points span{
  grid-column:2;
  color:rgba(232,236,232,.65);
  font-size:.8rem;
  line-height:1.4;
}

.fs-pune-corp__form{
  background:rgba(255,245,230,.04);
  border:1px solid rgba(224,179,106,.22);
  border-radius:6px;
  box-shadow:0 16px 40px rgba(0,0,0,.35);
  padding:0;
  overflow:hidden;
  isolation:isolate;
}
.fs-pune-corp__form-head{
  padding:1.15rem 1.25rem 1.05rem;
  background:
    radial-gradient(420px 160px at 90% 0%, rgba(255,220,150,.35), transparent 55%),
    linear-gradient(135deg, #5f6f4f 0%, #3f4d36 55%, #2f3a2a 100%);
  color:#f4f7f2;
}
.fs-pune-corp__form-badge{
  margin:0 0 .45rem;
  display:inline-block;
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  padding:.25rem .55rem;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
}
.fs-pune-corp__form-head h3{
  margin:0 0 .35rem;
  font-size:1.2rem;
  font-weight:900;
  letter-spacing:-.02em;
  text-transform:none;
  color:#fff;
  font-family:Montserrat,sans-serif;
}
.fs-pune-corp__form-head p{
  margin:0;
  font-size:.8rem;
  line-height:1.45;
  color:rgba(244,247,242,.82);
  max-width:42ch;
}

.fs-pune-corp__body{
  padding:1rem 1.2rem 1.15rem;
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.fs-pune-corp__section{
  margin:0;
  padding:0;
  border:0;
}
.fs-pune-corp__section-title{
  margin:0 0 .65rem;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#c9d4b8;
}

/* Locked 2-col grid — avoid theme .row conflicts */
.fs-pune-corp__grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:.75rem .85rem !important;
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  float:none !important;
}
.fs-pune-corp__field{
  display:flex !important;
  flex-direction:column !important;
  gap:.3rem !important;
  margin:0 !important;
  padding:0 !important;
  width:auto !important;
  max-width:none !important;
  float:none !important;
  min-width:0 !important;
}
.fs-pune-corp__field--full{
  grid-column:1 / -1 !important;
}
.fs-pune-corp__form label{
  display:block !important;
  float:none !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  font-size:.68rem !important;
  font-weight:700 !important;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:rgba(232,236,232,.65) !important;
  line-height:1.2 !important;
}
.fs-pune-corp__form label .req{color:#ff8f7a}
.fs-pune-corp__form input,
.fs-pune-corp__form select,
.fs-pune-corp__form textarea{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
  float:none !important;
  margin:0 !important;
  border-radius:12px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.06) !important;
  color:#fff !important;
  padding:.7rem .8rem !important;
  font:inherit !important;
  font-size:.9rem !important;
  line-height:1.3 !important;
  height:auto !important;
  min-height:44px !important;
  transition:border-color .15s ease, box-shadow .15s ease, background .15s ease;
  appearance:auto;
  -webkit-appearance:auto;
}
.fs-pune-corp__form textarea{
  min-height:88px !important;
  resize:vertical;
}
.fs-pune-corp__form input:focus,
.fs-pune-corp__form select:focus,
.fs-pune-corp__form textarea:focus{
  outline:none !important;
  background:rgba(255,255,255,.09) !important;
  border-color:rgba(201,212,184,.45) !important;
  box-shadow:0 0 0 3px rgba(154,171,134,.18) !important;
}
.fs-pune-corp__form input::placeholder,
.fs-pune-corp__form textarea::placeholder{color:rgba(255,255,255,.35)}
.fs-pune-corp__hint{
  margin:0;
  text-align:center;
  font-size:.74rem;
  color:rgba(232,236,232,.5);
}
.fs-pune-corp__form .hp{
  position:absolute !important;
  left:-9999px !important;
  opacity:0 !important;
  height:0 !important;
  overflow:hidden !important;
}
.fs-pune-corp__submit{
  padding:.15rem 0 0;
  display:flex;
  flex-direction:column;
  gap:.4rem;
}
.fs-pune-corp__submit .fs-pune-seo__btn{
  width:100%;
  min-height:48px;
  font-size:.8rem;
  box-shadow:0 10px 22px rgba(37,211,102,.25);
}
.fs-pune-corp__hint{
  margin:0;
  text-align:center;
  font-size:.74rem;
  color:#7a8594;
}
.fs-pune-corp__status{
  margin:0;
  text-align:center;
  font-size:.82rem;
  min-height:1.1em;
}
.fs-pune-corp__status.is-ok{color:#2f7a4b}
.fs-pune-corp__status.is-err{color:#b14a3a}

/* ========== 6. GIFT — occasion strips ========== */
.fs-pune-occasions{
  list-style:none;
  margin:1.25rem 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.fs-pune-occasions li{
  text-align:center;
  padding:1.1rem .85rem;
  border-radius:16px;
  background:var(--card);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.fs-pune-occasions li::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg, var(--gold), var(--sage));
}
.fs-pune-occasions strong{
  display:block;
  color:var(--ink);
  font-size:.88rem;
  font-weight:800;
  margin-bottom:.35rem;
  line-height:1.25;
}
.fs-pune-occasions span{
  display:block;
  color:var(--muted);
  font-size:.78rem;
  line-height:1.4;
}

/* ========== 7. POLICY — definition terms ========== */
.fs-pune-terms{
  margin:1.25rem auto 0;
  padding:0;
  max-width:820px;
  display:grid;
  gap:0;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.fs-pune-terms > div{
  display:grid;
  grid-template-columns:minmax(120px,.35fr) 1fr;
  gap:1rem;
  padding:.9rem 1.15rem;
  border-bottom:1px solid rgba(15,20,24,.06);
}
.fs-pune-terms > div:last-child{border-bottom:0}
.fs-pune-terms > div:nth-child(even){background:rgba(244,248,245,.65)}
.fs-pune-terms dt{
  margin:0;
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.02em;
  color:var(--sage-deep);
  text-transform:uppercase;
}
.fs-pune-terms dd{
  margin:0;
  color:var(--muted);
  font-size:.88rem;
  line-height:1.5;
}

/* ========== 8. FAQ — 2 columns ========== */
.fs-pune-faq h2{
  max-width:18ch;
  margin:0 auto .85rem;
}
.fs-pune-faq__grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:.7rem .8rem !important;
  align-items:start;
  width:100%;
  margin:0;
  padding:0;
}
.fs-pune-faq details{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  box-shadow:none;
  padding:0 1rem;
  margin:0 !important;
  max-width:none !important;
  width:100% !important;
  min-width:0;
}
.fs-pune-faq details:nth-child(odd){
  border-left:3px solid #9aab86;
}
.fs-pune-faq details:nth-child(even){
  border-left:3px solid #d4a574;
}
.fs-pune-faq summary{
  cursor:pointer;
  list-style:none;
  padding:.8rem 0;
  font-weight:750;
  color:#fff;
  font-size:.9rem;
}
.fs-pune-faq summary::-webkit-details-marker{display:none}
.fs-pune-faq summary::after{
  content:"+";
  float:right;
  color:#c9d4b8;
  font-weight:600;
}
.fs-pune-faq details[open] summary::after{content:"–"}
.fs-pune-faq p{
  margin:0 0 .85rem;
  color:rgba(232,236,232,.7);
  line-height:1.55;
  font-size:.86rem;
  text-align:left;
}
@media(max-width:720px){
  .fs-pune-faq__grid{grid-template-columns:1fr !important}
}

/* ========== 9. END CTA ========== */
.fs-pune-end .fs-pune-seo__wrap{
  text-align:center;
  padding:clamp(1.5rem,3.2vw,2.2rem) clamp(1.1rem,3vw,1.6rem);
  border-radius:22px;
  background:
    radial-gradient(520px 200px at 80% 0%, rgba(212,165,116,.18), transparent 55%),
    linear-gradient(145deg, #161816 0%, #0f110f 100%);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 16px 40px rgba(0,0,0,.35);
}
.fs-pune-end h2{max-width:14ch;margin-bottom:.4rem}
.fs-pune-end .fs-pune-seo__lead{margin-bottom:1.1rem}
.fs-pune-end__primary{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.65rem;
  max-width:460px;
  margin:0 auto 1rem;
}
.fs-pune-end__primary .fs-pune-seo__btn{
  width:100%;
  min-height:48px;
  font-size:.78rem;
}
.fs-pune-end__links{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.55rem;
  max-width:720px;
  margin-inline:auto;
}
.fs-pune-end__links a{
  display:flex;
  flex-direction:column;
  gap:.15rem;
  text-align:center;
  text-decoration:none !important;
  padding:.85rem .55rem;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:none;
  transition:transform .2s ease, background .2s ease;
}
.fs-pune-end__links a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.09);
  box-shadow:none;
}
.fs-pune-end__links strong{
  color:#fff !important;
  font-size:.82rem;
  font-weight:800;
}
.fs-pune-end__links span{
  color:rgba(232,236,232,.55) !important;
  font-size:.72rem;
  font-weight:500;
}
.fs-pune-end__links li:nth-child(1) a{border-top:3px solid #9aab86}
.fs-pune-end__links li:nth-child(2) a{border-top:3px solid #d4a574}
.fs-pune-end__links li:nth-child(3) a{border-top:3px solid #6f8f78}
.fs-pune-end__links li:nth-child(4) a{border-top:3px solid #7a9cbc}

@media(max-width:640px){
  .fs-pune-end__primary{grid-template-columns:1fr}
  .fs-pune-end__links{grid-template-columns:1fr 1fr}
}

.fs-pune-sticky{
  position:fixed;left:10px;right:10px;bottom:12px;z-index:40;
  display:none;gap:.4rem;padding:.45rem;
  border-radius:14px;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(10px);
  border:1px solid var(--line);
  box-shadow:var(--shadow2);
}
.fs-pune-sticky .fs-pune-seo__btn{
  flex:1;min-height:40px;font-size:.66rem;padding-inline:.3rem;
}

.fs-pune-reveal{
  opacity:0;
  transform:translateY(12px);
  transition:opacity .55s ease, transform .55s ease;
}
.fs-pune-reveal.is-in{opacity:1;transform:none}

@media(max-width:980px){
  .fs-pune-journey{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:1.1rem .6rem;
  }
  .fs-pune-journey::before{display:none}
  .fs-pune-trust,
  .fs-pune-seo__loc,
  .fs-pune-corp__layout,
  .fs-pune-corp__grid,
  .fs-pune-occasions{grid-template-columns:1fr 1fr}
  .fs-pune-terms > div{grid-template-columns:1fr;gap:.25rem}
}
@media(max-width:640px){
  .fs-pune-journey,
  .fs-pune-checks,
  .fs-pune-occasions,
  .fs-pune-trust,
  .fs-pune-seo__loc,
  .fs-pune-corp__layout,
  .fs-pune-corp__grid{grid-template-columns:1fr !important}
  .fs-pune-journey{gap:1rem}
  .fs-pune-seo,
  .fs-pune-corp,
  .fs-pune-end{padding:26px 14px}
  .fs-pune-journey li{text-align:left;display:grid;grid-template-columns:44px 1fr;gap:.75rem;align-items:start}
  .fs-pune-journey li::before{margin:0}
  .fs-pune-journey__label{margin-top:.15rem}
}
@media(max-width:780px){
  .fs-pune-sticky{display:flex}
  body.fs-loc-pune{padding-bottom:74px}
}
@media (prefers-reduced-motion: reduce){
  .fs-pune-sky__sun,
  .fs-pune-sky__cloud,
  .fs-pune-reveal,
  .fs-pune-seo__btn{animation:none !important;transition:none}
  .fs-pune-reveal{opacity:1;transform:none}
}

/* Final overrides — dark sections must stay readable over theme CSS */
#fs-pune-band .fs-pune-seo--safety h2,
#fs-pune-band .fs-pune-corp h2,
#fs-pune-band .fs-pune-faq h2,
#fs-pune-band .fs-pune-end h2,
#fs-pune-band .fs-pune-end .fs-pune-seo__wrap h2,
#fs-pune-band .fs-pune-seo--gift h2{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
#fs-pune-band .fs-pune-seo--safety .fs-pune-seo__lead,
#fs-pune-band .fs-pune-corp .fs-pune-seo__lead,
#fs-pune-band .fs-pune-faq .fs-pune-seo__lead,
#fs-pune-band .fs-pune-end .fs-pune-seo__lead,
#fs-pune-band .fs-pune-seo--gift .fs-pune-seo__lead{
  color:rgba(255,255,255,.82) !important;
}
#fs-pune-band .fs-pune-seo--safety .fs-pune-seo__lead strong,
#fs-pune-band .fs-pune-corp .fs-pune-seo__lead strong{
  color:#ffffff !important;
}
#fs-pune-band .fs-pune-seo--location h2{
  color:var(--ink) !important;
  -webkit-text-fill-color:var(--ink) !important;
}
#fs-pune-band .fs-pune-seo--location .fs-pune-seo__lead{
  color:var(--muted) !important;
}
#fs-pune-band .fs-pune-seo--location .fs-pune-seo__lead strong{
  color:var(--ink) !important;
}
#fs-pune-band .fs-pune-seo--location .fs-pune-seo__note{
  color:var(--muted) !important;
}
#fs-pune-band .fs-pune-seo--gift .fs-pune-seo__note{
  color:rgba(255,255,255,.6) !important;
}
#fs-pune-band .fs-pune-seo--gift .fs-pune-occasions li{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.18);
  backdrop-filter:blur(6px);
}
#fs-pune-band .fs-pune-seo--gift .fs-pune-occasions strong{
  color:#fff !important;
}
#fs-pune-band .fs-pune-seo--gift .fs-pune-occasions span{
  color:rgba(255,255,255,.75) !important;
}
#fs-pune-band .fs-pune-seo--safety .fs-pune-seo__lead strong,
#fs-pune-band .fs-pune-corp .fs-pune-seo__lead strong{
  color:#ffffff !important;
}
#fs-pune-band .fs-pune-seo--safety .fs-pune-seo__note,
#fs-pune-band .fs-pune-corp .fs-pune-seo__note{
  color:rgba(255,255,255,.55) !important;
}
#fs-pune-band .fs-pune-faq summary{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
#fs-pune-band .fs-pune-faq details p{
  color:rgba(255,255,255,.72) !important;
}
#fs-pune-band .fs-pune-faq__grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:.7rem .8rem !important;
}
#fs-pune-band .fs-pune-end__links strong{color:#ffffff !important}
#fs-pune-band .fs-pune-end__links span{color:rgba(255,255,255,.55) !important}
@media(max-width:720px){
  #fs-pune-band .fs-pune-faq__grid{grid-template-columns:1fr !important}
}

