:root{--navy:#1a365d;--meridian-blue:#3182ce;--sky-blue:#63b3ed;--slate:#2d3748;--light-gray:#f7fafc;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--slate);background-color:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{background:var(--white);z-index:100;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:sticky;top:0}nav{justify-content:space-between;align-items:center;display:flex}.logo-container{color:var(--navy);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--slate);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--meridian-blue)}.hero{background:var(--navy);color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:6rem 0;display:flex;position:relative;overflow:hidden}.hero .container{z-index:5;grid-template-rows:1fr auto 1fr;align-items:center;width:100%;height:100%;display:grid;position:relative}.hero .hero-top{align-self:end;padding-bottom:2rem}.hero .meridian-spacer{width:100%;height:4px}.hero .hero-bottom{align-self:start;padding-top:2rem}.hero h1{color:var(--white);text-shadow:0 2px 10px #0000004d;margin:0;font-size:3.5rem;line-height:1.2}.hero p{opacity:.95;color:#e2e8f0;max-width:800px;margin:0 auto 2.5rem;font-size:1.35rem;line-height:1.6}.hero:after{content:"";pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%2363B3ED' stroke-width='0.07'%3E%3C!-- Balanced Longitudes --%3E%3Cellipse cx='50' cy='50' rx='10' ry='50' stroke-opacity='0.12'/%3E%3Cellipse cx='50' cy='50' rx='20' ry='50' stroke-opacity='0.1'/%3E%3Cellipse cx='50' cy='50' rx='30' ry='50' stroke-opacity='0.08'/%3E%3Cellipse cx='50' cy='50' rx='40' ry='50' stroke-opacity='0.06'/%3E%3Cellipse cx='50' cy='50' rx='50' ry='50' stroke-opacity='0.1'/%3E%3Cline x1='50' y1='0' x2='50' y2='100' stroke-width='0.12' stroke-opacity='0.2'/%3E%3C!-- Balanced Curved Latitudes --%3E%3Cellipse cx='50' cy='50' rx='50' ry='25' stroke-opacity='0.12'/%3E%3Cellipse cx='50' cy='35' rx='48' ry='18' stroke-opacity='0.1'/%3E%3Cellipse cx='50' cy='22' rx='42' ry='12' stroke-opacity='0.08'/%3E%3Cellipse cx='50' cy='10' rx='35' ry='8' stroke-opacity='0.05'/%3E%3Cellipse cx='50' cy='65' rx='48' ry='18' stroke-opacity='0.1'/%3E%3Cellipse cx='50' cy='78' rx='42' ry='12' stroke-opacity='0.08'/%3E%3Cellipse cx='50' cy='90' rx='35' ry='8' stroke-opacity='0.05'/%3E%3Cline x1='0' y1='50' x2='100' y2='50' stroke-width='0.12' stroke-opacity='0.2'/%3E%3C!-- Micro Central Hub --%3E%3Ccircle cx='50' cy='50' r='0.4' fill='%2363B3ED' fill-opacity='0.6' stroke='none'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:2800px;height:2800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-white{background-color:var(--white)}.bg-off-white{background-color:var(--light-gray)}.meridian-marker{border-left:4px solid var(--meridian-blue);border-radius:0 8px 8px 0;padding:1.5rem 2rem;transition:all .3s}.meridian-marker:hover{background:#3182ce08;transform:translate(4px);box-shadow:0 10px 15px -3px #0000000d}.meridian-marker-light{border-left:4px solid #e2e8f0;padding:1.5rem 2rem;transition:all .3s}@media (width<=768px){.nav-links{gap:1rem}.nav-links a:not(.btn){display:none}.hero h1{font-size:2.25rem}.grid{grid-template-columns:1fr}}.btn{cursor:pointer;border:1px solid #0000;border-radius:4px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background:var(--meridian-blue);color:var(--white)}.btn-primary:hover{background:#2b6cb0}.btn-outline{border:1px solid var(--meridian-blue);color:var(--meridian-blue);background:0 0}.btn-outline:hover{background:#3182ce0d}section{padding:3.5rem 0;scroll-margin-top:5rem}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--navy);margin-bottom:1rem;font-size:2.25rem}.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.card{background:var(--white);border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;padding:2rem;transition:all .3s;display:flex}.card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.card .btn,.card a{margin-top:auto}.bg-off-white .card[style*="background: transparent"]:hover{background:#ffffff80!important}footer{background:var(--navy);color:var(--white);padding:.75rem 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-brand{align-items:center;gap:1rem;display:flex}.footer-info{text-align:right}
