﻿.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;line-height:1;border-radius:9999px;transition:all .25s ease;white-space:nowrap;cursor:pointer;border:none}.btn--primary{background:#15171c;color:#fff}.btn--primary:hover{background:#000;color:#fff;transform:translateY(-1px);box-shadow:0 20px 40px rgba(18,24,40,.08)}.btn--gradient{background:linear-gradient(135deg, #6366f1, #8b5cf6);color:#fff;box-shadow:0 10px 30px rgba(79,70,229,.25)}.btn--gradient:hover{color:#fff;transform:translateY(-2px);box-shadow:0 14px 36px rgba(79,70,229,.35)}.btn--outline{background:rgba(0,0,0,0);color:#15171c;border:1.5px solid #e5e8ef}.btn--outline:hover{border-color:#4f46e5;color:#4f46e5}.btn--ghost{background:#fff;color:#15171c;border:1px solid #e5e8ef}.btn--ghost:hover{box-shadow:0 4px 12px rgba(18,24,40,.06);transform:translateY(-1px)}.btn--sm{padding:10px 20px;font-size:14px}.btn--lg{padding:18px 36px;font-size:18px}.btn--block{width:100%}.card{background:#fff;border:1px solid #e5e8ef;border-radius:24px;padding:24px 32px;box-shadow:0 14px 36px rgba(18,24,40,.05);transition:all .25s ease}.card:hover{box-shadow:0 20px 40px rgba(18,24,40,.08);transform:translateY(-2px)}.card--flat{box-shadow:none}.card--tight{padding:24px}.feature-card{background:#fff;border:1px solid #e5e8ef;border-radius:24px;padding:32px;text-align:left;transition:all .25s ease}.feature-card__icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}.feature-card__title{font-size:18px;font-weight:700;margin-bottom:8px;color:#15171c}.feature-card__desc{font-size:14px;color:#475569;line-height:1.7}.feature-card:hover{box-shadow:0 20px 40px rgba(18,24,40,.08);transform:translateY(-4px)}.nav{position:sticky;top:0;z-index:1000;background:rgba(247,248,251,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #f1f3f7}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:1200px;margin:0 auto;padding:0 24px}.nav__brand{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:#15171c;text-decoration:none}.nav__brand img{width:32px;height:32px;border-radius:8px}.nav__brand:hover{color:#4f46e5}.nav__links{display:flex;align-items:center;gap:32px}.nav__link{font-size:14px;font-weight:500;color:#475569;text-decoration:none;transition:color .15s ease;padding:8px 0;position:relative}.nav__link:hover,.nav__link.is-active{color:#4f46e5}.nav__link.is-active::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#4f46e5;border-radius:1px}.nav__actions{display:flex;align-items:center;gap:16px}.nav__toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;border-radius:8px;font-size:20px}@media(max-width: 768px){.nav__links{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;background:#fff;padding:24px;gap:16px;border-bottom:1px solid #e5e8ef;box-shadow:0 14px 36px rgba(18,24,40,.05)}.nav__links.is-open{display:flex}.nav__toggle{display:flex}}.hero{position:relative;padding:96px 24px 72px;text-align:center;overflow:hidden}.hero::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:800px;height:600px;background:radial-gradient(circle at 50% 42%, rgba(255, 92, 56, 0.12) 0%, transparent 72%);pointer-events:none;z-index:0}.hero__inner{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero__title{font-size:clamp(40px,5vw,66px);font-weight:900;line-height:1.18;letter-spacing:-0.03em;margin-bottom:16px}.hero__subtitle{font-size:clamp(18px,2vw,22px);color:#475569;line-height:1.7;margin-bottom:32px}.hero__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.hero__badges{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;margin-top:48px}.hero__badge{text-align:center}.hero__badge-icon{font-size:24px;margin-bottom:4px}.hero__badge-title{font-size:14px;font-weight:600}.hero__badge-desc{font-size:12px;color:#94a3b8}.reviews__header{text-align:center;max-width:700px;margin:0 auto 48px}.reviews__score{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px;font-size:14px;color:#94a3b8}.reviews__stars{color:#f59e0b;letter-spacing:2px;font-size:18px}.reviews__score-num{font-weight:700;color:#15171c}.reviews__divider{width:1px;height:16px;background:#e5e8ef}.marquee{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);-webkit-mask-image:linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent)}.marquee__track{display:flex;width:max-content;gap:32px;animation:marquee-left 3000s linear infinite;will-change:transform}.marquee__track--right{animation-name:marquee-right;animation-duration:3400s}.marquee:hover .marquee__track{animation-play-state:paused}@keyframes marquee-left{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-right{from{transform:translateX(-50%)}to{transform:translateX(0)}}.review-card{width:340px;min-width:340px;background:#fff;border:1px solid #e5e8ef;border-radius:24px;padding:32px;box-shadow:0 1px 3px rgba(18,24,40,.04);transition:all .25s ease;position:relative}.review-card__quote{font-size:14px;line-height:1.7;color:#475569;min-height:80px;margin-bottom:16px}.review-card__quote mark{background:#eef2ff;color:#4f46e5;border-radius:8px;padding:1px 4px;font-weight:500}.review-card__stars{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #f1f3f7;color:#f59e0b;font-size:14px;letter-spacing:2px}.review-card__date{color:#94a3b8;letter-spacing:0;font-size:12px}.review-card__user{display:flex;align-items:center;gap:16px;margin-top:16px}.review-card__avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;flex-shrink:0}.review-card__name{font-size:14px;font-weight:600;color:#15171c}.review-card__role{font-size:12px;color:#94a3b8}.review-card__tag{margin-left:auto;padding:4px 16px;border-radius:9999px;background:#f7f8fb;color:#475569;font-size:11px;font-weight:500;border:1px solid #e5e8ef;flex-shrink:0}.review-card:hover{box-shadow:0 20px 40px rgba(18,24,40,.08);transform:translateY(-3px)}.faq{max-width:900px;margin:0 auto}.faq__item{background:#fff;border:1px solid #e5e8ef;border-radius:16px;margin-bottom:16px;overflow:hidden;transition:all .25s ease}.faq__item[open]{border-color:#6366f1;box-shadow:0 4px 12px rgba(18,24,40,.06)}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 32px;font-size:16px;font-weight:600;color:#15171c;cursor:pointer;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__question::after{content:"+";font-size:24px;font-weight:400;color:#94a3b8;transition:transform .25s ease;flex-shrink:0}[open] .faq__question::after{transform:rotate(45deg);color:#4f46e5}.faq__answer{padding:0 32px 24px;font-size:14px;line-height:1.7;color:#475569}.product-card{background:#fff;border:1px solid #e5e8ef;border-radius:24px;padding:32px;text-align:center;transition:all .25s ease;position:relative}.product-card--featured{border-color:#4f46e5;border-width:2px;box-shadow:0 10px 30px rgba(79,70,229,.25)}.product-card__badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:4px 16px;background:linear-gradient(135deg, #6366f1, #8b5cf6);color:#fff;font-size:12px;font-weight:600;border-radius:9999px;white-space:nowrap}.product-card__name{font-size:18px;font-weight:700;margin-bottom:8px}.product-card__price{font-size:36px;font-weight:900;color:#15171c;margin:16px 0}.product-card__price small{font-size:14px;font-weight:400;color:#94a3b8}.product-card__features{text-align:left;margin:24px 0}.product-card__features li{padding:4px 0;font-size:14px;color:#475569;display:flex;align-items:flex-start;gap:8px}.product-card__features li::before{content:"✓";color:#10b981;font-weight:700;flex-shrink:0}.product-card:hover{box-shadow:0 20px 40px rgba(18,24,40,.08);transform:translateY(-4px)}.steps{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}@media(max-width: 768px){.steps{grid-template-columns:1fr}}.step{text-align:center}.step__num{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg, #6366f1, #8b5cf6);color:#fff;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step__title{font-size:18px;font-weight:700;margin-bottom:8px}.step__desc{font-size:14px;color:#475569;line-height:1.7}.footer{background:#15171c;color:#94a3b8;padding:96px 24px 32px;margin-top:96px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1200px;margin:0 auto}@media(max-width: 768px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}}.footer__brand{font-size:20px;font-weight:700;color:#fff;margin-bottom:16px}.footer__desc{font-size:14px;line-height:1.7;max-width:300px}.footer__col-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:16px}.footer__link{display:block;padding:4px 0;font-size:14px;color:#94a3b8;text-decoration:none;transition:color .15s ease}.footer__link:hover{color:#fff}.footer__bottom{max-width:1200px;margin:48px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:12px;color:#64748b}.grid{display:grid;gap:32px}.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--4{grid-template-columns:repeat(2, 1fr)}.grid--3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.typewriter--active::after{content:"|";animation:typewriter-blink .7s steps(2) infinite;color:#4f46e5;font-weight:400;margin-left:2px}.typewriter--done::after{content:""}@keyframes typewriter-blink{0%,50%{opacity:1}51%,100%{opacity:0}}.reviews-fullscreen{width:100vw;margin-left:calc(50% - 50vw);padding:96px 0;background:linear-gradient(180deg, #ffffff 0%, #f7f8fb 50%, #ffffff 100%);overflow:hidden}.reviews-fullscreen .reviews__header{max-width:1200px;margin:0 auto 48px;padding:0 24px;text-align:center}.reviews-fullscreen .marquee{width:100%}.reviews-fullscreen .marquee__track{gap:24px}.reviews-fullscreen .review-card{width:300px;min-width:300px;padding:24px}.bookmark-btn{position:fixed;bottom:24px;right:24px;z-index:1100;display:flex;align-items:center;gap:8px;padding:12px 20px;background:#15171c;color:#fff;border-radius:9999px;font-size:14px;font-weight:600;box-shadow:0 8px 24px rgba(18,24,40,.2);cursor:pointer;transition:all .25s ease;text-decoration:none}.bookmark-btn:hover{background:#4f46e5;color:#fff;transform:translateY(-2px);box-shadow:0 12px 28px rgba(79,70,229,.3)}.bookmark-btn.bookmark--saved{background:#10b981}.bookmark-btn.bookmark--hint{background:#4f46e5}.bookmark-btn__icon{font-size:18px;line-height:1}.bookmark-btn__hint{display:none;position:absolute;bottom:calc(100% + 8px);right:0;width:200px;padding:16px;background:#15171c;color:#fff;border-radius:16px;font-size:12px;font-weight:400;line-height:1.7;white-space:normal;box-shadow:0 20px 50px rgba(18,24,40,.08)}.bookmark-btn__hint::after{content:"";position:absolute;bottom:-6px;right:24px;width:12px;height:12px;background:#15171c;transform:rotate(45deg)}@media(max-width: 768px){.bookmark-btn{padding:10px 16px;font-size:12px}.bookmark-btn__hint{width:160px}}.video-section__grid{display:grid;grid-template-columns:1.5fr 1fr;gap:32px;max-width:1200px;margin:0 auto}@media(max-width: 1024px){.video-section__grid{grid-template-columns:1fr}}.video-section__main{background:#15171c;border-radius:24px;overflow:hidden;aspect-ratio:16/9;position:relative;cursor:pointer;transition:all .25s ease}.video-section__main:hover{box-shadow:0 20px 40px rgba(18,24,40,.08);transform:translateY(-2px)}.video-section__main:hover .video-section__play{transform:translate(-50%, -50%) scale(1.1)}.video-section__main-thumb{width:100%;height:100%;background:linear-gradient(135deg, #1a1a2e, #16213e);display:flex;align-items:center;justify-content:center;position:relative}.video-section__main-thumb::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%, rgba(79, 70, 229, 0.2) 0%, transparent 70%)}.video-section__play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;transition:transform .25s ease;z-index:2}.video-section__play::after{content:"";width:0;height:0;border-left:20px solid #4f46e5;border-top:12px solid rgba(0,0,0,0);border-bottom:12px solid rgba(0,0,0,0);margin-left:4px}.video-section__title-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;background:linear-gradient(transparent, rgba(0, 0, 0, 0.8));color:#fff;font-size:16px;font-weight:600;z-index:2}.video-section__list{display:flex;flex-direction:column;gap:16px}.video-section__item{display:flex;gap:16px;padding:16px;background:#fff;border:1px solid #e5e8ef;border-radius:16px;cursor:pointer;transition:all .25s ease}.video-section__item:hover{border-color:#4f46e5;box-shadow:0 4px 12px rgba(18,24,40,.06);transform:translateX(4px)}.video-section__item-thumb{width:120px;min-width:120px;height:68px;border-radius:8px;background:linear-gradient(135deg, #1a1a2e, #16213e);position:relative;display:flex;align-items:center;justify-content:center}.video-section__item-thumb::after{content:"▶";color:rgba(255,255,255,.8);font-size:16px}.video-section__item-info{flex:1;min-width:0}.video-section__item-title{font-size:14px;font-weight:600;color:#15171c;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.video-section__item-duration{font-size:12px;color:#94a3b8}.blog-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}@media(max-width: 1024px){.blog-cards{grid-template-columns:1fr}}.blog-card{background:#fff;border:1px solid #e5e8ef;border-radius:24px;overflow:hidden;transition:all .25s ease}.blog-card__cover{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg, #4f46e5, #8b5cf6);position:relative;display:flex;align-items:center;justify-content:center}.blog-card__cover-text{color:#fff;font-size:28px;font-weight:700;text-align:center;padding:16px}.blog-card__cover-tag{position:absolute;top:8px;left:8px;padding:4px 16px;background:rgba(255,255,255,.9);color:#4f46e5;border-radius:9999px;font-size:12px;font-weight:600}.blog-card__body{padding:24px}.blog-card__date{font-size:12px;color:#94a3b8;margin-bottom:8px}.blog-card__title{font-size:16px;font-weight:700;line-height:1.3;margin-bottom:8px}.blog-card__title a{color:#15171c}.blog-card__title a:hover{color:#4f46e5}.blog-card__excerpt{font-size:14px;color:#475569;line-height:1.7;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.blog-card:hover{box-shadow:0 20px 40px rgba(18,24,40,.08);transform:translateY(-3px)}.steps-enhanced{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;position:relative}.steps-enhanced::before{content:"";position:absolute;top:36px;left:16.66%;right:16.66%;height:2px;background:linear-gradient(90deg, #4f46e5, #6366f1, #4f46e5);opacity:.2;z-index:0}@media(max-width: 1024px){.steps-enhanced::before{display:none}}@media(max-width: 1024px){.steps-enhanced{grid-template-columns:1fr}}.step-enhanced{text-align:center;position:relative;z-index:1}.step-enhanced__icon{width:72px;height:72px;border-radius:50%;background:#fff;border:2px solid #e5e8ef;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:28px;position:relative;transition:all .25s ease}.step-enhanced__num{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg, #6366f1, #8b5cf6);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(79,70,229,.25)}.step-enhanced__title{font-size:18px;font-weight:700;margin-bottom:8px}.step-enhanced__desc{font-size:14px;color:#475569;line-height:1.7;max-width:280px;margin:0 auto}.step-enhanced:hover .step-enhanced__icon{border-color:#4f46e5;box-shadow:0 10px 30px rgba(79,70,229,.25);transform:scale(1.05)}.hero__live{display:inline-flex;align-items:center;gap:8px;margin-top:32px;padding:8px 16px;background:rgba(255,255,255,.7);border:1px solid #e5e8ef;border-radius:9999px;font-size:14px;color:#475569;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 1px 3px rgba(18,24,40,.04);transition:opacity .25s ease}.hero__live-dot{width:8px;height:8px;border-radius:50%;background:#10b981;position:relative;flex-shrink:0}.hero__live-dot::after{content:"";position:absolute;inset:0;border-radius:50%;background:inherit;animation:live-pulse 1.5s ease-out infinite}.hero__live-text{transition:opacity .3s ease}@keyframes live-pulse{0%{transform:scale(1);opacity:.6}100%{transform:scale(2.5);opacity:0}}.guarantee-section{background:linear-gradient(180deg, #f7f8fb 0%, #fafbfc 50%, #f7f8fb 100%)}.guarantee-card{text-align:center;padding:32px 24px}.guarantee-card__icon{font-size:36px;margin-bottom:16px}.guarantee-card__title{font-size:18px;font-weight:700;margin-bottom:8px}.guarantee-card__desc{font-size:14px;color:#475569;line-height:1.7}.product-card__audience{font-size:14px;color:#94a3b8;line-height:1.7;margin-bottom:16px;padding:8px 16px;background:#f7f8fb;border-radius:8px;text-align:center}.contact-fab{position:fixed;bottom:80px;right:24px;z-index:1100;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg, #6366f1, #8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;box-shadow:0 8px 24px rgba(79,70,229,.35);transition:all .25s ease;border:none}.contact-fab:hover{transform:scale(1.1);box-shadow:0 12px 32px rgba(79,70,229,.45)}.contact-fab:hover .contact-fab__popup{opacity:1;visibility:visible;transform:translateY(0)}.contact-fab__popup{position:absolute;bottom:calc(100% + 12px);right:0;width:240px;background:#fff;border:1px solid #e5e8ef;border-radius:16px;box-shadow:0 20px 50px rgba(18,24,40,.08);padding:24px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease}.contact-fab__popup::after{content:"";position:absolute;bottom:-7px;right:20px;width:12px;height:12px;background:#fff;border-right:1px solid #e5e8ef;border-bottom:1px solid #e5e8ef;transform:rotate(45deg)}.contact-fab__title{font-size:14px;font-weight:700;color:#15171c;margin-bottom:8px}.contact-fab__wechat{font-size:20px;font-weight:700;color:#4f46e5;text-align:center;padding:8px 0;background:#eef2ff;border-radius:8px;margin-bottom:8px;letter-spacing:2px}.contact-fab__hint{font-size:12px;color:#94a3b8;text-align:center;line-height:1.7}.contact-fab__hours{margin-top:8px;padding-top:8px;border-top:1px solid #f1f3f7;font-size:12px;color:#94a3b8;text-align:center}@media(max-width: 768px){.contact-fab{bottom:80px;right:16px;width:48px;height:48px;font-size:20px}.contact-fab__popup{width:200px;right:-10px}}.chat-widget{position:fixed;bottom:88px;right:24px;z-index:1100;display:flex;flex-direction:column;align-items:flex-end}.chat-widget__trigger{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg, #6366f1, #8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;border:none;box-shadow:0 8px 24px rgba(79,70,229,.35);transition:all .25s ease;position:relative}.chat-widget__trigger:hover{transform:scale(1.1);box-shadow:0 12px 32px rgba(79,70,229,.45)}.chat-widget__trigger-badge{position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:50%;background:#10b981;border:2px solid #fff}.chat-widget__window{display:none;position:absolute;bottom:70px;right:0;width:360px;max-height:520px;background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(18,24,40,.2);flex-direction:column;overflow:hidden}.chat-widget.is-open .chat-widget__window{display:flex;animation:chat-slide-in .2s ease}@keyframes chat-slide-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-widget__header{padding:16px 24px;background:linear-gradient(135deg, #6366f1, #8b5cf6);color:#fff;display:flex;align-items:center;justify-content:space-between}.chat-widget__header-info{display:flex;flex-direction:column}.chat-widget__header-title{font-size:16px;font-weight:700}.chat-widget__status{display:flex;align-items:center;gap:6px;font-size:12px}.chat-widget__status-dot{width:8px;height:8px;border-radius:50%}.chat-widget__status-dot--online{background:#4ade80;box-shadow:0 0 0 0 rgba(74,222,128,.5);animation:chat-online-pulse 2s infinite}.chat-widget__status-dot--offline{background:#94a3b8}@keyframes chat-online-pulse{0%{box-shadow:0 0 0 0 rgba(74,222,128,.5)}70%{box-shadow:0 0 0 6px rgba(74,222,128,0)}100%{box-shadow:0 0 0 0 rgba(74,222,128,0)}}.chat-widget__close{color:#fff;background:none;border:none;font-size:20px;cursor:pointer;opacity:.8}.chat-widget__close:hover{opacity:1}.chat-widget__messages{flex:1;overflow-y:auto;padding:16px;min-height:240px;max-height:320px;background:#f7f8fb}.chat-widget__empty{text-align:center;color:#94a3b8;font-size:14px;padding:32px 16px;line-height:1.7}.chat-widget__msg{margin-bottom:16px;max-width:80%}.chat-widget__msg--visitor{margin-left:auto;text-align:right}.chat-widget__msg--admin{margin-right:auto}.chat-widget__msg-bubble{display:inline-block;padding:8px 16px;border-radius:16px;font-size:14px;line-height:1.7;word-break:break-word}.chat-widget__msg--visitor .chat-widget__msg-bubble{background:linear-gradient(135deg, #6366f1, #8b5cf6);color:#fff;border-bottom-right-radius:4px}.chat-widget__msg--admin .chat-widget__msg-bubble{background:#fff;color:#15171c;border:1px solid #e5e8ef;border-bottom-left-radius:4px}.chat-widget__msg-time{font-size:11px;color:#94a3b8;margin-top:2px}.chat-widget__notice{text-align:center;padding:8px;background:#fffbeb;color:#f59e0b;border-radius:8px;font-size:12px;margin:8px 0}.chat-widget__input-area{padding:8px 16px;border-top:1px solid #e5e8ef;display:flex;gap:8px;background:#fff}.chat-widget__input{flex:1;padding:8px 16px;border:1.5px solid #e5e8ef;border-radius:9999px;font-size:14px;outline:none}.chat-widget__input:focus{border-color:#4f46e5}.chat-widget__send-btn{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg, #6366f1, #8b5cf6);color:#fff;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-widget__send-btn:hover{transform:scale(1.05)}.chat-widget__actions{display:flex;gap:8px;padding:8px 16px;border-top:1px solid #f1f3f7;background:#fafbfc}.chat-widget__action-btn{flex:1;padding:4px 8px;background:#f7f8fb;border:1px solid #e5e8ef;border-radius:8px;font-size:12px;color:#475569;cursor:pointer;text-align:center;transition:all .15s ease}.chat-widget__action-btn:hover{border-color:#4f46e5;color:#4f46e5}.chat-widget__ticket{display:none;padding:16px;background:#fff;border-top:1px solid #e5e8ef;max-height:300px;overflow-y:auto}.chat-widget__ticket h4{font-size:14px;font-weight:700;margin-bottom:8px}.chat-widget__ticket select,.chat-widget__ticket input,.chat-widget__ticket textarea{width:100%;padding:4px 8px;border:1.5px solid #e5e8ef;border-radius:8px;font-size:12px;margin-bottom:8px;outline:none;font-family:inherit}.chat-widget__ticket select:focus,.chat-widget__ticket input:focus,.chat-widget__ticket textarea:focus{border-color:#4f46e5}.chat-widget__ticket textarea{min-height:60px;resize:vertical}.chat-widget__ticket button{width:100%;padding:4px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.chat-widget__ticket button:hover{background:#4338ca}@media(max-width: 768px){.chat-widget{bottom:80px;right:8px}.chat-widget__window{width:calc(100vw - 32px);right:-8px}}:root{--color-primary: #4f46e5;--color-primary-dark: #4338ca;--color-bg: #f7f8fb;--color-surface: #ffffff;--color-text: #15171c;--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-border: #e5e8ef;--gradient-primary: linear-gradient(135deg, #3b82f6, #8b5cf6 50%, #ec4899);--gradient-text: linear-gradient(135deg, #4f46e5, #8b5cf6);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 9999px;--shadow-sm: 0 1px 3px rgba(18, 24, 40, 0.04);--shadow-lg: 0 14px 36px rgba(18, 24, 40, 0.05);--nav-height: 64px;--container-max: 1200px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Noto Sans SC",sans-serif;font-size:16px;line-height:1.5;color:#15171c;background:#f7f8fb;background-image:linear-gradient(#f7f8fb 0%, #efe9f7 50%, #f7f8fb 100%);background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:#4f46e5;text-decoration:none;transition:color .15s ease}a:hover{color:#4338ca}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.container--narrow{max-width:800px}.container--wide{max-width:1400px}.section{padding:72px 24px;position:relative}.section--tight{padding:48px 24px}.section--alt{background:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.15;color:#15171c;letter-spacing:-0.02em}h1{font-size:clamp(40px,5vw,66px);font-weight:900;line-height:1.18;letter-spacing:-0.03em}h2{font-size:clamp(30px,3.5vw,44px)}h3{font-size:clamp(20px,2vw,24px)}h4{font-size:18px}.text-gradient{background:linear-gradient(135deg, #4f46e5, #8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}.text-center{text-align:center}.text-muted{color:#94a3b8}.text-secondary{color:#475569}.text-small{font-size:14px}.text-xs{font-size:12px}.font-semibold{font-weight:600}.font-bold{font-weight:700}.kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9999px;background:#eef2ff;color:#4f46e5;font-size:14px;font-weight:600;letter-spacing:.02em}.kicker--success{background:#ecfdf5;color:#10b981}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#4f46e5;position:relative}.pulse-dot::after{content:"";position:absolute;inset:0;border-radius:50%;background:inherit;animation:pulse-ring 1.5s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}100%{transform:scale(2.5);opacity:0}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}
