body {
    font-family: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #111827;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    padding-top: 62px;
}

[data-reveal][data-delay="5"] {
    transition-delay: .40s;
}

.btn-outline {
    background: transparent;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.btn-outline:hover {
    border-color: #dc2626;
    color: #dc2626;
}

.btn-lg {
    height: 46px;
    padding: 0 24px;
    font-size: 15px;
    border-radius: 10px;
}

.nav-link-active {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    padding: 6px 10px;
    border-radius: 7px;
    transition: color .15s, background .15s;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 11px;
    border-radius: 99px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    font-size: 12px;
    font-weight: 600;
    color: #dc2626;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.section-title {
    font-size: clamp(26px, 3.6vw, 44px);
    font-weight: 700;
    color: #111827;
    letter-spacing: -.035em;
    line-height: 1.12;
    margin-bottom: 14px;
}

.section-sub {
    font-size: 16.5px;
    color: #6b7280;
    line-height: 1.7;
}


.hero {
    background: linear-gradient(180deg, #fff6f5 0%, #fff 60%);
    text-align: center;
    padding: 100px 28px 80px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    border-radius: 99px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    font-size: 12px;
    font-weight: 600;
    color: #dc2626;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 700;
    color: #111827;
    letter-spacing: -.04em;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-desc {
    font-size: 18px;
    color: #6b7280;
    max-width: 800px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

.hero-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 64px;
}

.stat-item {
    background: #fff;
    padding: 32px;
    text-align: center;
}

.stat-num {
    font-size: 36px;
    font-weight: 700;
    color: #dc2626;
    letter-spacing: -.04em;
    line-height: 1;
}

.stat-label {
    font-size: 13px;
    color: #6b7280;
    margin-top: 6px;
}

@media(max-width:768px) {
    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:480px) {
    .stats-bar {
        grid-template-columns: 1fr;
    }
}

.partner-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 56px;
}

.partner-card {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}

.partner-card:hover {
    border-color: #fecaca;
    box-shadow: 0 8px 40px rgba(220, 38, 38, .08);
}

.partner-card-header {
    padding: 36px 36px 0;
}

.partner-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.partner-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.partner-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    letter-spacing: -.03em;
    margin-bottom: 10px;
}

.partner-card-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 24px;
}

.partner-card-perks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.partner-card-perks li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #374151;
}

.partner-card-perks li svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #dc2626;
}

.partner-card-cta {
    display: block;
    margin: 0 36px 36px;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: all .2s;
}

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

.workflow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 56px;
    position: relative;
}

.workflow::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(12.5% + 8px);
    right: calc(12.5% + 8px);
    height: 1px;
    background: #fecaca;
    z-index: 0;
}

.workflow-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.workflow-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #dc2626;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 16px rgba(220, 38, 38, .3);
}

.workflow-step-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.workflow-step-desc {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.65;
}

@media(max-width:768px) {
    .workflow {
        grid-template-columns: repeat(2, 1fr);
    }

    .workflow::before {
        display: none;
    }
}

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

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

.benefit-card {
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    padding: 28px;
    transition: border-color .2s, box-shadow .2s;
}

.benefit-card:hover {
    border-color: #fecaca;
    box-shadow: 0 4px 24px rgba(220, 38, 38, .06);
}

.benefit-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc2626;
    margin-bottom: 18px;
}

.benefit-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
    letter-spacing: -.02em;
}

.benefit-card-desc {
    font-size: 14.5px;
    color: #6b7280;
    line-height: 1.65;
}

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

.ai-visual {
    background: linear-gradient(135deg, #0f0f0f, #1a0a0a);
    border-radius: 20px;
    padding: 56px;
    margin-top: 56px;
    position: relative;
    overflow: hidden;
}

.ai-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(220, 38, 38, .12), transparent);
}

.ai-visual-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.ai-visual-left {}

.ai-visual-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 99px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ai-visual-title {
    font-size: clamp(22px, 2.8vw, 34px);
    font-weight: 700;
    color: #fff;
    letter-spacing: -.035em;
    line-height: 1.15;
    margin-bottom: 14px;
}

.ai-visual-desc {
    font-size: 15px;
    color: #71717a;
    line-height: 1.75;
}

.ai-visual-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ai-match-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ai-match-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, .6);
    flex-shrink: 0;
}

.ai-match-label {
    font-size: 13px;
    color: #d1d5db;
    flex: 1;
}

.ai-match-score {
    font-size: 12px;
    font-weight: 700;
    color: #dc2626;
    font-family: 'JetBrains Mono', monospace;
}

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

    .ai-visual {
        padding: 36px 24px;
    }
}

.cta-section {
    background: #fef2f2;
    border-radius: 24px;
    padding: 72px 56px;
    text-align: center;
}

.cta-title {
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 700;
    color: #111827;
    letter-spacing: -.04em;
    margin-bottom: 14px;
}

.cta-sub {
    font-size: 17px;
    color: #6b7280;
    margin-bottom: 36px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:640px) {
    .cta-section {
        padding: 48px 24px;
    }
}

.faq-list {
    max-width: 720px;
    margin: 48px auto 0;
}

.faq-item {
    border-bottom: 1px solid #f3f4f6;
}

.faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.faq-q svg {
    flex-shrink: 0;
    transition: transform .2s;
    color: #9ca3af;
}

.faq-item.open .faq-q svg {
    transform: rotate(180deg);
}

.faq-a {
    display: none;
    font-size: 15px;
    color: #6b7280;
    line-height: 1.75;
    padding-bottom: 22px;
}

.faq-item.open .faq-a {
    display: block;
}