/*
1. Reset CSS
2. Start Font CSS 
3. Navbar Top Fixed
4. Hero Banner
5. Risk Score Instantly Section
6. How It Work
7. Exposure Cards Section
8. Real Alerts Cards Section
9. Benefits Section
10.Trust Layer Section
11.Risk Score CTA Section
12. Subscription Section
13.Footer Section
14.Question Page Start
15.Risk Score Page
16.Start Product Page

*/

/*------------------------------------ 1. Start Reset CSS ------------------------------------*/
:root {
  --blue: #0E0F28;
  --LightBule: #2A3EF4;
  --black: #111111;
  --navy: #0f1f5c;
  --navy-light: #1a2e7a;
  --bg: #e8eaf2;
  --red: #e8160c;
  --amber: #f5a623;

  --brand-blue: #2A3EF4;
  --brand-dark: #0E0F28;
  --brand-light: #E4E5F2;
  --bg: #080c1a;
  --accent: #2A3EF4;
  --green-ok: #22c55e;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.52);
  --border: rgba(255, 255, 255, 0.7);
  --palatinate: #2A3EF4;
  --black-blue: #0E0F28;
  --white-blue: #E4E5F2;
  --black: #000000;

  /* functional aliases */
  --bg-dark: #0E0F28;
  --bg-light: #F5F6FF;
  --bg-white: #FFFFFF;
  --text-primary: #0E0F28;
  --text-secondary: #4A4D6E;
  --text-muted: #8A8DAA;
  --border: #E4E5F2;
  --border-dark: #C8CADF;

  --lime: #22C55E;
  --amber: #F59E0B;
  --red: #EF4444;

  --bg: #080c1a;
  --card-bg: #0d1228;
  --card-border: rgba(100, 80, 220, 0.35);
  --purple: #6c3de8;
  --purple-mid: #7c4ff0;
  --purple-light: #9b6fff;
  --green: #22c55e;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.55);
  --pill-bg: rgba(108, 61, 232, 0.85);

  --midnight: #0B1437;
  --midnight-soft: #131D4A;
  --midnight-mid: #1A2760;
  --blue-accent: #2250D8;
  --blue-light: #3D6AF0;
  --blue-faint: #EEF2FF;
  --lime: #7CDB63;
  --lime-dark: #4DB835;
  --lime-faint: #F0FBE8;
  --amber: #F5A623;
  --amber-faint: #FFF8EC;
  --red: #E03A3A;
  --platinum: #F5F6FA;
  --border: #E2E5F0;
  --border-dark: #C8CDDF;
  --text-primary: #0B1437;
  --text-secondary: #5A6282;
  --text-hint: #9AA0BE;
  --white: #FFFFFF;
  --success-green: #12B76A;

  --shadow-card: 0 2px 16px rgba(11, 20, 55, 0.07);
  --shadow-elevated: 0 8px 40px rgba(11, 20, 55, 0.12);

  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 8px;

  --shadow-sm: 0 1px 3px rgba(14, 15, 40, 0.06);
  --shadow-md: 0 4px 12px rgba(14, 15, 40, 0.10);
  --card-bg: linear-gradient(140deg, #0E0F28 0%, #111a4a 55%, #0E0F28 100%);
  --prog-green: #08BB35;
  --font-family-Inter-Regular: -apple-system, BlinkMacSystemFont, "Inter Regular";

}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body {
  margin: 0;
  font-family: 'Inter Regular', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

/*--- Gray Outline Button --- */
.btn-outline-Gray {
  color: #ffffff !important;
  border-color: #ffffff !important;
  margin: 0 0px 0 0px;
}

.btn-pay-wrap .btn-outline-accent {
  width: 100%;
}

.btn-outline-accent {

  border: 1px solid var(--accent);
  color: var(--accent) !important;
  margin: 0 15px 0 0px;

}


.btn-outline-blue {
  color: var(--blue) !important;
  border-color: var(--blue) !important;
  background-color: #ffffff;

}

.btn-outline-blue:hover {
  color: var(--white) !important;
  border-color: var(--blue) !important;
  background: #1869CC;
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);

}

.btn-outline-Gray:hover {
  color: var(--blue) !important;
  background-color: var(--white);
  border-color: var(--white);
}

/*--- Gray bg Button --- */
.btn-bg-Gray {
  color: var(--blue) !important;
  background-color: var(--white) !important;
  margin: 0 7px !important;
  border: none !important;
  transition: 0.3s !important;
}

.btn-bg-Gray:hover {
  color: var(--white);
  border: none;
  background: #1869CC;
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);

}

.Color-white {
  color: var(--white) !important;
}

/*------------------------------------ 2. Start Font CSS --------------------------------------- */

@font-face {
  font-family: 'Inter Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Inter Regular'), url('../../../../../fonts/Inter-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Inter Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Inter Medium'), url('../../../../../fonts/Inter-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Inter Semi Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Inter Semi Bold'), url('../../../../../fonts/Inter-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Inter Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Inter Bold'), url('../../../../../fonts/Inter-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Inter Thin BETA';
  font-style: normal;
  font-weight: normal;
  src: local('Inter Thin BETA'), url('../../../../../fonts/Inter-Thin-BETA.woff') format('woff');
}

@font-face {
  font-family: 'Inter Light BETA';
  font-style: normal;
  font-weight: normal;
  src: local('Inter Light BETA'), url('../../../../../fonts/Inter-Light-BETA.woff') format('woff');
}

/*------------------------------------ 3. Navbar Top Fixed ------------------------------------*/


.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 {
    border-radius: .3rem;
  }
}


/*------------------------------------ 4. Hero Banner ------------------------------------*/

.hero-banner {
  background-color: var(--blue);
  border-top: 1px solid gray;
}

.banner-img-content {
  text-align: right;
  color: #fff;
  margin-top: 50px;
}

.hero-banner-right img {
  float: right;
}

.banner-img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

.hero-banner-left h1 {
  color: #fff;
  font-size: 68px;
  font-weight: bold;
  animation-delay: 0.2s;
  animation: fadeUp 0.7s ease forwards;
}

.hero-banner-left p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-family: 'Inter Regular' !important;
  animation-delay: 0.2s;
  animation: fadeUp 0.7s ease forwards;
}

.white-btn {
  background-color: #fff !important;
  color: #272757 !important;
  font-size: 18px !important;
  font-weight: normal;
  border: none !important;
  animation-delay: 0.2s;
  animation: fadeUp 0.7s ease forwards;
}

.white-btn:hover {
  color: var(--white) !important;
  background: #1869CC;
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);
}

@media (max-width: 992px) {
  .logoimg {
    width: 100px !important;
  }

  .hear-sec.justify-content-center {
    justify-content: space-between !important;
  }

  .hero-banner-left {
    text-align: center !important;
  }

  .banner-img-content {
    text-align: center;
  }

  .white-btn {

    width: 330px;
    margin: auto !important;
  }


  .hero-banner-right img {
    margin: auto;
    float: none !important;
  }

  .banner-img {
    max-width: 360px;
  }

  .hero-banner-left h1 {
    font-size: 50px;
  }

  br {
    display: none;
  }

  .hero-banner {
    margin-top: 50px;
  }
}


/*------------------------------------ 5. Risk Score Instantly Section ------------------------------------*/


.Risk-Score-Left h6 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.Risk-Score-Sec {
  background-color: rgba(14, 15, 40, 0.9);
  padding: 40px 0;
}

.Risk-Score-Left {
  animation-delay: 0.1s;
  animation: fadeUp 0.6s ease forwards;
}

.Risk-Score-Right {
  animation-delay: 0.2s;
  animation: fadeUp 0.7s ease forwards;
}

.Risk-Score-Left ul {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  list-style: none;
}

.Risk-Score-Left ul li {
  color: #fff;
  font-size: 20px;
  font-family: 'Inter Thin BETA' !important;
}

.Risk-Score-Left ul li i {
  margin-right: 10px;
  width: 16px;
}

.Risk-Score-box {
  text-align: right !important;
  background-color: rgba(39, 39, 87, 0.4);
  color: #fff;
  font-family: 'Inter Regular';
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px;
  float: right;
  border-radius: 8px;
}

.Risk-Score-Right {
  text-align: right;
}

.Risk-Score-box h6 {
  font-size: 15px;
  margin: 0;
}

.Risk-Score-box h2 {
  font-size: 60px;
  margin: 0;
}

.Risk-Score-box span {
  background-color: rgba(255, 7, 7, 0.5);
  border: 1px solid #FF0707;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 10px;

}

.pulse {
  font-weight: 500;
  animation: fadeBlink 1.2s ease-in-out infinite;
}

@keyframes fadeBlink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.exposure-card-content p {
  margin-bottom: 2px;
}

.Risk-Score-box p {
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.Risk-Score-Left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

@media (max-width: 992px) {

  .Risk-Score-box {
    margin-top: 30px;
    float: left;
  }

  .Risk-Score-box {
    text-align: center;
    width: 100%;

  }

  .white-btn {
    width: 330px;
    margin: auto !important;
  }

  .Risk-Score-Left h6 {
    font-size: 19px;
  }


}

/*------------------------------------ 6. How It Work ------------------------------------*/

/*---  Title ---*/
.title {
  font-size: 35px;
  text-align: center;
  font-family: 'Inter Semi Bold';
  color: var(--blue);
  letter-spacing: -0.2px;
  margin-bottom: 48px;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.title2 {
  font-size: 35px;
  text-align: center;
  font-family: 'Inter Semi Bold';
  color: var(--blue);
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.Sub-title {
  font-size: 20px;
  text-align: center;
  font-family: 'Inter Thin BETA';
  color: var(--blue);
  opacity: 0;
  margin-bottom: 48px;
  font-weight: 800;
  transform: translateY(10px);
  animation: fadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}


.title.white-title {
  color: var(--white);
}

.How-It-Works-Sec {
  padding: 50px 0px;
  position: relative;
}

/*--- Steps row ---*/
.steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

/*--- Single step ---*/
.Processstep {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(18px);
}

.Processstep:nth-child(1) {
  animation: fadeUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s forwards;
}

.Processstep:nth-child(3) {
  animation: fadeUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.45s forwards;
}

.Processstep:nth-child(5) {
  animation: fadeUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.65s forwards;
}

.icon-wrap {
  position: relative;
  width: 90px;
  height: 150px;
  margin-bottom: 20px;
}

/* Badge */
.badge {
  position: absolute;
  top: 0;
  right: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4a7aff;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  z-index: 2;
  transform: scale(0);
  animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.step:nth-child(1) .badge {
  animation-delay: 0.65s;
}

.step:nth-child(3) .badge {
  animation-delay: 0.82s;
}

.step:nth-child(5) .badge {
  animation-delay: 0.99s;
}

/* Icon SVG */
.icon-svg {
  width: 90px;
  height: 90px;
}

.step-text {
  font-size: 24px;
  color: var(--black);
  font-family: 'Inter Medium';
  text-align: center;
  opacity: 0;
  line-height: 25px;
  animation: fadeUp 0.5s ease forwards;
}

.step:nth-child(1) .step-text {
  animation-delay: 0.7s;
}

.step:nth-child(3) .step-text {
  animation-delay: 0.88s;
}

.step:nth-child(5) .step-text {
  animation-delay: 1.06s;
}

/*--- Connectors ---*/
.connector {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: 0;
  min-width: 0;
}

.HowItWorkBG_Vector {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 130px;
}

.connector.connector2 {

  padding-top: 0;
  min-width: 0;
}

.connector svg {
  width: 100%;
  overflow: visible;
}

.dash-path {
  fill: none;
  stroke: #b0bdd8;
  stroke-width: 1.6;
  stroke-dasharray: 5 5;
  stroke-linecap: round;
  stroke-dashoffset: 120;
  animation: drawDash 0.7s ease forwards;
}

.connector:nth-child(2) .dash-path {
  animation-delay: 0.35s;
}

.connector:nth-child(4) .dash-path {
  animation-delay: 0.55s;
}

/*--- Keyframes ---*/
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popIn {
  to {
    transform: scale(1);
  }
}

@keyframes drawDash {
  to {
    stroke-dashoffset: 0;
  }
}

/*--- Responsive---*/
@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .connector {
    display: none;
  }

  .step {
    flex: none;
  }

  .HowItWorkBG_Vector {
    display: none;
  }

  .exp-small-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.exp-small-footer .btn{
  width: 150px;
        font-size: 13px;
        padding: 4px 0;
    }

  .exp-main-header {
    display: flex;
    align-items: flex-start !important;
    flex-direction: column !important;
}
.exp-total-bar span {
    font-size: 18px !important;
}

.exp-main-header .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: 100%;
    justify-content: space-between;
}

.exp-small-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding-top: 2px;
    justify-content: space-between;
    width: 100%;
}
}


/*------------------------------------ 7. Exposure Cards Section ------------------------------------*/

/* ── Section ── */
.Exposure-Cards-Sec {
  text-align: center;
  background: #0E0F28;
  padding: 50px 0;
  background: linear-gradient(166deg, rgba(14, 15, 40, 1) 0%, rgba(42, 62, 244, 1) 100%);
}

/* ── Title ── */

@keyframes fadeDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Cards grid ── */
.exposure-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-bottom: 30px; display: none;
}

/* ── Card ── */
.exposure-card {
  background-image: url("../../images/exposerbg.svg");
  position: relative;
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.30);
  box-shadow: 0 24px 56px rgba(39, 39, 87, 0.9), 0 0 0 1px rgba(217, 217, 217, 0.9), 0 0 48px var(--glow-exposure-card);
  border: none;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 335px;
  cursor: pointer;
  overflow: hidden;

  background-size: inherit;
  background-repeat: no-repeat;

  /* entrance */
  opacity: 0;
  transform: translateY(24px);
  animation: exposure-cardIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;

  /* hover transition */
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.38s ease;
}

.exposure-card:nth-child(1) {
  animation-delay: 0.28s;
}

.exposure-card:nth-child(2) {
  animation-delay: 0.40s;
}

.exposure-card:nth-child(3) {
  animation-delay: 0.52s;
}

.exposure-card:nth-child(4) {
  animation-delay: 0.64s;
}

@keyframes exposure-cardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover lift + glow */
.exposure-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.30);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 48px var(--glow-exposure-card);
}

/* Shine sweep on hover */
.exposure-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent 30%,
      rgba(255, 255, 255, 0.10) 50%,
      transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.55s ease;
  pointer-events: none;
  border-radius: inherit;
}

.exposure-card:hover::before {
  transform: translateX(100%);
}

/* Top gradient tint on hover */
.exposure-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(100, 130, 255, 0.12) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.exposure-card:hover::after {
  opacity: 1;
}

/* ── Icon circle ── */
.icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

.exposure-card:hover .icon-circle {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  transform: scale(1.12) rotate(-4deg);
  box-shadow: 0 0 20px rgba(120, 150, 255, 0.4);
}

.icon-circle svg {
  width: 26px;
  height: 26px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.exposure-card:hover .icon-circle svg {
  transform: scale(1.1);
}

/* ── Card text ── */


.exposure-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  margin-top: 40px;
}

.exposure-card-title {
  font-size: 21px;
  color: var(--white);
  text-align: left;
  transition: color 0.25s;
  font-family: 'Inter Medium';
}

.exposure-card-desc {
  font-size: 16px;
  color: var(--white);
  transition: color 0.25s;
  text-align: left;
  font-family: 'Inter Light BETA';
}

.exposure-card:hover .exposure-card-desc {
  color: rgba(255, 255, 255, 0.75);
}

/* ── Arrow button ── */
.arrow-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--arrow-ring);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  position: relative;
  overflow: hidden;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

.arrow-btn i {
  color: var(--white);

}

.exposure-card:hover .arrow-btn {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.30);
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

/* Arrow icon slides out & back in */
.arrow-btn .icon-arrow {
  position: absolute;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.arrow-btn .icon-arrow.clone {
  transform: translateX(-120%);
  opacity: 0;
}

.exposure-card:hover .arrow-btn .icon-arrow.main {
  transform: translateX(120%);
  opacity: 0;
}

.exposure-card:hover .arrow-btn .icon-arrow.clone {
  transform: translateX(0);
  opacity: 1;
}





/* ── Responsive ── */
@media (max-width: 720px) {
  .exposure-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 440px) {
  .exposure-cards {
    grid-template-columns: 1fr;
  }
}

/*------------------------------------ 8. Real Alerts Cards Section ------------------------------------*/



.Real-Alerts-Sec {
  padding: 50px;
  background-color: #E4E5F2;
}

.alert-banner-inner {
  background: rgba(15, 31, 92, 0.8);
  border-radius: 10px;
  padding: 15px 22px;
  border: 1px solid rgba(239, 239, 239, 0.3);
}


/* ── GRID ── */
.real_alerts_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 900px) {
  .real_alerts_grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

/* ── CARD ── */
.real_alerts_card {
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--real_alerts_card-shadow);
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px) scale(0.97);
  animation: riseIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
  cursor: pointer;
  position: relative;
}

.real_alerts_card:nth-child(1) {
  animation-delay: 0.35s;
}

.real_alerts_card:nth-child(2) {
  animation-delay: 0.50s;
}

.real_alerts_card:nth-child(3) {
  animation-delay: 0.65s;
}

.real_alerts_card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 32px 80px rgba(15, 31, 92, 0.26);
}

/* ── ALERT BANNER ── */
.alert-banner {
  background: var(--blue);
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Shimmer sweep on hover */
.alert-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transition: left 0.6s ease;
  pointer-events: none;
}

.real_alerts_card:hover .alert-banner::after {
  left: 150%;
}

.alert-header {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 5px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}

.dot::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  opacity: 0;
  animation: pulse-ring 2.4s ease-out infinite;
}

.dot-red {
  background: var(--red);
}

.dot-red::after {
  border: 2px solid var(--red);
}

.dot-amber {
  background: var(--amber);
}

.dot-amber::after {
  border: 2px solid var(--amber);
}

.alert-label {
  font-family: 'Inter Regular';
  font-size: 20px;
  text-transform: uppercase;
}

.label-red {
  color: #FF0707;
  font-size: 20px;
  font-family: 'Inter Bold';
}

.label-amber {
  color: var(--amber);
  font-size: 20px;
  font-family: 'Inter Bold';
}

.alert-title {
  font-family: 'Inter Regular';
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 5px;
}

.alert-sub {
  font-size: 13px;
  font-family: 'Inter Regular';
  color: var(--white);
}

/* ── CARD BODY ── */
.real_alerts_card-body {
  padding: 22px 32px 26px;
}

.real_alerts_card-heading {
  font-family: 'Inter Bold';
  font-size: 20px;
  color: var(--blue);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.real_alerts_card-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.real_alerts_card-points li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 17px;
  line-height: 19px;
  color: var(--blue);
  font-family: 'Inter Light BETA';
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

ul.real_alerts_card-points {
  padding: 0;
}

.real_alerts_card-points li i {
  line-height: 19px;
  font-size: 9px;
}

.real_alerts_card.visible .real_alerts_card-points li:nth-child(1) {
  animation: itemIn 0.45s ease forwards;
  animation-delay: 0.05s;
}

.real_alerts_card.visible .real_alerts_card-points li:nth-child(2) {
  animation: itemIn 0.45s ease forwards;
  animation-delay: 0.15s;
}


/* ── KEYFRAMES ── */
@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(2.2);
    opacity: 0;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes barGrow {
  to {
    transform: scaleX(1);
  }
}

@keyframes itemIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Floating badge pulse on banner */
.live-badge {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 0.6rem;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  animation: blink 2.8s ease-in-out infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }
}


/*------------------------------------ 9. Benefits Section ------------------------------------*/



.Benefits-Sec {
  position: relative;
  z-index: 1;
  padding: 50px 0;

}


/* ── GRID ── */
.benefits-Sec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 680px) {
  .benefits-Sec-grid {
    grid-template-columns: 1fr;
  }
}

/* ── PANEL ── */
.benefits-panel {
  border-radius: 8px;
  padding: 70px 50px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(36px) scale(0.97);
  animation: riseIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
  cursor: default;
}

.benefits-panel:nth-child(1) {
  animation-delay: 0.35s;
}

.benefits-panel:nth-child(2) {
  animation-delay: 0.50s;
}

.benefits-panel:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 28px 72px rgba(13, 27, 85, 0.28);
}

/* both panels share the navy gradient */
.benefits-panel {
  background: linear-gradient(166deg, rgba(14, 15, 40, 1) 0%, rgba(42, 62, 244, 1) 100%);
}

/* ── DECORATIVE CIRCLE ── */
.benefits-panel::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 100px solid rgba(255, 255, 255, 0.1);
  top: -260px;
  right: -180px;
  pointer-events: none;
  transition: transform 0.6s ease;
}



.benefits-panel:hover::before {
  transform: scale(1.08) rotate(8deg);
}

/* ── PANEL TITLE ── */
.benefits-panel-title {
  font-size: 48px;
  color: var(--white);
  font-family: 'Inter Medium';
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

/* ── LIST ── */
.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
  z-index: 1;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 25px;
  color: var(--white);
  line-height: 29px;
  opacity: 0;
  margin-bottom: 10px;
  transform: translateX(-14px);
}

/* stagger list items after benefits-panel animates in */
.benefits-panel:nth-child(1) .feature-list li:nth-child(1) {
  animation: itemIn 0.4s ease 0.7s forwards;
}

.benefits-panel:nth-child(1) .feature-list li:nth-child(2) {
  animation: itemIn 0.4s ease 0.82s forwards;
}

.benefits-panel:nth-child(1) .feature-list li:nth-child(3) {
  animation: itemIn 0.4s ease 0.94s forwards;
}

.benefits-panel:nth-child(1) .feature-list li:nth-child(4) {
  animation: itemIn 0.4s ease 1.06s forwards;
}

.benefits-panel:nth-child(1) .feature-list li:nth-child(5) {
  animation: itemIn 0.4s ease 1.18s forwards;
}

.benefits-panel:nth-child(2) .feature-list li:nth-child(1) {
  animation: itemIn 0.4s ease 0.85s forwards;
}

.benefits-panel:nth-child(2) .feature-list li:nth-child(2) {
  animation: itemIn 0.4s ease 0.97s forwards;
}

.benefits-panel:nth-child(2) .feature-list li:nth-child(3) {
  animation: itemIn 0.4s ease 1.09s forwards;
}

.benefits-panel:nth-child(2) .feature-list li:nth-child(4) {
  animation: itemIn 0.4s ease 1.21s forwards;
}

.benefits-panel:nth-child(2) .feature-list li:nth-child(5) {
  animation: itemIn 0.4s ease 1.33s forwards;
}


.benefits-panel ul {
  padding: 0;
}

.benefits-panel ul li i {

  border: none;
  padding: 10px;
  background: #fff;
  color: var(--blue);
  font-size: 13px;
  border-radius: 9px;
  height: 32px;
  width: 32px;
  text-align: center;
}



/* ── KEYFRAMES ── */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes itemIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*------------------------------------ 11. Subscription Section ------------------------------------*/




/* Layout */
.Subscription-Sec {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 48px 60px;
  max-width: 1360px;
  width: 100%;
  margin: 50px auto;
  background-image: url("../../images/Subscription-bg.svg");
}

.Subscription-Sec .card {
    flex: 0 0 360px;
    background: #1869CC;
    background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);
    border: none;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(108, 61, 232, 0.12), 0 8px 40px rgba(0, 0, 0, 0.55), 0 0 60px rgba(80, 40, 180, 0.12);
    animation: fadeUp 0.8s ease both;
}

/* ── Card ── */
.alerts-modal.new-alert-modal .card {
  flex: 0 0 320px;
  background: #1869CC;
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);
  border: none;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(108, 61, 232, 0.12),
    0 8px 40px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(80, 40, 180, 0.12);
  animation: fadeUp 0.8s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.card-header {
  border-bottom: none;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: var(--white);
  justify-content: center;
  border-radius: 8px;
}

.card-header svg {
  width: 16px;
  height: 16px;
  opacity: 0.9;
}

.card-body {
  background: var(--blue);
  padding: 12px 20px 0px;
  margin: 2px 3px;
  border-radius: 16px;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
}

.price-amount {
  font-size: 50px;
  font-family: 'Inter Semi Bold';
  color: var(--white);
}

.price-period {
  font-size: 0.8rem;
  color: var(--muted);
  margin-left: 6px;
  font-weight: 400;
}

.plan-name {
  font-size: 24px;
  color: #fff;
}

.benefits-label {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--white);
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.benefits-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.benefits-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
}

.check-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--green);
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 7px 20px;
  border-radius: 50px;
  background: #1869CC;
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);
  color: white;
  font-size: 19px;
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 4px 20px rgba(108, 61, 232, 0.45);
  margin-bottom: 14px;
}

.cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(108, 61, 232, 0.6);
}

.cta-btn svg {
  width: 14px;
  height: 14px;
}

.money-back {
  text-align: center;
  font-size: 0.74rem;
  color: var(--muted);
}

/* ── About section ── */
.Subscription-Sec .about {
  flex: 1;
  animation: fadeUp 0.8s 0.2s ease both;
}

.Subscription-Sec .about h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--white);
  justify-content: center;
  border-radius: 8px;
}

.Subscription-Sec .about p {
  font-family: 'Inter Thin BETA';
  font-size: 30px;
  color: #ffffff;
}


@media (max-width: 992px) {

  .Subscription-Sec {
    padding: 20px 20px;
    background-image: url(../../../../images/Subscription-bg.svg);
    flex-direction: column;
    background-size: cover;
    border-radius: 23px;
}

.Subscription-Sec .card {
    flex: 0 0 534px;
}

.Proces-Steps-Bar{display: none;}

.product-breadcrumb {
    display: flex;
    gap: 4px !important;
    font-size: 12px;
    
}

}

/*------------------------------------ 10. Trust Layer Section ------------------------------------*/


.start-trust-layer-sec {
  padding: 50px 0;
  background-color: #E4E5F2;
}

.start-trust-layer-sec .benefits-panel-title {
  color: #2A3EF4;
  font-size: 35px;
  margin-bottom: 20px;
}

.start-trust-layer-sec .benefits-Sec-grid .feature-list li {
  color: var(--blue);
  font-size: 18px;
  line-height: 32px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  margin: 0;
}

.start-trust-layer-sec .benefits-Sec-grid .benefits-panel ul li i {
  background: var(--blue);
  color: var(--white);
}

.start-trust-layer-sec .benefits-panel {
  background: none;
}

.start-trust-layer-sec .benefits-Sec-grid .benefits-panel:hover {
  transform: none;
  box-shadow: none;
}

.start-trust-layer-sec .benefits-panel::before {
  display: none;
}

.start-trust-layer-sec .benefits-panel {
  padding: 0;
}

.FCA-Regulated-panel img {
  width: 90%;
}

.start-trust-layer-sec .benefits-Sec-grid .feature-list li:last-child {

  border-bottom: none !important;

}

.start-trust-layer-sec .benefits-Sec-grid .feature-list li:nth-child(3) {

  border-bottom: none !important;

}

.start-trust-layer-sec .benefits-Sec-grid .benefits-panel ul li span {
  font-size: 20px;
  font-family: 'Inter Thin BETA';
  font-weight: 700;

}

.FCA-Regulated-panel {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/*------------------------------------ 11. Risk Score CTA Section ------------------------------------*/
.Risk-Score-CTA-Sec {
  text-align: center;
  background: #0E0F28;
  padding: 50px 0;

  background-image: url("../../images/bannerbg.jpg");
}

.Risk-Score-CTA-Sec p {
  font-family: 'Inter Thin BETA';
  margin-bottom: 20px;
}



/*------------------------------------ 13. Footer Section ------------------------------------*/

/* ── FOOTER ── */
footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 56px 72px 0;
  background: #000000;

}

/* Background network graphic effect */
footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("../../images/footerbg.svg") no-repeat center center;
  background-size: cover;
  opacity: 0.2;
}



/* ── MAIN ROW ── */
.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 20px;
}

.footer-copy {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  margin: 0;
  text-align: center;
}

/* ── BRAND ── */
.brand-logo {
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
  animation: fadeUp 0.7s ease 0.1s forwards;
}

.brand-desc {
  font-size: 20px;
  color: #ffffff;
  max-width: 340px;
  animation: fadeUp 0.7s ease 0.22s forwards;
}

/* ── SECTION HEADING ── */
.footer-col-title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 18px;
  animation: fadeUp 0.7s ease 0.3s forwards;
}

/* ── QUICK LINKS ── */
.links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.links-list li {
  opacity: 0;
  animation: fadeUp 0.5s ease forwards;
}

.links-list li:nth-child(1) {
  animation-delay: 0.38s;
}

.links-list li:nth-child(2) {
  animation-delay: 0.46s;
}

.links-list li:nth-child(3) {
  animation-delay: 0.54s;
}

.links-list li:nth-child(4) {
  animation-delay: 0.62s;
}

.links-list a {
  color: #ffffff;
  text-decoration: none;
  text-underline-offset: 3px;
  font-size: 14px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.links-list a:hover {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}

/* ── CONTACT ── */
.contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeUp 0.5s ease forwards;
}

.contact-list li:nth-child(1) {
  animation-delay: 0.38s;
}

.contact-list li:nth-child(2) {
  animation-delay: 0.50s;
}

.contact-list li:nth-child(3) {
  animation-delay: 0.62s;
}

.contact-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.contact-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.55;
}

.contact-text .footer-contact-link {
  color: #ffffff;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.contact-text .footer-contact-link:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}

/* ── DIVIDER ── */
.divider {
  position: relative;
  z-index: 1;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0;
  opacity: 0;
  animation: fadeIn 0.6s ease 0.85s forwards;
}

/* ── BOTTOM BAR ── */
.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 22px;
  opacity: 0;
  animation: fadeUp 0.6s ease 0.95s forwards;
}

.copyright {
  font-size: 14px;
  color: #ffffff;
}

.follow-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.follow-label {
  font-size: 18px;
  color: #ffffff;
}

.social-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.social-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
}

.social-btn svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

/* ── KEYFRAMES ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.footer-main .links-col ul {
  padding: 0;
}

.footer-main .navbar-brand {
  margin-bottom: 18px;
}

ul.contact-list {
  padding: 0;
}



/*------------------------------------ 14. Question Page Start ------------------------------------*/

.q-card-header h1 {
  font-size: 36px;
  color: var(--white);
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
}

/* Progress block — pushed to the far right */
.Progress-Sec{}


.prog-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 500px;
  /* fixed width, sits on the right */
}

.prog-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  font-family: 'Inter Medium';
  letter-spacing: 0.04em;
}

.prog-track {
  width: 100%;
  height: 9px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 99px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.prog-fill {
  height: 100%;
  background: var(--prog-green);
  border-radius: 99px;
  width: 0%;
  transition: width 0.55s cubic-bezier(.4, 0, .2, 1);
}


/*----------------------------
       PAGE BODY
    ------------------------------ */
.page-body {
  padding-top: 100px;
  padding-bottom: 60px;
  min-height: 100vh;
}

/* -----------------------------------
       LAYOUT - left card | right panel
    ------------------------------------- */
.q-layout {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 245px;
    gap: 28px;
    align-items: start;
}

/* -------------------------------
       QUESTION CARD
   ------------------------------------ */
.q-card {
  background-image: linear-gradient(to right top, #2a3ef4, #0f35be, #072a89, #0d1d57, #0e0f28);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
}

.q-card::before {
  content: '';
  position: absolute;
  top: -140px;
  right: -140px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(42, 62, 244, 0.10) 0%, transparent 65%);
  pointer-events: none;
}

.q-card-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 40px;
  align-content: flex-start;
  justify-content: space-between;
}

.q-card-heading {
  display: flex;
  align-items: center;
}

.step-counter {
  font-size: 13px;
  color: var(--muted);
}

.step-badge {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 99px;
  padding: 3px 13px;
  font-size: 14px;
  font-family: 'Inter Medium';
  margin-top: -19px;
}

/* ── Q Blocks ── */
.q-block {
  margin-bottom: 20px;
  padding-bottom: 10px;
  transition: opacity 0.2s;
}

.q-block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.q-section-title {
  font-size: 15px;
  font-family: 'Inter Medium';
  color: #6a7fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 28px 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(106, 127, 255, 0.2);
}
.q-block:first-child .q-section-title {
  margin-top: 0;
}

.q-number {
  font-size: 11px;
  font-family: 'Inter Medium';
  color: #6a7fff;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 7px;
}

.q-title {
  font-size: 22px;
  font-family: 'Inter Medium';
  color: #fff;
  margin-bottom: 12px;
}

.q-helper {
  font-size: 14px;
  color: var(--muted);
  font-family: 'Inter Light BETA';
  margin-bottom: 18px;
  line-height: 1.6;
}

/* ── Pill Buttons — QST_ANSWER_BTN_GROUP ── */
.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pill-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: #fff;
  border-radius: 8px;
  padding: 10px 10px;
  font-size: 14px;
  font-family: 'Inter Medium';
  font-weight: lighter;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0px;
  transition: border-color 0.18s, background 0.18s, transform 0.14s;
  width: 230px;
  justify-content: center;
}

.pill-btn .pill-icon {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: rgba(42, 62, 244, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.pill-btn:hover {
  border-color: var(--accent);
  background: rgba(42, 62, 244, 0.08);
  transform: translateY(-1px);
}

.pill-btn.sel {
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);

  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(42, 62, 244, 0.38);
}

.pill-btn.sel .pill-icon {
  background: var(--accent);
}

/* ── Yes / No — QST_ANSWER_TOGGLE_YN ── */
.yn-row {
  display: flex;
  gap: 12px;
}

.yn-btn {
  flex: 1;
  height: 50px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 14px;
  font-family: 'Inter Medium';
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all 0.18s;
}

.yn-btn:hover {
  border-color: var(--accent);
  background: rgba(42, 62, 244, 0.08);
}

.yn-btn.sel {
  background: rgba(42, 62, 244, 0.25);
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(42, 62, 244, 0.35);
}

.yn-btn.yes-btn.sel {
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(42, 62, 244, 0.38);
}

.yn-btn.no-btn.sel {
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(42, 62, 244, 0.38);
}

/* ── Slider — QST_ANSWER_RANGE_BTN ── */
.slider-val-disp {
  font-size: 20px;
  font-family: 'Inter Semi Bold';
  color: #fff;
  margin-bottom: 10px;
}

.slider-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}

.q-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, var(--accent) var(--val, 20%), rgba(0, 0, 0, 0.2) var(--val, 20%));
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.q-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(42, 62, 244, 0.38);
  cursor: pointer;
}

/* ── Dropdown — QST_ANSWER_DROPDOWN ── */
.q-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-family: 'Inter Regular';
  padding: 12px 16px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a85a3' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
  transition: border-color 0.18s;
}

.q-select:focus {
  outline: none;
  border-color: var(--accent);
}

.q-select option {
  color: #111;
  background: #fff;
}

/* ── Text / Date Input — QST_ANSWER_INPUT ── */
.q-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-family: 'Inter Regular';
  padding: 12px 16px;
  transition: border-color 0.18s;
}

.q-input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(42, 62, 244, 0.18);
}

.q-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

/* Date input calendar icon colour fix for dark theme */
.q-input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(0.7);
  cursor: pointer;
}

/* ── Checkbox Grid — QST_ANSWER_CHECKBOX ── */
.q-check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.q-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s;
  min-width: 230px;
  flex: 0 1 auto;
}

.q-check-item:hover {
  border-color: var(--accent);
  background: rgba(42, 62, 244, 0.06);
}

.q-check-input {
  display: none;
}

.q-check-box {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.18s;
  color: transparent;
  font-size: 12px;
}

.q-check-input:checked + .q-check-box {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.q-check-input:checked ~ .q-check-text {
  color: #fff;
}

.q-check-item:has(.q-check-input:checked) {
  border-color: var(--accent);
  background: rgba(42, 62, 244, 0.15);
  box-shadow: 0 0 0 1px rgba(42, 62, 244, 0.35);
}

.q-check-text {
  font-size: 14px;
  font-family: 'Inter Regular';
  color: rgba(255, 255, 255, 0.8);
}

/* ── Slider Wrapper ── */
.slider-wrap {
  padding-top: 4px;
}

/* ── Form Label — question text ── */
.q-block .form-label {
  font-size: 18px;
  font-family: 'Inter Medium';
  color: #fff;
  margin-bottom: 6px;
  display: block;
}

.q-block .q-helper {
  margin-top: 0;
  margin-bottom: 14px;
}


/* ── Card Footer ── */
.q-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  padding-top: 24px;
}

.btn-back {
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--blue);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 18px;
  font-family: 'Inter Medium';
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 190px;
  transition: all 0.18s;
  justify-content: center;
  height: 50px;

}

.btn-back:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.11);
  color: var(--blue);
}

.btn-next, .info-btn-next {
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(42, 62, 244, 0.38);
  color: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 18px;
  font-family: 'Inter Medium';
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 190px;
  justify-content: center;
  transition: all 0.22s;
  height: 50px;

}

.btn-next:hover:not(:disabled), .info-btn-next:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 6px 30px rgba(42, 62, 244, 0.48);
}

.btn-next:disabled {
  opacity: 0.32;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}


/* ══════════════════════════════════════════════════
       MOTIVATION STRIP — QST_MOTIVATION_STRIP
       Appears as a loading overlay INSIDE the card
       when "Next" is clicked. Rotates through messages.
    ══════════════════════════════════════════════════ */
.motivation-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(14, 15, 40, 0.97) 0%, rgba(17, 26, 74, 0.97) 100%);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.motivation-overlay.visible {
  opacity: 1;
  pointer-events: all;
}

/* Spinner ring */
.motiv-spinner {
  width: 56px;
  height: 56px;
  border: 3px solid rgba(42, 62, 244, 0.18);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.85s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.motiv-text {
  font-size: 18px;
  font-family: 'Inter Medium';
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  max-width: 380px;
  line-height: 1.5;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.motiv-text.show {
  opacity: 1;
  transform: translateY(0);
}

.motiv-dots {
  display: flex;
  gap: 8px;
}

.motiv-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.3s;
}

.motiv-dot.active {
  background: var(--accent);
}


/* ══════════════════════════════════════════════════
       LIVE RISK SCORE PANEL — QST_LIVE_SCORE_PANEL
    ══════════════════════════════════════════════════ */
.score-panel {
  position: sticky;
  top: 82px;
  background: linear-gradient(140deg, #0E0F28 0%, #111a4a 100%);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
}

.score-panel-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-family: 'Inter Medium';
  margin-bottom: 18px;
}

#gauge-svg {
  display: block;
  margin: 0 auto;
  overflow: visible;
}

.score-number {
  font-family: 'Inter Semi Bold';
  font-size: 34px;
  color: #fff;
  line-height: 1;
  margin-top: 20px;
  transition: color 0.4s;
}

/* ── Risk label — colour-coded below score ── */
.risk-label {
  font-size: 14px;
  font-family: 'Inter Medium';
  margin-top: 8px;
  padding: 5px 16px;
  border-radius: 99px;
  display: inline-block;
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.risk-label.awaiting {
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  border: 1px solid var(--border);
}

.risk-label.low {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.32);
}

.risk-label.moderate {
  background: rgba(245, 166, 35, 0.16);
  color: #fbbf24;
  border: 1px solid rgba(245, 166, 35, 0.32);
}

.risk-label.high {
  background: rgba(232, 22, 12, 0.12);
  color: #f87171;
  border: 1px solid rgba(232, 22, 12, 0.26);
}

/* ── Delta / Trend Indicator — animated after each answer ── */
.trend-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  font-size: 13px;
  font-family: 'Inter Medium';
  min-height: 24px;
  opacity: 0;
  transform: translateY(-6px) scale(0.9);
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.trend-wrap.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Pop animation on new answer */
@keyframes deltaPop {
  0% {
    transform: scale(0.7) translateY(-8px);
    opacity: 0;
  }

  55% {
    transform: scale(1.12) translateY(0);
    opacity: 1;
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.trend-wrap.pop {
  animation: deltaPop 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.trend-up {
  color: #4ade80;
}

.trend-down {
  color: #f87171;
}

/* .score-support {
      font-size: 12px;
      color: var(--muted);
      margin-top: 16px;
      line-height: 1.6;
      font-family: 'Inter Light BETA';
    } */

/* Score flash */
@keyframes scoreFlash {
  0% {
    transform: scale(1)
  }

  40% {
    transform: scale(1.09)
  }

  100% {
    transform: scale(1)
  }
}

.score-flash {
  animation: scoreFlash 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Risk Indicator progress bar in panel ── */
.risk-bar-wrap {
  margin-top: 18px;
  text-align: left;
}

.risk-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 5px;
  font-family: 'Inter Medium';
}

.risk-bar-track {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
  overflow: hidden;
}

.risk-bar-fill {
  height: 100%;
  border-radius: 99px;
  width: 0%;
  transition: width 0.55s cubic-bezier(.4, 0, .2, 1), background 0.4s;
  background: var(--prog-green);
}

/* ── Questions-answered mini tracker ── */
.q-answered-track {
  margin-top: 18px;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.q-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.3s, border-color 0.3s;
}

.q-dot.answered {
  background: var(--green-ok);
  border-color: var(--green-ok);
}


/* ══════════════════════════════

    
       COMPLETION STATE
    ══════════════════════════════ */
.completion-state {
  text-align: center;
  padding: 48px 20px;
}

.completion-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #86efac);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-size: 34px;
}

.completion-title {
  font-size: 28px;
  font-family: 'Inter Semi Bold';
  color: #fff;
  margin-bottom: 10px;
}

.completion-sub {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 32px;
  font-family: 'Inter Light BETA';
}

.btn-view-score {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #1869CC 0%, #742afe 51%, #272757 100%);
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 16px 38px;
  font-size: 18px;
  font-family: 'Inter Semi Bold';
  cursor: pointer;
  box-shadow: 0 4px 22px rgba(42, 62, 244, 0.35);
  transition: all 0.22s;
}

.btn-view-score:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 30px rgba(42, 62, 244, 0.5);
}



.pill-input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: #fff;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 17px;
  font-family: 'Inter Medium';
  font-weight: lighter;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.18s, background 0.18s, transform 0.14s;
  width: 100%;
  justify-content: center;
}

select.pill-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

select.pill-input option {
  background: #1e2235;
  color: #fff;
}

.pill-input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.checkout_card input::placeholder,
.checkout_card textarea::placeholder,
.checkout_card select::placeholder {
  color: #8C90A2;
  opacity: 1;
}

input:focus {
  border: none !important;
}

/* ------------------------------
       RESPONSIVE
   ------------------------------ */
@media (max-width: 900px) {
  .q-layout {
    grid-template-columns: 1fr;
  }

  .score-panel {
    position: relative;
    top: 0;
    order: -1;
  }

  .top-shell {
    padding: 0 16px;
  }

  .prog-block {
    width: 200px;
  }
  .q-title {
    font-size: 16px;
  }


  .btn-back{width: 45%; min-width: 45%; height: 35px; font-size: 14px;}
  .btn-next{width: 45%; min-width: 45%; height: 35px; font-size: 14px;}
  .info-btn-next{font-size: 16px;}
  .q-card-foot{margin-top: 0; padding-top: 0;}
  .page-body {
    padding-top: 80px;
    padding-bottom: 60px;
}

.product-breadcrumb {
    font-size: 10px !important;
}

.email-notice {
    font-size: 9px !important;
}
.title {
    font-size: 22px;
    margin-bottom: 35px;
  
}
.Real-Alerts-Sec {
    padding: 50px 10px;
    background-color: #E4E5F2;
}
.title2 {
    font-size: 22px;
}
.benefits-panel-title {
    font-size: 27px;
}
.feature-list li {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}

.benefits-panel ul li i {
    border: none;
    padding: 6px;
    background: #fff;
    font-size: 13px;
    border-radius: 6px;
    height: 25px;
    width: 25px;
    text-align: center;
}
.start-trust-layer-sec .benefits-panel-title {
    color: #2A3EF4;
    font-size: 22px;
    margin-bottom: 20px;
}

.start-trust-layer-sec .benefits-Sec-grid .feature-list li {
    font-size: 18px;
    line-height: 26px;

}

.Subscription-Sec .about h2 {
    font-size: 22px;
}

.Subscription-Sec .about p {
    font-size: 16px;
}

}

@media (max-width: 600px) {
  .q-card {
    padding: 24px 18px;
  }

  .pill-grid {
    flex-direction: column;
  }

  .yn-row {
    flex-direction: unset;
  }

  .prog-block {
    width: 160px;
  }
  .q-card-header h1 {
    font-size: 22px;
  }
}



/* ------------------------------
       RISK SCOR PAGE START
   ------------------------------ */




/* ====================================================
       SHARED UTILITIES
    ==================================================== */
.badge-risk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-family: 'Inter Semi Bold', sans-serif;
  font-weight: 600;
  padding: 4px 13px;
  border-radius: 30px;
  white-space: nowrap;
  flex-shrink: 0;
}

.badge-risk::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.badge-high {
  background: rgba(255, 7, 7, 0.2);
  border: 1.5px solid rgba(255, 7, 7, 1);
  color: rgba(255, 7, 7, 1);
}

.badge-moderate {
  background: var(--amber-bg);
  border: 1.5px solid var(--amber-border);
  color: #B07000;
}

.badge-low {
  background: var(--green-bg);
  border: 1.5px solid var(--green-border);
  color: #158A3E;
}

.badge-high::before {
  background: var(--red);
}

.badge-moderate::before {
  background: var(--amber);
}

.badge-low::before {
  background: var(--green);
}

.arrow-circle {
  width: 35px;
  height: 35px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;

}

.arrow-circle .fa-chevron-right:before {
  content: "\f054";
  line-height: 15px;
}

.arrow-circle.sm {
  width: 36px;
  height: 36px;
  font-size: 12px;
}

.chevron-btn {
  width: 30px;
  height: 30px;
  background: var(--brand-light);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-dark);
  font-size: 11px;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.3s;
}

.chevron-btn:hover {
  background: #d0d2e6;
}

.chevron-btn.open {
  transform: rotate(180deg);
}

/* ====================================================
       HERO
    ==================================================== */
.rsk-hero {
  background-color: var(--blue);
  padding: 60px 0 56px;
  position: relative;
  overflow: hidden;
}

.rsk-hero::before {
  content: '';
  position: absolute;
  left: -80px;
  top: -80px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(42, 62, 244, 0.16) 0%, transparent 70%);
  pointer-events: none;
}

.gauge-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gauge-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}

.gauge-svg {
  width: 200px;
  height: 200px;
  transform: rotate(-90deg);
}

.gauge-center-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gauge-score-big {
  font-family: 'Inter Bold', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.gauge-score-big span {
  font-size: 20px;
  font-weight: 500;
  opacity: 0.65;
}

.gauge-progress-arc {
  stroke-dasharray: 427;
  stroke-dashoffset: 427;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.score-text-col h6 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-family: 'Inter Medium', sans-serif;
}

.score-main-number {
  font-family: 'Inter Bold', sans-serif;
  font-size: 62px;
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 14px;
}

.score-main-number span {
  font-size: 30px;
  font-weight: 500;
  opacity: 0.55;
}

.badge-moderate-hero {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(245, 166, 35, 0.15);
  border: 1.5px solid rgba(245, 166, 35, 0.45);
  color: var(--red);
  font-family: 'Inter Semi Bold', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.badge-moderate-hero::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.score-text-col p {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.7;
  max-width: 360px;
  margin-bottom: 0;
}

.summary-card {
  background: #EAECF5;
  border-radius: 8px;
  padding: 0;
}

.summary-card h5 {
  font-family: 'Inter Bold', sans-serif;
  font-size: 22px;
  font-weight: 800;
  padding: 20px;
  color: var(--brand-dark);
  margin-bottom: 20px;
  background: #E4E5F2;
  border-radius: 8px;
}

.summary-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  padding: 0px 25px;
}

.summary-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--brand-dark);
  font-size: 14px;
  margin-bottom: 13px;
  font-family: 'Inter Regular', sans-serif;
}

.summary-list li:last-child {
  margin-bottom: 0;
}

.chk-svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.summary-list li strong {
  font-family: 'Inter Bold', sans-serif;
  font-weight: 700;
}

.btn-protect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: var(--amber);
  color: var(--brand-dark);
  font-family: 'Inter Bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 9px;
  padding: 14px 18px;
  cursor: pointer;
  transition: background 0.22s, transform 0.15s;
  text-decoration: none;
}

.btn-protect:hover {
  background: #e09520;
  transform: translateY(-1px);
  color: var(--brand-dark);
  text-decoration: none;
}

.btn-protect .btn-arrow-circle {
  width: 32px;
  height: 32px;
  background: var(--brand-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
}

.rec-action-text {
  color: var(--text-muted);
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0px 25px 25px;
}

/* ====================================================
       EXPOSURES SECTION
    ==================================================== */
.rsk-exposures-sec {
  background: var(--body-bg);
  padding: 56px 0 24px;
}

.rsk-exposures-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-heading {
  font-family: 'Inter Bold', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 6px;
}

.section-sub {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 0;
}

.count-badge {
  display: inline-flex;
  align-items: center;
  background: var(--brand-light);
  color: var(--brand-dark);
  font-family: 'Inter Semi Bold', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
}

/* Main Card */
.exp-main-card {
  background: var(--card-white);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 18px rgba(14, 15, 40, 0.07);
  border: 1px solid #D9D9D9;
  transition: box-shadow 0.22s;
}

.exp-main-card:hover {
  box-shadow: 0 5px 28px rgba(14, 15, 40, 0.12);
}

.exp-main-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px 15px;
  cursor: pointer;
  border-bottom: 1px solid var(--divider);
}

.exp-main-header .header-text {
  flex: 1;
  min-width: 0;
}

.exp-main-header h4 {
  font-family: 'Inter Bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--brand-dark);
  margin: 0 0 4px;
}

.exp-main-header p {
  color: var(--text-muted);
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}

.exp-main-header .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.exp-main-body {
  padding: 0;
}

.exp-detail-list {
  list-style: none;
  padding: 20px 28px 0;
  margin: 0;
}

.exp-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-dark);
  font-size: 14px;
  margin-bottom: 13px;
}

.exp-detail-list li .fa-check {
  color: var(--brand-dark);
  flex-shrink: 0;
  margin-top: 3px;
}

.exp-total-bar {
  background: var(--brand-light);
  border-radius: 0 0 8px 8px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.exp-total-bar span {
  font-family: 'Inter Regular', sans-serif;
  font-size: 30px;
  color: var(--brand-dark);
}

.exp-total-bar strong {
  font-family: 'Inter Bold', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--brand-dark);
}

/* Small Cards Grid */
.exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}

.exp-small-card {
  background: var(--card-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(14, 15, 40, 0.06);
  transition: box-shadow 0.22s;
  border: 1px solid #D9D9D9;
}

.exp-small-card:hover {
  box-shadow: 0 4px 22px rgba(14, 15, 40, 0.11);
}

.exp-small-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 20px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.exp-small-card.is-open .exp-small-header {
  border-bottom-color: var(--divider);
}

.exp-small-text {
  flex: 1;
  min-width: 0;
}

.exp-small-text h5 {
  font-family: 'Inter Bold', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-dark);
  margin: 0 0 5px;
}

.exp-small-text p {
  color: var(--text-muted);
  font-size: 12.5px;
  margin: 0;
  line-height: 1.55;
}

.exp-small-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding-top: 2px;
}

.exp-small-body {
  display: none;
  padding: 0;
}

.exp-small-card.is-open .exp-small-body {
  display: block;
}

.exp-small-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 20px 30px;
}

.exp-small-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: var(--text-dark);
  margin-bottom: 11px;
}

.exp-small-list li .fa-check {
  color: var(--brand-dark);
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 12px;
}

.exp-small-footer {
  background: var(--brand-light);
  border-radius: 0 0 8px 8px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.exp-small-footer span {
  font-size: 13px;
  color: var(--text-dark);
}

.exp-small-footer strong {
  font-family: 'Inter Bold', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--brand-dark);
}

.btn-close-gap {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--brand-blue);
  color: #fff;
  font-family: 'Inter Semi Bold', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
  white-space: nowrap;
}

.btn-close-gap:hover {
  background: #1a2fd8;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-close-gap .cg-circle {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

/* See All Button */
.see-all-wrap {
  text-align: center;
  margin-bottom: 0;
}

.btn-see-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand-blue);
  color: #fff;
  font-family: 'Inter Semi Bold', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.15s;
  text-decoration: none;
}

.btn-see-all:hover {
  background: #1a2fd8;
  transform: translateY(-1px);
}

.btn-see-all .sa-circle {
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: transform 0.3s;
}

.btn-see-all.is-open .sa-circle {
  transform: rotate(180deg);
}

/* All Exposures Panel */
.all-exposures-panel {
  display: none;
  margin-top: 28px;
}

.all-exposures-panel.is-open {
  display: block;
}

.all-exp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.all-exp-header h3 {
  font-family: 'Inter Bold', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--brand-dark);
  margin: 0;
}

.low-exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.low-exp-card {
  background: var(--card-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(14, 15, 40, 0.05);
  transition: box-shadow 0.22s;
}

.low-exp-card:hover {
  box-shadow: 0 4px 20px rgba(14, 15, 40, 0.1);
}

.low-exp-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.low-exp-card.is-open .low-exp-header {
  border-bottom-color: var(--divider);
}

.low-exp-text {
  flex: 1;
  min-width: 0;
}

.low-exp-text h5 {
  font-family: 'Inter Bold', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--brand-dark);
  margin: 0 0 4px;
}

.low-exp-text p {
  color: var(--text-muted);
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
}

.low-exp-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding-top: 2px;
}

.low-exp-body {
  display: none;
  padding: 0;
}

.low-exp-card.is-open .low-exp-body {
  display: block;
}

.low-exp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.low-exp-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 12.5px;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.low-exp-list li .fa-check {
  color: var(--brand-dark);
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 11px;
}

.low-exp-footer {
  background: var(--brand-light);
  border-radius: 0 0 8px 8px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.low-exp-footer span {
  font-size: 12px;
  color: #158A3E;
}

.low-exp-footer strong {
  font-family: 'Inter Bold', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #158A3E;
}

/* ====================================================
       TOTALS + RECOMMENDED
    ==================================================== */
.rsk-totals-sec {
  background: var(--body-bg);
  padding: 24px 0 56px;
}

.totals-card,
.recommended-card {
  background: var(--card-white);
  border-radius: 14px;
  padding: 30px 28px;
  height: 100%;
  box-shadow: 0 2px 16px rgba(14, 15, 40, 0.07);
}

.totals-card h5,
.recommended-card h5 {
  font-family: 'Inter Bold', sans-serif;
  font-size: 30px;
  color: var(--blue);
  margin-bottom: 20px;
}

.totals-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.totals-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--brand-dark);
  margin-bottom: 15px;
}

.totals-list li .fa-check {
  color: var(--brand-dark);
  flex-shrink: 0;
}

.totals-list li strong {
  font-family: 'Inter Bold', sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.rec-based {
  color: var(--text-muted);
  font-size: 13px;
  margin-bottom: 16px;
}

.rec-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.rec-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--brand-dark);
  margin-bottom: 12px;
}

.rec-list li .fa-check {
  color: var(--brand-dark);
  flex-shrink: 0;
}

.rec-list li strong {
  color: var(--black);
  font-family: 'Inter Bold', sans-serif;
  font-weight: 700;
}

.rec-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-arrange-cover {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--amber);
  color: var(--brand-dark);
  font-family: 'Inter Bold', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}

.btn-arrange-cover:hover {
  background: #e09520;
  color: var(--brand-dark);
  text-decoration: none;
}

.btn-speak-adviser {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-blue);
  color: #fff;
  font-family: 'Inter Bold', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}

.btn-speak-adviser:hover {
  background: #1a2fd8;
  color: #fff;
  text-decoration: none;
}

.btn-activate-alerts-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--brand-dark);
  font-family: 'Inter Bold', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 7px;
  border: 1.5px solid #CBD0E5;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  text-decoration: none; justify-content: center;
}

.btn-activate-alerts-outline:hover {
  background: var(--brand-light);
  border-color: var(--brand-blue);
  color: var(--brand-dark);
  text-decoration: none;
}

.btn-circle-sm {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}

.btn-arrange-cover .btn-circle-sm {
  background: rgba(14, 15, 40, 0.14);
}

.btn-speak-adviser .btn-circle-sm {
  background: rgba(255, 255, 255, 0.22);
}

.btn-activate-alerts-outline .btn-circle-sm {
  background: rgba(14, 15, 40, 0.09);
}

/* ====================================================
       CTA SECTION
    ==================================================== */
.rsk-cta-sec {
  background: #FFFFFF;
  padding: 72px 0 80px;
  text-align: center;
}

.rsk-cta-sec h2 {
  font-family: 'Inter Bold', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 16px;
}

.rsk-cta-sec p {
  color: var(--text-muted);
  font-size: 17px;
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.65;
}

.cta-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand-blue);
  color: #fff;
  font-family: 'Inter Bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 15px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.15s;
  text-decoration: none;
}

.btn-cta-primary:hover {
  background: #1a2fd8;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--brand-dark);
  font-family: 'Inter Bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 15px;
  border-radius: 8px;
  border: 1.5px solid #CBD0E5;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  text-decoration: none;
}

.btn-cta-outline:hover {
  background: var(--brand-light);
  border-color: var(--brand-blue);
  transform: translateY(-1px);
  color: var(--brand-dark);
  text-decoration: none;
}

.cta-arrow-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.btn-cta-primary .cta-arrow-circle {
  background: rgba(255, 255, 255, 0.2);
}

.btn-cta-outline .cta-arrow-circle {
  background: rgba(14, 15, 40, 0.08);
}

/* ====================================================
       ACTIVATE ALERTS MODAL
    ==================================================== */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(14, 15, 40, 0.72);
  backdrop-filter: blur(4px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.is-open {
  display: flex;
}

.alerts-modal {
  background: #fff;
  border-radius: 20px;
  max-width: 520px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(14, 15, 40, 0.28);
  animation: modalIn 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Header band */
/* .modal-top { background: var(--brand-dark); padding: 28px 30px 24px; position: relative; }
    .modal-top h3 {
      font-family: 'Inter Bold', sans-serif; font-size: 22px; font-weight: 800;
      color: #fff; margin: 0 0 6px;
    }
    .modal-top p { color: rgba(255,255,255,0.62); font-size: 14px; margin: 0; } */
.modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.22);
}


.modal-benefits-lbl {
  font-family: 'Inter Semi Bold', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.modal-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

.modal-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--brand-dark);
  margin-bottom: 14px;
}

.modal-benefits li:last-child {
  margin-bottom: 0;
}

.benefit-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: var(--brand-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue);
  font-size: 15px;
}

.modal-field {
  margin-bottom: 20px;
}

.modal-field label {
  font-family: 'Inter Semi Bold', sans-serif;
  font-size: 13px;
  color: var(--text-dark);
  display: block;
  margin-bottom: 8px;
}

.modal-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #D0D4EA;
  border-radius: 9px;
  font-size: 14px;
  color: var(--brand-dark);
  font-family: 'Inter Regular', sans-serif;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.modal-input:focus {
  border-color: var(--brand-blue);
}

.modal-input.error {
  border-color: var(--red);
}

.modal-disclaimer {
  font-size: 11.5px;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.55;
}

.modal-disclaimer a {
  color: var(--brand-blue);
}

.btn-modal-go {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: var(--brand-blue);
  color: #fff;
  font-family: 'Inter Bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 9px;
  padding: 15px 20px;
  cursor: pointer;
  transition: background 0.22s, transform 0.15s;
}

.btn-modal-go:hover {
  background: #1a2fd8;
  transform: translateY(-1px);
}

.btn-modal-go .btn-go-circle {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.modal-skip {
  text-align: center;
  margin-top: 14px;
}

.modal-skip a {
  color: var(--text-muted);
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.modal-skip a:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

/* Success state */
.modal-success {
  display: none;
  text-align: center;
  padding: 40px 30px 36px;
}

.modal-success.show {
  display: block;
}

.modal-body.hide {
  display: none;
}

.modal-price.hide {
  display: none;
}

.success-check {
  width: 72px;
  height: 72px;
  background: var(--green-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 28px;
  margin: 0 auto 20px;
}

.modal-success h3 {
  font-family: 'Inter Bold', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 10px;
}

.modal-success p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.btn-done {
  background: var(--brand-dark);
  color: #fff;
  font-family: 'Inter Bold', sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 9px;
  padding: 13px 36px;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-done:hover {
  background: #1a2068;
}

/* ====================================================
      ANIMATIONS
    ==================================================== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.anim-fade-up {
  opacity: 0;
  animation: fadeUp 0.6s ease forwards;
}

.anim-delay-1 {
  animation-delay: 0.1s;
}

.anim-delay-2 {
  animation-delay: 0.22s;
}

.anim-delay-3 {
  animation-delay: 0.36s;
}

.anim-delay-4 {
  animation-delay: 0.5s;
}

.anim-delay-5 {
  animation-delay: 0.64s;
}

/* ====================================================
      RESPONSIVE
    ==================================================== */
@media (max-width: 991px) {
  .rsk-hero {
    padding: 40px 0 40px;
    margin-top: 30px;
  }

  .rec-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}



  .score-main-number {
    font-size: 48px;
  }

  .rsk-cta-sec h2 {
    font-size: 30px;
  }

  .exp-grid,
  .low-exp-grid {
    grid-template-columns: 1fr;
  }

  .gauge-wrap {
    width: 160px;
    height: 160px;
  }

  .gauge-svg {
    width: 160px;
    height: 160px;
  }

  .gauge-score-big {
    font-size: 32px;
  }

  .summary-card {
    margin-top: 28px;
  }

  .totals-card h5, .recommended-card h5 {
    font-size: 22px;
}
.section-heading {
    font-size: 22px;
   
}

.totals-list li {
    font-size: 12px; display: block;
}

.rec-list li {
  display: block;
    font-size: 12px;
  line-height: 1.6;
}

.rec-list li .fa-check {
  margin-right: 8px;
}

.totals-list li strong {
   
    font-size: 12px;
}
}

@media (max-width: 575px) {
  .rec-btn-group {
    flex-direction: column;
  }

  .cta-btn-group {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-cta-primary,
  .btn-cta-outline {
    justify-content: center;
  }

  .exp-total-bar {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .modal-top {
    padding: 24px 22px 20px;
  }

  .modal-body {
    padding: 22px 22px 26px;
  }

  .modal-price {
    padding: 12px 22px;
  }
}


/* ===== NEW ALERT MODAL DESIGN ===== */

.new-alert-modal {
  background: transparent;
  box-shadow: none;
  max-width: 420px;
}

/* Top Gradient */
.alert-top {
  background: linear-gradient(135deg, #4F46E5, #9333EA);
  color: #fff;
  padding: 14px 20px;
  border-radius: 18px 18px 0 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.alert-top .arrow {
  font-size: 18px;
}

/* Card */
.alert-card {
  background: #0B1220;
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}


.price {
  font-size: 42px;
  font-weight: 800;
}

.price span {
  font-size: 16px;
  opacity: 0.7;
}

.plan {
  font-size: 20px;
  font-weight: 600;
}

/* Benefits */
.benefit-title {
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 10px;
  text-decoration: underline;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.benefit-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px;
}

.benefit-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22C55E;
  font-weight: bold;
}

/* Button */
.alert-btn {
  width: 100%;
  background: linear-gradient(135deg, #3B82F6, #9333EA);
  border: none;
  border-radius: 30px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.alert-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Footer */
.guarantee {
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
  margin-top: 12px;
}

.yellow-btn {
  background-color: var(--amber) !important;
  color: #272757 !important;
  font-size: 18px !important;
  font-weight: normal;
  border: none !important;
}

.yellow-btn:hover {
  color: var(--white) !important;
  background: #1869CC;
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);
}


/*------------------------------------ 16.Start Product Page ------------------------------------*/


html {
  scroll-behavior: smooth;
}


/* ═══════════════════════════════════════════════════
  GLOBAL HEADER — RGD_HEADER_MAIN
  Brand: Black Blue bg, Inter, Palatinate CTA
═══════════════════════════════════════════════════ */
#RGD_HEADER_MAIN {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--black-blue);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-logo {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--white-blue);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.header-nav a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
}

.header-nav a:hover {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-login {
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  color: #fff;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}

.btn-login:hover {
  background: rgba(255, 255, 255, 0.07);
}

.btn-get-score {
  padding: 9px 20px;
  background: var(--palatinate);
  border-radius: var(--radius-sm);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}

.btn-get-score:hover {
  background: #1e2fd4;
  transform: translateY(-1px);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* page offset */
.page-wrapper {
  padding-top: 64px;
}

/*--------------------------------------------------------
  PRODUCT HEADER - PRD_PRODUCT_HEADER
  Dark section at top, left-aligned per brand guidelines
------------------------------------------------------------- */
#PRD_PRODUCT_HEADER {
  background: var(--blue);
  padding: 106px 48px 60px;
  position: relative;
  overflow: hidden;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#PRD_PRODUCT_HEADER::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 62, 244, 0.18) 0%, transparent 65%);
  pointer-events: none;
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}

.product-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Inter Bold';
  transition: color 0.2s;
  text-decoration: none;
}

.product-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.product-breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Inter Regular';
}

.product-name {
  font-size: 40px;
  font-family: 'Inter Bold';
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.product-plain-english {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin-bottom: 18px;
  font-family: 'Inter Regular';
}

.product-risk-tieback {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: var(--radius-md);
  font-size: 14px;
  color: #FCA5A5;
}

.product-risk-tieback svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════
  MAIN CONTENT LAYOUT
  Left column (main) + Right column (summary + docs)
═══════════════════════════════════════════════════ */
.product-content {
  margin: 0 auto;
  padding: 50px 0 50px;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 32px;
  align-items: start;
}

.product-main {
  min-width: 0;
}

.product-sidebar {
  position: sticky;
  top: 80px;
}

/* ═══════════════════════════════════════════════════
  PRODUCT SUMMARY CARD — PRD_SUMMARY_CARD
═══════════════════════════════════════════════════ */
#PRD_SUMMARY_CARD {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.summary-card-header {
  background: var(--accent);
  padding: 18px 22px;
}

.summary-card-header h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}

.summary-card-header h6 {
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 0;
}

.summary-card-body {
  padding: 0;
}

.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 22px;
  border-bottom: 1px solid var(--border);
}

.summary-row:last-child {
  border-bottom: none;
}

.summary-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
}

.summary-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  text-align: right;
}

.summary-value.premium-value {
  font-size: 20px;
  font-weight: 800;
  color: var(--palatinate);
}

.summary-value.premium-note {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-muted);
  display: block;
}

.summary-footer {
  padding: 14px 22px;
}

/* ═══════════════════════════════════════════════════
  SECTION LABELS
═══════════════════════════════════════════════════ */
.section-label {
  font-size: 16px;
  font-family: 'Inter Semi Bold';
  text-transform: uppercase;
  color: var(--palatinate);
  margin-bottom: 8px;
}

.section-title {
  font-size: 22px;
  color: var(--blue);
  font-family: 'Inter Semi Bold';
  margin-bottom: 20px;
}

/* ═══════════════════════════════════════════════════
  COVERAGE ACCORDION — PRD_COVERAGE_ACCORDION
═══════════════════════════════════════════════════ */
#PRD_COVERAGE_ACCORDION {
  background: var(--bg-white);
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 28px;
}

.accordion-item {
  border-bottom: 1px solid var(--border);
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-trigger {
  width: 100%;
  padding: 18px 22px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-white);
  cursor: pointer;
  transition: background 0.15s;
}

.accordion-trigger:hover {
  background: var(--bg-light);
}

.accordion-trigger-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.accordion-trigger-icon {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.accordion-trigger-icon.covered {
  background: rgba(34, 197, 94, 0.1);
}

.accordion-trigger-icon.not-covered {
  background: rgba(239, 68, 68, 0.1);
}

.accordion-trigger-icon.limits {
  background: rgba(245, 158, 11, 0.1);
}

.accordion-trigger-icon.extensions {
  background: rgba(42, 62, 244, 0.1);
}

.accordion-trigger-icon svg {
  width: 16px;
  height: 16px;
}

.accordion-title {
  font-size: 1.125em;
  font-family: 'Inter Regular';
  color: var(--black);
}

.accordion-list li {
    font-size: 14px;
    padding: 4px 0;
}

.accordion-list {
    padding: 10px 0;
}

.summary-card-header h3 {
    font-size: 16px;
}

.accordion-chevron {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--white-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s, background 0.2s;
  flex-shrink: 0;
}

.accordion-chevron svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: var(--text-secondary);
  stroke-width: 2;
}

.accordion-item.open .accordion-chevron {
  transform: rotate(180deg);
  background: var(--palatinate);
}

.accordion-item.open .accordion-chevron svg {
  stroke: white;
}

.accordion-body {
  display: none;
  padding: 0 22px 0px;
}

.accordion-item.open .accordion-body {
  display: block;
}

.accordion-list {
  list-style: none;
  padding: 10px 10px 0;
}

.accordion-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: #2A2040;
  padding: 8px 0;
  line-height: 1.5;
}

.accordion-list li:last-child {
  border-bottom: none;
}

.acc-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.acc-bullet svg {
  width: 15px;
  height: 15px;
}

/* ═══════════════════════════════════════════════════
  FCA DOCUMENTS — PRD_FCA_DOCS_SECTION
═══════════════════════════════════════════════════ */
#PRD_FCA_DOCS_SECTION {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 28px;
}

.fca-docs-header {
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}

.fca-docs-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0;
}

.fca-docs-note {
  padding: 12px 22px;
  background: rgba(42, 62, 244, 0.04);
  border-bottom: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}

.fca-docs-note strong {
  color: var(--text-secondary);
}

/* PRD_DOC_ITEM */
.PRD_DOC_ITEM {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}

.PRD_DOC_ITEM:last-child {
  border-bottom: none;
}

.PRD_DOC_ITEM:hover {
  background: var(--bg-light);
}

.doc-icon svg {
  width: 18px;
  height: 18px;
}

.doc-info {
  flex: 1;
  min-width: 0;
}

.doc-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
}

.doc-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-primary);
}

.doc-mandatory-tag {
  display: inline-block;
  padding: 2px 12px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 16px;
}

.doc-version {
  font-size: 12px;
  color: var(--text-muted);
}

.doc-viewed {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--lime);
  font-weight: 500;
  margin-top: 2px;
}

.doc-viewed svg {
  width: 11px;
  height: 11px;
}

.doc-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.doc-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s;
  cursor: pointer;
}

.doc-btn-view {
  background: transparent;
  color: var(--palatinate);
  border: none;
}

.doc-btn-view:hover {
  background: #d0d3ea;
}

.doc-btn-download {
  background: transparent;
  color: var(--palatinate) !important;
  border: none;
}

.doc-btn-download:hover {
  color: #000000;
}

.doc-btn svg {
  width: 12px;
  height: 12px;
}

/* ═══════════════════════════════════════════════════
  COMPLIANCE CONFIRMATION — PRD_COMPLIANCE_CONFIRM
═══════════════════════════════════════════════════ */
#PRD_COMPLIANCE_CONFIRM {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
}

.compliance-header {
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}

.compliance-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0;
}

.compliance-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(34, 197, 94, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.compliance-icon svg {
  width: 15px;
  height: 15px;
}

.compliance-note {
  padding: 12px 22px;
  background: rgba(245, 158, 11, 0.04);
  border-bottom: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}

.compliance-note strong {
  color: #B45309;
}

.compliance-checks {
  padding: 4px 0 15px;
}

.compliance-check {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0px 22px;
  cursor: pointer;
  transition: background 0.15s;
}

.compliance-check:last-child {
  border-bottom: none;
}

.compliance-check:hover {
  background: var(--bg-light);
}

.compliance-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 4px;
}

.compliance-check-text {
  font-size: 14px;
  color: var(--text-primary);
  line-height: 1.5;
  user-select: none;
}

.compliance-check-text strong {
  font-weight: 600;
}

/* ═══════════════════════════════════════════════════
  PRD_BTN_CONTINUE_CHECKOUT
═══════════════════════════════════════════════════ */
#PRD_BTN_CONTINUE_CHECKOUT {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px 24px;
  background: var(--palatinate);
  border-radius: var(--radius-xl);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: not-allowed;
  opacity: 0.45;
  transition: all 0.25s;
  margin-bottom: 12px;
}

#PRD_BTN_CONTINUE_CHECKOUT.enabled {
  opacity: 1;
  cursor: pointer;
}

#PRD_BTN_CONTINUE_CHECKOUT.enabled:hover {
  background: #1e2fd4;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 62, 244, 0.3);
}

#PRD_BTN_CONTINUE_CHECKOUT svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: white;
  stroke-width: 2;
}

.checkout-note {
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.5;
}

.checkout-note svg {
  width: 12px;
  height: 12px;
  display: inline;
  vertical-align: middle;
  margin-right: 4px;
}

/* lock message when button disabled */
.compliance-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: var(--white-blue);
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--text-secondary);
}

.compliance-progress svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.compliance-progress span {
  font-weight: 600;
  color: var(--palatinate);
}

/* ═══════════════════════════════════════════════════
  FADE IN
═══════════════════════════════════════════════════ */
.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up.d1 {
  transition-delay: 0.08s;
}

.fade-up.d2 {
  transition-delay: 0.16s;
}

.fade-up.d3 {
  transition-delay: 0.24s;
}


/* ═══════════════════════════════════════════════════
  RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 1040px) {
 .section-stack {
        position: inherit !important;
        width: 100% !important;
        margin-top: 28px !important;
    }

.product-content {
        margin: 0 auto;
        padding: 50px 0 50px;
        display: flex;
        align-items: start;
        flex-direction: column;
    }
  }


@media (max-width: 900px) {

 .rsk-exposures-heading {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}

.all-exp-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: space-between;
}

    .count-badge-btn {
        padding: 0;
        width: 100%;
        text-align: right;
    }

  .product-content {
    grid-template-columns: 1fr;
  }

  .product-sidebar {
    position: inherit !important;
  }


 

  #PRD_PRODUCT_HEADER {
    padding: 40px 15px 0px !important;
    height: 440px;
  }

  .PRD_DOC_ITEM {
    padding: 8px 8px;
  }

  .doc-title {
    font-size: 12px;
  }

  .section-title {
    font-size: 19px;
  }

  

  .section-label {
      margin-bottom: 0;
  }

  .product-name {
    font-size: 20px ! IMPORTANT;
  }

  #RGD_HEADER_MAIN {
    padding: 0 20px;
  }

  .header-nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  #RGD_FOOTER_MAIN {
    padding: 36px 20px 24px;
  }

}




/* ─── BREADCRUMB ─── */
.Proces-Steps-Bar {
  padding: 0;
}

.ProcesSteps-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 16px 0;
}

.breadcrumb-steps {
  display: flex;
  align-items: center;
  gap: 0;
}

.bc-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.bc-step.done {
  color: #737373;
  font-size: 16px;
  line-height: 10px;
}

.bc-step.active {
  color: #fff;
  font-weight: 500;
}

.bc-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
  color: var(--accent);
}

.bc-step.done .bc-dot {
  background: var(--lime);
  color: #ffffff;
}

.bc-step.active .bc-dot {
  background: var(--blue-accent);
  color: #fff;
}

.bc-line {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 6px;
  flex-shrink: 0;
}

.bc-line.done {
  background: var(--lime);
  opacity: 0.5;
}


/*------------------------------------ 17. Start Checkout Page ------------------------------------*/
.card-heading {}

.card-heading .section-title {
  margin-bottom: 0;
}

/* ─── LAYOUT ─── */


.two-col {
  padding: 40px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 28px;
  align-items: start;
}

/* ─── CARDS ─── */


.card-header {
  padding: 20px 24px 0;
}

.card-body {
  padding: 20px 24px 24px;
}

.card-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--text-hint);
  margin-bottom: 4px;
}

.card-heading {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-primary);
}

.divider {
  height: 1px;
  background: var(--border);
  margin: 0 24px;
}

/* ─── ORDER SUMMARY ─── */
.summary-product {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 24px;
}

.summary-icon {
  width: 44px;
  height: 44px;
  background: var(--blue-faint);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.summary-icon svg {
  color: var(--blue-accent);
}

.summary-product-name {
  font-weight: 600;
  font-size: 15px;
  color: var(--text-primary);
}

.summary-product-term {
  font-size: 12px; color: var(--text-muted); margin-top: 2px;
}

.summary-product-sub {
  font-size: 13px;
  color: var(--text-secondary);
  margin-top: 2px;
}

.summary-alert-line {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 22px;
  border-bottom: 1px solid var(--border);
  background: rgba(34,197,94,0.03);
}
.summary-alert-label {
  display: flex; align-items: center; gap: 7px;
  font-size: 14px; color: var(--text-secondary);
}
.summary-alert-label svg { width: 14px; height: 14px; }
.summary-alert-value { font-size: 16px; font-weight: 600; color: var(--lime); }

.summary-total-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px;
  background: rgba(42,62,244,0.04);
  border-top: 2px solid var(--palatinate);
}
.summary-total-label { font-size: 15px; font-weight: 700; color: var(--text-primary); }
.summary-total-value { font-size: 22px; font-weight: 800; color: var(--palatinate); }

.pay-security-note {
  font-size: 12px; color: var(--text-muted); text-align: center;
  line-height: 1.5; display: flex; align-items: center; justify-content: center; gap: 5px;
  margin-top: 6px;
}
.pay-security-note svg { width: 12px; height: 12px; flex-shrink: 0; }

.price-rows {
  padding: 0 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  color: var(--text-secondary);
}

.price-row:last-child {
  border-bottom: none;
}

.form-group-icon-wrap { position: relative; }
.form-group-icon-wrap .form-input { padding-right: 44px; }
.form-group-icon {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 20px; display: flex; align-items: center; justify-content: center;
}
.form-group-icon svg { width: 18px; height: 18px; }

.price-row .val {
  color: var(--text-primary);
  font-weight: 500;
}

.price-row.total {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  padding-top: 14px;
}

.price-row.total .val {
  color: var(--blue-accent);
  font-size: 20px;
}

.price-row.total-with-alerts {
  display: none;
}

.price-row.total-with-alerts.visible {
  display: flex;
}

/* alerts toggle updates */
.alerts-delta {
  font-size: 12px;
  color: var(--lime-dark);
  font-weight: 500;
  margin-top: 2px;
}

/* ─── SECTION STACK ─── */
.section-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;

  position: sticky;
  top: 80px;
}

/* ─── SECTION LABEL ─── */
.section-label-inline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--text-hint);
  padding: 20px 24px 0;
  display: block;
}

/* ─── FORM ─── */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 16px 24px 24px;
}

.form-full {
  grid-column: 1 / -1;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group label {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-secondary);
  letter-spacing: .01em;
}

.checkout_card .form-group input,
.checkout_card .form-group select {
  height: 40px;
  border: 1px solid #D6DAE1;
  border-radius: var(--radius-sm);
  padding: 0 12px;
  font-size: 14px;
  color: var(--text-primary);
  background: var(--white);
  transition: border-color .15s, box-shadow .15s;
  outline: none;
}

.checkout_card .form-group input.field-error,
.checkout_card .form-group select.field-error,
.checkout_card .form-input.field-error {
  border-color: #e53535 !important;
  box-shadow: 0 0 0 3px rgba(229, 53, 53, 0.15) !important;
}

.card-type-row {
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 14px;
}

.card-chip {
  display: flex; align-items: center; justify-content: center;
  padding: 4px 8px; border-radius: 4px;
  border: 1px solid var(--border);
  background: var(--bg-white); height: 28px;
}
.card-chip svg { height: 16px; }

.form-group input:focus,
.form-group select:focus {
  border-color: var(--blue-accent);
  box-shadow: 0 0 0 3px rgba(34, 80, 216, 0.1);
}


.checkout_card .form-group input.prefilled {
  background: var(--platinum);
  color: #0E0F28;
  font-size: 16px;
}

.field-hint {
  font-size: 11px;
  color: var(--text-hint);
  margin-top: 2px;
}

.summary-product-band {
  padding: 16px 22px;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 12px;
  background: rgba(42,62,244,0.03);
}
.summary-product-icon {
  width: 36px; height: 36px; border-radius: 9px;
  background: rgba(42,62,244,0.1);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.summary-product-icon svg { width: 18px; height: 18px; }

/* ─── PAYMENT METHODS ─── */
.pay-methods-card h3 {
  font-size: 16px;
  color: #737373;
  font-family: 'Inter Bold';
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.pay-methods-card {
  display: flex;
  gap: 10px;
  padding: 16px 24px 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.pay-method {
  height: 40px;
  border: 1.5px solid #272757;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all .15s;
  background: var(--white);
  width: 200px;
}

.pay-method:hover {
  border-color: var(--blue-accent);
  color: var(--blue-accent);
}

.pay-method.selected {
  border-color: var(--blue-accent);
  background: var(--blue-faint);
  color: var(--blue-accent);
}

.card-fields {
  padding: 14px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.secure-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-hint);
  padding: 12px 24px 20px;
}

.payment-inst {}

.payment-inst h3 {
  font-size: 16px;
}

.border-inst {
  border: 1px solid red;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 26px;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: #D9D9D9;
}

.divider-text {
  color: #737373;
  font-size: 16px;
  padding: 0 16px;
}

/* ─── ALERTS TOGGLE ─── */
.alerts-block {
  background: var(--bg-white);
  border-radius: var(--radius-xl);
  border: 1px solid #D9D9D9;
  overflow: hidden;
  box-shadow: var(--shadow-card);

  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 28px;
}

.checkout_card {}



.alerts-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 25px 0;
}

.alerts-title-row {
  flex: 1;
}

.alerts-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(124, 219, 99, 0.18);
  color: var(--lime);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 20px;
  margin-bottom: 6px;
}



.alerts-heading {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3px;
  background-color: var(--accent);
}

.alerts-sub {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.alerts-price {
  text-align: right;
  flex-shrink: 0;
}

.alerts-price .amount {
  font-size: 26px;
  font-weight: bold;
  color: var(--accent);
}

.alerts-price .period {
  font-size: 12px;
  color: #000;
}

/* Toggle */
.toggle-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 4px;
  justify-content: flex-end;
}

.toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}

.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 105, 204, 1) 0%, rgba(116, 42, 254, 1) 51%, rgba(39, 39, 87, 1) 100%);
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(42, 62, 244, 0.38);
  border-radius: 26px;
  cursor: pointer;
  transition: background .2s;
}

.toggle-slider::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform .2s;
}

.toggle input:checked+.toggle-slider {
  background: var(--lime-dark);
}

.toggle input:checked+.toggle-slider::before {
  transform: translateX(20px);
}

.toggle-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.toggle-label strong {
  color: #000;
}

.alerts-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0 24px;
}

.alerts-benefits {
  padding: 16px 24px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.alerts-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  color: #000;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.alerts-benefit-icon {
  width: 16px;
  height: 16px;
  background: rgba(124, 219, 99, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ─── PAY BUTTON ─── */
.btn-pay {
  width: 100%;
  height: 54px;
  background: var(--blue-accent);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  font-family: 'Inter Regular';
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.btn-pay:hover {
  background: var(--blue-light);
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(34, 80, 216, 0.35);
}

.btn-pay:active {
  transform: translateY(0);
}

.btn-pay.loading {
  pointer-events: none;
}

.btn-pay.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}

.btn-pay-wrap {
  padding: 20px 24px;
}

.trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px 20px;
  font-size: 12px;
  color: var(--text-hint);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ─── CONFIRMATION PAGE ─── */
.ConfirmMsg {
  FONT-WEIGHT: 200;
  background-color: rgba(8, 187, 53, 0.1);
  border: 1px solid rgba(8, 187, 53, 0.5);
  width: 94%;
  margin: 15px auto;
  border-radius: 4px;
  display: flex;
  gap: 15px;
  align-content: center;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
}

.ConfirmMsg .doc-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  line-height: 17px;
}

.conf-hero {
  background: linear-gradient(160deg, var(--midnight) 0%, var(--midnight-mid) 100%);
  padding: 56px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.conf-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(34, 80, 216, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.conf-hero::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(124, 219, 99, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.conf-check {
  width: 72px;
  height: 72px;
  background: rgba(124, 219, 99, 0.18);
  border: 2px solid rgba(124, 219, 99, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  animation: popIn .5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes popIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.conf-title {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -.02em;
}

.conf-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 24px;
}

.policy-ref {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  padding: 10px 18px;
  font-family: 'DM Mono', monospace;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}

.policy-ref .ref-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
}

.email-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  justify-content: center;
}

/* ─── CONF LAYOUT ─── */
.conf-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start;
}

/* ─── DOC ITEMS ─── */
.doc-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  transition: background .12s;
}

.doc-item:last-of-type {
  border-bottom: none;
}

.doc-item:hover {
  background: var(--platinum);
}



.doc-info {
  flex: 1;
}

.doc-name {
  font-weight: 500;
  font-size: 14px;
  color: var(--text-primary);
}

.doc-meta {
  font-size: 12px;
  color: var(--text-hint);
  margin-top: 1px;
}

.doc-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.doc-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--blue-accent);
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
  transition: all .12s;
}

.doc-btn:hover {
  background: var(--blue-faint);
  border-color: var(--blue-accent);
}

.conf-email-note {
  background: var(--lime-faint);
  border: 1px solid rgba(77, 184, 53, 0.25);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--text-secondary);
  margin: 0 24px 20px;
}

.conf-email-note strong {
  color: var(--lime-dark);
}

/* ─── ACTIVE POLICY CARD ─── */
.active-policy {
  background: var(--midnight);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.active-policy-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.active-dot {
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(124, 219, 99, 0.6);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(124, 219, 99, 0);
  }
}

.active-policy-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.policy-detail-rows {
  padding: 4px 0;
}

.policy-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.policy-row:last-child {
  border-bottom: none;
}

.policy-row .pkey {
  color: rgba(255, 255, 255, 0.5);
}

.policy-row .pval {
  color: #fff;
  font-weight: 500;
}

.policy-row .pval.highlight {
  color: var(--lime);
  font-size: 18px;
  font-weight: 600;
}

.btn-dashboard {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 46px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all .15s;
  margin: 0 20px 20px;
  width: calc(100% - 40px);
}

.btn-dashboard:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.support-block {
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.support-title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3px;
}

.support-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 12px;
}

.btn-support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all .15s;
}

.btn-support:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* ─── CONF ALERTS UPSELL ─── */
.conf-alerts-upsell {
  background: linear-gradient(135deg, var(--midnight) 0%, var(--midnight-mid) 100%);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-card);
}

.upsell-headline {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: -.01em;
}

.upsell-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.upsell-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.upsell-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.upsell-check {
  width: 20px;
  height: 20px;
  background: rgba(124, 219, 99, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-activate {
  width: 100%;
  height: 50px;
  background: var(--lime-dark);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-activate:hover {
  background: #3FAD29;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(77, 184, 53, 0.35);
}

.upsell-price-note {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 10px;
}




/* ─── UTILS ─── */
.mt-0 {
  margin-top: 0;
}

.gap-sm {
  gap: 8px;
}

@media (max-width: 768px) {


  .two-col,
  .conf-body {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-full {
    grid-column: 1;
  }

  .alerts-benefits {
    grid-template-columns: 1fr;
  }


  .breadcrumb-bar {
    padding: 0 16px;
  }


  .conf-body {
    padding: 24px 16px 60px;
  }

  .conf-title {
    font-size: 26px;
  }
}


.checkout_card {

  background: var(--bg-white);
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 28px;
}


.checkout_card .card-header {
  background: var(--accent);
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}

.checkout_card .card-header .card-heading {
  font-size: 18px;
  text-align: right;
  color: var(--white);
}

.checkout_card .form-group label {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #737373;
  letter-spacing: .01em;
  font-family: 'Inter Regular';
}

.checkout_card .form-group {
  margin-bottom: 5px;
}


/* Policy reference chip */
.policy-ref-chip {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px 18px 10px 16px;
  margin-bottom: 10px;
  animation: fadeUp .45s .24s ease both;
}

.policy-ref-label {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  gap: 6px;
}

.policy-ref-number {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.35);
  padding: 2px;
  transition: color .15s;
  display: flex;
}

.copy-btn:hover {
  color: rgba(255, 255, 255, 0.75);
}

.email-notice {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 1);
  animation: fadeUp .45s .3s ease both;
}

/* Steps trail inside hero */
.hero-step-trail {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  animation: fadeUp .45s .35s ease both;
}

/* Success check circle */
.success-check {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.15);
  border: 1.5px solid rgba(34, 197, 94, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  animation: checkPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  position: absolute;
}

@keyframes checkPop {
  from {
    transform: scale(0.4);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.hero-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  animation: fadeUp .45s .1s ease both;
}

.hero-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 22px;
  max-width: 520px;
  animation: fadeUp .45s .18s ease both;
}

/* Card wrapper */
.support-banner {
  background: var(--support-bg);
  border-radius: var(--radius-sm);
  padding: 10px 20px;
  max-width: 580px;
  width: 100%;
  border: 1px solid #D9D9D9;
  position: relative;
  overflow: hidden;
  background-color: #E9EEF6;
}

/* Subtle inner highlight */
.support-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--support-radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}

/* Heading */
.support-banner__title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

/* Description */
.support-banner__description {
  font-size: 12px;
  color: #737373;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}

/* CTA link row */
.support-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  color: var(--accent);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: color var(--support-transition);
}

.support-banner__cta:hover {
  text-decoration: none;
  color: var(--blue);
}



/* Arrow icon circle */
.support-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--support-icon-bg);
  transition: background var(--support-transition), transform var(--support-transition);
  flex-shrink: 0;
}

.support-banner__icon svg {
  display: block;
}

@keyframes fadeUp {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@media (max-width: 900px) {

.compliance-check-text {
    font-size: 12px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr;
  gap: 20px;
    padding-bottom: 20px;
    grid-auto-flow: row dense;
    justify-items: left;
}

.footer-bottom {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
footer {
    
    padding: 20px 30px;
}

footer .divider {
    margin: 0 0;
}

.q-card-heading {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    display: block;
}
.step-badge {
    margin-top: 0;
    margin-left: 0 !important;
}
.pill-btn{
  width: 100%;
}

.score-text-col{text-align: center;}

.score-text-col {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 0px;
    margin-top: 20px;
    }

}

/* ================================================
   INFO PAGES  (about, alerts, pricing, legal pages)
   ================================================ */

.q-layout.info-layout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 40px;
    grid-template-columns: unset;
}

.q-card.info-card {
    max-width: 760px;
    width: 100%;
}

/* ── Typography ── */
.info-body {
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.info-body-md {
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.info-body-lg {
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.info-body-sm {
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.info-body-sm:last-child {
    margin-bottom: 0;
}

.info-muted {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    line-height: 1.6;
    margin: 5px 0 0;
}

.info-date {
    color: rgba(255,255,255,0.45);
    font-size: 12px;
    margin-bottom: 24px;
}

/* ── Section headings ── */
.info-section-heading {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info-section-heading-md {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.info-section-heading-lg {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* ── Section divider ── */
.info-section-divider {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
}

.info-section-divider-cta {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
    text-align: center;
}

/* ── Value/feature list ── */
.info-value-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* ── Step list ── */
.info-step-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

/* ── Shared row layout ── */
.info-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

/* ── Row element styles ── */
.info-icon-accent {
    color: #f5a623;
    margin-top: 2px;
    flex-shrink: 0;
}

.info-value-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.info-value-desc {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    line-height: 1.6;
    margin: 5px 0 0;
}

.info-step-num {
    color: #f5a623;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
    min-width: 22px;
}

.info-step-text {
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* ── Empty state ── */
.info-empty {
    text-align: center;
    padding: 30px 0;
}

.info-empty-icon {
    font-size: 48px;
    color: #f5a623;
    margin-bottom: 15px;
    display: block;
}

.info-empty-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info-empty-text {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 1.7;
    max-width: 460px;
    margin: 0 auto;
}

/* ── CTA hint ── */
.info-cta-hint {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    margin-bottom: 16px;
}

/* ── Complaint contact list ── */
.info-complaint-list {
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    line-height: 1.9;
    padding-left: 20px;
    margin-bottom: 24px;
}

/* ── Links & emphasis ── */
.info-link {
    color: #f5a623;
}

.info-link:hover {
    color: #f5a623;
    text-decoration: underline;
}

.info-strong {
    color: #fff;
}
/* ════════════════════════════════════════
   My Account Page
   ════════════════════════════════════════ */

/* ── Account Tab Nav ── */
.acct-tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 0;
}
.acct-tab-btn {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-family: 'Inter Medium';
    padding: 10px 18px 12px;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: -1px;
}
.acct-tab-btn:hover {
    color: rgba(255,255,255,0.85);
}
.acct-tab-btn.active {
    color: #fff;
    border-bottom-color: var(--palatinate);
}
.acct-tab-pane { display: none; padding: 0 28px 28px; }
.acct-tab-pane.active { display: block; }

/* ── Page structure helpers ── */
.acct-page-main { padding-top: 40px; }
.acct-container { max-width: 860px; }
.acct-q-card { padding: 0; overflow: hidden; }

/* ── Form fields inside dark card ── */
.acct-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.acct-form-full { grid-column: 1 / -1; }
.acct-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.acct-field label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.03em;
}
.acct-field input,
.acct-field select,
.acct-field textarea {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-family: 'Inter Regular';
    padding: 10px 14px;
    height: 42px;
    outline: none;
    transition: border-color 0.18s, background 0.18s;
}
.acct-field input:focus,
.acct-field select:focus {
    border-color: var(--palatinate);
    background: rgba(42,62,244,0.08);
}
.acct-field input::placeholder { color: rgba(255,255,255,0.25); }
.acct-field select option { background: #1a2050; color: #fff; }
.acct-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}

/* ── Alert Preference Rows ── */
.alert-pref-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.alert-pref-row:last-child { border-bottom: none; }
.alert-pref-left { display: flex; align-items: center; gap: 12px; }
.alert-pref-icon {
    width: 36px; height: 36px;
    background: rgba(42,62,244,0.18);
    border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    color: #8a9fff;
    font-size: 14px;
    flex-shrink: 0;
}
.alert-pref-title {
    font-size: 14px;
    color: #fff;
    font-family: 'Inter Medium';
    margin-bottom: 2px;
}
.alert-pref-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
}

/* ── Submit Button ── */
.acct-save-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--palatinate);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 11px 24px;
    font-size: 14px;
    font-family: 'Inter Medium';
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    margin-top: 20px;
}
.acct-save-btn:hover {
    background: #1e2fd4;
    transform: translateY(-1px);
}
.acct-save-btn--link {
    margin-top: 0;
    text-decoration: none;
}

/* ── Alert banner ── */
.acct-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}
.acct-alert.success {
    background: rgba(34,197,94,0.1);
    border: 1px solid rgba(34,197,94,0.3);
    color: #4ade80;
}
.acct-alert.error {
    background: rgba(239,68,68,0.1);
    border: 1px solid rgba(239,68,68,0.3);
    color: #f87171;
}

/* ── Account hero info strip ── */
.acct-hero-strip {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 28px;
    background: rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 28px;
}
.acct-avatar {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--palatinate), #742afe);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Inter Bold';
    flex-shrink: 0;
}
.acct-hero-name {
    font-size: 18px;
    font-family: 'Inter Semi Bold';
    color: #fff;
    margin-bottom: 3px;
}
.acct-hero-email {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

/* ── Password link card ── */
.pw-redirect-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}
.pw-redirect-text h4 {
    font-size: 15px;
    color: #fff;
    font-family: 'Inter Medium';
    margin-bottom: 4px;
}
.pw-redirect-text p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin: 0;
}

/* ── Misc inline-style replacements ── */
.acct-optional { color: rgba(255,255,255,0.3); font-size: 11px; }
.acct-tab-desc { font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.acct-tab-desc-24 { font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 24px; }
.acct-mb4 { margin-bottom: 4px; }
.acct-mb16 { margin-bottom: 16px; }
.acct-avatar-icon { font-size: 18px; }

@media (max-width: 600px) {
    .acct-form-grid { grid-template-columns: 1fr; }
    .acct-form-full { grid-column: 1; }
    .acct-tabs { gap: 0; overflow-x: auto; }
    .acct-tab-btn { padding: 10px 12px 12px; font-size: 13px; white-space: nowrap; }
}

/* ════════════════════════════════════════
   My Account — Business Cards
   ════════════════════════════════════════ */
.biz-tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.biz-tab-header .section-label { margin-bottom: 0; }

.acct-save-btn--sm {
    padding: 8px 18px;
    font-size: 13px;
}

.biz-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: border-color .2s;
}
.biz-card:hover { border-color: rgba(255,255,255,0.16); }

.biz-card--form {
    background: rgba(42,62,244,0.06);
    border-color: rgba(42,62,244,0.25);
    padding: 24px;
}
.biz-card--form:hover { border-color: rgba(42,62,244,0.4); }

.biz-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.biz-card-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.biz-close-btn {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: color .2s, background .2s;
}
.biz-close-btn:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.biz-card-summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 24px;
    gap: 16px;
}
.biz-card-left {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.biz-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: rgba(42,62,244,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A3EF4;
    font-size: 18px;
}

.biz-info { min-width: 0; }
.biz-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.biz-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.biz-type-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(42,62,244,0.15);
    color: #7b8aff;
    letter-spacing: 0.3px;
}
.biz-company-no {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    font-family: monospace;
}

.biz-contact-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 4px;
}
.biz-contact-row i { margin-right: 4px; color: rgba(255,255,255,0.35); }

.biz-address {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
}
.biz-address i { margin-right: 4px; }

.biz-card-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}
.biz-action-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    background: none;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
.biz-edit-btn:hover {
    color: #2A3EF4;
    border-color: rgba(42,62,244,0.4);
    background: rgba(42,62,244,0.08);
}
.biz-delete-btn:hover {
    color: #e74c3c;
    border-color: rgba(231,76,60,0.4);
    background: rgba(231,76,60,0.08);
}
.biz-delete-form { display: inline; }

.biz-card-edit { padding: 24px; }

.biz-empty-state {
    text-align: center;
    padding: 48px 24px;
    color: rgba(255,255,255,0.35);
}
.biz-empty-state i {
    font-size: 40px;
    display: block;
    margin-bottom: 12px;
}
.biz-empty-state p {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 600px) {
    .biz-tab-header { flex-direction: column; gap: 12px; align-items: flex-start; }
    .biz-card-summary { flex-direction: column; }
    .biz-card-left { flex-direction: column; }
    .biz-contact-row { flex-direction: column; gap: 4px; }
    .biz-card-actions { align-self: flex-end; }
}

/* ════════════════════════════════════════
   Mobile Navbar — Customer Templates
   ════════════════════════════════════════ */
@media (max-width: 767px) {
    /* Buttons row: My Account + Protect My Business side by side */
    .navbar-collapse .form-inline {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
        padding: 10px 0 12px;
    }

    /* Dropdown wrapper takes only the space it needs */
    .navbar-collapse .form-inline .dropdown {
        position: relative;
        flex-shrink: 0;
    }

    /* Compact button sizing so both fit on small screens */
    .navbar-collapse .form-inline .btn {
        font-size: 12px;
        padding: 7px 12px;
        white-space: nowrap;
        width: auto;
    }

    /* Remove Bootstrap's margin override on mobile */
    .navbar-collapse .form-inline .btn.my-2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* ── Dropdown menu when opened on mobile ── */
    .navbar-collapse .dropdown-menu,
    .navbar-collapse .dropdown-menu-right {
        position: absolute !important;
        top: 100% !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        float: none;
        min-width: 200px;
        width: auto;
        margin-top: 6px;
        background: #1a1d3e;
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.5);
        padding: 8px 0;
        z-index: 1050;
    }

    .navbar-collapse .dropdown-menu .dropdown-item {
        color: rgba(255,255,255,0.85);
        font-size: 13px;
        padding: 9px 18px;
        transition: background 0.15s;
    }
    .navbar-collapse .dropdown-menu .dropdown-item:hover,
    .navbar-collapse .dropdown-menu .dropdown-item:focus {
        background: rgba(255,255,255,0.08);
        color: #fff;
    }
    .navbar-collapse .dropdown-menu .dropdown-item i {
        width: 18px;
        text-align: center;
        margin-right: 6px;
        opacity: 0.7;
    }

    .navbar-collapse .dropdown-menu .dropdown-divider {
        border-color: rgba(255,255,255,0.1);
        margin: 4px 0;
    }
}

/*------------------------------------ 17. Landing / PPC Page ------------------------------------*/

/* ── SLIM HEADER ── */
.ppc-header {
  background: var(--blue);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ppc-trust-badges {
  display: flex;
  align-items: center;
  gap: 16px;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
}
.trust-badge i { color: var(--green-ok); }

/* ── HERO ── */
.ppc-hero {
  background: linear-gradient(160deg, #0E0F28 0%, #111a4a 55%, #0E0F28 100%);
  padding: 56px 24px 48px;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.3);
  color: #4ade80;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
.hero-headline {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.hero-headline .kw { color: var(--amber); }
.hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 480px;
}
.hero-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.hero-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: rgba(255,255,255,0.8);
}
.hero-checklist li i { color: var(--green-ok); }
.btn-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--amber);
  color: #0E0F28;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 6px 24px rgba(245,166,35,0.35);
}
.btn-hero-cta:hover {
  background: #e09520;
  color: #0E0F28;
  transform: translateY(-2px);
  text-decoration: none;
}
.btn-hero-cta i { font-size: 16px; }
.hero-small-note {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 12px;
}

/* ── RISK SCORE VISUAL ── */
.risk-visual-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.4);
}
.rv-topbar {
  background: #0E0F28;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.rv-dot { width: 11px; height: 11px; border-radius: 50%; }
.rv-dot.r { background: #ff5f57; }
.rv-dot.y { background: #febc2e; }
.rv-dot.g { background: #28c840; }
.rv-url {
  flex: 1;
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
}
.rv-body { padding: 20px; }
.rv-calculating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #0E0F28;
}
.rv-calculating span { color: rgba(14,15,40,0.45); font-weight: 400; }
.rv-score-bar {
  background: #f0f1f7;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 14px;
  border: 2px solid rgba(245,166,35,0.3);
}
.rv-score-label {
  font-size: 12px;
  color: rgba(14,15,40,0.55);
  margin-bottom: 6px;
}
.rv-score-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rv-score-num {
  font-size: 32px;
  font-weight: 800;
  color: #0E0F28;
}
.rv-score-badge {
  background: rgba(245,166,35,0.15);
  border: 1.5px solid rgba(245,166,35,0.5);
  color: #B07000;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}
.rv-progress {
  height: 8px;
  background: #e0e1ef;
  border-radius: 99px;
  margin-top: 10px;
  overflow: hidden;
}
.rv-progress-fill {
  height: 100%;
  width: 62%;
  background: linear-gradient(90deg, #22C55E 0%, #F5A623 65%, #E53535 100%);
  border-radius: 99px;
}
.rv-risks-found {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(245,166,35,0.08);
  border: 1px solid rgba(245,166,35,0.25);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #0E0F28;
  margin-bottom: 14px;
}
.rv-risks-found i { color: var(--amber); }
.rv-exposures-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(14,15,40,0.45);
  margin-bottom: 8px;
}
.rv-exposure-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f1f7;
  font-size: 13px;
  color: #0E0F28;
}
.rv-exposure-item:last-child { border-bottom: none; }
.rv-exp-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); flex-shrink: 0; }
.rv-exp-dot.red { background: var(--red); }
.rv-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 16px;
  transition: all 0.2s;
}
.rv-cta-btn:hover { background: #1e2fd4; transform: translateY(-1px); }

/* ── STEP SECTION ── */
.lp-steps-section {
  background: #fff;
  padding: 64px 24px;
}
.steps-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.lp-section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent);
  margin-bottom: 10px;
}
.lp-section-title {
  font-size: 32px;
  font-weight: 800;
  color: #0E0F28;
  margin-bottom: 12px;
}
.lp-section-sub {
  font-size: 16px;
  color: #6B7280;
  margin-bottom: 48px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
}
.step-card {
  background: #f8f9ff;
  border: 1px solid #e4e5f2;
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
}
.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.step-title {
  font-size: 16px;
  font-weight: 700;
  color: #0E0F28;
  margin-bottom: 8px;
}
.step-desc {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.6;
}

/* ── INDUSTRY SECTION ── */
.industry-section {
  background: #f4f5f9;
  padding: 64px 24px;
}
.industry-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.industry-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin-top: 36px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.industry-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 2px solid #e4e5f2;
  border-radius: 12px;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #0E0F28;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s;
  text-decoration: none;
}
.industry-btn:hover {
  border-color: var(--accent);
  background: rgba(42,62,244,0.04);
  color: #0E0F28;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42,62,244,0.12);
}
.industry-btn.highlighted {
  border-color: var(--accent);
  background: rgba(42,62,244,0.06);
  box-shadow: 0 4px 20px rgba(42,62,244,0.18);
}
.industry-btn.highlighted::after {
  content: 'Your sector';
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: var(--accent);
  color: #fff;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: auto;
  white-space: nowrap;
}
.industry-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(42,62,244,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  color: var(--accent);
}
.industry-btn.highlighted .industry-icon {
  background: rgba(42,62,244,0.2);
}
.industry-desc {
  font-size: 12px;
  color: #6B7280;
  font-weight: 400;
  margin-top: 3px;
}
.industry-fifth {
  grid-column: 1 / -1;
  max-width: 320px;
  margin: 0 auto;
}

/* ── SOCIAL PROOF ── */
.lp-proof-section {
  background: #fff;
  padding: 48px 24px;
  border-top: 1px solid #e4e5f2;
  border-bottom: 1px solid #e4e5f2;
}
.proof-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  text-align: center;
}
.proof-stat { padding: 20px; }
.proof-number {
  font-size: 40px;
  font-weight: 800;
  color: var(--accent);
  display: block;
  margin-bottom: 6px;
}
.proof-label {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
}

/* ── BOTTOM CTA ── */
.lp-bottom-cta {
  background: linear-gradient(160deg, #0E0F28 0%, #111a4a 100%);
  padding: 72px 24px;
  text-align: center;
}
.lp-bottom-cta h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}
.lp-bottom-cta p {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 32px;
}

/* ── SLIM FOOTER ── */
.ppc-footer {
  background: #000;
  padding: 20px 24px;
  text-align: center;
}
.ppc-footer p {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  margin: 4px 0;
}
.ppc-footer a { color: rgba(255,255,255,0.45); }

/* ── LANDING HELPERS ── */
.lp-check-icon { color: var(--green-ok); }
.lp-shield-icon { color: var(--green-ok); }
.lp-small-note { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 16px; }
.lp-industry-note { font-size: 13px; color: #6B7280; margin-top: 20px; }

/* ── LANDING RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .risk-visual-card { display: none; }
  .hero-headline { font-size: 30px; }
  .steps-grid { grid-template-columns: 1fr; }
  .proof-inner { grid-template-columns: repeat(2,1fr); }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-fifth { max-width: 100%; }
  .ppc-trust-badges { display: none; }
}
@media (max-width: 480px) {
  .proof-inner { grid-template-columns: 1fr; }
  .hero-headline { font-size: 26px; }
}
