/* Tuvis Foundation — Global AU-inspired theme */

:root {
    --au-purple: #4A1F52;
    --au-purple-dark: #3D1844;
    --au-orange: #C94B33;
    --au-orange-hover: #B5422D;
    --au-heading: #6B3A2E;
    --au-text: #333333;
    --au-text-muted: #666666;
    --au-nav-text: #2D2D2D;
    --au-border: #E8E8E8;
    --au-bg-soft: #F7F7F7;
    --au-radius: 16px;
}

*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: 'Inter', sans-serif;
    color: var(--au-text);
    background: #fff;
    margin: 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.container-au { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }

h1,h2,h3,h4,h5 { font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--au-heading); }
a { text-decoration: none; color: inherit; transition: color .2s; }

/* ── TEXT LOGO ── */
.tuvis-text-logo {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    text-decoration: none !important;
}
.tuvis-text-logo-main {
    font-family: 'Poppins', sans-serif;
    font-size: 1.625rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    background: linear-gradient(135deg, var(--au-purple) 40%, var(--au-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.tuvis-text-logo-sub {
    font-family: 'Inter', sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--au-orange);
    margin-top: 3px;
}
.tuvis-text-logo--footer .tuvis-text-logo-main {
    font-size: 1.375rem;
    background: linear-gradient(135deg, #fff 40%, #FFB899 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.tuvis-text-logo--footer .tuvis-text-logo-sub { color: rgba(255,255,255,0.7); }

/* ── UTILITY BAR ── */
.au-utility-bar { background: var(--au-purple); color: #fff; font-size: 0.8125rem; }
.au-utility-inner { display: flex; align-items: center; justify-content: space-between; height: 40px; gap: 12px; overflow-x: auto; }
.au-segment-tabs, .au-utility-links { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; gap: 2px; flex-shrink: 0; }
.au-segment-tabs a, .au-utility-links a {
    color: rgba(255,255,255,0.9); padding: 6px 12px; border-radius: 6px 6px 0 0;
    font-weight: 500; display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; font-size: 0.8125rem;
}
.au-segment-tabs li.active a { background: #fff; color: var(--au-purple); font-weight: 600; }
.au-segment-tabs a:hover, .au-utility-links a:hover { color: #fff; }

/* ── HEADER ── */
.au-main-header { background: #fff; border-bottom: 1px solid var(--au-border); position: sticky; top: 0; z-index: 1000; }
.au-main-header.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.07); }
.au-main-header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.au-main-nav { display: flex; justify-content: center; }
.au-main-nav > .container-au { display: flex; justify-content: center; width: 100%; }
.au-main-nav-list { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; gap: 0; }
.au-main-nav-list > li > a {
    padding: 8px 10px; font-size: 0.8125rem; font-weight: 500; color: var(--au-nav-text);
    border-radius: 6px; white-space: nowrap; display: inline-flex; align-items: center; gap: 3px;
}
.au-main-nav-list > li > a:hover { color: var(--au-orange); }
.au-main-nav-list > li > a i { font-size: 0.55rem; }
.has-dropdown { position: relative; }
.au-nav-dropdown {
    display: none; position: absolute; top: 100%; left: 0; min-width: 210px;
    background: #fff; border: 1px solid var(--au-border); border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1); padding: 8px; list-style: none; margin: 0; z-index: 200;
}
/* Invisible bridge so hover is not lost between menu link and dropdown */
.has-dropdown::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
    display: none;
}
.has-dropdown:hover { z-index: 300; }
.has-dropdown:hover::before,
.has-dropdown:hover .au-nav-dropdown { display: block; }
.au-nav-dropdown a { display: block; padding: 9px 14px; font-size: 0.8125rem; border-radius: 6px; color: var(--au-text); }
.au-nav-dropdown a:hover { background: #FFF5F2; color: var(--au-orange); }

.au-header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; margin-left: auto; }

.au-login-btn {
    display: inline-flex; align-items: center; gap: 5px; background: var(--au-orange); color: #fff !important;
    font-weight: 600; font-size: 0.8125rem; padding: 9px 18px; border-radius: 999px; white-space: nowrap;
}
.au-login-btn:hover { background: var(--au-orange-hover); color: #fff; }
.au-login-btn i { font-size: 0.6rem; }
.au-menu-toggle {
    display: none; position: relative; width: 42px; height: 42px;
    background: var(--au-bg-soft); border: 1px solid var(--au-border); border-radius: 10px;
    cursor: pointer; color: var(--au-nav-text); padding: 0; flex-shrink: 0;
    align-items: center; justify-content: center;
}
.au-menu-toggle-bar { display: none; }
.au-menu-toggle-icon { font-size: 1.35rem; line-height: 1; pointer-events: none; }
.au-menu-toggle.is-active { background: var(--au-purple); border-color: var(--au-purple); color: #fff; }

/* ── BUTTONS ── */
.au-btn-orange {
    display: inline-flex; align-items: center; justify-content: center; background: var(--au-orange);
    color: #fff !important; font-weight: 600; font-size: 0.875rem; padding: 10px 22px;
    border-radius: 999px; border: none; cursor: pointer; transition: background .2s;
}
.au-btn-orange:hover { background: var(--au-orange-hover); color: #fff; }
.au-btn-outline {
    display: inline-flex; align-items: center; gap: 6px; background: transparent; color: var(--au-orange) !important;
    font-weight: 600; font-size: 0.875rem; padding: 9px 20px; border-radius: 999px; border: 2px solid var(--au-orange);
}
.au-btn-outline:hover { background: var(--au-orange); color: #fff !important; }
.au-btn-outline-sm {
    display: inline-flex; align-items: center; font-size: 0.8125rem; font-weight: 600;
    padding: 8px 16px; border-radius: 999px; border: 2px solid var(--au-orange); color: var(--au-orange) !important;
}
.au-btn-outline-sm:hover { background: var(--au-orange); color: #fff !important; }
.au-btn-outline-light {
    display: inline-flex; padding: 10px 20px; border-radius: 999px; border: 2px solid rgba(255,255,255,0.6);
    color: #fff !important; font-weight: 600; font-size: 0.875rem; flex-shrink: 0;
}
.au-btn-outline-light:hover { background: var(--au-orange); border-color: var(--au-orange); }

/* ── HOME SLIDER (page-home only) ── */
.page-home .au-home-exact { background: #fff; padding-bottom: 80px; }
.page-home .au-home-welcome { text-align: center; padding: 32px 20px 24px; }
.page-home .au-home-welcome h1 {
    font-size: clamp(1.25rem, 3.5vw, 2rem); font-weight: 600; color: var(--au-heading);
    margin: 0 auto; line-height: 1.35; max-width: 680px;
}

.page-home .au-hero-carousel-wrap { position: relative; }
.page-home .au-hero-banner-swiper { border-radius: 20px; overflow: hidden; }
.page-home .au-hero-banner {
    position: relative; height: clamp(220px, 45vw, 420px); border-radius: 20px; overflow: hidden; background: #1a1a1a;
}
.page-home .au-hero-img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
}
.page-home .au-hero-overlay-card {
    position: absolute; bottom: clamp(12px, 3vw, 28px); left: clamp(12px, 3vw, 28px);
    background: #fff; border-radius: 14px; padding: clamp(16px, 3vw, 24px);
    max-width: min(340px, calc(100% - 24px)); box-shadow: 0 8px 32px rgba(0,0,0,0.15); z-index: 2;
}
.page-home .au-hero-overlay-card h3 { font-size: clamp(0.9375rem, 2.5vw, 1.125rem); font-weight: 700; color: #1a1a1a; margin: 0 0 6px; }
.page-home .au-hero-overlay-card p { font-size: 0.8125rem; color: #666; margin: 0 0 14px; line-height: 1.45; }

.page-home .au-carousel-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px;
    background: rgba(255,255,255,0.9); border: none; border-radius: 50%; display: flex;
    align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.page-home .au-carousel-prev { left: 8px; }
.page-home .au-carousel-next { right: 8px; }
.page-home .au-hero-pagination { bottom: 12px !important; }
.page-home .au-hero-pagination .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(255,255,255,0.5); opacity: 1; }
.page-home .au-hero-pagination .swiper-pagination-bullet-active { background: #fff; width: 22px; border-radius: 4px; }

.page-home .au-quick-icons { display: flex; justify-content: center; gap: clamp(16px, 4vw, 28px); padding: 28px 20px 36px; flex-wrap: wrap; }
.page-home .au-quick-icon {
    width: clamp(48px, 12vw, 56px); height: clamp(48px, 12vw, 56px); background: var(--au-orange); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: #fff !important;
    font-size: 1.2rem; box-shadow: 0 4px 12px rgba(201,75,51,0.3); transition: transform .2s;
}
.page-home .au-quick-icon:hover { transform: translateY(-3px); color: #fff; }

.page-home .au-bottom-promo {
    position: fixed; bottom: 0; left: 0; right: 0; background: var(--au-purple); color: #fff;
    z-index: 999; border-radius: 16px 16px 0 0; box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}
.page-home .au-bottom-promo-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; flex-wrap: wrap; }
.page-home .au-bottom-promo p { margin: 0; font-size: 0.875rem; font-weight: 500; flex: 1; min-width: 180px; }
.page-home .au-footer-safe { margin-bottom: 72px; }
.page-home .whatsapp-float { bottom: 88px; }

/* ── SECTIONS (global) ── */
.tv-section { padding: clamp(40px, 6vw, 56px) 0; }
.tv-section-alt { background: var(--au-bg-soft); }
.tv-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.tv-section-head h2 { font-size: clamp(1.25rem, 3vw, 1.625rem); margin: 0 0 4px; }
.tv-section-head p { margin: 0; color: var(--au-text-muted); font-size: 0.9375rem; }

/* Cards */
.tv-card { background: #fff; border: 1px solid var(--au-border); border-radius: var(--au-radius); overflow: hidden; height: 100%; transition: box-shadow .25s, transform .25s; }
.tv-card:hover { box-shadow: 0 8px 28px rgba(201,75,51,0.1); transform: translateY(-2px); }
.tv-card-head { padding: 20px 22px; background: linear-gradient(135deg, #FFF5F0, #fff); border-bottom: 1px solid var(--au-border); display: flex; align-items: center; gap: 12px; }
.tv-card-head.purple { background: linear-gradient(135deg, #F5F0FA, #fff); }
.tv-card-head i { font-size: 1.375rem; color: var(--au-orange); }
.tv-card-head.purple i { color: var(--au-purple); }
.tv-card-head h3 { font-size: 1rem; margin: 0; color: #1a1a1a; }
.tv-card-body { padding: 20px 22px 24px; }
.tv-card-body > p { font-size: 0.875rem; color: var(--au-text-muted); margin-bottom: 14px; }
.tv-features { list-style: none; padding: 0; margin: 0 0 18px; }
.tv-features li { font-size: 0.8125rem; color: var(--au-text-muted); padding: 4px 0 4px 16px; position: relative; }
.tv-features li::before { content: ''; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; background: var(--au-orange); border-radius: 50%; }
.tv-card-actions { display: flex; gap: 8px; flex-wrap: wrap; }

.tv-info-card {
    display: block; background: #fff; border: 1px solid var(--au-border); border-radius: var(--au-radius);
    padding: 28px 24px; height: 100%; transition: all .25s; color: inherit;
}
.tv-info-card:hover { border-color: var(--au-orange); box-shadow: 0 6px 24px rgba(201,75,51,0.1); color: inherit; }
.tv-info-card i { font-size: 1.75rem; color: var(--au-orange); margin-bottom: 14px; display: block; }
.tv-info-card h4 { font-size: 1rem; margin: 0 0 8px; color: #1a1a1a; }
.tv-info-card p { font-size: 0.875rem; color: var(--au-text-muted); margin: 0 0 14px; }
.tv-info-card span,
.tv-info-card-link { font-size: 0.8125rem; font-weight: 600; color: var(--au-orange); display: inline-flex; align-items: center; gap: 4px; }
.tv-info-card-link:hover { color: var(--au-purple); }

.tv-vision-strip { background: linear-gradient(135deg, var(--au-purple), var(--au-purple-dark)); color: #fff; padding: clamp(36px, 5vw, 48px) 0; }
.tv-vision-strip h2 { color: #fff; font-size: clamp(1.25rem, 3vw, 1.5rem); margin-bottom: 12px; }
.tv-vision-strip p { margin: 0; opacity: 0.9; font-size: 0.9375rem; line-height: 1.65; }

.au-alert-strip { background: #2D2D2D; color: #fff; padding: 20px 0; }
.au-alert-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.au-alert-text h4 { color: #fff; font-size: 1rem; margin: 0 0 4px; }
.au-alert-text p { margin: 0; font-size: 0.875rem; opacity: 0.85; }

.tv-media-list { list-style: none; padding: 0; margin: 0; }
.tv-media-list li {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 18px 0; border-bottom: 1px solid var(--au-border);
}
.tv-media-list h4 { font-size: 0.9375rem; margin: 0 0 4px; }
.tv-media-list h4 a:hover { color: var(--au-orange); }
.tv-media-list span { font-size: 0.8125rem; color: var(--au-text-muted); }
.tv-media-list li > a { color: var(--au-orange); font-size: 1.125rem; }

.tv-support-card {
    background: #fff; border: 1px solid var(--au-border); border-radius: var(--au-radius); padding: clamp(24px, 4vw, 40px);
    display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.tv-support-card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.tv-support-card p { color: var(--au-text-muted); margin: 0; font-size: 0.9375rem; }
.tv-support-cta { text-align: center; }
.tv-support-icon {
    width: 56px; height: 56px; background: var(--au-orange); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.375rem; margin: 0 auto 10px;
}
.tv-support-cta strong { display: block; margin-bottom: 12px; font-size: 0.9375rem; }

.tv-newsletter { background: var(--au-bg-soft); padding: clamp(36px, 5vw, 48px) 0; border-top: 1px solid var(--au-border); }
.tv-newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.tv-newsletter h3 { font-size: 1.25rem; margin-bottom: 6px; }
.tv-newsletter p { color: var(--au-text-muted); margin: 0; font-size: 0.9375rem; }
.tv-newsletter-form { display: flex; border: 1px solid var(--au-border); border-radius: 999px; overflow: hidden; background: #fff; }
.tv-newsletter-form input { flex: 1; border: none; padding: 13px 18px; font-size: 0.9375rem; outline: none; min-width: 0; }
.tv-newsletter-form button { background: var(--au-orange); color: #fff; border: none; padding: 13px 24px; font-weight: 600; font-size: 0.875rem; cursor: pointer; white-space: nowrap; }
.tv-newsletter-form button:hover { background: var(--au-orange-hover); }

/* ── INNER PAGES ── */
.tv-page-hero { background: var(--au-bg-soft); padding: clamp(28px, 4vw, 40px) 0; border-bottom: 1px solid var(--au-border); }
.tv-breadcrumb { font-size: 0.8125rem; color: var(--au-text-muted); margin-bottom: 10px; }
.tv-breadcrumb a { color: var(--au-orange); }
.tv-page-hero h1 { font-size: clamp(1.375rem, 3vw, 2rem); margin: 0; }
.tv-page-content { padding: clamp(32px, 5vw, 48px) 0 clamp(48px, 6vw, 64px); }
.tv-page-content .content-body { max-width: 820px; }
.tv-page-content .content-body h2 { font-size: 1.125rem; color: var(--au-purple); margin-top: 28px; }
.tv-page-content .content-body p { line-height: 1.75; }

.tv-form-card { background: #fff; border: 1px solid var(--au-border); border-radius: var(--au-radius); padding: clamp(20px, 4vw, 32px); box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.tv-form-card label { font-size: 0.8125rem; font-weight: 600; display: block; margin-bottom: 6px; }
.tv-form-card .form-control, .tv-form-card .form-select {
    border: 1px solid var(--au-border); border-radius: 10px; padding: 10px 14px; font-size: 0.9375rem; width: 100%;
}
.tv-form-card .form-control:focus, .tv-form-card .form-select:focus { border-color: var(--au-orange); box-shadow: 0 0 0 3px rgba(201,75,51,0.1); outline: none; }

.tv-team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.tv-team-card { background: #fff; border: 1px solid var(--au-border); border-radius: var(--au-radius); padding: 24px 18px; text-align: center; }
.tv-team-card img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; border: 3px solid #FFF5F0; margin-bottom: 12px; }
.tv-team-card h4 { font-size: 0.9375rem; margin-bottom: 4px; }
.tv-team-card .role { font-size: 0.8125rem; color: var(--au-orange); font-weight: 600; }

/* ── FOOTER ── */
.au-footer-safe { background: var(--au-purple-dark); color: rgba(255,255,255,0.85); padding: 48px 0 0; }
.au-footer-safe-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.au-footer-safe h5 { color: #fff; font-size: 0.875rem; margin-bottom: 14px; }
.au-footer-safe p, .au-footer-safe li { font-size: 0.8125rem; line-height: 1.7; }
.au-footer-safe ul { list-style: none; padding: 0; margin: 0; }
.au-footer-safe ul li { margin-bottom: 7px; }
.au-footer-safe a { color: rgba(255,255,255,0.7); }
.au-footer-safe a:hover { color: #FFB899; }
.au-footer-social { display: flex; gap: 14px; }
.au-footer-social a { font-size: 1.125rem; }
.au-footer-badges { display: flex; gap: 12px; flex-wrap: wrap; padding: 20px 0; }
.au-footer-badge { display: flex; align-items: center; gap: 6px; font-size: 0.75rem; color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.06); padding: 7px 14px; border-radius: 8px; }
.au-footer-bottom { padding: 18px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.75rem; color: rgba(255,255,255,0.5); }

.alert-flash { max-width: 1280px; margin: 12px auto 0; padding: 0 20px; }
.alert-success { background: #E8F5E9; border: 1px solid #A5D6A7; color: #2E7D32; border-radius: 10px; padding: 12px 16px; }
.alert-danger { background: #FFEBEE; border: 1px solid #EF9A9A; color: #C62828; border-radius: 10px; padding: 12px 16px; }

.whatsapp-float {
    position: fixed; bottom: 24px; right: 20px; width: 50px; height: 50px; background: #25D366;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #fff !important; font-size: 1.3rem; z-index: 998; box-shadow: 0 4px 14px rgba(37,211,102,0.4);
}

/* Admin */
.admin-sidebar { background: var(--au-purple-dark); min-height: 100vh; padding: 20px 0; }
.admin-sidebar a { display: block; color: rgba(255,255,255,0.7); padding: 10px 24px; font-size: 0.875rem; }
.admin-sidebar a:hover, .admin-sidebar a.active { color: #fff; background: rgba(201,75,51,0.2); border-left: 3px solid var(--au-orange); }
.admin-content { padding: 32px; background: var(--au-bg-soft); min-height: 100vh; }
.admin-card { background: #fff; border-radius: var(--au-radius); padding: 24px; border: 1px solid var(--au-border); }
.btn-primary-tuvis { background: var(--au-orange); color: #fff; border: none; padding: 10px 20px; border-radius: 999px; font-weight: 600; }
.btn-outline-tuvis { border: 2px solid var(--au-orange); color: var(--au-orange); padding: 8px 18px; border-radius: 999px; background: transparent; font-weight: 600; }

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .au-utility-links { display: none; }
    .au-main-header { position: sticky; }
    .au-main-header-inner { height: 58px; gap: 10px; }
    .au-header-right { margin-left: auto; gap: 8px; }
    .au-main-nav {
        display: none; position: fixed; top: 98px; left: 0; right: 0; bottom: 0;
        background: #fff; border-top: 1px solid var(--au-border);
        box-shadow: 0 12px 32px rgba(0,0,0,0.12); padding: 8px 0 24px; z-index: 998;
        overflow-y: auto; -webkit-overflow-scrolling: touch;
    }
    .au-main-nav > .container-au { display: block; padding: 0; }
    .au-main-nav.open { display: block; animation: tvNavSlideIn .22s ease; }
    @keyframes tvNavSlideIn {
        from { opacity: 0; transform: translateY(-8px); }
        to { opacity: 1; transform: translateY(0); }
    }
    body.mobile-nav-open { overflow: hidden; }
    .au-main-nav-list { flex-direction: column; align-items: stretch; gap: 2px; }
    .au-main-nav-list > li > a {
        padding: 14px 20px; font-size: 0.9375rem; width: 100%; justify-content: space-between;
        border-bottom: 1px solid var(--au-border);
    }
    .au-main-nav-list > li:last-child > a { border-bottom: none; }
    .has-dropdown > a i { font-size: 0.75rem; transition: transform .2s; }
    .has-dropdown.mobile-open > a i { transform: rotate(180deg); }
    .au-nav-dropdown {
        position: static; display: none; box-shadow: none; border: none;
        padding: 0 0 8px; margin: 0; background: var(--au-bg-soft);
    }
    .has-dropdown.mobile-open > .au-nav-dropdown { display: block; }
    .au-nav-dropdown a { padding: 11px 20px 11px 32px; font-size: 0.875rem; border-bottom: 1px solid rgba(0,0,0,0.04); }
    .au-menu-toggle { display: inline-flex; }
    .au-login-btn { padding: 8px 14px; font-size: 0.75rem; }
    .au-login-btn i { display: none; }
    .au-footer-safe-top { grid-template-columns: 1fr 1fr; }
    .tv-support-card { grid-template-columns: 1fr; text-align: center; }
    .tv-newsletter-inner { grid-template-columns: 1fr; }
}

@media (max-width: 576px) {
    .page-home .au-carousel-arrow { width: 30px; height: 30px; font-size: 0.75rem; }
    .page-home .au-hero-overlay-card { max-width: calc(100% - 24px); }
    .tv-section-head { flex-direction: column; align-items: flex-start; }
    .tv-page-hero h1 { font-size: 1.375rem; }
    .au-segment-tabs a { padding: 6px 8px; font-size: 0.7rem; }
    .au-login-btn { padding: 8px 14px; font-size: 0.75rem; }
    .tuvis-text-logo-main { font-size: 1.375rem; }
    .au-footer-safe-top { grid-template-columns: 1fr; }
    .tv-card-actions { flex-direction: column; }
    .tv-card-actions .au-btn-orange, .tv-card-actions .au-btn-outline-sm { width: 100%; justify-content: center; }
    .page-home .au-bottom-promo-inner { flex-direction: column; text-align: center; }
    .page-home .au-bottom-promo .au-btn-orange { width: 100%; justify-content: center; }
    .tv-newsletter-form { flex-direction: column; border-radius: 12px; }
    .tv-newsletter-form button { border-radius: 0 0 12px 12px; }
    .au-footer-bottom { flex-direction: column; text-align: center; }
}

@media (min-width: 992px) {
    .au-main-header > .container-au { position: relative; }
    .au-main-header-inner { pointer-events: none; }
    .au-main-nav {
        position: absolute; left: 0; right: 0; top: 0; min-height: 64px;
        align-items: center; z-index: 5; pointer-events: none; overflow: visible;
    }
    .au-main-nav-list { pointer-events: auto; }
    .tuvis-text-logo, .au-header-right { position: relative; z-index: 6; pointer-events: auto; }
    .page-home .au-carousel-prev { left: -16px; }
    .page-home .au-carousel-next { right: -16px; }
}
