/* =====================================================
   Security Cameras Page - Inline Styles
   Extracted from: home-security/security-cameras.php
   Load via: <link> in that page's <head> only
   ===================================================== */

/* =====================================================
   Hero Section
   ===================================================== */
.hs-hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 4rem;
}

.hs-hero-bg {
  background-image: url('../../images/cameras-hero-family.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
}

.hs-hero-overlay {
  background: linear-gradient(135deg, rgba(4, 20, 50, .92) 0%, rgba(6, 14, 31, .85) 55%, rgba(10, 22, 55, .9) 100%);
  position: absolute;
  inset: 0;
}

.hs-hero-orb {
  position: absolute;
}

.hs-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: heroOrb1 9s ease-in-out infinite;
}

.hs-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: heroOrb2 12s ease-in-out infinite;
}

.hs-hero-inner {
  position: relative;
  z-index: 3;
}

.hs-hero-breadcrumb {
  background: transparent;
  padding: 0;
  font-size: .8rem;
}

.hs-hero-breadcrumb a {
  color: rgba(255, 255, 255, .4);
  text-decoration: none;
}

.hs-hero-breadcrumb .active {
  color: rgba(255, 255, 255, .65);
}

.hs-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;
}

.hs-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);
}

.hs-hero-grad {
  background: linear-gradient(90deg, #60a5fa 0%, #38bdf8 50%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hs-hero-sub {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .7);
  max-width: 680px;
  margin: 0 auto 2rem;
}

.hs-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: center;
  align-items: center;
}

.hs-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;
}

.hs-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;
}

.hs-hero-cta-call:hover {
  border-color: rgba(255, 255, 255, .5);
  color: #fff;
}

/* =====================================================
   Emotional Intro Section
   ===================================================== */
.emotional-intro-section {
  padding: 8rem 0;
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
}

.ei-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 999px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0284c7;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.ei-h2 {
  font-family: var(--fh);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.25rem;
}

.ei-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0ea5e9, #38bdf8);
  border-radius: 2px;
  margin: 0 auto 1.5rem;
}

.ei-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto;
}

.ei-desc strong {
  color: #0f172a;
}

.wc-card-header-theft {
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0) 100%), url('../../images/card_theft.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 220px;
}

.wc-card-header-breakin {
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0) 100%), url('../../images/card_breakin.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 220px;
}

.wc-card-header-kids {
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0) 100%), url('../../images/card_kids.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 220px;
}

.wc-num {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.wc-icon-circle.theft {
  background: #fff;
  color: #1d4ed8;
  box-shadow: 0 6px 16px rgba(29, 78, 216, 0.18);
}

.wc-solution-chip.theft {
  background: #eff6ff;
  color: #1d4ed8;
}

.wc-arrow.theft {
  background: #eff6ff;
  color: #1d4ed8;
}

.wc-icon-circle.breakin {
  background: #fff;
  color: #0369a1;
  box-shadow: 0 6px 16px rgba(3, 105, 161, 0.18);
}

.wc-solution-chip.breakin {
  background: #f0f9ff;
  color: #0369a1;
}

.wc-arrow.breakin {
  background: #f0f9ff;
  color: #0369a1;
}

.wc-icon-circle.kids {
  background: #fff;
  color: #0f766e;
  box-shadow: 0 6px 16px rgba(15, 118, 110, 0.18);
}

.wc-solution-chip.kids {
  background: #f0fdf4;
  color: #0f766e;
}

.wc-arrow.kids {
  background: #f0fdf4;
  color: #0f766e;
}

.wc-card-footer-lbl {
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 600;
}

.ei-conclusion-banner {
  background: linear-gradient(135deg, #0f172a, #1e3a5f);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.2);
}

.ei-conclusion-icon {
  width: 64px;
  height: 64px;
  background: rgba(14, 165, 233, 0.2);
  border: 1px solid rgba(14, 165, 233, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ei-conclusion-icon i {
  font-size: 1.8rem;
  color: #38bdf8;
}

.ei-conclusion-content {
  flex: 1;
  min-width: 260px;
}

.ei-conclusion-content p:first-child {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 800;
  margin: 0 0 0.4rem;
  font-family: var(--fh);
  letter-spacing: -0.5px;
}

.ei-conclusion-content p:last-child {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.ei-conclusion-cta {
  white-space: nowrap;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.4);
}

/* =====================================================
   Mid-Page CTA Strip
   ===================================================== */
.cta-strip-section {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
  background: #0f172a;
}

.cta-strip-bg {
  position: absolute;
  inset: 0;
  background: url('../../images/cta-cameras-bg.webp') center center/cover no-repeat;
  opacity: 0.35;
}

.cta-strip-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0) 100%);
}

.cta-strip-inner {
  position: relative;
  z-index: 2;
}

.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);
}

.cta-strip-icon-box i {
  font-size: 1.75rem;
  color: #60a5fa;
}

.cta-strip-text {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.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;
}

.cta-strip-text p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin: 0;
  max-width: 540px;
}

.cta-strip-text strong {
  color: #fff;
}

.cta-strip-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.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);
}

.cta-strip-call {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  justify-content: center;
}

.cta-strip-call-icon {
  width: 36px;
  height: 36px;
  background: rgba(22, 163, 74, 0.2);
  border: 1px solid rgba(74, 222, 128, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-strip-call-icon i {
  font-size: 0.85rem;
  color: #38bdf8;
}

.cta-strip-call span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
}

.cta-strip-call a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.cta-strip-call a:hover {
  color: #60a5fa;
}

/* =====================================================
   Main Content - Complete Coverage
   ===================================================== */
.coverage-section {
  padding: 6rem 0;
  background: #f8fafc;
}

.coverage-header h2 {
  font-family: var(--fh);
  font-size: 2.4rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -1px;
}

.coverage-header p {
  font-size: 1.1rem;
  color: #475569;
  margin-top: 1rem;
}

.cam-feature-card h3 {
  font-family: var(--fh);
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: .75rem;
}

.cam-feature-card p {
  font-size: .95rem;
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

/* =====================================================
   Indoor Cameras Section
   ===================================================== */
.indoor-cameras-section {
  padding: 8rem 0;
  background: #f8fafc;
}
.indoor-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0,0,0,0.08);
}
.indoor-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.indoor-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(15,23,42,0.1), transparent);
}
.indoor-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.indoor-header {
  font-family: var(--fh);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.1rem;
}
.indoor-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* =====================================================
   Indoor Personas UI (Who It's For)
   ===================================================== */
.personas-section {
  margin-top: 4rem;
  padding-top: 3.5rem;
  border-top: 1px solid #e2e8f0;
}
.personas-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.personas-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #0ea5e9;
  margin-bottom: 0.6rem;
}
.personas-title {
  font-family: var(--fh);
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin: 0;
}

/* 5-column horizontal grid */
.personas-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(15,23,42,0.05);
}

.persona-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 1.5rem;
  background: #fff;
  border-right: 1px solid #f1f5f9;
  transition: background 0.25s ease;
  position: relative;
}
.persona-tile:last-child {
  border-right: none;
}
.persona-tile::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, #0ea5e9, #38bdf8);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.persona-tile:hover {
  background: #f8fafc;
}
.persona-tile:hover::after {
  opacity: 1;
}

.persona-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--ib, rgba(14,165,233,0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  flex-shrink: 0;
}
.persona-icon-wrap i {
  font-size: 1.2rem;
  color: var(--ic, #0ea5e9);
}

.persona-name {
  font-family: var(--fh);
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.45rem;
  line-height: 1.3;
}
.persona-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .personas-grid {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 16px;
  }
  .persona-tile {
    border-right: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
  }
  .persona-tile:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .personas-grid {
    grid-template-columns: 1fr;
  }
  .persona-tile {
    border-right: none;
  }
}


/* =====================================================
   Outdoor Spec Banner
   ===================================================== */
.outdoor-spec-banner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 16px;
  padding: 1.5rem 2rem;
}
.outdoor-spec-icon {
  font-size: 1.75rem;
  color: #0ea5e9;
  flex-shrink: 0;
}
.outdoor-spec-content p {
  font-size: 1.05rem;
  color: #0c4a6e;
  line-height: 1.5;
}
.outdoor-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .outdoor-spec-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
  }
}

/* =====================================================
   Outdoor Tile (Image Background)
   ===================================================== */
.outdoor-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
.outdoor-tile {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: none !important;
  background: #0f172a;
  border-radius: 20px;
  min-height: 320px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
.outdoor-tile:hover {
  background: #0f172a; /* override default hover bg */
}
.outdoor-tile::after {
  display: none; /* override default gradient border */
}
.outdoor-tile-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.outdoor-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15,23,42,0.2) 0%, rgba(15,23,42,0.9) 100%);
  z-index: 2;
  transition: opacity 0.3s ease;
  opacity: 0.85;
}
.outdoor-tile:hover .outdoor-tile-bg {
  transform: scale(1.1);
}
.outdoor-tile:hover .outdoor-tile-overlay {
  opacity: 0.95;
}
.outdoor-tile-content {
  position: relative;
  z-index: 3;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.outdoor-tile .persona-icon-wrap {
  margin-bottom: auto; /* Push content to bottom */
}
.outdoor-tile .persona-name {
  color: #fff;
}
.outdoor-tile .persona-desc {
  color: rgba(255,255,255,0.7);
}

@media (max-width: 1199px) {
  .outdoor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .outdoor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .outdoor-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   Doorbell Cameras Section
   ===================================================== */
.doorbell-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 999px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.doorbell-header {
  font-family: var(--fh);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.1rem;
}
.doorbell-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* =====================================================
   Outdoor Cameras Detail Section
   ===================================================== */
.outdoor-cameras-section {
  padding: 8rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}
.outdoor-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0,0,0,0.08);
}
.outdoor-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.outdoor-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(15,23,42,0.1), transparent);
}
.outdoor-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 999px;
  background: #fef9c3;
  border: 1px solid #fef08a;
  color: #a16207;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.outdoor-header {
  font-family: var(--fh);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.1rem;
}
.outdoor-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.outdoor-desc-last {
  margin-bottom: 2rem;
}
.outdoor-protection-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2rem;
}
.outdoor-sub-header {
  font-family: var(--fh);
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
}
.outdoor-protection-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.outdoor-protection-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.outdoor-protection-icon {
  color: #ca8a04;
  font-size: 1.1rem;
  margin-top: 2px;
}
.outdoor-protection-text {
  font-size: 1.05rem;
  color: #334155;
}
.outdoor-protection-text strong {
  color: #0f172a;
}
.outdoor-divider {
  width: 100%;
  height: 1px;
  background: #cbd5e1;
  margin: 4rem 0;
}

/* =====================================================
   Outdoor Features Grid
   ===================================================== */
.outdoor-features-header h3 {
  font-family: var(--fh);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
}
.outdoor-features-header p {
  font-size: 1.05rem;
  color: #475569;
  max-width: 600px;
  margin: 0.5rem auto 0;
}
.of-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: box-shadow 0.3s;
}
.of-card:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.05);
}
.of-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.of-icon-wrap.blue { background: #eff6ff; }
.of-icon-wrap.blue i { color: #2563eb; font-size: 1.3rem; }
.of-icon-wrap.purple { background: #faf5ff; }
.of-icon-wrap.purple i { color: #7e22ce; font-size: 1.3rem; }
.of-icon-wrap.sky { background: #f0f9ff; }
.of-icon-wrap.sky i { color: #2563eb; font-size: 1.3rem; }
.of-icon-wrap.yellow { background: #fef9c3; }
.of-icon-wrap.yellow i { color: #ca8a04; font-size: 1.3rem; }
.of-icon-wrap.red { background: #fff1f2; }
.of-icon-wrap.red i { color: #be123c; font-size: 1.3rem; }
.of-icon-wrap.green { background: #f0fdf4; }
.of-icon-wrap.green i { color: #16a34a; font-size: 1.3rem; }
.of-card h4 {
  font-family: var(--fh);
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
}
.of-card p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

/* =====================================================
   Wired vs Wireless Section - Wrapper & Header
   ===================================================== */
.wvw-section {
  background: #0c1524;
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}

.wvw-section .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;
}

.wvw-section .bg-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;
}

.wvw-section .container {
  position: relative;
  z-index: 1;
}

.wvw-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 5px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.wvw-header-badge i {
  color: #38bdf8;
}

.wvw-header-title {
  font-family: var(--fh);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #f8fafc;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.25rem;
}

.wvw-header-title span {
  color: #38bdf8;
}

.wvw-header-desc {
  font-size: 1.05rem;
  color: #64748b;
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto;
}

.wvw-advisor-block {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid #38bdf8;
  border-radius: 0 16px 16px 0;
  padding: 2rem 2.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.wvw-advisor-block>i {
  color: #38bdf8;
  font-size: 1.75rem;
  flex-shrink: 0;
  margin-top: 4px;
}

.wvw-advisor-content {
  flex: 1;
  min-width: 260px;
}

.wvw-advisor-label {
  font-family: var(--fh);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #38bdf8;
  margin-bottom: 0.6rem;
}

.wvw-advisor-text {
  font-size: 1.05rem;
  color: #cbd5e1;
  line-height: 1.75;
  margin: 0;
}

.wvw-advisor-text strong {
  color: #f1f5f9;
}

/* \ Wired vs Wireless Section (Clean CSS)
   ===================================================== */
.wvw-card.wireless-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.wvw-card.wired-card {
  background: rgba(14, 165, 233, 0.06);
  border: 1px solid rgba(14, 165, 233, 0.18);
}

.wvw-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 6px 16px;
  border-radius: 8px;
  margin-bottom: 1.75rem;
}

.wvw-badge.wireless-badge {
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.25);
}

.wvw-badge.wireless-badge i {
  color: #38bdf8;
  font-size: 0.9rem;
}

.wvw-badge.wireless-badge span {
  color: #7dd3fc;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wvw-badge.wired-badge {
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
}

.wvw-badge.wired-badge i {
  color: #38bdf8;
  font-size: 0.9rem;
}

.wvw-badge.wired-badge span {
  color: #7dd3fc;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wvw-card h3 {
  font-family: var(--fh);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  color: #f1f5f9;
  letter-spacing: -0.5px;
  margin-bottom: 0.6rem;
}

.wvw-card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

.wvw-card .wvw-section-label.best-for {
  color: #38bdf8;
}

.wvw-card .wvw-section-label.trade-offs {
  color: #818cf8;
}

.wvw-best-item i {
  color: #38bdf8;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.wvw-best-item span {
  color: #cbd5e1;
}

.wvw-trade-item i {
  color: #818cf8;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.wvw-trade-item span {
  color: #94a3b8;
}

/* =====================================================
   Doorbell Bento Section (Clean CSS)
   ===================================================== */
.doorbell-bento-section {
  padding: 8rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.db-bento-header {
  text-align: center;
  margin-bottom: 4rem;
}

.db-bento-header h2 {
  font-family: var(--fh);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.25rem;
}

.db-bento-header h2 span {
  color: #0ea5e9;
}

.db-bento-header p {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto;
}

/* Icon Wrap Colors */
.bento-power .bento-icon-wrap {
  background: linear-gradient(135deg, #38bdf8, #0284c7);
  color: #fff;
  box-shadow: 0 8px 16px rgba(14, 165, 233, 0.25);
}

.bento-power-col.wired-col {
  border-top: 3px solid #0ea5e9;
}

.bento-power-col.wired-col i {
  color: #0ea5e9;
  font-size: 1.1rem;
}

.bento-power-col.battery-col {
  border-top: 3px solid #8b5cf6;
}

.bento-power-col.battery-col i {
  color: #8b5cf6;
  font-size: 1.1rem;
}

.bento-renters .bento-icon-wrap {
  background: #fff;
  color: #16a34a;
  box-shadow: 0 8px 16px rgba(22, 163, 74, 0.15);
}

.bento-features .bento-features-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.bento-features .bento-features-text {
  max-width: 500px;
}

.bento-features .bento-icon-wrap {
  background: linear-gradient(135deg, #818cf8, #4f46e5);
  color: #fff;
  box-shadow: 0 8px 16px rgba(79, 70, 229, 0.25);
}

.bento-features .bento-desc {
  margin: 0;
}

.bento-feature-item.wide-lens i {
  color: #4f46e5;
}

.bento-feature-item.night-vision i {
  color: #8b5cf6;
}

.bento-feature-item.two-way i {
  color: #0ea5e9;
}

.bento-feature-item.motion-chip i {
  color: #10b981;
}

.bento-cloud .bento-icon-wrap {
  background: #fff;
  color: #2563eb;
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.15);
}

.bento-local .bento-icon-wrap {
  background: linear-gradient(135deg, #34d399, #059669);
  color: #fff;
  box-shadow: 0 8px 16px rgba(5, 150, 105, 0.25);
}

.db-bento-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 6px 16px;
  background: #f0f9ff;
  border-radius: 999px;
  color: #0ea5e9;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.db-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  max-width: 1140px;
  margin: 0 auto;
}

.bento-item {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.bento-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  border-color: #cbd5e1;
}

.bento-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.bento-title {
  font-family: var(--fh);
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.bento-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
}

/* Grid Assignments */
.bento-power {
  grid-column: span 7;
}

.bento-renters {
  grid-column: span 5;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-color: #bbf7d0;
}

.bento-renters .bento-title {
  color: #166534;
}

.bento-renters .bento-desc {
  color: #15803d;
}

.bento-features {
  grid-column: span 12;
}

.bento-cloud {
  grid-column: span 6;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-color: #bfdbfe;
}

.bento-cloud .bento-title {
  color: #1e40af;
}

.bento-cloud .bento-desc {
  color: #1d4ed8;
}

.bento-local {
  grid-column: span 6;
}

@media(max-width: 991px) {
  .db-bento-grid {
    grid-template-columns: 1fr;
  }

  .bento-power,
  .bento-renters,
  .bento-features,
  .bento-cloud,
  .bento-local {
    grid-column: span 1;
  }
}

.bento-power-split {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.bento-power-col {
  flex: 1;
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid #f1f5f9;
}

.bento-power-col h4 {
  font-size: 0.9rem;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.bento-power-col p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

@media(max-width: 767px) {
  .bento-power-split {
    flex-direction: column;
    gap: 1rem;
  }
}

.bento-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f1f5f9;
}

.bento-feature-item {
  display: flex;
  flex-direction: column;
}

.bento-feature-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f0f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #0ea5e9;
  margin-bottom: 1rem;
}

.bento-feature-item h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.4rem;
}

.bento-feature-item p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

@media(max-width: 991px) {
  .bento-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 575px) {
  .bento-features-grid {
    grid-template-columns: 1fr;
  }
}

.bento-renter-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.bento-renter-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #166534;
  line-height: 1.5;
}

.bento-renter-list li i {
  color: #16a34a;
  font-size: 1.1rem;
  margin-top: 2px;
}

@keyframes heroOrb1 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(40px, -30px) scale(1.15);
  }
}

@keyframes heroOrb2 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-30px, 40px) scale(1.1);
  }
}

.hs-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.cam-feature-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.cam-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(14, 165, 233, 0.12);
  border-color: #bae6fd;
}

.cam-img-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.75rem;
  aspect-ratio: 4/3;
  position: relative;
}

.cam-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.75) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.cam-feature-card:hover .cam-img-wrap::after {
  opacity: 1;
}

.cam-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.cam-feature-card:hover .cam-img-wrap img {
  transform: scale(1.1);
}

.cam-list {
  list-style: none;
  padding: 0;
  margin: auto 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cam-list li {
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.cam-feature-card:hover .cam-list li {
  background: #f0f9ff;
  color: #0c4a6e;
  transform: translateX(4px);
}

.cam-list li i {
  color: #0ea5e9;
  font-size: 1.15rem;
  transition: transform 0.3s ease;
}

.cam-feature-card:hover .cam-list li i {
  transform: scale(1.15);
}

.wc-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.wc-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.wc-card-header {
  padding: 2.25rem 2rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  overflow: hidden;
  min-height: 160px;
}

.wc-bg-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  font-size: 6.5rem;
  opacity: 0.07;
  line-height: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.wc-card:hover .wc-bg-icon {
  opacity: 0.12;
  transform: scale(1.1) rotate(-5deg);
}

.wc-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wc-card:hover .wc-icon-circle {
  transform: scale(1.12);
}

.wc-num {
  font-family: var(--fh);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.6;
}

.wc-card-body {
  padding: 1.5rem 2rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wc-card-body h4 {
  font-family: var(--fh);
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.wc-card-body p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0 0 1.25rem;
  line-height: 1.65;
  flex: 1;
}

.wc-solution-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.3px;
}

.wc-card-footer {
  padding: 1rem 2rem;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wc-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}

.wc-card:hover .wc-arrow {
  transform: translateX(4px);
}

.worry-stat-bar {
  display: flex;
  gap: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 4rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.worry-stat-item {
  text-align: center;
  flex: 1;
  min-width: 130px;
  padding: 2.25rem 1.5rem;
  border-right: 1px solid #e2e8f0;
  position: relative;
}

.worry-stat-item:last-child {
  border-right: none;
}

.worry-stat-num {
  font-family: var(--fh);
  font-size: 2.6rem;
  font-weight: 900;
  color: #0ea5e9;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.worry-stat-label {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 500;
  line-height: 1.4;
}

#cams-faq-wrap {
  background: #f8fafc;
  position: relative;
  overflow: hidden;
}

#cams-faq-wrap::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(ellipse at center, rgba(14, 165, 233, 0.06) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.faq-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 5px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  color: #0369a1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.faq-topic-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #2563eb;
  border-radius: 20px;
  padding: 2.75rem;
  position: relative;
  box-shadow: 0 4px 24px rgba(15,23,42,0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
}
.faq-topic-card:hover {
  box-shadow: 0 16px 48px rgba(37,99,235,0.12);
  transform: translateY(-3px);
}

.faq-num {
  font-family: var(--fh);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  color: rgba(15, 23, 42, 0.04);
  pointer-events: none;
  user-select: none;
  letter-spacing: -3px;
}

.faq-row-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.faq-row-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-row-item:first-child {
  padding-top: 0;
}

.faq-icon-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.5rem;
}

.faq-verdict {
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
  border-radius: 20px;
  padding: 3rem 3.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.faq-verdict::after {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 18rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  position: absolute;
  top: -4rem;
  left: 2rem;
  pointer-events: none;
  user-select: none;
}

.faq-divider-line {
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
  align-self: stretch;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .faq-verdict {
    gap: 2rem;
  }

  .faq-divider-line {
    display: none;
  }

  #cams-faq-inner-grid {
    flex-direction: column;
  }

  .faq-verdict {
    padding: 2.5rem 2rem;
  }
}

.wvw-card {
  border-radius: 20px;
  padding: 2.75rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.wvw-best-item,
.wvw-trade-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.55;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.wvw-best-item:last-child,
.wvw-trade-item:last-child {
  border-bottom: none;
}

.wvw-section-label {
  font-family: var(--fh);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  margin-top: 1.75rem;
}

@media (max-width: 767px) {
  .wvw-card {
    padding: 2rem;
  }
}

/* =====================================================
   Second Mid-Page CTA
   ===================================================== */
/* =====================================================
   Second Mid-Page CTA — Premium Dark
   ===================================================== */
.second-cta-section {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
  background: #0a0f1e;
}
.second-cta-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transform: scale(1.05);
}
.second-cta-dark-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,15,30,0.97) 0%, rgba(15,40,80,0.92) 100%);
  z-index: 2;
}
.second-cta-inner {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.second-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(14,165,233,0.15);
  border: 1px solid rgba(14,165,233,0.35);
  color: #38bdf8;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  margin-bottom: 2rem;
}
.second-cta-title {
  font-family: var(--fh);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.5rem;
}
.second-cta-desc {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}
.second-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.second-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #2563eb;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 1rem 2.25rem;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(37,99,235,0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  letter-spacing: -0.2px;
}
.second-cta-btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(37,99,235,0.55);
  color: #fff;
}
.second-cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 14px;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.second-cta-btn-ghost:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-2px);
  color: #fff;
}
.second-cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.second-cta-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
}
.second-cta-trust span i {
  color: #22c55e;
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  .second-cta-section { padding: 5rem 0; }
  .second-cta-title { letter-spacing: -1px; }
  .second-cta-trust { gap: 1rem; }
}

/* =====================================================
   Doorbell Cameras Detail Section
   ===================================================== */
.doorbell-cameras-section {
  padding: 8rem 0;
  background: #fff;
  border-top: 1px solid #f1f5f9;
}
.doorbell-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 999px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #2563eb;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.doorbell-header {
  font-family: var(--fh);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.1rem;
}
.doorbell-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* =====================================================
   How Doorbell Cameras Work — Premium Dark Panel
   ===================================================== */
.db-how-section {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid #e2e8f0;
}
.db-how-inner {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 24px;
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
}
.db-how-inner::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(14,165,233,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.db-how-inner::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(139,92,246,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.db-how-eyebrow {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}
.db-how-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #0369a1;
  margin-bottom: 0.6rem;
}
.db-how-heading {
  font-family: var(--fh);
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin: 0;
}
.db-how-grid {
  display: grid;
  grid-template-columns: 1fr 48px 1fr 48px 1fr;
  gap: 0;
  align-items: center;
  position: relative;
  z-index: 2;
}
.db-how-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #bae6fd;
}
.db-how-card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid var(--accent, #0ea5e9);
  border-radius: 16px;
  padding: 2.25rem 2rem;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  height: 100%;
}
.db-how-card::before {
  display: none;
}
.db-how-card:hover {
  box-shadow: 0 16px 40px rgba(15,23,42,0.1);
  transform: translateY(-4px);
}
.db-how-num {
  font-family: var(--fh);
  font-size: 5rem;
  font-weight: 900;
  color: var(--accent, #0ea5e9);
  opacity: 0.08;
  line-height: 1;
  letter-spacing: -4px;
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.25s;
}
.db-how-card:hover .db-how-num {
  opacity: 0.14;
}
.db-how-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--ib, rgba(14,165,233,0.12));
  border: 1px solid rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.db-how-icon i {
  font-size: 1.3rem;
  color: var(--ic, #0ea5e9);
}
.db-how-title {
  font-family: var(--fh);
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.db-how-desc {
  font-size: 0.93rem;
  color: #64748b;
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 991px) {
  .db-how-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .db-how-arrow { display: none; }
  .db-how-inner { padding: 2.5rem; }
}
@media (max-width: 575px) {
  .db-how-inner { padding: 2rem 1.5rem; }
  .db-how-heading { font-size: 1.4rem; }
}
.doorbell-sub-header {
  font-family: var(--fh);
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.2rem;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
}
.doorbell-features-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.doorbell-feature-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.doorbell-feature-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.doorbell-feature-icon-wrap.blue { background: #eff6ff; }
.doorbell-feature-icon-wrap.blue i { color: #2563eb; font-size: 0.95rem; }
.doorbell-feature-icon-wrap.yellow { background: #fef9c3; }
.doorbell-feature-icon-wrap.yellow i { color: #ca8a04; font-size: 0.95rem; }
.doorbell-feature-icon-wrap.sky { background: #f0f9ff; }
.doorbell-feature-icon-wrap.sky i { color: #2563eb; font-size: 0.95rem; }
.doorbell-feature-icon-wrap.red { background: #fff1f2; }
.doorbell-feature-icon-wrap.red i { color: #be123c; font-size: 0.95rem; }
.doorbell-feature-icon-wrap.purple { background: #faf5ff; }
.doorbell-feature-icon-wrap.purple i { color: #7e22ce; font-size: 0.95rem; }
.doorbell-feature-text {
  margin: 0;
  font-size: 1rem;
  color: #334155;
  line-height: 1.6;
}
.doorbell-feature-text strong {
  color: #0f172a;
}
.doorbell-highlight-box {
  margin-top: 4rem;
  background: linear-gradient(135deg, #0f172a 0%, #0c2240 100%);
  border-radius: 24px;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}
.doorbell-highlight-glow {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(37,99,235,0.2) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.doorbell-highlight-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #38bdf8;
  margin-bottom: 1.25rem;
}
.doorbell-highlight-title {
  font-family: var(--fh);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}
.doorbell-highlight-title span {
  color: #38bdf8;
}
.doorbell-highlight-stat {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
}
.doorbell-stat-num {
  font-family: var(--fh);
  font-size: 2.25rem;
  font-weight: 900;
  color: #38bdf8;
  letter-spacing: -2px;
  line-height: 1;
  flex-shrink: 0;
}
.doorbell-stat-label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}
.doorbell-highlight-divider {
  width: 1px;
  height: 160px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.15), transparent);
}
.doorbell-highlight-desc {
  font-size: 1.08rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.85;
  margin: 0;
}
@media (max-width: 991px) {
  .doorbell-highlight-box { padding: 2.5rem; }
}

/* =====================================================
   How To Choose / Buying Guide Section
   ===================================================== */
.guide-section {
  padding: 7rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.guide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(2,6,23,0.88) 0%, rgba(15,23,42,0.80) 50%, rgba(2,6,23,0.88) 100%);
  z-index: 0;
}
.guide-container {
  position: relative;
  z-index: 1;
}
.guide-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.guide-title {
  font-family: var(--fh);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1rem;
}
.guide-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto;
}
.guide-desc strong {
  color: #fff;
}
.guide-card {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 2.25rem;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: background 0.3s, box-shadow 0.3s;
}
.guide-card:hover {
  background: rgba(255,255,255,0.12);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}
.guide-number {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  font-family: var(--fh);
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255,255,255,0.08);
  line-height: 1;
  user-select: none;
}
.guide-step-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.guide-step-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.guide-step-icon.blue { background: rgba(59,130,246,0.2); border: 1px solid rgba(59,130,246,0.4); }
.guide-step-icon.blue i { color: #93c5fd; font-size: 1rem; }
.guide-step-label.blue { color: #93c5fd; }
.guide-step-icon.yellow { background: rgba(251,191,36,0.15); border: 1px solid rgba(251,191,36,0.3); }
.guide-step-icon.yellow i { color: #fbbf24; font-size: 1rem; }
.guide-step-label.yellow { color: #fbbf24; }
.guide-step-icon.sky { background: rgba(74,222,128,0.15); border: 1px solid rgba(74,222,128,0.3); }
.guide-step-icon.sky i { color: #38bdf8; font-size: 1rem; }
.guide-step-label.sky { color: #38bdf8; }
.guide-step-icon.purple { background: rgba(167,139,250,0.15); border: 1px solid rgba(167,139,250,0.3); }
.guide-step-icon.purple i { color: #a78bfa; font-size: 1rem; }
.guide-step-label.purple { color: #a78bfa; }

.guide-step-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.guide-card h3 {
  font-family: var(--fh);
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
}
.guide-card p {
  font-size: 0.97rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin: 0;
}
.guide-card p strong {
  color: #fff;
}
.guide-card-tag {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.guide-card-tag.sky { background: rgba(74,222,128,0.15); border: 1px solid rgba(74,222,128,0.3); color: #38bdf8; }
.guide-card-tag.yellow { background: rgba(251,191,36,0.15); border: 1px solid rgba(251,191,36,0.3); color: #fbbf24; }

.guide-callout {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 4px solid #38bdf8;
  border-radius: 0 20px 20px 0;
  padding: 2.25rem 2.5rem;
  display: flex;
  gap: 1.75rem;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.guide-callout::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 120px;
  background: linear-gradient(90deg, rgba(56,189,248,0.07), transparent);
  pointer-events: none;
}
.guide-callout-icon-wrap {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(56,189,248,0.15);
  border: 1px solid rgba(56,189,248,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-callout-icon {
  color: #38bdf8;
  font-size: 1.4rem;
}
.guide-callout-body {
  flex: 1;
  position: relative;
  z-index: 2;
}
.guide-callout-title {
  font-family: var(--fh);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #38bdf8;
  margin-bottom: 0.65rem;
}
.guide-callout-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  margin: 0;
}
.guide-callout-desc strong {
  color: #fff;
}
@media (max-width: 767px) {
  .guide-callout {
    flex-direction: column;
    gap: 1rem;
    padding: 1.75rem;
  }
}

/* =====================================================
   No-WiFi / No-Subscription FAQ Section
   ===================================================== */
.cams-faq-bg-glow {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(ellipse at center, rgba(14,165,233,0.05) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.cams-faq-container {
  position: relative;
  z-index: 1;
}

.faq-topic-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  padding: 6px 14px;
  border-radius: 8px;
}
.faq-topic-tag.blue { background: #eff6ff; border: 1px solid #bfdbfe; }
.faq-topic-tag.blue i { color: #2563eb; font-size: 0.9rem; }
.faq-topic-tag.blue span { color: #1d4ed8; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.faq-topic-tag.sky { background: #f0f9ff; border: 1px solid #bae6fd; }
.faq-topic-tag.sky i { color: #2563eb; font-size: 0.9rem; }
.faq-topic-tag.sky span { color: #1d4ed8; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.faq-topic-title {
  font-family: var(--fh);
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
  letter-spacing: -0.5px;
}
.faq-topic-desc {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1.75rem;
}
.faq-keep-box {
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, #eff6ff, #f0f9ff);
  border: 1px solid #bfdbfe;
  border-radius: 14px 14px 0 0;
}
.faq-keep-title {
  font-family: var(--fh);
  font-size: 0.72rem;
  font-weight: 800;
  color: #1d4ed8;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.faq-keep-title::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2563eb;
}
.faq-keep-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.faq-keep-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.93rem;
  font-weight: 600;
  color: #1e3a8a;
  line-height: 1.4;
}
.faq-keep-item i { color: #2563eb; font-size: 1rem; flex-shrink: 0; }
.faq-lose-box {
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, #f5f3ff, #eef2ff);
  border: 1px solid #c4b5fd;
  border-top: none;
  border-radius: 0 0 14px 14px;
}
.faq-lose-title {
  font-family: var(--fh);
  font-size: 0.72rem;
  font-weight: 800;
  color: #5b21b6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.faq-lose-title::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7c3aed;
}
.faq-lose-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.faq-lose-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.93rem;
  font-weight: 500;
  color: #4c1d95;
  line-height: 1.4;
}
.faq-lose-item i { color: #7c3aed; font-size: 1rem; flex-shrink: 0; }
.faq-verdict-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-verdict-icon i { color: #fff; font-size: 1.6rem; }
.faq-verdict-label {
  font-family: var(--fh);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.6rem;
}
.faq-verdict-quote {
  font-size: 1.15rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.65;
  margin: 0;
}
.faq-verdict-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  color: #1d4ed8;
  font-family: var(--fh);
  font-size: 0.95rem;
  font-weight: 800;
  padding: 1rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: transform 0.2s;
}
.faq-verdict-btn:hover {
  transform: scale(1.03);
}

/* =====================================================
   Advanced Features Section
   ===================================================== */
.adv-badge {
  display: inline-block;
  padding: 6px 16px;
  background: #f0f9ff;
  color: #0ea5e9;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.adv-desc a {
  color: #0ea5e9;
  font-weight: 600;
  text-decoration: none;
}
.adv-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f0f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.adv-icon-wrap i { font-size: 1.3rem; }
.adv-item-title {
  font-family: var(--fh);
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.2rem;
}
.adv-item-desc {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
}
.adv-highlight-box {
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border-radius: 24px;
  padding: 3rem;
  text-align: center;
}
.adv-highlight-icon {
  font-size: 3rem;
  color: #0ea5e9;
  margin-bottom: 1rem;
  display: block;
}
.adv-highlight-title {
  font-family: var(--fh);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}
.adv-highlight-desc {
  font-size: 1rem;
  color: #475569;
  margin-bottom: 0;
}

/* =====================================================
   Social Proof Section
   ===================================================== */
.testimonial-placeholder {
  background: #fefce8;
  border: 1px solid #fde047;
  border-radius: 16px;
  padding: 2rem 2.5rem;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-placeholder i { color: #f59e0b; font-size: 1.5rem; margin-bottom: 0.75rem; display: block; }
.testimonial-placeholder-title { font-weight: 700; color: #78350f; margin-bottom: 0.5rem; }
.testimonial-placeholder-desc { font-size: 0.9rem; color: #92400e; margin: 0; }

/* =====================================================
   Why Home Secure Connect Section
   ===================================================== */
.why-us-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 50%, rgba(37,99,235,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.why-us-container {
  position: relative;
  z-index: 1;
}
.why-us-btn {
  font-size: 1rem;
  font-weight: 700;
  border-radius: 12px;
}
