﻿/* =====================================================
   CUSTOMER STORY PAGE STYLES
   Resume Target - Professional, Conversion-Focused
   Version 3.1 - January 2026
   ===================================================== */

@font-face {
    font-family: 'AvertaPE';
    src: url('/asset/fonts/AvertaPE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaPESemiBold';
    src: url('/asset/fonts/AvertaPE-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaPEBold';
    src: url('/asset/fonts/AvertaPE-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --navy: #1f295e;
    --navy-light: #2a3a7d;
    --green: #47BB5C;
    --green-dark: #3da24f;
    --green-light: #e8f8eb;
    --orange: #f5a623;
    --text-dark: #1a1a2e;
    --text-body: #334155;
    --text-muted: #64748b;
    --white: #ffffff;
    --off-white: #f8f9fa;
    --border-light: #e2e8f0;
}

.customer-story-page { background: var(--white); }

/* BREADCRUMB */
.story-breadcrumb { background: var(--off-white); padding: 14px 0; border-bottom: 1px solid var(--border-light); }
.story-breadcrumb-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; font-family: AvertaPE, sans-serif; font-size: 14px; color: var(--text-muted); }
.story-breadcrumb-inner a { color: var(--text-muted); text-decoration: none; transition: color 0.2s ease; }
.story-breadcrumb-inner a:hover { color: var(--navy); }
.story-breadcrumb-inner .sep { margin: 0 10px; color: var(--border-light); }
.story-breadcrumb-inner .current { color: var(--navy); font-family: AvertaPESemiBold, sans-serif; }

/* HERO */
.story-hero { background: linear-gradient(135deg, #1a1f3d 0%, var(--navy) 100%); padding: 60px 0 80px; }
.story-hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }

.story-hero-media { position: relative; }
.video-container { position: relative; border-radius: 16px; overflow: hidden; cursor: pointer; box-shadow: 0 20px 50px rgba(0,0,0,0.3); transition: transform 0.4s ease, box-shadow 0.4s ease; }
.video-container:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(0,0,0,0.4); }
.video-thumbnail { width: 100%; height: auto; display: block; object-fit: cover; }
.video-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80px; height: 80px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 30px rgba(71,187,92,0.4); transition: all 0.3s ease; }
.video-container:hover .video-play-btn { transform: translate(-50%,-50%) scale(1.1); background: var(--green-dark); }
.video-play-btn svg { width: 32px; height: 32px; color: white; margin-left: 4px; }
.video-caption { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; font-family: AvertaPESemiBold, sans-serif; font-size: 14px; color: rgba(255,255,255,0.7); }
.video-caption svg { width: 18px; height: 18px; stroke: var(--green); }

.story-hero-content { max-width: 520px; }
.story-hero-eyebrow { font-family: AvertaPESemiBold, sans-serif; font-size: 13px; color: var(--green); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; }
.story-hero-result { display: flex; align-items: baseline; margin-bottom: 20px; }
.result-number { font-family: AvertaPEBold, sans-serif; font-size: 48px; color: white; line-height: 1; }
.story-hero-headline { font-family: AvertaPEBold, sans-serif; font-size: 38px; line-height: 1.2; color: white; margin: 0 0 16px 0; }
.story-hero-headline em { font-style: normal; color: var(--green); }
.story-hero-subhead { font-family: AvertaPE, sans-serif; font-size: 18px; line-height: 1.5; color: rgba(255,255,255,0.8); margin: 0 0 24px 0; }
.story-hero-quote { padding: 24px; background: rgba(255,255,255,0.08); border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; margin-bottom: 28px; }
.story-hero-quote blockquote { font-family: AvertaPE, sans-serif; font-size: 17px; line-height: 1.6; color: white; margin: 0 0 12px 0; font-style: italic; }
.story-hero-quote cite { font-family: AvertaPESemiBold, sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); font-style: normal; }
.story-hero-cta { display: flex; gap: 14px; }

/* Tagline Button */
.btn-tagline { display: inline-flex; flex-direction: column; align-items: flex-start; padding: 18px 28px; background: var(--green); color: white !important; border-radius: 10px; text-decoration: none !important; transition: all 0.3s ease; box-shadow: 0 6px 24px rgba(71,187,92,0.4); }
.btn-tagline:hover { background: #2d8a3e; transform: translateY(-3px); box-shadow: 0 10px 32px rgba(71,187,92,0.5); text-decoration: none !important; color: white !important; }
.btn-tagline-main { font-family: AvertaPEBold, sans-serif; font-size: 18px; line-height: 1.2; display: flex; align-items: center; gap: 8px; color: white !important; }
.btn-tagline-main::after { content: '→'; font-size: 16px; transition: transform 0.2s ease; }
.btn-tagline:hover .btn-tagline-main::after { transform: translateX(4px); }
.btn-tagline-sub { font-family: AvertaPE, sans-serif; font-size: 13px; opacity: 0.85; margin-top: 4px; color: white !important; }
.btn-tagline:hover .btn-tagline-main, .btn-tagline:hover .btn-tagline-sub { color: white !important; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; background: var(--green); color: white; border-radius: 8px; font-family: AvertaPESemiBold, sans-serif; font-size: 16px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 14px rgba(71,187,92,0.3); }
.btn-primary:hover { background: #3a9e4d; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(71,187,92,0.4); text-decoration: none; color: white; }
.btn-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; background: transparent; color: var(--navy); border: 2px solid var(--navy); border-radius: 8px; font-family: AvertaPESemiBold, sans-serif; font-size: 16px; text-decoration: none; transition: all 0.3s ease; }
.btn-secondary:hover { background: var(--navy); color: white; text-decoration: none; }
.btn-outline { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; background: transparent; color: white; border: 2px solid rgba(255,255,255,0.4); border-radius: 8px; font-family: AvertaPESemiBold, sans-serif; font-size: 16px; text-decoration: none; transition: all 0.3s ease; }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.8); text-decoration: none; color: white; }
.btn-primary-light { display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; background: white; color: var(--navy); border-radius: 8px; font-family: AvertaPESemiBold, sans-serif; font-size: 17px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 14px rgba(0,0,0,0.1); }
.btn-primary-light:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); text-decoration: none; color: var(--navy); }
.btn-primary-large { display: inline-flex; align-items: center; justify-content: center; padding: 18px 40px; background: var(--green); color: white; border-radius: 10px; font-family: AvertaPESemiBold, sans-serif; font-size: 18px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 6px 20px rgba(71,187,92,0.35); }
.btn-primary-large:hover { background: #3a9e4d; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(71,187,92,0.45); text-decoration: none; color: white; }
.btn-outline-large { display: inline-flex; align-items: center; justify-content: center; padding: 18px 40px; background: transparent; color: var(--navy); border: 2px solid var(--navy); border-radius: 10px; font-family: AvertaPESemiBold, sans-serif; font-size: 18px; text-decoration: none; transition: all 0.3s ease; }
.btn-outline-large:hover { background: var(--navy); color: white; text-decoration: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-family: AvertaPESemiBold, sans-serif; font-size: 15px; color: var(--green); text-decoration: none; transition: gap 0.2s ease; }
.link-arrow:hover { gap: 10px; text-decoration: none; color: #3a9e4d; }
.link-arrow::after { content: '→'; }

/* BEFORE SECTION */
.story-before { background: #e8f4fc; padding: 80px 0; }
.story-before-inner { max-width: 700px; margin: 0 auto; padding: 0 20px; }
.before-header { text-align: center; margin-bottom: 40px; }
.before-headline { font-family: AvertaPEBold, sans-serif; font-size: 36px; color: var(--navy); margin: 0; }

.before-cards { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-bottom: 40px; }
.before-card { display: flex; align-items: center; gap: 16px; background: white; padding: 20px 28px; border-radius: 14px; box-shadow: 0 2px 12px rgba(31,41,94,0.06); max-width: 480px; width: 100%; transition: transform 0.2s ease; }
.before-card:nth-child(2) { transform: translateX(30px); }
.before-card:nth-child(3) { transform: translateX(-20px); }
.before-card-highlight { border: 2px solid var(--navy); box-shadow: 0 4px 20px rgba(31,41,94,0.12); }
.before-card-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.before-card:nth-child(1) .before-card-icon { background: #fce8e8; }
.before-card:nth-child(1) .before-card-icon svg { stroke: #dc2626; }
.before-card:nth-child(2) .before-card-icon { background: #fff3e0; }
.before-card:nth-child(2) .before-card-icon svg { stroke: #f5a623; }
.before-card:nth-child(3) .before-card-icon { background: #fce4ec; }
.before-card:nth-child(3) .before-card-icon svg { stroke: #e91e63; }
.before-card-icon svg { width: 24px; height: 24px; }
.before-card-content { flex: 1; }
.before-card-text { font-family: AvertaPESemiBold, sans-serif; font-size: 16px; color: var(--text-dark); line-height: 1.4; }

.before-bottom { text-align: center; }
.before-quote { background: white; padding: 28px 32px; border-radius: 14px; box-shadow: 0 2px 12px rgba(31,41,94,0.06); margin-bottom: 28px; max-width: 540px; margin-left: auto; margin-right: auto; }
.before-quote blockquote { font-family: AvertaPE, sans-serif; font-size: 18px; line-height: 1.6; color: var(--text-dark); font-style: italic; margin: 0; }
.before-relate p { font-family: AvertaPE, sans-serif; font-size: 17px; color: var(--text-body); margin: 0 0 12px 0; line-height: 1.5; }
.before-relate strong { color: var(--navy); font-family: AvertaPESemiBold, sans-serif; }

/* CONVERSATION SECTION */
.story-conversation { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 90px 0; }
.story-conversation-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.conversation-header { text-align: center; margin-bottom: 60px; }
.conversation-eyebrow { display: inline-block; font-family: AvertaPESemiBold, sans-serif; font-size: 13px; color: var(--green); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; }
.conversation-header h2 { font-family: AvertaPEBold, sans-serif; font-size: 40px; color: white; margin: 0 0 14px 0; }
.conversation-subhead { font-family: AvertaPE, sans-serif; font-size: 18px; color: rgba(255,255,255,0.75); margin: 0; }
.conversation-content { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: start; }
.conversation-visual { background: rgba(255,255,255,0.06); border-radius: 16px; padding: 32px; border: 1px solid rgba(255,255,255,0.1); }
.conversation-graphic { display: flex; flex-direction: column; gap: 16px; }
.convo-bubble { background: rgba(255,255,255,0.08); border-radius: 12px; padding: 20px; }
.convo-bubble .bubble-label { display: block; font-family: AvertaPESemiBold, sans-serif; font-size: 11px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.convo-bubble .bubble-text { font-family: AvertaPE, sans-serif; font-size: 15px; color: rgba(255,255,255,0.9); line-height: 1.5; }
.convo-question { border-left: 3px solid var(--orange); }
.convo-discovery { border-left: 3px solid #60a5fa; }
.convo-result { border-left: 3px solid var(--green); background: rgba(71,187,92,0.12); }
.convo-result .bubble-text { font-family: AvertaPESemiBold, sans-serif; color: white; }
.convo-arrow { display: flex; justify-content: center; padding: 4px 0; }
.convo-arrow svg { width: 20px; height: 20px; stroke: rgba(255,255,255,0.3); }
.conversation-discoveries h3 { font-family: AvertaPEBold, sans-serif; font-size: 20px; color: white; margin: 0 0 20px 0; }
.discovery-list { list-style: none; padding: 0; margin: 0 0 32px 0; }
.discovery-list li { position: relative; padding: 14px 0 14px 28px; border-bottom: 1px solid rgba(255,255,255,0.1); font-family: AvertaPE, sans-serif; font-size: 16px; color: rgba(255,255,255,0.9); line-height: 1.5; }
.discovery-list li:last-child { border-bottom: none; }
.discovery-list li::before { content: ''; position: absolute; left: 0; top: 18px; width: 8px; height: 8px; background: var(--green); border-radius: 50%; }
.conversation-quote { margin-bottom: 28px; }
.conversation-quote blockquote { font-family: AvertaPE, sans-serif; font-size: 18px; line-height: 1.6; color: white; font-style: italic; margin: 0; padding-left: 20px; border-left: 3px solid var(--green); }
.conversation-cta { text-align: left; }

/* JOURNEY SECTIONS */
.story-journey { background: var(--white); padding: 90px 0; }
.story-journey-inner { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.journey-section { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid var(--border-light); }
.journey-section:last-of-type { margin-bottom: 60px; border-bottom: none; }
.journey-section-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.journey-number { font-family: AvertaPEBold, sans-serif; font-size: 14px; color: var(--green); background: var(--green-light); padding: 6px 12px; border-radius: 4px; }
.journey-title { font-family: AvertaPEBold, sans-serif; font-size: 28px; color: var(--navy); margin: 0; }
.journey-content p { font-family: AvertaPE, sans-serif; font-size: 17px; line-height: 1.75; color: var(--text-body); margin: 0 0 18px 0; }
.journey-content p:last-of-type { margin-bottom: 0; }
.journey-quote { margin-top: 28px; padding: 24px; background: var(--off-white); border-radius: 10px; border-left: 4px solid var(--green); }
.journey-quote blockquote { font-family: AvertaPE, sans-serif; font-size: 17px; line-height: 1.6; color: var(--navy); font-style: italic; margin: 0; }

/* Journey Embedded Video */
.journey-video { margin-top: 32px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(31,41,94,0.1); }
.journey-video iframe { width: 100%; aspect-ratio: 16/9; border: none; display: block; }

.journey-mid-cta { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); border-radius: 16px; padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.mid-cta-content { flex: 1; }
.mid-cta-tagline { font-family: AvertaPESemiBold, sans-serif; font-size: 14px; color: var(--green); margin: 0 0 6px 0; }
.mid-cta-text { font-family: AvertaPEBold, sans-serif; font-size: 22px; color: white; margin: 0; }
.mid-cta-buttons { display: flex; gap: 12px; flex-shrink: 0; }

/* RESULTS */
.story-results { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 90px 0; }
.story-results-inner { max-width: 900px; margin: 0 auto; padding: 0 20px; text-align: center; }
.results-header { margin-bottom: 50px; }
.results-eyebrow { display: inline-block; font-family: AvertaPESemiBold, sans-serif; font-size: 13px; color: var(--green); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.results-header h2 { font-family: AvertaPEBold, sans-serif; font-size: 38px; color: white; margin: 0; }
.results-metrics { display: flex; justify-content: center; gap: 30px; margin-bottom: 50px; }
.result-metric { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 32px 40px; background: rgba(255,255,255,0.06); border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); min-width: 180px; }
.metric-number { font-family: AvertaPEBold, sans-serif; font-size: 52px; color: var(--green); line-height: 1; }
.metric-label { font-family: AvertaPE, sans-serif; font-size: 15px; color: rgba(255,255,255,0.8); text-align: center; line-height: 1.4; }
.results-quote { max-width: 700px; margin: 0 auto 40px; }
.results-quote blockquote { font-family: AvertaPE, sans-serif; font-size: 22px; line-height: 1.6; color: white; font-style: italic; margin: 0 0 16px 0; }
.results-quote cite { font-family: AvertaPESemiBold, sans-serif; font-size: 16px; color: rgba(255,255,255,0.7); font-style: normal; }
.results-cta { margin-top: 10px; }

/* FINAL CTA */
.story-final-cta { background: linear-gradient(180deg, var(--off-white) 0%, #eef1f5 100%); padding: 100px 0; position: relative; }
.story-final-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, var(--green) 0%, var(--navy) 100%); }
.story-final-cta-inner { max-width: 800px; margin: 0 auto; padding: 0 20px; text-align: center; }
.final-cta-content h2 { font-family: AvertaPEBold, sans-serif; font-size: 42px; color: var(--navy); margin: 0 0 24px 0; }
.final-cta-tagline { display: inline-block; background: var(--navy); padding: 16px 28px; border-radius: 8px; margin-bottom: 20px; }
.final-cta-tagline .tagline-text { font-family: AvertaPESemiBold, sans-serif; font-size: 18px; color: white; }
.final-cta-subtext { font-family: AvertaPE, sans-serif; font-size: 18px; color: var(--text-body); margin: 0 0 36px 0; line-height: 1.6; }
.final-cta-buttons { display: flex; justify-content: center; gap: 16px; margin-bottom: 28px; }
.final-cta-guarantee { display: inline-flex; align-items: center; gap: 10px; font-family: AvertaPESemiBold, sans-serif; font-size: 15px; color: var(--text-muted); }
.final-cta-guarantee svg { width: 20px; height: 20px; stroke: var(--green); }

/* MORE STORIES */
.more-stories { background: var(--white); padding: 90px 0; border-top: 1px solid var(--border-light); }
.more-stories-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.more-stories-header { text-align: center; margin-bottom: 50px; }
.more-stories-header h2 { font-family: AvertaPEBold, sans-serif; font-size: 34px; color: var(--navy); margin: 0 0 8px 0; }
.more-stories-header p { font-family: AvertaPE, sans-serif; font-size: 17px; color: var(--text-muted); margin: 0; }
.more-stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 40px; }
.related-story-card { background: white; border-radius: 14px; overflow: hidden; text-decoration: none; box-shadow: 0 4px 16px rgba(31,41,94,0.08); transition: all 0.3s ease; border: 1px solid var(--border-light); }
.related-story-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(31,41,94,0.14); }
.related-story-image { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.related-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.related-story-card:hover .related-story-image img { transform: scale(1.05); }
.related-story-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50px; height: 50px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; box-shadow: 0 4px 16px rgba(71,187,92,0.4); }
.related-story-card:hover .related-story-play { transform: translate(-50%,-50%) scale(1.1); }
.related-story-play svg { width: 20px; height: 20px; color: white; margin-left: 2px; }
.related-story-content { padding: 22px; }
.related-story-result { font-family: AvertaPESemiBold, sans-serif; font-size: 13px; color: var(--green); margin-bottom: 8px; }
.related-story-name { font-family: AvertaPEBold, sans-serif; font-size: 20px; color: var(--navy); margin: 0 0 6px 0; }
.related-story-teaser { font-family: AvertaPE, sans-serif; font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.4; }
.more-stories-cta { text-align: center; }

/* FAQ SECTION */
.story-faq { background: var(--off-white); padding: 90px 0; }
.story-faq-inner { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.faq-header { text-align: center; margin-bottom: 50px; }
.faq-header h2 { font-family: AvertaPEBold, sans-serif; font-size: 32px; color: var(--navy); margin: 0 0 12px 0; }
.faq-header p { font-family: AvertaPE, sans-serif; font-size: 17px; color: var(--text-muted); margin: 0; }
.faq-list { display: flex; flex-direction: column; gap: 20px; }
.faq-item { background: white; border-radius: 12px; padding: 28px 32px; box-shadow: 0 2px 12px rgba(31,41,94,0.06); }
.faq-question { font-family: AvertaPESemiBold, sans-serif; font-size: 18px; color: var(--navy); margin: 0 0 16px 0; line-height: 1.4; }
.faq-answer { font-family: AvertaPE, sans-serif; font-size: 16px; color: var(--text-body); line-height: 1.7; }
.faq-answer p { margin: 0 0 12px 0; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer strong { color: var(--navy); font-family: AvertaPESemiBold, sans-serif; }
.faq-answer em { color: var(--text-dark); }
.faq-answer ol { margin: 12px 0 0 0; padding-left: 20px; }
.faq-answer li { margin-bottom: 8px; }
.faq-answer li:last-child { margin-bottom: 0; }

/* VIDEO MODAL */
.video-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.video-modal.active { opacity: 1; visibility: visible; }
.video-modal-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.92); }
.video-modal-content { position: relative; width: 90%; max-width: 1000px; z-index: 1; }
.video-modal-close { position: absolute; top: -50px; right: 0; background: transparent; border: none; cursor: pointer; padding: 10px; }
.video-modal-close svg { width: 32px; height: 32px; stroke: white; transition: opacity 0.2s ease; }
.video-modal-close:hover svg { opacity: 0.7; }
.video-modal-body { position: relative; padding-bottom: 56.25%; background: black; border-radius: 12px; overflow: hidden; }
.video-modal-body iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

/* RESPONSIVE - TABLET */
@media (max-width: 1024px) {
    .story-hero-inner { grid-template-columns: 1fr; gap: 50px; }
    .story-hero-media { order: 1; max-width: 550px; margin: 0 auto; }
    .story-hero-content { order: 0; max-width: 100%; text-align: center; }
    .story-hero-result { justify-content: center; }
    .story-hero-quote { text-align: left; }
    .story-hero-cta { justify-content: center; }
    .story-hero-headline { font-size: 34px; }
    .before-content { grid-template-columns: 1fr; gap: 40px; }
    .conversation-content { grid-template-columns: 1fr; gap: 40px; }
    .conversation-cta { text-align: center; }
    .results-metrics { flex-wrap: wrap; }
    .journey-mid-cta { flex-direction: column; text-align: center; }
    .more-stories-grid { grid-template-columns: repeat(2, 1fr); }
}

/* RESPONSIVE - MOBILE */
@media (max-width: 768px) {
    .story-breadcrumb { display: none; }
    .top-bar { display: none !important; }
    .story-hero { padding: 40px 0 60px; }
    .story-hero-headline { font-size: 28px; }
    .result-number { font-size: 40px; }
    .story-hero-subhead { font-size: 16px; }
    .story-hero-cta { flex-direction: column; align-items: center; }
    .btn-tagline { width: 100%; max-width: 320px; }
    .video-play-btn { width: 60px; height: 60px; }
    .video-play-btn svg { width: 24px; height: 24px; }
    .story-before, .story-conversation, .story-journey, .story-results, .story-final-cta, .more-stories { padding: 60px 0; }
    .before-headline { font-size: 28px; }
    .before-card { padding: 16px 20px; }
    .before-card:nth-child(2), .before-card:nth-child(3) { transform: none; }
    .before-card-icon { width: 40px; height: 40px; }
    .before-card-icon svg { width: 20px; height: 20px; }
    .before-card-text { font-size: 15px; }
    .conversation-header h2 { font-size: 28px; }
    .conversation-visual { padding: 24px; }
    .journey-title { font-size: 24px; }
    .journey-mid-cta { padding: 28px; }
    .mid-cta-text { font-size: 18px; }
    .mid-cta-buttons { flex-direction: column; width: 100%; }
    .mid-cta-buttons .btn-primary, .mid-cta-buttons .btn-outline { width: 100%; justify-content: center; }
    .results-metrics { flex-direction: column; gap: 16px; }
    .result-metric { padding: 24px 32px; min-width: auto; }
    .metric-number { font-size: 44px; }
    .results-header h2 { font-size: 30px; }
    .results-quote blockquote { font-size: 18px; }
    .final-cta-content h2 { font-size: 30px; }
    .final-cta-tagline { padding: 14px 20px; }
    .final-cta-tagline .tagline-text { font-size: 15px; }
    .final-cta-buttons { flex-direction: column; align-items: center; }
    .btn-primary-large, .btn-outline-large { width: 100%; max-width: 280px; justify-content: center; }
    .more-stories-grid { grid-template-columns: 1fr; gap: 24px; }
    .more-stories-header h2 { font-size: 28px; }
    .faq-header h2 { font-size: 26px; }
    .faq-item { padding: 22px 20px; }
    .faq-question { font-size: 16px; }
}

@media (max-width: 480px) {
    .story-hero-headline { font-size: 26px; }
    .result-number { font-size: 36px; }
    .story-hero-tagline { padding: 10px 16px; }
    .story-hero-tagline .tagline-text { font-size: 13px; }
    .painpoint { padding: 14px 16px; }
    .conversation-header h2 { font-size: 24px; }
    .journey-section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .final-cta-content h2 { font-size: 26px; }
}