@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--primary:#d14f4f;--primary-light:#e57373;--primary-dark:#a93838;--accent:#ff6d00;--accent-hover:#e65100;--accent-light:#ff9100;--teal:#00bfa5;--teal-light:#1de9b6;--gold:#ffd600;--text:#1a1a2e;--text-muted:#64748b;--text-light:#94a3b8;--bg:#fff;--bg-alt:#f8f9fa;--bg-dark:#0f172a;--border:#e2e8f0;--border-light:#f1f5f9;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -1px #0000000a;--shadow-lg:0 10px 25px -3px #00000014, 0 4px 6px -2px #00000008;--shadow-xl:0 20px 50px -12px #0000001f;--shadow-accent:0 4px 14px #ff6d0059;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:color var(--transition);text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{color:var(--text);font-weight:700;line-height:1.2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.container{max-width:1440px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-label{text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.section-title{color:var(--text);letter-spacing:-.02em;margin-bottom:20px;font-size:42px;font-weight:800}.section-subtitle{color:var(--text-muted);max-width:640px;font-size:18px;line-height:1.7}.btn{border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition);letter-spacing:.01em;border:none;outline:none;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:600;display:inline-flex}.btn-accent{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);color:#fff;box-shadow:var(--shadow-accent)}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6d0073}.btn-white{color:var(--primary);box-shadow:var(--shadow-sm);background:#fff}.btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline-white{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1.5px solid #ffffff4d}.btn-outline-white:hover{background:#fff3;border-color:#ffffff80}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-light);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:all var(--transition);padding:36px}.card:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-6px)}.grid{gap:28px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.section{padding:80px 0}.section-title{font-size:34px}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:60px 0}.section-title{font-size:28px}.section-subtitle{font-size:16px}.container{padding:0 16px}}
.Header-module__hBw1pG__headerWrapper{z-index:1000;width:100%;transition:all .3s;position:sticky;top:0;left:0}.Header-module__hBw1pG__topBar{color:#fff;background:#c31d1d;padding:8px 0;font-size:13px;transition:all .3s}.Header-module__hBw1pG__topBarInner{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:0 24px;display:flex}.Header-module__hBw1pG__topBarLeft{align-items:center;display:flex}.Header-module__hBw1pG__newsLabel{color:#fff;margin-right:4px;font-weight:700}.Header-module__hBw1pG__newsText{color:#f1f1f1}.Header-module__hBw1pG__topBarRight{align-items:center;gap:24px;display:flex}.Header-module__hBw1pG__virtualTourBtn{color:#fff;white-space:nowrap;background:#ffffff26;border:1px solid #fff6;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12.5px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.Header-module__hBw1pG__virtualTourBtn:hover{background:#ffffff47}.Header-module__hBw1pG__topLogins{align-items:center;gap:12px;display:flex}.Header-module__hBw1pG__topLogins a{color:#fff;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .2s}.Header-module__hBw1pG__topLogins a:hover{opacity:.8}.Header-module__hBw1pG__separator{color:#ffffff80;font-size:12px}.Header-module__hBw1pG__topSocials{align-items:center;gap:12px;display:flex}.Header-module__hBw1pG__topSocials a{color:#fff;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.Header-module__hBw1pG__topSocials a:hover{opacity:.8}.Header-module__hBw1pG__mainNav{background:#fff;border-bottom:1px solid #eaeaea;transition:all .3s;box-shadow:0 2px 10px #0000000d}.Header-module__hBw1pG__mainNavInner{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:10px 24px;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__logoImg{width:auto;height:50px}.Header-module__hBw1pG__navLinks{align-items:center;gap:24px;display:flex}.Header-module__hBw1pG__navLink,.Header-module__hBw1pG__dropBtn,.Header-module__hBw1pG__navLinkActive{color:#333;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem 0;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.Header-module__hBw1pG__navLinkActive{color:#c31d1d;border-bottom:2px solid #c31d1d}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__dropBtn:hover{color:#c31d1d}.Header-module__hBw1pG__dropdown{display:inline-block;position:relative}.Header-module__hBw1pG__dropdownContent{visibility:hidden;opacity:0;z-index:100;background-color:#fff;border:1px solid #eaeaea;border-radius:4px;min-width:200px;padding:8px 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 4px 12px #0000001a}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownContent{visibility:visible;opacity:1;transform:translateY(0)}.Header-module__hBw1pG__dropdownContent a{color:#444;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__hBw1pG__dropdownContent a:hover{color:#c31d1d;background-color:#f9f9f9;padding-left:24px}.Header-module__hBw1pG__navActions{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__btnApplyOnline{color:#fff;background:#c31d1d;border-radius:4px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .3s;display:flex}.Header-module__hBw1pG__btnApplyOnline:hover{background:#a01515}.Header-module__hBw1pG__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.Header-module__hBw1pG__mobileToggle span{background:#333;width:24px;height:2px;transition:all .3s}@media (max-width:1024px){.Header-module__hBw1pG__topBar{display:none}.Header-module__hBw1pG__mainNavInner{padding:10px 16px}.Header-module__hBw1pG__logoImg{height:40px}.Header-module__hBw1pG__navLinks{background:#fff;flex-direction:column;align-items:stretch;gap:0;width:100%;height:calc(100vh - 70px);padding:20px 24px 100px;transition:left .3s;position:fixed;top:70px;left:-100%;overflow-y:auto}.Header-module__hBw1pG__navLinks.Header-module__hBw1pG__mobileOpen{left:0}.Header-module__hBw1pG__navLink,.Header-module__hBw1pG__dropBtn,.Header-module__hBw1pG__navLinkActive{border-bottom:1px solid #eaeaea;justify-content:space-between;width:100%;padding:16px 0;font-size:16px}.Header-module__hBw1pG__dropdown{width:100%;display:block}.Header-module__hBw1pG__mobileToggle{z-index:1001;display:flex}.Header-module__hBw1pG__dropdownContent{visibility:visible;opacity:1;box-shadow:none;background:#f8f9fa;border:none;min-width:100%;margin-top:8px;padding-left:16px;display:none;position:static;transform:none}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownContent,.Header-module__hBw1pG__dropdown:focus-within .Header-module__hBw1pG__dropdownContent{display:block}.Header-module__hBw1pG__btnApplyOnline{display:none}}
.Footer-module__S6Hkya__footer{color:#333;background:#fff;border-top:1px solid #eaeaea;padding-top:60px;position:relative}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1fr 1.5fr;gap:32px;max-width:1440px;margin:0 auto;padding:0 24px 40px;display:grid}.Footer-module__S6Hkya__footerBrand h3{color:#333;margin-bottom:16px;font-size:22px;font-weight:800}.Footer-module__S6Hkya__footerLogo{width:auto;height:50px;margin-bottom:16px}.Footer-module__S6Hkya__footerBrand p{color:#666;margin-bottom:24px;font-size:13px;line-height:1.6}.Footer-module__S6Hkya__socialLinks{gap:12px;display:flex}.Footer-module__S6Hkya__socialIcon{color:#fff;background:#333;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:#c31d1d;transform:translateY(-2px)}.Footer-module__S6Hkya__footerCol h4{color:#000;text-transform:uppercase;margin-bottom:20px;font-size:14px;font-weight:700}.Footer-module__S6Hkya__footerCol ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__footerCol a{color:#666;font-size:13px;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__footerCol a:hover{color:#c31d1d}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__contactItem{color:#555;align-items:flex-start;gap:12px;font-size:13px;line-height:1.5;display:flex}.Footer-module__S6Hkya__contactItem svg{flex-shrink:0;margin-top:2px}.Footer-module__S6Hkya__mapPlaceholder{border:1px solid #eaeaea;border-radius:4px;margin-top:20px;overflow:hidden}.Footer-module__S6Hkya__mapPlaceholder img{width:100%;height:auto;display:block}.Footer-module__S6Hkya__footerBottom{background:#f9f9f9;border-top:1px solid #eaeaea;padding:20px 24px}.Footer-module__S6Hkya__footerBottomInner{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;display:flex}.Footer-module__S6Hkya__footerBottomInner p{color:#666;margin:0;font-size:13px}.Footer-module__S6Hkya__footerLegal{align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__footerLegal a{color:#666;font-size:13px;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__footerLegal a:hover{color:#c31d1d}.Footer-module__S6Hkya__divider{color:#ccc;font-size:12px}@media (max-width:1024px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr 1fr}}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__footerBottomInner{text-align:center;flex-direction:column;gap:12px}}@media (max-width:480px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr}}
.NoticeMarquee-module__ovDnEW__marquee{background:linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);padding:10px 0;position:relative;overflow:hidden}.NoticeMarquee-module__ovDnEW__marqueeInner{align-items:center;gap:16px;max-width:1240px;margin:0 auto;padding:0 24px;display:flex}.NoticeMarquee-module__ovDnEW__badge{background:var(--accent);color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px;flex-shrink:0;padding:4px 14px;font-size:11px;font-weight:700;animation:2s ease-in-out infinite NoticeMarquee-module__ovDnEW__pulse}.NoticeMarquee-module__ovDnEW__track{flex:1;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.NoticeMarquee-module__ovDnEW__slider{gap:48px;width:max-content;animation:25s linear infinite NoticeMarquee-module__ovDnEW__marquee;display:flex}@keyframes NoticeMarquee-module__ovDnEW__marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 24px))}}.NoticeMarquee-module__ovDnEW__item{white-space:nowrap;color:#ffffffe6;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.NoticeMarquee-module__ovDnEW__item svg{color:var(--gold);flex-shrink:0}.NoticeMarquee-module__ovDnEW__item:hover{color:#fff}@keyframes NoticeMarquee-module__ovDnEW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}
.RequestCallback-module__DSrS5W__floatingBtn{z-index:990;color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#c31d1d 0%,#9e1313 100%);border:none;border-radius:50px;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 25px #c31d1d66}.RequestCallback-module__DSrS5W__floatingBtn:hover{background:linear-gradient(135deg,#d32020 0%,#b01515 100%);transform:translateY(-4px)scale(1.03);box-shadow:0 12px 30px #c31d1d80}.RequestCallback-module__DSrS5W__btnIcon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.RequestCallback-module__DSrS5W__btnText{white-space:nowrap}.RequestCallback-module__DSrS5W__modalOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background-color:#000000a6;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out RequestCallback-module__DSrS5W__fadeIn;display:flex;position:fixed;inset:0}.RequestCallback-module__DSrS5W__modalContent{background:#fff;border:1px solid #0000000d;border-radius:20px;width:100%;max-width:440px;padding:32px;animation:.3s cubic-bezier(.16,1,.3,1) RequestCallback-module__DSrS5W__slideUp;position:relative;box-shadow:0 25px 50px -12px #00000040}.RequestCallback-module__DSrS5W__closeBtn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:all .2s;display:flex;position:absolute;top:18px;right:20px}.RequestCallback-module__DSrS5W__closeBtn:hover{color:#111827;background:#e5e7eb}.RequestCallback-module__DSrS5W__modalHeader{margin-bottom:24px}.RequestCallback-module__DSrS5W__modalHeader h3{color:#111827;margin-bottom:6px;font-size:22px;font-weight:800}.RequestCallback-module__DSrS5W__modalHeader p{color:#6b7280;font-size:14px;line-height:1.5}.RequestCallback-module__DSrS5W__callbackForm{flex-direction:column;gap:16px;display:flex}.RequestCallback-module__DSrS5W__formGroup{flex-direction:column;gap:6px;display:flex}.RequestCallback-module__DSrS5W__formGroup label{color:#374151;font-size:13px;font-weight:700}.RequestCallback-module__DSrS5W__formGroup input,.RequestCallback-module__DSrS5W__formGroup select{background:#f9fafb;border:1px solid #d1d5db;border-radius:10px;outline:none;padding:12px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.RequestCallback-module__DSrS5W__formGroup input:focus,.RequestCallback-module__DSrS5W__formGroup select:focus{background:#fff;border-color:#c31d1d;box-shadow:0 0 0 3px #c31d1d26}.RequestCallback-module__DSrS5W__submitBtn{color:#fff;cursor:pointer;background-color:#c31d1d;border:none;border-radius:10px;margin-top:8px;padding:14px;font-size:15px;font-weight:700;transition:background .2s;box-shadow:0 4px 12px #c31d1d40}.RequestCallback-module__DSrS5W__submitBtn:hover{background-color:#a01515}.RequestCallback-module__DSrS5W__successState{text-align:center;padding:16px 0}.RequestCallback-module__DSrS5W__successIcon{color:#059669;background-color:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:30px;font-weight:700;display:flex}.RequestCallback-module__DSrS5W__successState h3{color:#111827;margin-bottom:8px;font-size:22px;font-weight:800}.RequestCallback-module__DSrS5W__successState p{color:#4b5563;margin-bottom:24px;font-size:14px;line-height:1.5}@keyframes RequestCallback-module__DSrS5W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes RequestCallback-module__DSrS5W__slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.RequestCallback-module__DSrS5W__floatingBtn{padding:10px 16px;font-size:13px;bottom:20px;right:20px}}
