:root {
  --ink: #18372f;
  --ink-2: #244d41;
  --green: #175d49;
  --green-bright: #1e8b67;
  --whatsapp: #25d366;
  --cream: #f6f1e7;
  --cream-deep: #ede3d0;
  --paper: #fffdf9;
  --gold: #c6934b;
  --gold-light: #e7c990;
  --rust: #bd603d;
  --text: #29423b;
  --muted: #66766f;
  --line: rgba(24, 55, 47, .14);
  --shadow: 0 24px 60px rgba(32, 54, 47, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  height: 84px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: white;
  transition: .3s ease;
}
.site-header.scrolled {
  position: fixed;
  height: 72px;
  background: rgba(19, 51, 43, .96);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0,0,0,.14);
}
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); flex-shrink: 0; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: none; stroke: var(--gold); stroke-width: 2; }
.brand strong { display: block; font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -.8px; }
.brand small { display: block; margin-top: 5px; font: 700 8px/1 "Manrope", sans-serif; letter-spacing: 3.8px; color: var(--gold); }
.site-header .brand { color: white; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.main-nav a { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 600; transition: .2s; }
.main-nav a:hover, .main-nav a.active { color: white; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 0; border-radius: 100px; font-weight: 700; font-size: 14px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-whatsapp { color: #083c22; background: var(--whatsapp); box-shadow: 0 10px 28px rgba(37, 211, 102, .22); }
.button-whatsapp:hover { background: #31e374; box-shadow: 0 14px 30px rgba(37, 211, 102, .3); }
.button-large { min-height: 58px; padding-inline: 28px; font-size: 15px; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { color: white; background: var(--ink); box-shadow: 0 14px 30px rgba(24,55,47,.2); }
.nav-cta { min-height: 44px; padding-inline: 18px; }
.wa-icon { width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; background: rgba(0,0,0,.12); font-size: 11px; }
.chat-dot { width: 20px; height: 20px; border: 2px solid currentColor; border-radius: 50%; position: relative; }
.chat-dot::after { content:""; position: absolute; width: 5px; height: 5px; border-left: 2px solid currentColor; bottom: -4px; left: 1px; transform: rotate(-25deg); }
.menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .25s; }

.hero {
  min-height: 850px;
  position: relative;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(120deg, rgba(10, 41, 33, .98), rgba(20, 74, 58, .94)),
    radial-gradient(circle at 80% 30%, #347a63, transparent 45%);
  padding: 160px 0 0;
}
.hero::before { content:""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(30deg, #fff 1px, transparent 1px), linear-gradient(120deg, #fff 1px, transparent 1px); background-size: 46px 80px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.glow-one { width: 520px; height: 520px; right: -100px; top: 50px; background: radial-gradient(circle, rgba(226,189,118,.18), transparent 66%); }
.glow-two { width: 400px; height: 400px; left: -260px; bottom: 20px; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 0 0 80px rgba(255,255,255,.015), 0 0 0 160px rgba(255,255,255,.012); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; color: var(--green); text-transform: uppercase; letter-spacing: 2.6px; font-size: 12px; font-weight: 800; }
.eyebrow span { display: inline-block; vertical-align: middle; width: 28px; height: 1px; margin-right: 10px; background: currentColor; }
.eyebrow-light { color: var(--gold-light); }
h1, h2, h3 { color: var(--ink); font-family: "Manrope", sans-serif; }
h1 { margin: 0; color: white; max-width: 720px; font-size: clamp(52px, 6.1vw, 82px); line-height: 1.03; letter-spacing: -4px; }
h1 em, h2 em { color: var(--gold-light); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 660px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 35px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 36px; height: 36px; display: grid; place-items: center; margin-left: -8px; border: 2px solid var(--green); border-radius: 50%; color: #193b31; background: #e9c88d; font-size: 9px; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; background: #d8ddd3; }
.avatar-stack span:nth-child(2) { background: #c77856; color: white; }
.hero-trust p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; }
.hero-trust strong { color: white; font-size: 13px; }
.hero-visual { min-height: 540px; position: relative; }
.gift-scene { position: absolute; inset: 36px 0 0; }
.gift-shadow { position: absolute; width: 88%; height: 60px; bottom: 42px; left: 9%; border-radius: 50%; background: rgba(0,0,0,.28); filter: blur(18px); }
.gift-box { position: absolute; z-index: 3; left: 17%; bottom: 70px; width: 68%; height: 215px; border-radius: 8px 8px 14px 14px; background: linear-gradient(135deg, #d5ad6c, #b57f37); box-shadow: 0 30px 55px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.45); transform: perspective(600px) rotateY(-4deg); }
.gift-box::after { content:""; position: absolute; inset: 0; border-radius: inherit; opacity: .2; background: repeating-linear-gradient(110deg, transparent 0 12px, rgba(255,255,255,.18) 13px 14px); }
.gift-lid { position: absolute; z-index: 7; left: 12%; bottom: 267px; width: 77%; height: 54px; border-radius: 7px; background: linear-gradient(180deg, #e4bf7b, #bf8b43); box-shadow: 0 15px 20px rgba(0,0,0,.2); transform: rotate(-2deg); }
.lid-ribbon, .box-ribbon { position: absolute; z-index: 2; left: 45%; width: 11%; height: 100%; background: #294c40; box-shadow: inset 0 0 8px rgba(0,0,0,.25); }
.mini-logo { position: absolute; z-index: 3; left: 46.3%; top: 12px; width: 34px; height: 30px; display: grid; place-items: center; border: 1px solid var(--gold-light); color: var(--gold-light); background: #294c40; font: 700 10px "Manrope"; }
.box-label { position: absolute; z-index: 4; left: 50%; top: 82px; transform: translateX(-50%); width: 158px; padding: 16px 10px; text-align: center; border: 1px solid rgba(255,255,255,.5); color: white; background: rgba(49,45,27,.2); }
.box-label span { display: block; font: 700 13px "Manrope"; letter-spacing: 3px; }
.box-label small { font-size: 6px; letter-spacing: 1.5px; }
.product { position: absolute; z-index: 5; filter: drop-shadow(0 14px 10px rgba(0,0,0,.22)); }
.product-mug { left: 12%; bottom: 280px; width: 110px; height: 125px; border-radius: 9px 9px 22px 22px; background: linear-gradient(90deg,#e3ddd0,#fffdf7 60%,#c9c0af); transform: rotate(-8deg); }
.product-mug::after { content:""; position: absolute; right: -40px; top: 23px; width: 49px; height: 56px; border: 13px solid #ddd5c7; border-left-width: 8px; border-radius: 50%; }
.product-mug span { position: absolute; top: 46px; left: 36px; color: var(--green); font: 800 18px "Manrope"; }
.product-book { left: 37%; bottom: 282px; width: 115px; height: 150px; padding: 25px 15px; color: #e7c990; background: #173d32; border-left: 6px solid #0e2b23; border-radius: 4px 9px 9px 4px; transform: rotate(4deg); font: 700 11px/1.6 "Manrope"; letter-spacing: 1px; }
.product-bottle { right: 12%; bottom: 272px; width: 82px; height: 180px; border-radius: 22px 22px 16px 16px; background: linear-gradient(90deg, #a96746, #d08a61 55%, #8d4f34); transform: rotate(7deg); }
.product-bottle::before { content:""; position: absolute; top: -34px; left: 20px; width: 42px; height: 38px; border-radius: 6px 6px 2px 2px; background: #23453b; }
.product-bottle span { position: absolute; top: 65px; left: 24px; width: 34px; height: 38px; display: grid; place-items: center; border: 1px solid #f1d5a6; color: #f1d5a6; font: 700 10px "Manrope"; }
.leaf { position: absolute; z-index: 1; width: 150px; height: 270px; bottom: 110px; border-left: 7px solid #6e7447; transform-origin: bottom; }
.leaf::before, .leaf::after { content:""; position: absolute; width: 65px; height: 24px; border-radius: 100% 0 100% 0; background: #778053; }
.leaf::before { left: -63px; top: 65px; transform: rotate(25deg); box-shadow: 40px 70px #778053, -8px 140px #687348; }
.leaf::after { left: 4px; top: 25px; transform: rotate(-20deg) scaleX(-1); box-shadow: 45px 82px #5f6a43, 2px 160px #788253; }
.leaf-left { left: 4%; transform: rotate(-18deg); }
.leaf-right { right: 2%; transform: scaleX(-1) rotate(-13deg); }
.visual-badge { position: absolute; z-index: 10; display: flex; align-items: center; gap: 10px; padding: 12px 16px; color: var(--ink); background: rgba(255,253,249,.94); box-shadow: 0 15px 40px rgba(0,0,0,.2); border-radius: 12px; font-size: 12px; font-weight: 700; }
.visual-badge > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--rust); }
.badge-top { right: -8px; top: 50px; }
.badge-bottom { left: -10px; bottom: 80px; }
.badge-bottom > span { background: var(--green); }
.badge-bottom b, .badge-bottom small { display: block; }
.badge-bottom small { color: var(--muted); font-weight: 500; }
.trust-strip { height: 90px; display: flex; align-items: center; justify-content: space-between; margin-top: 78px; position: relative; z-index: 5; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: 13px; font-weight: 600; }
.trust-strip i { width: 20px; height: 20px; display: inline-grid; place-items: center; margin-right: 8px; border-radius: 50%; color: var(--ink); background: var(--gold-light); font-style: normal; font-size: 10px; }

.seo-intro { position: relative; z-index: 4; padding: 38px 0; border-bottom: 1px solid var(--line); background: #fffaf1; }
.seo-intro-inner { display: grid; grid-template-columns: 54px 1fr; gap: 22px; align-items: start; }
.seo-intro-pin { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: var(--rust); background: #f2ded3; font: 700 23px Georgia; }
.seo-intro h2 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.6px; }
.seo-intro p { margin: 4px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 58px; }
.section-heading.centered { max-width: 730px; margin-inline: auto; text-align: center; }
.section-heading h2, .faq-intro h2, .process-intro h2 { margin: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.13; letter-spacing: -2.7px; }
.section-heading h2 em, .faq-intro h2 em { color: var(--rust); }
.section-heading > p:last-child { max-width: 610px; margin: 20px auto 0; color: var(--muted); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > p { max-width: 430px; margin: 0 0 9px !important; }
.problems { background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { min-height: 360px; position: relative; padding: 38px 34px; border: 1px solid rgba(24,55,47,.11); border-radius: var(--radius); background: rgba(255,255,255,.6); transition: transform .25s, box-shadow .25s; }
.problem-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.problem-card.featured { color: white; border: 0; background: var(--ink); box-shadow: 0 20px 50px rgba(24,55,47,.22); }
.card-number { position: absolute; right: 27px; top: 22px; color: rgba(24,55,47,.18); font: 800 40px "Manrope"; }
.featured .card-number { color: rgba(255,255,255,.14); }
.problem-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 17px; color: var(--rust); background: #f4dfd4; font: 700 25px "Manrope"; }
.featured .problem-icon { color: #fff; background: var(--rust); }
.problem-quote { min-height: 62px; margin: 0 0 25px; color: var(--ink); font: 700 19px/1.55 "Manrope"; }
.featured .problem-quote { color: white; }
.solution-line { display: flex; gap: 12px; padding-top: 21px; border-top: 1px solid var(--line); }
.featured .solution-line { border-color: rgba(255,255,255,.16); }
.solution-line span { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-bright); font-size: 11px; }
.solution-line p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.featured .solution-line p { color: rgba(255,255,255,.68); }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 360px; position: relative; padding: 40px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .25s, transform .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; transform: translateY(-4px); background: white; box-shadow: var(--shadow); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; color: var(--green); background: #e4eee9; font: 700 27px Georgia; }
.service-no { position: absolute; right: 30px; top: 35px; color: #c3c8c4; font: 700 12px "Manrope"; }
.service-card h3 { margin: 30px 0 13px; font-size: 21px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-card a { position: absolute; bottom: 30px; left: 34px; color: var(--green); font-size: 13px; font-weight: 800; }
.service-card a span { margin-left: 6px; transition: margin .2s; }
.service-card a:hover span { margin-left: 11px; }
.center-cta { margin-top: 42px; text-align: center; }

.process { overflow: hidden; color: white; background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro h2 { color: white; }
.process-intro h2 em { color: var(--gold-light); }
.process-intro > p:not(.eyebrow) { margin: 25px 0 34px; color: rgba(255,255,255,.62); }
.steps { position: relative; }
.steps::before { content:""; position: absolute; left: 34px; top: 45px; bottom: 45px; width: 1px; background: rgba(231,201,144,.26); }
.step { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.step:last-child { border: 0; }
.step-number { z-index: 2; width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(231,201,144,.48); border-radius: 50%; color: var(--gold-light); background: var(--ink); font: 700 13px "Manrope"; }
.step h3 { margin: 4px 0 7px; color: white; font-size: 21px; }
.step p { margin: 0; max-width: 510px; color: rgba(255,255,255,.57); font-size: 14px; }

.difference { background: var(--cream); }
.difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.difference-item { display: flex; gap: 18px; padding: 28px 25px; border-radius: 16px; background: rgba(255,255,255,.65); }
.difference-item > span { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 13px; color: var(--rust); background: #f1ddd2; font: 700 20px Georgia; }
.difference-item h3 { margin: 2px 0 6px; font-size: 17px; }
.difference-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.collections { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 15px; }
.category-card { position: relative; overflow: hidden; display: flex; align-items: end; padding: 24px; border-radius: 18px; color: white; background: var(--ink); transition: transform .25s; }
.category-card:hover { transform: translateY(-5px); }
.category-card::after { content:""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(7,24,20,.82)); }
.category-card > div { position: relative; z-index: 2; }
.category-card > div > span { color: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; }
.category-card h3 { margin: 3px 0 2px; color: white; font-size: 18px; }
.category-card p { margin: 0; color: rgba(255,255,255,.64); font-size: 11px; }
.category-large { grid-column: span 2; grid-row: span 2; padding: 34px; }
.category-large h3 { font-size: 27px; }
.category-symbol { position: absolute !important; inset: 0; display: grid; place-items: center; opacity: .32; font: 400 100px Georgia; transform: translateY(-18px) rotate(-8deg); }
.cat-hamper { background: linear-gradient(135deg, #72432e, #bd7954); }
.cat-tech { background: linear-gradient(135deg, #1b4943, #347369); }
.cat-desk { background: linear-gradient(135deg, #594c3e, #917863); }
.cat-apparel { background: linear-gradient(135deg, #8b5946, #c18568); }
.cat-wellness { background: linear-gradient(135deg, #536647, #8a9d6a); }
.cat-premium { background: linear-gradient(135deg, #313b46, #687786); }
.cat-lifestyle { background: linear-gradient(135deg, #796056, #b79483); }
.cat-awards { background: linear-gradient(135deg, #7a5b25, #bd9046); }
.category-art { position: absolute !important; inset: 20px 15px 80px; }
.art-basket { position: absolute; left: 17%; right: 12%; bottom: 0; height: 150px; border-radius: 8px 8px 40px 40px; background: repeating-linear-gradient(90deg, #c49054 0 8px, #a96f38 9px 13px); box-shadow: 0 22px 30px rgba(0,0,0,.25); }
.art-basket::before { content:""; position: absolute; left: 17%; right: 17%; top: -48px; height: 90px; border: 14px solid #9b6336; border-bottom: 0; border-radius: 100px 100px 0 0; }
.art-bottle { position: absolute; z-index: 2; left: 28%; bottom: 108px; width: 61px; height: 145px; border-radius: 15px; background: #304a40; transform: rotate(-9deg); }
.art-bottle::before { content:""; position: absolute; left: 16px; top: -25px; width: 30px; height: 30px; background: #cfb375; border-radius: 4px; }
.art-jar { position: absolute; z-index: 2; right: 23%; bottom: 100px; width: 105px; height: 120px; border-radius: 45px 45px 16px 16px; background: #e0c291; border-top: 16px solid #2d443a; transform: rotate(7deg); }
.category-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 25px; padding: 24px 28px; border-radius: 14px; color: var(--ink); background: var(--cream); }
.category-cta p { margin: 0; font-size: 14px; }
.category-cta a { color: var(--green); font-weight: 800; font-size: 13px; white-space: nowrap; }

.service-area { overflow: hidden; background: var(--cream); }
.service-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.service-area-copy h2 { margin: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.13; letter-spacing: -2.7px; }
.service-area-copy h2 em { color: var(--rust); font-family: Georgia, serif; font-weight: 400; }
.service-area-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.area-details { display: grid; gap: 1px; margin: 27px 0 0; padding: 0; border-radius: 15px; overflow: hidden; list-style: none; background: rgba(24,55,47,.12); }
.area-details li { display: grid; grid-template-columns: 115px 1fr; gap: 16px; padding: 14px 18px; background: rgba(255,255,255,.65); font-size: 13px; }
.area-details strong { color: var(--ink); }
.area-details a { color: var(--green); font-weight: 700; }
.service-area-map { min-height: 500px; position: relative; overflow: hidden; border-radius: 28px; background: radial-gradient(circle at 48% 48%, #32715f, #183b32 58%, #112b24); box-shadow: var(--shadow); }
.service-area-map::before { content:""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(30deg, #fff 1px, transparent 1px), linear-gradient(120deg, #fff 1px, transparent 1px); background-size: 48px 84px; }
.service-area-map > strong { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 150px; height: 150px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(231,201,144,.7); border-radius: 50%; color: white; background: rgba(16,48,39,.9); font: 800 17px/1.4 "Manrope"; letter-spacing: 2px; box-shadow: 0 15px 40px rgba(0,0,0,.25); }
.service-area-map > strong small { color: var(--gold-light); font-size: 7px; letter-spacing: 1px; }
.map-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(231,201,144,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 310px; height: 310px; }
.ring-two { width: 470px; height: 470px; }
.map-pin { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 700; }
.map-pin i { width: 11px; height: 11px; display: block; border: 3px solid var(--gold-light); border-radius: 50%; background: var(--rust); box-shadow: 0 0 0 6px rgba(231,201,144,.12); }
.pin-noida { left: 69%; top: 31%; }
.pin-delhi { left: 19%; top: 34%; }
.pin-gurugram { left: 15%; bottom: 22%; }
.pin-india { right: 11%; bottom: 20%; }

.testimonials { color: white; background: #142f28; }
.testimonials .section-heading h2 { color: white; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { min-height: 340px; display: flex; flex-direction: column; padding: 35px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.035); }
.testimonial-card.highlight { transform: translateY(-12px); color: var(--ink); border-color: var(--gold-light); background: var(--gold-light); }
.quote-mark { color: var(--gold-light); font: 70px/1 Georgia; }
.highlight .quote-mark { color: var(--rust); }
.testimonial-card > p { margin: 5px 0 30px; font: 500 16px/1.8 "DM Sans"; color: rgba(255,255,255,.79); }
.highlight > p { color: var(--ink); }
.testimonial-person { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.highlight .testimonial-person { border-color: rgba(24,55,47,.18); }
.testimonial-person > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold-light); font-size: 10px; font-weight: 800; }
.highlight .testimonial-person > span { color: white; background: var(--rust); }
.testimonial-person strong, .testimonial-person small { display: block; }
.testimonial-person strong { font: 700 13px "Manrope"; }
.testimonial-person small { margin-top: 3px; color: rgba(255,255,255,.52); font-size: 10px; }
.highlight .testimonial-person small { color: rgba(24,55,47,.6); }
.logo-strip { margin-top: 70px; padding-top: 36px; text-align: center; border-top: 1px solid rgba(255,255,255,.1); }
.logo-strip p { color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: 2px; font-size: 10px; font-weight: 700; }
.logo-strip > div { display: flex; justify-content: space-around; align-items: center; gap: 30px; margin-top: 25px; color: rgba(255,255,255,.45); font: 700 19px "Manrope"; }
.logo-strip small { display: block; margin-top: 22px; color: rgba(255,255,255,.25); font-size: 9px; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-intro > p:not(.eyebrow) { max-width: 390px; color: var(--muted); }
.faq-intro a { display: inline-block; margin-top: 15px; color: var(--green); font-size: 14px; font-weight: 800; }
.faq-item { border-bottom: 1px solid rgba(24,55,47,.18); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; text-align: left; color: var(--ink); border: 0; background: none; cursor: pointer; font: 700 17px "Manrope"; }
.faq-item button i { width: 28px; height: 28px; flex: 0 0 28px; position: relative; border: 1px solid rgba(24,55,47,.25); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content:""; position: absolute; left: 8px; right: 8px; top: 13px; height: 1px; background: var(--ink); transition: transform .2s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding: 0 45px 25px 0; }

.final-cta { min-height: 500px; position: relative; overflow: hidden; display: grid; place-items: center; color: white; background: var(--rust); }
.cta-pattern { position: absolute; inset: -100px; opacity: .12; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 48px, #fff 49px 50px); }
.final-cta::before, .final-cta::after { content:""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.final-cta::before { left: -180px; top: -240px; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.final-cta::after { right: -200px; bottom: -280px; box-shadow: 0 0 0 70px rgba(255,255,255,.035); }
.final-cta-inner { position: relative; z-index: 2; padding: 70px 0; text-align: center; }
.final-cta h2 { margin: 0; color: white; font-size: clamp(48px, 6vw, 76px); line-height: 1.08; letter-spacing: -4px; }
.final-cta h2 em { color: #ffe0aa; }
.final-cta-inner > p:not(.eyebrow) { max-width: 620px; margin: 20px auto 30px; color: rgba(255,255,255,.75); font-size: 17px; }
.final-cta .button-whatsapp { background: white; color: var(--ink); box-shadow: 0 17px 35px rgba(60,19,7,.2); }
.final-cta small { display: block; margin-top: 15px; color: rgba(255,255,255,.56); }

.footer { padding: 80px 0 25px; color: rgba(255,255,255,.62); background: #0d211c; }
.footer-top { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; padding-bottom: 55px; }
.brand-light { color: white; }
.footer-brand > p { margin-top: 22px; color: rgba(255,255,255,.48); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.footer-links h3 { margin: 0 0 18px; color: white; text-transform: uppercase; letter-spacing: 1.6px; font-size: 10px; }
.footer-links a, .footer-links p { display: block; margin: 9px 0; font-size: 13px; transition: color .2s; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-seo { margin: 0; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.37); font-size: 10px; line-height: 1.75; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; }
.floating-whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; background: var(--whatsapp); box-shadow: 0 10px 30px rgba(0,0,0,.22); transition: transform .2s; }
.floating-whatsapp:hover { transform: scale(1.08); }
.floating-whatsapp svg { width: 31px; fill: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 11px; }
  .nav-cta { display: none; }
  .hero { min-height: auto; }
  .hero-grid { gap: 20px; }
  .hero-visual { transform: scale(.9); transform-origin: center; }
  .process-grid, .faq-grid, .service-area-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .site-header, .site-header.scrolled { height: 70px; }
  .menu-toggle { display: block; z-index: 3; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; visibility: hidden; opacity: 0; background: rgba(13,33,28,.98); transition: .25s; }
  .main-nav.open { visibility: visible; opacity: 1; }
  .main-nav a { font: 700 25px "Manrope"; color: white; }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { width: min(590px,100%); min-height: 520px; margin: 0 auto; }
  .trust-strip { flex-wrap: wrap; justify-content: center; gap: 18px 35px; height: auto; padding: 30px 0; }
  .section { padding: 85px 0; }
  .problem-grid, .service-grid, .difference-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .problem-card:last-child, .testimonial-card:last-child { grid-column: 1 / -1; }
  .service-grid { border: 0; gap: 15px; }
  .service-card { border: 1px solid var(--line); border-radius: 15px; }
  .split-heading { display: block; text-align: center; }
  .split-heading > p { margin: 20px auto 0 !important; }
  .process-grid, .faq-grid, .footer-top, .service-area-grid { grid-template-columns: 1fr; }
  .process-intro { position: static; text-align: center; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .service-area-map { min-height: 430px; order: 2; }
  .testimonial-card.highlight { transform: none; }
  .logo-strip > div { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand strong { font-size: 18px; }
  h1 { font-size: 47px; letter-spacing: -2.8px; }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 430px; margin-top: -10px; transform: scale(.77); transform-origin: top center; margin-bottom: -95px; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 1.8px; }
  .badge-top { right: -18px; }
  .badge-bottom { left: -18px; }
  .trust-strip { font-size: 11px; }
  .section-heading h2, .faq-intro h2, .process-intro h2 { font-size: 39px; letter-spacing: -2px; }
  .problem-grid, .service-grid, .difference-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .problem-card:last-child, .testimonial-card:last-child { grid-column: auto; }
  .problem-card { min-height: auto; }
  .service-card { min-height: 330px; }
  .difference-item { padding: 22px 18px; }
  .process-grid { gap: 50px; }
  .step { grid-template-columns: 56px 1fr; gap: 16px; }
  .step-number { width: 54px; height: 54px; }
  .steps::before { left: 27px; }
  .category-grid { grid-template-columns: 1fr; grid-auto-rows: 235px; }
  .category-large { grid-column: auto; grid-row: span 2; }
  .category-cta { align-items: start; flex-direction: column; }
  .seo-intro-inner { grid-template-columns: 1fr; text-align: center; }
  .seo-intro-pin { margin-inline: auto; }
  .service-area-map { min-height: 350px; }
  .service-area-copy { text-align: center; }
  .area-details { text-align: left; }
  .logo-strip > div { gap: 25px; }
  .faq-grid { gap: 50px; }
  .final-cta h2 { font-size: 52px; letter-spacing: -3px; }
  .footer { padding-top: 60px; }
  .footer-top { gap: 45px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 30px; }
  .contact-list { grid-column: 1 / -1; }
  .footer-bottom { align-items: center; flex-direction: column; gap: 14px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
