/*
Theme Name: Gas Express Hogar
Theme URI: https://gasexpresshogar.com
Author: Gas Express Hogar
Author URI: https://gasexpresshogar.com
Description: Tema personalizado para Gas Express Hogar - Distribuidora de Gas LP.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --primary: #8A1538;
    /* Guinda Gobierno */
    --secondary: #BC955C;
    /* Dorado Gobierno */
    --accent: #2ecc71;
    /* Green for savings/safety */
    --dark: #2c3e50;
    --light: #ecf0f1;
    --white: #ffffff;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f9fa;
    color: #444;
    /* Softer black */
    overflow-x: hidden;
    line-height: 1.6;
    /* Increased breathing room */
}

/* Typography */
h1,
h2,
h3,
h4 {
    font-weight: 700;
    /* Lighter weight for elegance */
    letter-spacing: -0.5px;
}

/* Top Bar */
.top-bar {
    background-color: var(--secondary);
    /* Official Gold */
    color: var(--primary);
    /* Official Guinda */
    padding: 10px 0;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.official-seal {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
}

/* Header */
header {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--primary);
}

.logo i {
    font-size: 2.5rem;
}

.logo h1 {
    font-size: 1.5rem;
    line-height: 1;
}

.logo small {
    font-size: 0.8rem;
    color: var(--secondary);
    font-weight: 600;
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    gap: 25px;
    list-style: none;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary);
}

.btn-nav {
    background-color: var(--primary);
    color: var(--white) !important;
    padding: 10px 20px;
    border-radius: 4px;
    /* Squared */
    font-weight: 600;
}

.hamburger {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Hero */
.hero {
    height: 80vh;
    position: relative;
    overflow: hidden;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide.active {
    opacity: 1;
    z-index: 1;
}

.hero-slide .hero-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.5s;
}

.hero-slide.active .hero-content {
    opacity: 1;
    transform: translateY(0);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(138, 21, 56, 0.85), rgba(44, 62, 80, 0.8));
    z-index: 0;
}

.hero-content {
    position: relative;
    color: var(--white);
    max-width: 800px;
    z-index: 2;
    padding: 20px;
}

.hero-content-static {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    text-align: center;
}

.hero-content {
    position: relative;
    color: var(--white);
    max-width: 800px;
}

.badge {
    background-color: var(--secondary);
    color: var(--white);
    /* Better contrast */
    padding: 5px 15px;
    border-radius: 4px;
    /* Squared */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 1px;
}

.hero h2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}

.btn {
    padding: 15px 30px;
    border-radius: 4px;
    /* Squared */
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    border: none;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

.btn-secondary {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}

/* Process Section */
.process-section {
    padding: 80px 0;
    background-color: var(--white);
    text-align: center;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.process-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.process-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.process-card:hover img {
    transform: scale(1.1);
}

.process-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 40px 20px 20px;
    color: white;
    text-align: left;
}

.process-overlay h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: var(--secondary);
}

.process-overlay p {
    font-size: 1.1rem;
}

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

    .process-card {
        height: 300px;
    }
}

/* Express Refill Section */
.express-refill-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('https://images.unsplash.com/photo-1621257416348-e8cb9b50bf6c?w=1600&h=900&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--primary);
    padding: 80px 0;
    text-align: center;
    border-bottom: 5px solid var(--secondary);
}

.express-icon {
    font-size: 4rem;
    color: var(--secondary);
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

.express-refill-section h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.express-refill-section p.highlight {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 10px 0;
}

.express-refill-section p.subtext {
    font-size: 1.2rem;
    opacity: 0.9;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Calculator */
.calculator-section {
    padding: 80px 0;
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.calculator-card {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.calc-header {
    background: var(--primary);
    color: var(--white);
    padding: 30px;
    text-align: center;
}

.calc-body {
    padding: 40px;
}

.input-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.input-wrapper input {
    width: 100%;
    padding: 15px;
    font-size: 2rem;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-weight: bold;
    color: var(--primary);
}

.input-wrapper .unit {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #999;
}

.input-with-btns {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.btn-qty {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--secondary);
    color: var(--primary);
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.btn-qty:hover {
    background-color: #d4a86a;
    transform: scale(1.1);
}

.input-with-btns input {
    width: 120px;
    padding: 10px;
    font-size: 2rem;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-weight: bold;
    color: var(--primary);
    margin: 0;
}

.result-display {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.price-row.market {
    color: #7f8c8d;
    text-decoration: line-through;
}

.price-row.discount {
    color: var(--primary);
    font-weight: 800;
    font-size: 1.5rem;
}

.savings-badge {
    background: var(--accent);
    color: var(--white);
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
}

.calc-footer {
    padding: 0 40px 40px;
}

.btn-block {
    width: 100%;
    justify-content: center;
    font-size: 1.2rem;
}

/* Products */
.products-section {
    padding: 100px 0;
    background: var(--white);
}

.section-title {
    text-align: center;
    color: var(--primary);
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 60px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.product-card {
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s;
    background: var(--white);
    position: relative;
    padding-bottom: 20px;
}

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

.product-gallery {
    height: 300px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery-slide {
    display: none;
    width: 100%;
    height: 100%;
}

.gallery-slide.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-slide img {
    max-height: 80%;
    max-width: 80%;
    object-fit: contain;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.1);
    color: #333;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.prev-btn:hover,
.next-btn:hover {
    background: rgba(0, 0, 0, 0.2);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.cylinder-svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.cylinder-svg-container svg {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
    transition: transform 0.3s ease;
}

.product-card:hover .cylinder-svg-container svg {
    transform: scale(1.05);
}

.product-details {
    padding: 20px;
    text-align: center;
}

.tag {
    background: var(--secondary);
    color: var(--white);
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.product-details h3 {
    margin: 15px 0 10px;
    color: var(--dark);
}

.pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.pricing .old {
    text-decoration: line-through;
    color: #999;
}

.pricing .new {
    color: var(--primary);
    font-weight: 800;
    font-size: 1.5rem;
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

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

/* Bulk */
.bulk-section {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(138, 21, 56, 0.9), rgba(44, 62, 80, 0.9));
    color: var(--white);
    text-align: center;
}

.bulk-pricing {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.bulk-price-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.bulk-price-card.featured {
    background: var(--secondary);
    color: var(--primary);
    transform: scale(1.05);
}

.bulk-label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.bulk-old-price {
    font-size: 1.5rem;
    text-decoration: line-through;
    opacity: 0.7;
}

.bulk-new-price {
    font-size: 2rem;
    font-weight: 800;
    display: block;
}

.bulk-savings {
    font-size: 0.9rem;
    display: block;
    margin-top: 5px;
}

.bulk-list {
    list-style: none;
    margin: 30px auto;
    max-width: 500px;
    text-align: left;
}

.bulk-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.bulk-list i {
    color: var(--secondary);
    margin-right: 15px;
}

.btn-white {
    background: var(--white);
    color: var(--primary);
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Coverage Section */
.coverage-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.coverage-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.stat-card {
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card i {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
}

.stat-label {
    display: block;
    color: #666;
    font-size: 0.95rem;
    margin-top: 5px;
}

.shipping-info {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

.shipping-info h3 {
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.shipping-info h3 i {
    margin-right: 10px;
}

.shipping-features {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.shipping-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
}

.shipping-features i {
    color: var(--accent);
    font-size: 1.2rem;
}

/* Product Images */
.product-image-container {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.product-image-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

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

/* Cylinder SVG Display */
.cylinder-svg-display {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.cylinder-svg-display svg {
    filter: drop-shadow(0 8px 20px rgba(138, 21, 56, 0.2));
    transition: transform 0.3s ease;
}

.product-card:hover .cylinder-svg-display svg {
    transform: scale(1.08);
}

/* Testimonial improvements */
.user-info {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-weight: bold;
    color: var(--primary);
}

.user-location {
    font-size: 0.85rem;
    color: #888;
}

/* Payment */
.payment-section {
    padding: 80px 0;
    background: #f8f9fa;
    text-align: center;
}

.payment-methods {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.method {
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
    width: 250px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.method img {
    height: 50px;
    margin-bottom: 20px;
}

.security-badge {
    margin-top: 50px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #eaffee;
    padding: 15px 30px;
    border-radius: 50px;
    border: 1px solid #c3e6cb;
}

.security-badge img {
    height: 30px;
}

.security-badge p {
    color: #155724;
    font-weight: bold;
    margin: 0;
}

/* Testimonials */
.testimonials {
    padding: 80px 0;
    background: var(--white);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.stars {
    color: #f1c40f;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.testimonial-card p {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.user span {
    font-weight: bold;
    color: var(--primary);
}

/* Footer & Floating */
footer {
    background: var(--dark);
    color: #aaa;
    text-align: center;
    padding: 40px 0;
}

.floating-contact {
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}

.float-btn {
    background: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.float-btn:hover {
    transform: scale(1.1);
}

.float-btn.phone-btn {
    background: linear-gradient(135deg, #8A1538, #A61C3C);
    padding: 15px 20px;
    box-shadow: 0 5px 20px rgba(138, 21, 56, 0.4);
}

.float-btn.phone-btn:hover {
    box-shadow: 0 8px 25px rgba(138, 21, 56, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
    .hero h2 {
        font-size: 2.2rem;
    }

    .nav-links {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .header-content {
        padding: 15px;
    }
}

/* Modals */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s;
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 30px;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.close-modal:hover,
.close-modal:focus {
    color: var(--primary);
}

.modal-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.modal-header h3 {
    margin-top: 10px;
    font-size: 1.5rem;
    color: var(--dark);
}

.text-center {
    text-align: center;
}

.qr-code-img {
    width: 250px;
    height: auto;
    object-fit: contain;
    margin: 20px auto;
    display: block;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.copy-box {
    background: #f1f2f6;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--dark);
    border: 1px solid #ddd;
}

.copy-box span {
    font-family: monospace;
    letter-spacing: 1px;
}

.btn-copy {
    background: var(--white);
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--dark);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-copy:hover {
    background: #ddd;
    color: var(--primary);
}

.note {
    display: block;
    margin-top: 15px;
    color: #666;
    font-size: 0.9rem;
}

.info-group {
    margin-bottom: 15px;
}

.info-group label {
    display: block;
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.info-group p {
    font-size: 1.1rem;
    color: var(--dark);
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.alert-box {
    background: #fff3cd;
    color: #856404;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 0.9rem;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.mt-20 {
    margin-top: 20px;
}

.method {
    cursor: pointer;
    /* Indicate clickability */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Payment Selection Modal */
.payment-selection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.selection-card {
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.selection-card:hover {
    border-color: var(--secondary);
    background-color: #fffbf0;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


/* =========================================
   Validator Section (Premium Design)
   ========================================= */
.validator-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fdfbf7 0%, #fff 100%);
    text-align: center;
    border-bottom: 1px solid #eee;
}

.validator-card {
    background: var(--white);
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    /* Softer, deeper shadow */
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

.validator-card:hover {
    transform: translateY(-2px);
}

.validator-header h2 {
    color: var(--primary);
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.validator-header p {
    color: #666;
    font-size: 1.05rem;
}

.validator-body {
    margin-top: 30px;
}

.search-group {
    display: flex;
    gap: 15px;
    position: relative;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    padding: 5px;
    border-radius: 12px;
}

.search-group input {
    background: #f8f9fa;
    font-size: 1.1rem;
    padding: 15px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
    flex: 1;
    color: var(--dark);
    transition: all 0.3s;
    outline: none;
}

.search-group input:focus {
    border-color: var(--secondary);
    background: #fff;
    box-shadow: 0 4px 12px rgba(188, 149, 92, 0.15);
}

.search-group .btn {
    padding: 0 30px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.validator-status {
    margin-top: 30px;
    padding: 25px;
    border-radius: 12px;
    background: #fff;
    animation: fadeIn 0.4s ease-out;
}

.validator-status.success {
    background: #f0fdf4;
    /* Very light green */
    border: 1px solid #bbf7d0;
}

.validator-status.success h3 {
    color: #166534;
    /* Dark green */
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.validator-status.success .delivery-time {
    font-size: 1.25rem;
    color: #15803d;
    font-weight: 500;
}

.validator-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
    flex-wrap: wrap;
}

.btn-oxxo,
.btn-transfer {
    background: white;
    border: 1px solid #e5e7eb;
    color: var(--dark);
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.btn-oxxo:hover {
    background: #fffbec;
    /* Light yellow */
    border-color: #fbbf24;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.2);
}

.btn-transfer:hover {
    background: #fdf2f4;
    /* Light guinda tint */
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(138, 21, 56, 0.15);
}

/* =========================================
   Form Styles (Formal)
   ========================================= */
.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    color: #333;
    transition: border-color 0.3s;
    background: #fafafa;
}

.form-group input:focus {
    border-color: var(--primary);
    background: #fff;
    outline: none;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
}

.back-btn {
    position: absolute;
    left: 25px;
    top: 25px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    transition: color 0.3s;
    z-index: 10;
}

.back-btn:hover {
    color: var(--primary);
}

/* =========================================
   Payment Selection Cards (Refined)
   ========================================= */
.payment-selection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 25px;
}

.selection-card {
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: #fff;
}

.selection-card:hover {
    border-color: var(--secondary);
    background-color: #fffdf5;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(188, 149, 92, 0.15);
}

.selection-card h4 {
    margin-top: 15px;
    font-size: 1.1rem;
    color: var(--dark);
}

/* Modal Updates */
.modal-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}

.modal-header h3 {
    color: var(--primary);
    font-size: 1.6rem;
}

.modal-content {
    border-top: 4px solid var(--secondary);
    /* Golden Top Border */
}

/* Amount Display in Modals */
.amount-display {
    background: #f8f9fa;
    border: 2px dashed var(--primary);
    color: var(--primary);
    font-size: 1.4rem;
    font-weight: 800;
    padding: 10px;
    margin-top: 15px;
    border-radius: 8px;
    text-align: center;
}