:root{--yellow: #febd01;--yellow-dark: #e0a600;--yellow-header: #ffde00;--blue: #166186;--blue-dark: #154160;--dark: #2e2e2e;--dark-2: #424242;--grey: #757575;--grey-light: #e0e0e0;--bg: #f5f5f5;--white: #ffffff;--font-head: "Montserrat", sans-serif;--font-body: "Roboto", sans-serif;--radius: 8px;--shadow: 0 4px 18px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--dark);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-head);line-height:1.25}a{color:var(--blue);text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem}.container{width:min(1160px,92%);margin-inline:auto}.btn{display:inline-block;padding:.75rem 1.75rem;border:none;border-radius:var(--radius);font-family:var(--font-head);font-weight:700;font-size:.9rem;letter-spacing:.03em;text-transform:uppercase;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn-yellow{background:var(--yellow);color:var(--dark)}.btn-yellow:hover{background:var(--yellow-dark)}.btn-blue{background:var(--blue);color:var(--white)}.btn-blue:hover{background:var(--blue-dark)}.btn-ghost{background:transparent;color:var(--dark);border:2px solid var(--grey-light)}.section-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;text-transform:uppercase;text-align:center;color:var(--dark)}.section-title:after{content:"";display:block;width:64px;height:4px;background:var(--yellow);margin:.75rem auto 0;border-radius:2px}.rich-content h2,.rich-content h3{margin:1.5rem 0 .5rem;color:var(--blue-dark)}.rich-content p{margin-bottom:1rem}.rich-content ul,.rich-content ol{margin:0 0 1rem 1.5rem}.rich-content img{border-radius:var(--radius);margin:1rem 0}.rich-content blockquote{border-left:4px solid var(--yellow);padding-left:1rem;color:var(--grey);margin:1rem 0}
