/* =============================================
   PREMIUM MEDICAL DESIGN SYSTEM
   Palette: Deep Navy + Teal + Slate
   ============================================= */

:root {
    --navy-900: #0a0f1e;
    --navy-800: #0d1426;
    --teal-400: #2dd4bf;
    --teal-500: #14b8a6;
    --blue-500: #3b82f6;
}

html, body {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: transparent;
    color: #e2e8f0;
}

a, .btn-link {
    color: #2dd4bf;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    border: none;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #2dd4bf;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* ---- Navbar ---- */
.nav-premium {
    background: rgba(10, 15, 30, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-scrolled {
    background: rgba(10, 15, 30, 0.96) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.nav-link-premium {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0.875rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    text-decoration: none;
    letter-spacing: 0.01em;
}

.nav-link-premium:hover,
.nav-link-premium.active {
    color: #2dd4bf;
    background: rgba(45, 212, 191, 0.08);
}

.nav-cta-premium {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 0.625rem;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.3);
    letter-spacing: 0.01em;
}

.nav-cta-premium:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(20, 184, 166, 0.5);
    color: #fff;
}

.mobile-nav-link {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.625rem 0.875rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

.mobile-nav-link:hover {
    color: #2dd4bf;
    background: rgba(45, 212, 191, 0.08);
}

/* ---- Hero Card ---- */
.hero-card {
    background: linear-gradient(135deg, rgba(10, 15, 30, 0.82) 0%, rgba(13, 20, 38, 0.88) 100%);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(45, 212, 191, 0.2);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.5), transparent);
}

.text-gradient-teal {
    background: linear-gradient(135deg, #2dd4bf, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ---- Buttons ---- */
.btn-primary-premium {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.75rem 1.75rem;
    border-radius: 0.625rem;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.35);
    letter-spacing: 0.02em;
}

.btn-primary-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(20, 184, 166, 0.5);
    color: #fff;
}

.btn-secondary-premium {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.75rem 1.75rem;
    border-radius: 0.625rem;
    text-decoration: none;
    transition: all 0.25s ease;
    backdrop-filter: blur(8px);
}

.btn-secondary-premium:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(45, 212, 191, 0.5);
    color: #2dd4bf;
    transform: translateY(-2px);
}

/* ---- Premium Card ---- */
.premium-card {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.92) 0%, rgba(17, 24, 39, 0.96) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.15);
    border-radius: 1.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.03);
    position: relative;
    overflow: hidden;
}

.premium-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.4), rgba(59, 130, 246, 0.4), transparent);
}

/* ---- Footer ---- */
.footer-premium {
    background: linear-gradient(180deg, #0a0f1e 0%, #060a14 100%);
    border-top: 1px solid rgba(45, 212, 191, 0.12);
}

.footer-link {
    display: flex;
    align-items: center;
    color: #94a3b8;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 0.2rem 0;
}

.footer-link:hover {
    color: #2dd4bf;
    padding-left: 0.5rem;
}

.social-icon-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.625rem;
    color: #94a3b8;
    transition: all 0.25s ease;
    text-decoration: none;
}

.social-icon-premium:hover {
    background: rgba(45, 212, 191, 0.12);
    border-color: rgba(45, 212, 191, 0.4);
    color: #2dd4bf;
    transform: translateY(-2px);
}

/* ---- Contact Social Buttons ---- */
.contact-social-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    text-decoration: none;
    transition: all 0.25s ease;
    min-width: 90px;
}

.contact-social-btn:hover {
    background: rgba(45, 212, 191, 0.08);
    border-color: rgba(45, 212, 191, 0.35);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* ---- Carousel ---- */
.carousel-wrapper { position: relative; max-width: 900px; margin: auto; overflow: hidden; }
.carousel-track { display: flex; justify-content: center; align-items: center; gap: 1rem; transition: transform 0.5s ease; }
.carousel-card { width: 220px; transition: transform 0.4s ease, z-index 0.4s ease; position: relative; opacity: 0.6; transform: scale(0.9); z-index: 1; }
.carousel-card.center { transform: scale(1.1); opacity: 1; z-index: 3; }
.carousel-card.left, .carousel-card.right { z-index: 2; }
.carousel-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(13,20,38,0.8); border: 1px solid rgba(45,212,191,0.3); font-size: 2rem; padding: 0 0.5rem; cursor: pointer; z-index: 10; color: #2dd4bf; border-radius: 6px; }
.carousel-nav.left { left: 0; }
.carousel-nav.right { right: 0; }
.carousel-card img { object-fit: cover; height: 160px; }

/* ---- Loading Spinner ---- */
.loading-container { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 150px; }
.spinner { width: 40px; height: 40px; border: 4px solid rgba(45, 212, 191, 0.15); border-top-color: #2dd4bf; border-radius: 50%; animation: spin 1s linear infinite; }

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ---- Section Effects ---- */
.effect-container { position: relative; width: 100%; padding: 0px 0; transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out; }
.fade-out { opacity: 0; transform: translateY(-400px); }
.fade-in { opacity: 1; transform: translateY(0); }

/* ---- Misc ---- */
.fixed-top { position: fixed; top: 0; width: 100%; z-index: 1030; background: transparent; backdrop-filter: blur(10px); }
.navbar-toggler-icon { filter: invert(100%); }

/* =============================================
   NAVBAR - MODERN MEDICAL PREMIUM DESIGN
   Solid background with backdrop blur
   ============================================= */

/* Main navbar container */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Accent line at top */
.nav-accent-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2dd4bf 20%, #3b82f6 50%, #2dd4bf 80%, transparent);
}

/* Navbar background - solid with blur */
.nav-container {
    background: linear-gradient(135deg, rgba(10, 15, 30, 0.95), rgba(13, 20, 38, 0.98));
    backdrop-filter: blur(30px) saturate(150%);
    -webkit-backdrop-filter: blur(30px) saturate(150%);
    border-bottom: 1px solid rgba(45, 212, 191, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: 0 1.5rem;
}

/* Content wrapper */
.nav-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

/* Scrolled state - more opaque */
.main-nav.nav-scrolled .nav-container {
    background: linear-gradient(135deg, rgba(10, 15, 30, 0.98), rgba(13, 20, 38, 1));
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
}

/* Logo section */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    flex-shrink: 0;
}

.nav-logo-ring {
    position: relative;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.15), rgba(59, 130, 246, 0.15));
    border-radius: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo-ring::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(135deg, #2dd4bf, #3b82f6);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.nav-logo-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.nav-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.nav-brand-name {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.nav-subtitle {
    color: #2dd4bf;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Desktop navigation links */
.nav-links {
    display: none;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
}

.nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: all 0.25s ease;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #2dd4bf, #3b82f6);
    transition: width 0.25s ease;
}

.nav-link:hover {
    color: #2dd4bf;
    background: rgba(45, 212, 191, 0.08);
}

.nav-link:hover::after {
    width: 50%;
}

.nav-link.active {
    color: #2dd4bf;
    background: rgba(45, 212, 191, 0.12);
}

/* Divider */
.nav-divider {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 0.75rem;
}

/* CTA Button */
.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.35);
    letter-spacing: 0.01em;
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(20, 184, 166, 0.5);
    color: #ffffff;
}

.nav-cta-icon {
    width: 14px;
    height: 14px;
}

/* Mobile toggle button */
.nav-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.nav-mobile-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav-mobile-toggle:focus {
    outline: none;
}

.nav-mobile-icon {
    width: 24px;
    height: 24px;
}

/* Mobile menu */
.nav-mobile-menu {
    background: linear-gradient(135deg, rgba(10, 15, 30, 0.98), rgba(13, 20, 38, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(45, 212, 191, 0.15);
}

.nav-mobile-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem;
}

.nav-mobile-link {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.nav-mobile-link:hover,
.nav-mobile-link.active {
    color: #2dd4bf;
    background: rgba(45, 212, 191, 0.08);
}

.nav-mobile-cta-wrapper {
    padding-top: 0.75rem;
}

.nav-cta-mobile {
    width: 100%;
    justify-content: center;
}

.nav-mobile-hidden {
    display: none;
}

/* Desktop - show nav links, hide mobile toggle */
@media (min-width: 768px) {
    .nav-links {
        display: flex;
    }

    .nav-mobile-toggle {
        display: none;
    }

    .nav-brand-name {
        font-size: 1.125rem;
    }

    .nav-subtitle {
        font-size: 0.7rem;
    }
}

/* Mobile - smaller logo */
@media (max-width: 767px) {
    .nav-logo-ring {
        width: 40px;
        height: 40px;
    }

    .nav-logo-img {
        width: 36px;
        height: 36px;
    }

    .nav-brand-name {
        font-size: 0.9rem;
    }

    .nav-subtitle {
        font-size: 0.6rem;
    }
}


/* =============================================
   SERVICE CARDS - PREMIUM MEDICAL DESIGN
   Enhanced cards for service listings
   ============================================= */

/* Loading state */
.services-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    gap: 1rem;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(45, 212, 191, 0.2);
    border-top-color: #2dd4bf;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loading-text {
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Action bar */
.services-action-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.75rem 1.75rem;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
}

.action-btn-primary {
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.35);
}

.action-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(20, 184, 166, 0.5);
    color: #ffffff;
}

.action-btn-secondary {
    background: rgba(59, 130, 246, 0.85);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.35);
}

.action-btn-secondary:hover {
    background: rgba(59, 130, 246, 1);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.5);
    color: #ffffff;
}

.action-btn-icon {
    width: 18px;
    height: 18px;
}

/* Service cards grid */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
}

/* Individual service card */
.service-card {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(30px) saturate(120%);
    -webkit-backdrop-filter: blur(30px) saturate(120%);
    border: 1px solid rgba(45, 212, 191, 0.18);
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 550px;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(45, 212, 191, 0.35);
    box-shadow: 
        0 30px 70px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(45, 212, 191, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

/* Card accent line */
.service-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #2dd4bf 30%, #3b82f6 50%, #2dd4bf 70%, transparent);
    z-index: 10;
}

/* Image section */
.service-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card:hover .service-image {
    transform: scale(1.08);
}

.service-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(13, 20, 38, 1), transparent);
    pointer-events: none;
}

/* Content section */
.service-content {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1rem;
}

.service-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.service-description {
    font-size: 0.875rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* Badges */
.service-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.service-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.375rem 0.875rem;
    border-radius: 1rem;
    letter-spacing: 0.02em;
}

.badge-icon {
    width: 12px;
    height: 12px;
}

.badge-new {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #86efac;
}

.badge-offer {
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.3);
    color: #fde047;
}

.badge-featured {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #93c5fd;
}

/* Service details */
.service-details {
    flex: 1;
    overflow: hidden;
}

.service-detail-text {
    font-size: 0.875rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0;
}

.service-detail-image {
    width: 100%;
    border-radius: 0.75rem;
    margin-top: 0.5rem;
}

/* CTA section */
.service-cta {
    margin-top: auto;
    padding-top: 1rem;
}

.service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.875rem 1.5rem;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.3);
}

.service-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(20, 184, 166, 0.5);
    color: #ffffff;
}

.service-btn-icon {
    width: 18px;
    height: 18px;
}

/* Responsive Grid */
@media (min-width: 640px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-action-bar {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }
}

@media (max-width: 639px) {
    .service-card {
        height: auto;
        min-height: 500px;
    }

    .service-content {
        padding: 1.25rem;
    }

    .service-title {
        font-size: 1.15rem;
    }

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


/* =============================================
   CAROUSEL - PREMIUM MEDICAL DESIGN
   ============================================= */

.carousel-premium {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 1.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.carousel-track-premium {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide-premium {
    min-width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carousel-overlay-premium {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 15, 30, 0.7), rgba(13, 20, 38, 0.85));
    backdrop-filter: blur(2px);
}

.carousel-content-premium {
    position: relative;
    z-index: 10;
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.9), rgba(17, 24, 39, 0.95));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.25);
    border-radius: 1.5rem;
    padding: 2.5rem;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.carousel-title-premium {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.carousel-description-premium {
    font-size: 1rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0;
}

.carousel-btn-premium {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(13, 20, 38, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(45, 212, 191, 0.3);
    color: #2dd4bf;
    padding: 1rem;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 20;
}

.carousel-btn-premium:hover {
    background: rgba(13, 20, 38, 0.95);
    border-color: rgba(45, 212, 191, 0.6);
    transform: translateY(-50%) scale(1.1);
}

.carousel-btn-prev {
    left: 1rem;
}

.carousel-btn-next {
    right: 1rem;
}

.carousel-btn-icon {
    width: 24px;
    height: 24px;
}

.carousel-indicators-premium {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 20;
}

.carousel-indicator-premium {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-indicator-premium:hover {
    background: rgba(255, 255, 255, 0.5);
}

.carousel-indicator-premium.active {
    background: #2dd4bf;
    border-color: #2dd4bf;
    width: 32px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .carousel-slide-premium {
        height: 300px;
    }

    .carousel-content-premium {
        padding: 1.5rem;
        max-width: 90%;
    }

    .carousel-title-premium {
        font-size: 1.5rem;
    }

    .carousel-description-premium {
        font-size: 0.9rem;
    }

    .carousel-btn-premium {
        padding: 0.75rem;
    }
}

/* =============================================
   FEATURED SERVICES LIST - ALTERNATING LAYOUT
   ============================================= */

.featured-action-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.featured-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.75rem 1.75rem;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
}

.featured-btn-primary {
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.35);
}

.featured-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(20, 184, 166, 0.5);
    color: #ffffff;
}

.featured-btn-secondary {
    background: rgba(59, 130, 246, 0.85);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.35);
}

.featured-btn-secondary:hover {
    background: rgba(59, 130, 246, 1);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.5);
    color: #ffffff;
}

.featured-btn-icon {
    width: 18px;
    height: 18px;
}

.featured-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 0 1rem;
}

.featured-item {
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(30px) saturate(120%);
    -webkit-backdrop-filter: blur(30px) saturate(120%);
    border: 1px solid rgba(45, 212, 191, 0.2);
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

.featured-item:hover {
    transform: translateY(-4px);
    border-color: rgba(45, 212, 191, 0.35);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(45, 212, 191, 0.25);
}

.featured-image-section {
    width: 100%;
    position: relative;
}

.featured-image-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.featured-item:hover .featured-image {
    transform: scale(1.05);
}

.featured-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(13, 20, 38, 1), transparent);
}

.featured-content-section {
    width: 100%;
    padding: 2rem;
}

.featured-content-inner {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.featured-item-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #ef4444;
    margin: 0;
    line-height: 1.2;
}

.featured-item-description {
    font-size: 0.95rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0;
}

.featured-item-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.875rem 1.75rem;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.3);
    align-self: flex-start;
}

.featured-item-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(20, 184, 166, 0.5);
    color: #ffffff;
}

.featured-item-btn-icon {
    width: 18px;
    height: 18px;
}

/* Desktop Layout - Side by Side */
@media (min-width: 768px) {
    .featured-item {
        flex-direction: row;
    }

    .featured-item-reverse {
        flex-direction: row-reverse;
    }

    .featured-image-section,
    .featured-content-section {
        width: 50%;
    }

    .featured-image-wrapper {
        height: 100%;
        min-height: 350px;
    }

    .featured-content-section {
        display: flex;
        align-items: center;
        padding: 2.5rem;
    }

    .featured-action-bar {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .featured-item-title {
        font-size: 1.4rem;
    }

    .featured-content-section {
        padding: 1.5rem;
    }

    .featured-action-btn {
        width: 100%;
        justify-content: center;
    }
}


/* =============================================
   MAIN LAYOUT STRUCTURE
   ============================================= */

.app-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 60px; /* Navbar height */
}

.app-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.app-main {
    flex: 1;
    width: 100%;
}

.app-footer-wrapper {
    width: 100%;
}

@media (max-width: 767px) {
    .app-wrapper {
        padding-top: 56px; /* Smaller navbar on mobile */
    }
}


/* =============================================
   MAIN LAYOUT STRUCTURE
   ============================================= */

.app-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 60px; /* Navbar height */
}

.app-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.app-main {
    flex: 1;
    width: 100%;
}

.app-footer-wrapper {
    width: 100%;
}

@media (max-width: 767px) {
    .app-wrapper {
        padding-top: 56px; /* Smaller navbar on mobile */
    }
}


/* =============================================
   ABOUT US SECTION
   ============================================= */

.aboutus-section {
    min-height: 100vh;
    padding: 5rem 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aboutus-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 1rem;
}


/* =============================================
   NEW HERO SECTION - SPLIT LAYOUT
   ============================================= */

.hero-section-new {
    padding: 4rem 1rem;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-container-new {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

/* Left Content */
.hero-content-new {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-badge-new {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(45, 212, 191, 0.12);
    border: 1px solid rgba(45, 212, 191, 0.3);
    color: #5eead4;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    width: fit-content;
}

.hero-badge-icon-new {
    width: 16px;
    height: 16px;
}

.hero-heading-new {
    font-size: 2.75rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
}

.hero-highlight {
    background: linear-gradient(135deg, #2dd4bf, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text-new {
    font-size: 1.05rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0;
    max-width: 550px;
}

.hero-features-new {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #e2e8f0;
    font-size: 0.95rem;
}

.hero-feature-icon {
    width: 22px;
    height: 22px;
    color: #2dd4bf;
    flex-shrink: 0;
}

.hero-actions-new {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.hero-btn-primary-new {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.4);
}

.hero-btn-primary-new:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(20, 184, 166, 0.6);
    color: #ffffff;
}

.hero-btn-secondary-new {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.hero-btn-secondary-new:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(45, 212, 191, 0.5);
    color: #2dd4bf;
    transform: translateY(-3px);
}

.hero-btn-arrow,
.hero-btn-icon-secondary {
    width: 20px;
    height: 20px;
}

/* Right Visual */
.hero-visual-new {
    position: relative;
}

.hero-image-card {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.8), rgba(17, 24, 39, 0.9));
    border: 1px solid rgba(45, 212, 191, 0.2);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.hero-main-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-stats-card {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.25);
    border-radius: 1.25rem;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.hero-stat-item {
    text-align: center;
}

.hero-stat-number {
    font-size: 1.75rem;
    font-weight: 800;
    color: #2dd4bf;
    line-height: 1;
}

.hero-stat-label {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.25rem;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
}

/* Desktop Layout */
@media (min-width: 1024px) {
    .hero-container-new {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }

    .hero-heading-new {
        font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    .hero-heading-new {
        font-size: 2.25rem;
    }

    .hero-text-new {
        font-size: 0.95rem;
    }

    .hero-stats-card {
        padding: 1rem 1.5rem;
        gap: 1rem;
    }

    .hero-stat-number {
        font-size: 1.5rem;
    }
}

/* =============================================
   NEW CONTACT US PAGE - PROFESSIONAL LAYOUT
   ============================================= */

.contact-section-new {
    padding: 5rem 1rem;
    min-height: 100vh;
}

.contact-container-new {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-header-new {
    text-align: center;
    margin-bottom: 4rem;
}

.contact-badge-new {
    display: inline-block;
    background: rgba(45, 212, 191, 0.12);
    border: 1px solid rgba(45, 212, 191, 0.3);
    color: #2dd4bf;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    margin-bottom: 1.25rem;
}

.contact-title-new {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem 0;
}

.contact-subtitle-new {
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.contact-grid-new {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* Contact Info Cards */
.contact-info-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.contact-info-card {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.18);
    border-radius: 1.5rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.contact-info-card:hover {
    transform: translateY(-4px);
    border-color: rgba(45, 212, 191, 0.35);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.contact-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.15), rgba(59, 130, 246, 0.15));
    border: 1px solid rgba(45, 212, 191, 0.3);
}

.contact-icon-svg {
    width: 28px;
    height: 28px;
    color: #2dd4bf;
}

.contact-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
}

.contact-card-text {
    font-size: 0.9rem;
    color: #94a3b8;
    margin: 0 0 1rem 0;
}

.contact-card-link {
    font-size: 1rem;
    font-weight: 600;
    color: #2dd4bf;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-card-link:hover {
    color: #5eead4;
}

/* Action Section */
.contact-action-section {
    display: flex;
    flex-direction: column;
}

.contact-action-card {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.18);
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.contact-action-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1rem 0;
}

.contact-action-text {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.7;
    margin: 0 0 2rem 0;
}

.contact-social-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-social-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-social-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(45, 212, 191, 0.3);
    transform: translateX(4px);
}

.contact-social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    flex-shrink: 0;
}

.contact-social-icon svg {
    width: 22px;
    height: 22px;
}

.contact-social-facebook {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
}

.contact-social-youtube {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.contact-social-info {
    display: flex;
    flex-direction: column;
}

.contact-social-name {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.contact-social-desc {
    font-size: 0.85rem;
    color: #94a3b8;
}

.contact-cta-wrapper {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.4);
}

.contact-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(20, 184, 166, 0.6);
    color: #ffffff;
}

.contact-cta-icon {
    width: 20px;
    height: 20px;
}

/* Desktop Grid */
@media (min-width: 768px) {
    .contact-grid-new {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }

    .contact-info-section {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .contact-title-new {
        font-size: 2rem;
    }

    .contact-subtitle-new {
        font-size: 0.95rem;
    }

    .contact-action-card {
        padding: 2rem 1.5rem;
    }
}


/* =============================================
   TOP BANNER - INFO BAR
   ============================================= */

.top-banner-new {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.98), rgba(17, 24, 39, 1));
    border-bottom: 1px solid rgba(45, 212, 191, 0.15);
    padding: 0.75rem 1rem;
    margin-top: 60px;
}

.top-banner-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.top-banner-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.top-banner-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.top-banner-item:hover {
    color: #2dd4bf;
}

.top-banner-icon {
    width: 18px;
    height: 18px;
    color: #2dd4bf;
    flex-shrink: 0;
}

.top-banner-text {
    white-space: nowrap;
}

.top-banner-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.top-banner-social-label {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 500;
}

.top-banner-social-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    color: #94a3b8;
    transition: all 0.2s ease;
}

.top-banner-social-link:hover {
    background: rgba(45, 212, 191, 0.12);
    border-color: rgba(45, 212, 191, 0.4);
    color: #2dd4bf;
}

.top-banner-social-link svg {
    width: 16px;
    height: 16px;
}

@media (min-width: 768px) {
    .top-banner-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .top-banner-items {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .top-banner-new {
        margin-top: 56px;
    }

    .top-banner-items {
        gap: 1rem;
    }

    .top-banner-item {
        font-size: 0.8rem;
    }

    .top-banner-icon {
        width: 16px;
        height: 16px;
    }
}

/* =============================================
   NEW PRICING SECTION - CARD GRID LAYOUT
   ============================================= */

.pricing-section-new {
    padding: 5rem 1rem;
    min-height: 100vh;
}

.pricing-container-new {
    max-width: 1300px;
    margin: 0 auto;
}

.pricing-header-new {
    text-align: center;
    margin-bottom: 4rem;
}

.pricing-badge-new {
    display: inline-block;
    background: rgba(45, 212, 191, 0.12);
    border: 1px solid rgba(45, 212, 191, 0.3);
    color: #2dd4bf;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    margin-bottom: 1.25rem;
}

.pricing-title-new {
    font-size: 2.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1.25rem 0;
}

.pricing-subtitle-new {
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.pricing-grid-new {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

/* Pricing Cards */
.pricing-card-new {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.18);
    border-radius: 1.75rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.pricing-card-new:hover {
    transform: translateY(-6px);
    border-color: rgba(45, 212, 191, 0.35);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.pricing-card-featured {
    border-color: rgba(45, 212, 191, 0.4);
    box-shadow: 0 20px 50px rgba(45, 212, 191, 0.15);
}

.pricing-card-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #2dd4bf 30%, #3b82f6 50%, #2dd4bf 70%, transparent);
}

.pricing-featured-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.375rem 0.875rem;
    border-radius: 1rem;
}

.pricing-card-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
    border: 1px solid rgba(45, 212, 191, 0.3);
}

.pricing-icon-consultation {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
}

.pricing-icon-procedure {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.15), rgba(59, 130, 246, 0.15));
}

.pricing-icon-premium {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(245, 158, 11, 0.15));
}

.pricing-card-icon {
    width: 35px;
    height: 35px;
    color: #2dd4bf;
}

.pricing-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0 0 1rem 0;
}

.pricing-card-description {
    font-size: 0.95rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 2rem 0;
}

.pricing-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    flex: 1;
}

.pricing-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #cbd5e1;
}

.pricing-check-icon {
    width: 20px;
    height: 20px;
    color: #2dd4bf;
    flex-shrink: 0;
}

.pricing-card-cta {
    margin-top: auto;
}

.pricing-card-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pricing-btn-primary {
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.35);
}

.pricing-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(20, 184, 166, 0.55);
    color: #ffffff;
}

.pricing-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.pricing-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(45, 212, 191, 0.5);
    color: #2dd4bf;
    transform: translateY(-2px);
}

/* Footer Note */
.pricing-footer-note {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.18);
    border-radius: 1.25rem;
    padding: 2rem;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.pricing-note-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(45, 212, 191, 0.12);
    border-radius: 0.75rem;
    flex-shrink: 0;
}

.pricing-note-icon svg {
    width: 22px;
    height: 22px;
    color: #2dd4bf;
}

.pricing-note-text {
    font-size: 0.95rem;
    color: #cbd5e1;
    line-height: 1.7;
}

.pricing-note-text strong {
    color: #ffffff;
    font-weight: 600;
}

/* Responsive Grid */
@media (min-width: 768px) {
    .pricing-grid-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .pricing-grid-new {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .pricing-title-new {
        font-size: 2rem;
    }

    .pricing-subtitle-new {
        font-size: 0.95rem;
    }

    .pricing-card-new {
        padding: 2rem 1.5rem;
    }

    .pricing-footer-note {
        flex-direction: column;
        padding: 1.5rem;
    }
}


/* =============================================
   TOP BANNER - INFO BAR
   ============================================= */

.top-banner-new {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.98), rgba(17, 24, 39, 1));
    border-bottom: 1px solid rgba(45, 212, 191, 0.15);
    padding: 0.75rem 1rem;
    margin-top: 60px;
}

.top-banner-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.top-banner-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.top-banner-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.top-banner-item:hover {
    color: #2dd4bf;
}

.top-banner-icon {
    width: 18px;
    height: 18px;
    color: #2dd4bf;
    flex-shrink: 0;
}

.top-banner-text {
    white-space: nowrap;
}

.top-banner-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.top-banner-social-label {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 500;
}

.top-banner-social-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    color: #94a3b8;
    transition: all 0.2s ease;
}

.top-banner-social-link:hover {
    background: rgba(45, 212, 191, 0.12);
    border-color: rgba(45, 212, 191, 0.4);
    color: #2dd4bf;
}

.top-banner-social-link svg {
    width: 16px;
    height: 16px;
}

@media (min-width: 768px) {
    .top-banner-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .top-banner-items {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .top-banner-new {
        margin-top: 56px;
    }

    .top-banner-items {
        gap: 1rem;
    }

    .top-banner-item {
        font-size: 0.8rem;
    }

    .top-banner-icon {
        width: 16px;
        height: 16px;
    }
}

/* =============================================
   NEW PRICING SECTION - CARD GRID LAYOUT
   ============================================= */

.pricing-section-new {
    padding: 5rem 1rem;
    min-height: 100vh;
}

.pricing-container-new {
    max-width: 1300px;
    margin: 0 auto;
}

.pricing-header-new {
    text-align: center;
    margin-bottom: 4rem;
}

.pricing-badge-new {
    display: inline-block;
    background: rgba(45, 212, 191, 0.12);
    border: 1px solid rgba(45, 212, 191, 0.3);
    color: #2dd4bf;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    margin-bottom: 1.25rem;
}

.pricing-title-new {
    font-size: 2.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1.25rem 0;
}

.pricing-subtitle-new {
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.pricing-grid-new {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

/* Pricing Cards */
.pricing-card-new {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.18);
    border-radius: 1.75rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.pricing-card-new:hover {
    transform: translateY(-6px);
    border-color: rgba(45, 212, 191, 0.35);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.pricing-card-featured {
    border-color: rgba(45, 212, 191, 0.4);
    box-shadow: 0 20px 50px rgba(45, 212, 191, 0.15);
}

.pricing-card-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #2dd4bf 30%, #3b82f6 50%, #2dd4bf 70%, transparent);
}

.pricing-featured-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.375rem 0.875rem;
    border-radius: 1rem;
}

.pricing-card-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
    border: 1px solid rgba(45, 212, 191, 0.3);
}

.pricing-icon-consultation {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
}

.pricing-icon-procedure {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.15), rgba(59, 130, 246, 0.15));
}

.pricing-icon-premium {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(245, 158, 11, 0.15));
}

.pricing-card-icon {
    width: 35px;
    height: 35px;
    color: #2dd4bf;
}

.pricing-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0 0 1rem 0;
}

.pricing-card-description {
    font-size: 0.95rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 2rem 0;
}

.pricing-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    flex: 1;
}

.pricing-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #cbd5e1;
}

.pricing-check-icon {
    width: 20px;
    height: 20px;
    color: #2dd4bf;
    flex-shrink: 0;
}

.pricing-card-cta {
    margin-top: auto;
}

.pricing-card-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pricing-btn-primary {
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.35);
}

.pricing-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(20, 184, 166, 0.55);
    color: #ffffff;
}

.pricing-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.pricing-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(45, 212, 191, 0.5);
    color: #2dd4bf;
    transform: translateY(-2px);
}

/* Footer Note */
.pricing-footer-note {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.18);
    border-radius: 1.25rem;
    padding: 2rem;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.pricing-note-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(45, 212, 191, 0.12);
    border-radius: 0.75rem;
    flex-shrink: 0;
}

.pricing-note-icon svg {
    width: 22px;
    height: 22px;
    color: #2dd4bf;
}

.pricing-note-text {
    font-size: 0.95rem;
    color: #cbd5e1;
    line-height: 1.7;
}

.pricing-note-text strong {
    color: #ffffff;
    font-weight: 600;
}

/* Responsive Grid */
@media (min-width: 768px) {
    .pricing-grid-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .pricing-grid-new {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .pricing-title-new {
        font-size: 2rem;
    }

    .pricing-subtitle-new {
        font-size: 0.95rem;
    }

    .pricing-card-new {
        padding: 2rem 1.5rem;
    }

    .pricing-footer-note {
        flex-direction: column;
        padding: 1.5rem;
    }
}


/* =============================================
   FAQ SECTION - ACCORDION LAYOUT
   ============================================= */

.faq-section-new {
    padding: 5rem 1rem;
}

.faq-container-new {
    max-width: 900px;
    margin: 0 auto;
}

.faq-header-new {
    text-align: center;
    margin-bottom: 3rem;
}

.faq-badge-new {
    display: inline-block;
    background: rgba(45, 212, 191, 0.12);
    border: 1px solid rgba(45, 212, 191, 0.3);
    color: #2dd4bf;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    margin-bottom: 1.25rem;
}

.faq-title-new {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem 0;
}

.faq-subtitle-new {
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* FAQ Accordion */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.18);
    border-radius: 1.25rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(45, 212, 191, 0.35);
}

.faq-item[open] {
    border-color: rgba(45, 212, 191, 0.4);
    box-shadow: 0 8px 25px rgba(45, 212, 191, 0.15);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.75rem;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: all 0.3s ease;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-item:hover .faq-question {
    background: rgba(45, 212, 191, 0.05);
}

.faq-question-text {
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    flex: 1;
    padding-right: 1rem;
}

.faq-icon {
    width: 24px;
    height: 24px;
    color: #2dd4bf;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1.75rem 1.75rem 1.75rem;
    border-top: 1px solid rgba(45, 212, 191, 0.1);
    animation: fadeIn 0.3s ease;
}

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

.faq-answer-text {
    font-size: 0.95rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 1rem 0 0 0;
}

.faq-answer-detail {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0.75rem 0 0 0;
    padding-left: 1.25rem;
    border-left: 2px solid rgba(45, 212, 191, 0.3);
}

/* =============================================
   WHY CHOOSE US SECTION - FEATURE GRID
   ============================================= */

.wcu-section-new {
    padding: 5rem 1rem;
    background: linear-gradient(180deg, transparent 0%, rgba(13, 20, 38, 0.3) 100%);
}

.wcu-container-new {
    max-width: 1300px;
    margin: 0 auto;
}

.wcu-header-new {
    text-align: center;
    margin-bottom: 4rem;
}

.wcu-title-new {
    font-size: 2.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1.25rem 0;
}

.wcu-subtitle-new {
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.wcu-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.wcu-card {
    background: linear-gradient(135deg, rgba(13, 20, 38, 0.95), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(45, 212, 191, 0.18);
    border-radius: 1.5rem;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.wcu-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2dd4bf 50%, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.wcu-card:hover {
    transform: translateY(-6px);
    border-color: rgba(45, 212, 191, 0.35);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.wcu-card:hover::before {
    opacity: 1;
}

.wcu-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.15), rgba(59, 130, 246, 0.15));
    border: 1px solid rgba(45, 212, 191, 0.3);
    border-radius: 1.5rem;
    transition: all 0.4s ease;
}

.wcu-card:hover .wcu-icon-wrapper {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.25), rgba(59, 130, 246, 0.25));
    box-shadow: 0 10px 30px rgba(45, 212, 191, 0.3);
}

.wcu-icon-wrapper svg {
    width: 40px;
    height: 40px;
    color: #2dd4bf;
}

.wcu-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1rem 0;
}

.wcu-card-description {
    font-size: 0.95rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0;
}

/* Responsive Grid */
@media (min-width: 640px) {
    .wcu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .wcu-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .faq-title-new {
        font-size: 2rem;
    }

    .faq-subtitle-new {
        font-size: 0.95rem;
    }

    .faq-question {
        padding: 1.25rem 1.5rem;
    }

    .faq-answer {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .wcu-title-new {
        font-size: 2rem;
    }

    .wcu-subtitle-new {
        font-size: 0.95rem;
    }

    .wcu-card {
        padding: 2rem 1.5rem;
    }
}


/* =============================================
   NEW FOOTER - MODERN PREMIUM DESIGN
   ============================================= */

.footer-new {
    background: linear-gradient(180deg, rgba(10, 15, 30, 0.98) 0%, rgba(6, 10, 20, 1) 100%);
    border-top: 1px solid rgba(45, 212, 191, 0.15);
    padding: 4rem 1.5rem 2rem 1.5rem;
    margin-top: 5rem;
    position: relative;
}

.footer-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2dd4bf 30%, #3b82f6 50%, #2dd4bf 70%, transparent);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

/* Brand Column */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.footer-logo-group {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.footer-logo-ring {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.15), rgba(59, 130, 246, 0.15));
    border-radius: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer-logo-ring::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(135deg, #2dd4bf, #3b82f6);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.footer-logo-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.footer-brand-name {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}

.footer-brand-tagline {
    color: #2dd4bf;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-brand-description {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 400px;
}

.footer-accent-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #2dd4bf, #3b82f6);
    border-radius: 1rem;
}

/* Column Styles */
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.footer-column-title {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-link-new {
    color: #94a3b8;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 0;
}

.footer-link-new::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background: #2dd4bf;
    transition: width 0.2s ease;
}

.footer-link-new:hover {
    color: #2dd4bf;
    padding-left: 1rem;
}

.footer-link-new:hover::before {
    width: 0.75rem;
}

/* Contact Items */
.footer-contact-items {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #cbd5e1;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-contact-item:hover {
    color: #2dd4bf;
}

.footer-contact-icon {
    width: 18px;
    height: 18px;
    color: #2dd4bf;
    flex-shrink: 0;
}

/* Social Links */
.footer-social-wrapper {
    margin-top: 1rem;
}

.footer-social-title {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.footer-social-icons {
    display: flex;
    gap: 0.75rem;
}

.footer-social-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.625rem;
    color: #94a3b8;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    background: rgba(45, 212, 191, 0.12);
    border-color: rgba(45, 212, 191, 0.4);
    color: #2dd4bf;
    transform: translateY(-3px);
}

.footer-social-icon svg {
    width: 18px;
    height: 18px;
}

/* CTA Column */
.footer-cta-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-cta-card {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.08), rgba(59, 130, 246, 0.08));
    border: 1px solid rgba(45, 212, 191, 0.2);
    border-radius: 1.25rem;
    padding: 2rem;
}

.footer-cta-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
}

.footer-cta-text {
    color: #94a3b8;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}

.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.875rem 1.75rem;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.3);
}

.footer-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(20, 184, 166, 0.5);
    color: #ffffff;
}

.footer-cta-icon {
    width: 18px;
    height: 18px;
}

/* Trust Badge */
.footer-trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
}

.footer-trust-icon {
    width: 24px;
    height: 24px;
    color: #2dd4bf;
    flex-shrink: 0;
}

.footer-trust-text {
    color: #cbd5e1;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Footer Bottom */
.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.footer-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.footer-copyright {
    color: #64748b;
    font-size: 0.875rem;
    margin: 0;
}

.footer-powered {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
}

.footer-powered-text {
    color: #64748b;
}

.footer-powered-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}

.footer-powered-link:hover {
    background: rgba(45, 212, 191, 0.1);
}

.footer-powered-brand {
    font-weight: 700;
    background: linear-gradient(135deg, #2dd4bf 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 0.9rem;
}

.footer-powered-year {
    color: #2dd4bf;
    font-weight: 600;
    font-size: 0.85rem;
}

.footer-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-status-dot {
    width: 8px;
    height: 8px;
    background: #2dd4bf;
    border-radius: 50%;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.footer-status-text {
    color: #64748b;
    font-size: 0.8rem;
}

/* Responsive Grid */
@media (min-width: 640px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-bottom-left {
        flex-direction: row;
        gap: 2rem;
    }
}

@media (max-width: 639px) {
    .footer-new {
        padding: 3rem 1rem 1.5rem 1rem;
    }

    .footer-brand-description {
        font-size: 0.85rem;
    }

    .footer-cta-card {
        padding: 1.5rem;
    }
}


/* =============================================
   HERO SECTION - MEDICAL TOURISM JOURNEY
   ============================================= */

/* Inline Stats */
.hero-stats-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(14, 165, 233, 0.05);
    border: 1px solid rgba(14, 165, 233, 0.15);
    border-radius: 1.25rem;
    margin-top: 1rem;
}

.hero-stat-inline {
    text-align: center;
}

.hero-stat-number-inline {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0d9488;
    line-height: 1;
}

.hero-stat-label-inline {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.375rem;
    font-weight: 500;
}

.hero-stat-divider-inline {
    width: 1px;
    height: 40px;
    background: rgba(14, 165, 233, 0.2);
}

/* Medical Tourism Journey */
.medical-tourism-journey {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.98));
    border: 1px solid rgba(14, 165, 233, 0.2);
    border-radius: 1.75rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    position: relative;
}

.medical-tourism-journey::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #0d9488 30%, #2563eb 50%, #0d9488 70%, transparent);
    border-radius: 1.75rem 1.75rem 0 0;
}

.journey-step {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem 0;
    position: relative;
}

.journey-step-icon {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid;
    transition: all 0.3s ease;
}

.journey-step:hover .journey-step-icon {
    transform: scale(1.1) rotate(5deg);
}

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

.journey-icon-consultation {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
    color: #2563eb;
}

.journey-icon-plan {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.3);
    color: #7c3aed;
}

.journey-icon-travel {
    background: rgba(14, 165, 233, 0.1);
    border-color: rgba(14, 165, 233, 0.3);
    color: #0ea5e9;
}

.journey-icon-treatment {
    background: rgba(236, 72, 153, 0.1);
    border-color: rgba(236, 72, 153, 0.3);
    color: #ec4899;
}

.journey-icon-recovery {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.3);
    color: #22c55e;
}

.journey-step-content {
    flex: 1;
    padding-top: 0.25rem;
}

.journey-step-number {
    font-size: 0.7rem;
    font-weight: 700;
    color: #0d9488;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.journey-step-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.375rem 0;
}

.journey-step-description {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.journey-connector {
    position: absolute;
    left: 27px;
    top: 72px;
    width: 2px;
    height: 60px;
    background: linear-gradient(180deg, rgba(14, 165, 233, 0.3), rgba(14, 165, 233, 0.1));
}

.journey-step-last .journey-connector {
    display: none;
}

/* Responsive Journey */
@media (max-width: 1023px) {
    .medical-tourism-journey {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .hero-stats-inline {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-stat-divider-inline:last-of-type {
        display: none;
    }

    .medical-tourism-journey {
        padding: 2rem 1.5rem;
    }

    .journey-step {
        padding: 1.25rem 0;
    }

    .journey-step-icon {
        width: 48px;
        height: 48px;
    }

    .journey-step-icon svg {
        width: 24px;
        height: 24px;
    }

    .journey-connector {
        left: 23px;
        top: 64px;
        height: 48px;
    }

    .journey-step-title {
        font-size: 0.95rem;
    }

    .journey-step-description {
        font-size: 0.8rem;
    }
}

/* Light theme overrides for journey */
.journey-step:hover {
    background: rgba(14, 165, 233, 0.02);
    border-radius: 0.75rem;
}
