/* ===== VIDEO TO PROMPT — Unique "Studio" Theme ===== */
/* Warm Coral / Deep Navy / No copy look */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --coral: #FF6B35;
    --coral-light: #FF8B5E;
    --coral-dark: #E55A2B;
    --gold: #F7C948;
    --navy: #0F172A;
    --navy-light: #1E293B;
    --teal: #0EA5E9;
    --teal-light: #38BDF8;
    --mint: #10B981;
    --bg: #FEFBF6;
    --bg-warm: #FFF8F0;
    --bg-navy: #0F172A;
    --card: #FFFFFF;
    --text: #0F172A;
    --text-mid: #475569;
    --text-light: #94A3B8;
    --border: #E8DFD5;
    --border-light: #F5EDE4;
    --shadow-sm: 0 1px 3px rgba(15, 23, 42, .06);
    --shadow-md: 0 4px 16px rgba(15, 23, 42, .08);
    --shadow-lg: 0 12px 40px rgba(15, 23, 42, .1);
    --shadow-glow: 0 8px 32px rgba(255, 107, 53, .15);
    --radius: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --radius-sm: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    color: var(--coral);
    text-decoration: none;
    transition: .2s;
}

a:hover {
    color: var(--coral-dark);
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
}

.content-narrow {
    max-width: 780px;
    margin: 0 auto;
}

/* ===== TYPOGRAPHY ===== */
h1,
h2,
h3,
h4 {
    color: var(--text);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
}

h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
}

h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    margin-bottom: 12px;
}

h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
}

p {
    color: var(--text-mid);
    margin-bottom: 16px;
}

.text-gradient {
    background: linear-gradient(135deg, var(--coral) 0%, var(--gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(255, 107, 53, .08);
    color: var(--coral);
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 16px;
}

.section-header {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 36px;
}

.section-header p {
    font-size: 1.08rem;
    color: var(--text-mid);
}

/* ===== HEADER ===== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(254, 251, 246, .85);
    backdrop-filter: blur(20px) saturate(1.2);
    border-bottom: 1px solid rgba(232, 223, 213, .6);
    transition: .3s;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--navy);
    text-decoration: none;
}

.logo-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--coral), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 107, 53, .25);
}

.logo-accent {
    color: var(--coral);
}

.nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-link {
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    color: var(--text-mid);
    font-size: .88rem;
    font-weight: 500;
    transition: .2s;
}

.nav-link:hover,
.nav-link.active {
    color: var(--coral);
    background: rgba(255, 107, 53, .06);
}

.nav-cta {
    padding: 10px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--coral), var(--coral-light));
    color: #fff !important;
    font-size: .88rem;
    font-weight: 700;
    margin-left: 10px;
    transition: .3s;
    box-shadow: 0 4px 14px rgba(255, 107, 53, .3);
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, .4);
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--navy);
    margin: 5px 0;
    border-radius: 2px;
    transition: .3s;
}

/* ===== HERO (Split Layout) ===== */
.hero {
    padding: 110px 0 40px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 53, .08) 0%, transparent 70%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 201, 72, .06) 0%, transparent 70%);
    pointer-events: none;
}

.hero-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.hero-left {
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 50px;
    background: var(--navy);
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 28px;
}

.hero-badge .badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mint);
    animation: pulse-dot 2s ease infinite;
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }
}

.hero-title {
    margin-bottom: 20px;
}

.hero-title .text-gradient {
    display: block;
}

.hero-desc {
    font-size: 1.12rem;
    color: var(--text-mid);
    line-height: 1.8;
    margin-bottom: 32px;
    max-width: 520px;
}

.hero-stats {
    display: flex;
    gap: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
}

.hero-stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--navy);
}

.hero-stat-label {
    font-size: .78rem;
    color: var(--text-light);
    font-weight: 500;
}

.hero-right {
    position: relative;
    z-index: 1;
}

.hero-visual {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 24px;
    box-shadow: var(--shadow-lg);
    position: relative;
}

.hero-visual::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: calc(var(--radius-xl) + 2px);
    background: linear-gradient(135deg, var(--coral), var(--gold), var(--teal));
    z-index: -1;
    opacity: .3;
}

.hero-visual-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-light);
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot-red {
    background: #FF5F57;
}

.dot-yellow {
    background: #FFBD2E;
}

.dot-green {
    background: #28CA41;
}

.hero-code {
    font-family: 'JetBrains Mono', monospace;
    font-size: .78rem;
    line-height: 2;
    color: var(--text-mid);
}

.hero-code .hl-coral {
    color: var(--coral);
    font-weight: 600;
}

.hero-code .hl-teal {
    color: var(--teal);
    font-weight: 600;
}

.hero-code .hl-gold {
    color: #B8860B;
    font-weight: 600;
}

.hero-code .hl-navy {
    color: var(--navy);
    font-weight: 600;
}

.floating-badge {
    position: absolute;
    padding: 10px 18px;
    border-radius: 50px;
    background: var(--card);
    box-shadow: var(--shadow-md);
    font-size: .78rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    animation: float 3s ease-in-out infinite;
}

.fb-1 {
    bottom: -16px;
    left: -20px;
    color: var(--mint);
    animation-delay: 0s;
}

.fb-2 {
    top: 20px;
    right: -24px;
    color: var(--coral);
    animation-delay: 1s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* ===== CENTERED HERO ===== */
.hero-centered {
    text-align: center;
    padding: 120px 0 50px;
}

.hero-center-wrap {
    max-width: 720px;
    margin: 0 auto 28px;
}

.hero-centered .hero-badge {
    margin-bottom: 24px;
}

.hero-centered .hero-title {
    margin-bottom: 20px;
}

.hero-desc-center {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.hero-arrow {
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    opacity: 0.8;
}

.animate-bounce {
    animation: bounce 2s infinite cubic-bezier(0.8, 0, 1, 1);
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}



/* Hero Tool Card (Prominent Input) */
.hero-tool {
    max-width: 800px;
    margin: 0 auto 40px;
}

.hero-tool-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 36px 40px;
    box-shadow: 0 12px 48px rgba(15, 23, 42, .08), 0 4px 16px rgba(255, 107, 53, .06);
    position: relative;
}

.hero-tool-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: calc(var(--radius-xl) + 2px);
    background: linear-gradient(135deg, var(--coral), var(--gold), var(--teal));
    z-index: -1;
    opacity: .2;
}

.hero-tool-card .tool-input-wrapper {
    background: var(--bg);
    border: 2px solid var(--border);
}

.hero-tool-card .tool-input-wrapper:focus-within {
    background: #fff;
    border-color: var(--coral);
    box-shadow: 0 0 0 4px rgba(255, 107, 53, .1);
}

.hero-tool-card .tool-input-icon {
    color: var(--text-light);
}

.hero-tool-card .tool-input {
    color: var(--text);
    font-size: 1rem;
    padding: 18px 0;
}

.hero-tool-card .tool-input::placeholder {
    color: var(--text-light);
}

.hero-tool-card .tool-hint {
    color: var(--text-light);
}

.hero-tool-card .tool-upload {
    border-color: var(--border);
    color: var(--text-light);
}

/* Trust Indicators */
.hero-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .85rem;
    font-weight: 500;
    color: var(--text-mid);
}

.trust-item svg {
    color: var(--coral);
    flex-shrink: 0;
}

/* Stats Row */
.hero-stats-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.hero-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 36px;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: var(--border);
}

/* ===== TOOL SECTION ===== */
.tool-section {
    padding: 80px 0;
    background: var(--bg-warm);
    position: relative;
}

.tool-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--coral), var(--gold), var(--teal), var(--coral));
    background-size: 300% 100%;
    animation: gradient-shift 4s ease infinite;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.tool-section .section-header h2 {
    color: var(--text);
}

.tool-section .section-header p {
    color: var(--text-mid);
}

.tool-section .section-tag {
    background: rgba(255, 107, 53, .15);
}

.tool-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 40px;
    max-width: 720px;
    margin: 0 auto;
    box-shadow: var(--shadow-lg);
}

.tool-input-group {
    display: flex;
    gap: 12px;
}

.tool-input-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    background: var(--bg);
    transition: .2s;
}

.tool-input-wrapper:focus-within {
    border-color: var(--coral);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, .1);
}

.tool-input-icon {
    color: var(--text-light);
    flex-shrink: 0;
}

.tool-input {
    flex: 1;
    border: none;
    background: none;
    padding: 16px 0;
    font-size: .95rem;
    color: var(--text);
    outline: none;
    font-family: inherit;
}

.tool-input::placeholder {
    color: var(--text-light);
}

.tool-hint {
    font-size: .8rem;
    color: var(--text-light);
    margin-top: 14px;
    text-align: center;
}

.tool-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    padding: 18px;
    border: 2px dashed var(--border);
    border-radius: var(--radius);
    color: var(--text-light);
    font-size: .85rem;
    cursor: pointer;
    transition: .2s;
}

.tool-upload:hover {
    border-color: var(--coral);
    color: var(--coral);
}

.tool-upload.drag-over {
    border-color: var(--coral);
    background: rgba(255, 107, 53, .03);
}

/* ===== BUTTONS ===== */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--coral), var(--coral-light));
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: .3s;
    font-family: inherit;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(255, 107, 53, .3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
    color: #fff;
}

.btn-primary:active {
    transform: translateY(0);
}

.btn-primary:disabled {
    opacity: .5;
    cursor: not-allowed;
    transform: none;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 50px;
    background: var(--card);
    color: var(--text-mid);
    font-size: .85rem;
    font-weight: 600;
    border: 1px solid var(--border);
    cursor: pointer;
    transition: .2s;
    font-family: inherit;
}

.btn-secondary:hover {
    border-color: var(--coral);
    color: var(--coral);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    background: transparent;
    color: var(--navy);
    font-size: .95rem;
    font-weight: 700;
    border: 2px solid var(--navy);
    cursor: pointer;
    transition: .3s;
    font-family: inherit;
}

.btn-outline:hover {
    background: var(--navy);
    color: #fff;
}

.btn-sm {
    padding: 8px 18px;
    font-size: .82rem;
}

.btn-lg {
    padding: 18px 36px;
    font-size: 1.05rem;
}

/* ===== SECTIONS ===== */
.section {
    padding: 60px 0;
}

.section-warm {
    background: var(--bg-warm);
}

.section-navy {
    background: var(--navy);
    color: #fff;
}

.page-hero {
    padding: 120px 0 36px;
    text-align: center;
    background: linear-gradient(180deg, var(--bg-warm) 0%, var(--bg) 100%);
}

.page-hero-sub {
    color: var(--text-mid);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 12px auto 0;
}

/* ===== SCENE CARDS (Enhanced) ===== */
.scene-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.scene-copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text-light);
    font-size: .75rem;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    font-family: inherit;
}

.scene-copy-btn:hover {
    border-color: var(--coral);
    color: var(--coral);
    background: rgba(255, 107, 53, .05);
}

.scene-copy-btn.copied {
    border-color: var(--teal);
    color: var(--teal);
    background: rgba(52, 211, 153, .08);
}

.scene-detail-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--coral);
    margin-bottom: 6px;
    padding: 4px 10px;
    background: rgba(255, 107, 53, .06);
    border-radius: 6px;
    width: fit-content;
}

.sdl-icon {
    font-size: .85rem;
}

.scene-detail {
    margin-bottom: 16px;
}

.scene-detail-value {
    color: var(--text);
    font-size: .92rem;
    line-height: 1.7;
    padding-left: 2px;
}

.scene-timestamp {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--coral), var(--coral-light));
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
}

.scene-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    margin-bottom: 20px;
    border-left: 4px solid var(--coral);
    animation: fadeInUp .4s ease both;
}

.scene-card:nth-child(even) {
    border-left-color: var(--gold);
}

.scene-actions-list {
    list-style: none;
    padding: 0;
}

.scene-actions-list li {
    position: relative;
    padding: 6px 0 6px 20px;
    color: var(--text);
    font-size: .92rem;
    line-height: 1.6;
}

.scene-actions-list li::before {
    content: '\25B8';
    position: absolute;
    left: 0;
    color: var(--coral);
    font-weight: 700;
}

/* ===== EXPORT DROPDOWN ===== */
.export-wrapper {
    position: relative;
    display: inline-block;
}

.export-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 6px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    min-width: 200px;
    z-index: 100;
    overflow: hidden;
}

.export-dropdown.show {
    display: block;
    animation: fadeInUp .2s ease;
}

.export-dropdown button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 18px;
    border: none;
    background: transparent;
    color: var(--text);
    font-size: .85rem;
    font-weight: 500;
    cursor: pointer;
    transition: .15s;
    font-family: inherit;
    text-align: left;
}

.export-dropdown button:hover {
    background: rgba(255, 107, 53, .06);
    color: var(--coral);
}

.export-dropdown button+button {
    border-top: 1px solid var(--border-light);
}

/* Results Section */
.results-section {
    padding: 40px 0;
    background: linear-gradient(180deg, var(--bg-warm) 0%, #fff 40%, var(--bg) 100%);
    position: relative;
}

.results-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--coral), var(--gold), var(--teal));
}

.results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 16px;
}

.results-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.results-layout {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.results-sidebar {
    width: 240px;
    flex-shrink: 0;
    position: sticky;
    top: 90px;
}

.results-main {
    flex-grow: 1;
    min-width: 0;
}

.results-actions-bar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.results-actions-bar .btn-secondary,
.results-actions-bar .export-wrapper,
.results-actions-bar .export-wrapper button {
    width: 100%;
    justify-content: center;
}

.video-embed-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    margin: 0 auto 16px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border);
    background: var(--bg);
}

.video-embed-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .results-layout {
        flex-direction: column;
    }

    .results-sidebar {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        position: relative;
        top: 0;
    }

    .results-actions-bar {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .results-actions-bar .btn-secondary,
    .results-actions-bar .export-wrapper {
        flex: 1;
        min-width: 140px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== COMING SOON NOTICE ===== */
.coming-soon-notice {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    padding: 48px 36px;
    background: var(--card);
    border: 2px solid var(--gold);
    border-radius: var(--radius-xl);
    animation: fadeInUp .3s ease;
}

.csn-icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.coming-soon-notice h3 {
    font-size: 1.3rem;
    color: var(--navy);
    margin-bottom: 12px;
}

.coming-soon-notice p {
    color: var(--text-mid);
    font-size: .95rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.csn-tips {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-bottom: 28px;
}

.csn-tip {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .88rem;
    font-weight: 500;
    color: var(--teal);
}

.csn-tip svg {
    color: var(--teal);
    flex-shrink: 0;
}

/* ===== SOCIAL PROOF BAR ===== */
.proof-bar {
    padding: 40px 0;
    border-bottom: 1px solid var(--border-light);
}

.proof-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.proof-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .88rem;
    color: var(--text-light);
    font-weight: 500;
}

.proof-icon {
    color: var(--coral);
}

/* ===== HOW IT WORKS (Timeline) ===== */
.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.timeline-grid::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 12.5%;
    right: 12.5%;
    height: 3px;
    background: linear-gradient(90deg, var(--coral), var(--gold), var(--teal), var(--mint));
    border-radius: 3px;
}

.timeline-step {
    text-align: center;
    position: relative;
    padding: 0 16px;
}

.timeline-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid var(--coral);
    background: var(--bg);
    margin: 22px auto 24px;
    position: relative;
    z-index: 2;
    transition: .3s;
}

.timeline-step:nth-child(2) .timeline-dot {
    border-color: var(--gold);
}

.timeline-step:nth-child(3) .timeline-dot {
    border-color: var(--teal);
}

.timeline-step:nth-child(4) .timeline-dot {
    border-color: var(--mint);
}

.timeline-step:hover .timeline-dot {
    transform: scale(1.3);
    box-shadow: 0 0 0 6px rgba(255, 107, 53, .15);
}

.timeline-num {
    font-size: .72rem;
    font-weight: 800;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.timeline-step h3 {
    font-size: 1.05rem;
    margin-bottom: 6px;
}

.timeline-step p {
    font-size: .85rem;
    color: var(--text-mid);
    margin: 0;
}

/* ===== USE CASES ===== */
.usecases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.usecase-card {
    display: flex;
    gap: 20px;
    padding: 28px;
    background: var(--card);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    transition: .3s;
}

.usecase-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.usecase-emoji {
    font-size: 2rem;
    flex-shrink: 0;
}

.usecase-card h3 {
    margin-bottom: 6px;
}

.usecase-card p {
    font-size: .9rem;
    margin: 0;
}

/* ===== AI TECH SECTION ===== */
.tech-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.tech-visual {
    background: var(--navy);
    border-radius: var(--radius-xl);
    padding: 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.tech-visual::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 107, 53, .15) 0%, transparent 60%);
}

.tech-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.tech-flow-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, .06);
    border-radius: var(--radius);
    border-left: 3px solid var(--coral);
    font-size: .88rem;
}

.tech-flow-item:nth-child(2) {
    border-color: var(--gold);
}

.tech-flow-item:nth-child(3) {
    border-color: var(--teal);
}

.tech-flow-item:nth-child(4) {
    border-color: var(--mint);
}

.tech-flow-icon {
    font-size: 1.3rem;
}

.tech-content h2 {
    margin-bottom: 16px;
}

.tech-content p {
    font-size: 1.02rem;
}

.tech-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.tech-feat {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.tech-feat-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 107, 53, .1);
    color: var(--coral);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .8rem;
    font-weight: 800;
}

.tech-feat p {
    font-size: .92rem;
    margin: 0;
}

/* ===== FEATURES ===== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    padding: 32px 28px;
    background: var(--card);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    border-left: 4px solid var(--coral);
    transition: .3s;
}

.feature-card:nth-child(2) {
    border-left-color: var(--gold);
}

.feature-card:nth-child(3) {
    border-left-color: var(--teal);
}

.feature-card:nth-child(4) {
    border-left-color: var(--mint);
}

.feature-card:nth-child(5) {
    border-left-color: var(--coral-light);
}

.feature-card:nth-child(6) {
    border-left-color: #8B5CF6;
}

.feature-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.feature-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.fi-1 {
    background: rgba(255, 107, 53, .1);
    color: var(--coral);
}

.fi-2 {
    background: rgba(247, 201, 72, .15);
    color: #B8860B;
}

.fi-3 {
    background: rgba(14, 165, 233, .1);
    color: var(--teal);
}

.fi-4 {
    background: rgba(16, 185, 129, .1);
    color: var(--mint);
}

.fi-5 {
    background: rgba(255, 107, 53, .08);
    color: var(--coral-light);
}

.fi-6 {
    background: rgba(139, 92, 246, .1);
    color: #8B5CF6;
}

.feature-card h3 {
    margin-bottom: 8px;
}

.feature-card p {
    font-size: .9rem;
    margin: 0;
}

/* ===== PLATFORMS BAR ===== */
.platforms-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.platform-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    background: var(--card);
    border: 1px solid var(--border);
    font-size: .88rem;
    font-weight: 600;
    color: var(--text);
    transition: .2s;
}

.platform-chip:hover {
    border-color: var(--coral);
    box-shadow: var(--shadow-sm);
}

/* ===== STATS ===== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.stat-card {
    text-align: center;
    padding: 36px 16px;
    background: var(--card);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    transition: .3s;
}

.stat-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.stat-num {
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--coral), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
}

.stat-suffix {
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--coral), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
}

.stat-label {
    color: var(--text-mid);
    font-size: .85rem;
    margin-top: 4px;
    font-weight: 500;
}

/* ===== TESTIMONIALS ===== */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testimonial-card {
    padding: 32px;
    background: var(--card);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    transition: .3s;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 4rem;
    color: var(--border-light);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-card:hover {
    box-shadow: var(--shadow-md);
}

.testimonial-stars {
    color: var(--gold);
    margin-bottom: 14px;
    font-size: .9rem;
    letter-spacing: 2px;
}

.testimonial-text {
    font-size: .92rem;
    color: var(--text-mid);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
}

.author-name {
    font-weight: 700;
    font-size: .88rem;
    color: var(--text);
}

.author-role {
    font-size: .78rem;
    color: var(--text-light);
}

/* Rating Summary */
.rating-summary {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 32px 40px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    margin-bottom: 36px;
    box-shadow: var(--shadow-sm);
}

.rating-big {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.rating-number {
    font-size: 3.2rem;
    font-weight: 900;
    color: var(--text);
    line-height: 1;
}

.rating-stars-lg {
    color: var(--gold);
    font-size: 1.3rem;
    letter-spacing: 3px;
}

.rating-count {
    font-size: .82rem;
    color: var(--text-light);
    font-weight: 500;
}

.rating-bars {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .78rem;
    font-weight: 600;
    color: var(--text-light);
}

.rating-bar {
    flex: 1;
    height: 8px;
    border-radius: 8px;
    background: var(--border-light);
    overflow: hidden;
}

.rating-fill {
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--coral), var(--gold));
    transition: width .8s ease;
}

/* Review Titles & Badges */
.review-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
    margin-top: 0;
}

.verified-badge {
    display: inline-block;
    font-size: .68rem;
    font-weight: 700;
    color: var(--mint);
    background: rgba(16, 185, 129, .08);
    padding: 2px 8px;
    border-radius: 50px;
    margin-left: 6px;
    vertical-align: middle;
}

/* ===== FAQ ===== */
.faq-list {
    max-width: 720px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 12px;
    background: var(--card);
    transition: .2s;
    overflow: hidden;
}

.faq-item:hover {
    border-color: rgba(255, 107, 53, .3);
}

.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: .95rem;
    font-weight: 700;
    color: var(--text);
    text-align: left;
    font-family: inherit;
    gap: 16px;
}

.faq-arrow {
    transition: .3s;
    color: var(--text-light);
    flex-shrink: 0;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
    color: var(--coral);
}

.faq-item.active {
    border-color: var(--coral);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s, padding .3s;
}

.faq-item.active .faq-a {
    max-height: 300px;
    padding: 0 24px 20px;
}

.faq-a p {
    font-size: .92rem;
    margin: 0;
    line-height: 1.7;
}

/* ===== CTA ===== */
.cta-section {
    padding: 100px 0;
}

.cta-box {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
    padding: 60px;
    border-radius: var(--radius-xl);
    background: var(--navy);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cta-box::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 107, 53, .12) 0%, transparent 60%);
}

.cta-left {
    position: relative;
    z-index: 1;
}

.cta-box h2 {
    color: #fff;
    margin-bottom: 14px;
}

.cta-box p {
    color: rgba(255, 255, 255, .6);
    max-width: 480px;
}

.cta-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.cta-box .btn-primary {
    background: linear-gradient(135deg, var(--coral), var(--gold));
}

.cta-box .btn-primary:hover {
    box-shadow: 0 8px 32px rgba(255, 107, 53, .4);
}

.cta-note {
    font-size: .8rem;
    color: rgba(255, 255, 255, .4);
}

/* ===== BLOG PREVIEW ===== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.blog-card {
    padding: 32px;
    background: var(--card);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    transition: .3s;
}

.blog-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.blog-card-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(255, 107, 53, .08);
    color: var(--coral);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 14px;
}

.blog-card h3 {
    margin-bottom: 10px;
    font-size: 1.15rem;
}

.blog-card h3 a {
    color: var(--text);
}

.blog-card h3 a:hover {
    color: var(--coral);
}

.blog-card p {
    font-size: .9rem;
    margin-bottom: 14px;
}

.blog-card-meta {
    font-size: .78rem;
    color: var(--text-light);
}

/* ===== RESULTS ===== */
.results-section {
    padding: 60px 0 80px;
    background: var(--bg-warm);
}

.results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.results-header h2 {
    margin-bottom: 0;
}

.results-actions {
    display: flex;
    gap: 8px;
}

.loading-state {
    text-align: center;
    padding: 60px 0;
}

.spinner {
    width: 48px;
    height: 48px;
    border: 4px solid var(--border);
    border-top-color: var(--coral);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-text {
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
}

.loading-sub {
    font-size: .85rem;
    color: var(--text-light);
}

.error-state {
    text-align: center;
    padding: 40px;
    background: rgba(239, 68, 68, .05);
    border-radius: var(--radius);
    border: 1px solid rgba(239, 68, 68, .15);
}

.error-text {
    color: var(--coral-dark);
    font-weight: 600;
    margin-bottom: 16px;
}

.video-embed-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 24px;
    background: #000;
}

.video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.scene-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-left: 4px solid var(--coral);
    border-radius: var(--radius);
    padding: 24px;
    margin-bottom: 16px;
    animation: fadeUp .4s ease both;
}

.scene-card:nth-child(2n) {
    border-left-color: var(--teal);
}

.scene-card:nth-child(3n) {
    border-left-color: var(--gold);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scene-timestamp {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    background: rgba(255, 107, 53, .08);
    color: var(--coral);
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.scene-detail {
    margin-bottom: 12px;
}

.scene-detail-label {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--text-light);
    font-weight: 700;
    margin-bottom: 4px;
}

.scene-detail-value {
    font-size: .92rem;
    color: var(--text-mid);
}

.scene-actions-list {
    list-style: none;
    padding: 0;
}

.scene-actions-list li {
    padding: 4px 0 4px 16px;
    position: relative;
    font-size: .92rem;
    color: var(--text-mid);
}

.scene-actions-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--coral);
    font-weight: bold;
}

.raw-output {
    font-size: .92rem;
    line-height: 1.8;
    color: var(--text-mid);
    padding: 24px;
    background: var(--card);
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

/* ===== FOOTER ===== */
.footer {
    padding: 70px 0 30px;
    background: var(--navy);
    color: rgba(255, 255, 255, .6);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}

.footer .logo {
    color: #fff;
}

.footer .logo-accent {
    color: rgba(255, 255, 255, .6);
}

.footer-desc {
    font-size: .88rem;
    color: rgba(255, 255, 255, .4);
    margin-top: 14px;
    line-height: 1.7;
}

.footer-col h4 {
    color: rgba(255, 255, 255, .9);
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
    font-weight: 700;
}

.footer-col a {
    display: block;
    color: rgba(255, 255, 255, .45);
    font-size: .88rem;
    margin-bottom: 12px;
    transition: .2s;
}

.footer-col a:hover {
    color: var(--coral);
}

.footer-bottom {
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    text-align: center;
}

.footer-bottom p {
    font-size: .8rem;
    color: rgba(255, 255, 255, .3);
    margin: 0;
}

/* ===== BLOG & CONTENT PAGES ===== */
.breadcrumb {
    font-size: .85rem;
    color: var(--text-light);
    margin-bottom: 24px;
}

.breadcrumb a {
    color: var(--text-light);
}

.breadcrumb a:hover {
    color: var(--coral);
}

.article-meta {
    font-size: .85rem;
    color: var(--text-light);
    margin-top: 12px;
}

.article-intro {
    font-size: 1.1rem;
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 32px;
}

.content-narrow h2 {
    margin-top: 40px;
}

.content-narrow h3 {
    margin-top: 24px;
}

.content-narrow ul,
.content-narrow ol {
    margin: 0 0 20px 24px;
}

.content-narrow li {
    margin-bottom: 8px;
    color: var(--text-mid);
}

.content-narrow code {
    background: var(--bg-warm);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: .88rem;
    font-family: 'JetBrains Mono', monospace;
}

.tip-box {
    padding: 24px;
    background: rgba(255, 107, 53, .04);
    border: 1px solid rgba(255, 107, 53, .15);
    border-radius: var(--radius);
    margin: 24px 0;
}

.tip-box h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.cta-inline {
    text-align: center;
    padding: 40px;
    margin-top: 40px;
    background: var(--bg-warm);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
}

.cta-inline h3 {
    margin-bottom: 16px;
    margin-top: 0;
}

.legal-content h2 {
    font-size: 1.3rem;
}

.legal-content h3 {
    font-size: 1.1rem;
}

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0 32px;
}

.use-case {
    padding: 24px;
    background: var(--bg-warm);
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.use-case h3 {
    font-size: 1rem;
    margin-top: 0;
}

.use-case p {
    font-size: .9rem;
    margin: 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 48px;
    align-items: start;
}

.contact-item {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    padding: 16px;
    background: var(--bg-warm);
    border-radius: var(--radius-sm);
}

.contact-item svg {
    color: var(--coral);
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-item strong {
    display: block;
    color: var(--text);
    font-size: .9rem;
}

.contact-item p {
    font-size: .88rem;
    margin: 0;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-size: .88rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
}

.form-input {
    width: 100%;
    padding: 13px 18px;
    border: 2px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: .92rem;
    font-family: inherit;
    color: var(--text);
    background: var(--bg);
    transition: .2s;
    outline: none;
}

.form-input:focus {
    border-color: var(--coral);
    box-shadow: 0 0 0 4px rgba(255, 107, 53, .08);
}

textarea.form-input {
    resize: vertical;
}

.table-responsive {
    overflow-x: auto;
    margin: 24px 0;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .88rem;
}

.comparison-table th {
    background: var(--bg-warm);
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
    color: var(--text);
    border-bottom: 2px solid var(--border);
}

.comparison-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-mid);
}

.comparison-table tbody tr:hover {
    background: var(--bg-warm);
}

.tool-review {
    padding: 24px;
    background: var(--bg-warm);
    border-radius: var(--radius);
    margin: 16px 0 32px;
    border: 1px solid var(--border);
}

.tool-rating {
    font-size: 1rem;
    margin-bottom: 8px;
}

.tool-review h4 {
    margin-top: 16px;
    font-size: .95rem;
    color: var(--text);
}

/* ===== REVEAL ===== */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s cubic-bezier(.22, 1, .36, 1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .hero-split {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero-desc {
        margin: 0 auto 32px;
    }

    .hero-stats {
        justify-content: center;
    }

    .timeline-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .timeline-grid::before {
        display: none;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .tech-grid {
        grid-template-columns: 1fr;
    }

    .cta-box {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 28px;
    }

    .cta-box p {
        margin: 0 auto 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .usecases-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        background: var(--bg);
        flex-direction: column;
        padding: 16px;
        gap: 4px;
        border-bottom: 1px solid var(--border);
        box-shadow: var(--shadow-lg);
        transform: translateY(-120%);
        transition: .3s;
    }

    .nav.active {
        transform: translateY(0);
    }

    .nav-link {
        padding: 12px 16px;
        width: 100%;
    }

    .nav-cta {
        text-align: center;
        margin-left: 0;
        width: 100%;
    }

    .mobile-toggle {
        display: block;
    }

    .hero {
        padding: 90px 0 30px;
    }

    .section {
        padding: 40px 0;
    }

    .page-hero {
        padding: 110px 0 36px;
    }

    .tool-input-group {
        flex-direction: column;
    }

    .tool-card {
        padding: 24px;
    }

    .results-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .use-cases-grid {
        grid-template-columns: 1fr;
    }

    .rating-summary {
        flex-direction: column;
        gap: 24px;
        padding: 24px;
        text-align: center;
    }

    .rating-big {
        flex-direction: column;
        gap: 8px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.7rem;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .timeline-grid {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .stat-num {
        font-size: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .floating-badge {
        display: none;
    }

    .proof-content {
        flex-direction: column;
        gap: 12px;
    }
}