/* ============================================
   MEJORES CONTENEDORES - THEME STYLES v2
   ============================================ */

:root {
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-light: #dbeafe;
    --secondary: #0f172a;
    --accent: #f59e0b;
    --success: #10b981;
    --text: #1e293b;
    --text-light: #64748b;
    --bg: #ffffff;
    --bg-alt: #f1f5f9;
    --border: #e2e8f0;
    --shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    --radius: 8px;
    --radius-lg: 12px;
    --container: 1280px;
    --font: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: var(--font);
    color: var(--text);
    line-height: 1.6;
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--primary-dark); }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* Buttons */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--primary);
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    line-height: 1.4;
}
.button:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.button-outline {
    background: transparent;
    color: var(--primary) !important;
    border: 2px solid var(--primary);
}
.button-outline:hover { background: var(--primary); color: #fff !important; }
.button-accent {
    background: var(--accent);
    color: #1e293b !important;
}
.button-accent:hover { background: #d97706; color: #1e293b !important; }

/* Header */
.site-header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-bar {
    background: var(--secondary);
    color: #fff;
    font-size: 13px;
    padding: 6px 0;
}
.header-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.header-bar a { color: #94a3b8; }
.header-bar a:hover { color: #fff; }
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    gap: 24px;
}
.site-branding {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.custom-logo { max-height: 48px; width: auto; }
.site-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.2;
}
.site-title a { color: inherit; text-decoration: none; }
.site-description { font-size: 12px; color: var(--text-light); margin-top: 2px; }

/* Navigation */
.primary-nav {
    display: flex;
    list-style: none;
    gap: 4px;
}
.primary-nav a {
    display: block;
    padding: 10px 16px;
    color: var(--text);
    font-weight: 500;
    font-size: 14px;
    border-radius: var(--radius);
    transition: all 0.2s;
    white-space: nowrap;
}
.primary-nav a:hover, .primary-nav a:focus { background: var(--primary-light); color: var(--primary); }
.primary-nav .current-menu-item a, .primary-nav .current_page_item a { background: var(--primary); color: #fff; }

.header-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header-cta .button { padding: 10px 20px; font-size: 14px; }
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}
.menu-toggle svg { width: 24px; height: 24px; color: var(--secondary); }

/* Sections */
.section { padding: 80px 0; }
.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
    color: var(--secondary);
}
.section-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 17px;
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.page-title { font-size: 36px; font-weight: 700; text-align: center; color: var(--secondary); margin-bottom: 12px; }
.page-subtitle { text-align: center; color: var(--text-light); font-size: 17px; margin-bottom: 24px; }
.breadcrumb { font-size: 14px; color: var(--text-light); }
.breadcrumb a { color: var(--primary); }
.breadcrumb a:hover { text-decoration: underline; }

/* Hero */
.hero {
    background: linear-gradient(135deg, var(--secondary) 0%, #1e3a5f 100%);
    color: #fff;
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
}
.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 14px;
    margin-bottom: 24px;
    border: 1px solid rgba(255,255,255,0.1);
}
.hero h1 { font-size: 48px; font-weight: 800; line-height: 1.1; margin-bottom: 20px; }
.hero h1 span { color: var(--accent); }
.hero p { font-size: 18px; opacity: 0.9; margin-bottom: 32px; line-height: 1.7; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 24px; margin-top: 40px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: 14px; opacity: 0.85; }
.hero-trust-item svg { width: 18px; height: 18px; opacity: 0.7; }

/* Hero Slider */
.hero-slider { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-slide { display: none; }
.hero-slide.active { display: block; }
.hero-slide img { width: 100%; height: 380px; object-fit: cover; border-radius: var(--radius-lg); }
.hero-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
    padding: 40px 24px 24px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}
.slider-nav { display: flex; gap: 8px; justify-content: center; margin-top: 16px; }
.slider-dot { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(255,255,255,0.4); cursor: pointer; transition: all 0.3s; }
.slider-dot.active { background: #fff; width: 28px; border-radius: 5px; }

/* Product Cards */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 32px; }
.product-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s;
    border: 1px solid var(--border);
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-image-link { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-alt); }
.product-image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.product-card:hover .product-image-link img { transform: scale(1.05); }
.product-card .product-info { padding: 24px; }
.product-card .product-title { font-size: 18px; font-weight: 600; margin-bottom: 8px; line-height: 1.3; }
.product-card .product-title a:hover { color: var(--primary); }
.product-card .product-price { font-size: 20px; font-weight: 700; color: var(--primary); margin-bottom: 16px; }
.product-card .product-price ins { text-decoration: none; }
.product-card .product-price del { color: var(--text-light); font-size: 16px; font-weight: 400; margin-left: 8px; }
.product-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* Product Detail */
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.product-main-image { border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-alt); margin-bottom: 16px; }
.product-main-image img { width: 100%; height: auto; display: block; }
.product-gallery-thumbs { display: flex; gap: 12px; flex-wrap: wrap; }
.thumb { width: 80px; height: 80px; border-radius: var(--radius); overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color 0.2s; }
.thumb:hover, .thumb.active { border-color: var(--primary); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-info .product-title { font-size: 32px; font-weight: 700; margin-bottom: 16px; line-height: 1.2; }
.product-price-large { font-size: 28px; font-weight: 700; color: var(--primary); margin-bottom: 20px; }
.product-price-large ins { text-decoration: none; }
.product-price-large del { color: var(--text-light); font-size: 20px; font-weight: 400; margin-left: 12px; }
.product-short-desc { color: var(--text-light); line-height: 1.7; margin-bottom: 24px; }
.product-short-desc p { margin-bottom: 12px; }

/* Tabs */
.tab-buttons { display: flex; gap: 4px; border-bottom: 2px solid var(--border); margin-bottom: 32px; }
.tab-btn {
    padding: 14px 24px;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-light);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
    font-family: inherit;
}
.tab-btn:hover { color: var(--primary); }
.tab-btn.active { color: var(--primary); border-bottom-color: var(--primary); font-weight: 600; }
.tab-content { display: none; }
.tab-content.active { display: block; }
.tab-inner { line-height: 1.8; color: var(--text); }
.tab-inner h2, .tab-inner h3, .tab-inner h4 { margin: 24px 0 12px; color: var(--secondary); }
.tab-inner p { margin-bottom: 16px; }
.tab-inner ul, .tab-inner ol { margin: 12px 0; padding-left: 24px; }
.tab-inner li { margin-bottom: 8px; }
.tab-inner table { width: 100%; border-collapse: collapse; margin: 16px 0; }
.tab-inner th, .tab-inner td { padding: 12px 16px; text-align: left; border: 1px solid var(--border); }
.tab-inner th { background: var(--bg-alt); font-weight: 600; }
.tab-inner tr:nth-child(even) td { background: #fafafa; }

/* Categories */
.categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; }
.category-card {
    background: #fff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s;
    border: 1px solid var(--border);
}
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.category-card a { color: inherit; display: block; }
.category-card img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.4s; }
.category-card:hover img { transform: scale(1.05); }
.category-card-body { padding: 28px; }
.category-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 8px; color: var(--secondary); }
.category-card p { color: var(--text-light); font-size: 15px; line-height: 1.6; margin-bottom: 16px; }
.category-card .button { padding: 10px 20px; font-size: 14px; }

/* Category SEO */
.category-seo { line-height: 1.8; color: var(--text); }
.category-seo h2 { font-size: 28px; font-weight: 700; margin-bottom: 20px; color: var(--secondary); }
.category-seo h3 { font-size: 22px; font-weight: 600; margin: 28px 0 12px; color: var(--secondary); }
.category-seo p { margin-bottom: 16px; }
.category-seo ul { margin: 12px 0 16px; padding-left: 24px; }
.category-seo li { margin-bottom: 8px; }

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; }
.feature-card { text-align: center; padding: 40px 28px; background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--border); transition: all 0.3s; }
.feature-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); border-color: transparent; }
.feature-icon { width: 64px; height: 64px; margin: 0 auto 20px; background: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.feature-icon svg { width: 28px; height: 28px; color: var(--primary); }
.feature-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 10px; color: var(--secondary); }
.feature-card p { color: var(--text-light); font-size: 15px; line-height: 1.6; }

/* CTA */
.cta-section { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; text-align: center; position: relative; overflow: hidden; }
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { font-size: 36px; font-weight: 700; margin-bottom: 16px; }
.cta-section p { font-size: 18px; opacity: 0.95; margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-section .button-accent { box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info h2 { font-size: 24px; margin-bottom: 20px; color: var(--secondary); }
.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: var(--bg-alt);
    border-radius: var(--radius);
    margin-bottom: 16px;
    transition: all 0.2s;
}
.contact-method:hover { box-shadow: var(--shadow); }
.contact-method .icon { width: 48px; height: 48px; min-width: 48px; background: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.contact-method .icon svg { width: 22px; height: 22px; color: var(--primary); }
.contact-method h4 { font-size: 16px; margin-bottom: 4px; color: var(--secondary); }
.contact-method p { font-size: 15px; color: var(--text-light); }
.contact-method a { color: var(--primary); font-weight: 500; }

/* Contact Form */
.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}
.contact-form h2 { font-size: 24px; margin-bottom: 24px; color: var(--secondary); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 500; font-size: 14px; margin-bottom: 6px; color: var(--text); }
.form-group label .required { color: #e74c3c; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 15px;
    color: var(--text);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-light);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.alert { padding: 14px 20px; border-radius: var(--radius); font-size: 14px; font-weight: 500; }
.alert-success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    cursor: pointer;
    text-align: left;
}
.faq-question:hover { color: var(--primary); }
.faq-question::after { content: '+'; font-size: 22px; font-weight: 300; color: var(--text-light); flex-shrink: 0; margin-left: 16px; }
.faq-question.active::after { content: '\2212'; color: var(--primary); }
.faq-answer { display: none; padding-bottom: 20px; color: var(--text-light); line-height: 1.7; }
.faq-answer.active { display: block; }

/* Footer */
.site-footer { background: var(--secondary); color: #94a3b8; padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 48px; }
.footer-brand h3 { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.footer-brand p { font-size: 14px; line-height: 1.7; }
.footer-links h4 { color: #fff; font-size: 16px; font-weight: 600; margin-bottom: 20px; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #94a3b8; font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.footer-contact p { font-size: 14px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.footer-contact a { color: #94a3b8; }
.footer-contact a:hover { color: #fff; }
.footer-contact svg { width: 16px; height: 16px; flex-shrink: 0; opacity: 0.6; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
}
.footer-bottom a { color: #94a3b8; }
.footer-bottom a:hover { color: #fff; }

/* Floating Buttons */
.floating-buttons {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}
.float-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s;
    position: relative;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.float-btn:hover { transform: scale(1.1); }
.float-btn svg { width: 24px; height: 24px; }
.float-btn-email { background: var(--primary); color: #fff; }
.float-btn-email:hover { background: var(--primary-dark); color: #fff; }
.float-btn .tooltip {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: var(--secondary);
    color: #fff;
    padding: 6px 12px;
    border-radius: var(--radius);
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
.float-btn:hover .tooltip { opacity: 1; }

/* Pagination */
.pagination, .page-numbers {
    display: inline-flex;
    list-style: none;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
}
.page-numbers a, .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.page-numbers a { background: #fff; color: var(--text); border: 1px solid var(--border); }
.page-numbers a:hover { background: var(--primary-light); color: var(--primary); border-color: var(--primary); }
.page-numbers .current { background: var(--primary); color: #fff; border-color: var(--primary); }
.page-numbers .dots { color: var(--text-light); }

/* WooCommerce Overrides */
.woocommerce .quantity .qty { width: 70px; padding: 10px; border: 1px solid var(--border); border-radius: var(--radius); text-align: center; font-size: 15px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: var(--radius) !important; padding: 16px 20px !important; margin-bottom: 24px !important; }
.woocommerce-message { background: #d1fae5 !important; border: 1px solid #a7f3d0 !important; color: #065f46 !important; }

/* Accessibility */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -40px; left: 0; background: var(--primary); color: #fff; padding: 8px 16px; z-index: 100000; font-size: 14px; font-weight: 500; }
.skip-link:focus { top: 0; }

/* Responsive */
@media (max-width: 1024px) {
    .hero h1 { font-size: 38px; }
    .hero-content { gap: 40px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .menu-toggle { display: block; }
    .primary-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 16px 24px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        gap: 0;
        border-top: 1px solid var(--border);
    }
    .primary-nav.active { display: flex; }
    .primary-nav a { padding: 12px 16px; border-radius: 0; border-bottom: 1px solid var(--border); }
    .primary-nav li:last-child a { border-bottom: none; }
    .header-cta { display: none; }
    .header-main { padding: 10px 0; }
    .hero { padding: 60px 0 80px; }
    .hero-content { grid-template-columns: 1fr; text-align: center; }
    .hero h1 { font-size: 32px; }
    .hero-trust { justify-content: center; }
    .hero-slider { max-width: 500px; margin: 0 auto; }
    .hero-slide img { height: 280px; }
    .product-detail-grid, .contact-grid { grid-template-columns: 1fr; }
    .product-gallery { order: -1; }
    .section { padding: 56px 0; }
    .section-title { font-size: 26px; }
    .page-title { font-size: 28px; }
    .cta-section h2 { font-size: 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
    .footer-links h4 { margin-bottom: 12px; }
    .footer-contact p { justify-content: center; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .tab-buttons { overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; }
    .tab-btn { white-space: nowrap; padding: 12px 16px; }
    .floating-buttons { bottom: 16px; right: 16px; }
    .float-btn { width: 48px; height: 48px; }
    .float-btn svg { width: 20px; height: 20px; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .hero h1 { font-size: 26px; }
    .hero-buttons { flex-direction: column; }
    .hero-buttons .button { width: 100%; }
    .product-grid { grid-template-columns: 1fr; }
    .categories-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    .contact-form { padding: 24px; }
    .cta-buttons { flex-direction: column; }
    .cta-buttons .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}