/* Crianza Trust Pages v1.2 — Divi-safe, full responsive */
.cz-trust {
  --cz-primary: #2563EB;
  --cz-primary-dark: #1D4ED8;
  --cz-accent: #F59E0B;
  --cz-success: #22C55E;
  --cz-bg: #FFFFFF;
  --cz-light: #F8FAFC;
  --cz-light-2: #F1F5F9;
  --cz-text: #1F2937;
  --cz-muted: #6B7280;
  --cz-border: #E5E7EB;
  --cz-radius: 20px;
  --cz-radius-sm: 12px;
  --cz-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --cz-shadow-hover: 0 20px 48px rgba(37, 99, 235, 0.12);
  --cz-max: 1180px;

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  color: var(--cz-text) !important;
  line-height: 1.65 !important;
  overflow-x: hidden;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: var(--cz-bg);
}

.cz-trust *,
.cz-trust *::before,
.cz-trust *::after { box-sizing: border-box; }

/* Reset Divi / theme overrides inside trust pages */
.cz-trust h1, .cz-trust h2, .cz-trust h3,
.cz-trust h4, .cz-trust h5, .cz-trust h6 {
  font-family: 'Inter', sans-serif !important;
  color: var(--cz-text) !important;
  padding-bottom: 0 !important;
  line-height: 1.25 !important;
}
.cz-trust p { margin-bottom: 0; }
.cz-trust a.cz-btn { text-decoration: none !important; }
.cz-trust img { max-width: 100%; height: auto; }

/* Hide Divi page title on trust pages */
body.cz-trust-page #left-area > .entry-title,
body.cz-trust-page .et_pb_title_container,
body.cz-trust-page article > h1.entry-title {
  display: none !important;
}
body.cz-trust-page #sidebar { display: none !important; }
body.cz-trust-page #left-area {
  width: 100% !important;
  padding-right: 0 !important;
  float: none !important;
}
body.cz-home-page #sidebar { display: none !important; }
body.cz-home-page #left-area {
  width: 100% !important;
  padding-right: 0 !important;
  float: none !important;
}
body.cz-home-page #main-content .container::before { display: none !important; }

/* ── HOME PAGE ── */
.cz-home-hero { padding-top: clamp(40px, 6vw, 64px); }
.cz-home-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}
.cz-home-lead {
  color: var(--cz-muted);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.75;
  margin: 16px 0 28px;
}
.cz-home-hero-collage {
  position: relative;
  min-height: clamp(280px, 40vw, 420px);
}
.cz-collage-main {
  width: 78%;
  height: auto;
  border-radius: var(--cz-radius);
  box-shadow: var(--cz-shadow-hover);
  position: relative;
  z-index: 2;
}
.cz-collage-sub {
  position: absolute;
  width: 42%;
  border-radius: var(--cz-radius-sm);
  box-shadow: var(--cz-shadow);
  border: 3px solid #fff;
}
.cz-collage-sub-1 { bottom: 0; right: 0; z-index: 3; }
.cz-collage-sub-2 { top: 10%; right: 5%; z-index: 1; opacity: 0.92; }

.cz-showcase-card {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: left !important;
}
.cz-showcase-img {
  height: 180px;
  overflow: hidden;
}
.cz-showcase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.cz-showcase-card:hover .cz-showcase-img img { transform: scale(1.05); }
.cz-showcase-body { padding: 20px 24px 24px; }
.cz-showcase-body h3 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
}
.cz-showcase-body p {
  font-size: 0.875rem !important;
  color: var(--cz-muted) !important;
  margin: 0 0 10px !important;
}

.cz-guide-card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: left !important;
  height: 100%;
}
.cz-guide-card-img {
  height: 160px;
  overflow: hidden;
}
.cz-guide-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.cz-guide-card:hover .cz-guide-card-img img { transform: scale(1.05); }
.cz-guide-card-body { padding: 20px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.cz-guide-card-body h3 {
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
  line-height: 1.35 !important;
}
.cz-guide-card-body p {
  font-size: 0.8125rem !important;
  color: var(--cz-muted) !important;
  margin: 0 0 12px !important;
  flex: 1;
}
.cz-home-guides-cta { text-align: center; margin-top: 36px; }

@media (max-width: 768px) {
  .cz-home-hero-grid { grid-template-columns: 1fr; }
  .cz-home-hero-collage { min-height: 240px; }
  .cz-collage-main { width: 70%; }
}


.cz-container {
  width: 100%;
  max-width: var(--cz-max);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
}

.cz-section {
  padding: clamp(56px, 8vw, 96px) 0;
  position: relative;
}
.cz-section-alt { background: var(--cz-light); }

.cz-section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(36px, 5vw, 56px);
}
.cz-section-label {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cz-primary);
  background: rgba(37, 99, 235, 0.08);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.cz-section-title {
  font-size: clamp(1.625rem, 3.5vw, 2.375rem) !important;
  font-weight: 800 !important;
  margin: 0 0 12px !important;
  letter-spacing: -0.03em !important;
}
.cz-section-desc {
  color: var(--cz-muted);
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  margin: 0;
}
.cz-section-title.cz-left { text-align: left; }

/* ── HERO ── */
.cz-hero {
  position: relative;
  padding: clamp(72px, 12vw, 120px) 0 clamp(80px, 10vw, 110px);
  text-align: center;
  overflow: hidden;
}
.cz-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(37,99,235,0.09) 0%, transparent 60%),
    linear-gradient(180deg, #EFF6FF 0%, #FFFFFF 55%, #FFFBEB 100%);
  z-index: 0;
}
.cz-hero-bg::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to top, var(--cz-bg), transparent);
}
.cz-hero-inner { position: relative; z-index: 1; }
.cz-hero-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cz-hero-split {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
}
.cz-hero-main {
  text-align: center;
  padding: clamp(40px, 6vw, 64px) clamp(24px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cz-hero-split .cz-hero-main { text-align: left; align-items: flex-start; }
.cz-hero-split .cz-hero-desc { margin-left: 0; margin-right: 0; }
.cz-hero-split .cz-hero-actions { justify-content: flex-start; }

/* ── HERO BLOG SIDEBAR ── */
.cz-hero-blog {
  padding: clamp(20px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.cz-hero-blog-head { text-align: left; }
.cz-hero-blog-title {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
.cz-hero-blog-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.cz-blog-card {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: var(--cz-radius-sm);
  border: 1px solid var(--cz-border);
  background: #fff;
  text-decoration: none !important;
  color: inherit !important;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.cz-blog-card:hover {
  border-color: rgba(37,99,235,0.3);
  box-shadow: var(--cz-shadow);
  transform: translateY(-2px);
}
.cz-blog-card-img {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--cz-light);
}
.cz-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cz-blog-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.cz-blog-card-body { flex: 1; min-width: 0; }
.cz-blog-card-date {
  font-size: 0.75rem;
  color: var(--cz-muted);
  display: block;
  margin-bottom: 4px;
}
.cz-blog-card-body h4 {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  margin: 0 0 4px !important;
  line-height: 1.35 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cz-blog-card-body p {
  font-size: 0.75rem !important;
  color: var(--cz-muted) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cz-blog-card-link {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--cz-primary);
  margin-top: 6px;
  display: inline-block;
}
.cz-blog-all { margin-top: auto; font-size: 0.875rem !important; padding: 12px 20px !important; min-height: auto !important; }

.cz-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 28px;
  border: 1px solid rgba(37,99,235,0.12);
  box-shadow: var(--cz-shadow);
}
.cz-hero-title {
  font-size: clamp(1.875rem, 5.5vw, 3.5rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  margin: 0 auto 20px !important;
  letter-spacing: -0.035em !important;
  max-width: 820px;
}
.cz-hero-desc {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: var(--cz-muted);
  max-width: 600px;
  margin: 0 auto clamp(28px, 4vw, 40px);
  line-height: 1.7;
}
.cz-hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── BUTTONS ── */
.cz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: var(--cz-radius-sm);
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
  font-family: 'Inter', sans-serif !important;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s;
  border: none;
  cursor: pointer;
  min-height: 52px;
  -webkit-tap-highlight-color: transparent;
}
.cz-btn:hover { transform: translateY(-3px); }
.cz-btn:active { transform: translateY(-1px); }
.cz-btn-primary {
  background: linear-gradient(135deg, var(--cz-primary) 0%, var(--cz-primary-dark) 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(37,99,235,0.35);
}
.cz-btn-primary:hover {
  box-shadow: 0 8px 28px rgba(37,99,235,0.45);
  color: #fff !important;
}
.cz-btn-secondary {
  background: #fff !important;
  color: var(--cz-primary) !important;
  border: 2px solid var(--cz-primary) !important;
  box-shadow: var(--cz-shadow);
}
.cz-btn-secondary:hover { color: var(--cz-primary-dark) !important; }
.cz-btn-full { width: 100%; }

/* ── GLASS CARDS ── */
.cz-glass {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: var(--cz-radius);
  box-shadow: var(--cz-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  .cz-glass:hover {
    transform: translateY(-5px);
    box-shadow: var(--cz-shadow-hover);
  }
}

/* ── GRID ── */
.cz-grid {
  display: grid;
  gap: clamp(16px, 3vw, 24px);
}
.cz-grid-2 { grid-template-columns: repeat(2, 1fr); }
.cz-grid-3 { grid-template-columns: repeat(3, 1fr); }
.cz-grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ── CARDS ── */
.cz-card {
  padding: clamp(24px, 4vw, 36px);
  text-align: center;
  height: 100%;
}
.cz-card-icon {
  width: 64px; height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(245,158,11,0.08));
  border-radius: 16px;
}
.cz-card h3 {
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
}
.cz-card p {
  color: var(--cz-muted) !important;
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

/* ── TRUST BAR ── */
.cz-trust-bar {
  padding: clamp(20px, 4vw, 32px) 0;
  background: var(--cz-light);
  border-top: 1px solid var(--cz-border);
  border-bottom: 1px solid var(--cz-border);
}
.cz-trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px 16px;
  justify-items: center;
}
.cz-trust-bar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--cz-text);
  white-space: nowrap;
}
.cz-check {
  color: var(--cz-success);
  font-weight: 800;
  flex-shrink: 0;
}

/* ── TWO COLUMN ── */
.cz-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.cz-prose p {
  color: var(--cz-muted) !important;
  margin-bottom: 16px !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}
.cz-two-col-img {
  min-height: clamp(260px, 40vw, 380px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cz-img-placeholder {
  font-size: clamp(4rem, 10vw, 6rem);
  opacity: 0.5;
  text-align: center;
  padding: clamp(32px, 6vw, 56px);
  width: 100%;
}

/* ── STATS ── */
.cz-stats {
  background: linear-gradient(135deg, #1E40AF 0%, var(--cz-primary) 50%, #3B82F6 100%) !important;
  position: relative;
  overflow: hidden;
}
.cz-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cz-stats .cz-container { position: relative; z-index: 1; }
.cz-stats .cz-stat {
  text-align: center;
  padding: clamp(28px, 4vw, 44px) clamp(16px, 3vw, 24px);
}
.cz-stat-num {
  font-size: clamp(2.25rem, 6vw, 3.25rem) !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1 !important;
}
.cz-stat-label {
  color: rgba(255,255,255,0.88) !important;
  margin-top: 10px;
  font-weight: 500;
  font-size: 0.9rem;
}

/* ── TESTIMONIALS ── */
.cz-testimonial-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cz-testimonial { padding: clamp(24px, 4vw, 36px); }
.cz-stars { color: var(--cz-accent); font-size: 1.125rem; margin-bottom: 14px; letter-spacing: 2px; }
.cz-testimonial p {
  font-style: italic;
  color: var(--cz-muted) !important;
  margin-bottom: 20px !important;
  font-size: 0.9375rem !important;
  line-height: 1.7 !important;
}
.cz-testimonial-author { font-size: 0.875rem; color: var(--cz-text); }
.cz-slider-dots { display: none; }

/* ── TIMELINE ── */
.cz-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
.cz-timeline::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(to bottom, var(--cz-primary), rgba(37,99,235,0.15));
}
.cz-timeline-item {
  display: flex;
  gap: clamp(16px, 3vw, 28px);
  padding: 20px 20px 20px 0;
  align-items: flex-start;
  position: relative;
}
.cz-timeline-num {
  flex-shrink: 0;
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--cz-primary), var(--cz-primary-dark));
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.125rem;
  box-shadow: 0 4px 14px rgba(37,99,235,0.35);
  position: relative;
  z-index: 1;
}
.cz-timeline-body {
  flex: 1;
  padding: clamp(20px, 3vw, 28px);
  background: #fff;
  border-radius: var(--cz-radius);
  border: 1px solid var(--cz-border);
  box-shadow: var(--cz-shadow);
  margin-top: 4px;
}
.cz-timeline-body h3 {
  margin: 0 0 8px !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
}
.cz-timeline-body p {
  margin: 0 !important;
  color: var(--cz-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.65 !important;
}

/* ── CONTACT ── */
.cz-contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
}
.cz-contact-form { padding: clamp(28px, 5vw, 44px); }
.cz-contact-form h2 {
  margin: 0 0 8px !important;
  font-size: 1.5rem !important;
}
.cz-contact-form > p.cz-form-sub {
  color: var(--cz-muted);
  font-size: 0.9rem;
  margin-bottom: 28px !important;
}
.cz-form-row { margin-bottom: 18px; }
.cz-form-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.8125rem;
  color: var(--cz-text);
}
.cz-form-row input,
.cz-form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--cz-border);
  border-radius: var(--cz-radius-sm);
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem;
  background: #fff;
  color: var(--cz-text);
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
}
.cz-form-row input:focus,
.cz-form-row textarea:focus {
  outline: none;
  border-color: var(--cz-primary);
  box-shadow: 0 0 0 4px rgba(37,99,235,0.1);
}
.cz-form-row textarea { resize: vertical; min-height: 120px; }
.cz-contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cz-contact-info .cz-card { text-align: left; padding: 24px; }
.cz-contact-info .cz-card-icon {
  margin: 0 0 12px;
  width: 48px; height: 48px;
  font-size: 1.25rem;
}
.cz-contact-info .cz-card h3 { text-align: left; }
.cz-contact-info .cz-card p { text-align: left; font-size: 0.875rem !important; }
.cz-map {
  min-height: clamp(220px, 35vw, 320px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--cz-radius);
  overflow: hidden;
}

/* ── FAQ ── */
.cz-faq-wrap { max-width: 760px; margin: 0 auto; }
.cz-faq {
  padding: clamp(18px, 3vw, 22px) clamp(20px, 4vw, 28px);
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid var(--cz-border);
  border-radius: var(--cz-radius-sm);
  box-shadow: var(--cz-shadow);
}
.cz-faq summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 0.9375rem;
  color: var(--cz-text);
  -webkit-tap-highlight-color: transparent;
}
.cz-faq summary::-webkit-details-marker { display: none; }
.cz-faq summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px; height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--cz-primary);
  background: rgba(37,99,235,0.08);
  border-radius: 8px;
  font-weight: 400;
}
.cz-faq[open] summary::after { content: '−'; }
.cz-faq p {
  margin: 16px 0 0 !important;
  color: var(--cz-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
}

/* ── BADGES ── */
.cz-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: clamp(24px, 4vw, 36px);
}
.cz-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid var(--cz-border);
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.8125rem;
  box-shadow: var(--cz-shadow);
}

/* ── CTA ── */
.cz-cta { padding: clamp(56px, 8vw, 96px) 0; }
.cz-cta-inner {
  text-align: center;
  padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 56px);
  background: linear-gradient(135deg, #EFF6FF 0%, #FFFFFF 60%, #FEF3C7 100%) !important;
  border: 1px solid rgba(37,99,235,0.1);
  border-radius: var(--cz-radius);
}
.cz-cta h2 {
  font-size: clamp(1.375rem, 3vw, 2rem) !important;
  margin: 0 0 12px !important;
}
.cz-cta p {
  color: var(--cz-muted) !important;
  margin: 0 auto 32px !important;
  max-width: 520px;
  font-size: 1rem !important;
}

.cz-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.cz-slider-dots button,
.cz-slider-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cz-border);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  border: none;
  padding: 0;
}
.cz-slider-dots button.active,
.cz-slider-dots span.active {
  background: var(--cz-primary);
  transform: scale(1.25);
}

/* ── ANIMATIONS ── */
.cz-animate {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.cz-animate.cz-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .cz-animate { opacity: 1; transform: none; transition: none; }
  .cz-btn:hover, .cz-glass:hover { transform: none; }
}

/* ── TABLET ── */
@media (max-width: 1024px) {
  .cz-hero-split { grid-template-columns: 1fr; }
  .cz-hero-split .cz-hero-main { text-align: center; align-items: center; }
  .cz-hero-split .cz-hero-actions { justify-content: center; }
  .cz-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .cz-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .cz-testimonial-slider { grid-template-columns: 1fr; }
  .cz-slider-dots { display: flex; }
  .cz-testimonial-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .cz-testimonial-slider::-webkit-scrollbar { display: none; }
  .cz-testimonial {
    flex: 0 0 min(100%, 340px);
    scroll-snap-align: center;
  }
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  .cz-two-col,
  .cz-contact-grid { grid-template-columns: 1fr; }
  .cz-two-col-img { order: -1; min-height: 220px; }
  .cz-contact-info { grid-template-columns: 1fr; }
  .cz-grid-2 { grid-template-columns: 1fr; }
  .cz-trust-bar-item { white-space: normal; text-align: center; justify-content: center; }
  .cz-timeline::before { left: 23px; }
  .cz-timeline-num { width: 48px; height: 48px; font-size: 1rem; }
  .cz-hero-actions { flex-direction: column; align-items: stretch; }
  .cz-btn { width: 100%; }
}

@media (max-width: 480px) {
  .cz-grid-3,
  .cz-grid-4 { grid-template-columns: 1fr; }
  .cz-trust-bar-grid { grid-template-columns: repeat(2, 1fr); }
  .cz-timeline-item { gap: 12px; }
  .cz-timeline-body { padding: 16px; }
  .cz-badges span { width: 100%; justify-content: center; }
}
