/* Misafir (landing layout): sıcak turuncu tam ekran gradyan + hafif grain */
body.landing-guest-body {
    height: auto !important;
    isolation: isolate;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

body.landing-guest-body::before {
    background:
        radial-gradient(ellipse 125% 90% at 0% 0%, rgba(255, 226, 190, .58) 0%, transparent 54%),
        radial-gradient(ellipse 95% 80% at 100% 100%, rgba(100, 32, 0, .47) 0%, transparent 56%),
        linear-gradient(150deg, #ffb24d 0%, #ff831f 38%, #e86800 70%, #b93a00 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: -2;
}

body.landing-guest-body::after {
    background-image:
        repeating-linear-gradient(
            -8deg,
            rgba(255, 255, 255, .028),
            rgba(255, 255, 255, .028) 1px,
            transparent 1px,
            transparent 4px
        ),
        repeating-linear-gradient(
            98deg,
            rgba(35, 20, 0, .035),
            rgba(35, 20, 0, .035) 1px,
            transparent 1px,
            transparent 5px
        );
    content: "";
    inset: 0;
    opacity: .45;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

body.landing-guest-body main.auth-page {
    background: transparent !important;
}

body.landing-guest-body main.landing-entry-page.auth-page,
body.landing-guest-body main.auth-page.auth-surface-decor {
    background: transparent !important;
    isolation: unset;
}

body.landing-guest-body main.landing-entry-page.auth-page::before,
body.landing-guest-body main.landing-entry-page.auth-page::after,
body.landing-guest-body main.auth-page.auth-surface-decor::before,
body.landing-guest-body main.auth-page.auth-surface-decor::after {
    content: none;
    display: none;
}

body.landing-guest-body .auth-navbar {
    background: rgba(255, 252, 248, .94);
    border-bottom-color: rgba(255, 255, 255, .45);
}

.auth-page {
    background:
        radial-gradient(circle at -5rem -7rem, rgba(255, 122, 0, .26) 0, rgba(255, 122, 0, .15) 20rem, transparent 50rem),
        linear-gradient(135deg, #ffffff 0%, var(--os-bg) 52%, var(--os-bg-soft) 100%);
    color: var(--os-text);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Ana sayfa, giriş / kayıt: dekoratif bubble katmanları */
main.landing-entry-page.auth-page,
main.auth-page.auth-surface-decor {
    background:
        radial-gradient(circle 6rem at 16% 20%, rgba(255, 122, 0, .14), transparent 64%),
        radial-gradient(circle 7.5rem at 84% 90%, rgba(255, 122, 0, .11), transparent 66%),
        radial-gradient(circle 5rem at 52% 14%, rgba(63, 70, 102, .07), transparent 58%),
        radial-gradient(ellipse 16rem 11rem at 28% 78%, rgba(255, 255, 255, .45), transparent 72%),
        radial-gradient(circle 4rem at 63% 68%, rgba(255, 122, 0, .08), transparent 55%),
        radial-gradient(circle 17rem at 92% 8%, rgba(255, 122, 0, .22), transparent 67%),
        radial-gradient(circle 22rem at -6% 88%, rgba(24, 28, 50, .09), transparent 71%),
        radial-gradient(circle 13rem at 38% 42%, rgba(255, 122, 0, .1), transparent 63%),
        radial-gradient(circle 9rem at 68% 58%, rgba(255, 255, 255, .55), transparent 58%),
        radial-gradient(circle at -5rem -7rem, rgba(255, 122, 0, .26) 0, rgba(255, 122, 0, .15) 20rem, transparent 50rem),
        linear-gradient(135deg, #ffffff 0%, var(--os-bg) 52%, var(--os-bg-soft) 100%);
    isolation: isolate;
    overflow-x: hidden;
    position: relative;
}

main.landing-entry-page.auth-page::before,
main.landing-entry-page.auth-page::after,
main.auth-page.auth-surface-decor::before,
main.auth-page.auth-surface-decor::after {
    border-radius: 50%;
    content: "";
    filter: blur(52px);
    opacity: .65;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

main.landing-entry-page.auth-page::before,
main.auth-page.auth-surface-decor::before {
    background: radial-gradient(circle, rgba(255, 122, 0, .35) 0%, rgba(255, 122, 0, .06) 48%, transparent 72%);
    height: 26rem;
    right: -11%;
    top: 22%;
    width: 26rem;
}

main.landing-entry-page.auth-page::after,
main.auth-page.auth-surface-decor::after {
    background: radial-gradient(circle, rgba(24, 28, 50, .14) 0%, transparent 68%);
    bottom: 8%;
    height: 22rem;
    left: -12%;
    width: 22rem;
}

main.landing-entry-page.auth-page > *,
main.auth-page.auth-surface-decor > * {
    position: relative;
    z-index: 1;
}

.auth-page input,
.auth-page select,
.auth-page textarea,
.auth-page button,
.auth-page a {
    font-family: inherit;
}

.auth-navbar {
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(229, 231, 235, .8);
    backdrop-filter: blur(14px);
    min-height: 76px;
}

.auth-navbar .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.auth-logo {
    display: inline-flex;
}

.auth-logo img {
    height: 42px;
    object-fit: contain;
}

.auth-navbar-text {
    color: var(--os-muted);
    font-size: .95rem;
    font-weight: 600;
}

.auth-shell {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    min-height: 100vh;
    padding-bottom: 48px;
    padding-top: 48px;
}

.auth-shell-single {
    display: flex;
    justify-content: center;
}

.auth-shell-single .auth-card {
    max-width: 460px;
    width: 100%;
}

/* Kayıt formu (geniş); giriş/parola sıfırlama dar kart kalır */
.auth-shell-single .auth-card.signup-auth-card-wide {
    max-width: min(980px, 100%);
}

.auth-hero {
    max-width: 640px;
}

.auth-eyebrow {
    align-items: center;
    color: var(--os-accent);
    display: inline-flex;
    font-size: .88rem;
    font-weight: 800;
    gap: 8px;
    letter-spacing: .08em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.auth-eyebrow::before {
    background: var(--os-accent);
    border-radius: 99px;
    content: "";
    height: 8px;
    width: 8px;
}

.auth-hero h1 {
    color: var(--os-primary);
    font-size: clamp(2.25rem, 5vw, 4.6rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: .98;
    margin-bottom: 22px;
}

.auth-hero p {
    color: var(--os-muted);
    font-size: 1.18rem;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 560px;
}

.auth-feature-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 620px;
}

.auth-feature {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(229, 231, 235, .86);
    border-radius: var(--os-radius-lg);
    box-shadow: var(--os-shadow-sm);
    padding: 18px;
}

.auth-feature i {
    color: var(--os-accent);
    display: block;
    font-size: 1.35rem;
    margin-bottom: 12px;
}

.auth-feature strong {
    color: var(--os-primary);
    display: block;
    font-size: 1rem;
    line-height: 1.25;
}

.auth-card {
    padding: 34px;
    position: relative;
}

.auth-card-with-header {
    overflow: hidden;
    padding: 0;
}

.auth-card-with-header::before {
    display: none;
}

.auth-card-body {
    padding: 28px 34px 34px;
}

.auth-card-body.signup-auth-content,
.landing-entry-content.signup-auth-content {
    padding: 22px 28px 28px;
}

.auth-card::before {
    background: linear-gradient(90deg, var(--os-accent), #ffb15c);
    border-radius: var(--os-radius-lg) var(--os-radius-lg) 0 0;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.auth-card-header {
    margin-bottom: 28px;
}

.auth-card-header img {
    height: 38px;
    margin-bottom: 24px;
}

.auth-card-header h2 {
    color: var(--os-primary);
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
}

.auth-card-header p {
    color: var(--os-muted);
    font-size: 1rem;
    margin: 0;
}

.auth-form {
    margin-bottom: 0 !important;
}

.auth-form-group {
    margin-bottom: 14px;
}

.auth-label {
    color: var(--os-primary);
    display: block;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
    margin-bottom: 7px;
}

.auth-input-wrap {
    align-items: center;
    display: flex;
    position: relative;
}

.auth-input-icon {
    color: var(--os-muted);
    font-size: .86rem;
    left: 14px;
    pointer-events: none;
    position: absolute;
}

.auth-input {
    font-size: .9rem;
    font-weight: 500;
    min-height: 44px;
    padding: 10px 14px 10px 40px;
}

.auth-password-wrap {
    align-items: center;
    background: var(--os-surface);
    border: 1px solid var(--os-border-strong);
    border-radius: var(--os-radius-md);
    display: flex;
    min-height: 44px;
    overflow: hidden;
    position: relative;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.auth-password-wrap:focus-within {
    border-color: var(--os-accent);
    box-shadow: var(--os-focus-ring);
}

.auth-password-wrap input {
    background: transparent;
    border: 0;
    color: var(--os-text);
    flex: 1;
    font-size: .9rem;
    font-weight: 500;
    min-height: 44px;
    outline: none;
    padding: 10px 12px 10px 40px;
    width: 100%;
}

.auth-password-wrap .auth-input-icon {
    left: 14px;
}

.auth-password-toggle {
    align-items: center;
    align-self: stretch;
    background: transparent;
    border: 0;
    border-left: 1px solid var(--os-border);
    color: var(--os-muted);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-width: 44px;
    transition: color .18s ease, background .18s ease;
}

.auth-password-toggle:hover,
.auth-password-toggle:focus {
    background: var(--os-accent-soft);
    color: var(--os-accent);
    outline: none;
}

.auth-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-top: 6px;
}

.auth-actions .os-btn-primary,
.auth-actions .os-btn-secondary {
    width: 100%;
}

.auth-link-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-top: 20px;
}

.auth-remember {
    display: flex;
    justify-content: flex-end;
}

.auth-remember__label {
    align-items: center;
    color: var(--os-muted);
    cursor: pointer;
    display: inline-flex;
    font-size: .92rem;
    font-weight: 600;
    gap: 9px;
    line-height: 1.3;
    margin: 0;
    user-select: none;
}

.auth-remember__label input[type="checkbox"] {
    accent-color: var(--os-accent);
    cursor: pointer;
    flex-shrink: 0;
    height: 18px;
    margin: 0;
    width: 18px;
}

.auth-forgot-link {
    align-items: center;
    color: var(--os-accent);
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    text-decoration: none;
}

.auth-forgot-link:hover,
.auth-forgot-link:focus {
    color: var(--os-accent-hover);
    text-decoration: none;
}

.auth-check {
    align-items: flex-start;
    background: var(--os-surface-muted);
    border: 1px solid var(--os-border);
    border-radius: var(--os-radius-md);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 20px;
    padding: 14px 16px;
}

.auth-check label {
    color: var(--os-muted);
    font-size: .92rem;
    line-height: 1.45;
    margin: 0;
}

.auth-check a {
    color: var(--os-primary);
    font-weight: 800;
    text-decoration: none;
}

.auth-check a:hover,
.auth-check a:focus {
    color: var(--os-accent);
}

.auth-check input {
    accent-color: var(--os-accent);
    flex: 0 0 auto;
    height: 20px;
    margin-top: 2px;
    width: 20px;
}

.auth-validation-summary,
.auth-form .validation-summary-errors {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: var(--os-radius-md);
    color: var(--os-danger);
    font-size: .92rem;
    margin-top: 16px;
    padding: 12px 14px;
}

.auth-form .validation-summary-valid {
    display: none;
}

.auth-form .text-danger {
    color: var(--os-danger) !important;
    display: block;
    font-size: .86rem;
    margin-top: 6px;
}

.auth-flash {
    align-items: flex-start;
    border: 1px solid;
    border-radius: var(--os-radius-md);
    display: flex;
    gap: 12px;
    font-size: .9rem;
    margin-bottom: 16px;
    padding: 12px 14px;
}

.auth-flash__icon {
    flex-shrink: 0;
    font-size: 1.15rem;
    margin-top: 2px;
}

.auth-flash__title {
    font-weight: 800;
    margin: 0 0 4px;
}

.auth-flash__body {
    margin: 0;
}

.auth-flash--success {
    background: rgba(22, 155, 98, .08);
    border-color: rgba(22, 155, 98, .28);
    color: var(--os-primary);
}

.auth-flash--success .auth-flash__icon {
    color: var(--os-success);
}

.auth-flash--error {
    background: #fff1f2;
    border-color: #fecdd3;
    color: var(--os-primary);
}

.auth-flash--error .auth-flash__icon {
    color: var(--os-danger);
}

.auth-actions-single {
    grid-template-columns: 1fr;
    margin-top: 8px;
}

.auth-switch-hint {
    color: var(--os-muted);
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.45;
    margin: 22px 0 0;
    text-align: center;
}

.auth-switch-hint__link {
    color: var(--os-accent);
    font-weight: 800;
    text-decoration: none;
}

.auth-switch-hint__link:hover,
.auth-switch-hint__link:focus {
    color: var(--os-accent-hover);
    text-decoration: none;
}

.auth-switch-hint--signup {
    border-top: 1px solid var(--os-border);
    margin: 0;
    padding: 16px 28px 20px;
}

.forgot-password-intro {
    margin-bottom: 18px;
}

.forgot-password-intro h1 {
    color: var(--os-primary);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 8px;
}

.forgot-password-intro p {
    color: var(--os-muted);
    font-size: .95rem;
    line-height: 1.5;
    margin: 0;
}

.verify-reset-intro {
    text-align: center;
}

.auth-masked-email {
    color: var(--os-accent);
    font-weight: 800;
}

.auth-label--center {
    display: block;
    text-align: center;
}

.auth-code-input-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    margin-top: 8px;
}

.auth-code-input {
    background: #fff;
    border: 1px solid var(--os-border);
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
    color: var(--os-primary);
    font-size: 1.35rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    height: 54px;
    text-align: center;
    transition: border-color .18s ease, box-shadow .18s ease;
    width: 48px;
}

.auth-code-input:focus {
    border-color: rgba(255, 122, 0, .55);
    box-shadow: 0 0 0 3px rgba(255, 122, 0, .16);
    outline: none;
}

.auth-code-input::-webkit-inner-spin-button,
.auth-code-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.auth-code-error {
    margin: 12px 0 0;
    min-height: 1.25rem;
    text-align: center;
}

.auth-resend-hint {
    color: var(--os-muted);
    font-size: .9rem;
    margin-top: 14px;
    text-align: center;
}

.auth-resend-link {
    color: var(--os-accent);
    font-weight: 700;
    margin-left: 4px;
    text-decoration: none;
}

.auth-resend-link:hover,
.auth-resend-link:focus {
    color: var(--os-accent-hover);
    text-decoration: underline;
}

.auth-countdown {
    align-items: center;
    color: var(--os-muted);
    display: inline-flex;
    flex-wrap: wrap;
    font-size: .88rem;
    gap: 6px;
    justify-content: center;
    margin: 10px auto 0;
    width: 100%;
}

.auth-countdown__value {
    background: var(--os-bg-soft);
    border: 1px solid var(--os-border);
    border-radius: 8px;
    color: var(--os-accent);
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    min-width: 42px;
    padding: 4px 10px;
    text-align: center;
}

.auth-form .os-btn-primary:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.auth-link-row--center {
    justify-content: center;
    margin-top: 18px;
}

.auth-popup {
    background: rgba(24, 28, 50, .36);
    bottom: 0;
    height: 100vh;
    inset: 0;
    overflow-y: auto;
    padding: 32px 16px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 2000;
}

.auth-popup .popup__content {
    background: var(--os-surface);
    border-radius: var(--os-radius-lg);
    box-shadow: var(--os-shadow-card);
    box-sizing: border-box;
    color: var(--os-text);
    height: auto;
    left: 50%;
    margin: 0;
    max-height: calc(100vh - 64px);
    max-width: 920px;
    overflow: auto;
    padding: 28px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(920px, calc(100vw - 32px));
}

.auth-popup .closeIKS {
    background: var(--os-accent);
    border: 0;
    border-radius: var(--os-radius-md);
    color: #fff;
    font-weight: 800;
    padding: 10px 18px;
}

.auth-popup .closee,
.auth-popup .closesignup {
    background: var(--os-accent);
    border: 0;
    border-radius: var(--os-radius-md);
    color: #fff;
    font-weight: 800;
    margin-top: 16px;
    padding: 10px 18px;
}

.auth-page-scroll {
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.signup-auth-shell {
    padding: 36px 0 56px;
}

.signup-auth-card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--os-border);
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    overflow: hidden;
    padding: 0;
}

.signup-auth-header {
    align-items: center;
    background:
        radial-gradient(circle at top right, rgba(255, 122, 0, .16), transparent 22rem),
        linear-gradient(135deg, var(--os-surface), var(--os-surface-muted));
    border-bottom: 1px solid var(--os-border);
    display: flex;
    gap: 22px;
    justify-content: space-between;
    padding: 28px 32px;
}

.signup-auth-header > div {
    margin-left: auto;
    text-align: right;
}

.signup-auth-header img {
    flex: 0 0 auto;
    height: 42px;
    object-fit: contain;
}

.signup-auth-header span {
    color: var(--os-accent);
    display: block;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.signup-auth-header h1 {
    color: var(--os-primary);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 6px;
}

.signup-auth-header p {
    color: var(--os-muted);
    font-size: 1rem;
    margin: 0;
}

.signup-auth-content {
    padding: 24px 28px 16px;
}

.signup-form-title h1 {
    color: var(--os-primary);
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 20px;
}

.signup-auth-card label,
.signup-auth-card label.text-white {
    color: var(--os-primary) !important;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .01em;
    margin-bottom: 7px;
}

.signup-auth-card .form-group {
    margin-bottom: 12px;
}

.signup-auth-card .signup-field-error,
.signup-auth-card .signup-validation-summary {
    color: #dc3545;
    display: block;
    font-size: .8rem;
    font-weight: 600;
    margin-top: .35rem;
}

.signup-auth-card .signup-validation-summary ul {
    margin: 0;
    padding-left: 1.1rem;
}

.signup-auth-card .form-control.is-invalid,
.signup-auth-card select.is-invalid,
.signup-auth-card textarea.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 .12rem rgba(220, 53, 69, .12);
}

.signup-auth-card .form-control {
    background: var(--os-surface);
    border: 1px solid var(--os-border-strong);
    border-radius: var(--os-radius-md);
    box-shadow: none;
    color: var(--os-text);
    font-size: .86rem;
    font-weight: 500;
    min-height: 40px;
    padding: 8px 11px !important;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.signup-auth-card textarea.form-control {
    min-height: 72px;
}

.signup-auth-card .form-control::placeholder,
.auth-input::placeholder,
.auth-password-wrap input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.signup-auth-card .form-control:focus {
    border-color: var(--os-accent);
    box-shadow: var(--os-focus-ring);
}

.signup-auth-card .text-muted {
    color: var(--os-muted) !important;
}

.signup-auth-card .text-red {
    color: var(--os-danger);
    font-size: .94rem;
    margin-bottom: 8px;
}

.signup-form-divider {
    align-items: center;
    color: var(--os-primary-muted);
    display: flex;
    font-size: .76rem;
    font-weight: 800;
    gap: 12px;
    letter-spacing: .08em;
    margin: 4px 0 14px;
    text-transform: uppercase;
}

.signup-form-divider::after {
    background: linear-gradient(90deg, var(--os-border-strong), transparent);
    content: "";
    flex: 1;
    height: 1px;
}

.signup-form-divider span {
    white-space: nowrap;
}

.signup-auth-card .ox-radio-button {
    align-items: center;
    background: var(--os-surface) !important;
    border: 1px solid var(--os-border-strong);
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65);
    color: var(--os-primary) !important;
    cursor: pointer;
    display: flex;
    font-size: .84rem;
    font-weight: 700;
    min-height: 38px;
    overflow: hidden;
    padding: 8px 14px 8px 40px;
    position: relative;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.signup-auth-card .ox-radio-button:hover {
    border-color: var(--os-accent);
    box-shadow: var(--os-shadow-sm);
}

.signup-auth-card .ox-radio-button::before {
    color: var(--os-primary);
    content: attr(data-ox-label);
    font-family: inherit;
    font-size: .84rem;
    font-weight: 800;
    height: auto;
    left: auto;
    line-height: 1.2;
    padding-left: 0;
    position: static;
    top: auto;
    width: auto;
}

.signup-auth-card .ox-radio-button div {
    font-size: 0;
}

.signup-auth-card .ox-radio-button div::after {
    background: var(--os-surface);
    border: 1px solid var(--os-border-strong);
    border-radius: 999px;
    content: "";
    height: 16px;
    left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    width: 16px;
}

.signup-auth-card .ox-radio-button input[type=radio] {
    cursor: pointer;
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.signup-auth-card .ox-radio-button:has(input[type=radio]:checked) {
    background: var(--os-accent-soft) !important;
    border-color: rgba(255, 122, 0, .45);
    box-shadow: 0 8px 18px rgba(255, 122, 0, .12);
}

.signup-auth-card .ox-radio-button:has(input[type=radio]:checked)::before {
    color: var(--os-accent);
}

.signup-auth-card .ox-radio-button input[type=radio]:checked + div::after {
    background: var(--os-accent);
    border-color: var(--os-accent);
    box-shadow: inset 0 0 0 4px #fff;
}

.signup-auth-card .password-wrapper {
    background: var(--os-surface);
    border-color: var(--os-border-strong);
    border-radius: var(--os-radius-md);
    min-height: 40px;
}

.signup-auth-card .password-wrapper .form-control,
.signup-auth-card .password-wrapper .btn {
    color: var(--os-text);
    min-height: 40px;
}

.signup-auth-card .password-wrapper:focus-within {
    border-color: var(--os-accent);
    box-shadow: var(--os-focus-ring);
}

.signup-auth-card .password-toggle {
    border-left-color: var(--os-border);
    color: var(--os-muted);
}

.signup-auth-card .password-toggle:hover {
    color: var(--os-accent);
}

.signup-auth-card .form-check {
    align-items: flex-start !important;
    background: var(--os-surface-muted);
    border: 1px solid var(--os-border);
    border-radius: var(--os-radius-md);
    gap: 12px;
    padding: 10px 12px;
}

.signup-auth-card .form-check-label {
    color: var(--os-muted) !important;
    font-size: .86rem;
    font-weight: 600;
    line-height: 1.45;
}

.signup-auth-card .form-check-label a {
    color: var(--os-primary);
    font-weight: 800;
    text-decoration: none;
}

.signup-auth-card .form-check-label a:hover {
    color: var(--os-accent);
}

.signup-auth-card .form-check-input {
    accent-color: var(--os-accent);
    flex: 0 0 auto;
    height: 20px;
    margin: 2px 0 0;
    position: static;
    width: 20px;
}

.signup-auth-card .validation-summary-errors {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: var(--os-radius-md);
    color: var(--os-danger);
    padding: 12px 14px;
}

.signup-auth-actions {
    align-items: center;
    background: var(--os-surface-muted);
    border-top: 1px solid var(--os-border);
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 16px 28px 22px;
}

.signup-auth-actions .os-btn-primary,
.signup-auth-actions .os-btn-secondary {
    min-width: 150px;
}

.signup-auth-actions--single {
    justify-content: center;
}

/* Ana sayfa (landing-entry): üst navbar yok — tam sayfa blokları ve scroll-margin */
body:has(main.landing-entry-page) {
    height: auto !important;
    min-height: 100vh;
    overflow-x: hidden;
}

main.landing-entry-page {
    --landing-nav-height: 0px;
    padding-top: 0;
}

.landing-entry-page section .container {
    min-height: 0 !important;
    padding-top: 0 !important;
    position: relative;
}

.landing-entry-page #section-how-it-works,
.landing-entry-page #section-faq,
.landing-entry-page #section-contact {
    background: transparent !important;
}

.landing-entry-page section[id] {
    scroll-margin-top: 12px;
}

.landing-entry-shell {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 36px;
    padding-top: 20px;
}

.landing-entry-shell .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.landing-entry-card {
    align-self: center;
    height: auto !important;
    margin: 0 auto;
    max-width: 500px;
    min-height: 0 !important;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.landing-entry-card::before {
    display: none;
}

.landing-entry-header {
    text-align: left;
}

.auth-card-with-header .signup-auth-header,
.landing-entry-header {
    justify-content: space-between;
    gap: 16px;
    padding: 18px 28px;
}

.auth-card-with-header .signup-auth-header > div,
.landing-entry-header > div {
    margin-left: auto;
    text-align: right;
}

.auth-card-with-header .signup-auth-header img,
.landing-entry-header img {
    height: 36px;
}

.auth-card-with-header .signup-auth-header span,
.landing-entry-header span {
    margin-bottom: 0;
}

.landing-entry-header h1 {
    font-size: 1.8rem;
    max-width: 420px;
}

.landing-entry-content {
    padding: 22px 28px 28px;
}

.landing-entry-content h1 {
    color: var(--os-primary);
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.15;
    margin: 0 0 8px;
}

.landing-entry-content p {
    color: var(--os-muted);
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.55;
    margin: 0 0 20px;
}

.landing-entry-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.landing-entry-action {
    min-width: 0;
}

.landing-entry-action .os-btn-primary,
.landing-entry-action .os-btn-secondary {
    width: 100%;
}

.landing-entry-page .os-btn-primary,
.landing-entry-page .os-btn-secondary,
.auth-form .os-btn-primary,
.auth-form .os-btn-secondary,
.signup-auth-actions .os-btn-primary,
.signup-auth-actions .os-btn-secondary {
    font-size: .84rem;
    font-weight: 800;
    min-height: 42px;
}

.landing-entry-page .os-btn-primary i,
.landing-entry-page .os-btn-secondary i,
.auth-form .os-btn-primary i,
.auth-form .os-btn-secondary i,
.signup-auth-actions .os-btn-primary i,
.signup-auth-actions .os-btn-secondary i {
    font-size: .86rem;
}

/* Ana sayfa: Nasıl çalışır, SSS (#section-faq), iletişim */
.landing-info-section {
    color: var(--os-text);
    padding: 52px 0 60px;
}

.landing-info-section .container {
    max-width: 1040px;
}

.landing-info-section--band {
    background: rgba(255, 255, 255, .55);
    border-block: 1px solid rgba(229, 231, 235, .85);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
}

.landing-section-heading {
    margin-bottom: 32px;
    text-align: center;
}

.landing-section-heading h2 {
    color: var(--os-primary);
    font-size: clamp(1.3rem, 2.6vw, 1.62rem);
    font-weight: 800;
    letter-spacing: .06em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.landing-section-lead {
    color: var(--os-muted);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.68;
    margin-bottom: 0;
    max-width: 760px;
    text-align: center;
}

.landing-section-sub {
    color: var(--os-muted);
    font-size: .95rem;
    line-height: 1.58;
    margin: 0 auto;
    max-width: 560px;
    text-align: center;
}

.landing-info-pills {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 26px 0 38px;
}

.landing-info-pills li {
    align-items: center;
    background: var(--os-surface);
    border: 1px solid var(--os-border-strong);
    border-radius: 999px;
    box-shadow: var(--os-shadow-sm);
    color: var(--os-primary);
    display: inline-flex;
    font-size: .88rem;
    font-weight: 700;
    gap: 10px;
    padding: 10px 18px;
}

.landing-info-pills li .fa-check {
    color: var(--os-success);
}

.landing-step-card {
    border-radius: var(--os-radius-lg);
    height: 100%;
    overflow: hidden;
    padding: 22px 22px 26px;
}

.landing-step-card h3 {
    border-bottom: 2px solid var(--os-accent-soft);
    color: var(--os-accent);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .04em;
    margin: 0 0 14px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.landing-step-card p {
    color: var(--os-muted);
    font-size: .92rem;
    line-height: 1.62;
    margin: 0;
    text-align: justify;
}

.landing-faq-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
}

.landing-faq-group.os-card {
    padding: 0;
}

.landing-faq-group__head {
    background:
        radial-gradient(circle at top right, rgba(255, 122, 0, .12), transparent 16rem),
        linear-gradient(135deg, var(--os-surface-muted), var(--os-surface));
    border-bottom: 1px solid var(--os-border);
    padding: 16px 22px;
}

.landing-faq-group__head h3 {
    color: var(--os-primary);
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .1em;
    margin: 0;
    text-transform: uppercase;
}

.landing-faq-group__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 16px 18px;
}

#section-faq .landing-faq-trigger.toggle-link {
    align-items: flex-start;
    background: var(--os-surface);
    border: 1px solid var(--os-border-strong);
    border-radius: var(--os-radius-md);
    box-shadow: none;
    color: var(--os-text);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 14px 44px 14px 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease;
    width: 100%;
}

#section-faq .landing-faq-trigger.toggle-link:hover,
#section-faq .landing-faq-trigger.toggle-link:focus {
    border-color: rgba(255, 122, 0, .45);
    box-shadow: var(--os-focus-ring);
    outline: none;
}

#section-faq .landing-faq-trigger.toggle-link::after {
    align-items: center;
    border: 0;
    color: var(--os-accent);
    content: "\f078";
    display: inline-flex;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
    font-size: .78rem;
    font-weight: 900;
    height: auto;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 1.05rem;
    width: auto;
}

.landing-faq-trigger__title {
    color: var(--os-primary);
    display: block;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    padding-right: 6px;
}

.landing-faq-answer {
    border-top: 1px dashed var(--os-border-strong);
    color: var(--os-muted);
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.62;
    margin-top: 12px !important;
    padding-top: 12px !important;
    width: 100%;
}

.landing-faq-answer p {
    margin-bottom: 10px;
}

.landing-faq-answer p:last-child {
    margin-bottom: 0;
}

.landing-contact-card {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.landing-contact-card__accent {
    background: linear-gradient(90deg, var(--os-accent-hover), var(--os-accent));
    height: 5px;
    width: 100%;
}

.landing-contact-card__inner {
    padding: 26px 26px 30px;
}

.landing-contact-row {
    align-items: flex-start;
    display: flex;
    gap: 16px;
}

.landing-contact-row--top {
    align-items: flex-start;
}

.landing-contact-row__icon {
    align-items: center;
    align-self: flex-start;
    background: var(--os-accent-soft);
    border-radius: var(--os-radius-md);
    color: var(--os-accent);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.05rem;
    height: 44px;
    justify-content: center;
    margin-top: 2px;
    width: 44px;
}

.landing-contact-divider {
    background: transparent;
    border: 0;
    border-top: 1px solid var(--os-border);
    height: 0;
    margin: 22px 0;
}

.landing-contact-row__tel {
    color: var(--os-primary);
    display: inline-block;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
}

.landing-contact-row__mailto {
    color: var(--os-primary);
    display: inline-block;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.landing-contact-row__mailto:hover,
.landing-contact-row__mailto:focus,
.landing-contact-row__tel:hover,
.landing-contact-row__tel:focus {
    color: var(--os-accent);
    text-decoration: none;
}

.landing-contact-row__hint {
    color: var(--os-muted);
    font-size: .9rem;
    margin: 6px 0 0;
}

.landing-contact-address__firm {
    color: var(--os-primary);
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 6px;
}

.landing-contact-address__lines {
    color: var(--os-muted);
    font-size: .92rem;
    line-height: 1.55;
    margin: 0;
}

.landing-footer-logo {
    padding: 28px 0 max(16px, calc(12px + env(safe-area-inset-bottom, 0px)));
    text-align: center;
}

.landing-footer-logo__img {
    max-width: min(280px, 84vw);
    opacity: .92;
}

/* Ana sayfa (turuncu zemin): Nasıl çalışır / SSS / iletişim — beyaz şerit yerine cam + açık tonlu başlıklar */
main.landing-entry-page .landing-info-section {
    background: transparent;
}

main.landing-entry-page .landing-info-section--band {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .14);
    border-block-color: rgba(255, 255, 255, .32);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22);
}

main.landing-entry-page .landing-section-heading h2 {
    color: rgba(255, 255, 255, .98);
    text-shadow: 0 1px 18px rgba(24, 12, 4, .28);
}

main.landing-entry-page .landing-section-lead,
main.landing-entry-page .landing-section-sub {
    color: rgba(255, 255, 255, .9);
    font-weight: 500;
    text-shadow: 0 1px 12px rgba(24, 12, 4, .22);
}

main.landing-entry-page .landing-info-pills li {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .26);
    border-color: rgba(255, 255, 255, .42);
    box-shadow: 0 8px 28px rgba(24, 16, 8, .14);
    color: rgba(255, 255, 255, .98);
}

main.landing-entry-page .landing-info-pills li .fa-check {
    color: rgba(207, 255, 226, .98);
}

main.landing-entry-page .landing-step-card.os-card,
main.landing-entry-page .landing-faq-group.os-card,
main.landing-entry-page .landing-contact-card.os-card {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(255, 253, 250, .9);
    border-color: rgba(255, 255, 255, .55);
    box-shadow:
        0 16px 48px rgba(24, 16, 8, .18),
        inset 0 1px 0 rgba(255, 255, 255, .65);
}

main.landing-entry-page .landing-faq-group__head {
    background:
        radial-gradient(circle at top right, rgba(255, 122, 0, .16), transparent 15rem),
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(248, 250, 252, .88));
}

main.landing-entry-page #section-faq .landing-faq-trigger.toggle-link {
    background: rgba(255, 252, 250, .92);
}

main.landing-entry-page #section-faq .landing-faq-trigger.toggle-link:hover,
main.landing-entry-page #section-faq .landing-faq-trigger.toggle-link:focus {
    background: rgba(255, 255, 255, .98);
}

main.landing-entry-page .landing-footer-logo__img {
    filter: drop-shadow(0 6px 22px rgba(16, 8, 0, .35));
    opacity: 1;
}

@media (max-width: 991.98px) {
    .auth-shell {
        gap: 28px;
        grid-template-columns: 1fr;
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .auth-hero {
        text-align: center;
    }

    .auth-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .auth-feature-grid {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-entry-card {
        max-width: 680px;
    }

}

@media (max-width: 767.98px) {
    .auth-page {
        background:
            radial-gradient(circle at -6rem -6rem, rgba(255, 122, 0, .2) 0, rgba(255, 122, 0, .1) 16rem, transparent 36rem),
            linear-gradient(135deg, #ffffff 0%, var(--os-bg) 58%, var(--os-bg-soft) 100%);
    }

    main.landing-entry-page.auth-page,
    main.auth-page.auth-surface-decor {
        background:
            radial-gradient(circle 5rem at 14% 18%, rgba(255, 122, 0, .12), transparent 62%),
            radial-gradient(circle 6rem at 88% 92%, rgba(255, 122, 0, .1), transparent 64%),
            radial-gradient(circle 4rem at 50% 10%, rgba(63, 70, 102, .06), transparent 56%),
            radial-gradient(ellipse 12rem 9rem at 26% 76%, rgba(255, 255, 255, .38), transparent 70%),
            radial-gradient(circle 3.5rem at 64% 66%, rgba(255, 122, 0, .07), transparent 52%),
            radial-gradient(circle 12rem at 92% 3%, rgba(255, 122, 0, .18), transparent 64%),
            radial-gradient(circle 16rem at -10% 94%, rgba(24, 28, 50, .08), transparent 70%),
            radial-gradient(circle 11rem at 44% 48%, rgba(255, 122, 0, .08), transparent 60%),
            radial-gradient(circle 7rem at 74% 56%, rgba(255, 255, 255, .48), transparent 56%),
            radial-gradient(circle at -6rem -6rem, rgba(255, 122, 0, .2) 0, rgba(255, 122, 0, .1) 16rem, transparent 36rem),
            linear-gradient(135deg, #ffffff 0%, var(--os-bg) 58%, var(--os-bg-soft) 100%);
    }

    main.landing-entry-page.auth-page::before,
    main.auth-page.auth-surface-decor::before {
        height: 17rem;
        opacity: .5;
        right: -14%;
        top: 28%;
        width: 17rem;
    }

    main.landing-entry-page.auth-page::after,
    main.auth-page.auth-surface-decor::after {
        bottom: 4%;
        height: 15rem;
        left: -16%;
        opacity: .45;
        width: 15rem;
    }

    main.landing-entry-page {
        --landing-nav-height: 0px;
    }

    .auth-navbar {
        min-height: 60px;
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }

    .auth-navbar .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .auth-logo img {
        height: 32px;
    }

    .auth-shell,
    .landing-entry-shell,
    .signup-auth-shell {
        min-height: auto;
        padding: 18px 12px 28px;
    }

    .auth-shell-single .auth-card,
    .landing-entry-card,
    .signup-auth-card {
        border-radius: var(--os-radius-lg);
        max-width: 100%;
        width: 100%;
    }

    .signup-auth-card {
        margin-left: 0;
        margin-right: 0;
    }

    .auth-card-with-header .signup-auth-header,
    .landing-entry-header,
    .signup-auth-header {
        align-items: center;
        flex-direction: row;
        gap: 12px;
        justify-content: space-between;
        padding: 14px 16px;
    }

    .auth-card-with-header .signup-auth-header img,
    .landing-entry-header img,
    .signup-auth-header img {
        height: 30px;
    }

    .auth-card-with-header .signup-auth-header > div,
    .landing-entry-header > div,
    .signup-auth-header > div {
        margin-left: auto;
        min-width: 0;
        text-align: right;
    }

    .auth-card-with-header .signup-auth-header span,
    .landing-entry-header span,
    .signup-auth-header span {
        font-size: .68rem;
        letter-spacing: .06em;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .signup-auth-header h1,
    .signup-form-title h1 {
        font-size: 1.28rem;
        margin-bottom: 14px;
    }

    .forgot-password-intro h1 {
        font-size: 1.22rem;
        margin-bottom: 6px;
    }

    .forgot-password-intro p {
        font-size: .86rem;
        line-height: 1.45;
    }

    .auth-code-input-group {
        gap: 6px;
    }

    .auth-code-input {
        font-size: 1.15rem;
        height: 46px;
        width: 40px;
    }

    .auth-flash {
        font-size: .84rem;
        padding: 10px 12px;
    }

    .signup-auth-header p {
        display: none;
    }

    .auth-card-body.signup-auth-content,
    .landing-entry-content.signup-auth-content,
    .signup-auth-content {
        padding: 16px;
    }

    .landing-entry-content h1 {
        font-size: 1.22rem;
        margin-bottom: 6px;
    }

    .landing-entry-content p {
        font-size: .86rem;
        line-height: 1.45;
        margin-bottom: 16px;
    }

    .landing-info-section {
        padding: 32px 0 40px;
    }

    .landing-section-heading {
        margin-bottom: 22px;
    }

    .landing-section-heading h2 {
        letter-spacing: .04em;
        line-height: 1.25;
    }

    .landing-section-lead,
    .landing-section-sub {
        font-size: .9rem;
        line-height: 1.55;
    }

    .landing-info-pills {
        flex-direction: column;
        margin: 18px 0 28px;
    }

    .landing-info-pills li {
        justify-content: center;
        width: 100%;
    }

    .landing-step-card {
        padding: 18px;
    }

    .landing-step-card p {
        font-size: .88rem;
        text-align: left;
    }

    .landing-faq-group__body {
        padding: 12px 12px 14px;
    }

    .landing-faq-group__head {
        padding: 12px 14px;
    }

    #section-faq .landing-faq-trigger.toggle-link {
        padding: 12px 38px 12px 14px;
    }

    .landing-faq-trigger__title {
        font-size: .88rem;
    }

    #section-faq .landing-faq-trigger.toggle-link::after {
        right: 12px;
        top: .95rem;
    }

    .landing-faq-answer {
        font-size: .86rem;
        line-height: 1.55;
    }

    .landing-contact-card__inner {
        padding: 20px 18px 22px;
    }

    .landing-contact-row__tel {
        font-size: 1.25rem;
    }

    .signup-auth-card .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .signup-form-divider {
        font-size: .68rem;
        gap: 10px;
        margin: 2px 0 12px;
    }

    .auth-label,
    .signup-auth-card label,
    .signup-auth-card label.text-white {
        font-size: .72rem;
        margin-bottom: 6px;
    }

    .auth-form-group,
    .signup-auth-card .form-group {
        margin-bottom: 12px;
    }

    .auth-input,
    .signup-auth-card .form-control,
    .auth-password-wrap,
    .auth-password-wrap input,
    .signup-auth-card .password-wrapper,
    .signup-auth-card .password-wrapper .form-control,
    .signup-auth-card .password-wrapper .btn {
        font-size: .84rem;
        min-height: 38px;
    }

    .auth-input {
        padding: 8px 11px 8px 36px;
    }

    .auth-password-wrap input {
        padding: 8px 10px 8px 36px;
    }

    .signup-auth-card .form-control {
        padding: 8px 10px !important;
    }

    .auth-input-icon,
    .auth-password-wrap .auth-input-icon {
        font-size: .78rem;
        left: 12px;
    }

    .auth-password-toggle {
        min-width: 38px;
    }

    .signup-auth-card textarea.form-control {
        min-height: 68px;
    }

    .signup-auth-card .ox-radio {
        margin-bottom: 8px;
    }

    .signup-auth-card .ox-radio-button {
        font-size: .8rem;
        min-height: 36px;
        padding: 7px 12px 7px 36px;
    }

    .signup-auth-card .ox-radio-button::before {
        font-size: .8rem;
    }

    .signup-auth-card .ox-radio-button div::after {
        height: 14px;
        left: 12px;
        width: 14px;
    }

    .auth-actions,
    .landing-entry-actions {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .landing-entry-page .os-btn-primary,
    .landing-entry-page .os-btn-secondary,
    .auth-form .os-btn-primary,
    .auth-form .os-btn-secondary,
    .signup-auth-actions .os-btn-primary,
    .signup-auth-actions .os-btn-secondary {
        font-size: .78rem;
        min-height: 38px;
        padding: 8px 12px;
    }

    .auth-link-row {
        margin-top: 14px;
    }

    .auth-forgot-link,
    .auth-check label,
    .signup-auth-card .form-check-label {
        font-size: .8rem;
    }

    .auth-check,
    .signup-auth-card .form-check {
        padding: 10px;
    }

    .signup-auth-actions {
        align-items: stretch;
        flex-direction: column;
        padding: 14px 16px 18px;
    }

    .auth-switch-hint--signup {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: max(14px, env(safe-area-inset-bottom, 0px));
    }
        padding: 16px 10px;
    }

    .auth-popup .popup__content {
        max-height: calc(100vh - 32px);
        padding: 18px;
        width: calc(100vw - 20px);
    }
}

@media (max-width: 575.98px) {
    .auth-navbar {
        min-height: 68px;
    }

    main.landing-entry-page {
        --landing-nav-height: 0px;
    }

    .auth-navbar-text {
        display: none;
    }

    .auth-logo img {
        height: 36px;
    }

    .auth-shell {
        min-height: auto;
        padding-left: 6px;
        padding-right: 6px;
    }

    .auth-hero {
        display: none;
    }

    .auth-card {
        padding: 26px 20px;
    }

    .auth-card-with-header {
        padding: 0;
    }

    .auth-card-body {
        padding: 22px 20px 26px;
    }

    .auth-actions {
        grid-template-columns: 1fr;
    }

    .signup-auth-shell {
        padding: 22px 12px 36px;
    }

    .signup-auth-header {
        align-items: center;
        flex-direction: row;
        padding: 14px 16px;
    }

    .signup-auth-content {
        padding: 16px;
    }

    .signup-auth-actions {
        align-items: stretch;
        flex-direction: column;
        padding: 18px 20px 24px;
    }

    .landing-entry-card {
        max-width: 100%;
    }

    .landing-entry-header h1 {
        font-size: 1.55rem;
    }

    .landing-entry-actions {
        grid-template-columns: 1fr;
    }

    .landing-entry-content {
        padding: 16px;
    }
}
