/* ============================================================
   Teklif Al Sayfası — teklif-al.php
   ============================================================ */

/* ---- Hero ---- */
.teklif-hero {
    background:
        radial-gradient(800px 320px at 60% -5%, rgba(212,160,23,.10), transparent 55%),
        linear-gradient(180deg, #0A1628 0%, #06101F 100%);
    padding: 52px 0 64px;
    color: #fff;
}

.teklif-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: flex-start;
}

.teklif-hero__content .eyebrow { margin-bottom: 14px; }

.teklif-hero__content h1 {
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.15;
    color: #fff;
    margin-bottom: 16px;
}
.teklif-hero__content h1 em {
    font-style: normal;
    color: var(--c-gold, #d4a017);
}
.teklif-hero__content > p {
    font-size: 1rem;
    color: #a6b2c7;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 480px;
}

.teklif-hero__trust {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.teklif-hero__trust li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .88rem;
    color: #b8c5d9;
}
.teklif-hero__trust li i { color: var(--c-gold, #d4a017); font-size: 1rem; }

/* Seçilen paket badge */
.teklif-paket-badge {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(212,160,23,.08);
    border: 1px solid rgba(212,160,23,.25);
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 24px;
}
.teklif-paket-badge i { font-size: 1.6rem; margin-top: 2px; flex-shrink: 0; }
.teklif-paket-badge strong { display: block; font-size: .95rem; color: #f0e8d8; margin-bottom: 3px; }
.teklif-paket-badge p { font-size: .8rem; color: #8a9bb5; margin: 0; }

/* Süreç adımları */
.teklif-steps {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 28px;
}
.teklif-step {
    display: flex;
    align-items: center;
    gap: 10px;
}
.teklif-step__num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4a017, #b8860b);
    color: #0f1623;
    font-size: .85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.teklif-step div strong { display: block; font-size: .85rem; color: #f0e8d8; line-height: 1.2; }
.teklif-step div span { font-size: .73rem; color: #5a6b82; }
.teklif-step__line {
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,.1);
    margin: 0 10px;
    min-width: 20px;
}

/* Alternatif iletişim */
.teklif-alt-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.teklif-alt-contact__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    color: #c9d2e3;
    font-size: .85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s;
}
.teklif-alt-contact__item:hover {
    border-color: rgba(212,160,23,.4);
    color: #d4a017;
    background: rgba(212,160,23,.06);
}
.teklif-alt-contact__item--wa i { color: #25d366; }
.teklif-alt-contact__item--wa:hover { border-color: rgba(37,211,102,.4); color: #25d366; background: rgba(37,211,102,.06); }

/* ---- Form kartı ---- */
.teklif-form-wrap {
    background: #111e32;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 24px 64px rgba(0,0,0,.4);
}

.teklif-form__head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.teklif-form__head h2 { font-size: 1.2rem; color: #f0e8d8; margin-bottom: 6px; }
.teklif-form__head p  { font-size: .83rem; color: #6b7a93; margin: 0; }

.teklif-fieldset {
    border: none;
    padding: 0;
    margin: 0 0 20px;
}
.teklif-fieldset legend {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #4a5a72;
    margin-bottom: 12px;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding-bottom: 8px;
}

.teklif-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.teklif-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0;
}
.teklif-field span {
    font-size: .76rem;
    font-weight: 600;
    color: #7a8ba3;
    display: flex;
    align-items: center;
    gap: 5px;
}
.teklif-field--req span::after { content: ' *'; color: #d4a017; }

.teklif-field input,
.teklif-field select,
.teklif-field textarea {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 9px;
    color: #f0e8d8;
    padding: 10px 14px;
    font-size: .9rem;
    width: 100%;
    transition: border-color .2s, box-shadow .2s;
    font-family: inherit;
}
.teklif-field input::placeholder,
.teklif-field textarea::placeholder { color: #3d4e62; }
.teklif-field input:focus,
.teklif-field select:focus,
.teklif-field textarea:focus {
    border-color: rgba(212,160,23,.5);
    box-shadow: 0 0 0 3px rgba(212,160,23,.08);
    outline: none;
}
.teklif-field select option { background: #0f1623; }
.teklif-field textarea { resize: vertical; min-height: 90px; }

.has-error input,
.has-error select,
.has-error textarea {
    border-color: rgba(239,68,68,.5) !important;
}

.teklif-err {
    font-size: .73rem;
    color: #f87171;
    font-style: normal;
    min-height: 16px;
    display: block;
}

/* KVKK checkbox */
.teklif-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 4px;
    cursor: pointer;
}
.teklif-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #d4a017;
}
.teklif-check span {
    font-size: .8rem;
    color: #7a8ba3;
    line-height: 1.5;
}
.teklif-check a { color: #d4a017; }

/* Submit */
.teklif-submit {
    width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.teklif-submit:disabled { opacity: .65; cursor: not-allowed; }

.teklif-form__note {
    margin-top: 12px;
    font-size: .73rem;
    color: #3d4e62;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    text-align: center;
}

/* ---- Başarı mesajı ---- */
.teklif-success {
    text-align: center;
    padding: 32px 16px;
}
.teklif-success__icon {
    font-size: 4rem;
    color: #10b981;
    margin-bottom: 16px;
    line-height: 1;
}
.teklif-success h2 { font-size: 1.5rem; color: #f0e8d8; margin-bottom: 12px; }
.teklif-success p  { color: #a6b2c7; line-height: 1.7; margin-bottom: 24px; }
.teklif-success__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---- Trust bar ---- */
.teklif-trust-section {
    background: #080f1c;
    padding: 48px 0;
    border-top: 1px solid rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.teklif-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.teklif-trust-card {
    padding: 24px 16px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
}
.teklif-trust-card i { font-size: 1.8rem; color: #d4a017; margin-bottom: 10px; display: block; }
.teklif-trust-card h3 { font-size: 1.6rem; color: #f0e8d8; margin-bottom: 6px; }
.teklif-trust-card p  { font-size: .82rem; color: #6b7a93; margin: 0; }

/* ---- FAQ ---- */
.teklif-faq-section {
    background: #080f1c;
    padding: 72px 0;
}

/* ---- FAQ (dark arka plan override) ---- */
.teklif-faq-section .section-head h2,
.teklif-faq-section .section-head p {
    color: #e2e8f0;
}
.teklif-faq-section .section-head p { color: #8a9bb5; }
.teklif-faq-section .faq__item {
    border-bottom-color: rgba(255,255,255,.08);
}
.teklif-faq-section .faq__q {
    color: #e2e8f0;
    background: transparent;
    border: none;
}
.teklif-faq-section .faq__q:hover {
    color: #fff;
}
.teklif-faq-section .faq__q .ti {
    color: #4a5a72;
}
.teklif-faq-section .faq__item.is-open .faq__q {
    color: #fff;
}
.teklif-faq-section .faq__item.is-open .faq__q .ti {
    color: var(--c-gold, #d4a017);
}
.teklif-faq-section .faq__a-inner {
    color: #8a9bb5;
}
.teklif-faq-section .faq__a-inner a {
    color: #d4a017;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .teklif-hero__grid { grid-template-columns: 1fr; gap: 36px; }
    .teklif-trust-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .teklif-form-wrap { padding: 24px 18px; }
    .teklif-row { grid-template-columns: 1fr; }
    .teklif-trust-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .teklif-steps { flex-wrap: wrap; gap: 12px; }
    .teklif-step__line { display: none; }
}
