body,html{visibility:visible}body{opacity:1}:root{--cpc-navy:#0d1c3b;--cpc-gold:#b5a50a;--primary-color:#0d1c3b;--primary-light:#1a2f54;--primary-lighter:#2a4066;--primary-bg:#f0f2f7;--accent-color:#b5a50a;--accent-light:#d4c340;--accent-lighter:#e8d975;--accent-bg:#fefdf5;--success-color:#52c41a;--warning-color:#d4a017;--error-color:#d32f2f;--info-color:#1976d2;--text-primary:#0d1c3b;--text-secondary:#4a5568;--text-muted:#718096;--border-color:#e2e8f0;--bg-light:#f7fafc;--bg-white:#ffffff;--gradient-primary:linear-gradient(135deg,#0d1c3b,#1a2f54);--gradient-accent:linear-gradient(135deg,#b5a50a,#d4c340);--gradient-hero:linear-gradient(135deg,#0d1c3b,#b5a50a);--h1-size:clamp(32px,5vw,56px);--h2-size:clamp(28px,4vw,36px);--h3-size:clamp(24px,3vw,28px);--h4-size:20px;--h5-size:16px;--text-large:18px;--text-base:16px;--text-small:14px;--text-xs:12px;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:32px;--space-xl:48px;--space-2xl:64px;--space-3xl:80px;--space-4xl:100px;--section-padding:100px 0;--container-padding:0 24px;--container-max-width:1200px;--border-radius:8px;--border-radius-lg:12px;--shadow-sm:0 2px 4px rgba(13,28,59,0.08);--shadow-md:0 4px 20px rgba(13,28,59,0.12);--shadow-lg:0 8px 32px rgba(13,28,59,0.16)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;color:var(--text-primary);line-height:1.6}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none;transition:all .3s ease}a:hover{color:var(--accent-color)}.container{max-width:var(--container-max-width);margin:0 auto;padding:var(--container-padding)}.section{padding:var(--section-padding)}.ant-layout{min-height:100vh;background:var(--bg-white)}.ant-layout-header{background:var(--primary-color);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-md);position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;padding:0}.ant-menu-dark{background:transparent;border:none}.ant-menu-dark .ant-menu-item:hover,.ant-menu-dark .ant-menu-submenu-title:hover{background-color:var(--primary-light);color:var(--accent-color)}.ant-menu-dark .ant-menu-item-selected{background-color:var(--accent-color);color:var(--primary-color)}.ant-btn-primary{background:var(--accent-color);border-color:var(--accent-color);color:var(--primary-color);font-weight:500;border-radius:var(--border-radius);transition:all .3s ease}.ant-btn-primary:hover{background:var(--accent-light);border-color:var(--accent-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.ant-card{border-radius:var(--border-radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:all .3s ease}.ant-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:var(--space-md);color:var(--text-primary)}h1{font-size:var(--h1-size)}h2{font-size:var(--h2-size)}h3{font-size:var(--h3-size)}h4{font-size:var(--h4-size)}h5{font-size:var(--h5-size)}p{margin-bottom:var(--space-md);color:var(--text-secondary)}.text-center{text-align:center}.text-primary{color:var(--primary-color)}.text-accent{color:var(--accent-color)}.text-muted{color:var(--text-muted)}.bg-primary{background-color:var(--primary-color)}.bg-accent{background-color:var(--accent-color)}.bg-light{background-color:var(--bg-light)}.gradient-primary{background:var(--gradient-primary)}.gradient-accent{background:var(--gradient-accent)}.gradient-hero{background:var(--gradient-hero)}.fade-in{animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .8s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){:root{--container-max-width:960px}}@media (max-width:768px){:root{--section-padding:60px 0;--container-padding:0 16px}.ant-layout-header{padding:0 16px}.container{padding:0 16px!important;max-width:100%!important}.section{padding:40px 0!important}}@media (max-width:480px){:root{--section-padding:40px 0}}.hero-section{position:relative!important;height:70vh!important;min-height:500px!important;background:var(--gradient-primary);display:block!important;overflow:hidden!important;width:100%!important}@media (max-width:768px){.hero-section{height:60vh!important;min-height:400px!important}.hero-title{font-size:clamp(1.8rem,4vw,2.5rem)!important}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem)!important}.hero-description{font-size:clamp(.9rem,1.2vw,1rem)!important}.hero-actions{flex-direction:column!important;align-items:center!important;gap:12px!important}.cta-button{width:100%!important;max-width:250px!important}}@media (max-width:480px){.hero-section{height:50vh!important;min-height:350px!important}.hero-content{padding:0 16px!important}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(13,28,59,.85);display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:white;max-width:800px;padding:0 24px;z-index:2}.hero-title{font-size:clamp(2.5rem,5vw,4rem)!important;font-weight:700!important;line-height:1.2!important;text-shadow:3px 3px 6px rgba(0,0,0,.8)}.hero-subtitle,.hero-title{color:#ffffff!important;margin-bottom:16px!important}.hero-subtitle{font-size:clamp(1.25rem,2.5vw,1.5rem)!important;font-weight:600!important;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.hero-description{font-size:clamp(1rem,1.5vw,1.125rem)!important;color:#f8f8f8!important;margin-bottom:32px!important;line-height:1.6!important;text-shadow:2px 2px 4px rgba(0,0,0,.6)}.hero-actions{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.cta-button{height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;transition:all .3s ease!important}.cta-button.primary{background:var(--accent-color)!important;border-color:var(--accent-color)!important;color:var(--primary-color)!important}.cta-button.primary:hover{background:var(--accent-light)!important;border-color:var(--accent-light)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(181,165,10,.3)!important}.cta-button.secondary{background:rgba(255,255,255,.15)!important;border:2px solid rgba(255,255,255,.5)!important;color:white!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:rgba(255,255,255,.25)!important;border-color:white!important;color:white!important;transform:translateY(-2px)!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--primary-lighter);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}.service-icon-image{border-radius:8px;transition:all .3s ease;filter:brightness(1.1) contrast(1.1)}.service-icon-wrapper:hover .service-icon-image{transform:scale(1.05);filter:brightness(1.2) contrast(1.2)}.hero-slide{height:70vh;min-height:500px;position:relative;display:flex;align-items:center;width:100%}.hero-section .ant-carousel{height:70vh!important;min-height:500px!important}.hero-section .ant-carousel .slick-list,.hero-section .ant-carousel .slick-slider,.hero-section .ant-carousel .slick-track{height:100%!important}.hero-section .ant-carousel .slick-slide{height:70vh!important;min-height:500px!important}.hero-section .ant-carousel .slick-slide .hero-slide,.hero-section .ant-carousel .slick-slide>div{height:100%!important}.why-choose-illustration{text-align:center;padding:20px}.why-choose-illustration img{transition:transform .3s ease,box-shadow .3s ease}.why-choose-illustration:hover img{transform:translateY(-8px);box-shadow:0 20px 60px rgba(13,28,59,.2)!important}.cta-section{background:linear-gradient(135deg,var(--bg-light),var(--bg-white))}.cta-section .cta-card{text-align:center;padding:48px 32px;background:white;border-radius:16px;box-shadow:0 8px 32px rgba(13,28,59,.1);max-width:600px;margin:0 auto}.ant-layout-header{height:80px!important;line-height:80px!important;padding:0 24px!important}.header-container{justify-content:space-between!important}.header-container,.logo-wrapper{height:80px!important;display:flex!important;align-items:center!important}.login-btn{color:#ffffff!important;border:2px solid rgba(255,255,255,.8)!important;background:rgba(255,255,255,.1)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600!important;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.login-btn:hover{background:rgba(255,255,255,.25)!important;border-color:white!important;color:white!important;transform:translateY(-2px)!important;text-shadow:none}.main-menu .ant-menu-item,.main-menu .ant-menu-submenu-title{color:#ffffff!important;font-weight:600!important;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.stats-section{background:var(--gradient-primary)!important;color:#ffffff!important}.stats-section .stat-number{color:#ffffff!important;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.stats-section .stat-label{color:rgba(255,255,255,.9)!important;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.stats-section .stat-icon{color:var(--accent-color)!important;filter:brightness(1.2)}.footer-section,.footer-section .ant-typography{color:#333333!important}.footer-description{color:rgba(51,51,51,.8)!important}.footer-bottom{border-top:1px solid rgba(51,51,51,.1);padding-top:20px}.footer-bottom .ant-typography{color:#666666!important}