﻿
:root{
    --navy:#071229;
    --navy-soft:#0d1f3d;
    --blue:#1646b8;
    --blue-bright:#2563eb;
    --red:#d71920;
    --red-soft:#ef3340;
    --text-muted:#d7e2f2;
    --panel:#0f2344;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
    scroll-behavior:smooth;
}

a, button, .btn, .nav-action, .paybill-nav-btn, .footer-column a, .card a {
    text-decoration: none !important;
}

body{
    background:var(--navy);
    color:white;
    overflow-x:hidden;
}

.site-shell {
    min-height: 100vh;
    background: var(--navy);
}

.theme-day {
    --navy:#eef4ff;
    --navy-soft:#dbeafe;
    --panel:#ffffff;
    --text-muted:#24344f;
    color:#101827;
}

.theme-day header {
    background:rgba(238,244,255,0.94);
}

.theme-day nav a,
.theme-day .logo h2 {
    color:var(--red);
}

.theme-day .content-section,
.theme-day .footer-section {
    background:#eef4ff;
}

.theme-day .content-section.alt,
.theme-day .packages,
.theme-day .reviews-section,
.theme-day .payment-info-separate {
    background:linear-gradient(180deg,#dbeafe,#eef4ff);
}

.theme-day .feature-card,
.theme-day .card {
    background:#fff;
    color:#0f172a;
    box-shadow:0 14px 34px rgba(15,23,42,0.08);
}

.theme-day .feature-card p,
.theme-day .feature-card li,
.theme-day .card ul li,
.theme-day .footer-column p,
.theme-day .footer-column a,
.theme-day .footer-column button {
    color:#1e293b;
}

.theme-day .hero {
    background-color:#eef4ff;
}

.theme-day .hero::before {
    content:"";
    position:absolute;
    inset:0;
    background:rgba(238,244,255,0.72);
    pointer-events:none;
}

.theme-day .hero-content {
    position:relative;
    z-index:1;
}

.theme-day .hero-content h1,
.theme-day .hero-content p,
.theme-day .reviews-section .section-title p,
.theme-day .review-text,
.theme-day .security-message,
.theme-day .copyright-bar p {
    color:#1e293b;
}

.theme-day .hero-content span,
.theme-day .section-title h2,
.theme-day .reviews-section .section-title h2,
.theme-day .payment-badge-title {
    color:var(--red);
    background:none;
    -webkit-background-clip:initial;
    background-clip:initial;
}

.theme-day .secondary {
    background:#ffffff;
    color:#10213d;
    border:1px solid #cbd5e1;
}

.theme-day .secondary:hover {
    background:#e2e8f0;
}

.theme-day .review-card {
    background:#ffffff;
    border-color:rgba(15,23,42,0.12);
    box-shadow:0 14px 34px rgba(15,23,42,0.08);
}

.theme-day .review-name {
    color:#0f172a;
}

.theme-day .payment-methods-card,
.theme-day .security-message {
    background:#ffffff;
    border-color:rgba(15,23,42,0.12);
    box-shadow:0 14px 34px rgba(15,23,42,0.08);
}

.theme-day .copyright-bar {
    background:#dbeafe;
}

.visitor-tools {
    position: static;
    z-index: auto;
    display:flex;
    align-items:center;
    gap:5px;
    margin-left:2px;
    flex:0 0 auto;
}

.visitor-tools-trigger {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
    text-shadow: 0 2px 10px rgba(0,0,0,0.42);
}

.language-toggle {
    height: 28px;
    min-width: 34px;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(7,18,41,0.38);
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.visitor-tools-menu {
    position: absolute;
    top: 56px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(7,18,41,0.94);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 18px 44px rgba(0,0,0,0.32);
}

.visitor-tools-menu button,
.visitor-tools-menu select {
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(15,35,68,0.92);
    color: #fff;
    border-radius: 40px;
    padding: 9px 13px;
    font-size: 13px;
    cursor: pointer;
    min-height: 38px;
}

.theme-day .visitor-tools-trigger {
    background:transparent;
    color:#fff;
    border-color:transparent;
}

.theme-day .language-toggle,
.theme-day .visitor-tools-menu button,
.theme-day .visitor-tools-menu select {
    background:rgba(7,18,41,0.28);
    color:#fff;
    border-color:rgba(255,255,255,0.28);
}

.theme-day .visitor-tools-menu {
    background:rgba(238,244,255,0.96);
    border-color:rgba(15,23,42,0.14);
}

button {
    font-family: inherit;
}

/* ===== MENU BAR ===== */
header{
    width:100%;
    padding:10px 3%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    background:rgba(7,18,41,0.92);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(255,255,255,0.08);
    flex-wrap:nowrap;
    gap:12px;
}

.logo{
    display:flex;
    align-items:center;
    gap:10px;
    flex-shrink:0;
}

.logo img{
    width:48px;
    height:48px;
    object-fit:contain;
    animation:float 3s ease-in-out infinite;
}

.logo-still .logo img {
    animation:none;
}

.logo h2{
    font-size:20px;
    color:white;
    white-space:nowrap;
    font-weight:600;
    letter-spacing:-0.3px;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    flex:1 1 auto;
    min-width:0;
    justify-content:flex-end;
}

.nav-wrapper::-webkit-scrollbar {
    height: 2px;
}
.nav-wrapper::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}
.nav-wrapper::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 10px;
}

nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
}

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

.mobile-menu-panel {
    display:flex;
    align-items:center;
    gap:2px;
    flex-wrap:nowrap;
}

nav a, 
.nav-link {
    text-decoration: none !important;
    color: white;
    transition: 0.25s;
    font-size: 12.5px;
    font-weight: 500;
    padding: 7px 9px;
    border-radius: 40px;
    background: transparent;
    white-space: nowrap;
}

header .logo h2,
header nav a,
header .nav-link {
    color:#fff !important;
}

.theme-day header .logo h2,
.theme-day header nav a,
.theme-day header .nav-link {
    color:var(--red) !important;
}

nav a:hover,
.nav-link:hover {
    color: #ff4a54;
    background: rgba(255,255,255,0.1);
}

.nav-action {
    padding: 8px 12px;
    border-radius: 40px;
    background: linear-gradient(135deg, var(--red), var(--red-soft));
    color: white;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
    font-size: 12.5px;
    white-space: nowrap;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.nav-action,
.theme-day .nav-action,
.theme-night .nav-action {
    color: #fff !important;
}

.nav-action:hover {
    background: linear-gradient(135deg, #ef3340, #ff5c65);
    transform: translateY(-2px);
}

.paybill-nav-btn {
    padding: 8px 12px;
    border-radius: 40px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
    font-size: 12.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.paybill-nav-btn:hover {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-2px);
}

/* Hero Section */
.hero{
    width:100%;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:140px 7% 50px;
    background: linear-gradient(135deg,rgba(7,18,41,0.85),rgba(9,26,57,0.9),rgba(94,12,23,0.62)), url('/img/hero-bg.jpg');
    background-size:cover;
    background-position:center;
    position:relative;
    overflow:hidden;
}

.hero-content h1{
    font-size:58px;
    margin-bottom:20px;
    line-height:1.2;
}

.hero-content span{
    color:#ff4a54;
}

.hero-content p{
    max-width:800px;
    margin:auto;
    line-height:1.8;
    color:var(--text-muted);
    margin-bottom:35px;
}

.btn-group{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
}

.btn{
    padding:14px 30px;
    border:none;
    border-radius:50px;
    text-decoration: none !important;
    color:white;
    font-weight:600;
    transition:0.3s;
    display:inline-block;
    cursor:pointer;
}

.primary{
    background:linear-gradient(135deg,var(--red),var(--red-soft));
    box-shadow:0 12px 28px rgba(215,25,32,0.28);
}

.primary:hover{
    background:linear-gradient(135deg,#ef3340,#ff5c65);
    transform:translateY(-3px);
}

.secondary{
    background:rgba(15,35,68,0.92);
    border:1px solid rgba(255,255,255,0.12);
}

.secondary:hover{
    background:var(--blue);
    transform:translateY(-3px);
}

/* Packages */
.packages{
    padding:80px 7%;
    background:linear-gradient(180deg,var(--navy-soft),#09182f);
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:40px;
    color:#ff4a54;
}

.package-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}

.card{
    background:linear-gradient(180deg,var(--panel),#0b1a33);
    padding:30px;
    border-radius:20px;
    transition:0.3s;
    border:1px solid rgba(255,255,255,0.05);
}

.card:hover{
    transform:translateY(-8px);
    border-color:#ef3340;
}

.card h3{
    font-size:28px;
    color:#ff4a54;
    margin-bottom:10px;
}

.price{
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
}

.card ul{
    list-style:none;
    margin-bottom:25px;
}

.card ul li{
    margin-bottom:12px;
    color:#ddd;
}

/* Content Sections */
.content-section{
    padding:80px 7%;
    background:var(--navy);
}

.content-section.alt{
    background:linear-gradient(180deg,var(--navy-soft),#09182f);
}

.content-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}

.feature-card{
    background:linear-gradient(180deg,var(--panel),#0b1a33);
    padding:28px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,0.06);
    transition:0.3s;
}

.feature-card:hover{
    transform:translateY(-6px);
    border-color:#ef3340;
}

.feature-card h3{
    color:#ff4a54;
    margin-bottom:12px;
    font-size:24px;
}

.feature-card p,
.feature-card li{
    color:#ddd;
    line-height:1.8;
}

/* ========== CUSTOMER REVIEWS SECTION ========== */
.reviews-section {
    padding: 70px 7%;
    background: linear-gradient(145deg, #0a1128, #050e21);
    position: relative;
}

.reviews-section .section-title h2 {
    color: #ff4a54;
    margin-bottom: 15px;
}

.reviews-section .section-title p {
    color: #b0c4de;
    font-size: 16px;
    margin-top: -10px;
}

.reviews-carousel {
    position: relative;
    max-width: 1300px;
    margin: 40px auto 20px;
    overflow: hidden;
}

.reviews-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 25px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.review-card {
    flex: 0 0 calc(33.333% - 17px);
    background: linear-gradient(145deg, #112240, #0a1a3a);
    border-radius: 28px;
    padding: 30px 22px;
    text-align: center;
    border: 1px solid rgba(255, 74, 84, 0.25);
    transition: 0.3s;
    backdrop-filter: blur(2px);
}

.review-card:hover {
    transform: translateY(-8px);
    border-color: #ff4a54;
    box-shadow: 0 20px 35px -10px rgba(0,0,0,0.5);
}

.review-avatar {
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #ff4a54, #ff9a44);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 36px;
    font-weight: 600;
    color: white;
    box-shadow: 0 8px 20px rgba(255, 74, 84, 0.4);
    border: 3px solid rgba(255,255,255,0.3);
    overflow: hidden;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-name {
    font-size: 20px;
    font-weight: 700;
    color: #ffbe5e;
    margin-bottom: 6px;
}

.review-stars {
    color: #ffc107;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 2px;
}

.review-text {
    color: #e0e7ff;
    font-size: 14px;
    line-height: 1.65;
    font-style: italic;
    margin-top: 10px;
    position: relative;
    padding: 0 5px;
}

.review-text i {
    color: #ff4a54;
    margin: 0 4px;
    font-size: 12px;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 74, 84, 0.85);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.carousel-btn:hover {
    background: #ff4a54;
    transform: translateY(-50%) scale(1.08);
}

.carousel-btn-prev {
    left: -20px;
}

.carousel-btn-next {
    right: -20px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 35px;
}

.dot,
.carousel-dots button {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
    border: 0;
}

.dot.active,
.carousel-dots button.active {
    background: #ff4a54;
    width: 28px;
    border-radius: 10px;
}

@media (max-width: 1000px) {
    .review-card {
        flex: 0 0 calc(50% - 13px);
    }
}

@media (max-width: 768px) {
    .review-card {
        flex: 0 0 100%;
    }
    .carousel-btn-prev {
        left: 5px;
    }
    .carousel-btn-next {
        right: 5px;
    }
    .carousel-btn {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
}

/* Guide Section */
.guide-section{
    padding:58px 3%;
    background:linear-gradient(180deg,var(--navy-soft),var(--navy));
    color:#fff;
}

.theme-day .guide-section {
    background:linear-gradient(180deg,#dbeafe,#eef4ff);
    color:#1f2937;
}

.guide-title-wrap {
    text-align:center;
}

.styled-guide-header {
    background: linear-gradient(135deg, var(--red), var(--blue));
    border-radius: 60px;
    padding: 18px 32px;
    display: inline-block;
    width: auto;
    margin: 0 auto 35px auto;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.2);
}

.styled-guide-header h2 {
    font-size: 38px;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.guide-way{
    margin:0 auto 40px;
    max-width: 1380px;
}

.guide-info-card {
    max-width: 880px;
    margin: 0 auto 28px;
    padding: 22px 26px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0,0,0,0.18);
}

.theme-day .guide-info-card {
    background:#fff;
    border-color:rgba(15,23,42,0.08);
    box-shadow:0 16px 36px rgba(15,23,42,0.08);
}

.guide-way h3{
    color:#fff;
    font-size:30px;
    margin-bottom:6px;
    text-align:center;
    font-weight:500;
}

.theme-day .guide-way h3 {
    color:#1f2937;
}

.guide-intro{
    max-width:760px;
    margin:0 auto 22px;
    color:#d7e2f2;
    text-align:center;
    line-height:1.5;
    font-size:14px;
}

.theme-day .guide-intro {
    color:#475569;
}

.guide-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}

.guide-step{
    position:relative;
    background:#ececec;
    border:1px solid #e5e7eb;
    border-radius:0;
    overflow:hidden;
    box-shadow:0 12px 26px rgba(15,23,42,0.09);
    transition:0.3s;
}

.guide-step:hover{
    transform:translateY(-3px);
    border-color:#db2777;
}

.step-number{
    width:100%;
    height:34px;
    background:#db2f6d;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-weight:700;
    font-size:15px;
}

.step-number::before,
.step-number::after{
    content:'';
    width:34px;
    height:1px;
    background:rgba(255,255,255,0.85);
}

.step-caption{
    min-height:44px;
    padding:7px 10px 8px;
    text-align:left;
    border-left:0;
    background:#e11d2e;
    color:white;
}

.step-caption h4{
    color:white;
    font-size:11px;
    margin-bottom:2px;
    font-weight:600;
    line-height:1.25;
}

.step-caption p{
    color:white;
    line-height:1.25;
    font-size:10px;
}

.guide-step img{
    width:100%;
    height:360px;
    object-fit:cover;
    object-position:top center;
    display:block;
    background:#fff;
}

/* Payment Methods Section */
.payment-info-separate {
    background: linear-gradient(145deg, #0a142e, #030b1f);
    padding: 55px 7% 45px;
    border-top: 2px solid rgba(255, 60, 60, 0.4);
    border-bottom: 2px solid rgba(255, 60, 60, 0.2);
    margin-top: 0;
}

.payment-info-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.payment-badge-title {
    font-size: 38px;
    font-weight: 600;
    background: linear-gradient(120deg, #ff4a54, #ff9a44);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.payment-methods-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(4px);
    border-radius: 48px;
    padding: 20px 24px;
    max-width: 760px;
    margin: 20px auto;
    border: 1px solid rgba(255,80,80,0.4);
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.5);
}

.payment-methods-card img {
    width: 100%;
    display: block;
    border-radius: 28px;
    transition: transform 0.2s;
}

.payment-methods-card img:hover {
    transform: scale(1.01);
}

.security-message {
    background: #0f172ae0;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 40px;
    color: #cbd5e1;
    font-size: 15px;
    font-weight: 500;
    margin-top: 18px;
    backdrop-filter: blur(2px);
}

.security-message i {
    margin-right: 8px;
    color: #10b981;
}

.contact-action-list {
    display:grid;
    gap:12px;
    margin:18px 0;
}

.contact-action-row {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:11px 12px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:10px;
}

.theme-day .contact-action-row {
    background:#f8fafc;
    border-color:#e2e8f0;
}

.mini-action {
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:8px 12px;
    border-radius:40px;
    color:#fff;
    background:var(--red);
    white-space:nowrap;
    font-size:13px;
}

.whatsapp-mini {
    background:#10b981;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: transparent;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    box-shadow: none;
    transition: 0.3s;
    border: 0;
    font-size: 46px;
    text-shadow: 0 8px 22px rgba(37,211,102,0.62);
}

.whatsapp-float img {
    width:58px;
    height:58px;
    object-fit:contain;
    display:block;
}
.whatsapp-float:hover {
    transform: scale(1.08);
    background: transparent;
}
.whatsapp-float svg {
    width: 34px;
    height: 34px;
}

/* Template variants selected from admin */
.template-compact .hero {
    min-height: 78vh;
    padding-top:110px;
}

.template-compact header {
    padding-top:8px;
    padding-bottom:8px;
}

.template-compact .hero-content h1 {
    font-size:48px;
}

.template-compact .packages,
.template-compact .content-section,
.template-compact .reviews-section,
.template-compact .guide-section {
    padding-top:52px;
    padding-bottom:52px;
}

.template-compact .card,
.template-compact .feature-card,
.template-compact .review-card {
    border-radius:8px;
    padding:22px;
}

.template-editorial .hero {
    justify-content:flex-start;
    text-align:left;
}

.template-editorial .hero-content {
    max-width:900px;
    margin-left:4%;
    border-left:6px solid var(--red);
    padding-left:34px;
}

.template-editorial .btn-group {
    justify-content:flex-start;
}

.template-editorial .section-title {
    text-align:left;
}

.template-editorial .content-grid,
.template-editorial .package-grid {
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
}

.template-editorial .feature-card,
.template-editorial .card {
    border-radius:0;
    border-left:5px solid var(--red);
}

.template-editorial .content-section,
.template-editorial .packages,
.template-editorial .reviews-section {
    padding-left:9%;
    padding-right:9%;
}

.template-glass .card,
.template-glass .feature-card,
.template-glass .review-card,
.template-glass .guide-info-card,
.template-glass .payment-methods-card {
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(14px);
    border-color:rgba(255,255,255,0.2);
}

.template-glass .hero {
    background-attachment:fixed;
}

.template-glass header {
    background:rgba(255,255,255,0.09);
    border-bottom:1px solid rgba(255,255,255,0.2);
    box-shadow:0 14px 42px rgba(0,0,0,0.18);
}

.template-glass .btn,
.template-glass .nav-action,
.template-glass .paybill-nav-btn {
    box-shadow:0 14px 34px rgba(0,0,0,0.22);
}

.theme-day.template-glass .card,
.theme-day.template-glass .feature-card,
.theme-day.template-glass .review-card,
.theme-day.template-glass .guide-info-card,
.theme-day.template-glass .payment-methods-card {
    background:rgba(255,255,255,0.72);
}

.theme-day.template-glass .card,
.theme-day.template-glass .feature-card,
.theme-day.template-glass .review-card,
.theme-day.template-glass .guide-info-card,
.theme-day.template-glass .payment-methods-card,
.theme-day.template-glass .card li,
.theme-day.template-glass .feature-card p,
.theme-day.template-glass .feature-card li,
.theme-day.template-glass .review-text,
.theme-day.template-glass .guide-info-card p {
    color:#10213d;
}

.template-utility .hero {
    min-height:72vh;
    text-align:left;
    justify-content:flex-start;
    padding-left:8%;
}

.template-utility .package-grid,
.template-utility .content-grid {
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
}

.template-utility .btn,
.template-utility .nav-action,
.template-utility .paybill-nav-btn {
    border-radius:8px;
}

.template-utility .btn-group {
    justify-content:flex-start;
}

.template-utility .section-title h2 {
    font-size:30px;
}

.template-utility .feature-card,
.template-utility .card,
.template-utility .review-card {
    border-radius:6px;
    box-shadow:none;
}

.template-utility .price {
    font-size:30px;
}

.template-classic .hero-content {
    max-width: 980px;
}

.template-classic .card,
.template-classic .feature-card,
.template-classic .review-card {
    border-radius:20px;
}

/* New structural templates */
.template-split .hero {
    justify-content:flex-start;
    text-align:left;
    padding-left:8%;
}

.template-split .hero-content {
    width:min(680px, 92vw);
    padding:38px;
    border-left:7px solid var(--red);
    background:rgba(7,18,41,0.62);
}

.theme-day.template-split .hero-content {
    background:rgba(255,255,255,0.72);
}

.template-split .btn-group {
    justify-content:flex-start;
}

.template-split .content-grid,
.template-split .package-grid {
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
}

.template-split .feature-card,
.template-split .card {
    border-radius:0;
    border-left:6px solid var(--red);
}

.template-magazine header {
    position:absolute;
    background:transparent;
    border-bottom:0;
}

.template-magazine .hero {
    min-height:88vh;
    align-items:flex-end;
    padding-bottom:82px;
}

.template-magazine .hero-content h1 {
    font-size:64px;
    text-transform:uppercase;
}

.template-magazine .section-title {
    text-align:left;
    border-bottom:1px solid rgba(255,255,255,0.16);
    padding-bottom:18px;
}

.template-magazine .package-grid,
.template-magazine .content-grid {
    grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
}

.template-magazine .card,
.template-magazine .feature-card,
.template-magazine .review-card {
    border-radius:0;
    background:#0b1022;
}

.template-magazine .packages,
.template-magazine .content-section,
.template-magazine .reviews-section {
    background:#050816;
}

.template-magazine .card h3,
.template-magazine .feature-card h3,
.template-magazine .section-title h2 {
    text-transform:uppercase;
}

.theme-day.template-magazine .card,
.theme-day.template-magazine .feature-card,
.theme-day.template-magazine .review-card {
    background:#fff;
}

.template-portal .hero {
    min-height:82vh;
}

.template-portal .hero-content {
    background:linear-gradient(145deg,rgba(15,35,68,0.82),rgba(7,18,41,0.55));
    border:1px solid rgba(255,255,255,0.16);
    border-radius:26px;
    padding:42px;
    box-shadow:0 28px 70px rgba(0,0,0,0.34);
}

.theme-day.template-portal .hero-content {
    background:rgba(255,255,255,0.82);
}

.template-portal .feature-card,
.template-portal .card,
.template-portal .review-card {
    border-radius:24px;
}

.template-portal .content-grid,
.template-portal .package-grid {
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
}

.template-portal .section-title h2 {
    font-size:34px;
}

.template-portal .card,
.template-portal .feature-card {
    text-align:center;
}

.template-portal .card ul {
    text-align:left;
}

.template-banner .hero {
    min-height:64vh;
    padding-top:120px;
}

.template-banner .hero-content h1 {
    font-size:44px;
}

.template-banner .content-section,
.template-banner .packages,
.template-banner .reviews-section,
.template-banner .guide-section,
.template-banner .payment-info-separate {
    padding-top:42px;
    padding-bottom:42px;
}

.template-banner .section-title {
    margin-bottom:24px;
    padding:16px 22px;
    background:rgba(255,255,255,0.06);
    border-left:5px solid var(--red);
    text-align:left;
}

.theme-day.template-banner .section-title {
    background:#fff;
}

.template-studio .hero {
    min-height:86vh;
}

.template-studio .content-grid,
.template-studio .package-grid {
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}

.template-studio .feature-card,
.template-studio .card,
.template-studio .review-card {
    border-radius:0;
    aspect-ratio:auto;
    border-top:4px solid var(--red);
}

.template-studio .guide-grid {
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}

/* Extra style variants */
.template-metro .card,
.template-metro .feature-card,
.template-metro .review-card {
    border-radius:0;
    border:0;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,0.12);
}

.template-soft .card,
.template-soft .feature-card,
.template-soft .review-card,
.template-soft .guide-info-card {
    border-radius:30px;
}

.template-pro header {
    background:#030814;
}

.template-pro .hero-content h1 {
    letter-spacing:0;
    font-size:54px;
}

.template-minimal .hero {
    min-height:70vh;
}

.template-minimal .card,
.template-minimal .feature-card,
.template-minimal .review-card {
    background:transparent;
    border:1px solid rgba(255,255,255,0.16);
    box-shadow:none;
}

.theme-day.template-minimal .card,
.theme-day.template-minimal .feature-card,
.theme-day.template-minimal .review-card {
    border-color:#cbd5e1;
}

.template-showcase .hero {
    min-height:92vh;
}

.template-showcase .hero-content {
    transform:translateY(-22px);
}

.template-showcase .package-grid .card:nth-child(2),
.template-showcase .package-grid .card:nth-child(5) {
    transform:translateY(-18px);
}
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
}
.modal-overlay.active {
    visibility: visible;
    opacity: 1;
}
.modal-container {
    background: linear-gradient(145deg, #102a4a, #0a1a32);
    max-width: 500px;
    width: 90%;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.2);
    animation: fadeUp 0.3s ease;
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px);}
    to { opacity: 1; transform: translateY(0);}
}
.modal-header {
    padding: 20px 24px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-header h3 {
    color: #ff4a54;
    font-size: 24px;
    margin: 0;
}
.close-modal-icon {
    font-size: 28px;
    cursor: pointer;
    color: #ccc;
}
.close-modal-icon:hover {
    color: #ff4a54;
}
.modal-body-custom {
    padding: 20px 24px 24px;
    color: #ddd;
    line-height: 1.7;
}

.request-form {
    display:grid;
    gap:14px;
}

.request-form label {
    display:grid;
    gap:7px;
    color:#d7e2f2;
    font-size:14px;
}

.request-form input,
.request-form textarea {
    width:100%;
    border:1px solid rgba(255,255,255,0.16);
    background:#071229;
    color:#fff;
    border-radius:10px;
    padding:12px;
}

.request-form textarea {
    min-height:110px;
    resize:vertical;
}
.modal-actions {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 20px;
}
.btn-cancel {
    background: #2d3a5e;
    color: white;
    padding: 8px 24px;
    border-radius: 40px;
    border: none;
    font-weight: 500;
    cursor: pointer;
}
.btn-paynow-modal {
    background: #10b981;
    color: white;
    padding: 8px 28px;
    border-radius: 40px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}
.btn-paynow-modal:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.terms-check-area {
    background: rgba(255,255,255,0.05);
    padding: 14px 18px;
    border-radius: 20px;
    margin: 20px 0 18px;
}
.terms-check-label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px;
    cursor: pointer;
}
.terms-check-label input {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.terms-check-label a {
    color: #60a5fa;
    text-decoration: underline;
}
.payment-gateway-img {
    background: white;
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 22px;
    text-align: center;
}
.payment-gateway-img img {
    max-width: 100%;
    border-radius: 12px;
}
.ssl-badge {
    background: rgba(0,0,0,0.35);
    border-radius: 14px;
    padding: 12px;
    text-align: center;
    font-size: 13px;
}
.policy-modal-content {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 8px;
}
.policy-modal-content h3 {
    color: #facc15;
    margin-bottom: 12px;
}
.policy-modal-content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
}
.policy-modal-content strong {
    color: #facc15;
}

/* Footer Section */
.footer-section{
    width:100%;
    background: #071229;
    padding: 45px 20px 20px;
    margin-top: 0;
}

.footer-content{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
}

.footer-grid{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
}

.footer-column{
    width:100%;
}

.footer-column h3{
    color:#ff2d2d;
    font-size:24px;
    margin-bottom:15px;
    font-weight:500;
}

.footer-column p,
.footer-column a{
    color:#fff;
    text-decoration:none;
    line-height:1.9;
    font-size:16px;
    display:block;
}

.footer-column a:hover{
    color:#ff2d2d;
    transition:0.3s;
}

.footer-column button,
.terms-check-label button {
    appearance: none;
    border: 0;
    background: transparent;
    color: #7dd3fc;
    cursor: pointer;
    padding: 0;
    font: inherit;
    text-align: left;
}

.footer-column button {
    display: block;
    line-height: 1.9;
    color: #fff;
    font-size: 16px;
}

.footer-column button:hover {
    color: #ff2d2d;
}

.copyright-bar {
    background: #030814;
    margin-top: 45px;
    padding: 18px 20px;
    text-align: center;
    border-top: 1px solid rgba(255,65,65,0.25);
    border-bottom: 1px solid rgba(255,65,65,0.1);
}

.copyright-bar p {
    font-size: 15px;
    color: #cbd5e1;
    margin: 0;
    letter-spacing: 0.3px;
}

@media(max-width: 1100px){
    header {
        padding: 8px 2%;
        gap: 8px;
    }
    .logo h2 {
        font-size: 16px;
    }
    nav a, .nav-link, .nav-action, .paybill-nav-btn {
        font-size: 11px;
        padding: 6px 8px;
    }
    nav {
        gap: 1px;
    }
    .visitor-tools-trigger {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }
    .language-toggle {
        height: 26px;
        min-width: 32px;
        font-size: 11px;
    }
}

@media(max-width: 900px){
    .footer-content{
        grid-template-columns:1fr;
        gap:35px;
    }
    .guide-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .hero-content h1{
        font-size:38px;
    }
    .section-title h2{
        font-size:32px;
    }
    .nav-wrapper {
        overflow: visible;
        justify-content: flex-end;
        flex:0 0 auto;
    }
    nav {
        flex-wrap: nowrap;
        position:relative;
        gap:7px;
    }
    header {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .styled-guide-header h2 {
        font-size: 28px;
    }
    .payment-badge-title {
        font-size: 30px;
    }
    .visitor-tools {
        max-width: none;
    }
    .contact-action-row {
        align-items:flex-start;
        flex-direction:column;
    }

    .mobile-menu-toggle {
        display:inline-flex;
        align-items:center;
        gap:6px;
        border:0;
        background:linear-gradient(135deg,var(--red),var(--red-soft));
        color:#fff;
        border-radius:999px;
        padding:8px 12px;
        font-size:12px;
        font-weight:700;
        cursor:pointer;
        white-space:nowrap;
        box-shadow:0 8px 18px rgba(0,0,0,0.18);
    }

    .mobile-menu-panel {
        position:absolute;
        top:42px;
        right:0;
        width:min(250px, calc(100vw - 24px));
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:8px;
        padding:12px;
        background:rgba(7,18,41,0.97);
        border:1px solid rgba(255,255,255,0.14);
        border-radius:12px;
        box-shadow:0 20px 44px rgba(0,0,0,0.34);
        z-index:1400;
    }

    .mobile-menu-panel.open {
        display:flex;
    }

    .mobile-menu-panel a,
    .mobile-menu-panel .paybill-nav-btn,
    .mobile-menu-panel .nav-action {
        width:100%;
        justify-content:center;
        text-align:center;
        font-size:13px;
        padding:10px 12px;
        border-radius:9px;
    }

    .mobile-menu-panel a:not(.nav-action) {
        background:rgba(255,255,255,0.06);
        color:#fff !important;
    }

    .theme-day .mobile-menu-panel {
        background:rgba(255,255,255,0.98);
        border-color:rgba(15,23,42,0.12);
        box-shadow:0 18px 36px rgba(15,23,42,0.18);
    }

    .theme-day .mobile-menu-panel a:not(.nav-action) {
        background:#f1f5f9;
        color:var(--red) !important;
    }
}

@media(max-width: 600px){
    .guide-grid{
        grid-template-columns:1fr;
    }
    nav a, .nav-link, .nav-action, .paybill-nav-btn {
        font-size: 11px;
        padding: 5px 10px;
    }
    .logo h2 {
        font-size: 14px;
        max-width: 160px;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .logo img {
        width: 38px;
        height: 38px;
    }
    header {
        padding:8px 10px;
        gap:8px;
    }
    .logo {
        gap:7px;
        min-width:0;
        flex:1 1 auto;
    }
    .mobile-menu-toggle {
        padding:7px 10px;
        font-size:11px;
    }
    .visitor-tools-trigger {
        width: 28px;
        height: 28px;
    }
    .language-toggle {
        min-width: 34px;
        height: 28px;
    }
    .styled-guide-header {
        padding: 12px 20px;
    }
    .styled-guide-header h2 {
        font-size: 22px;
    }
}

/* ===== ADMIN DASHBOARD ===== */
.admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
    background: #071229;
    color: #fff;
}

.login-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.login-card,
.admin-panel,
.admin-modal {
    background: #0f2344;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.login-card {
    width: min(440px, 100%);
    display: grid;
    gap: 16px;
}

.login-card img {
    width: 86px;
    height: 86px;
    object-fit: contain;
}

.admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 22px;
    border-right: 1px solid rgba(255,255,255,0.1);
    background: #091a39;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #d71920 rgba(255,255,255,0.08);
}

.admin-sidebar::-webkit-scrollbar {
    width: 7px;
}

.admin-sidebar::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
}

.admin-sidebar::-webkit-scrollbar-thumb {
    background: #d71920;
    border-radius: 20px;
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.admin-brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.admin-sidebar p {
    color: #cbd5e1;
    line-height: 1.5;
    margin-bottom: 8px;
}

.admin-sidebar button,
.admin-item button,
.upload-row button {
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    color: #fff;
    border-radius: 8px;
    padding: 11px 13px;
    cursor: pointer;
    text-align: left;
}

.admin-sidebar button.active,
.admin-sidebar button:hover,
.admin-item button:hover,
.upload-row button:hover {
    background: #d71920;
}

.admin-content {
    padding: 32px;
}

.admin-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 42vw);
    gap: 18px;
    align-items: start;
}

.admin-content:not(.with-preview) .admin-workspace {
    grid-template-columns: 1fr;
}

.admin-preview-toggle {
    display:flex;
    gap:10px;
    justify-content:flex-end;
    margin-bottom:18px;
    flex-wrap:wrap;
}

.admin-live-preview {
    position: sticky;
    top: 18px;
    height: calc(100vh - 36px);
    background:#0f2344;
    border:1px solid rgba(255,255,255,0.12);
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 18px 44px rgba(0,0,0,0.24);
}

.admin-live-preview > div {
    height:42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 12px;
    border-bottom:1px solid rgba(255,255,255,0.1);
    color:#cbd5e1;
    font-size:13px;
}

.admin-live-preview button {
    border:0;
    background:#10b981;
    color:#fff;
    border-radius:7px;
    padding:7px 10px;
    cursor:pointer;
}

.admin-live-preview iframe {
    width:100%;
    height:calc(100% - 42px);
    border:0;
    background:#fff;
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 22px;
}

.admin-topbar h1,
.admin-panel h1 {
    font-size: 32px;
    margin-bottom: 6px;
}

.admin-topbar p,
.admin-panel p {
    color: #cbd5e1;
}

.admin-primary {
    border: 0;
    background: linear-gradient(135deg, #d71920, #ef3340);
    color: #fff;
    border-radius: 8px;
    padding: 12px 18px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

.admin-grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.admin-item {
    background: #0f2344;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 18px;
    display: grid;
    gap: 10px;
}

.admin-item h3 {
    color: #fff;
}

.admin-item p {
    color: #d7e2f2;
    line-height: 1.6;
    max-height: 82px;
    overflow: hidden;
}

.admin-item span,
.admin-item strong {
    color: #93c5fd;
    font-size: 13px;
}

.admin-item label {
    display:grid;
    gap:6px;
    color:#cbd5e1;
    font-size:13px;
}

.admin-item select,
.admin-item textarea {
    width:100%;
    border:1px solid rgba(255,255,255,0.16);
    background:#071229;
    color:#fff;
    border-radius:8px;
    padding:10px;
}

.admin-item textarea {
    min-height:74px;
    resize:vertical;
}

.admin-mini-link {
    border: 1px solid rgba(255,255,255,0.12);
    background: #10b981;
    color: #fff;
    border-radius: 8px;
    padding: 11px 13px;
    cursor: pointer;
    text-align: center;
}

.admin-item div {
    display: flex;
    gap: 8px;
}

.admin-panel {
    max-width: 1180px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 20px 0;
}

.form-grid .wide {
    grid-column: 1 / -1;
}

.login-card label,
.admin-panel label,
.admin-modal label {
    display: grid;
    gap: 7px;
    color: #cbd5e1;
    font-size: 14px;
}

.login-card input,
.admin-panel input,
.admin-panel textarea,
.admin-panel select,
.admin-modal input,
.admin-modal textarea,
.admin-modal select,
.user-form input,
.user-form select {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.16);
    background: #071229;
    color: #fff;
    border-radius: 8px;
    padding: 12px 13px;
    outline: none;
}

.admin-panel textarea,
.admin-modal textarea {
    min-height: 130px;
    resize: vertical;
}

.upload-row,
.user-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 18px;
}

.user-form {
    display: grid;
    grid-template-columns: repeat(5, minmax(140px, 1fr));
}

.admin-modal {
    width: min(720px, calc(100vw - 32px));
    max-height: calc(100vh - 40px);
    overflow: auto;
    display: grid;
    gap: 14px;
}

.media-preview-row {
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    padding:12px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:10px;
}

.media-preview-row img {
    width:76px;
    height:76px;
    object-fit:cover;
    border-radius:50%;
}

.admin-mini-preview {
    display:grid;
    justify-items:center;
    gap:8px;
    padding:18px;
    background:linear-gradient(145deg, #112240, #0a1a3a);
    border:1px solid rgba(255, 74, 84, 0.25);
    border-radius:18px;
    text-align:center;
}

.admin-mini-preview p {
    color:#d7e2f2;
    line-height:1.5;
}

.payguide-step-editor {
    display:grid;
    gap:14px;
}

.payguide-step-edit {
    display:grid;
    gap:10px;
    padding:14px;
    border-radius:12px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.12);
}

.payguide-image-button {
    min-height:180px;
    border:1px dashed rgba(255,255,255,0.25);
    border-radius:10px;
    background:#071229;
    color:#cbd5e1;
    cursor:pointer;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

.payguide-image-button img {
    width:100%;
    max-height:220px;
    object-fit:contain;
    display:block;
    background:#fff;
}

.check-line {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    flex-direction: row;
}

.check-line input {
    width: auto;
}

@media(max-width: 900px) {
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
        height: auto;
    }

    .admin-content {
        padding: 18px;
    }

    .admin-workspace {
        grid-template-columns:1fr;
    }

    .admin-live-preview {
        position:relative;
        top:auto;
        height:70vh;
    }

    .admin-topbar,
    .form-grid,
    .user-form {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }
}

/* Final visitor overrides */
body .site-shell.theme-day > header .logo h2,
body .site-shell.theme-day > header nav > a:not(.nav-action) {
    color: var(--red) !important;
    text-shadow: none !important;
}

body .site-shell > header nav > a.nav-action,
body .site-shell.theme-day > header nav > a.nav-action {
    color: #fff !important;
}

body .site-shell.logo-still .logo img,
body .site-shell.logo-still header .logo img {
    animation: none !important;
    transform: none !important;
}


