/* EĞİTİM DETAY SAYFASI STYLES */

/* Breadcrumb */
.breadcrumb-hero {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.breadcrumb-hero a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-hero a:hover {
    color: #ffffff;
}

.breadcrumb-hero span:last-child {
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-hero > span {
    color: rgba(255, 255, 255, 0.6);
}

/* Course Hero */
.course-hero-udemy {
    background: linear-gradient(to right, #0f766e 0%, #115e59 75%, #ffffff 75%, #ffffff 100%);
    color: #ffffff;
    padding: 0;
    position: relative;
    min-height: 513px;
    overflow: hidden;
}

.course-hero-bg {
    background: transparent;
    position: relative;
    min-height: 513px;
}

.course-hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(15, 118, 110, 0.1) 65%, rgba(15, 118, 110, 0.1) 75%, rgba(0,0,0,0) 75%);
    pointer-events: none;
    z-index: 1;
}

.course-hero-layout {
    display: grid;
    grid-template-columns: 1fr 53%;
    gap: 0;
    padding: 0;
    align-items: stretch;
    min-height: 513px;
    position: relative;
    z-index: 2;
}

/* Hero Info */
.course-hero-info {
    max-width: 700px;
    padding: 2rem 2rem 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #ffffff;
}

.course-hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #ffffff;
    opacity: 0.95;
}

/* Hero Fiyat ve Butonlar */
.hero-price-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 360px;
}

.hero-discount-badge {
    position: absolute;
    top: -15px;
    left: -10px;
    background: linear-gradient(135deg, #fb923c 0%, #f97316 100%); /* Daha soft turuncu/amber */
    color: #ffffff;
    padding: 0.375rem 1rem;
    border-radius: var(--radius-xl);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3);
}

.btn-hero-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    padding: 0.875rem 1.125rem;
    width: 100%;
    border-radius: var(--radius-lg);
}

.btn-hero-primary svg:first-child {
    flex-shrink: 0;
}

.btn-text {
    flex: 1;
    font-size: 1.063rem;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.btn-price {
    font-size: 1.125rem;
    font-weight: 800;
}

.btn-arrow {
    flex-shrink: 0;
    margin-left: auto;
}

.course-hero-stats {
    display: none !important;
}

.hero-stat-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.4rem 0.75rem;
    border-radius: var(--radius-sm);
}

/* Çok Satan badge */
.hero-stat-item:has(.hero-stat-label) {
    background: none;
    padding: 0;
}

.hero-stat-label {
    padding: 0.25rem 0.5rem;
    background: #fbbf24;
    color: #1f2937;
    font-weight: 700;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
}

.hero-stat-item svg {
    color: #f59e0b;
    flex-shrink: 0;
}

.hero-stat-item strong {
    color: #f59e0b;
    font-weight: 700;
}

.course-hero-meta {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    font-size: 0.875rem;
    color: #ffffff;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Show mobile items on desktop too */
.hero-meta-item-mobile {
    display: flex;
}

.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.hero-meta-item svg {
    color: rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
}

/* Desktop styling for feature items */
.hero-meta-edevlet img,
.hero-meta-custom img {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0;
    object-fit: contain;
}

.hero-meta-item a {
    color: #c0aff5;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.hero-meta-item a:hover {
    color: #ffffff;
}

/* Öne Çıkan Özellik - Daha Belirgin */
.hero-meta-item-featured {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1e293b !important;
    padding: 0.5rem 0.875rem;
    border-radius: var(--radius-lg);
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
    animation: featuredPulse 2s ease-in-out infinite;
    white-space: nowrap;
}

.hero-meta-item-featured svg {
    color: #1e293b !important;
    width: 18px;
    height: 18px;
}

.hero-meta-item-featured span {
    color: #1e293b !important;
    font-weight: 700;
}

@keyframes featuredPulse {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(251, 191, 36, 0.6);
    }
}

/* Hero Image Wrapper */
.course-hero-card-wrapper {
    position: relative;
    height: 100%;
    min-height: 513px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.course-card-simple {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 513px;
    max-height: 505px;
    background: radial-gradient(circle at center, #0f766e 0%, #115e59 100%);
    border-radius: 215px;
    border-left: 1px solid #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-image-hero {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 215px;
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

/* KDV text on desktop */
.hero-kdv-text {
    text-align: left;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 1rem;
    opacity: 0.9;
}

.btn-hero-primary {
    background: #ffffff;
    color: #0f766e;
    padding: 0.875rem 2rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.btn-hero-primary:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-hero-secondary {
    background: transparent;
    color: #ffffff;
    padding: 0.875rem 2rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Why Choose Section */
.why-choose-section {
    background: linear-gradient(135deg, #ffffff 0%, #f0fdfa 100%);
    border: 1px solid #0f766e;
    border-radius: var(--radius-md);
    padding: 1.5rem !important;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.why-choose-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 0.375rem;
}

.why-choose-header p {
    font-size: 0.875rem;
    color: #64748b;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.why-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 3rem 1rem 1.25rem 1rem;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
}

.why-item:hover {
    border-color: #0f766e;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(15, 118, 110, 0.15);
}

.why-icon {
    position: absolute;
    top: -12px;
    left: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 2;
}

.why-icon svg {
    width: 28px;
    height: 28px;
}

.why-item:hover .why-icon {
    transform: scale(1.05) rotate(3deg);
}

.why-item h3 {
    position: absolute;
    top: 5px;
    left: 60px;
    right: 55px;
    font-size: 1rem;
    font-weight: 700;
    color: #0f766e;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.why-item p {
    font-size: 0.813rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.why-item p strong {
    color: #0f766e;
    font-weight: 600;
}

.why-number {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(251, 191, 36, 0.4);
    z-index: 2;
}

.why-stats {
    display: flex;
    gap: 0.375rem;
    margin-top: 0.75rem;
    flex-wrap: nowrap;
    justify-content: center;
}

.stat-badge {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
    border: 1px solid #0f766e;
    color: #0f766e;
    padding: 0.25rem 0.625rem;
    border-radius: var(--radius-xl);
    font-size: 0.688rem;
    font-weight: 600;
}

.stat-badge svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.why-cta {
    background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
}

.why-cta-content h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
    padding-top: 1rem;
}

.why-cta-content p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.4;
}

.why-cta-buttons {
    display: flex;
    gap: 0.625rem;
    flex-shrink: 0;
}

.why-cta-buttons .btn {
    padding: 0.625rem 1.25rem;
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
}

.why-cta-buttons .hero-price-wrapper,
.cta-action .hero-price-wrapper,
.how-cta .hero-price-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 440px;
}

.why-cta-buttons .btn-primary,
.cta-action .btn-primary,
.how-cta .btn-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    background: #ffffff;
    color: #0f766e;
    border: 2px solid #ffffff;
}

.why-cta-buttons .btn-primary svg:first-child,
.cta-action .btn-primary svg:first-child,
.how-cta .btn-primary svg:first-child {
    flex-shrink: 0;
}

.why-cta-buttons .btn-primary .btn-text,
.cta-action .btn-primary .btn-text,
.how-cta .btn-primary .btn-text {
    flex: 1;
    text-align: left;
    white-space: nowrap;
}

.why-cta-buttons .btn-primary .btn-arrow,
.cta-action .btn-primary .btn-arrow,
.how-cta .btn-primary .btn-arrow {
    flex-shrink: 0;
    margin-left: auto;
}

.why-cta-buttons .btn-primary:hover,
.cta-action .btn-primary:hover,
.how-cta .btn-primary:hover {
    background: #f0fdfa;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* RESPONSIVE - TABLET */

@media (max-width: 992px) {
    .course-hero-card-wrapper {
        margin-top: 2rem;
    }
}

/* Mobile Bottom Bar */
.mobile-bottom-bar {
    display: none;
}

/* Floating buttons visible on egitim-detay page */

/* RESPONSIVE - MOBILE */

@media (max-width: 768px) {
    /* Mobile Bottom Bar - Kaldırıldı */
    .mobile-bottom-bar {
        display: none !important;
    }

    .mobile-bottom-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        max-width: 100%;
    }

    .mobile-bottom-price {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .mobile-price-badge {
        background: linear-gradient(135deg, #fb923c 0%, #f97316 100%); /* Daha soft turuncu/amber */
        color: #ffffff;
        font-size: 0.625rem;
        font-weight: 700;
        padding: 0.125rem 0.5rem;
        border-radius: var(--radius-lg);
        display: inline-block;
        width: fit-content;
        letter-spacing: 0.5px;
    }

    .mobile-price-main {
        font-size: 1.25rem;
        font-weight: 800;
        color: #0f766e;
        line-height: 1;
    }

    .mobile-bottom-actions {
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }

    .mobile-bottom-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 1rem;
        border-radius: var(--radius-md);
        font-size: 0.938rem; /* Daha büyük font */
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
        white-space: nowrap;
        min-height: 56px; /* Parmak dostu minimum yükseklik */
    }

    .mobile-bottom-btn-info {
        background: #25D366;
        color: #ffffff;
        width: 56px; /* 48px'ten 56px'e çıkarıldı */
        height: 56px;
        padding: 0;
    }

    .mobile-bottom-btn-info:hover {
        background: #20ba5a;
        transform: scale(1.05);
    }

    .mobile-bottom-btn-buy {
        background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
        color: #ffffff;
        flex: 1;
        padding: 1rem 1.5rem; /* Daha büyük padding */
    }

    .mobile-bottom-btn-buy:hover {
        background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(15, 118, 110, 0.3);
    }

    .mobile-bottom-btn svg {
        width: 22px; /* İkon boyutu artırıldı */
        height: 22px;
    }

    /* Bottom bar kaldırıldı, padding gerekmez */
    body {
        padding-bottom: 0;
    }

    /* Global Mobile Overflow Prevention */
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    img {
        max-width: 100% !important;
        height: auto;
    }

    section {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }

    p, span, div {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Hero Section Mobile */
    .course-hero-udemy {
        padding: 2rem 0 0 0;
        background: linear-gradient(135deg, #0f766e 0%, #115e59 100%) !important;
        height: auto;
        min-height: auto;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: relative;
    }

    .course-hero-bg {
        height: auto;
        min-height: auto;
        padding: 2rem 0 0.5rem 0;
        width: 100%;
        position: relative;
    }

    .course-hero-bg::before {
        display: none;
    }

    .course-hero-layout {
        display: block !important;
        grid-template-columns: none !important;
        min-height: auto;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .course-hero-udemy .container {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
        width: 100%;
    }

    /* Show image as background frame on mobile */
    .course-hero-card-wrapper {
        display: block !important;
        position: absolute !important;
        right: 0 !important;
        top: 47.5% !important;
        transform: translateY(-50%) translateX(15%) !important;
        width: 100% !important;
        height: 105% !important;
        min-height: 380px !important;
        opacity: 0.35 !important;
        z-index: 1 !important;
        pointer-events: none !important;
        overflow: hidden !important;
    }

    .course-card-simple {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 300px !important;
        max-height: none !important;
        border-radius: 20px !important;
        border: none !important;
        background: transparent !important;
        overflow: hidden !important;
    }

    .course-image-hero {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 20px !important;
    }

    /* Hide breadcrumb visually but keep for SEO */
    .breadcrumb-hero {
        display: none !important;
        visibility: hidden !important;
    }

    /* Hero Info Mobile */
    .course-hero-info {
        padding: 0 !important;
        justify-content: flex-start;
        text-align: center !important;
        max-width: none !important;
        width: 100% !important;
        margin: 0 auto !important;
        position: relative !important;
        z-index: 2 !important;
    }

    .course-hero-bg {
        position: relative !important;
    }

    .course-hero-title {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 1.3;
        text-align: left;
    }

    /* Son kelimenin daha küçük olması için */
    .course-hero-title .last-word {
        display: block;
        font-size: 1.5rem;
        margin-top: 0.25rem;
    }

    .course-hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
        text-align: left;
        display: none;
    }

    /* Hero Fiyat ve Buton Mobil */
    .hero-price-wrapper {
        width: auto;
        max-width: 27%;
        flex: 0 0 auto;
    }

    .hero-discount-badge {
        top: -12px;
        left: -5px;
        font-size: 0.688rem;
        padding: 0.25rem 0.75rem;
    }

    .btn-hero-primary {
        width: 100%;
        padding: 0.875rem 1rem;
        gap: 0.5rem;
    }

    .btn-hero-primary svg {
        width: 18px;
        height: 18px;
    }

    .btn-text {
        font-size: 0.875rem;
    }

    /* Hide stats on mobile */
    .course-hero-stats {
        display: none !important;
    }

    /* Meta left-aligned on mobile with vertical layout */
    .course-hero-meta {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
        justify-content: flex-start !important;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.75rem;
    }

    .hero-meta-item {
        font-size: 0.938rem;
        padding: 0;
        background: none !important;
        gap: 0.75rem;
    }

    .hero-meta-item svg {
        width: 24px;
        height: 24px;
        color: #ffffff !important;
        stroke: #ffffff !important;
        flex-shrink: 0;
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        padding: 0.5rem;
        border-radius: 4px;
        box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4);
    }

    /* E-devlet and custom icons - no background needed, images have their own */
    .hero-meta-edevlet img,
    .hero-meta-custom img {
        background: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        width: 32px !important;
        height: 32px !important;
    }

    /* Image icons should have same styling as SVG */
    .hero-meta-item img {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        padding: 0.5rem;
        border-radius: 4px;
        box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4);
        object-fit: contain;
    }

    .hero-meta-item span {
        color: #ffffff;
        font-weight: 600;
    }

    /* Hide desktop items, show mobile items on mobile */
    .hero-meta-item-desktop {
        display: none !important;
    }

    .hero-meta-item-mobile {
        display: flex !important;
    }

    /* Hide featured styling on mobile */
    .hero-meta-item-featured {
        background: none !important;
        padding: 0 !important;
        box-shadow: none !important;
        animation: none !important;
    }

    /* Buttons side by side on mobile - top aligned with image start */
    .hero-buttons {
        display: flex;
        flex-direction: row-reverse !important;
        gap: 0.5rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    /* KDV text below buttons */
    .hero-kdv-text {
        text-align: center;
        color: #ffffff;
        font-size: 0.813rem;
        font-weight: 500;
        margin: 0.75rem 0 0 0;
        padding-bottom: 1rem;
        opacity: 0.9;
    }

    .hero-price-wrapper {
        flex: 1;
        max-width: none;
    }

    .hero-buttons .btn-hero-primary {
        padding: 0.75rem 0.5rem;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.375rem !important;
    }

    .hero-buttons .btn-hero-secondary {
        flex: 1;
        max-width: none;
        font-size: 0.813rem;
        padding: 0.75rem 0.5rem;
    }

    .btn-hero-primary svg:first-child {
        flex-shrink: 0;
        margin: 0;
    }

    .btn-text {
        font-size: 0.75rem;
        font-weight: 700;
        flex: 0;
        white-space: nowrap;
    }

    .btn-price {
        font-size: 0.813rem;
        font-weight: 800;
    }

    .btn-arrow {
        flex-shrink: 0;
        margin: 0;
    }

    .btn-hero-primary svg {
        width: 16px;
        height: 16px;
    }

    /* Other Primary Buttons Mobile */
    .why-cta-buttons .hero-price-wrapper,
    .cta-action .hero-price-wrapper,
    .how-cta .hero-price-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .why-cta-buttons .btn-primary,
    .cta-action .btn-primary,
    .how-cta .btn-primary {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.375rem !important;
    }

    .why-cta-buttons .btn-primary svg:first-child,
    .cta-action .btn-primary svg:first-child,
    .how-cta .btn-primary svg:first-child {
        flex-shrink: 0;
        margin: 0;
    }

    .why-cta-buttons .btn-primary .btn-text,
    .cta-action .btn-primary .btn-text,
    .how-cta .btn-primary .btn-text {
        flex: 0;
        white-space: nowrap;
        font-size: 0.875rem;
    }

    .why-cta-buttons .btn-primary .btn-price,
    .cta-action .btn-primary .btn-price,
    .how-cta .btn-primary .btn-price {
        font-size: 0.938rem;
    }

    .why-cta-buttons .btn-primary .btn-arrow,
    .cta-action .btn-primary .btn-arrow,
    .how-cta .btn-primary .btn-arrow {
        flex-shrink: 0;
        margin: 0;
    }

    .why-cta-buttons .btn-primary svg,
    .cta-action .btn-primary svg,
    .how-cta .btn-primary svg {
        width: 18px;
        height: 18px;
    }

    /* Why Choose Section Mobile */
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .why-choose-section {
        padding: 1.5rem !important;
        border-radius: var(--radius-md);
        border-width: 1px;
    }

    .why-choose-header {
        margin-bottom: 1.25rem;
    }

    .why-choose-header h2 {
        font-size: 1.25rem;
    }

    .why-choose-header p {
        font-size: 0.813rem;
    }

    .why-item {
        padding: 3rem 1rem 1.25rem 1rem;
        border-radius: var(--radius-md);
    }

    .why-icon {
        width: 50px;
        height: 50px;
        border-radius: var(--radius-md);
    }

    .why-icon svg {
        width: 28px;
        height: 28px;
    }

    .why-number {
        width: 40px;
        height: 40px;
        font-size: 1.125rem;
        top: -10px;
        right: -10px;
    }

    .why-stats {
        margin-top: 0.75rem;
        gap: 0.375rem;
    }

    .stat-badge {
        font-size: 0.688rem;
        padding: 0.25rem 0.5rem;
        border-radius: var(--radius-lg);
    }

    .stat-badge svg {
        width: 12px;
        height: 12px;
    }

    .why-cta {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
        border-radius: var(--radius-md);
        gap: 1rem;
    }

    .why-cta-content h3 {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
        padding-top: 1.25rem;
    }

    .why-cta-content p {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .why-cta-buttons {
        width: 100%;
        justify-content: center;
    }

    .why-cta-buttons .btn {
        width: 100%;
        padding: 0.875rem 1.5rem;
        font-size: 0.938rem;
        font-weight: 600;
    }

    /* Generic Content Blocks */
    .content-block h2 {
        font-size: 1.5rem;
    }

    .section-title-center {
        font-size: 1.5rem;
    }
}
/* Tab Bölümü */
.course-tabs-section-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.course-tabs-section {
    background: #ffffff;
    border-radius: var(--radius-md);
    border: 1px solid #e5e7eb;
    padding: 0 !important;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.course-tabs-width {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.course-tabs-container {
    width: 100%;
}

/* Tab Başlıkları */
.course-tabs-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.course-tabs-nav::-webkit-scrollbar {
    height: 4px;
}

.course-tabs-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.course-tabs-nav::-webkit-scrollbar-thumb {
    background: #0f766e;
    border-radius: var(--radius-sm);
}

.tab-item {
    flex: 1;
    min-width: fit-content;
}

.tab-link {
    width: 100%;
    padding: 0.875rem 1.25rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-link:hover {
    color: #0f766e;
    background: #ffffff;
}

.tab-link.active {
    color: #0f766e;
    border-bottom-color: #0f766e;
    background: #ffffff;
}

/* Tab İçerikleri */
.course-tabs-content {
    padding: 1.25rem;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.3s ease-in;
}

.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-pane h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 0.75rem;
}

.tab-pane h4 {
    font-size: 0.938rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.tab-pane p {
    font-size: 0.938rem;
    color: #4b5563;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.tab-pane ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0.75rem;
}

.tab-pane ul li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.375rem;
    color: #4b5563;
    line-height: 1.4;
    font-size: 0.813rem;
}

.tab-pane ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0f766e;
    font-weight: 700;
    font-size: 0.875rem;
}

/* Modules List */
.modules-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.module-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-sm);
    padding: 0.625rem 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    transition: all 0.3s ease;
    position: relative;
}

.module-item:hover {
    border-color: #0f766e;
    background: #f9fafb;
}

.module-number {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
}

.module-content {
    flex: 1;
}

.module-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    line-height: 1.3;
}

.module-description {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.3;
    margin: 0.25rem 0 0 0;
    display: none;
}

.module-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: rgba(15, 118, 110, 0.1);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f766e;
}

.module-icon svg {
    width: 16px;
    height: 16px;
}

/* Exam Module Special Style */
.module-exam {
    background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 100%);
    border: 2px solid #0f766e;
}

.module-exam:hover {
    background: linear-gradient(135deg, #ccfbf1 0%, #f0fdfa 100%);
    box-shadow: 0 4px 12px rgba(15, 118, 110, 0.15);
}

.module-exam .module-number {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
}

.module-exam .module-icon {
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid #fbbf24;
}

.module-exam .module-icon svg {
    color: #f59e0b;
}

/* Exam Info Box */
.exam-info-box {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 100%);
    border: 1px solid #0f766e;
    border-radius: var(--radius-md);
}

.exam-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.exam-info-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 0.75rem;
}

.exam-info-box > p {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.exam-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: left;
}

.exam-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #ffffff;
    padding: 1rem;
    border-radius: var(--radius-md);
    border: 1px solid #e5e7eb;
}

.exam-feature-item svg {
    flex-shrink: 0;
    color: #0f766e;
    margin-top: 0.125rem;
}

.exam-feature-item span {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.5;
}

.exam-feature-item strong {
    color: #0f766e;
    font-weight: 600;
}

.exam-note {
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: var(--radius-md);
    padding: 1rem;
    text-align: left;
    font-size: 0.875rem;
    color: #92400e;
    line-height: 1.5;
}

.exam-note strong {
    color: #78350f;
    font-weight: 700;
}

/* Reviews Standalone */
.reviews-standalone {
    background: #ffffff;
    border-radius: var(--radius-md);
    border: 1px solid #e5e7eb;
    padding: 2rem;
}

.reviews-main-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* FAQ List */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.faq-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 0;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #0f766e;
    box-shadow: 0 4px 12px rgba(15, 118, 110, 0.1);
}

.faq-item h4 {
    color: #0f766e;
    margin-bottom: 0.75rem;
}

.faq-item p {
    margin: 0;
}

/* Reviews List */
.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Responsive */
@media (max-width: 1200px) {
    .course-tabs-section-wrapper {
        max-width: 100%;
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
    .course-tabs-section-wrapper {
        padding: 0;
    }

    .course-tabs-width {
        max-width: 100%;
    }

    .course-tabs-nav {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .tab-item {
        flex: 1 1 auto;
        min-width: auto;
    }

    .course-tabs-content {
        padding: 1rem;
    }

    .tab-link {
        padding: 0.75rem 0.5rem;
        font-size: 0.875rem;
    }

    .tab-pane h3 {
        font-size: 1.5rem;
    }

    .tab-pane h4 {
        font-size: 1.125rem;
    }

    /* Modules Mobile */
    .module-item {
        padding: 0.75rem;
        gap: 0.625rem;
    }

    .module-number {
        width: 28px;
        height: 28px;
        font-size: 0.813rem;
    }

    .module-title {
        font-size: 0.875rem;
    }

    .module-description {
        font-size: 0.75rem;
    }

    .module-icon {
        width: 28px;
        height: 28px;
    }

    .module-icon svg {
        width: 16px;
        height: 16px;
    }

    /* Exam Mobile */
    .exam-info-box {
        padding: 1.5rem;
    }

    .exam-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 1rem;
    }

    .exam-icon svg {
        width: 36px;
        height: 36px;
    }

    .exam-info-box h3 {
        font-size: 1.25rem;
    }

    .exam-info-box > p {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .exam-features {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .exam-feature-item {
        padding: 0.875rem;
    }

    .exam-feature-item span {
        font-size: 0.813rem;
    }

    .exam-note {
        font-size: 0.813rem;
        padding: 0.875rem;
    }

    /* Reviews Standalone Mobile */
    .reviews-standalone {
        padding: 1.25rem;
    }

    .reviews-main-title {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
}

/* FAQ Accordion Stili - Anasayfa ile aynı */
.tab-pane .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tab-pane .faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    padding: 0;
    transition: none;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.tab-pane .faq-item:hover {
    border-color: #e5e7eb;
    box-shadow: none;
}

.tab-pane .faq-question {
    width: 100%;
    text-align: left;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    background: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.tab-pane .faq-question:hover {
    background: #f3f4f6;
}

.tab-pane .faq-question.active {
    background: #0f766e;
    color: #ffffff;
}

.tab-pane .faq-question.active .faq-text {
    color: #ffffff;
}

.tab-pane .faq-text {
    flex: 1;
}

.tab-pane .faq-toggle {
    font-size: 1.125rem;
    font-weight: 300;
    color: #0f766e;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.tab-pane .faq-question.active .faq-toggle {
    transform: rotate(45deg);
    color: #ffffff;
}

.tab-pane .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1rem;
    background: #ffffff;
}

.tab-pane .faq-answer.open {
    max-height: 500px;
    padding: 0.75rem 1rem;
}

.tab-pane .faq-answer p {
    color: #4b5563;
    font-size: 0.938rem;
    line-height: 1.5;
    margin: 0;
}

/* Responsive FAQ */
@media (max-width: 768px) {
    .tab-pane .faq-question {
        font-size: 1rem;
        padding: 1rem;
    }
    
    .tab-pane .faq-toggle {
        font-size: 1.25rem;
    }
    
    .tab-pane .faq-answer {
        padding: 0 1rem;
    }
    
    .tab-pane .faq-answer.open {
        padding: 1rem;
    }
}

/* Yorumlar - Reviews Summary */
.reviews-summary {
    background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 100%);
    border: 1px solid #0f766e;
    border-radius: var(--radius-md);
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.5rem;
    align-items: center;
}

.summary-rating {
    text-align: center;
}

.big-rating {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f766e;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stars-display {
    font-size: 1.25rem;
    color: #fbbf24;
    margin-bottom: 0.25rem;
}

.stars-display .star {
    margin: 0 0.1rem;
}

.stars-display .star.filled {
    color: #fbbf24;
}

.stars-display .star.half {
    background: linear-gradient(90deg, #fbbf24 50%, #d1d5db 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.total-reviews {
    color: #64748b;
    font-size: 0.938rem;
    margin: 0;
}

.rating-bars {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.rating-bar-item {
    display: grid;
    grid-template-columns: 65px 1fr 40px;
    gap: 0.625rem;
    align-items: center;
}

.bar-label {
    color: #4b5563;
    font-size: 0.75rem;
    font-weight: 500;
}

.bar-container {
    height: 6px;
    background: #e5e7eb;
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #0f766e 0%, #14b8a6 100%);
    border-radius: var(--radius-sm);
    transition: width 0.3s ease;
}

.bar-percent {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: right;
}

/* Reviews List */
.reviews-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 1rem;
    padding-bottom: 0.625rem;
    border-bottom: 2px solid #0f766e;
}

.tab-pane .reviews-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.review-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 1rem;
    transition: all 0.3s ease;
}

.review-card:hover {
    border-color: #0f766e;
    box-shadow: 0 8px 24px rgba(15, 118, 110, 0.1);
    transform: translateY(-2px);
}

.review-card .review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #f3f4f6;
}

.reviewer-info {
    display: flex;
    gap: 0.625rem;
    align-items: flex-start;
}

.reviewer-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.reviewer-name {
    color: #1f2937;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.25rem;
}

.review-meta {
    display: flex;
    gap: 0.375rem;
    align-items: center;
}

.review-stars {
    color: #fbbf24;
    font-size: 0.813rem;
}

.review-date {
    color: #9ca3af;
    font-size: 0.75rem;
}

.verified-badge {
    background: #d1fae5; /* Daha soft yeşil arka plan */
    color: #059669; /* Mat yeşil */
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-lg);
    font-size: 0.688rem;
    font-weight: 600;
    white-space: nowrap;
}

.review-card .review-text {
    color: #4b5563;
    font-size: 0.938rem;
    line-height: 1.5;
    margin: 0;
}

/* Load More Button */
.load-more-reviews {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.btn-load-more {
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    color: #ffffff;
    border: none;
    padding: 0.625rem 1.5rem;
    border-radius: var(--radius-md);
    font-size: 0.938rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-load-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(15, 118, 110, 0.3);
}

.btn-write-review {
    background: #ffffff;
    color: #0f766e;
    border: 2px solid #0f766e;
    padding: 0.625rem;
    border-radius: var(--radius-md);
    font-size: 0.938rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-write-review:hover {
    background: #0f766e;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(15, 118, 110, 0.3);
}

/* Review Popup */
.review-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.popup-content {
    position: relative;
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.3s ease;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #9ca3af;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.popup-close:hover {
    color: #374151;
}

.popup-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: #fef3c7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-icon svg {
    color: #f59e0b;
}

.popup-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.popup-content p {
    font-size: 0.938rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.popup-btn {
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    color: #ffffff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: var(--radius-md);
    font-size: 0.938rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.popup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(15, 118, 110, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
    .reviews-summary {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .reviews-summary {
        padding: 1.25rem;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .summary-rating {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .big-rating {
        font-size: 2.5rem;
        line-height: 1;
        margin: 0;
    }

    .stars-display {
        font-size: 1.25rem;
        margin: 0;
        line-height: 1;
        display: block;
    }

    .total-reviews {
        display: block;
        margin: 0;
        font-size: 0.75rem;
        line-height: 1.2;
    }

    .rating-bar-item {
        grid-template-columns: 65px 1fr 40px;
        gap: 0.5rem;
    }

    .review-card {
        padding: 1rem;
    }

    .review-card .review-header {
        flex-direction: column;
        gap: 0.75rem;
    }

    .verified-badge {
        align-self: flex-start;
    }

    .reviewer-avatar {
        width: 38px;
        height: 38px;
        font-size: 0.875rem;
    }

    .reviewer-name {
        font-size: 0.875rem;
    }

    .btn-load-more {
        flex: 1;
    }

    .btn-write-review {
        padding: 0.75rem;
    }
}


/* ==================== UNIVERSITY SECTION ==================== */
.university-section {
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.university-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.university-yok-logo {
    width: 80px;
    height: auto;
    flex-shrink: 0;
}

.university-content {
    flex: 1;
}

.university-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 0.5rem;
}

.university-description {
    font-size: 0.938rem;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 768px) {
    .university-section {
        padding: 1.25rem;
        display: block;
        width: 100%;
    }

    .university-header {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 1rem;
    }

    .university-yok-logo {
        width: 60px;
    }

    .university-name {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }

    .university-description {
        font-size: 0.813rem;
    }
}

    /* Form inputları mobilde daha büyük */
    .form-input,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
        font-size: 16px !important; /* iOS zoom'u engellemek için minimum 16px */
        padding: 1rem !important;
        min-height: 52px;
    }

    /* Checkout form iyileştirmeleri */
    .checkout-form-section {
        padding: 1.5rem;
    }

    .form-label {
        font-size: 0.938rem;
        margin-bottom: 0.625rem;
    }

/* ==================== URGENCY ELEMENTS ==================== */

/* Aciliyet Uyarısı (Sosyal Kanıt) */
.urgency-alert {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(251, 146, 60, 0.15); /* Soft amber arka plan */
    color: #ffffff;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    margin-top: 1rem;
    border: 1px solid rgba(251, 146, 60, 0.3);
}

.urgency-alert svg {
    flex-shrink: 0;
    color: #fb923c;
}

.urgency-alert strong {
    font-weight: 700;
}


@media (max-width: 768px) {
    .urgency-alert {
        font-size: 0.813rem;
        padding: 0.5rem 0.875rem;
        width: 100%;
        justify-content: center;
    }

}

/* Mobilde floating butonları aşağıya taşı (bottom bar kaldırıldı) */
@media (max-width: 768px) {
    .wa-wrapper {
        bottom: 25px !important;
    }

    .wa-tooltip {
        bottom: 100px !important;
    }
}

/* Hero Subtitle Tag - "Sertifika Programı" etiketi */
.hero-subtitle-tag {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.375rem;
    letter-spacing: 0.5px;
}
