:root {
  --ptq-blue: #005f8e;
  --ptq-blue-dark: #003f5f;
  --ink:#0b2f57;
  --muted:#5a728a;
  --btn:#0b2f57;
  --card:#ffffff;
  --line:#e3eef6;
  --soft:#f3f8ff;
  --soft2:#ffffff;
  --shadow: 0 10px 24px rgba(0,0,0,0.08);
  --shadow2: 0 18px 40px rgba(0,0,0,0.14);
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: url('/images/rsrdhorizonslogo.jpg') no-repeat center center fixed; /* Change 'your-image.jpg' to your image */
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
    color: var(--ink);
}

/* Create a faded overlay using RGBA */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.96);
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    text-align: left;
    width: 90%;
    height: 100%;
}

h4, p {
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
}

h4 {
    font-weight: bold; /* Make the sub-section title bold */
}

.error-message {
    font-weight: bold;
    font-size: 16px;
    color: maroon;
}

/*
p {
    font-size: 14px;
}

ul {
    font-size: 14px;
}
*/

a,
button,
a > label,
button > label {
  cursor: pointer !important;
}

a > label *,
button > label * {
  cursor: pointer !important;
}

.click-label,
.click-label * {
  cursor: pointer !important;
}

.content-home {
    position: relative;
    z-index: 1;
    text-align: left;
    width: 90%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.disclaimer-box {
  margin-top: auto;
  padding: 12px;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #555;
  background: #f9f9f9;
  border-left: 4px solid #d9534f; /* subtle highlight */
  border-radius: 4px;
}

.disclaimer-details{
  display: inline-block;
  margin-left: 6px;
}

.disclaimer-details summary{
  display: inline-block;
  cursor: pointer;
  color: #0b2f57;
  font-weight: 500;
  list-style: none;
}

.disclaimer-details summary::-webkit-details-marker{
  display: none;
}

.disclaimer-details summary::after{
  content: " Read more ▾";
  font-size: 0.82rem;
  color: #0b2f57;
  font-weight: 600;
}

.disclaimer-details[open] summary::after{
  content: " Read less ▴";
  font-size: 0.82rem;
  color: #0b2f57;
  font-weight: 600;
}

.disclaimer-text{
  margin-top: 8px;
  color: #667085;
}

.device-warning {
  display: inline-block;        /* keep inline with text */
  margin-left: 12px;            /* spacing from tagline */
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 0.85rem;
  font-weight: 500;
  vertical-align: middle;
}

.device-warning .highlight {
  color: #d63333;
  font-weight: 700;
}

.sample-assessment-row {
  display: flex;
  justify-content: flex-start;  /* left align instead of center */
  align-items: center;           /* align text and button vertically */
  gap: 8px;
  margin: 20px 0;
  font-size: 1rem;
  font-weight: 500;
}

.sample-text {
  margin: 0;
}

.sample-btn {
  background-color: #296d98;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.sample-btn:hover {
  background-color: #1f4f70;
}

.ytimg {
    height: 35px;
    width: 35px;
    float: right;
    margin-right: 16px;
    margin-top: 16px;
    cursor: pointer;
    cursor: hand;
}

.instaimg {
    height: 35px;
    width: 35px;
    float: right;
    margin-right: 16px;
    margin-top: 16px;
    cursor: pointer;
    cursor: hand;
}

.fbimg {
    height: 35px;
    width: 35px;
    float: right;
    margin-right: 16px;
    margin-top: 16px;
    cursor: pointer;
    cursor: hand;
}

.follow-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    font-family: Arial, sans-serif;
    margin-top: 2px;
    text-align: center;
}

.follow-text {
    margin-right: 10px;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #111;
}

.social-item img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s;
}

.social-item img:hover {
    transform: scale(1.1);
}

.social-item span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 4px;
}

.divider {
    font-size: 16px;
    color: #999;
    margin: 0 5px;
    user-select: none;
}

/* below code for responsive UI */

/* --- FIX: watermark overlay on mobile scroll --- */

/* Fill the width with the watermark (no left/right gaps) */
/* Watermark fills the entire background */
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url('/images/rsrdhorizonslogo.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;         /* full width background */
  background-attachment: scroll;  /* better on mobile */
}

/* Overlay sits on top of background to make text readable */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.96);
  z-index: 0;
  pointer-events: none;
}

/* Content uses only 90% of the width and is centered */
.content-home {
  position: relative;
  z-index: 1;
  background: transparent;
  width: 90%;
  max-width: 1200px;   /* optional, to keep it neat on large screens */
  margin: 0 auto;      /* center horizontally */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* 🌟 Vibrant blinking banner — maroon base, light yellow text */
.blink-banner {
  background: linear-gradient(90deg, #600000, #800000, #7B1113); /* dark maroon gradient */
  color: #fff8b0;                    /* soft light yellow text */
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 4px 10px;                 /* tighter gap around text */
  border-radius: 6px;
  margin: 12px auto;
  width: fit-content;
  border: 1px solid #d4af37;         /* subtle gold border for vibrance */
  animation: blinkText 3.5s ease-in-out infinite; /* slower blink */
  letter-spacing: 0.5px;
  box-shadow: 0 0 10px rgba(255, 230, 0, 0.6); /* glowing effect */
}

.home-cta-btn{
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  background-color: #e65100;   /* strong orange */
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.home-cta-btn:hover{
  background-color: #bf360c;
  transform: translateY(-1px);
}

.serious-aspirants-block {
    margin-top: 2px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 8px;
}

.assessment-sample-block {
    margin: 10px 0 12px 0;
    padding: 8px 10px;
    background-color: #f5f8fc;
    border-left: 3px solid #1f3a8a;
    border-radius: 4px;
    font-size: 12px;
}

.sample-title {
    font-weight: 600;
    color: #1f3a8a;
    margin-bottom: 3px;
}

.sample-tag {
    font-size: 11px;
    color: #6b7280;
}

.sample-subtext {
    font-size: 11px;
    color: #4b5563;
    margin-bottom: 6px;
}

.sample-inline-points {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
}

.sample-inline-points span {
    font-size: 11px;
    background-color: #eef4fb;
    color: var(--ptq-blue);
    border: 1px solid #cfe0f2;
    padding: 2px 6px;
    border-radius: 3px;
    white-space: nowrap;
    font-weight: 600;
}

.cta-block{
  display: flex;
  flex-direction: column;
  align-items: center;   /* left align */
  gap: 6px;                  /* space between button and meta */
  text-align: center;
  margin-top: 14px;
}

.assessment-meta {
  font-size: 0.92rem;
  color: #374151;
  line-height: 1.2;
  margin-left: 4px;
}

.assessment-reassurance {
    font-size: 11px;
    color: #374151;
    margin-top: 4px;
}

.soft-note{
  font-style: italic;
  color: #555;
  border-left: 2px solid #f4b400;   /* thinner, softer */
  padding-left: 8px;
  margin: 2px 0;
}

.card-insight{
  border-radius: 18px;
  border: 1px solid rgba(11,47,87,0.12);
  background: linear-gradient(180deg, rgba(11,47,87,0.035), rgba(255,255,255,1));
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
  padding: 18px 18px 16px;
  position: relative;
  overflow: hidden;
}

/* subtle “premium” top glow */
.card-insight:before{
  content:"";
  position:absolute;
  top:-60px; left:-60px;
  width:180px; height:180px;
  background: radial-gradient(circle, rgba(11,47,87,0.12), transparent 60%);
  pointer-events:none;
}

.insight-highlight{
  background: rgba(11,47,87,0.08);
  border: 1px solid rgba(11,47,87,0.10);
  border-left: 6px solid rgba(11,47,87,0.9);
  border-radius: 14px;
  padding: 14px 14px 12px;
  margin-bottom: 12px;
}

.insight-highlight-text{
  font-weight: 750;
  color: #0b2f57;
  font-size: 1.04rem;
  line-height: 1.35rem;
  letter-spacing: 0.1px;
}

.insight-line{
  margin: 0 0 10px;
  color: #0b2f57;
  font-size: 0.96rem;
  line-height: 1.45rem;
}

.insight-title{
  margin: 2px 0 2px;
  text-align: center;

  background: var(--brand-soft);
  border: 1px solid var(--border);

  padding: 4px 6px;
  border-radius: 12px;

  color: var(--brand);
  font-size: 0.95rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.insight-body{
  margin: 0;
  color: #2f4f68;
  font-size: 0.92rem;
  line-height: 1.5rem;
}

.insight-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 12px;
}

.insight-chips span{
  background: rgba(11,47,87,0.06);
  padding:5px 10px;
  border-radius:10px;
  font-size:0.85rem;
  font-weight:600;
  color:#0b2f57;
}
.insight-chips span:nth-child(1){
  color: #b91c1c;
}

.insight-chips span:nth-child(2){
  color: #92400e;
}

.insight-chips span:nth-child(3){
  color: #0b3c5d;
}

/* ✨ Smooth blink — visible longer, brief fade */
@keyframes blinkText {
  0%, 65%, 100% { opacity: 1; }   /* stays visible most of the time */
  75%, 85% { opacity: 0.4; }      /* brief soft fade */
}

/* 📱 Responsive adjustments */
@media (max-width: 600px) {
  .blink-banner {
    font-size: 0.8rem;
    padding: 3px 6px;
  }
}

/* =========================
   MODERN CARD LAYOUT (Landing)
   Minimal, mobile-first, trust-building
   ========================= */

.content-home { width: 100%; }

.home-shell{
  width: min(720px, 92vw);
  margin: 2px auto 2px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Card base */
.card{
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,119,182,0.14);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  padding: 14px 14px;
}

/* Hero card */
.card-hero{
  padding: 10px 18px 14px;          /* reduced height */
  background: #0b2f57;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--shadow2);
  border-radius: 18px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}

.card-hero .tagline-wrapper{
  max-width: 720px;
  margin: 0 auto;
}

.hero-title{
  margin: 0 0 6px;
  font-size: 1.6rem;
  font-weight: 750;
  letter-spacing: 0.2px;
}

.card-hero .tagline{
  margin: 0;
  font-size: 0.98rem;
  opacity: 0.95;
  margin-top: 18px;
}

.card-hero .tagline-sub{
  margin: 6px 0 0;
  font-size: 0.91rem;
  opacity: 0.85;
}

.hero-cta-row{
  margin-top: 12px;                 /* less vertical gap */
  display: flex;
  justify-content: center;
}

.free-quickcheck{
  padding: 4px 16px;               /* smaller */
  background: #f08b2c;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(0,0,0,0.18);
}
.free-link{ font-size: 0.98rem; }

.free-badge{
  /*display: none; */
}

.free-link{
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}

.free-link:hover{
  text-decoration: none;
  opacity: 0.95;
}

.card-assess{
  background: #FFFFFF;
  border: 1px solid #E3EEF6;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border-radius: 18px;
  padding-top: 10px;
}

.assess-grid{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.assess-item{
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
  padding: 12px 12px 10px;          /* slightly smaller */
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.assess-item:nth-child(odd){
  background: #eaf6ff;
}

.assess-item:nth-child(even){
  background: #ffffff;              /* current white */
}

.assess-ico{
  width: 32px;
  height: 32px;
  border-radius: 12px;
  margin-bottom: 8px;
  background: #eaf6ff;
}

.assess-item-title{
  font-weight: 700;
  font-size: 0.98rem;
  margin: 0 0 6px;
  color: #0b2f57;
}

.assess-item-sub{
  font-size: 0.88rem;
  line-height: 1.2rem;
  color: var(--muted);
}

.home-fullassess-btn{
  display: inline-block;
  width: auto;
  min-width: 260px;
  max-width: 420px;
  text-align: center;

  background: var(--btn);
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 32px;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(11,47,87,0.22);
}

.home-fullassess-btn:hover{
  opacity: 0.97;
  text-decoration: none;
}

.hero-btn{
  padding: 6px 14px !important;
  font-size: 16px !important;
}

.hero-note{
  margin-top: 10px;
  font-size: 14px;
  color: #0f2a44;
}

.card-head{
  color: #0f2a44;
  font-weight: 800;
  border-radius: 12px;
  padding: 4px 10px;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.quote-block{
  padding: 10px 12px;
  border-left: 4px solid #0077B6;
  background: rgba(0,119,182,0.14);
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.25;
  font-size: 14px;
}
.quote-strong{
  display: block;
  margin-top: 4px;
  color: #004E75;
}

/* Assessment card */
.card-assess .assessment-sample-block{
  margin: 0 0 10px 0;
}
.card-assess .cta-block { margin-top: 6px; }

/* Differentiator card */
.big-line { margin: 0; line-height: 1.25; }
.big-strong{ font-weight: 800; color: #0077B6; font-size: 18px; }
.big-strong2{ font-weight: 800; color: #004E75; font-size: 18px; }

.reason-line{ margin: 10px 0 0; }
.reason-strong{ font-weight: 800; }

.diff-head{ margin: 10px 0 0; font-weight: 800; }
.diff-body{ margin: 6px 0 0; color: #1b2a3a; }

/* Outcomes as chips (more modern than UL) */
.outcome-title{ margin: 0 0 10px 0; font-weight: 700; }
.chip-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 10px;
}

/* optional: center last item if odd */
.chip:last-child{
  grid-column: span 2;
  justify-self: center;
}

.chip{
  background: rgba(11,47,87,0.06);
  color: #0b2f57;
  border: 1px solid rgba(11,47,87,0.10);
  padding: 6px 8px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.85rem;;
}

.tiny-note{
  margin: 14px 0 6px;
  text-align: center;

  font-size: 0.92rem;
  line-height: 1.4;
  color: rgba(11,47,87,0.95);
}

.tiny-note .tiny-strong{
  display: inline;
  margin-top: 4px;

  font-weight: 600;
  color: #08233f;
}

.cta-center{
  margin-top: 10px;
  text-align: center;
}

.promo-line{
  position: relative;

  margin: 6px 0 4px;
  padding: 6px 10px;

  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;

  color: #5a2d00;

  background: linear-gradient(180deg,#fff3d6 0%,#ffe0a3 100%);
  border: 1px dashed #f0b429;   /* ⭐ coupon feel */
  border-radius: 10px;

  box-shadow: 0 6px 14px rgba(255,153,0,0.15);
}

/* small "cut" effect (ticket look) */
.promo-line:before,
.promo-line:after{
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  background:#CCA957;
  border-radius:50%;
  z-index:2;
}

.promo-line:before{ left:-5px; }
.promo-line:after{ right:-5px; }

/* PROMO CODE badge */
.promo-line b{
  background:#0b2f57;
  color:#fff;
  padding:2px 6px;
  border-radius:6px;
  font-weight:800;
  letter-spacing:.4px;
}

.promo-steps{
  margin-left:6px;
}

.cta-recommendation {
    margin-top: 8px;
    margin-bottom: 6px;
    font-size: 0.95rem;
    line-height: 1.3;
    text-align: center;
    color: #5f6368;
    font-weight: 500;
}

/* Make buttons feel modern */
.home-cta-btn, .home-fullassess-btn{
  box-shadow: 0 10px 18px rgba(0,0,0,0.12);
}

/* Mobile spacing */
@media (max-width: 600px){
  .card{ padding: 12px 12px; }
  .tagline{ font-size: 1.15rem; }
  .hero-btn{ width: auto; }
}

/* Tablet: show chips in 2 columns */
@media (min-width: 650px){
  .chip-grid{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px){
  .card-hero{
    padding: 16px 14px 12px;
    border-radius: 16px;
    margin-top: 6px;
  }

  .hero-title{
    font-size: 1.25rem;
    margin-bottom: 8px;
  }

  .free-quickcheck{
    padding: 10px 14px;
  }

  .assess-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .assess-item{
    padding: 10px 10px 9px;
    border-radius: 12px;
  }

  .assess-ico{
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-size: 22px 22px;
    margin-bottom: 7px;
  }

  .assess-item-title{
    font-size: 1.2rem;
  }

  .assess-item-sub{
    font-size: 0.95rem;
    line-height: 1.15rem;
  }

  .home-fullassess-btn{
      min-width: 220px;
      padding: 11px 18px;
  }

  .home-shell{
      margin: 4px auto 14px;   /* tighter mobile */
  }

  .card-insight{ padding: 16px 14px 14px; }
    .insight-highlight{ padding: 12px 12px 10px; }
    .insight-highlight-text{ font-size: 1.04rem; }
    .insight-line{ font-size: 1.01rem; }
}

@media (max-width: 639px){
  .content-home{
    width: 94%;
    min-height: auto;
  }

  .home-shell{
    width: min(720px, 94vw);
    margin: 4px auto 14px;
    gap: 10px;
  }

  .promo-steps{
      display:block;
      margin-top:5px;
      margin-left:0;
  }

  .disclaimer-box{
      font-size: 0.82rem;
      padding: 10px 12px;
  }

  .disclaimer-details summary::after{
      font-size: 0.78rem;
  }
  .cta-recommendation{
      font-size: 0.92rem;
  }

  .assessment-meta{
      font-size: 0.88rem;
  }
  .tiny-note{
      margin: 8px 0 5px;
      font-size: 0.88rem;
  }
}
