/* Carbometric Ön Teşhis Aracı — modül izoleli stiller */

/* Tam viewport genişliğinde arka plan (container'dan escape) */
.onteshis-bg {
    margin: -0.75rem calc(50% - 50vw) 0;
    padding: 0 calc(50vw - 50%);
    background:
        radial-gradient(1200px 600px at 50% -50px, #C9EEDD 0%, transparent 60%),
        linear-gradient(180deg, #F3FAF7 0%, #FFFFFF 55%);
    min-height: 100vh;
    overflow-x: hidden;
}

.onteshis-app {
    --ot-teal-darker: #0A5440;
    --ot-teal-dark: #0F6E56;
    --ot-teal: #1D9E75;
    --ot-mint: #9FE1CB;
    --ot-mint-pale: #E1F5EE;
    --ot-text: #0E1F1C;
    --ot-muted: #5F6B68;
    --ot-border: #E2E8E5;
    --ot-orange: #F2A623;
    --ot-coral: #E07856;
    --ot-white: #FFFFFF;
    --ot-danger: #D64545;

    /* Kategori renkleri */
    --cat-farkindalik: #0F6E56;
    --cat-dis_baski: #E07856;
    --cat-ic_hazirlik: #1D9E75;
    --cat-eylem: #0A5440;

    --ot-radius: 14px;
    --ot-radius-lg: 20px;
    --ot-shadow-sm: 0 2px 8px rgba(15, 110, 86, 0.06);
    --ot-shadow: 0 8px 32px rgba(15, 110, 86, 0.08);
    --ot-shadow-lg: 0 20px 48px rgba(15, 110, 86, 0.12);
    --ot-transition: 220ms cubic-bezier(0.2, 0, 0.2, 1);

    /* kategori-aktif-renk (JS tarafından güncellenir) */
    --ot-active-cat: var(--cat-farkindalik);

    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--ot-text);
    max-width: 820px;
    margin: 0 auto;
    padding: 0 16px 80px;
    line-height: 1.55;
    position: relative;
}

.onteshis-app *,
.onteshis-app *::before,
.onteshis-app *::after {
    box-sizing: border-box;
}

/* ================= HERO ================= */
.onteshis-hero {
    text-align: center;
    padding: 48px 0 36px;
    position: relative;
}

.onteshis-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ot-teal-dark);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
    border: 1px solid var(--ot-mint);
    box-shadow: var(--ot-shadow-sm);
}

.onteshis-hero__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ot-teal);
    box-shadow: 0 0 0 3px rgba(29, 158, 117, 0.2);
    animation: ot-pulse 2s ease-in-out infinite;
}

@keyframes ot-pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(29, 158, 117, 0.2); }
    50% { box-shadow: 0 0 0 6px rgba(29, 158, 117, 0.1); }
}

.onteshis-hero__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    color: var(--ot-text);
}

.onteshis-hero__accent {
    background: linear-gradient(135deg, var(--ot-teal) 0%, var(--ot-teal-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.onteshis-hero__subtitle {
    font-size: 17px;
    color: var(--ot-muted);
    max-width: 580px;
    margin: 0 auto 28px;
    line-height: 1.6;
}

.onteshis-trust {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.onteshis-trust li {
    font-size: 13px;
    font-weight: 500;
    color: var(--ot-muted);
    padding: 6px 14px;
    background: var(--ot-white);
    border: 1px solid var(--ot-border);
    border-radius: 100px;
    box-shadow: var(--ot-shadow-sm);
}

.onteshis-trust strong {
    color: var(--ot-teal-dark);
    font-weight: 700;
    margin-right: 4px;
}

/* ================= PROGRESS ================= */
.onteshis-progress {
    position: sticky;
    top: 58px; /* topbar altında sabitlenir */
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 14px 16px;
    margin: 0 -16px 28px;
    z-index: 20;
    border-bottom: 1px solid var(--ot-border);
    border-radius: 0 0 16px 16px;
}

.onteshis-progress__labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.onteshis-progress__step {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ot-muted);
    flex-shrink: 0;
}

.onteshis-progress__kategori {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--ot-active-cat);
    min-width: 0;
}

.onteshis-progress__kategori-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ot-active-cat);
    flex-shrink: 0;
}

.onteshis-progress__kategori-adi {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.onteshis-progress__percent {
    font-size: 13px;
    font-weight: 700;
    color: var(--ot-teal-dark);
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.onteshis-progress__segments {
    display: flex;
    gap: 4px;
}

.onteshis-progress__segment {
    flex: 1;
    height: 6px;
    background: var(--ot-border);
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    transition: background-color var(--ot-transition);
}

.onteshis-progress__segment-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: var(--seg-color, var(--ot-teal-dark));
    border-radius: 100px;
    transition: width 380ms cubic-bezier(0.2, 0, 0.2, 1);
}

.onteshis-progress__segment[data-aktif="true"] {
    background: color-mix(in srgb, var(--seg-color, var(--ot-teal-dark)) 20%, transparent);
}

/* ================= STAGE ================= */
.onteshis-stage {
    min-height: 420px;
}

.onteshis-loading {
    text-align: center;
    padding: 80px 20px;
    color: var(--ot-muted);
    font-size: 14px;
}

.onteshis-loading::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 16px auto 0;
    border: 3px solid var(--ot-mint-pale);
    border-top-color: var(--ot-teal);
    border-radius: 50%;
    animation: ot-spin 700ms linear infinite;
}

@keyframes ot-spin {
    to { transform: rotate(360deg); }
}

.onteshis-alert {
    padding: 18px 22px;
    background: #fff5e8;
    border-left: 4px solid var(--ot-orange);
    border-radius: var(--ot-radius);
    color: var(--ot-text);
    font-size: 14px;
}

/* ================= QUIZ KART ================= */
.onteshis-soru {
    background: var(--ot-white);
    border-radius: var(--ot-radius-lg);
    padding: 0;
    box-shadow: var(--ot-shadow);
    border: 1px solid rgba(226, 232, 229, 0.6);
    overflow: hidden;
    animation: ot-cardin 380ms cubic-bezier(0.2, 0, 0.2, 1);
}

@keyframes ot-cardin {
    0% { opacity: 0; transform: translateY(12px) scale(0.99); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

.onteshis-soru__accent {
    height: 4px;
    background: var(--ot-active-cat);
}

.onteshis-soru__body {
    padding: 28px 32px 32px;
}

.onteshis-soru__kategori {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ot-active-cat);
    background: color-mix(in srgb, var(--ot-active-cat) 10%, transparent);
    padding: 6px 12px;
    border-radius: 100px;
    margin-bottom: 18px;
}

.onteshis-soru__kategori::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ot-active-cat);
}

.onteshis-soru__metin {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.015em;
    color: var(--ot-text);
    margin: 0 0 22px;
}

/* Açıklama kutusu */
.onteshis-aciklama {
    display: flex;
    gap: 12px;
    background: var(--ot-mint-pale);
    border: 1px solid color-mix(in srgb, var(--ot-mint) 60%, transparent);
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.onteshis-aciklama__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--ot-teal-dark);
    color: var(--ot-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    font-family: Georgia, serif;
    margin-top: 1px;
}

.onteshis-aciklama__body {
    flex: 1;
    min-width: 0;
}

.onteshis-aciklama__etiket {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ot-teal-dark);
    margin-bottom: 4px;
}

.onteshis-aciklama__metin {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ot-text);
    margin: 0;
}

/* Seçenekler */
.onteshis-secenekler {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.onteshis-secenek {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    color: var(--ot-text);
    background: var(--ot-white);
    border: 2px solid var(--ot-border);
    border-radius: 12px;
    cursor: pointer;
    transition: all var(--ot-transition);
    font-family: inherit;
    box-shadow: 0 1px 2px rgba(15, 110, 86, 0.02);
}

.onteshis-secenek:hover {
    border-color: var(--ot-active-cat);
    background: color-mix(in srgb, var(--ot-active-cat) 4%, var(--ot-white));
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 110, 86, 0.08);
}

.onteshis-secenek:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--ot-active-cat) 40%, transparent);
    outline-offset: 2px;
}

.onteshis-secenek--secili {
    border-color: var(--ot-active-cat);
    background: color-mix(in srgb, var(--ot-active-cat) 8%, var(--ot-white));
    color: var(--ot-text);
    font-weight: 500;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--ot-active-cat) 20%, transparent);
}

.onteshis-secenek__radyo {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 2px solid var(--ot-border);
    border-radius: 50%;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--ot-transition);
    background: var(--ot-white);
}

.onteshis-secenek:hover .onteshis-secenek__radyo {
    border-color: var(--ot-active-cat);
}

.onteshis-secenek--secili .onteshis-secenek__radyo {
    border-color: var(--ot-active-cat);
    background: var(--ot-active-cat);
}

.onteshis-secenek--secili .onteshis-secenek__radyo::after {
    content: "";
    width: 10px;
    height: 5px;
    border-left: 2.5px solid var(--ot-white);
    border-bottom: 2.5px solid var(--ot-white);
    transform: rotate(-45deg) translate(1px, -1px);
    animation: ot-check 240ms ease;
}

@keyframes ot-check {
    0% { transform: rotate(-45deg) translate(1px, -1px) scale(0); opacity: 0; }
    100% { transform: rotate(-45deg) translate(1px, -1px) scale(1); opacity: 1; }
}

.onteshis-secenek__metin {
    flex: 1;
    min-width: 0;
}

/* Navigation */
.onteshis-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

/* Butonlar */
.onteshis-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all var(--ot-transition);
    text-decoration: none;
    line-height: 1;
    letter-spacing: -0.005em;
}

.onteshis-btn:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--ot-teal) 40%, transparent);
    outline-offset: 2px;
}

.onteshis-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.onteshis-btn--primary {
    background: linear-gradient(135deg, var(--ot-teal) 0%, var(--ot-teal-dark) 100%);
    color: var(--ot-white);
    box-shadow: 0 6px 18px rgba(15, 110, 86, 0.28);
}

.onteshis-btn--primary:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 110, 86, 0.36);
}

.onteshis-btn--primary:active:not(:disabled) {
    transform: translateY(0);
}

.onteshis-btn--ghost {
    background: var(--ot-white);
    color: var(--ot-teal-dark);
    border-color: var(--ot-border);
}

.onteshis-btn--ghost:hover:not(:disabled) {
    border-color: var(--ot-teal);
    background: var(--ot-mint-pale);
}

.onteshis-btn--hidden {
    visibility: hidden;
}

/* ================= SONUÇ EKRANI ================= */
.onteshis-result {
    animation: ot-cardin 420ms cubic-bezier(0.2, 0, 0.2, 1);
}

.onteshis-result__hero {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 36px 28px;
    background:
        radial-gradient(300px 200px at 90% 0%, rgba(159, 225, 203, 0.5) 0%, transparent 70%),
        linear-gradient(135deg, var(--ot-mint-pale) 0%, #F7FCFA 100%);
    border-radius: var(--ot-radius-lg);
    margin-bottom: 28px;
    border: 1px solid var(--ot-mint);
    position: relative;
    overflow: hidden;
}

.onteshis-result__badge {
    flex-shrink: 0;
    width: 96px;
    height: 96px;
    background: linear-gradient(135deg, var(--ot-teal) 0%, var(--ot-teal-dark) 100%);
    color: var(--ot-white);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 32px rgba(15, 110, 86, 0.35);
    transform: rotate(-4deg);
    position: relative;
}

.onteshis-result__badge::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 18px;
}

.onteshis-result__badge-number {
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    position: relative;
}

.onteshis-result__heading {
    flex: 1;
    min-width: 0;
}

.onteshis-result__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ot-teal-dark);
    margin-bottom: 6px;
}

.onteshis-result__title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 8px;
    color: var(--ot-text);
    line-height: 1.25;
    letter-spacing: -0.015em;
}

.onteshis-result__title strong {
    color: var(--ot-teal-dark);
    font-weight: 800;
}

.onteshis-result__tagline {
    font-size: 15px;
    color: var(--ot-muted);
    margin: 0;
    line-height: 1.5;
}

.onteshis-section-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ot-muted);
    margin: 0 0 14px;
}

.onteshis-result__analiz {
    margin-bottom: 32px;
    padding: 22px 24px;
    background: var(--ot-white);
    border: 1px solid var(--ot-border);
    border-radius: var(--ot-radius);
    box-shadow: var(--ot-shadow-sm);
}

.onteshis-result__analiz p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--ot-text);
    margin: 0;
}

/* Kategori skorları */
.onteshis-result__scores {
    margin-bottom: 32px;
}

.onteshis-scorelist {
    list-style: none;
    padding: 22px 24px;
    margin: 0;
    display: grid;
    gap: 16px;
    background: var(--ot-white);
    border: 1px solid var(--ot-border);
    border-radius: var(--ot-radius);
    box-shadow: var(--ot-shadow-sm);
}

.onteshis-score {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px;
    align-items: center;
}

.onteshis-score__name {
    font-size: 14px;
    font-weight: 600;
    color: var(--ot-text);
}

.onteshis-score__value {
    font-size: 13px;
    font-weight: 700;
    color: var(--ot-teal-dark);
    font-variant-numeric: tabular-nums;
}

.onteshis-score__bar {
    grid-column: 1 / -1;
    height: 8px;
    background: var(--ot-mint-pale);
    border-radius: 100px;
    overflow: hidden;
}

.onteshis-score__bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--ot-teal) 0%, var(--ot-teal-dark) 100%);
    border-radius: 100px;
    transition: width 800ms cubic-bezier(0.2, 0, 0.2, 1);
}

/* Güçlü/eksik rozetleri */
.onteshis-result__tags {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}

.onteshis-tagblock {
    padding: 20px 22px;
    border-radius: var(--ot-radius);
    border: 1px solid var(--ot-border);
    background: var(--ot-white);
    box-shadow: var(--ot-shadow-sm);
}

.onteshis-tagblock__title {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.onteshis-tagblock__title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.onteshis-tagblock--strong .onteshis-tagblock__title {
    color: var(--ot-teal-dark);
}

.onteshis-tagblock--strong .onteshis-tagblock__title::before {
    background: var(--ot-teal);
}

.onteshis-tagblock--weak .onteshis-tagblock__title {
    color: var(--ot-coral);
}

.onteshis-tagblock--weak .onteshis-tagblock__title::before {
    background: var(--ot-orange);
}

.onteshis-taglist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.onteshis-taglist li {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
}

.onteshis-tagblock--strong .onteshis-taglist li {
    background: var(--ot-mint-pale);
    color: var(--ot-teal-dark);
    border: 1px solid var(--ot-mint);
}

.onteshis-tagblock--weak .onteshis-taglist li {
    background: #FFF1E3;
    color: #A6660E;
    border: 1px solid #F7D9A6;
}

.onteshis-taglist__empty {
    opacity: 0.6;
    background: transparent !important;
    border: 1px dashed var(--ot-border) !important;
    color: var(--ot-muted) !important;
}

/* 3 adım */
.onteshis-result__steps {
    margin-bottom: 36px;
}

.onteshis-steplist {
    list-style: none;
    counter-reset: step;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.onteshis-step {
    position: relative;
    padding: 20px 22px 20px 72px;
    background: var(--ot-white);
    border: 1px solid var(--ot-border);
    border-radius: var(--ot-radius);
    box-shadow: var(--ot-shadow-sm);
    counter-increment: step;
    transition: box-shadow var(--ot-transition);
}

.onteshis-step:hover {
    box-shadow: var(--ot-shadow);
}

.onteshis-step::before {
    content: counter(step);
    position: absolute;
    top: 20px;
    left: 22px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ot-teal) 0%, var(--ot-teal-dark) 100%);
    color: var(--ot-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(15, 110, 86, 0.25);
}

.onteshis-step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--ot-text);
}

/* Lead box */
.onteshis-leadbox {
    padding: 32px;
    background:
        radial-gradient(400px 200px at 100% 0%, rgba(29, 158, 117, 0.25) 0%, transparent 60%),
        linear-gradient(135deg, var(--ot-teal-dark) 0%, var(--ot-teal-darker) 100%);
    color: var(--ot-white);
    border-radius: var(--ot-radius-lg);
    margin-bottom: 28px;
    box-shadow: 0 16px 40px rgba(10, 84, 64, 0.25);
}

.onteshis-leadbox__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--ot-white);
    letter-spacing: -0.01em;
}

.onteshis-leadbox__desc {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.85);
}

.onteshis-leadform {
    display: grid;
    gap: 14px;
}

.onteshis-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.onteshis-field label {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.onteshis-required {
    color: var(--ot-orange);
    font-weight: 700;
}

.onteshis-optional {
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
}

.onteshis-field input[type="email"],
.onteshis-field input[type="text"],
.onteshis-field input[type="tel"] {
    padding: 13px 15px;
    font-size: 15px;
    font-family: inherit;
    background: var(--ot-white);
    color: var(--ot-text);
    border: 2px solid transparent;
    border-radius: 11px;
    transition: all var(--ot-transition);
}

.onteshis-field input:focus {
    outline: none;
    border-color: var(--ot-mint);
    box-shadow: 0 0 0 4px rgba(159, 225, 203, 0.25);
}

.onteshis-field--kvkk label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}

.onteshis-field--kvkk input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: var(--ot-orange);
    width: 16px;
    height: 16px;
}

.onteshis-form-error {
    padding: 12px 16px;
    background: rgba(214, 69, 69, 0.15);
    border: 1px solid rgba(214, 69, 69, 0.4);
    border-radius: 10px;
    font-size: 13px;
    color: #FFD9D9;
}

.onteshis-leadbox .onteshis-btn--primary {
    background: linear-gradient(135deg, var(--ot-orange) 0%, #E09318 100%);
    color: #3A2A0D;
    margin-top: 4px;
    box-shadow: 0 8px 22px rgba(242, 166, 35, 0.35);
}

.onteshis-leadbox .onteshis-btn--primary:hover:not(:disabled) {
    box-shadow: 0 12px 28px rgba(242, 166, 35, 0.45);
}

/* Başarılı gönderim */
.onteshis-leadsuccess {
    text-align: center;
    padding: 24px 0;
}

.onteshis-leadsuccess__check {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--ot-mint);
    color: var(--ot-teal-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: ot-pop 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 24px rgba(159, 225, 203, 0.4);
}

.onteshis-leadsuccess__check svg {
    width: 36px;
    height: 36px;
}

@keyframes ot-pop {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}

.onteshis-leadsuccess__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--ot-white);
}

.onteshis-leadsuccess__msg {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.onteshis-result__footer {
    text-align: center;
    padding-top: 8px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 720px) {
    .onteshis-hero {
        padding: 32px 0 24px;
    }

    .onteshis-hero__title {
        font-size: 32px;
    }

    .onteshis-hero__subtitle {
        font-size: 15px;
    }

    .onteshis-trust li {
        font-size: 12px;
        padding: 5px 11px;
    }

    .onteshis-soru__body {
        padding: 22px 20px 26px;
    }

    .onteshis-soru__metin {
        font-size: 21px;
    }

    .onteshis-result__hero {
        flex-direction: column;
        text-align: center;
        padding: 28px 22px;
        gap: 18px;
    }

    .onteshis-result__badge {
        width: 84px;
        height: 84px;
        transform: rotate(0);
    }

    .onteshis-result__badge-number {
        font-size: 38px;
    }

    .onteshis-result__title {
        font-size: 22px;
    }

    .onteshis-result__tags {
        grid-template-columns: 1fr;
    }

    .onteshis-leadbox {
        padding: 24px;
    }

    .onteshis-leadbox__title {
        font-size: 19px;
    }
}

@media (max-width: 400px) {
    .onteshis-app {
        padding: 0 12px 56px;
    }

    .onteshis-hero__title {
        font-size: 28px;
    }

    .onteshis-btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    .onteshis-step {
        padding: 18px 18px 18px 64px;
    }

    .onteshis-step::before {
        left: 18px;
        top: 18px;
    }
}

/* Fallback: color-mix desteklenmiyorsa */
@supports not (background: color-mix(in srgb, red 50%, blue)) {
    .onteshis-soru__kategori {
        background: var(--ot-mint-pale);
    }
    .onteshis-secenek:hover,
    .onteshis-secenek--secili {
        background: var(--ot-mint-pale);
    }
    .onteshis-progress__segment[data-aktif="true"] {
        background: var(--ot-mint);
    }
}
