*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #008080;--primary-dark: #006666;--primary-light: #00a3a3;--secondary-color: #f0f8f8;--text-dark: #2c3e50;--text-light: #7f8c8d;--white: #ffffff;--error: #e74c3c;--success: #27ae60;--border-color: #e0e0e0;--shadow: 0 2px 10px rgba(0, 128, 128, .1);--shadow-hover: 0 4px 20px rgba(0, 128, 128, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.header{background-color:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{height:100px;width:auto;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-color);letter-spacing:.05em}.hero{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--white) 100%);padding:4rem 2rem;text-align:center}.hero-container{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;line-height:1.8}.hero-focus-areas{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}.focus-tag{background-color:var(--white);color:var(--primary-color);padding:.5rem 1.25rem;border-radius:25px;font-size:.9rem;font-weight:600;border:2px solid var(--primary-color);transition:all .3s ease}.focus-tag:hover{background-color:var(--primary-color);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow)}.hero-cta{margin-top:2rem}.features{padding:5rem 2rem;background-color:var(--white)}.features-container{max-width:1200px;margin:0 auto}.features-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:1rem}.features-subtitle{font-size:1.1rem;color:var(--text-light);text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-card{background-color:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.feature-description{color:var(--text-light);line-height:1.7}.newsletter-signup{padding:5rem 2rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--white)}.newsletter-signup--hero{padding:0;background:transparent}.newsletter-form{max-width:600px;margin:0 auto}.newsletter-input-group{display:flex;gap:.5rem;margin-bottom:.5rem}.newsletter-input{flex:1;padding:1rem 1.25rem;font-size:1rem;border:2px solid var(--white);border-radius:8px;background-color:var(--white);color:var(--text-dark);transition:all .3s ease}.newsletter-signup--hero .newsletter-input{border:2px solid var(--border-color);box-shadow:0 2px 4px #0000001a}.newsletter-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #00808033}.newsletter-signup--hero .newsletter-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #00808033,0 2px 4px #0000001a}.newsletter-input--error{border-color:var(--error)}.newsletter-input::placeholder{color:var(--text-light)}.newsletter-button{padding:1rem 2rem;font-size:1rem;font-weight:600;background-color:var(--primary-dark);color:var(--white);border:2px solid var(--white);border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover:not(:disabled){background-color:var(--white);color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow)}.newsletter-button:active:not(:disabled){transform:translateY(0)}.newsletter-button:disabled{opacity:.7;cursor:not-allowed}.newsletter-button--hero{background-color:var(--primary-color)}.newsletter-error{color:#fcc;font-size:.9rem;margin-top:.5rem;text-align:left}.newsletter-success{color:#90ee90;font-size:.9rem;margin-top:.5rem;text-align:center;font-weight:600}.newsletter-privacy{font-size:.85rem;color:#fffc;margin-top:1rem;text-align:center}.newsletter-signup--hero .newsletter-privacy{color:var(--text-light)}.footer{background-color:var(--text-dark);color:var(--white);padding:3rem 2rem 1.5rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--primary-light);margin-bottom:1rem;letter-spacing:.05em}.footer-tagline{color:#ffffffb3;line-height:1.7}.footer-heading{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--primary-light)}.footer-list{list-style:none}.footer-list li{margin-bottom:.5rem}.footer-list a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-list a:hover{color:var(--primary-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-copyright{color:#fff9;font-size:.9rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.features-title{font-size:2rem}.newsletter-input-group{flex-direction:column}.newsletter-button{width:100%}.logo-text{font-size:1.25rem}.logo-icon{height:80px}.header-container{padding:1rem}.hero,.features,.newsletter-signup{padding:3rem 1.5rem}.features-grid,.footer-content{grid-template-columns:1fr}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.logo-icon{height:70px}.focus-tag{font-size:.8rem;padding:.4rem 1rem}.feature-card{padding:1.5rem}}
