
/* ====== scrim =========*/
.bg-container::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
	
	  background:
		linear-gradient(180deg, rgba(0,12,60,.06) 0%, rgba(0,12,60,.52) 50%, rgba(0,12,60,.9) 100%),
		radial-gradient(60% 45% at 50% 38%, rgba(10,40,150,.28) 0%, rgba(10,40,150,0) 70%);
  backdrop-filter: blur(2px) saturate(75%);
	pointer-events: none;
}




.subheadline-slide {
  margin: 0px auto ;
  font-weight: 800;
  font-size: 80px;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.1;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.35),
    0 4px 12px rgba(0, 0, 0, 0.35);
}

.hero-take-course-button { 
	color:#fff; 
	background:linear-gradient(180deg,#ffc947 0%, #ff9f0a 100%); 
	border-color:#ff9f0a; 
	box-shadow:0 6px 18px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.45);
}

.hero-take-course-button:hover {
	transform:translateY(-1px); 
/*	background:linear-gradient(180deg,#ffd463 0%, #ff9800 100%);  */
	border-color:#ff9800; 
	box-shadow:0 10px 24px rgba(0,0,0,.22); 
}	

.hero-learn-more-button {
    cursor: pointer;
    color: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.15)
    background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.5);
}






.hero-take-course-button {
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.18);
}

.hero-take-course-button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.22);
}

.hero-take-course-button,
.hero-take-course-button button,
.hero-take-course-button a {
  color: #ffffff;
  font-weight: 700;

  /* subtle lift + contrast */
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.15);
}


/* GLOBAL TEXT SEPARATION INSIDE COUNTER */
#counter-container,
#counter-container p,
#counter-container span,
#counter-container .count {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.counter:hover {
  transform: none;
}

/* COUNTER NUMBERS */
.counter-container .count {
  font-family: Figtree, Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
text-shadow:
  0 1px 0 rgba(255,255,255,0.25),
  0 2px 4px rgba(0,0,0,0.12);

  letter-spacing: -0.015em;
}

/* PRIMARY LABELS */
.counter p {
  font-size: 20px;
  font-weight: 500;
  color: #475569; 
}

/* SUBTEXT */
.counter p + p {
  font-size: 14px;
  font-weight: 400;
  color: #64748b; /* slate-500 */
}

.counter-container {
  display: flex;
  align-items: stretch;
}

/* counters */
.counter {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* the divider */
.counter-divider {
  opacity: 0.6;
  filter: blur(0.2px);
  width: 1.5px;
  align-self: stretch;
  margin: 0 24px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0,0,0,0.12),
    transparent
  );
}

/* COUNTER LAYOUT */
.counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}


/* CONTAINER */
#counter-container {
  position: relative;

text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35), 0 4px 14px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px) saturate(80%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);

  border-radius: 16px;
/*  border: 1px solid rgba(255, 255, 255, 0.6); */

  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* CRYSTAL EDGE */
#counter-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;


	background: 
		linear-gradient(90deg, rgba(255, 255, 255, 0), 
		rgba(255, 255, 255, 0.45) 20% 20%, 
		rgba(255, 255, 255, 0.45) 80%, 
		rgba(255, 255, 255, 0)), 
		
		linear-gradient(180deg, rgba(255, 255, 255, 0), 
		rgba(255, 255, 255, 0.45) 20%, 
		rgba(255, 255, 255, 0.45) 80%, 
		rgba(255, 255, 255, 0));

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    inset 0 1px 2px rgba(255, 255, 255, 0.35),
    inset 0 -1px 2px rgba(0, 0, 0, 0.08);
}





/* =========================
   HOME – INTRO EDITORIAL
   ========================= */

.home-intro {
	margin: 0px auto ;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.home-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  background: 
  linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
  pointer-events: none;
}



.intro-stagger{
  position:relative;
  background: linear-gradient(180deg,#fbfdff 0%, #ffffff 100%);
}
.intro-stagger::before,
.intro-stagger::after{
  content:"";
  position:absolute; left:0; right:0; height:56px; pointer-events:none;
}
.intro-stagger::before{
  top:-1px;
  background:linear-gradient(180deg, rgba(11,47,163,.06), rgba(11,47,163,0));
}
.intro-stagger::after{
  bottom:-1px;
  background:linear-gradient(0deg, rgba(11,47,163,.06), rgba(11,47,163,0));
}



.home-intro-inner {
  max-width: 740px;
  padding-top: 200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  z-index: 2;
}

.home-intro p {
  margin: 0;
  font-family: 'Poppins', Figtree, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #334155;
  max-width: 520px;
}


.home-intro .intro-lead {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: #0b2fa3; /* dark blue */
}

/* Mobile */
@media (max-width: 720px) {
  .home-intro-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-intro {
    padding: 48px 20px 32px;
  }
}

.cert-watermark {
  position: absolute;
  left: -17.5%;
  top: 47.5%;

  width: 800px;
  height: 800px;

  background-image: url('/public/images/watermarkBlack.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  opacity: 0.02;

  filter:
    grayscale(100%)
    contrast(100%)
    blur(0px);

  transform: translateY(-50%) rotate(0deg);

  pointer-events: none;
  z-index: 0;
}

.white-watermark {
  position: absolute;
  right: -12.5%;
  top: -12.5%;

  width: 700px;
  height: 700px;

  background-image: url('/public/images/watermarkWhite.png');
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  opacity: 0.3;

  filter:
    blur(2px);

  pointer-events: none;
  z-index: 0;
}

@media (max-width: 640px) {
  .cert-watermark,
  .white-watermark {
    display: none;
  }
}




/* ===============================
   SECTION WRAPPER
================================ */

.popular-courses-strip {
  position: relative;
  background: #f8fafc;
  padding: 140px 0;
}

/* soft depth fade at top edge */
.popular-courses-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;

  background: linear-gradient(
    180deg,
    rgba(30, 64, 175, 0.045),
    rgba(30, 64, 175, 0)
  );

  pointer-events: none;
}

.popular-courses-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* ===============================
   HEADER / EYEBROW
================================ */

.pcs-header {
  margin-bottom: 20px;
}

.pcs-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}

.pcs-subhead {
  font-size: 15px;
  color: #475569;
  margin-top: 6px;
}

/* ===============================
   GRID WRAP (GROUP DEPTH)
================================ */

.pcs-grid-wrap {
  position: relative;
  padding: 24px;
  padding-top: 16px;
  border-radius: 16px;
  border: 1px solid #e0e7ff;
  background: linear-gradient(180deg, #eaf0ff 0%, #dfe5ff 80%);
  box-shadow:
    0 20px 40px rgba(15, 23, 42, 0.08),
    0 1px 2px rgba(15, 23, 42, 0.04);
}

/* ===============================
   GRID
================================ */

.pcs-grid {
  position: relative;
  border: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 12px;
  margin-top: 10px;
}

/* ===============================
   CARD
================================ */

.pcs-row {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-right: 1px solid #e5e7eb;
  background: #ffffff;
  text-decoration: none;
  cursor: pointer;

  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.pcs-row:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow:
    0 16px 36px rgba(15, 23, 42, 0.14),
    0 0 0 1px rgba(59,130,246,0.12);
}

/* Rounded corners (desktop row layout) */
.pcs-row:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.pcs-row:nth-child(3) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}


/* ===============================
   TITLE ROW
================================ */

.pcs-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bls-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #eef2ff, #e0e7ff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(99,102,241,0.08);
}

.bls-ico img {
  width: 22px;
  height: 22px;
}

.pcs-name {
  font-size: 19px;
  font-weight: 700;
  color: #0b2fa3;
  line-height: 1.2;
}

/* ===============================
   META + CTA
================================ */

.pcs-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pcs-meta {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.4;
}

.pcs-action {
  font-size: 15px;
  font-weight: 600;
  color: #0067d8;
  white-space: nowrap;
  position: relative;
}

.pcs-action::after {
  content: "→";
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.pcs-row:hover .pcs-action::after {
  transform: translateX(4px);
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 900px) {
  .pcs-grid {
    grid-template-columns: 1fr;
  }

  .pcs-row {
    border-radius: 0;
  }

  .pcs-row:first-child {
    border-radius: 12px 12px 0 0;
  }

  .pcs-row:last-child {
    border-radius: 0 0 12px 12px;
  }

  .pcs-row::after {
    display: none;
  }
}

/* ===============================
   SECTION DIVIDER
================================ */

.section-divider {
  height: 1px;
  max-width: 700px;
  margin: 100px auto 100px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(15, 23, 42, 0.18),
    transparent
  );
}

/* ===============================
   EYEBROW SYSTEM
================================ */

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}

.eyebrow-line {
  height: 2px;
  background: #1e3a8a;
  opacity: 0.8;
}

.eyebrow-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #334155;
  padding-left: 12px;
}

.eyebrow-label-all {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #334155;
  margin: 24px auto;
}

.section-eyebrow--featured .eyebrow-line {
  width: 64px;
}

.section-eyebrow--catalog .eyebrow-line {
  width: 48px;
}

.section-eyebrowX--catalog {
  margin-top: 72px;
}




/* launch button */

.launch{
background:#f59e0b;
color:#fff;
padding:14px 30px;
border-radius:999px;
font-weight:600;
cursor:pointer;
box-shadow:0 12px 30px rgba(0,0,0,.3);
}



/* ===============================
   TRUST VIDEO — FINAL CLEAN BUILD
================================ */

/* SECTION */
.video-background-container {
  margin: 0px auto ; 
  padding: 120px 0 160px;
  position: relative;
  overflow: hidden;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
/*  background: rgba(241,245,249,0.65); */
/*  border-bottom: 1px solid #e5e7eb;*/
    background-color: #eff4ff; /* Optional background color */
}

/* CONTENT WRAP */
.video-content-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ===============================
   VIDEO
================================ */


.trust-video {
  position: relative;
  width: 100%;
  max-width: 640px;
}

/* Video frame */
.trust-video video {
  cursor: pointer;
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.3);
}

/* Play icon — de-emphasized */
.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* never block native play */
}

.video-play-overlay img {
  width: 120px;                 /* obvious but not loud */
  opacity: 0.75;               /* visible at a glance */
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.35));
}

.video-play-overlay::after {
  display: none;
  content: "";
  width: 120px;
  height: 120px;

  background-color: #2563eb; /* CPRToday blue */
  mask: url("/public/images/play-button2.png") no-repeat center / contain;
  -webkit-mask: url("/public/images/play-button2.png") no-repeat center / contain;

  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.35));
  opacity: 1;
}

.video-play-overlay {
  transition: opacity .4s ease;
}
.video-play-overlay.is-hidden {
  opacity: 0;
}

/* Credibility caption */
.video-caption {
  margin-top: 10px;
  font-size: 14px;
  color: #475569;
  text-align: center;
}

/* ===============================
   PULL QUOTE — EDITORIAL RESTYLE
================================ */

.video-pull-quote.editorial {
  position: absolute;
  left: -40px;
  top: -40px;
/*  max-width: 420px; */

  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);

  color: rgba(15, 23, 42, 0.95);

  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  padding: 20px 0px;
  border-radius: 12px;

  transition: opacity .5s ease, visibility .5s ease;
}

.video-pull-quote.editorial.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Quote text */
.video-pull-quote.editorial blockquote {
  font-family: 'Playfair Display', 'Figtree', system-ui;
  font-weight: 550;
  -webkit-text-stroke: 0.25px rgba(15,23,42,0.35);
  font-size: 30px;   
  padding: 0px 24px;
/*  line-height: 1.35;*/
  letter-spacing: -0.01em;
  color: #0f172a;
}

/* Emphasis word */
.video-pull-quote .quote-emphasis {
/*  font-weight: 600; */
/*  color: #b91c1c; */
/*  font-size: 1.25em; */
  position: relative; /* REQUIRED */
  display: inline-block;
}



.video-pull-quote.editorial blockquote::before,
.video-pull-quote.editorial blockquote::after {
  position: absolute;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  letter-spacing: -0.015em;
-webkit-text-stroke: 1px rgba(0, 0, 0, 1);
    color: transparent;
    opacity: 0.2;
}

.video-pull-quote.editorial blockquote::before {
  content: "‘‘";
  top: -48px;
  left: -24px;
  letter-spacing: -0.06em; 
}

/* thickness / echo layer */
/*.video-pull-quote.editorial blockquote::after {
  content: "‘‘";
  position: absolute;
  top: -48px;
  left: -24px;

  letter-spacing: -0.06em;   /* MUST match */
  transform: translateX(0.02em);

  opacity: 0.005;
  pointer-events: none;
}
*/

.quote-mark::after {
  content: "“";
  position: absolute;
  left: 0.15em;
  opacity: 0.005;
}





.video-pull-quote .quote-emphasis::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -4px;

  width: 135%;
  height: 12px;

  background-image: url("/public/images/underline2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


/* URL — strong but restrained */
.video-pull-quote .quote-link {
  position: relative;
/*  font-weight: 600;*/
  color: #0f172a;
  white-space: nowrap;
}

/* Quote marks — editorial, not decorative */
.video-pull-quote .quote-mark {
  position: absolute;
  width: 48px;
  opacity: 0.85;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}

.video-pull-quote .quote-mark.quote-left {
  top: -8px;
  left: 50px;
}

.video-pull-quote .quote-mark.quote-right {
  bottom: -8px;
  right: -8px;
  transform: rotate(180deg);
}



/* ===============================
   TRUST LOGOS — WARM
================================ */

.trust-logos {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  flex-wrap: wrap;
}

.trust-logos img {
  height: 56px;
  width: auto;
  opacity: 0.65;
  filter: grayscale(85%);
}

.trust-logos img:hover {
  opacity: 0.85;
  filter: grayscale(0%);
  transition: opacity 0.3s ease;
}


.trust-meta {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #475569;          /* calm slate */
  letter-spacing: 0.015em;
  text-align: center;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .trust-video {
    max-width: 100%;
  }

  .video-pull-quote {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 24px;
    max-width: none;
  }

  .trust-section {
    padding: 96px 20px 80px;
  }
}






/* ===============================
   STEPS — STRUCTURE
================================ */

.hiw-section {
/*  background: linear-gradient(
    to bottom,
    rgba(241, 245, 249, 0.6),
    rgba(248, 250, 252, 0.9)
  );*/
  background-color: #fff;
  padding: 160px 0 60px;
}

.steps-with-image {
  max-width: 1100px;
  margin: 0px auto ;
  align-items: center;
  text-align: left;
  position: relative; 
}

.step-block {
  position: relative;
  z-index: 2;
}

.step {
  padding-left: 28px;
  position: absolute;
}

.steps-with-image .hiw-step::after {
  color: rgba(59, 130, 246, 0.03);
  text-shadow: 0 0 0 rgba(59, 130, 246, 0.03);
}

.step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: calc(100% - 12px);
  border-radius: 4px;
  background: linear-gradient(
    to bottom,
    #93c5fd,
    #c7d2fe
  );
  opacity: 0.6;
}


.step h3 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  position: relative;
}

.step p {
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #334155;
  max-width: 420px;
}


.step {
  transform: translateY(12px);
  opacity: 0;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.step.is-visible {
  opacity: 1;
  transform: none;
}



/* ===============================
   IMAGE BLOCK
================================ */

.image-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Background color variants */
.image-bg-blue  { background-color: #eff8ff; }
.image-bg-peach { background-color: #fef3ed; }
.image-bg-mint  { background-color: #f1fcfb; }

/* Background browser/printer images */
.image-bg {
  position: absolute;
  width: 75%;
  height: auto;
  object-fit: cover;
  opacity: 0.25;
}

.browser-bg {
  top: 0;
  left: 35%;
}

.printer-bg {
  top: 5%;
  left: 50%;
  width: 70%;
  opacity: 0.2;
  transform: scaleX(-1);
}

/* Foreground animated image */
.image-foreground {
  position: relative;
  width: 75%;
  height: auto;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.image-foreground.cert {
  width: 200px;          /* or whatever fits the layout */
  height: auto;
  max-width: 100%;
  display: block;
  box-shadow: none;
}

/* ===============================
   CONNECTOR (FIXED)
================================ */

.hiw-connector {
  position: absolute;
  top: -200px;
  bottom: -200px;
/*  left: 42%; */
  width: 800px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;

  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0) 100%,
    rgba(0,0,0,1) 40%,
    rgba(0,0,0,1) 0%
  );

  mask-image: linear-gradient(
    to top,
    rgba(0,0,0,0) 100%,
    rgba(0,0,0,1) 40%,
    rgba(0,0,0,1) 0%
  );

  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 70%,
    rgba(0,0,0,0) 100%
  );

  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 70%,
    rgba(0,0,0,0) 100%
  );
}

.hiw-connector path {
  stroke: #ff8700;
  opacity: 0.45;
  stroke-width: 1;
  stroke-linecap: round;

  /* long dash = organic stroke, not dotted */
  stroke-dasharray: 220 120;
  stroke-dashoffset: 0;

  animation: hiw-draw 14s linear infinite;
}

@keyframes hiw-draw {
  from {
    stroke-dashoffset: 340;
  }
  to {
    stroke-dashoffset: 0;
  }
}


.hiw-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 6px 18px rgba(0,0,0,0.08);

  font-size: 22px;
}





/* ============================
   Dashboard Spotlight Section
   ============================ */

.dashboard-spotlight {
  position: relative;
  padding: 120px 0;
  color: #fff;
  overflow: hidden;

  background:
    radial-gradient(circle at 20% 25%, rgba(80,140,255,0.35), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(120,160,255,0.18), transparent 45%),
    linear-gradient(180deg, #0b2fa3 0%, #071f6e 100%);
}

.dashboard-spotlight::after{
  content:"";
  position:absolute;
  inset:0;
  background:url("https://grainy-gradients.vercel.app/noise.svg");
  opacity:.06;
  pointer-events:none;
}

.dashboard-spotlight__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: auto auto 1fr auto;
  column-gap: 64px;
  row-gap: 0px;
  align-items: start;
}

.dashboard-eyebrow {
  grid-column:1 / -1;
  display:inline-block;
  margin-bottom:18px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

.dashboard-eyebrow--value {
  color: #9fc2ff;
  font-weight: 700;
}

.dashboard-title {
  font-size: 44px;
  line-height: 1.2;
  margin: 0 0 32px;
  font-weight: 700;
}

.dashboard-title--full{
  grid-column:1 / -1;
  max-width:1100px;
  margin-bottom:0px;
}

.dashboard-lead p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  margin-bottom: 22px;
  max-width: 600px;
}

.dashboard-points {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.dashboard-points li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
}

.dashboard-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9fc2ff;
}

.dashboard-closer {
  margin-top: 26px;
  max-width: 600px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}

.dashboard-closer strong {
  font-weight: 600;
  color: #ffffff;
}

/* Visual side */

.dashboard-spotlight__visual {
  position: relative;
  z-index:1;
}

.dashboard-spotlight__visual::before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  background:radial-gradient(circle, rgba(159,194,255,.25) 0%, transparent 70%);
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  filter:blur(40px);
  z-index:0;
}

.dashboard-mock {
  margin-top: 36px;
  position: relative;
  z-index:2;
  max-height: 480px;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  overflow: hidden;

  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(14px) saturate(120%);
box-shadow:
  0 60px 120px rgba(0,0,0,0.55),
  0 20px 40px rgba(0,0,0,0.35),
  inset 0 0 0 1px rgba(255,255,255,0.22),
  inset 0 0 40px rgba(255,255,255,0.08);
  
  display: flex;
  align-items: center;
  justify-content: center;

  transform:perspective(1200px) rotateY(-6deg) rotateX(3deg);
  transition:transform .4s ease;
}

.dashboard-mock:hover{
  transform:perspective(1200px) rotateY(-3deg) rotateX(1deg) scale(1.02);
}

.dashboard-mock__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */

@media (max-width: 900px) {

  .dashboard-spotlight__wrap {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dashboard-title {
    font-size: 34px;
  }

  .dashboard-mock {
    aspect-ratio: 16 / 11;
  }

}




/* === TESTIMONIAL SEMI-DARK MODE === */


#cta-testimonial {
  opacity: 0;
  transform: translateY(64px);
  transition:
    opacity 1200ms ease-out,
    transform 1200ms ease-out;
/*    transform 1300ms cubic-bezier(.22,1,.36,1); */
}

#cta-testimonial.is-in {
  opacity: 1;
  transform: translateY(0);
}

#cta-testimonial blockquote {
  quotes: none;
}

#cta-testimonial blockquote {
        font-size: 20px;
        line-height: 1.45;
		color: rgba(255, 255, 255, 1);
		letter-spacing: -0.01em;
/*        font-style: italic;*/
        max-width: 500px;
        margin: 0 auto;
		text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

#quoteExcerpt {
  position: relative;
}

#quoteExcerpt::before {
  content: "“";
  position: absolute;
  left: -40px;
  top: -6px;
  font-size: 80px;
  line-height: 1;
  color: rgba(255,255,255,0.35);
  pointer-events: none;
}

#quoteFull::before {
  content: none !important;
}


#cta-testimonial blockquote::before {
content: "“";
    position: absolute;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 96px;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    color: white;
    opacity: 0.25;
    top: -32px;
    left: -24px;
}
	


#cta-testimonial #quoteFull {
  color: rgba(255, 255, 255, 1);
}

/* Author */
#cta-testimonial .author {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}

/* Profile image ring (subtle lift) */
#cta-testimonial img {
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.08),
    0 10px 30px rgba(0,0,0,0.35);
  border: 3px solid rgba(255, 255, 255, 0.65);
}

/* Primary CTA */
#cta-testimonial #btnReadMore {
  background:
    linear-gradient(
      180deg,
      #6f8dff,
      #5a73e6
    );
  box-shadow:
    0 6px 20px rgba(90,115,230,0.45),
    inset 0 1px 0 rgba(255,255,255,0.25);
}

#cta-testimonial #btnReadMore:hover {
  filter: brightness(1.15);
}

/* Secondary CTA (glass outline) */
#cta-testimonial .btn-secondary {
  color: rgba(255,255,255,0.85);
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(6px);
}

#cta-testimonial .btn-secondary:hover {
  background: 
      linear-gradient(
      180deg,
      #6f8dff,
      #5a73e6
    );

  color: #fff;
  filter: brightness(1.05);
}



.faq-divider {
  margin: 56px auto 0px;
  width: 56%;
  height: 1.5px;
  background: linear-gradient(
    90deg,
    transparent,
    #d0dbff,
    transparent
  );
}




.final-cta-band {
  position: relative;
  padding: 160px 0px;
  background-image: url('/public/images/nurse-keyboard.webp');
  background-size: cover;
  background-position: center;
  border: none;
	box-shadow: 0 -2px 32px rgba(0,0,0,0.24);
}


.final-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;

  /* DARK atmospheric overlay */
  background:
    linear-gradient(
      to bottom,
      rgba(15, 23, 42, 0.30),
      rgba(15, 23, 42, 0.40),
      rgba(15, 23, 42, 0.50)
    );

  /* subtle depth, not milk-glass */
  backdrop-filter: blur(1.5px) saturate(110%);
  -webkit-backdrop-filter: blur(1.5px) saturate(110%);

  z-index: 0;
}



.final-cta-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 72px 56px 72px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px) saturate(90%);
  -webkit-backdrop-filter: blur(8px) saturate(90%);

  box-shadow:
    /* contact shadow (anchors to bg) */
    0 12px 28px rgba(0, 0, 0, 0.45),

    /* ambient lift */
    0 2px 8px rgba(0, 0, 0, 0.25),

    /* inner glass highlight */
    inset 0 1px 0 rgba(255, 255, 255, 0.35);

  outline: 1px solid rgba(255,255,255,0.25);
  outline-offset: -1px;

  text-align: center;
  position: relative;
  color: #fff;

}


.final-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
/*  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"); */
  border-radius: inherit;
  pointer-events: none;

  /* This IS the border */
  background: linear-gradient(
      90deg,
      rgba(255,255,255,0),
      rgba(255,255,255,0.45) 20%,
      rgba(255,255,255,0.45) 80%,
      rgba(255,255,255,0)
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,0),
      rgba(255,255,255,0.45) 20%,
      rgba(255,255,255,0.45) 80%,
      rgba(255,255,255,0)
    );

  /* mask everything except a 1px stroke */
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  mask-composite: exclude;
  -webkit-mask-composite: xor;

  padding: 1px;

/*  filter: drop-shadow(0 0 1px rgba(255,255,255,0.35));*/
}


.final-cta-card::after {
  content: "";
  position: absolute;
  inset: -24px;
  background: radial-gradient(
    ellipse at center,
    rgba(255,255,255,0.18),
    transparent 65%
  );
  z-index: -1;
  pointer-events: none;
}


.final-cta {
  position: relative;
  z-index: 1;
}




.final-cta-card h3 {
  font-size: 48px;
  font-weight: 800;
/*  letter-spacing: -0.01em; */
/*  color: #0b2fa3;*/
  margin-bottom: 8px;
  text-shadow:
    0 1px 1px rgba(0,0,0,0.35),
    0 4px 14px rgba(0,0,0,0.25);
}

.final-cta-card p {
  font-size: 22px;
  font-weight: 500;
/*  color: #475569; */

  text-shadow:
    0 1px 2px rgba(0,0,0,0.35);
  margin-bottom: 24px;
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}


.cta-secondary {
  font-weight: 600;
  color: #0067d8;
  text-decoration: none;
}

.cta-secondary:hover {
  text-decoration: underline;
}

