/* =========================================================
   Vinayak 21 Acres — landing page
   MD Properties · Authorised Marketing Partner
   (loads after styles.css — reuses brand tokens & buttons)
   ========================================================= */

.lp { background: var(--ivory); }

/* ---------- Top bar ---------- */
.lp-topbar {
  position: sticky; top: 0; z-index: 100; background: var(--white);
  border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.lp-topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 10px; padding-bottom: 10px; }
.lp-brand { display: flex; align-items: center; gap: 14px; }
.lp-brand .logo-img { height: 44px; }
.lp-partner-tag {
  font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--green-700);
  border-left: 2px solid var(--green-500); padding-left: 10px; line-height: 1.3; max-width: 150px;
}
.lp-top-actions { display: flex; align-items: center; gap: 12px; }
.lp-phone { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: var(--green-900); font-size: 1rem; white-space: nowrap; }
.lp-phone svg { color: var(--green-600); }

/* ---------- Hero ---------- */
.lp-hero { position: relative; color: var(--ivory); overflow: hidden; }
.lp-hero-bg { position: absolute; inset: 0; background: url("../img/vinayak/hero-creative.jpg") center/cover no-repeat; }
.lp-hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(12,53,83,.93) 0%, rgba(12,53,83,.78) 42%, rgba(12,53,83,.55) 100%); }
.lp-hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; padding-top: 54px; padding-bottom: 54px; }
.lp-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--green-500); font-weight: 600; margin-bottom: 14px; }
.lp-hero h1 { color: var(--ivory); font-size: clamp(2.4rem, 4.6vw, 3.8rem); line-height: 1.05; letter-spacing: -1px; }
.lp-hero .lp-loc { display: flex; align-items: center; gap: 7px; color: rgba(250,247,240,.9); font-size: 1.05rem; margin: 12px 0 20px; }
.lp-price-chips { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.lp-chip { background: rgba(250,247,240,.12); border: 1px solid rgba(250,247,240,.28); border-radius: 12px; padding: 10px 16px; }
.lp-chip strong { display: block; font-family: var(--font-head); font-size: 1.5rem; color: var(--ivory); line-height: 1; }
.lp-chip span { font-size: .78rem; color: rgba(250,247,240,.8); }
.lp-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 18px; }
.lp-facts li { display: flex; align-items: center; gap: 7px; font-size: .9rem; color: rgba(250,247,240,.92); }
.lp-facts svg { color: var(--green-500); flex-shrink: 0; }
.lp-rera { font-size: .74rem; color: rgba(250,247,240,.72); letter-spacing: .02em; }

/* ---------- Lead form card ---------- */
.lp-form-card { background: var(--white); border-radius: 18px; padding: 26px 24px; box-shadow: var(--shadow-lg); color: var(--ink); }
.lp-form-card h3 { font-size: 1.3rem; color: var(--green-900); }
.lp-form-card p.sub { font-size: .88rem; color: var(--muted); margin: 4px 0 16px; }
.lp-form-card label { display: block; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 5px; }
.lp-field { margin-bottom: 14px; }
.lp-field input, .lp-field select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--stone-200); border-radius: 10px;
  font-family: var(--font-body); font-size: .98rem; color: var(--ink); background: var(--ivory); outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.lp-field input:focus, .lp-field select:focus { border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(140,198,63,.18); background: #fff; }
.lp-form-card .btn { width: 100%; margin-top: 4px; }
.lp-form-consent { font-size: .72rem; color: var(--muted); margin-top: 12px; line-height: 1.5; text-align: center; }
.lp-form-ok { display: none; text-align: center; padding: 20px 6px; }
.lp-form-ok svg { color: var(--green-600); margin-bottom: 10px; }
.lp-form-ok h3 { color: var(--green-900); }
.lp-form-ok p { color: var(--muted); font-size: .92rem; margin-top: 6px; }

/* ---------- USP band ---------- */
.lp-usps { background: var(--green-900); }
.lp-usps .container { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; padding-top: 26px; padding-bottom: 26px; }
.lp-usp { text-align: center; padding: 6px; color: var(--ivory); }
.lp-usp svg { color: var(--green-500); margin-bottom: 8px; }
.lp-usp strong { display: block; font-size: .92rem; font-weight: 500; }
.lp-usp span { font-size: .74rem; color: rgba(250,247,240,.7); }

/* ---------- Generic landing section ---------- */
.lp-section { padding: 72px 0; }
.lp-section.alt { background: var(--stone-50); }
.lp-section-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.lp-section-head .eyebrow { color: var(--green-700); }
.lp-section-head p { color: var(--muted); margin-top: 8px; }

/* ---------- Configurations ---------- */
.lp-configs { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.lp-config { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 22px; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.lp-config:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.lp-config .tier { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-700); font-weight: 600; }
.lp-config h3 { font-size: 1.4rem; color: var(--green-900); margin: 4px 0; }
.lp-config .size { color: var(--muted); font-size: .9rem; }
.lp-config .price { font-family: var(--font-head); font-size: 1.5rem; color: var(--green-700); margin-top: 12px; }
.lp-config .price small { font-size: .72rem; color: var(--muted); font-family: var(--font-body); display: block; font-weight: 400; }
.lp-config .btn { margin-top: 14px; width: 100%; }
.lp-allin { text-align: center; color: var(--muted); font-size: .82rem; margin-top: 20px; }

/* ---------- Floor plans ---------- */
.lp-fp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.lp-fp { background: var(--white); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: block; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.lp-fp:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.lp-fp img { width: 100%; height: auto; display: block; background: #fff; }
.lp-fp span { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 16px; font-size: .9rem; font-weight: 500; color: var(--green-900); border-top: 1px solid var(--line); }
.lp-fp span small { color: var(--blue-700); font-weight: 500; }

/* ---------- Amenities ---------- */
.lp-amen { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.lp-amen-item { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 18px 16px; display: flex; align-items: center; gap: 12px; }
.lp-amen-item svg { color: var(--green-600); flex-shrink: 0; }
.lp-amen-item span { font-size: .9rem; color: var(--ink); }

/* ---------- Location ---------- */
.lp-loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.lp-conn { list-style: none; display: grid; gap: 14px; }
.lp-conn li { display: flex; gap: 12px; align-items: flex-start; }
.lp-conn .pin { width: 40px; height: 40px; border-radius: 10px; background: var(--stone-100); color: var(--green-700); display: grid; place-items: center; flex-shrink: 0; }
.lp-conn strong { display: block; color: var(--green-900); font-size: .98rem; }
.lp-conn span { color: var(--muted); font-size: .86rem; }
.lp-map { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); height: 400px; border: 1px solid var(--line); }
.lp-map iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Gallery ---------- */
.lp-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lp-gallery figure { position: relative; border-radius: 14px; overflow: hidden; background: var(--stone-100); aspect-ratio: 4/3; }
.lp-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.lp-gallery figure:hover img { transform: scale(1.06); }
.lp-gallery .placeholder { display: grid; place-items: center; height: 100%; color: var(--text-muted, #999); text-align: center; padding: 20px; }
.lp-gallery .placeholder svg { color: var(--stone-200); margin-bottom: 8px; }
.lp-gallery .placeholder span { font-size: .8rem; color: var(--muted); }

/* ---------- Developer + partner ---------- */
.lp-partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lp-partner-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 30px; }
.lp-partner-card .role { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-700); font-weight: 600; }
.lp-partner-card h3 { font-size: 1.5rem; color: var(--green-900); margin: 6px 0 10px; }
.lp-partner-card p { color: var(--muted); font-size: .95rem; }
.lp-partner-card .logo-img { height: 52px; margin-bottom: 12px; }
.lp-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.lp-badges span { font-size: .78rem; background: var(--stone-100); color: var(--green-900); border-radius: 999px; padding: 5px 12px; }

/* ---------- Final CTA ---------- */
.lp-cta { background: var(--green-900); color: var(--ivory); text-align: center; }
.lp-cta h2 { color: var(--ivory); }
.lp-cta p { color: rgba(250,247,240,.85); margin: 10px 0 24px; }
.lp-cta .btn-primary { background: var(--green-600); }
.lp-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.lp-footer { background: #0a2740; color: rgba(250,247,240,.72); padding: 46px 0 90px; font-size: .86rem; }
.lp-footer .logo-img { height: 50px; margin-bottom: 14px; }
.lp-footer .disclaimer { line-height: 1.7; max-width: 900px; }
.lp-footer .foot-line { border-top: 1px solid rgba(250,247,240,.14); margin-top: 22px; padding-top: 18px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ---------- Sticky mobile action bar ---------- */
.lp-mobilebar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 120; display: none; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -4px 16px rgba(0,0,0,.1); }
.lp-mobilebar a { flex: 1; text-align: center; padding: 13px 4px; font-size: .82rem; font-weight: 600; display: flex; flex-direction: column; align-items: center; gap: 3px; }
.lp-mobilebar a.call { color: var(--green-700); }
.lp-mobilebar a.wa { color: #128c4b; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.lp-mobilebar a.enq { color: var(--blue-700); }

/* ---------- Hub (projects/properties/location pages) ---------- */
.hub-nav { display: flex; gap: 22px; align-items: center; }
.hub-nav a { font-size: .95rem; font-weight: 500; color: var(--ink); padding: 6px 2px; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.hub-nav a:hover { color: var(--green-700); }
.hub-nav a.active { color: var(--green-700); border-bottom-color: var(--green-500); }

.hub-hero { background: linear-gradient(135deg, #0c3553 0%, #123f5f 60%, #16486b 100%); color: var(--ivory); padding: 72px 0 56px; }
.hub-hero .eyebrow { color: var(--green-500); }
.hub-hero h1 { color: var(--ivory); font-size: clamp(2rem, 4.4vw, 3.2rem); letter-spacing: -.5px; }
.hub-hero p { color: rgba(250,247,240,.85); max-width: 640px; margin-top: 12px; font-size: 1.05rem; }

.hub-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.hub-chip { font-family: var(--font-body); font-size: .88rem; font-weight: 500; color: var(--green-900); background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px; cursor: pointer; transition: all .2s var(--ease); }
.hub-chip:hover { border-color: var(--green-500); }
.hub-chip.active { background: var(--green-700); border-color: var(--green-700); color: var(--ivory); }

/* Location guide */
.loc-hero { position: relative; height: min(56vh, 480px); overflow: hidden; }
.loc-hero img { width: 100%; height: 100%; object-fit: cover; }
.loc-hero-cap { position: absolute; inset: 0; display: flex; align-items: flex-end; padding-bottom: 38px; background: linear-gradient(to top, rgba(10,39,64,.85) 0%, rgba(10,39,64,.25) 55%, rgba(10,39,64,.15) 100%); }
.loc-hero-cap h1 { color: var(--ivory); font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -.5px; }

.pc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pc-card { border-radius: 16px; padding: 28px 26px; border: 1px solid var(--line); background: var(--white); }
.pc-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1.15rem; margin-bottom: 16px; }
.pc-card ul { list-style: none; display: grid; gap: 10px; }
.pc-card li { position: relative; padding-left: 22px; font-size: .95rem; color: var(--ink); line-height: 1.55; }
.pc-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; }
.pc-pros { border-top: 4px solid var(--green-500); }
.pc-pros h3 { color: var(--green-700); }
.pc-pros li::before { background: var(--green-500); }
.pc-cons { border-top: 4px solid #e0a63c; }
.pc-cons h3 { color: #9a7014; }
.pc-cons li::before { background: #e0a63c; }

@media (max-width: 760px) {
  .hub-nav { display: none; }
  .pc-grid { grid-template-columns: 1fr; }
  .loc-hero { height: 40vh; }
}

/* ---------- About: values & leadership ---------- */
.val-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.val-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 28px 26px; }
.val-card .val-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--stone-100); color: var(--green-700); display: grid; place-items: center; margin-bottom: 14px; }
.val-card h3 { font-size: 1.2rem; color: var(--green-900); margin-bottom: 6px; }
.val-card p { color: var(--muted); font-size: .95rem; line-height: 1.6; }

.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.team-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 28px 24px; text-align: center; }
.team-avatar { width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 16px; background: linear-gradient(135deg, var(--green-600), var(--blue-600)); color: var(--ivory); display: grid; place-items: center; font-family: var(--font-head); font-size: 1.8rem; font-weight: 500; overflow: hidden; }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 1.25rem; color: var(--green-900); }
.team-card .role { color: var(--blue-700); font-size: .85rem; font-weight: 500; margin: 2px 0 10px; }
.team-card p { color: var(--muted); font-size: .9rem; line-height: 1.55; }

.founder-note { display: grid; grid-template-columns: 200px 1fr; gap: 34px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 34px; }
.founder-note .fn-avatar { width: 180px; height: 180px; border-radius: 16px; background: linear-gradient(135deg, var(--green-600), var(--blue-600)); color: var(--ivory); display: grid; place-items: center; font-family: var(--font-head); font-size: 3rem; overflow: hidden; }
.founder-note .fn-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.founder-note blockquote { font-family: var(--font-head); font-size: 1.25rem; line-height: 1.5; color: var(--green-900); margin: 0 0 14px; }
.founder-note .fn-sign strong { display: block; color: var(--green-900); }
.founder-note .fn-sign span { color: var(--muted); font-size: .9rem; }

/* ---------- Careers ---------- */
.perk-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.perk-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 28px 26px; }
.perk-card .val-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--stone-100); color: var(--green-700); display: grid; place-items: center; margin-bottom: 14px; }
.perk-card h3 { font-size: 1.2rem; color: var(--green-900); margin-bottom: 6px; }
.perk-card p { color: var(--muted); font-size: .95rem; line-height: 1.6; }

.job-list { display: grid; gap: 14px; }
.job-row { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; transition: border-color .2s, box-shadow .2s; }
.job-row:hover { border-color: var(--green-500); box-shadow: var(--shadow-sm); }
.job-info h3 { font-size: 1.15rem; color: var(--green-900); margin-bottom: 8px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.job-meta span { font-size: .78rem; background: var(--stone-100); color: var(--green-900); border-radius: 999px; padding: 5px 12px; }
.job-meta span.dept { background: var(--bg-accent, #e6f1fb); color: var(--blue-700); }
.job-row .btn { flex-shrink: 0; }

.careers-cta-band { background: var(--stone-50); border: 1px dashed var(--border-strong, #ccc); border-radius: 16px; padding: 28px; text-align: center; margin-top: 26px; }
.careers-cta-band h3 { color: var(--green-900); font-size: 1.25rem; }
.careers-cta-band p { color: var(--muted); margin: 6px 0 16px; }

@media (max-width: 620px) {
  .founder-note { grid-template-columns: 1fr; text-align: center; padding: 26px; }
  .founder-note .fn-avatar { margin: 0 auto; width: 130px; height: 130px; }
  .job-row { flex-direction: column; align-items: flex-start; }
}

/* ---------- Journey timeline ---------- */
.timeline { position: relative; max-width: 780px; margin: 6px auto 0; padding-left: 46px; }
.timeline::before { content: ""; position: absolute; left: 12px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--green-500), var(--blue-600)); }
.tl-item { position: relative; padding-bottom: 34px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot { position: absolute; left: -46px; top: 2px; width: 26px; height: 26px; border-radius: 50%; background: var(--white); border: 3px solid var(--green-500); display: grid; place-items: center; }
.tl-dot::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue-600); }
.tl-year { display: inline-block; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--blue-700); background: var(--stone-100); border-radius: 999px; padding: 3px 15px; margin-bottom: 8px; }
.tl-item h3 { font-size: 1.2rem; color: var(--green-900); margin-bottom: 5px; }
.tl-item p { color: var(--muted); font-size: .96rem; line-height: 1.6; max-width: 620px; }
.tl-item .tl-badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; font-size: .78rem; font-weight: 500; color: var(--green-700); background: var(--stone-100); border-radius: 999px; padding: 5px 12px; }
.tl-photo { display: block; width: 100%; max-width: 440px; margin-top: 14px; border-radius: 12px; box-shadow: var(--shadow-md); }
.tl-photo + .tl-caption { display: block; font-size: .78rem; color: var(--muted); margin-top: 6px; }

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-bar .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding-top: 22px; padding-bottom: 22px; }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 6px 10px; }
.trust-item .ti-ic { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: var(--stone-100); color: var(--green-700); display: grid; place-items: center; }
.trust-item strong { display: block; color: var(--green-900); font-size: .95rem; font-weight: 500; line-height: 1.2; }
.trust-item span { color: var(--muted); font-size: .8rem; }

/* ---------- Partner marquee ---------- */
.partners-row.marquee { overflow: hidden; padding: 4px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-track { display: flex; gap: 12px; width: max-content; animation: marquee 30s linear infinite; }
.partners-row.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* subtle entrance for stat numbers */
.hero-stats strong[data-count], .pf-stats strong[data-count] { font-variant-numeric: tabular-nums; }

@media (max-width: 760px) {
  .trust-bar .container { grid-template-columns: 1fr 1fr; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ---------- Stock listings (Properties page) ---------- */
.stock-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 20px; }
.stock-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 22px 22px 16px; display: flex; flex-direction: column; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.stock-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.sc-head { position: relative; }
.sc-badge { display: inline-block; font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--blue-700); background: #e6f4fb; border-radius: 999px; padding: 4px 12px; }
.sc-verified { position: absolute; top: 0; right: 0; display: inline-flex; align-items: center; gap: 4px; font-size: .72rem; font-weight: 600; color: var(--green-700); }
.sc-head h3 { font-size: 1.25rem; color: var(--green-900); margin: 10px 0 4px; }
.sc-loc { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: .84rem; }
.sc-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; margin: 16px 0; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sc-specs strong { display: block; font-size: .92rem; color: var(--ink); font-weight: 600; line-height: 1.3; }
.sc-specs span { font-size: .72rem; color: var(--muted); }
.sc-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.sc-price { font-family: var(--font-head); font-size: 1.55rem; font-weight: 600; color: var(--green-700); }
.sc-links { display: flex; gap: 14px; margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--line); }
.sc-links a { font-size: .8rem; font-weight: 600; color: var(--blue-700); }
.sc-links a:hover { text-decoration: underline; }
.stock-sep { width: 1px; align-self: stretch; background: var(--line); margin: 0 6px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .lp-hero .container { grid-template-columns: 1fr; gap: 28px; }
  .lp-usps .container { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .lp-loc-grid, .lp-partners-grid { grid-template-columns: 1fr; }
  .lp-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .lp-partner-tag { display: none; }
  .lp-top-actions .lp-phone span { display: none; }
  .lp-usps .container { grid-template-columns: repeat(2, 1fr); }
  .lp-gallery { grid-template-columns: 1fr 1fr; }
  .lp-mobilebar { display: flex; }
  .lp-section { padding: 52px 0; }
}
