/* =====================================================
   Home Security Smart Deterrence Page — CSS Stylesheet
   Matches HSC Page Design System
   ===================================================== */

/* =====================================================
   Hero Section
   ===================================================== */
.sd-hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 7rem;
}

.sd-hero-bg {
  background-image: url('../../images/cameras-hero.webp');
  background-size: cover;
  background-position: center top;
  position: absolute;
  inset: 0;
}

.sd-hero-overlay {
  background: linear-gradient(135deg, rgba(4, 20, 50, .92) 0%, rgba(6, 14, 31, .85) 55%, rgba(10, 22, 55, .90) 100%);
  position: absolute;
  inset: 0;
}

.sd-hero-orb {
  position: absolute;
}

.sd-hero-orb.orb-1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(21, 87, 192, .35) 0%, transparent 70%);
  top: -100px;
  left: -120px;
  animation: sdHeroOrb1 9s ease-in-out infinite;
}

.sd-hero-orb.orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(56, 189, 248, .25) 0%, transparent 70%);
  bottom: -80px;
  right: -60px;
  animation: sdHeroOrb2 12s ease-in-out infinite;
}

@keyframes sdHeroOrb1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, 20px) scale(1.08); }
}

@keyframes sdHeroOrb2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-25px, -15px) scale(1.05); }
}

.sd-hero-inner {
  position: relative;
  z-index: 3;
}

.sd-hero-breadcrumb {
  background: transparent;
  padding: 0;
  font-size: .8rem;
}

.sd-hero-breadcrumb a {
  color: rgba(255, 255, 255, .4);
  text-decoration: none;
}

.sd-hero-breadcrumb .active {
  color: rgba(255, 255, 255, .65);
}

.sd-hero-eyebrow {
  background: rgba(21, 87, 192, .3);
  border: 1px solid rgba(96, 165, 250, .4);
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #93c5fd;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 1.5rem;
}

.sd-hero-h1 {
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.25rem;
  text-shadow: 0 4px 32px rgba(0, 0, 0, .4);
}

.sd-hero-grad {
  background: linear-gradient(90deg, #60a5fa 0%, #38bdf8 50%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sd-hero-sub {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .7);
  max-width: 680px;
  margin: 0 auto 2rem;
}

.sd-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: center;
  align-items: center;
}

.sd-hero-cta-btn {
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(21, 87, 192, .55);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sd-hero-cta-call {
  color: rgba(255, 255, 255, .75);
  font-weight: 600;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 12px 24px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  transition: all .2s;
}

.sd-hero-cta-call:hover {
  border-color: rgba(255, 255, 255, .5);
  color: #fff;
}

/* =====================================================
   Intro Section (Emotional)
   ==================================================== */
.sd-intro-section {
  padding: 8rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  position: relative;
  overflow: hidden;
}

.sd-intro-glow-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.sd-intro-glow-2 {
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.sd-intro-lead {
  font-family: var(--fh);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}

.sd-intro-desc {
  font-size: 1.15rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* =====================================================
   Mid-Page CTA Strip
   ==================================================== */
.sd-cta-strip-section {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  background: #0c1a2e;
}

.sd-cta-strip-bg {
  position: absolute;
  inset: 0;
  background: url('../../images/cta-cameras-bg.webp') center center/cover no-repeat;
  opacity: 0.75;
}

.sd-cta-strip-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 20, 45, 0.72) 0%, rgba(5, 20, 45, 0.60) 100%);
}

.sd-cta-strip-inner {
  position: relative;
  z-index: 2;
}

.sd-cta-strip-icon-box {
  width: 64px;
  height: 64px;
  background: rgba(37, 99, 235, 0.25);
  border: 1px solid rgba(96, 165, 250, 0.4);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  backdrop-filter: blur(8px);
}

.sd-cta-strip-icon-box i {
  font-size: 1.75rem;
  color: #60a5fa;
}

.sd-cta-strip-text {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.sd-cta-strip-text h3 {
  font-family: var(--fh);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 0.85rem;
}

.sd-cta-strip-text p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin: 0;
  max-width: 540px;
}

.sd-cta-strip-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.sd-cta-strip-btn {
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.5);
}

.sd-cta-strip-call {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  justify-content: center;
}

.sd-cta-strip-call-icon {
  width: 36px;
  height: 36px;
  background: rgba(14, 165, 233, 0.2);
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sd-cta-strip-call-icon i {
  font-size: 0.85rem;
  color: #38bdf8;
}

.sd-cta-strip-call span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
}

.sd-cta-strip-call a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.sd-cta-strip-call a:hover {
  color: #60a5fa;
}

/* =====================================================
   Features Grid
   ===================================================== */
.sd-features-section {
  padding: 8rem 0;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}

.sd-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
}

.sd-feature-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 3rem 2.5rem;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.sd-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #0ea5e9);
  opacity: 0;
  transition: opacity 0.3s;
}

.sd-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
  border-color: rgba(59, 130, 246, 0.25);
  background: #ffffff;
}

.sd-feature-card:hover::before {
  opacity: 1;
}

.sd-feature-icon {
  font-size: 2.25rem;
  color: #0ea5e9;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.sd-feature-title {
  font-family: var(--fh);
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}

.sd-feature-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

/* =====================================================
   How It Works (Steps Timeline)
   ===================================================== */
.sd-how-section {
  padding: 8rem 0;
  background: #f8fafc;
}

.sd-steps-timeline {
  position: relative;
  max-width: 900px;
  margin: 4rem auto 0;
}

.sd-steps-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 2px;
  background: #e2e8f0;
}

.sd-step-item {
  position: relative;
  padding-left: 5.5rem;
  margin-bottom: 3.5rem;
}

.sd-step-item:last-child {
  margin-bottom: 0;
}

.sd-step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #bae6fd;
  color: #0284c7;
  font-family: var(--fh);
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.08);
  z-index: 2;
  transition: all 0.3s;
}

.sd-step-item:hover .sd-step-number {
  border-color: #0284c7;
  background: #0284c7;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(14, 165, 233, 0.25);
  transform: scale(1.05);
}

.sd-step-title {
  font-family: var(--fh);
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.sd-step-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

/* =====================================================
   Why Smart Deterrence Works
   ===================================================== */
.sd-why-section {
  padding: 8rem 0;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.sd-stats-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 3rem 2.5rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.sd-stats-icon {
  font-size: 3rem;
  color: #0ea5e9;
}

.sd-stats-title {
  font-family: var(--fh);
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.sd-stats-text {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

/* =====================================================
   Advisor Callout Box
   ===================================================== */
.sd-advisor-callout {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-left: 4px solid #0ea5e9;
  border-radius: 0 16px 16px 0;
  padding: 1.75rem 2rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-top: 2rem;
}

.sd-advisor-callout-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #0ea5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sd-advisor-callout-icon i {
  color: #ffffff;
  font-size: 1.2rem;
}

.sd-advisor-callout-label {
  font-family: var(--fh);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0284c7;
  margin-bottom: 0.4rem;
}

.sd-advisor-callout-text {
  font-size: 1rem;
  color: #334155;
  line-height: 1.7;
  margin: 0;
}

/* =====================================================
   Camera Placement — Interactive Tab+Panel Section
   ===================================================== */
.sdp-section {
  padding: 7rem 0 6rem;
  background: #f0f6ff;
  overflow: hidden;
}

/* Header */
.sdp-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 4rem;
}

.sdp-lead {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.75;
  margin-top: 1rem;
}

/* Main two-col layout */
.sdp-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 2rem;
  align-items: stretch;
}

/* ─── Tab list (left) ─── */
.sdp-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.sdp-tab {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  cursor: pointer;
  text-align: left;
  transition: all 0.22s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.sdp-tab::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  opacity: 0;
  transition: opacity 0.22s;
  border-radius: 16px;
}

.sdp-tab:hover {
  border-color: rgba(37, 99, 235, 0.3);
  transform: translateX(4px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.08);
}

.sdp-tab:hover::before {
  opacity: 1;
}

.sdp-tab.active {
  border-color: #2563eb;
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.18);
  background: #2563eb;
}

.sdp-tab.active::before {
  display: none;
}

.sdp-tab-num {
  font-family: var(--fh);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #94a3b8;
  min-width: 26px;
  position: relative;
  z-index: 1;
  transition: color 0.2s;
}

.sdp-tab.active .sdp-tab-num {
  color: rgba(255, 255, 255, 0.6);
}

.sdp-tab-content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.sdp-tab-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  transition: color 0.2s;
}

.sdp-tab.active .sdp-tab-title {
  color: #ffffff;
}

.sdp-tab-sub {
  display: block;
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 2px;
  transition: color 0.2s;
}

.sdp-tab.active .sdp-tab-sub {
  color: rgba(255, 255, 255, 0.65);
}

.sdp-tab-arrow {
  font-size: 0.85rem;
  color: #cbd5e1;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
}

.sdp-tab.active .sdp-tab-arrow,
.sdp-tab:hover .sdp-tab-arrow {
  color: rgba(255, 255, 255, 0.75);
  transform: translateX(3px);
}

.sdp-tab:hover .sdp-tab-arrow {
  color: #2563eb;
}

/* ─── Image panels (right) ─── */
.sdp-panels {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 520px;
  background: #1e293b;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.sdp-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.sdp-panel.active {
  opacity: 1;
  pointer-events: auto;
}

.sdp-panel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Dark gradient overlay on image */
.sdp-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5, 15, 40, 0.90) 0%,
    rgba(5, 15, 40, 0.40) 50%,
    transparent 100%
  );
  pointer-events: none;
}

/* Glassmorphic info card inside panel */
.sdp-panel-card {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  padding: 1.5rem 1.75rem;
}

.sdp-panel-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(37, 99, 235, 0.3);
  border: 1px solid rgba(96, 165, 250, 0.35);
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}

.sdp-panel-title {
  font-family: var(--fh);
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 0.65rem;
}

.sdp-panel-desc {
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin: 0;
}

/* ─── Advisor banner ─── */
.sdp-advisor-banner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
  background: linear-gradient(135deg, #0c1a2e 0%, #0f2a4a 100%);
  border: 1px solid rgba(96, 165, 250, 0.15);
  border-radius: 20px;
  padding: 2rem 2.25rem;
  flex-wrap: wrap;
}

.sdp-advisor-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.25);
  border: 1px solid rgba(96, 165, 250, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #60a5fa;
  flex-shrink: 0;
}

.sdp-advisor-body {
  flex: 1;
  min-width: 220px;
}

.sdp-advisor-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #60a5fa;
  margin-bottom: 0.4rem;
}

.sdp-advisor-text {
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0;
}

.sdp-advisor-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.45);
  transition: all 0.22s;
}

.sdp-advisor-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(37, 99, 235, 0.6);
  color: #fff;
}

/* ─── Responsive ─── */
@media (max-width: 991px) {
  .sdp-layout {
    grid-template-columns: 1fr;
  }

  .sdp-panels {
    min-height: 460px;
  }

  .sdp-tabs {
    flex-direction: row;
    overflow-x: auto;
    gap: 0.5rem;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
  }

  .sdp-tab {
    min-width: 200px;
    flex-shrink: 0;
  }

  .sdp-tab:hover {
    transform: none;
  }

  .sdp-advisor-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

@media (max-width: 575px) {
  .sdp-section {
    padding: 5rem 0 4rem;
  }

  .sdp-panels {
    min-height: 380px;
    border-radius: 16px;
  }

  .sdp-panel-card {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    padding: 1.1rem 1.25rem;
  }

  .sdp-panel-title {
    font-size: 1.15rem;
  }

  .sdp-tab {
    min-width: 170px;
    padding: 0.9rem 1rem;
  }

  .sdp-advisor-banner {
    padding: 1.5rem;
  }
}

/* =====================================================
   Why HSC Section
   ===================================================== */
.sd-hsc-section {
  padding: 8rem 0;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.sd-hsc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
}

.sd-hsc-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.2s;
}

.sd-hsc-card:hover {
  background: #ffffff;
  border-color: rgba(59, 130, 246, 0.25);
  box-shadow: 0 15px 35px rgba(0,0,0,0.04);
}

.sd-hsc-icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #0ea5e9;
  font-size: 1.5rem;
}

.sd-hsc-card-title {
  font-family: var(--fh);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.sd-hsc-card-desc {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* =====================================================
   Second CTA Section (Mid-page)
   ===================================================== */
.sd-second-cta-section {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
}

.sd-second-cta-bg {
  position: absolute;
  inset: 0;
  background: url('../../images/how-to-choose-bg.webp') center center/cover no-repeat;
  opacity: 0.80;
}

.sd-second-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 20, 55, 0.78) 0%, rgba(5, 15, 40, 0.68) 50%, rgba(10, 25, 60, 0.74) 100%);
}

.sd-second-cta-inner {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.sd-second-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 7px 18px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.18);
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: #7dd3fc;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.sd-second-cta-title {
  font-family: var(--fh);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.12;
  letter-spacing: -1.5px;
  margin-bottom: 1.25rem;
}

.sd-second-cta-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto 2.5rem;
}

.sd-second-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.sd-second-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 14px;
  border: none;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.55);
  text-decoration: none;
  transition: all 0.3s;
}

.sd-second-cta-btn-primary:hover {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.65);
  color: #ffffff;
}

.sd-second-cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: all 0.3s;
}

.sd-second-cta-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.sd-second-cta-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
}

/* =====================================================
   FAQ Accordions
   ==================================================== */
.sd-faq-section {
  padding: 8rem 0;
  background: #f8fafc;
}

.sd-faq-container {
  max-width: 860px;
  margin: 3.5rem auto 0;
}

.sd-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin-bottom: 1.25rem;
  overflow: hidden;
  transition: all 0.2s;
}

.sd-faq-item:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  border-color: rgba(14, 165, 233, 0.25);
}

.sd-faq-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  background: none;
  border: none;
  text-align: left;
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
}

.sd-faq-title {
  font-family: var(--fh);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
}

.sd-faq-icon-wrap {
  font-size: 1.4rem;
  color: #64748b;
  transition: transform 0.3s;
}

.sd-faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.sd-faq-text {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

/* =====================================================
   Footer CTA section
   ===================================================== */
.sd-cta-footer-section {
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
  background: #041421;
}

.sd-cta-footer-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% -20%, #38bdf8 0%, transparent 60%);
  opacity: 0.15;
}

.sd-cta-footer-container {
  position: relative;
  z-index: 2;
}

.sd-cta-footer-header {
  font-family: var(--fh);
  font-size: clamp(2.2rem, 5.5vw, 3rem);
  font-weight: 900;
  letter-spacing: -1px;
}

.sd-cta-footer-desc {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  max-width: 760px;
  margin: 1.5rem auto 3rem;
}

.sd-cta-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.sd-cta-footer-btn {
  border-radius: 12px;
  padding: 1rem 2.5rem;
  font-weight: 700;
}

.sd-cta-footer-btn-primary {
  box-shadow: 0 8px 30px rgba(13, 110, 253, 0.4);
}

.sd-cta-footer-hours {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 1rem;
}
