/* =====================================================
   Home Security Sensors Page — v2 LEAN
   Mirrors security-cameras.php layout
   ===================================================== */

/* =====================================================
   Hero Section
   ===================================================== */
.sns-hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 4rem;
}

.sns-hero-bg {
  background-image: url('../../images/hero-home-security.webp');
  background-size: cover;
  background-position: center top;
  position: absolute;
  inset: 0;
}

.sns-hero-overlay {
  background: linear-gradient(135deg, rgba(4, 15, 40, .82) 0%, rgba(6, 14, 31, .72) 50%, rgba(10, 22, 55, .78) 100%);
  position: absolute;
  inset: 0;
}

.sns-hero-orb {
  position: absolute;
}

.sns-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: snsHeroOrb1 9s ease-in-out infinite;
}

.sns-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: snsHeroOrb2 12s ease-in-out infinite;
}

@keyframes snsHeroOrb1 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(30px, 20px) scale(1.08);
  }
}

@keyframes snsHeroOrb2 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-25px, -15px) scale(1.05);
  }
}

.sns-hero-inner {
  position: relative;
  z-index: 3;
}

.sns-hero-breadcrumb {
  background: transparent;
  padding: 0;
  font-size: .8rem;
}

.sns-hero-breadcrumb a {
  color: rgba(255, 255, 255, .4);
  text-decoration: none;
}

.sns-hero-breadcrumb .active {
  color: rgba(255, 255, 255, .65);
}

.sns-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;
}

.sns-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);
}

.sns-hero-grad {
  background: linear-gradient(90deg, #60a5fa 0%, #38bdf8 50%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sns-hero-sub {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .7);
  max-width: 680px;
  margin: 0 auto 2rem;
}

.sns-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: center;
  align-items: center;
}

.sns-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;
}

.sns-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;
}

.sns-hero-cta-call:hover {
  border-color: rgba(255, 255, 255, .5);
  color: #fff;
}

/* =====================================================
   Intro Section (Emotional)
   ===================================================== */
.sns-intro-section {
  padding: 8rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  position: relative;
  overflow: hidden;
}

.sns-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;
}

.sns-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;
}

/* =====================================================
   Mid-Page CTA Strip
   ===================================================== */
.sns-cta-strip-section {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
  background: #0c1a2e;
}

.sns-cta-strip-bg {
  position: absolute;
  inset: 0;
  background: url('../../images/home-security-homeowners-insurance-discount.webp') center center/cover no-repeat;
  opacity: 0.75;
}

.sns-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%);
}

.sns-cta-strip-inner {
  position: relative;
  z-index: 2;
}

.sns-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);
}

.sns-cta-strip-icon-box i {
  font-size: 1.75rem;
  color: #60a5fa;
}

.sns-cta-strip-text {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.sns-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;
}

.sns-cta-strip-text p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin: 0;
  max-width: 540px;
}

.sns-cta-strip-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.sns-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);
}

.sns-cta-strip-call {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  justify-content: center;
}

.sns-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;
}

.sns-cta-strip-call-icon i {
  font-size: 0.85rem;
  color: #38bdf8;
}

.sns-cta-strip-call span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
}

.sns-cta-strip-call a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.sns-cta-strip-call a:hover {
  color: #60a5fa;
}

/* =====================================================
   Door & Window Sensors Section
   ===================================================== */
.sns-dw-section {
  padding: 8rem 0;
  background: #f8fafc;
}

.sns-dw-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.sns-dw-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.sns-dw-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(15, 23, 42, 0.1), transparent);
}

.sns-dw-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* =====================================================
   Motion Sensors Section
   ===================================================== */
.sns-motion-section {
  padding: 8rem 0;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.sns-motion-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.sns-motion-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.sns-motion-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(15, 23, 42, 0.1), transparent);
}

.sns-motion-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Pet-Immune Sub-Section */
.sns-pet-subsection {
  margin-top: 4rem;
  padding-top: 3.5rem;
  border-top: 1px solid #e2e8f0;
}

.sns-pet-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.sns-pet-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.sns-pet-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(15, 23, 42, 0.1), transparent);
}

/* =====================================================
   Advisor Callout Box
   ===================================================== */
.sns-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;
}

.sns-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;
}

.sns-advisor-callout-icon i {
  color: #ffffff;
  font-size: 1.2rem;
}

.sns-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;
}

.sns-advisor-callout-text {
  font-size: 1rem;
  color: #334155;
  line-height: 1.7;
  margin: 0;
}

/* =====================================================
   Second CTA Section (Mid-page)
   ===================================================== */
.sns-second-cta-section {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
}

.sns-second-cta-bg {
  position: absolute;
  inset: 0;
  background: url('../../images/card_pets.webp') center center/cover no-repeat;
  opacity: 0.80;
}

.sns-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%);
}

.sns-second-cta-inner {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.sns-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;
}

.sns-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;
}

.sns-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;
}

.sns-second-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.sns-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;
}

.sns-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;
}

.sns-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;
}

.sns-second-cta-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.sns-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);
}

.sns-second-cta-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sns-second-cta-trust i {
  color: #38bdf8;
  font-size: 0.95rem;
}

/* =====================================================
   Glass Break Sensors Section
   ===================================================== */
.sns-glass-section {
  padding: 8rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.sns-glass-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.sns-glass-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.sns-glass-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(15, 23, 42, 0.1), transparent);
}

.sns-glass-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Glass vs Window Info Banner */
.sns-info-banner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
}

.sns-info-banner-icon {
  font-size: 1.75rem;
  color: #0ea5e9;
  flex-shrink: 0;
}

.sns-info-banner-content p {
  font-size: 1.05rem;
  color: #0c4a6e;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 767px) {
  .sns-info-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
  }
}

/* =====================================================
   Where To Place Section (Table-Based)
   ===================================================== */
.sns-placement-section {
  padding: 7rem 0;
  background: #0c1524;
  position: relative;
  overflow: hidden;
}

.sns-placement-bg-texture {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.sns-placement-glow {
  position: absolute;
  top: -150px;
  left: 30%;
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(14, 165, 233, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.sns-placement-table-wrap {
  margin-top: 2.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.sns-placement-table {
  width: 100%;
  border-collapse: collapse;
}

.sns-placement-table thead th {
  background: rgba(14, 165, 233, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem 2rem;
  text-align: left;
  font-family: var(--fh);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #38bdf8;
}

.sns-placement-table tbody td {
  padding: 1.25rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
}

.sns-placement-table tbody tr:last-child td {
  border-bottom: none;
}

.sns-placement-table tbody td:first-child {
  font-family: var(--fh);
  font-weight: 800;
  color: #f1f5f9;
  font-size: 1rem;
  min-width: 180px;
  white-space: nowrap;
}

.sns-placement-table tbody td:last-child {
  color: #94a3b8;
  font-size: 0.98rem;
  line-height: 1.65;
}

.sns-placement-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.sns-placement-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.sns-placement-icon i {
  color: #38bdf8;
  font-size: 1.15rem;
}

@media (max-width: 767px) {
  .sns-placement-table thead {
    display: none;
  }

  .sns-placement-table,
  .sns-placement-table tbody,
  .sns-placement-table tr,
  .sns-placement-table td {
    display: block;
  }

  .sns-placement-table tbody td:first-child {
    padding-bottom: 0.25rem;
    border-bottom: none;
    white-space: normal;
  }

  .sns-placement-table tbody td:last-child {
    padding-top: 0.25rem;
    padding-bottom: 1.5rem;
  }

  .sns-placement-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .sns-placement-table tbody tr:last-child {
    border-bottom: none;
  }
}

/* =====================================================
   Why HSC Section
   ===================================================== */
.sns-why-section {
  padding: 8rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.sns-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.sns-why-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2.25rem 2rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.sns-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
  border-color: #cbd5e1;
}

.sns-why-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 1px solid #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.3s;
}

.sns-why-card:hover .sns-why-card-icon {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  border-color: #0284c7;
}

.sns-why-card-icon i {
  font-size: 1.3rem;
  color: #0ea5e9;
  transition: color 0.3s;
}

.sns-why-card:hover .sns-why-card-icon i {
  color: #ffffff;
}

.sns-why-card h4 {
  font-family: var(--fh);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.6rem;
  letter-spacing: -0.3px;
}

.sns-why-card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 767px) {
  .sns-why-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   FAQ Section
   ===================================================== */
.sns-faq-section {
  padding: 7rem 0;
  background: #0c1524;
  position: relative;
  overflow: hidden;
}

.sns-faq-glow {
  position: absolute;
  top: -150px;
  right: 20%;
  width: 500px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(14, 165, 233, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.sns-faq-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sns-faq-accordion-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s, background 0.3s;
}

.sns-faq-accordion-item:hover {
  border-color: rgba(56, 189, 248, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.sns-faq-accordion-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
}

.sns-faq-accordion-title {
  font-family: var(--fh);
  font-size: 1.1rem;
  font-weight: 700;
  color: #e2e8f0;
  letter-spacing: -0.3px;
  line-height: 1.4;
}

.sns-faq-accordion-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: #38bdf8;
  font-size: 1.25rem;
  font-weight: 600;
  transition: transform 0.3s ease, background 0.3s;
}

.sns-faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
  padding: 0 2rem;
}

.sns-faq-accordion-text {
  font-size: 1rem;
  color: #94a3b8;
  line-height: 1.75;
  padding-bottom: 0.25rem;
}

/* =====================================================
   Final CTA Section
   ===================================================== */
.sns-final-cta-section {
  background: #0c1524;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.sns-final-cta-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(14, 165, 233, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.sns-final-cta-header {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -1.5px;
}

.sns-final-cta-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto 2.5rem;
}

.sns-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.sns-final-cta-btn-primary {
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(37, 99, 235, .55);
  border-radius: 12px;
}

.sns-final-cta-hours {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9rem;
  margin-top: 1.75rem;
}

/* =====================================================
   Responsive
   ===================================================== */
@media (max-width: 991px) {
  .sns-hero-h1 {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .sns-hero-sub {
    font-size: 1.05rem;
  }
}

@media (max-width: 767px) {
  .sns-hero-wrap {
    padding: 3rem 0;
  }

  .sns-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .sns-hero-cta-call {
    justify-content: center;
    text-align: center;
  }

  .sns-intro-section,
  .sns-dw-section,
  .sns-motion-section,
  .sns-glass-section,
  .sns-why-section {
    padding: 5rem 0;
  }

  .sns-placement-section,
  .sns-faq-section {
    padding: 5rem 0;
  }

  .sns-advisor-callout {
    flex-direction: column;
    padding: 1.5rem;
  }

  .sns-second-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sns-second-cta-btn-primary,
  .sns-second-cta-btn-ghost {
    justify-content: center;
    text-align: center;
  }

  .sns-faq-accordion-btn {
    padding: 1.25rem 1.5rem;
  }

  .sns-faq-accordion-content {
    padding: 0 1.5rem;
  }
}