.auhud-editable-hero,
.auhud-editable-hero * {
    box-sizing: border-box;
}

.auhud-editable-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    min-height: 730px;
    color: #ffffff;
    background-image: var(--auhud-bg-image);
    background-size: cover;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
}

.auhud-bg-layer {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.54) 46%, rgba(0, 0, 0, 0.28) 100%);
}

.auhud-glow-layer {
    position: absolute;
    inset: auto 0 0 0;
    height: 50%;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.auhud-hero-grid {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
    padding: 52px 70px 128px;
    display: grid;
    grid-template-columns: minmax(420px, 1.18fr) minmax(190px, 0.42fr) minmax(360px, 0.72fr);
    gap: 34px;
    align-items: start;
}

.auhud-copy-panel {
    max-width: 690px;
    padding: 18px 18px 20px;
    border-radius: 22px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.04));
}

.auhud-trust {
    color: #d8a93d;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
}

.auhud-headline {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(48px, 5.2vw, 88px);
    line-height: 0.96;
    letter-spacing: -0.045em;
    font-weight: 700;
    text-shadow: 0 7px 28px rgba(0, 0, 0, 0.62);
}

.auhud-headline span {
    display: block;
}

.auhud-headline-highlight {
    color: #d8a93d;
}

.auhud-description {
    max-width: 520px;
    margin: 24px 0 24px;
    font-size: 21px;
    line-height: 1.34;
    font-weight: 600;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
}

.auhud-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.auhud-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    min-width: 190px;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none !important;
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.auhud-btn:hover {
    transform: translateY(-2px);
}

.auhud-btn-primary {
    color: #ffffff !important;
    border: 2px solid #d8a93d;
    background: linear-gradient(180deg, #006c3a, #003f22);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.auhud-btn-secondary {
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.68);
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(8px);
}

.auhud-trust-badges,
.auhud-stats {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    width: fit-content;
    max-width: 100%;
    border: 1px solid rgba(216, 169, 61, 0.68);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.auhud-trust-badges {
    margin-bottom: 22px;
}

.auhud-trust-badges div,
.auhud-stats div {
    min-width: 118px;
    padding: 13px 18px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.auhud-trust-badges div:last-child,
.auhud-stats div:last-child {
    border-right: 0;
}

.auhud-trust-badges strong,
.auhud-stats strong {
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.1;
}

.auhud-trust-badges small,
.auhud-stats small {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    line-height: 1.25;
}

.auhud-stats strong {
    font-size: 23px;
}

.auhud-stat-highlight {
    border: 1px solid #d8a93d;
    background: rgba(216, 169, 61, 0.16);
}

.auhud-feature-stack {
    padding-top: 38px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.auhud-feature {
    width: 220px;
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    gap: 13px;
    padding: 12px 14px;
    border: 1px solid #d8a93d;
    border-radius: 14px;
    background: rgba(5, 52, 35, 0.82);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
    font-size: 15px;
    line-height: 1.22;
    font-weight: 800;
}

.auhud-feature-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #d8a93d;
    background: #063d25;
    border: 2px solid currentColor;
    font-size: 24px;
}

.auhud-quote-card {
    color: #173526;
    padding: 28px;
    border: 2px solid #d8a93d;
    border-radius: 26px;
    background: rgba(247, 240, 226, 0.95);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2), 0 18px 45px rgba(0, 0, 0, 0.42);
}

.auhud-form-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    text-align: center;
}

.auhud-form-title {
    margin: 0;
    color: #006c3a;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px, 2.7vw, 42px);
    line-height: 1.05;
}

.auhud-form-head p {
    margin: 12px 0 0;
    color: #323232;
    font-size: 14px;
    line-height: 1.4;
}

.auhud-form-head img {
    width: 92px;
    max-width: 28%;
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
}

.auhud-form {
    display: grid;
    gap: 10px;
}

.auhud-form input,
.auhud-form select,
.auhud-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 13px 15px;
    background: rgba(255, 255, 255, 0.72);
    color: #2e2e2e;
    font-size: 14px;
    line-height: 1.25;
    outline: none;
}

.auhud-form textarea {
    min-height: 70px;
    resize: vertical;
}

.auhud-form input:focus,
.auhud-form select:focus,
.auhud-form textarea:focus {
    border-color: #006c3a;
    box-shadow: 0 0 0 3px rgba(0, 108, 58, 0.14);
}

.auhud-form button {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 10px;
    padding: 15px 22px;
    color: #ffffff;
    background: linear-gradient(180deg, #006c3a, #003f22);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.24);
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
}

.auhud-secure-note {
    margin-top: 15px;
    color: #363636;
    text-align: center;
    font-size: 13px;
}

.auhud-form-message {
    margin: 0 0 14px;
    padding: 11px 13px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 1.35;
}

.auhud-form-success {
    color: #084425;
    background: rgba(0, 108, 58, 0.12);
    border: 1px solid rgba(0, 108, 58, 0.24);
}

.auhud-form-error {
    color: #7d1f1f;
    background: rgba(180, 35, 24, 0.1);
    border: 1px solid rgba(180, 35, 24, 0.24);
}

.auhud-hidden-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.auhud-bottom-strip {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 3;
    transform: translateX(-50%);
    width: min(1320px, calc(100% - 160px));
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.93);
    color: #063d25;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.auhud-bottom-strip div {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-align: left;
}

.auhud-bottom-strip div:last-child {
    border-right: 0;
}

.auhud-bottom-icon {
    color: #d8a93d;
    font-size: 24px;
    flex: 0 0 auto;
}

@media (max-width: 1320px) {
    .auhud-hero-grid {
        grid-template-columns: minmax(420px, 1fr) minmax(330px, 0.72fr);
    }

    .auhud-feature-stack {
        display: none;
    }

    .auhud-bottom-strip {
        width: min(1120px, calc(100% - 48px));
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .auhud-editable-hero {
        min-height: auto;
        background-position: center top;
    }

    .auhud-hero-grid {
        grid-template-columns: 1fr;
        padding: 42px 28px 170px;
    }

    .auhud-copy-panel {
        max-width: 100%;
        background: rgba(0, 0, 0, 0.42);
    }

    .auhud-description {
        max-width: 720px;
    }

    .auhud-trust-badges,
    .auhud-stats {
        width: 100%;
        flex-wrap: wrap;
    }

    .auhud-trust-badges div,
    .auhud-stats div {
        flex: 1 1 20%;
    }

    .auhud-quote-card {
        max-width: 680px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .auhud-editable-hero {
        background-position: center top;
    }

    .auhud-bg-layer {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.78) 100%);
    }

    .auhud-hero-grid {
        padding: 28px 16px 28px;
        gap: 22px;
    }

    .auhud-copy-panel {
        padding: 18px 15px;
        border-radius: 18px;
    }

    .auhud-trust {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .auhud-headline {
        font-size: clamp(38px, 13vw, 54px);
        letter-spacing: -0.04em;
    }

    .auhud-description {
        margin: 18px 0 20px;
        font-size: 17px;
    }

    .auhud-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .auhud-btn {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        font-size: 16px;
    }

    .auhud-trust-badges div,
    .auhud-stats div {
        flex: 1 1 50%;
        min-width: 50%;
        padding: 12px 10px;
    }

    .auhud-trust-badges strong,
    .auhud-stats strong {
        font-size: 16px;
    }

    .auhud-stats strong {
        font-size: 20px;
    }

    .auhud-quote-card {
        padding: 20px;
        border-radius: 20px;
    }

    .auhud-form-head {
        text-align: left;
    }

    .auhud-form-title {
        font-size: 30px;
    }

    .auhud-form-head img {
        width: 72px;
    }

    .auhud-bottom-strip {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: calc(100% - 32px);
        margin: 0 auto 24px;
        grid-template-columns: 1fr 1fr;
    }

    .auhud-bottom-strip div {
        min-height: 62px;
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 480px) {
    .auhud-trust-badges div,
    .auhud-stats div {
        flex-basis: 100%;
        min-width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .auhud-trust-badges div:last-child,
    .auhud-stats div:last-child {
        border-bottom: 0;
    }

    .auhud-form-head {
        display: block;
    }

    .auhud-form-head img {
        margin-top: 12px;
        max-width: 92px;
    }

    .auhud-bottom-strip {
        grid-template-columns: 1fr;
    }
}
