@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@700&display=swap";:root{--primary-purple:#a288e3;--bg-cream:#f5f1ed;--text-dark:#212121;--text-muted:#666;--white:#fff;--accent-green:#25d366;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif;--container-max:1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-cream);color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--primary-purple);font-weight:700}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);transition:var(--transition-smooth);border:none}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.btn{text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:.8rem 2rem;font-size:.85rem;font-weight:600;display:inline-block}.btn-primary{background-color:var(--primary-purple);color:var(--white)}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px)}.section-padding{padding:5rem 0}.treatment-page{padding-top:100px}.breadcrumb{color:var(--text-muted);margin-bottom:2rem;font-size:.85rem}.breadcrumb a{color:var(--primary-purple);text-decoration:underline}.treatment-hero{justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:3rem;display:flex}.treatment-header{flex:1}.treatment-header h1{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.description{color:var(--text-muted);max-width:600px;margin-bottom:2rem;font-size:1.2rem}.category-badge{background:var(--white);color:var(--text-dark);border:1px solid #0000001a;border-radius:50px;padding:.5rem 1rem;font-weight:500;display:inline-block}.treatment-info-box{background-color:#f1ede8;border-radius:12px;flex-shrink:0;width:350px;padding:2rem}.treatment-info-box ul{margin:0;padding:0;list-style:none}.treatment-info-box li{border-bottom:1px solid #0000000d;align-items:center;gap:1rem;padding:1rem 0;font-weight:500;display:flex}.treatment-info-box li:last-child{border-bottom:none}.icon-list{color:var(--primary-purple);font-size:1.2rem}.info-actions{margin-top:2rem}.full-width{width:100%}.ba-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.ba-item{border-radius:12px;overflow:hidden}.ba-item img{width:100%;height:auto;display:block}@media (width<=900px){.treatment-hero{flex-direction:column}.treatment-info-box{width:100%}}.checkout-page{background-color:#f6f3ef;flex-direction:column;min-height:100vh;display:flex}.checkout-header{justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex}.checkout-header .logo{font-family:var(--font-serif);color:var(--primary-purple);font-size:1.8rem;font-weight:700}.back-btn-top{background:#fff;border:1px solid #0000001a;border-radius:50px;padding:.5rem 1rem;font-size:.8rem}.checkout-layout{flex:1;display:flex}.checkout-left,.checkout-right{padding:2rem 4rem}.checkout-left{background-color:#f4efea;flex:1}.checkout-right{background-color:#fff;flex:1}.checkout-form{flex-direction:column;gap:1rem;max-width:400px;margin-top:2rem;display:flex}.checkout-form input[type=text],.checkout-form input[type=email],.checkout-form input[type=tel]{background:#fff;border:1px solid #0000001a;border-radius:12px;width:100%;padding:1rem}.phone-input{background:#fff;border:1px solid #0000001a;border-radius:12px;display:flex;overflow:hidden}.country-flag{background:#fdfdfd;border-right:1px solid #0000001a;padding:1rem}.phone-input input{flex:1;border:none!important}.checkbox-group{flex-direction:column;gap:.5rem;margin-top:1rem;font-size:.8rem;display:flex}.submit-btn.disabled{opacity:.5;cursor:not-allowed}.payment-section{margin-top:2rem}.payment-section h3{margin-bottom:.5rem;font-size:1.2rem}.payment-section p{color:var(--text-muted);font-size:.85rem}.payment-icons{gap:.5rem;margin:1rem 0;display:flex}.card-icon{color:#fff;background:#2b2b2b;border-radius:4px;padding:.3rem .6rem;font-size:.7rem;font-weight:700}.card-icon.visa{background:#1a1f71}.card-icon.mc{background:#eb001b}.card-icon.gp,.card-icon.ap{background:#000}.card-icon.pp{background:#003087}.mp-simulated-brick{background:#f6f3ef;border-radius:12px;margin-top:1.5rem}.mp-tabs{margin-bottom:0;display:flex}.mp-tab{text-align:center;color:#666;cursor:pointer;border-bottom:2px solid #ddd;flex:1;padding:1rem 0;font-size:.9rem}.mp-tab.active{border-bottom:2px solid var(--primary-purple);color:var(--primary-purple);font-weight:500}.mp-input-group{background:#fff;border:1px solid #ddd;border-radius:8px;flex-direction:column;margin-top:1.5rem;display:flex;overflow:hidden}.mp-input-wrapper{border-bottom:1px solid #ddd;position:relative}.mp-input{color:#333;border:none;width:100%;padding:1.2rem;font-family:inherit;font-size:.95rem}.mp-input::placeholder{color:#999}.mp-input:focus{outline:none}.card-logos{gap:4px;display:flex;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.tiny-logo{color:#333;background:#eee;border-radius:2px;padding:2px 4px;font-size:.5rem;font-weight:700}.mp-row-input{border-bottom:1px solid #ddd;display:flex}.mp-row-input .half{flex:1}.no-border-left{border-left:1px solid #ddd!important}.mp-select-wrapper{background:#fff}.mp-select{appearance:auto;cursor:pointer}.mp-pay-btn{color:#fff;background:#a288e3;border:none;border-radius:30px;margin-top:1.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:background .2s}.mp-pay-btn:hover{background:#9074d6}.summary-box h3{margin-bottom:2rem;font-size:1.2rem}.summary-list{color:var(--text-muted);flex-direction:column;gap:1rem;margin-bottom:3rem;font-size:.85rem;list-style:none;display:flex}.summary-treatment-details h4{margin-bottom:.2rem;font-size:1.1rem}.treatment-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.8rem}.price-breakdown{border-bottom:1px solid #eee;margin-bottom:1rem;padding-bottom:1rem}.price-row{color:var(--text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;display:flex}.price-row.total-row{color:var(--text-dark);font-weight:700}.pending-row{color:var(--text-dark);margin-bottom:.5rem;font-weight:700}.financing-note{color:var(--text-muted);max-width:300px;margin-bottom:2rem;font-size:.7rem;line-height:1.4}.anticipo-total{color:var(--primary-purple);background:#a288e31a;border-radius:8px;justify-content:space-between;padding:1rem;font-weight:700;display:flex}.animation-fade-in{animation:.4s forwards fadeIn}@media (width<=768px){.checkout-layout{flex-direction:column}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background:var(--white);border-radius:20px;width:90%;max-width:600px;max-height:90vh;padding:3rem 2rem;animation:.3s cubic-bezier(.18,.89,.32,1.28) slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 50px #0003}.close-x{color:var(--text-muted);background:0 0;border:none;font-size:2rem;position:absolute;top:1rem;right:1.5rem}.booking-step{text-align:center}.booking-step h2{color:var(--primary-purple);margin-bottom:1.5rem;font-size:1.8rem}.flowww-badge{background:var(--primary-purple);color:var(--white);letter-spacing:1px;text-transform:uppercase;border-radius:20px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.65rem;font-weight:700;display:inline-block}.subtitle{color:var(--text-muted);margin-top:-1rem;margin-bottom:2rem;font-size:.9rem}.options-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.option-card{background:var(--bg-cream);transition:var(--transition-smooth);border:1px solid #0000001a;border-radius:12px;padding:2rem}.option-card:hover{border-color:var(--primary-purple);transform:translateY(-5px);box-shadow:0 10px 20px #a288e31a}.option-card .icon{margin-bottom:1rem;font-size:2.5rem;display:block}.option-card h3{margin-bottom:.5rem;font-size:1rem}.option-card p{color:var(--text-muted);font-size:.85rem}.list-grid{flex-direction:column;gap:1rem;display:flex}.list-item{text-align:left;background:var(--white);border:1px solid #0000000d;border-radius:8px;padding:1rem;font-weight:500}.list-item:hover{background:var(--primary-purple);color:var(--white)}.calendar-placeholder{border:1px solid #0000001a;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.calendar-header{color:var(--text-dark);margin-bottom:1.5rem;font-weight:700}.calendar-days{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.day{aspect-ratio:1;width:100%;color:var(--text-dark);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:.8rem .4rem;font-size:.85rem;display:flex}.day:hover{background:var(--bg-cream)}.day.selected{background:var(--primary-purple);color:var(--white)}.time-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.time-item{background:var(--bg-cream);color:var(--primary-purple);border-radius:8px;padding:1rem;font-weight:600}.time-item:hover{background:var(--primary-purple);color:var(--white)}.back-btn{color:var(--text-muted);background:0 0;margin-top:2rem;font-weight:600;text-decoration:underline}.flowww-form{flex-direction:column;gap:1.2rem;max-width:450px;margin:0 auto;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.flowww-form input{background:var(--bg-cream);font-family:var(--font-sans);transition:var(--transition-smooth);border:1px solid #a288e333;border-radius:8px;padding:1rem;font-size:.95rem}.flowww-form input:focus{border-color:var(--primary-purple);background:var(--white);outline:none}.submit-btn{width:100%;margin-top:1rem;padding:1rem}.loader-container{flex-direction:column;justify-content:center;align-items:center;padding:4rem 0;display:flex}.spinner{border:5px solid #a288e333;border-top:5px solid var(--primary-purple);border-radius:50%;width:50px;height:50px;margin-bottom:1.5rem;animation:1s linear infinite spin}.spinner.large{width:80px;height:80px;margin-bottom:2rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.options-grid{grid-template-columns:1fr}}.navbar{background-color:var(--white);z-index:1000;width:100%;padding:1.5rem 0;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000000d}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-serif);letter-spacing:4px;color:var(--primary-purple);font-size:1.5rem;font-weight:700}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{text-transform:uppercase;color:var(--text-dark);font-size:.9rem;font-weight:500}.nav-links a:hover{color:var(--primary-purple)}.btn-cta{background-color:var(--primary-purple);padding:.6rem 1.5rem;font-size:.75rem}.hero{text-align:center;height:100vh;color:var(--white);justify-content:center;align-items:center;margin-top:60px;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:#0000004d;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;max-width:800px;position:relative}.hero h1{color:var(--white);margin-bottom:1rem;font-size:5rem;line-height:1.1}.hero p{color:#ffffffe6;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.section-title{text-align:center;color:var(--primary-purple);margin-bottom:3rem;font-size:2.5rem}.treatment-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.treatment-card{background-color:var(--white);transition:var(--transition-smooth);border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000d}.treatment-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.treatment-img-wrapper{height:250px;overflow:hidden}.treatment-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.treatment-card:hover img{transform:scale(1.1)}.treatment-info{text-align:center;padding:1.5rem}.treatment-info h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem}.treatment-info p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem}.btn-outline{border:1px solid var(--primary-purple);color:var(--primary-purple);background:0 0;padding:.5rem 1.5rem;font-size:.8rem;font-weight:600}.btn-outline:hover{background-color:var(--primary-purple);color:var(--white)}.value-props{background-color:var(--bg-cream)}.props-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.prop-item{text-align:center}.prop-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.prop-item h3{margin-bottom:.5rem;font-size:1.1rem}.prop-item p{color:var(--text-muted);font-size:.9rem}.footer{background-color:var(--white);border-top:1px solid #0000000d;padding:4rem 0 2rem}.footer-content{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.footer-logo{font-family:var(--font-serif);letter-spacing:2px;color:var(--primary-purple);font-size:1.2rem;font-weight:700}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.85rem}.footer-bottom{text-align:center;color:var(--text-muted);border-top:1px solid #0000000d;padding-top:2rem;font-size:.8rem}@media (width<=768px){.nav-links{display:none}.treatment-grid,.props-grid{grid-template-columns:1fr}.hero h1{font-size:3rem}}
