/* MARAŞ 18 — Auth (Giriş / Üye Ol) paylaşımlı tasarım sistemi */

body.page-auth.theme-maras18 {
    --primary-green: #16351C;
    --secondary-green: #254D2A;
    --walnut-brown: #8A4F20;
    --accent-orange: #B8661A;
    --cream: #F7F3EA;
    --text-dark: #182018;
    --m18-white: #FFFFFF;
    --m18-line: #e4ddd0;
    --m18-muted: #6d655b;
    --m18-radius: 10px;
    --m18-auth-input-radius: 6px;
    background: var(--cream);
}

.m18-auth-page {
    color: var(--text-dark);
    font-family: "Manrope", system-ui, sans-serif;
}

.m18-auth-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: calc(100vh - var(--site-header-height, 7.1rem));
    background: var(--cream);
}

/* ── Sol hero ── */
.m18-auth-hero {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    color: #fff;
    background: var(--primary-green);
}

.m18-auth-hero__media {
    position: absolute;
    inset: 0;
    background: var(--m18-auth-hero-bg) center / cover no-repeat;
    transform: scale(1.02);
}

.m18-auth-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(12, 26, 16, 0.55) 0%, rgba(12, 26, 16, 0.42) 42%, rgba(12, 26, 16, 0.72) 100%),
        linear-gradient(90deg, rgba(10, 22, 14, 0.35) 0%, transparent 55%);
    pointer-events: none;
}

.m18-auth-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.1rem;
    padding: clamp(2rem, 4vw, 3.25rem) clamp(1.5rem, 3.5vw, 3rem) 12rem;
    max-width: 34rem;
}

.m18-auth-hero__script {
    margin: 0 0 0.35rem;
    padding: .2rem .4rem;
    width: fit-content;
    font-family: "Great Vibes", "Segoe Script", "Brush Script MT", cursive;
    font-size: clamp(1.85rem, 2.8vw, 2.55rem);
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, .85),
        0 2px 8px rgba(0, 0, 0, .65),
        0 0 1px rgba(0, 0, 0, .9);
    background: linear-gradient(180deg, rgba(12, 24, 15, .42), rgba(12, 24, 15, .18));
    border-radius: .35rem;
}

.m18-auth-hero__title {
    margin: 0;
    font-family: "Playfair Display", "Fraunces", Georgia, serif;
    font-size: clamp(2rem, 3.4vw, 2.85rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    letter-spacing: -0.01em;
}

.m18-auth-hero__sub {
    margin: 0;
    max-width: 26rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.m18-auth-hero__benefits {
    list-style: none;
    margin: 1.35rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.m18-auth-hero__benefit {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.m18-auth-hero__benefit-icon {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 999px;
    background: #fff;
    color: var(--walnut-brown);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.m18-auth-hero__benefit-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding-top: 0.2rem;
}

.m18-auth-hero__benefit-body strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.m18-auth-hero__benefit-body span {
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
}

.m18-auth-hero__products {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 42%;
    pointer-events: none;
}

.m18-auth-hero__products img {
    position: absolute;
    right: -4%;
    bottom: -8%;
    width: min(68%, 420px);
    height: auto;
    object-fit: cover;
    border-radius: 18px 0 0 0;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.28);
    opacity: 0.95;
}

.m18-auth-hero__sign {
    position: absolute;
    left: clamp(1.25rem, 3vw, 2.5rem);
    bottom: 1.35rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.85rem 1rem;
    min-width: 9.5rem;
    background: linear-gradient(145deg, #c47a3a 0%, #8a4f20 48%, #6f3d16 100%);
    color: #f7f3ea;
    border-radius: 4px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    font-family: "Fraunces", Georgia, serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-align: center;
    transform: rotate(-3deg);
}

/* ── Sağ panel ── */
.m18-auth-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.75rem, 4vw, 3rem) clamp(1.25rem, 3.5vw, 3rem);
    background: var(--cream);
}

.m18-auth-panel__inner {
    width: 100%;
    max-width: 460px;
}

.m18-auth-card {
    background: var(--m18-white);
    border: 1px solid rgba(22, 53, 28, 0.06);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(22, 53, 28, 0.07);
    padding: clamp(1.5rem, 3vw, 2.15rem) clamp(1.35rem, 3vw, 2rem) 1.75rem;
}

.m18-auth-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.45rem;
}

.m18-auth-card__titles {
    min-width: 0;
}

.m18-auth-card__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--m18-muted);
}

.m18-auth-card__title {
    margin: 0 0 0.4rem;
    font-family: "Playfair Display", "Fraunces", Georgia, serif;
    font-size: clamp(1.85rem, 2.8vw, 2.35rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--text-dark);
}

.m18-auth-card__sub {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--m18-muted);
}

.m18-auth-card__switch {
    flex-shrink: 0;
    text-align: right;
    font-size: 0.8rem;
    line-height: 1.4;
    color: var(--m18-muted);
}

.m18-auth-card__switch a {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0.15rem;
    color: var(--walnut-brown);
    font-weight: 700;
    text-decoration: none;
}

.m18-auth-card__switch a:hover {
    color: var(--accent-orange);
}

.m18-auth-card__switch .m18-icon {
    width: 0.95rem;
    height: 0.95rem;
}

/* ── Form ── */
.m18-auth-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.m18-auth-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.m18-auth-field label {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-dark);
}

.m18-auth-input {
    position: relative;
    display: flex;
    align-items: center;
}

.m18-auth-input__icon {
    position: absolute;
    left: 0.85rem;
    color: #8a8378;
    display: inline-flex;
    pointer-events: none;
}

.m18-auth-input input {
    width: 100%;
    height: 2.95rem;
    padding: 0 2.75rem 0 2.65rem;
    border: 1px solid var(--m18-line);
    border-radius: var(--m18-auth-input-radius);
    background: #fbfaf7;
    color: var(--text-dark);
    font: inherit;
    font-size: 0.92rem;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.m18-auth-input input::placeholder {
    color: #9b9489;
}

.m18-auth-input input:focus {
    border-color: rgba(138, 79, 32, 0.55);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(184, 102, 26, 0.12);
}

.m18-auth-input--password input {
    padding-right: 2.85rem;
}

.m18-auth-input__toggle {
    position: absolute;
    right: 0.45rem;
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #8a8378;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.m18-auth-input__toggle:hover {
    color: var(--walnut-brown);
    background: rgba(138, 79, 32, 0.06);
}

.m18-auth-input__toggle .icon-hide[hidden],
.m18-auth-input__toggle .icon-show[hidden] {
    display: none !important;
}

.m18-auth-form__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.1rem;
}

.m18-auth-remember {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--text-dark);
    cursor: pointer;
    user-select: none;
}

.m18-auth-remember input {
    width: 1rem;
    height: 1rem;
    accent-color: var(--walnut-brown);
    cursor: pointer;
}

.m18-auth-forgot {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--walnut-brown);
    text-decoration: none;
}

.m18-auth-forgot:hover {
    color: var(--accent-orange);
    text-decoration: underline;
}

.m18-auth-flash {
    margin: 0 0 0.25rem;
    padding: 0.75rem 0.9rem;
    border-radius: 8px;
    font-size: 0.86rem;
    line-height: 1.45;
}

.m18-auth-flash--error {
    background: #fdeceb;
    border: 1px solid #f3c5c1;
    color: #8f2d28;
}

.m18-auth-flash--success {
    background: #eaf6ea;
    border: 1px solid #c7e4c8;
    color: #1f5b2a;
}

.m18-auth-flash--info {
    background: #eef3e5;
    border: 1px solid rgba(22, 53, 28, 0.12);
    color: #16351c;
}

.m18-auth-submit {
    width: 100%;
    height: 3.05rem;
    margin-top: 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: 0;
    border-radius: var(--m18-auth-input-radius);
    background: var(--walnut-brown);
    color: #fff;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 10px 22px rgba(138, 79, 32, 0.22);
}

.m18-auth-submit:hover:not(:disabled) {
    background: var(--accent-orange);
    transform: translateY(-1px);
}

.m18-auth-submit:active:not(:disabled) {
    transform: translateY(0);
}

.m18-auth-submit:disabled,
.m18-auth-submit.is-loading {
    opacity: 0.78;
    cursor: wait;
    transform: none;
}

.m18-auth-submit .m18-icon {
    width: 1.05rem;
    height: 1.05rem;
}

.m18-auth-divider {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 1.15rem 0 0.95rem;
    color: var(--m18-muted);
    font-size: 0.8rem;
    font-weight: 600;
}

.m18-auth-divider::before,
.m18-auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--m18-line);
}

.m18-auth-social-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.m18-auth-social-note {
    margin: 0;
    padding: 0.7rem 0.85rem;
    border-radius: 10px;
    border: 1px solid #e6dcc8;
    background: linear-gradient(180deg, #fbf7ef 0%, #f5efe4 100%);
    color: #5c5348;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.m18-auth-social-note.is-pulse {
    border-color: #d4b48a;
    box-shadow: 0 0 0 3px rgba(184, 102, 26, 0.12);
    background: linear-gradient(180deg, #fff8ec 0%, #f7ecd8 100%);
    color: #6b4a22;
}

.m18-auth-social {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
}

.m18-auth-social__btn {
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid var(--m18-line);
    border-radius: var(--m18-auth-input-radius);
    background: #fff;
    color: var(--text-dark);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.m18-auth-social__btn:hover {
    border-color: #c9c0b0;
    background: #faf8f3;
}

.m18-auth-social__btn:disabled,
.m18-auth-social__btn[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.55;
    cursor: default;
}

.m18-auth-social__btn svg {
    width: 1.1rem;
    height: 1.1rem;
    flex-shrink: 0;
}

.m18-auth-social__label {
    font-weight: 700;
}

.m18-auth-social__badge {
    margin-left: 0.15rem;
    padding: 0.12rem 0.4rem;
    border-radius: 999px;
    background: #efe6d6;
    color: #8a4f20;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.m18-auth-social-note--legal {
    border-color: #dce8df;
    background: linear-gradient(180deg, #f5faf6 0%, #eef5f0 100%);
    color: #3d5344;
    font-weight: 550;
}

.m18-auth-social--google-ready {
    grid-template-columns: 1fr;
}

.m18-auth-social__btn--google {
    width: 100%;
    border-color: #d9d2c5;
    background: #fff;
    color: #1f2937;
}

.m18-auth-social__btn--google:hover {
    border-color: #c4b9a6;
    background: #fbfaf7;
}

.m18-auth-social__btn.is-loading {
    pointer-events: none;
    opacity: 0.72;
}

.m18-auth-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid var(--m18-line);
}

.m18-auth-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.45rem;
}

.m18-auth-trust__icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: #f3eee3;
    color: var(--walnut-brown);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.m18-auth-trust__body {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.m18-auth-trust__body strong {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text-dark);
}

.m18-auth-trust__body span {
    font-size: 0.7rem;
    line-height: 1.35;
    color: var(--m18-muted);
}

.m18-auth-notice {
    position: relative;
    margin: 0 0 1rem;
    padding: 0.15rem;
    border-radius: 18px;
    background:
        radial-gradient(ellipse 80% 70% at 12% 20%, rgba(184, 102, 26, 0.14), transparent 55%),
        radial-gradient(ellipse 70% 80% at 90% 80%, rgba(22, 53, 28, 0.1), transparent 50%);
}

/* Bakım modu bildirimi — glass (auth-maintenance-notice) */
.auth-maint-banner {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0.85rem 1rem 0.95rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 251, 243, 0.38) 55%, rgba(247, 239, 224, 0.42) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.65) inset,
        0 10px 28px rgba(22, 53, 28, 0.08),
        0 2px 8px rgba(138, 79, 32, 0.06);
    backdrop-filter: blur(18px) saturate(1.35);
    -webkit-backdrop-filter: blur(18px) saturate(1.35);
    text-align: left;
    isolation: isolate;
}

.auth-maint-banner__glow {
    position: absolute;
    inset: -40% -20% auto auto;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 102, 26, 0.18) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.auth-maint-banner__top,
.auth-maint-banner__body {
    position: relative;
    z-index: 1;
}

.auth-maint-banner__top {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.65rem;
    padding: 0.26rem 0.7rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.auth-maint-banner__pulse {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--accent-orange, #B8661A);
    box-shadow: 0 0 0 0 rgba(184, 102, 26, 0.45);
    animation: m18-auth-maint-pulse 1.8s ease-out infinite;
}

@keyframes m18-auth-maint-pulse {
    0% { box-shadow: 0 0 0 0 rgba(184, 102, 26, 0.45); }
    70% { box-shadow: 0 0 0 0.42rem rgba(184, 102, 26, 0); }
    100% { box-shadow: 0 0 0 0 rgba(184, 102, 26, 0); }
}

.auth-maint-banner__badge {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--walnut-brown, #8A4F20);
}

.auth-maint-banner__body {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.auth-maint-banner__icon {
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset;
    color: var(--accent-orange, #B8661A);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.auth-maint-banner__icon svg {
    width: 1.2rem;
    height: 1.2rem;
    animation: m18-auth-maint-spin 10s linear infinite;
}

@keyframes m18-auth-maint-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.auth-maint-banner__text {
    min-width: 0;
    flex: 1;
}

.auth-maint-banner__lead {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-dark, #182018);
    letter-spacing: -0.01em;
}

.auth-maint-banner__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.45rem;
}

.auth-maint-banner__tag {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.55rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 650;
    color: var(--walnut-brown, #8A4F20);
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.auth-maint-banner__eta {
    margin: 0.4rem 0 0;
    font-size: 0.6875rem;
    color: var(--m18-muted, #6d655b);
}

.auth-maint-banner__eta strong {
    color: var(--walnut-brown, #8A4F20);
    font-weight: 700;
}

@media (max-width: 639px) {
    .auth-maint-banner {
        padding: 0.75rem 0.85rem 0.85rem;
        border-radius: 14px;
    }

    .auth-maint-banner__icon {
        width: 2.1rem;
        height: 2.1rem;
    }

    .auth-maint-banner__icon svg {
        width: 1.1rem;
        height: 1.1rem;
    }
}

/* ── E-posta doğrulama ── */
.m18-auth-email {
    display: inline;
    color: var(--text-dark);
    font-weight: 700;
    word-break: break-all;
}

.m18-verify-card .m18-auth-card__sub {
    max-width: 28rem;
}

.m18-verify-status {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    margin: 0 0 1rem;
    padding: 0.95rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--m18-line);
    background: #faf8f3;
    animation: m18-verify-in 0.35s ease both;
}

.m18-verify-status__icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid rgba(138, 79, 32, 0.14);
    color: var(--walnut-brown);
}

.m18-verify-status__body {
    min-width: 0;
}

.m18-verify-status__body strong {
    display: block;
    margin: 0 0 0.2rem;
    font-size: 0.95rem;
    font-weight: 750;
    color: var(--text-dark);
}

.m18-verify-status__body p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.5;
    color: var(--m18-muted);
}

.m18-verify-status--warn {
    background: linear-gradient(180deg, #fff8ef 0%, #fff4e6 100%);
    border-color: #f0d4a8;
}

.m18-verify-status--warn .m18-verify-status__icon {
    color: #9a5b12;
    border-color: rgba(154, 91, 18, 0.2);
    background: #fff;
}

.m18-verify-status--ok {
    background: #eaf6ea;
    border-color: #c7e4c8;
}

.m18-verify-status--ok .m18-verify-status__icon {
    color: #1f5b2a;
    border-color: rgba(31, 91, 42, 0.18);
}

.m18-verify-status--err {
    background: #fdeceb;
    border-color: #f3c5c1;
}

.m18-verify-status--err .m18-verify-status__icon {
    color: #8f2d28;
    border-color: rgba(143, 45, 40, 0.18);
}

.m18-verify-status--info {
    background: #f5f8f3;
    border-color: #d7e2d4;
}

.m18-verify-status--info .m18-verify-status__icon {
    color: var(--secondary-green);
    border-color: rgba(37, 77, 42, 0.16);
}

.m18-verify-resend {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    margin: 0 0 0.35rem;
}

.m18-verify-resend--primary {
    margin-bottom: 0.15rem;
}

.m18-verify-resend__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.85rem;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(138, 79, 32, 0.28);
    border-radius: var(--m18-auth-input-radius);
    background: #fff;
    color: var(--walnut-brown);
    font: inherit;
    font-size: 0.92rem;
    font-weight: 750;
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.m18-verify-resend__btn:hover:not(:disabled) {
    color: var(--accent-orange);
    border-color: rgba(184, 102, 26, 0.45);
    background: rgba(138, 79, 32, 0.05);
}

.m18-verify-resend__btn--solid {
    background: var(--walnut-brown);
    border-color: var(--walnut-brown);
    color: #fff;
    box-shadow: 0 8px 20px rgba(138, 79, 32, 0.18);
}

.m18-verify-resend__btn--solid:hover:not(:disabled) {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
    color: #fff;
    transform: translateY(-1px);
}

.m18-verify-resend__btn:disabled,
.m18-verify-resend__btn.is-loading {
    opacity: 0.72;
    cursor: wait;
    transform: none;
}

.m18-verify-resend__btn .m18-icon {
    width: 1.05rem;
    height: 1.05rem;
}

.m18-verify-resend__hint {
    margin: 0;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--m18-muted);
}

.m18-verify-divider {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 1rem 0 0.85rem;
    color: var(--m18-muted);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.m18-verify-divider::before,
.m18-verify-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--m18-line);
}

.m18-verify-otp-field label {
    margin-bottom: 0.65rem;
}

.m18-verify-otp {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.45rem;
}

.m18-verify-otp__cell {
    width: 100%;
    aspect-ratio: 1 / 1.05;
    max-height: 3.35rem;
    border: 1.5px solid var(--m18-line);
    border-radius: 10px;
    background: #fff;
    color: var(--text-dark);
    font: inherit;
    font-size: clamp(1.15rem, 3.4vw, 1.45rem);
    font-weight: 750;
    text-align: center;
    font-variant-numeric: tabular-nums;
    caret-color: var(--walnut-brown);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.m18-verify-otp__cell:hover {
    border-color: #d2c7b5;
}

.m18-verify-otp__cell:focus {
    outline: none;
    border-color: var(--walnut-brown);
    box-shadow: 0 0 0 3px rgba(138, 79, 32, 0.14);
    background: #fffdf9;
}

.m18-verify-otp__cell:disabled {
    opacity: 0.55;
}

.m18-verify-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    margin: 0.15rem 0 0.1rem;
    text-align: center;
}

.m18-verify-meta__timer {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #f4efe6;
    color: var(--m18-muted);
    font-size: 0.82rem;
}

.m18-verify-meta__timer .m18-icon {
    width: 0.95rem;
    height: 0.95rem;
    color: var(--walnut-brown);
}

.m18-verify-meta__timer strong {
    margin-left: 0.1rem;
}

.m18-auth-verify-countdown {
    font-weight: 800;
    color: var(--walnut-brown);
    font-variant-numeric: tabular-nums;
}

.m18-auth-verify-countdown--expired {
    color: #8f2d28;
}

.m18-verify-meta__note {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--m18-muted);
}

.m18-verify-form .m18-auth-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.m18-auth-verify-tips {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 1.15rem;
}

.m18-auth-verify-tip {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    background: #faf8f3;
    border: 1px solid var(--m18-line);
}

.m18-auth-verify-tip p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--m18-muted);
}

.m18-auth-verify-tip p strong {
    color: var(--text-dark);
    font-weight: 700;
}

.m18-auth-verify-tip__icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--walnut-brown);
    background: #fff;
    border: 1px solid rgba(138, 79, 32, 0.12);
}

.m18-auth-verify-tip__icon .m18-icon {
    width: 1.05rem;
    height: 1.05rem;
}

@keyframes m18-verify-in {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* ── Şifre sıfırlama ── */
.m18-pr-stepper {
    list-style: none;
    margin: 0 0 1.35rem;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.m18-pr-stepper__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
    min-width: 4.25rem;
}

.m18-pr-stepper__dot {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    background: #e8e4da;
    color: #8a857a;
    transition: background 0.2s ease, color 0.2s ease;
}

.m18-pr-stepper__dot .m18-icon {
    width: 0.85rem;
    height: 0.85rem;
}

.m18-pr-stepper__item.is-active .m18-pr-stepper__dot {
    background: var(--walnut-brown);
    color: #fff;
}

.m18-pr-stepper__item.is-done .m18-pr-stepper__dot {
    background: var(--secondary-green);
    color: #fff;
}

.m18-pr-stepper__label {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #9a9488;
    text-align: center;
    line-height: 1.25;
}

.m18-pr-stepper__item.is-active .m18-pr-stepper__label {
    color: var(--walnut-brown);
}

.m18-pr-stepper__item.is-done .m18-pr-stepper__label {
    color: var(--secondary-green);
}

.m18-pr-stepper__line {
    flex: 1 1 auto;
    height: 1.5px;
    background: #e4ddd0;
    margin: 1rem 0.35rem 0;
    min-width: 1.25rem;
    align-self: flex-start;
}

.m18-pr-stepper__line.is-done {
    background: rgba(37, 77, 42, 0.45);
}

.m18-pr-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem 0.65rem;
    margin: 1.15rem 0 0;
    font-size: 0.84rem;
    color: var(--m18-muted);
}

.m18-pr-footer a {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--walnut-brown);
    font-weight: 700;
    text-decoration: none;
}

.m18-pr-footer a:hover {
    color: var(--accent-orange);
    text-decoration: underline;
}

.m18-pr .m18-verify-resend {
    margin-top: 1rem;
}

@media (max-width: 640px) {
    .m18-verify-otp {
        gap: 0.35rem;
    }

    .m18-verify-otp__cell {
        border-radius: 8px;
        max-height: 3.1rem;
    }

    .m18-verify-status {
        padding: 0.85rem 0.85rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .m18-verify-status {
        animation: none;
    }

    .m18-verify-resend__btn--solid:hover:not(:disabled) {
        transform: none;
    }
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .m18-auth-hero__content {
        padding-bottom: 10rem;
        max-width: 100%;
    }

    .m18-auth-hero__products img {
        width: min(62%, 340px);
    }
}

@media (max-width: 960px) {
    .m18-auth-split {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .m18-auth-hero {
        min-height: 280px;
    }

    .m18-auth-hero__content {
        padding: 1.75rem 1.35rem 7.5rem;
        max-width: 40rem;
    }

    .m18-auth-hero__title {
        font-size: clamp(1.7rem, 5vw, 2.2rem);
    }

    .m18-auth-hero__benefits {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem 1rem;
        margin-top: 1rem;
    }

    .m18-auth-hero__benefit-body span {
        display: none;
    }

    .m18-auth-hero__products {
        height: 38%;
    }

    .m18-auth-panel {
        padding: 1.5rem 1.15rem 2.25rem;
        align-items: flex-start;
    }

    .m18-auth-panel__inner {
        max-width: 520px;
    }
}

@media (max-width: 640px) {
    .m18-auth-hero {
        min-height: 0;
    }

    .m18-auth-hero__content {
        padding: 1.35rem 1.1rem 1.5rem;
    }

    .m18-auth-hero__products,
    .m18-auth-hero__sign {
        display: none;
    }

    .m18-auth-hero__benefits {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .m18-auth-card {
        padding: 1.25rem 1.05rem 1.35rem;
        border-radius: 12px;
    }

    .m18-auth-card__head {
        flex-direction: column;
        gap: 0.75rem;
    }

    .m18-auth-card__switch {
        text-align: left;
    }

    .m18-auth-social {
        grid-template-columns: 1fr;
    }

    .m18-auth-trust {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .m18-auth-trust__item {
        flex-direction: row;
        text-align: left;
        gap: 0.7rem;
    }

    .m18-auth-trust__body {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .m18-auth-submit,
    .m18-auth-input input {
        transition: none;
    }

    .m18-auth-submit:hover:not(:disabled) {
        transform: none;
    }
}
