.auhud-js-section,
.auhud-js-section * {
    box-sizing: border-box;
}

.auhud-js-section {
    --auhud-bg: #fbf3e7;
    --auhud-green: #003f31;
    --auhud-gold: #c89022;
    --auhud-heading: #073e32;
    --auhud-text: #172532;
    --auhud-card-bg: #fffaf1;
    --auhud-featured-text: #ffffff;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 70px 36px 60px;
    border-radius: 36px;
    background-color: var(--auhud-bg);
    background-image:
        linear-gradient(180deg, rgba(255,255,255,.91), rgba(255,255,255,.72)),
        var(--auhud-bg-image, none),
        radial-gradient(circle at 50% 0%, #fff 0%, #fff4e3 48%, #f6e6c9 100%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--auhud-text);
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.auhud-js-pattern {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .28;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(200,144,34,.13) 0 1px, transparent 2px),
        radial-gradient(circle at 90% 15%, rgba(200,144,34,.14) 0 1px, transparent 2px),
        linear-gradient(135deg, transparent 0 47%, rgba(200,144,34,.12) 48% 52%, transparent 53% 100%);
    background-size: 36px 36px, 42px 42px, 64px 64px;
}

.auhud-js-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    height: 340px;
    z-index: -2;
    background:
        linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.82) 72%, #fff),
        radial-gradient(ellipse at 20% 76%, rgba(200,144,34,.12), transparent 42%),
        radial-gradient(ellipse at 84% 66%, rgba(0,63,49,.10), transparent 42%);
    pointer-events: none;
}

.auhud-js-inner {
    position: relative;
    z-index: 2;
    max-width: 1450px;
    margin: 0 auto;
}

.auhud-js-scene {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.auhud-js-scene img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.auhud-js-scene-left {
    left: 0;
    top: 178px;
    width: min(34vw, 520px);
}

.auhud-js-scene-right {
    right: 0;
    top: 92px;
    width: min(39vw, 590px);
}

.auhud-js-hero {
    min-height: 315px;
    display: grid;
    grid-template-columns: minmax(220px,.62fr) minmax(520px,1fr) minmax(220px,.62fr);
    gap: 24px;
    align-items: start;
}

.auhud-js-brand {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    max-width: 390px;
    padding-top: 6px;
}

.auhud-js-logo-img {
    width: 96px;
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
}

.auhud-js-logo-placeholder {
    width: 96px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 2px solid rgba(200,144,34,.45);
    color: var(--auhud-gold);
    background: rgba(255,255,255,.58);
    font-family: Georgia, serif;
    font-size: 28px;
}

.auhud-js-brand-copy {
    line-height: 1;
}

.auhud-js-brand-name {
    color: var(--auhud-heading);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px,3.2vw,54px);
    font-weight: 700;
    letter-spacing: .03em;
    white-space: nowrap;
}

.auhud-js-brand-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    color: var(--auhud-text);
    font-size: clamp(16px,1.4vw,24px);
    letter-spacing: .38em;
}

.auhud-js-brand-subtitle::before,
.auhud-js-brand-subtitle::after {
    content: "";
    width: 42px;
    height: 1px;
    background: var(--auhud-gold);
}

.auhud-js-brand-tagline {
    margin-top: 12px;
    color: rgba(23,37,50,.78);
    font-size: clamp(11px,.9vw,15px);
    letter-spacing: .38em;
    white-space: nowrap;
}

.auhud-js-centre {
    text-align: center;
    justify-self: center;
    width: min(850px,100%);
}

.auhud-js-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 10px 28px;
    margin: 0 auto 32px;
    border: 3px solid var(--auhud-gold);
    border-radius: 999px;
    background: linear-gradient(180deg, #00624c, var(--auhud-green));
    color: #fff;
    box-shadow: 0 10px 24px rgba(0,63,49,.19);
    font-size: clamp(15px,1.25vw,19px);
    font-weight: 900;
    letter-spacing: .02em;
}

.auhud-js-icon {
    display: inline-grid;
    place-items: center;
    color: var(--auhud-gold);
    line-height: 1;
}

.auhud-js-icon svg {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

.auhud-js-icon i {
    font-size: 34px;
}

.auhud-js-badge-icon svg,
.auhud-js-badge-icon i {
    width: 22px;
    height: 22px;
    font-size: 22px;
}

.auhud-js-headline {
    margin: 0;
    color: var(--auhud-heading);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(56px,6.8vw,118px);
    line-height: .89;
    letter-spacing: -.045em;
    font-weight: 700;
    text-shadow: 0 10px 28px rgba(0,63,49,.10);
}

.auhud-js-headline span {
    display: block;
}

.auhud-js-highlight {
    color: var(--auhud-gold);
}

.auhud-js-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 26px auto 16px;
    color: var(--auhud-gold);
}

.auhud-js-ornament span {
    width: 92px;
    height: 1px;
    background: currentColor;
}

.auhud-js-ornament em {
    font-style: normal;
    font-size: 28px;
    line-height: 1;
}

.auhud-js-description {
    width: min(760px,100%);
    margin: 0 auto;
    color: var(--auhud-text);
    font-size: clamp(18px,1.55vw,25px);
    line-height: 1.35;
    font-weight: 500;
}

.auhud-js-stats {
    display: grid;
    grid-template-columns: repeat(4,minmax(160px,1fr));
    gap: clamp(18px,2.3vw,28px);
    max-width: 1240px;
    margin: 12px auto 42px;
}

.auhud-js-stat-card,
.auhud-js-step-card {
    border: 1px solid rgba(200,144,34,.22);
    border-radius: 24px;
    background: rgba(255,250,241,.88);
    box-shadow: 0 16px 42px rgba(63,41,12,.12);
    backdrop-filter: blur(8px);
}

.auhud-js-stat-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 28px 22px;
    text-align: center;
}

.auhud-js-stat-icon,
.auhud-js-step-icon {
    width: 86px;
    height: 86px;
    border: 4px solid var(--auhud-gold);
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 25%, rgba(255,255,255,.18), transparent 36%),
        linear-gradient(180deg, #00624c, var(--auhud-green));
    box-shadow: 0 8px 20px rgba(0,63,49,.22), inset 0 0 0 1px rgba(255,255,255,.18);
}

.auhud-js-stat-number {
    color: var(--auhud-heading);
    font-size: clamp(40px,4.2vw,66px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -.04em;
}

.auhud-js-stat-label {
    color: var(--auhud-text);
    font-size: clamp(16px,1.3vw,22px);
    line-height: 1.25;
    font-weight: 500;
}

.auhud-js-small-line {
    display: block;
    width: 54px;
    height: 2px;
    margin-top: 4px;
    background: var(--auhud-gold);
}

.auhud-js-steps-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0 auto 52px;
    text-align: center;
    color: var(--auhud-heading);
}

.auhud-js-steps-title::before,
.auhud-js-steps-title::after {
    content: "";
    flex: 1 1 120px;
    max-width: 240px;
    border-top: 2px dashed rgba(200,144,34,.46);
}

.auhud-js-steps-title span {
    color: var(--auhud-gold);
    font-size: 24px;
}

.auhud-js-steps-heading {
    margin: 0;
    color: var(--auhud-heading);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(28px,2.4vw,44px);
    line-height: 1.2;
    font-weight: 700;
}

.auhud-js-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6,minmax(150px,1fr));
    gap: clamp(16px,2vw,28px);
    align-items: start;
}

.auhud-js-steps::before {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    top: -25px;
    z-index: 0;
    border-top: 2px dashed rgba(200,144,34,.58);
}

.auhud-no-line .auhud-js-steps::before {
    display: none;
}

.auhud-js-step-card {
    position: relative;
    z-index: 1;
    min-height: 330px;
    padding: 58px 22px 30px;
    text-align: center;
    overflow: visible;
}

.auhud-js-step-number {
    position: absolute;
    left: 50%;
    top: -39px;
    transform: translateX(-50%);
    z-index: 3;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 4px solid var(--auhud-gold);
    border-radius: 999px;
    background: linear-gradient(180deg, #00624c, var(--auhud-green));
    color: #fff;
    box-shadow: 0 7px 16px rgba(0,63,49,.22);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.auhud-js-step-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 16px;
    border: 0;
    background: #f1e5cf;
    color: var(--auhud-green);
    box-shadow: none;
}

.auhud-js-step-title {
    margin: 0 auto 8px;
    color: var(--auhud-heading);
    font-size: clamp(20px,1.55vw,28px);
    line-height: 1.1;
    font-weight: 800;
}

.auhud-js-step-card .auhud-js-small-line {
    margin: 8px auto 12px;
    width: 42px;
}

.auhud-js-step-text {
    margin: 0 auto;
    color: var(--auhud-text);
    font-size: clamp(15px,1.05vw,18px);
    line-height: 1.38;
    font-weight: 500;
}

.auhud-js-featured {
    min-height: 380px;
    margin-top: -52px;
    padding-top: 80px;
    border: 4px solid var(--auhud-gold);
    background:
        radial-gradient(circle at 50% 10%, rgba(255,255,255,.10), transparent 26%),
        linear-gradient(180deg, #00624c, var(--auhud-green));
    color: var(--auhud-featured-text);
    overflow: hidden;
}

.auhud-js-featured .auhud-js-step-title {
    color: var(--auhud-gold);
}

.auhud-js-featured .auhud-js-step-text {
    color: var(--auhud-featured-text);
}

.auhud-js-featured .auhud-js-step-icon {
    width: 100px;
    height: 100px;
    border: 2px solid var(--auhud-gold);
    background: transparent;
    color: var(--auhud-gold);
}

.auhud-js-featured .auhud-js-step-number {
    top: 16px;
    border-width: 3px;
}

.auhud-js-arch {
    position: absolute;
    inset: auto 0 0;
    height: 92px;
    opacity: .18;
    background:
        repeating-linear-gradient(90deg, transparent 0 22px, rgba(200,144,34,.45) 23px 24px),
        linear-gradient(180deg, transparent, rgba(200,144,34,.24));
    pointer-events: none;
}

@media (max-width: 1200px) {
    .auhud-js-section {
        padding: 62px 28px 56px;
    }

    .auhud-js-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        text-align: center;
    }

    .auhud-js-brand {
        justify-self: center;
        max-width: 560px;
        margin-bottom: 4px;
    }

    .auhud-js-scene-left {
        top: 168px;
        width: min(40vw,430px);
    }

    .auhud-js-scene-right {
        top: 90px;
        width: min(42vw,470px);
    }

    .auhud-js-stats {
        grid-template-columns: repeat(2,minmax(220px,1fr));
        max-width: 850px;
        margin-top: 36px;
    }

    .auhud-js-stat-card {
        min-height: 210px;
    }

    .auhud-js-steps {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding-left: 84px;
    }

    .auhud-js-steps::before {
        top: 6px;
        bottom: 84px;
        left: 31px;
        right: auto;
        border-top: 0;
        border-left: 2px dashed rgba(200,144,34,.58);
    }

    .auhud-js-step-card {
        min-height: unset;
        padding: 26px 34px 26px 118px;
        display: grid;
        grid-template-columns: 86px 1fr;
        grid-template-areas:
            "icon title"
            "icon line"
            "icon desc";
        column-gap: 24px;
        text-align: left;
        align-items: center;
    }

    .auhud-js-step-number {
        left: -84px;
        top: 50%;
        transform: translateY(-50%);
    }

    .auhud-js-step-icon {
        grid-area: icon;
        margin: 0;
    }

    .auhud-js-step-title {
        grid-area: title;
        margin: 0;
    }

    .auhud-js-step-card .auhud-js-small-line {
        grid-area: line;
        margin: 8px 0;
    }

    .auhud-js-step-text {
        grid-area: desc;
        margin: 0;
    }

    .auhud-js-featured {
        min-height: unset;
        margin-top: 0;
        padding-top: 32px;
        border-radius: 28px;
    }

    .auhud-js-featured .auhud-js-step-number {
        top: 50%;
    }

    .auhud-js-arch {
        width: 180px;
        height: 100%;
        left: auto;
        opacity: .14;
    }
}

@media (max-width: 767px) {
    .auhud-js-section {
        padding: 36px 16px;
        border-radius: 24px;
    }

    .auhud-js-section::before {
        top: 100px;
        height: 260px;
    }

    .auhud-js-scene-left {
        top: 140px;
        left: -80px;
        width: 58vw;
        opacity: .55 !important;
    }

    .auhud-js-scene-right {
        top: 36px;
        right: -78px;
        width: 66vw;
        opacity: .45 !important;
    }

    .auhud-js-brand {
        flex-direction: column;
        gap: 12px;
        justify-content: center;
        text-align: center;
    }

    .auhud-js-logo-img,
    .auhud-js-logo-placeholder {
        width: 80px;
    }

    .auhud-js-brand-subtitle {
        justify-content: center;
        letter-spacing: .28em;
    }

    .auhud-js-brand-subtitle::before,
    .auhud-js-brand-subtitle::after {
        width: 30px;
    }

    .auhud-js-brand-tagline {
        letter-spacing: .28em;
        white-space: normal;
    }

    .auhud-js-badge {
        min-height: 42px;
        padding: 8px 18px;
        margin: 12px auto 18px;
        border-width: 2px;
        font-size: 13px;
    }

    .auhud-js-headline {
        font-size: clamp(46px,15vw,70px);
        line-height: .94;
    }

    .auhud-js-ornament {
        margin: 18px auto 12px;
    }

    .auhud-js-ornament span {
        width: 58px;
    }

    .auhud-js-description {
        font-size: 17px;
        line-height: 1.45;
    }

    .auhud-js-stats {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 10px;
        margin: 28px auto 34px;
    }

    .auhud-js-stat-card {
        min-height: 170px;
        padding: 18px 12px;
        border-radius: 18px;
    }

    .auhud-js-stat-icon {
        width: 64px;
        height: 64px;
        border-width: 3px;
    }

    .auhud-js-stat-icon svg,
    .auhud-js-stat-icon i {
        width: 26px;
        height: 26px;
        font-size: 26px;
    }

    .auhud-js-stat-number {
        font-size: 34px;
    }

    .auhud-js-stat-label {
        font-size: 14px;
    }

    .auhud-js-steps-title {
        gap: 10px;
        margin-bottom: 28px;
    }

    .auhud-js-steps-title::before,
    .auhud-js-steps-title::after {
        display: none;
    }

    .auhud-js-steps-heading {
        font-size: 26px;
    }

    .auhud-js-steps {
        gap: 14px;
        padding-left: 54px;
    }

    .auhud-js-steps::before {
        left: 25px;
    }

    .auhud-js-step-card {
        padding: 18px 18px 18px 82px;
        grid-template-columns: 64px 1fr;
        column-gap: 16px;
        border-radius: 18px;
    }

    .auhud-js-step-number {
        left: -54px;
        width: 50px;
        height: 50px;
        font-size: 23px;
        border-width: 3px;
    }

    .auhud-js-step-icon {
        width: 62px;
        height: 62px;
    }

    .auhud-js-step-icon svg,
    .auhud-js-step-icon i {
        width: 28px;
        height: 28px;
        font-size: 28px;
    }

    .auhud-js-step-title {
        font-size: 20px;
    }

    .auhud-js-step-text {
        font-size: 14px;
        line-height: 1.4;
    }

    .auhud-js-featured {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .auhud-js-featured .auhud-js-step-icon {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 440px) {
    .auhud-js-step-card {
        display: block;
        padding: 18px 16px 18px 24px;
        text-align: left;
    }

    .auhud-js-step-icon {
        margin: 0 0 12px;
    }

    .auhud-js-step-card .auhud-js-small-line {
        margin: 8px 0 10px;
    }

    .auhud-js-step-number {
        left: -54px;
    }
}
