/*
Theme Name: Flatsome Child - Miss Tourism Đà Nẵng
Theme URI: https://misstourismdanang.com
Template: flatsome
Author: Miss Tourism Đà Nẵng 2021
Description: Flatsome child theme cho cuộc thi Miss Tourism Đà Nẵng 2021
Version: 1.0.0
Text Domain: flatsome-child
*/

/* ============================================
   GOOGLE FONTS
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');

/* ============================================
   CSS VARIABLES
   ============================================ */
:root {
    --mtd-dark: #1a1a2e;
    --mtd-darker: #0a0a15;
    --mtd-gold: #DBA342;
    --mtd-gold-light: #c9a84c;
    --mtd-white: #fff;
    --mtd-cream: #f5f0e6;
    --mtd-text: #333;
    --mtd-text-light: #999;
    --mtd-gold-gradient: linear-gradient(135deg, #DBA342 0%, #c9a84c 50%, #DBA342 100%);
    --mtd-dark-gradient: linear-gradient(180deg, #1a1a2e 0%, #0a0a15 100%);
    --mtd-font-body: 'Barlow', sans-serif;
    --mtd-font-heading: 'Playfair Display', serif;
    --mtd-radius: 4px;
    --mtd-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    --mtd-shadow-gold: 0 4px 20px rgba(219, 163, 66, 0.25);
    --mtd-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ============================================
   GLOBAL / BODY
   ============================================ */
html {
    scroll-behavior: smooth;
}

body,
.page-wrapper {
    font-family: var(--mtd-font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: var(--mtd-cream);
    background-color: var(--mtd-dark);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.is-xlarge,
.is-large {
    font-family: var(--mtd-font-heading);
    font-weight: 600;
    color: var(--mtd-white);
    letter-spacing: 0.02em;
    line-height: 1.3;
}

p {
    color: var(--mtd-cream);
    margin-bottom: 1em;
}

a {
    color: var(--mtd-gold);
    transition: var(--mtd-transition);
}

a:hover {
    color: var(--mtd-gold-light);
    text-decoration: none;
}

::selection {
    background: var(--mtd-gold);
    color: var(--mtd-darker);
}

/* ============================================
   TOPBAR
   ============================================ */
#top-bar {
    background-color: var(--mtd-darker) !important;
    border-bottom: 1px solid rgba(219, 163, 66, 0.15);
    font-size: 13px;
    letter-spacing: 0.02em;
}

#top-bar .flex-col {
    color: var(--mtd-white);
}

#top-bar a {
    color: var(--mtd-gold) !important;
    font-weight: 600;
    transition: var(--mtd-transition);
}

#top-bar a:hover {
    color: var(--mtd-gold-light) !important;
    text-shadow: 0 0 8px rgba(219, 163, 66, 0.4);
}

#top-bar .nav > li > a {
    color: var(--mtd-white) !important;
}

#top-bar .nav > li > a:hover {
    color: var(--mtd-gold) !important;
}

/* ============================================
   HEADER
   ============================================ */
.header-wrapper {
    background: linear-gradient(180deg, rgba(10, 10, 21, 0.95) 0%, rgba(26, 26, 46, 0.9) 100%) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(219, 163, 66, 0.2);
}

.header-main {
    background: transparent !important;
}

.header-wrapper .logo {
    max-width: 250px;
    transition: var(--mtd-transition);
}

.header-wrapper .logo:hover {
    filter: brightness(1.1);
}

.logo-center .header-main .flex-row {
    justify-content: center;
}

/* Sticky header */
.stuck .header-main {
    background: rgba(10, 10, 21, 0.97) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

/* ============================================
   NAVIGATION
   ============================================ */
.header-nav .nav > li > a {
    font-family: var(--mtd-font-body);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--mtd-white) !important;
    padding: 0 18px;
    position: relative;
    transition: var(--mtd-transition);
}

.header-nav .nav > li > a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--mtd-gold);
    transition: var(--mtd-transition);
    transform: translateX(-50%);
}

.header-nav .nav > li > a:hover,
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a,
.header-nav .nav > li.current-menu-ancestor > a {
    color: var(--mtd-gold) !important;
}

.header-nav .nav > li > a:hover::after,
.header-nav .nav > li.active > a::after,
.header-nav .nav > li.current-menu-item > a::after,
.header-nav .nav > li.current-menu-ancestor > a::after {
    width: 30px;
}

/* Dropdown menu */
.nav-dropdown {
    background: var(--mtd-darker) !important;
    border: 1px solid rgba(219, 163, 66, 0.15);
    box-shadow: var(--mtd-shadow);
}

.nav-dropdown li a {
    color: var(--mtd-cream) !important;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-dropdown li a:hover {
    color: var(--mtd-gold) !important;
    background: rgba(219, 163, 66, 0.08) !important;
}

/* Mobile menu */
.off-canvas,
.mfp-content .off-canvas {
    background: var(--mtd-darker) !important;
}

.off-canvas .nav li a {
    color: var(--mtd-cream) !important;
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.off-canvas .nav li a:hover,
.off-canvas .nav li.active a {
    color: var(--mtd-gold) !important;
}

.mobile-nav .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

/* ============================================
   BUTTONS
   ============================================ */
.button,
button,
input[type="submit"],
.btn,
.checkout-button,
.wc-forward {
    font-family: var(--mtd-font-body);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
    border-radius: var(--mtd-radius);
    transition: var(--mtd-transition);
}

.button.primary,
.button.alt,
button.primary,
.checkout-button,
.wc-forward,
.button.submit {
    background: var(--mtd-gold-gradient) !important;
    color: var(--mtd-darker) !important;
    border: none !important;
    box-shadow: var(--mtd-shadow-gold);
    padding: 12px 32px;
}

.button.primary:hover,
.button.alt:hover,
button.primary:hover,
.checkout-button:hover,
.wc-forward:hover,
.button.submit:hover {
    background: linear-gradient(135deg, #c9a84c 0%, #b8933a 50%, #c9a84c 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(219, 163, 66, 0.4);
}

.button.secondary {
    background: transparent !important;
    color: var(--mtd-gold) !important;
    border: 2px solid var(--mtd-gold) !important;
}

.button.secondary:hover {
    background: var(--mtd-gold) !important;
    color: var(--mtd-darker) !important;
}

/* ============================================
   SECTION TITLES & HEADINGS
   ============================================ */
.section-title,
.section-title-main {
    font-family: var(--mtd-font-heading);
    color: var(--mtd-white);
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after,
.section-title-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--mtd-gold-gradient);
    border-radius: 2px;
}

.section-title-center .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-title span {
    color: var(--mtd-gold);
}

/* Gold diamond separator */
.section-title-main::before {
    content: '◆';
    display: block;
    color: var(--mtd-gold);
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: 8px;
    text-align: center;
}

/* ============================================
   SECTIONS & ROWS
   ============================================ */
.section {
    background-color: var(--mtd-dark);
}

.section.dark,
.section-bg-dark {
    background-color: var(--mtd-darker);
}

.row .col {
    color: var(--mtd-cream);
}

/* Divider / separator */
.divider {
    border-color: rgba(219, 163, 66, 0.2) !important;
}

/* ============================================
   BANNER / SLIDER / HERO
   ============================================ */
.banner,
.slider-wrapper {
    position: relative;
}

.banner::after,
.slider .flickity-slider .banner-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, var(--mtd-dark) 0%, transparent 100%);
    pointer-events: none;
    z-index: 2;
}

.banner-layers h1,
.banner-layers h2,
.banner-layers .text-box-content h1,
.banner-layers .text-box-content h2 {
    font-family: var(--mtd-font-heading);
    color: var(--mtd-white);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.banner-layers p {
    color: var(--mtd-cream);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

/* ============================================
   PRODUCT / GALLERY CARDS
   ============================================ */
.product-small,
.col.product {
    transition: var(--mtd-transition);
}

.product-small .box-image,
.col.product .box-image {
    border-radius: var(--mtd-radius);
    overflow: hidden;
    position: relative;
}

.product-small .box-image::before,
.col.product .box-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 21, 0.85) 100%);
    opacity: 0;
    transition: var(--mtd-transition);
    z-index: 2;
    pointer-events: none;
}

.product-small:hover .box-image::before,
.col.product:hover .box-image::before {
    opacity: 1;
}

.product-small .box-image img,
.col.product .box-image img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-small:hover .box-image img,
.col.product:hover .box-image img {
    transform: scale(1.08);
}

.product-small .box-text,
.col.product .box-text {
    background: var(--mtd-darker);
    padding: 15px;
}

.product-small .box-text .product-title,
.col.product .box-text .product-title {
    font-family: var(--mtd-font-heading);
    color: var(--mtd-white) !important;
    font-weight: 500;
}

.product-small:hover .box-text .product-title,
.col.product:hover .box-text .product-title {
    color: var(--mtd-gold) !important;
}

/* Gallery / portfolio grid */
.row-masonry .col-inner,
.portfolio-element .col-inner {
    background: var(--mtd-darker);
    border-radius: var(--mtd-radius);
    overflow: hidden;
    border: 1px solid rgba(219, 163, 66, 0.1);
    transition: var(--mtd-transition);
}

.row-masonry .col-inner:hover,
.portfolio-element .col-inner:hover {
    border-color: rgba(219, 163, 66, 0.3);
    box-shadow: var(--mtd-shadow-gold);
}

/* Image hover overlay */
.has-hover .image-cover,
.has-hover .box-image {
    overflow: hidden;
    border-radius: var(--mtd-radius);
}

.has-hover:hover .image-cover img,
.has-hover:hover .box-image img {
    transform: scale(1.05);
    transition: transform 0.6s ease;
}

/* ============================================
   BLOG POSTS
   ============================================ */
.post-item .col-inner {
    background: var(--mtd-darker);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--mtd-radius);
    overflow: hidden;
    transition: var(--mtd-transition);
}

.post-item:hover .col-inner {
    border-color: rgba(219, 163, 66, 0.2);
    transform: translateY(-4px);
    box-shadow: var(--mtd-shadow);
}

.post-item .box-text {
    padding: 20px;
}

.post-item .box-text .post-title a {
    font-family: var(--mtd-font-heading);
    color: var(--mtd-white);
    font-weight: 500;
}

.post-item:hover .box-text .post-title a {
    color: var(--mtd-gold);
}

.post-item .post-date,
.post-item .post-meta {
    color: var(--mtd-text-light);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.post-item .from_the_blog_excerpt {
    color: var(--mtd-cream);
    opacity: 0.8;
}

/* Single post */
.single-post .entry-title {
    font-family: var(--mtd-font-heading);
    color: var(--mtd-white);
}

.single-post .entry-content {
    color: var(--mtd-cream);
}

.single-post .entry-content h2,
.single-post .entry-content h3 {
    color: var(--mtd-gold);
}

/* ============================================
   FORMS & INPUTS
   ============================================ */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea,
select,
.select2-container .select2-selection {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(219, 163, 66, 0.2) !important;
    color: var(--mtd-cream) !important;
    border-radius: var(--mtd-radius);
    padding: 12px 16px;
    font-family: var(--mtd-font-body);
    transition: var(--mtd-transition);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: var(--mtd-gold) !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(219, 163, 66, 0.15);
}

::placeholder {
    color: var(--mtd-text-light) !important;
    opacity: 0.7;
}

/* ============================================
   FOOTER
   ============================================ */
.footer-wrapper {
    background: var(--mtd-darker) !important;
    border-top: 2px solid var(--mtd-gold);
    padding-top: 50px;
}

.footer-wrapper::before {
    content: '';
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--mtd-gold) 50%, transparent 100%);
    margin-bottom: 40px;
}

.footer-widgets .widget {
    color: var(--mtd-cream);
}

.footer-widgets .widget-title {
    font-family: var(--mtd-font-heading);
    color: var(--mtd-gold) !important;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(219, 163, 66, 0.2);
}

.footer-widgets ul li {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.footer-widgets ul li a {
    color: var(--mtd-cream) !important;
    font-size: 14px;
    transition: var(--mtd-transition);
}

.footer-widgets ul li a:hover {
    color: var(--mtd-gold) !important;
    padding-left: 5px;
}

.footer-widgets p,
.footer-widgets .textwidget {
    color: rgba(245, 240, 230, 0.7);
    font-size: 14px;
    line-height: 1.8;
}

/* Footer social icons */
.footer-widgets .social-icons a,
.footer-widgets .socialicons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(219, 163, 66, 0.1);
    color: var(--mtd-gold) !important;
    border: 1px solid rgba(219, 163, 66, 0.25);
    border-radius: 50%;
    margin-right: 8px;
    font-size: 16px;
    transition: var(--mtd-transition);
}

.footer-widgets .social-icons a:hover,
.footer-widgets .socialicons a:hover {
    background: var(--mtd-gold);
    color: var(--mtd-darker) !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(219, 163, 66, 0.4);
}

/* Footer bottom / copyright */
.absolute-footer,
.copyright-footer {
    background: #050510 !important;
    color: var(--mtd-text-light);
    font-size: 13px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.absolute-footer a {
    color: var(--mtd-gold);
}

.absolute-footer a:hover {
    color: var(--mtd-gold-light);
}

/* ============================================
   FLOATING CTA BUTTONS
   ============================================ */
.mtd-floating-cta {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mtd-floating-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--mtd-white) !important;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: var(--mtd-transition);
    position: relative;
}

.mtd-floating-cta a:hover {
    transform: scale(1.15) translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

/* Phone button */
.mtd-floating-cta .mtd-cta-phone {
    background: linear-gradient(135deg, #DBA342, #c9a84c);
    animation: mtd-pulse-gold 2s infinite;
}

/* Zalo button */
.mtd-floating-cta .mtd-cta-zalo {
    background: linear-gradient(135deg, #0068ff, #0054cc);
}

/* Email button */
.mtd-floating-cta .mtd-cta-email {
    background: linear-gradient(135deg, #1a1a2e, #2a2a4e);
    border: 1px solid rgba(219, 163, 66, 0.3);
}

/* Tooltip labels */
.mtd-floating-cta a .mtd-cta-label {
    position: absolute;
    right: 60px;
    white-space: nowrap;
    background: var(--mtd-darker);
    color: var(--mtd-cream);
    font-size: 13px;
    font-family: var(--mtd-font-body);
    padding: 6px 14px;
    border-radius: var(--mtd-radius);
    border: 1px solid rgba(219, 163, 66, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: var(--mtd-transition);
}

.mtd-floating-cta a:hover .mtd-cta-label {
    opacity: 1;
    transform: translateX(0);
}

/* Pulse animation */
@keyframes mtd-pulse-gold {
    0% {
        box-shadow: 0 0 0 0 rgba(219, 163, 66, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(219, 163, 66, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(219, 163, 66, 0);
    }
}

/* ============================================
   UX BUILDER / SHORTCODE ELEMENTS
   ============================================ */

/* Icon box */
.icon-box .icon-box-img .icon {
    color: var(--mtd-gold);
}

.icon-box:hover .icon-box-img .icon {
    transform: scale(1.1);
    transition: var(--mtd-transition);
}

.icon-box .icon-box-text .icon-box-title {
    font-family: var(--mtd-font-heading);
    color: var(--mtd-white);
}

/* Testimonials */
.testimonial-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(219, 163, 66, 0.1);
    border-radius: var(--mtd-radius);
    padding: 30px;
}

.testimonial-box .star-rating span::before {
    color: var(--mtd-gold);
}

/* Tabs */
.tabbed-content .nav-tabs li a {
    color: var(--mtd-cream) !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tabbed-content .nav-tabs li.active a,
.tabbed-content .nav-tabs li a:hover {
    color: var(--mtd-gold) !important;
    border-bottom-color: var(--mtd-gold) !important;
}

/* Accordion */
.accordion .accordion-title {
    color: var(--mtd-white) !important;
    font-weight: 600;
    border-color: rgba(219, 163, 66, 0.15) !important;
}

.accordion .accordion-title.active {
    color: var(--mtd-gold) !important;
}

.accordion .accordion-inner {
    color: var(--mtd-cream);
    border-color: rgba(219, 163, 66, 0.1) !important;
}

/* Countdown timer */
.countdown .countdown-section {
    color: var(--mtd-white);
}

.countdown .countdown-amount {
    font-family: var(--mtd-font-heading);
    color: var(--mtd-gold);
    font-size: 2.5em;
}

.countdown .countdown-period {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    color: var(--mtd-cream);
    opacity: 0.7;
}

/* ============================================
   LIGHTBOX / POPUP
   ============================================ */
.mfp-bg {
    background: var(--mtd-darker);
    opacity: 0.92;
}

.mfp-content .lightbox-inner {
    background: var(--mtd-dark);
    border: 1px solid rgba(219, 163, 66, 0.2);
}

.mfp-close {
    color: var(--mtd-gold) !important;
}

/* ============================================
   PAGINATION
   ============================================ */
.page-numbers li a,
.page-numbers li span {
    background: rgba(255, 255, 255, 0.05);
    color: var(--mtd-cream);
    border: 1px solid rgba(219, 163, 66, 0.15);
    border-radius: var(--mtd-radius);
    transition: var(--mtd-transition);
}

.page-numbers li a:hover,
.page-numbers li span.current {
    background: var(--mtd-gold);
    color: var(--mtd-darker);
    border-color: var(--mtd-gold);
}

/* ============================================
   BREADCRUMBS
   ============================================ */
.breadcrumbs {
    color: var(--mtd-text-light);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.breadcrumbs a {
    color: var(--mtd-cream);
}

.breadcrumbs a:hover {
    color: var(--mtd-gold);
}

.breadcrumbs .divider {
    color: var(--mtd-gold);
    opacity: 0.5;
}

/* ============================================
   SCROLL TO TOP
   ============================================ */
.back-to-top {
    background: var(--mtd-gold) !important;
    color: var(--mtd-darker) !important;
    border-radius: 50%;
    box-shadow: var(--mtd-shadow-gold);
}

.back-to-top:hover {
    background: var(--mtd-gold-light) !important;
    transform: translateY(-3px);
}

/* ============================================
   HIDE FLATSOME DEFAULTS / CLEANUP
   ============================================ */
.element-error {
    display: none !important;
}

.woocommerce-info,
.woocommerce-message {
    background: rgba(219, 163, 66, 0.1);
    border-color: var(--mtd-gold);
    color: var(--mtd-cream);
}

/* Hide unwanted header elements */
.header-cart-link,
.header-account-link,
.header-newsletter-link {
    display: none !important;
}

/* ============================================
   WIDGETS
   ============================================ */
.widget {
    color: var(--mtd-cream);
}

.widget-title {
    font-family: var(--mtd-font-heading);
    color: var(--mtd-gold);
    font-weight: 600;
}

.sidebar .widget {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(219, 163, 66, 0.1);
    border-radius: var(--mtd-radius);
    padding: 25px;
    margin-bottom: 25px;
}

/* ============================================
   MISC / UTILITY
   ============================================ */

/* Gold text utility */
.text-gold,
.mtd-gold {
    color: var(--mtd-gold) !important;
}

/* Dark section utility */
.mtd-section-dark {
    background: var(--mtd-darker) !important;
}

/* Loading / preloader */
.page-loader {
    background: var(--mtd-darker);
}

/* Search overlay */
.search-full-screen {
    background: rgba(10, 10, 21, 0.97) !important;
}

.search-full-screen input[type="search"] {
    color: var(--mtd-white) !important;
    border-bottom-color: var(--mtd-gold) !important;
}

/* 404 page */
.page-404 h1 {
    color: var(--mtd-gold);
    font-family: var(--mtd-font-heading);
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Tablet landscape */
@media (max-width: 1024px) {
    .header-nav .nav > li > a {
        font-size: 12px;
        padding: 0 12px;
        letter-spacing: 0.08em;
    }

    .header-wrapper .logo {
        max-width: 200px;
    }

    .section-title,
    .section-title-main {
        font-size: 28px;
    }
}

/* Tablet portrait */
@media (max-width: 849px) {
    body,
    .page-wrapper {
        font-size: 14px;
    }

    .header-wrapper .logo {
        max-width: 180px;
    }

    .footer-wrapper {
        padding-top: 40px;
    }

    .footer-widgets .widget-title {
        font-size: 16px;
    }

    .mtd-floating-cta {
        right: 15px;
        bottom: 15px;
        gap: 10px;
    }

    .mtd-floating-cta a {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .mtd-floating-cta a .mtd-cta-label {
        display: none;
    }
}

/* Mobile */
@media (max-width: 549px) {
    body,
    .page-wrapper {
        font-size: 13px;
    }

    .header-wrapper .logo {
        max-width: 150px;
    }

    #top-bar {
        font-size: 11px;
    }

    .section-title,
    .section-title-main {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .section-title::after,
    .section-title-main::after {
        width: 40px;
        height: 2px;
    }

    .button.primary,
    .button.alt {
        padding: 10px 24px;
        font-size: 12px;
    }

    .countdown .countdown-amount {
        font-size: 1.8em;
    }

    .footer-widgets .widget-title {
        font-size: 15px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .mtd-floating-cta {
        right: 10px;
        bottom: 10px;
        gap: 8px;
    }

    .mtd-floating-cta a {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    .mtd-floating-cta,
    #top-bar,
    .back-to-top,
    .header-wrapper {
        display: none !important;
    }

    body,
    .page-wrapper {
        background: #fff;
        color: #000;
    }
}

/* ============================================
   ANIMATION UTILITIES
   ============================================ */
@keyframes mtd-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mtd-shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

.mtd-animate-in {
    animation: mtd-fadeInUp 0.6s ease forwards;
}

/* Gold shimmer on headings (optional class) */
.mtd-shimmer {
    background: linear-gradient(90deg, var(--mtd-gold) 0%, #f0d78c 50%, var(--mtd-gold) 100%);
    background-size: 200px 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: mtd-shimmer 3s infinite linear;
}
