:root {
    --dh-ink: #060609;
    --dh-panel: rgba(8, 8, 12, 0.94);
    --dh-paper: #fff9f4;
    --dh-muted: #c4bdc4;
    --dh-pink: #ff4f9a;
    --dh-cyan: #45d8e8;
    --dh-gold: #ffc247;
    --dh-acid: #b9ed52;
    --dh-line: rgba(255, 255, 255, 0.14);
}

html {
    min-width: 320px;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--dh-ink);
}

body.dh-signup {
    display: block;
    height: auto;
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--dh-ink);
    color: var(--dh-paper);
    font-family: Karla, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

body.dh-signup * {
    box-sizing: border-box;
}

body.dh-signup a {
    color: inherit;
}

.dh-page {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
    background: #060609;
}

.dh-backdrop,
.dh-veil,
.dh-halftone {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.dh-backdrop {
    z-index: -6;
    background: #060609 url("../img/dukes-signup-bg.jpg") 43% center / cover no-repeat;
    transform: scale(1.035);
    will-change: transform;
}

.dh-veil {
    z-index: -5;
    background:
        linear-gradient(90deg, rgba(4, 4, 7, 0.08), rgba(4, 4, 7, 0.2) 42%, rgba(4, 4, 7, 0.84) 68%, rgba(4, 4, 7, 0.99) 100%),
        linear-gradient(0deg, rgba(6, 6, 9, 0.99), transparent 34%, rgba(6, 6, 9, 0.25));
}

.dh-halftone {
    z-index: -4;
    opacity: 0.12;
    background-image: radial-gradient(circle, #fff 0 0.8px, transparent 1px);
    background-size: 7px 7px;
    mask-image: linear-gradient(90deg, #000, transparent 56%);
}

.dh-streak {
    position: fixed;
    z-index: -3;
    height: 2px;
    pointer-events: none;
    transform: rotate(-18deg);
    transform-origin: right center;
}

.dh-streak--pink {
    top: 22%;
    right: -12vw;
    width: 55vw;
    background: var(--dh-pink);
    box-shadow: 0 0 12px 2px rgba(255, 79, 154, 0.55);
    animation: dh-streak-pink 9s ease-in-out infinite;
}

.dh-streak--cyan {
    top: 37%;
    right: -7vw;
    width: 40vw;
    background: var(--dh-cyan);
    box-shadow: 0 0 12px 2px rgba(69, 216, 232, 0.5);
    animation: dh-streak-cyan 11s ease-in-out infinite;
}

.dh-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-content: center;
    justify-items: center;
    background: #050508;
    color: #fff;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.dh-loader.is-done {
    visibility: hidden;
    opacity: 0;
}

.dh-loader__seal {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border: 3px solid var(--dh-pink);
    border-radius: 50%;
    background: #0c080c;
    box-shadow:
        inset 0 0 0 5px #0c080c,
        inset 0 0 0 6px rgba(255, 79, 154, 0.42),
        0 0 30px rgba(255, 79, 154, 0.22);
    font: 900 30px/1 Impact, "Arial Narrow", sans-serif;
}

.dh-loader > strong {
    margin: 18px 0 12px;
    color: #d8d1d8;
    font-size: 10px;
    letter-spacing: 2px;
}

.dh-loader__track {
    width: 190px;
    height: 3px;
    overflow: hidden;
    background: #272128;
}

.dh-loader__track i {
    display: block;
    width: 42%;
    height: 100%;
    background: linear-gradient(90deg, var(--dh-pink), var(--dh-gold), var(--dh-cyan));
    animation: dh-load 0.95s ease-in-out infinite;
}

.dh-nav {
    position: relative;
    z-index: 10;
    display: flex;
    width: min(100% - 56px, 1460px);
    min-height: 102px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--dh-line);
}

.dh-wordmark {
    position: relative;
    display: inline-flex;
    padding-left: 14px;
    flex-direction: column;
    text-decoration: none;
}

.dh-wordmark::before {
    position: absolute;
    inset: 2px auto 2px 0;
    width: 4px;
    background: linear-gradient(var(--dh-pink), var(--dh-gold));
    content: "";
    transform: skewY(-15deg);
}

.dh-wordmark span {
    color: #fff;
    font: 900 28px/0.9 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-shadow: 3px 3px 0 #19121a, 5px 5px 0 rgba(255, 79, 154, 0.38);
}

.dh-wordmark small {
    margin-top: 5px;
    color: var(--dh-pink);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.dh-nav__login {
    display: flex;
    align-items: center;
    gap: 17px;
    color: var(--dh-muted);
    font-size: 13px;
}

.dh-nav__login a {
    padding: 11px 0 8px;
    border-bottom: 3px solid var(--dh-cyan);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.dh-nav__login a:hover,
.dh-nav__login a:focus-visible {
    color: var(--dh-cyan);
    text-shadow: 0 0 14px rgba(69, 216, 232, 0.7);
}

.dh-main {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(100% - 56px, 1460px);
    min-height: calc(100vh - 172px);
    margin: 0 auto;
    padding: 52px 0 76px;
    grid-template-columns: minmax(320px, 1fr) minmax(560px, 650px);
    gap: clamp(45px, 6vw, 100px);
    align-items: start;
}

.dh-intro {
    position: sticky;
    top: 28px;
    align-self: start;
    max-width: 700px;
    padding: 10px 0 30px;
}

.dh-brand-lockup {
    width: min(315px, 54%);
    max-height: 238px;
    margin: -8px 0 12px;
    overflow: hidden;
}

.dh-brand-lockup img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.68));
}

.dh-kicker {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 12px;
    color: var(--dh-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
}

.dh-kicker::before {
    width: 42px;
    height: 3px;
    background: var(--dh-gold);
    box-shadow: 0 0 10px rgba(255, 194, 71, 0.45);
    content: "";
}

.dh-intro h1 {
    margin: 18px 0 19px;
    color: #fff;
    font: 900 clamp(58px, 6vw, 100px) / 0.88 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 5px 5px 0 rgba(10, 7, 11, 0.9), 9px 9px 0 rgba(255, 79, 154, 0.22);
}

.dh-intro h1 em {
    color: var(--dh-paper);
    font-style: normal;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

.dh-lead {
    max-width: 570px;
    margin: 0;
    color: #d8d0d8;
    font-size: 16px;
    line-height: 1.65;
    text-shadow: 0 2px 12px #000;
}

.dh-features {
    display: grid;
    max-width: 600px;
    margin-top: 34px;
    padding: 18px 0;
    border-top: 1px solid var(--dh-line);
    border-bottom: 1px solid var(--dh-line);
    grid-template-columns: repeat(3, 1fr);
}

.dh-features div {
    display: flex;
    min-width: 0;
    padding: 0 20px;
    align-items: center;
    gap: 10px;
    border-right: 1px solid var(--dh-line);
}

.dh-features div:first-child {
    padding-left: 0;
}

.dh-features div:last-child {
    padding-right: 0;
    border-right: 0;
}

.dh-features b {
    color: var(--dh-pink);
    font: 900 18px/1 Impact, sans-serif;
}

.dh-features span {
    color: #eee8ee;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.dh-form-shell {
    position: relative;
    padding: clamp(28px, 3vw, 44px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 30%),
        var(--dh-panel);
    box-shadow: 12px 12px 0 rgba(2, 2, 4, 0.68), 0 34px 90px rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(20px);
}

.dh-form-shell::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(var(--dh-pink), var(--dh-gold) 48%, var(--dh-cyan));
    content: "";
}

.dh-form-shell__ink {
    position: absolute;
    top: 0;
    right: 0;
    width: 145px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--dh-cyan));
    box-shadow: 0 0 14px rgba(69, 216, 232, 0.6);
}

.dh-form-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
}

.dh-form-head > div:first-child > span {
    color: var(--dh-pink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

.dh-form-head h2 {
    margin: 6px 0 0;
    color: #fff;
    font: 900 38px/1 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dh-secure {
    display: flex;
    margin-top: 5px;
    align-items: center;
    gap: 7px;
    color: #b8dfe3;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.dh-secure i {
    color: var(--dh-cyan);
    filter: drop-shadow(0 0 6px rgba(69, 216, 232, 0.8));
}

.dh-progress {
    display: grid;
    margin: 28px 0 34px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 13px;
}

.dh-progress div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.34);
}

.dh-progress div.is-active {
    color: #fff;
}

.dh-progress b {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.27);
    border-radius: 50%;
    font-size: 9px;
}

.dh-progress .is-active b {
    border-color: var(--dh-pink);
    background: var(--dh-pink);
    box-shadow: 0 0 16px rgba(255, 79, 154, 0.42);
}

.dh-progress span {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.dh-progress > i {
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
}

.dh-amember-form .am-form,
.dh-amember-form .am-form form {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.dh-amember-form .am-form div.am-row {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    background: transparent;
}

.dh-amember-form .am-form div.am-row:last-child {
    margin-bottom: 0;
}

.dh-amember-form .am-form div.am-element-title {
    float: none;
    width: 100%;
    margin: 0 0 9px;
    padding: 0;
    text-align: left;
}

.dh-amember-form .am-form div.am-element {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
    text-align: left;
}

.dh-amember-form .am-element-title label,
.dh-amember-form label,
.dh-amember-form legend {
    color: #f0eaf0;
    font-family: Karla, Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.dh-amember-form .am-element-title .comment {
    margin-top: 5px;
    color: #918792;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: none;
}

.dh-amember-form .required {
    color: var(--dh-pink);
}

.dh-amember-form input[type="text"],
.dh-amember-form input[type="email"],
.dh-amember-form input[type="password"],
.dh-amember-form select,
.dh-amember-form textarea {
    width: 100%;
    height: 51px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 3px;
    outline: 0;
    background: rgba(255, 255, 255, 0.065);
    box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.2);
    color: #fff;
    font: 500 15px/1 Karla, Arial, sans-serif;
    letter-spacing: 0;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.dh-amember-form input::placeholder,
.dh-amember-form textarea::placeholder {
    color: #786f79;
    opacity: 1;
}

.dh-amember-form input[type="text"]:hover,
.dh-amember-form input[type="email"]:hover,
.dh-amember-form input[type="password"]:hover,
.dh-amember-form select:hover,
.dh-amember-form textarea:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.085);
}

.dh-amember-form input[type="text"]:focus,
.dh-amember-form input[type="email"]:focus,
.dh-amember-form input[type="password"]:focus,
.dh-amember-form select:focus,
.dh-amember-form textarea:focus {
    border-color: var(--dh-cyan);
    background: rgba(69, 216, 232, 0.065);
    box-shadow: 0 0 0 3px rgba(69, 216, 232, 0.1), 0 0 18px rgba(69, 216, 232, 0.08);
}

.dh-amember-form #row-name-0 .am-element.group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.dh-amember-form .am-pass-indicator-wrap {
    display: block;
    width: 100%;
}

.dh-amember-form #row-product_id_page-0-0 {
    margin-bottom: 25px;
}

.dh-amember-form #row-product_id_page-0-0 .am-element {
    display: grid;
    gap: 8px;
}

.dh-amember-form #row-product_id_page-0-0 .am-element > br {
    display: none;
}

.dh-amember-form #row-product_id_page-0-0 .am-element > label {
    position: relative;
    display: grid;
    min-height: 67px;
    margin: 0;
    padding: 12px 14px 11px 48px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.045);
    cursor: pointer;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    text-transform: none;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.dh-amember-form #row-product_id_page-0-0 .am-element > label:hover {
    border-color: rgba(255, 79, 154, 0.6);
    background: rgba(255, 79, 154, 0.075);
    transform: translateX(3px);
}

.dh-amember-form #row-product_id_page-0-0 .am-element > label.is-selected {
    border-color: var(--dh-pink);
    background: linear-gradient(90deg, rgba(255, 79, 154, 0.13), rgba(255, 194, 71, 0.05));
    box-shadow: 4px 4px 0 rgba(255, 79, 154, 0.12);
}

.dh-amember-form input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--dh-pink);
}

.dh-amember-form #row-product_id_page-0-0 input[type="radio"] {
    position: absolute;
    top: 23px;
    left: 16px;
}

.dh-amember-form .am-product-title {
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.dh-amember-form .am-product-terms {
    color: var(--dh-gold);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}

.dh-amember-form .am-product-desc {
    display: none;
}

.dh-amember-form #row-paysys_id {
    margin: 2px 0 25px;
    padding: 18px 0 3px;
    border-top: 1px solid var(--dh-line);
}

.dh-amember-form #row-paysys_id .am-element {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.dh-amember-form #row-paysys_id .am-element > label.radio {
    position: relative;
    display: grid;
    min-height: 76px;
    margin: 0;
    padding: 13px 12px 11px 40px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    align-content: center;
    text-transform: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.dh-amember-form #row-paysys_id .am-element > label.radio:hover,
.dh-amember-form #row-paysys_id .am-element > label.radio.is-selected {
    border-color: var(--dh-cyan);
    background: rgba(69, 216, 232, 0.07);
}

.dh-amember-form #row-paysys_id input[type="radio"] {
    position: absolute;
    top: 28px;
    left: 13px;
    accent-color: var(--dh-cyan);
}

.dh-amember-form .am-paysystem-title {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.3;
}

.dh-amember-form .am-paysystem-desc {
    display: block;
    margin-top: 4px;
    color: #918793;
    font-size: 9px;
    line-height: 1.35;
}

.dh-amember-form #row-qfauto-1 {
    margin-top: -3px;
}

.dh-amember-form .am-form-coupon-toggle {
    color: #8e848f;
    font-size: 11px;
}

.dh-amember-form .am-form-coupon-toggle a {
    border-bottom: 1px solid var(--dh-gold);
    color: var(--dh-gold);
    text-decoration: none;
}

.dh-amember-form #row-buttons {
    margin: 30px 0 0;
}

.dh-amember-form #row-buttons .am-element {
    position: relative;
}

.dh-amember-form input[type="submit"].am-cta-signup {
    width: 100%;
    min-height: 57px;
    margin: 0;
    padding: 13px 58px 13px 22px;
    border: 0;
    border-radius: 3px;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) -160px 0 / 110px 100% no-repeat,
        var(--dh-pink);
    box-shadow: 6px 6px 0 #671f42, 0 13px 30px rgba(255, 79, 154, 0.2);
    color: #17050d;
    cursor: pointer;
    font: 900 12px/1.2 Karla, Arial, sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: background-position 0.4s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dh-amember-form #row-buttons .am-element::after {
    position: absolute;
    top: 50%;
    right: 22px;
    color: #17050d;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 900;
    pointer-events: none;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.dh-amember-form #row-buttons .am-element:hover::after {
    transform: translate(4px, -50%);
}

.dh-amember-form input[type="submit"].am-cta-signup:hover,
.dh-amember-form input[type="submit"].am-cta-signup:focus-visible {
    background-position: 130% 0, 0 0;
    box-shadow: 8px 8px 0 #671f42, 0 16px 34px rgba(255, 79, 154, 0.3);
    transform: translate(-2px, -2px);
}

.dh-amember-form label.error,
.dh-amember-form .error {
    color: #ff78ad;
}

.dh-amember-form label.error {
    display: block;
    margin-top: 7px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.dh-amember-form .invoice-summary,
.dh-amember-form .am-invoice-summary {
    margin: 22px 0 0;
    border: 1px solid var(--dh-line);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.dh-amember-form #html1 {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--dh-line);
}

.dh-amember-form #html1 img {
    max-width: 150px;
    height: auto !important;
    filter: saturate(0.85) brightness(1.1);
}

.dh-amember-form .AuthorizeNetSeal {
    display: inline-block;
    margin: 5px 14px;
    vertical-align: middle;
}

.dh-page .am-error,
.dh-page .am-info,
.dh-page .am-success {
    margin: 0 0 22px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

.dh-page .am-error {
    border-left: 3px solid var(--dh-pink);
    background: rgba(255, 79, 154, 0.09);
}

.dh-form-foot {
    display: flex;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid var(--dh-line);
    justify-content: space-between;
    gap: 12px;
    color: #8d838e;
    font-size: 9px;
}

.dh-form-foot span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dh-form-foot i {
    color: var(--dh-cyan);
}

.dh-footer {
    position: relative;
    z-index: 3;
    display: flex;
    width: min(100% - 56px, 1460px);
    min-height: 70px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--dh-line);
    color: rgba(255, 255, 255, 0.43);
    font-size: 10px;
}

.dh-footer nav {
    display: flex;
    gap: 22px;
}

.dh-footer a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.dh-footer a:hover,
.dh-footer a:focus-visible {
    color: var(--dh-cyan);
}

.dh-bill {
    position: fixed;
    top: -70px;
    z-index: -2;
    display: grid;
    width: 35px;
    height: 18px;
    place-items: center;
    border: 2px solid rgba(185, 237, 82, 0.35);
    background: rgba(64, 115, 54, 0.42);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
    color: rgba(226, 255, 184, 0.72);
    font-size: 9px;
    font-weight: 900;
    pointer-events: none;
    animation: dh-money-fall var(--duration) linear var(--delay) infinite;
}

.dh-bill::before {
    content: "$";
}

@keyframes dh-load {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(350%); }
}

@keyframes dh-streak-pink {
    0%, 100% { opacity: 0.2; transform: rotate(-18deg) translateX(8%); }
    50% { opacity: 0.8; transform: rotate(-18deg) translateX(-24%); }
}

@keyframes dh-streak-cyan {
    0%, 100% { opacity: 0.72; transform: rotate(-12deg) translateX(-18%); }
    50% { opacity: 0.18; transform: rotate(-12deg) translateX(10%); }
}

@keyframes dh-money-fall {
    0% {
        opacity: 0;
        transform: translate3d(0, -10vh, 0) rotate(0deg) rotateY(0deg);
    }
    12% { opacity: var(--opacity); }
    83% { opacity: var(--opacity); }
    100% {
        opacity: 0;
        transform: translate3d(var(--drift), 118vh, 0) rotate(400deg) rotateY(540deg);
    }
}

@media (max-width: 1120px) {
    .dh-backdrop {
        background-position: 35% center;
    }

    .dh-veil {
        background:
            linear-gradient(90deg, rgba(4, 4, 7, 0.18), rgba(4, 4, 7, 0.68) 55%, rgba(4, 4, 7, 0.98)),
            linear-gradient(0deg, rgba(6, 6, 9, 0.98), transparent 42%);
    }

    .dh-main {
        grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1.28fr);
        gap: 36px;
    }

    .dh-brand-lockup {
        width: 66%;
    }

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

    .dh-features div,
    .dh-features div:first-child,
    .dh-features div:last-child {
        padding: 9px 0;
        border-right: 0;
        border-bottom: 1px solid var(--dh-line);
    }

    .dh-features div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 860px) {
    .dh-backdrop {
        background-position: 31% top;
    }

    .dh-veil {
        background:
            linear-gradient(0deg, rgba(6, 6, 9, 1) 29%, rgba(6, 6, 9, 0.69) 68%, rgba(6, 6, 9, 0.28)),
            linear-gradient(90deg, rgba(4, 4, 7, 0.25), rgba(4, 4, 7, 0.42));
    }

    .dh-nav,
    .dh-main,
    .dh-footer {
        width: min(100% - 34px, 680px);
    }

    .dh-nav {
        min-height: 82px;
    }

    .dh-main {
        display: block;
        min-height: 0;
        padding: 46px 0 56px;
    }

    .dh-intro {
        position: static;
        min-height: min(69vh, 650px);
        padding: 2vh 0 25px;
    }

    .dh-brand-lockup {
        width: min(245px, 50%);
        max-height: 190px;
    }

    .dh-intro h1 {
        font-size: clamp(56px, 13vw, 82px);
    }

    .dh-features {
        max-width: 500px;
        grid-template-columns: repeat(3, 1fr);
    }

    .dh-features div,
    .dh-features div:first-child,
    .dh-features div:last-child {
        padding: 0 12px;
        border-right: 1px solid var(--dh-line);
        border-bottom: 0;
    }

    .dh-features div:first-child {
        padding-left: 0;
    }

    .dh-features div:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .dh-form-shell {
        margin-top: 18px;
    }
}

@media (max-width: 560px) {
    .dh-nav,
    .dh-main,
    .dh-footer {
        width: calc(100% - 26px);
    }

    .dh-wordmark span {
        font-size: 24px;
    }

    .dh-nav__login > span {
        display: none;
    }

    .dh-nav__login a {
        font-size: 10px;
    }

    .dh-intro {
        min-height: 0;
        padding-top: 32px;
    }

    .dh-brand-lockup {
        width: 180px;
        max-height: 140px;
        margin-bottom: 7px;
    }

    .dh-kicker {
        font-size: 8px;
    }

    .dh-intro h1 {
        margin-top: 14px;
        font-size: clamp(53px, 15vw, 70px);
    }

    .dh-lead {
        font-size: 14px;
    }

    .dh-features {
        margin-top: 27px;
    }

    .dh-features div,
    .dh-features div:first-child,
    .dh-features div:last-child {
        padding: 0 7px;
    }

    .dh-features b {
        font-size: 14px;
    }

    .dh-features span {
        font-size: 8px;
    }

    .dh-form-shell {
        padding: 27px 18px 24px;
    }

    .dh-form-head h2 {
        font-size: 31px;
    }

    .dh-progress span {
        font-size: 8px;
    }

    .dh-amember-form #row-name-0 .am-element.group,
    .dh-amember-form #row-paysys_id .am-element {
        grid-template-columns: 1fr;
    }

    .dh-amember-form .am-product-title {
        white-space: normal;
    }

    .dh-form-foot {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
    }

    .dh-footer {
        min-height: 66px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dh-loader__track i,
    .dh-streak,
    .dh-bill {
        animation: none !important;
    }

    .dh-backdrop,
    .dh-amember-form *,
    .dh-nav__login a {
        transition: none !important;
    }

    .dh-bill {
        display: none;
    }
}
