/* Realti Intel — page styles: product (loaded after styles.css) */

/* Hero two-column layout collapses to a single column on mobile (image below text). */
@media (max-width: 768px) {
  .hero-split { grid-template-columns: 1fr !important; }
}

.nav-links a:hover.nav-links a.active { color: var(--white); }

section { width: 100%; }

.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 28px; }

.page-hero::before { content: ''; position: absolute; top: -200px; right: -100px; width: 700px;
    height: 700px; background: radial-gradient(ellipse, rgba(18,183,106,0.07) 0%, transparent 65%);
    pointer-events: none; }

.hero-h1 { font-size: clamp(36px,5vw,62px); font-weight: 900; line-height: 1.08;
    letter-spacing: -2px; color: var(--white); margin-bottom: 20px; }

.hero-sub { font-size: 18px; line-height: 1.65; color: var(--muted); max-width: 560px; margin-bottom: 32px; }

.section-mid { background: var(--navy-mid); padding: 96px 0; }

.section-h2-light { font-size: clamp(26px,3.5vw,42px); font-weight: 800; letter-spacing: -1px;
    color: var(--white); line-height: 1.1; margin-bottom: 18px; }

.section-h2-dark { font-size: clamp(26px,3.5vw,42px); font-weight: 800; letter-spacing: -1px;
    color: var(--text-dark); line-height: 1.1; margin-bottom: 18px; }

.for-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 36px; }

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

.for-card { background: var(--navy-mid); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px; padding: 20px 24px; display: flex; align-items: flex-start; gap: 14px; }

.persona-card:hover {
  border-color: rgba(18, 183, 106, 0.4);
  transform: translateY(-2px);
  transition: all 0.2s ease;
}

.for-icon { display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; min-width: 40px; background: rgba(18,183,106,0.12);
    border: 1px solid rgba(18,183,106,0.22); border-radius: 9px; color: var(--green); }

.for-text { font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.5; }

.for-sub { font-size: 13px; color: var(--muted); margin-top: 3px; line-height: 1.4; }

.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }

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

.problem-card { background: var(--white); border: 1px solid #E2E8F0;
    border-radius: 12px; padding: 24px; }

.problem-card-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
    color: var(--text-muted); text-transform: uppercase; margin-bottom: 12px; }

.problem-card-body { font-size: 14px; color: var(--text-body); line-height: 1.65; }

.problem-card-body strong { color: var(--text-dark); }

.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 48px; }

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

.step-card { position: relative; padding: 32px; background: var(--navy-mid);
    border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; }

.step-num { font-size: 64px; font-weight: 900; color: rgba(18,183,106,0.12);
    line-height: 1; letter-spacing: -3px; margin-bottom: 8px; }

.step-title { font-size: 17px; font-weight: 800; color: var(--white); margin-bottom: 10px;
    letter-spacing: -0.3px; }

.step-body { font-size: 14px; color: var(--muted); line-height: 1.65; }

.step-time { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px;
    font-size: 12px; font-weight: 700; color: var(--green); letter-spacing: 0.04em;
    text-transform: uppercase; }

.use-case { margin-bottom: 64px; padding-bottom: 64px; border-bottom: 1px solid rgba(0,0,0,0.08); }

.use-case:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.use-case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 28px; }

@media(max-width:768px){ .use-case-grid { grid-template-columns:1fr; gap:28px; } }

.use-case-num { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--green-dim);
    text-transform: uppercase; margin-bottom: 8px; }

.use-case-h3 { font-size: clamp(20px,2.5vw,28px); font-weight: 800; color: var(--text-dark);
    letter-spacing: -0.5px; line-height: 1.2; margin-bottom: 4px; }

.use-case-scenario { font-size: 14px; font-style: italic; color: var(--text-muted);
    line-height: 1.6; background: rgba(0,0,0,0.04); border-left: 3px solid #CBD5E1;
    border-radius: 4px; padding: 14px 18px; }

.use-case-resolution p { font-size: 15px; color: var(--text-body); line-height: 1.7; }

.use-case-resolution p + p { margin-top: 14px; }

.use-case-outcome { font-size: 15px; font-weight: 700; color: var(--green-dim); margin-top: 16px; }

.modules-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 48px; }

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

.module-card { background: var(--navy-mid); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px; padding: 28px 32px; }

.module-card:first-child { border-color: rgba(18,183,106,0.3); }

.module-icon { display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; background: rgba(18,183,106,0.12);
    border: 1px solid rgba(18,183,106,0.22); border-radius: 10px; color: var(--green); margin-bottom: 16px; }

.module-title { font-size: 17px; font-weight: 800; color: var(--white); margin-bottom: 8px;
    letter-spacing: -0.3px; }

.module-sub { font-size: 13px; font-weight: 600; color: var(--green); margin-bottom: 12px;
    letter-spacing: 0.02em; }

.module-body { font-size: 14px; color: var(--muted); line-height: 1.65; }

.module-bullets { list-style: none; margin-top: 14px; display: grid; gap: 6px; }

.module-bullets li { font-size: 13.5px; color: var(--muted); display: flex; gap: 8px;
    align-items: flex-start; line-height: 1.4; }

.module-bullets li::before { content: '→'; color: var(--green); font-weight: 700;
    flex-shrink: 0; margin-top: 1px; }

.placeholder-dark { background: rgba(255,200,50,0.05); border: 1.5px dashed rgba(255,180,0,0.25);
    border-radius: 12px; padding: 32px; text-align: center; color: #F5D060;
    font-size: 13.5px; line-height: 1.6; font-style: italic; }

.town-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }

.town-chip { font-size: 13px; font-weight: 500; color: var(--muted);
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 100px; padding: 5px 14px; }

.town-chip.live { color: var(--green); background: rgba(18,183,106,0.08);
    border-color: rgba(18,183,106,0.22); }

.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }

@media(max-width:768px){ .trust-strip { grid-template-columns:1fr; } }

.trust-card { text-align: center; padding: 24px; background: var(--navy-mid);
    border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; }

.trust-stat { font-size: 36px; font-weight: 900; color: var(--green); letter-spacing: -2px;
    line-height: 1; margin-bottom: 8px; }

.trust-label { font-size: 14px; color: var(--muted); line-height: 1.5; }

.quote-text { font-size: clamp(17px,2.5vw,24px); font-weight: 500; line-height: 1.55;
    color: var(--white); font-style: italic; margin-bottom: 20px; }

.footer-tagline { font-size: 13px; color: var(--muted); line-height: 1.6; max-width: 240px; margin-top: 12px; }

.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: var(--muted);
    text-transform: uppercase; margin-bottom: 16px; }

.footer-links { list-style: none; }

.footer-links li { margin-bottom: 10px; }

.footer-links a { font-size: 14px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color .2s; }

#cta-strip { padding: 120px 40px; }

.strip-h2 { font-size: clamp(22px,3vw,36px); font-weight: 800; letter-spacing: -1px;
    color: #FFFFFF; margin-bottom: 10px; }

.strip-sub { font-size: 16px; color: rgba(255,255,255,0.75); margin-bottom: 32px; }

h1, h2, h3 { text-wrap: balance; }

.sticky-bar-text strong { color: #12B76A; }

.sticky-bar-close:hover { color: #fff; border-color: rgba(255,255,255,0.4); }
