.layout-header[data-v-074acebf]{position:sticky;top:0;z-index:9999;background:var(--background-white);box-shadow:var(--shadow-sm)}.layout-header__inner[data-v-074acebf]{max-width:1200px;margin:0 auto;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.layout-header__brand[data-v-074acebf]{display:flex;align-items:center}.layout-header__logo[data-v-074acebf]{height:40px;width:auto;object-fit:contain}.layout-header__nav[data-v-074acebf]{display:flex;gap:16px;font-size:18px}.layout-header__nav a[data-v-074acebf],.layout-header__nav router-link[data-v-074acebf]{color:var(--text-primary);text-decoration:none;transition:color .2s ease;display:inline-block}.layout-header__nav a[data-v-074acebf]:hover,.layout-header__nav router-link[data-v-074acebf]:hover{color:var(--primary-color)}.layout-header__contact[data-v-074acebf]{font-size:var(--text-base);color:var(--primary-color);white-space:nowrap;font-weight:600;cursor:pointer;transition:color .2s ease,transform .2s ease}.layout-header__contact[data-v-074acebf]:hover{color:var(--secondary-color);transform:translateY(-1px)}@media(max-width:768px){.layout-header__inner[data-v-074acebf]{flex-direction:column;align-items:flex-start}.layout-header__nav[data-v-074acebf]{flex-wrap:wrap;row-gap:8px}}.layout-footer[data-v-b4268a47]{background:#101a35;color:#c7cfeb;padding:24px 0 32px}.layout-footer__inner[data-v-b4268a47]{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;gap:24px;font-size:12px}.layout-footer__brand[data-v-b4268a47]{font-size:14px;font-weight:600;margin-bottom:8px}.layout-footer__desc[data-v-b4268a47]{max-width:520px;line-height:1.6}.layout-footer__right[data-v-b4268a47]{text-align:right;padding-top:10px}.layout-footer__contact[data-v-b4268a47]{margin-bottom:6px}.layout-footer__copyright[data-v-b4268a47]{opacity:.8}.layout-footer__icp[data-v-b4268a47]{display:inline-block;margin-top:6px;color:#c7cfeb;text-decoration:none;opacity:.7;transition:opacity .2s ease}.layout-footer__icp[data-v-b4268a47]:hover{opacity:1;text-decoration:underline}@media(max-width:768px){.layout-footer__inner[data-v-b4268a47]{flex-direction:column;text-align:left}.layout-footer__right[data-v-b4268a47]{text-align:left}}.floating-bar[data-v-deeeee43]{position:fixed;right:30px;bottom:140px;z-index:90;opacity:0;transform:translate(100%);pointer-events:none}.floating-bar--visible[data-v-deeeee43]{animation:slideIn-deeeee43 .5s ease-out forwards;pointer-events:auto}@keyframes slideIn-deeeee43{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.floating-bar__button[data-v-deeeee43]{position:relative;border-radius:var(--border-radius-full);padding:16px 24px;border:none;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px;box-shadow:0 8px 24px #ff674366;overflow:hidden}.floating-bar__button[data-v-deeeee43]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.floating-bar__button[data-v-deeeee43]:hover:before{left:100%}.floating-bar__button[data-v-deeeee43]:hover{transform:translateY(-6px);box-shadow:0 12px 32px #ff674380}.floating-bar__button[data-v-deeeee43]:active{transform:translateY(-2px);box-shadow:0 6px 20px #ff674366}.floating-bar__button-icon[data-v-deeeee43]{font-size:20px;transition:transform .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.floating-bar__button:hover .floating-bar__button-icon[data-v-deeeee43]{transform:scale(1.1) rotate(5deg)}.floating-bar__button-badge[data-v-deeeee43]{background-color:#fff3;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;animation:pulse-deeeee43 2s infinite}@keyframes pulse-deeeee43{0%{box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}@media(max-width:768px){.floating-bar[data-v-deeeee43]{right:20px;bottom:20px}.floating-bar__button[data-v-deeeee43]{padding:14px 20px;font-size:14px}.floating-bar__button-icon[data-v-deeeee43]{font-size:18px}.floating-bar__button-badge[data-v-deeeee43]{font-size:11px;padding:3px 6px}}@media(min-width:1024px){.floating-bar__button[data-v-deeeee43]{padding:18px 28px;font-size:16px}.floating-bar__button-icon[data-v-deeeee43]{font-size:22px}}.consult-dialog[data-v-c5b56801]{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0f235f80;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.consult-dialog__box[data-v-c5b56801]{position:relative;width:100%;max-width:420px;background:var(--background-white);border-radius:var(--border-radius-lg);padding:28px 24px;box-shadow:var(--shadow-xl);animation:dialogSlideIn-c5b56801 .3s ease-out}@keyframes dialogSlideIn-c5b56801{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.consult-dialog__close[data-v-c5b56801]{position:absolute;top:12px;right:16px;width:32px;height:32px;border:none;background:none;font-size:24px;color:#6a7ba0;cursor:pointer;line-height:1}.consult-dialog__close[data-v-c5b56801]:hover{color:#12336b}.consult-dialog__title[data-v-c5b56801]{font-size:20px;color:var(--text-primary);margin:0 0 8px;font-weight:700;text-align:center}.consult-dialog__desc[data-v-c5b56801]{font-size:var(--text-xs);color:var(--text-secondary);margin:0 0 24px;text-align:center}.consult-dialog__form[data-v-c5b56801]{display:flex;flex-direction:column;gap:16px}.consult-dialog__field label[data-v-c5b56801]{display:block;font-size:var(--text-xs);color:var(--text-primary);margin-bottom:6px;font-weight:500}.consult-dialog__field .required[data-v-c5b56801]{color:var(--secondary-color)}.consult-dialog__field input[data-v-c5b56801],.consult-dialog__field select[data-v-c5b56801]{width:100%;padding:10px 12px;border:1px solid #d8dee8;border-radius:var(--border-radius-sm);font-size:var(--text-sm);transition:border-color .2s ease,box-shadow .2s ease}.consult-dialog__field input[data-v-c5b56801]:focus,.consult-dialog__field select[data-v-c5b56801]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #ff7d3b1a}.consult-dialog__error[data-v-c5b56801]{font-size:12px;color:var(--secondary-color);margin:0;text-align:center}.consult-dialog__submit[data-v-c5b56801]{padding:12px 24px;border:none;border-radius:var(--border-radius-sm);background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));color:#fff;font-size:var(--text-sm);font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 4px 12px #ff67434d}.consult-dialog__submit[data-v-c5b56801]:hover:not(:disabled){opacity:.95;transform:translateY(-1px);box-shadow:0 6px 16px #ff674366}.consult-dialog__submit[data-v-c5b56801]:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.consult-dialog__success[data-v-c5b56801]{text-align:center;padding:24px 0}.consult-dialog__success-icon[data-v-c5b56801]{display:inline-block;width:48px;height:48px;line-height:48px;border-radius:50%;background:#22c55e;color:#fff;font-size:24px;font-weight:700;margin-bottom:16px;animation:successPulse-c5b56801 .6s ease-in-out}@keyframes successPulse-c5b56801{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.consult-dialog__success p[data-v-c5b56801]{margin:0;color:var(--text-primary);font-size:var(--text-sm);font-weight:500}.dialog-enter-active .consult-dialog__box[data-v-c5b56801],.dialog-leave-active .consult-dialog__box[data-v-c5b56801]{transition:transform .2s ease}.dialog-enter-from .consult-dialog__box[data-v-c5b56801],.dialog-leave-to .consult-dialog__box[data-v-c5b56801]{transform:scale(.95)}.app-root[data-v-dffcf661]{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f7fb}.app-main[data-v-dffcf661]{flex:1}.hero[data-v-97e10784]{background:linear-gradient(135deg,#0f2360,#1a3a7a,#12336b);color:#fff;padding:var(--padding-section);text-align:center;position:relative;overflow:hidden}.hero[data-v-97e10784]:before{content:"";position:absolute;inset:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB4PSIwIiB5PSIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSgzMCkiPjxwYXRoIGQ9Ik0gNDAgMCBMIDAgMCAwIDQwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgb3BhY2l0eT0iMC4xIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIiAvPjwvc3ZnPg==);opacity:.3;z-index:0}.hero__inner[data-v-97e10784]{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero__badge[data-v-97e10784]{display:inline-block;font-size:13px;color:#ffffffd9;background:#ffffff1f;padding:6px 16px;border-radius:999px;margin-bottom:20px}.hero__title[data-v-97e10784]{font-size:var(--text-3xl);font-weight:700;margin:var(--margin-title);line-height:var(--line-height-title)}.hero__subtitle[data-v-97e10784]{font-size:var(--text-base);color:#ffffffe6;margin:0 0 28px;line-height:var(--line-height-body)}.hero__btn[data-v-97e10784]{padding:14px 32px;border:none;border-radius:var(--border-radius-full);background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));color:#fff;font-size:var(--text-sm);font-weight:600;cursor:pointer;box-shadow:0 4px 16px #ff674366;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.hero__btn[data-v-97e10784]:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 20px #ff674380}.hero__stats[data-v-97e10784]{display:flex;justify-content:center;gap:40px;padding:20px 0 40px}.hero__stat-item[data-v-97e10784]{text-align:center;min-width:120px}.hero__stat-number[data-v-97e10784]{display:block;font-size:28px;font-weight:700;color:#fff;margin-bottom:4px;min-width:100px;text-align:center}.hero__stat-label[data-v-97e10784]{display:block;font-size:14px;color:#fffc}@media(max-width:768px){.hero[data-v-97e10784]{padding:36px 16px 44px}.hero__title[data-v-97e10784]{font-size:var(--text-xl)}.hero__subtitle[data-v-97e10784]{font-size:var(--text-sm)}.hero__stats[data-v-97e10784]{flex-direction:column;gap:20px;margin-top:32px;padding-top:24px}.hero__stat-item[data-v-97e10784]{min-width:100px}.hero__stat-number[data-v-97e10784]{font-size:24px;min-width:80px}.hero__stat-label[data-v-97e10784]{font-size:13px}}.pain-points[data-v-c9a5fea1]{padding:var(--padding-section);background:var(--background-white)}.pain-points__inner[data-v-c9a5fea1]{max-width:1200px;margin:0 auto}.pain-points__title[data-v-c9a5fea1]{margin:0 0 12px;text-align:center;font-size:var(--text-2xl);line-height:var(--line-height-title);font-weight:700;letter-spacing:.02em}.pain-points__subtitle[data-v-c9a5fea1]{margin:0 0 36px;text-align:center;font-size:var(--text-base);color:var(--text-secondary);line-height:var(--line-height-body)}.pain-points__title-main[data-v-c9a5fea1]{color:var(--text-secondary)}.pain-points__title-accent[data-v-c9a5fea1]{color:var(--accent-color)}.pain-points__grid[data-v-c9a5fea1]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}.pain-points__card[data-v-c9a5fea1]{display:flex;flex-direction:column;background:var(--background-white);border-radius:var(--border-radius-md);border:1px solid #e8ecf4;box-shadow:var(--shadow-md);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease;min-height:100%}.pain-points__card[data-v-c9a5fea1]:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.pain-points__card-head[data-v-c9a5fea1]{padding:14px 12px;text-align:center}.pain-points__card-title[data-v-c9a5fea1]{margin:0;font-size:var(--text-base);font-weight:700;color:#fff;line-height:1.35}.pain-points__card-body[data-v-c9a5fea1]{flex:1;display:flex;flex-direction:column;padding:18px 16px 16px}.pain-points__list[data-v-c9a5fea1]{list-style:none;margin:0 0 18px;padding:0;flex:1}.pain-points__list-item[data-v-c9a5fea1]{display:flex;align-items:flex-start;gap:8px;font-size:var(--text-sm);line-height:var(--line-height-body);color:var(--text-light);margin-bottom:12px}.pain-points__list-item[data-v-c9a5fea1]:last-child{margin-bottom:0}.pain-points__check[data-v-c9a5fea1]{flex-shrink:0;width:1.25em;text-align:center;font-weight:700;font-size:15px;line-height:1.65}.pain-points__list-text[data-v-c9a5fea1]{flex:1}.pain-points__card-btn[data-v-c9a5fea1]{align-self:center;margin-top:auto;padding:8px 22px;border-radius:999px;border:1.5px solid;background:transparent;font-size:var(--text-sm);font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease}.pain-points__card-btn[data-v-c9a5fea1]:hover{opacity:.88;background:#00000005}.pain-points__cta-wrap[data-v-c9a5fea1]{margin-top:40px;display:flex;justify-content:center}.pain-points__cta[data-v-c9a5fea1]{padding:14px 40px;border:none;border-radius:var(--border-radius-full);background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));color:#fff;font-size:var(--text-base);font-weight:700;cursor:pointer;box-shadow:0 6px 20px #ff674373;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.pain-points__cta[data-v-c9a5fea1]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff674380;opacity:.95}@media(max-width:992px){.pain-points__grid[data-v-c9a5fea1]{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.pain-points[data-v-c9a5fea1]{padding:40px 16px 48px}.pain-points__title[data-v-c9a5fea1]{font-size:var(--text-xl);line-height:var(--line-height-title);margin-bottom:28px}.pain-points__grid[data-v-c9a5fea1]{grid-template-columns:1fr;gap:16px}.pain-points__card-title[data-v-c9a5fea1]{font-size:var(--text-sm)}.pain-points__list-item[data-v-c9a5fea1]{font-size:var(--text-xs);line-height:var(--line-height-body)}.pain-points__cta[data-v-c9a5fea1]{width:100%;max-width:320px;padding:12px 24px;font-size:var(--text-sm)}}.courses[data-v-87945b69]{padding:var(--padding-section);background:var(--background-light)}.courses__inner[data-v-87945b69]{max-width:1200px;margin:0 auto}.courses__title[data-v-87945b69]{font-size:var(--text-2xl);color:var(--text-secondary);text-align:center;margin:0 0 12px;line-height:var(--line-height-title)}.courses__subtitle[data-v-87945b69]{margin:0 0 40px;text-align:center;font-size:var(--text-base);color:var(--text-secondary);line-height:var(--line-height-body)}.courses__grid[data-v-87945b69]{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.courses__card[data-v-87945b69]{background:var(--background-white);border-radius:var(--border-radius-md);padding:var(--padding-card);box-shadow:var(--shadow-md);transition:box-shadow .2s ease,transform .2s ease;position:relative;overflow:hidden}.courses__card[data-v-87945b69]:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--primary-color),var(--secondary-color))}.courses__card[data-v-87945b69]:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.courses__card-title[data-v-87945b69]{font-size:var(--text-lg);color:var(--text-primary);margin:0 0 8px;font-weight:700}.courses__card-desc[data-v-87945b69]{font-size:var(--text-xs);color:var(--text-secondary);margin:var(--margin-sm);line-height:var(--line-height-sm)}.courses__card-list[data-v-87945b69]{margin:0 0 20px;padding-left:18px;font-size:var(--text-sm);color:var(--text-primary);line-height:var(--line-height-body)}.courses__card-btn[data-v-87945b69]{width:100%;padding:10px 20px;border:none;border-radius:var(--border-radius-sm);background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));color:#fff;font-size:var(--text-sm);font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 2px 8px #ff67434d}.courses__card-btn[data-v-87945b69]:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 4px 12px #ff674366}.pain-points__title-accent[data-v-87945b69]{color:var(--accent-color)}@media(max-width:992px){.courses__grid[data-v-87945b69]{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.courses__grid[data-v-87945b69]{grid-template-columns:1fr}.courses__title[data-v-87945b69]{font-size:var(--text-xl)}}.advantages[data-v-a50e6e01]{padding:48px 24px 56px;background:linear-gradient(135deg,#f5f7fa,#e4e9f2);position:relative;overflow:hidden}.advantages[data-v-a50e6e01]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(18,51,107,.05) 0%,transparent 70%);z-index:0}.advantages__inner[data-v-a50e6e01]{max-width:1200px;margin:0 auto;position:relative;z-index:1}.advantages__title[data-v-a50e6e01]{font-size:28px;color:#12336b;text-align:center;margin:0 0 20px;position:relative}.advantages__title[data-v-a50e6e01]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#ff7d3b,#ff4f62);border-radius:2px}.advantages__description[data-v-a50e6e01]{font-size:14px;color:#4a5568;text-align:center;max-width:900px;margin:0 auto 40px;line-height:1.6}.advantages__grid[data-v-a50e6e01]{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:36px;margin-top:36px}.advantages__card[data-v-a50e6e01]{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.advantages__card[data-v-a50e6e01]:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.advantages__card-image[data-v-a50e6e01]{height:200px;overflow:hidden;position:relative;cursor:pointer}.advantages__card-image img[data-v-a50e6e01]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.advantages__card-image:hover img[data-v-a50e6e01]{transform:scale(1.05)}.advantages__card-overlay[data-v-a50e6e01]{position:absolute;inset:0;background:#12336bb3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.advantages__card-image:hover .advantages__card-overlay[data-v-a50e6e01]{opacity:1}.advantages__card-overlay-text[data-v-a50e6e01]{color:#fff;font-size:16px;font-weight:600;white-space:pre-wrap;padding:10px 20px;line-height:30px;border-radius:999px;transition:transform .3s ease}.advantages__card-image:hover .advantages__card-overlay-text[data-v-a50e6e01]{transform:translateY(0)}.advantages__card-title[data-v-a50e6e01]{padding:16px;font-size:16px;font-weight:600;color:#12336b;text-align:center}.advantages__cta[data-v-a50e6e01]{text-align:center}.advantages__btn[data-v-a50e6e01]{padding:12px 36px;border:none;border-radius:999px;background:linear-gradient(90deg,#ff7d3b,#ff4f62);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff7d3b4d}.advantages__btn[data-v-a50e6e01]:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff7d3b66;opacity:.95}@keyframes fadeIn-a50e6e01{0%{opacity:0}to{opacity:1}}@keyframes slideIn-a50e6e01{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:992px){.advantages__grid[data-v-a50e6e01]{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.advantages__grid[data-v-a50e6e01]{grid-template-columns:1fr}.advantages__title[data-v-a50e6e01]{font-size:24px}.advantages__card-image[data-v-a50e6e01]{height:180px}.advantages__modal-content[data-v-a50e6e01]{width:95%;max-height:85vh}}@media(max-width:375px){.advantages[data-v-a50e6e01]{padding:32px 16px 40px}.advantages__card-image[data-v-a50e6e01]{height:160px}}.process[data-v-1a1b5a2a]{padding:48px 24px 56px;background:#f5f7fb}.process__inner[data-v-1a1b5a2a]{max-width:1200px;margin:0 auto}.process__title[data-v-1a1b5a2a]{font-size:26px;color:#12336b;text-align:center;margin:0 0 40px}.process__steps[data-v-1a1b5a2a]{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:16px}.process__step[data-v-1a1b5a2a]{position:relative;flex:1;min-width:160px;max-width:220px;background:#fff;border-radius:12px;padding:24px 20px;text-align:center;box-shadow:0 4px 16px #0f235f0f}.process__step-num[data-v-1a1b5a2a]{width:36px;height:36px;line-height:36px;margin:0 auto 12px;background:linear-gradient(135deg,#ff7d3b,#ff4f62);color:#fff;font-size:16px;font-weight:700;border-radius:50%}.process__step-title[data-v-1a1b5a2a]{font-size:15px;color:#12336b;margin:0 0 8px}.process__step-desc[data-v-1a1b5a2a]{font-size:12px;color:#6a7ba0;margin:0;line-height:1.5}.process__step-arrow[data-v-1a1b5a2a]{position:absolute;right:-15px;top:50%;transform:translateY(-50%);font-size:18px;color:#ff7d3b}@media(max-width:768px){.process__step-arrow[data-v-1a1b5a2a]{display:none}.process__steps[data-v-1a1b5a2a]{flex-direction:column;align-items:stretch}.process__step[data-v-1a1b5a2a]{max-width:none}}.process__cta[data-v-1a1b5a2a]{text-align:center;margin-top:36px}.process__btn[data-v-1a1b5a2a]{padding:12px 36px;border:none;border-radius:999px;background:linear-gradient(90deg,#ff7d3b,#ff4f62);color:#fff;font-size:15px;font-weight:600;cursor:pointer}.process__btn[data-v-1a1b5a2a]:hover{opacity:.92}.courses-table[data-v-e35b89f9]{padding:48px 24px 56px;background:#fff}.courses-table__inner[data-v-e35b89f9]{max-width:1200px;margin:0 auto}.courses-table__title[data-v-e35b89f9]{font-size:26px;color:#12336b;text-align:center;margin:0 0 8px}.courses-table__subtitle[data-v-e35b89f9]{font-size:14px;color:#6a7ba0;text-align:center;margin:0 0 32px}.courses-table__wrapper[data-v-e35b89f9]{overflow-x:auto}.courses-table__table[data-v-e35b89f9]{width:100%;border-collapse:collapse;font-size:14px}.courses-table__table th[data-v-e35b89f9],.courses-table__table td[data-v-e35b89f9]{padding:14px 16px;text-align:left;border:1px solid #e8ecf4}.courses-table__table th[data-v-e35b89f9]{background:#f0f4fa;color:#12336b;font-weight:600}.courses-table__table td[data-v-e35b89f9]{color:#1f325d}.courses-table__btn[data-v-e35b89f9]{padding:8px 20px;border:none;border-radius:8px;background:linear-gradient(90deg,#ff7d3b,#ff4f62);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.courses-table__btn[data-v-e35b89f9]:hover{opacity:.92}.courses-table__cards[data-v-e35b89f9]{display:none}@media(max-width:768px){.courses-table__table[data-v-e35b89f9]{display:none}.courses-table__cards[data-v-e35b89f9]{display:grid;grid-template-columns:1fr;gap:16px}.courses-table__card[data-v-e35b89f9]{background:#f8fafc;border-radius:12px;padding:20px;border:1px solid #e8ecf4}.courses-table__card h4[data-v-e35b89f9]{font-size:16px;color:#12336b;margin:0 0 12px}.courses-table__card p[data-v-e35b89f9]{font-size:13px;color:#1f325d;margin:0 0 8px}.courses-table__card .courses-table__btn[data-v-e35b89f9]{margin-top:12px;width:100%}}.schedule[data-v-9ebb482f]{padding:48px 24px 56px;background:linear-gradient(180deg,#f0f4fa,#fff);position:relative;overflow:hidden}.schedule[data-v-9ebb482f]:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(18,51,107,.05) 0%,transparent 70%);z-index:0}.schedule__inner[data-v-9ebb482f]{max-width:1200px;margin:0 auto;position:relative;z-index:1}.schedule__title[data-v-9ebb482f]{font-size:28px;color:#12336b;text-align:center;margin:0 0 8px;position:relative}.schedule__title[data-v-9ebb482f]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#ff7d3b,#ff4f62);border-radius:2px}.schedule__subtitle[data-v-9ebb482f]{font-size:15px;color:#6a7ba0;text-align:center;margin:40px 0}.schedule__content[data-v-9ebb482f]{display:flex;gap:40px;align-items:flex-start;margin-bottom:40px}.schedule__timeline[data-v-9ebb482f]{flex:3;background:#fff;border-radius:12px;padding:60px 24px;box-shadow:0 4px 16px #0f235f0f;position:relative}.schedule__timeline-main[data-v-9ebb482f]{position:relative;width:100%}.schedule__timeline-line[data-v-9ebb482f]{position:absolute;top:50%;left:0;right:0;height:2px;background:#3b82f6;transform:translateY(-50%);z-index:1}.schedule__timeline-dots[data-v-9ebb482f]{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:2;padding:0 10%}.schedule__timeline-dot[data-v-9ebb482f]{width:12px;height:12px;background:#3b82f6;border-radius:50%}.schedule__timeline-top[data-v-9ebb482f],.schedule__timeline-bottom[data-v-9ebb482f]{position:relative;z-index:3;height:60px;margin:40px 0}.schedule__timeline-item[data-v-9ebb482f]{position:absolute;top:0;transform:translate(-50%);display:flex;align-items:center;justify-content:center;text-align:center}.schedule__timeline-top .schedule__timeline-item[data-v-9ebb482f]:nth-child(1){left:10%}.schedule__timeline-top .schedule__timeline-item[data-v-9ebb482f]:nth-child(2){left:30%}.schedule__timeline-top .schedule__timeline-item[data-v-9ebb482f]:nth-child(3){left:50%}.schedule__timeline-top .schedule__timeline-item[data-v-9ebb482f]:nth-child(4){left:70%}.schedule__timeline-top .schedule__timeline-item[data-v-9ebb482f]:nth-child(5){left:90%}.schedule__timeline-bottom .schedule__timeline-item[data-v-9ebb482f]:nth-child(1){left:10%;top:100%;transform:translate(-50%,-100%)}.schedule__timeline-bottom .schedule__timeline-item[data-v-9ebb482f]:nth-child(2){left:30%;top:100%;transform:translate(-50%,-100%)}.schedule__timeline-bottom .schedule__timeline-item[data-v-9ebb482f]:nth-child(3){left:50%;top:100%;transform:translate(-50%,-100%)}.schedule__timeline-bottom .schedule__timeline-item[data-v-9ebb482f]:nth-child(4){left:70%;top:100%;transform:translate(-50%,-100%)}.schedule__timeline-bottom .schedule__timeline-item[data-v-9ebb482f]:nth-child(5){left:90%;top:100%;transform:translate(-50%,-100%)}.schedule__timeline-time[data-v-9ebb482f]{font-size:30px;font-weight:600;color:#12336b;padding:8px 12px}.schedule__timeline-time.red[data-v-9ebb482f]{color:#ef4444}.schedule__timeline-activity[data-v-9ebb482f]{font-size:20px;font-weight:600;color:#fff;padding:8px 16px;border-radius:8px;white-space:nowrap}.schedule__timeline-activity.green[data-v-9ebb482f]{background:#4ade80}.schedule__timeline-activity.blue[data-v-9ebb482f]{background:#3b82f6}.schedule__timeline-activity.yellow[data-v-9ebb482f]{background:#fbbf24}.schedule__tips[data-v-9ebb482f]{flex:1;background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 16px #0f235f0f}.schedule__tips h4[data-v-9ebb482f]{font-size:16px;color:#12336b;margin:0 0 16px}.schedule__tips ul[data-v-9ebb482f]{margin:0;padding-left:20px;font-size:14px;color:#1f325d;line-height:2}.schedule__cta[data-v-9ebb482f]{text-align:center}.schedule__btn[data-v-9ebb482f]{padding:14px 40px;border:none;border-radius:999px;background:linear-gradient(90deg,#ff7d3b,#ff4f62);color:#fff;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #ff674359;transition:all .3s ease}.schedule__btn[data-v-9ebb482f]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff674373;opacity:.95}@media(max-width:600px){.schedule__content[data-v-9ebb482f]{flex-direction:column;align-items:center}.schedule__timeline[data-v-9ebb482f]{padding:30px 16px}.schedule__timeline-activity[data-v-9ebb482f]{font-size:11px;max-width:100px}}@media(max-width:768px){.schedule__title[data-v-9ebb482f]{font-size:20px}.schedule__timeline[data-v-9ebb482f]{padding:24px 16px;width:90%;margin:0 auto}.schedule__timeline-main[data-v-9ebb482f]{display:flex;flex-direction:column;gap:16px}.schedule__timeline-line[data-v-9ebb482f],.schedule__timeline-dots[data-v-9ebb482f]{display:none}.schedule__timeline-top[data-v-9ebb482f],.schedule__timeline-bottom[data-v-9ebb482f]{position:static;height:auto;margin:0;display:flex;flex-direction:column;gap:16px}.schedule__timeline-item[data-v-9ebb482f],.schedule__timeline-top .schedule__timeline-item[data-v-9ebb482f],.schedule__timeline-bottom .schedule__timeline-item[data-v-9ebb482f]{position:static;transform:none!important;top:auto!important;left:auto!important;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:12px;padding:12px 16px;background:#f8fafc;border-radius:8px;border-left:4px solid #3b82f6;width:100%;box-sizing:border-box}.schedule__timeline-item[data-v-9ebb482f]:nth-child(odd){border-left-color:#4ade80}.schedule__timeline-item[data-v-9ebb482f]:nth-child(2n){border-left-color:#3b82f6}.schedule__timeline-time[data-v-9ebb482f]{font-size:16px;padding:0;margin:0;white-space:nowrap;min-width:80px;color:#12336b}.schedule__timeline-time.red[data-v-9ebb482f]{color:#ef4444}.schedule__timeline-activity[data-v-9ebb482f]{font-size:14px;padding:4px 12px;white-space:normal;flex:1}}@media(max-width:576px){.schedule[data-v-9ebb482f]{padding:32px 16px 40px}.schedule__timeline[data-v-9ebb482f]{padding:16px;width:90%;margin:0 auto}.schedule__timeline-main[data-v-9ebb482f],.schedule__timeline-top[data-v-9ebb482f],.schedule__timeline-bottom[data-v-9ebb482f]{gap:12px}.schedule__timeline-item[data-v-9ebb482f],.schedule__timeline-top .schedule__timeline-item[data-v-9ebb482f],.schedule__timeline-bottom .schedule__timeline-item[data-v-9ebb482f]{flex-direction:column;align-items:flex-start;gap:6px;padding:10px 12px}.schedule__timeline-time[data-v-9ebb482f]{font-size:15px;margin-bottom:0}.schedule__timeline-activity[data-v-9ebb482f]{font-size:13px;width:100%}}.schedule__faq[data-v-9ebb482f]{background:#fff;padding:48px 24px;margin-top:48px;border-radius:12px;box-shadow:0 4px 16px #0f235f0f}.schedule__faq-title[data-v-9ebb482f]{font-size:24px;color:#12336b;text-align:center;margin:0 0 36px;position:relative}.schedule__faq-title[data-v-9ebb482f]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#ff7d3b,#ff4f62);border-radius:2px}.schedule__faq-grid[data-v-9ebb482f]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:36px}.schedule__faq-item[data-v-9ebb482f]{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid #e8ecf4;border-radius:8px;transition:all .3s ease}.schedule__faq-item[data-v-9ebb482f]:hover{box-shadow:0 4px 12px #0f235f14;border-color:#3b82f6}.schedule__faq-question[data-v-9ebb482f]{font-size:14px;color:#1f325d;flex:1;margin-right:16px}.schedule__faq-btn[data-v-9ebb482f]{padding:6px 12px;border:1px solid #e8ecf4;border-radius:4px;background:#f8fafc;color:#6a7ba0;font-size:12px;cursor:pointer;transition:all .3s ease}.schedule__faq-btn[data-v-9ebb482f]:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.schedule__faq-cta[data-v-9ebb482f]{text-align:center}.schedule__faq-btn-large[data-v-9ebb482f]{padding:12px 36px;border:none;border-radius:999px;background:linear-gradient(90deg,#ff7d3b,#ff4f62);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #fbbf244d}.schedule__faq-btn-large[data-v-9ebb482f]:hover{transform:translateY(-2px);box-shadow:0 6px 16px #fbbf2466}@media(max-width:768px){.schedule__faq-grid[data-v-9ebb482f]{grid-template-columns:1fr}.schedule__faq-title[data-v-9ebb482f]{font-size:20px}}@media(max-width:576px){.schedule__faq[data-v-9ebb482f]{padding:32px 16px;margin-top:32px}.schedule__faq-item[data-v-9ebb482f]{flex-direction:column;align-items:flex-start}.schedule__faq-question[data-v-9ebb482f]{margin-right:0;margin-bottom:12px}.schedule__faq-btn[data-v-9ebb482f]{align-self:flex-end}}.home[data-v-a2159884]{padding-bottom:120px}[data-v-846e145e]{margin:0;padding:0;box-sizing:border-box}.gaodun-header[data-v-846e145e]{background:#f60;color:#fff;padding:10px 0}.gaodun-header__inner[data-v-846e145e]{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.gaodun-header__brand[data-v-846e145e]{display:flex;align-items:center;font-size:18px;font-weight:700}.gaodun-header__subbrand[data-v-846e145e]{margin-left:15px;font-size:14px;font-weight:400}.gaodun-header__nav[data-v-846e145e]{display:flex;gap:20px}.gaodun-header__nav-item[data-v-846e145e]{display:flex;align-items:center;cursor:pointer;transition:opacity .2s ease}.gaodun-header__nav-item[data-v-846e145e]:hover{opacity:.8}.gaodun-header__nav-arrow[data-v-846e145e]{font-size:10px;margin-left:5px}.gaodun-header__search[data-v-846e145e]{display:flex;align-items:center}.gaodun-header__search-input[data-v-846e145e]{padding:6px 10px;border:none;border-radius:4px 0 0 4px;outline:none;width:200px}.gaodun-header__search-btn[data-v-846e145e]{padding:6px 12px;background:#f80;border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;transition:background .2s ease}.gaodun-header__search-btn[data-v-846e145e]:hover{background:#fa0}.gaodun-banner[data-v-846e145e]{background:linear-gradient(135deg,#f60,#f93);color:#fff;padding:40px 0;text-align:center}.gaodun-banner__inner[data-v-846e145e]{max-width:1200px;margin:0 auto;padding:0 20px}.gaodun-banner__title[data-v-846e145e]{font-size:32px;font-weight:700;margin-bottom:15px}.gaodun-banner__desc[data-v-846e145e]{font-size:14px;line-height:1.5;max-width:800px;margin:0 auto}.gaodun-content[data-v-846e145e]{background:#f5f5f5;padding:30px 0}.gaodun-content__inner[data-v-846e145e]{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;gap:30px}.gaodun-filter[data-v-846e145e]{display:flex;align-items:center;margin-bottom:20px;padding:15px;background:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;position:relative;z-index:100}.gaodun-filter--fixed[data-v-846e145e]{position:sticky;top:80px;left:0;right:0;margin-bottom:0;border-radius:0;box-shadow:0 2px 8px #00000026;z-index:1000}.gaodun-filter__inner[data-v-846e145e]{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%}.gaodun-filter__search[data-v-846e145e]{display:flex;align-items:center;margin-left:auto}.gaodun-filter__search-input[data-v-846e145e]{padding:6px 10px;border:1px solid #e0e0e0;border-radius:4px 0 0 4px;outline:none;width:200px}.gaodun-filter__search-btn[data-v-846e145e]{padding:6px 12px;background:#f60;border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;transition:background .2s ease}.gaodun-filter__search-btn[data-v-846e145e]:hover{background:#f80}.gaodun-filter__clear[data-v-846e145e]{color:#f60;cursor:pointer;font-size:14px;transition:color .2s ease}.gaodun-filter__clear[data-v-846e145e]:hover{color:#f80}.gaodun-filter__item[data-v-846e145e]{padding:8px 16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:5px;position:relative}.gaodun-filter__item-text--active[data-v-846e145e]{color:#f60!important;font-weight:700}.gaodun-filter__arrow[data-v-846e145e]{font-size:10px;transition:transform .2s ease;color:#666}.gaodun-filter__arrow--active[data-v-846e145e]{transform:rotate(180deg);color:#f60}.gaodun-filter__divider[data-v-846e145e]{width:1px;height:20px;background:#e0e0e0;margin:0 20px}.gaodun-filter__dropdown[data-v-846e145e]{position:absolute;top:100%;left:0;margin-top:5px;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:200;min-width:120px}.gaodun-filter__dropdown--region[data-v-846e145e]{min-width:400px;columns:5;padding:10px}.gaodun-filter__dropdown-item[data-v-846e145e]{padding:8px 16px;cursor:pointer;transition:all .2s ease;break-inside:avoid;white-space:nowrap}.gaodun-filter__dropdown-item[data-v-846e145e]:hover{background:#f5f5f5}.gaodun-filter__dropdown-item--active[data-v-846e145e]{background:#f60!important;color:#fff!important}.gaodun-materials[data-v-846e145e]{flex:1;position:relative}.gaodun-materials__content[data-v-846e145e]{padding-top:20px}.gaodun-materials__grid[data-v-846e145e]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:30px}.gaodun-materials__item[data-v-846e145e]{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease;display:flex;gap:15px}.gaodun-materials__item[data-v-846e145e]:hover{transform:translateY(-4px);box-shadow:0 4px 8px #00000026}.gaodun-materials__item-tag[data-v-846e145e]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:80px;height:80px;background:#f60;border-radius:8px;padding:5px;position:relative}.gaodun-materials__item-tag-badge[data-v-846e145e]{position:absolute;top:-8px;left:-8px;background:#fff;color:#f60;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px}.gaodun-materials__item-tag-icon[data-v-846e145e]{color:#fff;display:flex;align-items:center;justify-content:center}.gaodun-materials__item-tag-text[data-v-846e145e]{color:#fff;font-size:12px;font-weight:700}.gaodun-materials__item-content[data-v-846e145e]{flex:1;display:flex;flex-direction:column;gap:10px}.gaodun-materials__item-title[data-v-846e145e]{font-size:16px;font-weight:700;color:#333;line-height:1.4}.gaodun-materials__item-desc[data-v-846e145e]{font-size:14px;color:#666;line-height:1.4;flex:1}.gaodun-materials__item-badge[data-v-846e145e]{background:#fff3e0;color:#f60;padding:2px 8px;border-radius:10px;font-size:10px;width:fit-content}.gaodun-materials__item-meta[data-v-846e145e]{font-size:12px;color:#999;display:flex;gap:15px;align-items:center;flex-wrap:wrap}.gaodun-materials__item-rating[data-v-846e145e]{display:flex;align-items:center;gap:5px}.gaodun-materials__item-stars[data-v-846e145e]{color:#fc0;font-size:14px}.gaodun-materials__item-score[data-v-846e145e]{font-size:12px;color:#666}.gaodun-materials__item-bottom[data-v-846e145e]{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.gaodun-materials__item-btn[data-v-846e145e]{width:120px;padding:10px;background:#f60;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease;font-weight:700;text-align:center}.gaodun-materials__item-btn[data-v-846e145e]:hover{background:#f80}.gaodun-materials__item-tag-icon[data-v-846e145e]{color:#fff;display:flex;align-items:center;justify-content:center;height:24px;width:24px}.gaodun-materials__item-tag-icon svg[data-v-846e145e]{width:100%;height:100%;object-fit:contain}.gaodun-pagination[data-v-846e145e]{display:flex;align-items:center;justify-content:center;gap:20px;padding:20px;background:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a}.gaodun-pagination__total[data-v-846e145e]{font-size:14px;color:#666}.gaodun-pagination__controls[data-v-846e145e]{display:flex;align-items:center;gap:5px}.gaodun-pagination__btn[data-v-846e145e]{padding:6px 12px;border:1px solid #e0e0e0;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s ease}.gaodun-pagination__btn[data-v-846e145e]:hover:not(:disabled){border-color:#f60;color:#f60}.gaodun-pagination__btn[data-v-846e145e]:disabled{opacity:.5;cursor:not-allowed}.gaodun-pagination__btn--active[data-v-846e145e]{background:#f60!important;color:#fff!important;border-color:#f60!important}.gaodun-pagination__size select[data-v-846e145e]{padding:6px 12px;border:1px solid #e0e0e0;border-radius:4px;outline:none;cursor:pointer}.gaodun-pagination__jump[data-v-846e145e]{display:flex;align-items:center;gap:10px}.gaodun-pagination__jump input[data-v-846e145e]{width:60px;padding:6px 10px;border:1px solid #e0e0e0;border-radius:4px;outline:none;text-align:center}.gaodun-pagination__jump-btn[data-v-846e145e]{padding:6px 12px;background:#f60;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease}.gaodun-pagination__jump-btn[data-v-846e145e]:hover{background:#f80}.gaodun-sidebar[data-v-846e145e]{width:300px;display:flex;flex-direction:column;gap:20px}.gaodun-sidebar__section[data-v-846e145e]{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.gaodun-sidebar__section-title[data-v-846e145e]{font-size:16px;font-weight:700;margin-bottom:15px;color:#333;padding-bottom:10px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:8px}.gaodun-sidebar__section-title[data-v-846e145e]:before{content:"";width:4px;height:16px;background:#f60;border-radius:2px}.gaodun-sidebar__downloads[data-v-846e145e]{position:relative;overflow:hidden;height:180px}.gaodun-sidebar__downloads-scroll[data-v-846e145e]{animation:scroll-up-846e145e 20s linear infinite}@keyframes scroll-up-846e145e{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.gaodun-sidebar__downloads:hover .gaodun-sidebar__downloads-scroll[data-v-846e145e]{animation-play-state:paused}.gaodun-sidebar__download-item[data-v-846e145e]{font-size:12px;color:#666;line-height:1.4;padding:5px 0}.gaodun-sidebar__download-user[data-v-846e145e]{font-weight:700;color:#333}.gaodun-sidebar__download-action[data-v-846e145e]{color:#999;margin:0 5px}.gaodun-sidebar__quick-links[data-v-846e145e]{display:flex;flex-direction:column;gap:15px}.gaodun-sidebar__quick-link[data-v-846e145e]{cursor:pointer;transition:transform .2s ease}.gaodun-sidebar__quick-link[data-v-846e145e]:hover{transform:translateY(-2px)}.gaodun-sidebar__quick-link-image[data-v-846e145e]{width:100%;height:80px;overflow:hidden;border-radius:4px}.gaodun-sidebar__quick-link-image img[data-v-846e145e]{width:100%;height:100%;object-fit:cover}.gaodun-sidebar__course[data-v-846e145e]{display:flex;flex-direction:column;gap:10px}.gaodun-sidebar__course-image[data-v-846e145e]{width:100%;height:120px;overflow:hidden;border-radius:4px}.gaodun-sidebar__course-image img[data-v-846e145e]{width:100%;height:100%;object-fit:cover}.gaodun-sidebar__course-info[data-v-846e145e]{display:flex;flex-direction:column;gap:5px}.gaodun-sidebar__course-title[data-v-846e145e]{font-size:14px;font-weight:700;color:#333}.gaodun-sidebar__course-subtitle[data-v-846e145e]{font-size:12px;color:#666}.gaodun-sidebar__course-price[data-v-846e145e]{font-size:14px;font-weight:700;color:#f60}.gaodun-sidebar__course-btn[data-v-846e145e]{width:100%;padding:8px;background:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease;font-size:12px;margin-top:10px}.gaodun-sidebar__course-btn[data-v-846e145e]:hover{background:#40a9ff}.gaodun-sidebar__guide[data-v-846e145e]{display:flex;flex-direction:column;gap:10px}.gaodun-sidebar__guide-item[data-v-846e145e]{font-size:13px;color:#333;padding:8px 0;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:color .2s ease}.gaodun-sidebar__guide-item[data-v-846e145e]:hover{color:#f60}.gaodun-fixed-menu[data-v-846e145e]{position:fixed;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:1000}.gaodun-fixed-menu__item[data-v-846e145e]{display:flex;flex-direction:column;align-items:center;gap:5px;padding:10px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:all .2s ease;width:80px}.gaodun-fixed-menu__item[data-v-846e145e]:hover{transform:translate(-5px);box-shadow:0 4px 8px #00000026}.gaodun-fixed-menu__icon[data-v-846e145e]{font-size:20px}.gaodun-fixed-menu__text[data-v-846e145e]{font-size:12px;color:#333}.download-modal[data-v-846e145e]{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.download-modal__content[data-v-846e145e]{background:#fff;border-radius:12px;padding:30px;position:relative;min-width:280px;text-align:center;box-shadow:0 4px 20px #0003}.download-modal__close[data-v-846e145e]{position:absolute;top:10px;right:15px;font-size:24px;color:#999;cursor:pointer;transition:color .2s ease}.download-modal__close[data-v-846e145e]:hover{color:#333}.download-modal__body[data-v-846e145e]{display:flex;flex-direction:column;align-items:center;gap:15px}.download-modal__qrcode[data-v-846e145e]{width:180px;height:180px;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.download-modal__qrcode img[data-v-846e145e]{width:100%;height:100%;object-fit:cover}.download-modal__text[data-v-846e145e]{font-size:18px;font-weight:700;color:#333;margin:0}.download-modal__subtext[data-v-846e145e]{font-size:14px;color:#666;margin:0}.gaodun-fixed-menu__item--miniapp[data-v-846e145e]{position:relative}.gaodun-fixed-menu__popover[data-v-846e145e]{position:absolute;right:100%;top:50%;transform:translateY(-50%);margin-right:10px;background:#fff;border-radius:8px;padding:15px;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;transition:all .3s ease;white-space:nowrap;z-index:1001}.gaodun-fixed-menu__item--miniapp:hover .gaodun-fixed-menu__popover[data-v-846e145e]{opacity:1;visibility:visible}.gaodun-fixed-menu__popover-qrcode[data-v-846e145e]{width:120px;height:120px;border-radius:4px;overflow:hidden;margin:0 auto 10px}.gaodun-fixed-menu__popover-qrcode img[data-v-846e145e]{width:100%;height:100%;object-fit:cover}.gaodun-fixed-menu__popover-text[data-v-846e145e]{font-size:12px;color:#333;margin:0;text-align:center}@media(max-width:1024px){.gaodun-content__inner[data-v-846e145e]{flex-direction:column}.gaodun-sidebar[data-v-846e145e]{width:100%;flex-direction:row;flex-wrap:wrap}.gaodun-sidebar__section[data-v-846e145e]{flex:1;min-width:250px}.gaodun-fixed-menu[data-v-846e145e]{right:10px}.gaodun-fixed-menu__item[data-v-846e145e]{width:70px;padding:8px}.gaodun-fixed-menu__text[data-v-846e145e]{font-size:10px}}@media(max-width:1024px){.gaodun-filter__inner[data-v-846e145e]{flex-wrap:wrap;gap:10px}.gaodun-filter__search[data-v-846e145e]{margin-left:0;width:100%;margin-top:10px}.gaodun-filter__search-input[data-v-846e145e]{flex:1}}@media(max-width:768px){.gaodun-header__inner[data-v-846e145e]{flex-direction:column;gap:10px;align-items:flex-start}.gaodun-header__nav[data-v-846e145e]{flex-wrap:wrap;gap:10px}.gaodun-header__search[data-v-846e145e]{width:100%}.gaodun-header__search-input[data-v-846e145e]{flex:1}.gaodun-banner__title[data-v-846e145e]{font-size:24px}.gaodun-filter[data-v-846e145e]{flex-wrap:wrap;gap:10px}.gaodun-filter__divider[data-v-846e145e]{display:none}.gaodun-filter__inner[data-v-846e145e]{flex-wrap:wrap;gap:10px}.gaodun-materials__grid[data-v-846e145e]{grid-template-columns:1fr}.gaodun-sidebar[data-v-846e145e]{flex-direction:column}.gaodun-sidebar__section[data-v-846e145e]{min-width:100%}.gaodun-pagination[data-v-846e145e]{flex-direction:column;gap:10px}.gaodun-pagination__controls[data-v-846e145e]{flex-wrap:wrap;justify-content:center}.gaodun-fixed-menu[data-v-846e145e]{display:none}}.navbar[data-v-beaa5825]{background-color:#fffffff2;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:100000000000;transition:all .3s ease}.navbar-scrolled[data-v-beaa5825]{background-color:#fff;box-shadow:0 4px 12px #00000026}.container[data-v-beaa5825]{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.logo-section[data-v-beaa5825]{display:flex;align-items:center;gap:12px}.logo img[data-v-beaa5825]{height:45px;width:auto;transition:transform .3s ease}.logo img[data-v-beaa5825]:hover{transform:scale(1.05)}.enterprise-badge[data-v-beaa5825]{background-color:#e6f7ff;border:1px solid #91d5ff;border-radius:6px;padding:4px 10px;font-size:16px;color:#1890ff;font-weight:500;transition:all .3s ease}.enterprise-badge[data-v-beaa5825]:hover{background-color:#1890ff;color:#fff;border-color:#1890ff}.nav-links[data-v-beaa5825]{display:flex;gap:20px;transition:all .3s ease}.nav-links a[data-v-beaa5825]{color:#333;text-decoration:none;font-size:18px;font-weight:500;transition:all .3s ease;position:relative;white-space:nowrap;padding:8px 12px;border-radius:4px}.nav-links a[data-v-beaa5825]:hover{color:#007bff;background-color:#007bff0d}.nav-links a[data-v-beaa5825]:after{content:"";position:absolute;bottom:-2px;left:12px;right:12px;height:2px;background-color:#007bff;transform:scaleX(0);transition:transform .3s ease;transform-origin:center}.nav-links a[data-v-beaa5825]:hover:after{transform:scaleX(1)}.cta .btn[data-v-beaa5825]{background-color:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:20px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #007bff33}.cta .btn[data-v-beaa5825]:hover{background-color:#0069d9;transform:translateY(-3px);box-shadow:0 4px 12px #007bff66}.cta .btn[data-v-beaa5825]:active{transform:translateY(-1px);box-shadow:0 2px 6px #007bff4d}.mobile-menu-toggle[data-v-beaa5825]{display:none;flex-direction:column;gap:5px;cursor:pointer}.mobile-menu-toggle span[data-v-beaa5825]{width:25px;height:3px;background-color:#333;transition:all .3s ease}@media(max-width:768px){.nav-links[data-v-beaa5825]{position:fixed;top:70px;left:0;right:0;background-color:#fff;flex-direction:column;align-items:center;padding:20px 0;box-shadow:0 4px 12px #0000001a;transform:translateY(-100%);opacity:0;pointer-events:none}.nav-links-active[data-v-beaa5825]{transform:translateY(0);opacity:1;pointer-events:all}.cta[data-v-beaa5825]{display:none}.mobile-menu-toggle[data-v-beaa5825]{display:flex}}.expert-team[data-v-7b69db52]{padding:80px 0;background-color:#f5f7fa;opacity:0;transform:translateY(50px);transition:all .8s ease}.expert-team-visible[data-v-7b69db52]{opacity:1;transform:translateY(0)}.container[data-v-7b69db52]{max-width:1200px;margin:0 auto;padding:0 20px}.section-header[data-v-7b69db52]{text-align:center;margin-bottom:50px}.section-header h2[data-v-7b69db52]{font-size:30px;font-weight:700;color:#333;margin-bottom:30px}.stats-grid[data-v-7b69db52]{display:flex;justify-content:center;gap:24px;margin-bottom:40px;flex-wrap:wrap}.stat-item[data-v-7b69db52]{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;padding:20px 28px;min-width:140px;transition:all .3s ease}.stat-item[data-v-7b69db52]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.stat-number[data-v-7b69db52]{font-size:32px;font-weight:800;color:#ffa300;line-height:1;margin-bottom:8px;font-variant-numeric:tabular-nums}.stat-number .unit[data-v-7b69db52]{font-size:20px;font-weight:600}.stat-label[data-v-7b69db52]{font-size:14px;color:#666;font-weight:500}.intro-cards[data-v-7b69db52]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left}.intro-card[data-v-7b69db52]{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 16px #0000000f;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:1px solid #f0f0f0}.intro-card[data-v-7b69db52]:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ffa300,#ffb84d);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.intro-card[data-v-7b69db52]:hover{transform:translateY(-8px);box-shadow:0 16px 40px #ffa3001f;border-color:#ffa30026}.intro-card[data-v-7b69db52]:hover:before{transform:scaleX(1)}.intro-icon[data-v-7b69db52]{width:56px;height:56px;background:linear-gradient(135deg,#ffa300,#ffb84d);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px;box-shadow:0 6px 16px #ffa30033;transition:all .3s ease}.intro-card:hover .intro-icon[data-v-7b69db52]{transform:scale(1.1) rotate(-4deg);box-shadow:0 8px 20px #ffa3004d}.intro-content h4[data-v-7b69db52]{font-size:18px;font-weight:700;color:#ffa300;margin-bottom:12px;position:relative;padding-bottom:8px}.intro-content h4[data-v-7b69db52]:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:linear-gradient(90deg,#ffa300,#ffb84d);border-radius:1px;transition:width .3s ease}.intro-card:hover .intro-content h4[data-v-7b69db52]:after{width:50px}.intro-content p[data-v-7b69db52]{font-size:14px;color:#555;line-height:1.8;margin:0}.discipline-tabs[data-v-7b69db52]{display:flex;justify-content:center;gap:16px;margin-bottom:50px;flex-wrap:wrap}.tab-btn[data-v-7b69db52]{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border:1px solid #e0e0e0;border-radius:30px;cursor:pointer;transition:all .3s ease}.tab-btn[data-v-7b69db52]:hover{border-color:#ffa300;box-shadow:0 2px 8px #ffa30026}.tab-btn.active[data-v-7b69db52]{background:#ffa300;border-color:#ffa300;color:#fff}.tab-icon[data-v-7b69db52]{font-size:20px;display:flex;align-items:center;justify-content:center}.tab-text[data-v-7b69db52]{font-size:16px;font-weight:500}.experts-showcase[data-v-7b69db52]{position:relative;display:flex;align-items:center;gap:20px}.nav-arrow[data-v-7b69db52]{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;z-index:10}.nav-arrow[data-v-7b69db52]:hover{background:#ffa300;border-color:#ffa300;color:#fff;box-shadow:0 4px 12px #ffa3004d}.nav-arrow svg[data-v-7b69db52]{width:20px;height:20px}.experts-container[data-v-7b69db52]{flex:1;overflow:hidden;border-radius:16px}.experts-track[data-v-7b69db52]{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.expert-slide[data-v-7b69db52]{flex:0 0 100%;padding:0 10px}.expert-card[data-v-7b69db52]{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014;margin-bottom:20px}.expert-info-section[data-v-7b69db52]{flex:1}.expert-header[data-v-7b69db52]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;flex-wrap:wrap;gap:12px}.expert-header-left[data-v-7b69db52]{display:flex;align-items:center;gap:16px}.expert-avatar[data-v-7b69db52]{width:56px;height:56px;background:linear-gradient(135deg,#ffa300,#ffb84d);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #ffa30040}.avatar-text[data-v-7b69db52]{font-size:24px;font-weight:700;color:#fff}.expert-meta[data-v-7b69db52]{display:flex;flex-direction:column;gap:8px}.expert-header-right[data-v-7b69db52]{text-align:right}.school-badge[data-v-7b69db52]{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#fff8f0,#fff3e0);padding:8px 14px;border-radius:8px;border:1px solid rgba(255,163,0,.1)}.school-icon[data-v-7b69db52]{width:18px;height:18px;color:#ffa300}.expert-name[data-v-7b69db52]{font-size:22px;font-weight:700;color:#333;margin:0}.expert-school[data-v-7b69db52]{font-size:14px;color:#ffa300;font-weight:600}.expert-tags[data-v-7b69db52]{display:flex;gap:8px;flex-wrap:wrap}.tag[data-v-7b69db52]{padding:5px 12px;background:#fff3e0;color:#ffa300;border-radius:20px;font-size:13px;font-weight:500}.tag.reviewer[data-v-7b69db52]{background:#ffa300;color:#fff}.expert-divider[data-v-7b69db52]{height:1px;background:linear-gradient(90deg,transparent 0%,#e0e0e0 20%,#e0e0e0 80%,transparent 100%);margin:16px 0}.expert-description[data-v-7b69db52]{margin-bottom:0}.desc-block[data-v-7b69db52]{display:flex;gap:12px;align-items:flex-start;margin-bottom:12px}.desc-block[data-v-7b69db52]:last-child{margin-bottom:0}.desc-icon[data-v-7b69db52]{width:32px;height:32px;background:linear-gradient(135deg,#ffa300,#ffb84d);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.desc-icon svg[data-v-7b69db52]{width:18px;height:18px;color:#fff}.desc-text[data-v-7b69db52]{font-size:15px;color:#555;line-height:1.8;margin:0;flex:1}.pagination-dots[data-v-7b69db52]{display:flex;justify-content:center;gap:10px;margin-top:30px}.dot[data-v-7b69db52]{width:10px;height:10px;border-radius:50%;background:#ddd;cursor:pointer;transition:all .3s ease}.dot.active[data-v-7b69db52]{background:#ffa300;width:24px;border-radius:5px}.dot[data-v-7b69db52]:hover{background:#ffa300}@media(max-width:992px){.expert-card[data-v-7b69db52]{padding:24px;margin-bottom:16px}.expert-header[data-v-7b69db52]{flex-direction:column;gap:10px}.expert-header-right[data-v-7b69db52]{text-align:left}}@media(max-width:768px){.expert-team[data-v-7b69db52]{padding:60px 0}.section-header h2[data-v-7b69db52]{font-size:22px;margin-bottom:20px}.stats-grid[data-v-7b69db52]{gap:12px;margin-bottom:24px}.stat-item[data-v-7b69db52]{padding:14px 18px;min-width:100px}.stat-number[data-v-7b69db52]{font-size:24px}.stat-number .unit[data-v-7b69db52]{font-size:16px}.stat-label[data-v-7b69db52]{font-size:12px}.intro-cards[data-v-7b69db52]{grid-template-columns:1fr;gap:16px}.intro-card[data-v-7b69db52]{padding:20px;border-radius:14px}.intro-card[data-v-7b69db52]:hover{transform:translateY(-4px)}.intro-icon[data-v-7b69db52]{width:48px;height:48px;font-size:24px;border-radius:12px;margin-bottom:12px}.intro-card:hover .intro-icon[data-v-7b69db52]{transform:scale(1.05) rotate(-2deg)}.intro-content h4[data-v-7b69db52]{font-size:16px;padding-bottom:6px;margin-bottom:10px}.intro-content h4[data-v-7b69db52]:after{width:24px}.intro-card:hover .intro-content h4[data-v-7b69db52]:after{width:40px}.intro-content p[data-v-7b69db52]{font-size:13px;line-height:1.7}.discipline-tabs[data-v-7b69db52]{gap:10px;margin-bottom:30px}.tab-btn[data-v-7b69db52]{padding:10px 16px}.tab-text[data-v-7b69db52]{font-size:12px}.experts-showcase[data-v-7b69db52]{gap:10px}.nav-arrow[data-v-7b69db52]{width:36px;height:36px}.nav-arrow svg[data-v-7b69db52]{width:16px;height:16px}.expert-card[data-v-7b69db52]{padding:20px;margin-bottom:14px}.expert-header-left[data-v-7b69db52]{gap:12px}.expert-avatar[data-v-7b69db52]{width:48px;height:48px;border-radius:12px}.avatar-text[data-v-7b69db52]{font-size:20px}.expert-name[data-v-7b69db52]{font-size:18px}.expert-tags[data-v-7b69db52]{width:100%;margin-top:6px}.tag[data-v-7b69db52]{font-size:12px;padding:4px 10px}.school-badge[data-v-7b69db52]{padding:6px 10px}.school-icon[data-v-7b69db52]{width:16px;height:16px}.expert-school[data-v-7b69db52]{font-size:13px}.expert-divider[data-v-7b69db52]{margin:12px 0}.desc-block[data-v-7b69db52]{gap:10px;margin-bottom:10px}.desc-icon[data-v-7b69db52]{width:28px;height:28px;border-radius:6px}.desc-icon svg[data-v-7b69db52]{width:16px;height:16px}.desc-text[data-v-7b69db52]{font-size:13px;line-height:1.7}}@media(max-width:480px){.tab-btn[data-v-7b69db52]{padding:8px 12px}.tab-icon[data-v-7b69db52]{font-size:16px}.expert-card[data-v-7b69db52]{padding:16px;margin-bottom:12px}.expert-header[data-v-7b69db52]{gap:8px}.expert-avatar[data-v-7b69db52]{width:44px;height:44px;border-radius:10px}.avatar-text[data-v-7b69db52]{font-size:18px}.expert-name[data-v-7b69db52]{font-size:16px}.desc-icon[data-v-7b69db52]{width:24px;height:24px}.desc-icon svg[data-v-7b69db52]{width:14px;height:14px}}.products-section[data-v-8451a43c]{padding:60px 0 0;background-color:#f8f9fa}.container[data-v-8451a43c]{max-width:1200px;margin:0 auto;padding:0 20px}.text-highlight[data-v-8451a43c]{color:#ffa300;font-weight:700}.intro-section[data-v-8451a43c]{margin-bottom:50px}.intro-cards-row[data-v-8451a43c]{display:flex;align-items:stretch;gap:16px}.intro-box[data-v-8451a43c]{flex:1;background:#fff;border-radius:16px;padding:24px 28px;position:relative;box-shadow:0 4px 20px #0000000f;border:1px solid #f0f0f0;transition:all .35s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.intro-box[data-v-8451a43c]:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 12px 30px #0000001a}.intro-box-senior[data-v-8451a43c]{border-left:4px solid #FF6B6B}.intro-box-senior[data-v-8451a43c]:hover{border-color:#ff6b6b;box-shadow:0 12px 30px #ff6b6b26}.intro-box-senior:hover .intro-label[data-v-8451a43c]{transform:scale(1.05);box-shadow:0 4px 12px #ff6b6b4d}.intro-box-junior[data-v-8451a43c]{border-left:4px solid #4ECDC4}.intro-box-junior[data-v-8451a43c]:hover{border-color:#4ecdc4;box-shadow:0 12px 30px #4ecdc426}.intro-box-junior:hover .intro-label[data-v-8451a43c]{transform:scale(1.05);box-shadow:0 4px 12px #4ecdc44d}.intro-label[data-v-8451a43c]{display:inline-block;font-size:14px;font-weight:700;padding:6px 16px;border-radius:20px;margin-bottom:12px;transition:all .3s ease}.intro-box-senior .intro-label[data-v-8451a43c]{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff}.intro-box-junior .intro-label[data-v-8451a43c]{background:linear-gradient(135deg,#4ecdc4,#6ee7de);color:#fff}.intro-content[data-v-8451a43c]{font-size:15px;line-height:1.8;color:#444}.intro-content p[data-v-8451a43c]{margin:0}.intro-divider[data-v-8451a43c]{display:flex;align-items:center;justify-content:center}.divider-icon[data-v-8451a43c]{width:44px;height:44px;background:linear-gradient(135deg,#ffa300,#ffb84d);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;box-shadow:0 4px 12px #ffa3004d}.intro-footer[data-v-8451a43c]{text-align:center;margin-top:30px;padding:24px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;position:relative}.intro-footer p[data-v-8451a43c]{font-size:18px;line-height:2;color:#444;margin:0}.intro-footer strong[data-v-8451a43c]{color:#333}.footer-line[data-v-8451a43c]{height:2px;background:linear-gradient(90deg,transparent 0%,#FFA300 50%,transparent 100%);margin:16px auto;max-width:200px}.products-grid[data-v-8451a43c]{display:flex;gap:20px}.product-card[data-v-8451a43c]{flex:1;border-radius:16px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);min-width:0;box-shadow:0 8px 32px #00000014;background:#fff}.product-card[data-v-8451a43c]:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 24px 48px #ffa30033}.product-image[data-v-8451a43c]{width:100%;height:auto;display:block;transition:transform .4s ease}.product-card:hover .product-image[data-v-8451a43c]{transform:scale(1.03)}@media(max-width:1024px){.products-grid[data-v-8451a43c]{flex-direction:column}.product-card[data-v-8451a43c]{max-width:600px;margin:0 auto;width:100%}}@media(max-width:768px){.intro-cards-row[data-v-8451a43c]{flex-direction:column;gap:12px}.intro-divider[data-v-8451a43c]{margin:8px 0}}@media(max-width:640px){.products-section[data-v-8451a43c]{padding:40px 0}.product-card[data-v-8451a43c]:hover{transform:translateY(-8px) scale(1.01)}.intro-box[data-v-8451a43c]{padding:18px 20px}.intro-box[data-v-8451a43c]:hover{transform:translateY(-4px) scale(1.005)}.intro-label[data-v-8451a43c]{font-size:13px;padding:5px 12px}.intro-content[data-v-8451a43c]{font-size:14px}.divider-icon[data-v-8451a43c]{width:36px;height:36px;font-size:11px}.intro-footer[data-v-8451a43c]{padding:18px;margin-top:24px}.intro-footer p[data-v-8451a43c]{font-size:16px}}.faq-section[data-v-b740c9bd]{padding:60px 0;background-color:#f8f9fa}.container[data-v-b740c9bd]{max-width:1200px;margin:0 auto;padding:0 20px}.intro-text[data-v-b740c9bd]{margin-bottom:40px;text-align:center;padding:24px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;position:relative}.intro-text p[data-v-b740c9bd]{font-size:18px;color:#333;font-weight:500;line-height:1.6;margin:0}.footer-line[data-v-b740c9bd]{height:2px;background:linear-gradient(90deg,transparent 0%,#FFA300 50%,transparent 100%);margin:16px auto;max-width:200px}.faq-list[data-v-b740c9bd]{display:flex;flex-direction:column;gap:16px}.faq-item[data-v-b740c9bd]{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item[data-v-b740c9bd]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.faq-question[data-v-b740c9bd]{background:linear-gradient(135deg,#ffa300,#cc8200);color:#fff;padding:16px 24px;font-size:16px;font-weight:600;display:flex;align-items:center;gap:4px}.faq-answer[data-v-b740c9bd]{background:#fff8f0;padding:16px 24px;font-size:15px;color:#ffa300;line-height:1.6;display:flex;align-items:flex-start;gap:4px}.faq-label[data-v-b740c9bd]{font-weight:700;flex-shrink:0}.faq-question .faq-label[data-v-b740c9bd]{color:#fff}.faq-answer .faq-label[data-v-b740c9bd]{color:#ffa300}@media(max-width:640px){.faq-section[data-v-b740c9bd]{padding:40px 0}.intro-text[data-v-b740c9bd]{margin-bottom:24px;padding:18px}.intro-text p[data-v-b740c9bd]{font-size:16px}.faq-question[data-v-b740c9bd],.faq-answer[data-v-b740c9bd]{padding:12px 16px;font-size:14px}}.tutoring-process[data-v-6f88c2f5]{padding:60px 0 80px;background-color:#f8f9fa}.container[data-v-6f88c2f5]{max-width:1200px;margin:0 auto;padding:0 20px}.section-header[data-v-6f88c2f5]{text-align:center;margin-bottom:50px}.guide-title[data-v-6f88c2f5]{font-size:32px;font-weight:700;color:#333;margin:0;position:relative;display:inline-block}.guide-title[data-v-6f88c2f5]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#ffa300;border-radius:2px}.subtitle[data-v-6f88c2f5]{font-size:16px;color:#666;margin-top:20px;margin-bottom:0}.process-container[data-v-6f88c2f5]{max-width:1200px;margin:0 auto}.process-steps[data-v-6f88c2f5]{display:flex;justify-content:space-between;align-items:stretch;gap:20px;flex-wrap:wrap}.process-step[data-v-6f88c2f5]{flex:1 1 calc(33.333% - 20px);min-width:280px;position:relative;display:flex}.step-card[data-v-6f88c2f5]{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:30px 24px;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005;transition:all .3s ease;width:100%;z-index:2}.step-card[data-v-6f88c2f5]:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014;border-color:#ffa300}.step-icon-box[data-v-6f88c2f5]{width:50px;height:50px;background:linear-gradient(135deg,#ffa300,#ffb84d);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;position:relative;z-index:2}.step-icon-box svg[data-v-6f88c2f5]{width:26px;height:26px}.step-num-bg[data-v-6f88c2f5]{position:absolute;top:20px;right:10px;font-size:80px;font-weight:900;color:#c8a86b1a;line-height:1;z-index:1;letter-spacing:-5px;-webkit-user-select:none;user-select:none}.step-title[data-v-6f88c2f5]{font-size:18px;font-weight:700;color:#333;margin:0 0 10px;position:relative;z-index:2}.step-text[data-v-6f88c2f5]{font-size:14px;color:#666;line-height:1.7;margin:0;position:relative;z-index:2}.step-arrow-line[data-v-6f88c2f5]{position:absolute;top:50%;right:-20px;width:40px;transform:translateY(-50%);z-index:1;display:flex;align-items:center}.dashed-line[data-v-6f88c2f5]{flex:1;border-bottom:2px dashed #FFA300;margin-right:5px}.arrow-heads[data-v-6f88c2f5]{display:flex;color:#ffa300;font-size:14px;letter-spacing:-2px;font-weight:700}@media(max-width:1024px){.process-step[data-v-6f88c2f5]{flex:1 1 45%}.step-arrow-line[data-v-6f88c2f5]{display:none}}@media(max-width:640px){.tutoring-process[data-v-6f88c2f5]{padding:40px 0 60px}.guide-title[data-v-6f88c2f5]{font-size:26px}.section-header[data-v-6f88c2f5]{margin-bottom:30px}.process-steps[data-v-6f88c2f5]{flex-direction:column;gap:20px}.process-step[data-v-6f88c2f5]{flex:none;width:100%;min-width:auto}.step-card[data-v-6f88c2f5]{padding:24px 20px}.step-num-bg[data-v-6f88c2f5]{font-size:60px;top:15px;right:5px}.step-title[data-v-6f88c2f5]{font-size:16px}.step-text[data-v-6f88c2f5]{font-size:13px}}.tutoring-highlights[data-v-f62a5930]{padding:60px 0 80px;background-color:#fff}.container[data-v-f62a5930]{max-width:1200px;margin:0 auto;padding:0 20px}.section-header[data-v-f62a5930]{text-align:center;margin-bottom:50px}.guide-title[data-v-f62a5930]{font-size:32px;font-weight:700;color:#333;margin:0;position:relative;display:inline-block}.guide-title[data-v-f62a5930]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#ffa300;border-radius:2px}.highlights-grid[data-v-f62a5930]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.highlight-card[data-v-f62a5930]{background-color:#f8f9fa;border:1px solid #f0f0f0;border-radius:12px;padding:28px 24px;display:flex;gap:16px;transition:all .3s ease;position:relative;overflow:hidden}.highlight-card[data-v-f62a5930]:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#ffa300,#ffb84d);opacity:0;transition:opacity .3s ease}.highlight-card[data-v-f62a5930]:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000000f;border-color:#ffa300}.highlight-card[data-v-f62a5930]:hover:before{opacity:1}.highlight-icon[data-v-f62a5930]{width:44px;height:44px;background:linear-gradient(135deg,#ffa300,#ffb84d);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.highlight-icon svg[data-v-f62a5930]{width:22px;height:22px}.highlight-content[data-v-f62a5930]{flex:1;min-width:0}.highlight-title[data-v-f62a5930]{font-size:16px;font-weight:700;color:#333;margin:0 0 8px;line-height:1.4}.highlight-title[data-v-f62a5930] strong{color:#ffa300}.highlight-text[data-v-f62a5930]{font-size:14px;color:#666;line-height:1.7;margin:0}.highlight-text[data-v-f62a5930] strong{color:#333;font-weight:700}@media(max-width:768px){.tutoring-highlights[data-v-f62a5930]{padding:40px 0 60px}.guide-title[data-v-f62a5930]{font-size:26px}.section-header[data-v-f62a5930]{margin-bottom:30px}.highlights-grid[data-v-f62a5930]{grid-template-columns:1fr;gap:16px}.highlight-card[data-v-f62a5930]{padding:20px 16px}.highlight-title[data-v-f62a5930]{font-size:15px}.highlight-text[data-v-f62a5930]{font-size:13px}}.testimonials-section[data-v-8184fd36]{padding:60px 0 80px;background-color:#f8f9fa}.container[data-v-8184fd36]{max-width:1200px;margin:0 auto;padding:0 20px}.section-header[data-v-8184fd36]{text-align:center;margin-bottom:40px}.guide-title[data-v-8184fd36]{font-size:32px;font-weight:700;color:#333;margin:0;position:relative;display:inline-block}.guide-title[data-v-8184fd36]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:#ffa300;border-radius:2px}.category-tabs[data-v-8184fd36]{display:flex;justify-content:center;gap:16px;margin-bottom:40px;flex-wrap:wrap}.tab-btn[data-v-8184fd36]{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border:1px solid #e0e0e0;border-radius:30px;cursor:pointer;transition:all .3s ease}.tab-btn[data-v-8184fd36]:hover{border-color:#ffa300;box-shadow:0 2px 8px #ffa30026}.tab-btn.active[data-v-8184fd36]{background:#ffa300;border-color:#ffa300;color:#fff;box-shadow:0 4px 12px #ffa3004d}.tab-icon[data-v-8184fd36]{font-size:20px;display:flex;align-items:center;justify-content:center}.tab-text[data-v-8184fd36]{font-size:16px;font-weight:500}.testimonials-showcase[data-v-8184fd36]{display:flex;align-items:center;gap:20px;max-width:900px;margin:0 auto}.nav-arrow[data-v-8184fd36]{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;z-index:10;color:#666}.nav-arrow[data-v-8184fd36]:hover{background:#ffa300;border-color:#ffa300;color:#fff;box-shadow:0 4px 12px #ffa3004d}.nav-arrow svg[data-v-8184fd36]{width:20px;height:20px}.testimonials-viewport[data-v-8184fd36]{flex:1;overflow:hidden;border-radius:16px}.testimonials-track[data-v-8184fd36]{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.testimonial-slide[data-v-8184fd36]{flex:0 0 100%;padding:0 10px}.testimonial-image-wrapper[data-v-8184fd36]{position:relative;border-radius:16px;overflow:hidden;cursor:zoom-in;box-shadow:0 4px 20px #00000014;transition:all .3s ease;background:#fff}.testimonial-image-wrapper[data-v-8184fd36]:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001f}.testimonial-image[data-v-8184fd36]{width:100%;height:auto;max-height:600px;object-fit:contain;display:block;border-radius:16px}.zoom-icon[data-v-8184fd36]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;background-color:#ffa300e6;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.testimonial-image-wrapper:hover .zoom-icon[data-v-8184fd36]{opacity:1}.zoom-icon svg[data-v-8184fd36]{width:28px;height:28px;color:#fff}.pagination-dots[data-v-8184fd36]{display:flex;justify-content:center;gap:10px;margin-top:24px}.dot[data-v-8184fd36]{width:10px;height:10px;border-radius:50%;background:#ddd;cursor:pointer;transition:all .3s ease}.dot.active[data-v-8184fd36]{background:#ffa300;width:24px;border-radius:5px}.dot[data-v-8184fd36]:hover{background:#ffb84d}.image-counter[data-v-8184fd36]{text-align:center;margin-top:16px;font-size:14px;color:#999;font-weight:500}.counter-current[data-v-8184fd36]{color:#ffa300;font-weight:700;font-size:16px}.counter-separator[data-v-8184fd36]{margin:0 4px}.image-preview-modal[data-v-8184fd36]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000}.preview-content[data-v-8184fd36]{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.preview-image[data-v-8184fd36]{max-width:100vw;max-height:100vh;width:auto;height:auto;object-fit:contain;cursor:zoom-out}.preview-close[data-v-8184fd36]{position:fixed;top:20px;right:20px;width:50px;height:50px;background-color:#ffffff26;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001}.preview-close[data-v-8184fd36]:hover{background-color:#ffffff4d}.preview-close svg[data-v-8184fd36]{width:28px;height:28px;color:#fff}.preview-nav[data-v-8184fd36]{position:fixed;top:50%;transform:translateY(-50%);width:60px;height:60px;background-color:#ffffff26;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001}.preview-nav[data-v-8184fd36]:hover{background-color:#ffffff4d}.preview-nav svg[data-v-8184fd36]{width:32px;height:32px;color:#fff}.preview-nav.prev[data-v-8184fd36]{left:30px}.preview-nav.next[data-v-8184fd36]{right:30px}.preview-counter[data-v-8184fd36]{position:fixed;bottom:30px;left:50%;transform:translate(-50%);color:#fff;font-size:16px;font-weight:500;background:#00000080;padding:8px 20px;border-radius:20px}@media(max-width:768px){.testimonials-section[data-v-8184fd36]{padding:40px 0 60px}.guide-title[data-v-8184fd36]{font-size:26px}.section-header[data-v-8184fd36]{margin-bottom:30px}.category-tabs[data-v-8184fd36]{gap:10px;margin-bottom:24px}.tab-btn[data-v-8184fd36]{padding:10px 16px}.tab-text[data-v-8184fd36]{font-size:14px}.testimonials-showcase[data-v-8184fd36]{gap:10px}.nav-arrow[data-v-8184fd36]{width:36px;height:36px}.nav-arrow svg[data-v-8184fd36]{width:16px;height:16px}.testimonial-image[data-v-8184fd36]{max-height:400px}.zoom-icon[data-v-8184fd36]{width:44px;height:44px}.zoom-icon svg[data-v-8184fd36]{width:22px;height:22px}.preview-close[data-v-8184fd36]{top:10px;right:10px;width:44px;height:44px}.preview-nav[data-v-8184fd36]{width:50px;height:50px}.preview-nav.prev[data-v-8184fd36]{left:10px}.preview-nav.next[data-v-8184fd36]{right:10px}.preview-counter[data-v-8184fd36]{bottom:20px;font-size:14px}}@media(max-width:480px){.tab-btn[data-v-8184fd36]{padding:8px 14px}.tab-icon[data-v-8184fd36]{font-size:18px}.tab-text[data-v-8184fd36]{font-size:13px}.testimonial-slide[data-v-8184fd36]{padding:0 6px}}.platform-intro[data-v-13c0e542]{padding:60px 0;background:#fff}.container[data-v-13c0e542]{max-width:1200px;margin:0 auto;padding:0 20px}.intro-banner[data-v-13c0e542]{position:relative;background:linear-gradient(135deg,#ffa300,#ff8c00 40%,#ffb84d);border-radius:20px;padding:48px 56px;overflow:hidden;margin-bottom:24px}.banner-bg[data-v-13c0e542]{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.bg-circle[data-v-13c0e542]{position:absolute;border-radius:50%;background:#ffffff14}.bg-circle.c1[data-v-13c0e542]{width:300px;height:300px;top:-100px;right:-50px}.bg-circle.c2[data-v-13c0e542]{width:200px;height:200px;bottom:-60px;left:10%}.bg-circle.c3[data-v-13c0e542]{width:120px;height:120px;top:20px;left:40%;background:#ffffff0d}.banner-content[data-v-13c0e542]{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:40px}.banner-left[data-v-13c0e542]{flex:1}.brand-tag[data-v-13c0e542]{display:inline-flex;align-items:center;justify-content:center;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 14px;border-radius:12px;margin-bottom:20px;border:1px solid rgba(255,255,255,.25);transition:all .3s ease}.brand-tag[data-v-13c0e542]:hover{background:#ffffff40}.brand-logo-img[data-v-13c0e542]{height:50px;width:auto;object-fit:contain}.banner-title[data-v-13c0e542]{font-size:32px;font-weight:800;color:#fff;margin:0 0 12px;line-height:1.3;text-shadow:0 2px 8px rgba(0,0,0,.1)}.banner-desc[data-v-13c0e542]{font-size:18px;color:#ffffffe6;margin:0;line-height:1.6}.banner-desc .highlight[data-v-13c0e542]{font-weight:800;font-size:22px;color:#fff;text-shadow:0 0 20px rgba(255,255,255,.4)}.banner-right[data-v-13c0e542]{flex-shrink:0}.main-stat-card[data-v-13c0e542]{background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:28px 40px;text-align:center;min-width:220px}.main-stat-number[data-v-13c0e542]{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:8px}.number-big[data-v-13c0e542]{font-size:56px;font-weight:900;color:#fff;line-height:1;text-shadow:0 2px 12px rgba(0,0,0,.15);min-width:170px;text-align:center;display:inline-block;font-variant-numeric:tabular-nums;font-feature-settings:"tnum";letter-spacing:2px}.number-unit[data-v-13c0e542]{font-size:28px;font-weight:700;color:#fff}.main-stat-label[data-v-13c0e542]{font-size:16px;font-weight:600;color:#fff;margin-bottom:4px}.main-stat-year[data-v-13c0e542]{font-size:13px;color:#ffffffb3;font-weight:500}.stats-row[data-v-13c0e542]{display:flex;align-items:center;background:#fff;border-radius:16px;padding:28px 40px;box-shadow:0 2px 16px #0000000f;border:1px solid #f0f0f0}.stat-item[data-v-13c0e542]{flex:1;display:flex;align-items:center;gap:16px;padding:4px 0;transition:all .3s ease}.stat-item[data-v-13c0e542]:hover{transform:translateY(-2px)}.stat-icon-wrap[data-v-13c0e542]{width:48px;height:48px;background:linear-gradient(135deg,#fff8f0,#ffe8c8);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(255,163,0,.15)}.stat-icon-wrap svg[data-v-13c0e542]{width:24px;height:24px;color:#ffa300}.stat-info[data-v-13c0e542]{flex:1;min-width:0}.stat-value[data-v-13c0e542]{font-size:24px;font-weight:800;color:#333;line-height:1.2;margin-bottom:2px}.stat-value .val-unit[data-v-13c0e542]{font-size:14px;font-weight:600;color:#ffa300;margin-left:2px}.stat-desc[data-v-13c0e542]{font-size:13px;color:#999;font-weight:500;white-space:nowrap}.stat-divider[data-v-13c0e542]{width:1px;height:40px;background:linear-gradient(180deg,transparent,#e0e0e0,transparent);margin:0 8px;flex-shrink:0}@media(max-width:768px){.platform-intro[data-v-13c0e542]{padding:0 0 40px}.intro-banner[data-v-13c0e542]{padding:32px 24px;border-radius:16px}.banner-content[data-v-13c0e542]{flex-direction:column;gap:24px;text-align:center}.banner-title[data-v-13c0e542]{font-size:24px}.banner-desc[data-v-13c0e542]{font-size:16px}.banner-desc .highlight[data-v-13c0e542]{font-size:18px}.brand-tag[data-v-13c0e542]{margin-bottom:16px;padding:8px 16px}.brand-logo-img[data-v-13c0e542]{height:24px}.main-stat-card[data-v-13c0e542]{padding:20px 32px;min-width:auto}.number-big[data-v-13c0e542]{font-size:44px}.number-unit[data-v-13c0e542]{font-size:22px}.stats-row[data-v-13c0e542]{flex-direction:column;gap:16px;padding:24px 20px}.stat-item[data-v-13c0e542]{width:100%;padding:12px 0;border-bottom:1px solid #f5f5f5}.stat-item[data-v-13c0e542]:last-child{border-bottom:none}.stat-divider[data-v-13c0e542]{display:none}.stat-value[data-v-13c0e542]{font-size:20px}}@media(max-width:480px){.intro-banner[data-v-13c0e542]{padding:24px 20px}.banner-title[data-v-13c0e542]{font-size:20px}.number-big[data-v-13c0e542]{font-size:36px}.stat-icon-wrap[data-v-13c0e542]{width:40px;height:40px;border-radius:10px}.stat-icon-wrap svg[data-v-13c0e542]{width:20px;height:20px}.stat-value[data-v-13c0e542]{font-size:18px}}.home[data-v-ef3fea54]{min-height:100vh;display:flex;flex-direction:column}.hero-image-wrapper[data-v-ef3fea54]{margin:0 auto;width:100%}.hero-image-wrapper img[data-v-ef3fea54]{width:100%}.paper-editing-page[data-v-4fa7fef9]{min-height:100vh;display:flex;flex-direction:column}.promo-section[data-v-4fa7fef9]{background:linear-gradient(135deg,#f8f9fa,#fff);padding:60px 0 40px;border-bottom:1px solid #eaeaea}.promo-content[data-v-4fa7fef9]{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-bottom:40px}.promo-left[data-v-4fa7fef9]{flex:1;max-width:400px}.promo-title[data-v-4fa7fef9]{font-size:30px;font-weight:700;color:#e53935;margin-bottom:15px;line-height:1.3;white-space:nowrap}.promo-subtitle[data-v-4fa7fef9]{font-size:20px;color:#666;margin-bottom:30px}.promo-features[data-v-4fa7fef9]{display:flex;flex-direction:column;gap:15px}.promo-feature-item[data-v-4fa7fef9]{display:flex;align-items:center;gap:10px;font-size:20px;color:#333}.check-icon[data-v-4fa7fef9]{width:20px;height:20px;background-color:#e53935;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.promo-center[data-v-4fa7fef9]{flex:1;display:flex;justify-content:center;align-items:center}.expert-image[data-v-4fa7fef9]{max-height:350px;width:auto;object-fit:contain}.promo-right[data-v-4fa7fef9]{flex:1;max-width:250px;text-align:center}.qr-title[data-v-4fa7fef9]{font-size:18px;color:#333;margin-bottom:15px;font-weight:500}.qr-code[data-v-4fa7fef9]{width:180px;height:180px;margin:0 auto 15px;background-color:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.qr-code img[data-v-4fa7fef9]{width:100%;height:100%;object-fit:contain}.qr-desc[data-v-4fa7fef9]{font-size:16px;color:#999;line-height:1.5}.service-highlights[data-v-4fa7fef9]{display:flex;justify-content:space-between;gap:20px;background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 16px #00000014}.highlight-card[data-v-4fa7fef9]{flex:1;display:flex;align-items:center;gap:15px;padding:20px;border-radius:8px;background-color:#f8f9fa;transition:all .3s ease}.highlight-card[data-v-4fa7fef9]:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.highlight-icon[data-v-4fa7fef9]{width:50px;height:50px;flex-shrink:0}.highlight-icon img[data-v-4fa7fef9]{width:100%;height:100%;object-fit:contain}.highlight-content h3[data-v-4fa7fef9]{font-size:22px;font-weight:700;color:#333;margin-bottom:5px}.highlight-content p[data-v-4fa7fef9]{font-size:18px;color:#666;margin:0}@media(max-width:992px){.promo-content[data-v-4fa7fef9]{flex-direction:column;text-align:center}.promo-left[data-v-4fa7fef9]{max-width:100%}.promo-features[data-v-4fa7fef9]{align-items:center}.promo-center[data-v-4fa7fef9]{order:-1}.expert-image[data-v-4fa7fef9]{max-height:250px}.promo-right[data-v-4fa7fef9]{max-width:100%}.service-highlights[data-v-4fa7fef9]{flex-direction:column}}@media(max-width:768px){.promo-section[data-v-4fa7fef9]{padding:40px 0 30px}.promo-title[data-v-4fa7fef9]{font-size:22px;white-space:normal}.expert-image[data-v-4fa7fef9]{max-height:200px}.qr-code[data-v-4fa7fef9]{width:150px;height:150px}.highlight-card[data-v-4fa7fef9]{flex-direction:column;text-align:center}}.hero-section[data-v-4fa7fef9]{background-color:#f5f5f5;padding:60px 0}.hero-content[data-v-4fa7fef9]{display:flex;align-items:center;justify-content:center;gap:60px}.hero-image[data-v-4fa7fef9]{flex:0 0 auto}.thinking-character[data-v-4fa7fef9]{max-width:400px;height:auto}.hero-text[data-v-4fa7fef9]{flex:1;max-width:500px}.hero-title[data-v-4fa7fef9]{font-size:30px;font-weight:700;color:#333;margin-bottom:30px;line-height:1.4}.pain-points-list[data-v-4fa7fef9]{display:flex;flex-direction:column;gap:15px}.pain-point-item[data-v-4fa7fef9]{display:flex;align-items:center;gap:15px;background-color:#fff;padding:15px 20px;border-radius:8px;box-shadow:0 2px 8px #0000000d}.point-number[data-v-4fa7fef9]{font-size:16px;font-weight:700;color:#999;min-width:30px}.point-text[data-v-4fa7fef9]{font-size:18px;color:#666}.highlight[data-v-4fa7fef9]{color:#ff6b35;font-weight:500}.section[data-v-4fa7fef9]{padding:80px 0;opacity:0;transform:translateY(50px);transition:all .8s ease}.section-visible[data-v-4fa7fef9]{opacity:1;transform:translateY(0)}.container[data-v-4fa7fef9]{max-width:1200px;margin:0 auto;padding:0 20px}h2[data-v-4fa7fef9]{font-size:32px;font-weight:700;text-align:center;margin-bottom:20px;color:#333}.section-desc[data-v-4fa7fef9]{text-align:center;font-size:16px;color:#666;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.quality-promise[data-v-4fa7fef9]{text-align:center;font-size:16px;font-weight:700;color:#667eea;margin-bottom:40px}.case-carousel[data-v-4fa7fef9]{position:relative;display:flex;align-items:center;gap:20px;background-color:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 20px #00000014}.carousel-arrow[data-v-4fa7fef9]{width:50px;height:50px;border-radius:50%;background-color:#e8e8e8;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.carousel-arrow[data-v-4fa7fef9]:hover{background-color:#d0d0d0}.carousel-arrow span[data-v-4fa7fef9]{font-size:20px;color:#999;font-weight:700}.case-display[data-v-4fa7fef9]{flex:1;display:flex;gap:40px}.case-journal[data-v-4fa7fef9]{flex:0 0 280px;text-align:center}.published-label[data-v-4fa7fef9]{font-size:14px;color:#666;margin-bottom:15px;text-align:left}.journal-cover[data-v-4fa7fef9]{width:100%;height:350px;background-color:#f5f5f5;border-radius:8px;overflow:hidden;margin-bottom:15px;box-shadow:0 4px 12px #0000001a}.journal-cover img[data-v-4fa7fef9]{width:100%;height:100%;object-fit:cover}.journal-name[data-v-4fa7fef9]{font-size:14px;color:#333;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journal-if[data-v-4fa7fef9]{font-size:14px;color:#666}.if-value[data-v-4fa7fef9]{color:#ff6b35;font-weight:700}.case-details[data-v-4fa7fef9]{flex:1;display:flex;flex-direction:column;gap:20px}.case-testimonial[data-v-4fa7fef9]{font-size:15px;line-height:1.8;color:#333;margin:0}.case-keywords[data-v-4fa7fef9]{display:flex;flex-wrap:wrap;gap:10px}.keyword-tag[data-v-4fa7fef9]{font-size:13px;padding:6px 14px;background-color:#f0f5ff;color:#1890ff;border-radius:4px}.paper-title-section[data-v-4fa7fef9]{margin-top:10px}.paper-title-section .label[data-v-4fa7fef9]{font-size:14px;color:#666}.paper-title[data-v-4fa7fef9]{font-size:14px;color:#1890ff;text-decoration:none;line-height:1.6}.paper-title[data-v-4fa7fef9]:hover{text-decoration:underline}.case-meta[data-v-4fa7fef9]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 40px;margin-top:10px}.meta-item[data-v-4fa7fef9]{display:flex;align-items:center;gap:5px}.meta-label[data-v-4fa7fef9]{font-size:14px;color:#666}.meta-value[data-v-4fa7fef9]{font-size:14px;color:#333}.service-tag[data-v-4fa7fef9],.major-tag[data-v-4fa7fef9]{color:#1890ff}.author-name[data-v-4fa7fef9]{color:#333}.service-overview-new[data-v-4fa7fef9]{background-color:#fff;padding:80px 0}.overview-title[data-v-4fa7fef9]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:20px}.overview-desc[data-v-4fa7fef9]{text-align:center;font-size:15px;color:#666;line-height:1.8;max-width:900px;margin:0 auto 15px}.quality-promise-new[data-v-4fa7fef9]{text-align:center;font-size:15px;color:#e53935;margin-bottom:50px}.promise-label[data-v-4fa7fef9]{color:#e53935;font-weight:500}.pricing-cards[data-v-4fa7fef9]{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:1100px;margin:0 auto}.pricing-card[data-v-4fa7fef9]{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.pricing-card[data-v-4fa7fef9]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.card-header[data-v-4fa7fef9]{padding:25px 20px;text-align:center;color:#fff}.green-gradient[data-v-4fa7fef9]{background:linear-gradient(135deg,#4ade80,#22c55e)}.blue-gradient[data-v-4fa7fef9]{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.purple-gradient[data-v-4fa7fef9]{background:linear-gradient(135deg,#a78bfa,#8b5cf6)}.card-header h3[data-v-4fa7fef9]{font-size:20px;font-weight:700;margin-bottom:8px}.title-with-tag[data-v-4fa7fef9]{display:flex;align-items:center;justify-content:center;gap:8px}.hot-tag[data-v-4fa7fef9]{background-color:#ff6b35;color:#fff;font-size:11px;padding:2px 8px;border-radius:4px;font-weight:700}.card-subtitle[data-v-4fa7fef9]{font-size:14px;opacity:.95;margin:0}.card-body[data-v-4fa7fef9]{padding:25px 20px}.price-box[data-v-4fa7fef9]{text-align:center;margin-bottom:10px}.currency[data-v-4fa7fef9]{font-size:18px;color:#e53935;font-weight:700}.price[data-v-4fa7fef9]{font-size:42px;color:#e53935;font-weight:700;line-height:1}.unit[data-v-4fa7fef9]{font-size:14px;color:#999}.delivery-link[data-v-4fa7fef9]{display:block;text-align:center;color:#1890ff;font-size:14px;text-decoration:none;margin-bottom:25px}.delivery-link[data-v-4fa7fef9]:hover{text-decoration:underline}.feature-list[data-v-4fa7fef9]{list-style:none;padding:0;margin:0 0 25px}.feature-list li[data-v-4fa7fef9]{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:14px;line-height:1.5}.feature-enabled[data-v-4fa7fef9]{color:#333}.feature-disabled[data-v-4fa7fef9]{color:#ccc}.check-icon[data-v-4fa7fef9]{color:#52c41a;font-weight:700;font-size:14px;flex-shrink:0;margin-top:2px}.dot-icon[data-v-4fa7fef9]{color:#ddd;font-size:8px;flex-shrink:0;margin-top:6px}.select-btn[data-v-4fa7fef9]{width:100%;background-color:#ff9500;color:#fff;border:none;padding:14px 24px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.select-btn[data-v-4fa7fef9]:hover{background-color:#e68600;transform:translateY(-2px);box-shadow:0 4px 12px #ff95004d}.service-plans[data-v-4fa7fef9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.service-plan[data-v-4fa7fef9]{background-color:#f8f9fa;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.service-plan.featured[data-v-4fa7fef9]{background-color:#e6f7ff;border:2px solid #667eea;transform:translateY(-10px)}.service-plan[data-v-4fa7fef9]:hover{transform:translateY(-5px);box-shadow:0 4px 16px #0000001a}.plan-header[data-v-4fa7fef9]{margin-bottom:30px;text-align:center}.plan-header h3[data-v-4fa7fef9]{font-size:20px;font-weight:700;color:#333;margin-bottom:10px}.plan-tag[data-v-4fa7fef9]{font-size:14px;color:#667eea;margin-bottom:15px}.plan-price[data-v-4fa7fef9]{font-size:24px;font-weight:700;color:#333}.plan-features[data-v-4fa7fef9]{margin-bottom:30px}.feature-item[data-v-4fa7fef9]{display:flex;align-items:center;gap:10px;margin-bottom:15px}.feature-icon[data-v-4fa7fef9]{font-size:16px;font-weight:700}.feature-item.included .feature-icon[data-v-4fa7fef9]{color:#52c41a}.feature-item.excluded .feature-icon[data-v-4fa7fef9]{color:#ff4d4f}.feature-text[data-v-4fa7fef9]{font-size:14px;color:#666}.plan-btn[data-v-4fa7fef9]{background-color:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%}.plan-btn[data-v-4fa7fef9]:hover{background-color:#5a6fd8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.editor-team-new[data-v-4fa7fef9]{background-color:#f8f9fa;padding:80px 0}.team-title[data-v-4fa7fef9]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:20px}.team-desc[data-v-4fa7fef9]{text-align:center;font-size:15px;color:#666;line-height:1.8;max-width:900px;margin:0 auto 30px}.team-stats[data-v-4fa7fef9]{display:flex;justify-content:center;gap:20px;margin-bottom:50px;flex-wrap:wrap}.stat-tag[data-v-4fa7fef9]{background-color:#e6f0ff;color:#1890ff;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500}.editors-carousel[data-v-4fa7fef9]{position:relative;display:flex;align-items:center;gap:20px}.editors-wrapper[data-v-4fa7fef9]{flex:1;overflow:hidden}.editors-row[data-v-4fa7fef9]{display:flex;gap:30px}.editor-profile-card[data-v-4fa7fef9]{flex:1;background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.editor-profile-card[data-v-4fa7fef9]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.editor-main-info[data-v-4fa7fef9]{display:flex;gap:20px;margin-bottom:25px}.editor-avatar[data-v-4fa7fef9]{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.editor-avatar img[data-v-4fa7fef9]{width:100%;height:100%;object-fit:cover}.editor-basic[data-v-4fa7fef9]{flex:1}.editor-name-row[data-v-4fa7fef9]{display:flex;align-items:center;gap:10px;margin-bottom:10px}.editor-name[data-v-4fa7fef9]{font-size:22px;font-weight:700;color:#333;margin:0}.country-flag[data-v-4fa7fef9]{font-size:20px}.editor-badge[data-v-4fa7fef9]{display:inline-block;padding:4px 12px;border-radius:4px;font-size:13px;margin-right:8px;margin-bottom:5px}.editor-badge.professor[data-v-4fa7fef9]{background-color:#e6f7ff;color:#1890ff}.editor-badge.reviewer[data-v-4fa7fef9]{background-color:#f6ffed;color:#52c41a}.editor-details[data-v-4fa7fef9]{margin-bottom:25px}.editor-details p[data-v-4fa7fef9]{margin-bottom:12px;font-size:14px;line-height:1.6}.experience-line[data-v-4fa7fef9]{color:#333}.experience-line strong[data-v-4fa7fef9]{color:#1890ff;font-weight:700}.specialty-line[data-v-4fa7fef9],.position-line[data-v-4fa7fef9]{color:#666}.editor-journals-row[data-v-4fa7fef9]{display:flex;gap:20px}.journal-showcase[data-v-4fa7fef9]{flex:1;display:flex;gap:12px;background-color:#f8f9fa;padding:15px;border-radius:8px}.journal-cover-small[data-v-4fa7fef9]{width:60px;height:80px;border-radius:4px;overflow:hidden;flex-shrink:0}.journal-cover-small img[data-v-4fa7fef9]{width:100%;height:100%;object-fit:cover}.journal-info-small h4[data-v-4fa7fef9]{font-size:14px;font-weight:700;color:#333;margin-bottom:5px;line-height:1.3}.journal-info-small p[data-v-4fa7fef9]{font-size:12px;color:#999;margin:0;line-height:1.4}.editing-cases-section[data-v-4fa7fef9]{background-color:#fff;padding:80px 0}.editing-cases-title[data-v-4fa7fef9]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:50px}.editing-cases-container[data-v-4fa7fef9]{display:flex;gap:20px;height:450px;max-width:1200px;margin:0 auto}.editing-case-card[data-v-4fa7fef9]{flex:1;background-color:#2b5bed;border-radius:12px;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;cursor:pointer;position:relative;box-shadow:0 4px 12px #0000000d;border:1px solid transparent}.editing-case-card.active[data-v-4fa7fef9]{flex:3;background-color:#fff;box-shadow:0 8px 24px #0000001a;border-color:#f0f0f0}.case-text-header[data-v-4fa7fef9]{padding:30px 30px 20px;position:relative;z-index:2}.case-title[data-v-4fa7fef9]{font-size:24px;font-weight:700;color:#fff;margin-bottom:12px;transition:color .5s ease;white-space:nowrap}.editing-case-card.active .case-title[data-v-4fa7fef9]{color:#333}.case-subtitle-wrapper[data-v-4fa7fef9]{position:relative;height:24px}.case-subtitle[data-v-4fa7fef9]{position:absolute;left:0;top:0;font-size:16px;white-space:nowrap;transition:opacity .5s ease;margin:0}.collapsed-text[data-v-4fa7fef9]{color:#fff;opacity:1}.expanded-text[data-v-4fa7fef9]{color:#666;opacity:0}.editing-case-card.active .collapsed-text[data-v-4fa7fef9]{opacity:0}.editing-case-card.active .expanded-text[data-v-4fa7fef9]{opacity:1}.case-image-container[data-v-4fa7fef9]{flex:1;position:relative;overflow:hidden;margin:0 30px 30px;border-radius:8px}.case-image-wrapper[data-v-4fa7fef9]{width:100%;height:100%;min-width:600px}.case-image[data-v-4fa7fef9]{width:100%;height:100%;object-fit:cover;object-position:left top;opacity:.15;transition:all .5s ease}.editing-case-card.active .case-image[data-v-4fa7fef9]{opacity:1}.disciplines-new[data-v-4fa7fef9]{background-color:#fff;padding:80px 0}.disciplines-title[data-v-4fa7fef9]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:50px}.discipline-cards-new[data-v-4fa7fef9]{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.discipline-card-new[data-v-4fa7fef9]{background-color:#fff;border-radius:12px;padding:30px 20px;text-align:center;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;border:1px solid #f0f0f0}.discipline-card-new[data-v-4fa7fef9]:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.discipline-icon[data-v-4fa7fef9]{width:56px;height:56px;margin:0 auto 20px}.discipline-icon svg[data-v-4fa7fef9]{width:100%;height:100%}.discipline-name[data-v-4fa7fef9]{font-size:16px;font-weight:500;color:#333;margin-bottom:20px}.discipline-stats[data-v-4fa7fef9]{text-align:left}.stat-row[data-v-4fa7fef9]{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;color:#666}.stat-row[data-v-4fa7fef9]:last-child{margin-bottom:0}.stat-dot[data-v-4fa7fef9]{width:6px;height:6px;background-color:#ff9500;border-radius:50%;flex-shrink:0}.editor-stats[data-v-4fa7fef9]{display:flex;justify-content:center;gap:40px;margin-bottom:60px;flex-wrap:wrap}.stat-item[data-v-4fa7fef9]{text-align:center;font-size:16px;color:#666}.editors-grid[data-v-4fa7fef9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.editor-card[data-v-4fa7fef9]{background-color:#f8f9fa;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.editor-card[data-v-4fa7fef9]:hover{transform:translateY(-5px);box-shadow:0 4px 16px #0000001a}.editor-header[data-v-4fa7fef9]{margin-bottom:20px}.editor-header h3[data-v-4fa7fef9]{font-size:20px;font-weight:700;color:#333;margin-bottom:5px}.editor-title[data-v-4fa7fef9]{font-size:14px;color:#667eea;margin-bottom:5px}.editor-role[data-v-4fa7fef9]{font-size:14px;color:#666}.editor-info[data-v-4fa7fef9]{margin-bottom:20px;font-size:14px;line-height:1.6;color:#666}.editor-experience[data-v-4fa7fef9]{font-weight:500;margin-bottom:10px}.editor-journals[data-v-4fa7fef9]{border-top:1px solid #eaeaea;padding-top:20px}.journal-item[data-v-4fa7fef9]{margin-bottom:15px}.journal-item h4[data-v-4fa7fef9]{font-size:14px;font-weight:700;color:#333;margin-bottom:5px}.journal-item p[data-v-4fa7fef9]{font-size:12px;color:#666;margin:0}.discipline-cards[data-v-4fa7fef9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.discipline-card[data-v-4fa7fef9]{background-color:#f8f9fa;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;text-align:center}.discipline-card[data-v-4fa7fef9]:hover{transform:translateY(-5px);box-shadow:0 4px 16px #0000001a}.discipline-card h3[data-v-4fa7fef9]{font-size:18px;font-weight:700;color:#333;margin-bottom:15px}.discipline-card p[data-v-4fa7fef9]{font-size:14px;color:#666;margin-bottom:10px}.testimonials-new[data-v-4fa7fef9]{background-color:#f8f9fa;padding:80px 0}.testimonials-title[data-v-4fa7fef9]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:15px}.testimonials-subtitle[data-v-4fa7fef9]{text-align:center;font-size:15px;color:#666;margin-bottom:50px}.testimonials-carousel[data-v-4fa7fef9]{position:relative;display:flex;align-items:center;gap:20px}.testimonials-wrapper[data-v-4fa7fef9]{flex:1;overflow:hidden}.testimonials-row[data-v-4fa7fef9]{display:flex;gap:30px}.testimonial-card-new[data-v-4fa7fef9]{flex:1;background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;position:relative}.testimonial-card-new[data-v-4fa7fef9]:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.quote-mark[data-v-4fa7fef9]{font-size:48px;color:#e0e0e0;line-height:1;margin-bottom:10px;font-family:Georgia,serif}.testimonial-text[data-v-4fa7fef9]{font-size:14px;color:#333;line-height:1.8;margin-bottom:25px;min-height:80px}.testimonial-author-new[data-v-4fa7fef9]{display:flex;align-items:center;justify-content:space-between}.author-info[data-v-4fa7fef9]{display:flex;flex-direction:column;gap:5px}.author-dash[data-v-4fa7fef9]{color:#999;font-size:14px}.author-name[data-v-4fa7fef9]{font-size:15px;font-weight:500;color:#333}.author-company[data-v-4fa7fef9]{font-size:13px;color:#999}.author-avatar[data-v-4fa7fef9]{width:50px;height:50px;border-radius:8px;overflow:hidden;flex-shrink:0}.author-avatar img[data-v-4fa7fef9]{width:100%;height:100%;object-fit:cover}.testimonial-grid[data-v-4fa7fef9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.testimonial-card[data-v-4fa7fef9]{background-color:#f8f9fa;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.testimonial-card[data-v-4fa7fef9]:hover{transform:translateY(-5px);box-shadow:0 4px 16px #0000001a}.testimonial-content p[data-v-4fa7fef9]{font-size:14px;line-height:1.6;color:#666;margin-bottom:20px}.testimonial-author[data-v-4fa7fef9]{font-size:14px;color:#333}.author-name[data-v-4fa7fef9]{font-weight:500;margin-bottom:5px}.author-company[data-v-4fa7fef9]{color:#666}.services .service-cards[data-v-4fa7fef9]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.services .service-card[data-v-4fa7fef9]{background-color:#f8f9fa;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.services .service-card[data-v-4fa7fef9]:hover{transform:translateY(-5px);box-shadow:0 4px 16px #0000001a}.services .service-card h3[data-v-4fa7fef9]{font-size:18px;font-weight:700;color:#333;margin-bottom:10px}.services .service-card p[data-v-4fa7fef9]:first-of-type{font-size:14px;color:#667eea;margin-bottom:15px}.services .service-card p[data-v-4fa7fef9]:last-of-type{font-size:14px;line-height:1.6;color:#666;margin:0}.services-new[data-v-4fa7fef9]{background-color:#1e3a5f;padding:80px 0}.services-title[data-v-4fa7fef9]{font-size:32px;font-weight:700;text-align:center;color:#fff;margin-bottom:50px}.service-cards-new[data-v-4fa7fef9]{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.service-card-new[data-v-4fa7fef9]{background-color:transparent;padding:25px 15px;text-align:center;transition:all .3s ease;border-radius:8px}.service-card-new[data-v-4fa7fef9]:hover{background-color:#fff;transform:translateY(-5px);box-shadow:0 8px 24px #0003}.service-icon[data-v-4fa7fef9]{width:48px;height:48px;margin:0 auto 20px;color:#fff;transition:color .3s ease}.service-card-new:hover .service-icon[data-v-4fa7fef9]{color:#1890ff}.service-icon svg[data-v-4fa7fef9]{width:100%;height:100%}.service-name[data-v-4fa7fef9]{font-size:16px;font-weight:500;color:#fff;margin-bottom:8px;transition:color .3s ease}.service-card-new:hover .service-name[data-v-4fa7fef9]{color:#333}.service-subtitle[data-v-4fa7fef9]{font-size:13px;color:#ffffffb3;margin-bottom:15px;transition:color .3s ease}.service-card-new:hover .service-subtitle[data-v-4fa7fef9]{color:#666}.service-divider[data-v-4fa7fef9]{width:40px;height:2px;background-color:#1890ff;margin:0 auto 15px}.service-desc[data-v-4fa7fef9]{font-size:13px;line-height:1.7;color:#fff9;transition:color .3s ease}.service-card-new:hover .service-desc[data-v-4fa7fef9]{color:#666}.iso-certification-new[data-v-4fa7fef9]{background:linear-gradient(135deg,#e8f4f8,#f0f8ff);padding:80px 0}.iso-content[data-v-4fa7fef9]{display:flex;gap:60px;align-items:flex-start}.iso-text[data-v-4fa7fef9]{flex:1}.iso-title[data-v-4fa7fef9]{font-size:28px;font-weight:700;color:#1e3a5f;margin-bottom:20px}.iso-desc[data-v-4fa7fef9]{font-size:15px;line-height:1.8;color:#666}.iso-cards[data-v-4fa7fef9]{flex:1.2;display:flex;gap:20px}.iso-card[data-v-4fa7fef9]{flex:1;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease;cursor:pointer}.iso-card[data-v-4fa7fef9]:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.iso-card-header[data-v-4fa7fef9]{background-color:#f8f9fa;padding:20px 15px;text-align:center;border-bottom:1px solid #eee}.iso-card-header h3[data-v-4fa7fef9]{font-size:13px;font-weight:600;color:#333;line-height:1.4;margin:0}.iso-card-body[data-v-4fa7fef9]{padding:20px 15px;display:flex;gap:15px;align-items:flex-start}.iso-badge[data-v-4fa7fef9]{width:36px;height:36px;background-color:#1890ff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.check-icon[data-v-4fa7fef9]{color:#fff;font-size:18px;font-weight:700}.iso-info[data-v-4fa7fef9]{flex:1}.iso-number[data-v-4fa7fef9]{font-size:14px;font-weight:700;color:#1890ff;line-height:1.4;margin-bottom:5px}.iso-code[data-v-4fa7fef9]{font-size:11px;color:#999;line-height:1.4}.iso-card-footer[data-v-4fa7fef9]{background:linear-gradient(135deg,#ff9500,#f70);padding:8px 15px;text-align:right}.click-tag[data-v-4fa7fef9]{color:#fff;font-size:12px;font-weight:500;font-style:italic}.iso-certification[data-v-4fa7fef9]{background-color:#f8f9fa;text-align:center}.iso-certification p[data-v-4fa7fef9]{font-size:16px;line-height:1.6;color:#666;max-width:800px;margin:0 auto}.partners-new[data-v-4fa7fef9]{background-color:#fff;padding:80px 0}.partners-title[data-v-4fa7fef9]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:15px}.partners-subtitle[data-v-4fa7fef9]{text-align:center;font-size:15px;color:#666;margin-bottom:50px}.partners-grid[data-v-4fa7fef9]{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.partner-logo-item[data-v-4fa7fef9]{background-color:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:20px;display:flex;align-items:center;justify-content:center;height:80px;transition:all .3s ease}.partner-logo-item[data-v-4fa7fef9]:hover{box-shadow:0 4px 12px #00000014;border-color:#e0e0e0}.partner-logo-item img[data-v-4fa7fef9]{max-width:100%;max-height:50px;object-fit:contain}.partners[data-v-4fa7fef9]{background-color:#f8f9fa}.partners-scroll-container[data-v-4fa7fef9]{position:relative;overflow:hidden;height:80px;margin-top:40px;background-color:#fff;border-radius:8px;padding:20px 0}.partners-scroll-track[data-v-4fa7fef9]{position:relative;width:100%;height:100%;overflow:hidden}.partners-scroll-content[data-v-4fa7fef9]{display:flex;align-items:center;gap:60px;height:100%;animation:scroll-4fa7fef9 30s linear infinite}@keyframes scroll-4fa7fef9{0%{transform:translate(0)}to{transform:translate(-50%)}}.partner-item[data-v-4fa7fef9]{flex:0 0 auto;height:100%;display:flex;align-items:center}.partner-item img[data-v-4fa7fef9]{height:40px;max-width:120px;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.partner-item:hover img[data-v-4fa7fef9]{filter:grayscale(0%)}@media(max-width:992px){.hero-content[data-v-4fa7fef9]{flex-direction:column;text-align:center;gap:40px}.hero-image[data-v-4fa7fef9]{order:-1}.thinking-character[data-v-4fa7fef9]{max-width:300px}.hero-text[data-v-4fa7fef9]{max-width:100%}.pain-point-item[data-v-4fa7fef9]{text-align:left}.editing-cases-container[data-v-4fa7fef9]{height:400px}.case-image-wrapper[data-v-4fa7fef9]{min-width:400px}}@media(max-width:768px){.hero-section[data-v-4fa7fef9]{padding:40px 0}.hero-title[data-v-4fa7fef9]{font-size:22px}.thinking-character[data-v-4fa7fef9]{max-width:250px}.pain-point-item[data-v-4fa7fef9]{padding:12px 15px}.point-text[data-v-4fa7fef9]{font-size:14px}h2[data-v-4fa7fef9]{font-size:24px}.section[data-v-4fa7fef9]{padding:60px 0}.service-plans[data-v-4fa7fef9],.editors-grid[data-v-4fa7fef9],.discipline-cards[data-v-4fa7fef9],.testimonial-grid[data-v-4fa7fef9],.services .service-cards[data-v-4fa7fef9]{grid-template-columns:1fr}.editor-stats[data-v-4fa7fef9]{flex-direction:column;gap:20px}.editors-row[data-v-4fa7fef9]{flex-direction:column}.editor-profile-card[data-v-4fa7fef9]{max-width:500px;margin:0 auto}.discipline-cards-new[data-v-4fa7fef9]{grid-template-columns:repeat(3,1fr)}.case-carousel[data-v-4fa7fef9]{padding:30px 20px}.case-display[data-v-4fa7fef9]{flex-direction:column;gap:30px}.case-journal[data-v-4fa7fef9]{flex:0 0 auto;max-width:300px;margin:0 auto}.journal-cover[data-v-4fa7fef9]{height:280px}.case-meta[data-v-4fa7fef9]{grid-template-columns:1fr;gap:10px}.pricing-cards[data-v-4fa7fef9]{grid-template-columns:1fr;max-width:400px}.overview-title[data-v-4fa7fef9]{font-size:26px}.price[data-v-4fa7fef9]{font-size:36px}.editing-cases-container[data-v-4fa7fef9]{flex-direction:column;height:auto}.editing-case-card[data-v-4fa7fef9]{height:100px;flex:none}.editing-case-card.active[data-v-4fa7fef9]{height:350px;flex:none}.case-text-header[data-v-4fa7fef9]{padding:20px}.case-title[data-v-4fa7fef9]{font-size:20px;margin-bottom:8px}.case-subtitle[data-v-4fa7fef9]{font-size:14px}.case-image-container[data-v-4fa7fef9]{margin:0 20px 20px}.case-image-wrapper[data-v-4fa7fef9]{min-width:100%}}@media(max-width:480px){.hero-section h1[data-v-4fa7fef9]{font-size:24px}.section[data-v-4fa7fef9]{padding:40px 0}.container[data-v-4fa7fef9]{padding:0 15px}.case-card[data-v-4fa7fef9],.service-plan[data-v-4fa7fef9],.editor-card[data-v-4fa7fef9],.discipline-card[data-v-4fa7fef9],.testimonial-card[data-v-4fa7fef9],.services .service-card[data-v-4fa7fef9]{padding:20px}.case-carousel[data-v-4fa7fef9]{padding:20px 15px}.carousel-arrow[data-v-4fa7fef9]{width:40px;height:40px}.carousel-arrow span[data-v-4fa7fef9]{font-size:16px}.journal-cover[data-v-4fa7fef9]{height:220px}.case-testimonial[data-v-4fa7fef9]{font-size:14px}.keyword-tag[data-v-4fa7fef9]{font-size:12px;padding:4px 10px}.service-overview-new[data-v-4fa7fef9]{padding:50px 0}.overview-title[data-v-4fa7fef9]{font-size:22px}.overview-desc[data-v-4fa7fef9]{font-size:14px}.editing-cases-section[data-v-4fa7fef9]{padding:50px 0}.editing-cases-title[data-v-4fa7fef9]{font-size:24px;margin-bottom:30px}.editing-case-card[data-v-4fa7fef9]{height:90px}.editing-case-card.active[data-v-4fa7fef9]{height:300px}.quality-promise-new[data-v-4fa7fef9]{font-size:14px}.card-header[data-v-4fa7fef9]{padding:20px 15px}.card-header h3[data-v-4fa7fef9]{font-size:18px}.testimonials-row[data-v-4fa7fef9]{flex-direction:column}.testimonial-card-new[data-v-4fa7fef9]{max-width:100%}.testimonials-title[data-v-4fa7fef9]{font-size:24px}.testimonials-subtitle[data-v-4fa7fef9]{font-size:14px;margin-bottom:30px}.testimonial-text[data-v-4fa7fef9]{font-size:13px;min-height:auto}.author-avatar[data-v-4fa7fef9]{width:40px;height:40px}.card-body[data-v-4fa7fef9]{padding:20px 15px}.price[data-v-4fa7fef9]{font-size:32px}.feature-list li[data-v-4fa7fef9]{font-size:13px}.select-btn[data-v-4fa7fef9]{padding:12px 20px;font-size:15px}.editor-team-new[data-v-4fa7fef9]{padding:50px 0}.team-title[data-v-4fa7fef9]{font-size:24px}.team-desc[data-v-4fa7fef9]{font-size:14px}.stat-tag[data-v-4fa7fef9]{padding:10px 16px;font-size:13px}.editors-row[data-v-4fa7fef9]{flex-direction:column}.editor-profile-card[data-v-4fa7fef9]{padding:20px}.editor-avatar[data-v-4fa7fef9]{width:60px;height:60px}.editor-name[data-v-4fa7fef9]{font-size:18px}.editor-journals-row[data-v-4fa7fef9]{flex-direction:column}.services-new[data-v-4fa7fef9]{padding:50px 0}.services-title[data-v-4fa7fef9]{font-size:24px;margin-bottom:30px}.service-cards-new[data-v-4fa7fef9]{grid-template-columns:repeat(3,1fr);gap:15px}.service-card-new[data-v-4fa7fef9]{padding:20px 10px}.service-icon[data-v-4fa7fef9]{width:40px;height:40px;margin-bottom:15px}.service-name[data-v-4fa7fef9]{font-size:14px}.service-subtitle[data-v-4fa7fef9],.service-desc[data-v-4fa7fef9]{font-size:12px}.iso-certification-new[data-v-4fa7fef9]{padding:50px 0}.iso-content[data-v-4fa7fef9]{flex-direction:column;gap:40px}.iso-title[data-v-4fa7fef9]{font-size:22px}.iso-desc[data-v-4fa7fef9]{font-size:14px}.iso-cards[data-v-4fa7fef9]{flex-direction:column;gap:15px}.iso-card[data-v-4fa7fef9]{max-width:300px;margin:0 auto}.disciplines-new[data-v-4fa7fef9]{padding:50px 0}.disciplines-title[data-v-4fa7fef9]{font-size:24px;margin-bottom:30px}.discipline-cards-new[data-v-4fa7fef9]{grid-template-columns:repeat(2,1fr);gap:15px}.discipline-card-new[data-v-4fa7fef9]{padding:20px 15px}.discipline-icon[data-v-4fa7fef9]{width:48px;height:48px;margin-bottom:15px}.discipline-name[data-v-4fa7fef9]{font-size:14px;margin-bottom:15px}.stat-row[data-v-4fa7fef9]{font-size:12px;margin-bottom:8px}.partners-new[data-v-4fa7fef9]{padding:50px 0}.partners-title[data-v-4fa7fef9]{font-size:24px}.partners-subtitle[data-v-4fa7fef9]{font-size:14px;margin-bottom:30px}.partners-grid[data-v-4fa7fef9]{grid-template-columns:repeat(3,1fr);gap:15px}.partner-logo-item[data-v-4fa7fef9]{height:70px;padding:15px}.partner-logo-item img[data-v-4fa7fef9]{max-height:40px}}@media(max-width:375px){.discipline-cards-new[data-v-4fa7fef9]{grid-template-columns:1fr}.service-cards-new[data-v-4fa7fef9],.partners-grid[data-v-4fa7fef9]{grid-template-columns:repeat(2,1fr)}}.submission-guidelines-page[data-v-e649301c]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;line-height:1.6;background-color:#f8f9fa;min-height:100vh;display:flex;flex-direction:column}.container[data-v-e649301c]{max-width:1200px;margin:0 auto;padding:0 20px}.animate-on-scroll[data-v-e649301c]{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.visible[data-v-e649301c]{opacity:1;transform:translateY(0)}.delay-1[data-v-e649301c]{transition-delay:.2s}.delay-2[data-v-e649301c]{transition-delay:.4s}.delay-3[data-v-e649301c]{transition-delay:.6s}.hero-section[data-v-e649301c]{background-color:#f5f5f5;color:#333;padding:100px 0 60px;position:relative;overflow:hidden}.hero-content[data-v-e649301c]{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1;gap:20px}.hero-text[data-v-e649301c]{flex:1;max-width:450px}.hero-title[data-v-e649301c]{font-size:46px;font-weight:800;margin-bottom:15px;line-height:1.2;color:#0b2d71;letter-spacing:2px}.hero-subtitle[data-v-e649301c]{font-size:32px;font-weight:700;color:#333;margin-bottom:40px;line-height:1.3}.hero-features[data-v-e649301c]{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.feature-item[data-v-e649301c]{font-size:16px;display:flex;align-items:center;justify-content:center;background-color:#e60012;color:#fff;padding:12px 15px;border-radius:4px;font-weight:500;box-shadow:0 4px 6px #e6001233}.feature-item .check[data-v-e649301c]{color:#fff;margin-right:8px;font-weight:700}.hero-image-container[data-v-e649301c]{flex:1;display:flex;justify-content:center;align-items:flex-end;max-width:400px;height:400px;align-self:flex-end;margin-bottom:-60px}.expert-image[data-v-e649301c]{max-height:100%;width:auto;object-fit:contain}.hero-qr[data-v-e649301c]{flex-shrink:0;width:280px}.qr-box[data-v-e649301c]{background:#fff;padding:25px 20px;border-radius:12px;text-align:center;color:#333;box-shadow:0 10px 30px #00000014}.qr-title[data-v-e649301c]{font-size:16px;font-weight:700;margin-bottom:15px;color:#0b2d71}.qr-code-wrapper[data-v-e649301c]{border:1px solid #eee;padding:10px;border-radius:8px;margin-bottom:15px;display:inline-block}.qr-code-wrapper img[data-v-e649301c]{width:160px;height:160px;display:block}.qr-desc[data-v-e649301c]{font-size:12px;color:#666;line-height:1.6;text-align:left}.section-header[data-v-e649301c]{text-align:center;margin-bottom:60px}.section-header h2[data-v-e649301c]{font-size:36px;font-weight:700;color:#0f172a;margin-bottom:16px}.section-header p[data-v-e649301c]{font-size:18px;color:#64748b}.why-guidance-section[data-v-e649301c]{padding:80px 0;background-color:#f8f9fa}.why-guidance-title[data-v-e649301c]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:50px}.why-guidance-content[data-v-e649301c]{display:flex;align-items:center;gap:60px;background-color:#fff;border-radius:16px;padding:50px;box-shadow:0 4px 20px #0000000f}.why-guidance-image[data-v-e649301c]{flex:1;max-width:400px}.why-guidance-image img[data-v-e649301c]{width:100%;height:auto;object-fit:contain}.why-guidance-text[data-v-e649301c]{flex:1.2}.why-guidance-text p[data-v-e649301c]{font-size:16px;line-height:2;color:#333}.why-guidance-text strong[data-v-e649301c]{font-weight:600;color:#333}.pain-points-section[data-v-e649301c]{padding:100px 0;background-color:#fff}.pain-points-grid[data-v-e649301c]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.pain-point-card[data-v-e649301c]{background:#f8fafc;padding:50px 30px;border-radius:16px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.pain-point-card[data-v-e649301c]:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;border-color:#cbd5e1}.pain-point-card .percentage[data-v-e649301c]{font-size:72px;font-weight:800;color:#ef4444;line-height:1;margin-bottom:20px}.pain-point-card .percentage span[data-v-e649301c]{font-size:36px}.pain-point-card .desc[data-v-e649301c]{font-size:18px;color:#334155;font-weight:500;line-height:1.5}.core-advantages-section[data-v-e649301c]{padding:100px 0;background-color:#f1f5f9}.advantages-grid[data-v-e649301c]{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.advantage-item[data-v-e649301c]{background:#fff;padding:40px;border-radius:16px;display:flex;gap:25px;align-items:flex-start;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000000d}.advantage-item[data-v-e649301c]:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-3px)}.icon-wrapper[data-v-e649301c]{width:80px;height:80px;flex-shrink:0;background:#e0f2fe;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:20px}.icon-wrapper img[data-v-e649301c]{width:100%;height:100%;object-fit:contain}.adv-content h3[data-v-e649301c]{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:12px}.adv-content p[data-v-e649301c]{font-size:16px;color:#475569;line-height:1.7;margin:0}.core-advantages-section-new[data-v-e649301c]{padding:80px 0;background-color:#f8f9fa}.advantages-title[data-v-e649301c]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:50px}.advantages-grid-new[data-v-e649301c]{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.advantage-card-new[data-v-e649301c]{background-color:#fff;border-radius:12px;padding:40px 25px;text-align:center;transition:all .3s ease;box-shadow:0 2px 12px #0000000f}.advantage-card-new[data-v-e649301c]:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.advantage-icon-new[data-v-e649301c]{width:64px;height:64px;margin:0 auto 25px}.advantage-icon-new svg[data-v-e649301c]{width:100%;height:100%}.advantage-card-title[data-v-e649301c]{font-size:18px;font-weight:600;color:#333;margin-bottom:15px}.advantage-card-desc[data-v-e649301c]{font-size:14px;color:#666;line-height:1.8;margin:0}.service-matrix-section[data-v-e649301c]{padding:100px 0;background-color:#fff}.matrix-grid[data-v-e649301c]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.matrix-card[data-v-e649301c]{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.matrix-card[data-v-e649301c]:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-5px);border-color:#3b82f6}.card-header[data-v-e649301c]{padding:25px 30px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.card-header h3[data-v-e649301c]{font-size:20px;font-weight:700;color:#0f172a;margin:0}.tag[data-v-e649301c]{font-size:12px;padding:4px 10px;border-radius:4px;background:#e2e8f0;color:#475569;font-weight:600}.tag.highlight[data-v-e649301c]{background:#dbeafe;color:#1d4ed8}.tag.premium[data-v-e649301c]{background:#fef08a;color:#b45309}.card-body[data-v-e649301c]{padding:30px;flex:1;display:flex;flex-direction:column}.card-body h4[data-v-e649301c]{font-size:16px;font-weight:600;color:#334155;margin-bottom:15px}.card-body ul[data-v-e649301c]{list-style:none;padding:0;margin:0 0 25px;flex:1}.card-body ul li[data-v-e649301c]{position:relative;padding-left:20px;margin-bottom:12px;font-size:15px;color:#475569;line-height:1.6}.card-body ul li[data-v-e649301c]:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}.case-study[data-v-e649301c]{background:#f1f5f9;padding:20px;border-radius:8px;font-size:14px;color:#475569;line-height:1.6;border-left:4px solid #3b82f6}.case-study strong[data-v-e649301c]{color:#0f172a;display:block;margin-bottom:4px}.service-matrix-section-new[data-v-e649301c]{padding:80px 0;background-color:#fff}.matrix-section-title[data-v-e649301c]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:50px}.matrix-grid-new[data-v-e649301c]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.matrix-card-new[data-v-e649301c]{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.matrix-card-new[data-v-e649301c]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.matrix-card-header-new[data-v-e649301c]{padding:30px 25px;text-align:center;color:#fff}.matrix-card-header-new h3[data-v-e649301c]{font-size:22px;font-weight:700;margin-bottom:8px}.matrix-tag[data-v-e649301c]{font-size:14px;opacity:.95}.green-gradient[data-v-e649301c]{background:linear-gradient(135deg,#4ade80,#22c55e)}.blue-gradient[data-v-e649301c]{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.purple-gradient[data-v-e649301c]{background:linear-gradient(135deg,#a78bfa,#8b5cf6)}.orange-gradient[data-v-e649301c]{background:linear-gradient(135deg,#fb923c,#f97316)}.red-gradient[data-v-e649301c]{background:linear-gradient(135deg,#f87171,#ef4444)}.teal-gradient[data-v-e649301c]{background:linear-gradient(135deg,#2dd4bf,#14b8a6)}.matrix-card-body-new[data-v-e649301c]{padding:30px 25px}.matrix-section-label[data-v-e649301c]{font-size:16px;font-weight:600;color:#1e40af;margin-bottom:15px}.matrix-service-list[data-v-e649301c]{list-style:none;padding:0;margin:0 0 25px}.matrix-service-list li[data-v-e649301c]{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:14px;color:#333;line-height:1.6}.check-icon-green[data-v-e649301c],.check-icon-blue[data-v-e649301c],.check-icon-purple[data-v-e649301c],.check-icon-orange[data-v-e649301c],.check-icon-red[data-v-e649301c],.check-icon-teal[data-v-e649301c]{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0;margin-top:2px}.check-icon-green[data-v-e649301c]{background-color:#22c55e}.check-icon-blue[data-v-e649301c]{background-color:#3b82f6}.check-icon-purple[data-v-e649301c]{background-color:#8b5cf6}.check-icon-orange[data-v-e649301c]{background-color:#f97316}.check-icon-red[data-v-e649301c]{background-color:#ef4444}.check-icon-teal[data-v-e649301c]{background-color:#14b8a6}.matrix-case-study[data-v-e649301c]{font-size:14px;color:#333;line-height:1.8;margin:0}.highlight-red[data-v-e649301c]{color:#e53935;font-weight:600}.package-matrix-section[data-v-e649301c]{padding:80px 0;background-color:#f8f9fa}.package-matrix-title[data-v-e649301c]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:50px}.package-cards[data-v-e649301c]{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.package-card[data-v-e649301c]{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.package-card[data-v-e649301c]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.package-header[data-v-e649301c]{padding:25px 20px;text-align:center;border-top:4px solid}.blue-top[data-v-e649301c]{border-top-color:#1e40af}.orange-top[data-v-e649301c]{border-top-color:#f97316}.red-top[data-v-e649301c]{border-top-color:#dc2626}.lightblue-top[data-v-e649301c]{border-top-color:#60a5fa}.package-name[data-v-e649301c]{font-size:20px;font-weight:600;color:#333;margin-bottom:8px}.package-subtitle[data-v-e649301c]{font-size:13px;color:#999;margin:0}.package-body[data-v-e649301c]{padding:25px 20px;text-align:center}.package-price[data-v-e649301c]{margin-bottom:20px}.package-price .currency[data-v-e649301c]{font-size:16px;color:#666;vertical-align:top}.package-price .price[data-v-e649301c]{font-size:36px;font-weight:700;color:#333}.package-price .unit[data-v-e649301c]{font-size:14px;color:#999}.package-price.custom[data-v-e649301c]{margin-bottom:20px}.package-price .price-text[data-v-e649301c]{font-size:28px;font-weight:700;color:#333}.package-tag[data-v-e649301c]{display:inline-block;padding:8px 16px;border-radius:20px;font-size:13px;margin-bottom:20px}.blue-tag[data-v-e649301c]{background-color:#dbeafe;color:#1e40af}.orange-tag[data-v-e649301c]{background-color:#ffedd5;color:#c2410c}.red-tag[data-v-e649301c]{background-color:#fee2e2;color:#991b1b}.lightblue-tag[data-v-e649301c]{background-color:#e0f2fe;color:#0369a1}.package-feature[data-v-e649301c]{font-size:14px;color:#666;margin:0}.authority-section[data-v-e649301c]{padding:80px 0;background-color:#fff}.authority-title[data-v-e649301c]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:50px}.authority-cards[data-v-e649301c]{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.authority-card[data-v-e649301c]{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;padding:30px;transition:all .3s ease}.authority-card[data-v-e649301c]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.authority-card.blue-card[data-v-e649301c]{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.authority-card.cyan-card[data-v-e649301c]{background:linear-gradient(135deg,#ecfeff,#cffafe)}.authority-card.purple-card[data-v-e649301c]{background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.authority-card-header[data-v-e649301c]{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.1)}.authority-number[data-v-e649301c]{font-size:36px;font-weight:700;color:#3b82f6;display:block;margin-bottom:5px}.authority-card.cyan-card .authority-number[data-v-e649301c]{color:#06b6d4}.authority-card.purple-card .authority-number[data-v-e649301c]{color:#8b5cf6}.authority-card-title[data-v-e649301c]{font-size:20px;font-weight:600;color:#1e40af;margin:0}.authority-card.cyan-card .authority-card-title[data-v-e649301c]{color:#0e7490}.authority-card.purple-card .authority-card-title[data-v-e649301c]{color:#6b21a8}.authority-card-body[data-v-e649301c]{color:#333}.authority-subtitle[data-v-e649301c]{font-size:15px;font-weight:600;color:#333;margin:20px 0 15px}.authority-subtitle[data-v-e649301c]:first-child{margin-top:0}.authority-item[data-v-e649301c]{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px}.authority-check[data-v-e649301c]{width:20px;height:20px;background-color:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0;margin-top:2px}.authority-item p[data-v-e649301c]{font-size:14px;line-height:1.6;margin:0;color:#333}.authority-list[data-v-e649301c]{margin-bottom:20px}.authority-list-item[data-v-e649301c]{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;color:#333}.authority-icon[data-v-e649301c]{font-size:16px}.faq-section[data-v-e649301c]{padding:80px 0;background-color:#f8f9fa}.faq-title[data-v-e649301c]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:50px}.faq-grid[data-v-e649301c]{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 60px}.faq-item[data-v-e649301c]{background-color:transparent}.faq-question[data-v-e649301c]{font-size:18px;font-weight:600;color:#333;margin-bottom:12px}.faq-answer[data-v-e649301c]{font-size:14px;color:#666;line-height:1.8;margin:0}@media(max-width:1024px){.hero-content[data-v-e649301c]{flex-direction:column;text-align:center}.hero-text[data-v-e649301c]{max-width:100%}.hero-image-container[data-v-e649301c]{margin-bottom:0;max-width:300px;height:300px}.hero-qr[data-v-e649301c]{margin-top:20px}.matrix-grid[data-v-e649301c]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-title[data-v-e649301c]{font-size:36px}.hero-subtitle[data-v-e649301c]{font-size:24px}.hero-features[data-v-e649301c],.pain-points-grid[data-v-e649301c],.advantages-grid[data-v-e649301c],.matrix-grid[data-v-e649301c]{grid-template-columns:1fr}.section-header h2[data-v-e649301c]{font-size:28px}.hero-section[data-v-e649301c]{padding:120px 0 60px}.why-guidance-section[data-v-e649301c]{padding:50px 0}.why-guidance-title[data-v-e649301c]{font-size:24px;margin-bottom:30px}.why-guidance-content[data-v-e649301c]{flex-direction:column;gap:30px;padding:30px}.why-guidance-image[data-v-e649301c]{max-width:300px;margin:0 auto}.why-guidance-text p[data-v-e649301c]{font-size:14px;line-height:1.8}.core-advantages-section-new[data-v-e649301c]{padding:50px 0}.advantages-title[data-v-e649301c]{font-size:24px;margin-bottom:30px}.advantages-grid-new[data-v-e649301c]{grid-template-columns:repeat(2,1fr);gap:20px}.advantage-card-new[data-v-e649301c]{padding:30px 20px}.advantage-icon-new[data-v-e649301c]{width:48px;height:48px;margin-bottom:20px}.advantage-card-title[data-v-e649301c]{font-size:16px}.advantage-card-desc[data-v-e649301c]{font-size:13px}.service-matrix-section-new[data-v-e649301c]{padding:50px 0}.matrix-section-title[data-v-e649301c]{font-size:24px;margin-bottom:30px}.matrix-grid-new[data-v-e649301c]{grid-template-columns:1fr;gap:20px}.matrix-card-header-new[data-v-e649301c]{padding:25px 20px}.matrix-card-header-new h3[data-v-e649301c]{font-size:20px}.matrix-card-body-new[data-v-e649301c]{padding:25px 20px}.matrix-section-label[data-v-e649301c]{font-size:15px}.matrix-service-list li[data-v-e649301c],.matrix-case-study[data-v-e649301c]{font-size:13px}.package-matrix-section[data-v-e649301c]{padding:50px 0}.package-matrix-title[data-v-e649301c]{font-size:24px;margin-bottom:30px}.package-cards[data-v-e649301c]{grid-template-columns:repeat(2,1fr);gap:15px}.package-header[data-v-e649301c]{padding:20px 15px}.package-name[data-v-e649301c]{font-size:18px}.package-body[data-v-e649301c]{padding:20px 15px}.package-price .price[data-v-e649301c]{font-size:28px}.package-price .price-text[data-v-e649301c]{font-size:24px}.package-tag[data-v-e649301c]{font-size:12px;padding:6px 12px}.package-feature[data-v-e649301c]{font-size:13px}.authority-section[data-v-e649301c]{padding:50px 0}.authority-title[data-v-e649301c]{font-size:24px;margin-bottom:30px}.authority-cards[data-v-e649301c]{grid-template-columns:1fr;gap:20px}.authority-card[data-v-e649301c]{padding:25px 20px}.authority-number[data-v-e649301c]{font-size:28px}.authority-card-title[data-v-e649301c]{font-size:18px}.authority-subtitle[data-v-e649301c]{font-size:14px}.authority-item p[data-v-e649301c],.authority-list-item[data-v-e649301c]{font-size:13px}}@media(max-width:480px){.hero-title[data-v-e649301c]{font-size:28px}.hero-subtitle[data-v-e649301c]{font-size:20px}.hero-features[data-v-e649301c]{grid-template-columns:1fr}.qr-box[data-v-e649301c]{width:100%;max-width:280px}.pain-point-card .percentage[data-v-e649301c]{font-size:56px}.advantage-item[data-v-e649301c]{flex-direction:column;align-items:center;text-align:center}.faq-section[data-v-e649301c]{padding:50px 0}.faq-title[data-v-e649301c]{font-size:24px;margin-bottom:30px}.faq-grid[data-v-e649301c]{grid-template-columns:1fr;gap:25px}.faq-question[data-v-e649301c]{font-size:16px}.faq-answer[data-v-e649301c]{font-size:13px}}.medical-page[data-v-4153a78d]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;line-height:1.6;background-color:#f8f9fa;min-height:100vh}.container[data-v-4153a78d]{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section[data-v-4153a78d]{background:#f5f7fa;padding:100px 0 60px;color:#333}.hero-content[data-v-4153a78d]{display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-left[data-v-4153a78d]{flex:1}.hero-right[data-v-4153a78d]{display:flex;align-items:flex-end;gap:30px}.hero-title[data-v-4153a78d]{font-size:32px;font-weight:700;color:#333;margin-bottom:16px;line-height:1.4}.hero-subtitle[data-v-4153a78d]{font-size:36px;font-weight:700;margin-bottom:24px;line-height:1.3}.highlight-blue[data-v-4153a78d]{background:linear-gradient(180deg,transparent 60%,#7dd3fc 60%);padding:0 4px}.highlight-red[data-v-4153a78d]{color:#dc2626;font-weight:600}.hero-desc[data-v-4153a78d]{font-size:18px;color:#666;margin-bottom:12px}.hero-note[data-v-4153a78d]{font-size:16px;color:#888}.doctor-image[data-v-4153a78d]{flex-shrink:0}.doctor-placeholder[data-v-4153a78d]{width:280px;height:380px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.doctor-icon[data-v-4153a78d]{font-size:120px}.doctor-label[data-v-4153a78d]{font-size:18px;color:#0369a1;font-weight:500}.qr-section[data-v-4153a78d]{text-align:center;background:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 12px #00000014}.qr-title[data-v-4153a78d]{font-size:14px;color:#333;margin-bottom:12px;font-weight:500}.qr-code[data-v-4153a78d]{width:140px;height:140px;margin:0 auto 12px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;border-radius:4px}.qr-placeholder[data-v-4153a78d]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.qr-icon[data-v-4153a78d]{font-size:48px}.qr-label[data-v-4153a78d]{font-size:12px;color:#666}.qr-desc[data-v-4153a78d]{font-size:12px;color:#888;line-height:1.5;max-width:140px}.section-title[data-v-4153a78d]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:40px}.target-audience[data-v-4153a78d]{padding:80px 0;background-color:#f5f7fa}.audience-grid[data-v-4153a78d]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.audience-card[data-v-4153a78d]{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.audience-card[data-v-4153a78d]:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.audience-image[data-v-4153a78d]{width:100%;height:200px;overflow:hidden;flex-shrink:0}.image-placeholder[data-v-4153a78d]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.doctor-laptop[data-v-4153a78d]{background:linear-gradient(135deg,#e0f2fe,#bfdbfe)}.doctor-consult[data-v-4153a78d]{background:linear-gradient(135deg,#fef3c7,#fde68a)}.doctor-busy[data-v-4153a78d]{background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.placeholder-icon[data-v-4153a78d]{font-size:80px}.audience-text[data-v-4153a78d]{padding:20px;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);flex:1;display:flex;align-items:center;justify-content:center;min-height:80px}.audience-text p[data-v-4153a78d]{font-size:14px;color:#fff;margin:0;line-height:1.6;text-align:center}.service-promise[data-v-4153a78d]{padding:80px 0;background-color:#f5f7fa}.promise-content[data-v-4153a78d]{display:flex;align-items:center;gap:40px;background:#fff;border-radius:12px;padding:0;overflow:hidden;box-shadow:0 4px 16px #0000000f}.promise-image[data-v-4153a78d]{flex-shrink:0;width:320px;height:240px}.promise-image-placeholder[data-v-4153a78d]{width:100%;height:100%;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;align-items:center;justify-content:center}.promise-icon[data-v-4153a78d]{font-size:100px}.promise-text-wrapper[data-v-4153a78d]{flex:1;padding:40px 40px 40px 0;position:relative}.new-badge[data-v-4153a78d]{position:absolute;top:20px;right:0;background:linear-gradient(135deg,#f59e0b,#f97316,#ea580c);color:#fff;padding:8px 20px 8px 28px;font-size:14px;font-weight:600;clip-path:polygon(15% 0%,100% 0%,100% 100%,15% 100%,0% 50%);box-shadow:0 2px 8px #f59e0b4d}.new-badge[data-v-4153a78d]:before{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid #fff}.promise-text p[data-v-4153a78d]{font-size:16px;color:#555;line-height:1.8;margin:0 0 12px}.promise-text p[data-v-4153a78d]:last-child{margin-bottom:0}.package-section[data-v-4153a78d]{padding:80px 0;background-color:#fff}.package-subtitle[data-v-4153a78d]{text-align:center;font-size:18px;color:#666;margin-bottom:40px}.services-grid[data-v-4153a78d]{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin-bottom:30px}.services-grid[data-v-4153a78d]{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:30px}.service-card[data-v-4153a78d]{background:#fff;border:2px solid #e8e8e8;border-radius:12px;padding:24px 16px;text-align:center;transition:all .3s ease;cursor:default}.service-card[data-v-4153a78d]:hover{border-color:#1890ff;box-shadow:0 8px 24px #1890ff26;transform:translateY(-4px)}.service-card:hover .service-icon[data-v-4153a78d]{background:#1890ff;color:#fff}.service-card:hover .service-name[data-v-4153a78d]{color:#1890ff}.service-icon[data-v-4153a78d]{width:56px;height:56px;margin:0 auto 16px;background:#f0f7ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .3s ease}.service-name[data-v-4153a78d]{font-size:14px;color:#333;font-weight:500;line-height:1.4;transition:all .3s ease}.highlight-red[data-v-4153a78d]{color:#ff4d4f;font-weight:600}.package-note[data-v-4153a78d]{text-align:center;font-size:14px;color:#999;margin-bottom:30px}.consult-wrapper[data-v-4153a78d]{text-align:center}.consult-btn-large[data-v-4153a78d]{background-color:#ff6b35;color:#fff;border:none;padding:18px 50px;font-size:20px;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease}.consult-btn-large[data-v-4153a78d]:hover{background-color:#e55a2b;transform:translateY(-2px);box-shadow:0 8px 20px #ff6b354d}.service-details[data-v-4153a78d]{padding:80px 0;background-color:#f5f7fa}.details-grid[data-v-4153a78d]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.detail-card[data-v-4153a78d]{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;display:flex;align-items:center;gap:20px}.detail-card[data-v-4153a78d]:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 24px #2563eb4d;transform:translateY(-4px)}.detail-card:hover .detail-number[data-v-4153a78d]{color:#ffffffe6}.detail-card:hover .detail-title[data-v-4153a78d]{color:#fff}.detail-card:hover .detail-desc[data-v-4153a78d]{color:#ffffffd9}.detail-number[data-v-4153a78d]{font-size:48px;font-weight:700;color:#333;line-height:1;min-width:60px;flex-shrink:0}.detail-content[data-v-4153a78d]{flex:1}.detail-title[data-v-4153a78d]{font-size:18px;font-weight:600;color:#333;margin:0 0 12px;line-height:1.4}.detail-desc[data-v-4153a78d]{font-size:14px;color:#666;line-height:1.8;margin:0}.service-prices-section[data-v-4153a78d]{padding:80px 0;background-color:#f5f7fa}.prices-grid[data-v-4153a78d]{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:40px}.price-card[data-v-4153a78d]{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;position:relative}.price-card[data-v-4153a78d]:hover{box-shadow:0 12px 32px #00000026;transform:translateY(-4px);z-index:10}.price-card-default[data-v-4153a78d]{padding:24px 20px;transition:all .3s ease}.price-card:hover .price-card-default[data-v-4153a78d]{opacity:0;visibility:hidden}.price-card-header[data-v-4153a78d]{display:flex;align-items:center;gap:10px;margin-bottom:16px}.price-icon[data-v-4153a78d]{width:28px;height:28px;background:#e6f0ff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px}.price-name[data-v-4153a78d]{font-size:15px;font-weight:500;color:#333}.price-value[data-v-4153a78d]{font-size:18px;font-weight:600;color:#666}.price-card-hover[data-v-4153a78d]{position:absolute;top:0;left:0;right:0;background:#fff;padding:20px;opacity:0;visibility:hidden;transition:all .3s ease;border-radius:12px;box-shadow:0 12px 32px #00000026}.price-card:hover .price-card-hover[data-v-4153a78d]{opacity:1;visibility:visible}.hover-header[data-v-4153a78d]{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hover-name[data-v-4153a78d]{font-size:16px;font-weight:600;color:#333}.hover-price[data-v-4153a78d]{font-size:16px;font-weight:600;color:#666}.hover-desc[data-v-4153a78d]{font-size:13px;color:#666;line-height:1.6;margin:0}.total-price-bar[data-v-4153a78d]{background:#e8e8e8;border-radius:30px;padding:16px 40px;text-align:center;max-width:400px;margin:0 auto}.total-label[data-v-4153a78d]{font-size:16px;color:#666}.total-value[data-v-4153a78d]{font-size:18px;font-weight:600;color:#999;text-decoration:line-through}.medical-sci-package-section[data-v-4153a78d]{padding:80px 0;background-color:#fff}.package-banner[data-v-4153a78d]{background:#c91f2e;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #c91f2e33;margin-bottom:30px}.package-content[data-v-4153a78d]{display:flex;position:relative}.package-left[data-v-4153a78d]{flex:1;padding:50px 40px;position:relative;z-index:2}.package-title[data-v-4153a78d]{color:#fff;font-size:32px;font-weight:700;margin-bottom:25px;display:flex;align-items:baseline;gap:10px}.package-subtitle[data-v-4153a78d]{font-size:20px;font-weight:400}.package-slogan[data-v-4153a78d]{display:inline-block;background:linear-gradient(to right,#fde3c6,#ffd1a6);color:#c91f2e;padding:8px 24px;border-radius:20px;font-size:16px;font-weight:700;margin-bottom:30px;box-shadow:0 4px 10px #0000001a}.package-desc[data-v-4153a78d]{color:#ffebec;font-size:15px;line-height:1.8;margin:0}.package-right-wrapper[data-v-4153a78d]{flex:0 0 450px;background:#fff;position:relative;display:flex;align-items:stretch}.package-right-wrapper[data-v-4153a78d]:before{content:"";position:absolute;left:-40px;top:0;bottom:0;width:80px;background:#c91f2e;transform:skew(-15deg);transform-origin:bottom;z-index:1}.package-right[data-v-4153a78d]{background:#fdf5e6;border:4px solid #f9dcb3;border-radius:8px;margin:20px;padding:40px 30px;flex:1;position:relative;z-index:2}.price-title[data-v-4153a78d]{color:#c91f2e;font-size:24px;font-weight:700;margin-bottom:25px}.price-list[data-v-4153a78d]{display:flex;flex-direction:column;gap:20px}.price-item[data-v-4153a78d]{display:flex;align-items:baseline;color:#c91f2e}.item-name[data-v-4153a78d]{font-size:20px;flex:1}.item-price[data-v-4153a78d]{font-size:32px;font-weight:700;margin:0 8px}.item-unit[data-v-4153a78d]{font-size:18px}.action-btn-wrapper[data-v-4153a78d]{text-align:center}.consult-btn[data-v-4153a78d]{background-color:#ef4444;color:#fff;border:none;padding:15px 50px;font-size:18px;font-weight:700;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #ef44444d}.consult-btn[data-v-4153a78d]:hover{background-color:#dc2626;transform:translateY(-2px);box-shadow:0 6px 15px #ef444466}.faq-section[data-v-4153a78d]{padding:80px 0;background-color:#f5f7fa}.faq-grid[data-v-4153a78d]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.faq-card[data-v-4153a78d]{background:#fff;border-radius:12px;padding:24px;display:flex;gap:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000f;position:relative}.faq-card[data-v-4153a78d]:hover{box-shadow:0 12px 32px #00000026;transform:translateY(-4px);z-index:10}.faq-number[data-v-4153a78d]{width:32px;height:32px;background:#1e40af;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.faq-content[data-v-4153a78d]{flex:1}.faq-question[data-v-4153a78d]{display:flex;align-items:flex-start;gap:8px}.faq-q[data-v-4153a78d]{font-size:16px;font-weight:600;color:#333;flex-shrink:0}.faq-text[data-v-4153a78d]{font-size:15px;font-weight:500;color:#333;line-height:1.5}.faq-answer[data-v-4153a78d]{position:absolute;top:100%;left:0;right:0;background:#fff;padding:20px 24px;border-radius:0 0 12px 12px;box-shadow:0 12px 32px #00000026;opacity:0;visibility:hidden;transition:all .3s ease;z-index:20;margin-top:-4px}.faq-card:hover .faq-answer[data-v-4153a78d]{opacity:1;visibility:visible}.faq-answer p[data-v-4153a78d]{font-size:14px;color:#666;line-height:1.8;margin:0}@media(max-width:1024px){.audience-grid[data-v-4153a78d]{grid-template-columns:repeat(2,1fr)}.services-grid[data-v-4153a78d]{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.hero-content[data-v-4153a78d]{flex-direction:column;text-align:center}.hero-right[data-v-4153a78d]{flex-direction:column;align-items:center}.doctor-placeholder[data-v-4153a78d]{width:220px;height:300px}.doctor-icon[data-v-4153a78d]{font-size:90px}.package-content[data-v-4153a78d]{flex-direction:column}.package-right-wrapper[data-v-4153a78d]{flex:none;width:100%}.package-right-wrapper[data-v-4153a78d]:before{display:none}.package-right[data-v-4153a78d]{margin:0;border-radius:0 0 12px 12px}}@media(max-width:1024px){.promise-content[data-v-4153a78d]{flex-direction:column}.promise-image[data-v-4153a78d]{width:100%;height:200px}.promise-text-wrapper[data-v-4153a78d]{padding:40px}.new-badge[data-v-4153a78d]{position:static;display:inline-block;margin-bottom:16px;clip-path:polygon(10% 0%,100% 0%,100% 100%,10% 100%,0% 50%);padding:8px 16px 8px 24px}}@media(max-width:768px){.hero-section[data-v-4153a78d]{padding:80px 0 40px}.hero-title[data-v-4153a78d]{font-size:24px}.hero-subtitle[data-v-4153a78d]{font-size:28px}.hero-desc[data-v-4153a78d]{font-size:16px}.section-title[data-v-4153a78d]{font-size:26px}.promise-image[data-v-4153a78d]{height:160px}.promise-icon[data-v-4153a78d]{font-size:70px}.promise-text-wrapper[data-v-4153a78d]{padding:24px}.promise-text p[data-v-4153a78d]{font-size:14px}.audience-grid[data-v-4153a78d]{grid-template-columns:1fr}.audience-image[data-v-4153a78d]{height:180px}.placeholder-icon[data-v-4153a78d]{font-size:60px}.services-grid[data-v-4153a78d]{grid-template-columns:repeat(3,1fr)}.service-card[data-v-4153a78d]{padding:20px 12px}.service-icon[data-v-4153a78d]{width:48px;height:48px;font-size:20px}.service-name[data-v-4153a78d]{font-size:13px}.detail-item[data-v-4153a78d]{flex-direction:column;gap:15px}.detail-price[data-v-4153a78d]{text-align:left}.doctor-placeholder[data-v-4153a78d]{width:180px;height:240px}.doctor-icon[data-v-4153a78d]{font-size:70px}.qr-section[data-v-4153a78d]{padding:12px}.qr-code[data-v-4153a78d]{width:120px;height:120px}.qr-code img[data-v-4153a78d]{width:100px;height:100px}}@media(max-width:640px){.services-grid[data-v-4153a78d]{grid-template-columns:repeat(2,1fr);gap:12px}.service-card[data-v-4153a78d]{padding:16px 8px}.service-icon[data-v-4153a78d]{width:40px;height:40px;font-size:18px;margin-bottom:12px}.service-name[data-v-4153a78d]{font-size:12px}.details-grid[data-v-4153a78d]{grid-template-columns:1fr;gap:16px}.detail-card[data-v-4153a78d]{padding:24px;gap:16px}.detail-number[data-v-4153a78d]{font-size:40px;min-width:52px}.detail-title[data-v-4153a78d]{font-size:16px}.detail-desc[data-v-4153a78d]{font-size:13px}.prices-grid[data-v-4153a78d]{grid-template-columns:repeat(3,1fr);gap:16px}.price-card[data-v-4153a78d]{min-height:100px}.price-card-default[data-v-4153a78d]{padding:20px 16px}.price-card-hover[data-v-4153a78d]{padding:16px}.hover-header[data-v-4153a78d]{margin-bottom:8px}.hover-name[data-v-4153a78d],.hover-price[data-v-4153a78d]{font-size:15px}.hover-desc[data-v-4153a78d]{font-size:12px;line-height:1.5}.price-name[data-v-4153a78d]{font-size:14px}.price-value[data-v-4153a78d]{font-size:16px}.total-price-bar[data-v-4153a78d]{padding:14px 30px}.offer-card[data-v-4153a78d]{flex-direction:column}.offer-left[data-v-4153a78d]{padding:30px}.offer-title-main[data-v-4153a78d]{font-size:24px}.offer-title-sub[data-v-4153a78d]{font-size:18px}.offer-right[data-v-4153a78d]{width:100%;padding:0 30px 30px}.offer-price-box[data-v-4153a78d]{padding:24px}.package-left[data-v-4153a78d]{padding:30px 20px}.package-title[data-v-4153a78d]{font-size:24px;flex-direction:column;align-items:flex-start;gap:5px}.package-subtitle[data-v-4153a78d]{font-size:16px}.package-slogan[data-v-4153a78d]{font-size:14px;padding:6px 16px}.package-right[data-v-4153a78d]{padding:30px 20px}.price-title[data-v-4153a78d]{font-size:20px}.item-name[data-v-4153a78d]{font-size:16px}.item-price[data-v-4153a78d]{font-size:24px}.item-unit[data-v-4153a78d]{font-size:14px}.faq-grid[data-v-4153a78d]{grid-template-columns:1fr;gap:16px}.faq-card[data-v-4153a78d]{padding:20px}.faq-number[data-v-4153a78d]{width:28px;height:28px;font-size:13px}.faq-text[data-v-4153a78d]{font-size:14px}}@media(max-width:480px){.hero-title[data-v-4153a78d]{font-size:28px}.services-grid[data-v-4153a78d]{grid-template-columns:repeat(2,1fr);gap:10px}.consult-btn[data-v-4153a78d],.consult-btn-large[data-v-4153a78d]{width:100%;padding:15px 20px}.detail-card[data-v-4153a78d]{padding:20px;gap:16px}.detail-number[data-v-4153a78d]{font-size:36px;min-width:48px}.detail-title[data-v-4153a78d]{font-size:15px;margin-bottom:8px}.detail-desc[data-v-4153a78d]{font-size:12px;line-height:1.6}.prices-grid[data-v-4153a78d]{grid-template-columns:repeat(2,1fr);gap:12px}.price-card[data-v-4153a78d]{min-height:90px}.price-card-default[data-v-4153a78d]{padding:16px 12px}.price-card-hover[data-v-4153a78d]{padding:12px}.hover-header[data-v-4153a78d]{margin-bottom:6px}.hover-name[data-v-4153a78d],.hover-price[data-v-4153a78d]{font-size:14px}.hover-desc[data-v-4153a78d]{font-size:11px;line-height:1.4}.price-card-header[data-v-4153a78d]{gap:8px;margin-bottom:12px}.price-icon[data-v-4153a78d]{width:24px;height:24px;font-size:12px}.price-name[data-v-4153a78d]{font-size:13px}.price-value[data-v-4153a78d]{font-size:15px}.total-price-bar[data-v-4153a78d]{padding:12px 24px;border-radius:24px}.total-label[data-v-4153a78d]{font-size:14px}.total-value[data-v-4153a78d]{font-size:16px}.offer-left[data-v-4153a78d]{padding:24px 20px}.offer-title-main[data-v-4153a78d]{font-size:20px;display:block;margin-bottom:4px}.offer-title-sub[data-v-4153a78d]{font-size:16px}.offer-badge[data-v-4153a78d]{padding:8px 16px;font-size:13px}.offer-desc[data-v-4153a78d]{font-size:14px}.offer-right[data-v-4153a78d]{padding:0 20px 24px}.offer-price-box[data-v-4153a78d]{padding:20px}.offer-price-title[data-v-4153a78d]{font-size:18px;margin-bottom:16px}.offer-price-label[data-v-4153a78d]{font-size:14px}.offer-price-value[data-v-4153a78d]{font-size:18px}.offer-btn[data-v-4153a78d]{padding:14px 40px;font-size:16px;width:100%;max-width:280px}.faq-card[data-v-4153a78d]{padding:16px;gap:12px}.faq-number[data-v-4153a78d]{width:24px;height:24px;font-size:12px}.faq-q[data-v-4153a78d]{font-size:14px}.faq-text[data-v-4153a78d]{font-size:13px}.faq-answer p[data-v-4153a78d]{font-size:12px;line-height:1.6}}.coaching-page[data-v-8eacd7df]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;line-height:1.6;background-color:#f8f9fa;min-height:100vh}.container[data-v-8eacd7df]{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section[data-v-8eacd7df]{background:#f5f7fa;padding:100px 0 60px;color:#333}.hero-content[data-v-8eacd7df]{display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-left[data-v-8eacd7df]{flex:1}.hero-title[data-v-8eacd7df]{font-size:28px;font-weight:700;color:#1e40af;margin-bottom:16px;line-height:1.4}.hero-highlight[data-v-8eacd7df]{font-size:42px;font-weight:800;color:#333;margin-bottom:24px}.hero-pain-points[data-v-8eacd7df]{margin-bottom:24px}.hero-pain-points span[data-v-8eacd7df]{display:inline-block;background:#fef3c7;color:#92400e;padding:8px 16px;border-radius:20px;font-size:15px;margin-right:8px;margin-bottom:8px}.hero-features[data-v-8eacd7df]{font-size:16px;line-height:1.8}.feature-item[data-v-8eacd7df]{display:flex;align-items:center;gap:12px;margin-bottom:12px}.feature-check[data-v-8eacd7df]{color:#dc2626;font-size:18px;font-weight:700}.hero-right[data-v-8eacd7df]{flex-shrink:0;display:flex;align-items:flex-end;gap:20px}.professor-image[data-v-8eacd7df]{flex-shrink:0}.professor-placeholder[data-v-8eacd7df]{width:200px;height:320px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:12px;display:flex;align-items:center;justify-content:center}.professor-icon[data-v-8eacd7df]{font-size:100px}.qr-section[data-v-8eacd7df]{background:#fff;padding:20px;border-radius:12px;text-align:center;width:200px;box-shadow:0 4px 16px #00000014}.qr-title[data-v-8eacd7df]{font-size:16px;color:#333;margin-bottom:20px;font-weight:500}.qr-placeholder[data-v-8eacd7df]{width:160px;height:160px;margin:0 auto 20px;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center}.qr-icon[data-v-8eacd7df]{font-size:60px}.qr-desc[data-v-8eacd7df]{font-size:13px;color:#666;line-height:1.5;margin:0}.section-title[data-v-8eacd7df]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:20px}.section-subtitle[data-v-8eacd7df]{font-size:16px;color:#666;text-align:center;margin-bottom:50px}.pain-points-section[data-v-8eacd7df]{padding:80px 0;background-color:#fff}.pain-points-grid[data-v-8eacd7df]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}.pain-point-card[data-v-8eacd7df]{background:#fff;border-radius:16px;padding:40px 30px;text-align:center;transition:all .3s ease;box-shadow:0 4px 16px #0000000f}.pain-point-card[data-v-8eacd7df]:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.pain-point-icon[data-v-8eacd7df]{width:64px;height:64px;margin:0 auto 20px;background:#e6f0ff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:32px}.pain-point-title[data-v-8eacd7df]{font-size:20px;font-weight:600;color:#333;margin-bottom:20px}.pain-point-desc[data-v-8eacd7df]{font-size:14px;color:#666;line-height:1.8;margin:0 0 12px;text-align:left}.pain-point-desc2[data-v-8eacd7df]{font-size:14px;color:#666;line-height:1.8;margin:0;text-align:left}.solution-box[data-v-8eacd7df]{background:#fff;border-radius:16px;padding:40px;display:flex;align-items:center;gap:40px;box-shadow:0 4px 16px #0000000f}.solution-icon[data-v-8eacd7df]{flex-shrink:0}.solution-icon-placeholder[data-v-8eacd7df]{width:120px;height:120px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:16px;display:flex;align-items:center;justify-content:center}.solution-icon-emoji[data-v-8eacd7df]{font-size:60px}.solution-content[data-v-8eacd7df]{flex:1}.solution-text[data-v-8eacd7df]{font-size:16px;line-height:1.8;margin:0;color:#333}.solution-label[data-v-8eacd7df]{font-weight:700;color:#333}.highlight-red[data-v-8eacd7df]{color:#dc2626;font-weight:600}.highlight[data-v-8eacd7df]{color:#fbbf24;font-weight:600}.service-matrix-section[data-v-8eacd7df]{padding:80px 0;background-color:#f5f7fa}.service-modules-grid[data-v-8eacd7df]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-module-card[data-v-8eacd7df]{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease}.service-module-card[data-v-8eacd7df]:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.module-header[data-v-8eacd7df]{padding:24px 20px;color:#fff;text-align:center}.module-title[data-v-8eacd7df]{font-size:18px;font-weight:600;margin-bottom:8px}.module-subtitle[data-v-8eacd7df]{font-size:13px;opacity:.9}.module-content[data-v-8eacd7df]{padding:24px 20px}.module-section[data-v-8eacd7df]{margin-bottom:20px}.module-section-title[data-v-8eacd7df]{font-size:15px;font-weight:600;color:#1e40af;margin-bottom:16px}.module-items[data-v-8eacd7df]{margin-bottom:0}.module-item[data-v-8eacd7df]{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#555;line-height:1.7;margin-bottom:12px}.module-item[data-v-8eacd7df]:last-child{margin-bottom:0}.item-check[data-v-8eacd7df]{color:#10b981;font-weight:700;flex-shrink:0}.emergency-check[data-v-8eacd7df]{color:#f59e0b}.item-text[data-v-8eacd7df]{flex:1}.module-extra[data-v-8eacd7df]{margin-top:20px;padding-top:20px;border-top:1px solid #f0f0f0}.module-extra-title[data-v-8eacd7df]{font-size:14px;font-weight:600;color:#1e40af;margin-bottom:12px}.module-extra-text[data-v-8eacd7df]{font-size:13px;color:#666;line-height:1.7;margin:0}.package-matrix-section[data-v-8eacd7df]{padding:80px 0;background-color:#f5f7fa}.package-grid[data-v-8eacd7df]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.package-card[data-v-8eacd7df]{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease}.package-card[data-v-8eacd7df]:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.package-card-header[data-v-8eacd7df]{height:6px}.package-card-body[data-v-8eacd7df]{padding:24px 20px}.package-name[data-v-8eacd7df]{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.package-desc[data-v-8eacd7df]{font-size:13px;color:#888;margin-bottom:20px;min-height:36px}.package-price[data-v-8eacd7df]{margin-bottom:16px}.price-symbol[data-v-8eacd7df]{font-size:16px;color:#333;font-weight:500}.price-value[data-v-8eacd7df]{font-size:32px;font-weight:700;color:#333}.price-unit[data-v-8eacd7df]{font-size:14px;color:#888;margin-left:4px}.package-highlight[data-v-8eacd7df]{background:#fef2f2;color:#dc2626;padding:10px 12px;border-radius:6px;font-size:13px;text-align:center;margin-bottom:16px;white-space:pre-line;line-height:1.5}.package-features[data-v-8eacd7df]{display:flex;flex-direction:column;gap:8px}.package-feature[data-v-8eacd7df]{font-size:13px;color:#666;text-align:center}.authority-section[data-v-8eacd7df]{padding:80px 0;background-color:#f8f9fa}.authority-title[data-v-8eacd7df]{font-size:32px;font-weight:700;text-align:center;color:#333;margin-bottom:50px}.authority-cards[data-v-8eacd7df]{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.authority-card[data-v-8eacd7df]{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;padding:30px;transition:all .3s ease}.authority-card[data-v-8eacd7df]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.authority-card.blue-card[data-v-8eacd7df]{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.authority-card.cyan-card[data-v-8eacd7df]{background:linear-gradient(135deg,#ecfeff,#cffafe)}.authority-card.purple-card[data-v-8eacd7df]{background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.authority-card-header[data-v-8eacd7df]{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.1)}.authority-number[data-v-8eacd7df]{font-size:36px;font-weight:700;color:#3b82f6;display:block;margin-bottom:5px}.authority-card.cyan-card .authority-number[data-v-8eacd7df]{color:#06b6d4}.authority-card.purple-card .authority-number[data-v-8eacd7df]{color:#8b5cf6}.authority-card-title[data-v-8eacd7df]{font-size:20px;font-weight:600;color:#1e40af;margin:0}.authority-card.cyan-card .authority-card-title[data-v-8eacd7df]{color:#0e7490}.authority-card.purple-card .authority-card-title[data-v-8eacd7df]{color:#6b21a8}.authority-card-body[data-v-8eacd7df]{color:#333}.authority-subtitle[data-v-8eacd7df]{font-size:15px;font-weight:600;color:#333;margin:20px 0 15px}.authority-subtitle[data-v-8eacd7df]:first-child{margin-top:0}.authority-item[data-v-8eacd7df]{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px}.authority-check[data-v-8eacd7df]{width:20px;height:20px;background-color:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0;margin-top:2px}.authority-item p[data-v-8eacd7df]{font-size:14px;line-height:1.6;margin:0;color:#333}.authority-list[data-v-8eacd7df]{margin-bottom:20px}.authority-list-item[data-v-8eacd7df]{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;color:#333}.authority-icon[data-v-8eacd7df]{font-size:16px}.testimonials-section[data-v-8eacd7df]{padding:80px 0;background-color:#fff}.testimonials-grid[data-v-8eacd7df]{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.testimonial-card[data-v-8eacd7df]{display:flex;background:#f8f9fa;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}.testimonial-card[data-v-8eacd7df]:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.testimonial-image[data-v-8eacd7df]{flex-shrink:0;width:180px}.testimonial-image-placeholder[data-v-8eacd7df]{width:100%;height:100%;min-height:280px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);display:flex;align-items:center;justify-content:center}.testimonial-icon[data-v-8eacd7df]{font-size:80px}.testimonial-content[data-v-8eacd7df]{flex:1;padding:24px}.testimonial-header[data-v-8eacd7df]{margin-bottom:20px}.testimonial-title[data-v-8eacd7df]{display:inline-block;background:#1e40af;color:#fff;padding:8px 20px;border-radius:4px;font-size:15px;font-weight:600}.testimonial-body[data-v-8eacd7df]{display:flex;flex-direction:column;gap:16px}.testimonial-row[data-v-8eacd7df]{display:flex;align-items:flex-start;gap:8px}.testimonial-label[data-v-8eacd7df]{font-size:14px;font-weight:600;color:#1e40af;flex-shrink:0}.testimonial-text[data-v-8eacd7df]{font-size:14px;color:#555;line-height:1.6}.cta-section[data-v-8eacd7df]{padding:80px 0;background:linear-gradient(135deg,#1e3a5f,#2d5a87);text-align:center;color:#fff}.cta-title[data-v-8eacd7df]{font-size:36px;font-weight:700;margin-bottom:16px}.cta-desc[data-v-8eacd7df]{font-size:18px;opacity:.9;margin-bottom:40px}.cta-btn[data-v-8eacd7df]{background:#fbbf24;color:#1e3a5f;border:none;padding:18px 60px;font-size:18px;font-weight:700;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #fbbf244d}.cta-btn[data-v-8eacd7df]:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 8px 24px #fbbf2466}.faq-authority-section[data-v-8eacd7df]{padding:80px 0;background-color:#fff}.faq-authority-grid[data-v-8eacd7df]{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 60px;max-width:1100px;margin:0 auto}.faq-authority-item[data-v-8eacd7df]{padding:0}.faq-authority-question[data-v-8eacd7df]{font-size:18px;font-weight:600;color:#333;margin-bottom:12px;line-height:1.4;text-align:left}.faq-authority-answer[data-v-8eacd7df]{font-size:14px;color:#666;line-height:1.8;margin:0;text-align:left}.faq-q-label[data-v-8eacd7df]{font-weight:700;color:#333}.faq-a-label[data-v-8eacd7df]{font-weight:600;color:#555}.faq-section[data-v-8eacd7df]{padding:80px 0;background-color:#fff}.faq-list[data-v-8eacd7df]{max-width:800px;margin:0 auto}.faq-item[data-v-8eacd7df]{background:#f8f9fa;border-radius:12px;margin-bottom:16px;overflow:hidden;cursor:pointer;transition:all .3s ease}.faq-item[data-v-8eacd7df]:hover{box-shadow:0 4px 16px #00000014}.faq-question[data-v-8eacd7df]{display:flex;align-items:center;padding:20px 24px;font-size:16px;font-weight:500;color:#333}.faq-q[data-v-8eacd7df]{font-weight:700;color:#1e3a5f;margin-right:12px}.faq-text[data-v-8eacd7df]{flex:1}.faq-toggle[data-v-8eacd7df]{font-size:20px;color:#999;margin-left:16px}.faq-answer[data-v-8eacd7df]{padding:0 24px 20px 52px}.faq-answer p[data-v-8eacd7df]{font-size:14px;color:#666;line-height:1.8;margin:0}@media(max-width:1024px){.hero-content[data-v-8eacd7df]{flex-direction:column;text-align:center}.hero-right[data-v-8eacd7df]{flex-direction:column;align-items:center}.professor-placeholder[data-v-8eacd7df]{width:180px;height:280px}.pain-points-grid[data-v-8eacd7df],.service-modules-grid[data-v-8eacd7df],.package-grid[data-v-8eacd7df]{grid-template-columns:repeat(2,1fr)}.faq-authority-grid[data-v-8eacd7df]{gap:30px 40px}}@media(max-width:768px){.hero-title[data-v-8eacd7df]{font-size:22px}.hero-highlight[data-v-8eacd7df]{font-size:32px}.section-title[data-v-8eacd7df]{font-size:26px}.pain-points-grid[data-v-8eacd7df],.service-modules-grid[data-v-8eacd7df],.package-grid[data-v-8eacd7df],.authority-cards[data-v-8eacd7df],.testimonials-grid[data-v-8eacd7df]{grid-template-columns:1fr}.testimonial-card[data-v-8eacd7df]{flex-direction:column}.testimonial-image[data-v-8eacd7df]{width:100%;height:200px}.testimonial-image-placeholder[data-v-8eacd7df]{min-height:200px}.faq-authority-grid[data-v-8eacd7df]{grid-template-columns:1fr;gap:30px}.faq-authority-question[data-v-8eacd7df]{font-size:16px}.faq-authority-answer[data-v-8eacd7df]{font-size:13px}.professor-placeholder[data-v-8eacd7df]{width:150px;height:240px}.professor-icon[data-v-8eacd7df]{font-size:70px}.qr-section[data-v-8eacd7df]{width:180px;padding:16px}.qr-placeholder[data-v-8eacd7df]{width:120px;height:120px}.cta-title[data-v-8eacd7df]{font-size:28px}}@media(max-width:480px){.hero-title[data-v-8eacd7df]{font-size:18px}.hero-highlight[data-v-8eacd7df]{font-size:26px}.hero-pain-points span[data-v-8eacd7df]{font-size:13px;padding:6px 12px}.feature-item[data-v-8eacd7df]{font-size:14px}.section-title[data-v-8eacd7df]{font-size:22px}.pain-point-card[data-v-8eacd7df],.module-header[data-v-8eacd7df],.module-content[data-v-8eacd7df]{padding:20px}.cta-btn[data-v-8eacd7df]{padding:16px 40px;font-size:16px;width:100%;max-width:280px}}.nsfc-page[data-v-dde8e812]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;line-height:1.6;background-color:#f8f9fa;min-height:100vh;display:flex;flex-direction:column}.container[data-v-dde8e812]{max-width:1200px;margin:0 auto;padding:0 20px}.relative-container[data-v-dde8e812]{position:relative;z-index:2}.animate-on-scroll[data-v-dde8e812]{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.visible[data-v-dde8e812]{opacity:1;transform:translateY(0)}.delay-1[data-v-dde8e812]{transition-delay:.2s}.delay-2[data-v-dde8e812]{transition-delay:.4s}.section-header[data-v-dde8e812]{text-align:center;margin-bottom:50px}.section-title[data-v-dde8e812]{font-size:36px;font-weight:700;color:#333;margin-bottom:15px}.title-underline[data-v-dde8e812]{width:60px;height:4px;background-color:#c91f2e;margin:0 auto;border-radius:2px}.hero-section[data-v-dde8e812]{position:relative;padding:100px 0 0;background-color:#f7f9fd;color:#333;overflow:hidden}.hero-content[data-v-dde8e812]{display:flex;align-items:center;justify-content:space-between;gap:30px}.hero-left[data-v-dde8e812]{width:50%;max-width:550px;padding-bottom:60px}.hero-title[data-v-dde8e812]{font-size:40px;font-weight:800;line-height:1.3;margin-bottom:40px;color:#1e3a8a;letter-spacing:1px}.hero-features[data-v-dde8e812]{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.feature-item[data-v-dde8e812]{display:flex;align-items:center;gap:15px}.check-icon[data-v-dde8e812]{color:#1e3a8a;font-size:24px;font-weight:700}.feature-text[data-v-dde8e812]{font-size:24px;font-weight:600;color:#333}.highlight-red[data-v-dde8e812]{color:#e60012}.feature-tag[data-v-dde8e812]{background-color:#e2e8f0;color:#64748b;padding:4px 12px;border-radius:20px;font-size:14px}.primary-btn[data-v-dde8e812]{background-color:#ff8c00;color:#fff;border:none;padding:16px 50px;font-size:20px;font-weight:700;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff8c004d}.primary-btn[data-v-dde8e812]:hover{background-color:#e67e00;transform:translateY(-2px);box-shadow:0 6px 20px #ff8c0066}.hero-middle[data-v-dde8e812]{flex:1;display:flex;justify-content:center;align-items:flex-end;align-self:flex-end;margin-bottom:-10px}.expert-img[data-v-dde8e812]{max-width:100%;height:auto;max-height:450px;object-fit:contain}.hero-right[data-v-dde8e812]{flex-shrink:0;width:280px;padding-bottom:60px}.qr-card[data-v-dde8e812]{background:#fff;padding:25px 20px;border-radius:12px;text-align:center;box-shadow:0 10px 30px #0000000d}.qr-title[data-v-dde8e812]{font-size:16px;font-weight:700;color:#1e3a8a;margin-bottom:15px}.qr-wrapper[data-v-dde8e812]{border:1px solid #eee;padding:10px;border-radius:8px;margin-bottom:15px}.qr-wrapper img[data-v-dde8e812]{width:100%;height:auto;display:block}.qr-desc[data-v-dde8e812]{font-size:12px;color:#666;line-height:1.6;text-align:left;margin:0}.guide-nav-section[data-v-dde8e812]{padding:80px 0 40px;background-color:#fff}.guide-title[data-v-dde8e812]{font-size:36px;font-weight:800;color:#333;margin-bottom:40px}.guide-nav-grid[data-v-dde8e812]{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;max-width:1200px;margin:0 auto}.guide-nav-card[data-v-dde8e812]{background-color:#f8f9fc;border-radius:8px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;cursor:pointer;transition:all .15s ease-in-out;border:1px solid transparent}.guide-nav-card[data-v-dde8e812]:hover{background-color:#0b2d71;border-color:#0b2d71;box-shadow:0 10px 25px #0b2d7133;transform:translateY(-3px)}.guide-icon[data-v-dde8e812]{width:40px;height:40px;color:#64748b;transition:color .15s ease-in-out}.guide-nav-card:hover .guide-icon[data-v-dde8e812]{color:#fff}.guide-text[data-v-dde8e812]{font-size:16px;color:#333;font-weight:500;transition:color .15s ease-in-out}.guide-nav-card:hover .guide-text[data-v-dde8e812]{color:#fff}.application-types-section[data-v-dde8e812]{padding:40px 0 80px;background-color:#f8f9fc}.project-types-container[data-v-dde8e812]{margin-bottom:30px}.project-types-grid[data-v-dde8e812]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto}.project-type-card[data-v-dde8e812]{background-color:#fff;border-radius:4px;padding:25px 20px;display:flex;align-items:center;justify-content:center;gap:15px;box-shadow:0 2px 10px #00000005;cursor:pointer;transition:all .3s ease;position:relative}.project-type-card[data-v-dde8e812]:hover{box-shadow:0 10px 20px #00000014;transform:translateY(-2px)}.type-icon-wrapper[data-v-dde8e812]{color:#1e3a8a;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.type-icon[data-v-dde8e812]{width:100%;height:100%}.type-text[data-v-dde8e812]{font-size:20px;font-weight:600;color:#333;position:relative;padding-left:20px}.type-text[data-v-dde8e812]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:20px;background-color:#e2e8f0}.application-stages-grid[data-v-dde8e812]{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1200px;margin:0 auto}.stage-card[data-v-dde8e812]{background-color:#fff;border-radius:4px;display:flex;overflow:hidden;box-shadow:0 2px 15px #00000008;transition:all .3s ease}.stage-card[data-v-dde8e812]:hover{box-shadow:0 15px 30px #00000014;transform:translateY(-5px)}.stage-image-container[data-v-dde8e812]{width:240px;flex-shrink:0;overflow:hidden}.stage-image[data-v-dde8e812]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.stage-card:hover .stage-image[data-v-dde8e812]{transform:scale(1.05)}.stage-content[data-v-dde8e812]{flex:1;padding:40px 30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.stage-title[data-v-dde8e812]{font-size:24px;font-weight:700;color:#333;margin-bottom:12px}.stage-desc[data-v-dde8e812]{font-size:14px;color:#666;margin-bottom:30px}.consult-btn[data-v-dde8e812]{background-color:#ff8c00;color:#fff;border:none;padding:12px 30px;font-size:16px;font-weight:700;border-radius:4px;cursor:pointer;transition:all .3s ease}.consult-btn[data-v-dde8e812]:hover{background-color:#e67e00;box-shadow:0 4px 12px #ff8c004d}.knowledge-section[data-v-dde8e812]{padding:40px 0 80px;background-color:#f8f9fc}.knowledge-container[data-v-dde8e812]{display:flex;gap:30px;max-width:1200px;margin:0 auto}.knowledge-left[data-v-dde8e812]{flex:0 0 450px;border-radius:4px;overflow:hidden;box-shadow:0 4px 15px #0000000d}.knowledge-img[data-v-dde8e812]{width:100%;height:100%;object-fit:cover;display:block}.knowledge-right[data-v-dde8e812]{flex:1}.knowledge-grid[data-v-dde8e812]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;height:100%}.knowledge-item[data-v-dde8e812]{background-color:#fff;display:flex;align-items:center;border-radius:4px;overflow:hidden;box-shadow:0 2px 10px #00000005;transition:all .3s ease}.knowledge-item[data-v-dde8e812]:hover{box-shadow:0 5px 15px #00000014;transform:translateY(-2px)}.knowledge-num[data-v-dde8e812]{background-color:#1e3a8a;color:#fff;font-size:20px;font-weight:700;padding:15px 25px;height:100%;display:flex;align-items:center;justify-content:center}.knowledge-link[data-v-dde8e812]{flex:1;color:#333;text-decoration:none;font-size:15px;padding:15px 20px;position:relative;transition:color .3s ease}.knowledge-link[data-v-dde8e812]:after{content:"";position:absolute;left:20px;right:20px;bottom:12px;height:1px;background-color:#ccc;transition:background-color .3s ease}.knowledge-item:hover .knowledge-link[data-v-dde8e812]{color:#1e3a8a}.knowledge-item:hover .knowledge-link[data-v-dde8e812]:after{background-color:#1e3a8a}.elements-section[data-v-dde8e812]{padding:40px 0 80px;background-color:#fff}.elements-grid[data-v-dde8e812]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1200px;margin:0 auto}.element-card[data-v-dde8e812]{background:#fff;border:1px solid #f0f0f0;border-radius:4px;padding:25px 30px;transition:all .3s ease;display:flex;align-items:flex-start;gap:20px;box-shadow:0 2px 10px #00000005}.element-card[data-v-dde8e812]:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014;border-color:#e2e8f0}.element-num-box[data-v-dde8e812]{background-color:#1e3a8a;color:#fff;font-size:24px;font-weight:700;padding:10px 15px;border-radius:4px;line-height:1;flex-shrink:0;margin-top:-5px}.element-content[data-v-dde8e812]{flex:1}.element-title[data-v-dde8e812]{font-size:20px;font-weight:800;color:#1e3a8a;margin-bottom:12px}.element-desc[data-v-dde8e812]{font-size:14px;color:#666;line-height:1.6;margin:0}.problems-section[data-v-dde8e812]{padding:40px 0 80px;background-color:#f8f9fc}.problems-container[data-v-dde8e812]{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #0000000d;overflow:hidden;padding:0 40px}.problems-left[data-v-dde8e812]{flex:1;padding:60px 0;display:flex;flex-direction:column;gap:40px}.problem-title[data-v-dde8e812]{font-size:22px;font-weight:700;color:#1e3a8a;margin-bottom:20px;text-align:left}.problem-group[data-v-dde8e812]{width:100%;text-align:left}.problem-tags[data-v-dde8e812]{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start}.problem-tag[data-v-dde8e812]{background-color:#f8f9fc;color:#666;font-size:14px;padding:10px 20px;border-radius:4px;transition:all .3s ease;border:1px solid #e2e8f0}.problem-tag[data-v-dde8e812]:hover{background-color:#1e3a8a;color:#fff;border-color:#1e3a8a;transform:translateY(-2px);box-shadow:0 4px 10px #1e3a8a33}.problems-right[data-v-dde8e812]{flex:0 0 450px;display:flex;justify-content:center;align-items:flex-end;align-self:flex-end}.problem-img[data-v-dde8e812]{max-width:100%;height:auto;max-height:500px;object-fit:contain;margin-bottom:-10px}.plans-section[data-v-dde8e812]{padding:40px 0 80px;background-color:#fff}.plans-grid[data-v-dde8e812]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto 40px}.plan-card[data-v-dde8e812]{border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .3s ease;display:flex;flex-direction:column;color:#fff;position:relative}.plan-card[data-v-dde8e812]:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000026}.plan-header[data-v-dde8e812]{padding:30px 20px 20px;text-align:center;position:relative}.plan-time[data-v-dde8e812]{position:absolute;top:0;right:15px;background-color:#e60012;color:#fff;font-size:12px;padding:6px 12px;border-radius:0 0 4px 4px;font-weight:700}.plan-name[data-v-dde8e812]{font-size:26px;font-weight:700;margin:15px 0 0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.plan-body[data-v-dde8e812]{padding:0 25px 30px;display:flex;flex-direction:column;flex:1;align-items:center}.plan-desc[data-v-dde8e812]{font-size:14px;color:#ffffffe6;line-height:1.6;margin-bottom:30px;text-align:center;flex:1}.plan-price-box[data-v-dde8e812]{background-color:#fff3;padding:12px 20px;border-radius:30px;margin-bottom:25px;display:flex;align-items:baseline;justify-content:center;width:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3)}.price-text[data-v-dde8e812]{font-size:20px;font-weight:700}.price-symbol[data-v-dde8e812]{font-size:16px;margin-right:2px}.price-number[data-v-dde8e812]{font-size:32px;font-weight:900;color:#e60012;text-shadow:0 2px 4px rgba(255,255,255,.5)}.price-unit[data-v-dde8e812]{font-size:14px;margin-left:4px}.plan-btn[data-v-dde8e812]{width:100%;background:#fff;border:none;padding:14px 0;font-size:18px;font-weight:700;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0000001a}.plan-btn[data-v-dde8e812]:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0003}.plans-notes[data-v-dde8e812]{max-width:1200px;margin:0 auto;color:#666;font-size:13px;line-height:1.8;text-align:left}.note-title[data-v-dde8e812]{color:#e60012;font-weight:700;margin-bottom:8px;text-align:left}.note-list[data-v-dde8e812]{padding-left:0;list-style:none;margin:0;text-align:left}.note-list li[data-v-dde8e812]{position:relative;padding-left:20px;margin-bottom:5px}.note-list li[data-v-dde8e812]:before{content:counter(li) ")";counter-increment:li;position:absolute;left:0}.note-list[data-v-dde8e812]{counter-reset:li}.team-section[data-v-dde8e812]{padding:80px 0;background-color:#f8f9fc}.team-features[data-v-dde8e812]{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.team-feature-tag[data-v-dde8e812]{background-color:#e2e8f0;color:#475569;padding:8px 24px;font-size:14px;font-weight:500;border-radius:4px}.team-container[data-v-dde8e812]{display:flex;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #0000000d;max-width:1200px;margin:0 auto}.team-left[data-v-dde8e812]{flex:0 0 45%;overflow:hidden}.team-img[data-v-dde8e812]{width:100%;height:100%;object-fit:cover;display:block}.team-right[data-v-dde8e812]{flex:1;padding:50px 40px;display:flex;flex-direction:column;justify-content:center}.team-sub-title[data-v-dde8e812]{font-size:24px;font-weight:700;color:#333;margin-bottom:20px;line-height:1.4}.team-desc[data-v-dde8e812]{font-size:14px;color:#666;line-height:1.8;margin-bottom:30px}.advantage-list[data-v-dde8e812]{display:flex;flex-direction:column;gap:15px}.advantage-item[data-v-dde8e812]{display:flex;align-items:stretch;background-color:#f8f9fc;border-radius:4px;overflow:hidden;transition:all .3s ease;height:60px}.advantage-item[data-v-dde8e812]:hover{transform:translate(5px);box-shadow:0 4px 12px #0000000d}.adv-num-box[data-v-dde8e812]{background-color:#0b2d71;color:#fff;font-size:20px;font-weight:700;width:70px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.adv-text-box[data-v-dde8e812]{padding:0 20px;font-size:14px;color:#333;display:flex;align-items:center;justify-content:flex-start;text-align:left;flex:1;line-height:1.4}.process-section[data-v-dde8e812]{padding:40px 0 80px;background-color:#fff}.process-container[data-v-dde8e812]{max-width:1200px;margin:0 auto}.process-steps[data-v-dde8e812]{display:flex;justify-content:space-between;align-items:stretch;gap:20px}.process-step[data-v-dde8e812]{flex:1;position:relative;display:flex}.step-card[data-v-dde8e812]{background-color:#fff;border:1px solid #f0f0f0;border-radius:4px;padding:40px 30px;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005;transition:all .3s ease;width:100%;z-index:2}.step-card[data-v-dde8e812]:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014;border-color:#e2e8f0}.step-icon-box[data-v-dde8e812]{width:40px;height:40px;background-color:#ff8c00;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;z-index:2}.step-icon-box svg[data-v-dde8e812]{width:24px;height:24px}.step-num-bg[data-v-dde8e812]{position:absolute;top:30px;right:10px;font-size:100px;font-weight:900;color:#f0f0f099;line-height:1;z-index:1;letter-spacing:-5px;-webkit-user-select:none;user-select:none}.step-text[data-v-dde8e812]{font-size:14px;color:#333;line-height:1.6;margin:0;position:relative;z-index:2;font-weight:500}.step-arrow-line[data-v-dde8e812]{position:absolute;top:50%;right:-20px;width:40px;transform:translateY(-50%);z-index:1;display:flex;align-items:center}.dashed-line[data-v-dde8e812]{flex:1;border-bottom:1px dashed #ccc;margin-right:5px}.arrow-heads[data-v-dde8e812]{display:flex;color:#ccc;font-size:12px;letter-spacing:-2px}.testimonials-section[data-v-dde8e812]{padding:40px 0 80px;background-color:#fff}.testimonials-subtitle[data-v-dde8e812]{font-size:16px;color:#666;margin-top:-20px;margin-bottom:0}.testimonials-container[data-v-dde8e812]{display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:1200px;margin:0 auto}.nav-btn[data-v-dde8e812]{width:40px;height:40px;border-radius:50%;background-color:#d1d5db;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.nav-btn[data-v-dde8e812]:hover{background-color:#9ca3af}.nav-btn svg[data-v-dde8e812]{width:24px;height:24px}.testimonials-grid[data-v-dde8e812]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;flex:1}.testimonial-card[data-v-dde8e812]{background-color:#fff;border:1px solid #f0f0f0;border-radius:4px;padding:40px 30px;display:flex;flex-direction:column;position:relative;transition:all .3s ease;box-shadow:0 2px 10px #00000005}.testimonial-card[data-v-dde8e812]:hover{box-shadow:0 10px 30px #00000014;transform:translateY(-5px);border-color:#e2e8f0}.quote-icon[data-v-dde8e812]{font-size:100px;color:#e2e8f0;font-family:Georgia,serif;line-height:1;position:absolute;top:10px;left:20px;opacity:.4;-webkit-user-select:none;user-select:none}.testimonial-content[data-v-dde8e812]{font-size:14px;color:#333;line-height:1.8;margin:20px 0 40px;position:relative;z-index:1;flex:1;text-align:left}.testimonial-author[data-v-dde8e812]{display:flex;align-items:center;justify-content:flex-end;gap:15px}.author-info[data-v-dde8e812]{text-align:right}.author-dash[data-v-dde8e812]{margin-right:5px;font-weight:700}.author-name[data-v-dde8e812]{font-size:16px;font-weight:700;color:#333;margin-bottom:5px}.author-inst[data-v-dde8e812]{font-size:12px;color:#999}.author-avatar[data-v-dde8e812]{width:60px;height:60px;border-radius:4px;object-fit:cover}.faq-section[data-v-dde8e812]{padding:40px 0 80px;background-color:#f8f9fc}.faq-list[data-v-dde8e812]{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:30px}.faq-item[data-v-dde8e812]{display:flex;align-items:center;gap:30px}.faq-num[data-v-dde8e812]{width:60px;height:60px;background-color:#0b2d71;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0;box-shadow:0 4px 10px #0b2d714d}.faq-card[data-v-dde8e812]{background-color:#fff;border-radius:8px;padding:30px 40px;flex:1;transition:all .3s ease;box-shadow:0 2px 10px #00000005}.faq-card[data-v-dde8e812]:hover{box-shadow:0 10px 25px #00000014;transform:translateY(-2px)}.faq-q[data-v-dde8e812]{font-size:16px;font-weight:700;color:#0b2d71;line-height:1.6;text-align:left}.faq-label[data-v-dde8e812]{font-weight:900;margin-right:5px}.faq-divider[data-v-dde8e812]{width:100%;border-bottom:2px dotted #ff8c00;margin:20px 0}.faq-a[data-v-dde8e812]{font-size:14px;color:#333;line-height:1.8;text-align:left}.faq-label-a[data-v-dde8e812]{font-weight:700;margin-right:5px}@media(max-width:1024px){.hero-content[data-v-dde8e812]{flex-direction:column;text-align:center}.hero-left[data-v-dde8e812]{padding-bottom:0;max-width:100%}.hero-features[data-v-dde8e812]{align-items:center}.hero-middle[data-v-dde8e812]{margin-bottom:0}.expert-img[data-v-dde8e812]{max-height:350px}.hero-right[data-v-dde8e812]{padding-bottom:60px}.guide-nav-grid[data-v-dde8e812]{grid-template-columns:repeat(3,1fr)}.project-types-grid[data-v-dde8e812]{grid-template-columns:repeat(3,1fr);gap:15px}.application-stages-grid[data-v-dde8e812]{grid-template-columns:1fr}.knowledge-container[data-v-dde8e812]{flex-direction:column}.knowledge-left[data-v-dde8e812]{flex:none;height:300px}.plans-grid[data-v-dde8e812]{grid-template-columns:repeat(2,1fr)}.advantage-item[data-v-dde8e812]{height:auto;min-height:60px}.adv-num-box[data-v-dde8e812]{width:50px}.adv-text-box[data-v-dde8e812]{padding:10px 15px}.team-container[data-v-dde8e812]{flex-direction:column}.team-left[data-v-dde8e812]{flex:none;height:300px}.team-right[data-v-dde8e812]{width:100%;padding:40px 30px}.testimonials-grid[data-v-dde8e812]{grid-template-columns:repeat(2,1fr)}.faq-card[data-v-dde8e812]{padding:20px 30px}}@media(max-width:768px){.hero-section[data-v-dde8e812]{padding:100px 0 0}.hero-title[data-v-dde8e812]{font-size:36px}.feature-text[data-v-dde8e812]{font-size:18px}.feature-item[data-v-dde8e812]{flex-direction:column;gap:10px}.section-title[data-v-dde8e812]{font-size:28px}.guide-title[data-v-dde8e812]{font-size:28px;text-align:center}.guide-nav-grid[data-v-dde8e812]{grid-template-columns:repeat(2,1fr);gap:15px}.project-types-grid[data-v-dde8e812]{grid-template-columns:1fr;gap:15px}.type-text[data-v-dde8e812]{font-size:18px}.stage-card[data-v-dde8e812]{flex-direction:column}.stage-image-container[data-v-dde8e812]{width:100%;height:200px}.stage-content[data-v-dde8e812]{padding:30px 20px}.elements-grid[data-v-dde8e812]{grid-template-columns:repeat(2,1fr)}.knowledge-grid[data-v-dde8e812]{grid-template-columns:1fr}.problems-container[data-v-dde8e812]{flex-direction:column;padding:0 30px}.problems-left[data-v-dde8e812]{padding:40px 0 20px}.plans-grid[data-v-dde8e812]{grid-template-columns:repeat(2,1fr)}.problems-right[data-v-dde8e812]{flex:none;width:100%}.problem-img[data-v-dde8e812]{max-height:400px}.knowledge-item[data-v-dde8e812]{min-height:60px}.element-card[data-v-dde8e812]{padding:20px;gap:15px}.problems-container[data-v-dde8e812]{padding:0 20px}.problem-title[data-v-dde8e812]{font-size:20px}.problem-tag[data-v-dde8e812]{font-size:13px;padding:8px 15px}.plans-grid[data-v-dde8e812]{grid-template-columns:1fr}.element-num-box[data-v-dde8e812]{font-size:20px;padding:8px 12px}.process-steps[data-v-dde8e812]{flex-wrap:wrap;flex-direction:row}.process-step[data-v-dde8e812]{flex:0 0 calc(50% - 10px)}.step-arrow-line[data-v-dde8e812]{display:none}.testimonials-container[data-v-dde8e812]{flex-direction:column;padding:0 20px}.testimonials-grid[data-v-dde8e812]{grid-template-columns:1fr}.nav-btn[data-v-dde8e812]{display:none}.faq-item[data-v-dde8e812]{flex-direction:column;align-items:flex-start;gap:15px}.faq-num[data-v-dde8e812]{width:45px;height:45px;font-size:18px}.faq-card[data-v-dde8e812]{width:100%;padding:20px;box-sizing:border-box}}@media(max-width:480px){.hero-title[data-v-dde8e812]{font-size:28px}.qr-card[data-v-dde8e812]{width:100%;max-width:280px;margin:0 auto}.guide-nav-grid[data-v-dde8e812]{grid-template-columns:repeat(2,1fr)}.guide-nav-card[data-v-dde8e812]{padding:20px 10px}.guide-icon[data-v-dde8e812]{width:32px;height:32px}.guide-text[data-v-dde8e812]{font-size:14px}.project-type-card[data-v-dde8e812]{padding:15px}.type-icon-wrapper[data-v-dde8e812]{width:24px;height:24px}.type-text[data-v-dde8e812]{font-size:16px;padding-left:15px}.type-text[data-v-dde8e812]:before{height:16px}.stage-title[data-v-dde8e812]{font-size:20px}.stage-desc[data-v-dde8e812]{font-size:13px}.consult-btn[data-v-dde8e812]{width:100%}.knowledge-left[data-v-dde8e812]{height:200px}.knowledge-num[data-v-dde8e812]{padding:15px;font-size:18px}.knowledge-link[data-v-dde8e812]{font-size:14px;padding:15px}.knowledge-link[data-v-dde8e812]:after{left:15px;right:15px}.elements-grid[data-v-dde8e812]{grid-template-columns:1fr}.element-card[data-v-dde8e812]{flex-direction:column;align-items:flex-start;gap:10px}.element-num-box[data-v-dde8e812]{margin-top:0}.plans-grid[data-v-dde8e812]{grid-template-columns:1fr}.team-container[data-v-dde8e812]{padding:0}.team-left[data-v-dde8e812]{height:200px}.team-right[data-v-dde8e812]{padding:30px 20px}.team-sub-title[data-v-dde8e812]{font-size:20px}.team-desc[data-v-dde8e812]{font-size:13px}.adv-num-box[data-v-dde8e812]{width:60px;font-size:18px}.adv-text-box[data-v-dde8e812]{padding:15px;font-size:13px}.process-steps[data-v-dde8e812]{flex-direction:column}.process-step[data-v-dde8e812]{flex:none;width:100%}.process-container[data-v-dde8e812]{padding:40px 20px}.testimonial-card[data-v-dde8e812]{padding:30px 20px}.faq-q[data-v-dde8e812]{font-size:15px}.faq-a[data-v-dde8e812]{font-size:13px}}html{scroll-behavior:smooth}:root{--font-title: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--font-body: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--text-3xl: 32px;--text-2xl: 26px;--text-xl: 22px;--text-lg: 18px;--text-base: 16px;--text-sm: 14px;--text-xs: 13px;--line-height-title: 1.3;--line-height-body: 1.6;--line-height-sm: 1.5;--margin-title: 0 0 16px;--margin-subtitle: 0 0 12px;--margin-body: 0 0 16px;--margin-sm: 0 0 8px;--padding-section: 48px 24px;--padding-card: 24px;--primary-color: #ff7d3b;--secondary-color: #ff4f62;--accent-color: #f2b620;--text-primary: #1f325d;--text-secondary: #6a7ba0;--text-light: #4a5568;--background-light: #f5f7fb;--background-white: #ffffff;--shadow-sm: 0 2px 8px rgba(15, 35, 95, .08);--shadow-md: 0 4px 16px rgba(18, 51, 107, .06);--shadow-lg: 0 8px 28px rgba(18, 51, 107, .12);--shadow-xl: 0 20px 60px rgba(15, 35, 95, .2);--border-radius-sm: 8px;--border-radius-md: 12px;--border-radius-lg: 16px;--border-radius-full: 999px;font-family:var(--font-body);line-height:var(--line-height-body);font-weight:400;color:var(--text-primary);background-color:var(--background-light);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}
