:root{--primary-navy:#1e3a8a;--secondary-navy:#3b82f6;--accent-blue:#60a5fa;--light-blue:#eff6ff;--dark-text:#111827;--medium-text:#374151;--light-text:#6b7280;--white:#ffffff;--light-gray:#f9fafb;--border-gray:#e5e7eb;--success-orange:#f59e0b;--warning-red:#ef4444}.turbo-acupuncture-layout-wrapper *{margin:0;padding:0;box-sizing:border-box}.turbo-acupuncture-layout-wrapper{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--dark-text);background-color:var(--white);font-size:16px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:var(--white);box-shadow:0 1px 3px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:800;color:var(--primary-navy);text-decoration:none}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:var(--medium-text);font-weight:500;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:var(--primary-navy)}.contact-btn{background:var(--primary-navy);color:white;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.contact-btn:hover{background:var(--secondary-navy);transform:translateY(-1px)}.hero{background:linear-gradient(135deg,var(--primary-navy) 0,var(--secondary-navy) 100%);color:white;padding:2rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}.hero-content{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:center;position:relative;z-index:2;text-align:center}.hero-text h1{font-size:1.75rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1rem;opacity:.9;margin-bottom:1.5rem;line-height:1.5}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-top:2rem}.stat-item{text-align:center}.stat-number{font-size:1.5rem;font-weight:800;color:var(--success-orange);display:block}.stat-label{font-size:1rem;opacity:.8;margin-top:.25rem;line-height:1.3}.hero-image{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.2);display:none}.hero-image-placeholder{width:100%;height:300px;background:rgba(255,255,255,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:4rem;margin-bottom:1rem}@media (min-width:576px){.hero-text h1{font-size:2rem}.hero-subtitle{font-size:1.05rem}.hero-stats{gap:1rem;margin-top:2.5rem}.stat-number{font-size:1.85rem}.stat-label{font-size:.8rem;margin-top:.35rem}}@media (min-width:768px){.hero{padding:3.5rem 0}.hero-content{gap:3rem}.hero-text h1{font-size:2.75rem;margin-bottom:1.25rem}.hero-subtitle{font-size:1.15rem;margin-bottom:1.75rem;line-height:1.6}.hero-stats{gap:1.5rem}.stat-number{font-size:2.25rem}.stat-label{font-size:.85rem;margin-top:.4rem}}@media (min-width:992px){.hero{padding:5rem 0}.hero-content{grid-template-columns:1fr 400px;gap:4rem;text-align:left}.hero-text h1{font-size:3rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem}.hero-stats{gap:2rem;margin-top:3rem}.stat-number{font-size:2rem}.stat-label{font-size:1rem;margin-top:.5rem}.hero-image{display:block}}.main-content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;padding:3rem 0}@media (min-width:992px){.main-content{grid-template-columns:1fr 300px}}.content-area{max-width:none}.sidebar{background:var(--light-gray);padding:2rem;border-radius:12px;height:-moz-fit-content;height:fit-content}@media (min-width:992px){.sidebar{position:-webkit-sticky;position:sticky;top:100px}}.content-section{margin-bottom:2rem;padding:.5rem 0}.content-section:not(:last-child){border-bottom:1px solid var(--border-gray)}.section-header{margin-bottom:2rem;text-align:center}.section-title{font-size:2.25rem;font-weight:700;color:var(--primary-navy);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--light-text);line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:var(--primary-navy);color:white;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.cta-button:hover{background:var(--secondary-navy);transform:translateY(-2px);box-shadow:0 8px 20px rgba(30,58,138,.3)}.cta-button.secondary{background:var(--success-orange)}.cta-button.secondary:hover{background:#d97706}.cta-button.outline{background:transparent;border:2px solid var(--primary-navy);color:var(--primary-navy)}.cta-button.outline:hover{background:var(--primary-navy);color:white}.floating-whatsapp{position:fixed;bottom:2rem;right:2rem;background:#25D366;color:white;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(37,211,102,.4);z-index:1000;text-decoration:none;font-size:1.5rem;transition:all .3s ease}.floating-whatsapp svg{width:32px;height:32px}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(37,211,102,.6)}.fade-in{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.slide-in{opacity:0;transform:translateX(-20px);animation:slideInLeft .6s ease-out forwards}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}.turbo-sidebar-nav{padding:1.5rem;background-color:var(--light-gray);border-radius:8px}.turbo-sidebar-nav .nav-title{font-size:1.2rem;font-weight:600;color:var(--dark-text);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-gray)}.turbo-sidebar-nav ul{list-style:none;padding:0;margin:0}.turbo-sidebar-nav li a{display:block;padding:.75rem 1rem;border-radius:6px;color:var(--medium-text);text-decoration:none;font-weight:500;transition:all .2s ease-in-out}.turbo-sidebar-nav li a:hover{background-color:var(--light-blue);color:var(--primary-navy)}.turbo-sidebar-nav li a.active{background-color:var(--primary-navy);color:var(--white);font-weight:600}.ta-overview-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f8f9fa;color:#333}.ta-overview-page .page-hero-section{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white;padding:60px 20px 50px;text-align:center}.ta-overview-page .page-hero-section h1{font-size:2.8rem;font-weight:700;margin-bottom:20px}.ta-overview-page .page-hero-section p{font-size:1.2rem;max-width:700px;margin:0 auto;opacity:.95;font-weight:300}.ta-overview-page .main-content{padding:60px 20px;display:flex;flex-direction:column;align-items:center}.ta-overview-page .intro-section{max-width:900px;width:100%;margin:0 auto 60px;background:white;padding:40px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.07);text-align:center}.ta-overview-page .intro-text{font-size:1.1rem;color:#374151;line-height:1.7;margin-bottom:2.5rem}.ta-overview-page .intro-benefits{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;max-width:800px;margin-left:auto;margin-right:auto}.ta-overview-page .benefit-item{display:flex;align-items:center;gap:1rem;text-align:left}.ta-overview-page .benefit-item p{margin-bottom:0;font-size:1rem;color:var(--medium-text)}.ta-overview-page .benefit-check-icon{flex-shrink:0;width:24px;height:24px;background-color:var(--success-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white}.ta-overview-page .benefit-check-icon svg{width:12px;height:12px}.ta-overview-page .treatments-section{width:100%;margin-bottom:60px}.ta-overview-page .section-title{font-size:2rem;color:#1e3a8a;margin-bottom:40px;text-align:center;font-weight:600}.ta-overview-page .treatments-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:25px;gap:25px;margin-bottom:40px}.ta-overview-page .treatment-card{background:white;border-radius:12px;padding:30px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid #e5e7eb;display:flex;flex-direction:column}.ta-overview-page .treatment-card:hover{box-shadow:0 8px 24px rgba(30,58,138,.12);transform:translateY(-4px)}.ta-overview-page .card-title{font-size:1.3rem;color:#1e3a8a;margin-bottom:12px;font-weight:600}.ta-overview-page .card-description{color:#6b7280;margin-bottom:20px;font-size:.95rem;line-height:1.6;flex-grow:1}.ta-overview-page .card-button{display:inline-block;width:100%;padding:12px 24px;background-color:#3b82f6;color:white;text-decoration:none;border-radius:8px;font-weight:500;text-align:center;transition:background-color .3s ease;border:none;cursor:pointer;font-size:.95rem}.ta-overview-page .card-button:hover{background-color:#2563eb}.ta-overview-page .video-section{margin-top:60px;padding:60px 20px;background-color:white;width:100%;max-width:100vw;margin-left:50%;transform:translateX(-50%)}.ta-overview-page .video-container{max-width:1000px;margin:0 auto}.ta-overview-page .video-header{text-align:center;margin-bottom:40px}.ta-overview-page .video-header h2{font-size:2rem;color:#1e3a8a;margin-bottom:15px;font-weight:600}.ta-overview-page .video-header p{color:#6b7280;font-size:1.1rem}.ta-overview-page .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);background-color:#000}.ta-overview-page .video-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.ta-overview-page .footer{background-color:#1e3a8a;color:white;padding:40px 20px;text-align:center;width:100vw;margin-left:50%;transform:translateX(-50%)}.ta-overview-page .footer p{opacity:.9}@media (min-width:768px){.ta-overview-page .treatments-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ta-overview-page .treatments-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ta-overview-page .page-hero-section h1{font-size:2rem}.ta-overview-page .page-hero-section p{font-size:1rem}.ta-overview-page .section-title,.ta-overview-page .video-header h2{font-size:1.6rem}.ta-overview-page .main-content,.ta-overview-page .video-section{padding:40px 15px}.ta-overview-page .intro-benefits{align-items:center}.ta-overview-page .benefit-item{flex-direction:column;text-align:center}}@media (max-width:480px){.ta-overview-page .page-hero-section{padding:60px 15px 40px}.ta-overview-page .page-hero-section h1{font-size:1.75rem}.ta-overview-page .card-title{font-size:1.15rem}}