.afmc-login,
.afmc-account,
.afmc-products,
.afmc-free-signup,
.afmc-notice {
    max-width: 720px;
}

.afmc-form input,
.afmc-form select,
.afmc-form textarea {
    max-width: 100%;
}

.afmc-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.afmc-notice {
    border-left: 4px solid #2271b1;
    background: #fff !important;
    color: #172033 !important;
    padding: 12px 14px;
    margin: 16px 0;
}

.afmc-notice a {
    color: #1a56db !important;
}

.afmc-notice--warning {
    border-left-color: #d63638;
}

.afmc-notice--success {
    border-left-color: #008a20;
}

.afmc-button {
    display: inline-block;
    padding: 0.55rem 0.8rem;
    border: 1px solid currentColor;
    text-decoration: none;
    cursor: pointer;
}

.afmc-products__list {
    display: grid;
    gap: 1rem;
    list-style: none;
    padding: 0;
}

.afmc-product {
    border: 1px solid #dcdcde;
    padding: 1rem;
    border-radius: 6px;
}

.afmc-product__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.afmc-auth {
    --afmc-ink: #07090d;
    --afmc-panel: #141a25;
    --afmc-panel-strong: #101722;
    --afmc-line: rgba(169, 178, 192, 0.28);
    --afmc-text: #f5f7fa;
    --afmc-muted: #c8d2df;
    --afmc-label: #f8fbff;
    --afmc-accent: #145cff;
    --afmc-accent-hover: #2f78ff;
    --afmc-button-bg: var(--afmc-accent);
    --afmc-button-hover: var(--afmc-accent-hover);
    --afmc-button-text: #fff;
    --afmc-link: var(--afmc-gold);
    --afmc-input-bg: #050b12;
    --afmc-input-text: #ffffff;
    --afmc-input-border: rgba(188, 202, 220, 0.34);
    --afmc-gold: #ffb000;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(32px, 6vw, 84px) 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: clamp(28px, 6vw, 72px);
    align-items: center;
    color: var(--afmc-text);
}

.afmc-auth,
.afmc-auth * {
    box-sizing: border-box;
}

.afmc-auth--form-only {
    width: min(100%, 760px);
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
}

.afmc-auth__copy {
    max-width: 620px;
}

.afmc-auth__kicker {
    align-items: center;
    display: inline-flex;
    gap: 0.6rem;
    margin: 0 0 12px;
    color: var(--afmc-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.afmc-auth__kicker::before {
    width: 28px;
    height: 1px;
    background: var(--afmc-gold);
    content: "";
}

.afmc-auth h1,
.afmc-auth h2,
.afmc-auth p {
    color: inherit;
}

.afmc-auth h1 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 4.2rem);
    line-height: 1.04;
    letter-spacing: 0;
    max-width: 14ch;
}

.afmc-auth h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.2;
    letter-spacing: 0;
}

.afmc-auth__copy > p:not(.afmc-auth__kicker) {
    margin: 0;
    color: var(--afmc-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.afmc-auth__benefits {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.afmc-auth__benefits li {
    position: relative;
    padding-left: 24px;
    color: var(--afmc-muted);
}

.afmc-auth__benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--afmc-accent);
    box-shadow: 0 0 18px rgba(79, 124, 255, 0.75);
}

.afmc-auth-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--afmc-line);
    border-radius: clamp(18px, 2vw, 28px);
    padding: clamp(1.25rem, 4vw, 2.5rem);
    background:
        linear-gradient(135deg, rgba(20, 92, 255, 0.18), transparent 48%),
        linear-gradient(315deg, rgba(255, 176, 0, 0.1), transparent 42%),
        linear-gradient(180deg, rgba(20, 26, 37, 0.94), rgba(8, 12, 18, 0.96)),
        var(--afmc-panel);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.afmc-auth .afmc-auth-card.ff-login-card,
.afmc-auth .afmc-auth-card {
    background:
        linear-gradient(135deg, rgba(20, 92, 255, 0.18), transparent 48%),
        linear-gradient(315deg, rgba(255, 176, 0, 0.1), transparent 42%),
        linear-gradient(180deg, rgba(20, 26, 37, 0.94), rgba(8, 12, 18, 0.96)),
        var(--afmc-panel) !important;
    border-color: var(--afmc-line) !important;
    color: var(--afmc-text) !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28) !important;
}

.afmc-auth-card::before {
    position: absolute;
    top: 0;
    left: clamp(1.25rem, 4vw, 2.5rem);
    width: min(220px, 42%);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--afmc-accent), var(--afmc-gold));
    content: "";
}

.afmc-auth-card__header {
    margin-bottom: 22px;
}

.afmc-auth-form {
    display: grid;
    gap: clamp(16px, 2.4vw, 22px);
}

.afmc-auth-form p {
    margin: 0;
}

.afmc-field {
    display: grid;
    gap: 10px;
}

.afmc-field label,
.afmc-auth .afmc-check label {
    color: var(--afmc-label) !important;
    font-weight: 750;
}

.afmc-field input,
.afmc-auth-form input[type="email"],
.afmc-auth-form input[type="text"],
.afmc-auth-form input[type="password"] {
    width: 100%;
    min-height: clamp(54px, 6vw, 62px);
    border: 1px solid var(--afmc-input-border) !important;
    border-radius: 14px;
    padding: 0 16px;
    background: var(--afmc-input-bg) !important;
    color: var(--afmc-input-text) !important;
    -webkit-text-fill-color: var(--afmc-input-text) !important;
    caret-color: var(--afmc-input-text) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(0, 0, 0, 0.1) !important;
}

.afmc-field input::placeholder,
.afmc-auth-form input[type="email"]::placeholder,
.afmc-auth-form input[type="text"]::placeholder,
.afmc-auth-form input[type="password"]::placeholder {
    color: #aeb8c7 !important;
    -webkit-text-fill-color: #aeb8c7 !important;
    opacity: 1;
}

.afmc-field input::selection,
.afmc-auth-form input[type="email"]::selection,
.afmc-auth-form input[type="text"]::selection,
.afmc-auth-form input[type="password"]::selection {
    background: #2f78ff;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.afmc-field input:-webkit-autofill,
.afmc-auth-form input[type="email"]:-webkit-autofill,
.afmc-auth-form input[type="text"]:-webkit-autofill,
.afmc-auth-form input[type="password"]:-webkit-autofill {
    box-shadow:
        0 0 0 1000px var(--afmc-input-bg) inset,
        inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    color: var(--afmc-input-text) !important;
    -webkit-text-fill-color: var(--afmc-input-text) !important;
    caret-color: var(--afmc-input-text) !important;
    transition: background-color 9999s ease-in-out 0s;
}

.afmc-field input:not(:focus),
.afmc-auth-form input[type="email"]:not(:focus),
.afmc-auth-form input[type="text"]:not(:focus),
.afmc-auth-form input[type="password"]:not(:focus) {
    color: var(--afmc-input-text) !important;
    -webkit-text-fill-color: var(--afmc-input-text) !important;
}

.afmc-field input:focus,
.afmc-auth-form input[type="email"]:focus,
.afmc-auth-form input[type="text"]:focus,
.afmc-auth-form input[type="password"]:focus {
    outline: 3px solid rgba(20, 92, 255, 0.28);
    border-color: rgba(47, 120, 255, 0.95);
}

.afmc-auth .afmc-check label {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    color: var(--afmc-muted) !important;
    font-weight: 650;
    line-height: 1.55;
}

.afmc-auth .afmc-check input {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-top: 0.2em;
    accent-color: var(--afmc-accent);
}

.afmc-auth a {
    color: var(--afmc-link);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.afmc-actions {
    margin-top: 6px;
}

.afmc-button--primary {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 12px;
    background: var(--afmc-button-bg);
    color: var(--afmc-button-text);
    font-weight: 800;
    box-shadow: 0 16px 38px rgba(20, 92, 255, 0.3);
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.afmc-button--primary:hover,
.afmc-button--primary:focus {
    background: var(--afmc-button-hover);
    color: var(--afmc-button-text);
    box-shadow: 0 20px 48px rgba(20, 92, 255, 0.36);
    transform: translateY(-1px);
}

.afmc-auth-card__foot {
    margin: clamp(18px, 3vw, 26px) 0 0;
    color: var(--afmc-muted) !important;
    text-align: center;
}

.afmc-auth .afmc-notice {
    max-width: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left-width: 4px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08) !important;
    color: var(--afmc-text) !important;
    margin: 0 0 18px;
}

.afmc-auth .afmc-notice--success {
    border-left-color: #41d39b;
}

.afmc-auth .afmc-notice--error,
.afmc-auth .afmc-notice--warning {
    border-left-color: #ff6b6b;
}

.afmc-credentials {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(4, 14, 25, 0.45);
}

.afmc-credentials p {
    margin: 0;
}

.afmc-credentials code {
    display: inline-block;
    max-width: 100%;
    padding: 2px 6px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--afmc-text, inherit);
    overflow-wrap: anywhere;
}

.afmc-protected-login-wrap {
    --afmc-login-bg: #101722;
    --afmc-login-bg-strong: #070c13;
    --afmc-login-text: #f8fbff;
    --afmc-login-muted: #c0cad8;
    --afmc-login-border: rgba(169, 178, 192, 0.26);
    --afmc-login-primary: #145cff;
    --afmc-login-accent: #ffb000;
    display: grid;
    justify-items: center;
    width: min(100%, 860px);
    margin: 0 auto;
    padding: clamp(2rem, 6vw, 4rem) 1rem clamp(2rem, 5vw, 3rem);
}

.afmc-protected-login-card {
    box-sizing: border-box;
    width: min(100%, 760px);
    margin: 0;
    padding: clamp(1.35rem, 3.5vw, 2.35rem);
    border: 1px solid var(--afmc-login-border);
    border-radius: clamp(18px, 2vw, 28px);
    background:
        linear-gradient(135deg, rgba(20, 92, 255, 0.15), transparent 48%),
        linear-gradient(180deg, rgba(16, 23, 34, 0.98), rgba(7, 12, 19, 0.98)),
        var(--afmc-login-bg);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
    color: var(--afmc-login-text);
}

.afmc-protected-login-wrap .afmc-protected-login-card.ff-login-card,
.afmc-protected-login-wrap .afmc-protected-login-card {
    background:
        linear-gradient(135deg, rgba(20, 92, 255, 0.15), transparent 48%),
        linear-gradient(180deg, rgba(16, 23, 34, 0.98), rgba(7, 12, 19, 0.98)),
        var(--afmc-login-bg) !important;
    border-color: var(--afmc-login-border) !important;
    color: var(--afmc-login-text) !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26) !important;
}

.afmc-protected-login-card,
.afmc-protected-login-card * {
    box-sizing: border-box;
}

.afmc-protected-login__kicker {
    align-items: center;
    display: inline-flex;
    gap: 0.6rem;
    margin: 0 0 0.6rem;
    color: var(--afmc-login-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.afmc-protected-login__kicker::before {
    width: 28px;
    height: 1px;
    background: var(--afmc-login-accent);
    content: "";
}

.afmc-protected-login__title {
    margin: 0 0 clamp(1rem, 2.4vw, 1.35rem);
    color: var(--afmc-login-text);
    font-size: clamp(2.35rem, 6vw, 4.25rem);
    font-weight: 850;
    line-height: 0.96;
    letter-spacing: 0;
}

.afmc-protected-login-form,
.afmc-protected-login-form form,
.afmc-protected-login-form p {
    margin: 0;
}

.afmc-protected-login-form form {
    display: grid;
    gap: 0.9rem;
}

.afmc-protected-login__error {
    margin: 0 0 14px !important;
    padding: 10px 12px;
    border-left: 3px solid #ff6b6b;
    border-radius: 4px;
    background: rgba(255, 107, 107, 0.09);
    color: #ffd7d7 !important;
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.45;
}

.afmc-protected-login-form label {
    display: block;
    margin: 0 0 0.45rem;
    color: var(--afmc-login-muted) !important;
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.3;
}

.afmc-protected-login-form input[type="text"],
.afmc-protected-login-form input[type="password"] {
    width: 100%;
    min-height: 54px;
    border: 1px solid var(--afmc-login-border) !important;
    border-radius: 14px;
    padding: 0.9rem 1rem;
    background: var(--afmc-login-bg-strong) !important;
    color: var(--afmc-login-text) !important;
    -webkit-text-fill-color: var(--afmc-login-text) !important;
    caret-color: var(--afmc-login-text) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.afmc-protected-login-form input[type="text"]::placeholder,
.afmc-protected-login-form input[type="password"]::placeholder {
    color: #aeb8c7 !important;
    -webkit-text-fill-color: #aeb8c7 !important;
    opacity: 1;
}

.afmc-protected-login-form input[type="text"]::selection,
.afmc-protected-login-form input[type="password"]::selection {
    background: #2f78ff;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.afmc-protected-login-form input[type="text"]:-webkit-autofill,
.afmc-protected-login-form input[type="password"]:-webkit-autofill {
    box-shadow:
        0 0 0 1000px var(--afmc-login-bg-strong) inset,
        inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    color: var(--afmc-login-text) !important;
    -webkit-text-fill-color: var(--afmc-login-text) !important;
    caret-color: var(--afmc-login-text) !important;
    transition: background-color 9999s ease-in-out 0s;
}

.afmc-protected-login-form input[type="text"]:not(:focus),
.afmc-protected-login-form input[type="password"]:not(:focus) {
    color: var(--afmc-login-text) !important;
    -webkit-text-fill-color: var(--afmc-login-text) !important;
}

.afmc-protected-login-form input[type="text"]:focus,
.afmc-protected-login-form input[type="password"]:focus {
    border-color: color-mix(in srgb, var(--afmc-login-primary), transparent 20%);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--afmc-login-primary), transparent 82%);
    outline: 0;
}

.afmc-protected-login-form .login-remember label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
}

.afmc-protected-login-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--afmc-login-accent);
}

.afmc-protected-login-form input[type="submit"] {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 14px;
    padding: 0.9rem 1.1rem;
    background: var(--afmc-login-accent);
    color: #071016;
    -webkit-text-fill-color: #071016;
    cursor: pointer;
    font-weight: 850;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.afmc-protected-login-form input[type="submit"]:hover,
.afmc-protected-login-form input[type="submit"]:focus {
    box-shadow: 0 18px 42px color-mix(in srgb, var(--afmc-login-accent), transparent 70%);
    transform: translateY(-1px);
}

.afmc-protected-login__lost,
.afmc-protected-login__register a {
    color: var(--afmc-login-accent);
    display: inline-flex;
    font-weight: 800;
    margin-block-start: 1rem;
    text-decoration: none;
}

.afmc-protected-login__register {
    margin-top: 1rem !important;
    color: var(--afmc-login-text) !important;
}

.afmc-button--inline {
    width: auto;
    min-height: 0;
    padding: 8px 12px;
    border-radius: 8px;
}

.afmc-account-shell {
    --afmc-account-panel: #0f2133;
    --afmc-account-panel-strong: #142b42;
    --afmc-account-line: rgba(181, 202, 224, 0.2);
    --afmc-account-text: #f2f6fb;
    --afmc-account-muted: #b9c7d6;
    --afmc-account-accent: #4f7cff;
    --afmc-account-accent-hover: #6e94ff;
    --afmc-account-gold: #f3c766;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(32px, 6vw, 76px) 0;
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(28px, 6vw, 72px);
    align-items: start;
    color: var(--afmc-account-text);
}

.afmc-account-summary {
    max-width: 360px;
    padding-top: 14px;
}

.afmc-account__kicker {
    margin: 0 0 12px;
    color: var(--afmc-account-gold);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.afmc-account-identity {
    display: flex;
    gap: 16px;
    align-items: center;
}

.afmc-account-avatar {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    place-items: center;
    border: 1px solid rgba(110, 148, 255, 0.7);
    border-radius: 8px;
    background: #17365a;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.afmc-account-identity h1 {
    margin: 0;
    color: var(--afmc-account-text);
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1.08;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.afmc-account-identity p,
.afmc-account-summary__copy {
    margin: 6px 0 0;
    color: var(--afmc-account-muted);
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.afmc-account-summary__copy {
    margin-top: 24px;
    max-width: 31ch;
}

.afmc-account-nav {
    display: grid;
    gap: 14px;
    margin-top: 28px;
    justify-items: start;
}

.afmc-button--account {
    min-height: 44px;
    border-color: rgba(110, 148, 255, 0.72);
    border-radius: 8px;
    padding: 10px 14px;
    background: transparent;
    color: var(--afmc-account-text);
    font-weight: 700;
}

.afmc-button--account:hover,
.afmc-button--account:focus {
    border-color: var(--afmc-account-accent-hover);
    background: rgba(79, 124, 255, 0.14);
    color: #fff;
}

.afmc-account-nav__logout {
    color: var(--afmc-account-muted);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.afmc-account-panel {
    border: 1px solid var(--afmc-account-line);
    border-radius: 8px;
    padding: clamp(22px, 4vw, 36px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        var(--afmc-account-panel);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.afmc-account-panel__header {
    margin-bottom: 26px;
}

.afmc-account-panel__header h2 {
    margin: 0;
    color: var(--afmc-account-text);
    font-size: 1.45rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.afmc-account-panel__header > p:not(.afmc-account__kicker) {
    margin: 9px 0 0;
    color: var(--afmc-account-muted);
    line-height: 1.55;
}

.afmc-account-panel .afmc-notice {
    max-width: none;
    margin: 0 0 22px;
}

.afmc-account-form {
    display: grid;
    gap: 28px;
}

.afmc-account-form__section {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--afmc-account-line);
}

.afmc-account-form__section--security {
    padding-bottom: 0;
    border-bottom: 0;
}

.afmc-account-form__section-head {
    margin-bottom: 18px;
}

.afmc-account-form__section-head h3 {
    margin: 0;
    color: var(--afmc-account-text);
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0;
}

.afmc-account-form__section-head p,
.afmc-account-help {
    margin: 6px 0 0;
    color: var(--afmc-account-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.afmc-account-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.afmc-account-field {
    display: grid;
    gap: 8px;
    margin: 0;
}

.afmc-account-field--full {
    grid-column: 1 / -1;
}

.afmc-account-field label {
    color: var(--afmc-account-text);
    font-weight: 650;
}

.afmc-account-field input {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(187, 209, 232, 0.24);
    border-radius: 8px;
    padding: 0 14px;
    background: rgba(4, 14, 25, 0.72);
    color: var(--afmc-account-text);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.afmc-account-field input:focus {
    outline: 3px solid rgba(79, 124, 255, 0.28);
    border-color: rgba(110, 148, 255, 0.95);
}

.afmc-account-form__actions {
    display: flex;
    justify-content: flex-end;
}

.afmc-account-form__actions .afmc-button--primary {
    width: auto;
    min-width: 190px;
    padding-inline: 20px;
}

.afmc-auth--7day {
    width: min(100%, 860px);
}

.afmc-7day-card {
    padding: clamp(1.5rem, 5vw, 3rem);
}

.afmc-7day-card__header {
    display: grid;
    gap: 18px;
    margin-bottom: clamp(24px, 4vw, 34px);
}

.afmc-auth--7day .afmc-7day-card__header .afmc-auth__kicker {
    margin: 0;
    color: var(--afmc-link);
}

.afmc-auth--7day .afmc-7day-card__header h2 {
    max-width: 19ch;
    color: var(--afmc-text) !important;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.08;
}

.afmc-7day-card__intro,
.afmc-7day-card__delivery {
    max-width: 68ch;
    margin: 0;
    color: var(--afmc-muted) !important;
    font-size: clamp(1rem, 2vw, 1.08rem);
    line-height: 1.65;
}

.afmc-7day-card__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 2px 0;
}

.afmc-7day-card__benefits li {
    padding-left: 30px;
    color: var(--afmc-text);
    font-weight: 650;
}

.afmc-7day-card__benefits li::before {
    top: 0.08em;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(20, 92, 255, 0.22);
    color: #ffffff;
    content: "\2713";
    font-size: 0.78rem;
    box-shadow: 0 0 18px rgba(20, 92, 255, 0.34);
}

.afmc-7day-card__delivery {
    padding: 16px 18px;
    border-left: 3px solid var(--afmc-gold);
    border-radius: 0 8px 8px 0;
    background: rgba(255, 176, 0, 0.07);
}

.afmc-7day-card__legal {
    margin: -4px 0 0 !important;
    color: var(--afmc-muted) !important;
    font-size: 0.82rem;
    line-height: 1.55;
}

.afmc-signup-result {
    box-sizing: border-box;
    width: min(100% - 24px, 760px);
    margin: clamp(24px, 5vw, 48px) auto 22px;
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid rgba(169, 178, 192, 0.28);
    border-radius: 12px;
    background: #101722;
    color: #f8fbff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.afmc-signup-result .afmc-notice {
    max-width: none;
    margin: 0 0 16px;
    background: rgba(255, 255, 255, 0.07) !important;
    color: #f8fbff !important;
}

.afmc-signup-result .afmc-credentials {
    margin: 0;
    color: #f8fbff;
}

.afmc-signup-result .afmc-credentials code {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

@media (max-width: 820px) {
    .afmc-auth {
        grid-template-columns: 1fr;
        width: min(100% - 24px, 560px);
        padding-block: 28px 56px;
    }

    .afmc-auth h1 {
        font-size: 2.25rem;
    }

    .afmc-account-shell {
        width: min(100% - 24px, 620px);
        grid-template-columns: 1fr;
        gap: 26px;
        padding-block: 28px 56px;
    }

    .afmc-account-summary {
        max-width: none;
    }

    .afmc-account-summary__copy {
        max-width: 52ch;
    }

    .afmc-auth--7day {
        width: min(100% - 24px, 680px);
    }

    .afmc-7day-card__benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .afmc-auth {
        width: min(100% - 20px, 420px);
    }

    .afmc-auth-card {
        border-radius: 18px;
        padding: 20px;
    }

    .afmc-auth h1 {
        font-size: 1.9rem;
    }

    .afmc-account-shell {
        width: min(100% - 20px, 440px);
    }

    .afmc-account-panel {
        padding: 20px;
    }

    .afmc-account-form__grid {
        grid-template-columns: 1fr;
    }

    .afmc-account-field--full {
        grid-column: auto;
    }

    .afmc-account-form__actions {
        display: block;
    }

    .afmc-account-form__actions .afmc-button--primary {
        width: 100%;
    }
}
