*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer;border:none;background:none}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.8rem;line-height:1.25;color:#1e293b}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25}h1{font-size:1.8rem;font-weight:300;letter-spacing:1.5px}h2{font-size:.9rem;text-transform:uppercase;letter-spacing:1.2px;color:#1e40af}p{margin-bottom:.5rem}p:last-child{margin-bottom:0}a{color:#1e40af;transition:opacity .15s ease}a:hover{opacity:.8}strong{font-weight:700}em{font-style:italic}body{background:#fff}.container{max-width:8.27in;margin:0 auto;padding:1rem .5in}.page-home{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#fff;position:relative;overflow:hidden}.page-home::before{content:"";position:absolute;inset:-50%;width:200%;height:200%;background:radial-gradient(circle at 25% 75%, rgba(220,38,38,.14) 0%, rgba(0,0,0,0) 35%),radial-gradient(circle at 75% 25%, rgba(34,197,94,.35) 0%, rgba(0,0,0,0) 40%),radial-gradient(circle at 75% 75%, rgba(59,130,246,.35) 0%, rgba(0,0,0,0) 40%);animation:drift 18s ease-in-out infinite;z-index:0}.page-home>*{position:relative;z-index:1}@keyframes drift{0%, 100%{transform:translate(0%, 0%) rotate(0deg)}25%{transform:translate(-4%, -6%) rotate(3deg)}50%{transform:translate(2%, 4%) rotate(-2deg)}75%{transform:translate(6%, -3%) rotate(1deg)}}.card{background:rgba(255,255,255,.85);border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:2rem 3rem;max-width:400px;width:100%;text-align:center}.card__name{font-size:2rem;font-weight:300;letter-spacing:1.5px;color:#1e293b;margin-bottom:.75rem}.card__tagline{font-size:.9rem;color:#64748b;line-height:1.4;margin-bottom:1.5rem}.card__divider{height:1px;background:#1e40af;margin:1.5rem 0}.card__links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.card__link{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#1e40af}.card__link:hover{text-decoration:underline}.card__link-separator{color:#64748b}.section{margin-bottom:1.5rem}.two-column{display:flex;gap:2rem}.two-column>*{flex:1}@media (max-width: 600px){.card{padding:1.5rem}.card__name{font-size:1.8rem}.two-column{flex-direction:column;gap:1.5rem}}