/* 露营搭子案例专属视觉层：松针绿、山湖蓝、篝火橙、沙岩色与雾白。 */

.camp-premium-page[data-theme="social"] {
  --camp-pine: #123f35;
  --camp-pine-deep: #092b25;
  --camp-pine-soft: #2f6556;
  --camp-lake: #287d93;
  --camp-sky: #8fc7d0;
  --camp-ember: #f06a35;
  --camp-sun: #f3bb59;
  --camp-sand: #eee2cc;
  --camp-cream: #fbf7ef;
  --camp-mist: #edf3ef;
  --camp-paper: #fffdf8;
  --camp-ink: #17332d;
  --camp-muted: #68766f;
  --camp-line: #dce5de;
  --primary: var(--camp-pine);
  --primary-dark: var(--camp-pine-deep);
  --accent: var(--camp-ember);
  --ink: var(--camp-ink);
  --ink-soft: #38574e;
  --muted: var(--camp-muted);
  --line: var(--camp-line);
  --page: var(--camp-mist);
  --surface: var(--camp-paper);
  color: var(--camp-ink);
  background: var(--camp-paper);
}

.camp-premium-page .site-header { border-bottom-color: rgba(18, 63, 53, .1); background: rgba(255, 253, 248, .96); }
.camp-premium-page .brand img { box-shadow: 0 8px 22px rgba(40, 125, 147, .14); }
.camp-premium-page .nav-links { border-color: rgba(18, 63, 53, .11); background: #f0f5f1; }
.camp-premium-page .nav-links a:hover,
.camp-premium-page .nav-links a.active { color: #fff; background: var(--camp-pine); }
.camp-premium-page .nav-back { color: var(--camp-pine); border-color: rgba(18, 63, 53, .15); background: #fff; }
.camp-premium-page .nav-cta { background: var(--camp-pine-deep); box-shadow: 0 9px 23px rgba(9, 43, 37, .2); }
.camp-premium-page .anchor-band { border-bottom-color: rgba(18, 63, 53, .1); background: rgba(237, 243, 239, .94); }
.camp-premium-page .anchor-scroll { border-color: rgba(18, 63, 53, .1); background: rgba(255, 255, 255, .96); }
.camp-premium-page .anchor-scroll a:hover,
.camp-premium-page .anchor-scroll a.active { background: var(--camp-pine); }

.camp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 70px 0 66px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 15%, rgba(40, 125, 147, .38), transparent 30%),
    radial-gradient(circle at 15% 100%, rgba(243, 187, 89, .16), transparent 26%),
    linear-gradient(126deg, #082b25 0%, #123f35 50%, #1e5d53 100%);
}
.camp-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .18;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .35) 1px, transparent 1.3px),
    repeating-radial-gradient(ellipse at 92% 24%, transparent 0 42px, rgba(255, 255, 255, .16) 43px 44px, transparent 45px 62px);
  background-size: 34px 34px, auto;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .25), #000);
  content: "";
}
.camp-hero::after {
  position: absolute;
  z-index: -1;
  right: -220px;
  bottom: -430px;
  width: 800px;
  height: 800px;
  border: 1px solid rgba(243, 187, 89, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(243, 187, 89, .025), 0 0 0 170px rgba(255, 255, 255, .015);
  content: "";
}
.camp-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: 50px; }
.camp-hero__content { min-width: 0; }
.camp-hero__badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 19px; padding: 6px 7px 6px 12px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; background: rgba(255, 255, 255, .06); backdrop-filter: blur(12px); }
.camp-hero__badge span { color: var(--camp-sun); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.camp-hero__badge em { padding: 5px 9px; border-radius: 999px; color: var(--camp-pine-deep); background: var(--camp-sun); font-size: 9px; font-style: normal; font-weight: 950; }
.camp-hero .eyebrow { margin-bottom: 10px; color: rgba(255, 255, 255, .56); letter-spacing: .06em; }
.camp-hero h1 { margin: 0; color: #fff; font-size: clamp(48px, 4.9vw, 72px); line-height: 1.04; letter-spacing: -.07em; white-space: nowrap; }
.camp-hero__claim { margin: 18px 0 0; color: #fff; font-size: clamp(20px, 1.75vw, 27px); font-weight: 850; line-height: 1.42; letter-spacing: -.035em; }
.camp-hero .hero-lead { max-width: 675px; margin-top: 14px; color: rgba(255, 255, 255, .67); font-size: 14px; line-height: 1.9; }
.camp-hero .button-primary { color: var(--camp-pine-deep); background: #fff; }
.camp-hero .button-secondary { border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .07); }
.camp-hero__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 27px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .11); border-radius: 16px; background: rgba(5, 30, 26, .48); backdrop-filter: blur(14px); }
.camp-hero__facts article { display: flex; gap: 9px; min-width: 0; padding: 15px 12px; border-right: 1px solid rgba(255, 255, 255, .08); }
.camp-hero__facts article:last-child { border-right: 0; }
.camp-hero__facts article > span { color: var(--camp-sun); font-size: 9px; font-weight: 950; }
.camp-hero__facts strong, .camp-hero__facts small { display: block; }
.camp-hero__facts strong { color: #fff; font-size: 11px; white-space: nowrap; }
.camp-hero__facts small { margin-top: 4px; color: rgba(255, 255, 255, .47); font-size: 8px; line-height: 1.45; }

.camp-media { position: relative; overflow: hidden; margin: 0; padding: 10px; border: 1px solid rgba(18, 63, 53, .11); border-radius: 25px; background: #fff; box-shadow: 0 25px 74px rgba(18, 63, 53, .13); }
.camp-media img { display: block; width: 100%; height: auto; border-radius: 18px; object-fit: contain; }
.camp-media figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 7px 4px; }
.camp-media figcaption span { color: var(--camp-ember); font-size: 9px; font-weight: 900; letter-spacing: .04em; white-space: nowrap; }
.camp-media figcaption strong { color: var(--camp-ink); font-size: 11px; text-align: right; white-space: nowrap; }
.camp-hero__visual { width: 100%; padding: 11px; border-color: rgba(255, 255, 255, .16); border-radius: 30px; background: rgba(255, 255, 255, .08); box-shadow: 0 34px 96px rgba(0, 0, 0, .34); }
.camp-hero__visual img { border-radius: 21px; }
.camp-hero__visual figcaption { position: absolute; right: 27px; bottom: 27px; left: 27px; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 13px; background: rgba(7, 38, 33, .88); backdrop-filter: blur(16px); }
.camp-hero__visual figcaption span { color: var(--camp-sun); }
.camp-hero__visual figcaption strong { color: #fff; }

.camp-boundary { display: flex; align-items: center; gap: 16px; margin-top: 21px; padding: 14px 17px; border: 1px solid rgba(243, 187, 89, .2); border-radius: 14px; background: rgba(243, 187, 89, .075); }
.camp-boundary strong { flex: 0 0 auto; color: var(--camp-sun); font-size: 10px; }
.camp-boundary span { color: rgba(255, 255, 255, .58); font-size: 9px; line-height: 1.7; }

.camp-section { position: relative; padding: 76px 0; }
.camp-section--cream { background: radial-gradient(circle at 92% 8%, rgba(243, 187, 89, .09), transparent 25%), var(--camp-cream); }
.camp-section--white { background: var(--camp-paper); }
.camp-section--mist { background: linear-gradient(180deg, #f2f6f3, #e9f0eb); }
.camp-section--forest { color: #fff; background: radial-gradient(circle at 87% 12%, rgba(40, 125, 147, .2), transparent 29%), linear-gradient(132deg, #082c26, #123f35 56%, #1a584b); }
.camp-section--forest::before { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle, rgba(255, 255, 255, .3) 1px, transparent 1.25px); background-size: 34px 34px; content: ""; pointer-events: none; }
.camp-section--lake { color: #fff; background: radial-gradient(circle at 88% 12%, rgba(243, 187, 89, .14), transparent 28%), linear-gradient(132deg, #174f5e, #287d93 54%, #174a50); }
.camp-section--ember { background: radial-gradient(circle at 91% 7%, rgba(240, 106, 53, .12), transparent 27%), linear-gradient(180deg, #fff9f1, #f7ead9); }

.camp-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: end; gap: 42px; margin-bottom: 31px; }
.camp-heading > div { min-width: 0; }
.camp-kicker { display: block; margin-bottom: 10px; color: var(--camp-ember); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.camp-heading h2 { margin: 0; color: var(--camp-ink); font-size: clamp(30px, 3vw, 45px); line-height: 1.16; letter-spacing: -.055em; white-space: nowrap; }
.camp-heading > p { margin: 0 0 4px; color: var(--camp-muted); font-size: 12px; line-height: 1.85; }
.camp-heading--light h2 { color: #fff; }
.camp-heading--light > p { color: rgba(255, 255, 255, .58); }
.camp-heading--light .camp-kicker { color: var(--camp-sun); }

.positioning-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(550px, 1.18fr); gap: 23px; }
.positioning-lead { padding: 34px; border-radius: 25px; color: #fff; background: linear-gradient(145deg, var(--camp-pine-deep), var(--camp-pine-soft)); box-shadow: 0 23px 66px rgba(18, 63, 53, .16); }
.positioning-lead > span { color: var(--camp-sun); font-size: 9px; font-weight: 950; letter-spacing: .11em; }
.positioning-lead h3 { margin: 15px 0 11px; color: #fff; font-size: 27px; line-height: 1.37; white-space: nowrap; }
.positioning-lead p { margin: 0; color: rgba(255, 255, 255, .65); font-size: 12px; line-height: 1.88; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.audience-tags span { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; color: #fff; background: rgba(255, 255, 255, .06); font-size: 9px; font-weight: 800; }
.pain-bento { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pain-card { padding: 25px; border: 1px solid var(--camp-line); border-radius: 20px; background: rgba(255, 255, 255, .84); box-shadow: 0 16px 42px rgba(18, 63, 53, .055); }
.pain-card:first-child { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
.pain-card > span { color: var(--camp-ember); font-size: 9px; font-weight: 950; letter-spacing: .08em; }
.pain-card h3 { margin: 10px 0 8px; font-size: 19px; white-space: nowrap; }
.pain-card p { margin: 0; color: var(--camp-muted); font-size: 11px; line-height: 1.78; }
.pain-card--lake { color: #fff; border-color: transparent; background: linear-gradient(145deg, #174f5e, var(--camp-lake)); }
.pain-card--lake > span { color: var(--camp-sun); }
.pain-card--lake h3 { color: #fff; }
.pain-card--lake p { color: rgba(255, 255, 255, .65); }

.ecosystem-rail { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.ecosystem-rail::before { position: absolute; top: 42px; right: 20%; left: 20%; height: 1px; background: linear-gradient(90deg, var(--camp-ember), var(--camp-lake)); content: ""; }
.record-card { position: relative; z-index: 1; padding: 28px 25px; border: 1px solid var(--camp-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 48px rgba(18, 63, 53, .065); }
.record-card::before { display: block; width: 38px; height: 7px; margin-bottom: 20px; border-radius: 999px; background: var(--camp-ember); content: ""; }
.record-card--event { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--camp-pine-deep), var(--camp-pine-soft)); transform: translateY(-8px); box-shadow: 0 23px 60px rgba(18, 63, 53, .18); }
.record-card--event::before { background: var(--camp-sun); }
.record-card--member::before { background: var(--camp-lake); }
.record-card > span { color: var(--camp-ember); font-size: 8px; font-weight: 950; letter-spacing: .09em; }
.record-card--event > span { color: var(--camp-sun); }
.record-card h3 { margin: 10px 0 8px; font-size: 21px; white-space: nowrap; }
.record-card--event h3 { color: #fff; }
.record-card p { margin: 0; color: var(--camp-muted); font-size: 10px; line-height: 1.78; }
.record-card--event p { color: rgba(255, 255, 255, .62); }
.record-card > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.record-card em { padding: 6px 8px; border-radius: 7px; color: var(--camp-pine); background: var(--camp-mist); font-size: 8px; font-style: normal; font-weight: 800; }
.record-card--event em { color: #fff; background: rgba(255, 255, 255, .08); }
.record-link { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; margin-top: 18px; padding: 15px 20px; border: 1px solid var(--camp-line); border-radius: 14px; background: var(--camp-cream); }
.record-link span { color: var(--camp-ink); font-size: 9px; font-weight: 800; text-align: center; }
.record-link i { color: var(--camp-ember); font-size: 12px; font-style: normal; font-weight: 950; }

.journey-layout { display: grid; grid-template-columns: minmax(570px, 1.12fr) minmax(350px, .88fr); align-items: center; gap: 32px; }
.camp-media--dark { border-color: rgba(255, 255, 255, .13); background: rgba(255, 255, 255, .065); box-shadow: 0 28px 80px rgba(0, 0, 0, .24); }
.camp-media--dark figcaption span { color: var(--camp-sun); }
.camp-media--dark figcaption strong { color: #fff; }
.journey-steps { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.journey-steps li { display: flex; align-items: center; gap: 14px; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 14px; background: rgba(255, 255, 255, .05); }
.journey-steps li > span { display: grid; flex: 0 0 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--camp-pine-deep); background: var(--camp-sun); font-size: 9px; font-weight: 950; }
.journey-steps strong, .journey-steps small { display: block; }
.journey-steps strong { color: #fff; font-size: 12px; }
.journey-steps small { margin-top: 3px; color: rgba(255, 255, 255, .48); font-size: 9px; line-height: 1.48; }

.experience-layout { display: grid; grid-template-columns: minmax(380px, .78fr) minmax(580px, 1.22fr); align-items: center; gap: 35px; }
.experience-copy__tag { color: var(--camp-ember); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.experience-copy > h3 { margin: 13px 0 10px; font-size: 28px; line-height: 1.36; white-space: nowrap; }
.experience-copy > p { margin: 0; color: var(--camp-muted); font-size: 12px; line-height: 1.86; }
.experience-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 20px; }
.experience-points article { display: flex; gap: 10px; padding: 13px; border: 1px solid var(--camp-line); border-radius: 13px; background: #fff; }
.experience-points article > span { color: var(--camp-ember); font-size: 8px; font-weight: 950; }
.experience-points strong, .experience-points small { display: block; }
.experience-points strong { font-size: 11px; white-space: nowrap; }
.experience-points small { margin-top: 4px; color: var(--camp-muted); font-size: 8px; line-height: 1.45; }
.capability-ribbon { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 23px; overflow: hidden; border: 1px solid var(--camp-line); border-radius: 16px; background: var(--camp-cream); }
.capability-ribbon article { padding: 17px 13px; border-right: 1px solid var(--camp-line); }
.capability-ribbon article:last-child { border-right: 0; }
.capability-ribbon span, .capability-ribbon strong { display: block; }
.capability-ribbon span { color: var(--camp-ember); font-size: 8px; font-weight: 950; letter-spacing: .07em; }
.capability-ribbon strong { margin-top: 5px; font-size: 10px; white-space: nowrap; }

.matching-grid { display: grid; grid-template-columns: 1.15fr repeat(2, .925fr); grid-template-rows: repeat(2, auto); gap: 12px; }
.matching-card { padding: 24px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 20px; background: rgba(255, 255, 255, .055); }
.matching-card > span { color: var(--camp-sun); font-size: 8px; font-weight: 950; letter-spacing: .09em; }
.matching-card h3 { margin: 9px 0 7px; color: #fff; font-size: 18px; white-space: nowrap; }
.matching-card p { margin: 0; color: rgba(255, 255, 255, .58); font-size: 10px; line-height: 1.75; }
.matching-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.matching-card li { padding: 8px 9px; border-radius: 8px; color: #fff; background: rgba(255, 255, 255, .08); font-size: 9px; }
.matching-card--feature { grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, rgba(9, 43, 37, .9), rgba(40, 125, 147, .56)); box-shadow: 0 22px 62px rgba(5, 30, 26, .2); }
.matching-card--feature h3 { font-size: 26px; }

.planning-layout { display: grid; grid-template-columns: minmax(440px, .88fr) minmax(0, 1.12fr); align-items: center; gap: 42px; }
.planning-story__tag { color: var(--camp-ember); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.planning-story > h3 { margin: 13px 0 10px; font-size: 28px; line-height: 1.36; white-space: nowrap; }
.planning-story > p { margin: 0; color: var(--camp-muted); font-size: 12px; line-height: 1.86; }
.planning-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.planning-grid article { padding: 17px; border: 1px solid rgba(240, 106, 53, .14); border-radius: 15px; background: rgba(255, 255, 255, .82); }
.planning-grid article > span { color: var(--camp-ember); font-size: 8px; font-weight: 950; }
.planning-grid h3 { margin: 7px 0 5px; font-size: 14px; white-space: nowrap; }
.planning-grid p { margin: 0; color: var(--camp-muted); font-size: 9px; line-height: 1.62; }

.safety-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.safety-grid article { padding: 24px 20px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 19px; background: rgba(255, 255, 255, .052); backdrop-filter: blur(12px); }
.safety-grid article > span { color: var(--camp-sun); font-size: 8px; font-weight: 950; letter-spacing: .08em; }
.safety-grid h3 { margin: 9px 0 7px; color: #fff; font-size: 17px; white-space: nowrap; }
.safety-grid p { margin: 0; color: rgba(255, 255, 255, .57); font-size: 10px; line-height: 1.72; }
.safety-grid ul { display: grid; gap: 7px; margin: 16px 0 0; padding: 0; list-style: none; }
.safety-grid li { padding: 7px 9px; border-radius: 8px; color: rgba(255, 255, 255, .78); background: rgba(255, 255, 255, .065); font-size: 8px; }
.safety-note { display: flex; align-items: center; gap: 18px; margin-top: 17px; padding: 15px 18px; border: 1px solid rgba(243, 187, 89, .22); border-radius: 14px; background: rgba(243, 187, 89, .07); }
.safety-note strong { flex: 0 0 auto; color: var(--camp-sun); font-size: 11px; }
.safety-note span { color: rgba(255, 255, 255, .6); font-size: 10px; line-height: 1.7; }

.dashboard-media { padding: 12px; border-radius: 28px; box-shadow: 0 30px 90px rgba(18, 63, 53, .14); }
.dashboard-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 20px; overflow: hidden; border: 1px solid var(--camp-line); border-radius: 17px; background: var(--camp-cream); }
.dashboard-strip article { padding: 19px 17px; border-right: 1px solid var(--camp-line); }
.dashboard-strip article:last-child { border-right: 0; }
.dashboard-strip span, .dashboard-strip strong, .dashboard-strip small { display: block; }
.dashboard-strip span { color: var(--camp-ember); font-size: 8px; font-weight: 950; letter-spacing: .07em; }
.dashboard-strip strong { margin-top: 7px; font-size: 11px; white-space: nowrap; }
.dashboard-strip small { margin-top: 5px; color: var(--camp-muted); font-size: 8px; line-height: 1.5; }

.scenario-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.scenario-grid article { padding: 26px 22px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 20px; background: rgba(255, 255, 255, .055); }
.scenario-grid article > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: var(--camp-pine-deep); background: var(--camp-sun); font-size: 9px; font-weight: 950; }
.scenario-grid h3 { margin: 14px 0 8px; color: #fff; font-size: 18px; white-space: nowrap; }
.scenario-grid p { margin: 0; color: rgba(255, 255, 255, .59); font-size: 10px; line-height: 1.76; }

.plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.plan-card { position: relative; padding: 25px 21px; border: 1px solid var(--camp-line); border-radius: 20px; background: rgba(255, 255, 255, .82); box-shadow: 0 16px 44px rgba(18, 63, 53, .06); }
.plan-card em { color: var(--camp-ember); font-size: 8px; font-style: normal; font-weight: 950; letter-spacing: .08em; }
.plan-card h3 { margin: 11px 0 8px; font-size: 20px; white-space: nowrap; }
.plan-card p { margin: 0; color: var(--camp-muted); font-size: 10px; line-height: 1.72; }
.plan-card ul { display: grid; gap: 8px; margin: 20px 0 0; padding: 16px 0 0; border-top: 1px solid var(--camp-line); list-style: none; }
.plan-card li { color: #57675f; font-size: 9px; }
.plan-card--featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--camp-pine-deep), var(--camp-pine-soft)); box-shadow: 0 22px 60px rgba(18, 63, 53, .2); transform: translateY(-7px); }
.plan-card--featured em { color: var(--camp-sun); }
.plan-card--featured h3 { color: #fff; }
.plan-card--featured p, .plan-card--featured li { color: rgba(255, 255, 255, .66); }
.plan-card--featured ul { border-color: rgba(255, 255, 255, .12); }
.plan-badge { position: absolute; top: 18px; right: 18px; padding: 5px 8px; border-radius: 999px; color: var(--camp-pine-deep); background: var(--camp-sun); font-size: 8px; font-weight: 950; }

.camp-faq { display: block; }
.camp-faq .faq-intro { position: static; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); align-items: end; gap: 42px; margin-bottom: 22px; }
.camp-faq .faq-intro > div { min-width: 0; }
.camp-faq .faq-intro h2 { margin-top: 0; font-size: clamp(30px, 3vw, 43px); }
.camp-faq .faq-intro-copy > p { margin: 0; color: var(--camp-muted); font-size: 11px; line-height: 1.8; }
.camp-faq .faq-list { width: 100%; }
.camp-faq .faq-item { border-color: rgba(18, 63, 53, .1); background: rgba(255, 255, 255, .88); }
.camp-faq .faq-question::after { color: var(--camp-pine); background: #edf3ef; }
.faq-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.faq-chips span { padding: 6px 9px; border: 1px solid var(--camp-line); border-radius: 999px; color: var(--camp-pine); background: #fff; font-size: 8px; font-weight: 850; }

.camp-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 34px; overflow: hidden; padding: 38px 42px; border-radius: 26px; color: #fff; background: radial-gradient(circle at 88% 30%, rgba(243, 187, 89, .25), transparent 27%), linear-gradient(120deg, var(--camp-pine-deep), var(--camp-pine-soft)); box-shadow: 0 28px 78px rgba(18, 63, 53, .2); }
.camp-cta::after { position: absolute; right: -80px; bottom: -190px; width: 330px; height: 330px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255, 255, 255, .026), 0 0 0 84px rgba(255, 255, 255, .018); content: ""; }
.camp-cta > div { position: relative; z-index: 1; min-width: 0; }
.camp-cta > div > span { color: var(--camp-sun); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.camp-cta h2 { margin: 10px 0 8px; color: #fff; font-size: clamp(28px, 3vw, 42px); line-height: 1.22; letter-spacing: -.05em; white-space: nowrap; }
.camp-cta p { max-width: 700px; margin: 0; color: rgba(255, 255, 255, .61); font-size: 11px; line-height: 1.8; }
.camp-cta .contact-actions { position: relative; z-index: 1; flex: 0 0 auto; }
.camp-cta .button-primary { color: var(--camp-pine-deep); background: #fff; }
.camp-cta .button-secondary { border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .07); }

@media (hover: hover) {
  .pain-card, .matching-card, .safety-grid article, .scenario-grid article, .plan-card, .experience-points article, .planning-grid article { transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease; }
  .pain-card:hover, .matching-card:hover, .safety-grid article:hover, .scenario-grid article:hover, .experience-points article:hover, .planning-grid article:hover { transform: translateY(-4px); border-color: rgba(240, 106, 53, .28); box-shadow: 0 20px 48px rgba(18, 63, 53, .1); }
  .plan-card:hover { transform: translateY(-4px); box-shadow: 0 21px 50px rgba(18, 63, 53, .1); }
  .plan-card--featured:hover { transform: translateY(-10px); }
  .camp-media { transition: transform .35s ease, box-shadow .35s ease; }
  .camp-media:hover { transform: translateY(-3px); box-shadow: 0 31px 84px rgba(18, 63, 53, .17); }
}

@media (max-width: 1180px) {
  .camp-hero__inner { grid-template-columns: minmax(0, .85fr) minmax(470px, 1.15fr); gap: 34px; }
  .positioning-layout, .experience-layout, .planning-layout { grid-template-columns: 1fr; }
  .journey-layout { grid-template-columns: 1fr; }
  .experience-copy { max-width: 780px; }
  .capability-ribbon { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .capability-ribbon article:nth-child(3) { border-right: 0; }
  .capability-ribbon article:nth-child(-n + 3) { border-bottom: 1px solid var(--camp-line); }
  .matching-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
  .matching-card--feature { grid-column: 1 / 3; grid-row: auto; }
  .safety-grid, .scenario-grid, .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-card--featured { transform: none; }
}

@media (max-width: 900px) {
  .camp-hero { padding: 56px 0; }
  .camp-hero__inner { grid-template-columns: 1fr; }
  .camp-hero__content { max-width: 760px; }
  .camp-hero__visual { max-width: 760px; }
  .camp-heading { grid-template-columns: 1fr; gap: 12px; }
  .camp-heading > p { max-width: 720px; }
  .pain-bento { grid-template-columns: 1fr; }
  .pain-card:first-child { grid-row: auto; }
  .ecosystem-rail { grid-template-columns: 1fr; }
  .ecosystem-rail::before { display: none; }
  .record-card--event { transform: none; }
  .record-link { grid-template-columns: 1fr; }
  .dashboard-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-strip article:nth-child(2) { border-right: 0; }
  .dashboard-strip article:nth-child(-n + 2) { border-bottom: 1px solid var(--camp-line); }
  .camp-faq .faq-intro { grid-template-columns: 1fr; gap: 10px; }
  .camp-cta { align-items: flex-start; flex-direction: column; padding: 34px; }
}

@media (max-width: 640px) {
  .camp-hero { padding: 42px 0; }
  .camp-hero h1 { font-size: clamp(30px, 11vw, 48px); }
  .camp-hero__claim { font-size: 17px; }
  .camp-hero .hero-lead { font-size: 12px; }
  .camp-hero__facts { grid-template-columns: 1fr; }
  .camp-hero__facts article { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .camp-hero__facts article:last-child { border-bottom: 0; }
  .camp-hero__visual figcaption { position: static; margin-top: 9px; }
  .camp-media figcaption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .camp-media figcaption strong { text-align: left; }
  .camp-boundary, .safety-note { align-items: flex-start; flex-direction: column; gap: 7px; }
  .camp-section { padding: 54px 0; }
  .camp-heading { margin-bottom: 23px; }
  .camp-heading h2 { font-size: 30px; }
  .positioning-lead { padding: 25px; }
  .pain-card, .matching-card, .safety-grid article, .scenario-grid article, .plan-card { padding: 21px 18px; }
  .experience-points, .planning-grid, .matching-grid, .safety-grid, .scenario-grid, .plan-grid, .dashboard-strip { grid-template-columns: 1fr; }
  .matching-card--feature { grid-column: auto; }
  .matching-card ul { grid-template-columns: 1fr; }
  .capability-ribbon { grid-template-columns: 1fr; }
  .capability-ribbon article { border-right: 0; border-bottom: 1px solid var(--camp-line); }
  .capability-ribbon article:last-child { border-bottom: 0; }
  .dashboard-strip article, .dashboard-strip article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--camp-line); }
  .dashboard-strip article:last-child { border-bottom: 0; }
  .camp-cta { padding: 28px 23px; border-radius: 21px; }
  .camp-cta h2 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .camp-premium-page *, .camp-premium-page *::before, .camp-premium-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
