/*
Theme Name: Miranda Traducciones 2026
Theme URI: https://mirandatraducciones.com
Author: Antigravity AI Agent
Author URI: https://google.com
Description: Un tema a medida, súper rápido y optimizado para la Landing Page de Miranda Traducciones. No requiere Elementor.
Version: 1.0.0
Text Domain: miranda-theme
*/

/* Custom Styles & Utilities */
body {
    font-family: 'Inter', sans-serif;
    color: #333;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
    font-family: 'Montserrat', sans-serif;
}

/* Custom Logo WordPress Classes */
.logo-container .custom-logo-link img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

footer .custom-logo-link img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

/* Base Buttons */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFCC00;
    color: #2D2D2D;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(255, 204, 0, 0.4);
}

.btn-primary:hover {
    background-color: #E6B800;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px -1px rgba(255, 204, 0, 0.5);
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}

/* FAQ Accordion */
details>summary {
    list-style: none;
    cursor: pointer;
}

details>summary::-webkit-details-marker {
    display: none;
}