/*-- New Header */


        :root {
            --main-color: #0f766e;
            --dark-color: #111827;
            --soft-bg: #f8fafc;
        }

        body {
            padding-top: 0;
        }

        .site-header {
            position: sticky;
            top: 0;
            z-index: 999;
            background: rgba(255,255,255,.94);
            backdrop-filter: blur(14px);
            box-shadow: 0 10px 30px rgba(15,23,42,.08);
        }

        .top-strip {
            background: linear-gradient(135deg, #0f766e, #111827);
            color: #fff;
            font-size: 14px;
            padding: 8px 0;
        }

        .top-strip a,
        .top-strip span {
            color: #fff;
            text-decoration: none;
            opacity: .95;
        }

        .top-contact {
            display: flex;
            align-items: center;
            gap: 18px;
            flex-wrap: wrap;
        }

        .top-contact i {
            margin-right: 6px;
            color: #99f6e4;
        }

        .top-social {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 8px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .top-social a {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,.12);
            transition: .25s;
        }

        .top-social a:hover {
            background: #fff;
            color: #0f766e;
            transform: translateY(-2px);
        }

        .main-navbar {
            padding: 14px 0;
        }

        .navbar-brand img {
            max-height: 58px;
            width: auto;
        }

        .navbar-nav {
            align-items: center;
            gap: 4px;
        }

        .navbar-nav .nav-link {
            color: #1f2937;
            font-weight: 600;
            font-size: 15px;
            padding: 10px 14px !important;
            border-radius: 999px;
            transition: .25s;
        }

        .navbar-nav .nav-link:hover {
            color: #0f766e;
            background: #ecfdf5;
        }

        .nav-cta {
            background: linear-gradient(135deg, #0f766e, #14b8a6);
            color: #fff !important;
            padding: 11px 20px !important;
            border-radius: 999px;
            box-shadow: 0 10px 22px rgba(20,184,166,.25);
        }

        .nav-cta:hover {
            background: linear-gradient(135deg, #115e59, #0f766e);
            color: #fff !important;
            transform: translateY(-1px);
        }

        .navbar-toggler {
            border: 0;
            width: 44px;
            height: 44px;
            border-radius: 12px;
            background: #ecfdf5;
            color: #0f766e;
            font-size: 22px;
            box-shadow: none !important;
        }

        @media (max-width: 991px) {
            .top-strip {
                display: none;
            }

            .main-navbar {
                padding: 10px 0;
            }

            .navbar-brand img {
                max-height: 46px;
            }

            .navbar-collapse {
                margin-top: 14px;
                padding: 14px;
                background: #fff;
                border-radius: 18px;
                box-shadow: 0 18px 40px rgba(15,23,42,.12);
            }

            .navbar-nav {
                align-items: stretch;
            }

            .navbar-nav .nav-link {
                border-radius: 12px;
                padding: 12px 14px !important;
            }

            .nav-cta {
                text-align: center;
                margin-top: 6px;
            }
        }
        
        /* FRONTEND USER DROPDOWN */

.user-menu-item{
    margin-left:14px;
}

.frontend-user-card{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:240px;
    padding:12px 16px 12px 12px;
    border:0;
    border-radius:24px;
    background:#ffffff;
    box-shadow:0 18px 40px rgba(15,23,42,.08);
    color:#0f172a;
}

.frontend-user-card::after{
    display:none !important;
}

.frontend-user-avatar{
    width:60px;
    height:60px;
    min-width:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:#0f9f8f;
    color:#ffffff;
    font-size:26px;
    font-weight:900;
}

.frontend-user-info{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    line-height:1.2;
    flex:1;
    min-width:0;
}

.frontend-user-info strong{
    max-width:120px;
    color:#0f172a;
    font-size:18px;
    font-weight:900;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.frontend-user-info small{
    color:#64748b;
    font-size:15px;
    font-weight:800;
    margin-top:6px;
}

.user-dropdown-icon{
    color:#0f172a;
    font-size:16px;
}

.frontend-user-menu{
    border:1px solid #e2e8f0;
    border-radius:18px;
    padding:10px;
    box-shadow:0 18px 45px rgba(15,23,42,.12);
}

.frontend-user-menu .dropdown-item{
    display:flex;
    align-items:center;
    gap:10px;
    border-radius:12px;
    padding:10px 12px;
    color:#334155;
    font-size:14px;
    font-weight:700;
}

.frontend-user-menu .dropdown-item:hover{
    background:#eff6ff;
    color:#2563eb;
}

.frontend-user-menu .dropdown-item i{
    width:18px;
}

@media(max-width:991px){
    .user-menu-item{
        margin-left:0;
        margin-top:12px;
    }

    .frontend-user-card{
        width:100%;
        min-width:100%;
        justify-content:flex-start;
    }

    .frontend-user-info strong{
        max-width:100%;
    }
}
        
        
        /*-- Modern Footer --*/

.modern-footer {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, #134e4a 0, #0f172a 38%, #020617 100%);
    color: #fff;
    padding-top: 80px;
}

.footer-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .28;
    pointer-events: none;
}

.footer-glow-1 {
    background: #14b8a6;
    top: 40px;
    left: -120px;
}

.footer-glow-2 {
    background: #38bdf8;
    right: -120px;
    bottom: 20px;
}

.footer-main {
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.footer-card {
    height: 100%;
    padding: 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.footer-logo img {
    max-height: 64px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-about {
    color: rgba(255,255,255,.78);
    line-height: 1.8;
    margin-bottom: 24px;
}

.footer-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #fff;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.footer-contact-list a {
    color: rgba(255,255,255,.86);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-list i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(20,184,166,.18);
    color: #5eead4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .25s;
}

.footer-social a:hover {
    background: #14b8a6;
    transform: translateY(-3px);
}

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

.footer-links li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.82);
    padding: 11px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-links i {
    color: #5eead4;
}

.footer-input-group {
    margin-bottom: 14px;
}

.footer-input-group input,
.footer-input-group textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.1);
    color: #fff;
    border-radius: 16px;
    padding: 14px 16px;
    outline: none;
}

.footer-input-group input::placeholder,
.footer-input-group textarea::placeholder {
    color: rgba(255,255,255,.58);
}

.footer-input-group input:focus,
.footer-input-group textarea:focus {
    border-color: #5eead4;
    background: rgba(255,255,255,.14);
}

.footer-submit-btn {
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 18px 35px rgba(20,184,166,.28);
    transition: .25s;
}

.footer-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 45px rgba(20,184,166,.38);
}

.footer-bottom-modern {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-bottom-modern p {
    margin: 0;
    color: rgba(255,255,255,.72);
}

.footer-bottom-modern ul {
    display: flex;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.footer-bottom-modern a {
    color: rgba(255,255,255,.76);
    text-decoration: none;
    transition: .25s;
}

.footer-bottom-modern a:hover {
    color: #5eead4;
}

.modern-scroll-up {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 14px 32px rgba(20,184,166,.35);
    transition: .25s;
}

.modern-scroll-up.is-visible {
    opacity: 1;
    visibility: visible;
}

.modern-scroll-up:hover {
    transform: translateY(-4px);
}

@media (max-width: 991px) {
    .modern-footer {
        padding-top: 50px;
    }

    .footer-card {
        padding: 24px;
        border-radius: 22px;
    }

    .footer-bottom-modern {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-modern ul {
        justify-content: center;
    }
}


/*-- Modern Hero --*/

.modern-hero {
    position: relative;
    overflow: hidden;
    padding: 46px 0 70px;
    background:
        radial-gradient(circle at top left, rgba(20,184,166,.18), transparent 34%),
        linear-gradient(135deg, #f8fafc 0%, #ecfeff 48%, #f8fafc 100%);
}

.hero-bg-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    opacity: .35;
    pointer-events: none;
}

.hero-bg-shape-1 {
    width: 280px;
    height: 280px;
    background: #14b8a6;
    left: -80px;
    top: 80px;
}

.hero-bg-shape-2 {
    width: 340px;
    height: 340px;
    background: #38bdf8;
    right: -120px;
    bottom: -90px;
}

.glass-card {
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(255,255,255,.72);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px rgba(15,23,42,.12);
}

.hero-slider-card {
    height: 560px;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
}

.hero-slide {
    height: 560px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2,6,23,.88) 0%, rgba(15,23,42,.64) 45%, rgba(15,23,42,.16) 100%);
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    height: 100%;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.hero-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.18);
    color: #ccfbf1;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.hero-dynamic-text h1,
.hero-dynamic-text h2 {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 18px;
    color: #fff;
}

.hero-dynamic-text p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,.82);
    margin-bottom: 0;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hero-primary-btn,
.hero-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 800;
    text-decoration: none;
    transition: .25s;
}

.hero-primary-btn {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    box-shadow: 0 18px 34px rgba(20,184,166,.34);
    animation: heroPulse 2.4s infinite;
}

.hero-primary-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

.hero-secondary-btn {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
}

.hero-secondary-btn:hover {
    background: #fff;
    color: #0f766e;
}

@keyframes heroPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(20,184,166,.45);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(20,184,166,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(20,184,166,0);
    }
}

.hero-control {
    position: absolute;
    bottom: 28px;
    z-index: 4;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    color: #fff;
    backdrop-filter: blur(10px);
    transition: .25s;
}

.hero-control:hover {
    background: #fff;
    color: #0f766e;
}

.hero-control-prev {
    right: 86px;
}

.hero-control-next {
    right: 32px;
}

.hero-side-grid {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr auto;
    gap: 18px;
}

.hero-mini-card {
    border-radius: 30px;
    padding: 28px;
}

.hero-mini-card h3 {
    font-size: 23px;
    font-weight: 900;
    color: #111827;
    margin-bottom: 8px;
}

.hero-mini-card p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 18px;
}

.mini-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 14px 28px rgba(20,184,166,.28);
}

.hero-search-form {
    display: flex;
    background: #fff;
    border-radius: 999px;
    padding: 7px;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.hero-search-form input {
    flex: 1;
    border: 0;
    outline: none;
    padding: 0 14px;
    background: transparent;
    color: #111827;
}

.hero-search-form button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #0f766e;
    color: #fff;
}

.dark-mini-card {
    background:
        radial-gradient(circle at top right, rgba(20,184,166,.36), transparent 35%),
        linear-gradient(135deg, #0f172a, #111827);
    color: #fff;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 24px 70px rgba(15,23,42,.18);
}

.dark-mini-card h3 {
    color: #fff;
}

.hero-category-list {
    display: grid;
    gap: 9px;
}

.hero-category-list a {
    color: rgba(255,255,255,.88);
    text-decoration: none;
    padding: 11px 13px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .25s;
}

.hero-category-list a:hover {
    background: rgba(20,184,166,.32);
    transform: translateX(4px);
}

.hero-stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.hero-stat {
    border-radius: 24px;
    padding: 22px;
    text-align: center;
}

.hero-stat strong {
    display: block;
    font-size: 32px;
    font-weight: 900;
    color: #0f766e;
    line-height: 1;
}

.hero-stat span {
    display: block;
    margin-top: 7px;
    color: #475569;
    font-weight: 700;
}

@media (max-width: 991px) {
    .modern-hero {
        padding: 28px 0 44px;
    }

    .hero-slider-card,
    .hero-slide {
        height: auto;
        min-height: 520px;
    }

    .hero-slide-content {
        padding: 42px 28px;
    }

    .hero-side-grid {
        display: grid;
        grid-template-rows: auto;
    }
}

@media (max-width: 575px) {
    .hero-slider-card,
    .hero-slide {
        min-height: 500px;
        border-radius: 24px;
    }

    .hero-slide-content {
        padding: 34px 22px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-primary-btn,
    .hero-secondary-btn {
        width: 100%;
    }

    .hero-control {
        bottom: 18px;
    }

    .hero-control-prev {
        right: 76px;
    }

    .hero-control-next {
        right: 22px;
    }

    .hero-stat-row {
        grid-template-columns: 1fr;
    }
}


/*-- Modern Inner Page --*/

.inner-hero-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0 90px;
    background:
        radial-gradient(circle at top left, rgba(20,184,166,.26), transparent 34%),
        linear-gradient(135deg, #0f172a 0%, #111827 52%, #020617 100%);
}

.inner-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15,23,42,.24), rgba(2,6,23,.58));
}

.inner-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.inner-page-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    color: #ccfbf1;
    font-weight: 700;
    margin-bottom: 20px;
}

.inner-hero-content h1 {
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 18px;
    color: #fff;
}

.modern-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.modern-breadcrumb a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
}

.modern-breadcrumb strong {
    color: #5eead4;
}

.modern-page-section {
    position: relative;
    padding: 70px 0;
    background:
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.modern-content-card {
    border-radius: 34px;
    padding: 40px;
}

.modern-content-body {
    color: #334155;
    line-height: 1.9;
    font-size: 16px;
}

.modern-content-body h1,
.modern-content-body h2,
.modern-content-body h3,
.modern-content-body h4 {
    color: #0f172a;
    font-weight: 900;
    margin-top: 28px;
    margin-bottom: 16px;
}

.modern-content-body p {
    margin-bottom: 18px;
}

.modern-content-body img {
    max-width: 100%;
    border-radius: 22px;
    margin: 24px 0;
    box-shadow: 0 18px 44px rgba(15,23,42,.12);
}

.modern-content-body ul,
.modern-content-body ol {
    padding-left: 22px;
    margin-bottom: 20px;
}

.modern-content-body a {
    color: #0f766e;
    font-weight: 700;
}

.sidebar-sticky {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 22px;
}

.modern-sidebar-card {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 24px 70px rgba(15,23,42,.08);
    border: 1px solid #eef2f7;
}

.sidebar-title h3 {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 20px;
}

.modern-sidebar-links {
    display: grid;
    gap: 10px;
}

.modern-sidebar-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 18px;
    background: #f8fafc;
    color: #334155;
    text-decoration: none;
    font-weight: 700;
    transition: .25s;
}

.modern-sidebar-links a:hover {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    transform: translateX(4px);
}

.cta-sidebar-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(20,184,166,.34), transparent 34%),
        linear-gradient(135deg, #0f172a, #111827);
    color: #fff;
}

.cta-mini-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #ccfbf1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}

.cta-sidebar-card h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #fff;
}

.cta-sidebar-card p {
    color: rgba(255,255,255,.78);
    line-height: 1.8;
    margin-bottom: 24px;
}

.sidebar-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 18px 34px rgba(20,184,166,.28);
    transition: .25s;
}

.sidebar-cta-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 991px) {
    .inner-hero-section {
        padding: 90px 0 70px;
    }

    .modern-page-section {
        padding: 50px 0;
    }

    .modern-content-card {
        padding: 28px;
        border-radius: 24px;
    }

    .sidebar-sticky {
        position: relative;
        top: 0;
    }
}

@media (max-width: 575px) {
    .inner-hero-content h1 {
        font-size: 36px;
    }

    .modern-content-card,
    .modern-sidebar-card {
        padding: 22px;
        border-radius: 22px;
    }

    .cta-sidebar-card h3 {
        font-size: 24px;
    }
}


/*-- Login Register Page --*/

.auth-page-section {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 80px 0;
    background:
        radial-gradient(circle at top left, rgba(20,184,166,.22), transparent 34%),
        linear-gradient(135deg, #f8fafc 0%, #ecfeff 48%, #ffffff 100%);
}

.auth-bg-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(75px);
    opacity: .38;
    pointer-events: none;
}

.auth-bg-shape-1 {
    width: 300px;
    height: 300px;
    background: #14b8a6;
    left: -90px;
    top: 100px;
}

.auth-bg-shape-2 {
    width: 340px;
    height: 340px;
    background: #38bdf8;
    right: -120px;
    bottom: -90px;
}

.auth-page-header {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.search-page-section {
    position: relative;
}

.search-panel {
    padding: 18px;
    margin-bottom: 34px;
}

.search-page-form {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 14px;
    align-items: center;
}

.search-page-input {
    position: relative;
}

.search-page-input i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}

.search-page-input input {
    width: 100%;
    height: 62px;
    border: 1px solid rgba(148, 163, 184, .30);
    border-radius: 22px;
    padding: 0 20px 0 52px;
    background: rgba(255, 255, 255, .86);
    color: #0f172a;
    font-weight: 800;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.search-page-form button,
.search-watch-btn {
    border: 0;
    height: 62px;
    padding: 0 28px;
    border-radius: 22px;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(20, 184, 166, .25);
}

.search-empty-state {
    text-align: center;
    padding: 58px 24px;
}

.search-empty-state > i {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: #ecfeff;
    color: #0f766e;
    font-size: 34px;
    margin-bottom: 22px;
}

.search-empty-state h2,
.search-result-header h2,
.search-section-title h3 {
    color: #0f172a;
    font-weight: 950;
}

.search-empty-state p {
    color: #64748b;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.8;
}

.search-result-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.search-result-header strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 46px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f766e;
}

.search-section-title {
    margin: 30px 0 18px;
}

.search-channel-card {
    overflow: hidden;
    height: 100%;
    transition: .25s ease;
}

.search-channel-card:hover {
    transform: translateY(-6px);
}

.search-channel-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e2e8f0;
}

.search-channel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease;
}

.search-channel-card:hover .search-channel-image img {
    transform: scale(1.05);
}

.search-live-dot {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 0 7px rgba(239, 68, 68, .18);
}

.search-channel-body {
    padding: 20px;
}

.search-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 13px;
}

.search-card-badges span {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 900;
}

.search-card-badges .is-premium {
    background: #fff7ed;
    color: #c2410c;
}

.search-card-badges .is-basic {
    background: #ecfeff;
    color: #0f766e;
}

.search-channel-body h3 {
    font-size: 20px;
    font-weight: 950;
    color: #0f172a;
    margin-bottom: 10px;
}

.search-channel-body p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    margin-bottom: 18px;
}

.search-watch-btn {
    height: 46px;
    width: 100%;
    border-radius: 16px;
}

.search-menu-list {
    display: grid;
    gap: 14px;
}

.search-menu-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

.search-menu-item > span {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #ecfeff;
    color: #0f766e;
}

.search-menu-item h3 {
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 5px;
}

.search-menu-item p {
    color: #64748b;
    margin: 0;
}

@media (max-width: 767px) {
    .search-page-form,
    .search-result-header,
    .search-menu-item {
        grid-template-columns: 1fr;
    }

    .search-result-header {
        align-items: flex-start;
    }

    .search-page-form button {
        width: 100%;
    }
}

.auth-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #0f766e;
    font-weight: 800;
    margin-bottom: 18px;
}

.auth-page-header h1 {
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 16px;
}

.auth-page-header p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
}

.auth-card {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 42px;
    border-radius: 34px;
    text-align: center;
    transition: .25s;
}

.auth-card:hover {
    transform: translateY(-6px);
}

.auth-card-icon {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 18px 34px rgba(20,184,166,.28);
}

.auth-card h2 {
    font-size: 30px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 12px;
}

.auth-card p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 26px;
}

.auth-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 18px 34px rgba(20,184,166,.28);
    transition: .25s;
}

.auth-main-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

.auth-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #fff7ed;
    color: #c2410c;
    font-weight: 800;
    border: 1px solid #fed7aa;
}

.frontend-login-form .form-control {
    height: 54px;
    border: 1px solid rgba(148, 163, 184, .35);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    color: #0f172a;
    font-weight: 800;
    box-shadow: none;
}

.frontend-login-form .form-control:focus {
    border-color: #14b8a6;
    box-shadow: 0 0 0 4px rgba(20, 184, 166, .13);
}

.auth-link-row a {
    color: #0f766e;
    font-weight: 900;
    text-decoration: none;
}

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.search-type-select {
    min-width: 150px;
    height: 56px;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 18px;
    padding: 0 18px;
    color: #0f172a;
    font-weight: 800;
    background: rgba(255,255,255,.86);
    outline: none;
}

.live-search-box {
    display: none;
    position: absolute;
    z-index: 30;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: 0 24px 55px rgba(15,23,42,.16);
    backdrop-filter: blur(16px);
}

.live-search-box.is-open {
    display: block;
}

.live-search-box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    color: #0f172a;
    text-decoration: none;
    border-bottom: 1px solid rgba(15,23,42,.07);
}

.live-search-box a:hover {
    background: #f8fafc;
}

.live-search-box span {
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
}

.search-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
}

.search-pagination a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(15,23,42,.10);
    color: #0f172a;
    text-decoration: none;
    font-weight: 900;
}

.search-pagination a.active,
.search-pagination a:hover {
    background: #0f766e;
    color: #fff;
}

@media (max-width: 575px) {
    .auth-page-section {
        padding: 50px 0;
    }

    .auth-card {
        padding: 28px;
        border-radius: 24px;
    }

    .auth-page-header h1 {
        font-size: 34px;
    }
}
