/* ==========================================================
VARIABLES
========================================================== */

:root{

--coral:#EC7869;
--nude:#F0C5BD;
--beige:#E1DED8;

--green:#456D62;
--sage:#9FAF92;

--white:#FFFFFF;

--shadow:
0 20px 50px rgba(0,0,0,.08);

--radius-lg:32px;
--radius-md:24px;
--radius-sm:16px;

--transition:.4s ease;

}

/* ==========================================================
RESET
========================================================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

background:#fff;

color:var(--green);

overflow-x:hidden;

line-height:1.7;

}

body{
    font-family: "filson-soft", sans-serif;
}

img{
display:block;
width:100%;
}

a{
text-decoration:none;
}

ul{
list-style:none;
}

/* ==========================================================
CONTAINER
========================================================== */

.container{

width:min(1280px,92%);
margin:auto;

}

/* ==========================================================
SECTIONS
========================================================== */

section{

padding:120px 0;

position:relative;

}

.section-header{

max-width:800px;

margin:0 auto 70px;

text-align:center;

}

.section-tag{

display:inline-flex;

padding:12px 22px;

border-radius:100px;

background:rgba(236,120,105,.12);

color:var(--coral);

font-weight:700;

margin-bottom:25px;

}

.section-header h2{

font-size:clamp(2.2rem,5vw,4rem);

line-height:1.1;

margin-bottom:20px;

font-weight:800;

}

/* ==========================================================
HEADER PREMIUM
========================================================== */

.header{

position:fixed;

top:20px;
left:50%;

transform:translateX(-50%);

width:min(1320px,94%);

z-index:999;

background:
rgba(255,255,255,.75);

backdrop-filter:blur(20px);

border:1px solid rgba(255,255,255,.4);

border-radius:24px;

padding:18px 30px;

transition:.4s;

}

.header.scrolled{

box-shadow:
0 15px 40px rgba(0,0,0,.08);

}

.nav-container{

display:flex;

align-items:center;
justify-content:space-between;

}

.logo img{

height:80px;
width:auto;

}

.nav-menu{

display:flex;
gap:35px;

}

.nav-menu a{

font-weight:600;

color:var(--green);

position:relative;

}

.nav-menu a::after{

content:"";

position:absolute;

left:0;
bottom:-8px;

width:0;

height:2px;

background:var(--coral);

transition:.3s;

}

.nav-menu a:hover::after{

width:100%;

}

.btn-header{

padding:14px 26px;

border-radius:100px;

background:var(--coral);

color:white;

font-weight:700;

}

.menu-toggle{

display:none;

background:none;

border:none;

font-size:1.8rem;

cursor:pointer;

color:var(--green);

}

/* ==========================================================
HERO
========================================================== */

.hero{

min-height:100vh;

display:flex;
align-items:center;

overflow:hidden;

padding-top:140px;

background:

linear-gradient(
135deg,
#ffffff 0%,
#fff9f7 50%,
#f8f5f2 100%
);

}

.hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:90px;

align-items:center;

}

.hero-content{

position:relative;
z-index:2;

}

.hero-badge{

display:inline-flex;

padding:12px 24px;

background:rgba(236,120,105,.12);

border-radius:100px;

font-weight:700;

color:var(--coral);

margin-bottom:30px;

}

.hero h1{

font-size:clamp(3rem,3vw,6rem);

line-height:1;

font-weight:900;

margin-bottom:30px;

}

.hero p{

font-size:1.2rem;

max-width:650px;

margin-bottom:40px;

color:#60776e;

}

.hero-buttons{

display:flex;
gap:20px;

margin-bottom:60px;

flex-wrap:wrap;

}

.btn-primary{

display:inline-flex;

align-items:center;
justify-content:center;

padding:18px 36px;

border-radius:100px;

background:var(--coral);

color:white;

font-weight:700;

transition:.3s;

}

.btn-primary:hover{

transform:translateY(-4px);

}

.btn-secondary{

display:inline-flex;

align-items:center;
justify-content:center;

padding:18px 36px;

border-radius:100px;

border:2px solid var(--coral);

color:var(--coral);

font-weight:700;

}

.hero-image{

position:relative;

}

.hero-image img{

border-radius:40px;

box-shadow:
0 35px 80px rgba(0,0,0,.15);

}

.hero-stats{

display:flex;

gap:40px;

}

.hero-stats div{

display:flex;
flex-direction:column;

}

.hero-stats strong{

font-size:2rem;

font-weight:800;

color:var(--coral);

}

.hero-stats span{

font-size:.9rem;

}

/* ==========================================================
FORMAS ORGÁNICAS
========================================================== */

.shape{

position:absolute;

border-radius:50%;

filter:blur(80px);

pointer-events:none;

}

.shape-1{

width:500px;
height:500px;

background:rgba(236,120,105,.15);

top:-150px;
right:-150px;

}

.shape-2{

width:450px;
height:450px;

background:rgba(240,197,189,.4);

bottom:-180px;
left:-180px;

}

/* ==========================================================
ABOUT
========================================================== */

.about{

background:#fff;

}

.about-grid{

display:grid;

grid-template-columns:500px 1fr;

gap:80px;

align-items:center;

}

.about-image img{

border-radius:36px;

box-shadow:var(--shadow);

}

.about-content h2{

font-size:3rem;

margin-bottom:25px;

}

.about-content p{

margin-bottom:20px;

font-size:1.05rem;

}

.credentials{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin-top:40px;

}

.credential{

padding:30px;

background:#fff;

border-radius:24px;

box-shadow:var(--shadow);

}

.credential h4{

margin-bottom:10px;

color:var(--coral);

}

/* ==========================================================
SPECIALTIES
========================================================== */

.specialties{

background:#faf8f6;

}

.specialties-grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}

.specialty-card{

background:white;

padding:45px;

border-radius:32px;

box-shadow:var(--shadow);

transition:.4s;

}

.specialty-card:hover{

transform:translateY(-12px);

}

.specialty-card i{

font-size:2rem;

color:var(--coral);

margin-bottom:20px;

}

.specialty-card h3{

margin-bottom:15px;

font-size:1.4rem;

}

/* ==========================================================
SYMPTOMS
========================================================== */

.symptoms{

background:#fff;

}

.symptoms-grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(260px,1fr));

gap:20px;

margin-top:60px;

}

.symptoms-grid div{

background:#faf8f6;

padding:24px;

border-radius:20px;

font-weight:600;

position:relative;

padding-left:55px;

transition:.3s;

}

.symptoms-grid div:hover{

transform:translateY(-6px);

}

.symptoms-grid div::before{

content:"";

position:absolute;

left:22px;
top:50%;

transform:translateY(-50%);

width:12px;
height:12px;

background:var(--coral);

border-radius:50%;

}

/* ==========================================================
PROCESS
========================================================== */

.process{

background:#faf8f6;

}

.timeline{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.step{

background:#fff;

padding:40px;

border-radius:30px;

box-shadow:var(--shadow);

position:relative;

}

.step span{

display:flex;

align-items:center;
justify-content:center;

width:70px;
height:70px;

border-radius:50%;

background:var(--coral);

color:white;

font-weight:800;

font-size:1.4rem;

margin-bottom:25px;

}

.step h3{

margin-bottom:15px;

}

/* ==========================================================
PRICING
========================================================== */

.pricing-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
}

.price-card{
    background:#fff;
    border-radius:30px;
    min-height:260px;
    padding:40px 25px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.05);

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-decoration:none;
    transition:.3s;
}

.price-card h3{
    color:#3d6f68;
    font-size:22px;
    line-height:1.4;
    margin-bottom:35px;
}

.price-card span{
    color:#eb7c6b;
    font-size:52px;
    font-weight:700;
}

.bilingual-card i{
    font-size:42px;
    color:#6f2dbd;
    margin-bottom:20px;
}

.bilingual-card p{
    margin-top:10px;
    color:#566b8f;
    font-size:15px;
}

.bilingual-card:hover{
    transform:translateY(-8px);
}

/* Tablet */
@media (max-width:1200px){
    .pricing-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

/* Móvil */
@media (max-width:768px){
    .pricing-grid{
        grid-template-columns:1fr;
    }
}
/* ==========================================================
LOCATION
========================================================== */

.location{

background:#faf8f6;

}

.location-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}

.location-info h2{

font-size:3rem;

margin-bottom:25px;

}

.location-info p{

margin-bottom:15px;

font-size:1.1rem;

}

.map{
    margin-top:40px;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.map iframe{
    display:block;
    width:100%;
    height:500px;
}

.google-profile-container{
    display:flex;
    justify-content:center;
    margin-top:30px;
}

.btn-google{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 24px;
    background:#ffffff;
    color:#4285F4;
    border:2px solid #4285F4;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.btn-google:hover{
    background:#4285F4;
    color:#fff;
    transform:translateY(-2px);
}



/* ==========================================================
CTA FINAL
========================================================== */

.cta{

background:
linear-gradient(
135deg,
var(--coral),
#d86c5e
);

text-align:center;

color:white;

}

.cta h2{

font-size:clamp(2rem,5vw,4rem);

margin-bottom:25px;

}

.cta p{

max-width:700px;

margin:auto;

margin-bottom:40px;

font-size:1.15rem;

}

.cta .btn-primary{

background:white;

color:var(--coral);

}

/* ==========================================================
FOOTER
========================================================== */

footer{

background:#456D62;

color:white;

padding:40px 0;

text-align:center;

}

/* ==========================================================
WHATSAPP
========================================================== */

.floating-whatsapp{

position:fixed;

right:25px;
bottom:25px;

display:flex;
align-items:center;
gap:12px;

padding:16px 22px;

border-radius:60px;

background:#25D366;

color:white;

font-weight:700;

box-shadow:
0 20px 50px rgba(37,211,102,.35);

z-index:999;

transition:.3s;

}

.floating-whatsapp:hover{

transform:translateY(-4px);

}

.floating-whatsapp i{

font-size:1.7rem;

}

/* ==========================================================
REVEAL ANIMATIONS
========================================================== */

.reveal{

opacity:0;

transform:translateY(60px);

transition:.8s ease;

}

.reveal.active{

opacity:1;

transform:none;

}

/* ==========================================================
SCROLLBAR
========================================================== */

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#f5f5f5;

}

::-webkit-scrollbar-thumb{

background:var(--coral);

border-radius:100px;

}

/* ==========================================================
TABLET
========================================================== */

@media(max-width:1024px){

.hero-grid,
.about-grid,
.location-grid{

grid-template-columns:1fr;

}

.hero{

padding-top:180px;

}

.hero-image{

order:-1;

}

.timeline{

grid-template-columns:
repeat(2,1fr);

}

.credentials{

grid-template-columns:1fr;

}

.hero h1{

font-size:4rem;

}

}

/* ==========================================================
MOBILE
========================================================== */

@media(max-width:768px){

section{

padding:90px 0;

}

.header{

top:10px;

padding:15px 20px;

}

.logo img{

height:48px;

}

.menu-toggle{

display:block;

}

.nav-menu{

position:fixed;

top:90px;
left:-100%;

width:90%;

background:white;

flex-direction:column;

padding:35px;

border-radius:25px;

box-shadow:
0 20px 50px rgba(0,0,0,.12);

transition:.4s;

}

.nav-menu.active{

left:5%;

}

.nav-menu a{

padding:12px 0;

}

.btn-header{

display:none;

}

.hero{

padding-top:140px;

}

.hero-grid{

gap:50px;

}

.hero h1{

font-size:2.8rem;

}

.hero p{

font-size:1rem;

}

.hero-buttons{

flex-direction:column;

}

.hero-buttons a{

width:100%;

}

.hero-stats{

justify-content:space-between;

gap:15px;

}

.hero-stats strong{

font-size:1.4rem;

}

.about-content h2{

font-size:2.2rem;

}

.section-header h2{

font-size:2.2rem;

}

.timeline{

grid-template-columns:1fr;

}

.location-info h2{

font-size:2.2rem;

}

.floating-whatsapp{

width:65px;
height:65px;

padding:0;

justify-content:center;

border-radius:50%;

}

.floating-whatsapp span{

display:none;

}

}

@media(max-width:480px){

.hero h1{

font-size:2.3rem;

}

.hero-stats{

flex-direction:column;

gap:10px;

}

.specialty-card,
.price-card,
.step,
.credential{

padding:30px;

}

.map{

height:350px;

}

}

/* ==========================================================
DISEASES
========================================================== */

.diseases{

background:#fff;

}

.diseases-grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(280px,1fr));

gap:30px;

margin-top:60px;

}

.disease-category{

background:white;

padding:40px;

border-radius:32px;

box-shadow:var(--shadow);

transition:.4s;

}

.disease-category:hover{

transform:translateY(-10px);

}

.category-icon{

width:70px;
height:70px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

background:
rgba(236,120,105,.12);

margin-bottom:25px;

}

.category-icon i{

font-size:1.8rem;

color:var(--coral);

}

.disease-category h3{

margin-bottom:20px;

font-size:1.4rem;

}

.disease-category ul{

display:flex;
flex-direction:column;

gap:12px;

}

.disease-category li{

position:relative;

padding-left:20px;

}

.disease-category li::before{

content:"";

position:absolute;

left:0;
top:11px;

width:8px;
height:8px;

background:var(--coral);

border-radius:50%;

}

.disease-cta{

text-align:center;

margin-top:60px;

}

.disease-cta p{

max-width:700px;

margin:0 auto 25px;

font-size:1.1rem;

}

@media (max-width:768px){

    .nav-menu{

        z-index:9999;

    }

    .menu-toggle{

        z-index:10000;

    }

}