/* block/partnerlik.blade.php — iş ortaklığı bölümü (ainoserp + ana sayfa ortak)
   Bilinçli olarak sade: landing page'in beyaz zeminiyle uyumlu, solda kısa metin /
   sağda form (referans: yumuşak renk lekeleriyle modern-premium bir hero düzeni),
   detaylı fayda listesi YOK. */
.prt-section {
    --prt-brand: #ff5a17;
    --prt-brand-dark: #df4300;
    --prt-brand-soft: #fff2eb;
    --prt-ink: #14202d;
    --prt-ink-soft: #55616e;
    --prt-muted: #8891a0;
    --prt-line: #e6e8ec;
    --prt-white: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: var(--prt-white);
    color: var(--prt-ink);
    font-family: "Manrope", "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    line-height: 1.65;
}
.prt-section *, .prt-section *::before, .prt-section *::after { box-sizing: border-box; }
.prt-wrap { position: relative; z-index: 1; width: min(calc(100% - 40px), 1140px); margin-inline: auto; }

/* Dekoratif renk lekeleri — referans görseldeki sarı/mavi blob hissi, marka tonlarıyla */
.prt-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
    opacity: .5;
}
.prt-blob--a { top: -60px; right: 6%; width: 220px; height: 220px; background: radial-gradient(circle, rgba(255,90,23,.16), rgba(255,90,23,0) 70%); }
.prt-blob--b { bottom: -80px; left: 2%; width: 280px; height: 280px; background: radial-gradient(circle, rgba(76,144,196,.14), rgba(76,144,196,0) 70%); }

.prt-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 56px; align-items: center; }

.prt-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    margin: 0 0 16px;
    color: var(--prt-brand); font-size: 12px; font-weight: 800;
    letter-spacing: .15em; text-transform: uppercase;
}
.prt-eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 999px; background: currentColor; }
.prt-text h2 {
    margin: 0 0 16px;
    color: var(--prt-ink);
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.18; letter-spacing: -.03em;
}
.prt-text h2 em { color: var(--prt-brand); font-style: normal; }
.prt-lead { max-width: 420px; margin: 0; color: var(--prt-ink-soft); font-size: 15px; }

.prt-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }
.prt-tag {
    display: inline-flex; align-items: center; gap: 8px;
    min-height: 38px; padding: 0 14px;
    border: 1px solid var(--prt-line); border-radius: 999px;
    background: var(--prt-white); color: var(--prt-ink);
    font-size: 12px; font-weight: 800;
}
.prt-tag svg { flex: 0 0 15px; width: 15px; height: 15px; color: var(--prt-brand); }

.prt-stats {
    display: flex; gap: 34px;
    margin-top: 30px; padding-top: 26px;
    border-top: 1px solid var(--prt-line);
}
.prt-stats strong { display: block; color: var(--prt-ink); font-size: 26px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.prt-stats span { display: block; margin-top: 6px; color: var(--prt-muted); font-size: 11px; font-weight: 700; }

.prt-card {
    position: relative; z-index: 1;
    padding: 32px;
    border: 1px solid var(--prt-line);
    border-radius: 22px;
    background: var(--prt-white);
    box-shadow: 0 24px 56px rgba(20, 32, 45, .08);
}
.prt-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.prt-field { display: grid; gap: 6px; }
.prt-field--full { grid-column: 1 / -1; }
.prt-field label { color: var(--prt-ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .04em; }

.prt-field input, .prt-field textarea {
    width: 100%; min-height: 46px; padding: 0 14px;
    color: var(--prt-ink);
    border: 1px solid var(--prt-line);
    border-radius: 10px;
    background: var(--prt-white);
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.prt-field textarea { min-height: 92px; padding: 12px 14px; resize: vertical; line-height: 1.6; }
.prt-field input::placeholder, .prt-field textarea::placeholder { color: var(--prt-muted); }
.prt-field input:hover, .prt-field textarea:hover { border-color: #c9d0d6; }
.prt-field input:focus, .prt-field textarea:focus {
    outline: none;
    border-color: var(--prt-brand);
    box-shadow: 0 0 0 4px rgba(255,90,23,.12);
}

.prt-consent { display: flex; gap: 9px; align-items: flex-start; margin: 16px 0 0; color: var(--prt-ink-soft); font-size: 11px; line-height: 1.5; }
.prt-consent input { margin-top: 3px; accent-color: var(--prt-brand); flex: 0 0 auto; }
.prt-consent a { color: var(--prt-brand); font-weight: 700; text-decoration: underline; }

.prt-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%; min-height: 50px; margin-top: 18px;
    color: var(--prt-white); border: 0; border-radius: 11px;
    background: var(--prt-brand);
    font: inherit; font-weight: 800; cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
.prt-btn:hover { background: var(--prt-brand-dark); transform: translateY(-1px); }
.prt-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.prt-feedback {
    display: none; margin-top: 14px; padding: 11px 14px;
    color: #1f8f63; border: 1px solid rgba(31,143,99,.25); border-radius: 10px;
    background: #f0faf5; font-size: 12px;
}
.prt-feedback.is-error { color: #b03a2a; border-color: rgba(176,58,42,.25); background: #fdf2f0; }

@media (max-width: 900px) {
    .prt-grid { grid-template-columns: 1fr; gap: 40px; }
    .prt-text { text-align: center; }
    .prt-lead { margin-inline: auto; }
    .prt-tags { justify-content: center; }
    .prt-stats { justify-content: center; }
    .prt-card { max-width: 560px; margin-inline: auto; }
}
@media (max-width: 640px) {
    .prt-section { padding: 64px 0; }
    .prt-wrap { width: min(calc(100% - 28px), 1140px); }
    .prt-card { padding: 22px; }
    .prt-form-grid { grid-template-columns: 1fr; }
    .prt-blob { display: none; }
    .prt-stats { gap: 22px; }
}
