/* ===============================
   MEDIBULUT STYLE LOGIN PAGE
   Tamamen Medibulut tasarımına uygun
   =============================== */

/* ===============================
   GENEL SAYFA
   =============================== */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#loginPageBody {
    margin: 0;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    font-family: 'Urbanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    position: relative;
}

/* ===============================
   HEADER (MEDIBULUT STYLE)
   =============================== */
#loginHeader {
    width: 100%;
    padding: 16px 40px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

#loginHeaderLogo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.2;
    flex-shrink: 0;
    z-index: 1001;
}

.header-logo-img {
    height: 45px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

#loginHeaderLogo:hover .header-logo-img {
    transform: scale(1.05);
}

/* Logo text removed - only image now */
@media (max-width: 768px) {
    .header-logo-img {
        height: 35px;
    }
}

#loginHeaderNav {
    display: flex;
    align-items: center;
    gap: 28px;
    flex: 1;
    justify-content: center;
    margin: 0 40px;
}

@media (max-width: 992px) {
    #loginHeaderNav {
        display: none;
    }
}

#loginHeaderNav a {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

#loginHeaderNav a:hover {
    color: #0ea4ad;
}

#loginHeaderActions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    z-index: 1001;
}

.header-btn-secondary {
    padding: 8px 20px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #374151;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header-btn-secondary:hover {
    background: #f9fafb;
    border-color: #0ea4ad;
    color: #0ea4ad;
}

.header-btn-primary {
    padding: 10px 24px;
    background: #0ea4ad;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(14, 164, 173, 0.25);
}

.header-btn-primary:hover {
    background: #0d8a92;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(14, 164, 173, 0.35);
}

.header-btn-primary::after {
    content: '→';
    font-size: 1.1rem;
}

/* ===============================
   SOL PANEL (HIDDEN)
   =============================== */
#leftPanel {
    display: none;
}

/* ===============================
   HERO SECTION (MEDIBULUT STYLE)
   =============================== */
#heroSection {
    width: 100%;
    min-height: 70vh;
    padding: 180px 0 100px;
    position: relative;
    background: #ffffff;
    margin-top: 0;
}

#heroSection .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

/* MBYS badge removed */

#heroContent {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    position: relative;
}

#heroTitle {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    line-height: 1.3;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#heroDescription {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #0ea4ad;
    color: white;
    border: none;
    border-radius: 14px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(14, 164, 173, 0.3);
    margin-bottom: 1rem;
}

.hero-cta-button .arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.hero-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(14, 164, 173, 0.4);
    background: #0d8a92;
    color: white;
    text-decoration: none;
}

.hero-cta-button:hover .arrow {
    transform: translateX(4px);
}

/* Animated Button Class */
.animated-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.animated-button .arrow {
    transition: transform 0.3s ease;
}

.animated-button:hover .arrow {
    transform: translateX(4px);
}

.hero-subtext {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 1rem;
    opacity: 0.8;
}

/* MBYS badge removed */

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ===============================
   FIXED BAR (BOTTOM)
   =============================== */
.fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #0ea4ad 0%, #0d8a92 100%);
    padding: 16px 40px;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.bar-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bar-content .icon {
    flex-shrink: 0;
}

.bar-content .text {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    flex: 1;
    text-align: center;
}

.bar-content .btn {
    flex-shrink: 0;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    backdrop-filter: none;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bar-content .btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transform: translateY(-1px);
}

.bar-content .btn .arrow {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.bar-content .btn:hover .arrow {
    transform: translateX(4px);
}

/* ===============================
   MOBILE APP SECTION
   =============================== */
#mobileAppSection {
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
    text-align: center;
}

#mobileAppSection .container {
    max-width: 800px;
}

#mobileAppSection .the-best {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f4f8;
    color: #0ea4ad;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

#mobileAppSection h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

#mobileAppSection > .container > p {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.app-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.app-store-btn,
.google-play-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #e0e7eb;
    background: #ffffff;
}

.app-store-btn {
    color: #1a202c;
}

.google-play-btn {
    color: #6b7280;
}

.app-store-btn:hover,
.google-play-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #0ea4ad;
}

/* ===============================
   HIGHLIGHTS / FEATURES SECTION
   =============================== */
#highlightsSection {
    padding: 80px 0;
    background: #ffffff;
}

.highlight-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.highlight-item:nth-child(even) {
    direction: rtl;
}

.highlight-item:nth-child(even) > * {
    direction: ltr;
}

.highlight-image {
    width: 100%;
    min-height: 300px;
    background: #f8f9fa;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.highlight-image {
    background: #f8f9fa;
}

.highlight-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: none;
    opacity: 0.6;
    z-index: 1;
    pointer-events: none;
}

.highlight-placeholder {
    display: none; /* Hide placeholder icons, show only screenshots */
}

/* Specific highlight backgrounds - Optimized positioning for each screenshot */
.highlight-item:nth-child(1) .highlight-image::before {
    background-image: url('/assets/images/login/showcase/patient-management.png');
    background-position: center center;
    background-color: #f8f9fa; /* Fallback color */
}

.highlight-item:nth-child(2) .highlight-image::before {
    background-image: url('/assets/images/login/showcase/calendar-appointments.png');
    background-position: center center;
    background-size: cover;
    background-color: #f8f9fa; /* Fallback color */
    opacity: 0.7 !important;
    filter: blur(0.2px); /* Çok hafif blur - randevu ile ilgisi yok */
}

.highlight-item:nth-child(3) .highlight-image::before {
    background-image: url('/assets/images/login/showcase/treatment-history.png');
    background-position: center center;
    background-color: #f8f9fa; /* Fallback color */
}

.highlight-item:nth-child(4) .highlight-image::before {
    background-image: url('/assets/images/login/showcase/calendar-appointments.png');
    background-position: center center;
    background-color: #f8f9fa; /* Fallback color */
}

.highlight-placeholder .iconify {
    color: #0ea4ad;
    opacity: 1;
}

.highlight-desc h4 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.highlight-desc .description {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.highlight-cta.btn {
    background: #0ea4ad;
    color: white;
    border: none;
}

.highlight-cta.btn:hover {
    background: #0d8a92;
    color: white;
}

.highlight-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* ===============================
   OTHER FEATURES SECTION
   =============================== */
#otherFeaturesSection {
    padding: 80px 0;
    background: #ffffff;
    text-align: center;
}

#otherFeaturesSection h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 2rem;
}

/* ===============================
   PRICES SECTION
   =============================== */
#pricesSection,
#fiyatlar.prices-section {
    padding: 80px 0;
    background: #ffffff;
}

#pricesSection .container,
#fiyatlar.prices-section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.prices-left h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.prices-left > p {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* User Pricing Calculator Styles */
.user-pricing-calculator {
    margin-top: 2rem;
}

.user-count-selector {
    background: #ffffff;
    border: 2px solid #e0e7eb;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.user-count-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.label-text {
    font-size: 1rem;
    font-weight: 600;
    color: #1a202c;
}

.user-count-display {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0ea4ad;
    background: #e0f7f8;
    padding: 8px 16px;
    border-radius: 8px;
}

.slider-wrapper {
    position: relative;
    margin-bottom: 16px;
}

.user-slider {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #e0e7eb;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.user-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0ea4ad;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(14, 164, 173, 0.3);
    transition: all 0.3s ease;
}

.user-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(14, 164, 173, 0.4);
}

.user-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0ea4ad;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 8px rgba(14, 164, 173, 0.3);
    transition: all 0.3s ease;
}

.user-slider::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(14, 164, 173, 0.4);
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 0.85rem;
    color: #6b7280;
}

.quick-select-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.quick-select-btn {
    flex: 1;
    min-width: 60px;
    padding: 10px 16px;
    border: 2px solid #e0e7eb;
    background: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quick-select-btn:hover {
    border-color: #0ea4ad;
    color: #0ea4ad;
    background: #f0fdfd;
}

.quick-select-btn.active {
    background: #0ea4ad;
    color: #ffffff;
    border-color: #0ea4ad;
}

#fiyatlar.prices-section .prices-right,
.prices-right {
    background: #ffffff;
    border: 1px solid #e0e7eb;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.pricing-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.the-popular {
    display: inline-block;
    background: #0ea4ad;
    color: white;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.discount {
    color: #0ea4ad;
    font-size: 0.9rem;
    font-weight: 600;
    background: #e0f7f8;
    padding: 4px 10px;
    border-radius: 6px;
}

.pricing-display {
    margin: 24px 0;
    padding: 24px;
    background: linear-gradient(135deg, #f0fdfd 0%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid #e0f7f8;
}

.price-per-user {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px dashed #e0e7eb;
    margin-bottom: 20px;
}

.per-user-label {
    display: block;
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 8px;
    font-weight: 500;
}

.price-per-user-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

.discount-price {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0ea4ad;
    line-height: 1;
}

.per-month {
    font-size: 1.1rem;
    color: #6b7280;
    font-weight: 500;
}

.total-price-section {
    text-align: center;
}

.total-price-label {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 12px;
    font-weight: 500;
}

.total-price-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.total-price {
    font-size: 3rem;
    font-weight: 700;
    color: #1a202c;
    line-height: 1;
}

.vat-note {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
}

.yearly-savings {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    background: #d9f2e2;
    border-radius: 8px;
    color: #059669;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 12px;
}

.yearly-savings i {
    font-size: 1rem;
}

.price {
    font-size: 1.5rem;
    color: #9ca3af;
    text-decoration: line-through;
}

.prices-right .description {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 2rem;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #0ea4ad;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.prices-right .description i {
    color: #0ea4ad;
    margin-top: 2px;
    flex-shrink: 0;
}

.prices-cta {
    margin-bottom: 2rem;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    margin-bottom: 1.5rem;
}

.features-list h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.features-list h5 i {
    font-size: 0.9rem;
}

.features-list p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

.prices-cta.btn {
    background: #0ea4ad;
    color: white;
    border: none;
}

.prices-cta.btn:hover {
    background: #0d8a92;
    color: white;
}

/* ===============================
   POPULAR BLOGS SECTION
   =============================== */
#popularBlogsSection {
    padding: 80px 0;
    background: #f8f9fa;
    background-image: 
    background-size: 40px 40px;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 2rem;
}

.blogs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.first-blog-card {
    background: #d9f2e2;
    border-radius: 24px;
    padding: 40px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.first-blog-card a {
    text-decoration: none;
    color: inherit;
}

.blog-image-placeholder {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 2rem;
    width: 100%;
    height: 300px;
    background: #f8f9fa;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-image-placeholder .iconify {
    color: #0ea4ad;
}

.blog-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.blogs-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e0e7eb;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #0ea4ad;
}

.blog-icon {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 12px;
}

.blog-icon .iconify {
    color: #0ea4ad;
}
    background: #f8f9fa;
    border-radius: 12px;
    flex-shrink: 0;
}

.blog-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a202c;
    margin: 0;
}

.blog-card a {
    text-decoration: none;
    color: inherit;
    flex: 1;
}

.other-blogs {
    margin-top: 20px;
}

.other-blogs a {
    color: #0ea4ad;
    text-decoration: none;
    font-weight: 600;
}

.other-blogs a:hover {
    text-decoration: underline;
}

/* ===============================
   TESTIMONIALS SECTION
   =============================== */
#testimonialsSection {
    padding: 80px 0;
    background: #ffffff;
}

#testimonialsSection .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.testimonials-left h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.testimonials-left > div > p {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.6;
}

.trust-us {
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
}

.trust-us span {
    font-size: 3rem;
    color: #0ea4ad;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 800;
    transition: transform 0.3s ease;
}

.trust-us span.counted {
    transform: scale(1.1);
    animation: pulse 0.5s ease;
}

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

.testimonial {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 24px;
    border: 1px solid #e0e7eb;
}

.testimonial-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 1.5rem;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
}

.testimonial-avatar .iconify {
    color: #0ea4ad;
}

.testimonial-info h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
}

.testimonial-info p {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
}

.testimonial > p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ===============================
   FAQS SECTION
   =============================== */
#faqsSection {
    padding: 80px 0;
    background: #f8f9fa;
    background-image: 
    background-size: 40px 40px;
}

#faqsSection > .container > h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

#faqsSection > .container > p {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 3rem;
}

.faqs-content {
    max-width: 800px;
    margin: 0 auto;
}

.faq-accordion {
    margin-top: 2rem;
}

.faq-item {
    margin-bottom: 1rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

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

.faq-question:hover {
    color: #0ea4ad;
}

.faq-question:focus {
    outline: 2px solid #0ea4ad;
    outline-offset: -2px;
}

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #0ea4ad;
    transition: transform 0.3s ease;
}

.faq-item[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
}

.faq-item[aria-expanded="true"] .faq-answer {
    max-height: 500px;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq-answer p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
    padding-top: 1rem;
}

.faq-answer b {
    color: #0ea4ad;
    font-weight: 600;
}

/* ===============================
   ABOUT US SECTION (Hakkımızda)
   =============================== */
.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 3rem;
}

.about-stat-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0ea4ad 0%, #14b8c6 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.about-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(14, 164, 173, 0.15);
}

.about-stat-card:hover::before {
    transform: scaleX(1);
}

.stat-icon-wrapper {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.about-stat-card:hover .stat-icon-wrapper {
    background: linear-gradient(135deg, #0ea4ad 0%, #14b8c6 100%);
    transform: scale(1.1);
}

.stat-icon {
    font-size: 2rem;
    color: #0ea4ad;
    transition: color 0.3s ease;
}

.about-stat-card:hover .stat-icon {
    color: white;
}

.stat-content {
    width: 100%;
}

.stat-number {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.stat-label {
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 500;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .about-stat-card {
        padding: 1.5rem;
    }
    
    .stat-icon-wrapper {
        width: 56px;
        height: 56px;
        margin-bottom: 1rem;
    }
    
    .stat-icon {
        font-size: 1.75rem;
    }
    
    .stat-number {
        font-size: 1.75rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .about-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* ===============================
   FOOTER
   =============================== */
#mainFooter {
    padding: 60px 0 100px;
    background: #ffffff;
    margin-bottom: 0;
}

#mainFooter .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer CTA Section */
.footer-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #e0e7eb;
}

.footer-cta-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.footer-cta-content p {
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
}

/* Footer Main Section */
.footer-main {
    margin-bottom: 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
}

/* Footer Navigation */
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-nav li {
    margin: 0;
}

.footer-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b7280;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer-nav a:hover {
    color: #0ea4ad;
    text-decoration: none;
}

.footer-nav .iconify {
    font-size: 1.1rem;
    color: #0ea4ad;
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
}

.contact-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0f2f7;
    border-radius: 10px;
    flex-shrink: 0;
}

.contact-icon .iconify {
    font-size: 1.3rem;
    color: #0ea4ad;
}

.contact-icon.whatsapp {
    background: #e8f5e9;
}

.contact-icon.whatsapp .iconify {
    color: #25d366;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-label {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

.contact-details a,
.contact-details span {
    font-size: 0.95rem;
    color: #1a202c;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-details a:hover {
    color: #0ea4ad;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #e0e7eb;
}

.footer-copyright {
    color: #6b7280;
    font-size: 0.9rem;
}

.footer-copyright p {
    margin: 0;
}

.footer-copyright strong {
    color: #1a202c;
    font-weight: 600;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 10px;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-link:hover {
    background: #0ea4ad;
    color: white;
    transform: translateY(-2px);
}

.social-link .iconify {
    font-size: 1.3rem;
}

/* Footer Responsive Styles */
@media (max-width: 768px) {
    #mainFooter {
        padding: 40px 0 60px;
    }

    .footer-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 30px 0;
        margin-bottom: 40px;
    }

    .footer-cta-content h2 {
        font-size: 1.5rem;
    }

    .footer-cta-content p {
        font-size: 0.9rem;
    }

    .footer-cta .btn {
        width: 100%;
        justify-content: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-top: 20px;
    }

    .footer-social {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    #mainFooter {
        padding: 30px 0 40px;
    }

    #mainFooter .container {
        padding: 0 16px;
    }

    .footer-cta {
        padding: 24px 0;
        margin-bottom: 30px;
    }

    .footer-cta-content h2 {
        font-size: 1.25rem;
    }

    .footer-main {
        margin-bottom: 30px;
    }

    .footer-grid {
        gap: 30px;
    }

    .footer-title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .contact-item {
        padding: 10px 0;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
    }

    .contact-icon .iconify {
        font-size: 1.1rem;
    }
}

/* ===============================
   ANIMATIONS & ENHANCEMENTS
   =============================== */

/* Scroll animations */
section {
    transition: opacity 0.6s ease, transform 0.6s ease;
    opacity: 1; /* Default visible */
    transform: translateY(0); /* Default position */
}

/* Feature cards hover effect */
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}

.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Section headers */
.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
}

/* Button ripple effect */
.animated-button,
.btn-primary,
.hero-cta-button {
    position: relative;
    overflow: hidden;
}

/* Form focus states */
.form-group.focused .form-label {
    color: #0ea4ad;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Pricing switch animation */
.switch-slider {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.prices {
    transition: transform 0.2s ease;
}

/* Testimonial fade */
.testimonial {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Highlight items hover */
.highlight-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Blog cards hover */
.blog-card,
.first-blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover,
.first-blog-card:hover {
    transform: translateY(-3px);
}

/* Counter animation */
.trust-us span {
    transition: all 0.3s ease;
}

/* Mobile menu button */
.mobile-menu-btn {
    display: none;
}

@media (max-width: 992px) {
    .mobile-menu-btn {
        display: flex;
    }
}

/* Custom cursor (desktop only) */
@media (min-width: 769px) {
    .custom-cursor {
        mix-blend-mode: difference;
    }
}

/* Loading states */
img[loading="lazy"] {
    transition: opacity 0.3s ease;
}

/* Smooth transitions for all interactive elements */
a, button, input, select, textarea {
    transition: all 0.2s ease;
}

/* Header transform transition */
#loginHeader {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* ===============================
   LOGIN SECTION (EN ALTA)
   =============================== */
/* ===============================
   LOGIN MODAL (POP-UP)
   =============================== */
.login-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

.login-modal-overlay[style*="display: none"] {
    display: none !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.login-modal-container {
    width: 100%;
    max-width: 500px;
    position: relative;
    animation: slideUp 0.3s ease;
}

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

.login-modal-content {
    position: relative;
    width: 100%;
}

.login-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10001;
}

.login-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.login-modal-close .iconify {
    font-size: 2rem;
}

/* ===============================
   OLD LOGIN SECTION (HIDDEN)
   =============================== */
#loginSection {
    display: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: none;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    display: flex;
    opacity: 1;
}

.modal-container {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 480px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    position: relative;
}

.modal-overlay.active .modal-container {
    transform: scale(1);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: color 0.2s ease;
    border-radius: 8px;
}

.modal-close:hover {
    color: #0ea4ad;
    background: #f3f4f6;
}

.modal-close .iconify {
    font-size: 24px;
}

.modal-body {
    padding: 32px;
}

/* Override Bootstrap btn-primary for login page */
#loginPageBody .btn-primary,
#loginPageBody .btn-primary:not(.header-btn-primary):not(.hero-cta-button) {
    background: #0ea4ad !important;
    border-color: #0ea4ad !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(14, 164, 173, 0.25) !important;
}

#loginPageBody .btn-primary:hover,
#loginPageBody .btn-primary:not(.header-btn-primary):not(.hero-cta-button):hover {
    background: #0d8a92 !important;
    border-color: #0d8a92 !important;
    color: white !important;
    box-shadow: 0 6px 16px rgba(14, 164, 173, 0.35) !important;
}

/* ===============================
   LOGIN BOX (SOFTENWISE STYLE)
   =============================== */
.login-modal-content #loginBox {
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    padding: 48px 40px;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e7eb;
    animation: fadeInUp 0.4s ease forwards;
    opacity: 1;
    position: relative;
    margin: 0 auto;
}

/* Modal içindeki loginBox için özel stiller */
.modal-body #loginBox {
    width: 100%;
}

.modal-body .form-control,
.modal-body .form-label {
    width: 100%;
}

.modal-body .form-group {
    margin-bottom: 1.5rem;
}

.modal-body .form-check {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===============================
   LOGIN TITLE
   =============================== */
#loginTitle {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.5rem;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

#loginBox .text-muted {
    color: #6b7280 !important;
    font-size: 0.95rem;
    text-align: center;
    display: block;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

/* ===============================
   FORM CONTROLS
   =============================== */
.form-control, .form-control-sm {
    border: 1px solid #d1d5db;
    border-radius: 14px;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #1a202c;
    width: 100%;
    box-sizing: border-box;
}

.form-control:focus, .form-control-sm:focus {
    border-color: #0ea4ad;
    box-shadow: 0 0 0 4px rgba(14, 164, 173, 0.1);
    outline: none;
    background: #ffffff;
}

.form-control:hover, .form-control-sm:hover {
    border-color: #9ca3af;
}

.form-control::placeholder {
    color: #6b7280;
    opacity: 0.6;
}

.form-label {
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.625rem;
    font-size: 0.95rem;
    display: block;
}

/* ===============================
   LOGIN BUTTON (MEDIBULUT STYLE)
   =============================== */
#loginButton {
    background: #0ea4ad;
    border: none;
    border-radius: 14px;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(14, 164, 173, 0.3);
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 1.5rem;
    cursor: pointer;
}

#loginButton .arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

#loginButton:hover .arrow {
    transform: translateX(4px);
}

#loginButton:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(14, 164, 173, 0.4);
    background: #0d8a92;
}

#loginButton:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(14, 164, 173, 0.3);
}

#loginButton:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(14, 164, 173, 0.2), 0 4px 16px rgba(14, 164, 173, 0.3);
}

/* ===============================
   CHECKBOX
   =============================== */
.form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #d0d0d8;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.form-check-input:checked {
    background-color: #0ea4ad;
    border-color: #0ea4ad;
}

.form-check-input:focus {
    border-color: #0ea4ad;
    box-shadow: 0 0 0 3px rgba(14, 164, 173, 0.15);
}

.form-check-label {
    color: #6b7280;
    font-size: 0.95rem;
    margin-left: 10px;
    cursor: pointer;
}

/* ===============================
   ERROR & WARNING BOXES
   =============================== */
#loginErrorBox {
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 14px;
    padding: 0.875rem 1.125rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

#sessionTerminatedBox {
    background: #fef3c7;
    border: 1px solid #fde68a;
    color: #92400e;
    border-radius: 14px;
    padding: 0.875rem 1.125rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ===============================
   TENANT GROUP (CENTERED)
   =============================== */
#tenantGroup {
    text-align: center;
    margin-bottom: 2rem;
}

#tenantLabel {
    text-align: center !important;
}

#tenantSelect {
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
}

/* ===============================
   PASSWORD TOGGLE
   =============================== */
#togglePasswordBtn {
    color: #6b7280;
    transition: color 0.2s ease;
    z-index: 10;
}

#togglePasswordBtn:hover {
    color: #0ea4ad;
    opacity: 1;
}

/* ===============================
   FORM GROUPS SPACING
   =============================== */
#emailGroup, #passwordGroup {
    margin-bottom: 1.5rem;
}

/* ===============================
   RESPONSIVE DESIGN
   =============================== */

/* TABLET (≤992px) */
@media (max-width: 992px) {
    #loginHeader {
        padding: 14px 24px;
    }

    #loginHeaderNav {
        display: none;
    }

    .header-btn-secondary,
    .header-btn-primary {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    #heroSection {
        padding: 160px 0 80px;
    }

    #heroTitle {
        font-size: 2rem;
    }

    .login-modal-container {
        max-width: 480px;
    }

    .login-modal-content #loginBox {
        padding: 40px 32px;
    }
}

/* TABLET / BÜYÜK TELEFON (≤768px) */
@media (max-width: 768px) {
    #loginHeader {
        padding: 12px 20px;
        flex-wrap: nowrap;
    }

    #loginHeaderNav {
        display: none; /* Hide nav on mobile */
    }

    #loginHeaderActions {
        gap: 12px;
    }

    .header-btn-secondary {
        display: none; /* Hide secondary button on mobile */
    }

    .header-btn-primary {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    #heroSection {
        padding: 140px 24px 60px;
        min-height: 50vh;
    }

    #heroSection .container {
        padding: 0 24px;
    }

    #heroTitle {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    #heroDescription {
        font-size: 1rem;
    }

    #heroDescription {
        font-size: 1rem;
    }

    /* MBYS badge removed */

    .fixed-bar {
        padding: 12px 16px;
    }

    .bar-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .bar-content .text {
        font-size: 0.9rem;
    }

    .highlight-item {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 60px;
    }

    .highlight-item:nth-child(even) {
        direction: ltr;
    }
    
    .highlight-image::before {
        opacity: 0.25;
    }
    
    .highlight-item:nth-child(2) .highlight-image::before {
        filter: blur(0.2px); /* Mobilde de hafif blur */
    }
    
    .highlight-placeholder {
        opacity: 0.05;
    }

    #pricesSection .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blogs-grid {
        grid-template-columns: 1fr;
    }

    #testimonialsSection .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-cta {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .login-modal-container {
        max-width: 100%;
        padding: 0 16px;
    }

    .login-modal-content #loginBox {
        width: 100%;
        padding: 36px 24px;
        border-radius: 20px;
    }
    
    .login-modal-close {
        top: -40px;
        right: 16px;
    }

    #loginTitle {
        font-size: 1.875rem;
    }
}

/* TELEFON (≤480px) */
@media (max-width: 480px) {
    #loginPageBody {
        background: #ffffff;
    }

    #loginHeader {
        padding: 12px 16px;
    }

    #loginHeaderLogo {
        font-size: 1.25rem;
    }

    #loginHeaderLogo .logo-subtitle {
        font-size: 0.7rem;
    }

    #heroSection {
        padding: 100px 20px 40px;
        min-height: auto;
    }

    #heroSection .container {
        padding: 0 20px;
    }

    #heroTitle {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    #heroDescription {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .hero-cta-button {
        padding: 12px 24px;
        font-size: 0.95rem;
    }

    .hero-subtext {
        font-size: 0.8rem;
    }

    /* MBYS badge removed */

    .fixed-bar {
        padding: 12px 16px;
    }

    .bar-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .bar-content .text {
        font-size: 0.9rem;
    }

    #mobileAppSection {
        padding: 60px 20px;
    }

    #mobileAppSection h2 {
        font-size: 1.5rem;
    }

    .highlight-item {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .highlight-image {
        min-height: 200px;
    }

    #pricesSection,
    #fiyatlar.prices-section {
        padding: 60px 20px;
    }

    #pricesSection .container,
    #fiyatlar.prices-section .container {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .blogs-grid {
        grid-template-columns: 1fr;
    }

    .first-blog-card {
        min-height: 300px;
        padding: 24px;
    }

    #testimonialsSection {
        padding: 60px 20px;
    }

    #testimonialsSection .container {
        grid-template-columns: 1fr;
    }

    #faqsSection {
        padding: 60px 20px;
    }

    #mainFooter {
        padding: 50px 20px 25px;
    }
    
    .footer-cta {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 0;
        margin-bottom: 40px;
    }
    
    .footer-cta-content h2 {
        font-size: 1.75rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-title {
        font-size: 1.1rem;
    }
    
    .contact-item {
        padding: 14px;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .footer-social {
        justify-content: center;
        flex-wrap: wrap;
    }

    .login-modal-content #loginBox {
        padding: 32px 20px;
        border-radius: 16px;
    }
    
    .login-modal-close {
        top: -35px;
        font-size: 1.75rem;
    }

    #loginTitle {
        font-size: 1.75rem;
        text-align: center;
        margin-bottom: 0.75rem;
    }

    #loginBox .text-muted {
        margin-bottom: 2rem;
        font-size: 0.9rem;
    }

    .form-label {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
    }

    .form-control,
    .form-control-sm {
        font-size: 16px; /* iOS zoom fix */
        padding: 14px 16px;
        border-radius: 12px;
    }

    #togglePasswordBtn {
        top: 44px;
        font-size: 20px;
        right: 14px;
    }

    .form-check-input {
        width: 20px;
        height: 20px;
    }

    .form-check-label {
        font-size: 0.95rem;
    }

    #loginButton {
        font-size: 1rem;
        padding: 14px 20px;
        border-radius: 12px;
        margin-top: 1.5rem;
    }

    #tenantGroup {
        margin-bottom: 1.5rem;
    }

    #emailGroup, #passwordGroup {
        margin-bottom: 1.25rem;
    }
}

/* ÇOK KÜÇÜK TELEFON (≤360px) */
@media (max-width: 360px) {
    #loginBox {
        padding: 32px 20px 28px;
    }

    #loginTitle {
        font-size: 1.5rem;
    }

    .form-control,
    .form-control-sm {
        padding: 12px 14px;
    }
}

/* ===============================
   ACCESSIBILITY
   =============================== */
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

/* ===============================
   FORCE MOBILE FULL SCREEN LOGIN
   =============================== */
@media screen and (max-width: 480px) {
    html, body {
        height: 100% !important;
        overflow-x: hidden !important;
    }

    #loginPageBody {
        display: flex !important;
        flex-direction: column !important;
        min-height: 100vh !important;
        background: #ffffff !important;
    }

    #loginSection {
        padding: 40px 0 !important;
    }

    #loginBox {
        position: relative !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 36px 24px 32px !important;
        border-radius: 20px !important;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .form-control,
    .form-control-sm {
        font-size: 16px !important;
        padding: 14px 16px !important;
        height: auto !important;
        border-radius: 12px !important;
    }

    .form-label {
        font-size: 0.95rem !important;
        margin-bottom: 0.5rem !important;
    }

    #loginButton {
        font-size: 1rem !important;
        padding: 14px 20px !important;
        border-radius: 12px !important;
        margin-top: 1.5rem !important;
    }

    #togglePasswordBtn {
        top: 44px !important;
        font-size: 20px !important;
        right: 14px !important;
    }
}

/* ===============================
   SHOWCASE BACKGROUND IMAGES
   =============================== */
.showcase-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: none;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

.showcase-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(248, 250, 251, 0.9) 100%);
    z-index: 1;
    pointer-events: none;
}

.showcase-content {
    position: relative;
    z-index: 2;
}

/* Hero Section Background */
#heroSection {
    position: relative;
    overflow: hidden;
}

#heroSection::before {
    display: none;
}

#heroContent {
    position: relative;
    z-index: 2;
}

/* Feature Cards Background */
.feature-card {
    position: relative;
    overflow: hidden;
}

/* Feature cards - NO background images, clean design */
.feature-card::before {
    display: none;
}

/* Klinik Ayarları card - 11 dil özelliği için özel görsel */
.feature-card-language::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/assets/images/login/showcase/multi-language-arabic.png');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
    filter: blur(0.5px);
}

.feature-card > * {
    position: relative;
    z-index: 2;
}

/* Feature cards - Clean design without background images */

/* Language & Country Showcase - REMOVED (integrated into features) */
/* Role Management Showcase - REMOVED (integrated into features) */

/* Login Section Background */
#loginSection {
    position: relative;
    overflow: hidden;
}

/* Login section - NO background images, clean design */
#loginSection::before {
    display: none;
}

#loginBox {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: none;
}

#loginBox::before {
    display: none;
}

/* Responsive Showcase */
@media (max-width: 992px) {
    #heroSection::before {
        display: none;
    }
}

@media (max-width: 768px) {
    #loginSection::before {
        display: none;
    }
}
