:root{--primary-dark:#161a2e;--primary:#161a2e;--primary-light:#161a2e;--primary-lighter:#282d45;--brand-blue:#161a2e;--brand-cyan:#00bcd4;--seo-text-light:#666;--text-dark:#333;--text-light:#444;--text-muted:#999;--bg-light:#f9f9f9;--bg-white:#fff;--navy-black:#010813;--whatsapp-green:#25d366;--whatsapp-hover:#20ba5a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.header{background:var(--bg-white);box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.logo-img{width:170px}.container{max-width:1200px;margin:0 auto;padding:8px;display:flex;justify-content:space-between;align-items:center}.logo a{font-size:24px;font-weight:700;text-decoration:none;color:var(--text-dark)}.menu-toggle{display:flex;flex-direction:column;gap:4px;background:0 0;border:0;cursor:pointer;padding:8px}.menu-toggle span{width:25px;height:3px;background:var(--text-dark);transition:.3s}.menu-overlay{display:none}.nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:var(--bg-white);box-shadow:-2px 0 8px #0000001a;transition:right .3s ease;z-index:1001;padding:80px 24px 24px}.nav.active{right:0}.nav ul{list-style:none;display:flex;flex-direction:column;gap:24px}.nav a{text-decoration:none;color:var(--text-dark);font-size:18px;font-weight:500;display:block;padding:8px 0;transition:color .3s}.nav a:hover{color:var(--primary)}.menu-overlay.active{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1000}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.contact{display:none}@media (min-width:768px){.logo-img{width:170px}.menu-toggle{display:none}.menu-overlay{display:none!important}.nav{position:static;width:auto;max-width:none;height:auto;background:0 0;box-shadow:none;padding:0;display:block;flex:1}.nav ul{display:flex;flex-direction:row;list-style:none;gap:32px;justify-content:center}.nav a{text-decoration:none;color:var(--text-dark);font-size:16px;font-weight:500;padding:0;transition:color .3s}.nav a:hover{color:var(--primary)}.contact{display:flex;gap:16px;align-items:center}.phone,.instagram{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text-dark);font-size:14px;font-weight:500;transition:color .3s}.phone:hover,.instagram:hover{color:var(--primary)}}.hero-banner{position:relative;background-image:url(/img/banner/bannermobile.png);background-position:center 20%;background-size:cover;background-repeat:no-repeat;color:#fff;padding:120px 20px;text-align:left;min-height:350px;display:flex;align-items:center;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00081499;z-index:1}@media screen and (min-width:600px){.hero-banner{background-image:url(/img/banner/banneragusto.png);background-position:center 5%;min-height:500px}}.hero-content{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:2}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.1;color:#fff;max-width:800px;text-shadow:2px 2px 10px rgba(0,0,0,.5)}@media (max-width:768px){.hero-title{font-size:1.8rem}}.main-content{padding:40px 20px;background:var(--bg-light)}.main-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}.content-wrapper{display:flex;flex-direction:column;gap:40px}.content-section{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px #0000000d;border-left:6px solid var(--primary-dark)}.content-section h2{font-size:1.75rem;color:var(--primary-dark);margin-bottom:16px;font-weight:700}.content-section h3{font-size:1.35rem;color:var(--primary-dark);margin-top:30px;margin-bottom:12px;font-weight:600}.content-section p{font-size:1rem;color:#333;line-height:1.8;margin-bottom:16px;text-align:justify}.content-section ul,.content-section ol{margin-left:20px;margin-bottom:16px;color:#333;line-height:1.8}.content-section li{margin-bottom:8px}.content-section strong{color:var(--primary-dark);font-weight:700}.content-section a{color:var(--brand-cyan);text-decoration:none;font-weight:600}@media (max-width:968px){.main-container{grid-template-columns:1fr}}.doctor-card{background:#fff;border-radius:12px;padding:30px 20px;box-shadow:0 10px 30px #0000000d;text-align:center;position:sticky;top:100px}.doctor-avatar{width:180px;height:180px;margin:0 auto 25px;position:relative}.doctor-avatar:before{content:"";position:absolute;inset:-8px;border:3px solid var(--brand-cyan);border-radius:50%;z-index:0}.doctor-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center 5%;position:relative;z-index:1;background:#eee}.doctor-name{font-size:1.5rem;color:var(--primary-dark);margin-bottom:10px;font-weight:700}.doctor-specialty{font-size:1rem;color:#666;margin-bottom:5px;line-height:1.4}.doctor-location{font-size:.9rem;color:#888;margin-bottom:15px}.doctor-crm{font-size:.85rem;color:#aaa;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #eee}.doctor-address{background:#f8f9fa;padding:20px;border-radius:12px;text-align:left;margin-bottom:25px}.doctor-address p{font-size:.9rem;color:#555;line-height:1.6;margin:0}.doctor-address strong{display:block;font-size:1rem;color:var(--primary-dark);margin-bottom:8px}.doctor-contact{display:flex;flex-direction:column;gap:12px}.doctor-contact a{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:8px;font-weight:700;text-decoration:none;font-size:.95rem;transition:all .3s ease}.doctor-phone{background:#fff;color:var(--primary-dark);border:2px solid var(--primary-dark)}.doctor-phone:hover{background:var(--primary-dark);color:#fff}.doctor-whatsapp{background:#25d366;color:#fff}.doctor-whatsapp:hover{background:#128c7e;transform:translateY(-2px)}.instagram-button{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.instagram-button:hover{filter:brightness(1.1);transform:translateY(-2px)}.doctor-credentials-section{padding:80px 20px;background:var(--bg-light)}.credentials-container{max-width:1100px;margin:0 auto}.credentials-title{font-size:2.2rem;color:var(--primary-dark);margin-bottom:15px;text-align:center;font-weight:700}.credentials-intro{text-align:center;max-width:800px;margin:0 auto 50px;font-size:1.1rem;color:var(--text-dark);line-height:1.6}.credentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;margin-bottom:40px}.credential-category{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px #0000000d}.category-title{font-size:1.5rem;color:var(--primary-dark);margin-bottom:25px;font-weight:700;position:relative;padding-bottom:15px}.category-title:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#e0e0e0}.category-title:before{content:"";position:absolute;bottom:0;left:0;width:80px;height:2px;background:var(--brand-cyan);z-index:1}.credentials-list{list-style:none;margin:0;padding:0}.credentials-list li{padding:12px 0 12px 30px;color:#444;font-size:1rem;position:relative;line-height:1.5}.credentials-list li:before{content:"✓";position:absolute;left:0;color:var(--brand-cyan);font-weight:900;font-size:1.2rem}.credentials-author{background:#fff;padding:30px 40px;border-radius:12px;box-shadow:0 10px 30px #0000000d;border-left:6px solid var(--brand-cyan);text-align:left}.author-note{font-size:1rem;color:#333;line-height:1.7;margin:0}.cta-section{background-color:var(--primary-dark);color:#fff;padding:50px 40px;border-radius:12px;text-align:center;margin:40px 0;box-shadow:0 15px 35px #161a2e33}.cta-section h3{font-size:1.8rem;margin-bottom:15px;color:#fff!important;font-weight:700}.cta-section p{margin-bottom:30px;font-size:1.1rem;color:#ffffffe6!important;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-button{display:inline-block;background-color:var(--brand-cyan);color:#fff;padding:16px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #00bcd44d}.cta-button:hover{background-color:#00acc1;transform:translateY(-3px);box-shadow:0 8px 20px #00bcd466;color:#fff}.location-section{padding:60px 20px;background:var(--bg-light)}.location-container{max-width:1200px;margin:0 auto}.location-title{font-size:2rem;color:var(--text-dark);margin-bottom:30px;text-align:center}.map-wrapper{width:100%;height:450px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.map-wrapper iframe{width:100%;height:100%;border:0}.map-button{display:block;width:fit-content;margin:0 auto;padding:14px 28px;background:var(--primary);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background .3s}.map-button:hover{background:var(--primary-dark)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}.benefit-card{background:var(--bg-light);padding:30px;border-radius:12px;border-left:4px solid var(--brand-cyan);transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-card h4{color:var(--primary-dark);font-size:1.2rem;margin-bottom:15px;font-weight:700}.benefit-card p{font-size:.95rem;line-height:1.6;margin-bottom:0}.faq-section{margin-top:50px}.faq-section details{background:var(--bg-white);border:1px solid #eee;border-radius:8px;margin-bottom:15px;overflow:hidden}.faq-section summary{padding:20px;font-weight:600;color:var(--primary-dark);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary:after{content:"+";font-size:1.5rem;transition:transform .3s}.faq-section details[open] summary:after{transform:rotate(45deg)}.faq-section details p{padding:0 20px 20px;margin:0;color:var(--text-light)}.footer-sitemap{background:var(--navy-black);color:#fff;padding:80px 20px;border-top:1px solid rgba(255,255,255,.1)}.footer-sitemap-container{max-width:1200px;margin:0 auto}.footer-sitemap-header{margin-bottom:50px;text-align:center}.footer-sitemap-title{font-size:2.2rem;margin-bottom:10px;color:#fff}.footer-sitemap-subtitle{color:#fff9;font-size:1.1rem}.footer-sitemap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.sitemap-column h3{color:var(--brand-cyan);font-size:1.1rem;margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}.sitemap-links{list-style:none;padding:0;margin:0}.sitemap-links li{margin-bottom:12px;display:block!important}.sitemap-links a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .3s}.sitemap-links a:hover{color:#fff;padding-left:5px}.wisa-credits{background:#000;padding:15px 20px;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.wisa-credits p{color:#fff6;font-size:.8rem;margin:0}.wisa-credits a{color:#fff9;text-decoration:none}@media (max-width:992px){.footer-sitemap-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.footer-sitemap-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-banner{padding:40px 20px}}.seo-table-wrapper{overflow-x:auto;margin:30px 0}.seo-table{width:100%;border-collapse:collapse;font-size:.95rem;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.seo-table th{background:var(--brand-blue);color:#fff;padding:15px;text-align:left;font-weight:600}.seo-table td{padding:15px;border-bottom:1px solid #eee;color:var(--text-dark)}.seo-table tr:last-child td{border-bottom:none}.seo-table tr:nth-child(2n){background:#f9fafb}.seo-references{margin-top:60px;padding-top:30px;border-top:1px solid #eee}.seo-references h4{font-size:1.1rem;color:var(--brand-blue);margin-bottom:15px}.seo-references ul{list-style:none;padding:0}.seo-references li{font-size:.85rem;color:#000;margin-bottom:8px;display:flex;gap:10px}.seo-references li:before{content:"•";color:var(--brand-cyan)}.faq-container{margin-top:20px}.faq-item{margin-bottom:15px;border:1px solid #e1e4e8;border-radius:8px;overflow:hidden}.faq-item summary{padding:18px 20px;background-color:#f8f9fa;cursor:pointer;font-weight:700;color:var(--primary-dark);font-size:1.05rem;list-style:none;position:relative;transition:background-color .3s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:20px;font-size:1.4rem;color:var(--brand-cyan)}.faq-item[open] summary:after{content:"-"}.faq-item p{padding:20px;margin:0;background-color:#fff;line-height:1.7;border-top:1px solid #e1e4e8;color:var(--text-dark)}.faq-item:hover summary{background-color:#f0f7fb}.summary-box{background-color:#f0f7fb;border-left:4px solid var(--primary-dark);padding:20px;margin-bottom:25px;border-radius:8px;font-size:1.1rem;line-height:1.6;color:var(--text-dark)}.index-box{background-color:#f9f9f9;padding:20px;margin-bottom:25px;border-radius:8px;border:1px solid #e1e4e8}.index-box p{font-weight:700;margin-bottom:15px;color:var(--primary-dark);font-size:1rem}.index-box ul{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:15px!important}.index-box li{font-size:1.1rem;color:var(--text-dark);display:flex;align-items:flex-start;gap:12px;margin-bottom:0!important;line-height:1.4}.index-box li:before{content:"•";color:var(--primary-dark);font-weight:700;font-size:1.4rem;line-height:1;margin-top:2px}.eeat-block{background-color:#fff;border:1px solid #e1e4e8;padding:15px 20px;border-radius:12px;margin-bottom:25px;font-size:.95rem;line-height:1.6;color:var(--text-dark);box-shadow:0 4px 12px #00000008}.eeat-block strong{color:var(--primary-dark);font-weight:700}.footer{background:var(--primary-dark);color:#fff;padding:80px 0 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px 60px;display:grid;grid-template-columns:1fr 1fr;gap:80px}@media (max-width:768px){.footer-container{grid-template-columns:1fr;gap:40px;text-align:center}}.footer-left{display:flex;flex-direction:column;gap:20px}.logo_footer{width:220px;height:auto;filter:brightness(0) invert(1)}.footer-description{font-size:1rem;line-height:1.6;color:#ffffffb3;max-width:450px}@media (max-width:768px){.footer-description{margin:0 auto}}.footer-right{display:flex;flex-direction:column;gap:25px}.footer-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:5px}.footer-contact{display:flex;flex-direction:column;gap:15px}.footer-contact-item{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#fffc}@media (max-width:768px){.footer-contact-item{justify-content:center}}.footer-contact-item svg{color:var(--brand-cyan);flex-shrink:0}