*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:1rem}p{line-height:1.6;margin-bottom:1rem}li,p{letter-spacing:.02em;word-spacing:.05em}html{scroll-behavior:smooth}:focus{outline:2px solid #007bff;outline-offset:2px}.App{text-align:center}.App-header{background-color:#2c3e50;color:#fff;padding:20px}.App-link{color:#ff8c00}.header{background:#fff;box-shadow:0 2px 10px #0000001a;color:#2c3e50;left:0;padding:5px 0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo h1{color:#fff;font-family:Comic Sans MS,Comic Sans,cursive;font-size:1.8rem;font-weight:700;margin:0}.logo-img{height:60px;width:auto}.nav,.nav-list{display:flex}.nav-list{gap:2rem;list-style:none;margin:0;padding:0}.nav-list li a{border-bottom:2px solid #0000;color:#2c3e50;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.nav-list li a:focus,.nav-list li a:hover{border-bottom-color:#ff8c00;color:#ff8c00}.menu-toggle{align-items:center;background:none;border:none;cursor:pointer;display:none;height:40px;justify-content:center;padding:.5rem;position:relative;width:40px}.menu-icon{color:#2c3e50;font-size:1.5rem;transition:color .3s ease}.menu-toggle:hover .menu-icon{color:#ff8c00}.hamburger{background-color:#2c3e50;height:3px;margin:3px 0;transform-origin:center;transition:.3s;width:25px}.hamburger-open:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger-open:nth-child(2){opacity:0}.hamburger-open:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:768px){.logo h1{font-size:1.4rem}.menu-toggle{display:flex}.nav{background:#fff;left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .3s ease-in-out}.nav-open{box-shadow:0 5px 10px #0000001a;max-height:300px}.nav-list{flex-direction:column;gap:0;padding:1rem 0}.nav-list li{text-align:center}.nav-list li a{border-bottom:1px solid #2c3e501a;display:block;padding:1rem 2rem}.nav-list li:last-child a{border-bottom:none}}.landing-page{padding-top:80px}.hero{align-items:center;color:#20b2aa;display:flex;justify-content:center;padding:4rem 0;text-align:center}.hero-content{margin:0 auto;max-width:800px;padding:0 2rem}.hero h2{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.3rem;line-height:1.5;margin-bottom:2.5rem;opacity:.95}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background-color:#ff8c00;color:#fff}.cta-button.primary:hover{background-color:#2c3e50;box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.cta-button.secondary{background-color:#20b2aa;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background-color:gold;color:#2c3e50;transform:translateY(-2px)}.cta-button.large{font-size:1.2rem;padding:1.2rem 2.5rem}.about-dyslexia{background-color:#f8f9fa;padding:5rem 0}.about-dyslexia h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.dyslexia-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.info-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem;transition:transform .3s ease}.info-card:hover{transform:translateY(-5px)}.info-card h3{color:#ff8c00;font-size:1.5rem;margin-bottom:1rem}.info-card ul{list-style:none;padding-left:0}.info-card li{border-bottom:1px solid #eee;padding:.5rem 0 .5rem 1.5rem;position:relative}.info-card li:before{color:#2ecc71;content:"✓";font-weight:700;left:0;position:absolute}.info-card li:last-child{border-bottom:none}.services-overview{background-color:#fff;padding:5rem 0}.services-overview h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:gold;border-radius:12px;box-shadow:0 4px 15px #0000001a;color:#2c3e50;padding:2rem;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h3{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#2c3e50;line-height:1.6;opacity:.9}.cta-section{background:#2c3e50;color:#fff;padding:5rem 0;text-align:center}.cta-section h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-section .cta-button.primary{background-color:#ff8c00;color:#fff;font-weight:700}@media (max-width:768px){.hero h2{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}.about-dyslexia h2,.cta-section h2,.services-overview h2{font-size:2rem}.dyslexia-info,.services-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero{padding:2rem 0}.hero h2{font-size:1.8rem}.about-dyslexia,.cta-section,.services-overview{padding:3rem 0}}.everyone-read{font-size:27px}.everyone-read,.hero-title{font-family:Bradley Hand,cursive}.landing-img{height:226px;margin-top:30px}
/*# sourceMappingURL=main.3436ce7d.css.map*/