:root {
    --primary-bg: #FFFFFF;
    --secondary-bg: #F8FAFC;
    --accent-emerald: #047857;
    --primary-graphite: #1A1A1A;
    --text-primary: #1A1A1A;
    --text-secondary: #4B5563;
    --text-muted: #94A3B8;
    --border-color: rgba(26, 26, 26, 0.05);
    --gradient-emerald-graphite: linear-gradient(135deg, #047857 0%, #1A1A1A 100%);
}

.valv-capital-body {
    font-family: 'Inter', sans-serif;
    background-color: var(--primary-bg);
    color: var(--text-primary);
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.text-muted {
    color: #94A3B8 !important;
}

.valv-interactive-element {
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.valv-glass-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}

.valv-btn-primary {
    background: var(--gradient-emerald-graphite);
    color: #FFFFFF;
    border: none;
    padding: 12px 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.valv-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(4, 120, 87, 0.2);
}

.valv-section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .valv-section-spacing {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

/* ===== header ===== */
.valv-header {
    z-index: 1030;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.valv-header .navbar {
    padding: 1rem 0;
    background-color: #FFFFFF !important;
}

@media (min-width: 992px) {
    .valv-header .navbar > .container {
        max-width: 100%;
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.valv-header .js-header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.valv-header .brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    color: #1A1A1A;
    letter-spacing: -0.02em;
}

.valv-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    color: #4B5563;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.valv-header .nav-link:hover,
.valv-header .nav-link:focus {
    color: #047857;
}

.valv-header .navbar-toggler {
    color: #1A1A1A;
    padding: 0;
}

.valv-header .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .valv-header .navbar-collapse {
        background-color: #FFFFFF;
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 8px;
        border-top: 2px solid #047857;
    }

    .valv-header .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid rgba(26, 26, 26, 0.05);
        font-size: 0.8rem;
    }

    .valv-header .nav-link:last-child {
        border-bottom: none;
    }
}

/* ===== hero ===== */
.valv-hero-block {
    background-color: #F8FAFC;
    font-family: 'Inter', sans-serif;
}

.valv-hero-block .bg-emerald {
    background-color: #047857;
    color: #FFFFFF;
}

.valv-hero-block .btn-emerald {
    background-color: #047857;
    border-color: #047857;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.valv-hero-block .btn-emerald:hover {
    background-color: #065F46;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4, 120, 87, 0.2);
}

.valv-hero-featured {
    min-height: 500px;
    background-color: #1A1A1A;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.valv-hero-featured:hover {
    transform: none;
}

.valv-hero-media img {
    transition: transform 0.8s ease;
}

.valv-hero-featured:hover img {
    transform: none;
}

.valv-hero-overlay {
    background: linear-gradient(0deg, rgba(26, 26, 26, 0.9) 0%, rgba(26, 26, 26, 0.4) 50%, rgba(26, 26, 26, 0) 100%);
    z-index: 2;
}

.valv-hero-overlay h1 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

.valv-hero-play-btn {
    z-index: 3;
}

.valv-hero-play-btn .play-circle {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease;
}

.valv-hero-featured:hover .play-circle {
    transform: scale(1.1);
    background: rgba(4, 120, 87, 0.8);
    border-color: #047857;
}

.valv-hero-sidebar {
    box-shadow: 0 4px 20px rgba(26, 26, 26, 0.05);
}

.valv-sidebar-title {
    font-family: 'Montserrat', sans-serif;
    color: #1A1A1A;
}

.valv-sidebar-title .accent-line {
    display: inline-block;
    width: 4px;
    height: 24px;
    background-color: #047857;
    border-radius: 2px;
}

.valv-sidebar-item a {
    transition: all 0.3s ease;
}

.valv-sidebar-item:hover a {
    transform: none;
}

.valv-sidebar-heading {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #1A1A1A;
    margin: 0;
    transition: color 0.3s ease;
}

.valv-sidebar-item:hover .valv-sidebar-heading {
    color: #1A1A1A;
}

.valv-cat-muted {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #94A3B8;
}

.valv-date-muted {
    font-size: 0.8rem;
    color: #94A3B8;
}

.valv-thumb-wrapper img {
    transition: transform 0.4s ease;
}

.valv-sidebar-item:hover img {
    transform: none;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #F1F5F9;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #94A3B8;
}

@media (max-width: 991.98px) {
    .valv-hero-featured {
        min-height: 400px;
    }

    .valv-hero-overlay h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 767.98px) {
    .valv-hero-featured {
        min-height: 350px;
    }

    .valv-hero-overlay {
        padding: 1.5rem !important;
    }

    .valv-hero-overlay h1 {
        font-size: 1.4rem;
    }

    .valv-hero-play-btn .play-circle {
        width: 60px;
        height: 60px;
    }

    .valv-hero-play-btn i {
        font-size: 1.5rem !important;
    }
}

/* ===== news-grid ===== */
.news-grid-section {
    background-color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.news-grid-section .category-label {
    color: #047857;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
}

.news-grid-section h2 {
    font-family: 'Montserrat', sans-serif;
    color: #1A1A1A !important;
}

.news-grid-section .btn-news-link {
    color: #1A1A1A;
    transition: color 0.3s ease;
}

.news-grid-section .btn-news-link:hover {
    color: #047857;
}

.news-grid-section .news-card {
    background: #FFFFFF;
    border: 1px solid rgba(26, 26, 26, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    position: relative;
}

.news-grid-section .news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(4, 120, 87, 0.08);
}

.news-grid-section .news-card-img-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.news-grid-section .news-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.news-grid-section .news-card:hover .news-card-img {
    transform: scale(1.08);
}

.news-grid-section .news-category-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #047857;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
    z-index: 2;
}

.news-grid-section .news-card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.news-grid-section .news-meta {
    font-size: 0.8rem;
    color: #94A3B8;
}

.news-grid-section .news-title a {
    color: #1A1A1A !important;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.news-grid-section .news-card:hover .news-title a {
    color: #047857 !important;
}

.news-grid-section .news-excerpt {
    font-size: 0.9rem;
    color: #4B5563;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .news-grid-section .news-card-img-wrapper {
        height: 200px;
    }

    .news-grid-section h2 {
        font-size: 1.5rem;
    }
}

/* ===== popular-news ===== */
.popular-news-section {
    background-color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.popular-news-section .popular-news-title {
    color: #1A1A1A;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.popular-news-section .popular-news-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 60px;
    height: 3px;
    background-color: #047857;
}

.popular-news-section .popular-news-subtitle {
    color: #4B5563;
    font-size: 0.95rem;
    max-width: 600px;
}

.popular-news-section .popular-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.popular-news-section .popular-card-main {
    background: #F8FAFC;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease;
    border: 1px solid rgba(26, 26, 26, 0.05);
}

.popular-news-section .popular-card-main:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(4, 120, 87, 0.1);
}

.popular-news-section .popular-card-img-wrapper {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.popular-news-section .popular-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.popular-news-section .popular-card-main:hover .popular-card-img {
    transform: scale(1.05);
}

.popular-news-section .popular-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #047857;
    color: #FFFFFF;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 2;
}

.popular-news-section .popular-meta {
    font-size: 0.85rem;
    color: #94A3B8;
}

.popular-news-section .popular-card-heading {
    font-family: 'Montserrat', sans-serif;
    color: #1A1A1A;
    font-size: 1.5rem;
    line-height: 1.3;
}

.popular-news-section .popular-btn {
    background: linear-gradient(135deg, #047857 0%, #1A1A1A 100%);
    color: #FFFFFF;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: opacity 0.3s ease;
}

.popular-news-section .popular-btn:hover {
    opacity: 0.9;
}

.popular-news-section .popular-card-list {
    background: #FFFFFF;
    border: 1px solid rgba(26, 26, 26, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.popular-news-section .popular-card-list:hover {
    background: rgba(4, 120, 87, 0.02);
    border-color: rgba(4, 120, 87, 0.2);
}

.popular-news-section .popular-list-img-wrapper {
    width: 100%;
    height: 180px;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .popular-news-section .popular-list-img-wrapper {
        width: 180px;
        height: 140px;
    }
}

.popular-news-section .popular-category {
    color: #047857;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.popular-news-section .popular-list-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #1A1A1A;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popular-news-section .popular-btn-link {
    background: transparent;
    border: none;
    color: #047857;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0;
    transition: color 0.3s ease;
}

.popular-news-section .popular-btn-link:hover {
    color: #1A1A1A;
}

@media (max-width: 767px) {
    .popular-news-section .popular-news-title {
        font-size: 1.25rem;
    }

    .popular-news-section .popular-card-heading {
        font-size: 1.2rem;
    }

    .popular-news-section .popular-card-img-wrapper {
        height: 240px;
    }
}

/* ===== categories-showcase ===== */
.categories-showcase {
    background-color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.categories-showcase .category-heading {
    font-family: 'Montserrat', sans-serif;
    color: #1A1A1A;
    letter-spacing: 0.05em;
}

.categories-showcase .category-subtext {
    color: #4B5563;
    font-size: 0.95rem;
}

.categories-showcase .btn-outline-emerald {
    border: 2px solid #047857;
    color: #047857;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    border-radius: 0;
    transition: all 0.3s ease;
}

.categories-showcase .btn-outline-emerald:hover {
    background-color: #047857;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.categories-showcase .news-card {
    border: none;
    background: #F8FAFC;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.categories-showcase .news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(4, 120, 87, 0.15);
}

.categories-showcase .card-img-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.categories-showcase .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.categories-showcase .news-card:hover .card-img-top {
    transform: scale(1.1);
}

.categories-showcase .card-content {
    border-top: 1px solid rgba(26, 26, 26, 0.05);
}

.categories-showcase .post-date {
    color: #94A3B8;
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
}

.categories-showcase .post-title {
    color: #1A1A1A;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.categories-showcase .news-card:hover .post-title {
    color: #047857;
}

.categories-showcase .btn-read-more {
    color: #1A1A1A;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.categories-showcase .btn-read-more:hover {
    color: #047857;
    padding-left: 5px;
}

/* ===== newsletter ===== */
.newsletter-block {
    position: relative;
    padding: 80px 0;
    background-image: url('../content/images/graphics/valv-capital-newsletter-background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.newsletter-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.92) 0%, rgba(4, 120, 87, 0.4) 100%);
    z-index: 1;
}

.newsletter-block .newsletter-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 60px 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.newsletter-block .newsletter-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #FFFFFF !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.newsletter-block .newsletter-description {
    font-family: 'Inter', sans-serif;
    color: #E2E8F0;
    font-size: 1.1rem;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.newsletter-block .newsletter-input {
    width: 100%;
    padding: 18px 25px;
    border-radius: 12px;
    border: 2px solid transparent;
    background-color: #FFFFFF;
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-block .newsletter-input:focus {
    outline: none;
    border-color: #047857;
    box-shadow: 0 0 15px rgba(4, 120, 87, 0.3);
}

.newsletter-block .newsletter-input::placeholder {
    color: #94A3B8;
    opacity: 1;
}

.newsletter-block .newsletter-button {
    background: linear-gradient(135deg, #047857 0%, #1A1A1A 100%);
    color: #FFFFFF;
    border: none;
    padding: 18px 45px;
    border-radius: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 180px;
    cursor: pointer;
}

.newsletter-block .newsletter-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(4, 120, 87, 0.4);
}

.newsletter-block .newsletter-privacy {
    margin-top: 20px;
    color: #94A3B8;
    font-size: 0.85rem;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 767.98px) {
    .newsletter-block {
        padding: 60px 0;
    }

    .newsletter-block .newsletter-card {
        padding: 40px 20px;
    }

    .newsletter-block .newsletter-title {
        font-size: 16px !important;
        hyphens: auto;
    }

    .newsletter-block .newsletter-description {
        font-size: 0.95rem;
    }

    .newsletter-block .newsletter-button {
        width: 100%;
    }
}

/* ===== footer ===== */
.valv-footer {
    background-color: #1A1A1A;
    color: #E2E8F0;
    font-family: 'Inter', sans-serif;
    border-top: 4px solid #047857;
}

.valv-footer-logo {
    max-width: 45px;
    height: auto;
    transition: opacity 0.3s ease;
}

.valv-footer-logo:hover {
    opacity: 0.85;
}

.valv-footer-heading {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.valv-footer-description {
    color: #94A3B8;
    font-size: 0.9rem;
    line-height: 1.6;
}

.valv-footer-links a {
    color: #E2E8F0;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.valv-footer-links a:hover {
    color: #047857;
    transform: translateX(4px);
}

.valv-footer-text {
    font-size: 0.875rem;
    color: #94A3B8;
}

.valv-footer-divider {
    height: 1px;
    background: rgba(148, 163, 184, 0.1);
}

.valv-footer-copyright {
    font-size: 0.75rem;
    color: #94A3B8;
    letter-spacing: 0.5px;
}

.text-emerald {
    color: #047857 !important;
}

@media (max-width: 768px) {
    .valv-footer {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .valv-footer-heading {
        margin-top: 1rem;
    }

    .valv-footer-links a:hover {
        transform: none;
    }
}

.valv-header {
    z-index: 1030;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.valv-header .navbar {
    padding: 1rem 0;
    background-color: #FFFFFF !important;
}

.valv-header .js-header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.valv-header .brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    color: #1A1A1A;
    letter-spacing: -0.02em;
}

.valv-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    color: #4B5563;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.valv-header .nav-link:hover {
    color: #047857;
}

.valv-hero-section {
    background: linear-gradient(135deg, #047857 0%, #1A1A1A 100%);
    position: relative;
    overflow: hidden;
}

.valv-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&q=80&w=1920') center/cover;
    opacity: 0.1;
}

.valv-hero-section .container {
    position: relative;
    z-index: 2;
}

.valv-card-item {
    background: #FFFFFF;
    border: 1px solid rgba(26, 26, 26, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.valv-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(4, 120, 87, 0.1);
}

.valv-card-img-wrapper {
    height: 100%;
    min-height: 250px;
    overflow: hidden;
}

.valv-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.valv-card-item:hover .valv-card-img-wrapper img {
    transform: scale(1.08);
}

.valv-meta-item {
    font-size: 0.75rem;
    color: #94A3B8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.valv-btn-emerald {
    background-color: #047857;
    color: #FFFFFF;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.valv-btn-emerald:hover {
    background-color: #035e44;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4, 120, 87, 0.3);
}

.valv-sidebar-block {
    background: #F8FAFC;
    border-radius: 12px;
    border: 1px solid rgba(26, 26, 26, 0.05);
}

.valv-sidebar-list a {
    color: #4B5563;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    padding: 0.5rem 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.valv-sidebar-list a:hover {
    color: #047857;
}

.text-emerald {
    color: #047857 !important;
}

.valv-footer {
    background-color: #1A1A1A;
    color: #E2E8F0;
    border-top: 4px solid #047857;
}

.valv-footer-logo {
    max-width: 45px;
    height: auto;
}

.valv-footer-heading {
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.valv-footer-links a {
    color: #E2E8F0;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.valv-footer-links a:hover {
    color: #047857;
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .valv-card-img-wrapper {
        min-height: 200px;
    }

    .valv-hero-section h1 {
        font-size: 1.75rem !important;
    }
}


/* ===== PAGE: privacy ===== */
.policy-page-block {
  padding: 80px 0;
  background-color: #F8FAFC;
  color: #1A1A1A;
  font-family: 'Inter', sans-serif;
}

.policy-content-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.policy-header {
  border-bottom: 2px solid rgba(4, 120, 87, 0.1);
  padding-bottom: 32px;
  text-align: center;
}

.policy-main-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: #1A1A1A;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.policy-last-update {
  font-size: 0.9rem;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.policy-body h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #047857;
  margin-top: 48px;
  margin-bottom: 24px;
  position: relative;
}

.policy-body h3::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #047857;
  margin-top: 8px;
  border-radius: 2px;
}

.policy-body p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4B5563;
  margin-bottom: 20px;
}

.policy-body ul, .policy-body ol {
  margin-bottom: 24px;
  padding-left: 20px;
}

.policy-body li {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4B5563;
  margin-bottom: 12px;
}

.policy-body strong {
  color: #1A1A1A;
  font-weight: 600;
}

@media (max-width: 768px) {
  .policy-page-block {
    padding: 40px 0;
  }
  .policy-main-title {
    font-size: 1.75rem;
  }
  .policy-body h3 {
    font-size: 1.25rem;
    margin-top: 32px;
  }
  .policy-body p, .policy-body li {
    font-size: 1rem;
  }
}

/* ===== PAGE: terms ===== */
.policy-page-block { padding: 80px 0; background-color: #FFFFFF; font-family: 'Inter', sans-serif; color: #1A1A1A; line-height: 1.6; } .policy-page-block .policy-content-container { max-width: 800px; margin: 0 auto; padding: 0 24px; } .policy-page-block h1 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2.5rem; color: #1A1A1A; margin-bottom: 2rem; border-left: 6px solid #047857; padding-left: 20px; } .policy-page-block h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.5rem; color: #047857; margin-top: 2.5rem; margin-bottom: 1rem; } .policy-page-block p { font-size: 1.05rem; color: #4B5563; margin-bottom: 1.25rem; } .policy-page-block ul { margin-bottom: 1.5rem; padding-left: 1.25rem; } .policy-page-block li { color: #4B5563; margin-bottom: 0.5rem; position: relative; list-style-type: none; padding-left: 1.5rem; } .policy-page-block li::before { content: '\F272'; font-family: 'bootstrap-icons'; position: absolute; left: 0; color: #047857; font-weight: bold; } @media (max-width: 768px) { .policy-page-block { padding: 40px 0; } .policy-page-block h1 { font-size: 1.75rem; border-left-width: 4px; padding-left: 15px; } .policy-page-block h2 { font-size: 1.25rem; } .policy-page-block p { font-size: 0.95rem; } }

/* ===== PAGE: disclaimer ===== */
.policy-page-block { padding: 80px 0; background-color: #FFFFFF; font-family: 'Inter', sans-serif; } .policy-content-container { max-width: 900px; margin: 0 auto; padding: 0 20px; color: #4B5563; line-height: 1.7; } .policy-content-container h2 { font-family: 'Montserrat', sans-serif; color: #1A1A1A; font-weight: 800; font-size: 32px; letter-spacing: -0.02em; margin-bottom: 1.5rem; position: relative; } .policy-content-container h2::after { content: ''; display: block; width: 60px; height: 4px; background: #047857; margin-top: 15px; } .policy-content-container h3 { font-family: 'Montserrat', sans-serif; color: #1A1A1A; font-weight: 700; font-size: 20px; margin-top: 2.5rem; margin-bottom: 1rem; } .policy-content-container p { margin-bottom: 1.2rem; font-size: 16px; } .policy-content-container ul { margin-bottom: 1.5rem; padding-left: 1.2rem; } .policy-content-container li { margin-bottom: 0.8rem; position: relative; } .policy-content-container .contact-list li { list-style: none; padding-left: 0; display: flex; align-items: center; } .policy-content-container .contact-list i { color: #047857; font-size: 1.2rem; } .policy-content-container .text-muted { color: #94A3B8 !important; font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; } @media (max-width: 768px) { .policy-page-block { padding: 40px 0; } .policy-content-container h2 { font-size: 24px; } .policy-content-container h3 { font-size: 18px; } .policy-content-container p { font-size: 15px; } }

/* ===== PAGE: cookies ===== */
.policy-page-block { padding: 80px 0; background-color: #FFFFFF; color: #1A1A1A; font-family: 'Inter', sans-serif; line-height: 1.8; } .policy-content-container { max-width: 900px; margin: 0 auto; padding: 0 24px; } .policy-main-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(2rem, 5vw, 3.5rem); color: #1A1A1A; margin-bottom: 24px; letter-spacing: -0.02em; } .policy-lead-text { font-size: 1.25rem; color: #4B5563; font-weight: 300; border-left: 4px solid #047857; padding-left: 20px; margin-bottom: 48px; } .policy-section-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.5rem; color: #1A1A1A; margin: 40px 0 20px 0; border-bottom: 1px solid rgba(26, 26, 26, 0.05); padding-bottom: 10px; display: flex; align-items: center; } .policy-section-title i { color: #047857; } .policy-list { list-style: none; padding-left: 0; margin-bottom: 30px; } .policy-list li { position: relative; padding-left: 28px; margin-bottom: 12px; } .policy-list li::before { content: '→'; position: absolute; left: 0; color: #047857; font-weight: bold; } .cookie-type-card { background: #F8FAFC; border: 1px solid rgba(26, 26, 26, 0.05); border-radius: 12px; padding: 24px; height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; } .cookie-type-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(4, 120, 87, 0.08); border-color: rgba(4, 120, 87, 0.2); } .cookie-type-card h3 { color: #047857; font-weight: 700; margin-bottom: 12px; } .cookie-type-card p { font-size: 0.95rem; color: #4B5563; margin-bottom: 0; } .policy-alert-box { background-color: rgba(4, 120, 87, 0.05); border-radius: 16px; border: 1px dashed #047857; } @media (max-width: 768px) { .policy-page-block { padding: 40px 0; } .policy-main-title { font-size: 1.75rem; } .policy-section-title { font-size: 1.25rem; } .policy-lead-text { font-size: 1.1rem; } }

/* ===== PAGE: about-contact ===== */
.valv-about-contact-wrapper {
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
}

.valv-about-contact-wrapper .valv-info-card,
.valv-about-contact-wrapper .valv-contact-form-block {
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 26, 0.05);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.valv-about-contact-wrapper .valv-heading-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #1A1A1A;
  font-size: 2.5rem;
  line-height: 1.2;
}

.valv-about-contact-wrapper .valv-heading-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #1A1A1A;
  font-size: 1.75rem;
}

.valv-about-contact-wrapper .valv-heading-3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #1A1A1A;
  font-size: 1.1rem;
}

.valv-about-contact-wrapper .valv-text-primary {
  color: #1A1A1A;
  font-size: 1.1rem;
  line-height: 1.6;
}

.valv-about-contact-wrapper .valv-text-secondary {
  color: #4B5563;
  font-size: 1rem;
  line-height: 1.6;
}

.valv-about-contact-wrapper .valv-text-muted {
  color: #94A3B8;
  font-weight: 500;
  font-size: 0.9rem;
}

.valv-about-contact-wrapper .valv-emerald {
  color: #047857;
}

.valv-about-contact-wrapper .valv-image-container {
  border-radius: 12px;
  min-height: 400px;
}

.valv-about-contact-wrapper .valv-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(4, 120, 87, 0.1) 0%, rgba(26, 26, 26, 0.2) 100%);
}

.valv-about-contact-wrapper .form-label {
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
}

.valv-about-contact-wrapper .form-control {
  background-color: #F8FAFC;
  border: 1px solid rgba(26, 26, 26, 0.1);
  padding: 0.75rem 1rem;
  color: #1A1A1A;
  transition: border-color 0.3s ease;
}

.valv-about-contact-wrapper .form-control:focus {
  border-color: #047857;
  box-shadow: 0 0 0 0.25rem rgba(4, 120, 87, 0.1);
  background-color: #FFFFFF;
}

.valv-about-contact-wrapper .valv-btn-primary {
  background: linear-gradient(135deg, #047857 0%, #1A1A1A 100%);
  color: #FFFFFF;
  border: none;
  font-weight: 600;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.valv-about-contact-wrapper .valv-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(4, 120, 87, 0.3);
  color: #FFFFFF;
}

.valv-about-contact-wrapper .valv-detail-card {
  background: #FFFFFF;
  border: 1px solid rgba(26, 26, 26, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.valv-about-contact-wrapper .valv-detail-card:hover {
  border-color: #047857;
  transform: translateX(5px);
  background: rgba(4, 120, 87, 0.02);
}

.valv-about-contact-wrapper .valv-icon-box {
  width: 48px;
  height: 48px;
  background: rgba(4, 120, 87, 0.08);
  color: #047857;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .valv-about-contact-wrapper .valv-heading-1 { font-size: 1.75rem; }
  .valv-about-contact-wrapper .valv-heading-2 { font-size: 1.5rem; }
  .valv-about-contact-wrapper .valv-image-container { min-height: 250px; }
}

.main-comment-card {
    background: #FFFFFF;
    border: 1px solid rgba(26, 26, 26, 0.05);
    border-radius: 1.25rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.main-comment-card:hover {
    transform: translateY(-4px);
    border-color: rgba(4, 120, 87, 0.2);
    box-shadow: 0 10px 30px rgba(4, 120, 87, 0.08);
}

.comment-flex-container {
    display: flex;
    gap: 1.25rem;
}

.avatar-initials-circle {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #047857 0%, #1A1A1A 100%);
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(4, 120, 87, 0.15);
}

.comment-content-block {
    flex-grow: 1;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.comment-author-name {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1A1A1A;
    font-size: 1rem;
    line-height: 1.2;
}

.comment-timestamp {
    display: block;
    font-size: 0.85rem;
    color: #94A3B8;
    margin-top: 0.25rem;
}

.comment-badge {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.25rem 0.75rem;
    background: rgba(4, 120, 87, 0.08);
    color: #047857;
    border-radius: 2rem;
}

.comment-body-text {
    font-family: 'Inter', sans-serif;
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

.comment-actions-bar {
    display: flex;
    gap: 1.5rem;
    border-top: 1px solid rgba(26, 26, 26, 0.03);
    padding-top: 1rem;
}

.action-btn {
    background: transparent;
    border: none;
    padding: 0;
    color: #94A3B8;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.action-btn:hover {
    color: #047857;
}

.action-btn i {
    font-size: 1.1rem;
}

.reply-comment-wrapper {
    position: relative;
    padding-left: 3rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.reply-connector {
    position: absolute;
    left: 1.25rem;
    top: -1rem;
    bottom: 1.5rem;
    width: 2px;
    background: rgba(4, 120, 87, 0.15);
    border-radius: 0 0 0 1rem;
}

.reply-connector::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5rem;
    height: 2px;
    background: rgba(4, 120, 87, 0.15);
}

.reply-comment-card {
    background: #F8FAFC;
    border: 1px solid rgba(26, 26, 26, 0.04);
    border-radius: 1rem;
    padding: 1.25rem;
    transition: all 0.4s ease;
}

.reply-comment-card:hover {
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(26, 26, 26, 0.04);
}

.avatar-small {
    width: 40px !important;
    height: 40px !important;
    font-size: 0.9rem !important;
    background: #1A1A1A !important;
}

.reply-comment-card .comment-body-text {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.reply-comment-card .comment-actions-bar {
    padding-top: 0.75rem;
    gap: 1.25rem;
}

@media (max-width: 768px) {
    .reply-comment-wrapper {
        padding-left: 1.5rem;
    }

    .reply-connector {
        left: 0.5rem;
    }
}


/* ===== PAGE TEMPLATE: destinations ===== */
.valv-detail-hero {
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
}

.valv-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
}

.valv-article-body {
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
}

.valv-article-rich-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4B5563;
}

.valv-article-rich-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1A1A1A;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
}

.valv-article-rich-text p {
    margin-bottom: 1.5rem;
}

.valv-article-rich-text ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.valv-article-rich-text li {
    margin-bottom: 0.5rem;
}

.valv-btn-primary {
    background: linear-gradient(135deg, #047857 0%, #1A1A1A 100%);
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.valv-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(4, 120, 87, 0.4);
    color: #FFFFFF;
}

.valv-share-btn.btn-facebook {
    background-color: #1877F2;
    color: #fff;
}

.valv-share-btn.btn-twitter {
    background-color: #000000;
    color: #fff;
}

.bg-emerald-light {
    background-color: rgba(4, 120, 87, 0.05);
}

.widget-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 4px solid #047857;
    padding-left: 1rem;
}

.widget-post-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.valv-sidebar-post-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A1A1A;
    transition: color 0.3s;
}

.group:hover .valv-sidebar-post-title {
    color: #047857;
}


.main-comment-card,
.reply-comment-card {
    background: #FFFFFF;
    border: 1px solid rgba(26, 26, 26, 0.05);
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.comment-flex-container {
    display: flex;
    gap: 1.25rem;
}

.avatar-initials-circle {
    width: 50px;
    height: 50px;
    background: #047857;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.avatar-small {
    width: 40px;
    height: 40px;
    font-size: 0.875rem;
}

.comment-author-name {
    font-weight: 700;
    color: #1A1A1A;
}

.comment-timestamp {
    font-size: 0.75rem;
    color: #94A3B8;
    margin-left: 0.5rem;
}

.comment-badge {
    font-size: 0.7rem;
    background: rgba(4, 120, 87, 0.1);
    color: #047857;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    margin-top: 4px;
}

.comment-body-text {
    margin: 1rem 0;
    font-size: 0.95rem;
    color: #4B5563;
}

.comment-actions-bar {
    display: flex;
    gap: 1.5rem;
}

.action-btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.85rem;
    color: #94A3B8;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}

.action-btn:hover,
.action-btn.active {
    color: #047857;
}

.reply-comment-wrapper {
    margin-left: 3rem;
    position: relative;
}

.reply-connector {
    position: absolute;
    left: -1.5rem;
    top: -1rem;
    bottom: 2rem;
    width: 2px;
    background: rgba(4, 120, 87, 0.1);
}

.valv-comment-form-box {
    background: #F8FAFC;
    border: 1px solid rgba(26, 26, 26, 0.05);
}

@media (max-width: 768px) {
    .valv-hero-title {
        font-size: 1.75rem;
    }

    .reply-comment-wrapper {
        margin-left: 1.5rem;
    }

    .valv-detail-hero {
        padding: 100px 15px 40px;
    }

    .valv-detail-content-wrapper {
        padding: 30px 15px;
    }
}

/* ===== PAGE TEMPLATE: aviation ===== */
.valv-detail-hero {
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
}

.valv-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
}

.valv-article-body {
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
}

.valv-article-rich-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4B5563;
}

.valv-article-rich-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1A1A1A;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
}

.valv-article-rich-text p {
    margin-bottom: 1.5rem;
}

.valv-article-rich-text ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.valv-article-rich-text li {
    margin-bottom: 0.5rem;
}

.valv-btn-primary {
    background: linear-gradient(135deg, #047857 0%, #1A1A1A 100%);
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.valv-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(4, 120, 87, 0.4);
    color: #FFFFFF;
}

.valv-share-btn.btn-facebook {
    background-color: #1877F2;
    color: #fff;
}

.valv-share-btn.btn-twitter {
    background-color: #000000;
    color: #fff;
}

.bg-emerald-light {
    background-color: rgba(4, 120, 87, 0.05);
}

.widget-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 4px solid #047857;
    padding-left: 1rem;
}

.widget-post-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.valv-sidebar-post-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A1A1A;
    transition: color 0.3s;
}

.group:hover .valv-sidebar-post-title {
    color: #047857;
}


.main-comment-card,
.reply-comment-card {
    background: #FFFFFF;
    border: 1px solid rgba(26, 26, 26, 0.05);
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.comment-flex-container {
    display: flex;
    gap: 1.25rem;
}

.avatar-initials-circle {
    width: 50px;
    height: 50px;
    background: #047857;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.avatar-small {
    width: 40px;
    height: 40px;
    font-size: 0.875rem;
}

.comment-author-name {
    font-weight: 700;
    color: #1A1A1A;
}

.comment-timestamp {
    font-size: 0.75rem;
    color: #94A3B8;
    margin-left: 0.5rem;
}

.comment-badge {
    font-size: 0.7rem;
    background: rgba(4, 120, 87, 0.1);
    color: #047857;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    margin-top: 4px;
}

.comment-body-text {
    margin: 1rem 0;
    font-size: 0.95rem;
    color: #4B5563;
}

.comment-actions-bar {
    display: flex;
    gap: 1.5rem;
}

.action-btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.85rem;
    color: #94A3B8;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}

.action-btn:hover,
.action-btn.active {
    color: #047857;
}

.reply-comment-wrapper {
    margin-left: 3rem;
    position: relative;
}

.reply-connector {
    position: absolute;
    left: -1.5rem;
    top: -1rem;
    bottom: 2rem;
    width: 2px;
    background: rgba(4, 120, 87, 0.1);
}

.valv-comment-form-box {
    background: #F8FAFC;
    border: 1px solid rgba(26, 26, 26, 0.05);
}

@media (max-width: 768px) {
    .valv-hero-title {
        font-size: 1.75rem;
    }

    .reply-comment-wrapper {
        margin-left: 1.5rem;
    }

    .valv-detail-hero {
        padding: 100px 15px 40px;
    }

    .valv-detail-content-wrapper {
        padding: 30px 15px;
    }
}

/* ===== PAGE TEMPLATE: tips ===== */
.valv-detail-hero {
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
}

.valv-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
}

.valv-article-body {
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
}

.valv-article-rich-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4B5563;
}

.valv-article-rich-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1A1A1A;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
}

.valv-article-rich-text p {
    margin-bottom: 1.5rem;
}

.valv-article-rich-text ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.valv-article-rich-text li {
    margin-bottom: 0.5rem;
}

.valv-btn-primary {
    background: linear-gradient(135deg, #047857 0%, #1A1A1A 100%);
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.valv-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(4, 120, 87, 0.4);
    color: #FFFFFF;
}

.valv-share-btn.btn-facebook {
    background-color: #1877F2;
    color: #fff;
}

.valv-share-btn.btn-twitter {
    background-color: #000000;
    color: #fff;
}

.bg-emerald-light {
    background-color: rgba(4, 120, 87, 0.05);
}

.widget-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 4px solid #047857;
    padding-left: 1rem;
}

.widget-post-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.valv-sidebar-post-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A1A1A;
    transition: color 0.3s;
}

.group:hover .valv-sidebar-post-title {
    color: #047857;
}


.main-comment-card,
.reply-comment-card {
    background: #FFFFFF;
    border: 1px solid rgba(26, 26, 26, 0.05);
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.comment-flex-container {
    display: flex;
    gap: 1.25rem;
}

.avatar-initials-circle {
    width: 50px;
    height: 50px;
    background: #047857;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.avatar-small {
    width: 40px;
    height: 40px;
    font-size: 0.875rem;
}

.comment-author-name {
    font-weight: 700;
    color: #1A1A1A;
}

.comment-timestamp {
    font-size: 0.75rem;
    color: #94A3B8;
    margin-left: 0.5rem;
}

.comment-badge {
    font-size: 0.7rem;
    background: rgba(4, 120, 87, 0.1);
    color: #047857;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    margin-top: 4px;
}

.comment-body-text {
    margin: 1rem 0;
    font-size: 0.95rem;
    color: #4B5563;
}

.comment-actions-bar {
    display: flex;
    gap: 1.5rem;
}

.action-btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.85rem;
    color: #94A3B8;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}

.action-btn:hover,
.action-btn.active {
    color: #047857;
}

.reply-comment-wrapper {
    margin-left: 3rem;
    position: relative;
}

.reply-connector {
    position: absolute;
    left: -1.5rem;
    top: -1rem;
    bottom: 2rem;
    width: 2px;
    background: rgba(4, 120, 87, 0.1);
}

.valv-comment-form-box {
    background: #F8FAFC;
    border: 1px solid rgba(26, 26, 26, 0.05);
}

@media (max-width: 768px) {
    .valv-hero-title {
        font-size: 1.75rem;
    }

    .reply-comment-wrapper {
        margin-left: 1.5rem;
    }

    .valv-detail-hero {
        padding: 100px 15px 40px;
    }

    .valv-detail-content-wrapper {
        padding: 30px 15px;
    }
}

/* ===== PAGE TEMPLATE: world-news ===== */
.valv-detail-hero {
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
}

.valv-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
}

.valv-article-body {
    color: #1A1A1A;
    font-family: 'Inter', sans-serif;
}

.valv-article-rich-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #4B5563;
}

.valv-article-rich-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1A1A1A;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
}

.valv-article-rich-text p {
    margin-bottom: 1.5rem;
}

.valv-article-rich-text ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.valv-article-rich-text li {
    margin-bottom: 0.5rem;
}

.valv-btn-primary {
    background: linear-gradient(135deg, #047857 0%, #1A1A1A 100%);
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.valv-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(4, 120, 87, 0.4);
    color: #FFFFFF;
}

.valv-share-btn.btn-facebook {
    background-color: #1877F2;
    color: #fff;
}

.valv-share-btn.btn-twitter {
    background-color: #000000;
    color: #fff;
}

.bg-emerald-light {
    background-color: rgba(4, 120, 87, 0.05);
}

.widget-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 4px solid #047857;
    padding-left: 1rem;
}

.widget-post-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.valv-sidebar-post-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A1A1A;
    transition: color 0.3s;
}

.group:hover .valv-sidebar-post-title {
    color: #047857;
}


.main-comment-card,
.reply-comment-card {
    background: #FFFFFF;
    border: 1px solid rgba(26, 26, 26, 0.05);
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.comment-flex-container {
    display: flex;
    gap: 1.25rem;
}

.avatar-initials-circle {
    width: 50px;
    height: 50px;
    background: #047857;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.avatar-small {
    width: 40px;
    height: 40px;
    font-size: 0.875rem;
}

.comment-author-name {
    font-weight: 700;
    color: #1A1A1A;
}

.comment-timestamp {
    font-size: 0.75rem;
    color: #94A3B8;
    margin-left: 0.5rem;
}

.comment-badge {
    font-size: 0.7rem;
    background: rgba(4, 120, 87, 0.1);
    color: #047857;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    margin-top: 4px;
}

.comment-body-text {
    margin: 1rem 0;
    font-size: 0.95rem;
    color: #4B5563;
}

.comment-actions-bar {
    display: flex;
    gap: 1.5rem;
}

.action-btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.85rem;
    color: #94A3B8;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}

.action-btn:hover,
.action-btn.active {
    color: #047857;
}

.reply-comment-wrapper {
    margin-left: 3rem;
    position: relative;
}

.reply-connector {
    position: absolute;
    left: -1.5rem;
    top: -1rem;
    bottom: 2rem;
    width: 2px;
    background: rgba(4, 120, 87, 0.1);
}

.valv-comment-form-box {
    background: #F8FAFC;
    border: 1px solid rgba(26, 26, 26, 0.05);
}

@media (max-width: 768px) {
    .valv-hero-title {
        font-size: 1.75rem;
    }

    .reply-comment-wrapper {
        margin-left: 1.5rem;
    }

    .valv-detail-hero {
        padding: 100px 15px 40px;
    }

    .valv-detail-content-wrapper {
        padding: 30px 15px;
    }
}