@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:200;src:url(/_astro/manrope-latin-200-normal.DvuInKd5.woff2) format("woff2"),url(/_astro/manrope-latin-200-normal.DATVJ-xu.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/manrope-latin-400-normal.PaqtzbVb.woff2) format("woff2"),url(/_astro/manrope-latin-400-normal.8tf8FM3T.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/manrope-latin-500-normal.BYYD-dBL.woff2) format("woff2"),url(/_astro/manrope-latin-500-normal.DMZssgOp.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/manrope-latin-700-normal.BZp_XxE4.woff2) format("woff2"),url(/_astro/manrope-latin-700-normal.DGRFkw-m.woff) format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/_astro/manrope-latin-800-normal.BfWYOv1c.woff2) format("woff2"),url(/_astro/manrope-latin-800-normal.uHUdIJgA.woff) format("woff")}:root{--color-primary: #ee5500;--color-primary-light: #ee8800;--color-primary-dark: #552200;--color-secondary: #5588ff;--color-secondary-light: #90b4ff;--color-secondary-dark: #113399;--color-accent: #ff7700;--color-text: #223355;--color-text-light: #68a;--color-text-muted: #668899;--color-bg: #fefefe;--color-bg-alt: #f8fafc;--color-bg-card: #ffffff;--color-bg-dark: #001133;--color-border: rgba(2, 19, 51, .16);--color-surface-blue: #eef5ff;--color-surface-orange: #fff3ea;--gr0: linear-gradient(175deg, #fffefe 10%, #ffcc4444 120%);--gr1: linear-gradient(135deg, #eeffff 10%, #ddeeff 100%);--gr2: linear-gradient(180deg, #ffefdd 20%, #ffaa22 120%);--gr3: linear-gradient(180deg, #113399 0%, #001133 100%);--shadow-sm: 0 10px 24px rgba(0, 17, 51, .06);--shadow-md: 0 18px 40px rgba(0, 17, 51, .1);--shadow-lg: 0 28px 50px rgba(0, 17, 51, .12);--shadow-orange: 0 18px 34px rgba(239, 87, 7, .18);--shadow-blue: 0 18px 36px rgba(85, 136, 255, .18);--radius-sm: 7px;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 999px}*{box-sizing:border-box;margin:0;padding:0;list-style:none;font-family:Manrope,Arial,sans-serif}html{scroll-behavior:smooth}body{font-family:Manrope,Arial,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6;overflow-x:hidden}section{padding:4rem 0}a{color:inherit}button,input,textarea,select{font:inherit}h1,h2,h3,h4{font-weight:800;line-height:1.1}h1{font-size:clamp(2.7rem,5vw,4.2rem)}h2{font-size:clamp(2rem,3.6vw,3rem);max-width:30ch;align-self:center}h1 span,h2 span{color:var(--color-primary)}h3{font-size:1.4rem}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.5rem;overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-weight:700;text-transform:uppercase;font-size:1rem;text-decoration:none;cursor:pointer;transition:.2s ease;border:1px solid transparent;border-radius:var(--radius-sm);letter-spacing:.4px}.btn:hover{transform:translateY(-2px)}.btn[disabled]{cursor:wait;opacity:.72;transform:none}.btn-primary{background:var(--color-primary);color:#fff;border:1px solid var(--color-primary-dark);box-shadow:0 10px 20px #ef57073d}.btn-primary:hover{background:var(--color-primary-light);border-color:var(--color-primary-dark)}.btn-secondary{background:var(--color-secondary);color:#fff;border:1px solid var(--color-secondary-dark)}.btn-secondary:hover{background:#35fd}.btn-large{padding:1rem 2rem;font-size:clamp(.9rem,2vw,1.1rem)}.hero-subtitle,.platform-description,.feature-description,.section-description,.feature-text,.step p,.publish-url,.student-activity p,.faq-answer,.footer-copy-block{color:var(--color-text)}.two-col-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem;align-items:center}.section-header{text-align:center;max-width:56rem;margin:0 auto 3rem}.features-grid,.steps,.pricing-grid{display:grid;gap:1.5rem}.step,.pricing-card,.faq-item,.comparison-col{border-radius:var(--radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.step,.faq-item{background:var(--color-bg-card)}.pricing-card:hover,.step:hover,.comparison-col:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.vta-media{position:relative;width:100%}.header{position:sticky;top:0;z-index:50;backdrop-filter:blur(15px);background:#ffffffe6;border-bottom:1px solid var(--color-border);box-shadow:0 1px 9px -1px #7304;padding:0 1rem;margin:0}.header-container{display:flex;align-items:center;justify-content:space-between;align-self:center;justify-self:center;gap:1rem;min-height:84px;margin:0;max-width:1400px;width:100%;padding:0 2rem}.logo{display:inline-flex;align-items:center;gap:1rem;text-decoration:none}.logo-icon{width:clamp(2rem,4vw,2.5rem);height:clamp(2rem,4vw,2.5rem)}.logo-text{font-weight:900;font-size:clamp(.7rem,3vw,1.2rem)}.nav{display:flex;gap:1rem}.nav a{font-size:clamp(.7rem,2vw,1rem)}.nav-link{text-decoration:none;color:var(--color-text);font-weight:500;text-transform:uppercase;border:1px solid var(--color-text);border-radius:var(--radius-sm);background:var(--color-bg)}.nav-link:hover{background:var(--color-bg-alt)}.hero{position:relative;display:flex;flex-direction:column;gap:3rem;align-items:center}.hero-container{max-width:1300px}.hero h1{line-height:1.1}.hero-subtitle{margin:1.5rem .5rem 2rem;font-size:1.1rem;max-width:58ch;list-style:none}.hero-subtitle li{line-height:1.5}.hero-subtitle li:before{content:"->";font-size:1rem;margin-right:.5rem;color:var(--color-primary);font-weight:700;list-style:none}.hero-cta{display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap}.hero-media{position:relative;width:100%}.hero-image{width:100%}.features{background:var(--gr3)}.features h2{max-width:30ch;align-self:center;margin:0 auto;line-height:1.2;color:#fff}.features .section-header{display:flex;flex-direction:column;gap:2rem}.features .section-description{color:#dadaea}.feature-card{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;cursor:default;border-radius:var(--radius-md);background:var(--gr1);padding:2rem;border:2px solid #dce8ff;transition:transform .45s ease,border-color 1s ease}.feature-title{color:var(--color-secondary-dark)}.feature-description{color:var(--color-text)}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.85rem;border:2px solid var(--color-secondary-light)}.comparison .container{display:flex;flex-direction:column;gap:3rem;align-items:center}.comparison .section-header{margin:0}.comparison-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.comparison-col{padding:2rem;border-radius:8px}.comparison-col.current{background:var(--gr0);border:2px solid var(--color-text-light)}.comparison-col.solution{border:2px solid var(--color-secondary);background:var(--gr1)}.col-header{margin-bottom:1.25rem;color:var(--color-text);font-size:1.2rem;font-weight:700}.comp-item{display:grid;grid-template-columns:3rem 1fr;gap:1rem}.comp-item{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.feature-text strong{display:block;margin-bottom:.25rem;color:var(--color-text)}.feature-icon{border-radius:8px}.current .feature-icon{border-color:var(--color-text-light)}.students{display:flex;flex-direction:column;align-items:center;gap:3rem;background:var(--gr3);color:#fff}.students .container{display:grid;grid-template-columns:1fr 1fr;justify-content:center;align-items:center}.students .section-header{display:flex;flex-direction:column;margin:0;padding:0;gap:1rem;text-align:left}.students p{color:#bce}.students span{color:var(--color-primary-light)}.students li{text-align:left}.students li:before{content:"->";font-size:1rem;margin-right:.5rem;color:var(--color-primary-light);font-weight:700;list-style:none}.routine-steps{background:var(--gr1);display:flex;flex-direction:column;gap:3rem;align-items:center}.routine-steps h2{margin-bottom:2rem;text-align:center}.routine-steps .container{display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.routine-header p{font-size:1.1rem;text-align:center}.steps{grid-template-columns:repeat(3,minmax(0,1fr))}.step{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:8px;overflow:hidden;width:100%;align-items:center}.step-number{width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;align-self:center;justify-self:center;border-radius:50%;margin-bottom:1rem;background:var(--color-primary);color:#fff;font-weight:900}.step p{max-width:30ch}.step-media{overflow:hidden;aspect-ratio:1.7;width:100%}.step-media video{width:102%;height:auto}.personal{display:flex;flex-direction:column;align-items:center}.personal-text{display:flex;flex-direction:column;align-items:left;justify-content:left;gap:3rem}.personal-text li:before{content:"->";font-size:1rem;color:var(--color-primary);font-weight:700;list-style:none}.personal-media{width:100%}.personal-media img{border:5px solid var(--color-secondary);border-radius:18px;padding:1rem;width:100%}.tools{display:flex;flex-direction:column;gap:3rem;background:var(--gr1);padding:4rem 1rem}.tools-container{display:flex;flex-direction:column;gap:2rem;overflow:hidden;padding:1rem}.tools .section-header{display:flex;flex-direction:column;gap:2rem;font-size:1.1rem;max-width:80ch;align-items:center;margin:0 auto;padding-bottom:2rem}.tools h3{font-size:clamp(1.5rem,3vw,2rem)}.tools .section-header p{max-width:60ch;text-align:center}.tool-text{display:flex;flex-direction:column;gap:1.5rem}.tool-text p{font-size:clamp(1rem,2vw,1.2rem)}.tool-media{display:flex;flex-direction:row;align-items:center;justify-content:center;max-height:300px;background:var(--gr1)}.tool-media img{border:2px solid #55a7;border-radius:12px;background:none;box-shadow:0 4px 15px -2px #55aa;aspect-ratio:1;max-height:300px;height:250px;max-width:300px;object-fit:cover;padding:2px;background:var(--gr1)}.vibrato img{object-position:0% 40%}.rachas img{object-fit:contain;height:200px;width:100%}.pricing{background:var(--gr3);color:#fff}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));color:var(--color-text)}.pricing h2{text-align:center;align-self:center;justify-self:center}.pricing h2 span{color:var(--color-primary-light)}.pricing-card{position:relative;padding:2rem;background:linear-gradient(180deg,#fff7f1,#fff);border:2px solid rgba(239,87,7,.15);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem;max-width:400px;align-self:center;justify-self:center;width:100%}.pricing-card.featured{transform:scale(1.03);border-color:#ef570759;box-shadow:var(--shadow-orange)}.pricing-badge{position:absolute;top:-.8rem;left:50%;transform:translate(-50%);padding:.45rem .9rem;border-radius:var(--radius-full);background:var(--color-primary);color:#fff;font-size:.82rem;font-weight:800}.pricing-header{display:flex;flex-direction:column;text-align:center;gap:5px}.pricing-header h3{border:1px solid #ffaa22aa;border-radius:77% 33%;background:linear-gradient(170deg,#ffd 30%,#fa2 120%);padding:.4rem;color:var(--color-primary-dark)}.pricing-price{font-size:3.5rem;color:var(--color-primary-dark);font-weight:700;display:flex;flex-direction:row;justify-content:center;justify-items:center;align-content:center;align-items:center;gap:5px;font-family:Manrope,Arial,sans-serif;line-height:1;margin-top:1rem}.pricing-price:after{content:"usd";font-size:1.3rem;color:var(--color-primary);text-transform:uppercase}.pricing-period{color:var(--color-text);line-height:1}.pricing-features{display:flex;flex-direction:column;gap:.7rem}.pricing-features li:before{content:"✓";color:var(--color-primary);font-weight:900;margin-right:.5rem}.pricing-card .btn{width:auto;font-size:1rem;padding:.7rem 2rem;background:var(--color-secondary)}.pricing-card .btn:hover{background:#35fd}.studio-price{overflow:hidden;background:linear-gradient(130deg,#fed 40%,#fea 120%)}.studio-price:before{content:"Más popular";position:absolute;top:30px;left:-45px;transform:rotate(-45deg);background:linear-gradient(170deg,#fd5 30%,#fa2 120%);padding:.4rem 2.5rem;font-weight:700;color:#013;text-transform:uppercase;font-size:.9rem;letter-spacing:.5px}.billing-message{margin-top:1.25rem;color:#c0392b;text-align:center;font-weight:800}.billing-message[hidden]{display:none}.cta{display:flex;flex-direction:column;background:var(--gr2);color:var(--color-text);text-align:center;align-items:center;justify-content:center;padding:3rem}.cta h2{max-width:20ch;color:var(--color-primary-dark)}.faq-list{display:grid;gap:1rem;max-width:54rem;margin:0 auto}.faq-item{padding:0;overflow:hidden}.faq-question{width:100%;border:0;background:#fff;text-align:left;padding:1.2rem 1.4rem;font-weight:800;color:var(--color-text);cursor:pointer}.faq-answer{display:none;padding:0 1.4rem 1.25rem}.faq-item.is-open .faq-answer{display:block}.section-tag{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:1rem;padding:.45rem .8rem;border-radius:var(--radius-full);background:#5588ff1f;color:var(--color-secondary-dark);font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.section-tag.light{background:#ffffff1f;color:#fff}.footer{background:var(--color-bg-dark);color:#fff;padding:4rem 0 2rem}.footer-container{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-column h3{margin-bottom:1rem}.footer-copy-block,.footer-links a,.footer-bottom{color:#ffffffb8}.footer-links li+li{margin-top:.65rem}.footer-links a{text-decoration:none}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.animate-on-scroll{opacity:0;transform:translateY(22px);transition:opacity .5s ease,transform .5s ease}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}}@media(max-width:768px){.container{padding:0 1rem}.header{padding:0 .2rem}.nav-link{display:none}.hero{text-align:center;margin:0;display:flex}.hero-container{max-width:70ch;gap:0;margin:0;padding:0 1rem}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-media{padding:1rem;margin:0}.hero-subtitle{margin-bottom:0}.hero-cta{justify-content:center;justify-self:center}.comp-item,.students .container,.pricing-grid,.steps,.personal .container,.hero-container,.footer-container{grid-template-columns:1fr}section{padding:4.5rem 0}}.students .container{text-align:center;gap:2rem}.students .section-header,.students li,.personal{text-align:center}.personal-text{gap:2rem}.personal-cta{align-self:left}.personal-media img{max-width:400px;width:90%}.footer{text-align:center}@media(max-width:576px){.logo-text{display:none}.comparison-table,.two-col-grid,.features-grid{grid-template-columns:1fr}.tools{text-align:center}.two-col-grid{gap:2rem}.piano-monitor .tool-media,.vibrato .tool-media,.meters .tool-media{order:1}}
