/* PremiumAssignmentExperts - Main Stylesheet */
:root {
    --primary: #2D4030;
    --primary-dark: #1B3022;
    --primary-light: #3D5A45;
    --accent: #A68966;
    --accent-hover: #8B7355;
    --accent-light: #C4A574;
    --text-dark: #222222;
    --text-muted: #5C6358;
    --bg-light: #F7F6F3;
    --white: #ffffff;
    --border: #E5E2DC;
    --shadow: 0 4px 20px rgba(27, 48, 34, 0.12);
    --radius: 8px;
    --font-body: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
    --font-heading: 'Playfair Display', Georgia, serif;
    --bs-primary: #2D4030;
    --bs-primary-rgb: 45, 64, 48;
    --banner-form-width: 380px;
    --site-gutter: 16px;
    --site-max: 1320px;
}

/* Full-width centered layout – overrides Bootstrap container widths */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.top-content.container {
    width: 100% !important;
    max-width: var(--site-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--site-gutter) !important;
    padding-right: var(--site-gutter) !important;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    :root {
        --site-gutter: 24px;
    }
}

@media (min-width: 1200px) {
    :root {
        --site-gutter: 32px;
    }
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

* { box-sizing: border-box; }

body {
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, svg, video {
    max-width: 100%;
    height: auto;
    display: block;
}

button, input, select, textarea {
    font: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
}

button {
    cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235C6358' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
    padding-right: 28px !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6,
.home-heading, .section-title, .heading {
    font-family: var(--font-heading);
    color: var(--primary-dark);
}

a { color: var(--primary); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--primary-light); }

.text-primary { color: var(--primary) !important; }
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}
.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-brand {
    color: var(--primary);
    border: 1px solid var(--primary);
    background: transparent;
    font-weight: 600;
}
.btn-outline-brand:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.btn-outline-brand.btn-lg {
    padding: 10px 28px;
}
.table-primary {
    --bs-table-bg: var(--primary);
    --bs-table-color: var(--white);
}
.alert-primary {
    background-color: rgba(45, 64, 48, 0.08);
    border-color: rgba(45, 64, 48, 0.2);
    color: var(--primary-dark);
}

/* Site Logo */
.logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}
.site-logo {
    height: 64px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
    display: block;
}
.site-logo-sm {
    height: 50px;
    max-width: 240px;
}
.site-logo-footer {
    height: 48px;
    max-width: 220px;
}
.footer-logo-link {
    display: inline-block;
    background: var(--white);
    padding: 8px 12px;
    border-radius: var(--radius);
    margin-bottom: 16px;
    line-height: 0;
}
.footer-logo-link:hover { opacity: 0.92; }

/* Legacy placeholder – hidden if unused */
.logo-placeholder { display: none; }

/* Buttons */
.btn-order {
    background: linear-gradient(135deg, var(--accent), #d4a853);
    color: var(--white) !important;
    border: none;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius);
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-order:hover {
    background: linear-gradient(135deg, var(--accent-hover), var(--accent));
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(185, 145, 75, 0.4);
    color: var(--white) !important;
}
.btn-whatsapp {
    background: #25d366;
    color: var(--white) !important;
    border: none;
    font-weight: 600;
    border-radius: var(--radius);
}
.btn-whatsapp:hover { background: #1da851; color: var(--white) !important; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1050; background: var(--white); box-shadow: 0 2px 10px rgba(0,0,0,0.08); overflow: visible; }
.top-bar { background: var(--primary-dark); color: var(--white); font-size: 0.85rem; padding: 6px 0; }
.top-link { color: rgba(255,255,255,0.9); }
.top-link:hover { color: var(--white); }
.badge-rating { background: var(--accent); padding: 1px 6px; border-radius: 4px; font-size: 0.75rem; }
.badge-new { background: #e74c3c; padding: 1px 6px; border-radius: 4px; font-size: 0.7rem; }
.main-header { padding: 14px 0; }
.header-inner { min-height: 52px; }
.header-actions { flex-wrap: nowrap; }
.header-actions .btn {
    height: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 16px;
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
}
.header-search input {
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 0 36px 0 14px;
    font-size: 0.875rem;
    width: 180px;
    height: 40px;
    min-height: 40px;
    line-height: 1.25;
}
@media (min-width: 1200px) {
    .header-search input { width: 220px; }
    .header-actions { gap: 12px; }
}
.header-search button {
    position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
    background: none; border: none; color: var(--primary);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-btn { background: none; border: none; padding: 5px; display: flex; flex-direction: column; gap: 5px; }
.mobile-menu-btn span { display: block; width: 24px; height: 2px; background: var(--primary); }
.header-search { position: relative; }

/* Main Navigation */
.main-nav {
    background: var(--primary);
    position: relative;
}
.nav-menu { display: flex; gap: 0; flex-wrap: nowrap; }
.nav-menu > li { position: relative; }
.nav-menu > li.has-mega { position: static; }
.nav-menu > li > a {
    display: block;
    padding: 14px 18px;
    color: var(--white);
    font-weight: 500;
    font-size: 0.95rem;
    white-space: nowrap;
}
.nav-menu > li > a:hover { background: rgba(255,255,255,0.1); color: var(--white); }
.nav-menu > li > a i { font-size: 0.7rem; margin-left: 4px; }

/* Mega dropdown — full width below nav bar */
.has-mega:hover > .mega-dropdown { display: block; }
.has-simple:hover > .simple-dropdown { display: block; }

.mega-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--white);
    box-shadow: 0 12px 40px rgba(27, 48, 34, 0.15);
    border-top: 3px solid var(--accent);
    padding: 0;
    z-index: 1100;
}

/* Professional sidebar + panel mega menu */
.mega-menu-pro {
    display: flex;
    min-height: 280px;
    max-height: min(420px, 70vh);
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}

.mega-menu-sidebar {
    flex: 0 0 240px;
    background: linear-gradient(180deg, var(--bg-light) 0%, #efece6 100%);
    border-right: 1px solid var(--border);
    padding: 12px 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.mega-menu-sidebar::-webkit-scrollbar,
.mega-menu-panels::-webkit-scrollbar {
    width: 6px;
}
.mega-menu-sidebar::-webkit-scrollbar-thumb,
.mega-menu-panels::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 6px;
}

.mega-tab {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 18px;
    border: none;
    background: transparent;
    color: var(--text-dark);
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.35;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    border-left: 3px solid transparent;
}
.mega-tab:hover {
    background: rgba(5, 74, 149, 0.06);
    color: var(--primary);
}
.mega-tab.active {
    background: var(--white);
    color: var(--primary);
    font-weight: 700;
    border-left-color: var(--accent);
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.mega-menu-panels {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
    background: var(--white);
}

.mega-tab-panel { display: none; }
.mega-tab-panel.active { display: block; }

.mega-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}
.mega-panel-head h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}
.mega-panel-head h5 a {
    color: var(--primary);
    text-decoration: none;
}
.mega-panel-head h5 a:hover { color: var(--accent); }
.mega-see-all {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
    white-space: nowrap;
}
.mega-see-all:hover { text-decoration: underline; }

.mega-links-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px 20px;
}
@media (min-width: 1400px) {
    .mega-links-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.mega-links-grid li a {
    display: block;
    padding: 6px 0;
    font-size: 0.82rem;
    line-height: 1.35;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.15s;
}
.mega-links-grid li a:hover {
    color: var(--primary);
    padding-left: 4px;
}

/* Legacy - keep for any refs */
.mega-col { padding: 0; min-width: 0; }
.view-all { color: var(--accent) !important; font-weight: 600; }

.simple-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    box-shadow: var(--shadow);
    min-width: 200px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    z-index: 1100;
    border-top: 3px solid var(--accent);
    border-radius: 0 0 6px 6px;
}
.simple-dropdown li a {
    display: block;
    padding: 8px 20px;
    color: var(--text-dark);
    font-size: 0.9rem;
}
.simple-dropdown li a:hover { background: var(--bg-light); color: var(--primary); }

/* Mobile Nav */
.mobile-nav-offcanvas { width: 300px; }
.mob-sub-section { border-bottom: 1px solid var(--border); padding: 10px 0; }
.mob-cat-title { display: block; font-weight: 700; color: var(--primary); padding: 5px 15px; }
.mob-sub-link { display: block; padding: 5px 15px 5px 25px; font-size: 0.9rem; color: var(--text-muted); }
.mobile-nav-item a { display: block; padding: 12px 15px; font-weight: 600; color: var(--primary); border-bottom: 1px solid var(--border); }

/* Hero Banner */
.hero-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
    color: var(--white);
    padding: 50px 0 60px;
    position: relative;
    overflow: hidden;
}
.hero-banner::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="80" cy="20" r="40" fill="rgba(255,255,255,0.03)"/></svg>') no-repeat right center;
    background-size: 60%;
}
.hero-banner .container { position: relative; z-index: 1; }
.hero-title { font-size: 2.2rem; font-weight: 700; margin-bottom: 15px; line-height: 1.3; }
.hero-subtitle { font-size: 1.1rem; opacity: 0.9; margin-bottom: 25px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 25px; }
.hero-stat { background: rgba(255,255,255,0.12); padding: 12px 20px; border-radius: var(--radius); }
.hero-stat strong { display: block; font-size: 1.4rem; color: var(--accent); }
.hero-stat span { font-size: 0.85rem; opacity: 0.9; }
.hero-reviews { display: flex; flex-wrap: wrap; gap: 15px; }
.review-badge {
    background: rgba(255,255,255,0.1);
    padding: 10px 15px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
}
.review-badge:hover { color: var(--white); background: rgba(255,255,255,0.18); }
.review-badge .rating-num { font-size: 1.3rem; font-weight: 700; }

/* Order Form Card */
.order-form-card {
    background: var(--white);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    color: var(--text-dark);
}
.offer-badge {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: var(--white);
    text-align: center;
    padding: 10px;
    border-radius: var(--radius);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 0.95rem;
}
.word-counter-control { display: flex; align-items: center; }
.btn-counter {
    width: 32px; height: 32px;
    border: 1px solid var(--border);
    background: var(--bg-light);
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
}
.btn-counter:hover { background: var(--primary); color: var(--white); }
.price-display { background: var(--bg-light); padding: 12px; border-radius: var(--radius); }
.price-row { display: flex; justify-content: space-between; align-items: center; }
.price-current { color: var(--primary); font-size: 1.2rem; }
.price-old { color: var(--text-muted); margin-left: 8px; }

/* University Logos Marquee */
.university-marquee { background: var(--white); padding: 20px 0; border-bottom: 1px solid var(--border); }
.university-marquee p { text-align: center; font-weight: 600; color: var(--text-muted); margin-bottom: 15px; font-size: 0.9rem; }
.marquee-track {
    display: flex;
    gap: 40px;
    animation: marquee 30s linear infinite;
    width: max-content;
}
.marquee-wrap { overflow: hidden; }
.uni-logo {
    width: 120px; height: 50px;
    background: var(--bg-light);
    border-radius: var(--radius);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.75rem; font-weight: 600; color: var(--text-muted);
    flex-shrink: 0;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Content Sections */
.section-title { font-size: 1.8rem; font-weight: 700; color: var(--primary); margin-bottom: 15px; }
.content-section { padding: 60px 0; }
.content-section p { color: var(--text-muted); margin-bottom: 15px; }
.feature-list { list-style: none; padding: 0; }
.feature-list li {
    padding: 8px 0 8px 30px;
    position: relative;
    font-weight: 500;
}
.feature-list li::before {
    content: '\F26B';
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    color: #28a745;
}

/* Service Cards */
.service-cards { padding: 60px 0; background: var(--bg-light); }
.service-card {
    background: var(--white);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    box-shadow: var(--shadow);
    transition: transform 0.3s;
}
.service-card:hover { transform: translateY(-5px); }
.service-card .card-icon {
    width: 70px; height: 70px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    color: var(--white);
    font-size: 1.8rem;
}
.service-card h4 { color: var(--primary); margin-bottom: 12px; }
.service-card p { font-size: 0.9rem; color: var(--text-muted); }

/* Process Steps */
.process-card {
    text-align: center;
    padding: 20px 10px;
}
.process-icon {
    width: 60px; height: 60px;
    background: var(--primary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 15px;
    color: var(--white);
    font-size: 1.5rem;
}
.process-card h5 { font-size: 1rem; font-weight: 700; color: var(--primary); }
.process-card p { font-size: 0.85rem; color: var(--text-muted); }

/* Benefits */
.benefits-card {
    background: var(--white);
    border-radius: 12px;
    padding: 30px;
    box-shadow: var(--shadow);
}
.benefits-title { color: var(--primary); font-weight: 700; margin-bottom: 20px; }
.benefits-list { list-style: none; padding: 0; }
.benefits-list li {
    display: flex; justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.95rem;
}
.benefits-list li:nth-child(odd) { background: var(--bg-light); padding-left: 10px; padding-right: 10px; }
.benefits-total { text-align: right; margin: 15px 0; font-size: 1.2rem; }
.benefits-total strong { color: #28a745; font-size: 1.5rem; }
.rating-big { font-size: 3rem; font-weight: 700; color: var(--primary); }
.rating-big span { font-size: 1.5rem; }
.review-quote { font-style: italic; color: var(--text-muted); border-left: 3px solid var(--accent); padding-left: 15px; margin-top: 15px; }

/* Testimonials */
.testimonial-card {
    background: var(--white);
    border-radius: 12px;
    padding: 25px;
    box-shadow: var(--shadow);
}
.testimonial-stars { color: var(--accent); margin-bottom: 12px; }
.testimonial-text { font-size: 0.9rem; color: var(--text-muted); font-style: italic; margin-bottom: 15px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
    width: 40px; height: 40px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
}

/* Expert Cards */
.expert-card {
    background: var(--white);
    border-radius: 12px;
    padding: 20px;
    box-shadow: var(--shadow);
}
.expert-header { display: flex; gap: 12px; margin-bottom: 12px; }
.expert-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
    background: var(--bg-light);
}
.expert-avatar-lg {
    width: 80px;
    height: 80px;
}
.expert-stars { color: var(--accent); font-size: 0.75rem; }
.expert-meta { font-size: 0.85rem; color: var(--text-muted); }
.expert-bio { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 15px; }
.expert-actions { display: flex; gap: 8px; }

/* Subject Grid */
.subject-grid { padding: 60px 0; }
.subject-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 15px;
    text-align: center;
    transition: all 0.2s;
    height: 100%;
}
.subject-item:hover { border-color: var(--primary); box-shadow: var(--shadow); }
.subject-item i { font-size: 1.8rem; color: var(--primary); margin-bottom: 8px; display: block; }
.subject-item span { font-size: 0.85rem; font-weight: 600; }

/* Page Banner (inner pages) */
.page-banner {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: var(--white);
    padding: 40px 0;
}
.page-banner h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--white);
}
.page-banner p,
.page-banner .opacity-75 {
    color: rgba(255, 255, 255, 0.88);
}
.breadcrumb-nav { font-size: 0.9rem; color: rgba(255, 255, 255, 0.88); }
.breadcrumb-nav a { color: rgba(255, 255, 255, 0.92); }
.breadcrumb-nav a:hover { color: var(--white); }

/* White text on dark green sections */
.hero-banner,
.hero-banner .hero-title,
.hero-banner h1 {
    color: var(--white);
}
.how-it-work .heading,
.order-strip .heading,
.cta-inline .cta-heading {
    color: var(--white);
}

/* Page Content */
.page-content { padding: 30px 0; }
.page-content h2 { color: var(--primary); font-size: 1.25rem; margin: 24px 0 12px; line-height: 1.35; }
.page-content h3 { color: var(--primary-dark); font-size: 1.125rem; margin: 18px 0 8px; }
.page-content p { line-height: 1.57; font-size: 0.9375rem; }
.content-sidebar .sidebar-form { position: sticky; top: 100px; }

/* FAQ */
.faq-accordion .accordion-button { font-weight: 600; color: var(--primary); }
.faq-accordion .accordion-button:not(.collapsed) { background: var(--bg-light); color: var(--primary); }

/* Footer */
.site-footer { margin-top: 0; }
.footer-cta {
    background: var(--white);
    color: var(--text-dark);
    padding: 42px 24px 28px;
    border-bottom: 1px solid var(--border);
}
.footer-cta .container,
.footer-bottom .container {
    padding-left: 24px;
    padding-right: 24px;
}
.footer-cta h3 {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-dark);
    font-size: 1.375rem;
}
.footer-cta p {
    color: var(--text-muted);
    max-width: 620px;
    margin: 0 auto;
}
.footer-cta-btns { margin-top: 20px; display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.footer-main { background: var(--primary-dark); color: rgba(255,255,255,0.85); padding: 40px 0 24px; }
.footer-main .row {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 1.25rem;
}
.footer-main h5 { color: var(--white); font-weight: 700; margin-bottom: 16px; font-size: 0.9375rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.7); font-size: 0.8125rem; }
.footer-links a:hover { color: var(--accent); }
.footer-contact { list-style: none; padding: 0; }
.footer-contact li { margin-bottom: 8px; font-size: 0.8125rem; }
.footer-contact a { color: rgba(255,255,255,0.8); }
.footer-contact i { color: var(--accent); margin-right: 8px; }
.footer-social { display: flex; gap: 12px; margin-top: 15px; }
.footer-social a {
    width: 36px; height: 36px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--white);
}
.footer-social a:hover { background: var(--accent); }
.footer-bottom {
    background: var(--white);
    color: var(--text-muted);
    padding: 16px 0 20px;
    font-size: 0.85rem;
    border-top: 1px solid var(--border);
}
.footer-legal a { color: var(--text-muted); }
.footer-legal a:hover { color: var(--primary); }
.payment-icons { display: flex; gap: 10px; font-size: 1.3rem; color: rgba(255,255,255,0.5); }

/* Floating WhatsApp */
.floating-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 56px; height: 56px;
    background: #25d366;
    color: var(--white);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    z-index: 1040;
    transition: transform 0.2s;
}
.floating-whatsapp:hover { transform: scale(1.1); color: var(--white); }

/* Sitemap */
.sitemap-section { margin-bottom: 30px; }
.sitemap-section h3 { color: var(--primary); border-bottom: 2px solid var(--accent); padding-bottom: 8px; margin-bottom: 15px; }
.sitemap-links { columns: 3; column-gap: 30px; list-style: none; padding: 0; }
.sitemap-links li { margin-bottom: 6px; break-inside: avoid; }
.sitemap-links a { font-size: 0.9rem; }

/* Tools Page */
.tool-container { max-width: 800px; margin: 0 auto; }
.tool-textarea { min-height: 200px; }

/* Order Page */
.order-page-form { background: var(--white); padding: 30px; border-radius: 12px; box-shadow: var(--shadow); }

/* Responsive */
@media (max-width: 991px) {
    .hero-title { font-size: 1.6rem; }
    .mega-dropdown { display: none !important; }
    .sitemap-links { columns: 2; }
}
@media (max-width: 767px) {
    .hero-banner { padding: 30px 0; }
    .hero-title { font-size: 1.4rem; }
    .section-title { font-size: 1.4rem; }
    .footer-cta-btns { flex-direction: column; align-items: center; }
    .sitemap-links { columns: 1; }
    .footer-bottom .container { flex-direction: column; text-align: center; gap: 10px; }
    .footer-legal { justify-content: center !important; }
    .page-content .row { --bs-gutter-x: 1rem; }
    .mega-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
    .mega-links-grid { grid-template-columns: 1fr; }
    .page-banner h1 { font-size: 1.35rem; }
}
