header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 4rem;display:flex;justify-content:space-between;align-items:center;transition:all .4s var(--transition-smooth)}header[data-astro-cid-3ef6ksr2].scrolled{background:#0a0a0af2;backdrop-filter:blur(20px);padding:1rem 4rem;border-bottom:1px solid rgba(201,169,98,.1)}.logo[data-astro-cid-3ef6ksr2]{font-family:var(--font-main);font-size:1.8rem;font-weight:300;letter-spacing:.3em;color:var(--white);text-decoration:none;transition:color .3s ease}.logo[data-astro-cid-3ef6ksr2]:hover{color:var(--gold)}nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:2.5rem}.nav-item[data-astro-cid-3ef6ksr2]{position:relative}.nav-link[data-astro-cid-3ef6ksr2]{font-size:.85rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300);text-decoration:none;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.nav-link[data-astro-cid-3ef6ksr2]:hover,.nav-link[data-astro-cid-3ef6ksr2].active{color:var(--white)}.nav-link[data-astro-cid-3ef6ksr2]:hover:after,.nav-link[data-astro-cid-3ef6ksr2].active:after{width:100%}.dropdown[data-astro-cid-3ef6ksr2]{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:200px;background:var(--bg-secondary);border:1px solid var(--gray-800);padding:1rem 0;opacity:0;visibility:hidden;transition:all .3s ease;margin-top:1rem}.nav-item[data-astro-cid-3ef6ksr2]:hover .dropdown[data-astro-cid-3ef6ksr2]{opacity:1;visibility:visible;margin-top:.5rem}.dropdown[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;padding:.75rem 1.5rem;font-size:.85rem;color:var(--gray-400);text-decoration:none;transition:all .2s ease}.dropdown[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--gold);background:var(--bg-tertiary)}.header-actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1.5rem}.lang-switch[data-astro-cid-3ef6ksr2]{font-size:.75rem;font-weight:500;letter-spacing:.2em;color:var(--gold);text-decoration:none;padding:.5rem 1rem;border:1px solid var(--gold);transition:all .3s ease}.lang-switch[data-astro-cid-3ef6ksr2]:hover{background:var(--gold);color:var(--bg-primary)}.menu-toggle[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:6px;cursor:pointer;padding:10px}.menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{width:24px;height:1px;background:var(--white);transition:all .3s ease}.mobile-menu[data-astro-cid-3ef6ksr2]{position:fixed;top:0;right:-100%;width:100%;max-width:400px;height:100%;background:var(--bg-secondary);z-index:2000;padding:6rem 2rem 2rem;transition:right .4s var(--transition-smooth);overflow-y:auto}.mobile-menu[data-astro-cid-3ef6ksr2].active{right:0}.mobile-menu-overlay[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:1999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay[data-astro-cid-3ef6ksr2].active{opacity:1;visibility:visible}.mobile-menu-close[data-astro-cid-3ef6ksr2]{position:absolute;top:2rem;right:2rem;width:40px;height:40px;background:none;border:1px solid var(--gray-700);color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-nav-item[data-astro-cid-3ef6ksr2]{border-bottom:1px solid var(--gray-800)}.mobile-nav-link[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1.1rem;font-weight:500;color:var(--white);text-decoration:none;cursor:pointer}.mobile-nav-link[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:16px;height:16px;transition:transform .3s ease;color:var(--gray-500)}.mobile-nav-item[data-astro-cid-3ef6ksr2].open .mobile-nav-link[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{transform:rotate(180deg);color:var(--gold)}.mobile-nav-item[data-astro-cid-3ef6ksr2].open .mobile-nav-link[data-astro-cid-3ef6ksr2]{color:var(--gold)}.mobile-dropdown[data-astro-cid-3ef6ksr2]{max-height:0;overflow:hidden;padding-left:1rem;transition:max-height .3s ease,padding .3s ease}.mobile-nav-item[data-astro-cid-3ef6ksr2].open .mobile-dropdown[data-astro-cid-3ef6ksr2]{max-height:500px;padding-bottom:1rem}.mobile-dropdown[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;font-size:.95rem;color:var(--gray-400);text-decoration:none;border-left:2px solid var(--gray-800);padding:.75rem 0 .75rem 1rem;transition:all .2s ease}.mobile-dropdown[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover,.mobile-dropdown[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{color:var(--gold);border-left-color:var(--gold)}@media(max-width:1024px){header[data-astro-cid-3ef6ksr2]{padding:1rem 1.5rem}header[data-astro-cid-3ef6ksr2].scrolled{padding:1rem 1.5rem}nav[data-astro-cid-3ef6ksr2]{display:none}.menu-toggle[data-astro-cid-3ef6ksr2]{display:flex}}footer[data-astro-cid-sz7xmlte]{background:var(--bg-primary);padding:4rem 3rem 1.5rem;border-top:1px solid var(--gray-800)}.footer-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto 4rem}.footer-brand[data-astro-cid-sz7xmlte] .logo[data-astro-cid-sz7xmlte]{display:inline-block;margin-bottom:1.5rem;font-family:var(--font-main);font-size:1.5rem;font-weight:300;letter-spacing:.3em;color:var(--white);text-decoration:none}.footer-brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.9rem;color:var(--gray-500);line-height:1.8;margin-bottom:2rem}.footer-social[data-astro-cid-sz7xmlte]{display:flex;gap:1rem}.footer-social[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{width:40px;height:40px;background:var(--bg-tertiary);border:1px solid var(--gray-700);display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:all .3s ease}.footer-social[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{border-color:var(--gold);color:var(--gold)}.footer-social[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:18px;height:18px}.footer-links[data-astro-cid-sz7xmlte] h5[data-astro-cid-sz7xmlte]{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--white);margin-bottom:1.5rem}.footer-links[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none}.footer-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.75rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.9rem;color:var(--gray-500);text-decoration:none;transition:color .3s ease}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--gold)}.footer-bottom[data-astro-cid-sz7xmlte]{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--gray-800);display:flex;justify-content:space-between;align-items:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.8rem;color:var(--gray-600)}.footer-legal[data-astro-cid-sz7xmlte]{display:flex;gap:2rem}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.8rem;color:var(--gray-600);text-decoration:none;transition:color .3s ease}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--gold)}@media(max-width:1024px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:1.25rem}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.5rem;text-align:center}}:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-tertiary: #1a1a1a;--bg-card: #1e1e1e;--gold: #c9a962;--gold-light: #e8d5a3;--gold-dark: #9a7b3a;--white: #ffffff;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-300: #d4d4d4;--gray-400: #a3a3a3;--gray-500: #737373;--gray-600: #525252;--gray-700: #404040;--gray-800: #262626;--transition-smooth: cubic-bezier(.4, 0, .2, 1);--font-main: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}body.light-mode{--bg-primary: #ffffff;--bg-secondary: #f8f8f8;--bg-tertiary: #f0f0f0;--bg-card: #ffffff;--white: #1a1a1a;--gray-100: #1a1a1a;--gray-200: #333333;--gray-300: #444444;--gray-400: #555555;--gray-500: #666666;--gray-600: #888888;--gray-700: #cccccc;--gray-800: #e0e0e0}em{font-style:normal!important;color:var(--gold)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-main);background:var(--bg-primary);color:var(--white);line-height:1.7;letter-spacing:-.01em;overflow-x:hidden;font-weight:400}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:4px}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;z-index:10000;transition:opacity .8s ease,visibility .8s ease}.loader.hidden{opacity:0;visibility:hidden}.loader-content{text-align:center}.loader-logo{font-family:var(--font-main);font-size:3rem;font-weight:300;letter-spacing:.5em;color:var(--gold);animation:pulse 1.5s ease-in-out infinite}.loader-bar{width:200px;height:1px;background:var(--gray-700);margin:2rem auto 0;position:relative;overflow:hidden}.loader-bar:after{content:"";position:absolute;left:-100%;width:100%;height:100%;background:var(--gold);animation:loading 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes loading{0%{left:-100%}to{left:100%}}.container{max-width:1400px;margin:0 auto;padding:0 2.5rem}section{padding:2.5rem 0;position:relative}section.bg-dark,section.bg-darker{padding:2.5rem 2rem}.bg-dark{background:var(--bg-primary)}.bg-darker{background:var(--bg-secondary)}.section-header{text-align:center;margin-bottom:1.75rem}.section-label{font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.section-title{font-family:var(--font-main);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:200;line-height:1.25;letter-spacing:-.02em}.section-title em{font-style:normal;color:var(--gold)}.section-description{max-width:560px;margin:.75rem auto 0;color:var(--gray-400);font-size:.9rem;line-height:1.7}.page-hero{height:30vh;min-height:220px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.page-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.page-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.3}.page-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a0a0a80,#0a0a0acc)}.page-hero-content{position:relative;z-index:1;text-align:center}.page-hero-label{font-size:.7rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.page-hero-title{font-family:var(--font-main);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:200;line-height:1.15;letter-spacing:-.02em}.page-hero-title em{font-style:normal;color:var(--gold)}.breadcrumb{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:var(--gray-500)}.breadcrumb a{color:var(--gray-500);text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:var(--gold)}.breadcrumb span{color:var(--gray-600)}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.content-grid.reverse{direction:rtl}.content-grid.reverse>*{direction:ltr}.content-image{position:relative}.content-image img{width:100%;height:auto;display:block}.content-image:before{content:"";position:absolute;top:-15px;left:-15px;width:100%;height:100%;border:1px solid var(--gold);z-index:-1}.content-text h2{font-family:var(--font-main);font-size:1.85rem;font-weight:200;margin-bottom:1rem;line-height:1.3;letter-spacing:-.02em}.content-text h2 em{font-style:normal;color:var(--gold)}.content-text p{color:var(--gray-400);font-size:.9rem;line-height:1.75;margin-bottom:1rem}.content-text ul{list-style:none;margin-bottom:1.5rem}.content-text ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--gray-300)}.content-text ul li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--gold)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card{background:var(--bg-card);border:1px solid var(--gray-800);padding:1.5rem;transition:all .3s ease}.card:hover{border-color:var(--gold);transform:translateY(-3px)}.card-icon{width:48px;height:48px;background:var(--bg-tertiary);border:1px solid var(--gray-700);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.card-icon svg{width:22px;height:22px;color:var(--gold)}.card h3{font-size:1.1rem;font-weight:500;margin-bottom:.6rem;letter-spacing:-.01em}.card p{color:var(--gray-400);font-size:.85rem;line-height:1.7}.btn{display:inline-flex;align-items:center;gap:.6rem;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;padding:.85rem 1.75rem;border:1px solid var(--gold);background:transparent;color:var(--white);cursor:pointer;transition:all .3s ease;font-family:inherit}.btn:hover{background:var(--gold);color:var(--bg-primary)}.btn svg{width:16px;height:16px;transition:transform .3s ease}.btn:hover svg{transform:translate(5px)}.btn-primary{background:var(--gold);color:var(--bg-primary)}.btn-primary:hover{background:var(--gold-light)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group.full-width{grid-column:span 2}.form-group label{display:block;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.75rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:1rem;background:var(--bg-primary);border:1px solid var(--gray-700);color:var(--white);font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--gold)}.form-group textarea{min-height:150px;resize:vertical}.form-group select{cursor:pointer}.checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.checkbox-group input[type=checkbox]{width:20px;height:20px;margin-top:.2rem;accent-color:var(--gold)}.checkbox-group label{font-size:.9rem;color:var(--gray-400);text-transform:none;letter-spacing:normal;margin-bottom:0}.checkbox-group a{color:var(--gold)}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}table th,table td{padding:1rem;text-align:left;border-bottom:1px solid var(--gray-800)}table th{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);background:var(--bg-secondary)}table td{color:var(--gray-300)}table tr:hover td{background:var(--bg-tertiary)}.timeline{position:relative;padding-left:2.5rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--gray-700)}.timeline-item{position:relative;padding-bottom:2rem}.timeline-item:before{content:"";position:absolute;left:-2.5rem;top:.5rem;width:8px;height:8px;background:var(--gold);transform:translate(-50%)}.timeline-year{font-family:var(--font-main);font-size:1.25rem;color:var(--gold);margin-bottom:.35rem}.timeline-content h4{font-size:1rem;font-weight:500;margin-bottom:.35rem}.timeline-content p{color:var(--gray-400);font-size:.85rem}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem;background:var(--bg-secondary)}.product-hero-image img{width:100%;max-width:450px}.product-hero-content h1{font-family:var(--font-main);font-size:3rem;font-weight:300;margin-bottom:.75rem}.product-hero-content h1 em{color:var(--gold);font-style:normal}.product-hero-content .tagline{font-size:1.1rem;color:var(--gold);margin-bottom:1rem}.product-hero-content p{color:var(--gray-400);line-height:1.75;margin-bottom:1.5rem}.product-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-feature{text-align:center;padding:1.5rem;background:var(--bg-tertiary);border:1px solid var(--gray-800)}.product-feature-icon{width:56px;height:56px;margin:0 auto 1rem;background:var(--bg-secondary);border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center}.product-feature-icon svg{width:26px;height:26px;color:var(--gold)}.product-feature h4{font-size:.95rem;margin-bottom:.35rem}.product-feature p{font-size:.8rem;color:var(--gray-500)}.specs-table{background:var(--bg-card);padding:2rem;border:1px solid var(--gray-800)}.specs-table h3{font-family:var(--font-main);font-size:1.5rem;margin-bottom:1.5rem;color:var(--gold)}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.news-card{background:var(--bg-card);border:1px solid var(--gray-800);overflow:hidden;transition:all .3s ease}.news-card:hover{border-color:var(--gold);transform:translateY(-5px)}.news-card-image{height:200px;overflow:hidden}.news-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news-card:hover .news-card-image img{transform:scale(1.1)}.news-card-content{padding:1.5rem}.news-card-date{font-size:.75rem;color:var(--gold);margin-bottom:.75rem}.news-card-title{font-size:1.1rem;font-weight:500;margin-bottom:.75rem;line-height:1.4}.news-card-title a{color:var(--white);text-decoration:none;transition:color .2s ease}.news-card-title a:hover{color:var(--gold)}.news-card-excerpt{font-size:.9rem;color:var(--gray-500);line-height:1.6}.map-container{height:400px;background:var(--bg-tertiary);border:1px solid var(--gray-800)}.map-container iframe{width:100%;height:100%;border:none;filter:grayscale(100%) invert(90%)}.contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.contact-info-item{display:flex;align-items:flex-start;gap:.75rem}.contact-info-icon{width:44px;height:44px;background:var(--bg-tertiary);border:1px solid var(--gray-700);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-icon svg{width:20px;height:20px;color:var(--gold)}.contact-info-content h4{font-size:.85rem;font-weight:500;margin-bottom:.2rem}.contact-info-content p{font-size:.85rem;color:var(--gray-400)}.reveal{opacity:0;transform:translateY(40px);transition:all .8s var(--transition-smooth)}.reveal.active{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.container{padding:0 2rem}section.bg-dark,section.bg-darker{padding:2.5rem 2rem}.card-grid,.product-features,.news-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.container{padding:0 1.5rem}section.bg-dark,section.bg-darker{padding:2.5rem 1.5rem}section{padding:3rem 2rem}.content-grid{grid-template-columns:1fr;gap:2rem}.content-grid.reverse{direction:ltr}.product-hero{grid-template-columns:1fr;text-align:center;padding:1.5rem}.product-hero-image img{margin:0 auto}.contact-info-grid{grid-template-columns:1fr}}@media(max-width:768px){.container{padding:0 1rem}section.bg-dark,section.bg-darker{padding:2rem 1rem}.card-grid,.product-features,.news-grid,.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.page-hero{height:28vh;min-height:200px}.section-header{margin-bottom:1.5rem}}@media(max-width:480px){.container{padding:0 1rem}section.bg-dark,section.bg-darker{padding:2rem 1rem}.page-hero-title{font-size:1.75rem}.section-title{font-size:1.5rem}.page-hero{height:25vh;min-height:180px}}body.light-mode header{background:#fffffff2;border-bottom:1px solid #e0e0e0}body.light-mode .logo,body.light-mode .nav-link{color:#1a1a1a}body.light-mode .nav-link:hover{color:var(--gold)}body.light-mode .dropdown{background:#fff;border:1px solid #e0e0e0}body.light-mode .dropdown a{color:#1a1a1a}body.light-mode .dropdown a:hover{background:#f5f5f5;color:var(--gold)}body.light-mode .hero-bg-overlay,body.light-mode .page-hero-overlay{background:linear-gradient(135deg,#ffffffe6,#ffffffb3,#ffffffd9)}body.light-mode .hero-title,body.light-mode .hero-subtitle,body.light-mode .hero-description,body.light-mode .page-hero-title,body.light-mode .section-title,body.light-mode .section-label{color:#1a1a1a}body.light-mode .section-title em,body.light-mode .page-hero-title em{color:var(--gold)}body.light-mode .btn{border-color:#1a1a1a;color:#1a1a1a}body.light-mode .btn:hover{background:var(--gold);border-color:var(--gold);color:#1a1a1a}body.light-mode .product-card,body.light-mode .news-card,body.light-mode .card{background:#fff;border-color:#e0e0e0}body.light-mode .mobile-menu{background:#fff}body.light-mode .mobile-nav-link{color:#1a1a1a}body.light-mode .mobile-dropdown a{color:#555}body.light-mode input,body.light-mode textarea,body.light-mode select{background:#fff;border-color:#e0e0e0;color:#1a1a1a}body.light-mode .menu-toggle span{background:#1a1a1a}body.light-mode .loader{background:#fff}body.light-mode .loader-logo{color:#1a1a1a}
