@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

.hiw-046af651-container {
    padding: 120px 80px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #f5f2eb;
}

.hiw-046af651-header {
    margin-bottom: 80px;
    max-width: 800px;
}

.hiw-046af651-subtitle-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}

.hiw-046af651-accent-line {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #c29d5d;
}

.hiw-046af651-subtitle {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    color: #c29d5d;
    text-transform: uppercase;
}

.hiw-046af651-title {
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
}

.hiw-046af651-title-normal {
    display: block;
    color: #141c24;
}

.hiw-046af651-title-italic {
    display: block;
    font-style: italic;
    color: #c29d5d;
}

.hiw-046af651-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    border-top: 1px solid rgba(194, 157, 93, 0.15);
    padding-top: 60px;
}

.hiw-046af651-step {
    display: flex;
    flex-direction: column;
}

.hiw-046af651-step-number {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #c29d5d;
    margin-bottom: 24px;
    display: inline-block;
}

.hiw-046af651-step-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    color: #141c24;
    margin: 0 0 16px 0;
    line-height: 1.4;
}

.hiw-046af651-step-desc {
    font-size: 13px;
    line-height: 1.8;
    color: #746e65;
    margin: 0;
    font-weight: 300;
}

@media (max-width: 1024px) {
    .hiw-046af651-container {
        padding: 80px 40px;
    }
    .hiw-046af651-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .hiw-046af651-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .hiw-046af651-container {
        padding: 60px 20px;
    }
    .hiw-046af651-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 40px;
    }
    .hiw-046af651-title {
        font-size: 34px;
    }
}
