:root{--primary-color:#2c3e50;--secondary-color:#3498db;--text-color:#333;--light-gray:#f5f5f5;--white:#ffffff;--black:#000000;--border-radius:4px;--transition:all 0.3s ease}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-color);background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;line-height:1.2;color:var(--primary-color)}h1{font-size:2.5rem}p{margin-bottom:1.5rem}a{color:var(--secondary-color);text-decoration:none;transition:var(--transition)}a:hover{text-decoration:underline}.hero,.upcoming-content{width:100%}.hero{padding:1rem 0;background:linear-gradient(135deg,var(--primary-color),#1a365d);color:white;min-height:auto;box-sizing:border-box}.hero-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-image-container{margin-bottom:1.5rem}.hero-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 8px rgba(0,0,0,.1)}.hero-title{font-size:1.75rem;margin:0 0 .5rem;line-height:1.2;color:white}.hero-subtitle{font-size:1.1rem;margin:0 0 1.5rem;opacity:.9}.hero-quote{width:100%;max-width:600px;margin:0 auto 1.5rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}@media (min-width:768px){.hero{padding:1.5rem 0}.hero-image{width:200px;height:200px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.25rem}}@media (min-width:1024px){.hero{padding:2rem 0}.hero-image{width:220px;height:220px}}