*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1b3a5c;-webkit-font-smoothing:antialiased;background:#fafaf8;font-family:Microsoft YaHei,微软雅黑,sans-serif;line-height:1.7}a{color:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-label{letter-spacing:.12em;color:#c9a227;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section-title{margin-bottom:1rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.3}.section-desc{color:#5a7184;max-width:560px;font-size:1.05rem}.page-section{padding:6rem 2rem}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.75rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn--primary{color:#0f2438;background:#c9a227}.btn--primary:hover{background:#d4ad2e;transform:translateY(-2px);box-shadow:0 8px 24px #c9a22759}.btn--ghost{color:#fff;background:0 0;border:1px solid #ffffff40}.btn--ghost:hover{background:#ffffff0f;border-color:#ffffff80}.btn--outline{color:#1b3a5c;background:0 0;border:1px solid #1b3a5c14}.btn--outline:hover{color:#c9a227;border-color:#c9a227}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.page-hero{color:#fff;text-align:center;background:linear-gradient(160deg,#0f2438 0%,#1b3a5c 45%,#1a3350 100%);padding:calc(72px + 4rem) 2rem 4rem}.page-hero__inner{max-width:720px;margin:0 auto;padding:0 2rem}.page-hero__title{margin-bottom:1rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.page-hero__desc{color:#ffffffbf;font-size:1.05rem;line-height:1.85}.cta-box{text-align:center;background:#fff;border:1px solid #1b3a5c14;border-radius:20px;max-width:720px;margin:0 auto;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 24px 64px #0f243824}.cta-box:before{content:"";background:linear-gradient(90deg,#1b3a5c,#c9a227,#1b3a5c);height:4px;position:absolute;top:0;left:0;right:0}.cta-box .section-title{margin-bottom:1rem}.cta-box p{color:#5a7184;margin-bottom:2rem}.form-field{text-align:left;margin-bottom:1.25rem}.form-field label{margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-field input,.form-field select,.form-field textarea{background:#fff;border:1px solid #1b3a5c14;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#c9a227;outline:none}.form-field textarea{resize:vertical;min-height:120px}.form-field .error{color:#dc2626;margin-top:.35rem;font-size:.8rem}.form-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:960px){.form-grid{grid-template-columns:1fr}}.alert{border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem}.alert--success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.alert--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.header{z-index:100;padding:0 2rem;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.header--scrolled,.header--light{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;box-shadow:0 1px #1b3a5c14}.header--scrolled .header__link,.header--light .header__link{color:#5a7184}.header--scrolled .header__link:hover,.header--scrolled .header__link--active,.header--light .header__link:hover,.header--light .header__link--active{color:#c9a227}.header--scrolled .header__link--active,.header--light .header__link--active{font-weight:600}.header--scrolled .header__toggle,.header--light .header__toggle{color:#1b3a5c}.header__inner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;padding:0 2rem;display:flex}.header__logo img{width:auto;height:36px}.header__nav{gap:1.75rem;list-style:none;display:flex}@media (max-width:960px){.header__nav{background:#fff;flex-direction:column;gap:0;padding:1rem 2rem 1.5rem;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 4px 24px #0f243814}.header__nav--open{display:flex}}.header__link{color:#ffffffd9;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.header__link:hover,.header__link--active{color:#c9a227}.header__link--active{font-weight:600}.header__link:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #c9a227}@media (max-width:960px){.header__link{color:#5a7184;border-bottom:1px solid #1b3a5c14;padding:.75rem 0}.header__link--active{color:#c9a227}}.header__cta{color:#0f2438;background:#c9a227;border-radius:6px;padding:.6rem 1.4rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.header__cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #c9a22766}.header__toggle{cursor:pointer;color:#fff;background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:960px){.header__toggle{display:block}}.footer{color:#fff9;background:#0f2438;padding:3rem 2rem 2rem}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.footer__brand img{opacity:.9;height:32px;margin-bottom:1rem}.footer__brand p{max-width:280px;font-size:.85rem;line-height:1.7}.footer__col h4{color:#fff;margin-bottom:1rem;font-size:.875rem}.footer__col p,.footer__col a{color:#ffffff8c;margin-bottom:.4rem;font-size:.85rem;text-decoration:none;display:block}.footer__col a:hover{color:#c9a227}.footer__bottom{text-align:center;border-top:1px solid #ffffff14;max-width:1200px;margin:2rem auto 0;padding:1.5rem 2rem 0;font-size:.75rem}.footer__bottom a{color:#ffffff8c;text-decoration:none}.footer__bottom a:hover{color:#c9a227}.hero{background:linear-gradient(160deg,#0f2438 0%,#1b3a5c 45%,#1a3350 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 80% 20%,#c9a22714 0%,#0000 60%),radial-gradient(40% 40% at 10% 80%,#2a50804d 0%,#0000 50%);position:absolute;inset:0}.hero__pillars{opacity:.06;background:repeating-linear-gradient(90deg,#0000,#0000 80px,#c9a22780 80px 82px);width:45%;position:absolute;top:0;bottom:0;right:0}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:calc(72px + 2rem) 2rem 4rem;display:grid;position:relative}@media (max-width:960px){.hero__inner{text-align:center;grid-template-columns:1fr}}.hero__tag{color:#c9a227;letter-spacing:.08em;background:#c9a22714;border:1px solid #c9a22759;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero__tag:before{content:"";background:#c9a227;border-radius:50%;width:6px;height:6px}.hero__title{color:#fff;margin-bottom:1.5rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.25}.hero__title em{color:#c9a227;font-style:normal}.hero__lead{color:#ffffffbf;margin-bottom:1rem;font-size:1.05rem;line-height:1.85}.hero__sub{color:#ffffff8c;border-left:2px solid #c9a227;margin-bottom:2.5rem;padding-left:1rem;font-size:.9rem;line-height:1.8}@media (max-width:960px){.hero__sub{border-left:none;padding-left:0}}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:960px){.hero__actions{justify-content:center}}.hero__visual{position:relative}@media (max-width:960px){.hero__visual{max-width:480px;margin:0 auto}}.dash{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;padding:1.25rem;box-shadow:0 24px 64px #0f243824}.dash__bar{gap:6px;margin-bottom:1rem;display:flex}.dash__bar span{background:#ffffff26;border-radius:50%;width:10px;height:10px}.dash__bar span:first-child{opacity:.7;background:#ef4444}.dash__bar span:nth-child(2){opacity:.7;background:#f59e0b}.dash__bar span:nth-child(3){opacity:.7;background:#22c55e}.dash__grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.dash__card{background:#ffffff0f;border:1px solid #ffffff0f;border-radius:10px;padding:1rem}.dash__card--wide{grid-column:span 2}.dash__label{color:#ffffff73;letter-spacing:.05em;margin-bottom:.35rem;font-size:.65rem}.dash__value{color:#fff;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.5rem;font-weight:700}.dash__value--gold{color:#c9a227}.dash__chart{align-items:flex-end;gap:4px;height:48px;margin-top:.5rem;display:flex}.dash__chart i{background:linear-gradient(#c9a2274d,#c9a227);border-radius:2px 2px 0 0;flex:1}.dash__rows{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.dash__row{color:#fff9;align-items:center;gap:.5rem;font-size:.7rem;display:flex}.dash__dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.dash__float{background:#fff;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;animation:4s ease-in-out infinite float;display:flex;position:absolute;bottom:-1rem;left:-1.5rem;box-shadow:0 24px 64px #0f243824}.dash__float-icon{background:#c9a22726;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dash__float-text{color:#5a7184;font-size:.75rem}.dash__float-text strong{color:#1b3a5c;font-size:.875rem;display:block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.pain{background:#fff}.pain__header{text-align:center;margin-bottom:4rem}.pain__header .section-desc{margin:0 auto}.pain__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:960px){.pain__grid{grid-template-columns:1fr}}.pain__card{background:#fafaf8;border:1px solid #1b3a5c14;border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.pain__card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#1b3a5c,#c9a227);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.pain__card:hover{transform:translateY(-4px);box-shadow:0 24px 64px #0f243824}.pain__card:hover:before{transform:scaleX(1)}.pain__card h3{margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.pain__card p{color:#5a7184;font-size:.9rem;line-height:1.75}.pain__num{-webkit-text-stroke:1px #c9a227;color:#0000;margin-bottom:1rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:2.5rem;font-weight:700;line-height:1}.pain__bridge{text-align:center;color:#ffffffe6;background:linear-gradient(135deg,#1b3a5c 0%,#2a5080 100%);border-radius:20px;margin-top:3rem;padding:2rem;font-size:1.05rem;line-height:1.8}.pain__bridge strong{color:#c9a227}.value{background:#f3f1ec}.value__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (max-width:960px){.value__grid{grid-template-columns:1fr}}.value__item{background:#fff;border-top:3px solid #c9a227;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 4px 24px #0f243814}.value__icon{background:#c9a22726;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.25rem;display:flex}.value__item h3{margin-bottom:.75rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.25rem}.value__item p{color:#5a7184;font-size:.9rem}.products-preview{background:#fff}.products-preview__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (max-width:960px){.products-preview__grid{grid-template-columns:1fr}}.products-preview__card{border:1px solid #1b3a5c14;border-radius:20px;transition:box-shadow .3s;overflow:hidden}.products-preview__card:hover{box-shadow:0 24px 64px #0f243824}.products-preview__head{color:#fff;background:linear-gradient(135deg,#0f2438,#1b3a5c);padding:2rem 2rem 1.5rem}.products-preview__head h3{margin-bottom:.5rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.25rem}.products-preview__head p{color:#ffffffa6;font-size:.85rem}.products-preview__body{padding:1.75rem 2rem 2rem}.products-preview__body p{color:#5a7184;font-size:.9rem;line-height:1.75}.timeline-section{color:#fff;background:#0f2438}.timeline-section .section-label{color:#c9a227}.timeline-section .section-title{color:#fff}.timeline-section__track{grid-template-columns:repeat(4,1fr);gap:0;margin-top:3rem;display:grid;position:relative}.timeline-section__track:before{content:"";background:linear-gradient(90deg,#0000,#c9a227,#0000);height:1px;position:absolute;top:28px;left:10%;right:10%}@media (max-width:960px){.timeline-section__track{grid-template-columns:1fr 1fr;gap:2rem}.timeline-section__track:before{display:none}}.timeline-section__item{text-align:center;padding:0 1rem}.timeline-section__dot{background:#c9a227;border-radius:50%;width:14px;height:14px;margin:0 auto 1.5rem;box-shadow:0 0 0 4px #c9a22733}.timeline-section__year{color:#c9a227;margin-bottom:.5rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.5rem;font-weight:700}.timeline-section__item p{color:#ffffffa6;font-size:.85rem;line-height:1.6}.timeline-section__quote{text-align:center;color:#ffffff80;margin-top:3rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.125rem;font-style:italic}.cta-section{background:linear-gradient(135deg,#f3f1ec 0%,#fff 100%)}.content-block{background:#fff}.content-block--alt{background:#f3f1ec}.content-block__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}@media (max-width:960px){.content-block__grid{grid-template-columns:1fr}}.content-block__card{background:#fafaf8;border:1px solid #1b3a5c14;border-radius:20px;padding:2rem}.content-block__card h3{margin-bottom:.75rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.125rem}.content-block__card p,.content-block__card li{color:#5a7184;font-size:.9rem;line-height:1.75}.content-block__card ul{margin-top:.75rem;padding-left:1.25rem}.product-detail{grid-template-columns:1fr;gap:3rem;margin-top:2rem;display:grid}.product-detail__item{background:#fff;border:1px solid #1b3a5c14;border-radius:20px;padding:2.5rem;box-shadow:0 4px 24px #0f243814}.product-detail__tag{color:#c9a227;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.product-detail__title{margin-bottom:1rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.5rem}.product-detail__lead{color:#5a7184;margin-bottom:1.25rem}.product-detail__list{margin-bottom:1rem;padding-left:1.25rem}.product-detail__list li{color:#5a7184;margin-bottom:.5rem;font-size:.9rem}.product-detail__close{color:#1b3a5c;border-top:1px solid #1b3a5c14;padding-top:1rem;font-size:.9rem;font-weight:500}.news-list{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.news-item{background:#fff;border:1px solid #1b3a5c14;border-radius:20px;padding:2rem;transition:box-shadow .3s}.news-item:hover{box-shadow:0 4px 24px #0f243814}.news-item__date{color:#c9a227;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.news-item__title{margin-bottom:.75rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.25rem}.news-item__summary{color:#5a7184;font-size:.9rem;line-height:1.75}.contact-grid{grid-template-columns:1fr 1.2fr;gap:3rem;margin-top:2rem;display:grid}@media (max-width:960px){.contact-grid{grid-template-columns:1fr}}.contact-info h3{margin-bottom:1.5rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.25rem}.contact-info p{color:#5a7184;margin-bottom:.75rem;font-size:.9rem}.contact-info a{color:#1b3a5c;text-decoration:none}.contact-info a:hover{color:#c9a227}.contact-form{background:#fff;border:1px solid #1b3a5c14;border-radius:20px;padding:2rem;box-shadow:0 4px 24px #0f243814}.privacy-content{max-width:720px;margin:0 auto;padding:2rem 0 4rem}.privacy-content h2{margin:2rem 0 .75rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.25rem}.privacy-content p,.privacy-content li{color:#5a7184;margin-bottom:.75rem;font-size:.95rem;line-height:1.85}.privacy-content ul{margin-bottom:1rem;padding-left:1.5rem}.admin{background:#f1f5f9;min-height:100vh}.admin__header{color:#fff;background:#0f2438;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.admin__nav{gap:1.5rem;display:flex}.admin__nav a{color:#ffffffbf;font-size:.875rem;text-decoration:none}.admin__nav a:hover{color:#c9a227}.admin__main{max-width:1200px;margin:0 auto;padding:2rem}.admin__card{background:#fff;border:1px solid #1b3a5c14;border-radius:12px;overflow:hidden}.admin__table{border-collapse:collapse;width:100%;font-size:.875rem}.admin__table th,.admin__table td{text-align:left;border-bottom:1px solid #1b3a5c14;padding:.875rem 1rem}.admin__table th{color:#5a7184;background:#f3f1ec;font-size:.8rem;font-weight:600}.admin__login{background:linear-gradient(160deg,#0f2438,#1b3a5c);justify-content:center;align-items:center;min-height:100vh;display:flex}.admin__login-box{background:#fff;border-radius:20px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 24px 64px #0f243824}.admin__login h1{text-align:center;margin-bottom:1.5rem;font-family:Microsoft YaHei,微软雅黑,sans-serif;font-size:1.5rem}
