:root{--primary:#001a33;--secondary:#f5f7fa;--accent:#28a745;--text-main:#2d3748;--text-muted:#718096;--white:#fff;--font-serif:"Playfair Display", serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text-main);background-color:var(--white);line-height:1.6}.container{max-width:1100px;margin:0 auto;padding:0 2rem}header{background:var(--white);z-index:100;border-bottom:1px solid #e2e8f0;padding:1.5rem 0;position:sticky;top:0}nav{justify-content:space-between;align-items:center;display:flex}.logo-img{width:auto;height:50px;display:block}.footer-logo-img{filter:brightness(0)invert();margin-bottom:1.5rem}.logo{align-items:center;display:flex}.nav-links a{color:var(--text-main);margin-left:2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--accent)}.hero{background-color:var(--primary);color:var(--white);text-align:center;padding:8rem 0;position:relative;overflow:hidden}.hero h1{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.hero p{color:#cbd5e0;max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.btn{background:var(--accent);color:var(--white);border-radius:6px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 6px #0000001a}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-family:var(--font-serif);color:var(--primary);font-size:2.5rem}.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(300px,auto);gap:1.5rem;margin-bottom:5rem;display:grid}.bento-item{background:var(--secondary);border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:flex-end;padding:2.5rem;transition:border-color .2s,background-color .2s;display:flex}.bento-item:hover{border-color:var(--accent);background:var(--white)}.bento-item.large{grid-column:span 2}.bento-item h3{font-family:var(--font-serif);color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.bento-item p{color:var(--text-muted);font-size:1rem}.icon-box{background:var(--white);width:48px;height:48px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;box-shadow:0 2px 4px #0000000d}.footer{background:var(--primary);color:#cbd5e0;margin-top:5rem;padding:4rem 0}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;display:flex}.footer-logo{font-family:var(--font-serif);color:var(--white);margin-bottom:1rem;font-size:1.5rem}@media (width<=768px){.bento-grid{grid-template-columns:1fr}.bento-item.large{grid-column:span 1}.hero h1{font-size:2.5rem}}
