/* ============================================================
   Lappyfy — Corporate Laptop Rental Landing Page
   Premium, interactive B2B experience. All rules scoped under
   #lappyfy-corporate-rental so the page can drop into WordPress
   without affecting other content.

   SECTIONS
   1.  Tokens & scoped resets
   2.  Utilities
   3.  Buttons
   4.  Header + nav + progress
   5.  Hero (kinetic device scene)
   6.  Trust strip
   7.  Problem (dark) + flow
   8.  Solution + compare
   9.  Hardware bento
   10. Builder (inline configurator) + summary
   11. Use-case rail
   12. Persona selector
   13. Coverage map
   14. Prose (location SEO)
   15. Pipeline (how it works)
   16. Features / social proof
   17. Bulk CTA (cycling numbers)
   18. Lead form
   19. Final CTA + footer + mobile bar
   20. Enquiry modal
   21. Responsive
   22. Motion / reduced-motion
   ============================================================ */

/* ============================================================
   1. TOKENS
   ============================================================ */
#lappyfy-corporate-rental {
  --lappyfy-blue: #045cb4;
  --lappyfy-blue-dark: #034a92;
  --lappyfy-blue-soft: #e8f1fb;
  --accent: #2aa5ff;
  --accent-2: #6366f1;
  --mint: #20c9c3;
  --grad: linear-gradient(100deg, var(--lappyfy-blue) 0%, var(--accent) 60%, #47b4ff 100%);
  --grad-cta: linear-gradient(120deg, #045cb4 0%, #0a74d6 55%, #2aa5ff 100%);
  --grad-full: linear-gradient(135deg, #045cb4 0%, #1688ff 55%, #20c9c3 100%);

  --lappyfy-dark: #071a2f;
  --lappyfy-ink: #0b1220;
  --lappyfy-text: #1f2937;
  --lappyfy-muted: #64748b;
  --lappyfy-border: #e6ebf2;
  --lappyfy-light: #f6f9fc;
  --lappyfy-white: #ffffff;
  --wa-green: #25d366;
  --wa-green-dark: #1da851;

  --r: 16px;
  --r-sm: 11px;
  --r-lg: 22px;
  --r-pill: 999px;
  --shadow-xs: 0 1px 2px rgba(15,23,42,.06);
  --shadow-sm: 0 2px 8px rgba(15,23,42,.06), 0 1px 2px rgba(15,23,42,.05);
  --shadow-md: 0 10px 30px rgba(15,23,42,.09);
  --shadow-lg: 0 24px 60px rgba(7,26,47,.16);
  --shadow-blue: 0 14px 34px rgba(4,92,180,.26);
  --shadow-wa: 0 14px 30px rgba(37,211,102,.30);
  --maxw: 1180px;

  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--lappyfy-text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: var(--lappyfy-white);
}

/* ---- Scoped resets ---- */
#lappyfy-corporate-rental *,
#lappyfy-corporate-rental *::before,
#lappyfy-corporate-rental *::after { box-sizing: border-box; }
#lappyfy-corporate-rental img { max-width: 100%; height: auto; display: block; }
#lappyfy-corporate-rental h1,
#lappyfy-corporate-rental h2,
#lappyfy-corporate-rental h3 {
  margin: 0; color: var(--lappyfy-ink); line-height: 1.14;
  font-weight: 800; letter-spacing: -0.02em;
}
#lappyfy-corporate-rental p { margin: 0; }
#lappyfy-corporate-rental a { color: var(--lappyfy-blue); text-decoration: none; }
#lappyfy-corporate-rental a:hover { text-decoration: underline; }
#lappyfy-corporate-rental ul, #lappyfy-corporate-rental ol { margin: 0; padding: 0; list-style: none; }
#lappyfy-corporate-rental dl, #lappyfy-corporate-rental dd, #lappyfy-corporate-rental dt { margin: 0; }
#lappyfy-corporate-rental fieldset { margin: 0; padding: 0; border: 0; }
#lappyfy-corporate-rental legend { padding: 0; }
#lappyfy-corporate-rental button { font-family: inherit; }
#lappyfy-corporate-rental :focus-visible {
  outline: 3px solid rgba(42,165,255,.55); outline-offset: 2px; border-radius: 6px;
}
#lappyfy-corporate-rental [hidden] { display: none !important; }

/* ============================================================
   2. UTILITIES
   ============================================================ */
.lcr-container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.lcr-ico { width: 20px; height: 20px; flex: none; }
.lcr-ico--lg { width: 40px; height: 40px; }
.lcr-grad {
  background: var(--grad-full);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lcr-kicker {
  display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--lappyfy-blue); margin-bottom: 12px;
}
.lcr-section__head--light .lcr-kicker { color: var(--accent); }

/* ============================================================
   3. BUTTONS
   ============================================================ */
#lappyfy-corporate-rental .lcr-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 15px; line-height: 1;
  padding: 15px 24px; border-radius: var(--r-sm);
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .16s cubic-bezier(.34,1.3,.64,1), box-shadow .16s ease, background-color .16s ease, border-color .16s ease, filter .16s ease;
  text-decoration: none; white-space: nowrap; letter-spacing: -0.01em;
}
#lappyfy-corporate-rental .lcr-btn:hover { text-decoration: none; transform: translateY(-2px); }
#lappyfy-corporate-rental .lcr-btn:active { transform: translateY(0); }
.lcr-btn--sm { padding: 11px 17px; font-size: 14px; border-radius: 10px; }
.lcr-btn--lg { padding: 17px 28px; font-size: 16px; }
.lcr-btn--block { width: 100%; }
.lcr-btn__arrow { transition: transform .18s ease; }
.lcr-btn:hover .lcr-btn__arrow { transform: translateX(4px); }

.lcr-btn--whatsapp { background: var(--wa-green); color: #fff; box-shadow: var(--shadow-sm); }
.lcr-btn--whatsapp:hover { background: var(--wa-green-dark); color: #fff; box-shadow: var(--shadow-wa); }
.lcr-btn--whatsapp .lcr-ico { fill: #fff; }

.lcr-btn--primary { background-image: var(--grad-cta); color: #fff; box-shadow: var(--shadow-sm); }
.lcr-btn--primary:hover { color: #fff; box-shadow: var(--shadow-blue); filter: saturate(1.08); }

.lcr-btn--ghost { background: rgba(255,255,255,.7); color: var(--lappyfy-ink); border-color: var(--lappyfy-border); }
.lcr-btn--ghost:hover { border-color: var(--lappyfy-blue); color: var(--lappyfy-blue); background: var(--lappyfy-blue-soft); }

.lcr-btn--outline { background: transparent; color: var(--lappyfy-blue); border-color: var(--lappyfy-blue); }
.lcr-btn--outline:hover { background: var(--lappyfy-blue-soft); color: var(--lappyfy-blue-dark); }
.lcr-btn--outline .lcr-ico { fill: currentColor; }

.lcr-btn--white { background: #fff; color: var(--lappyfy-blue); }
.lcr-btn--white:hover { background: #eef4fb; color: var(--lappyfy-blue-dark); }
.lcr-btn--outline-white { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.5); }
.lcr-btn--outline-white:hover { background: rgba(255,255,255,.16); color: #fff; border-color: #fff; }

.lcr-btn__spinner { width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; animation: lcr-spin .7s linear infinite; }
@keyframes lcr-spin { to { transform: rotate(360deg); } }
.lcr-btn.is-loading .lcr-btn__label { display: none; }

/* ============================================================
   4. HEADER + PROGRESS
   ============================================================ */
.lcr-progress { position: sticky; top: 0; z-index: 51; height: 3px; background: transparent; }
.lcr-progress span { display: block; height: 100%; width: 0; background: var(--grad-full); transition: width .1s linear; }

.lcr-header {
  position: sticky; top: 3px; z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(230,235,242,.9);
}
.lcr-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 66px; }
.lcr-logo { display: inline-flex; align-items: center; }
#lappyfy-corporate-rental .lcr-logo img { height: 40px; width: auto; }
.lcr-nav { display: flex; gap: 26px; margin-left: auto; }
.lcr-nav a { color: var(--lappyfy-text); font-weight: 500; font-size: 15px; position: relative; }
.lcr-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px;
  background: var(--grad); border-radius: 2px; transition: right .22s ease;
}
.lcr-nav a:hover { color: var(--lappyfy-blue); text-decoration: none; }
.lcr-nav a:hover::after { right: 0; }
.lcr-header__cta { display: flex; align-items: center; gap: 12px; }

.lcr-hamburger {
  display: none; flex-direction: column; gap: 4px; width: 42px; height: 42px;
  background: #fff; border: 1px solid var(--lappyfy-border); border-radius: 10px;
  cursor: pointer; align-items: center; justify-content: center;
}
.lcr-hamburger span { width: 18px; height: 2px; background: var(--lappyfy-ink); border-radius: 2px; transition: .2s; }
.lcr-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.lcr-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.lcr-hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.lcr-mobile-nav {
  display: flex; flex-direction: column; gap: 4px; padding: 12px 22px 20px;
  border-top: 1px solid var(--lappyfy-border); background: #fff;
}
.lcr-mobile-nav a { padding: 13px 10px; color: var(--lappyfy-text); font-weight: 500; border-radius: 10px; }
.lcr-mobile-nav a:hover { background: var(--lappyfy-light); text-decoration: none; }
.lcr-mobile-nav .lcr-btn { margin-top: 8px; }

/* ============================================================
   5. HERO — kinetic device scene
   ============================================================ */
.lcr-hero { position: relative; overflow: hidden; padding: 78px 0 34px; border-bottom: 1px solid var(--lappyfy-border); }
.lcr-hero__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.lcr-hero__bg::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 70%);
}
.lcr-hero__grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.045) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(760px 520px at 78% 8%, #000, transparent 72%);
  mask-image: radial-gradient(760px 520px at 78% 8%, #000, transparent 72%);
  transition: transform .3s cubic-bezier(.2,.8,.3,1);
}
.lcr-hero__glow { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .5; }
.lcr-hero__glow--a { width: 460px; height: 460px; top: -120px; right: -40px; background: radial-gradient(circle, rgba(42,165,255,.55), transparent 66%); }
.lcr-hero__glow--b { width: 420px; height: 420px; bottom: -160px; left: -80px; background: radial-gradient(circle, rgba(99,102,241,.4), transparent 66%); }

.lcr-hero__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center;
  min-height: 440px;
}
.lcr-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--lappyfy-blue-dark);
  background: rgba(255,255,255,.75); border: 1px solid var(--lappyfy-border);
  padding: 7px 14px; border-radius: var(--r-pill);
  box-shadow: var(--shadow-xs); margin-bottom: 22px;
}
.lcr-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); animation: lcr-pulse 2.2s infinite; }
@keyframes lcr-pulse {
  0% { box-shadow: 0 0 0 0 rgba(32,201,195,.55); }
  70% { box-shadow: 0 0 0 8px rgba(32,201,195,0); }
  100% { box-shadow: 0 0 0 0 rgba(32,201,195,0); }
}
.lcr-hero__title { font-size: clamp(40px, 6.4vw, 76px); font-weight: 900; letter-spacing: -0.04em; line-height: 0.98; margin-bottom: 22px; }
.lcr-hero__title-lg { display: block; color: var(--lappyfy-ink); }
.lcr-hero__title-grad { display: block; }
.lcr-hero__sub { font-size: 18.5px; color: #475569; max-width: 32em; }
.lcr-hero__sub strong { color: var(--lappyfy-ink); font-weight: 700; }
.lcr-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.lcr-microcopy { margin-top: 15px; font-size: 13.5px; color: var(--lappyfy-muted); }

.lcr-hero__stats {
  display: grid; grid-template-columns: repeat(3, auto); gap: 30px;
  margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--lappyfy-border);
}
.lcr-hero__stats dt { font-size: 24px; font-weight: 900; letter-spacing: -0.03em; background: var(--grad-full); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.lcr-hero__stats dd { font-size: 13px; color: var(--lappyfy-muted); margin-top: 3px; font-weight: 500; }

/* ---- device scene ---- */
.lcr-hero__scene { position: relative; height: 460px; }
.lcr-hero__wires { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.lcr-wire { stroke-dasharray: 6 8; animation: lcr-wire-flow 3.5s linear infinite; }
@keyframes lcr-wire-flow { to { stroke-dashoffset: -28; } }

.lcr-hub {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 120px; height: 120px; border-radius: 50%;
  display: grid; place-items: center; z-index: 2;
  background: radial-gradient(circle at 40% 30%, #0a74d6, #045cb4);
  box-shadow: var(--shadow-blue), inset 0 2px 10px rgba(255,255,255,.25);
  will-change: transform;
}
.lcr-hub__ring { position: absolute; inset: -12px; border-radius: 50%; border: 1.5px dashed rgba(4,92,180,.35); animation: lcr-spin 18s linear infinite; }
.lcr-hub__label { color: #fff; font-weight: 800; font-size: 17px; letter-spacing: -0.02em; }

.lcr-float { position: absolute; z-index: 3; will-change: transform; }
.lcr-float--1 { left: 4%; top: 12%; }
.lcr-float--2 { right: 2%; top: 8%; }
.lcr-float--3 { left: 6%; bottom: 12%; }
.lcr-float--4 { right: 4%; bottom: 10%; }

.lcr-devcard {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.92); border: 1px solid var(--lappyfy-border);
  border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow-md);
  color: var(--lappyfy-blue); font-weight: 700; font-size: 14px; letter-spacing: -0.01em;
  animation: lcr-bob 6s ease-in-out infinite;
}
.lcr-devcard span { color: var(--lappyfy-ink); }
.lcr-devcard svg { width: 30px; height: 26px; }
.lcr-devcard--accent { color: var(--accent-2); }
.lcr-float--2 .lcr-devcard { animation-delay: -1.5s; }
.lcr-float--3 .lcr-devcard { animation-delay: -3s; }
.lcr-float--4 .lcr-devcard { animation-delay: -4.5s; }
@keyframes lcr-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.lcr-chip-float {
  background: var(--lappyfy-ink); color: #fff; font-size: 12px; font-weight: 700;
  padding: 7px 13px; border-radius: var(--r-pill); box-shadow: var(--shadow-md);
  animation: lcr-bob 5s ease-in-out infinite;
}
.lcr-chip-float--1 { left: 34%; top: 2%; }
.lcr-chip-float--2 { right: 22%; bottom: 2%; animation-delay: -2.5s; }

/* ============================================================
   6. TRUST STRIP (inline in hero base)
   ============================================================ */
.lcr-trust-inline {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 30px;
  margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--lappyfy-border);
}
.lcr-trust-inline__label { font-size: 13.5px; font-weight: 600; color: var(--lappyfy-muted); }
.lcr-brands { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 30px; }
.lcr-brands li { font-size: 21px; font-weight: 800; letter-spacing: -0.02em; color: #94a3b8; transition: color .18s; }
.lcr-brands li:hover { color: var(--lappyfy-blue); }

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
.lcr-section { padding: 78px 0; }
.lcr-section--tight { padding: 54px 0; }
.lcr-section--alt { background: var(--lappyfy-light); }
.lcr-section__head { max-width: 680px; margin: 0 auto 46px; text-align: center; }
.lcr-section__head h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -0.03em; }
.lcr-section__head p { color: var(--lappyfy-muted); font-size: 17.5px; margin-top: 12px; }
#lappyfy-corporate-rental .lcr-section__head--light h2 { color: #fff; }
.lcr-section__head--light p { color: rgba(226,232,240,.85); }
.lcr-section__cta { text-align: center; margin-top: 38px; }

/* ============================================================
   7. THE PROBLEM (dark)
   ============================================================ */
.lcr-problem { position: relative; overflow: hidden; background: var(--lappyfy-dark); color: #fff; padding: 84px 0; }
.lcr-problem__bg { position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(620px 360px at 15% 10%, rgba(42,165,255,.22), transparent 60%),
    radial-gradient(600px 340px at 88% 90%, rgba(99,102,241,.22), transparent 60%);
}
.lcr-problem__inner { position: relative; z-index: 1; }
.lcr-flow {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px;
  max-width: 900px; margin: 0 auto;
}
.lcr-flow__step {
  position: relative; display: flex; align-items: center;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-pill); padding: 11px 20px; font-weight: 700; font-size: 15px; color: #e2e8f0;
}
.lcr-flow__step + .lcr-flow__step::before {
  content: "→"; margin: 0 14px 0 -6px; color: var(--accent); font-weight: 700; opacity: .7;
}
.lcr-flow__step.is-hot { border-color: rgba(42,165,255,.6); background: rgba(42,165,255,.12); color: #fff; }
.lcr-problem__turn { text-align: center; font-size: clamp(20px, 2.8vw, 28px); font-weight: 700; color: #fff; max-width: 760px; margin: 46px auto 0; letter-spacing: -0.02em; line-height: 1.3; }
.lcr-problem__cta { text-align: center; margin-top: 30px; }

/* ============================================================
   8. SOLUTION + COMPARE
   ============================================================ */
.lcr-two-col { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; }
.lcr-two-col__text h2 { font-size: clamp(28px, 3.8vw, 40px); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 16px; }
.lcr-two-col__text p { color: var(--lappyfy-muted); font-size: 17.5px; margin-bottom: 24px; }
.lcr-swap { position: relative; display: inline-grid; vertical-align: bottom; }
.lcr-swap__from, .lcr-swap__to { grid-area: 1 / 1; }
.lcr-swap__from { color: var(--lappyfy-muted); text-decoration: line-through; text-decoration-color: rgba(239,68,68,.6); animation: lcr-swap-out 4s ease-in-out infinite; }
.lcr-swap__to { background: var(--grad-full); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; opacity: 0; animation: lcr-swap-in 4s ease-in-out infinite; }
@keyframes lcr-swap-out { 0%,40% { opacity: 1; } 55%,100% { opacity: 0; } }
@keyframes lcr-swap-in { 0%,40% { opacity: 0; } 55%,100% { opacity: 1; } }

.lcr-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lcr-compare__col { background: #fff; border: 1px solid var(--lappyfy-border); border-radius: var(--r); padding: 24px; }
.lcr-compare__col h3 { font-size: 16px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--lappyfy-border); }
.lcr-compare__col ul li { display: flex; gap: 10px; padding: 8px 0; font-size: 14.5px; color: var(--lappyfy-text); }
.lcr-compare__col ul li::before { flex: none; margin-top: 1px; font-weight: 700; }
.lcr-compare__col--con { border-top: 3px solid #cbd5e1; }
.lcr-compare__col--con ul li::before { content: "–"; color: #94a3b8; }
.lcr-compare__col--pro { border-top: 3px solid var(--wa-green); box-shadow: var(--shadow-sm); }
.lcr-compare__col--pro ul li::before { content: "✓"; color: var(--wa-green-dark); }

.lcr-card__icon {
  width: 50px; height: 50px; border-radius: 13px;
  background: linear-gradient(135deg, var(--lappyfy-blue-soft), #f0f7ff);
  color: var(--lappyfy-blue); display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; border: 1px solid #dbeafe;
}
.lcr-card__icon svg { width: 25px; height: 25px; }

/* ============================================================
   9. HARDWARE BENTO
   ============================================================ */
.lcr-bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 20px; }
.lcr-bento__card {
  position: relative; background: #fff; border: 1px solid var(--lappyfy-border);
  border-radius: var(--r-lg); padding: 28px; overflow: hidden;
  transform-style: preserve-3d; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.lcr-bento__card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0;
  background: radial-gradient(400px 300px at var(--mx, 50%) var(--my, 0%), rgba(42,165,255,.12), transparent 60%);
  transition: opacity .25s ease;
}
.lcr-bento__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #cfe0f2; }
.lcr-bento__card:hover::after { opacity: 1; }
.lcr-bento__card--lg { grid-column: span 1; grid-row: span 2; display: flex; }
.lcr-bento__body { position: relative; z-index: 1; display: flex; flex-direction: column; height: 100%; }
.lcr-bento__card h3 { font-size: 19px; margin-bottom: 9px; }
.lcr-bento__card--lg h3 { font-size: 24px; }
.lcr-bento__card p { color: var(--lappyfy-muted); font-size: 15px; margin-bottom: 16px; }
.lcr-bento__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.lcr-bento__chips span { font-size: 12px; font-weight: 600; color: var(--lappyfy-blue-dark); background: var(--lappyfy-blue-soft); border-radius: var(--r-pill); padding: 4px 11px; }
.lcr-bento .lcr-link { margin-top: auto; }
#lappyfy-corporate-rental .lcr-link {
  font-weight: 700; font-size: 14.5px; display: inline-flex; align-items: center; gap: 6px;
  color: var(--lappyfy-blue); background: none; border: 0; padding: 0; cursor: pointer;
}
.lcr-link span { transition: transform .16s ease; display: inline-block; }
.lcr-link:hover { text-decoration: none; }
.lcr-link:hover span { transform: translateX(4px); }
.lcr-link--white { color: #fff; }

.lcr-bento__card--cta { background: radial-gradient(120% 120% at 100% 0%, #0a74d6, #045cb4); border-color: transparent; color: #fff; }
#lappyfy-corporate-rental .lcr-bento__card--cta h3 { color: #fff; }
.lcr-bento__card--cta p { color: rgba(226,240,255,.9); }
.lcr-bento__card--cta::after { display: none; }
.lcr-bento__fleet { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-bottom: 18px; max-width: 130px; }
.lcr-bento__fleet span { height: 26px; border-radius: 5px; background: rgba(255,255,255,.22); animation: lcr-fleet 2.6s ease-in-out infinite; }
.lcr-bento__fleet span:nth-child(2){animation-delay:.1s}.lcr-bento__fleet span:nth-child(3){animation-delay:.2s}
.lcr-bento__fleet span:nth-child(4){animation-delay:.3s}.lcr-bento__fleet span:nth-child(5){animation-delay:.4s}.lcr-bento__fleet span:nth-child(6){animation-delay:.5s}
@keyframes lcr-fleet { 0%,100% { opacity: .3; } 50% { opacity: 1; } }

/* ============================================================
   10. BUILDER (inline configurator)
   ============================================================ */
.lcr-builder { display: grid; grid-template-columns: 1.35fr 0.85fr; gap: 26px; align-items: start; }
.lcr-builder__controls { display: grid; gap: 22px; }
.lcr-cfg-group legend {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 16px; color: var(--lappyfy-ink); margin-bottom: 13px; letter-spacing: -0.01em;
}
.lcr-cfg-group__n {
  display: grid; place-items: center; width: 24px; height: 24px; flex: none;
  background: var(--lappyfy-blue-soft); color: var(--lappyfy-blue); border-radius: 50%;
  font-size: 13px; font-weight: 800;
}
.lcr-opts { display: flex; flex-wrap: wrap; gap: 10px; }
.lcr-opts--grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.lcr-opt {
  background: #fff; border: 1.5px solid var(--lappyfy-border); border-radius: var(--r-sm);
  padding: 12px 18px; font-weight: 600; font-size: 15px; color: var(--lappyfy-text); cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease, transform .12s ease;
}
.lcr-opt:hover { border-color: var(--lappyfy-blue); color: var(--lappyfy-blue); transform: translateY(-1px); }
.lcr-opt.is-selected { border-color: var(--lappyfy-blue); background: var(--lappyfy-blue); color: #fff; box-shadow: var(--shadow-sm); }

/* Free-text location input (pan-India / global) */
.lcr-cfg-input {
  width: 100%; margin-top: 12px; font: inherit; font-size: 15px; padding: 12px 14px;
  border: 1.5px solid var(--lappyfy-border); border-radius: var(--r-sm);
  background: #fbfcfe; color: var(--lappyfy-text);
  transition: border-color .14s, box-shadow .14s, background-color .14s;
}
.lcr-cfg-input::placeholder { color: #9aa7b8; }
.lcr-cfg-input:focus { outline: none; background: #fff; border-color: var(--lappyfy-blue); box-shadow: 0 0 0 4px rgba(42,165,255,.16); }
.lcr-mstep__hint { font-size: 13px; color: var(--lappyfy-muted); margin-top: 12px; }

/* live summary */
.lcr-summary {
  position: sticky; top: 84px; background: #fff; border: 1px solid var(--lappyfy-border);
  border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 24px; overflow: hidden;
}
.lcr-summary::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: var(--grad-full); }
.lcr-summary__head { margin-bottom: 16px; }
.lcr-summary__badge { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--lappyfy-muted); }
.lcr-summary__list { display: grid; gap: 2px; margin-bottom: 18px; }
.lcr-summary__list > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--lappyfy-border); }
.lcr-summary__list dt { font-size: 13px; color: var(--lappyfy-muted); font-weight: 600; }
.lcr-summary__list dd { font-size: 15.5px; font-weight: 700; color: var(--lappyfy-ink); text-align: right; }
.lcr-summary__list dd.is-set { color: var(--lappyfy-blue); animation: lcr-pop .3s ease; }
@keyframes lcr-pop { 0% { transform: scale(.8); opacity: .3; } 100% { transform: scale(1); opacity: 1; } }

.lcr-summary__viz { min-height: 10px; margin-bottom: 16px; }
.lcr-dots { display: flex; flex-wrap: wrap; gap: 5px; }
.lcr-dots i { width: 10px; height: 10px; border-radius: 3px; background: var(--lappyfy-blue); opacity: 0; transform: scale(0); animation: lcr-dot-in .3s forwards; }
.lcr-dots i.is-plus { background: var(--accent-2); position: relative; }
@keyframes lcr-dot-in { to { opacity: 1; transform: scale(1); } }
.lcr-dots--modal { justify-content: center; margin-top: 20px; min-height: 34px; }

.lcr-timeline { position: relative; height: 8px; border-radius: var(--r-pill); background: var(--lappyfy-border); margin-top: 12px; overflow: hidden; }
.lcr-timeline span { position: absolute; left: 0; top: 0; bottom: 0; border-radius: var(--r-pill); background: var(--grad-full); width: 0; transition: width .5s cubic-bezier(.2,.8,.3,1); }
.lcr-timeline--modal { margin-top: 22px; height: 10px; }

.lcr-summary__note { font-size: 12.5px; color: var(--lappyfy-muted); text-align: center; margin-top: 12px; }

/* ============================================================
   11. USE-CASE RAIL (horizontal scroll)
   ============================================================ */
.lcr-rail {
  display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 22px 24px; margin: 0 auto; max-width: calc(var(--maxw) + 44px);
  scrollbar-width: thin;
}
.lcr-rail::-webkit-scrollbar { height: 8px; }
.lcr-rail::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 8px; }
.lcr-rail__card {
  flex: 0 0 300px; scroll-snap-align: start;
  background: #fff; border: 1px solid var(--lappyfy-border); border-radius: var(--r); padding: 28px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.lcr-rail__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #cfe0f2; }
.lcr-rail__card h3 { font-size: 18px; margin-bottom: 9px; }
.lcr-rail__card p { color: var(--lappyfy-muted); font-size: 14.5px; }

/* ============================================================
   12. PERSONA SELECTOR
   ============================================================ */
.lcr-persona { max-width: 860px; margin: 0 auto; }
.lcr-persona__tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 24px; }
.lcr-persona__tab {
  background: #fff; border: 1.5px solid var(--lappyfy-border); border-radius: var(--r-pill);
  padding: 11px 20px; font-weight: 600; font-size: 15px; color: var(--lappyfy-text); cursor: pointer;
  transition: border-color .15s, background-color .15s, color .15s;
}
.lcr-persona__tab:hover { border-color: var(--lappyfy-blue); color: var(--lappyfy-blue); }
.lcr-persona__tab[aria-selected="true"] { background: var(--lappyfy-ink); border-color: var(--lappyfy-ink); color: #fff; }
.lcr-persona__panel {
  background: #fff; border: 1px solid var(--lappyfy-border); border-radius: var(--r-lg);
  padding: 34px; text-align: center; box-shadow: var(--shadow-sm); animation: lcr-fade-up .35s ease;
}
@keyframes lcr-fade-up { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.lcr-persona__quote { font-size: clamp(20px, 3vw, 26px); font-weight: 800; color: var(--lappyfy-ink); letter-spacing: -0.02em; }
.lcr-persona__body { color: var(--lappyfy-muted); font-size: 16.5px; margin-top: 14px; max-width: 54ch; margin-left: auto; margin-right: auto; }
.lcr-persona__cta { text-align: center; margin-top: 24px; }

/* ============================================================
   13. COVERAGE MAP
   ============================================================ */
.lcr-coverage { position: relative; overflow: hidden; background: var(--lappyfy-dark); color: #fff; padding: 84px 0; }
.lcr-coverage::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(600px 400px at 70% 40%, rgba(42,165,255,.18), transparent 60%); }
.lcr-map { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.lcr-map__svg { width: 100%; height: auto; overflow: visible; }
.lcr-map__link { stroke-dasharray: 5 7; animation: lcr-wire-flow 4s linear infinite; }
.lcr-map__node text { fill: #e2e8f0; font-size: 13px; font-weight: 700; text-anchor: middle; }
.lcr-map__node circle:not(.lcr-map__pulse) { fill: var(--accent); }
.lcr-map__node--hub circle:not(.lcr-map__pulse) { fill: #fff; }
.lcr-map__node--hub text { fill: #fff; font-size: 14px; }
.lcr-map__pulse { fill: var(--accent); opacity: .35; transform-origin: center; animation: lcr-node-pulse 2.6s ease-in-out infinite; }
.lcr-map__node--hub .lcr-map__pulse { fill: #fff; }
@keyframes lcr-node-pulse { 0%,100% { transform: scale(1); opacity: .35; } 50% { transform: scale(1.5); opacity: 0; } }
.lcr-map__legend { display: flex; gap: 26px; justify-content: center; margin-top: 20px; }
.lcr-map__legend li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: rgba(226,232,240,.85); }
.lcr-map__key { width: 12px; height: 12px; border-radius: 50%; background: var(--accent); }
.lcr-map__key--hub { background: #fff; }

/* ============================================================
   14. PROSE (location SEO)
   ============================================================ */
.lcr-prose { max-width: 800px; }
.lcr-prose h2 { font-size: clamp(26px, 3.4vw, 34px); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 18px; }
.lcr-prose p { color: #334155; font-size: 16.5px; margin-bottom: 16px; }
.lcr-prose__note { color: var(--lappyfy-muted); font-size: 15px; }
.lcr-prose .lcr-btn { margin-top: 12px; }
.lcr-prose--center { max-width: 760px; margin: 0 auto; text-align: center; }
.lcr-prose--center .lcr-final-cta__actions { justify-content: center; }

/* ============================================================
   15. PIPELINE (how it works)
   ============================================================ */
.lcr-pipeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.lcr-pipeline__step {
  position: relative; z-index: 1; background: #fff; border: 1px solid var(--lappyfy-border);
  border-radius: var(--r); padding: 26px 20px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.lcr-pipeline__step.is-active { transform: translateY(-6px); box-shadow: var(--shadow-blue); border-color: transparent; }
.lcr-pipeline__num {
  display: inline-flex; font-size: 26px; font-weight: 900; letter-spacing: -0.02em; margin-bottom: 12px;
  background: var(--grad-full); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.lcr-pipeline__step h3 { font-size: 16px; margin-bottom: 7px; }
.lcr-pipeline__step p { color: var(--lappyfy-muted); font-size: 14px; }
.lcr-pipeline__track { position: absolute; left: 6%; right: 6%; top: 42px; height: 3px; background: var(--lappyfy-border); border-radius: 3px; z-index: 0; }
.lcr-pipeline__fill { display: block; height: 100%; width: 0; background: var(--grad-full); border-radius: 3px; transition: width .3s ease; box-shadow: 0 0 12px rgba(42,165,255,.6); }

/* ============================================================
   16. FEATURES + SOCIAL PROOF
   ============================================================ */
.lcr-card-grid { display: grid; gap: 22px; }
.lcr-card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.lcr-feature {
  position: relative; background: #fff; border: 1px solid var(--lappyfy-border);
  border-radius: var(--r); padding: 24px 24px 24px 28px; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.lcr-feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.lcr-feature::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--grad-full); }
.lcr-feature h3 { font-size: 17.5px; margin-bottom: 8px; }
.lcr-feature p { color: var(--lappyfy-muted); font-size: 14.5px; }

/* Aggregate rating badge + star rows */
.lcr-rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; background: #fff; border: 1px solid var(--lappyfy-border); border-radius: var(--r-pill); padding: 9px 18px; box-shadow: var(--shadow-sm); }
.lcr-rating strong { font-size: 16px; color: var(--lappyfy-ink); font-weight: 800; }
.lcr-rating__meta { font-size: 13.5px; color: var(--lappyfy-muted); }
.lcr-rating[data-review-source]::after { content: "on " attr(data-review-source); font-size: 12px; font-weight: 700; color: var(--lappyfy-blue); background: var(--lappyfy-blue-soft); border-radius: var(--r-pill); padding: 3px 10px; }
.lcr-stars { color: #f5a623; letter-spacing: 2px; font-size: 15px; line-height: 1; white-space: nowrap; }

.lcr-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 44px; }
.lcr-testimonial--review::before { display: none; }
.lcr-testimonial--review blockquote { padding-top: 0; }
.lcr-testimonial--review .lcr-stars { display: block; margin-bottom: 14px; font-size: 17px; }
.lcr-testimonial { position: relative; background: #fff; border: 1px solid var(--lappyfy-border); border-radius: var(--r); padding: 28px 26px 24px; margin: 0; }
.lcr-testimonial::before { content: "\201C"; position: absolute; top: 10px; left: 20px; font-size: 54px; line-height: 1; color: #dbeafe; font-weight: 800; }
.lcr-testimonial blockquote { margin: 0 0 18px; padding-top: 18px; font-size: 15.5px; color: var(--lappyfy-text); position: relative; }
.lcr-testimonial figcaption { font-size: 14px; font-weight: 700; color: var(--lappyfy-ink); }
.lcr-testimonial figcaption span { font-weight: 400; color: var(--lappyfy-muted); }
.lcr-signals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lcr-signals li { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; background: #fff; border: 1px solid var(--lappyfy-border); border-radius: var(--r); padding: 22px; }
.lcr-signals .lcr-ico { color: var(--lappyfy-blue); width: 28px; height: 28px; margin-bottom: 6px; }
.lcr-signals strong { font-size: 15.5px; color: var(--lappyfy-ink); }
.lcr-signals span { font-size: 13.5px; color: var(--lappyfy-muted); }

/* ============================================================
   17. BULK CTA (cycling numbers)
   ============================================================ */
.lcr-bulk-cta { position: relative; overflow: hidden; background: var(--lappyfy-dark); color: #fff; }
.lcr-bulk-cta__bg { position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(600px 300px at 12% 20%, rgba(42,165,255,.30), transparent 60%),
    radial-gradient(560px 320px at 92% 90%, rgba(99,102,241,.28), transparent 60%);
}
.lcr-bulk-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 60px 22px; }
#lappyfy-corporate-rental .lcr-bulk-cta h2 { color: #fff; font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; letter-spacing: -0.03em; }
.lcr-cycle-line { color: rgba(226,232,240,.9); font-size: clamp(17px, 2.2vw, 21px); margin-top: 12px; font-weight: 600; }
.lcr-cycle {
  display: inline-block; min-width: 3.5em; font-weight: 900; letter-spacing: -0.02em;
  background: var(--grad-full); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
  transition: opacity .3s ease, transform .3s ease;
}
.lcr-cycle.is-swap { opacity: 0; transform: translateY(-8px); }
.lcr-bulk-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; flex: none; }

/* ============================================================
   18. LEAD FORM
   ============================================================ */
.lcr-leadform-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; }
.lcr-leadform-intro h2 { font-size: clamp(28px, 3.6vw, 38px); letter-spacing: -0.03em; margin-bottom: 14px; }
.lcr-leadform-intro p { color: var(--lappyfy-muted); font-size: 17px; margin-bottom: 22px; }
.lcr-leadform-intro__points { display: grid; gap: 12px; }
.lcr-leadform-intro__points li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; color: var(--lappyfy-ink); }
.lcr-leadform-intro__points .lcr-ico { color: var(--wa-green-dark); width: 22px; height: 22px; padding: 3px; background: #e7f9ef; border-radius: 7px; }

.lcr-hero__form { position: relative; }
.lcr-form {
  position: relative; background: #fff;
  border: 1px solid var(--lappyfy-border); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); padding: 28px; overflow: hidden;
}
.lcr-form::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: var(--grad-full); }
.lcr-form__title { font-size: 22px; letter-spacing: -0.02em; }
.lcr-form__sub { font-size: 14px; color: var(--lappyfy-muted); margin: 7px 0 20px; }
.lcr-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lcr-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.lcr-field-grid .lcr-field { margin-bottom: 0; }
.lcr-field label { font-size: 13px; font-weight: 600; color: var(--lappyfy-ink); }
.lcr-req { color: #ef4444; }
.lcr-field input, .lcr-field select, .lcr-field textarea {
  width: 100%; font: inherit; font-size: 15px; padding: 12px 13px;
  border: 1.5px solid var(--lappyfy-border); border-radius: var(--r-sm);
  background: #fbfcfe; color: var(--lappyfy-text);
  transition: border-color .14s, box-shadow .14s, background-color .14s;
}
.lcr-field textarea { resize: vertical; min-height: 48px; }
.lcr-field input:focus, .lcr-field select:focus, .lcr-field textarea:focus {
  outline: none; background: #fff; border-color: var(--lappyfy-blue);
  box-shadow: 0 0 0 4px rgba(42,165,255,.16);
}
.lcr-field input[aria-invalid="true"], .lcr-field select[aria-invalid="true"] { border-color: #ef4444; background: #fff5f5; }
.lcr-error { font-size: 12.5px; color: #dc2626; display: none; }
.lcr-error.is-visible { display: block; }
.lcr-form__legal { font-size: 12px; color: var(--lappyfy-muted); margin-top: 13px; text-align: center; }
.lcr-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.lcr-form__confirm {
  margin-top: 16px; padding: 20px; background: #ecfdf5; border: 1px solid #a7f3d0;
  border-radius: var(--r-sm); text-align: center; color: #065f46;
}
.lcr-form__confirm .lcr-ico { color: var(--wa-green-dark); margin: 0 auto 8px; }
.lcr-form__confirm p { font-weight: 600; margin-bottom: 12px; }

/* ============================================================
   19. FINAL CTA + FOOTER + MOBILE BAR
   ============================================================ */
.lcr-final-cta {
  position: relative; overflow: hidden; padding: 88px 0; border-top: 1px solid var(--lappyfy-border);
  background: radial-gradient(600px 340px at 50% 0%, rgba(42,165,255,.14), transparent 62%), var(--lappyfy-light);
}
.lcr-final-cta__scene { position: absolute; inset: 0; pointer-events: none; }
.lcr-final-cta__scene span {
  position: absolute; width: 46px; height: 30px; border: 1.5px solid rgba(4,92,180,.22); border-radius: 5px;
  animation: lcr-bob 7s ease-in-out infinite;
}
.lcr-final-cta__scene span:nth-child(1){left:8%;top:20%}
.lcr-final-cta__scene span:nth-child(2){left:20%;bottom:16%;animation-delay:-1.4s}
.lcr-final-cta__scene span:nth-child(3){right:12%;top:24%;animation-delay:-2.8s}
.lcr-final-cta__scene span:nth-child(4){right:24%;bottom:20%;animation-delay:-4.2s}
.lcr-final-cta__scene span:nth-child(5){left:46%;top:10%;animation-delay:-5.6s}
.lcr-final-cta { }
.lcr-final-cta h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 14px; position: relative; }
.lcr-final-cta p { color: var(--lappyfy-muted); font-size: 18px; margin-bottom: 28px; position: relative; }
.lcr-final-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

.lcr-footer { position: relative; background: var(--lappyfy-dark); color: #dbe4ee; }
.lcr-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--grad-full); }
.lcr-footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; padding: 58px 22px 44px; }
#lappyfy-corporate-rental .lcr-footer__brand img { height: 46px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); }
.lcr-footer__brand p { color: #aebccc; font-size: 14.5px; max-width: 30em; }
#lappyfy-corporate-rental .lcr-footer h3 { color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
.lcr-footer__links { display: flex; flex-direction: column; gap: 11px; }
#lappyfy-corporate-rental .lcr-footer__links a,
#lappyfy-corporate-rental .lcr-footer__contact a { color: #cdd8e5; font-size: 14.5px; font-weight: 500; transition: color .15s, padding-left .15s; }
#lappyfy-corporate-rental .lcr-footer__links a:hover,
#lappyfy-corporate-rental .lcr-footer__contact a:hover { color: var(--accent); text-decoration: none; }
#lappyfy-corporate-rental .lcr-footer__links a:hover { padding-left: 4px; }
.lcr-footer__contact { display: flex; flex-direction: column; gap: 11px; }
.lcr-footer__contact a { font-weight: 600; }
.lcr-footer__address { color: #aebccc; font-size: 14px; font-style: normal; line-height: 1.55; margin-top: 6px; }
.lcr-footer__region { display: inline-flex; align-items: center; gap: 7px; color: #cdd8e5; font-size: 13px; font-weight: 600; margin-top: 8px; background: rgba(42,165,255,.12); border: 1px solid rgba(42,165,255,.25); border-radius: var(--r-pill); padding: 5px 12px; align-self: flex-start; }
.lcr-footer__bar { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; }
.lcr-footer__bar p { color: #9fb0c3; font-size: 13px; text-align: center; }

.lcr-mobile-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: rgba(255,255,255,.94); backdrop-filter: blur(10px);
  border-top: 1px solid var(--lappyfy-border); box-shadow: 0 -6px 24px rgba(15,23,42,.12);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 10px;
}
.lcr-mobile-bar a, .lcr-mobile-bar button { display: flex; align-items: center; justify-content: center; gap: 7px; font-weight: 700; font-size: 15px; border-radius: var(--r-sm); padding: 14px; border: 0; cursor: pointer; }
.lcr-mobile-bar a:hover, .lcr-mobile-bar button:hover { text-decoration: none; }
.lcr-mobile-bar__quote { flex: 1.4; background-image: var(--grad-cta); color: #fff; }
.lcr-mobile-bar__wa { flex: 1; background: var(--wa-green); color: #fff; box-shadow: var(--shadow-wa); }
.lcr-mobile-bar__wa .lcr-ico { fill: #fff; }
.lcr-mobile-bar__call { flex: none; width: 52px; background: var(--lappyfy-ink); color: #fff; }
.lcr-mobile-bar__call .lcr-ico { fill: #fff; }

/* ============================================================
   20. ENQUIRY MODAL
   ============================================================ */
.lcr-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; }
.lcr-modal__overlay { position: absolute; inset: 0; background: rgba(7,26,47,.55); backdrop-filter: blur(4px); animation: lcr-fade .25s ease; }
@keyframes lcr-fade { from { opacity: 0; } to { opacity: 1; } }
.lcr-modal__panel {
  position: relative; width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto;
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  padding: 34px; animation: lcr-modal-in .3s cubic-bezier(.2,.9,.3,1);
}
@keyframes lcr-modal-in { from { opacity: 0; transform: translateY(20px) scale(.98); } to { opacity: 1; transform: none; } }
.lcr-modal__close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 10px; background: var(--lappyfy-light); border: 1px solid var(--lappyfy-border); color: var(--lappyfy-muted); cursor: pointer; display: grid; place-items: center; }
.lcr-modal__close:hover { background: #eef2f7; color: var(--lappyfy-ink); }
.lcr-modal__close svg { width: 18px; height: 18px; }
.lcr-modal__progress { height: 5px; border-radius: var(--r-pill); background: var(--lappyfy-border); overflow: hidden; margin: 6px 44px 16px 0; }
.lcr-modal__progress span { display: block; height: 100%; width: 20%; background: var(--grad-full); border-radius: var(--r-pill); transition: width .35s cubic-bezier(.2,.8,.3,1); }
.lcr-modal__step-count { font-size: 12.5px; font-weight: 700; color: var(--lappyfy-muted); letter-spacing: .04em; }
.lcr-modal__title { font-size: 25px; letter-spacing: -0.02em; margin: 6px 0 20px; }
.lcr-mstep { display: none; }
.lcr-mstep.is-active { display: block; animation: lcr-fade-up .3s ease; }
.lcr-mstep__q { font-weight: 700; font-size: 16px; color: var(--lappyfy-ink); margin-bottom: 14px; }
.lcr-mstep__summary { background: var(--lappyfy-light); border: 1px solid var(--lappyfy-border); border-radius: var(--r-sm); padding: 14px 16px; margin-bottom: 18px; font-size: 14.5px; color: var(--lappyfy-ink); font-weight: 600; line-height: 1.5; }
.lcr-mstep__summary b { color: var(--lappyfy-blue); }
.lcr-modal__foot { display: flex; gap: 12px; margin-top: 24px; }
.lcr-modal__foot .lcr-btn--ghost { flex: none; }

/* ============================================================
   21. RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .lcr-hero__inner { grid-template-columns: 1fr; gap: 20px; }
  .lcr-hero__scene { height: 360px; order: -1; max-width: 460px; margin: 0 auto; width: 100%; }
  .lcr-two-col { grid-template-columns: 1fr; gap: 30px; }
  .lcr-builder { grid-template-columns: 1fr; }
  .lcr-summary { position: static; }
  .lcr-leadform-wrap { grid-template-columns: 1fr; gap: 30px; }
  .lcr-pipeline { grid-template-columns: repeat(2, 1fr); }
  .lcr-pipeline__track { display: none; }
  .lcr-bento__card--lg { grid-row: span 1; }
  .lcr-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .lcr-nav { display: none; }
  .lcr-header__cta .lcr-btn--sm { display: none; }
  .lcr-hamburger { display: flex; }
}
@media (max-width: 768px) {
  .lcr-section { padding: 56px 0; }
  .lcr-problem, .lcr-coverage { padding: 60px 0; }
  .lcr-bento { grid-template-columns: 1fr 1fr; }
  .lcr-card-grid--3 { grid-template-columns: 1fr 1fr; }
  .lcr-testimonials { grid-template-columns: 1fr; }
  .lcr-signals { grid-template-columns: 1fr; }
  .lcr-compare { grid-template-columns: 1fr; }
  .lcr-bulk-cta__inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .lcr-mobile-bar { display: flex; }
  #lappyfy-corporate-rental main { padding-bottom: 80px; }
}
@media (max-width: 560px) {
  .lcr-container { padding: 0 16px; }
  /* Let long CTA labels wrap instead of forcing horizontal overflow */
  #lappyfy-corporate-rental .lcr-btn { white-space: normal; max-width: 100%; text-align: center; }
  .lcr-hero { padding: 52px 0 28px; }
  .lcr-hero__actions { flex-direction: column; }
  .lcr-hero__actions .lcr-btn { width: 100%; }
  .lcr-hero__stats { grid-template-columns: 1fr; gap: 14px; }
  .lcr-hero__scene { height: 300px; }
  .lcr-flow__step { padding: 9px 15px; font-size: 13.5px; }
  .lcr-bento { grid-template-columns: 1fr; }
  .lcr-card-grid--3 { grid-template-columns: 1fr; }
  .lcr-opts--grid { grid-template-columns: 1fr; }
  .lcr-field-grid { grid-template-columns: 1fr; }
  .lcr-form, .lcr-modal__panel { padding: 22px; }
  .lcr-persona__panel { padding: 26px 20px; }
  .lcr-footer__inner { grid-template-columns: 1fr; gap: 30px; }
  .lcr-final-cta__actions .lcr-btn { width: 100%; }
  .lcr-bulk-cta__actions { width: 100%; }
  .lcr-bulk-cta__actions .lcr-btn { flex: 1; }
  .lcr-brands li { font-size: 18px; }
  .lcr-modal { padding: 0; align-items: flex-end; }
  .lcr-modal__panel { max-width: 100%; max-height: 94vh; border-radius: var(--r-lg) var(--r-lg) 0 0; }
}

/* ============================================================
   22. MOTION
   ============================================================ */
.lcr-reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.lcr-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  #lappyfy-corporate-rental *,
  #lappyfy-corporate-rental *::before,
  #lappyfy-corporate-rental *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .lcr-reveal { opacity: 1; transform: none; }
  .lcr-dot, .lcr-devcard, .lcr-chip-float, .lcr-hub__ring, .lcr-final-cta__scene span { animation: none !important; }
  .lcr-hero__scene { display: none; }
}
