@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@700;800;900&display=swap');*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8fafc;--ink:#0f172a;--white:#ffffff;--blue:#2563eb;--teal:#0d9488;--grad:linear-gradient(95deg,#2563eb 0%,#0d9488 100%);--gray:#475569;--gray-light:#94a3b8;--border:#e2e8f0;--border-dark:#cbd5e1;--blue-bg:#eff6ff;--sans:'Inter',sans-serif;--display:'Sora',sans-serif;--radius:18px;--radius-sm:12px;}html{-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.7}.bar{padding:0 5%;border-bottom:1px solid var(--border);background:rgba(248,250,252,0.85);backdrop-filter:blur(18px)}.bar-inner{max-width:760px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.bar-logo img{height:38px;width:auto;display:block}.back{display:inline-flex;align-items:center;gap:0.35rem;font-size:0.85rem;font-weight:600;color:var(--gray);text-decoration:none;font-family:var(--display)}.back:hover{color:var(--blue)}.wrap{max-width:680px;margin:0 auto;padding:3.5rem 5% 4.5rem}h1{font-family:var(--display);font-weight:800;font-size:2.3rem;letter-spacing:-0.01em;margin-bottom:2rem;color:var(--ink)}h2{font-family:var(--display);font-size:1rem;font-weight:700;margin-top:2.25rem;margin-bottom:0.5rem;color:var(--blue)}p{font-size:0.94rem;color:var(--gray);margin-bottom:0.5rem}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.placeholder{background:var(--blue-bg);padding:0.05rem 0.4rem;border-radius:6px;color:var(--ink);font-weight:600}footer{padding:2rem 5%;border-top:1px solid var(--border);background:var(--bg)}.footer-inner{max-width:1240px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}footer img{height:30px;width:auto}footer p{font-size:0.78rem;color:var(--gray-light)}.f-links{display:flex;gap:1.5rem;flex-wrap:wrap}.f-links a{font-size:0.78rem;color:var(--gray-light);text-decoration:none;font-weight:600}.f-links a:hover{color:var(--blue)}@media(max-width:600px){.footer-inner{flex-direction:column;text-align:center}.f-links{justify-content:center}}.dropdown-megamenu{min-width:680px !important;left:50% !important;transform:translateX(-50%) translateY(6px) !important;padding:1.25rem !important;}.has-dropdown:hover .dropdown-megamenu{transform:translateX(-50%) translateY(0) !important;display:block !important;}.megamenu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}.megamenu-col{display:flex;flex-direction:column;gap:0.4rem;}.megamenu-title{font-size:0.72rem;font-weight:700;color:var(--gray-light);text-transform:uppercase;letter-spacing:0.05em;padding-bottom:0.45rem;border-bottom:1px solid var(--border);margin-bottom:0.45rem;font-family:var(--display);}.megamenu-col a{font-size:0.82rem !important;padding:0.45rem 0.6rem !important;border-radius:8px !important;white-space:normal !important;line-height:1.3 !important;display:inline-flex !important;align-items:center !important;gap:0.6rem !important;transition:all 0.2s !important;}.megamenu-col a:hover{background:var(--blue-bg) !important;color:var(--blue) !important;}.megamenu-col a svg{width:18px !important;height:18px !important;flex-shrink:0 !important;}