/*
Theme Name: Dalpes Starter
Theme URI: https://dalpes.es
Author: Dalpes
Description: Theme ligero y optimizado para WooCommerce - Ferretería Dalpes
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: dalpes-starter
Tags: woocommerce, e-commerce, custom-logo, custom-menu, featured-images

Tu obra, tu casa, tu ferretería
*/

:root {
    --color-primary: #65CB00;
    --color-secondary: #000000;
    --color-accent: #61CE70;
    --color-text: #000000;
    --color-text-light: #666666;
    --color-bg: #ffffff;
    --color-bg-alt: #f5f5f5;
    --color-border: #e0e0e0;
    --color-white: #ffffff;
    --font-primary: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-secondary: 'Roboto Condensed', sans-serif;
    --container-width: 1260px;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --border-radius: 4px;
    --transition: 0.3s ease;
}

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-text);
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--color-secondary);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 var(--spacing-sm);
    font-weight: 600;
    line-height: 1.3;
}

h1, h2 {
    color: var(--color-primary);
}

h3, h4, h5, h6 {
    color: var(--color-secondary);
}

p {
    margin: 0 0 var(--spacing-sm);
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.site-main .container {
    max-width: 1260px;
    padding: 2rem;
}

/* ========================================
   CATEGORY & SHOP PAGES
   ======================================== */

.category-page,
.shop-page {
    background: #f5f5f5;
    padding: 2rem 0;
}

.category-container,
.shop-container {
    width: 80%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 2rem;
}

.category-header,
.shop-header {
    margin-bottom: 1.5rem;
}

.category-title,
.shop-title {
    font-size: 2rem;
    color: var(--color-primary);
    margin: 0 0 0.5rem;
}

.category-description {
    color: #666;
    margin: 0;
}

.category-controls,
.shop-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

.category-controls .woocommerce-result-count,
.shop-controls .woocommerce-result-count {
    margin: 0;
    color: #666;
}

.category-controls .woocommerce-ordering,
.shop-controls .woocommerce-ordering {
    margin: 0;
}

.category-pagination,
.shop-pagination {
    margin-top: 2rem;
    text-align: center;
}

.no-products {
    text-align: center;
    padding: 3rem;
    color: #666;
    background: #fff;
    border-radius: 8px;
}

.btn, button, input[type="submit"], .button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-family: var(--font-secondary);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-white);
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
}

.btn:hover, button:hover, input[type="submit"]:hover, .button:hover {
    color: #fff;
    background-color: #4da600;
    border-color: #4da600;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(101, 203, 0, 0.3);
}

.btn-outline {
    color: var(--color-primary);
    background-color: transparent;
}

.btn-outline:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
}

/* Top Bar */
.top-bar {
    background: var(--color-secondary);
    color: var(--color-white);
    font-size: 0.85rem;
    padding: 0.5rem 0;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.top-bar-contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.top-bar-contact a {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--color-white);
    transition: color var(--transition);
}

.top-bar-contact a:hover {
    color: var(--color-primary);
}

.top-bar-contact svg {
    flex-shrink: 0;
}

.top-bar-social {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    transition: transform var(--transition);
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-facebook { background: #1877f2; color: #fff; }
.social-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: #fff; }
.social-youtube { background: #ff0000; color: #fff; }
.social-tiktok { background: #000; color: #fff; }

.social-icon svg {
    width: 18px;
    height: 18px;
}

/* Header */
.site-header {
    background: var(--color-secondary);
    padding: 1rem 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-logo {
    flex-shrink: 0;
}

.site-logo img,
.site-logo .logo-img {
    max-height: 70px;
    width: auto;
}

.site-logo .custom-logo {
    max-height: 70px;
    width: auto;
}

/* Header Search */
.header-search {
    flex: 1;
    max-width: 500px;
}

.header-search form {
    position: relative;
    display: flex;
}

.header-search input {
    width: 100%;
    padding: 0.9rem 1.2rem;
    padding-right: 3rem;
    border: 2px solid var(--color-white);
    border-radius: 25px;
    font-size: 1rem;
    background: var(--color-white);
    transition: all var(--transition);
}

.header-search input:focus {
    outline: none;
    border-color: var(--color-primary);
}

.header-search input::placeholder {
    color: #999;
}

.header-search button {
    position: absolute;
    right: 1rem;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    color: #666;
    cursor: pointer;
}

/* Cart Button */
.cart-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all var(--transition);
    white-space: nowrap;
}

.cart-btn:hover {
    background: var(--color-accent);
    color: var(--color-white);
}

.cart-btn svg {
    flex-shrink: 0;
}

.cart-total {
    font-weight: 700;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--color-white);
    margin: 5px 0;
    transition: all var(--transition);
}

/* Main Navigation */
.main-nav {
    background: var(--color-primary);
}

.main-nav .container {
    padding: 0;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0;
}

.main-nav li {
    position: relative;
}

.main-nav li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,0.3);
}

.main-nav a {
    display: block;
    padding: 1rem 1.5rem;
    color: var(--color-white);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background var(--transition);
}

.main-nav a:hover,
.main-nav .current-menu-item > a {
    background: rgba(0,0,0,0.2);
    color: var(--color-white);
}

/* Submenu */
.main-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: var(--color-white);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    z-index: 100;
}

.main-nav li:hover > .sub-menu {
    display: block;
}

.main-nav .sub-menu li::after {
    display: none;
}

.main-nav .sub-menu a {
    padding: 0.75rem 1.25rem;
    color: var(--color-secondary);
    text-transform: none;
    font-size: 0.9rem;
    border-bottom: 1px solid var(--color-border);
}

.main-nav .sub-menu a:hover {
    background: var(--color-bg-alt);
    color: var(--color-primary);
}

.main-nav .sub-menu li:last-child a {
    border-bottom: none;
}

/* Pre-Footer */
.pre-footer {
    background: var(--color-secondary);
    color: var(--color-white);
    padding: 3rem 0;
}

.pre-footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: start;
}

.pre-footer-help h3 {
    color: var(--color-primary);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.help-phones {
    list-style: none;
    padding: 0;
    margin: 0;
}

.help-phones li {
    margin-bottom: 0.75rem;
}

.help-phones a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-white);
    font-size: 1.1rem;
}

.help-phones a:hover {
    color: var(--color-primary);
}

.pre-footer-newsletter h3 {
    color: var(--color-secondary);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.pre-footer-newsletter {
    background: var(--color-white);
    padding: 2rem;
    border-radius: 8px;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
    width: 100%;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    font-size: 1rem;
}

.newsletter-form .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--color-text);
    margin-bottom: 1rem;
}

.newsletter-form .checkbox-label a {
    color: var(--color-primary);
}

.newsletter-form .btn {
    width: 100%;
}

@media (max-width: 768px) {
    .pre-footer-grid {
        grid-template-columns: 1fr;
    }
}

/* Footer */
.site-footer {
    background: var(--color-secondary);
    color: var(--color-white);
    padding: 3rem 0;
    margin-top: 0;
}

.footer-stores {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 2rem;
}

.footer-brand {
    padding-right: 1rem;
}

.footer-logo img {
    max-height: 80px;
    margin-bottom: 1rem;
}

.footer-tagline {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-payments img {
    height: 24px;
    width: auto;
}

.footer-store h4 {
    color: var(--color-primary);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-store ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.footer-store li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    opacity: 0.9;
}

.footer-store .icon {
    flex-shrink: 0;
}

.store-map {
    margin-bottom: 0.75rem;
    border-radius: 4px;
    overflow: hidden;
}

.store-map iframe {
    display: block;
}

.store-link {
    color: var(--color-primary);
    font-size: 0.85rem;
    font-weight: 600;
}

.store-link:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .footer-stores {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-stores {
        grid-template-columns: 1fr;
    }
}

/* Footer Bottom */
.footer-bottom {
    background: var(--color-white);
    padding: 1.5rem 0;
    text-align: center;
}

.footer-bar-green {
    height: 8px;
    background: var(--color-primary);
}

.footer-bottom .copyright {
    font-size: 0.8rem;
    color: var(--color-text);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.footer-bottom .copyright a {
    color: var(--color-primary);
}

.footer-bottom .copyright a:hover {
    text-decoration: underline;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-logos img {
    height: 50px;
    width: auto;
}

/* Main Content */
.site-main {
    min-height: 50vh;
    padding: var(--spacing-lg) 0;
}

.page-header {
    margin-bottom: var(--spacing-lg);
}

.page-title {
    font-size: 2rem;
    margin-bottom: var(--spacing-xs);
}

/* Grid System */
.grid {
    display: grid;
    gap: var(--spacing-md);
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Cards */
.card {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all var(--transition);
}

.card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.card-image {
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--color-bg-alt);
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition);
}

.card:hover .card-image img {
    transform: scale(1.05);
}

.card-content {
    padding: var(--spacing-sm);
}

.card-title {
    font-size: 1rem;
    margin-bottom: var(--spacing-xs);
}

.card-title a {
    color: var(--color-secondary);
}

.card-title a:hover {
    color: var(--color-primary);
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: var(--font-primary);
    font-size: 1rem;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    background: var(--color-white);
    transition: border-color var(--transition);
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--color-primary);
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

/* Messages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
    border-radius: var(--border-radius);
    border-left: 4px solid;
}

.woocommerce-message {
    background: #d4edda;
    border-color: var(--color-primary);
    color: #155724;
}

.woocommerce-info {
    background: #d1ecf1;
    border-color: #17a2b8;
    color: #0c5460;
}

.woocommerce-error {
    background: #f8d7da;
    border-color: #dc3545;
    color: #721c24;
    list-style: none;
    padding-left: var(--spacing-sm);
}

/* Responsive */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .header-inner {
        flex-wrap: wrap;
    }

    html, body {
        overflow-x: hidden;
    }

    body.menu-open {
        overflow: hidden;
    }

    .top-bar {
        position: relative;
        z-index: 1001;
    }

    .site-header {
        position: relative;
        z-index: 1001;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .main-nav,
    .main-navigation {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: var(--color-primary);
        z-index: 1000;
        overflow-y: auto;
    }
    
    .main-nav.active,
    .main-navigation.active {
        display: block;
    }
    
    .main-nav .container,
    .main-navigation .container {
        padding: 8.5rem var(--spacing-md) 2rem;
    }

    .main-nav ul,
    .main-navigation ul {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }
    
    .main-nav li,
    .main-navigation li {
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }

    .main-nav li:not(:last-child)::after,
    .main-navigation li:not(:last-child)::after {
        display: none;
    }
    
    .main-nav a,
    .main-navigation a {
        display: block;
        padding: 1rem 1.25rem;
        color: var(--color-white);
    }

    .main-nav .sub-menu,
    .main-navigation .sub-menu {
        position: static;
        min-width: auto;
        background: rgba(0,0,0,0.15);
        box-shadow: none;
        border-radius: 0;
        display: none;
    }

    .main-nav li.submenu-open > .sub-menu,
    .main-navigation li.submenu-open > .sub-menu {
        display: block;
    }

    .main-nav .sub-menu a,
    .main-navigation .sub-menu a {
        color: var(--color-white);
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding-left: 2rem;
    }
    
    .header-search input {
        width: 150px;
    }
    
    .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
    
    .header-search {
        display: none;
    }
}

/* ========================================
   SERVICE PAGES
   ======================================== */

.service-page {
    background: #f5f5f5;
}

/* Service Hero */
.service-hero {
    background: linear-gradient(135deg, #000 0%, #222 100%);
    padding: 3rem 0 4rem;
    color: #fff;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
}

.service-hero .breadcrumbs {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.service-hero .breadcrumbs a {
    color: #aaa;
    text-decoration: none;
}

.service-hero .breadcrumbs a:hover {
    color: var(--color-primary);
}

.service-hero .breadcrumbs .sep {
    color: #666;
    margin: 0 0.5rem;
}

.service-hero .breadcrumbs .current {
    color: var(--color-primary);
}

.service-hero .service-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

/* Service Content */
.service-content {
    padding: 3rem 0;
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 2.5rem;
    align-items: start;
}

@media (max-width: 992px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
}

/* Service Main */
.service-main {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.service-description h2 {
    font-size: 1.5rem;
    color: var(--color-primary);
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--color-primary);
}

.service-description h3 {
    font-size: 1.2rem;
    color: #222;
    margin: 1.5rem 0 0.75rem;
}

.service-description p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.service-description ul,
.service-description ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
    color: #555;
}

.service-description li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Hide broken Elementor slider elements */
.service-description > figure {
    display: none;
}

.service-description > svg {
    display: none;
}

/* Service Images - Show first image as hero */
.service-description figure:first-of-type {
    display: block;
    margin: 0 0 1.5rem;
    border-radius: 8px;
    overflow: hidden;
}

.service-description figure:first-of-type img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
}

/* Accordion Styles (for Elementor content) */
.service-description details {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.service-description details summary {
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    transition: background 0.3s;
}

.service-description details summary::-webkit-details-marker {
    display: none;
}

.service-description details summary:hover {
    background: #f0f0f0;
}

.service-description details[open] summary {
    background: var(--color-primary);
    color: #fff;
}

.service-description details summary h3 {
    margin: 0;
    font-size: 1rem;
}

.service-description details summary svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.service-description details[open] summary svg {
    fill: #fff;
    stroke: #fff;
}

.service-description details > *:not(summary) {
    padding: 1rem 1.25rem;
}

/* Service Sidebar */
.service-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.sidebar-card h3 {
    font-size: 1.1rem;
    color: #222;
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--color-primary);
}

/* Contact Card */
.contact-card p {
    color: #666;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.contact-list li:last-child {
    border-bottom: none;
}

.contact-list svg {
    color: var(--color-primary);
    flex-shrink: 0;
}

.contact-list a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.contact-list a:hover {
    color: var(--color-primary);
}

.contact-card .btn-primary {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--color-primary);
    color: #fff;
    padding: 0.85rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.contact-card .btn-primary:hover {
    background: #5ab800;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(101, 203, 0, 0.3);
}

/* Services List */
.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    border-bottom: 1px solid #eee;
}

.services-list li:last-child {
    border-bottom: none;
}

.services-list a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0;
    color: #444;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.services-list a:hover {
    color: var(--color-primary);
    padding-left: 0.5rem;
}

.services-list svg {
    color: var(--color-primary);
    flex-shrink: 0;
}

/* Stores Card */
.store-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}

.store-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.store-item strong {
    display: block;
    color: #222;
    margin-bottom: 0.25rem;
}

.store-item p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

/* Page Content General */
.page-content h2 {
    font-size: 1.5rem;
    color: var(--color-primary);
    margin: 2rem 0 1rem;
}

.page-content h3 {
    font-size: 1.2rem;
    color: #222;
    margin: 1.5rem 0 0.75rem;
}

.page-content p {
    color: #555;
    line-height: 1.7;
}

/* Legal pages (Privacidad / Aviso legal / Cookies / Términos) */
body.page-id-1217 .site-main,
body.page-id-1212 .site-main,
body.page-id-1718 .site-main,
body.page-id-1222 .site-main {
    padding: 2rem 0;
}

body.page-id-1217 .site-main .page-content,
body.page-id-1212 .site-main .page-content,
body.page-id-1718 .site-main .page-content,
body.page-id-1222 .site-main .page-content {
    max-width: 1260px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

body.page-id-1217 .site-main .page-content svg,
body.page-id-1212 .site-main .page-content svg,
body.page-id-1718 .site-main .page-content svg,
body.page-id-1222 .site-main .page-content svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
}

body.page-id-1217 .site-main .page-content summary,
body.page-id-1212 .site-main .page-content summary,
body.page-id-1718 .site-main .page-content summary,
body.page-id-1222 .site-main .page-content summary {
    cursor: pointer;
}

/* ========================================
   CONTACT PAGE
   ======================================== */

.contact-page {
    background: #f5f5f5;
}

.contact-hero {
    background: linear-gradient(135deg, #000 0%, #222 100%);
    padding: 3rem 0;
    color: #fff;
    text-align: center;
}

.contact-hero .page-title {
    font-size: 2.5rem;
    margin: 0 0 0.5rem;
    color: #fff;
}

.contact-hero p {
    color: #aaa;
    margin: 0;
    font-size: 1.1rem;
}

.contact-content {
    padding: 3rem 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    align-items: start;
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

.contact-map {
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.contact-map iframe {
    display: block;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.contact-card h3 {
    font-size: 1.1rem;
    color: #222;
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--color-primary);
}

.contact-page .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-page .contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}

.contact-page .contact-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-page .contact-list svg {
    color: var(--color-primary);
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.contact-page .contact-list strong {
    display: block;
    color: #222;
    margin-bottom: 0.25rem;
}

.contact-page .contact-list a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

.contact-page .contact-list a:hover {
    text-decoration: underline;
}

.contact-page .store-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}

.contact-page .store-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-page .store-item strong {
    display: block;
    color: #222;
    margin-bottom: 0.25rem;
}

.contact-page .store-item p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

/* Service Form Styles */
.service-description .wpcf7,
.service-description .wpforms-container,
.service-description form {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1.5rem;
}

.service-description form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.service-description form input[type="text"],
.service-description form input[type="email"],
.service-description form input[type="tel"],
.service-description form input[type="number"],
.service-description form select,
.service-description form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    margin-bottom: 1rem;
    transition: border-color 0.3s;
}

.service-description form input:focus,
.service-description form select:focus,
.service-description form textarea:focus {
    outline: none;
    border-color: var(--color-primary);
}

.service-description form input[type="checkbox"],
.service-description form input[type="radio"] {
    width: auto;
    margin-right: 0.5rem;
}

.service-description form input[type="submit"],
.service-description form button[type="submit"] {
    background: var(--color-primary);
    color: #fff;
    border: none;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.service-description form input[type="submit"]:hover,
.service-description form button[type="submit"]:hover {
    background: #5ab800;
    transform: translateY(-2px);
}

/* Two column layout for service content */
.service-description .elementor-row,
.service-description .e-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

@media (max-width: 768px) {
    .service-description .elementor-row,
    .service-description .e-con {
        grid-template-columns: 1fr;
    }
}

/* ===== TOP BAR GLOBAL ===== */
.top-bar {
    background: #1a1a2e !important;
    padding: 0.5rem 0 !important;
    font-size: 0.8rem !important;
}

.top-bar-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.top-bar-right {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-bar-text {
    color: #65CB00;
    font-weight: 600;
}

.top-bar-separator {
    color: rgba(255, 255, 255, 0.3);
}

.top-bar-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-bar-link:hover {
    color: #fff;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.top-bar-right .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.top-bar-right .social-icon:hover {
    color: #65CB00;
}

/* ===== FOOTER GLOBAL ===== */
.site-footer-modern {
    background: #1a1a2e !important;
    padding: 4rem 0 2rem !important;
    color: #fff !important;
}

.footer-grid {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr !important;
    gap: 3rem !important;
}

.footer-brand .footer-logo img {
    max-height: 60px;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 1rem 0;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #65CB00;
}

.footer-links h4,
.footer-contact h4 {
    color: #65CB00;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #65CB00;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.footer-contact li svg {
    color: #65CB00;
    flex-shrink: 0;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.footer-contact a:hover {
    color: #65CB00;
}

.footer-payments {
    margin-top: 1.5rem;
}

.footer-payments img {
    max-width: 200px;
    opacity: 0.8;
}

/* Footer Bottom */
.footer-bottom-modern {
    background: #fff;
    padding: 1.5rem 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-bottom-modern .copyright {
    color: #666;
    font-size: 0.85rem;
    margin: 0;
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-legal a {
    color: #666;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #1a1a2e;
}

.footer-logos {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.footer-logos img {
    max-height: 80px;
}

/* Footer Responsive */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .top-bar-left {
        display: none;
    }
    
    .top-bar-right {
        width: 100%;
        justify-content: center;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-legal {
        justify-content: center;
    }
}

/* ===== PÁGINAS DE SERVICIOS Y QUIÉNES SOMOS ===== */
.page-id-1574 .site-main,
.page-id-1474 .site-main,
.page-id-1440 .site-main,
.page-id-1417 .site-main,
.page-id-1407 .site-main {
    padding: 0 !important;
    background: #f8f9fa;
}

/* Hero Section para páginas de servicio */
.service-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 4rem 0;
    text-align: center;
    color: #fff;
    margin-top: 0 !important;
    margin-bottom: 0;
}

.service-page,
.store-page,
.legal-page,
.contact-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.service-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.service-hero p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.service-hero .breadcrumb {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.service-hero .breadcrumb a {
    color: #65CB00;
    text-decoration: none;
}

.service-hero .breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
}

/* Contenido de servicio */
.service-content {
    padding: 4rem 0;
    background: #fff;
}

.service-content .container {
    max-width: 1000px;
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.service-text h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
}

.service-text p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.service-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Features/Beneficios */
.service-features {
    padding: 4rem 0;
    background: #f8f9fa;
}

.service-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-feature-card {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.service-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #65CB00;
}

.service-feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(101, 203, 0, 0.1) 0%, rgba(32, 201, 151, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #65CB00;
}

.service-feature-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.service-feature-card p {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* FAQ/Acordeón mejorado */
.service-faq {
    padding: 4rem 0;
    background: #fff;
}

.service-faq h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2.5rem;
}

.service-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.service-faq-item {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    background: #fff;
}

.service-faq-item summary {
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    font-weight: 600;
    color: #1a1a2e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.service-faq-item summary::-webkit-details-marker {
    display: none;
}

.service-faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    color: #65CB00;
    font-weight: 300;
}

.service-faq-item[open] summary::after {
    content: '−';
}

.service-faq-item[open] summary {
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.service-faq-item .faq-content {
    padding: 1.5rem;
    color: #555;
    line-height: 1.7;
}

/* CTA Section */
.service-cta {
    padding: 4rem 0;
    background: linear-gradient(135deg, #65CB00 0%, #20c997 100%);
    text-align: center;
}

.service-cta h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.service-cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.service-cta .btn {
    background: #fff;
    color: #1a1a2e;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.service-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Galería de imágenes */
.service-gallery {
    padding: 4rem 0;
    background: #f8f9fa;
}

.service-gallery h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2.5rem;
}

.service-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.service-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-gallery-item:hover img {
    transform: scale(1.05);
}

/* ===== PÁGINA QUIÉNES SOMOS ===== */
.about-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 5rem 0;
    text-align: center;
    color: #fff;
}

.about-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-hero p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto;
}

.about-founder {
    padding: 5rem 0;
    background: #fff;
}

.about-founder-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 4rem;
    align-items: center;
}

.about-founder-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.about-founder-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.about-founder-text h3 {
    font-size: 1rem;
    color: #65CB00;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-founder-text p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.about-history {
    padding: 5rem 0;
    background: #f8f9fa;
}

.about-history h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.about-history-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #65CB00;
    font-weight: 600;
    margin-bottom: 3rem;
}

.about-history-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-history-content p {
    color: #555;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.about-values {
    padding: 5rem 0;
    background: #fff;
}

.about-values h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 3rem;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.about-value-card {
    text-align: center;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.about-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #65CB00 0%, #20c997 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #fff;
}

.about-value-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.about-value-card p {
    color: #6c757d;
    font-size: 0.9rem;
}

.about-team {
    padding: 5rem 0;
    background: #f8f9fa;
}

.about-team h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 3rem;
}

.about-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.about-gallery img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive para servicios y about */
@media (max-width: 992px) {
    .service-grid,
    .about-founder-grid {
        grid-template-columns: 1fr;
    }
    
    .service-features-grid,
    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .service-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-hero h1,
    .about-hero h1 {
        font-size: 2rem;
    }
    
    .service-features-grid,
    .about-values-grid {
        grid-template-columns: 1fr;
    }
    
    .service-gallery-grid,
    .about-gallery {
        grid-template-columns: 1fr;
    }
    
    .about-founder-grid {
        text-align: center;
    }
    
    .about-founder-image {
        max-width: 250px;
        margin: 0 auto;
    }
}

/* ===== SITEMAP PAGE ===== */
.sitemap-content {
    padding: 3rem 0;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.sitemap-section {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
}

.sitemap-section h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #65CB00;
}

.sitemap-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-section > ul > li {
    margin-bottom: 0.5rem;
}

.sitemap-section a {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.sitemap-section a:hover {
    color: #65CB00;
}

.sitemap-section ul ul {
    margin-left: 1.25rem;
    margin-top: 0.5rem;
    padding-left: 1rem;
    border-left: 2px solid #e9ecef;
}

.sitemap-section ul ul li {
    margin-bottom: 0.35rem;
}

.sitemap-section ul ul a {
    font-size: 0.875rem;
    color: #777;
}

.sitemap-section ul ul ul {
    margin-left: 1rem;
    margin-top: 0.35rem;
    padding-left: 0.75rem;
    border-left: 1px dashed #dee2e6;
}

.sitemap-section ul ul ul a {
    font-size: 0.8rem;
    color: #999;
}

@media (max-width: 992px) {
    .sitemap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sitemap-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== STORE PAGES ===== */
.store-info {
    padding: 4rem 0;
    background: #fff;
}

.store-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: start;
}

.store-details h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2rem;
}

.store-detail-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.store-detail-item:last-of-type {
    border-bottom: none;
}

.store-detail-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(101, 203, 0, 0.1) 0%, rgba(32, 201, 151, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #65CB00;
    flex-shrink: 0;
}

.store-detail-content h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.store-detail-content p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.store-detail-content a {
    color: #65CB00;
    text-decoration: none;
    font-weight: 600;
}

.store-detail-content a:hover {
    text-decoration: underline;
}

.store-map iframe {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .store-grid {
        grid-template-columns: 1fr;
    }
    
    .store-map {
        order: -1;
    }
}

/* ===== CONTACT PAGE ===== */
.contact-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 4rem 0;
    text-align: center;
    color: #fff;
}

.contact-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-hero p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
}

.contact-content {
    padding: 4rem 0;
    background: #f8f9fa;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
}

.contact-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #65CB00;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: flex-start;
}

.contact-list li svg {
    color: #65CB00;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-list li strong {
    display: block;
    color: #1a1a2e;
    font-size: 0.9rem;
}

.contact-list li a {
    color: #65CB00;
    text-decoration: none;
}

.store-item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.store-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.store-item strong {
    color: #1a1a2e;
    display: block;
    margin-bottom: 0.25rem;
}

.store-item p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== LEGAL PAGES ===== */
.legal-content {
    padding: 4rem 0;
    background: #f8f9fa;
}

.legal-box {
    background: #fff;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 0 auto;
}

.legal-box h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 2rem 0 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.legal-box h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.legal-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 1.5rem 0 0.75rem;
}

.legal-box p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.legal-box ul, .legal-box ol {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.legal-box li {
    margin-bottom: 0.5rem;
}

.legal-box a {
    color: #65CB00;
}

.legal-box a:hover {
    text-decoration: underline;
}

.legal-box strong {
    color: #1a1a2e;
}

@media (max-width: 768px) {
    .legal-box {
        padding: 2rem 1.5rem;
    }
}

/* ===== BLOG PAGE ===== */
.blog-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.blog-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 4rem 0;
    text-align: center;
    color: #fff;
}

.blog-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.blog-hero p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.blog-content {
    padding: 4rem 0;
    background: #f8f9fa;
}

/* Featured Post */
.blog-featured {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
}

.blog-featured-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    min-height: 400px;
}

.blog-featured-image {
    position: relative;
    overflow: hidden;
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-featured-image a {
    display: block;
    height: 100%;
}

.blog-featured-content {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.blog-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
}

.blog-date svg {
    color: #65CB00;
}

.blog-category {
    background: linear-gradient(135deg, #65CB00, #4da600);
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-featured-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.blog-featured-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-featured-title a:hover {
    color: #65CB00;
}

.blog-excerpt {
    color: #666;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.blog-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    color: #ccc;
}

.blog-card-content {
    padding: 1.5rem;
}

.blog-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.blog-card-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-title a:hover {
    color: #65CB00;
}

.blog-card-excerpt {
    color: #777;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #65CB00;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.blog-read-more:hover {
    gap: 0.75rem;
}

/* Blog Empty State */
.blog-empty {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 16px;
}

.blog-empty svg {
    color: #ddd;
    margin-bottom: 1.5rem;
}

.blog-empty h2 {
    font-size: 1.5rem;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.blog-empty p {
    color: #777;
    margin-bottom: 1.5rem;
}

/* Blog Pagination */
.blog-pagination {
    margin-top: 3rem;
    text-align: center;
}

.blog-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.blog-pagination a,
.blog-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    background: #fff;
    border-radius: 8px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.blog-pagination a:hover {
    background: #65CB00;
    color: #fff;
}

.blog-pagination .current {
    background: #65CB00;
    color: #fff;
}

/* Blog CTA */
.blog-cta {
    background: linear-gradient(135deg, #65CB00 0%, #4da600 100%);
    padding: 4rem 0;
    text-align: center;
}

.blog-cta h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0.75rem;
}

.blog-cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.blog-cta .btn {
    background: #fff;
    color: #65CB00;
    border-color: #fff;
}

.blog-cta .btn:hover {
    background: #1a1a2e;
    color: #fff;
    border-color: #1a1a2e;
}

@media (max-width: 992px) {
    .blog-featured-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-featured-image {
        height: 300px;
    }
    
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-hero h1 {
        font-size: 2rem;
    }
}

/* ===== WOOCOMMERCE CART PAGE ===== */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

/* Cart Hero */
.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header,
.woocommerce-account .entry-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 3rem 0;
    text-align: center;
    margin-bottom: 0;
}

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account .entry-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

/* WooCommerce Blocks Cart */
.wp-block-woocommerce-cart {
    background: #f8f9fa;
    padding: 2rem 0;
}

.wc-block-cart {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.wc-block-cart__main {
    background: #fff;
}

/* Cart Items */
.wc-block-cart-items {
    border: none !important;
}

.wc-block-cart-items__row {
    padding: 1.5rem 0 !important;
    border-bottom: 1px solid #e9ecef !important;
}

.wc-block-cart-item__image img {
    border-radius: 8px;
}

.wc-block-cart-item__product-name {
    font-weight: 600;
    color: #1a1a2e;
    text-decoration: none !important;
}

.wc-block-cart-item__product-name:hover {
    color: #65CB00;
}

.wc-block-components-product-price {
    font-weight: 700;
    color: #65CB00;
}

/* Quantity Selector */
.wc-block-components-quantity-selector {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.wc-block-components-quantity-selector__button {
    background: #f8f9fa !important;
    border: none !important;
    color: #1a1a2e !important;
}

.wc-block-components-quantity-selector__button:hover {
    background: #65CB00 !important;
    color: #fff !important;
}

/* Cart Totals */
.wc-block-cart__sidebar {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem !important;
}

.wc-block-components-totals-item {
    padding: 0.75rem 0 !important;
    border-bottom: 1px solid #e9ecef;
}

.wc-block-components-totals-footer-item {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    border-top: 2px solid #1a1a2e;
    padding-top: 1rem !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: #65CB00 !important;
}

/* Proceed to Checkout Button */
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-proceed-to-checkout-block a {
    background: linear-gradient(135deg, #65CB00 0%, #4da600 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 1rem 2rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
    width: 100%;
    text-align: center;
    display: block;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block a:hover {
    background: linear-gradient(135deg, #4da600 0%, #3d8500 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(101, 203, 0, 0.4);
}

/* Empty Cart */
.wc-block-cart__empty-cart__title {
    color: #1a1a2e;
    font-size: 1.5rem;
}

/* ===== WOOCOMMERCE CHECKOUT PAGE ===== */
.wc-block-checkout {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.wc-block-checkout__main {
    background: #fff;
}

.wc-block-components-checkout-step {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem !important;
    margin-bottom: 1rem !important;
    background: #fff;
}

.wc-block-components-checkout-step__heading {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.wc-block-components-checkout-step__container {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Form Fields */
.wc-block-components-text-input input,
.wc-block-components-textarea textarea,
.wc-block-components-combobox .components-combobox-control__input {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 0.75rem 1rem !important;
    font-size: 1rem !important;
    transition: border-color 0.3s ease;
}

.wc-block-components-text-input input:focus,
.wc-block-components-textarea textarea:focus {
    border-color: #65CB00 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(101, 203, 0, 0.1) !important;
}

.wc-block-components-text-input label {
    color: #555 !important;
    font-weight: 500 !important;
}

/* Order Summary Sidebar */
.wc-block-checkout__sidebar {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem !important;
}

.wc-block-components-order-summary {
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
}

/* Payment Methods */
.wc-block-components-radio-control__option {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem !important;
    margin-bottom: 0.5rem;
    transition: border-color 0.3s ease;
}

.wc-block-components-radio-control__option:hover {
    border-color: #65CB00;
}

.wc-block-components-radio-control__option--checked {
    border-color: #65CB00 !important;
    background: rgba(101, 203, 0, 0.05);
}

/* ===== WOOCOMMERCE MY ACCOUNT PAGE ===== */
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 0.25rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 0.875rem 1rem;
    color: #555;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    background: #f8f9fa;
    color: #65CB00;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: linear-gradient(135deg, #65CB00 0%, #4da600 100%);
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Account Forms */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    max-width: 500px;
    margin: 0 auto;
}

.woocommerce-account .woocommerce-form-row label {
    font-weight: 500;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
    display: block;
}

.woocommerce-account .woocommerce-form-row input {
    width: 100%;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.woocommerce-account .woocommerce-form-row input:focus {
    border-color: #65CB00;
    outline: none;
    box-shadow: 0 0 0 3px rgba(101, 203, 0, 0.1);
}

.woocommerce-account .woocommerce-button {
    background: linear-gradient(135deg, #65CB00 0%, #4da600 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-button:hover {
    background: linear-gradient(135deg, #4da600 0%, #3d8500 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(101, 203, 0, 0.4);
}

/* Orders Table */
.woocommerce-account .woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-orders-table th {
    background: #f8f9fa;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #1a1a2e;
    border-bottom: 2px solid #e9ecef;
}

.woocommerce-account .woocommerce-orders-table td {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    color: #555;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* Addresses */
.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.woocommerce-account .woocommerce-Address {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
}

.woocommerce-account .woocommerce-Address-title h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-account .woocommerce-Address-title a {
    color: #65CB00;
    font-size: 0.875rem;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
    
    .wc-block-cart,
    .wc-block-checkout {
        padding: 1rem;
    }
}

/* ===== WOOCOMMERCE CLASSIC SHORTCODE STYLES ===== */
/* Cart Table */
.woocommerce-cart .woocommerce-cart-form {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 2rem;
}

.woocommerce table.shop_table {
    border: none !important;
    border-radius: 8px;
}

.woocommerce table.shop_table th {
    background: #f8f9fa;
    padding: 1rem;
    font-weight: 600;
    color: #1a1a2e;
    border: none;
}

.woocommerce table.shop_table td {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
}

.woocommerce table.shop_table .product-thumbnail img {
    border-radius: 8px;
    max-width: 80px;
}

.woocommerce table.shop_table .product-name a {
    color: #1a1a2e;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce table.shop_table .product-name a:hover {
    color: #65CB00;
}

.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-subtotal {
    font-weight: 600;
    color: #65CB00;
}

/* Quantity Input */
.woocommerce .quantity .qty {
    width: 60px;
    padding: 0.5rem;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    text-align: center;
}

.woocommerce .quantity .qty:focus {
    border-color: #65CB00;
    outline: none;
}

/* Remove Button */
.woocommerce table.shop_table .remove {
    color: #dc3545 !important;
    font-size: 1.5rem;
}

/* Cart Totals */
.woocommerce-cart .cart-collaterals {
    margin-top: 2rem;
}

.woocommerce .cart_totals {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.woocommerce .cart_totals h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #65CB00;
}

.woocommerce .cart_totals table {
    border: none;
}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.woocommerce .cart_totals .order-total th,
.woocommerce .cart_totals .order-total td {
    font-size: 1.25rem;
    font-weight: 700;
    border-top: 2px solid #1a1a2e;
    padding-top: 1rem;
}

.woocommerce .cart_totals .order-total .amount {
    color: #65CB00;
}

/* Checkout Button */
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.checkout-button {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #65CB00 0%, #4da600 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 1rem 2rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease !important;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    background: linear-gradient(135deg, #4da600 0%, #3d8500 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(101, 203, 0, 0.4);
}

/* Update Cart Button */
.woocommerce button[name="update_cart"] {
    background: #f8f9fa !important;
    color: #1a1a2e !important;
    border: 2px solid #e9ecef !important;
}

.woocommerce button[name="update_cart"]:hover {
    background: #e9ecef !important;
    border-color: #dee2e6 !important;
}

/* Coupon Form */
.woocommerce .coupon {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.woocommerce .coupon input[type="text"] {
    border: 2px solid #e9ecef;
    border-radius: 6px;
    padding: 0.5rem 1rem;
}

.woocommerce .coupon button {
    white-space: nowrap;
}

/* ===== CHECKOUT PAGE - MODERN DESIGN ===== */
.woocommerce-checkout {
    background: #f8f9fa;
}

.woocommerce-checkout .woocommerce {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

/* Main checkout form */
.woocommerce-checkout form.checkout {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Customer Details - Full Width */
.woocommerce-checkout #customer_details {
    display: block !important;
    width: 100% !important;
    float: none !important;
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Form Sections */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    margin-bottom: 1.5rem;
}

/* Billing fields wrapper */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide {
    grid-column: 1 / -1;
}

.woocommerce-checkout h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #65CB00;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.woocommerce-checkout h3::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #65CB00;
    border-radius: 50%;
}

/* Form Fields */
.woocommerce-checkout .form-row {
    margin-bottom: 1.25rem;
}

.woocommerce-checkout .form-row label {
    display: block;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.woocommerce-checkout .form-row label .required {
    color: #65CB00;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
    width: 100%;
    border: 2px solid #e9ecef !important;
    border-radius: 10px !important;
    padding: 0.875rem 1rem !important;
    font-size: 1rem !important;
    transition: all 0.3s ease;
    background: #fff;
    height: auto !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
    border-color: #65CB00 !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(101, 203, 0, 0.1) !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    padding: 0 !important;
    color: #1a1a2e;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}

/* Checkbox styling */
.woocommerce-checkout .form-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #65CB00;
}

/* Order Review Section */
.woocommerce-checkout #order_review_heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 2rem 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #65CB00;
}

.woocommerce-checkout #order_review {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

/* Order Table */
.woocommerce-checkout table.shop_table {
    border: none !important;
    margin-bottom: 1.5rem;
}

.woocommerce-checkout table.shop_table thead th {
    background: #f8f9fa;
    padding: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    border: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.woocommerce-checkout table.shop_table tbody td {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
}

.woocommerce-checkout table.shop_table tbody .product-name {
    font-weight: 600;
    color: #1a1a2e;
}

.woocommerce-checkout table.shop_table tfoot th {
    padding: 0.875rem 1rem;
    font-weight: 500;
    color: #555;
    border: none;
}

.woocommerce-checkout table.shop_table tfoot td {
    padding: 0.875rem 1rem;
    text-align: right;
    border: none;
}

.woocommerce-checkout table.shop_table tfoot .order-total th,
.woocommerce-checkout table.shop_table tfoot .order-total td {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    padding-top: 1.25rem;
    border-top: 2px solid #1a1a2e;
}

.woocommerce-checkout table.shop_table tfoot .order-total .amount {
    color: #65CB00;
    font-size: 1.5rem;
}

/* Payment Section */
.woocommerce-checkout #payment {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 !important;
    margin: 0 0 1.5rem 0 !important;
    border: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 0.75rem;
    list-style: none;
    transition: all 0.3s ease;
}

.woocommerce-checkout #payment ul.payment_methods li:hover {
    border-color: #65CB00;
    box-shadow: 0 4px 12px rgba(101, 203, 0, 0.1);
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #65CB00;
    margin-right: 0.75rem;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    font-weight: 600;
    color: #1a1a2e;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label img {
    max-height: 30px;
    margin-left: auto;
}

.woocommerce-checkout #payment .payment_box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.6;
}

.woocommerce-checkout #payment .payment_box::before {
    display: none;
}

/* Terms and Conditions */
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin: 1.5rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #65CB00;
}

/* Place Order Button */
.woocommerce-checkout #place_order {
    width: 100%;
    background: linear-gradient(135deg, #65CB00 0%, #4da600 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 1.25rem 2rem !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease !important;
    cursor: pointer;
    margin-top: 1rem;
}

.woocommerce-checkout #place_order:hover {
    background: linear-gradient(135deg, #4da600 0%, #3d8500 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(101, 203, 0, 0.4);
}

.woocommerce-checkout #place_order:active {
    transform: translateY(-1px);
}

/* Coupon Form in Checkout */
.woocommerce-checkout .checkout_coupon {
    background: #fff;
    border: 2px dashed #e9ecef !important;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.woocommerce-checkout .checkout_coupon p {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 0;
}

.woocommerce-checkout .checkout_coupon input[type="text"] {
    flex: 1;
}

/* Login Form */
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    background: #fff;
    border-left: 4px solid #65CB00;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.woocommerce-checkout .woocommerce-form-login {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

/* Notices */
.woocommerce-checkout .woocommerce-NoticeGroup {
    margin-bottom: 2rem;
}

.woocommerce-checkout .woocommerce-error {
    background: #fff;
    border-left: 4px solid #dc3545;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    list-style: none;
}

.woocommerce-checkout .woocommerce-error li {
    color: #dc3545;
}

/* Responsive Checkout */
@media (max-width: 992px) {
    .woocommerce-checkout .col2-set {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .woocommerce-checkout .woocommerce {
        padding: 1rem;
    }
    
    .woocommerce-checkout .woocommerce-billing-fields,
    .woocommerce-checkout .woocommerce-shipping-fields,
    .woocommerce-checkout #order_review {
        padding: 1.25rem;
    }
    
    .woocommerce-checkout #payment {
        padding: 1rem;
    }
    
    .woocommerce-checkout table.shop_table tfoot .order-total .amount {
        font-size: 1.25rem;
    }
}

/* ===== FOOTER RESPONSIVE MEJORADO ===== */
@media (max-width: 768px) {
    .site-footer-modern {
        padding: 2.5rem 0 1.5rem !important;
    }
    
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        text-align: center;
    }
    
    .footer-brand {
        order: 1;
    }
    
    .footer-brand .footer-logo img {
        max-height: 50px;
        margin: 0 auto;
        display: block;
    }
    
    .footer-tagline {
        font-size: 0.85rem;
        max-width: 280px;
        margin: 1rem auto;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-links,
    .footer-contact {
        order: 2;
    }
    
    .footer-links h4,
    .footer-contact h4 {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    
    .footer-links ul,
    .footer-contact ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-contact li {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .footer-payments {
        display: flex;
        justify-content: center;
    }
    
    .footer-payments img {
        max-width: 150px;
    }
    
    /* Footer Bottom Mobile */
    .footer-bottom-modern {
        padding: 1rem 0;
    }
    
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .footer-bottom-modern .copyright {
        font-size: 0.8rem;
        order: 2;
    }
    
    .footer-legal {
        justify-content: center;
        gap: 1rem;
        order: 1;
    }
    
    .footer-legal a {
        font-size: 0.8rem;
    }
    
    .footer-logos {
        padding-top: 0.75rem;
    }
    
    .footer-logos img {
        max-height: 50px;
    }
    
    /* Footer antiguo */
    .site-footer {
        padding: 2rem 0;
    }
    
    .footer-stores {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
        text-align: center;
    }
    
    .footer-brand {
        padding-right: 0;
    }
    
    .footer-logo img {
        max-height: 50px;
        margin: 0 auto 1rem;
        display: block;
    }
    
    .footer-store h4 {
        font-size: 0.95rem;
    }
    
    .footer-store li {
        justify-content: center;
        font-size: 0.8rem;
    }
    
    .footer-bottom .copyright {
        font-size: 0.75rem;
        padding: 0 1rem;
    }
    
    .footer-logos {
        gap: 1rem;
    }
    
    .footer-logos img {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .footer-grid {
        gap: 1.5rem !important;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-contact li {
        font-size: 0.8rem;
    }
    
    .footer-social a {
        width: 32px;
        height: 32px;
    }
}
