/* Homepage — calm layout, no motion-heavy effects */

.hero {
    position: relative;
    min-height: min(88vh, 820px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--dark);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('../builds/img/tran7.webp') center/cover no-repeat;
    filter: brightness(0.45) saturate(1.05);
}

.hero-noise,
.hero-gradient {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-gradient {
    background: linear-gradient(to top, rgba(26, 22, 18, 0.94) 0%, transparent 62%);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: calc(var(--space-xl) + 40px) 0 clamp(48px, 8vw, 72px);
    width: 100%;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--orange);
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-label::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: var(--orange);
}

.hero h1 {
    font-family: var(--font-display);
    font-size: var(--fs-xl);
    color: var(--white);
    line-height: 0.95;
    letter-spacing: 0.02em;
    margin-bottom: var(--space-sm);
}

.hero h1 em {
    font-style: normal;
    color: var(--orange);
}

.hero-sub {
    color: rgba(255, 255, 255, 0.78);
    max-width: 560px;
    font-size: var(--fs-md);
    line-height: 1.55;
    margin-bottom: var(--space-md);
}

.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: var(--space-md);
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(24px, 4vw, 48px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: var(--space-md);
}

.stat-num {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 48px);
    color: var(--white);
    line-height: 1;
}

.stat-num span {
    color: var(--orange);
}

.stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 4px;
}

.scroll-hint {
    display: none;
}

.trust-bar {
    background: var(--dark);
    padding: var(--space-sm) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(16px, 3vw, 40px);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 600;
}

.guides {
    padding: var(--space-xl) 0;
}

.guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 20px;
}

.guide-card {
    background: var(--white);
    border: 1px solid var(--sand);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.guide-card-emoji {
    font-size: 36px;
}

.guide-card h3 {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: var(--fs-md);
}

.guide-card p {
    color: var(--muted);
    font-size: var(--fs-sm);
    flex: 1;
}

.guide-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.compare {
    padding: var(--space-xl) 0;
    background: var(--white);
}

.compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 20px;
}

.compare-card {
    border: 1px solid var(--sand);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--cream);
}

.compare-card-img {
    background: var(--mid);
    padding: 28px;
    text-align: center;
    font-size: 56px;
}

.compare-card-body {
    padding: var(--space-sm) var(--space-md) var(--space-md);
}

.compare-card h3 {
    font-family: var(--font-head);
    font-weight: 800;
    margin-bottom: 8px;
}

.compare-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    align-items: center;
}

.compare-tag {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--font-head);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--orange-light);
    color: var(--orange-dark);
    padding: 4px 10px;
    border-radius: 99px;
}

.roadmap {
    padding: var(--space-xl) 0;
}

.roadmap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 5vw, 64px);
    align-items: center;
}

.roadmap-img {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--sand);
}

.roadmap-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.roadmap-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--sand);
    border-radius: var(--radius);
}

.step-num {
    font-family: var(--font-display);
    font-size: 32px;
    color: var(--orange);
    line-height: 1;
    min-width: 36px;
}

.faq {
    padding: var(--space-xl) 0;
    background: var(--white);
}

.faq-list {
    max-width: 820px;
}

.faq-item {
    border-bottom: 1px solid var(--sand);
}

.faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 0;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: var(--fs-sm);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.faq-a.open {
    max-height: 400px;
    padding-bottom: 16px;
}

.faq-a p {
    color: var(--muted);
    font-size: var(--fs-sm);
    line-height: 1.7;
}

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