@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap";*{padding:0;margin:0}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;vertical-align:middle}:root{--primary: #1d4ed8;--primary-hover: #1e40af;--accent: #38bdf8;--bg: #ffffff;--text-main: #0f172a;--text-muted: #475569;--card-bg: #ffffff;--border-color: #e2e8f0;--header-bg: rgba(255, 255, 255, .9);--hero-gradient: linear-gradient(rgba(15, 23, 42, .75), rgba(15, 23, 42, .6));--icon-bg: #eff6ff;--footer-bg: #ffffff;--footer-text: #475569;--footer-heading: #1e3a8a;--footer-line: #d1d5db;--maxWidth: 1150px;--radius: 12px;--gap: 20px;--content-padding: 24px;font-size:16px}._darkMode_bqo84_97{--primary: #3b82f6;--primary-hover: #60a5fa;--bg: #0f172a;--card-bg: #1e293b;--text-main: #f8fafc;--text-muted: #94a3b8;--border-color: #334155;--header-bg: rgba(15, 23, 42, .85);--hero-gradient: linear-gradient(rgba(2, 6, 23, .85), rgba(2, 6, 23, .7));--icon-bg: rgba(59, 130, 246, .15);--footer-bg: #1e293b;--footer-text: #cbd5e1;--footer-heading: #60a5fa;--footer-line: #334155}._wrapper_bqo84_135{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-main);background:var(--bg);min-height:100vh;line-height:1.6;transition:background-color .3s ease,color .3s ease}._header_bqo84_155{position:sticky;top:0;z-index:60;background:var(--header-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);transition:all .3s ease}._containerRow_bqo84_177{max-width:var(--maxWidth);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--gap);padding:16px var(--content-padding)}._logoGroup_bqo84_197{display:flex;align-items:center;gap:12px}._headerLogo_bqo84_203{height:65px;width:auto;object-fit:contain;transition:all .3s ease;transform-origin:left center}._headerActions_bqo84_219{display:flex;align-items:center;gap:16px}._themeBtn_bqo84_223,._langBtn_bqo84_223{background:transparent;border:1px solid var(--border-color);color:var(--text-muted);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._themeBtn_bqo84_223{width:40px;height:40px}._langBtn_bqo84_223{padding:8px 12px;font-weight:600;font-size:.9rem}._themeBtn_bqo84_223:hover,._langBtn_bqo84_223:hover{color:var(--primary);border-color:var(--primary);background:#1d4ed80d}._primaryBtn_bqo84_241{background:var(--primary);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s ease,transform .1s ease}._primaryBtn_bqo84_241:hover{background:var(--primary-hover);transform:translateY(-1px)}._hero_bqo84_257{background-position:center;background-size:cover;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:80px 20px;color:#fff}._heroContent_bqo84_265{max-width:850px;text-align:center;z-index:2;animation:_fadeIn_bqo84_1 .8s ease-out}@keyframes _fadeIn_bqo84_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._badge_bqo84_271{display:inline-flex;gap:8px;align-items:center;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:8px 16px;border-radius:999px;margin-bottom:24px;font-weight:600;font-size:.9rem;border:1px solid rgba(255,255,255,.2)}h1{font-size:clamp(2.5rem,5vw,3.5rem);margin:0 0 16px;line-height:1.1;font-weight:800;letter-spacing:-.02em}._accent_bqo84_281{background:linear-gradient(90deg,var(--accent),#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._lead_bqo84_283{color:#ffffffe6;font-size:clamp(1.1rem,2vw,1.25rem);max-width:700px;margin:0 auto}._section_bqo84_289{max-width:var(--maxWidth);margin:80px auto;padding:0 var(--content-padding);text-align:center}._sectionHeader_bqo84_291 h2{font-size:2rem;font-weight:800;margin-bottom:12px;letter-spacing:-.01em}._sectionHeader_bqo84_291 p{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}._featuresGrid_bqo84_297{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._featureCard_bqo84_299{padding:32px 24px;border-radius:var(--radius);background:var(--card-bg);border:1px solid var(--border-color);text-align:left;display:flex;flex-direction:column;gap:12px;transition:transform .2s ease,box-shadow .2s ease}._featureCard_bqo84_299:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d}._featureCard_bqo84_299 span{font-size:32px;color:var(--primary);background:var(--icon-bg);width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px}._featureCard_bqo84_299 h3{font-size:1.2rem;font-weight:700;margin:0;color:var(--text-main)}._featureCard_bqo84_299 p{color:var(--text-muted);margin:0;font-size:.95rem}._categoriesGrid_bqo84_317{margin-top:40px;display:grid;grid-template-columns:repeat(6,1fr);gap:16px}._categoryCard_bqo84_319{background:var(--card-bg);padding:24px 16px;border-radius:var(--radius);border:1px solid var(--border-color);display:flex;flex-direction:column;align-items:center;gap:12px;transition:border-color .2s ease}._categoryCard_bqo84_319:hover{border-color:var(--primary)}._categoryCard_bqo84_319 span{font-size:28px;color:var(--text-muted)}._categoryCard_bqo84_319 p{margin:0;font-weight:600;font-size:.9rem}._cta_bqo84_331{background:var(--primary);color:#fff;padding:64px 24px;text-align:center;border-radius:24px;margin:80px var(--content-padding);box-shadow:0 20px 25px -5px #1d4ed826}._cta_bqo84_331 h2{font-size:2.5rem;font-weight:800;margin:0 0 16px;color:#fff}._cta_bqo84_331 p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto 32px;color:#fff}._whiteBtn_bqo84_337{background:#fff;color:#1d4ed8;padding:14px 28px;border-radius:8px;font-weight:700;text-decoration:none;display:inline-block;transition:transform .2s ease}._whiteBtn_bqo84_337:hover{transform:translateY(-2px)}._siteFooter_bqo84_353{background-color:var(--footer-bg);border-top:1px solid var(--border-color);font-family:Arial,Helvetica,sans-serif;padding-top:50px;margin-top:60px;transition:background-color .3s ease}._footerContainer_bqo84_371{max-width:1200px;margin:0 auto;padding:0 30px}._footerTopRow_bqo84_383{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:40px}._logosWrapper_bqo84_401{display:flex;align-items:center;gap:30px;flex-shrink:0}._logoItem_bqo84_415{display:flex;align-items:center;gap:12px}._footerLogo_bqo84_429{width:240px;height:auto;object-fit:contain;transform-origin:left center;flex-shrink:0}._darkMode_bqo84_97 ._headerLogo_bqo84_203,._darkMode_bqo84_97 ._footerLogo_bqo84_429{filter:invert(1) brightness(2)}._logoTextGov_bqo84_459{display:flex;flex-direction:column}._logoGovMain_bqo84_467{font-size:12px;color:var(--footer-heading);font-weight:700}._logoGovSub_bqo84_477{font-size:14px;color:var(--footer-heading);font-weight:700}._dividerLine_bqo84_491{width:1px;height:90px;background-color:var(--footer-line);margin:0 10px;flex-shrink:0}._linksWrapper_bqo84_509{display:flex;flex-grow:1;justify-content:space-between;gap:15px}._footerCol_bqo84_523{min-width:150px}._footerCol_bqo84_523 h4{color:var(--footer-heading);font-size:14px;font-weight:600;margin:0 0 16px;text-transform:uppercase}._footerCol_bqo84_523 p,._footerCol_bqo84_523 a{color:var(--footer-text);font-size:13px;margin:0 0 10px;display:block;text-decoration:none;line-height:1.4}._footerCol_bqo84_523 a:hover{text-decoration:underline;color:var(--primary)}._footerBottomBar_bqo84_579{background-color:#f9fafb;border-top:1px solid var(--border-color);margin-top:50px;padding:20px 30px;transition:background-color .3s ease}._darkMode_bqo84_97 ._footerBottomBar_bqo84_579{background-color:#0f172a}._footerBottomContainer_bqo84_603{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}._copyrightText_bqo84_623{color:var(--footer-text);font-size:13px;margin:0;font-weight:500}@media(max-width:1100px){._footerTopRow_bqo84_383{flex-wrap:wrap}._dividerLine_bqo84_491{display:none}._logosWrapper_bqo84_401{width:100%;border-bottom:1px solid var(--border-color);padding-bottom:30px;justify-content:flex-start}._linksWrapper_bqo84_509{width:100%;justify-content:flex-start;gap:40px;flex-wrap:wrap}}@media(max-width:980px){._featuresGrid_bqo84_297{grid-template-columns:repeat(2,1fr)}._categoriesGrid_bqo84_317{grid-template-columns:repeat(3,1fr)}._section_bqo84_289{margin:60px auto}}@media(max-width:720px){._headerActions_bqo84_219{gap:10px}._brand_bqo84_711{font-size:1rem}._primaryBtn_bqo84_241{display:none}._headerLogo_bqo84_203{height:45px}._footerLogo_bqo84_429{width:180px}._featuresGrid_bqo84_297{grid-template-columns:1fr}._categoriesGrid_bqo84_317{grid-template-columns:repeat(2,1fr)}._cta_bqo84_331{margin:40px 16px;padding:40px 20px}._cta_bqo84_331 h2{font-size:2rem}._logosWrapper_bqo84_401{flex-direction:column;align-items:flex-start;gap:30px}._linksWrapper_bqo84_509{flex-direction:column;gap:30px}._footerBottomContainer_bqo84_603{flex-direction:column;align-items:flex-start}}
