/* ==========================================================
   Captação360 — Odontologia | Design System (Dark + Gold)
   ========================================================== */

:root{
  --bg: #0a0a0a;
  --bg-alt: #131313;
  --bg-card: #161616;
  --bg-card-hover: #1c1c1c;
  --border: #2a2a2a;
  --gold: #d4af37;
  --gold-light: #f0d47a;
  --gold-dim: rgba(212,175,55,0.15);
  --text: #f5f5f5;
  --text-muted: #a3a3a3;
  --text-dim: #767676;
  --success: #3fbf6a;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-gold: 0 8px 30px rgba(212,175,55,0.12);
  --container: 1160px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ margin:0; font-weight:800; letter-spacing:-0.02em; text-wrap: balance; }
p{ margin:0; text-wrap: pretty; }
button{ font-family: inherit; cursor:pointer; }

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

section{ position:relative; padding: 96px 0; }
.section-tight{ padding: 64px 0; }

.eyebrow{
  display:inline-block;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-title{
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin-bottom: 14px;
}
.section-subtitle{
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 700px;
  margin-bottom: 48px;
  text-wrap: pretty;
}
.center{ text-align:center; margin-left:auto; margin-right:auto; }

/* Manual balanced line-break: shown on wider screens where the automatic
   wrap would leave a lonely short word on its own line; hidden on narrow
   screens so text just wraps naturally to the viewport. */
.balance-break{ display:block; }
@media (max-width: 639px){
  .balance-break{ display:none; }
}

/* Always-on break: used where the two halves must stay in exactly two
   lines at any screen width (paired with a smaller, fluid font-size on
   the heading itself so each half reliably fits on one line). */
.balance-break-always{ display:block; }

.cta-final-title{
  font-size: clamp(1.2rem, 4.5vw, 2.6rem) !important;
  max-width: 700px;
  margin-left:auto;
  margin-right:auto;
}
.cta-final-subtitle{
  font-size: clamp(0.95rem, 4vw, 1.05rem) !important;
  max-width: 600px !important;
}

.gold-text{ color: var(--gold); }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1;
  gap:8px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn:active{ transform: scale(0.97); }
.btn-primary{
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #0a0a0a;
  box-shadow: var(--shadow-gold);
}
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 12px 34px rgba(212,175,55,0.22); }
.btn-outline{
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-outline:hover{ border-color: var(--gold); color: var(--gold); }
.btn-block{ width:100%; }
.btn-sm{ padding: 10px 18px; font-size: 0.85rem; }

/* ---------- Header / Nav ---------- */
.site-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10,10,10,0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
}
.nav-logo img{ height: 56px; width:auto; }
.nav-links{
  display:flex;
  align-items:center;
  gap: 34px;
}
.nav-links a{
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: color .15s ease;
}
.nav-links a:hover, .nav-links a.active{ color: var(--gold); }
.nav-actions{ display:flex; align-items:center; gap: 16px; }
.nav-toggle{
  display:none;
  background:none; border:none; color: var(--text);
  font-size: 1.6rem;
  padding: 4px;
}
.mobile-menu{
  display:none;
  flex-direction:column;
  gap: 4px;
  padding: 12px 24px 20px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.mobile-menu.open{ display:flex; }
.mobile-menu a{
  padding: 12px 0;
  color: var(--text-muted);
  font-weight:600;
  border-bottom: 1px solid var(--border);
}

@media (max-width: 860px){
  .nav-links{ display:none; }
  .nav-toggle{ display:block; }
  .nav-actions .btn{ display:none; }
}

/* ---------- Hero ---------- */
.hero{
  position: relative;
  padding: 90px 0 80px;
  background:
    radial-gradient(ellipse at 15% -10%, rgba(212,175,55,0.16), transparent 55%),
    radial-gradient(ellipse at 100% 0%, rgba(212,175,55,0.08), transparent 45%),
    var(--bg);
  overflow: hidden;
  min-height: 620px;
  display:flex;
  align-items:center;
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(212,175,55,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,175,55,0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse at 30% 20%, black, transparent 65%);
  pointer-events:none;
  z-index:1;
}

.hero-bg-video{
  position:absolute; inset:0;
  overflow:hidden;
  z-index:0;
  pointer-events:none;
}
.hero-bg-video video{
  width:100%; height:100%;
  object-fit:cover;
  opacity:0.38;
  pointer-events:none;
}
.hero-bg-overlay{
  position:absolute; inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.94) 0%, rgba(10,10,10,0.82) 45%, rgba(10,10,10,0.55) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 25%);
}
.hero-slides{ position:relative; width:100%; }
.hero-slide{
  display:none;
  animation: fadeIn .6s ease;
}
.hero-slide.active{ display:block; }
@keyframes fadeIn{ from{ opacity:0; transform: translateY(14px);} to{ opacity:1; transform:none; } }

.hero-inner{
  position:relative;
  z-index:2;
  max-width: 760px;
}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background: var(--gold-dim);
  border: 1px solid rgba(212,175,55,0.35);
  color: var(--gold-light);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 26px;
}
.hero-title{
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.08;
  margin-bottom: 22px;
}
.hero-subtitle{
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  color: var(--text-muted);
  max-width: 560px;
  margin-bottom: 36px;
}
.hero-cta-row{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom: 44px; }
.hero-dots{ display:flex; gap:10px; }
.hero-dot{
  width:34px; height:4px; border-radius:4px;
  background: var(--border);
  border:none;
  padding:0;
  cursor:pointer;
  transition: background .2s ease;
}
.hero-dot.active{ background: var(--gold); }

/* ---------- Dores da clinica ---------- */
.pain-list{
  display:grid;
  gap: 16px;
  margin-bottom: 32px;
}
.pain-item{
  display:flex;
  gap:16px;
  align-items:flex-start;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 24px;
}
.pain-icon{
  flex-shrink:0;
  width:40px; height:40px;
  border-radius:50%;
  border: 1.5px solid var(--gold);
  display:flex; align-items:center; justify-content:center;
  color: var(--gold);
}
.pain-closing{
  text-align:center;
  font-size: 1.2rem;
  font-weight:700;
  color: var(--gold-light);
  max-width: 700px;
  margin: 0 auto;
  padding-top: 8px;
}

/* ---------- Icon circle ---------- */
.icon-circle{
  width:64px; height:64px;
  min-width:64px; min-height:64px;
  flex-shrink:0;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1.5px solid var(--gold);
  display:flex; align-items:center; justify-content:center;
  color: var(--gold);
  margin-bottom: 22px;
}
.icon-circle svg{ width:28px; height:28px; }

/* ---------- Sobre ---------- */
.about-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items:center;
}
.about-text{ color: var(--text-muted); font-size: 1.05rem; }
.about-stats{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  margin-top: 32px;
}
.stat-card{
  background: var(--bg-card);
  border:1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px;
  text-align:center;
}
.stat-num{ font-size: 2rem; font-weight:800; color: var(--gold); }
.stat-label{ color: var(--text-muted); font-size: 0.85rem; margin-top:4px; }

/* ---------- Cards grid (serviços / diferenciais) ---------- */
.grid-3{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }

.card{
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
  display:flex;
  flex-direction:column;
  height:100%;
}
.card:hover{ transform: translateY(-4px); border-color: rgba(212,175,55,0.4); background: var(--bg-card-hover); }
.card h3{ font-size: 1.25rem; margin-bottom: 12px; }
.card p{ color: var(--text-muted); margin-bottom: 24px; flex-grow:1; }

.deliverables{ display:grid; gap:10px; margin: 22px 0 26px; }
.deliverable-item{
  display:flex; gap:10px; align-items:flex-start;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.deliverable-item svg{ flex-shrink:0; width:18px; height:18px; color: var(--gold); margin-top:2px; }

/* ---------- Planos ---------- */
.plan-card{
  position:relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  display:flex; flex-direction:column; height:100%;
}
.plan-card.featured{
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
  background: linear-gradient(180deg, rgba(212,175,55,0.06), var(--bg-card) 40%);
}
.plan-badge{
  position:absolute; top:-13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color:#0a0a0a; font-size:0.72rem; font-weight:800;
  padding: 6px 16px; border-radius: 999px;
  text-transform:uppercase; letter-spacing:0.05em;
  white-space:nowrap;
}
.plan-name{ font-size: 1.3rem; margin-bottom:6px; }
.plan-audience{ color: var(--gold); font-size: 0.85rem; font-weight:700; margin-bottom: 22px; }
.plan-features{ display:grid; gap: 12px; margin-bottom: 8px; flex-grow:1; }
.plan-feature{ display:flex; gap:10px; align-items:flex-start; font-size: 0.92rem; color: var(--text-muted); }
.plan-feature svg{ flex-shrink:0; width:17px; height:17px; color: var(--gold); margin-top:3px; }

.plans-cta{ text-align:center; margin-top: 46px; }

/* ---------- Comparativo ---------- */
.compare-wrap{
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.compare-row{
  display:grid;
  grid-template-columns: 1fr 130px 150px;
  align-items:center;
  padding: 18px 26px;
  border-bottom: 1px solid var(--border);
  gap: 12px;
}
.compare-row:last-child{ border-bottom:none; }
.compare-row.head{
  background: rgba(212,175,55,0.06);
  font-weight:800;
  font-size: 0.82rem;
  text-transform:uppercase;
  letter-spacing:0.04em;
  color: var(--text-muted);
}
.compare-row .criterion{ font-size: 0.96rem; color: var(--text); }
.compare-row.head .criterion{ color: var(--text-muted); }
.compare-mark{ text-align:center; font-size:1.2rem; }
.compare-mark.yes{ color: var(--gold); }
.compare-mark.no{ color: var(--text-dim); }
.compare-col-label{ text-align:center; font-size:0.78rem; color: var(--text-dim); line-height:1.3; }
.compare-short{ display:none; }

.compare-highlight{
  color: var(--gold-light) !important;
  font-weight:700;
  font-size:1.1rem !important;
  margin-top:-4px;
}

@media (max-width: 640px){
  .compare-row{ grid-template-columns: 1fr 62px 62px; padding: 14px 12px; font-size:0.85rem; gap:6px; }
  .compare-col-label{ font-size:0.68rem; }
  .compare-full{ display:none; }
  .compare-short{ display:inline; }
}

/* ---------- Resultados ---------- */
.results-stats{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}
.result-proof-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.result-proof-card{
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow:hidden;
}
.result-proof-img{
  width:100%;
  max-height: 420px;
  object-fit: contain;
  background:#050505;
  border-bottom: 1px solid var(--border);
}
.result-proof-caption{ padding: 22px 24px; }
.result-proof-caption .clinic{ font-weight:800; color: var(--gold); font-size:0.95rem; margin-bottom:6px; }
.result-proof-caption p{ color: var(--text-muted); font-size:0.92rem; }

/* ---------- Depoimentos ---------- */
.testimonials-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.testimonial-card{
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow:hidden;
  display:flex; flex-direction:column;
}
.testimonial-video-wrap{
  position:relative;
  width:100%;
  aspect-ratio: 9/16;
  background:#000;
}
.testimonial-video-wrap video{
  width:100%; height:100%; object-fit:cover; display:block;
}
.testimonial-play{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  background: rgba(0,0,0,0.28);
  transition: opacity .2s ease;
  cursor:pointer;
}
.testimonial-play.hidden{ opacity:0; pointer-events:none; }
.testimonial-play svg{ width:52px; height:52px; color: var(--gold); filter: drop-shadow(0 2px 10px rgba(0,0,0,0.5)); }
.testimonial-info{ padding: 16px 18px 20px; }
.testimonial-stars{ color: var(--gold); font-size:0.85rem; margin-bottom:8px; letter-spacing:2px; }
.testimonial-name{ font-weight:800; font-size:0.95rem; }
.testimonial-role{ color: var(--text-muted); font-size:0.8rem; margin-bottom:8px; }
.testimonial-result{ color: var(--gold-light); font-size:0.8rem; font-weight:700; }

@media (max-width: 1100px){
  .testimonials-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px){
  .testimonials-grid{ grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Referral video block ---------- */
.referral-block{
  background: var(--bg-card);
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
  display:grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  align-items:center;
  padding: 34px;
  box-shadow: var(--shadow-gold);
}
.referral-video{
  width:100%;
  aspect-ratio: 9/16;
  border-radius: var(--radius-md);
  overflow:hidden;
  background:#000;
  position:relative;
}
.referral-video video{ width:100%; height:100%; object-fit:cover; }
@media (max-width: 820px){
  .referral-block{ grid-template-columns: 1fr; text-align:center; }
  .referral-video{ max-width: 240px; margin: 0 auto; }
}

/* ---------- FAQ ---------- */
.faq-list{ display:grid; gap: 14px; max-width: 820px; margin: 0 auto; }
.faq-item{
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow:hidden;
}
.faq-question{
  display:flex; align-items:center; justify-content:space-between;
  padding: 20px 26px;
  font-weight:700;
  cursor:pointer;
  gap: 20px;
}
.faq-icon{ flex-shrink:0; color: var(--gold); transition: transform .25s ease; }
.faq-item.open .faq-icon{ transform: rotate(45deg); }
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition: max-height .3s ease;
  color: var(--text-muted);
  padding: 0 26px;
  font-size: 0.95rem;
}
.faq-item.open .faq-answer{ padding-bottom: 22px; }

/* ---------- Redes sociais ---------- */
.social-row{ display:flex; gap: 22px; justify-content:center; }
.social-circle{
  width:64px; height:64px; border-radius:50%;
  border: 1.5px solid var(--gold);
  display:flex; align-items:center; justify-content:center;
  color: var(--gold);
  transition: background .2s ease, color .2s ease;
}
.social-circle:hover{ background: var(--gold); color:#0a0a0a; }
.social-circle svg{ width:26px; height:26px; }

/* ---------- Footer ---------- */
.site-footer{
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  padding: 64px 0 28px;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-logo img{ height:50px; margin-bottom: 14px; }
.footer-tagline{ color: var(--text-muted); font-size:0.92rem; max-width:280px; }
.footer-col h4{ font-size:0.85rem; text-transform:uppercase; letter-spacing:0.06em; color: var(--gold); margin-bottom:18px; }
.footer-col a{ display:block; color: var(--text-muted); font-size:0.92rem; margin-bottom:12px; transition: color .15s ease; }
.footer-col a:hover{ color: var(--gold); }
.footer-bottom{
  border-top: 1px solid var(--border);
  padding-top: 24px;
  color: var(--text-dim);
  font-size: 0.82rem;
  text-align:center;
}

@media (max-width: 760px){
  .footer-grid{ grid-template-columns: 1fr; gap: 30px; }
}

/* ---------- Floating WhatsApp ---------- */
.float-whatsapp{
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 200;
  width: 58px; height:58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 8px 26px rgba(212,175,55,0.35);
  color:#0a0a0a;
  transition: transform .2s ease;
}
.float-whatsapp:hover{ transform: scale(1.08); }
.float-whatsapp svg{ width:28px; height:28px; }

/* ---------- Page header (Serviços / Contato) ---------- */
.page-hero{
  padding: 70px 0 30px;
  text-align:center;
  background: radial-gradient(ellipse at 50% 0%, rgba(212,175,55,0.12), transparent 60%);
}
.page-hero h1{ font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom:16px; max-width:820px; margin-left:auto; margin-right:auto; }
.page-hero p{ color: var(--text-muted); font-size:1.05rem; max-width:700px; margin:0 auto; }

.service-block{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items:center;
  padding: 56px 0;
  border-bottom: 1px solid var(--border);
}
.service-block:last-of-type{ border-bottom:none; }
.service-block:nth-of-type(even) .service-visual{ order:2; }
.service-visual{
  background: var(--bg-card);
  border:1px solid var(--border);
  border-radius: var(--radius-lg);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
  padding: 14px;
}
.service-visual .icon-circle{ width:110px; height:110px; margin-bottom:0; }
.service-visual .icon-circle svg{ width:48px; height:48px; }
.service-visual img{
  width:100%;
  max-height: 380px;
  object-fit: contain;
  border-radius: calc(var(--radius-lg) - 8px);
}
.service-text h2{ font-size: 1.7rem; margin-bottom:16px; }
.service-text > p{ color: var(--text-muted); margin-bottom: 24px; }

@media (max-width: 820px){
  .service-block{ grid-template-columns: 1fr; }
  .service-block:nth-of-type(even) .service-visual{ order:0; }
}

/* ---------- Contato page ---------- */
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items:start;
}
.contact-info-card{
  background: var(--bg-card);
  border:1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  margin-bottom: 20px;
  display:flex; gap:18px; align-items:flex-start;
}
.contact-info-card h3{ font-size:1.05rem; margin-bottom:6px; }
.contact-info-card p{ color: var(--text-muted); font-size:0.92rem; }
.contact-info-card > div:last-child{ flex:1; min-width:0; }

.contact-form{
  background: var(--bg-card);
  border:1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.form-support{ color: var(--text-muted); font-size:0.92rem; margin-bottom:24px; }
.form-group{ margin-bottom:20px; }
.form-group label{ display:block; font-size:0.85rem; font-weight:700; margin-bottom:8px; color: var(--text-muted); }
.form-group input, .form-group textarea, .form-group select{
  width:100%;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  color: var(--text);
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color .15s ease;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus{
  outline:none; border-color: var(--gold);
}
.form-group textarea{ resize: vertical; min-height: 120px; }

@media (max-width: 900px){
  .contact-grid{ grid-template-columns: 1fr; }
}

/* ---------- Generic responsive ---------- */
@media (max-width: 980px){
  .grid-3{ grid-template-columns: 1fr; }
  .grid-2{ grid-template-columns: 1fr; }
  .about-grid{ grid-template-columns: 1fr; }
  .results-stats{ grid-template-columns: repeat(2,1fr); }
  .result-proof-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 640px){
  section{ padding: 56px 0; }
  .footer-grid{ text-align:left; }
  .container{ padding: 0 20px; }
  .hero{ min-height:auto; padding: 64px 0 56px; }
  .hero-cta-row .btn{ width:100%; }
  .hero-badge{ font-size:0.74rem; }
  .testimonials-grid{ grid-template-columns: repeat(2, 1fr); gap:14px; }
  .card{ padding:28px 22px; }
  .icon-circle{ width:56px; height:56px; min-width:56px; min-height:56px; }
  .icon-circle svg{ width:24px; height:24px; }
  .referral-block{ padding:24px; }
  .contact-form{ padding:26px 22px; }
  .plan-card, .contact-info-card{ padding:24px 20px; }
}

@media (max-width: 420px){
  .testimonials-grid{ grid-template-columns: 1fr; max-width:260px; margin:0 auto; }
  .nav-logo img{ height:44px; }
  .footer-logo img{ height:40px; }
}
