/* Hearth Page */

/* Hero */
.hearth-hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10rem 2rem 6rem;
    background: linear-gradient(180deg, #FDF6EC 0%, var(--cream) 100%);
    position: relative;
}

.hearth-hero::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(249, 160, 27, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hearth-hero-inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.hearth-hero .section-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.hearth-hero .section-badge i {
    font-size: 1.125rem;
    color: var(--gold);
}

.hearth-hero h1 {
    font-family: var(--serif);
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.95;
    color: var(--dark);
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.hearth-hero h1 em {
    font-style: italic;
    color: var(--gold);
}

.hearth-hero-sub {
    font-family: var(--sans);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.6;
    color: var(--mid);
    max-width: 600px;
    margin: 0 auto 2.5rem;
    font-weight: 500;
}

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

/* Features Grid */
.hearth-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.hearth-feature {
    background: white;
    border: 1px solid rgba(43, 38, 28, 0.08);
    border-radius: 12px;
    padding: 2rem 1.75rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hearth-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
    border-color: transparent;
}

.hearth-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(249, 160, 27, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.hearth-feature-icon i {
    font-size: 1.5rem;
    color: var(--gold);
}

.hearth-feature h3 {
    font-family: var(--sans);
    font-weight: 600;
    font-size: 1.0625rem;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.hearth-feature p {
    font-family: var(--sans);
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--mid);
}

/* Steps */
.hearth-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 4rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.hearth-step {
    text-align: center;
}

.hearth-step-number {
    font-family: var(--sans);
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 1rem;
}

.hearth-step h3 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--cream);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.hearth-step p {
    font-family: var(--sans);
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--tan);
}

/* Pricing */
.hearth-pricing {
    max-width: 480px;
    margin: 0 auto;
}

.hearth-pricing-card {
    background: linear-gradient(180deg, #FDF6EC 0%, white 50%);
    border: 2px solid rgba(249, 160, 27, 0.25);
    border-radius: 16px;
    padding: 3rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hearth-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(249, 160, 27, 0.12);
}

.hearth-pricing-badge {
    font-family: var(--ui);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.hearth-pricing-badge i {
    font-size: 1.25rem;
}

.hearth-pricing-amount {
    margin-bottom: 0.375rem;
}

.hearth-price-dollar {
    font-family: var(--sans);
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1;
}

.hearth-price-period {
    font-family: var(--ui);
    font-size: 1rem;
    color: var(--mid);
}

.hearth-pricing-annual {
    font-family: var(--ui);
    font-size: 0.8125rem;
    color: var(--mid);
    margin-bottom: 0.75rem;
}

.hearth-pricing-limit {
    font-family: var(--ui);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 2rem;
}

.hearth-pricing-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    text-align: left;
    margin-bottom: 2rem;
}

.hearth-pricing-list li {
    font-family: var(--sans);
    font-size: 0.9375rem;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.hearth-pricing-list li i {
    color: var(--gold);
    font-size: 1.125rem;
    flex-shrink: 0;
}

/* Quote */
.hearth-quote {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.hearth-quote-text {
    font-family: var(--serif);
    font-size: clamp(1.375rem, 3vw, 2.25rem);
    line-height: 1.4;
    color: var(--dark);
    margin-bottom: 1.5rem;
    font-style: italic;
}

.hearth-quote-author {
    font-family: var(--ui);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--mid);
    letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 1024px) {
    .hearth-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hearth-hero {
        padding: 8rem 1.5rem 4rem;
        min-height: auto;
    }

    .hearth-hero-actions {
        flex-direction: column;
    }

    .hearth-features-grid {
        grid-template-columns: 1fr;
    }

    .hearth-steps {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .hearth-pricing-card {
        padding: 2.5rem 1.75rem;
    }
}
