:root{--color-bg:#ffffff;--color-surface:#fdfdfd;--color-text:#111111;--color-accent:#002c5f;--color-accent-light:#0050a3;--color-border:#d1d5db;--color-success:#22c55e;--color-warning:#facc15;--color-error:#ef4444;--color-button-bg:#002c5f;--color-button-text:#ffffff;--color-disabled-bg:#e5e7eb;--color-disabled-text:#757474;--color-global-bg:#f7f8fa}.dark{--color-bg:#111827;--color-surface:#1f2937;--color-text:#f3f4f6;--color-accent:#3b82f6;--color-accent-light:#60a5fa;--color-border:#374151;--color-success:#22c55e;--color-warning:#facc15;--color-error:#ef4444;--color-button-bg:#3b82f6;--color-button-text:#ffffff;--color-disabled-bg:#374151;--color-disabled-text:#6b7280;--color-global-bg:#000000}:root{--radius-none:0;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:2rem;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 2px 4px rgba(0,0,0,0.1);--shadow-lg:0 4px 8px rgba(0,0,0,0.1);--shadow-hover:0 4px 12px rgba(0,0,0,0.15);--shadow-focus:0 0 0 2px rgba(0,44,95,0.2);--duration-fast:0.15s;--duration-medium:0.3s;--duration-slow:0.5s;--easing-standard:ease}.dark{--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow-md:0 2px 4px rgba(0,0,0,0.4);--shadow-lg:0 4px 8px rgba(0,0,0,0.5);--shadow-hover:0 4px 12px rgba(0,0,0,0.5);--shadow-focus:0 0 0 2px rgba(0,44,95,0.4)}.preReveal{opacity:0}@keyframes reveal{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.reveal{animation:reveal var(--duration-medium) var(--easing-standard) forwards}@font-face{font-family:HyundaiSansText;src:url(/fonts/HyundaiSansTextOffice-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:HyundaiSansText;src:url(/fonts/HyundaiSansTextOffice-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:HyundaiSansText;src:url(/fonts/HyundaiSansTextOffice-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:HyundaiSansText;src:url(/fonts/HyundaiSansTextOffice-MediumItalic.woff2) format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:HyundaiSansText;src:url(/fonts/HyundaiSansTextOffice-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:HyundaiSansText;src:url(/fonts/HyundaiSansTextOffice-BoldItalic.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:HyundaiSansHead;src:url(/fonts/HyundaiSansHeadOffice-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:HyundaiSansHead;src:url(/fonts/HyundaiSansHeadOffice-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:HyundaiSansHead;src:url(/fonts/HyundaiSansHeadOffice-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:HyundaiSansHead;src:url(/fonts/HyundaiSansHeadOffice-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}body{font-family:HyundaiSansText,sans-serif;font-weight:400;line-height:1.6;font-size:16px}body,h1,h2,h3,h4,h5,h6{color:var(--color-text)}h1,h2,h3,h4,h5,h6{font-family:HyundaiSansHead,sans-serif;font-weight:500;margin:0 0 1rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a{color:var(--color-accent);transition:color .2s}ol,ul{padding-left:2rem;margin-bottom:1rem}table{width:100%;border-collapse:collapse;margin-bottom:2rem}table td,table th{padding:.75rem;text-align:left;border:1px solid var(--color-border)}table th{background-color:var(--color-surface);font-weight:600;color:var(--color-text)}table tr:nth-child(2n){background-color:var(--color-global-bg)}*{margin:0;padding:0;box-sizing:border-box}body,html{min-height:100%;font-family:Inter,sans-serif;background-color:var(--color-global-bg);color:var(--color-text);overflow-x:hidden}body{display:flex;flex-direction:column}button,input,select,textarea{font:inherit;color:inherit;background:none;border:none;outline:none}a{color:inherit}a,li,ul{text-decoration:none}li,ul{list-style:none;padding:0;margin:0}.no-scroll{overflow:hidden}.full-height{height:100vh}body.no-footer>footer,body.no-navbar .navbar,body.no-navbar>nav,body.no-scroll .scroll-to-top{display:none}body.modal-open .navbar{filter:blur(4px)}.ScrollToTop_button__CuV9d{position:fixed;bottom:2rem;right:2rem;background-color:var(--color-accent);color:var(--color-button-text);border:2px solid #fff;border-radius:9999px;padding:.75rem;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:999;transition:background-color .3s ease}.ScrollToTop_button__CuV9d:hover{background-color:var(--color-accent-light)}.ScrollToTop_button__CuV9d svg{display:block}@media(max-width:750px){.ScrollToTop_button__CuV9d{bottom:2rem;z-index:1300}}.PageTransitionOverlay_overlay__R3CzY{position:fixed;inset:0;background:rgba(0,0,0,.2);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:2000}.ClientLayoutWrapper_main__wiom7{flex:1 1}.CookieConsent_container__MXq9d{display:flex;flex-direction:column;gap:1.25rem;font-size:.95rem;color:var(--color-text);padding:1rem 1rem .5rem}.CookieConsent_title__BeUkH{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.CookieConsent_description__JzreB{font-size:.95rem;line-height:1.5;color:var(--color-text);margin:0}.CookieConsent_link__DP7N7{color:var(--color-accent);text-decoration:underline;font-weight:500;transition:opacity .2s}.CookieConsent_link__DP7N7:hover{opacity:.8}.CookieConsent_actions__XTJfF{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.CookieConsent_options__MQ7w_{display:flex;flex-direction:column;gap:.75rem}.CookieConsent_option__XT9i0{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.75rem;border:1px solid var(--color-border);border-radius:6px;padding:.75rem;background-color:var(--color-surface);align-items:flex-start;transition:border .2s}.CookieConsent_option__XT9i0:hover{border-color:var(--color-accent)}.CookieConsent_optionTitle__ImHQk{font-weight:600;font-size:.95rem;color:var(--color-primary)}.CookieConsent_optionDescription__uSoCE{font-size:.825rem;line-height:1.4;max-width:100%;color:var(--color-text-secondary)}@media(max-width:330px){.CookieConsent_actions__XTJfF{flex-direction:column;align-items:stretch}}.Footer_footer__kObrD{margin-top:10rem;padding:2rem;background-color:var(--color-accent);color:var(--color-button-text);font-size:.9rem}.Footer_inner__GHw7t{display:flex;flex-direction:column;gap:1.5rem;max-width:1200px;width:100%;margin-left:auto;margin-right:auto}.Footer_info__bmVYX{line-height:1.5}.Footer_links__IDnnl{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;width:100%}.Footer_link__oUQ2G{text-decoration:none;color:var(--color-button-text);transition:color .2s}.Footer_link__oUQ2G:hover{color:var(--color-accent-light)}.Footer_sections__R6XdI{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:2rem;gap:2rem;width:100%}.Footer_section__FYSHS{display:flex;flex-direction:column;min-width:150px}.Footer_sectionTitle__SxOCi{font-weight:700;margin-bottom:.5rem;color:var(--color-button-text)}.Footer_sectionList__D2uXd{list-style:none;padding:0;margin:0;line-height:1.4}.Footer_sectionList__D2uXd li{margin-bottom:.25rem}.Footer_copyright___w81X{font-size:.8rem}