.page{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.25rem 2rem;border-bottom:3px solid #FFCC00}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:2.5rem;height:2.5rem;background:#00943a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fc0;font-weight:700;font-size:1.25rem}.logo-text{font-size:1.5rem;font-weight:800;color:#004f7a}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:linear-gradient(180deg,#fff,#fff9e0)}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#004f7a;line-height:1.2;margin-bottom:1.5rem}.highlight{color:#00943a}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#555;max-width:600px;line-height:1.6;margin-bottom:2.5rem}.cta-group{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:#fc0;color:#004f7a;box-shadow:0 4px 15px #ffcc0059}.btn-primary:hover{box-shadow:0 6px 20px #ffcc0080}.btn-secondary{background:#004f7a;color:#fff;box-shadow:0 4px 15px #004f7a33}.btn-secondary:hover{box-shadow:0 6px 20px #004f7a59}.footer{padding:1.5rem 2rem;text-align:center;background:#004f7a;color:#ffffffb3;font-size:.875rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a}
