/* ============================================================
   TEKLIF-AL — site tasarımına entegre landing-özel section'lar
   Form & hero & breadcrumb için style.css içindeki cp-* / about-crumb
   pattern'leri kullanılır. Burada sadece bu sayfaya özel
   stat-strip, steps, FAQ ve CTA section'ları var.
   ============================================================ */

/* ============== INLINE FORM ALERT (zarif uyarı) ============== */
.ta-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    margin: 0 0 4px;
    border-radius: 12px;
    background: #fff5f5;
    border: 1px solid #fecdd3;
    color: #9f1239;
    font-family: 'Inter', sans-serif;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.4;
    animation: taAlertIn .35s cubic-bezier(.2,.7,.3,1) both;
}
.ta-alert[hidden] { display: none !important; }
.ta-alert-ic {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #fee2e2;
    color: #e11d48;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .98rem;
    box-shadow: 0 0 0 0 rgba(225, 29, 72, .35);
    animation: taAlertPulse 2.2s ease-in-out infinite;
}
.ta-alert-text { color: #9f1239; }

@keyframes taAlertIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes taAlertPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(225, 29, 72, 0); }
    50%      { box-shadow: 0 0 0 6px rgba(225, 29, 72, .08); }
}

/* ============== HERO TITLE HIGHLIGHT (sadece teklif-al) ============== */
.cp-title .highlight {
    color: #0a0e1a;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    padding-bottom: .14em;
}
.cp-title .highlight::after {
    content: '';
    position: absolute;
    left: -3%;
    right: -3%;
    bottom: -.04em;
    height: .28em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 28' preserveAspectRatio='none'><g stroke='%232ECC71' stroke-width='2.4' fill='none' stroke-linecap='round'><path d='M4 6 Q 80 3 160 6 T 316 7'/><path d='M2 12 Q 90 9 180 12 T 318 13'/><path d='M6 18 Q 100 15 190 18 T 314 19'/><path d='M10 24 Q 110 21 200 24 T 310 25'/></g></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* ============== STATS STRIP ============== */
.ta-strip {
    padding: 16px 0 0;
}
.ta-strip-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 18px;
    padding: 22px 28px;
    box-shadow: 0 12px 30px -22px rgba(10, 14, 26, .12);
}
.ta-strip-item {
    text-align: center;
    border-right: 1px solid #f1f3f7;
    padding: 6px 8px;
}
.ta-strip-item:last-child { border-right: 0; }
.ta-strip-num {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #0a0e1a;
    letter-spacing: -.02em;
    line-height: 1;
    margin-bottom: 6px;
}
.ta-strip-lbl {
    font-size: .82rem;
    color: #6b7280;
    font-weight: 500;
}

/* ============== SECTION HEAD (steps + faq) ============== */
.ta-section-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 36px;
}
.ta-section-eyebrow {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 12px;
}
.ta-h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(1.6rem, 3.4vw, 2.2rem);
    font-weight: 700;
    color: #0a0e1a;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin: 0 0 14px;
}
.ta-h2 .highlight {
    color: #0a0e1a;
    background-image: linear-gradient(transparent 78%, rgba(46, 204, 113, .35) 78%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 .12em;
}
.ta-section-lead {
    font-size: 1rem;
    line-height: 1.65;
    color: #6b7280;
    margin: 0;
}

/* ============== STEPS ============== */
.ta-steps-section {
    padding: 60px 0;
}
.ta-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.ta-step {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 16px;
    padding: 28px 24px;
    transition: all .25s ease;
}
.ta-step:hover {
    border-color: #d1d5db;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px -22px rgba(10, 14, 26, .18);
}
.ta-step-num {
    font-family: 'DM Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1.5px #0a0e1a;
    line-height: 1;
    letter-spacing: -.02em;
    margin-bottom: 12px;
}
.ta-step h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a0e1a;
    margin: 0 0 8px;
    letter-spacing: -.01em;
}
.ta-step p {
    font-size: .94rem;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

/* ============== FAQ ============== */
.ta-faq-section {
    padding: 20px 0 70px;
}
.ta-faq {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ta-faq-item {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    overflow: hidden;
    transition: all .2s ease;
}
.ta-faq-item[open] {
    border-color: #d1d5db;
    box-shadow: 0 12px 28px -20px rgba(10, 14, 26, .15);
}
.ta-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    color: #0a0e1a;
    font-size: 1rem;
    list-style: none;
    user-select: none;
}
.ta-faq-q::-webkit-details-marker { display: none; }
.ta-faq-icon {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    transition: all .25s ease;
}
.ta-faq-item[open] .ta-faq-icon {
    background: #0a0e1a;
    color: #fff;
    transform: rotate(45deg);
}
.ta-faq-a {
    padding: 0 22px 20px;
    font-size: .95rem;
    line-height: 1.7;
    color: #4b5563;
}

/* ============== BOTTOM CTA ============== */
.ta-cta-section {
    padding: 30px 0 70px;
}
.ta-cta {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #eef0f4;
    border-radius: 24px;
    padding: 56px 40px;
    text-align: center;
    color: #0a0e1a;
    position: relative;
    overflow: hidden;
}
.ta-cta::before {
    content: '';
    position: absolute;
    top: -120px; right: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(156, 163, 175, .18), transparent 65%);
    border-radius: 50%;
}
.ta-cta::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -60px;
    width: 260px; height: 260px;
    background: radial-gradient(circle, rgba(156, 163, 175, .12), transparent 65%);
    border-radius: 50%;
}
.ta-cta-eyebrow {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    position: relative;
}
.ta-cta-title {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(1.7rem, 3.6vw, 2.3rem);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #0a0e1a;
    position: relative;
}
.ta-cta-title .highlight {
    color: #0a0e1a;
    background-image: linear-gradient(transparent 78%, rgba(46, 204, 113, .35) 78%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 .12em;
}
.ta-cta-lead {
    font-size: 1rem;
    line-height: 1.65;
    color: #6b7280;
    max-width: 540px;
    margin: 0 auto 26px;
    position: relative;
}
.ta-cta-actions {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.ta-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 12px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: all .25s ease;
    border: 1px solid transparent;
}
.ta-cta-btn-primary {
    background: #0a0e1a;
    color: #fff;
}
.ta-cta-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -10px rgba(10, 14, 26, .25);
}
.ta-cta-btn-ghost {
    background: #fff;
    color: #0a0e1a;
    border-color: #e5e7eb;
}
.ta-cta-btn-ghost:hover {
    background: #fff;
    border-color: #0a0e1a;
}

/* ============== RESPONSIVE ============== */
@media (max-width: 960px) {
    /* Hero highlight için satır kaymasına izin ver */
    .cp-title .highlight { white-space: normal; }

    .ta-strip-row {
        grid-template-columns: repeat(2, 1fr);
        padding: 18px 20px;
        gap: 14px;
    }
    .ta-strip-item { border-right: 0; padding: 8px 4px; }
    .ta-strip-item:nth-child(odd) {
        border-right: 1px solid #f1f3f7;
    }

    .ta-section-head { margin-bottom: 28px; }

    .ta-steps-section { padding: 44px 0; }
    .ta-steps { grid-template-columns: 1fr; gap: 12px; }
    .ta-step { padding: 22px 20px; }
    .ta-step-num { font-size: 1.9rem; }

    .ta-faq-section { padding: 16px 0 50px; }

    .ta-cta-section { padding: 20px 0 50px; }
    .ta-cta { padding: 40px 24px; border-radius: 20px; }
}

@media (max-width: 560px) {
    .ta-strip-row { padding: 14px 12px; gap: 4px 10px; }
    .ta-strip-item { padding: 8px 6px; }
    .ta-strip-num { font-size: 1.3rem; margin-bottom: 4px; }
    .ta-strip-lbl { font-size: .72rem; line-height: 1.35; }

    .ta-section-head { margin-bottom: 22px; padding: 0 4px; }
    .ta-section-eyebrow { font-size: .72rem; margin-bottom: 10px; }
    .ta-h2 { font-size: 1.5rem; margin: 0 0 10px; }
    .ta-section-lead { font-size: .92rem; }

    .ta-steps-section { padding: 36px 0; }
    .ta-step { padding: 20px 18px; border-radius: 14px; }
    .ta-step-num { font-size: 1.7rem; -webkit-text-stroke-width: 1.2px; margin-bottom: 8px; }
    .ta-step h3 { font-size: 1.02rem; }
    .ta-step p { font-size: .9rem; }

    .ta-faq-q { padding: 15px 16px; font-size: .92rem; gap: 12px; }
    .ta-faq-icon { width: 24px; height: 24px; font-size: .82rem; }
    .ta-faq-a { padding: 0 16px 16px; font-size: .88rem; line-height: 1.65; }

    .ta-cta { padding: 36px 20px; border-radius: 18px; }
    .ta-cta::before { width: 220px; height: 220px; top: -90px; right: -60px; }
    .ta-cta::after { width: 180px; height: 180px; bottom: -70px; left: -40px; }
    .ta-cta-eyebrow { font-size: .7rem; margin-bottom: 10px; }
    .ta-cta-title { font-size: 1.5rem; margin: 0 0 12px; }
    .ta-cta-lead { font-size: .92rem; margin-bottom: 22px; }
    .ta-cta-actions { flex-direction: column; width: 100%; gap: 10px; }
    .ta-cta-btn {
        width: 100%;
        justify-content: center;
        padding: 13px 22px;
        font-size: .92rem;
    }
}

@media (max-width: 380px) {
    .ta-strip-row { padding: 12px 8px; }
    .ta-strip-num { font-size: 1.15rem; }
    .ta-h2 { font-size: 1.35rem; }
    .ta-cta-title { font-size: 1.35rem; }
}
