/**
 * Firma Sahiplenme — ticari, açık gri zemin.
 */

.claim-page {
    background: #f1f4f8;
    color: #0f172a;
    min-height: 100vh;
}
.claim-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   HERO — beyaz kart üzerinde form, açık zemin
   ============================================ */
.claim-hero {
    padding: 64px 0 56px;
    background: linear-gradient(180deg, #ffffff 0%, #f1f4f8 100%);
    position: relative;
    overflow: hidden;
}
.claim-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
}

.claim-hero__copy { max-width: 560px; }
.claim-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #ffffff;
    color: #dc2626;
    border: 1px solid #fee2e2;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 18px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}
.claim-hero__eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #dc2626;
    box-shadow: 0 0 0 3px rgba(220,38,38,.15);
}
.claim-hero__title {
    font-size: clamp(28px, 3.6vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: -0.025em;
    margin: 0 0 16px;
}
.claim-hero__title em {
    font-style: normal;
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.claim-hero__lead {
    font-size: 16.5px;
    line-height: 1.65;
    color: #475569;
    margin: 0 0 24px;
}

.claim-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}
.claim-hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #475569;
    font-weight: 500;
}
.claim-hero__trust svg { color: #16a34a; flex-shrink: 0; }

/* ---------- Sağ taraftaki form kartı ---------- */
.claim-hero__card {
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 18px;
    padding: 28px;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, .04),
        0 24px 48px -24px rgba(15, 23, 42, .18);
}
.claim-hero__card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}
.claim-hero__card-sub {
    font-size: 13.5px;
    color: #64748b;
    margin: 0 0 18px;
}

.claim-search { margin: 0; }
.claim-search__label {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.claim-search__field {
    display: flex;
    align-items: stretch;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.claim-search__field:focus-within {
    border-color: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, .12);
    background: #ffffff;
}
.claim-search__prefix {
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    background: #ffffff;
    color: #475569;
    font-weight: 700;
    font-size: 15px;
    border-right: 1px solid #e2e8f0;
}
.claim-search__field input {
    flex: 1;
    border: 0;
    outline: none;
    padding: 14px 14px;
    font-size: 16px;
    color: #0f172a;
    background: transparent !important;
    background-image: none !important;
    min-width: 0;
}
.claim-search__field input::placeholder { color: #94a3b8; }

.claim-search__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
    padding: 14px 18px;
    background: #dc2626;
    color: #ffffff;
    border: 0;
    font-size: 15.5px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
    box-shadow: 0 8px 22px -10px rgba(220, 38, 38, .55);
}
.claim-search__btn:hover {
    background: #b91c1c;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px -10px rgba(220, 38, 38, .65);
}
.claim-search__btn:disabled { opacity: .65; cursor: wait; transform: none; }

.claim-search__hint {
    margin: 12px 4px 0;
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.5;
}

/* ---------- Sonuç ---------- */
.claim-result { margin-top: 18px; }
.claim-result--error {
    background: #fef2f2;
    border: 1px solid #fee2e2;
    color: #b91c1c;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
}
.claim-result--error p { margin: 0; }
.claim-result__card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
}
.claim-result__head { margin-bottom: 12px; }
.claim-result__badge {
    display: inline-block;
    padding: 3px 10px;
    background: #dcfce7;
    color: #166534;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.claim-result__name { margin: 0; font-size: 17px; font-weight: 700; color: #0f172a; }
.claim-result__addr { margin: 4px 0 0; font-size: 13px; color: #64748b; }
.claim-result__warn {
    margin: 10px 0;
    padding: 10px 12px;
    background: #fef3c7;
    color: #92400e;
    border-radius: 10px;
    font-size: 13px;
}
.claim-result__warn a { color: #92400e; text-decoration: underline; }
.claim-result__bundle {
    margin: 10px 0;
    padding: 10px 12px;
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
}
.claim-result__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 11px 16px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease;
}
.claim-result__cta:hover {
    background: #dc2626;
    color: #ffffff;
    transform: translateY(-1px);
}

/* ============================================
   Sosyal kanıt bandı — hero altı
   ============================================ */
.claim-proof {
    padding: 28px 0;
    border-top: 1px solid #e6eaf0;
    border-bottom: 1px solid #e6eaf0;
    background: #ffffff;
}
.claim-proof__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.claim-proof__num {
    display: block;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}
.claim-proof__lbl {
    font-size: 12.5px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
}

/* ============================================
   Section ortak
   ============================================ */
.claim-section__head {
    text-align: center;
    margin: 0 auto 36px;
    max-width: 720px;
}
.claim-section__title {
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}
.claim-section__sub {
    font-size: 15.5px;
    color: #475569;
    margin: 0;
}

/* ============================================
   Faydalar — kart grid
   ============================================ */
.claim-benefits { padding: 72px 0; }
.claim-benefits__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}
.claim-benefit {
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    padding: 24px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.claim-benefit:hover {
    transform: translateY(-3px);
    border-color: #dde3ea;
    box-shadow: 0 18px 38px -22px rgba(15, 23, 42, .2);
}
.claim-benefit__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #b91c1c;
    margin-bottom: 16px;
}
.claim-benefit h3 {
    margin: 0 0 6px;
    font-size: 16.5px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
}
.claim-benefit p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

/* ============================================
   3 Adım — bağlantı çizgisiyle
   ============================================ */
.claim-steps {
    padding: 64px 0;
    background: #ffffff;
    border-top: 1px solid #e6eaf0;
    border-bottom: 1px solid #e6eaf0;
}
.claim-steps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    position: relative;
}
.claim-step {
    background: #f8fafc;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    padding: 26px 22px;
    position: relative;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.claim-step:hover {
    border-color: #fecaca;
    box-shadow: 0 12px 28px -16px rgba(220, 38, 38, .2);
}
.claim-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #0f172a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    border-radius: 999px;
    margin-bottom: 14px;
    letter-spacing: .02em;
}
.claim-step h3 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
}
.claim-step p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}

/* ============================================
   Test: müşteri yorumu / vurgu kutusu
   ============================================ */
.claim-pitch { padding: 72px 0; }
.claim-pitch__box {
    background:
        radial-gradient(700px 280px at 0% 0%, rgba(220, 38, 38, .12), transparent 60%),
        linear-gradient(135deg, #0b1224 0%, #0f172a 100%);
    color: #ffffff;
    border-radius: 22px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 36px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.claim-pitch__box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse at top right, rgba(0,0,0,.55), transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at top right, rgba(0,0,0,.55), transparent 70%);
    pointer-events: none;
}
.claim-pitch__copy { position: relative; }
.claim-pitch__copy h3 {
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 12px;
    color: #ffffff;
}
.claim-pitch__copy p {
    margin: 0 0 22px;
    color: #cbd5e1;
    font-size: 15.5px;
    line-height: 1.6;
}
.claim-pitch__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 20px;
    background: #dc2626;
    color: #ffffff;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14.5px;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}
.claim-pitch__cta:hover { background: #b91c1c; transform: translateY(-1px); }

.claim-pitch__quote {
    position: relative;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 22px;
    backdrop-filter: blur(4px);
}
.claim-pitch__quote p {
    margin: 0 0 14px;
    color: #f1f5f9;
    font-size: 14.5px;
    line-height: 1.6;
    font-style: italic;
}
.claim-pitch__author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.claim-pitch__avatar {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(135deg, #dc2626, #991b1b);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}
.claim-pitch__author-info { line-height: 1.3; }
.claim-pitch__author-info strong { color: #ffffff; font-size: 14px; display: block; }
.claim-pitch__author-info span { color: #94a3b8; font-size: 12.5px; }

/* ============================================
   SSS
   ============================================ */
.claim-faq { padding: 64px 0 96px; }
.claim-faq__list { max-width: 820px; margin: 0 auto; }
.claim-faq__item {
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 10px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.claim-faq__item[open] {
    border-color: #fecaca;
    box-shadow: 0 6px 20px -10px rgba(220, 38, 38, .2);
}
.claim-faq__item summary {
    cursor: pointer;
    font-weight: 600;
    color: #0f172a;
    font-size: 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.claim-faq__item summary::-webkit-details-marker { display: none; }
.claim-faq__item summary::after {
    content: "+";
    font-size: 22px;
    color: #94a3b8;
    line-height: 1;
    transition: transform .2s ease, color .2s ease;
}
.claim-faq__item[open] summary::after { content: "−"; color: #dc2626; }
.claim-faq__item p {
    margin: 14px 2px 4px;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.65;
}

/* ============================================
   Final CTA bandı
   ============================================ */
.claim-final {
    padding: 56px 0;
    background: #ffffff;
    border-top: 1px solid #e6eaf0;
    text-align: center;
}
.claim-final h2 {
    font-size: clamp(22px, 2.6vw, 30px);
    margin: 0 0 12px;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.claim-final p {
    max-width: 560px;
    margin: 0 auto 22px;
    color: #475569;
    font-size: 15px;
}
.claim-final__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: #dc2626;
    color: #ffffff;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
    box-shadow: 0 10px 24px -12px rgba(220, 38, 38, .55);
}
.claim-final__btn:hover { background: #b91c1c; color: #ffffff; transform: translateY(-1px); }

/* ============================================
   Mobil
   ============================================ */
@media (max-width: 900px) {
    .claim-hero__inner { grid-template-columns: 1fr; gap: 32px; }
    .claim-hero__copy { max-width: 100%; }
    .claim-pitch__box { grid-template-columns: 1fr; padding: 32px; }
}
@media (max-width: 768px) {
    .claim-hero { padding: 48px 0 40px; }
    .claim-search__field { flex-direction: column; border-radius: 12px; }
    .claim-search__prefix { border-right: 0; border-bottom: 1px solid #e2e8f0; padding: 12px 14px; }
    .claim-proof__row { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .claim-steps__list { grid-template-columns: 1fr; }
    .claim-benefits, .claim-faq, .claim-pitch { padding: 48px 0; }
    .claim-steps { padding: 40px 0; }
    .claim-final { padding: 40px 0; }
}
