@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&family=Oswald:wght@400;700&display=swap";:root{--blue: #2957a5;--blue-dark: #1e3f7a;--blue-light: #3a6bc5;--gold: #feda62;--gold-soft: rgba(254, 218, 98, .12);--white: #ffffff;--text: #f0f0f0;--text-muted: rgba(255, 255, 255, .7)}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--blue);color:var(--white);min-height:100vh}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:var(--blue)}body::-webkit-scrollbar-thumb{background-color:var(--gold);border-radius:5px}a{color:inherit}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#2957a5f2;backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;padding:.75rem clamp(1.5rem,4vw,3rem);border-bottom:1px solid rgba(254,218,98,.15)}nav .logo img{height:60px;width:auto}nav .nav-links{display:flex;gap:2rem;align-items:center}nav .nav-links a{color:var(--gold);text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;letter-spacing:.02em;transition:opacity .2s ease}nav .nav-links a:hover{opacity:.8;text-decoration:underline}.hero{height:100vh;background:url(/images/tmom1.jpg) no-repeat top center/cover;display:flex;align-items:center;justify-content:center;text-align:center;position:relative}.hero:after{content:"";position:absolute;inset:0;background:#2957a58c}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:0 1.5rem;opacity:0;transform:translateY(30px);animation:fade-up 1s ease forwards .3s}.hero-content h1{font-family:Bebas Neue,sans-serif;font-size:clamp(3.5rem,8vw,6rem);color:var(--gold);line-height:1;letter-spacing:.02em}.hero-content p{font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--white);max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:.5rem}.btn{display:inline-block;background:var(--gold);color:var(--blue);padding:.85rem 2rem;border-radius:6px;font-family:Oswald,sans-serif;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .3s ease;border:2px solid var(--gold)}.btn:hover{background:transparent;color:var(--gold)}.btn-outline{background:transparent;color:var(--gold);border:2px solid var(--gold)}.btn-outline:hover{background:var(--gold);color:var(--blue)}main{max-width:900px;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}section{padding:5rem 0;opacity:0;transform:translateY(30px);animation:fade-up .9s ease forwards}section:nth-of-type(1){animation-delay:.1s}section:nth-of-type(2){animation-delay:.2s}section:nth-of-type(3){animation-delay:.3s}section:nth-of-type(4){animation-delay:.4s}section h2{font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,5vw,3rem);color:var(--gold);margin-bottom:.5rem;letter-spacing:.02em}section h3{font-family:Oswald,sans-serif;font-size:1rem;color:var(--gold);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem;opacity:.8}section p{font-size:1.05rem;line-height:1.7;color:var(--text);margin-bottom:1.25rem}section p a{color:var(--gold);font-weight:600;text-decoration:none;transition:opacity .2s ease}section p a:hover{text-decoration:underline;opacity:.8}.section-divider{width:60px;height:3px;background:var(--gold);border-radius:2px;margin-bottom:2rem}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:2rem}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.gallery img:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:1.5rem}.info-card{background:linear-gradient(145deg,#ffffff14,#fff0);border:1px solid rgba(254,218,98,.15);border-radius:12px;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.75rem}.info-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 8px 24px #feda621a}.info-card .icon{font-size:2.5rem}.info-card h3{font-family:Bebas Neue,sans-serif;font-size:1.5rem;color:var(--gold);margin:0;letter-spacing:.05em}.info-card p{font-size:.9rem;color:var(--text-muted);margin:0}footer{background:var(--blue-dark);text-align:center;padding:2rem;color:var(--text-muted);font-size:.85rem;border-top:1px solid rgba(254,218,98,.1)}footer a{color:var(--gold);text-decoration:none}footer a:hover{text-decoration:underline}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){section,.hero-content{opacity:1;transform:none;animation:none}}@media(max-width:650px){nav .nav-links{gap:1.25rem}nav .nav-links a{font-size:.85rem}.gallery{grid-template-columns:1fr}}
