﻿/* =========================================================
   Sandalye Gurusu - Bayi Kayıt / Başvuru
   Dosya yolu: /Account/BayiKayit.css
========================================================= */

.dealer-page {
    --dealer-dark: #171512;
    --dealer-text: #171512;
    --dealer-muted: #756f67;
    --dealer-line: #e8e1d6;
    --dealer-soft: #f8f5f0;
    --dealer-brand: var(--brand, #c49345);
    --dealer-brand-dark: var(--brand-dark, #9b6f2e);
    min-height: 900px;
    padding: 30px 0 82px;
    background:
        radial-gradient(circle at 7% 0%, rgba(196,147,69,.10), transparent 26%),
        linear-gradient(180deg, #fbfaf7 0, #f7f3ed 360px, #fff 760px);
}

.dealer-page *,
.dealer-page *::before,
.dealer-page *::after {
    box-sizing: border-box;
}

.dealer-page button,
.dealer-page input,
.dealer-page select,
.dealer-page textarea {
    font: inherit;
}

.dealer-symbols {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.dealer-icon {
    width: 21px;
    height: 21px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dealer-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: #7a756d;
    font-size: 13px;
    font-weight: 650;
}

.dealer-breadcrumb a {
    transition: color .18s ease;
}

.dealer-breadcrumb a:hover {
    color: var(--dealer-brand-dark);
}

.dealer-breadcrumb span {
    color: #aaa39a;
}

.dealer-heading {
    max-width: 760px;
    margin: 0 auto 26px;
    text-align: center;
}

.dealer-heading-overline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--dealer-brand-dark);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.dealer-heading-overline::before,
.dealer-heading-overline::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #d9bd8b;
}

.dealer-heading h1 {
    margin: 0;
    color: var(--dealer-text);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.04;
    letter-spacing: -.052em;
}

.dealer-heading p {
    margin: 13px auto 0;
    color: var(--dealer-muted);
    font-size: 15px;
    line-height: 1.68;
}

.dealer-success {
    max-width: 1180px;
    margin: 0 auto 20px;
    padding: 17px 19px;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    border: 1px solid #bfe2ce;
    border-radius: 17px;
    background: #f0fbf5;
    color: #246a46;
    box-shadow: 0 10px 28px rgba(36,106,70,.08);
}

.dealer-success-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #d9f3e4;
}

.dealer-success strong {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}

.dealer-success p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

.dealer-shell {
    width: min(1180px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
    align-items: start;
    overflow: hidden;
    border: 1px solid rgba(196,147,69,.22);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(35,27,18,.12);
}

.dealer-showcase {
    position: sticky;
    top: 118px;
    isolation: isolate;
    min-height: 760px;
    overflow: hidden;
    padding: 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #171512;
    color: #fff;
}

.dealer-showcase::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11,9,7,.28), rgba(11,9,7,.90)),
        var(--dealer-image) center / cover no-repeat;
}

.dealer-showcase::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -90px;
    bottom: -120px;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(196,147,69,.25);
    filter: blur(72px);
}

.dealer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    color: #efc57b;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.dealer-kicker::before {
    content: "";
    width: 24px;
    height: 1px;
    background: currentColor;
}

.dealer-showcase h2 {
    max-width: 480px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.dealer-showcase-text {
    max-width: 490px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.74);
    font-size: 14px;
    line-height: 1.72;
}

.dealer-benefits {
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
}

.dealer-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255,255,255,.90);
    font-size: 13px;
    font-weight: 760;
    line-height: 1.5;
}

.dealer-benefit-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(196,147,69,.20);
    color: #efc57b;
}

.dealer-benefit-icon .dealer-icon {
    width: 14px;
    height: 14px;
    stroke-width: 2.4;
}

.dealer-process {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;
    background: rgba(15,13,10,.55);
    backdrop-filter: blur(12px);
}

.dealer-process strong {
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
}

.dealer-process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.dealer-process-step {
    min-width: 0;
    padding: 12px 10px;
    border-radius: 13px;
    background: rgba(255,255,255,.065);
}

.dealer-process-step b {
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(196,147,69,.22);
    color: #efc57b;
    font-size: 11px;
}

.dealer-process-step span {
    display: block;
    color: rgba(255,255,255,.78);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
}

.dealer-form-side {
    min-width: 0;
    padding: clamp(30px, 4vw, 54px);
}

.dealer-form-intro {
    margin-bottom: 26px;
}

.dealer-form-intro span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--dealer-brand-dark);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.dealer-form-intro span::before {
    content: "";
    width: 20px;
    height: 1px;
    background: currentColor;
}

.dealer-form-intro h2 {
    margin: 0;
    color: var(--dealer-text);
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.dealer-form-intro p {
    margin: 10px 0 0;
    color: var(--dealer-muted);
    font-size: 14px;
    line-height: 1.65;
}

.dealer-form {
    display: grid;
    gap: 20px;
}

.dealer-section {
    padding: 22px;
    border: 1px solid var(--dealer-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(31,25,18,.035);
}

.dealer-section-head {
    margin-bottom: 19px;
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.dealer-section-number {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #f4eee4;
    color: var(--dealer-brand-dark);
    font-size: 12px;
    font-weight: 950;
}

.dealer-section-head h3 {
    margin: 0;
    color: var(--dealer-text);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.dealer-section-head p {
    margin: 5px 0 0;
    color: var(--dealer-muted);
    font-size: 12px;
    line-height: 1.5;
}

.dealer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.dealer-field {
    min-width: 0;
}

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

.dealer-label {
    display: block;
    margin: 0 0 8px;
    color: #403b35;
    font-size: 12px;
    font-weight: 850;
}

.dealer-required {
    margin-left: 3px;
    color: #b64a40;
}

.dealer-input-wrap {
    position: relative;
}

.dealer-input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: #978d81;
    pointer-events: none;
}

.dealer-input-icon .dealer-icon {
    width: 18px;
    height: 18px;
}

.dealer-input,
.dealer-select,
.dealer-textarea {
    width: 100%;
    border: 1px solid var(--dealer-line);
    border-radius: 13px;
    outline: 0;
    background: #fff;
    color: var(--dealer-text);
    font-size: 13px;
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        background .18s ease;
}

.dealer-input,
.dealer-select {
    height: 52px;
}

.dealer-input {
    padding: 0 47px;
}

.dealer-select {
    padding: 0 42px 0 47px;
    appearance: none;
    cursor: pointer;
}

.dealer-select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #8c8379;
    border-bottom: 2px solid #8c8379;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.dealer-textarea {
    min-height: 108px;
    padding: 14px 15px;
    resize: vertical;
    line-height: 1.55;
}

.dealer-input::placeholder,
.dealer-textarea::placeholder {
    color: #aaa39a;
}

.dealer-input:hover,
.dealer-select:hover,
.dealer-textarea:hover {
    border-color: #dac7a7;
}

.dealer-input:focus,
.dealer-select:focus,
.dealer-textarea:focus {
    border-color: var(--dealer-brand);
    background: #fffefc;
    box-shadow: 0 0 0 4px rgba(196,147,69,.12);
}

.dealer-input[readonly] {
    background: #f7f4ef;
    color: #625c54;
    cursor: not-allowed;
}

.dealer-password-toggle {
    position: absolute;
    right: 7px;
    top: 50%;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 10px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    background: transparent;
    color: #8a8177;
    cursor: pointer;
}

.dealer-password-toggle:hover {
    background: #f6f1e9;
    color: var(--dealer-brand-dark);
}

.dealer-password-toggle .dealer-icon {
    width: 18px;
    height: 18px;
}

.dealer-account-note {
    padding: 15px 16px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    border: 1px solid #d9e6df;
    border-radius: 14px;
    background: #f5fbf7;
    color: #39644d;
}

.dealer-account-note .dealer-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.dealer-account-note strong {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}

.dealer-account-note p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

.dealer-check {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    gap: 11px;
    color: #625c55;
    font-size: 12px;
    line-height: 1.6;
    cursor: pointer;
}

.dealer-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dealer-check-box {
    width: 21px;
    height: 21px;
    margin-top: 1px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid #d3cabf;
    border-radius: 6px;
    background: #fff;
    color: transparent;
    transition:
        border-color .18s ease,
        background .18s ease,
        color .18s ease,
        box-shadow .18s ease;
}

.dealer-check-box .dealer-icon {
    width: 13px;
    height: 13px;
    stroke-width: 2.5;
}

.dealer-check input:checked + .dealer-check-box {
    border-color: var(--dealer-brand);
    background: var(--dealer-brand);
    color: #fff;
    box-shadow: 0 5px 14px rgba(196,147,69,.22);
}

.dealer-check input:focus-visible + .dealer-check-box {
    box-shadow: 0 0 0 4px rgba(196,147,69,.14);
}

.dealer-check a {
    color: var(--dealer-brand-dark);
    font-weight: 850;
}

.dealer-check a:hover {
    text-decoration: underline;
}

.dealer-submit {
    width: 100%;
    min-height: 56px;
    padding: 0 24px;
    border: 1px solid var(--dealer-brand);
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--dealer-brand), var(--dealer-brand-dark));
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 950;
    box-shadow: 0 14px 30px rgba(155,111,46,.24);
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        filter .18s ease;
}

.dealer-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(155,111,46,.29);
    filter: brightness(.98);
}

.dealer-submit .dealer-icon {
    width: 18px;
    height: 18px;
}

.dealer-bottom-links {
    padding-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    color: var(--dealer-muted);
    font-size: 12px;
}

.dealer-bottom-links a {
    color: var(--dealer-brand-dark);
    font-weight: 900;
}

.dealer-bottom-links a:hover {
    text-decoration: underline;
}

.validation-summary-errors {
    margin: 0;
    padding: 15px 17px;
    border: 1px solid #efcaca;
    border-radius: 14px;
    background: #fff4f4;
    color: #9f3535;
    font-size: 13px;
    line-height: 1.55;
}

.validation-summary-errors ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.field-validation-error {
    display: block;
    margin-top: 7px;
    color: #b33b3b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.input-validation-error {
    border-color: #d65b5b !important;
    background: #fffafa !important;
    box-shadow: 0 0 0 4px rgba(214,91,91,.09) !important;
}

.dealer-page .seo-stream-area {
    display: none !important;
}

@media (max-width: 1050px) {
    .dealer-shell {
        grid-template-columns: 1fr;
    }

    .dealer-showcase {
        position: relative;
        top: auto;
        min-height: 520px;
    }
}

@media (max-width: 760px) {
    .dealer-page {
        padding: 19px 0 58px;
    }

    .dealer-shell {
        border-radius: 22px;
    }

    .dealer-showcase {
        min-height: 480px;
        padding: 30px 24px;
    }

    .dealer-form-side {
        padding: 28px 21px;
    }

    .dealer-section {
        padding: 18px;
        border-radius: 17px;
    }

    .dealer-grid {
        grid-template-columns: 1fr;
    }

    .dealer-field-full {
        grid-column: auto;
    }
}

@media (max-width: 520px) {
    .dealer-heading h1 {
        font-size: 32px;
    }

    .dealer-heading p {
        font-size: 14px;
    }

    .dealer-showcase h2 {
        font-size: 33px;
    }

    .dealer-process-steps {
        grid-template-columns: 1fr;
    }

    .dealer-process-step {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .dealer-process-step b {
        margin-bottom: 0;
        flex: 0 0 auto;
    }
}
