/* Storytelling & Media Visibility - extends the DComm design system */

.smv-page {
    --smv-ink: #f8fafc;
    --smv-muted: rgba(203, 213, 225, 0.92);
    --smv-line: rgba(148, 163, 184, 0.2);
    --smv-glow: rgba(56, 189, 248, 0.18);
    --smv-surface: rgba(15, 23, 42, 0.55);
    --smv-surface-strong: rgba(30, 41, 59, 0.72);
}

.smv-page .hero {
    position: relative;
    padding: 2.75rem 0 3.25rem;
    overflow: hidden;
}

.smv-page .hero::before {
    content: '';
    position: absolute;
    inset: auto -10% -35% 40%;
    height: 70%;
    background:
        radial-gradient(circle at 30% 40%, rgba(56, 189, 248, 0.18), transparent 55%),
        radial-gradient(circle at 70% 60%, rgba(37, 99, 235, 0.22), transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.smv-page .hero .container {
    position: relative;
    z-index: 1;
}

.smv-page .hero-text {
    max-width: 40rem;
}

.smv-page .hero-content {
    align-items: center;
    gap: 2.5rem;
}

.smv-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.smv-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.smv-breadcrumb li:not(:last-child)::after {
    content: '·';
    margin-left: 0.35rem;
    color: var(--text-secondary);
}

.smv-breadcrumb a {
    color: #93c5fd;
    text-decoration: none;
}

.smv-breadcrumb a:hover {
    text-decoration: underline;
}

.smv-page .hero h1 {
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin-bottom: 1rem;
}

.smv-page .subheadline {
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 36rem;
}

.smv-page .subheadline a {
    color: #93c5fd;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(147, 197, 253, 0.35);
}

.smv-page .subheadline a:hover {
    border-bottom-color: #93c5fd;
}

.smv-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1.35rem 0 1.35rem;
    padding: 0;
    list-style: none;
}

.smv-trust-row li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(226, 232, 240, 0.95);
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid var(--smv-line);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.smv-trust-row i {
    color: #7dd3fc;
    font-size: 0.72rem;
}

.smv-page .hero-cta-group {
    margin-top: 0.25rem;
}

/* Hero media panel */
.smv-hero-panel {
    position: relative;
    width: min(100%, 380px);
    margin-left: auto;
    padding: 1.35rem;
    border-radius: 22px;
    border: 1px solid rgba(96, 165, 250, 0.28);
    background:
        linear-gradient(160deg, rgba(30, 41, 59, 0.92) 0%, rgba(15, 23, 42, 0.88) 100%);
    box-shadow:
        0 28px 60px rgba(2, 6, 23, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.smv-hero-panel::before {
    content: '';
    position: absolute;
    inset: -40% -20% auto auto;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.25), transparent 65%);
    pointer-events: none;
}

.smv-hero-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.1rem;
}

.smv-hero-live {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #bbf7d0;
}

.smv-hero-live::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
    animation: smvPulse 2s ease-in-out infinite;
}

.smv-hero-panel-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    opacity: 0.95;
}

.smv-hero-story-card {
    padding: 1.1rem 1rem;
    border-radius: 14px;
    background: rgba(2, 6, 23, 0.45);
    border: 1px solid rgba(148, 163, 184, 0.16);
    margin-bottom: 0.85rem;
}

.smv-hero-story-card strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
    color: var(--smv-ink);
}

.smv-hero-story-card span {
    font-size: 0.82rem;
    color: var(--smv-muted);
    line-height: 1.5;
}

.smv-hero-formats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.55rem;
}

.smv-hero-formats span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.9);
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.18);
}

.smv-hero-formats i {
    color: #93c5fd;
    font-size: 0.75rem;
}

@keyframes smvPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.65; transform: scale(0.9); }
}

/* Sections */
.smv-section {
    position: relative;
    padding: 4.75rem 0;
}

.smv-section.alt-bg {
    background:
        linear-gradient(180deg, rgba(30, 41, 59, 0.42) 0%, rgba(15, 23, 42, 0.28) 100%);
}

.smv-section-head {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 2.75rem;
}

.smv-section-head .section-eyebrow {
    justify-content: center;
}

.smv-section h2 {
    text-align: center;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.smv-section > .container > .section-description,
.smv-section-head .section-description {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto;
}

.smv-prose {
    max-width: 44rem;
    margin: 0 auto;
}

.smv-prose p,
.smv-prose li {
    color: var(--smv-muted);
    line-height: 1.75;
    font-size: 1.02rem;
}

.smv-prose p + p {
    margin-top: 1rem;
}

.smv-prose a {
    color: #93c5fd;
    font-weight: 600;
    text-decoration: none;
}

.smv-prose a:hover {
    text-decoration: underline;
}

.smv-pr-summary {
    margin-top: 2.5rem;
}

/* Why it matters visual */
.smv-footprint-panel {
    max-width: 820px;
    margin: 0 auto 2rem;
    padding: 1.5rem 1.35rem 1.25rem;
    border-radius: 18px;
    border: 1px solid rgba(96, 165, 250, 0.28);
    background:
        radial-gradient(circle at 20% 30%, rgba(56, 189, 248, 0.12), transparent 45%),
        radial-gradient(circle at 85% 70%, rgba(37, 99, 235, 0.16), transparent 40%),
        linear-gradient(145deg, rgba(30, 41, 59, 0.88), rgba(15, 23, 42, 0.78));
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.28);
}

.smv-footprint-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem 0.75rem;
}

.smv-footprint-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    min-width: 7.5rem;
    padding: 0.9rem 0.85rem;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.2);
    text-align: center;
}

.smv-footprint-node span:last-child {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.92);
}

.smv-footprint-icon {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    background: rgba(37, 99, 235, 0.18);
    border: 1px solid rgba(96, 165, 250, 0.25);
    color: #7dd3fc;
    font-size: 1rem;
}

.smv-footprint-node.is-search {
    border-color: rgba(96, 165, 250, 0.4);
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.12);
}

.smv-footprint-node.is-search .smv-footprint-icon {
    background: rgba(56, 189, 248, 0.18);
    color: #38bdf8;
}

.smv-footprint-node.is-result {
    border-color: rgba(34, 197, 94, 0.35);
}

.smv-footprint-node.is-result .smv-footprint-icon {
    background: rgba(34, 197, 94, 0.14);
    color: #86efac;
}

.smv-footprint-arrow {
    color: #60a5fa;
    font-size: 0.9rem;
    opacity: 0.85;
}

.smv-footprint-caption {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.9rem;
    color: var(--smv-muted);
}

.smv-matter-lead {
    max-width: 40rem;
    margin: 0 auto 1.75rem;
    text-align: center;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--smv-muted);
}

.smv-matter-grid {
    max-width: 980px;
    margin: 0 auto;
}

.smv-matter-grid .service-card {
    text-align: center;
    padding: 1.6rem 1.25rem;
}

.smv-matter-grid .service-card i {
    margin-bottom: 0.75rem;
}

.smv-matter-grid .service-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.smv-matter-grid .service-card p {
    margin: 0;
    font-size: 0.92rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.smv-matter-close {
    max-width: 36rem;
    margin: 2rem auto 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(226, 232, 240, 0.9);
}

@media (max-width: 700px) {
    .smv-footprint-arrow {
        display: none;
    }

    .smv-footprint-flow {
        flex-direction: column;
    }

    .smv-footprint-node {
        width: min(100%, 220px);
    }
}

.smv-prose ul {
    margin: 1.25rem 0 1.5rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.65rem;
}

.smv-prose li {
    position: relative;
    padding: 0.85rem 1rem 0.85rem 2.6rem;
    border-radius: 12px;
    background: var(--smv-surface);
    border: 1px solid var(--smv-line);
}

.smv-prose li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0.9rem;
    top: 1rem;
    width: 1.15rem;
    height: 1.15rem;
    display: grid;
    place-items: center;
    font-size: 0.65rem;
    color: #86efac;
    background: rgba(34, 197, 94, 0.12);
    border-radius: 999px;
}

.smv-prose li strong {
    color: #f1f5f9;
}

/* Point / why cards */
.smv-points-grid,
.smv-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
    margin-top: 0.5rem;
}

.smv-point-card {
    position: relative;
    padding: 1.45rem 1.3rem;
    border-radius: 16px;
    border: 1px solid var(--smv-line);
    background: linear-gradient(165deg, rgba(30, 41, 59, 0.7) 0%, rgba(15, 23, 42, 0.55) 100%);
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.18);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.smv-point-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.08), transparent 45%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.smv-point-card:hover {
    transform: translateY(-4px);
    border-color: rgba(96, 165, 250, 0.4);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.28);
}

.smv-point-card:hover::after {
    opacity: 1;
}

.smv-icon {
    display: grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.85rem;
    border-radius: 12px;
    background: rgba(37, 99, 235, 0.16);
    border: 1px solid rgba(96, 165, 250, 0.22);
    color: #7dd3fc;
    font-size: 1rem;
}

.smv-point-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
    color: var(--smv-ink);
}

.smv-point-card p {
    margin: 0;
    font-size: 0.92rem;
    color: var(--smv-muted);
    line-height: 1.55;
}

/* ChangeForLife showcase */
.smv-cfl-card {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    align-items: stretch;
    padding: 2rem;
    border-radius: 22px;
    border: 1px solid rgba(52, 211, 153, 0.28);
    background:
        radial-gradient(circle at 90% 10%, rgba(34, 197, 94, 0.12), transparent 40%),
        linear-gradient(145deg, rgba(30, 41, 59, 0.92) 0%, rgba(15, 23, 42, 0.82) 100%);
    box-shadow: 0 24px 55px rgba(2, 6, 23, 0.4);
}

.smv-cfl-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #bbf7d0;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.32);
    margin-bottom: 0.9rem;
}

.smv-cfl-copy h3 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    letter-spacing: -0.02em;
    color: var(--smv-ink);
}

.smv-cfl-copy p {
    color: var(--smv-muted);
    line-height: 1.7;
    margin: 0 0 1rem;
}

.smv-cfl-copy a {
    color: #93c5fd;
    font-weight: 600;
    text-decoration: none;
}

.smv-cfl-copy a:hover {
    text-decoration: underline;
}

.smv-cfl-actions {
    margin-top: 1.25rem;
}

.smv-cfl-list {
    list-style: none;
    margin: 0 0 1.15rem;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.smv-cfl-list li {
    position: relative;
    padding-left: 1.4rem;
    color: var(--smv-muted);
    line-height: 1.55;
    font-size: 0.95rem;
}

.smv-cfl-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #34d399, #60a5fa);
}

.smv-disclaimer {
    margin: 1.1rem 0 0;
    padding: 0.9rem 1rem;
    font-size: 0.86rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.9);
    background: rgba(15, 23, 42, 0.55);
    border-left: 3px solid rgba(251, 191, 36, 0.7);
    border-radius: 0 10px 10px 0;
}

.smv-cfl-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.5rem 1.35rem;
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 20%, rgba(56, 189, 248, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(30, 41, 59, 0.95), rgba(2, 6, 23, 0.9));
    border: 1px solid rgba(96, 165, 250, 0.28);
    text-align: center;
    min-height: 280px;
}

.smv-cfl-visual-mark {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.35rem;
    border-radius: 16px;
    background: rgba(37, 99, 235, 0.18);
    border: 1px solid rgba(96, 165, 250, 0.28);
    color: #7dd3fc;
    font-size: 1.6rem;
}

.smv-cfl-handle {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #f8fafc;
    margin: 0;
}

.smv-cfl-visual-sub {
    margin: 0;
    font-size: 0.85rem;
    color: var(--smv-muted);
}

.smv-cfl-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.smv-cfl-chips span {
    padding: 0.3rem 0.65rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #bfdbfe;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(96, 165, 250, 0.22);
}

/* Services */
.smv-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.smv-service-item {
    padding: 1.35rem 1.2rem;
    border-radius: 14px;
    border: 1px solid var(--smv-line);
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.smv-service-item:hover {
    transform: translateY(-3px);
    border-color: rgba(96, 165, 250, 0.38);
    box-shadow: 0 14px 32px rgba(2, 6, 23, 0.25);
}

.smv-service-item .smv-icon {
    margin-bottom: 0.7rem;
}

.smv-service-item h3 {
    font-size: 1rem;
    margin-bottom: 0.35rem;
    color: var(--smv-ink);
}

.smv-service-item p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--smv-muted);
    line-height: 1.55;
}

/* Audience */
.smv-audience-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    max-width: 860px;
    margin: 0 auto;
}

.smv-audience-grid span {
    padding: 0.55rem 0.95rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.92);
    border-radius: 999px;
    border: 1px solid var(--smv-line);
    background: rgba(15, 23, 42, 0.5);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.smv-audience-grid span:hover {
    color: #fff;
    border-color: rgba(96, 165, 250, 0.4);
    background: rgba(37, 99, 235, 0.15);
}

/* Process */
.smv-process .steps {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.smv-process .step {
    padding: 1.25rem 1.1rem;
    border-radius: 14px;
    background: var(--smv-surface);
    border: 1px solid var(--smv-line);
    text-align: left;
}

.smv-process .step-number {
    margin-bottom: 0.75rem;
}

.smv-process .step h3 {
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.smv-process .step p {
    font-size: 0.88rem;
    margin: 0;
    color: var(--smv-muted);
    line-height: 1.5;
}

.smv-inline-cta {
    text-align: center;
    margin-top: 2.5rem;
}

.smv-page .faq-item a {
    color: #93c5fd;
    font-weight: 600;
    text-decoration: none;
}

.smv-page .faq-item a:hover {
    text-decoration: underline;
}

/* Final CTA */
.smv-lead-block {
    max-width: 640px;
    margin: 0 auto;
    padding: 2.35rem 2rem;
    border-radius: 22px;
    border: 1px solid rgba(96, 165, 250, 0.3);
    background:
        radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.16), transparent 55%),
        linear-gradient(165deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.85));
    box-shadow: 0 24px 50px rgba(2, 6, 23, 0.35);
    text-align: center;
}

.smv-lead-block .section-eyebrow {
    justify-content: center;
}

.smv-lead-block h2 {
    margin-bottom: 0.75rem;
}

.smv-lead-block .section-description {
    margin: 0 auto;
}

.smv-lead-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.smv-page .footer .contact-info a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.smv-page .footer .contact-info a:hover,
.smv-footer-email {
    color: #93c5fd;
}

.smv-footer-email {
    font-weight: 600;
    text-decoration: none;
}

.smv-footer-email:hover {
    text-decoration: underline;
}

/* Soft entrance - only when JS enables it */
html.smv-animate .smv-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

html.smv-animate .smv-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .smv-points-grid,
    .smv-why-grid,
    .smv-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .smv-process .steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .smv-cfl-card {
        grid-template-columns: 1fr;
    }

    .smv-cfl-visual {
        order: -1;
        max-width: 340px;
        margin: 0 auto;
        width: 100%;
    }

    .smv-hero-panel {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .smv-page .hero {
        padding: 2rem 0 2.5rem;
    }

    .smv-page .hero-cta-group {
        align-items: stretch;
    }

    .smv-page .hero-cta-group .cta-button,
    .smv-page .hero-cta-group .hero-cta-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .smv-section {
        padding: 3.25rem 0;
    }

    .smv-points-grid,
    .smv-why-grid,
    .smv-services-grid,
    .smv-process .steps {
        grid-template-columns: 1fr;
    }

    .smv-cfl-card {
        padding: 1.4rem 1.2rem;
    }

    .smv-lead-block {
        padding: 1.75rem 1.25rem;
    }

    .smv-lead-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .smv-lead-actions .cta-button {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .smv-hero-live::before,
    .smv-reveal,
    .smv-point-card,
    .smv-service-item {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
