/* ==============================================
   IRL Homepage — Custom Stylesheet
   Companion to: --irl-homepage_050126_3b.html
   ============================================== */

/* ===== CSS VARIABLES ===== */
:root {
  --navy:     #0d1f3c;
  --navy-mid: #1a3260;
  --gold:     #c9922a;
  --gold-lt:  #e8b44a;
  --white:    #ffffff;
  --off-white:#f5f3ef;
  --text:     #1a1a1a;
  --muted:    #5a6475;
  --border:   #ddd6c8;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Source Sans 3', sans-serif;
}

/* ===== RESET for new sections only ===== */
#irl-main *, #irl-main *::before, #irl-main *::after {
  box-sizing: border-box;
}
#irl-main {
  font-family: var(--font-body);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}

/* ===== UTILITY ===== */
#irl-main .c { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.irl-btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 2px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.irl-btn-gold { background: var(--gold); color: var(--white) !important; }
.irl-btn-gold:hover { background: var(--gold-lt); color: var(--white) !important; }

/* ===== HERO ===== */
#irl-hero {
  clear: both;
  width: 100%;
  background:
    linear-gradient(90deg,
      rgba(13,31,60,0.96) 0%,
      rgba(13,31,60,0.9) 34%,
      rgba(13,31,60,0.62) 55%,
      rgba(13,31,60,0.25) 75%,
      rgba(13,31,60,0.1) 100%
    ),
    url("/build/images/index/bs-globe-59154347_2400x1600px.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: center;
  padding: 72px 0;
}
.hero-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 18px;
  border-left: 3px solid var(--gold);
  padding-left: 10px;
}
.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.hero-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--gold-lt);
  margin-bottom: 8px;
}
.hero-since {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.hero-desc {
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 520px;
  color: var(--white);
}
.hero-desc strong { 
  color: rgba(255,255,255,0.95); 
  color: var(--white);
}

.hero-quote {
  color: rgba(255,255,255,0.62);
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 32px;
  max-width: 480px;
  line-height: 1.6;
}

.hero-right {
  position: relative;
}

.hero-right::before {
  content: '';
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle, rgba(13,31,60,0.55) 0%, transparent 70%);
  z-index: 0;
}

.hero-card {
  background: rgba(13,31,60,0.85);   /* darker, more solid */
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 4px;
  padding: 32px;
  backdrop-filter: none;             /* remove blur */
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  max-width: 420px;
  position: relative;
  z-index: 1;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-card-label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}
.hero-price {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}
.hero-price sup { font-size: 1.4rem; vertical-align: top; margin-top: 8px; }
.hero-price-period {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.hero-value {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.85);
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1.5;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 16px;
}
.hero-card .irl-btn { width: 100%; text-align: center; padding: 15px; font-size: 0.85rem; }
.hero-globe-placeholder {
  width: 100%;
  aspect-ratio: 1;
  max-width: 340px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.2);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
  padding: 16px;
  font-size: 0.9rem;
  background: var(--gold-lt);
}

/* ===== SECTION COMMON ===== */
.irl-section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  margin-bottom: 8px;
}

.irl-section-subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 3rem);
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  margin-bottom: 8px;
}

.irl-section-sub {
  text-align: center;
  color: var(--gold);
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 52px;
  font-family: var(--font-display);
}

.price-dollar {
  font-family: var(--font-body);
  font-size: 1.35rem;
  font-weight: 700;
  vertical-align: super;
  margin-right: 3px;
  color: inherit;
}

/* ===== INCLUDES ===== */
#irl-includes {
  background: var(--off-white);
  padding: 80px 0;
  border-top: 4px solid var(--navy);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
.feature-card {
  background: var(--white);
  padding: 28px 22px;
  text-align: center;
}
.feature-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); position: relative; z-index: 1; }
.feature-icon {
  width: 52px; height: 52px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.feature-icon svg { width: 24px; height: 24px; fill: var(--white); }
.feature-h {
  font-family: var(--font-display);
  font-size: 1rem; font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px; line-height: 1.3;
}
.feature-p { font-size: 0.83rem; color: var(--muted); line-height: 1.65; }
.feature-p strong { color: var(--text); }
.feature-cta {
  display: block; margin-top: 12px;
  font-size: 0.78rem; font-weight: 700;
  color: var(--gold); text-decoration: none;
  letter-spacing: 0.04em;
}

/* ===== AUDIENCE ===== */
#irl-audience {
  background: var(--white);
  padding: 72px 0;
  border-top: 1px solid var(--border);
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 40px;
}
.audience-card {
  background: var(--white);
  padding: 32px 16px;
  text-align: center;
  transition: background 0.2s;
}
.audience-card:hover { background: var(--off-white); }
.audience-icon { margin: 0 auto 14px; color: var(--navy); }
.audience-icon svg { width: 36px; height: 36px; }
.audience-label {
  font-size: 0.8rem; font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.3;
}

/* ===== TESTIMONIALS ===== */
#irl-testimonials {
  background: var(--off-white);
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testimonial-card {
  background: var(--white);
  padding: 36px;
  border-left: 4px solid var(--gold);
  display: flex; gap: 24px; align-items: flex-start;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.testimonial-photo {
  width: 80px; height: 80px;
  border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 3px solid var(--off-white);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.testimonial-content {
  flex: 1;
}

.testimonial-quote-mark {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 8rem;
  font-weight: 900;
  color: var(--gold-lt);
  opacity: 0.6;
  line-height: 0.55;
  margin: 0 0 -20px;
  letter-spacing: -0.08em;
}
.testimonial-text {
  font-size: 0.95rem; line-height: 1.7;
  color: var(--text); font-style: italic; margin-bottom: 16px;
}

.testimonial-name { font-weight: 700; font-size: 0.9rem; color: var(--navy); margin-bottom: 3px; }
.testimonial-title { font-size: 0.78rem; color: var(--muted); line-height: 1.45; }

/* ===== FOOTER CTA ===== */
#irl-footer-cta {
  background: var(--navy);
  padding: 64px 0;
  position: relative; overflow: hidden;
}
#irl-footer-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 100% at 80% 50%, rgba(201,146,42,0.1), transparent);
  pointer-events: none;
}
.footer-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px; align-items: center;
  position: relative; z-index: 1;
}
.footer-cta-left { display: flex; align-items: center; gap: 28px; }
.footer-cta-icon {
  width: 64px; height: 64px;
  background: rgba(201,146,42,0.15);
  border: 1px solid rgba(201,146,42,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.footer-cta-icon svg { width: 32px; height: 32px; fill: var(--gold); }
.footer-cta-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 700; color: var(--white);
  margin-bottom: 6px; line-height: 1.3;
}
.footer-cta-text p { color: rgba(255,255,255,0.55); font-size: 0.9rem; }
.footer-cta-right { text-align: right; }
.footer-cta-label {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.70); margin-bottom: 6px;
}
.footer-cta-price {
  font-family: var(--font-display);
  font-size: 2.8rem; font-weight: 900;
  color: var(--gold); line-height: 1; margin-bottom: 4px;
}
.footer-cta-price sup { font-size: 1.2rem; vertical-align: top; margin-top: 6px; }
.footer-cta-period {
  font-size: 0.78rem; color: rgba(255,255,255,0.70);
  margin-bottom: 20px; letter-spacing: 0.06em;
}

/* ===== RESPONSIVE ===== */


@media (max-width: 960px) {
  .features-grid { grid-template-columns: repeat(3, 1fr); }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-globe-placeholder { display: none; }
}
@media (max-width: 720px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-cta-inner { grid-template-columns: 1fr; }
  .footer-cta-right { text-align: left; }
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 56px 0;
  }

  .hero-right {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
