:root{--navy-950:#080e1a;--navy-900:#0d1526;--navy-800:#111e38;--navy-700:#162647;--navy-600:#1e3460;--teal-400:#2dd4bf;--teal-500:#14b8a6;--teal-600:#0d9488;--gold-400:#fbbf24;--gold-500:#f59e0b;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--white:#fff;--off-white:#f0f4ff;--background:var(--navy-950);--surface:var(--navy-900);--surface-raised:var(--navy-800);--surface-glass:#0d1526b3;--foreground:var(--off-white);--foreground-muted:var(--slate-400);--foreground-subtle:var(--slate-500);--primary:var(--teal-400);--primary-hover:var(--teal-500);--primary-dim:#2dd4bf1f;--accent:var(--gold-400);--border:#cbd5e114;--border-hover:#2dd4bf4d;--error:#f87171;--success:var(--teal-400);--max-width:1200px;--radius-sm:6px;--radius:12px;--radius-lg:20px;--radius-xl:28px;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-display:"Playfair Display",Georgia,serif;--shadow-sm:0 2px 8px #0000004d;--shadow:0 8px 32px #0006;--shadow-lg:0 20px 60px #00000080;--shadow-glow:0 0 40px #2dd4bf26;--transition:.25s cubic-bezier(.4,0,.2,1);--header-bg:#080e1ad9;--hero-grid-line:#ffffff05;--hero-orb-teal:#2dd4bf12;--hero-orb-gold:#fbbf240d;--footer-glow-color:#2dd4bf14}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(80% 50% at 50% -20%,#2dd4bf0f 0%,#0000 60%),linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:100% 100%,60px 60px,60px 60px;position:fixed;inset:0}body>*{z-index:1;position:relative}a{color:var(--primary);transition:color var(--transition);text-decoration:none}a:hover{color:var(--teal-400);text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--foreground);font-weight:700;line-height:1.25}p{color:var(--foreground-muted)}p+p{margin-top:1.25rem}ul{list-style:none}strong{color:var(--foreground);font-weight:600}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}main{min-height:80vh}.page-header{text-align:center;padding:5rem 0 3.5rem;position:relative}.page-header:after{content:"";background:linear-gradient(90deg,var(--teal-400),var(--gold-400));border-radius:99px;width:60px;height:3px;margin:1.5rem auto 0;display:block}.page-header h1{background:linear-gradient(135deg,var(--white)0%,var(--slate-300)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:clamp(2rem,5vw,3rem)}.page-header .lead{color:var(--foreground-muted);max-width:560px;margin:0 auto;font-size:1.15rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition);padding:2rem}.card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-glow);transform:translateY(-3px)}.chip{letter-spacing:.02em;background:var(--primary-dim);color:var(--primary);border:1px solid #2dd4bf33;border-radius:99px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--teal-500),var(--teal-600));color:var(--white);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);font-size:.95rem;font-weight:600;font-family:var(--font-sans);border:none;align-items:center;gap:.5rem;padding:.875rem 2rem;display:inline-flex;box-shadow:0 4px 20px #2dd4bf40}.btn-primary:hover{background:linear-gradient(135deg,var(--teal-400),var(--teal-500));color:var(--white);transform:translateY(-2px);box-shadow:0 8px 30px #2dd4bf66}.btn-ghost{color:var(--foreground);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;transition:all var(--transition);font-size:.95rem;font-weight:600;font-family:var(--font-sans);background:0 0;align-items:center;gap:.5rem;padding:.875rem 2rem;display:inline-flex}.btn-ghost:hover{border-color:var(--border-hover);background:var(--primary-dim);color:var(--primary);transform:translateY(-2px)}button{cursor:pointer;font-family:inherit}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.divider{background:var(--border);width:100%;height:1px;margin:3rem 0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--navy-900)}::-webkit-scrollbar-thumb{background:var(--navy-600);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--teal-600)}::selection{color:var(--white);background:#2dd4bf4d}@media (max-width:768px){.container{padding:0 1.25rem}.page-header{padding:3.5rem 0 2.5rem}}@media (prefers-color-scheme:light){:root{--navy-950:#f0f4ff;--navy-900:#f8fafc;--navy-800:#eef2fb;--navy-700:#e2e8f0;--navy-600:#cbd5e1;--slate-300:#475569;--slate-400:#334155;--slate-500:#64748b;--off-white:#0d1526;--background:#f0f4ff;--surface:#fff;--surface-raised:#f8fafc;--surface-glass:#f0f4ffe0;--foreground:#0d1526;--foreground-muted:#334155;--foreground-subtle:#64748b;--primary:#0d9488;--primary-hover:#0f766e;--primary-dim:#0d948817;--border:#0f172a1a;--border-hover:#0d948859;--error:#dc2626;--success:#0d9488;--shadow-sm:0 2px 8px #00000012;--shadow:0 8px 32px #0000001a;--shadow-lg:0 20px 60px #00000024;--shadow-glow:0 0 40px #0d94881a;--header-bg:#f0f4ffe6;--hero-grid-line:#00000005;--hero-orb-teal:#0d948812;--hero-orb-gold:#f59e0b0f;--footer-glow-color:#0d94880f}body:before{background-image:radial-gradient(ellipse 80% 50% at 50% -20%,#0d94880d 0%,transparent 60%),linear-gradient(var(--hero-grid-line)1px,transparent 1px),linear-gradient(90deg,var(--hero-grid-line)1px,transparent 1px)}::-webkit-scrollbar-track{background:#e2e8f0}::-webkit-scrollbar-thumb{background:#94a3b8}::-webkit-scrollbar-thumb:hover{background:#0d9488}::selection{color:#0d1526;background:#0d948833}.btn-ghost{color:var(--foreground);border-color:#0f172a26}.btn-ghost:hover{background:var(--primary-dim);border-color:var(--border-hover);color:var(--primary)}.page-header h1{background:linear-gradient(135deg,#0d1526 0%,#1e3460 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}}
.Footer-module__S6Hkya__footer{background:var(--navy-900);border-top:1px solid var(--border);padding:5rem 0 2.5rem;position:relative;overflow:hidden}.Footer-module__S6Hkya__footerGlow{background:linear-gradient(90deg,transparent,var(--teal-500),transparent);width:600px;height:1px;box-shadow:0 0 60px 20px var(--footer-glow-color);position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__footerTop{grid-template-columns:2fr 1fr 1.2fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__logoMark{background:linear-gradient(135deg,var(--teal-500),var(--teal-600));width:40px;height:40px;color:var(--white);border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 4px 16px #2dd4bf47}.Footer-module__S6Hkya__brandName{color:var(--foreground);margin:0;font-size:1.05rem;font-weight:700}.Footer-module__S6Hkya__brandDesc{color:var(--foreground-muted);max-width:340px;margin:0;font-size:.9rem;line-height:1.65}.Footer-module__S6Hkya__chips{flex-wrap:wrap;gap:.5rem;display:flex}.Footer-module__S6Hkya__chip{background:var(--primary-dim);color:var(--primary);border:1px solid #2dd4bf33;border-radius:99px;align-items:center;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Footer-module__S6Hkya__colHeading{text-transform:uppercase;letter-spacing:.1em;color:var(--foreground-subtle);margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.6rem;list-style:none;display:flex}.Footer-module__S6Hkya__footerLink{color:var(--foreground-muted);transition:color var(--transition),padding-left var(--transition);font-size:.9rem;display:inline-block}.Footer-module__S6Hkya__footerLink:hover{color:var(--primary);padding-left:4px}.Footer-module__S6Hkya__address{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:.9rem;font-style:normal;line-height:1.7}.Footer-module__S6Hkya__contactBtn{border:1px solid var(--border-hover);border-radius:var(--radius-sm);color:var(--primary);transition:all var(--transition);align-items:center;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Footer-module__S6Hkya__contactBtn:hover{background:var(--primary-dim);color:var(--primary);transform:translate(3px)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__S6Hkya__bottomBar p{color:var(--foreground-subtle);margin:0;font-size:.825rem}.Footer-module__S6Hkya__officialName{opacity:.6;font-size:.775rem!important}@media (max-width:900px){.Footer-module__S6Hkya__footerTop{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__S6Hkya__brand{grid-column:1/-1}}@media (max-width:600px){.Footer-module__S6Hkya__footerTop{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column;gap:.5rem}}
.Header-module__hBw1pG__header{border-bottom:1px solid var(--border);background:var(--header-bg);-webkit-backdrop-filter:blur(20px);z-index:1000;padding:0;position:sticky;top:0}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;gap:2rem;height:70px;display:flex}.Header-module__hBw1pG__logoLink{color:var(--foreground);align-items:center;gap:.875rem;text-decoration:none;display:flex}.Header-module__hBw1pG__logoLink:hover .Header-module__hBw1pG__logoName{color:var(--primary)}.Header-module__hBw1pG__logoMark{background:linear-gradient(135deg,var(--teal-500),var(--teal-600));width:38px;height:38px;color:var(--white);transition:box-shadow var(--transition),transform var(--transition);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 4px 16px #2dd4bf4d}.Header-module__hBw1pG__logoLink:hover .Header-module__hBw1pG__logoMark{transform:scale(1.05);box-shadow:0 6px 22px #2dd4bf80}.Header-module__hBw1pG__logoText{flex-direction:column;display:flex}.Header-module__hBw1pG__logoName{color:var(--foreground);transition:color var(--transition);font-size:1rem;font-weight:700;line-height:1.2}.Header-module__hBw1pG__logoSub{color:var(--foreground-subtle);text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:500;line-height:1}.Header-module__hBw1pG__navList{align-items:center;gap:.25rem;list-style:none;display:flex}.Header-module__hBw1pG__navLink{color:var(--foreground-muted);transition:color var(--transition);border-radius:var(--radius-sm);flex-direction:column;align-items:center;padding:.5rem .875rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--foreground);background:#ffffff0a}.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:var(--primary);font-weight:600}.Header-module__hBw1pG__activeDot{background:var(--primary);border-radius:50%;width:4px;height:4px;display:block;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__ctaButton{background:linear-gradient(135deg,var(--teal-500),var(--teal-600));color:var(--white);border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap;flex-shrink:0;align-items:center;padding:.55rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 2px 12px #2dd4bf33}.Header-module__hBw1pG__ctaButton:hover{background:linear-gradient(135deg,var(--teal-400),var(--teal-500));color:var(--white);transform:translateY(-1px);box-shadow:0 4px 20px #2dd4bf66}@media (max-width:900px){.Header-module__hBw1pG__ctaButton{display:none}}@media (max-width:768px){.Header-module__hBw1pG__headerContainer{flex-direction:column;gap:.75rem;height:auto;padding:1rem 0}.Header-module__hBw1pG__logoSub{display:none}.Header-module__hBw1pG__navList{flex-wrap:wrap;justify-content:center;gap:0}.Header-module__hBw1pG__navLink{padding:.4rem .6rem;font-size:.85rem}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_7b064e0d-module__MOT0tq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_7b064e0d-module__MOT0tq__variable{--font-inter:"Inter","Inter Fallback"}
