.rw-hiw-section,
.rw-hiw-section * { box-sizing: border-box; }

.rw-hiw-section {
    width: 100%;
    padding: 40px 24px;
    background: #FFFDF9;
    color: #000000;
    font-family: inherit;
}

.rw-hiw-wrapper { width: 100%; max-width: 1280px; margin-inline: auto; }
.rw-hiw-header { margin-bottom: 56px; text-align: center; }

.rw-hiw-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
    padding: 5px 19px;
    border-radius: 40px;
    background: #FFF1DB;
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.rw-hiw-badge-icon { display: inline-flex; color: #FF9600; }
.rw-hiw-badge-icon svg,
.rw-hiw-icon svg,
.rw-hiw-cta-icon svg { width: 1em; height: 1em; fill: currentColor; }

.rw-hiw-heading {
    margin: 0;
    color: #000000;
    font-family: inherit;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.rw-hiw-description {
    max-width: 680px;
    margin: 8px auto 0;
    color: #000000;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.6;
}

.rw-hiw-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 29px;
    margin-bottom: 56px;
}

.rw-hiw-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 32px 26px 29px;
    border: 1px solid #F2E8DC;
    border-radius: 32px;
    background: #FFFFFF;
    text-align: left;
    box-shadow: 0 12px 32px -10px rgba(56, 35, 5, .07);
    transition: transform .3s ease, box-shadow .3s ease, border-color .25s ease, background-color .25s ease;
}
.rw-hiw-card::before { position:absolute; top:0; left:0; width:100%; height:3px; background:#FF9600; content:''; opacity:0; transition:opacity .25s ease; }
.rw-hiw-card:hover::before { opacity:1; }
.rw-hiw-section:not(.rw-hiw-section--has-accent) .rw-hiw-card::before { display:none; }

.rw-hiw-section.rw-hiw-section--global-design { background:var(--rwds-section-bg,#FFFDF9)!important; color:var(--rwds-text,#000)!important; font-family:var(--rwds-body-font,inherit)!important; }
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-heading,
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-step-title { color:var(--rwds-heading,#000)!important; font-family:var(--rwds-heading-font,inherit)!important; }
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-description,
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-step-text,
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-badge { color:var(--rwds-text,#000)!important; font-family:var(--rwds-body-font,inherit)!important; }
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-badge,
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-icon { background:var(--rwds-accent-light,#FFF1DB)!important; }
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-badge-icon,
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-icon { color:var(--rwds-icon,#FF9600)!important; }
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-number { color:var(--rwds-accent-light,#FFF1DB)!important; }
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-card { background:var(--rwds-card-bg,#FFF)!important; border-color:var(--rwds-border,#F2E6D6)!important; }
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-card:hover { border-color:var(--rwds-accent,#FF9600)!important; }
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-card::before { background:var(--rwds-accent,#FF9600)!important; }
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-cta { background:var(--rwds-button-bg,#FF9600)!important; color:var(--rwds-button-text,#000)!important; font-family:var(--rwds-button-font,inherit)!important; }
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-cta:hover,
.rw-hiw-section.rw-hiw-section--global-design .rw-hiw-cta:focus { background:var(--rwds-button-hover,#DF7615)!important; color:var(--rwds-button-text,#000)!important; }

.rw-hiw-card:hover {
    transform: translateY(-8px);
    border-color: #FFD49A;
    box-shadow: 0 28px 52px -16px rgba(82, 47, 0, .13);
}

.rw-hiw-number {
    margin-bottom: -6px;
    color: #FFF1DB;
    font-family: inherit;
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    user-select: none;
    transition: color .25s ease, transform .25s ease;
}

.rw-hiw-card:hover .rw-hiw-number { color: #FFE2B8; transform: scale(1.04); transform-origin: left center; }

.rw-hiw-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 13px;
    border-radius: 19px;
    background: #FFF1DB;
    color: #FF9600;
    font-size: 29px;
    transition: background-color .25s ease, transform .25s ease;
}

.rw-hiw-card:hover .rw-hiw-icon { background: #FFE2B8; transform: scale(1.05) rotate(-2deg); }

.rw-hiw-step-title {
    margin: 0 0 6px;
    color: #000000;
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.rw-hiw-step-text {
    color: #000000;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.6;
}

.rw-hiw-cta-wrap { text-align: center; }

.rw-hiw-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 16px 45px;
    border: 0;
    border-radius: 60px;
    background: #FF9600;
    color: #000000;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .3px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 28px -10px rgba(98, 55, 0, .24);
    transition: background-color .25s ease, color .25s ease, transform .2s ease, box-shadow .3s ease;
}

.rw-hiw-cta:hover,
.rw-hiw-cta:focus { background: #DF7615; color: #000000; text-decoration: none; transform: translateY(-3px); }
.rw-hiw-cta:focus-visible { outline: 3px solid rgba(255, 150, 0, .35); outline-offset: 3px; }
.rw-hiw-cta-icon { display: inline-flex; transition: transform .25s ease; }
.rw-hiw-cta:hover .rw-hiw-cta-icon { transform: translateX(6px); }

.rw-hiw-reveal-init { opacity: 0; transform: translateY(24px); }
.rw-hiw-reveal-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
    .rw-hiw-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
}

@media (max-width: 767px) {
    .rw-hiw-section { padding: 24px 16px; }
    .rw-hiw-grid { grid-template-columns: minmax(0, 1fr); max-width: 500px; margin-inline: auto; }
    .rw-hiw-heading { font-size: 32px; }
    .rw-hiw-card { padding: 26px 22px; text-align: center; }
    .rw-hiw-card .rw-hiw-icon { margin-left: auto; margin-right: auto; }
    .rw-hiw-card:hover .rw-hiw-number { transform-origin: center; }
    .rw-hiw-number { font-size: 51px; }
    .rw-hiw-cta { width: 100%; max-width: 360px; padding: 16px 24px; font-size: 16px; }
}

@media (max-width: 480px) {
    .rw-hiw-heading { font-size: 27px; }
    .rw-hiw-description { font-size: 16px; }
    .rw-hiw-step-title { font-size: 18px; }
    .rw-hiw-card { padding: 19px 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .rw-hiw-card,
    .rw-hiw-number,
    .rw-hiw-icon,
    .rw-hiw-cta,
    .rw-hiw-cta-icon,
    .rw-hiw-reveal-init,
    .rw-hiw-reveal-visible { transition: none !important; transform: none !important; }
}
