/* ============================================================
   ADC Smart Leads Pro — Front-End CSS v1.0.3
   adcproperties.co.in
   ============================================================ */

:root {
  --p:   #1a56db;
  --pd:  #1344b4;
  --pl:  #e8f0fe;
  --a:   #f59e0b;
  --ad:  #d97706;
  --dk:  #0f172a;
  --mid: #1e293b;
  --tx:  #374151;
  --mu:  #6b7280;
  --bd:  #e5e7eb;
  --bg:  #f8fafc;
  --gr:  #10b981;
  --wa:  #25d366;
  --r:   14px;
  --rs:  8px;
  --sh:  0 4px 24px rgba(26,86,219,.10);
  --shh: 0 12px 40px rgba(26,86,219,.20);
  --tr:  .3s cubic-bezier(.4,0,.2,1);
  --fh:  'Syne', sans-serif;
  --fb:  'Inter', sans-serif;
}

/* ── Reset & Base ─────────────────────────────────────────── */
.adcl-lp *, .adcl-form-wrap * { box-sizing: border-box; }

.adcl-lp {
  font-family: var(--fb);
  color: var(--tx);
  line-height: 1.65;
}

.adcl-lp h1,
.adcl-lp h2,
.adcl-lp h3,
.adcl-lp h4,
.adcl-lp h5 {
  font-family: var(--fh);
  line-height: 1.2;
}

.adcl-lp a { text-decoration: none; }

/* ── Hero ─────────────────────────────────────────────────── */
.adcl-hero {
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #1a56db 100%);
  color: #fff;
  padding: 80px 0 100px;
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
}

.adcl-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.adcl-particle {
  position: absolute;
  border-radius: 50%;
  opacity: .12;
  animation: adcl-float 9s ease-in-out infinite alternate;
}
.adcl-p1 { width:480px; height:480px; background:radial-gradient(circle,#60a5fa,transparent 70%); top:-120px; right:-80px; }
.adcl-p2 { width:300px; height:300px; background:radial-gradient(circle,#f59e0b,transparent 70%); bottom:-60px; left:22%; animation-duration:11s; animation-delay:-3s; }
.adcl-p3 { width:200px; height:200px; background:radial-gradient(circle,#818cf8,transparent 70%); top:30%; left:5%; animation-duration:13s; animation-delay:-6s; }

@keyframes adcl-float {
  0%   { transform: translateY(0) scale(1); }
  100% { transform: translateY(-28px) scale(1.05); }
}

.adcl-logo { max-height: 60px; width: auto; }

.adcl-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245,158,11,.18);
  border: 1px solid rgba(245,158,11,.4);
  color: #fbbf24;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.adcl-h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 18px;
  color: #fff;
}

.adcl-sub {
  color: #bfdbfe;
  font-size: 1.05rem;
  max-width: 520px;
  margin-bottom: 24px;
}

.adcl-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.adcl-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #e0f2fe;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .8rem;
  backdrop-filter: blur(6px);
}

.adcl-cta-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--a);
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 24px rgba(245,158,11,.4);
  transition: background var(--tr), box-shadow var(--tr);
}
.adcl-cta-call:hover { background: var(--ad); color: #fff; box-shadow: 0 8px 32px rgba(245,158,11,.55); }

/* ── Form Wrap ────────────────────────────────────────────── */
.adcl-form-wrap {
  background: #fff;
  border-radius: var(--r);
  padding: 36px 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  position: relative;
  z-index: 2;
}
.adcl-compact { padding: 24px 20px; }

.adcl-form-head {
  text-align: center;
  margin-bottom: 24px;
}
.adcl-form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--pl);
  border-radius: 50%;
  font-size: 1.5rem;
  color: var(--p);
  margin-bottom: 10px;
}
.adcl-form-head h3 { font-size: 1.4rem; font-weight: 800; color: var(--dk); margin-bottom: 4px; }
.adcl-form-head p  { color: var(--mu); font-size: .85rem; margin: 0; }

.adcl-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.adcl-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 12px;
}
.adcl-row .adcl-field { margin-bottom: 0; }

.adcl-field label {
  font-size: .8rem;
  font-weight: 600;
  color: var(--tx);
}
.adcl-field label i { color: var(--p); margin-right: 4px; }

.adcl-field input,
.adcl-field select,
.adcl-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--bd);
  border-radius: var(--rs);
  font-size: .9rem;
  font-family: var(--fb);
  color: var(--tx);
  background: #fff;
  outline: none;
  transition: border-color var(--tr), box-shadow var(--tr);
  -webkit-appearance: none;
}
.adcl-field input:focus,
.adcl-field select:focus,
.adcl-field textarea:focus {
  border-color: var(--p);
  box-shadow: 0 0 0 3px rgba(26,86,219,.12);
}
.adcl-field textarea { resize: vertical; min-height: 88px; }

/* GDPR */
.adcl-gdpr { margin-bottom: 16px; }
.adcl-gdpr label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: .8rem;
  color: var(--mu);
}
.adcl-gdpr input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: var(--p);
}
.adcl-gdpr a { color: var(--p); }

/* Submit button */
.adcl-submit {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, var(--p) 0%, var(--pd) 100%);
  color: #fff;
  border: none;
  border-radius: var(--rs);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(26,86,219,.35);
  transition: transform var(--tr), box-shadow var(--tr);
  font-family: var(--fb);
  letter-spacing: .02em;
}
.adcl-submit:hover   { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(26,86,219,.5); }
.adcl-submit:active  { transform: translateY(0); }
.adcl-submit:disabled { opacity: .7; cursor: not-allowed; }

.adcl-form-trust {
  text-align: center;
  font-size: .76rem;
  color: var(--mu);
  margin-top: 10px;
  margin-bottom: 0;
}

/* Form messages */
.adcl-msg {
  padding: 10px 14px;
  border-radius: var(--rs);
  font-size: .87rem;
  margin-bottom: 12px;
  display: none;
}
.adcl-msg.adcl-ok  { background:#d1fae5; color:#065f46; border:1px solid #6ee7b7; display:block; }
.adcl-msg.adcl-err { background:#fee2e2; color:#7f1d1d; border:1px solid #fca5a5; display:block; }

/* ── Stats Bar ────────────────────────────────────────────── */
.adcl-stats {
  background: linear-gradient(90deg, #0f172a, #1e293b);
  padding: 44px 0;
}
.adcl-stat-item {
  text-align: center;
  padding: 16px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.adcl-stat-item:last-child { border-right: none; }
.adcl-stat-icon  { font-size: 1.6rem; color: var(--a); margin-bottom: 6px; }
.adcl-stat-val   { font-family: var(--fh); font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1; }
.adcl-stat-val span { font-size: 1.2rem; color: var(--a); }
.adcl-stat-lbl   { font-size: .8rem; color: #94a3b8; margin-top: 4px; }

/* ── Generic Section ──────────────────────────────────────── */
.adcl-section { padding: 80px 0; }

.adcl-sec-head { max-width: 640px; margin: 0 auto 40px; }
.adcl-sec-head h2 { font-size: clamp(1.6rem,4vw,2.3rem); font-weight: 800; color: var(--dk); margin: 8px 0; }
.adcl-sec-head p  { color: var(--mu); }

.adcl-sec-tag {
  display: inline-block;
  background: var(--pl);
  color: var(--p);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* ── Cards ────────────────────────────────────────────────── */
.adcl-card {
  background: #fff;
  border-radius: var(--r);
  padding: 28px;
  border: 1px solid var(--bd);
  transition: transform var(--tr), box-shadow var(--tr), border-color var(--tr);
  height: 100%;
}
.adcl-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shh);
  border-color: transparent;
}

/* Service card */
.adcl-svc-card { text-align: center; }
.adcl-svc-icon {
  width: 60px; height: 60px;
  border-radius: 14px;
  background: var(--pl);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--p);
  margin: 0 auto 14px;
  transition: background var(--tr);
}
.adcl-card:hover .adcl-svc-icon { background: var(--p); color: #fff; }
.adcl-svc-card h4 { font-size: 1.05rem; font-weight: 700; color: var(--dk); margin-bottom: 8px; }
.adcl-svc-card p  { font-size: .87rem; color: var(--mu); margin-bottom: 14px; }
.adcl-card-link {
  font-size: .85rem; font-weight: 600; color: var(--p);
  display: inline-flex; align-items: center; gap: 6px;
  transition: color var(--tr);
}
.adcl-card-link:hover { color: var(--pd); }

/* ── Property Section ─────────────────────────────────────── */
.adcl-prop-sec { background: var(--bg); }

/* Feature list */
.adcl-feat-list { list-style: none; padding: 0; margin: 0; }
.adcl-feat-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 7px 0; font-size: .92rem; color: var(--tx);
}
.adcl-feat-list .fa-check-circle { color: var(--gr); }

/* ── Why Section ──────────────────────────────────────────── */
.adcl-why-sec { background: var(--dk); }
.adcl-why-sec .adcl-sec-head h2 { color: #fff; }
.adcl-why-sec .adcl-sec-head p  { color: #94a3b8; }

.adcl-why-card {
  display: flex; gap: 14px; align-items: flex-start;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r);
  padding: 22px;
  height: 100%;
  transition: background var(--tr), border-color var(--tr);
}
.adcl-why-card:hover { background: rgba(26,86,219,.15); border-color: rgba(26,86,219,.4); }
.adcl-why-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  border-radius: 12px;
  background: rgba(26,86,219,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: #93c5fd;
}
.adcl-why-card h5 { font-size: .95rem; font-weight: 700; color: #fff; margin: 0 0 5px; }
.adcl-why-card p  { font-size: .85rem; color: #94a3b8; margin: 0; }

/* ── Testimonials ─────────────────────────────────────────── */
.adcl-testi-sec { background: var(--bg); }
.adcl-testi-card {
  background: #fff;
  border-radius: var(--r);
  padding: 40px 48px;
  text-align: center;
  box-shadow: var(--sh);
  max-width: 760px;
  margin: 0 auto;
}
.adcl-stars  { color: var(--a); font-size: 1.2rem; margin-bottom: 18px; }
.adcl-review { font-size: 1.05rem; font-style: italic; color: var(--tx); line-height: 1.7; margin-bottom: 24px; }
.adcl-reviewer {
  display: flex; align-items: center; gap: 14px; text-align: left;
}
.adcl-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--p), #818cf8);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 700; color: #fff; flex-shrink: 0;
}
.adcl-reviewer strong { display: block; font-weight: 700; color: var(--dk); }
.adcl-reviewer span   { font-size: .8rem; color: var(--mu); }
.adcl-g-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: #fff; border: 1px solid var(--bd); border-radius: 999px;
  padding: 5px 12px; font-size: .76rem; font-weight: 600; color: var(--tx);
  white-space: nowrap;
}
.adcl-g-badge .fa-google { color: #ea4335; }
.adcl-car-btn {
  width: 42px; height: 42px; background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--p); box-shadow: var(--sh); font-size: .95rem;
}
.carousel-control-prev { left: -55px; }
.carousel-control-next { right: -55px; }

/* ── FAQ ──────────────────────────────────────────────────── */
.adcl-accordion .accordion-item {
  border: 1px solid var(--bd) !important;
  border-radius: var(--rs) !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.adcl-accordion .accordion-button {
  font-weight: 600;
  font-family: var(--fb);
  background: #fff;
  color: var(--dk);
  box-shadow: none !important;
}
.adcl-accordion .accordion-button:not(.collapsed) {
  background: var(--pl);
  color: var(--p);
  box-shadow: none !important;
}
.adcl-accordion .accordion-body { font-size: .9rem; color: var(--mu); }

/* ── About ────────────────────────────────────────────────── */
.adcl-about-sec { background: var(--bg); }
.adcl-about-img {
  background: linear-gradient(135deg, var(--pl), #e0e7ff);
  border-radius: 24px;
  height: 320px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.adcl-about-badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--a); color: #fff;
  font-weight: 700; padding: 6px 14px;
  border-radius: 999px; font-size: .9rem;
}

/* ── CTA Section ──────────────────────────────────────────── */
.adcl-cta-sec {
  background: linear-gradient(135deg, var(--p) 0%, var(--pd) 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.adcl-cta-sec h2 { font-size: clamp(1.6rem,4vw,2.3rem); color: #fff; margin-bottom: 12px; }
.adcl-cta-sec  p { color: #bfdbfe; margin-bottom: 28px; }
.adcl-cta-btns  { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 20px; }

.adcl-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--a); color: #fff;
  padding: 14px 32px; border-radius: 999px;
  font-weight: 700; font-size: 1rem;
  transition: background var(--tr);
  box-shadow: 0 4px 20px rgba(245,158,11,.4);
}
.adcl-btn-primary:hover { background: var(--ad); color: #fff; }

.adcl-btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  padding: 14px 32px; border-radius: 999px;
  font-weight: 700; font-size: 1rem;
  border: 2px solid rgba(255,255,255,.5);
  transition: background var(--tr);
}
.adcl-btn-outline:hover { background: rgba(255,255,255,.1); color: #fff; }

.adcl-cta-contact {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 12px; margin-top: 8px;
}
.adcl-cta-contact a {
  color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
  transition: color var(--tr);
}
.adcl-cta-contact a:hover { color: #fff; }
.adcl-cta-contact span    { color: rgba(255,255,255,.3); }

/* ── Footer ───────────────────────────────────────────────── */
.adcl-footer {
  background: #0a0f1e;
  color: #94a3b8;
  padding: 44px 0 28px;
}
.adcl-footer-brand {
  font-size: 1.1rem; font-weight: 700; color: #fff;
  display: flex; align-items: center; gap: 8px; margin-bottom: 6px;
}
.adcl-footer-brand i { color: var(--a); }
.adcl-footer-tag { font-size: .82rem; color: #475569; margin: 0; }
.adcl-footer-links { list-style: none; padding: 0; margin: 0; }
.adcl-footer-links li { padding: 5px 0; }
.adcl-footer-links a {
  color: #94a3b8; font-size: .87rem;
  display: inline-flex; align-items: center; gap: 8px;
  transition: color var(--tr);
}
.adcl-footer-links a:hover { color: #fff; }
.adcl-footer-links i { color: var(--a); width: 16px; text-align: center; }
.adcl-social { display: flex; gap: 10px; justify-content: flex-end; margin-bottom: 10px; }
.adcl-social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: #94a3b8; font-size: .95rem;
  transition: background var(--tr), color var(--tr), border-color var(--tr);
}
.adcl-social a:hover { background: var(--p); color: #fff; border-color: var(--p); }
.adcl-copy { font-size: .76rem; color: #475569; margin: 0; }

/* ── Floating Buttons ─────────────────────────────────────── */
.adcl-float-wa,
.adcl-float-call {
  position: fixed;
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #fff;
  text-decoration: none; z-index: 9990;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  transition: transform var(--tr), box-shadow var(--tr);
}
.adcl-float-wa   { background: var(--wa); right: 22px; bottom: 96px; }
.adcl-float-call { background: var(--p);  right: 22px; bottom: 164px; }
.adcl-float-wa:hover,
.adcl-float-call:hover { transform: scale(1.12); color: #fff; box-shadow: 0 8px 32px rgba(0,0,0,.3); }

.adcl-pulse {
  position: absolute; width: 100%; height: 100%;
  border-radius: 50%;
  animation: adcl-pulse 2.4s ease-out infinite;
}
.adcl-float-wa   .adcl-pulse { background: rgba(37,211,102,.45); }
.adcl-float-call .adcl-pulse { background: rgba(26,86,219,.40); }

@keyframes adcl-pulse {
  0%   { transform: scale(1); opacity: .7; }
  100% { transform: scale(1.9); opacity: 0; }
}

/* ── Sticky Mobile Bar ────────────────────────────────────── */
.adcl-sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  display: none; /* shown via JS on mobile */
  z-index: 9995;
  box-shadow: 0 -4px 20px rgba(0,0,0,.12);
}
@media (max-width: 767px) {
  .adcl-sticky-bar { display: flex; }
}

.adcl-sbar-btn {
  flex: 1; padding: 13px 6px;
  text-align: center; font-size: .78rem; font-weight: 700;
  text-decoration: none;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.adcl-sbar-btn i { font-size: 1.05rem; }
.adcl-sbar-call { background: var(--p);  color: #fff; }
.adcl-sbar-wa   { background: var(--wa); color: #fff; }
.adcl-sbar-enq  { background: var(--a);  color: #fff; }

/* ── Popups / Overlay ─────────────────────────────────────── */
.adcl-overlay {
  position: fixed; inset: 0;
  background: rgba(15,23,42,.75);
  z-index: 99999;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
  animation: adcl-fade-in .3s ease;
}
@keyframes adcl-fade-in { from { opacity:0; } to { opacity:1; } }

.adcl-popup {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  width: 100%; max-width: 520px;
  position: relative;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
  animation: adcl-slide-up .4s ease;
}
@keyframes adcl-slide-up {
  from { transform: translateY(28px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

.adcl-popup-x {
  position: absolute; top: 14px; right: 18px;
  font-size: 1.6rem; background: none; border: none;
  cursor: pointer; color: var(--mu); line-height: 1;
}
.adcl-offer-tag {
  display: inline-block;
  background: #fef3c7; color: #92400e;
  padding: 4px 14px; border-radius: 999px;
  font-size: .78rem; font-weight: 700; margin-bottom: 12px;
}
.adcl-popup h3 { font-size: 1.4rem; font-weight: 800; color: var(--dk); margin-bottom: 8px; }
.adcl-popup p  { color: var(--mu); font-size: .9rem; margin-bottom: 16px; }

/* Thank you popup */
.adcl-ty-popup { text-align: center; }
.adcl-ty-icon  { font-size: 3.5rem; color: var(--gr); margin-bottom: 14px; }
.adcl-ty-popup h3 { font-size: 1.8rem; margin-bottom: 8px; }
.adcl-ty-popup p  { color: var(--mu); margin-bottom: 20px; }
.adcl-btn-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--wa); color: #fff; text-decoration: none;
  padding: 12px 24px; border-radius: 999px;
  font-weight: 700; font-size: .95rem; margin-bottom: 12px;
  transition: background var(--tr);
}
.adcl-btn-wa:hover { background: #1ebe5d; color: #fff; }
.adcl-ty-close {
  display: block; margin: 0 auto;
  background: none; border: none; color: var(--mu);
  cursor: pointer; font-size: .9rem; text-decoration: underline;
  font-family: var(--fb);
}

/* Inline WhatsApp button */
.adcl-wa-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--wa); color: #fff; text-decoration: none;
  padding: 12px 24px; border-radius: 999px;
  font-weight: 700; font-size: .95rem;
  transition: background var(--tr);
}
.adcl-wa-btn:hover { background: #1ebe5d; color: #fff; }

/* ── Scroll Animations ────────────────────────────────────── */
.adcl-anim, .adcl-anim-r, .adcl-anim-l {
  opacity: 0;
  transition: opacity .65s ease, transform .65s ease;
}
.adcl-anim   { transform: translateY(26px); }
.adcl-anim-r { transform: translateX(26px); }
.adcl-anim-l { transform: translateX(-26px); }
.adcl-anim.adcl-vis,
.adcl-anim-r.adcl-vis,
.adcl-anim-l.adcl-vis {
  opacity: 1;
  transform: translate(0);
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 991px) {
  .adcl-testi-card { padding: 32px 24px; }
  .carousel-control-prev,
  .carousel-control-next { display: none; }
}

@media (max-width: 767px) {
  .adcl-hero { padding: 60px 0 160px; min-height: auto; }
  .adcl-row  { grid-template-columns: 1fr; }
  .adcl-form-wrap { padding: 24px 18px; }
  .adcl-testi-card { padding: 28px 16px; }
  .adcl-reviewer   { flex-wrap: wrap; }
  .adcl-g-badge    { display: none; }
  .adcl-lp         { padding-bottom: 56px; } /* sticky bar gap */
  .adcl-social     { justify-content: center; }
  .adcl-copy       { text-align: center; margin-top: 8px; }
}

@media (max-width: 480px) {
  .adcl-h1 { font-size: 1.8rem; }
  .adcl-stat-val { font-size: 1.6rem; }
  .adcl-popup { padding: 28px 18px; }
}
