
@charset "UTF-8";
/* 四足机器人无人巡检实训营 · 实践定制详情 */

@font-face {
  font-family: "AlimamaShuHeiTiBold";
  src: url("../../fonts/AlimamaShuHeiTi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.go2-camp-page .hero h1,
.go2-camp-page .go2-head h2,
.go2-camp-page .catalog-head h2,
.go2-camp-page .ga-head h2,
.go2-camp-page .go2-schedule-head h2,
.go2-camp-page .go2-delivery h2,
.go2-camp-page .ga-cta h2,
.go2-camp-page .go2-proof-main strong,
.go2-camp-page .price,
.go2-camp-page .go2-proof-side h3,
.go2-camp-page .go2-module h3,
.go2-camp-page .go2-phase h3,
.go2-camp-page .go2-support h3,
.go2-camp-page .go2-instructor h3,
.go2-camp-page .go2-delivery-list b,
.go2-camp-page .ga-cert h3,
.go2-camp-page .ga-honor h3,
.go2-camp-page .ga-path h3,
.go2-camp-page .ga-review b,
.go2-camp-page .ga-faq-question h3,
.go2-camp-page .ga-step h3 {
  font-family: "AlimamaShuHeiTiBold", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
}


html { scroll-behavior: smooth; }

body.go2-camp-body {
  margin: 0;
  padding: 0;
  background: #f7fbf8;
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif !important;
  color: #173d2a;
}

body.go2-camp-body .sly-ai-btn,
body.go2-camp-body .sly-ai-btn2,
body.go2-camp-body .sly-ai-btn3 {
  display: none !important;
}

.go2-camp-page,
.go2-camp-page * {
  box-sizing: border-box;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: break-word;
}

.go2-camp-page *:not(strong) {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.go2-camp-page {
  --green: #2f855a;
  --green-2: #58a978;
  --deep: #173d2a;
  --muted: #60796a;
  --line: #d7eadf;
  --soft: #f2faf5;
  --soft-2: #e7f5ec;
  --white: #fff;
  --shadow: 0 18px 55px rgba(35, 92, 61, 0.10);
  color: #173d2a;
  background: #f7fbf8;
  font-size: 16px;
  line-height: 1.65;
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.go2-camp-page a {
  color: var(--green);
  text-decoration: none;
}

.go2-camp-page img {
  max-width: 100%;
}

.go2-camp-page .go2-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 5%;
  background: rgba(247, 251, 248, 0.94);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.go2-camp-page .go2-nav .brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--deep);
  font-size: 15px;
  font-weight: 700;
}

.go2-camp-page .go2-nav .logo {
  flex: none;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, #2f855a, #63b486);
  color: #fff;
  font-size: 13px;
}

.go2-camp-page .go2-nav .brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.go2-camp-page .nav-cta,
.go2-camp-page .buy-button,
.go2-camp-page .ga-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding: 11px 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2f855a, #63b486);
  box-shadow: 0 10px 24px rgba(47, 133, 90, 0.25);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.go2-camp-page .nav-cta.disabled,
.go2-camp-page .buy-button.disabled,
.go2-camp-page .ga-cta-btn.disabled {
  opacity: 0.55;
  pointer-events: auto;
}

.go2-camp-page .nav-actions,
.go2-camp-page .cta-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

.go2-camp-page .nav-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 11px 18px;
  border: 1.5px solid rgba(47, 133, 90, 0.4);
  border-radius: 10px;
  background: #fff;
  color: #237a50 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.go2-camp-page .nav-consult:hover {
  background: #f3faf5;
  border-color: #2f855a;
  transform: translateY(-2px);
}

.go2-camp-page .ga-cta .nav-consult {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff !important;
}

.go2-camp-page .ga-cta .nav-consult:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
}

.go2-camp-page .qr-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(10, 18, 35, 0.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.go2-camp-page .qr-modal-overlay.active {
  display: flex;
}

.go2-camp-page .qr-modal-overlay.active .qr-modal {
  transform: translateY(0) scale(1);
}

.go2-camp-page .qr-modal {
  position: relative;
  width: 90%;
  max-width: 360px;
  padding: 24px 28px 28px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.25s ease;
}

.go2-camp-page .qr-modal img {
  display: block;
  width: 220px;
  height: 220px;
  margin: 8px auto 0;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
}

.go2-camp-page .qr-modal-title {
  padding-right: 36px;
  color: #173d2a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.go2-camp-page .qr-modal-desc {
  margin-top: 14px;
  color: #54665f;
  font-size: 14px;
}

.go2-camp-page .qr-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f0f2f5;
  color: #6b7280;
  font-size: 22px;
  line-height: 1;
}

.go2-camp-page .catalog-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.go2-camp-page .ga-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px !important;
  border-radius: 18px;
  background: linear-gradient(135deg, #237a50, #56aa7a);
  color: #fff;
}

.go2-camp-page .ga-cta h2 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 28px !important;
}

.go2-camp-page .ga-cta p {
  margin: 0 !important;
  color: #e4f6ec;
}

.go2-camp-page .ga-cta-btn {
  flex: none;
  min-width: 160px;
  background: #fff !important;
  color: #2f855a !important;
  box-shadow: none;
}

.go2-camp-page .ga-faq-answer a {
  color: #2f855a;
  text-decoration: underline;
}

.go2-camp-fixed { display: none; }

.go2-camp-toast {
  position: fixed;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  padding: 12px 18px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff !important;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  border-radius: 10px;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.go2-camp-toast.show { opacity: 1; }

@media (max-width: 820px) {
  .go2-camp-page .go2-nav { padding: 10px 16px; }
  .go2-camp-page .go2-nav .brand span { font-size: 13px; }
  .go2-camp-page .nav-cta,
  .go2-camp-page .nav-consult { min-width: 0; padding: 9px 12px; font-size: 13px; }
}

@media (max-width: 640px) {
  .go2-camp-page { padding-bottom: 88px; }
  .go2-camp-page .hero h1 {
    font-size: 26px !important;
    letter-spacing: -0.5px !important;
  }
  .go2-camp-page .hero h1 span { white-space: normal !important; }
  .go2-camp-page .purchase-card {
    width: calc(100% - 24px);
    flex-direction: column;
    align-items: stretch !important;
  }
  .go2-camp-page .start-info { text-align: left !important; margin-left: 0 !important; }
  .go2-camp-page .purchase-card .cta-actions,
  .go2-camp-page .ga-cta .cta-actions { width: 100%; }
  .go2-camp-page .cta-actions .buy-button,
  .go2-camp-page .cta-actions .ga-cta-btn { flex: 1; width: auto; min-width: 0; }
  .go2-camp-page .ga-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 18px !important;
  }
  .go2-camp-page .ga-cta h2 { font-size: 22px !important; }
  .go2-camp-fixed {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    box-sizing: border-box;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #d7eadf;
    box-shadow: 0 -4px 20px rgba(47, 133, 90, 0.12);
  }
  .go2-camp-fixed .buy-button,
  .go2-camp-fixed .nav-cta,
  .go2-camp-fixed a:not(.nav-consult) {
    display: flex;
    flex: 1;
    width: auto;
    height: 44px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(135deg, #2f855a, #63b486) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(47, 133, 90, 0.35);
  }
  .go2-camp-fixed .nav-consult {
    flex: none;
    min-width: 88px;
    height: 44px;
    padding: 0 16px;
    font-size: 16px;
    transform: none;
  }
  .go2-camp-fixed a.disabled { opacity: 0.55; }
}

@media (max-width: 400px) {
  .go2-camp-page .go2-nav .logo { display: none; }
}


/* ===== from prototype ===== */

    body.go2-camp-body, .go2-camp-page{--green:#2f855a;--green-2:#58a978;--deep:#173d2a;--muted:#60796a;--line:#d7eadf;--soft:#f2faf5;--soft-2:#e7f5ec;--white:#fff;--shadow:0 18px 55px rgba(35,92,61,.10)}
    .go2-camp-page, .go2-camp-page *{box-sizing:border-box}html{scroll-behavior:smooth}body.go2-camp-body{margin:0;background:#f7fbf8;color:var(--deep);font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;line-height:1.65}.go2-camp-page img{max-width:100%}.go2-camp-page a{color:var(--green)}
    .go2-camp-page .page-shell{overflow:hidden}.go2-camp-page .camp-wrap{width:min(1200px,calc(100% - 40px));margin:0 auto}.go2-camp-page .hero{position:relative;padding:70px 0 76px;background:radial-gradient(circle at 9% 12%,rgba(168,223,187,.45),transparent 34%),linear-gradient(135deg,#edf9f1,#f9fcfa 62%,#e4f4e9);border-bottom:1px solid var(--line)}
    .go2-camp-page .hero:after{position:absolute;right:-120px;top:-170px;width:520px;height:520px;border:72px solid rgba(92,168,116,.08);border-radius:50%;content:""}.go2-camp-page .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);gap:46px;align-items:center}
    .go2-camp-page .badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.go2-camp-page .badge{padding:7px 12px;border:1px solid #cbe5d4;border-radius:999px;background:rgba(255,255,255,.74);color:#28734d;font-size:13px;font-weight:700}.go2-camp-page .badge.alt{background:#dff2e6;color:#245e41}.go2-camp-page .hero h1{margin:0;font-size:clamp(38px,4.2vw,52px);line-height:1.2;letter-spacing:-2px}.go2-camp-page .hero h1 span{display:block;white-space:nowrap}.go2-camp-page .hero h1 .highlight{color:var(--green)}.go2-camp-page .hero-description{max-width:720px;margin:24px 0 0;color:#557363;font-size:17px;line-height:1.9}.go2-camp-page .hero-cover{position:relative}.go2-camp-page .hero-cover img{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;background:#f4faf6;border:10px solid rgba(255,255,255,.72);border-radius:26px;box-shadow:0 30px 70px rgba(35,92,61,.18)}
    .go2-camp-page .purchase-card{position:relative;z-index:2;width:min(1200px,calc(100% - 40px));margin:-34px auto 54px;padding:25px 30px;border:1px solid #d4e9dc;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:var(--shadow);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:30px}.go2-camp-page .price-row{display:flex;align-items:baseline;gap:11px}.go2-camp-page .price{color:#237a50;font-size:34px;font-weight:800}.go2-camp-page .original{text-decoration:line-through;color:#8ba095}.go2-camp-page .purchase-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px}.go2-camp-page .purchase-tags span{padding:5px 9px;border-radius:6px;background:var(--soft);color:#4f7160;font-size:12px}.go2-camp-page .start-info{text-align:right}.go2-camp-page .start-info b{display:block;color:#2c6e4b}.go2-camp-page .start-info span{color:#748b7e;font-size:13px}.go2-camp-page .buy-button{display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:13px 22px;border-radius:10px;background:linear-gradient(135deg,#2f855a,#63b486);box-shadow:0 10px 24px rgba(47,133,90,.25);color:#fff;font-weight:700;text-decoration:none}
    .go2-camp-page .camp-rich-section{background:#fff}.go2-camp-page .camp-rich-section .camp-wrap,.go2-camp-page .camp-rich-content{width:min(1200px,calc(100% - 40px));margin:0 auto}.go2-camp-page .camp-rich-content{padding-bottom:20px}.go2-camp-page .camp-rich-content section{scroll-margin-top:20px}
    .go2-camp-page .catalog-section{padding:72px 0;background:linear-gradient(180deg,#edf8f1,#f8fcf9)}.go2-camp-page .catalog-head{max-width:780px;margin:0 auto 32px;text-align:center}.go2-camp-page .catalog-head span{color:var(--green);font-size:12px;font-weight:800;letter-spacing:2px}.go2-camp-page .catalog-head h2{margin:8px 0 10px;font-size:36px}.go2-camp-page .catalog-head p{margin:0;color:var(--muted)}.go2-camp-page .catalog-list{display:grid;gap:14px}.go2-camp-page .chapter{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(40,98,67,.05)}.go2-camp-page .chapter summary{position:relative;cursor:pointer;list-style:none;padding:22px 54px 22px 24px;font-size:18px;font-weight:700}.go2-camp-page .chapter summary::-webkit-details-marker{display:none}.go2-camp-page .chapter summary:after{position:absolute;right:24px;content:"＋";color:var(--green);font-size:22px}.go2-camp-page .chapter[open] summary:after{content:"－"}.go2-camp-page .chapter summary span{display:inline-block;margin-right:13px;padding:4px 8px;border-radius:6px;background:var(--soft-2);color:var(--green);font-size:12px;vertical-align:2px}.go2-camp-page .chapter-body{border-top:1px solid #e6f0e9;padding:5px 24px 18px}.go2-camp-page .course-section{padding:18px 0;border-bottom:1px dashed #dceadf}.go2-camp-page .course-section:last-child{border-bottom:0}.go2-camp-page .section-heading{display:flex;align-items:center;gap:11px;font-weight:700}.go2-camp-page .section-heading b{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;background:#edf8f1;color:var(--green);font-size:12px}.go2-camp-page .task-list{margin:12px 0 0 41px;display:grid;gap:8px}.go2-camp-page .task{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;background:#f7fbf8;color:#557162;font-size:13px}.go2-camp-page .task-type{color:#34855b;font-weight:700}.go2-camp-page .task small{margin-left:auto;color:#8a9d92}.go2-camp-page .task em{padding:2px 7px;border-radius:999px;background:#dff4e6;color:#28744d;font-style:normal}.go2-camp-page .task-placeholder{margin:9px 0 0 41px;color:#91a198;font-size:12px}
    .go2-camp-page .source-note{padding:24px 20px 46px;text-align:center;color:#7c9185;font-size:12px}.go2-camp-page .source-note a{text-decoration:none}
    body.go2-camp-body .go2-course,body.go2-camp-body .go2-after{--go2-blue:#2f855a!important;--go2-cyan:#55b58a!important;--go2-ink:#173d2a!important;--go2-muted:#60796a!important;--go2-line:#d8eadf!important;--go2-soft:#f3faf5!important;--blue:#2f855a!important;--ink:#173d2a!important;--muted:#60796a!important;--line:#d8eadf!important}
    body.go2-camp-body .go2-course>section,body.go2-camp-body .go2-after>section{width:min(1200px,calc(100% - 40px));margin-left:auto!important;margin-right:auto!important}body.go2-camp-body .go2-course>section.go2-delivery{width:min(1200px,calc(100% - 40px))}body.go2-camp-body .go2-course,body.go2-camp-body .go2-after{background:#fff}
    @media(max-width:820px){.go2-camp-page .hero{padding:46px 0 62px}.go2-camp-page .hero-grid{grid-template-columns:1fr;gap:28px}.go2-camp-page .hero h1{letter-spacing:-1px}.go2-camp-page .hero-cover{max-width:620px}.go2-camp-page .purchase-card{margin-top:-26px;align-items:flex-start;flex-wrap:wrap}.go2-camp-page .start-info{text-align:left;margin-left:auto}.go2-camp-page .cta-actions{width:100%;flex-wrap:wrap}.go2-camp-page .cta-actions .buy-button{width:auto;flex:1}}
    @media(max-width:560px){.go2-camp-page .camp-wrap{width:min(100% - 24px,1200px)}.go2-camp-page .hero{padding-top:34px}.go2-camp-page .hero-grid{gap:23px}.go2-camp-page .hero h1 span{white-space:normal}.go2-camp-page .hero-description{font-size:15px}.go2-camp-page .hero-cover img{border-width:6px;border-radius:18px}.go2-camp-page .purchase-card{width:calc(100% - 24px);padding:20px}.go2-camp-page .start-info{margin-left:0}.go2-camp-page .catalog-section{padding:48px 0}.go2-camp-page .catalog-head h2{font-size:27px}.go2-camp-page .chapter summary{padding:18px 46px 18px 16px;font-size:15px}.go2-camp-page .chapter-body{padding:4px 16px 14px}.go2-camp-page .task-list,.go2-camp-page .task-placeholder{margin-left:0}.go2-camp-page .task{align-items:flex-start;flex-wrap:wrap}.go2-camp-page .task small{margin-left:0}.go2-camp-page .camp-rich-section .camp-wrap,.go2-camp-page .camp-rich-content{width:calc(100% - 24px)}body.go2-camp-body .go2-course>section,body.go2-camp-body .go2-after>section{width:calc(100% - 24px)}}
  


.go2-camp-page .go2-course{--go2-blue:#2f855a;--go2-cyan:#55b58a;--go2-ink:#173d2a;--go2-muted:#60796a;--go2-line:#d8eadf;--go2-soft:#f3faf5;color:var(--go2-ink);font-family:"PingFang SC","Microsoft YaHei",sans-serif}.go2-camp-page .go2-course *{box-sizing:border-box}.go2-camp-page .go2-course section{padding:52px 0}.go2-camp-page .go2-head{max-width:760px;margin:0 auto 34px;text-align:center}.go2-camp-page .go2-kicker{display:block;margin-bottom:10px;color:var(--go2-blue);font-size:12px;font-weight:700;letter-spacing:2.4px}.go2-camp-page .go2-head h2{margin:0!important;color:var(--go2-ink)!important;font-size:36px!important;line-height:1.28!important;letter-spacing:-1px}.go2-camp-page .go2-head p{margin:14px 0 0!important;color:var(--go2-muted);font-size:16px;line-height:1.8}.go2-camp-page .go2-proof{display:grid;grid-template-columns:1.12fr .88fr;gap:24px;align-items:stretch}.go2-camp-page .go2-proof-main{position:relative;overflow:hidden;padding:42px;border:1px solid #d6e6f3;border-radius:18px;background:linear-gradient(135deg,#effaf3,#fff 70%)}.go2-camp-page .go2-proof-main:after{position:absolute;right:-45px;bottom:-72px;width:220px;height:220px;border:34px solid rgba(47,133,90,.10);border-radius:50%;content:""}.go2-camp-page .go2-proof-main strong{display:block;max-width:640px;font-size:28px;line-height:1.5}.go2-camp-page .go2-proof-main strong em{color:var(--go2-blue);font-style:normal}.go2-camp-page .go2-proof-main p{max-width:680px;margin:18px 0 0!important;color:var(--go2-muted)}.go2-camp-page .go2-proof-side{display:grid;gap:12px}.go2-camp-page .go2-proof-side article{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;padding:20px;border:1px solid var(--go2-line);border-radius:14px;background:#fff}.go2-camp-page .go2-proof-side b{display:grid;width:42px;height:42px;place-items:center;border-radius:10px;background:#e9f7ee;color:var(--go2-blue);font-size:14px}.go2-camp-page .go2-proof-side h3{margin:0 0 6px!important;font-size:17px!important}.go2-camp-page .go2-proof-side p{margin:0!important;color:var(--go2-muted);font-size:14px;line-height:1.7}.go2-camp-page .go2-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.go2-camp-page .go2-module{position:relative;overflow:hidden;min-height:320px;padding:30px;border:1px solid var(--go2-line);border-radius:16px;background:#fff}.go2-camp-page .go2-module:before{position:absolute;top:0;left:0;width:100%;height:4px;background:var(--module-color);content:""}.go2-camp-page .go2-module-no{display:flex;align-items:center;justify-content:space-between;margin-bottom:46px}.go2-camp-page .go2-module-no span{color:var(--module-color);font-size:12px;font-weight:700;letter-spacing:1.5px}.go2-camp-page .go2-module-no b{color:#e8f0f7;font-size:54px;line-height:1}.go2-camp-page .go2-module h3{margin:0!important;font-size:23px!important;line-height:1.45!important}.go2-camp-page .go2-module p{margin:14px 0 20px!important;color:var(--go2-muted);font-size:14px;line-height:1.8}.go2-camp-page .go2-module ul{margin:0!important;padding:0!important;list-style:none}.go2-camp-page .go2-module li{position:relative;margin:8px 0!important;padding-left:18px;color:#365f48;font-size:13px}.go2-camp-page .go2-module li:before{position:absolute;top:9px;left:0;width:6px;height:6px;border-radius:50%;background:var(--module-color);content:""}.go2-camp-page .go2-delivery{display:grid;grid-template-columns:.82fr 1.18fr;gap:40px;align-items:center;padding:42px!important;border-radius:18px;background:#1f4b35;color:#fff}.go2-camp-page .go2-delivery h2{margin:8px 0 16px!important;color:#fff!important;font-size:32px!important}.go2-camp-page .go2-delivery p{margin:0!important;color:#c8dfd0}.go2-camp-page .go2-delivery-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.go2-camp-page .go2-delivery-list article{padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.06)}.go2-camp-page .go2-delivery-list b{display:block;margin-bottom:6px;color:#fff}.go2-camp-page .go2-delivery-list span{color:#c8dfd0;font-size:13px;line-height:1.65}.go2-camp-page .go2-note{margin-top:18px!important;color:#6e8476!important;font-size:13px!important;text-align:center}.go2-camp-page .go2-course .go2-accent{color:#9addb5}.go2-camp-page .go2-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.go2-camp-page .go2-tags span{padding:7px 11px;border:1px solid #d9ecdf;border-radius:6px;background:#f4fbf6;color:#315c43;font-size:12px;font-weight:600}
@media(max-width:900px){.go2-camp-page .go2-course section{padding:34px 0}.go2-camp-page .go2-head h2{font-size:28px!important}.go2-camp-page .go2-proof,.go2-camp-page .go2-delivery{grid-template-columns:1fr}.go2-camp-page .go2-modules{grid-template-columns:1fr}.go2-camp-page .go2-module{min-height:0}.go2-camp-page .go2-module-no{margin-bottom:24px}.go2-camp-page .go2-delivery{gap:26px;padding:30px!important}}@media(max-width:560px){.go2-camp-page .go2-course section{padding:24px 0}.go2-camp-page .go2-head{margin-bottom:22px}.go2-camp-page .go2-head h2{font-size:23px!important}.go2-camp-page .go2-proof-main{padding:26px 22px}.go2-camp-page .go2-proof-main strong{font-size:21px}.go2-camp-page .go2-proof-side article{padding:16px}.go2-camp-page .go2-module{padding:24px}.go2-camp-page .go2-module h3{font-size:20px!important}.go2-camp-page .go2-delivery{padding:24px 20px!important}.go2-camp-page .go2-delivery h2{font-size:24px!important}.go2-camp-page .go2-delivery-list{grid-template-columns:1fr}}
.go2-camp-page .go2-course img{display:block;max-width:100%}.go2-camp-page .go2-proof-side article{grid-template-columns:72px 1fr;align-items:center;padding:15px 18px;box-shadow:0 10px 26px rgba(30,76,114,.05)}.go2-camp-page .go2-proof-side img{width:72px;height:72px;border:1px solid #dceaf6;border-radius:14px;object-fit:cover}.go2-camp-page .go2-module{min-height:430px;padding:0;box-shadow:0 14px 34px rgba(30,76,114,.07)}.go2-camp-page .go2-module-visual{height:145px;overflow:hidden;background:#edf8f1}.go2-camp-page .go2-module-visual img{width:100%;height:100%;object-fit:cover}.go2-camp-page .go2-module-body{padding:24px 26px 27px}.go2-camp-page .go2-module-no{margin-bottom:12px}.go2-camp-page .go2-module-no b{font-size:36px}.go2-camp-page .go2-delivery-list article{position:relative;padding-left:50px}.go2-camp-page .go2-delivery-list article:before{position:absolute;top:20px;left:20px;display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#7cc99b;color:#163b29;font-size:12px;font-weight:900;content:"✓"}
.go2-camp-page .go2-instructors{padding:48px 30px!important;border:1px solid #d8eadf;border-radius:20px;background:linear-gradient(180deg,#f4fbf6,#edf8f1)}.go2-camp-page .go2-instructor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.go2-camp-page .go2-instructor{display:grid;grid-template-columns:132px minmax(0,1fr);gap:25px;align-items:start;padding:28px;border:1px solid #d8e6f1;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(30,76,114,.06)}.go2-camp-page .go2-instructor img{width:132px;height:132px;border:5px solid #e7f2ff;border-radius:16px;object-fit:cover;box-shadow:0 0 0 1px #cfe6d7}.go2-camp-page .go2-instructor-role{display:block;margin-bottom:6px;color:var(--go2-blue);font-size:12px;font-weight:700;line-height:1.55}.go2-camp-page .go2-instructor h3{margin:0 0 10px!important;color:var(--go2-ink)!important;font-size:24px!important}.go2-camp-page .go2-instructor p{margin:0!important;color:var(--go2-muted);font-size:13px;line-height:1.82}
.go2-camp-page .go2-schedule{position:relative;overflow:hidden;padding:46px 32px!important;border:1px solid #d8eadf;border-radius:20px;background:linear-gradient(135deg,#f7fcf8 0%,#eef9f1 58%,#f6fcf7 100%)}.go2-camp-page .go2-schedule:after{position:absolute;top:-105px;right:-80px;width:280px;height:280px;border:52px solid rgba(83,166,113,.12);border-radius:50%;content:""}.go2-camp-page .go2-schedule-head{position:relative;z-index:1;max-width:850px;margin:0 auto 30px;text-align:center}.go2-camp-page .go2-date{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:7px 12px;border:1px solid #cfe8d7;border-radius:999px;background:#fff;box-shadow:0 6px 18px rgba(34,83,128,.05);color:var(--go2-blue);font-size:12px;font-weight:700}.go2-camp-page .go2-date:before{width:7px;height:7px;border-radius:50%;background:#ffad32;content:""}.go2-camp-page .go2-schedule-head h2{margin:0!important;color:var(--go2-ink)!important;font-size:36px!important;line-height:1.3!important}.go2-camp-page .go2-schedule-head p{margin:13px 0 0!important;color:var(--go2-muted);font-size:15px;line-height:1.8}.go2-camp-page .go2-schedule-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.go2-camp-page .go2-online-flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.go2-camp-page .go2-phase{display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:13px;align-items:start;padding:20px;border:1px solid #d9e8f3;border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(35,79,116,.05)}.go2-camp-page .go2-phase>strong{grid-row:1/3;display:grid;width:40px;height:40px;place-items:center;border-radius:10px;background:#eaf5ff;color:var(--go2-blue);font-size:13px}.go2-camp-page .go2-phase small{color:var(--go2-blue);font-size:11px;font-weight:700;letter-spacing:.7px}.go2-camp-page .go2-phase h3{margin:4px 0 6px!important;color:var(--go2-ink)!important;font-size:17px!important}.go2-camp-page .go2-phase p{grid-column:2;margin:0!important;color:var(--go2-muted);font-size:13px;line-height:1.7}.go2-camp-page .go2-offline{padding:24px 25px;border:1px solid #d7e6f2;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(35,79,116,.065)}.go2-camp-page .go2-offline-label{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:15px;border-bottom:1px solid #e8eff5}.go2-camp-page .go2-offline-label span{color:#3d9970;font-size:11px;font-weight:700;letter-spacing:1.2px}.go2-camp-page .go2-offline-label b{padding:6px 9px;border-radius:6px;background:#edf8fc;color:#087ba8;font-size:11px}.go2-camp-page .go2-offline h3{margin:16px 0 10px!important;color:var(--go2-ink)!important;font-size:22px!important}.go2-camp-page .go2-offline>p{margin:0 0 14px!important;color:var(--go2-muted);font-size:13px;line-height:1.75}.go2-camp-page .go2-offline dl{display:grid;grid-template-columns:70px 1fr;gap:8px 12px;margin:0;padding-top:13px;border-top:1px solid #edf2f7;font-size:13px;line-height:1.65}.go2-camp-page .go2-offline dt{color:#315f46;font-weight:700}.go2-camp-page .go2-offline dd{margin:0;color:#667f70}.go2-camp-page .go2-offline-note{margin:14px 0 0!important;color:#8a9bad!important;font-size:11px!important;text-align:center}
.go2-camp-page .go2-support{padding:24px 25px;border:1px solid #d7e6f2;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(35,79,116,.065)}.go2-camp-page .go2-support-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:15px;border-bottom:1px solid #e8eff5}.go2-camp-page .go2-support-head span{color:#3d9970;font-size:11px;font-weight:700;letter-spacing:1.2px}.go2-camp-page .go2-support-head b{padding:6px 9px;border-radius:6px;background:#edf8fc;color:#087ba8;font-size:11px}.go2-camp-page .go2-support h3{margin:16px 0 10px!important;color:var(--go2-ink)!important;font-size:22px!important}.go2-camp-page .go2-support>p{margin:0 0 13px!important;color:var(--go2-muted);font-size:13px;line-height:1.75}.go2-camp-page .go2-support ul{margin:0;padding:5px 0 0;list-style:none;border-top:1px solid #edf2f7}.go2-camp-page .go2-support li{position:relative;padding:9px 0 9px 20px;color:#61778d;font-size:13px;line-height:1.6}.go2-camp-page .go2-support li:before{position:absolute;top:16px;left:2px;width:7px;height:7px;border-radius:50%;background:#08a6d7;content:""}
@media(max-width:900px){.go2-camp-page .go2-module-visual{height:190px}}@media(max-width:560px){.go2-camp-page .go2-proof-side article{grid-template-columns:58px 1fr;padding:14px}.go2-camp-page .go2-proof-side img{width:58px;height:58px}.go2-camp-page .go2-module-visual{height:130px}.go2-camp-page .go2-module-body{padding:21px}.go2-camp-page .go2-module{padding:0}.go2-camp-page .go2-module-no{margin-bottom:10px}}
@media(max-width:900px){.go2-camp-page .go2-instructor-grid{grid-template-columns:1fr}}@media(max-width:560px){.go2-camp-page .go2-instructors{padding:26px 18px!important}.go2-camp-page .go2-instructor{grid-template-columns:82px minmax(0,1fr);gap:16px;padding:18px}.go2-camp-page .go2-instructor img{width:82px;height:82px;border-radius:50%}.go2-camp-page .go2-instructor h3{font-size:20px!important}.go2-camp-page .go2-instructor p{grid-column:1 / -1}}
@media(max-width:900px){.go2-camp-page .go2-schedule-grid{grid-template-columns:1fr}}@media(max-width:560px){.go2-camp-page .go2-schedule{padding:26px 18px!important}.go2-camp-page .go2-schedule-head{margin-bottom:22px}.go2-camp-page .go2-schedule-head h2{font-size:23px!important}.go2-camp-page .go2-online-flow{grid-template-columns:1fr}.go2-camp-page .go2-phase{padding:18px}.go2-camp-page .go2-offline{padding:20px}.go2-camp-page .go2-offline dl{grid-template-columns:62px 1fr}}



.go2-camp-page .go2-after{--blue:#2f855a;--ink:#173d2a;--muted:#60796a;--line:#d8eadf;--soft:#f3faf5;color:var(--ink);font-family:"PingFang SC","Microsoft YaHei",sans-serif}.go2-camp-page .go2-after *{box-sizing:border-box}.go2-camp-page .go2-after section{padding:52px 0}.go2-camp-page .ga-head{max-width:780px;margin:0 auto 34px;text-align:center}.go2-camp-page .ga-head span{display:block;margin-bottom:10px;color:var(--blue);font-size:12px;font-weight:700;letter-spacing:2.4px}.go2-camp-page .ga-head h2{margin:0!important;color:var(--ink)!important;font-size:36px!important;line-height:1.3!important}.go2-camp-page .ga-head p{margin:14px 0 0!important;color:var(--muted)}.go2-camp-page .ga-certs{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.go2-camp-page .ga-cert{display:grid;grid-template-columns:132px 1fr;gap:26px;align-items:center;padding:26px;border:1px solid var(--line);border-radius:16px;background:#fff}.go2-camp-page .ga-cert-visual{display:grid;height:166px;place-items:center;border:8px solid #eaf2f9;background:linear-gradient(145deg,#fff,#f2f7fb);box-shadow:inset 0 0 0 1px #cfdeeb;color:#8aa0b5;font-size:13px}.go2-camp-page .ga-cert small{color:var(--blue);font-weight:700}.go2-camp-page .ga-cert h3{margin:8px 0!important;font-size:21px!important}.go2-camp-page .ga-cert p{margin:0!important;color:var(--muted);font-size:14px}.go2-camp-page .ga-disclaimer{margin:14px 0 0!important;color:#8a9bad!important;font-size:12px!important;text-align:center}.go2-camp-page .ga-paths{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.go2-camp-page .ga-path{padding:28px;border-top:3px solid var(--path-color);background:var(--soft)}.go2-camp-page .ga-path>span{color:var(--path-color);font-size:12px;font-weight:700;letter-spacing:1.5px}.go2-camp-page .ga-path h3{margin:20px 0 4px!important;font-size:23px!important}.go2-camp-page .ga-path>p{margin:0 0 18px!important;color:var(--muted);font-size:14px}.go2-camp-page .ga-path ul{margin:0!important;padding:0!important;list-style:none}.go2-camp-page .ga-path li{margin:10px 0!important;padding-top:10px;border-top:1px solid #dce7f0;color:#3d566f;font-size:13px}.go2-camp-page .ga-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.go2-camp-page .ga-review{padding:26px;border:1px solid var(--line);border-radius:14px;background:#fff}.go2-camp-page .ga-stars{color:#f3a91c;letter-spacing:2px}.go2-camp-page .ga-review blockquote{margin:18px 0!important;padding:0!important;border:0!important;background:none!important;color:#354f69!important;font-size:14px;line-height:1.85}.go2-camp-page .ga-review b,.go2-camp-page .ga-review small{display:block}.go2-camp-page .ga-review small{margin-top:4px;color:var(--muted)}.go2-camp-page .ga-teachers{display:grid;gap:14px}.go2-camp-page .ga-teacher{display:grid;grid-template-columns:90px 210px 1fr;gap:22px;align-items:center;padding:22px 26px;border:1px solid var(--line);border-radius:14px}.go2-camp-page .ga-avatar{display:grid;width:74px;height:74px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#e7f4ff,#d7e8f7);color:var(--blue);font-size:24px;font-weight:700}.go2-camp-page .ga-teacher h3{margin:0 0 5px!important;font-size:20px!important}.go2-camp-page .ga-teacher b{color:var(--blue);font-size:13px}.go2-camp-page .ga-teacher p{margin:0!important;color:var(--muted);font-size:14px;line-height:1.75}.go2-camp-page .ga-steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.go2-camp-page .ga-steps:before{position:absolute;top:29px;left:12%;right:12%;height:1px;background:#cbdbea;content:""}.go2-camp-page .ga-step{position:relative;padding:0 14px;text-align:center}.go2-camp-page .ga-step b{position:relative;z-index:1;display:grid;width:58px;height:58px;margin:0 auto 18px;place-items:center;border:7px solid #fff;border-radius:50%;background:var(--blue);box-shadow:0 0 0 1px #c8dbed;color:#fff}.go2-camp-page .ga-step h3{margin:0 0 8px!important;font-size:18px!important}.go2-camp-page .ga-step p{margin:0!important;color:var(--muted);font-size:13px;line-height:1.7}.go2-camp-page .ga-faq{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.go2-camp-page .ga-faq details{padding:19px 20px;border:1px solid var(--line);border-radius:12px;background:#fff}.go2-camp-page .ga-faq summary{position:relative;padding-right:26px;cursor:pointer;font-weight:700;list-style:none}.go2-camp-page .ga-faq summary::-webkit-details-marker{display:none}.go2-camp-page .ga-faq summary:after{position:absolute;right:0;content:"＋";color:var(--blue);font-size:18px}.go2-camp-page .ga-faq details[open] summary:after{content:"－"}.go2-camp-page .ga-faq p{margin:14px 0 0!important;color:var(--muted);font-size:14px;line-height:1.8}.go2-camp-page .ga-faq ul{margin:12px 0 0!important;color:var(--muted);font-size:14px}.go2-camp-page .ga-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:40px!important;border-radius:18px;background:linear-gradient(135deg,#237a50,#56aa7a);color:#fff}.go2-camp-page .ga-cta h2{margin:0 0 12px!important;color:#fff!important;font-size:32px!important}.go2-camp-page .ga-cta p{margin:0!important;color:#dcecff}.go2-camp-page .ga-cta strong{flex:none;padding:14px 22px;border-radius:9px;background:#fff;color:var(--blue);font-size:16px}.go2-camp-page .ga-cta-note{margin:14px 0 0!important;color:#7d91a4!important;font-size:12px!important;text-align:center}
@media(max-width:900px){.go2-camp-page .go2-after section{padding:34px 0}.go2-camp-page .ga-head h2{font-size:28px!important}.go2-camp-page .ga-certs,.go2-camp-page .ga-paths,.go2-camp-page .ga-reviews{grid-template-columns:1fr}.go2-camp-page .ga-teacher{grid-template-columns:76px 1fr}.go2-camp-page .ga-teacher p{grid-column:1/-1}.go2-camp-page .ga-steps{grid-template-columns:repeat(2,1fr);row-gap:28px}.go2-camp-page .ga-steps:before{display:none}.go2-camp-page .ga-faq{grid-template-columns:1fr}}@media(max-width:560px){.go2-camp-page .go2-after section{padding:24px 0}.go2-camp-page .ga-head{margin-bottom:22px}.go2-camp-page .ga-head h2{font-size:23px!important}.go2-camp-page .ga-cert{grid-template-columns:86px 1fr;padding:18px;gap:16px}.go2-camp-page .ga-cert-visual{height:118px;border-width:5px;font-size:11px}.go2-camp-page .ga-path,.go2-camp-page .ga-review{padding:22px}.go2-camp-page .ga-teacher{grid-template-columns:58px 1fr;padding:18px;gap:14px}.go2-camp-page .ga-avatar{width:56px;height:56px;font-size:18px}.go2-camp-page .ga-teacher h3{font-size:18px!important}.go2-camp-page .ga-steps{grid-template-columns:1fr}.go2-camp-page .ga-step{display:grid;grid-template-columns:50px 1fr;text-align:left}.go2-camp-page .ga-step b{width:44px;height:44px;margin:0;grid-row:1/3}.go2-camp-page .ga-cta{align-items:flex-start;flex-direction:column;padding:28px 22px!important}.go2-camp-page .ga-cta h2{font-size:24px!important}.go2-camp-page .ga-cta strong{width:100%;text-align:center}}
.go2-camp-page .go2-after img{display:block;max-width:100%}.go2-camp-page .ga-cert{grid-template-columns:44% 1fr;box-shadow:0 14px 38px rgba(30,76,114,.07)}.go2-camp-page .ga-cert-visual{display:block;width:100%;height:170px;border:1px solid #d8e6f1;border-radius:10px;object-fit:contain;background:#f5f9fd}.go2-camp-page .ga-path{position:relative;overflow:hidden;border:1px solid #d8eadf;border-top:3px solid var(--path-color);border-radius:14px}.go2-camp-page .ga-review{box-shadow:0 12px 30px rgba(30,76,114,.05)}
.go2-camp-page .ga-history{padding:48px 30px!important;border:1px solid #deebf5;border-radius:20px;background:#f4f9fd}.go2-camp-page .ga-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.go2-camp-page .ga-history figure{position:relative;overflow:hidden;aspect-ratio:3/2;margin:0;border-radius:14px;background:#dbe8f2}.go2-camp-page .ga-history img{width:100%;height:100%;object-fit:cover;object-position:center}.go2-camp-page .ga-history figcaption{position:absolute;left:12px;bottom:11px;padding:6px 9px;border-radius:5px;background:rgba(10,35,59,.76);color:#fff;font-size:12px}.go2-camp-page .ga-history-note{margin:15px 0 0!important;color:#8294a6!important;font-size:12px!important;text-align:center}
.go2-camp-page .ga-honors{padding:48px 30px!important;border:1px solid #e3e7eb;border-radius:20px;background:linear-gradient(135deg,#fffaf2 0%,#f5f9ff 48%,#edf8f1 100%)}.go2-camp-page .ga-honor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.go2-camp-page .ga-honor{display:grid;grid-template-columns:170px minmax(0,1fr);gap:24px;align-items:center;padding:25px;border:1px solid #dce7ef;border-radius:16px;background:#fff;box-shadow:0 14px 36px rgba(37,76,108,.06)}.go2-camp-page .ga-honor-visual{width:170px;height:230px;overflow:hidden;border:1px solid #e4e6e8;border-radius:9px;background:#fafafa;box-shadow:0 7px 20px rgba(55,67,78,.09)}.go2-camp-page .ga-honor-visual img{width:100%;height:100%;object-fit:cover;object-position:top center}.go2-camp-page .ga-honor small{color:var(--blue);font-size:12px;font-weight:700}.go2-camp-page .ga-honor h3{margin:8px 0 10px!important;color:var(--ink)!important;font-size:21px!important}.go2-camp-page .ga-honor p{margin:0!important;color:var(--muted);font-size:13px;line-height:1.8}.go2-camp-page .ga-honor ul{margin:14px 0 0!important;padding:0!important;list-style:none}.go2-camp-page .ga-honor li{position:relative;margin:7px 0!important;padding-left:16px;color:#49637c;font-size:12px;line-height:1.6}.go2-camp-page .ga-honor li:before{position:absolute;top:7px;left:0;width:6px;height:6px;border-radius:50%;background:#45a06f;content:""}.go2-camp-page .ga-honor-note{margin:15px 0 0!important;color:#8899aa!important;font-size:12px!important;text-align:center}
.go2-camp-page .ga-faq-list{position:relative;overflow:hidden;padding:4px 30px 10px;border:1px solid #e1ebf4;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#fbfdff 68%,#f4f9ff 100%)}.go2-camp-page .ga-faq-list:after{position:absolute;right:-90px;bottom:-110px;width:270px;height:270px;border-radius:50%;background:rgba(47,133,90,.035);content:""}.go2-camp-page .ga-faq-item{position:relative;z-index:1;padding:25px 0 23px;border-bottom:1px dashed #d9e5ef}.go2-camp-page .ga-faq-item:last-child{border-bottom:0}.go2-camp-page .ga-faq-question{display:flex;align-items:flex-start;gap:14px}.go2-camp-page .ga-faq-index{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:4px;background:linear-gradient(145deg,#8bc9a5,#4aa779);box-shadow:0 5px 12px rgba(40,123,241,.18);color:#fff;font-size:18px;font-weight:800;line-height:1}.go2-camp-page .ga-faq-question h3{margin:3px 0 0!important;color:var(--ink)!important;font-size:20px!important;line-height:1.55!important}.go2-camp-page .ga-faq-answer{margin:12px 0 0 56px!important;color:#597087!important;font-size:15px;line-height:1.9}.go2-camp-page .ga-faq-answer b{color:#294964;font-weight:700}
@media(max-width:560px){.go2-camp-page .ga-cert{grid-template-columns:1fr}.go2-camp-page .ga-cert-visual{height:auto;max-height:210px}.go2-camp-page .ga-faq-list{padding:0 18px 4px;border-radius:14px}.go2-camp-page .ga-faq-item{padding:20px 0 18px}.go2-camp-page .ga-faq-question{gap:10px}.go2-camp-page .ga-faq-index{flex-basis:34px;width:34px;height:34px;font-size:15px}.go2-camp-page .ga-faq-question h3{margin-top:2px!important;font-size:17px!important;line-height:1.5!important}.go2-camp-page .ga-faq-answer{margin:10px 0 0 44px!important;font-size:14px;line-height:1.78}}
@media(max-width:760px){.go2-camp-page .ga-history{padding:26px 0!important}.go2-camp-page .ga-history-grid{grid-template-columns:1fr;gap:9px}.go2-camp-page .ga-history figure{aspect-ratio:3/2}}
@media(max-width:900px){.go2-camp-page .ga-honor-grid{grid-template-columns:1fr}}@media(max-width:560px){.go2-camp-page .ga-honors{padding:26px 0!important}.go2-camp-page .ga-honor{grid-template-columns:105px minmax(0,1fr);gap:15px;padding:16px}.go2-camp-page .ga-honor-visual{width:105px;height:148px}.go2-camp-page .ga-honor h3{font-size:18px!important}.go2-camp-page .ga-honor p{font-size:12px;line-height:1.7}.go2-camp-page .ga-honor ul{grid-column:1/-1;margin-top:5px!important}}

/* hover — aligned with finance-camp / ai-camp / ai-embodied */
.go2-camp-page .nav-cta,
.go2-camp-page .buy-button,
.go2-camp-page .ga-cta-btn {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.go2-camp-page .nav-cta:hover:not(.disabled),
.go2-camp-page .buy-button:hover:not(.disabled),
.go2-camp-page .ga-cta-btn:hover:not(.disabled) {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(47, 133, 90, 0.38);
}
.go2-camp-page .nav-cta.disabled:hover,
.go2-camp-page .buy-button.disabled:hover,
.go2-camp-page .ga-cta-btn.disabled:hover,
.go2-camp-page .go2-camp-fixed .buy-button:hover,
.go2-camp-page .go2-camp-fixed .nav-cta:hover {
  transform: none;
}

.go2-camp-page .catalog-link {
  transition: color 0.2s ease, transform 0.2s ease;
}
.go2-camp-page .catalog-link:hover {
  color: #237a50;
  transform: translateY(-1px);
}

.go2-camp-page .hero-cover img {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.go2-camp-page .hero-cover:hover img {
  transform: scale(1.03);
  box-shadow: 0 34px 76px rgba(35, 92, 61, 0.22);
}

.go2-camp-page .go2-proof-side article,
.go2-camp-page .go2-module,
.go2-camp-page .go2-phase,
.go2-camp-page .go2-instructor,
.go2-camp-page .go2-delivery-list article,
.go2-camp-page .chapter,
.go2-camp-page .ga-cert,
.go2-camp-page .ga-honor,
.go2-camp-page .ga-path,
.go2-camp-page .ga-review,
.go2-camp-page .ga-step {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}
.go2-camp-page .go2-proof-side article:hover,
.go2-camp-page .go2-module:hover,
.go2-camp-page .go2-phase:hover,
.go2-camp-page .go2-instructor:hover,
.go2-camp-page .chapter:hover,
.go2-camp-page .ga-cert:hover,
.go2-camp-page .ga-honor:hover,
.go2-camp-page .ga-path:hover,
.go2-camp-page .ga-review:hover {
  transform: translateY(-6px);
  border-color: #b7ddc4;
  box-shadow: 0 18px 38px rgba(47, 133, 90, 0.14);
}
.go2-camp-page .go2-delivery-list article:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}
.go2-camp-page .ga-step:hover {
  transform: translateY(-4px);
}

.go2-camp-page .go2-module-visual img,
.go2-camp-page .ga-history img,
.go2-camp-page .ga-honor-visual img {
  transition: transform 0.4s ease;
}
.go2-camp-page .go2-module:hover .go2-module-visual img,
.go2-camp-page .ga-history figure:hover img,
.go2-camp-page .ga-honor:hover .ga-honor-visual img {
  transform: scale(1.06);
}

.go2-camp-page .chapter summary,
.go2-camp-page .task {
  transition: background 0.2s ease;
}
.go2-camp-page .chapter summary:hover {
  background: #f4fbf6;
}
.go2-camp-page .task:hover {
  background: #edf8f1;
}

.go2-camp-page .go2-tags span {
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.go2-camp-page .go2-tags span:hover {
  transform: translateY(-2px);
  background: #e7f5ec;
  border-color: #b7ddc4;
}

.go2-camp-page .hero h1,
.go2-camp-page .go2-head h2,
.go2-camp-page .catalog-head h2,
.go2-camp-page .ga-head h2,
.go2-camp-page .go2-schedule-head h2,
.go2-camp-page .go2-delivery h2,
.go2-camp-page .ga-cta h2,
.go2-camp-page .go2-proof-main strong,
.go2-camp-page .price,
.go2-camp-page .go2-proof-side h3,
.go2-camp-page .go2-module h3,
.go2-camp-page .go2-phase h3,
.go2-camp-page .go2-support h3,
.go2-camp-page .go2-instructor h3,
.go2-camp-page .go2-delivery-list b,
.go2-camp-page .ga-cert h3,
.go2-camp-page .ga-honor h3,
.go2-camp-page .ga-path h3,
.go2-camp-page .ga-review b,
.go2-camp-page .ga-faq-question h3,
.go2-camp-page .ga-step h3,
.go2-camp-page .go2-cd-label {
  font-family: "AlimamaShuHeiTiBold", "PingFang SC", "Microsoft YaHei", sans-serif !important;
  font-weight: 400 !important;
}

.go2-camp-page .start-info .go2-cd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.go2-camp-page .start-info .go2-cd-label {
  color: #3d4a55 !important;
  font-size: 14px !important;
  white-space: nowrap;
}
.go2-camp-page .start-info .go2-cd-nums {
  display: flex;
  align-items: center;
  gap: 6px;
}
.go2-camp-page .start-info .go2-cd-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #4a5560 !important;
  font-size: 13px !important;
}
.go2-camp-page .start-info .go2-cd-item b {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 6px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2f855a, #63b486);
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
}
.go2-camp-page .start-info .go2-cd-item i {
  font-style: normal;
  color: #4a5560;
  font-size: 13px;
}
@media (max-width: 640px) {
  .go2-camp-page .start-info .go2-cd-item b {
    min-width: 32px;
    height: 32px;
    font-size: 14px !important;
  }
}

.go2-camp-page .go2-instructors {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 560px) {
  .go2-camp-page .go2-instructors {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
