/*
Theme Name: Gogoa Ansiedad Bilbao
Theme URI: https://gogoapsicologos.es
Author: Gogoa Psicólogos
Description: Landing Page de Alta Conversión para Ansiedad y Estrés en Bilbao
Version: 1.0
*/

:root {
    --color-text: #3f2e23;
    --color-accent: #8d6e4f;
    --color-accent-hover: #7a5f44;
    --color-light: #f8f5f1;
}

body {
    background-color: #ffffff;
    color: var(--color-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

/* HEADER */
header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* HERO */
.hero-bg {
    background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), 
                      url('https://ansiedad.gogoapsicologos.es/wp-content/uploads/2026/06/imagen-gogoa.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}

/* Tarjetas */
.card-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #f8f5f1;
}

.card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}

/* Botones */
.btn-brown {
    background-color: var(--color-accent);
    color: white;
    font-weight: 600;
    padding: 18px 36px;
    border-radius: 12px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    font-size: 1.1rem;
}

.btn-brown:hover {
    background-color: var(--color-accent-hover);
    transform: translateY(-3px);
}

/* Sección Reservas */
#reservar {
    background-color: #f8f5f1;
}

/* Footer */
footer {
    background-color: #2c2118;
    color: #d4c9b8;
}

.text-warm { color: #5c4a3f; }
.text-warm-light { color: #6b5a4f; }



.whatsapp-tooltip{
    position:fixed;
    right:25px;
    bottom:159px;
    background:#fff;
    color:#333;
    padding:10px 16px;
    border-radius:20px;
    font-size:14px;
    font-weight:600;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
    z-index:9998;

    opacity:0;
    transform:translateY(10px);
    transition:all .4s ease;
}

.whatsapp-tooltip.show{
    opacity:1;
    transform:translateY(0);
}

.whatsapp-float{
    position:fixed;
    right:22px;
    bottom:98px;
    width:60px;
    height:60px;
    background:#25D366;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    text-decoration:none;
    z-index:9999;
}
.prueba-social {
    background: #ffffff;
    padding: 28px 20px;
    border-bottom: 1px solid #eee3d8;
}

.prueba-social-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-weight: 700;
    color: #5c4a3f;
}

.estrellas {
    color: #8d6e4f;
}

.por-que-gogoa {
    background: #f8f5f1;
    padding: 70px 20px;
    text-align: center;
}

.por-que-gogoa h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #5c4a3f;
}

.ventajas-grid {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.ventajas-grid div {
    background: white;
    padding: 22px;
    border-radius: 18px;
    font-weight: 700;
    color: #5c4a3f;
}

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

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

.site-header {
    background: #ffffff;
    padding: 12px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

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

.logo img {
    height: 65px;
    width: auto;
}

.main-nav {
    display: flex;
    gap: 22px;
}

.main-nav a {
    color: #3f2e23;
    text-decoration: none;
    font-weight: 600;
}

.header-btn {
    background: #8d6e4f;
    color: white;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
}
.contenido-seo {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 24px;
    line-height: 1.9;
}

.contenido-seo h2 {
    font-size: clamp(30px, 3vw, 42px);
    color: #5c4a3f;
    margin: 50px 0 20px;
}

.contenido-seo p {
    font-size: 18px;
    margin-bottom: 20px;
}

.contenido-seo ul {
    margin: 20px 0 30px 25px;
}

.contenido-seo li {
    margin-bottom: 12px;
    font-size: 18px;
}

.site-footer{
    background:#2c2118;
    color:#d4c9b8;
    padding:60px 20px 40px;
}

.footer-inner{
    max-width:1100px;
    margin:0 auto;
    text-align:center;
}

.site-footer h3{
    color:#fff;
    font-size:32px;
    margin-bottom:15px;
}

.site-footer p{
    margin:0 0 15px;
    line-height:1.8;
}

.footer-datos{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    margin:30px 0;
}

.footer-datos span{
    display:block;
}

.footer-legal{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
    margin-bottom:25px;
}

.footer-legal a{
    color:#d4c9b8;
    text-decoration:none;
}

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

.copyright{
    border-top:1px solid rgba(255,255,255,.15);
    padding-top:20px;
    margin-top:20px;
    font-size:14px;
}

/* MÓVIL */

@media (max-width:768px){

.site-footer{
    padding:50px 20px;
}

.site-footer h3{
    font-size:26px;
}

.footer-datos{
    flex-direction:column;
    gap:12px;
}

.footer-legal{
    flex-direction:column;
    gap:10px;
}

}
/* HERO CORREGIDO */

.hero-bg {
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 24px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.hero-bg > div {
    max-width: 980px;
    margin: 0 auto;
}

.hero-bg h1 {
    color: #ffffff !important;
    font-size: clamp(38px, 5vw, 72px) !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    margin: 0 0 24px !important;
    text-align: center !important;
    text-shadow: 0 4px 18px rgba(0,0,0,.45);
}

.hero-bg p {
    color: #ffffff !important;
    font-size: clamp(20px, 2.4vw, 32px) !important;
    line-height: 1.4 !important;
    margin: 0 0 36px !important;
    text-align: center !important;
    text-shadow: 0 3px 12px rgba(0,0,0,.4);
}

/* HEADER CORREGIDO */

.site-header {
    background: #ffffff;
    padding: 12px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    position: relative;
    z-index: 999;
}

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

.logo img {
    max-height: 75px !important;
    width: auto !important;
    display: block;
}

.header-btn {
    background: #8d6e4f;
    color: #ffffff !important;
    padding: 13px 28px;
    border-radius: 14px;
    text-decoration: none !important;
    font-weight: 700;
}

#pum-35 .pum-container {
    width: 95% !important;
    max-width: 1000px !important;
    height: auto !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    top: 60% !important;
    left: 80% !important;
    transform: translate(-50%, -50%) !important;
}

#pum-35 .pum-content {
    padding: 20px !important;
}

#pum-35 .am-fs__wrapper {
    max-height: 80vh;
}

/* MÓVIL */
@media (max-width: 768px) {

    #pum-35 .pum-container {
        width: 98% !important;
        max-width: 98% !important;
        max-height: 95vh !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
    }

    #pum-35 .pum-content {
        padding: 10px !important;
    }

    #pum-35 .am-fs__wrapper {
        flex-direction: column !important;
        max-height: 85vh !important;
        overflow-y: auto !important;
    }

    #pum-35 .am-fs-sb {
        display: none !important; /* Oculta barra lateral azul */
    }

    #pum-35 .am-fs__main {
        width: 100% !important;
        max-width: 100% !important;
    }

    #pum-35 .pum-close {
        top: 10px !important;
        right: 10px !important;
        z-index: 99999 !important;
    }
}

.site-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
body{
    padding-top: 90px;
}