/* ============================================================
   TitanResolve — Home Page (Light Mode)
============================================================ */

/* ============================================================
   SHARED PRIMITIVES
============================================================ */
.section-label {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--magenta);
    margin-bottom: 0.9rem;
}

.link-arrow {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    transition: color var(--ease);
}

.link-arrow:hover {
    color: var(--magenta);
}

.full-rule {
    width: 100%;
    height: 1px;
    background: var(--divider);
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.75rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1px;
    color: #fff;
    text-decoration: none;
    background: var(--magenta);
    border-radius: var(--radius-sm);
    border: none;
    box-shadow: 0 2px 12px var(--magenta-glow);
    transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

.btn-primary:hover {
    background: var(--magenta-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px var(--magenta-glow-strong);
    color: #fff;
    text-decoration: none;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 0.72rem 1.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--container-border);
    border-radius: var(--radius-sm);
    transition: background var(--ease), border-color var(--ease), color var(--ease), transform var(--ease);
}

.btn-ghost:hover {
    background: var(--bg-surface-2);
    border-color: rgba(0, 0, 0, 0.15);
    color: var(--text-color);
    transform: translateY(-1px);
    text-decoration: none;
}

/* ============================================================
   HERO
============================================================ */
.hero {
    padding: 6rem 1.5rem 4.5rem;
    text-align: center;
    position: relative;
    background: linear-gradient(180deg,
            rgba(181, 19, 91, 0.04) 0%,
            rgba(247, 248, 252, 0) 60%);
    border-bottom: 1px solid var(--divider);
}

.hero-inner {
    max-width: 780px;
    margin: 0 auto;
}

.hero-label {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--text-faint);
    border: 1px solid var(--container-border);
    border-radius: 20px;
    padding: 0.3rem 0.9rem;
    margin-bottom: 1.75rem;
    background: var(--bg-surface);
}

.hero-headline {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--text-color);
    margin-bottom: 1.25rem;
}

.headline-accent {
    color: var(--magenta);
}

.hero-sub {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto 2.25rem;
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    flex-wrap: wrap;
}

/* ============================================================
   USP STRIP
============================================================ */
.usp-strip-wrap {
    border-bottom: 1px solid var(--divider);
    background: var(--bg-surface);
    padding: 0.8rem 1.5rem;
}

.usp-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0.76rem;
    font-weight: 500;
    color: var(--text-faint);
    letter-spacing: 0.15px;
}

.usp-icon {
    width: 12px;
    height: 12px;
    stroke: var(--magenta);
    vertical-align: middle;
    margin-right: 0.3rem;
    margin-top: -2px;
}

.usp-sep {
    opacity: 0.3;
    font-size: 1rem;
}

/* ============================================================
   ABOUT SPLIT
============================================================ */
.split-section {
    padding: 5.5rem 1.5rem;
    background: var(--bg-page);
}

.split-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 6rem;
}

.split-left {
    flex: 1.2;
}

.split-heading {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--text-color);
    margin-bottom: 1.25rem;
}

.split-body {
    font-size: 0.925rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 0.9rem;
}

.split-body:last-of-type {
    margin-bottom: 1.5rem;
}

.split-right {
    flex: 0.8;
}

.stat-block {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 2px solid var(--divider);
    padding-left: 2.5rem;
}

.stat-item {
    padding: 1.25rem 0;
}

.stat-num {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--magenta);
    line-height: 1;
    margin-bottom: 0.35rem;
}

.stat-label {
    display: block;
    font-size: 0.78rem;
    color: var(--text-faint);
    font-weight: 400;
    line-height: 1.4;
}

.stat-divider {
    height: 1px;
    background: var(--divider);
}

/* ============================================================
   WORKSPACEABOVE SPOTLIGHT
============================================================ */
.spotlight {
    padding: 5.5rem 1.5rem;
    background: var(--bg-surface);
    border-top: 1px solid var(--divider);
    border-bottom: 1px solid var(--divider);
}

.spotlight-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.spotlight-text {
    flex: 0 0 380px;
    max-width: 380px;
}

.spotlight-heading {
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--text-color);
    line-height: 1.1;
    margin-bottom: 0.2rem;
}

.spotlight-sub {
    font-size: 0.82rem;
    color: var(--magenta);
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 1.4rem;
}

.spotlight-body {
    font-size: 0.925rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 0.9rem;
}

.spotlight-body:last-of-type {
    margin-bottom: 1.75rem;
}

.spotlight-actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.spotlight-visual {
    flex: 1;
    min-width: 0;
    position: relative;
}

.mockup-frame {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    border: 1px solid var(--container-border);
    box-shadow: var(--shadow-lg);
    transition: box-shadow var(--ease), transform var(--ease);
}

.mockup-frame:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(181, 19, 91, 0.15);
    transform: translateY(-3px);
}

.mockup-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* ============================================================
   FINAL CTA
============================================================ */
.final-cta {
    padding: 6rem 1.5rem;
    text-align: center;
    background: linear-gradient(180deg,
            var(--bg-page) 0%,
            rgba(181, 19, 91, 0.04) 100%);
    border-top: 1px solid var(--divider);
}

.final-cta-inner {
    max-width: 580px;
    margin: 0 auto;
}

.final-cta-heading {
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--text-color);
    margin-bottom: 0.85rem;
}

.final-cta-sub {
    font-size: 0.975rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 900px) {
    .split-inner {
        flex-direction: column;
        gap: 3rem;
    }

    .stat-block {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid var(--divider);
        padding-top: 1.75rem;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .stat-item {
        flex: 1;
        min-width: 110px;
        padding: 0.75rem 1rem 0.75rem 0;
    }

    .stat-divider {
        display: none;
    }

    .spotlight-inner {
        flex-direction: column;
        gap: 2.5rem;
    }

    .spotlight-text {
        flex: none;
        max-width: 100%;
    }

    .hero {
        padding: 4.5rem 1.5rem 3.5rem;
    }

    .split-section,
    .spotlight {
        padding: 4rem 1.5rem;
    }

    .final-cta {
        padding: 4.5rem 1.5rem;
    }
}

@media (max-width: 600px) {
    .usp-strip {
        justify-content: flex-start;
    }

    .usp-sep {
        display: none;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary,
    .btn-ghost {
        justify-content: center;
    }

    .spotlight-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}