<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spform ul li svg {
    margin-bottom: 16px;
    height: 56px;
    width: 56px;
}
.desc p{
    font-weight: 400 !important;
    text-align: left;
    font-size: 12px;
}
.spform ul li{
    padding: 24px 13px 18px 13px;
    border: 2px solid #88ceed;
}
.wc-50{
    width: 50%;
}
@media (max-width: 990px) {
    .sepet-bg3 {
        flex-direction: column;
        overflow-y: scroll;
        padding: 24px 16px;
    }
    .sepright3 {
        margin-top: 39px;
    }
    .derstdiger ul li {
        width: 15.333333%;
        margin-right: 18px;
        padding: 12px 9px 14px 9px;
    }
}
.sepleft3 {
    height: auto;
}
.position-relative{
    position: relative;
}
.liveresult{
    position: absolute;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    top: 64px;
    display: none;
}
.list-group-item{
    cursor: pointer;
    background: #fff;
    padding: 14px 9px;
}
.derstdiger ul li {
    padding: 0;
}
.derstdiger ul li a{
    display: block;
    height: 100%;
    padding: 32px 12px 28px 12px;
}
.w-10{
    width: 10%;
}
:root {
    --primary: #0521C6;
    --primary-light: #375AF8;
    --primary-dark: #081C9E;
    --primary-bg: #E1EAFE;
    --primary-bg-light: #EFF6FE;
    --success: #49A684;
    --warning: #FF9035;
    --danger: #B55B6E;
    --danger-light: #FEE1E4;
    --navy: #00124F;
    --navy-gray: #8D93A5;
    --gray-100: #F5F7FA;
    --gray-200: #E1E4EB;
    --gray-300: #D1D5DF;
    --gray-400: #B4B9C7;
    --white: #FFFFFF;
    --black: #000000;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);
    --border-radius-sm: 8px;
    --border-radius-md: 12px;
    --border-radius-lg: 16px;
    --border-radius-xl: 24px;
    --border-radius-full: 999px;
    --transition: all 0.3s ease;
}

/* Simple Header */
.simple-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    border-bottom: 1px solid rgba(5, 33, 198, 0.1);
    height: 45px;
}

.header-container {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.back-btn {
    background: none;
    border: none;
    color: #0521C6;
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
}

.back-btn:hover {
    background: rgba(5, 33, 198, 0.1);
}

.back-btn-text {
    display: inline;
}

.progress-container {
    flex: 1;
    height: 6px;
    background: rgba(5, 33, 198, 0.15);
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0521C6 0%, #375AF8 100%);
    border-radius: 3px;
    transition: width 0.5s ease;
}

/* Integrated Teacher Guide Design */
.teacher-guide-integrated {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    border-radius: 20px;
    padding: 19px;
    margin-bottom: 25px;
    border: 1px solid rgba(5, 33, 198, 0.15);
    display: none;
}

.teacher-guide-integrated.active {
    display: block;
}

.integrated-teacher-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(5, 33, 198, 0.1);
}

.teacher-main-avatar {
    position: relative;
    flex-shrink: 0;
}

.teacher-main-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #0521C6;
}

.teacher-online-status {
    position: absolute;
    top: -2px;
    left: -2px;
}

.online-indicator-large {
    width: 20px;
    height: 20px;
    background: #28a745;
    border-radius: 50%;
    border: 3px solid white;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.teacher-main-info {
    flex: 1;
}

.teacher-main-name {
    font-size: 17px;
    font-weight: 700;
    color: #00124F;
    margin: 0 0 10px 0;
}

.teacher-main-name .bi-shield-fill-check {
    color: #0521C6;
    margin-left: 5px;
}

.teacher-main-meta {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.teacher-main-price {
    display: flex;
    align-items: center;
    color: #0521C6;
    font-weight: 500;
    font-size: 11px;
    background: rgba(5, 33, 198, 0.1);
    padding: 6px 12px;
    border-radius: 8px;
}

.teacher-main-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.teacher-main-rating span {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.rating-text {
    font-weight: 500;
}

.rating-highlight {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    animation: ratingPulse 2s infinite;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    margin-left: 5px;
}

@keyframes ratingPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.integrated-chat-bubble {
    background: white;
    border-radius: 18px;
    padding: 13px;
    border-left: 4px solid #0521C6;
    position: relative;
}

.integrated-chat-bubble::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent white transparent transparent;
}

.chat-message {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}

.step-guide:not(.active) {
    display: none;
}

.step-guide.active {
    display: block;
}

/* Typing effect */
.typing-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.typing-cursor {
    display: inline-block;
    background-color: #0521C6;
    width: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* Popular Lessons */
.popular-lessons-section {
    margin-top: 24px;
}

.popular-lessons-title {
    font-size: 18px;
    font-weight: 600;
    color: #00124F;
    margin-bottom: 16px;
}

.popular-lessons-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}

.popular-lessons-grid::-webkit-scrollbar {
    height: 6px;
}

.popular-lessons-grid::-webkit-scrollbar-track {
    background: rgba(5, 33, 198, 0.1);
    border-radius: 3px;
}

.popular-lessons-grid::-webkit-scrollbar-thumb {
    background: rgba(5, 33, 198, 0.3);
    border-radius: 3px;
}

.popular-lessons-grid::-webkit-scrollbar-thumb:hover {
    background: rgba(5, 33, 198, 0.5);
}

/* Lesson Search Styles */
.lesson-search-container {
    margin-bottom: 32px;
}

.lesson-selection-section {
    margin-bottom: 24px;
}

.popular-lessons-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--bs-primary, #0521C6);
    margin-bottom: 20px;
    text-align: center;
    cursor: default;
    user-select: none;
}

.popular-lessons-title:hover {
    color: var(--bs-primary, #0521C6);
    background: none;
    border: none;
    transform: none;
    box-shadow: none;
}

.popular-lesson-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    border: 1px solid rgba(5, 33, 198, 0.1);
    border-radius: 12px;
    padding: 15px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(5, 33, 198, 0.06);
    min-width: 140px;
    max-width: 140px;
    flex-shrink: 0;
}

.popular-lesson-card:hover {
    box-shadow: 0 6px 25px rgba(5, 33, 198, 0.12);
}

.popular-lesson-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(5, 33, 198, 0.15);
    border: 2px solid rgba(5, 33, 198, 0.1);
    margin-bottom: 12px;
}

.popular-lesson-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.popular-lesson-content {
    flex: 1;
    width: 100%;
}

.popular-lesson-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.3;
}

.popular-lesson-category {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 1.2;
}

.popular-lesson-arrow {
    color: var(--bs-primary, #0521C6);
    font-size: 14px;
    transition: transform 0.3s ease;
    margin-top: 8px;
}

.popular-lesson-card:hover .popular-lesson-arrow {
    transform: translateX(3px);
}

/* Body padding for fixed header */
body {
    padding-top: 45px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header-container {
        padding: 0 15px;
    }
    .sepright3.modern-order-summary{
        padding: 0;
    }
    .back-btn-text {
        display: none;
    }

    .teacher-guide-integrated {
        padding: 16px;
        margin-bottom: 20px;
        border-radius: 16px;
    }

    .integrated-teacher-header {
        flex-direction: row;
        text-align: left;
        gap: 10px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .teacher-main-avatar img {
        width: 60px;
        height: 60px;
    }

    .online-indicator-large {
        width: 16px;
        height: 16px;
        border-width: 2px;
    }

    .teacher-main-name {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .teacher-main-meta {
        justify-content: flex-start;
        gap: 12px;
        margin-bottom: 4px;
        flex-wrap: wrap;
    }

    .teacher-main-rating {
        font-size: 12px;
        gap: 8px;
    }

    .teacher-main-price {
        font-size: 13px;
        padding: 4px 8px;
    }

    .rating-highlight {
        width: 14px;
        height: 14px;
        font-size: 7px;
        margin-left: 2px;
    }

    .popular-lessons-grid {
        gap: 10px;
    }

    .popular-lesson-card {
        min-width: 120px;
        max-width: 120px;
        padding: 12px 8px;
    }

    .popular-lesson-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }

    .popular-lesson-icon img {
        width: 24px;
        height: 24px;
    }

    .popular-lesson-title {
        font-size: 12px;
    }

    .popular-lesson-category {
        font-size: 11px;
    }
}

/* SipariÅŸ Ã–zeti Stilleri - Eski yapÄ±yla uyumlu */
.sepdetay1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(5, 33, 198, 0.1);
    font-size: 14px;
}

.sepdetay1 .bold {
    font-weight: 600;
    color: #00124F;
}

.sepdetay1 .tright {
    font-weight: 500;
    color: #0521C6;
    text-align: right;
}

.sepdetay1 .sedprice {
    font-size: 16px;
    font-weight: 700;
    color: #0521C6;
}

.sepdetay1 .kdvdahil {
    font-size: 11px;
    color: #8D93A5;
    font-weight: 400;
}

.sepdetay1 .discount {
    color: #49A684;
    font-size: 13px;
}

.sepd1-2 {
    font-size: 14px;
    font-weight: 600;
    color: #00124F;
    line-height: 1.4;
}

.sepd1-2 span {
    font-size: 12px;
    color: #8D93A5;
    font-weight: 400;
}

.sepd2-1 .sepprice {
    font-size: 18px;
    font-weight: 700;
    color: #0521C6;
}

.sepd2-1 .tunderline {
    text-decoration: line-through;
    color: #B55B6E;
    font-size: 14px;
}

.sepd2-1 .sdiscount {
    background: #49A684;
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}

/* Eski dosyadan alÄ±nan ek stiller */
.sepd2-2 {
    font-size: 16px;
    font-weight: 600;
    color: #0521C6;
    text-align: right;
}

#zerodiscountpacket {
    color: #8D93A5;
    font-size: 13px;
}

.sepdetay {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #f8f9ff;
    border-radius: 12px;
    margin-bottom: 16px;
}

.sepd1 {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.sepd1-1 {
    flex-shrink: 0;
}

.sepd2 {
    text-align: right;
}

.finalwrite {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    border: 1px solid rgba(5, 33, 198, 0.1);
    font-size: 15px;
    color: #00124F;
    text-align: center;
}

.temiz {
    clear: both;
}

.packetfinaldata {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(5, 33, 198, 0.1);
}

.sepbasik {
    font-size: 18px;
    font-weight: 700;
    color: #00124F;
    margin-bottom: 16px;
    text-align: center;
}

.sepetim {
    margin-bottom: 20px;
}

.sepdcenter {
    text-align: center;
    font-size: 13px;
    color: #8D93A5;
    line-height: 1.4;
}

.sepdcenter b {
    color: #0521C6;
}

/* Mavi Sidebar Stilleri - Ders-talebinde-bulun sayfasÄ±ndaki boyutlarla */
.sepright2 {
    background: linear-gradient(135deg, #0521C6 0%, #1e40af 100%);
    border-radius: 20px;
    padding: 25px;
    color: white;
    box-shadow: 0 8px 32px rgba(5, 33, 198, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.seprightic1 {
    margin-bottom: 25px;
}

.platform-intro {
    margin-bottom: 20px;
    text-align: center;
}

.platform-intro h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.platform-intro p {
    font-size: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.platform-stats {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stat-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.stat-item i {
    color: #4ade80;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.stat-item span {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

.stat-item strong {
    color: #fbbf24;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.sidebar-visual {
    margin: 20px -25px -25px -25px;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}

.sidebar-visual img {
    width: 100%;
    height: auto;
    display: block;
}
.sepright3.modern-order-summary {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    padding: 48px 64px;
}

.sepright3.modern-order-summary .order-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.sepright3.modern-order-summary .order-title {
    font-size: 19px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sepright3.modern-order-summary .order-title i {
    color: #0521C6;
    font-size: 20px;
}

.sepright3.modern-order-summary .order-step-indicator {
    background: #0521C6;
    border-radius: 20px;
    padding: 4px 12px;
}

.sepright3.modern-order-summary .step-badge {
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.sepright3.modern-order-summary .order-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    border: 1px solid #f1f5f9;
}

.sepright3.modern-order-summary .order-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.sepright3.modern-order-summary .item-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 60px;
}

.sepright3.modern-order-summary .package-icon {
    width: 48px;
    height: 48px;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
}

.sepright3.modern-order-summary .lesson-count-badge {
    background: #0521C6;
    color: white !important;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    min-width: 45px;
}

.sepright3.modern-order-summary .lesson-badge {
    background: #0521C6;
    color: white !important;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.sepright3.modern-order-summary .item-details {
    flex: 1;
}

.sepright3.modern-order-summary .package-name {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.sepright3.modern-order-summary .package-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sepright3.modern-order-summary .lesson-count {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.sepright3.modern-order-summary .package-type {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
}

.sepright3.modern-order-summary .item-price {
    text-align: right;
    min-width: 100px;
}

.sepright3.modern-order-summary .price-display {
    margin-bottom: 4px;
}

.sepright3.modern-order-summary .original-price {
    font-size: 14px;
    color: #94a3b8;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.sepright3.modern-order-summary .current-price {
    font-size: 20px;
    font-weight: 700;
    color: #0521C6;
}

.sepright3.modern-order-summary .price-note {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

.sepright3.modern-order-summary .order-breakdown {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.sepright3.modern-order-summary .breakdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.sepright3.modern-order-summary .breakdown-label {
    color: #64748b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sepright3.modern-order-summary .breakdown-value {
    color: #1e293b;
    font-weight: 600;
}

.sepright3.modern-order-summary .discount-item .breakdown-label {
    color: #16a34a;
}

.sepright3.modern-order-summary .discount-item .breakdown-value {
    color: #16a34a;
}

.sepright3.modern-order-summary .breakdown-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 12px 0;
}

.sepright3.modern-order-summary .total-item {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0;
    padding-top: 4px;
}

.sepright3.modern-order-summary .total-item .breakdown-value {
    color: #0521C6;
    font-size: 18px;
}

.sepright3.modern-order-summary .order-support {
    background: white;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sepright3.modern-order-summary .support-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.sepright3.modern-order-summary .support-icon {
    width: 40px;
    height: 40px;
    background: #f0f9ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0521C6;
    font-size: 18px;
    flex-shrink: 0;
}

.sepright3.modern-order-summary .support-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px 0;
}

.sepright3.modern-order-summary .support-content p {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 12px 0;
}

.sepright3.modern-order-summary .support-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0521C6;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sepright3.modern-order-summary .support-link:hover {
    color: #0416a8;
    text-decoration: none;
}

.sepright3.modern-order-summary .support-link i {
    font-size: 16px;
}

@supports (backdrop-filter: blur(10px)) {
    .sepright2 {
        background: linear-gradient(135deg, rgba(5, 33, 198, 0.8) 0%, rgba(30, 64, 175, 0.8) 100%);
        backdrop-filter: blur(15px);
    }

    .stat-item {
        backdrop-filter: blur(20px);
    }
}

@media (max-width: 1199px) {
    .sepright2 {
        padding: 20px;
        border-radius: 16px;
    }
    .sidebar-visual {
        margin: 20px -20px -20px -20px;
        border-radius: 0 0 16px 16px;
    }
    .sepright3.modern-order-summary{
        padding: 13px;
    }
    .platform-intro h3 {
        font-size: 18px;
    }

    .platform-intro p {
        font-size: 13px;
    }

    .stat-item {
        padding: 12px;
    }

    .stat-item span {
        font-size: 13px;
    }
}
@media (max-width: 992px) {
    .sepright2 {
        display: none !important;
    }
    .container-fluid .row {
        flex-direction: column;
    }
    .sepright3.modern-order-summary{
        padding: 13px;
    }
    .col-lg-8, .col-lg-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }
    .steps {
        order: 1; /* Ä°Ã§erik Ã¶nce gelsin */
    }
    .sepbasik {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .sepdetay {
        padding: 12px;
        margin-bottom: 12px;
    }

    .sepd1-2 {
        font-size: 13px;
    }

    .sepd2-1 .sepprice {
        font-size: 16px;
    }

    /* Size Ã¶zel saat kÄ±smÄ± mobilde dÃ¼zgÃ¼n sarmalama */
    .paketsaat {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        text-align: center !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        padding: 12px !important;
        background: rgba(255, 144, 53, 0.1) !important;
        border-radius: 8px !important;
        margin-bottom: 16px !important;
    }

    .paketsaat .timer {
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 2px !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        color: var(--bs-orange) !important;
    }

    /* Mobil SipariÅŸ Ã–zeti Ã–zel Stilleri */
    .mobile-order-summary {
        display: block !important;
        position: static !important;
        width: 100% !important;
        margin: 20px 0 !important;
        padding: 20px !important;
        background: #f8f9ff !important;
        border-radius: 12px !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 4px 15px rgba(5, 33, 198, 0.1) !important;
    }

    .mobile-order-summary .sepetim {
        margin: 0 !important;
    }

    .mobile-order-summary .sepdetay {
        background: white !important;
        padding: 15px !important;
        border-radius: 8px !important;
        margin-bottom: 15px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    }

    .mobile-order-summary .packetfinaldata {
        background: white !important;
        padding: 15px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    }

    .mobile-order-summary .sepd1 {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .mobile-order-summary .sepd1-1 svg {
        width: 40px !important;
        height: 40px !important;
    }

    .mobile-order-summary .sepd1-2 {
        flex: 1 !important;
        font-size: 14px !important;
        color: #64748b !important;
        line-height: 1.4 !important;
    }

    .mobile-order-summary .sepd2-1 {
        text-align: right !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    /* Modern Mobil SipariÅŸ Ã–zeti Stilleri */
    .mobile-order-summary-modern {
        margin: 20px 0;
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        border-radius: 20px;
        padding: 0;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.8);
        overflow: hidden;
    }

    .mobile-order-header {
        display: flex;
        align-items: center;
        padding: 20px;
        background: linear-gradient(135deg, #0521C6 0%, #1e40af 100%);
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-order-icon {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        backdrop-filter: blur(10px);
    }

    .mobile-order-icon i {
        font-size: 24px;
        color: white;
    }

    .mobile-order-title h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

    .mobile-order-subtitle {
        font-size: 14px;
        opacity: 0.8;
        margin-top: 2px;
        display: block;
    }

    .mobile-packet-info {
        display: flex;
        align-items: center;
        padding: 20px;
        background: white;
        border-bottom: 1px solid #f1f5f9;
    }

    .mobile-packet-icon {
        margin-right: 15px;
    }

    .mobile-packet-icon-circle {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #e1eafe 0%, #c7d2fe 100%);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #0521C6;
    }

    .mobile-packet-icon-circle i {
        font-size: 22px;
        color: #0521C6;
    }

    .mobile-packet-details {
        flex: 1;
    }

    .mobile-packet-name {
        font-size: 16px;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 4px;
        line-height: 1.3;
    }

    .mobile-packet-lessons {
        font-size: 14px;
        color: #64748b;
        line-height: 1.4;
    }

    .mobile-packet-price {
        text-align: right;
    }

    .mobile-packet-original-price {
        font-size: 14px;
        color: #94a3b8;
        text-decoration: line-through;
        margin-bottom: 2px;
    }

    .mobile-packet-final-price {
        font-size: 18px;
        font-weight: 700;
        color: #0521C6;
        line-height: 1.2;
    }

    .mobile-price-breakdown {
        padding: 20px;
        background: white;
    }

    .mobile-price-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #f1f5f9;
    }

    .mobile-price-item:last-child {
        border-bottom: none;
    }

    .mobile-price-label {
        font-size: 15px;
        color: #64748b;
        font-weight: 500;
    }

    .mobile-price-value {
        font-size: 15px;
        font-weight: 600;
        color: #1e293b;
    }

    .mobile-discount-item .mobile-price-label {
        color: #dc2626;
    }

    .mobile-discount-value {
        color: #dc2626 !important;
    }

    .mobile-price-separator {
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
        margin: 8px 0;
    }

    .mobile-total-item {
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        border-radius: 12px;
        padding: 15px 20px;
        margin: 10px -20px -10px -20px;
        border: none !important;
    }

    .mobile-total-item .mobile-price-label {
        font-size: 16px;
        font-weight: 600;
        color: #1e293b;
    }

    .mobile-total-value {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: #0521C6 !important;
    }

    .mobile-vat-info {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        padding: 8px 12px;
        background: rgba(5, 33, 198, 0.05);
        border-radius: 8px;
        font-size: 12px;
        color: #64748b;
    }

    .mobile-vat-info i {
        margin-right: 6px;
        color: #0521C6;
    }

    /* Modern Mobil Åžartlar */
    .mobile-terms-container {
        margin: 20px 0;
        padding: 20px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        border: 1px solid #e2e8f0;
    }

    .mobile-terms-checkbox {
        display: flex;
        align-items: flex-start;
    }

    .mobile-checkbox {
        display: none;
    }

    .mobile-checkbox-label {
        display: flex;
        align-items: flex-start;
        cursor: pointer;
        font-size: 14px;
        line-height: 1.5;
        color: #64748b;
    }

    .mobile-checkbox-icon {
        width: 24px;
        height: 24px;
        border: 2px solid #d1d5db;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        margin-top: 2px;
        transition: all 0.2s ease;
        background: white;
        flex-shrink: 0;
    }

    .mobile-checkbox-icon i {
        font-size: 16px;
        color: white;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .mobile-checkbox:checked + .mobile-checkbox-label .mobile-checkbox-icon {
        background: #0521C6;
        border-color: #0521C6;
        transform: scale(1.1);
    }

    .mobile-checkbox:checked + .mobile-checkbox-label .mobile-checkbox-icon i {
        opacity: 1;
    }

    .mobile-checkbox-text a {
        color: #0521C6;
        text-decoration: none;
        font-weight: 500;
    }

    .mobile-checkbox-text a:hover {
        text-decoration: underline;
    }

    /* Modern Mobil Ã–deme ButonlarÄ± */
    .mobile-payment-buttons {
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .mobile-payment-btn {
        display: flex;
        align-items: center;
        padding: 20px;
        background: white;
        border: 2px solid #e2e8f0;
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: left;
        width: 100%;
        font-family: inherit;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .mobile-payment-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .mobile-payment-btn:active {
        transform: translateY(0);
    }

    .mobile-payment-bank {
        border-color: #10b981;
        background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    }

    .mobile-payment-bank:hover {
        border-color: #059669;
        background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    }

    .mobile-payment-card {
        border-color: #0521C6;
        background: linear-gradient(135deg, #f8faff 0%, #e1eafe 100%);
    }

    .mobile-payment-card:hover {
        border-color: #1e40af;
        background: linear-gradient(135deg, #e1eafe 0%, #c7d2fe 100%);
    }

    .mobile-payment-icon {
        width: 50px;
        height: 50px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .mobile-payment-bank .mobile-payment-icon {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        color: white;
    }

    .mobile-payment-card .mobile-payment-icon {
        background: linear-gradient(135deg, #0521C6 0%, #1e40af 100%);
        color: white;
    }

    .mobile-payment-icon i {
        font-size: 24px;
    }

    .mobile-payment-text {
        flex: 1;
    }

    .mobile-payment-title {
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 4px;
        line-height: 1.3;
    }

    .mobile-payment-subtitle {
        display: block;
        font-size: 14px;
        color: #64748b;
        line-height: 1.4;
    }

    .mobile-payment-arrow {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        flex-shrink: 0;
    }

    .mobile-payment-btn:hover .mobile-payment-arrow {
        background: rgba(0, 0, 0, 0.1);
        transform: translateX(4px);
    }

    .mobile-payment-arrow i {
        font-size: 18px;
        color: #64748b;
    }
}
@media (max-width: 991px) {
    .sepright2 {
        padding: 18px;
        margin-top: 20px;
    }
    .sepright3.modern-order-summary{
        padding: 13px;
    }
    .sidebar-visual {
        margin: 18px -18px -18px -18px;
    }

    .platform-stats {
        gap: 12px;
    }

    .stat-item {
        padding: 10px;
    }

    .stat-item i {
        font-size: 14px;
    }

    .stat-item span {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .sepright2 {
        padding: 15px;
        border-radius: 12px;
    }
    .sepright3.modern-order-summary{
        padding: 13px;
    }
    .seprightic1 {
        margin-bottom: 20px;
    }

    .platform-intro {
        margin-bottom: 15px;
    }

    .platform-intro h3 {
        font-size: 16px;
    }

    .platform-intro p {
        font-size: 12px;
    }

    .platform-stats {
        gap: 10px;
    }

    .stat-item {
        padding: 8px;
        border-radius: 8px;
    }

    .stat-item i {
        font-size: 12px;
    }

    .stat-item span {
        font-size: 11px;
    }

    .sidebar-visual {
        margin: 15px -15px -15px -15px;
        border-radius: 0 0 12px 12px;
    }
}
.wd50 div:first-child button {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: white;
}
.wd50 div:nth-child(2) button {
    background: linear-gradient(135deg, #0521C6 0%, #1e40af 100%);
    color: white;
}
.w-60{
    width: 60%!important;
}
</pre></body></html>