.sg-solar-page-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}

.sg-solar-page-section * {
  box-sizing: border-box;
}

.sg-solar-hero-row {
  margin-bottom: 45px;
}

.sg-solar-content h2,
.sg-solar-content h3,
.sg-solar-section-heading h3 {
  color: #3d3d3d;
  margin-bottom: 18px;
}

.sg-solar-content p,
.sg-solar-section-heading p {
  color: #4b4b4b;
  line-height: 1.75;
  margin-bottom: 0;
}

.sg-solar-subtitle,
.sg-solar-section-heading span {
  display: inline-block;
  color: #6aaa44;
  font-weight: 800;
  margin-bottom: 14px;
}

.sg-solar-cta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.sg-solar-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3d3d3d;
  font-weight: 700;
  text-decoration: none;
}

.sg-solar-phone i {
  color: #6aaa44;
}

.sg-solar-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.sg-solar-stat,
.sg-solar-trust-card,
.sg-solar-feature-card,
.sg-solar-process-card,
.sg-solar-final-cta,
.sg-solar-table-wrap,
.sg-solar-warning {
  background: #abdd5e;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

.sg-solar-stat {
  padding: 30px;
  border-radius: 24px;
}

.sg-solar-stat strong {
  display: block;
  color: #6aaa44;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
}

.sg-solar-stat span {
  color: #3d3d3d;
  line-height: 1.5;
}

.sg-solar-trust-row {
  margin: 35px 0 75px;
}

.sg-solar-trust-card {
  height: 100%;
  padding: 20px;
  border-radius: 18px;
  color: #3d3d3d;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sg-solar-trust-card i {
  color: #000;
  font-size: 40px;
}

.sg-solar-section-heading {
  max-width: 820px;
  text-align: center;
  margin: 0 auto 45px;
}

.sg-solar-feature-card {
  height: 100%;
  padding: 34px;
  border-radius: 26px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sg-solar-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.1);
}

.sg-solar-feature-card-active {
  background: linear-gradient(135deg, #6aaa44, #89d957);
}

.sg-solar-feature-card-active h4,
.sg-solar-feature-card-active p,
.sg-solar-feature-card-active li {
  color: #ffffff;
}

.sg-solar-card-number {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6aaa44, #89d957);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 22px;
}

.sg-solar-feature-card-active .sg-solar-card-number {
  background: #ffffff;
  color: #6aaa44;
}

.sg-solar-feature-card h4 {
  color: #3d3d3d;
  margin-bottom: 14px;
}

.sg-solar-feature-card p {
  color: #4b4b4b;
  line-height: 1.7;
  margin-bottom: 20px;
}

.sg-solar-feature-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sg-solar-feature-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #3d3d3d;
}

.sg-solar-feature-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6aaa44;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.sg-solar-feature-card-active li::before {
  background: #ffffff;
}

.sg-solar-size-section {
  margin-top: 90px;
}

.sg-solar-warning {
  margin-top: 25px;
  padding: 22px 24px;
  border-left: 5px solid #6aaa44;
  border-radius: 16px;
  color: #3d3d3d;
}

.sg-solar-table-wrap {
  overflow-x: auto;
  border-radius: 24px;
}

.sg-solar-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.sg-solar-table th,
.sg-solar-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sg-solar-table th {
  background: #6aaa44;
  color: #ffffff;
  font-weight: 800;
}

.sg-solar-table tr:last-child td {
  border-bottom: 0;
}

.sg-solar-process-card {
  height: 100%;
  padding: 30px 24px;
  border-radius: 24px;
}

.sg-solar-process-card span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #6aaa44;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 20px;
}

.sg-solar-process-card h4 {
  color: #3d3d3d;
  margin-bottom: 12px;
}

.sg-solar-process-card p {
  color: #4b4b4b;
  margin-bottom: 0;
  line-height: 1.65;
}

.sg-solar-final-cta {
  margin-top: 90px;
  padding: 50px 35px;
  border-radius: 30px;
  text-align: center;
}

.sg-solar-final-cta h3 {
  color: #3d3d3d;
  margin-bottom: 12px;
}

.sg-solar-final-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: #4b4b4b;
  line-height: 1.7;
}

/* Basic reveal animation - safe fallback */
.sg-reveal-up {
  opacity: 1;
  transform: translateY(0);
}

.sg-js-ready .sg-reveal-up {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.sg-js-ready .sg-reveal-up.sg-in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .sg-solar-stats-grid {
    grid-template-columns: 1fr;
  }

  .sg-solar-page-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .sg-solar-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .sg-solar-stat strong {
    font-size: 28px;
  }

  .sg-solar-feature-card,
  .sg-solar-final-cta {
    padding: 30px 24px;
  }

  .sg-solar-table {
    min-width: 560px;
  }
}














/* *******************************************
comparison
*************************************************/

.sg-compare-section {
  position: relative;
  padding: 120px 0;
  overflow: visible;
}

.sg-compare-section * {
  box-sizing: border-box;
}

.sg-compare-heading {
  max-width: 1000px;
  margin: 0 auto 80px;
  text-align: center;
}


.sg-compare-heading span {
  display: inline-block;
  color: #6aaa44;
  font-weight: 800;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sg-compare-heading h2 {
  color: #000000;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.05;
  margin-bottom: 20px;
}

.sg-compare-heading p {
  color: #666666;
  font-size: 20px;
  margin: 0;
}

.sg-compare-row {
  align-items: flex-start;
}

.sg-compare-sticky {
  position: sticky;
  top: 120px;
  padding: 35px;
  border-radius: 28px;
  background: #c83256;
  color: #ffffff;
  border: none;
  box-shadow: 0 20px 60px rgba(200, 50, 86, 0.25);
}

.sg-compare-label {
  display: inline-block;
  color: #48111f;
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sg-compare-sticky h3 {
  color: #ffffff;
  margin-bottom: 18px;
}

.sg-compare-sticky p {
  color: #ffffff;
  opacity: 0.9;
  line-height: 1.7;
}

.sg-compare-sticky ul {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}

.sg-compare-sticky li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #ffffff;
}

.sg-compare-sticky li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #48111f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.sg-compare-card-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sg-compare-card {
  min-height: 300px;
  padding: 42px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
  opacity: 1;
  transform: translateX(0);
}

.sg-compare-card span {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6aaa44, #89d957);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 24px;
}

.sg-compare-card h3 {
  color: #3d3d3d;
  margin-bottom: 16px;
}

.sg-compare-card p {
  color: #4b4b4b;
  line-height: 1.75;
  font-size: 17px;
  margin: 0;
}

/* Optional slide-in animation */
.sg-js-ready .sg-compare-card {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.sg-js-ready .sg-compare-card.sg-compare-card-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991px) {
  .sg-compare-section {
    padding: 80px 0;
  }

  .sg-compare-heading {
    margin-bottom: 50px;
  }

  .sg-compare-sticky {
    position: relative;
    top: auto;
    margin-bottom: 35px;
  }

  .sg-compare-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .sg-compare-card,
  .sg-compare-sticky {
    padding: 28px;
    border-radius: 22px;
  }

  .sg-compare-heading h2 {
    font-size: 36px;
  }

  .sg-compare-heading p {
    font-size: 17px;
  }
}




















/* CARD 1 */
/* Card layout improvements for Bootstrap 8-column area */

.sg-compare-card {
  padding: 32px;
}

.sg-compare-card h4 {
  color: #6aaa44;
  margin-bottom: 20px;
  font-weight: 800;
}

.sg-compare-card p + p {
  margin-top: 16px;
}

.sg-compare-asset-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.sg-compare-asset-box {
  min-height: 140px;
  border-radius: 18px;
  background: #f7f8f4;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.sg-compare-asset-box:last-child {
  grid-column: 1 / -1;
}

.sg-compare-asset-box small {
  color: #666666;
  font-weight: 700;
  margin-top: 12px;
}

.sg-compare-scan-icon {
  width: 68px;
  height: 68px;
  border: 4px solid #6aaa44;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  animation: sgScanPulse 1.8s infinite ease-in-out;
}

.sg-compare-scan-icon::after {
  content: "";
  width: 34px;
  height: 4px;
  background: #6aaa44;
  position: absolute;
  right: -26px;
  bottom: 4px;
  transform: rotate(45deg);
  border-radius: 4px;
}

.sg-compare-scan-icon::before {
  content: "";
  width: 36px;
  height: 36px;
  background: radial-gradient(circle, rgba(106, 170, 68, 0.4), transparent 70%);
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}

.sg-compare-mini-chart {
  height: 80px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  width: 100%;
}

.sg-compare-mini-chart span {
  flex: 1;
  display: block;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #89d957, #6aaa44);
  animation: sgChartRise 1.2s ease forwards;
}

.sg-compare-media-placeholder {
  width: 100%;
  min-height: 120px;
  border: 2px dashed rgba(106, 170, 68, 0.45);
  border-radius: 14px;
  padding: 15px;
  color: #3d3d3d;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}

@keyframes sgScanPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(106, 170, 68, 0);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 28px rgba(106, 170, 68, 0.35);
  }
}

@keyframes sgChartRise {
  from {
    height: 5%;
  }
}

@media (max-width: 991px) {
  .sg-compare-asset-grid {
    grid-template-columns: 1fr;
  }

  .sg-compare-asset-box:last-child {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .sg-compare-card {
    padding: 24px;
  }

  .sg-compare-asset-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .sg-compare-scan-icon {
    width: 56px;
    height: 56px;
  }
}
































.eg-analysis-full-width {
  --eg-accent: #a45c5d; /* Applied your exact hex code here */
  --eg-text-dark: #1f2937;
  --eg-text-muted: #4b5563;
  --eg-border-color: #e5e7eb;
  
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 1rem 0;
  display: block;
}

.eg-analysis-full-width * {
  box-sizing: border-box;
}



.eg-title {
  color: #2664c6;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}

/* Feature List */
.eg-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem 0;
  width: 100%;
}

.eg-feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.9rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--eg-text-muted);
}

.eg-feature-list li:last-child {
  margin-bottom: 0;
}

/* Clean, circle-free icon wrapper */
.eg-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #2664c6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-top: 3px; /* Subtle push down to visually align with the first line of text */
}

/* Controls the size of the raw tick */
.eg-icon svg {
  width: 100%;
  height: 100%;
}

.eg-text {
  flex: 1;
}

/* Closing Note Divider */
.eg-footer-note {
  border-top: 1px solid var(--eg-border-color);
  padding-top: 1rem;
  width: 100%;
}

.eg-footer-note p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--eg-text-dark);
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
}










































/* ==========================================================================
   NAMESPACED SOLAR FINANCE SECTION (COMBINED STYLESHEET)
   ========================================================================== */

.sf-finance-section {
  padding: 90px 0;
  overflow: hidden;
  
}

.sf-pill-badge {
  background-color: rgba(16, 185, 129, 0.1);
  color: #10b981;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 22px;
}

.sf-main-heading {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.15;
  margin-bottom: 22px;
}

.sf-gradient-text {
  background: linear-gradient(135deg, #10b981, #059669);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sf-body-lead {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 35px;
}

/* --- £0 Down Feature Banner --- */
.sf-zero-down-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  border-left: 5px solid #10b981;
}

.sf-banner-icon {
  width: 48px;
  height: 48px;
  background-color: #10b981;
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* --- Grid & Sizing Safety Mechanics --- */
.sf-card-wrapper {
  width: 100%;
  height: 100%;
  position: relative; /* Restored back to its original clean state */
}

.sf-payment-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 40px 30px;
  width: 100%; 
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease;
}

.sf-payment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

/* --- Featured Card: Pulse Mechanics --- */
.sf-pulse-effect {
  animation: sf-subtle-pulse 4s ease-in-out infinite;
  z-index: 1;
}
@keyframes sf-subtle-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  }
  50% {
    transform: scale(1.025);
    box-shadow: 0 20px 40px rgba(35, 103, 212, 0.12); /* Blue pulse glow */
  }
}

.sf-payment-card.sf-pulse-effect:hover {
  animation-play-state: paused;
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 25px 50px rgba(35, 103, 212, 0.18); /* Blue hover glow */
}

/* --- Featured Card: Chasing Border Canvas --- */
.sf-featured-card-border {
  border: none;
  /* Changed background gradient from green tint to a soft blue tint */
  background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%);
}




.sf-border-track {
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 24px;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  overflow: hidden; /* <-- ADD THIS LINE */
}

.sf-glowing-border {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  /* Gradient updated with your custom blue (#2367d4) and a bright highlight blue (#3b82f6) */
  background: conic-gradient(
    from 0deg,
    transparent 10%,
    #2367d4 30%,
    #3b82f6 50%,
    transparent 70%,
    #2367d4 90%
  );
  animation: sf-border-spin 4s linear infinite;
}


@keyframes sf-border-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* --- Card Interior Elements --- */
.sf-card-top-badge {
  position: absolute;
  top: -13px;
  right: 25px;
  background: #2367d4;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
}


.sf-card-icon-box {
  color: #2367d4;
  margin-bottom: 25px;
background: rgba(35, 103, 212, 0.1); /* Soft blue icon background */
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}

.sf-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

.sf-card-text {
  font-size: 0.95rem;
  color: #000;
  line-height: 1.5;
  margin-bottom: 25px;
}

.sf-card-list {
  list-style: none;
  padding: 0;
  margin: auto 0 0 0;
}

.sf-card-list li {
  font-size: 0.9rem;
  color: #111827;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
}

.sf-card-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2367d4; /* Changed checkmarks to blue */
  font-weight: 800;
}


































/* ==========================================================================
   COMPETITOR WARNING SECTION (DEEP MAROON STYLING)
   ========================================================================== */

.sw-warning-section {
  padding: 80px 0;
  background-color: #3b1116; /* Darkest maroon baseline background */
}

.sw-warning-box {
  background: linear-gradient(145deg, #4c1d24, #3d1419); /* Rich maroon tones */
  border: 1px solid rgba(245, 158, 11, 0.2); /* Soft warning amber border hint */
  border-radius: 28px;
  padding: 50px 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.sw-warning-header {
  text-align: center;
  margin-bottom: 40px;
}

.sw-alert-icon {
  color: #f59e0b; /* Safety Amber */
  background: rgba(245, 158, 11, 0.1);
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.sw-warning-header h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.sw-warning-header h2 span {
  color: #f59e0b; /* Highlights the core flaw */
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}

/* Informational Cards Container */
.sw-mismatch-grid {
  margin-bottom: 35px;
}

.sw-danger-card {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 18px;
  height: 100%;
}

.sw-danger-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fca5a5; /* Soft readable red/coral text */
  margin-bottom: 12px;
}

.sw-danger-card p {
  font-size: 0.98rem;
  color: #f1f5f9; /* Off-white for high legibility on dark background */
  line-height: 1.6;
  margin-bottom: 0;
}

/* Callout Box Footer */
.sw-warning-footer {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.sw-warning-footer p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .sw-warning-box {
    padding: 35px 20px;
  }
  .sw-warning-header h2 {
    font-size: 1.8rem;
  }
  .sw-warning-header h2 span {
    font-size: 1.3rem;
  }
}






/* ==========================================================================
   ALTERNATIVE WARNING DESIGN (TRANSPARENT BACKGROUND & MAROON SUB-TEXT)
   ========================================================================== */

.sw-alt-section-clean {
  padding: 100px 0;
  background-color: transparent; /* Stripped background to adopt template theme */
  overflow: hidden;
}

/* Image Placeholder Framework adjustments for light backgrounds */
.sw-image-wrapper {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); /* Clean slate gradient */
  border: 1px solid #cbd5e1;
  padding: 12px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.sw-placeholder-box {
  width: 100%;
  height: 100%;
  border: 2px dashed #94a3b8; /* Subtle blue-grey dashed boundary */
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.5);
}

.sw-icon-ghost {
  color: #64748b;
}

.sw-placeholder-text {
  color: #475569;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.sw-floating-badge {
  position: absolute;
  bottom: 35px;
  left: 35px;
  background: #0f172a; /* Dark anchor contrast for the badge */
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.15);
}

.sw-amber-dot {
  width: 8px;
  height: 8px;
  background-color: #f59e0b; /* Alert Amber */
  border-radius: 50%;
  display: inline-block;
  animation: sw-dot-blink 1.5s infinite ease-in-out;
}

@keyframes sw-dot-blink {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* Header Text Styles */
.sw-alt-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #0f172a; /* Dark primary title font */
  line-height: 1.2;
  margin-bottom: 20px;
}

.sw-highlight {
  color: #dc2626; /* Deep crimson highlight for the main warning phrase */
}

.sw-alt-lead {
  font-size: 1.1rem;
  color: #475569; /* Slate grey lead copy */
  line-height: 1.6;
  margin-bottom: 40px;
}

/* Bullet List Elements */
.sw-animated-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sw-list-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}

.sw-list-item:last-child {
  margin-bottom: 0;
}

.sw-item-marker {
 
  color: #dc2626; /* Crimson tracking cross */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
}

.sw-item-marker svg {
  width: 30px;
  height: 30px;
}

.sw-item-text strong {
  font-size: 1.15rem;
  font-weight: 700;
  color: #dc2626; /* Solid dark text line for header headers */
  display: block;
  margin-bottom: 6px;
}

/* MAROON TARGET ELEMENT: Applies deep maroon to the descriptive body blocks */
.sw-maroon-subtext {
  font-size: 0.98rem;
  color: #000 !important; /* Deep Maroon text assignment */
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 0;
}

/* Animation Delays */
.sf-js-ready .sw-delay-1 { transition-delay: 0.1s; }
.sf-js-ready .sw-delay-2 { transition-delay: 0.25s; }
.sf-js-ready .sw-delay-3 { transition-delay: 0.4s; }
.sf-js-ready .sw-delay-4 { transition-delay: 0.55s; }

/* Responsive grid breaks */
@media (max-width: 991.98px) {
  .sw-alt-section-clean { padding: 60px 0; }
  .sw-image-wrapper { height: 320px; margin-bottom: 20px; }
  .sw-alt-title { font-size: 2.1rem; }
}































/* ==========================================================================
   12-COLUMN ANIMATED WARNING TITLE STYLING
   ========================================================================== */

.wh-title-container {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 50px auto; /* Centered with a healthy gap before the grid underneath */
  position: relative;
}

/* 1. Alert Ribbon Setup */
.wh-alert-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(220, 38, 38, 0.08); /* Transparent dark crimson background tint */
  border: 1px solid rgba(220, 38, 38, 0.15);
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.wh-ribbon-text {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #dc2626; /* Warning Crimson */
}

/* 2. Pulsing Amber Alert Dot */
.wh-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #f59e0b; /* Attention Amber */
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.wh-pulse-dot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f59e0b;
  animation: wh-radar-ping 1.8s infinite ease-in-out;
}

@keyframes wh-radar-ping {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}

/* 3. Typography Configuration */
.wh-main-headline {
  font-size: 3rem;
  font-weight: 900;
  color: #0f172a; /* Deep charcoal/slate title color */
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

.wh-accent-text {
  color: #dc2626; /* Shifts focus sharply onto the competitor element */
  position: relative;
  display: inline-block;
}

/* 4. Elegant Minimalist Section Divider */
.wh-divider-line {
  width: 60px;
  height: 4px;
  background-color: #dc2626;
  border-radius: 2px;
  margin: 0 auto;
}

/* --- RESPONSIVE MEDIA BREAKS --- */
@media (max-width: 991.98px) {
  .wh-main-headline {
    font-size: 2.4rem;
  }
  .wh-title-container {
    margin-bottom: 35px;
  }
}

@media (max-width: 575.98px) {
  .wh-main-headline {
    font-size: 1.85rem;
    line-height: 1.3;
  }
}