/* ==========================================================================
   KRSM Global — Ads Landing Page Styles
   Scoped under .krsm-lp so nothing here affects the rest of the website.
   Page: /corporate-office-interior-gurgaon
   Design: elegant, premium aesthetic for an interior-design brand.
   ========================================================================== */

/* Self-hosted fonts (latin) — no render-blocking external request */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/cormorant-garamond-600.woff2) format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/cormorant-garamond-700.woff2) format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/poppins-300.woff2) format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/poppins-400.woff2) format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/poppins-500.woff2) format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/poppins-600.woff2) format('woff2');}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/poppins-700.woff2) format('woff2');}

/* Hide the site's floating "Quick Enquiry" side tab on this landing page only */
#feedback,
#popup1 { display: none !important; }

.krsm-lp {
  --lp-primary: #32C36C;
  --lp-primary-dark: #1f9a52;
  --lp-ink: #16221c;          /* deep charcoal-green for headings */
  --lp-body: #57625b;         /* warm muted body text */
  --lp-muted: #8a938d;
  --lp-cream: #f7f4ee;        /* warm neutral background */
  --lp-cream-2: #efeae1;
  --lp-line: #e7e1d6;         /* hairline border */
  --lp-gold: #c9a96a;         /* subtle premium accent */
  --lp-whatsapp: #25d366;
  --lp-shadow: 0 18px 50px rgba(22, 34, 28, .10);
  font-family: 'Poppins', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--lp-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.krsm-lp *,
.krsm-lp *::before,
.krsm-lp *::after { box-sizing: border-box; }

.krsm-lp h1,
.krsm-lp h2,
.krsm-lp h3,
.krsm-lp h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  line-height: 1.12;
  color: var(--lp-ink);
  letter-spacing: .2px;
}

.krsm-lp p { line-height: 1.75; font-weight: 300; }
.krsm-lp section { scroll-margin-top: 80px; }

/* Display serif accent helper */
.krsm-lp .lp-serif { font-family: 'Cormorant Garamond', Georgia, serif; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.lp-hero {
  position: relative;
  background:
    radial-gradient(1000px 480px at 92% -12%, rgba(50, 195, 108, .20), transparent 60%),
    linear-gradient(110deg, rgba(10, 20, 15, .9) 0%, rgba(12, 26, 19, .6) 46%, rgba(12, 26, 19, .22) 100%),
    url('../images/corporate-office-interior-gurgaon.jpg') center center / cover no-repeat;
  color: #fff;
  padding: 88px 0 80px;
  overflow: hidden;
}
.lp-hero::before {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  top: -90px; right: -50px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(50, 195, 108, .28), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}
.lp-hero .container { position: relative; z-index: 1; }

.lp-hero .lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #eafff3;
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 22px;
}
.lp-hero .lp-eyebrow i { color: var(--lp-primary); }

.lp-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  margin-bottom: 18px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .3px;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .4);
}
.lp-hero h1 .lp-accent {
  color: var(--lp-primary);
  font-style: italic;
}
.lp-hero .lp-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: #e7efe9;
  max-width: 540px;
  margin-bottom: 28px;
  font-weight: 300;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .45);
}
.lp-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }

.lp-trust-line { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.lp-trust-line div {
  font-weight: 400;
  font-size: 13.5px;
  color: #eafff3;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 50px;
}
.lp-trust-line i { color: var(--lp-primary); margin-right: 8px; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: .3px;
  padding: 11px 22px;
  border-radius: 50px;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease;
  font-size: 14px;
  line-height: 1.2;
}
/* moving shine sweep across every button on hover */
.lp-btn::before {
  content: "";
  position: absolute;
  top: 0; left: -130%;
  width: 55%; height: 100%;
  z-index: -1;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-22deg);
  transition: left .6s ease;
}
.lp-btn:hover::before { left: 140%; }
.lp-btn:hover { transform: translateY(-2px) scale(1.02); }
.lp-btn:active { transform: translateY(0) scale(.99); }

.lp-btn-call { background: var(--lp-primary); color: #fff; box-shadow: 0 8px 22px rgba(50, 195, 108, .32); animation: lp-cta-glow 2.6s ease-in-out infinite; }
.lp-btn-call:hover { background: var(--lp-primary-dark); color: #fff; animation-play-state: paused; box-shadow: 0 14px 32px rgba(50, 195, 108, .5); }
.lp-btn-wa { background: var(--lp-whatsapp); color: #fff; box-shadow: 0 8px 22px rgba(37, 211, 102, .32); }
.lp-btn-wa:hover { background: #1da851; color: #fff; box-shadow: 0 14px 32px rgba(37, 211, 102, .5); }
.lp-btn-ghost {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lp-btn-ghost:hover { background: rgba(255, 255, 255, .95); color: var(--lp-ink); border-color: #fff; }
.lp-btn-block { width: 100%; padding: 13px 22px; font-size: 15px; }
.lp-btn-light { background: rgba(255, 255, 255, .95); color: var(--lp-ink); }
.lp-btn-light:hover { background: var(--lp-ink); color: #fff; }

/* attention glow for the primary call-to-action */
@keyframes lp-cta-glow {
  0%, 100% { box-shadow: 0 8px 22px rgba(50, 195, 108, .3); }
  50%      { box-shadow: 0 10px 30px rgba(50, 195, 108, .6); }
}
@media (prefers-reduced-motion: reduce) {
  .lp-btn-call { animation: none; }
  .lp-btn::before { display: none; }
}

/* --------------------------------------------------------------------------
   Lead form card — frosted glass
   -------------------------------------------------------------------------- */
.lp-lead-card {
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .7);
  color: var(--lp-ink);
  position: relative;
}
.lp-lead-card::before {
  content: "";
  position: absolute;
  top: 0; left: 30px; right: 30px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--lp-primary), var(--lp-gold));
}
.lp-lead-card h3 { font-size: 27px; margin-bottom: 4px; }
.lp-lead-card .lp-lead-sub {
  color: var(--lp-muted); font-size: 13.5px; margin-bottom: 18px;
  font-family: 'Poppins', sans-serif; font-weight: 300;
}
.lp-lead-card .form-control,
.lp-lead-card .form-select {
  background: rgba(255, 255, 255, .85);
  border: 1.5px solid var(--lp-line);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin-bottom: 11px;
  color: var(--lp-ink);
}
.lp-lead-card .form-control::placeholder { color: #9aa39c; }
.lp-lead-card .form-control:focus,
.lp-lead-card .form-select:focus {
  border-color: var(--lp-primary);
  box-shadow: 0 0 0 .2rem rgba(50, 195, 108, .15);
}
.lp-lead-card label.error {
  color: #c0392b;
  font-size: 12px;
  font-weight: 500;
  margin: -8px 0 8px;
  display: block;
}
.lp-form-note {
  font-size: 12px; color: var(--lp-muted); text-align: center; margin-top: 10px;
  font-family: 'Poppins', sans-serif; font-weight: 300;
}
.lp-form-note i { color: var(--lp-primary); }

/* --------------------------------------------------------------------------
   Section scaffolding
   -------------------------------------------------------------------------- */
.lp-section { padding: 84px 0; background: #fff; }
.lp-section-soft {
  background:
    radial-gradient(620px 360px at 8% 0%, rgba(50, 195, 108, .10), transparent 60%),
    radial-gradient(560px 360px at 100% 100%, rgba(201, 169, 106, .12), transparent 60%),
    var(--lp-cream);
}
.lp-section-dark { background: #14201a; color: #fff; }
.lp-section-dark h2, .lp-section-dark h4 { color: #fff; }

.lp-head { text-align: center; max-width: 660px; margin: 0 auto 52px; }
.lp-head .lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lp-primary-dark);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 14px;
}
.lp-head .lp-kicker::before,
.lp-head .lp-kicker::after {
  content: "";
  width: 28px; height: 1px;
  background: var(--lp-gold);
}
.lp-head h2 { font-size: clamp(30px, 3.6vw, 44px); margin: 0 0 12px; font-weight: 600; }
.lp-head p { color: var(--lp-body); margin: 0; font-size: 15.5px; }
.lp-section-dark .lp-head p { color: #c3d3cb; }

/* --------------------------------------------------------------------------
   Trusted-by client logo marquee
   -------------------------------------------------------------------------- */
.lp-logos-section { padding: 18px 0 40px; background: #fff; border-bottom: 1px solid var(--lp-line); }
.lp-logos-title {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--lp-muted);
  margin: 0 0 26px;
}
.lp-logos {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.lp-logos-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: lp-marquee 45s linear infinite;
}
.lp-logos:hover .lp-logos-track { animation-play-state: paused; }
.lp-logo-item { flex: 0 0 auto; }
.lp-logo-item img {
  height: 46px;
  width: auto;
  object-fit: contain;
  opacity: 1;
  transition: transform .3s ease;
}
.lp-logo-item img:hover { transform: scale(1.06); }
@keyframes lp-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .lp-logos-track { animation: none; flex-wrap: wrap; justify-content: center; }
}

/* --------------------------------------------------------------------------
   Trust / proof stats
   -------------------------------------------------------------------------- */
.lp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.lp-stat {
  background: rgba(255, 255, 255, .6);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  border-radius: 16px;
  padding: 32px 18px;
  text-align: center;
  box-shadow: var(--lp-shadow);
  border: 1px solid rgba(255, 255, 255, .7);
  transition: transform .3s ease, box-shadow .3s ease;
}
.lp-stat:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(22, 34, 28, .14); }
.lp-stat .lp-stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: 40px; font-weight: 700; line-height: 1;
  letter-spacing: .5px;
  color: var(--lp-primary-dark);
}
.lp-stat .lp-stat-label {
  color: var(--lp-body); font-weight: 400; margin-top: 8px; font-size: 14px;
  letter-spacing: .3px;
}

.lp-industries { text-align: center; margin-top: 38px; }
.lp-industries .lp-tag {
  display: inline-block;
  background: var(--lp-cream);
  border: 1px solid var(--lp-line);
  border-radius: 50px;
  padding: 9px 20px;
  margin: 6px;
  font-weight: 400;
  font-size: 13.5px;
  color: var(--lp-ink);
  transition: all .25s ease;
}
.lp-industries .lp-tag:hover { background: var(--lp-ink); color: #fff; border-color: var(--lp-ink); }
.lp-industries .lp-tag:hover i { color: var(--lp-primary); }
.lp-industries .lp-tag i { color: var(--lp-primary-dark); margin-right: 7px; }

/* --------------------------------------------------------------------------
   Services
   -------------------------------------------------------------------------- */
.lp-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.lp-service {
  background: rgba(255, 255, 255, .58);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 18px;
  padding: 34px 28px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
  overflow: hidden;
}
.lp-service::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--lp-primary), var(--lp-gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.lp-service:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 55px rgba(22, 34, 28, .13);
  border-color: transparent;
}
.lp-service:hover::after { transform: scaleX(1); }
.lp-service .lp-ico {
  width: 60px; height: 60px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--lp-primary), var(--lp-primary-dark));
  color: #fff;
  font-size: 23px;
  margin-bottom: 20px;
  box-shadow: 0 10px 22px rgba(50, 195, 108, .3);
}
.lp-service h4 { font-size: 23px; margin-bottom: 10px; font-weight: 600; }
.lp-service p { color: var(--lp-body); margin: 0; font-size: 14.5px; }

/* --------------------------------------------------------------------------
   Portfolio gallery
   -------------------------------------------------------------------------- */
.lp-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-gallery-item {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  text-decoration: none;
  box-shadow: var(--lp-shadow);
}
.lp-gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.lp-gallery-item:hover img { transform: scale(1.08); }

/* action buttons (images + video) bottom-right */
.lp-gallery-actions {
  position: absolute;
  right: 14px; bottom: 14px;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.lp-ga-btn {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: var(--lp-ink);
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.lp-ga-btn:hover { transform: translateY(-3px); background: var(--lp-primary); color: #fff; }
.lp-ga-video:hover { background: #ff0000; color: #fff; }

/* video modal */
.lp-video-modal { background: #000; border: none; border-radius: 12px; overflow: hidden; position: relative; }
.lp-video-close { position: absolute; top: 10px; right: 12px; z-index: 3; }
.lp-gallery-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 22px 20px 18px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 21px;
  background: linear-gradient(to top, rgba(10, 18, 13, .9), rgba(10, 18, 13, 0));
}
.lp-gallery-cap span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 300; font-size: 12.5px; color: #cfe9da; margin-top: 3px;
}
.lp-gallery-cap span i { color: var(--lp-primary); margin-right: 5px; }

/* --------------------------------------------------------------------------
   Process
   -------------------------------------------------------------------------- */
.lp-process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.lp-step {
  background: rgba(255, 255, 255, .58);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .7);
  transition: transform .3s ease, box-shadow .3s ease;
}
.lp-step:hover { transform: translateY(-5px); box-shadow: var(--lp-shadow); }
.lp-step .lp-step-num {
  width: 52px; height: 52px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--lp-cream);
  border: 1.5px solid var(--lp-primary);
  color: var(--lp-primary-dark);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.lp-step:hover .lp-step-num { background: var(--lp-primary); color: #fff; border-color: var(--lp-primary); }
.lp-step h4 { font-size: 19px; margin-bottom: 6px; font-weight: 600; }
.lp-step p { color: var(--lp-body); font-size: 13px; margin: 0; }

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */
.lp-testimonials {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.lp-testimonials::-webkit-scrollbar { display: none; }
.lp-testimonials .lp-quote {
  flex: 0 0 calc((100% - 52px) / 3);   /* 3 cards per view */
  scroll-snap-align: start;
}
.lp-testi-dots { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 30px; }
.lp-testi-dots button {
  width: 9px; height: 9px; padding: 0;
  border: none; border-radius: 50px; cursor: pointer;
  background: #d9d2c6;
  transition: background .25s ease, width .25s ease;
}
.lp-testi-dots button.active { background: var(--lp-primary); width: 26px; }
.lp-quote {
  background: rgba(255, 255, 255, .6);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  border-radius: 18px;
  padding: 34px 28px;
  box-shadow: var(--lp-shadow);
  border: 1px solid rgba(255, 255, 255, .7);
  position: relative;
}
.lp-quote::before {
  content: "\201C";
  font-family: 'Cormorant Garamond', serif;
  position: absolute; top: 10px; right: 26px;
  font-size: 90px; line-height: 1;
  color: rgba(50, 195, 108, .14);
}
.lp-quote .lp-stars { color: var(--lp-gold); margin-bottom: 14px; font-size: 14px; }
.lp-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 19px; font-weight: 500;
  color: var(--lp-ink); line-height: 1.5;
}
.lp-quote .lp-author { margin-top: 18px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14.5px; color: var(--lp-ink); }
.lp-quote .lp-author span { display: block; font-weight: 300; font-size: 12.5px; color: var(--lp-muted); }

/* --------------------------------------------------------------------------
   Why choose us
   -------------------------------------------------------------------------- */
.lp-why { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 36px; }
.lp-why-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: rgba(255, 255, 255, .6);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 14px;
  padding: 22px 24px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.lp-why-item:hover { transform: translateY(-3px); box-shadow: var(--lp-shadow); }
.lp-why-item i {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--lp-primary), var(--lp-primary-dark));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
  box-shadow: 0 8px 18px rgba(50, 195, 108, .28);
}
.lp-why-item h4 { font-size: 20px; margin: 2px 0 5px; font-weight: 600; }
.lp-why-item p { color: var(--lp-body); margin: 0; font-size: 14px; }

/* --------------------------------------------------------------------------
   Offer banner
   -------------------------------------------------------------------------- */
.lp-offer {
  position: relative;
  background:
    radial-gradient(700px 300px at 100% 0%, rgba(255, 255, 255, .12), transparent 60%),
    linear-gradient(125deg, #15221b 0%, #1f9a52 130%);
  color: #fff;
  text-align: center;
  border-radius: 22px;
  padding: 56px 30px;
  overflow: hidden;
}
.lp-offer h2 { color: #fff; font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 24px; font-weight: 600; }
.lp-offer .lp-offer-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-bottom: 30px;
}
.lp-offer .lp-offer-grid div {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 14px 22px;
  font-weight: 400;
  font-size: 14.5px;
}
.lp-offer .lp-offer-grid i { margin-right: 8px; color: #bff5d5; }

/* --------------------------------------------------------------------------
   Final CTA
   -------------------------------------------------------------------------- */
.lp-final-cta { text-align: center; }
.lp-final-cta h2 { font-size: clamp(30px, 3.6vw, 46px); margin-bottom: 12px; font-weight: 600; }
.lp-final-cta .lp-urgency {
  color: var(--lp-primary-dark);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .3px;
  margin-bottom: 26px;
}
.lp-final-cta .lp-hero-cta { justify-content: center; }

/* --------------------------------------------------------------------------
   Sticky mobile action bar + floating WhatsApp
   -------------------------------------------------------------------------- */
.lp-float-wa {
  position: fixed;
  left: 18px;
  bottom: 22px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--lp-whatsapp);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 27px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .5);
  z-index: 1040;
  animation: lp-pulse 2.2s infinite;
}
.lp-float-wa:hover { color: #fff; }
@keyframes lp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, .5); }
  70%  { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.lp-mobile-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  display: none;
  z-index: 1040;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, .15);
}
.lp-mobile-bar a {
  flex: 1;
  text-align: center;
  padding: 14px 6px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 14.5px;
}
.lp-mobile-bar a i { margin-right: 6px; }
.lp-mobile-bar .lp-mb-call { background: var(--lp-primary); }
.lp-mobile-bar .lp-mb-wa { background: var(--lp-whatsapp); }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .lp-services { grid-template-columns: repeat(2, 1fr); }
  .lp-gallery { grid-template-columns: repeat(2, 1fr); }
  .lp-stats { grid-template-columns: repeat(2, 1fr); }
  .lp-process { grid-template-columns: repeat(2, 1fr); }
  .lp-why { grid-template-columns: 1fr; }
  .lp-testimonials .lp-quote { flex: 0 0 calc((100% - 26px) / 2); }  /* 2 per view */
}

@media (max-width: 575.98px) {
  .lp-hero { padding: 54px 0; }
  .lp-section { padding: 56px 0; }
  .lp-services,
  .lp-gallery,
  .lp-stats,
  .lp-process { grid-template-columns: 1fr; }
  .lp-testimonials .lp-quote { flex: 0 0 100%; }   /* 1 per view */
  .lp-float-wa { bottom: 78px; }   /* sit above the mobile action bar */
  .lp-mobile-bar { display: flex; }
  .krsm-lp { padding-bottom: 54px; } /* room for fixed mobile bar */
}
