/* ==========================================================================
   Dörtrenk Kurs | Rehberlik
   Geliştirilmiş Final Sürüm
   ========================================================================== */

:root {
    --c-primary: #f39a08;
    --c-primary-dark: #d97f00;
    --c-primary-soft: #fff4e5;

    --c-dark: #0f172a;
    --c-dark-soft: #1e293b;
    --c-text: #64748b;
    --c-text-soft: #94a3b8;
    --c-bg: #f8fafc;
    --c-white: #ffffff;
    --c-border: rgba(15, 23, 42, 0.06);

    --radius-sm: 16px;
    --radius-md: 24px;
    --radius-lg: 40px;

    --shadow-soft: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
    --shadow-card: 0 20px 40px -14px rgba(0, 0, 0, 0.12);
    --shadow-float: 0 20px 40px -10px rgba(243, 154, 8, 0.20);

    --bezier: cubic-bezier(0.16, 1, 0.3, 1);
}

.dr-guidance-page {
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   BACKGROUND
   ========================================================================== */

.dr-mesh-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.dr-mesh-blob {
    position: absolute;
    filter: blur(90px);
    border-radius: 50%;
    opacity: 0.26;
}

.blob-guide-1 {
    width: 520px;
    height: 520px;
    background: var(--c-primary);
    top: -140px;
    left: -100px;
}

.blob-guide-2 {
    width: 420px;
    height: 420px;
    background: #e2e8f0;
    top: 44%;
    right: -70px;
}

/* ==========================================================================
   HERO
   ========================================================================== */

.dr-guidance-hero {
    padding: 110px 0 56px;
    display: flex;
    justify-content: center;
}

.dr-hero-text {
    max-width: 860px;
}

.dr-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: var(--c-dark);
    margin-bottom: 24px;
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

.dr-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--c-primary);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(243, 154, 8, 0.12);
}

.dr-title-huge {
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.02;
    margin-bottom: 20px;
    color: var(--c-dark);
}

.dr-hero-desc {
    font-size: 18px;
    color: var(--c-text);
    max-width: 720px;
    line-height: 1.8;
}

/* ==========================================================================
   INTRO
   ========================================================================== */

.dr-guidance-intro {
    padding: 10px 0 70px;
}

.dr-intro-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.dr-intro-item {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,249,240,0.96) 100%);
    border-radius: var(--radius-md);
    padding: 30px 26px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(243, 154, 8, 0.06);
    text-align: center;
    transition:
        transform 0.35s var(--bezier),
        box-shadow 0.35s var(--bezier),
        border-color 0.35s ease;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dr-intro-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
    border-color: rgba(243, 154, 8, 0.14);
}

.dr-intro-item strong {
    display: block;
    font-size: 18px;
    color: var(--c-dark);
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.dr-intro-item span {
    display: block;
    font-size: 14px;
    color: var(--c-text);
    line-height: 1.75;
}

/* ==========================================================================
   SHARED
   ========================================================================== */

.dr-section-head {
    margin-bottom: 46px;
}

.dr-section-subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: var(--c-primary-dark);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

.dr-section-title {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
    color: var(--c-dark);
    letter-spacing: -0.03em;
    margin: 0;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

.dr-guidance-content {
    padding: 0 0 84px;
}

.dr-guidance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
    align-items: stretch;
}

.dr-guidance-text {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,250,243,0.97) 100%);
    border-radius: var(--radius-lg);
    padding: 42px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(243,154,8,0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dr-guidance-text p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--c-text);
    margin: 0 0 18px 0;
}

.dr-guidance-text p:last-child {
    margin-bottom: 0;
}

.dr-guidance-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.dr-guidance-card {
    background: var(--c-white);
    border-radius: var(--radius-md);
    padding: 24px 22px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--c-border);
    transition:
        transform 0.35s var(--bezier),
        box-shadow 0.35s var(--bezier),
        border-color 0.35s ease;
}

.dr-guidance-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
    border-color: rgba(243,154,8,0.14);
}

.dr-card-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(243,154,8,0.14);
    color: var(--c-primary-dark);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 14px;
}

.dr-guidance-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--c-dark);
    margin: 0 0 10px 0;
}

.dr-guidance-card p {
    font-size: 15px;
    color: var(--c-text);
    line-height: 1.75;
    margin: 0;
}

/* ==========================================================================
   PROCESS
   ========================================================================== */

.dr-guidance-process {
    padding: 0 0 84px;
}

.dr-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.dr-process-item {
    background: var(--c-white);
    padding: 34px 24px;
    border-radius: var(--radius-md);
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: all 0.4s var(--bezier);
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dr-process-item:hover {
    transform: translateY(-8px);
    border-color: var(--c-primary);
    box-shadow: var(--shadow-card);
}

.dr-process-icon {
    font-size: 34px;
    margin-bottom: 18px;
    background: var(--c-bg);
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dr-process-item h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--c-dark);
    margin: 0 0 12px 0;
}

.dr-process-item p {
    font-size: 14px;
    color: var(--c-text);
    line-height: 1.7;
    margin: 0;
}

/* ==========================================================================
   PILLARS
   ========================================================================== */

.dr-guidance-pillars {
    padding: 0 0 84px;
}

.dr-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.dr-pillar-card {
    background: var(--c-white);
    padding: 40px 30px;
    border-radius: var(--radius-md);
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: all 0.4s var(--bezier);
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dr-pillar-card:hover {
    transform: translateY(-10px);
    border-color: var(--c-primary);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.pillar-icon {
    font-size: 40px;
    margin-bottom: 20px;
    background: var(--c-bg);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dr-pillar-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--c-dark);
    margin-bottom: 12px;
}

.dr-pillar-card p {
    font-size: 14px;
    color: var(--c-text);
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   NOTE
   ========================================================================== */

.dr-guidance-note {
    padding: 0 0 84px;
}

.dr-note-box {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,250,243,0.97) 100%);
    border-radius: var(--radius-lg);
    padding: 46px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(243,154,8,0.06);
    text-align: center;
}

.dr-note-text p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--c-text);
    max-width: 860px;
    margin: 18px auto 0 auto;
}

/* ==========================================================================
   CTA
   ========================================================================== */

.dr-cta {
    padding: 0 0 100px;
}

.dr-cta-box {
    background: linear-gradient(135deg, var(--c-primary) 0%, #d97f00 100%);
    border-radius: var(--radius-lg);
    padding: 54px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    box-shadow: var(--shadow-float);
    position: relative;
    overflow: hidden;
}

.dr-cta-box::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 70%);
    pointer-events: none;
}

.dr-cta-text {
    text-align: left;
}

.dr-cta-text h2 {
    font-size: clamp(28px, 4vw, 38px);
    margin-bottom: 12px;
    color: var(--c-dark);
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.dr-cta-text p {
    font-size: 16px;
    color: rgba(15,23,42,0.84);
    margin: 0;
    max-width: 560px;
    line-height: 1.75;
}

.dr-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.dr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.35s var(--bezier);
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.dr-btn-white {
    background: var(--c-white);
    color: var(--c-dark);
    box-shadow: 0 10px 20px -14px rgba(255,255,255,0.65);
}

.dr-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px -16px rgba(255,255,255,0.78);
}

.dr-btn-dark {
    background: var(--c-dark);
    color: var(--c-white);
    box-shadow: 0 12px 22px -16px rgba(15,23,42,0.45);
}

.dr-btn-dark:hover {
    transform: translateY(-2px);
    background: var(--c-dark-soft);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
    .dr-intro-box,
    .dr-guidance-grid,
    .dr-process-grid,
    .dr-pillars-grid,
    .dr-cta-box {
        grid-template-columns: 1fr;
    }

    .dr-cta-box {
        text-align: center;
        gap: 36px;
        padding: 42px 30px;
    }

    .dr-cta-text {
        text-align: center;
    }

    .dr-cta-text p {
        margin: 0 auto;
    }

    .dr-cta-btns {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .dr-guidance-text,
    .dr-guidance-card,
    .dr-note-box {
        padding: 24px 20px;
    }

    .dr-process-item,
    .dr-pillar-card {
        padding: 28px 22px;
    }

    .dr-intro-item {
        padding: 24px 18px;
    }

    .dr-cta-btns {
        flex-direction: column;
        width: 100%;
    }

    .dr-btn {
        width: 100%;
    }

    .dr-cta-box {
        padding: 34px 20px;
    }
}