/* ==================================================
   BURSA BÖLGE TEMSİLCİLİĞİ CSS
   SEAACADEMYİK HİZMETLERİ
================================================== */

:root {
    --bursa-blue: #0b2447;
    --bursa-blue-2: #123c69;
    --bursa-orange: #f97316;
    --bursa-orange-dark: #ea580c;
    --bursa-green: #16a34a;
    --bursa-text: #1f2937;
    --bursa-muted: #6b7280;
    --bursa-soft: #f5f7fb;
    --bursa-white: #ffffff;
    --bursa-border: #e5e7eb;
    --bursa-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    --bursa-radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.bursa-page {
    width: 100%;
    overflow-x: hidden;
    background: var(--bursa-white);
    color: var(--bursa-text);
}

.bursa-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

/* HERO */

.bursa-hero {
    position: relative;
    padding: 84px 0 72px;
    background:
        radial-gradient(circle at top left, rgba(249, 115, 22, 0.18), transparent 36%),
        linear-gradient(135deg, #071b34 0%, #0b2447 50%, #123c69 100%);
    color: var(--bursa-white);
    isolation: isolate;
}

.bursa-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 110px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.08));
    z-index: -1;
}

.bursa-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.bursa-badge,
.bursa-mini-title,
.bursa-section-head span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.12);
    color: var(--bursa-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.bursa-badge {
    background: rgba(255, 255, 255, 0.12);
    color: #ffedd5;
    border: 1px solid rgba(255,255,255,0.18);
}

.bursa-hero h1 {
    margin: 22px 0 18px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -1.8px;
    font-weight: 900;
}

.bursa-hero p {
    max-width: 650px;
    margin: 0;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255,255,255,0.86);
}

.bursa-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.bursa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.bursa-btn:hover {
    transform: translateY(-2px);
}

.bursa-btn-primary {
    background: var(--bursa-orange);
    color: #fff;
    box-shadow: 0 14px 30px rgba(249, 115, 22, 0.35);
}

.bursa-btn-primary:hover {
    background: var(--bursa-orange-dark);
}

.bursa-btn-whatsapp {
    background: rgba(22, 163, 74, 0.14);
    color: #dcfce7;
    border: 1px solid rgba(134, 239, 172, 0.35);
}

.bursa-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 34px;
    max-width: 640px;
}

.bursa-hero-stats div {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
}

.bursa-hero-stats strong {
    display: block;
    font-size: 18px;
    color: #fff;
}

.bursa-hero-stats span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: rgba(255,255,255,0.72);
}

.bursa-hero-card {
    position: relative;
    padding: 14px;
    border-radius: 34px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 28px 70px rgba(0,0,0,0.25);
}

.bursa-hero-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    border-radius: 26px;
}

/* SECTION HEAD */

.bursa-section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.bursa-section-head h2,
.bursa-why h2,
.bursa-form-info h2 {
    margin: 16px 0 12px;
    color: var(--bursa-blue);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.12;
    letter-spacing: -0.9px;
    font-weight: 900;
}

.bursa-section-head p,
.bursa-why p,
.bursa-form-info p {
    margin: 0;
    color: var(--bursa-muted);
    font-size: 16px;
    line-height: 1.75;
}

/* LINKS */

.bursa-links {
    padding: 76px 0 40px;
    background: var(--bursa-white);
}

.bursa-link-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bursa-link-grid a {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 18px 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--bursa-border);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    color: var(--bursa-blue);
    text-decoration: none;
    font-weight: 800;
    line-height: 1.35;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.bursa-link-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(249, 115, 22, 0.45);
    box-shadow: var(--bursa-shadow);
}

/* SERVICES */

.bursa-services {
    padding: 44px 0 84px;
    background:
        linear-gradient(180deg, #fff 0%, var(--bursa-soft) 100%);
}

.bursa-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bursa-service-card {
    overflow: hidden;
    border-radius: var(--bursa-radius);
    background: var(--bursa-white);
    border: 1px solid var(--bursa-border);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.bursa-service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bursa-shadow);
}

.bursa-service-card img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.bursa-service-card div {
    padding: 22px;
}

.bursa-service-card h3 {
    margin: 0 0 10px;
    color: var(--bursa-blue);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.bursa-service-card p {
    margin: 0;
    color: var(--bursa-muted);
    font-size: 14.5px;
    line-height: 1.7;
}

/* WHY */

.bursa-why {
    padding: 84px 0;
    background:
        radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.12), transparent 34%),
        #f8fafc;
}

.bursa-why-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    align-items: center;
}

.bursa-why-list {
    display: grid;
    gap: 16px;
}

.bursa-why-list div {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 16px;
    align-items: center;
    padding: 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--bursa-border);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.bursa-why-list strong {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--bursa-blue);
    color: #fff;
    font-size: 17px;
}

.bursa-why-list span {
    color: var(--bursa-text);
    font-weight: 800;
    line-height: 1.45;
}

/* FORM */

.bursa-form-section {
    padding: 88px 0;
    background: linear-gradient(135deg, #0b2447 0%, #123c69 100%);
}

.bursa-form-grid {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 36px;
    align-items: start;
}

.bursa-form-info {
    color: #fff;
    position: sticky;
    top: 24px;
}

.bursa-form-info h2 {
    color: #fff;
}

.bursa-form-info p {
    color: rgba(255,255,255,0.78);
}

.bursa-form-info ul {
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.bursa-form-info li {
    position: relative;
    padding: 16px 18px 16px 46px;
    border-radius: 18px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.13);
    color: rgba(255,255,255,0.9);
    font-weight: 700;
}

.bursa-form-info li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 15px;
    color: #86efac;
    font-weight: 900;
}

.bursa-form {
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0,0,0,0.22);
}

.bursa-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.bursa-field {
    margin-bottom: 16px;
}

.bursa-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--bursa-blue);
    font-size: 14px;
    font-weight: 900;
}

.bursa-field input,
.bursa-field select,
.bursa-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 15px;
    border: 1px solid var(--bursa-border);
    border-radius: 16px;
    background: #f9fafb;
    color: var(--bursa-text);
    font-size: 15px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.bursa-field textarea {
    resize: vertical;
    min-height: 128px;
}

.bursa-field input:focus,
.bursa-field select:focus,
.bursa-field textarea:focus {
    background: #fff;
    border-color: var(--bursa-orange);
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.14);
}

.bursa-submit {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 18px;
    background: var(--bursa-orange);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(249, 115, 22, 0.32);
    transition: transform .2s ease, background .2s ease;
}

.bursa-submit:hover {
    background: var(--bursa-orange-dark);
    transform: translateY(-2px);
}

.bursa-form-note {
    margin: 14px 0 0;
    color: var(--bursa-muted);
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

/* FAQ */

.bursa-faq {
    padding: 84px 0;
    background: #fff;
}

.bursa-faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.bursa-faq-item {
    border: 1px solid var(--bursa-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.bursa-faq-question {
    width: 100%;
    min-height: 64px;
    padding: 18px 56px 18px 20px;
    border: 0;
    background: #fff;
    color: var(--bursa-blue);
    text-align: left;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    position: relative;
}

.bursa-faq-question::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: var(--bursa-orange);
    font-weight: 900;
}

.bursa-faq-item.active .bursa-faq-question::after {
    content: "−";
}

.bursa-faq-answer {
    display: none;
    padding: 0 20px 20px;
}

.bursa-faq-item.active .bursa-faq-answer {
    display: block;
}

.bursa-faq-answer p {
    margin: 0;
    color: var(--bursa-muted);
    font-size: 15px;
    line-height: 1.75;
}

/* FLOAT WHATSAPP */

.bursa-whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(22, 163, 74, 0.38);
    transition: transform .2s ease, background .2s ease;
}

.bursa-whatsapp-float:hover {
    background: #15803d;
    transform: translateY(-3px);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .bursa-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bursa-hero-grid,
    .bursa-why-grid,
    .bursa-form-grid {
        grid-template-columns: 1fr;
    }

    .bursa-form-info {
        position: static;
    }
}

@media (max-width: 820px) {
    .bursa-hero {
        padding: 58px 0 48px;
    }

    .bursa-container {
        width: min(100% - 24px, 1180px);
    }

    .bursa-hero p {
        font-size: 16px;
    }

    .bursa-hero-stats {
        grid-template-columns: 1fr;
    }

    .bursa-link-grid {
        grid-template-columns: 1fr;
    }

    .bursa-service-grid {
        grid-template-columns: 1fr;
    }

    .bursa-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .bursa-form {
        padding: 20px;
        border-radius: 24px;
    }

    .bursa-why-list div {
        grid-template-columns: 54px 1fr;
        padding: 18px;
    }

    .bursa-links,
    .bursa-services,
    .bursa-why,
    .bursa-form-section,
    .bursa-faq {
        padding-top: 58px;
        padding-bottom: 58px;
    }
}

@media (max-width: 560px) {
    .bursa-hero h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .bursa-hero-buttons {
        flex-direction: column;
    }

    .bursa-btn {
        width: 100%;
    }

    .bursa-hero-card {
        padding: 8px;
        border-radius: 24px;
    }

    .bursa-hero-card img {
        border-radius: 18px;
        max-height: 360px;
    }

    .bursa-section-head {
        text-align: left;
    }

    .bursa-section-head h2,
    .bursa-why h2,
    .bursa-form-info h2 {
        font-size: 28px;
    }

    .bursa-service-card img {
        height: 210px;
    }

    .bursa-whatsapp-float {
        right: 12px;
        bottom: 12px;
        min-width: 104px;
        height: 48px;
        font-size: 13px;
    }
}