/* ===================================================================
   GAUDISKIN Online Consultation LP
   Design System: もこスキンクリニック公式準拠
   Purpose: リード獲得特化（ビデオ通話予約 / LINE登録）
   =================================================================== */

/* --- RESET & TOKENS --- */
:root {
  --accent: #98aec6;
  --accent-dark: #7a95b3;
  --accent-light: rgba(152,174,198,.06);
  --charcoal: #393f4a;
  --bg: #f4f6fc;
  --bg-warm: #faf9f7;
  --bg-soft: #f8f9fc;
  --white: #ffffff;
  --text: #393f4a;
  --text-sub: #5a6270;
  --text-muted: #9ca3af;
  --border: #e2e6ef;
  --gold: #b8a47c;
  --danger: #e8746a;
  --serif: 'Shippori Mincho', 'Zen Old Mincho', serif;
  --heading: 'Zen Old Mincho', serif;
  --sans: 'Noto Sans JP', sans-serif;
  --latin: 'Lato', sans-serif;
  --radius: 8px;
  --radius-sm: 6px;
  --radius-lg: 16px;
  --shadow: 0 2px 16px rgba(57,63,74,.06);
  --shadow-lg: 0 8px 32px rgba(57,63,74,.1);
  --transition: .35s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--text);
  line-height: 1.8;
  font-size: 15px;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

/* --- UTILITY --- */
.gs-inner { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.gs-inner--wide { max-width: 1040px; }
.gs-section { padding: 80px 0; }
.gs-section--bg { background: var(--bg); }
.gs-section--warm { background: var(--bg-warm); }
.gs-section--dark { background: linear-gradient(135deg, var(--charcoal) 0%, #4a5568 100%); color: var(--white); }

/* Section Title */
.gs-section-title { text-align: center; margin-bottom: 48px; }
.gs-section-title__en {
  display: block;
  font-family: var(--latin);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .3em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gs-section-title__ja {
  display: block;
  font-family: var(--heading);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--charcoal);
  line-height: 1.6;
}
.gs-section--dark .gs-section-title__ja { color: var(--white); }
.gs-section-title__sub {
  display: block;
  font-size: 14px;
  color: var(--text-sub);
  margin-top: 12px;
  line-height: 1.7;
}

/* --- FADE IN --- */
.gs-fade { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.gs-fade.is-visible { opacity: 1; transform: translateY(0); }

/* ===================================================================
   1. HERO — First View
   =================================================================== */
.gs-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px 64px;
  background: linear-gradient(180deg, var(--bg) 0%, var(--white) 100%);
  overflow: hidden;
}
.gs-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(152,174,198,.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.gs-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(184,164,124,.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.gs-hero__content { position: relative; z-index: 1; max-width: 680px; }

/* Badge */
.gs-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 60px;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-dark);
  letter-spacing: .06em;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.gs-hero__badge-dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .4; }
}

/* Headline */
.gs-hero__headline {
  font-family: var(--heading);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .08em;
  color: var(--charcoal);
  margin-bottom: 24px;
}
.gs-hero__headline em {
  font-style: normal;
  background: linear-gradient(transparent 60%, rgba(152,174,198,.2) 60%);
}

/* Sub */
.gs-hero__sub {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 2;
  color: var(--text-sub);
  margin-bottom: 36px;
}

/* Hero visual */
.gs-hero__visual {
  margin: 0 auto 40px;
  max-width: 420px;
  padding: 24px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(57,63,74,.08);
}
.gs-hero__visual img {
  border-radius: 8px;
  width: 100%;
}
.gs-hero__visual-caption {
  margin-top: 16px;
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-sub);
  letter-spacing: .04em;
  text-align: center;
}
.gs-hero__visual-caption strong {
  font-weight: 600;
  color: var(--charcoal);
  font-size: 15px;
}

/* Trust badges */
.gs-hero__trust {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.gs-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
}
.gs-hero__trust-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
}

/* CTA Buttons */
.gs-hero__cta { display: flex; flex-direction: column; align-items: center; gap: 12px; }

.gs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 48px;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .06em;
  transition: all var(--transition);
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}
.gs-btn--primary {
  background: var(--accent);
  color: var(--white);
  width: 100%;
  max-width: 380px;
  font-size: 16px;
  padding: 20px 48px;
  box-shadow: 0 4px 20px rgba(152,174,198,.3);
  white-space: nowrap;
  letter-spacing: .06em;
}
.gs-btn--primary:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(152,174,198,.45);
}
.gs-btn--primary svg { width: 22px; height: 22px; }

.gs-btn--secondary {
  background: transparent;
  color: var(--accent-dark);
  border: 1.5px solid var(--accent);
  padding: 14px 36px;
  font-size: 14px;
  font-weight: 500;
}
.gs-btn--secondary:hover {
  background: var(--accent-light);
  transform: translateY(-1px);
}

.gs-btn--center { margin: 0 auto; }

.gs-hero__note {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 8px;
}

/* Scroll indicator */
.gs-hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: var(--latin);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--text-muted);
  z-index: 1;
}
.gs-hero__scroll-line {
  width: 1px;
  height: 40px;
  background: var(--border);
  position: relative;
  overflow: hidden;
}
.gs-hero__scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--accent);
  animation: scroll-down 2s infinite;
}
@keyframes scroll-down {
  0% { top: -100%; }
  100% { top: 100%; }
}


/* ===================================================================
   2. PROBLEMS — 共感・スクリーニング
   =================================================================== */
.gs-problems { display: grid; gap: 16px; }
.gs-problem {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 32px;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.gs-problem:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.gs-problem__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.gs-problem__text {
  flex: 1;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
}
.gs-problem__text strong {
  color: var(--charcoal);
  font-weight: 600;
}

/* Screening message */
.gs-screening {
  margin-top: 40px;
  text-align: center;
  padding: 28px 32px;
  background: rgba(152,174,198,.06);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.gs-screening__text {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-sub);
}
.gs-screening__text strong {
  color: var(--accent-dark);
  font-weight: 600;
}

/* ===================================================================
   3. SOLUTION — なぜオンライン×当院なのか
   =================================================================== */

.gs-promises { display: grid; gap: 20px; }
.gs-promise {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow);
  transition: transform var(--transition);
}
.gs-promise:hover { transform: translateY(-2px); }

.gs-promise__num {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--white);
  font-family: var(--latin);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gs-promise__body { flex: 1; }
.gs-promise__title {
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 8px;
  letter-spacing: .04em;
}
.gs-promise__desc {
  font-size: 14px;
  line-height: 2;
  color: var(--text-sub);
}

/* ===================================================================
   4. PRICING — 料金体系
   =================================================================== */
.gs-pricing-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto 32px;
}
.gs-pricing-card__header {
  background: linear-gradient(135deg, var(--charcoal) 0%, #4a5568 100%);
  padding: 32px;
  text-align: center;
}
.gs-pricing-card__label {
  font-family: var(--latin);
  font-size: 11px;
  letter-spacing: .2em;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.gs-pricing-card__price {
  font-family: var(--latin);
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -.02em;
}
.gs-pricing-card__price span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
.gs-pricing-card__price-main {
  font-family: var(--heading);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  color: var(--white);
  letter-spacing: .04em;
}
.gs-pricing-card__price-main strong {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .02em;
}
.gs-pricing-card__note {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  margin-top: 8px;
}
.gs-pricing-card__body { padding: 32px; }

.gs-pricing-card__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.gs-pricing-card__benefit {
  padding: 24px 20px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
}
.gs-pricing-card__benefit--highlight {
  background: linear-gradient(180deg, rgba(184,164,124,.08) 0%, rgba(184,164,124,.02) 100%);
  border: 1px solid rgba(184,164,124,.3);
  box-shadow: 0 4px 16px rgba(184,164,124,.1);
  position: relative;
}
.gs-pricing-card__benefit--highlight::before {
  content: 'おすすめ';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 14px;
  background: var(--gold);
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  border-radius: 20px;
}
.gs-pricing-card__benefit-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-sub);
  margin-bottom: 10px;
  letter-spacing: .04em;
}
.gs-pricing-card__benefit-value {
  display: block;
  font-family: var(--latin);
  font-size: 26px;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 10px;
  line-height: 1.2;
}
.gs-pricing-card__benefit-value strong {
  font-size: 30px;
  color: var(--gold);
}
.gs-pricing-card__benefit-value small {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-sub);
  margin-left: 2px;
}
.gs-pricing-card__benefit-note {
  font-size: 11px;
  line-height: 1.7;
  color: var(--text-sub);
}

.gs-pricing-card__notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(232,116,106,.06);
  border: 1px solid rgba(232,116,106,.2);
  border-radius: var(--radius-sm);
}
.gs-pricing-card__notice-icon {
  flex-shrink: 0;
  font-size: 20px;
}
.gs-pricing-card__notice-text {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text);
}
.gs-pricing-card__notice-text strong {
  color: var(--danger);
  font-weight: 600;
}


/* ===================================================================
   5. FLOW — ステップ
   =================================================================== */
.gs-flow { display: grid; gap: 0; position: relative; }
.gs-flow::before {
  content: '';
  position: absolute;
  left: 31px;
  top: 48px;
  bottom: 48px;
  width: 2px;
  background: var(--border);
}
.gs-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  padding: 24px 0;
}
.gs-step__num {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.gs-step__num-label {
  font-family: var(--latin);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .15em;
  color: var(--accent);
  text-transform: uppercase;
  line-height: 1;
}
.gs-step__num-number {
  font-family: var(--latin);
  font-size: 22px;
  font-weight: 700;
  color: var(--accent-dark);
  line-height: 1.2;
}
.gs-step__body { flex: 1; padding-top: 8px; }
.gs-step__title {
  font-family: var(--heading);
  font-size: 17px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 6px;
}
.gs-step__desc {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-sub);
}
.gs-step__tag {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 14px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  background: rgba(152,174,198,.1);
  color: var(--accent-dark);
}

/* ===================================================================
   6. FAQ
   =================================================================== */
.gs-faq-list { display: grid; gap: 12px; }
.gs-faq {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.gs-faq__q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 28px;
  cursor: pointer;
  user-select: none;
  transition: background var(--transition);
}
.gs-faq__q:hover { background: var(--bg); }
.gs-faq__q-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-family: var(--latin);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gs-faq__q-text {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: var(--charcoal);
}
.gs-faq__q-arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform var(--transition);
}
.gs-faq__q-arrow svg {
  width: 20px;
  height: 20px;
  stroke: var(--text-muted);
  fill: none;
  stroke-width: 2;
}
.gs-faq.is-open .gs-faq__q-arrow { transform: rotate(180deg); }
.gs-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.gs-faq.is-open .gs-faq__a { max-height: 400px; }
.gs-faq__a-inner {
  padding: 0 28px 24px 78px;
  font-size: 14px;
  line-height: 2;
  color: var(--text-sub);
}

/* ===================================================================
   7. CLOSING CTA
   =================================================================== */
.gs-closing {
  text-align: center;
  padding: 80px 24px;
  background: linear-gradient(135deg, var(--charcoal) 0%, #4a5568 100%);
  color: var(--white);
}
.gs-closing__micro {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 2;
  color: rgba(255,255,255,.7);
  margin-bottom: 32px;
}
.gs-closing__headline {
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .1em;
  color: var(--white);
  margin-bottom: 40px;
  line-height: 1.7;
}
.gs-closing__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.gs-btn--primary-closing {
  background: var(--accent);
  color: var(--white);
  width: 100%;
  max-width: 380px;
  font-size: 16px;
  padding: 20px 48px;
  box-shadow: 0 4px 16px rgba(152,174,198,.4);
  white-space: nowrap;
}
.gs-btn--primary-closing:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(152,174,198,.5);
}
.gs-closing__note {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  margin-top: 16px;
}

/* ===================================================================
   MID CTA — 中間CTA
   =================================================================== */
.gs-mid-cta {
  text-align: center;
  padding: 48px 24px;
  background: var(--bg);
}
.gs-mid-cta__text {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.8;
}

/* ===================================================================
   STICKY CTA (Mobile)
   =================================================================== */
.gs-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  padding: 12px 16px;
  display: none;
  gap: 8px;
}
.gs-sticky-cta .gs-btn {
  flex: 1;
  padding: 14px 12px;
  font-size: 14px;
}
.gs-sticky-cta .gs-btn--primary {
  box-shadow: 0 -2px 16px rgba(152,174,198,.2);
  max-width: none;
}

/* ===================================================================
   FOOTER
   =================================================================== */
.gs-footer {
  padding: 40px 24px;
  text-align: center;
  background: var(--charcoal);
  color: rgba(255,255,255,.5);
}
.gs-footer__clinic {
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.gs-footer__clinic a {
  color: rgba(255,255,255,.85);
  transition: color var(--transition);
}
.gs-footer__clinic a:hover {
  color: var(--white);
}
.gs-footer__address {
  font-size: 12px;
  margin-bottom: 16px;
}
.gs-footer__links {
  font-size: 12px;
  margin-bottom: 16px;
}
.gs-footer__links a {
  color: rgba(255,255,255,.7);
  transition: color var(--transition);
}
.gs-footer__links a:hover {
  color: var(--white);
}
.gs-footer__separator {
  margin: 0 12px;
  color: rgba(255,255,255,.3);
}
.gs-footer__copy {
  font-family: var(--latin);
  font-size: 11px;
  letter-spacing: .05em;
}

/* ===================================================================
   ABOUT GAUDISKIN
   =================================================================== */
.gs-about {
  display: flex;
  gap: 40px;
  align-items: center;
}
.gs-about__img {
  flex-shrink: 0;
  width: 320px;
  border-radius: var(--radius);
  overflow: hidden;
}
.gs-about__body { flex: 1; }
.gs-about__lead {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: var(--charcoal);
  margin-bottom: 20px;
}
.gs-about__desc {
  font-size: 14px;
  line-height: 2.2;
  color: var(--text-sub);
}

/* ===================================================================
   RECOMMENDED SETS
   =================================================================== */
.gs-set {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px 36px;
  margin-bottom: 20px;
  position: relative;
}
.gs-set--featured {
  border: 2px solid var(--accent);
  box-shadow: var(--shadow-lg);
}
.gs-set--premium {
  border: 2px solid var(--gold);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg, #fdfcf9 0%, var(--white) 100%);
}
.gs-set__badge {
  position: absolute;
  top: -14px;
  left: 36px;
  padding: 6px 20px;
  background: var(--accent);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  border-radius: 30px;
}
.gs-set__badge--premium {
  background: var(--gold);
}
.gs-set__caution {
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(232,116,106,.06);
  border-left: 3px solid var(--danger);
  border-radius: var(--radius-sm);
  font-size: 12px;
  line-height: 1.7;
  color: var(--text-sub);
}
.gs-set__name {
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 12px;
  letter-spacing: .04em;
}
.gs-set__concept {
  font-family: var(--serif);
  font-size: 14px;
  line-height: 2;
  color: var(--text-sub);
  margin-bottom: 28px;
}
.gs-set__items {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
.gs-set__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: var(--bg);
  border-radius: var(--radius-sm);
}
.gs-set__item-step {
  flex-shrink: 0;
  font-family: var(--latin);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
  color: var(--accent-dark);
  min-width: 140px;
}
.gs-set__item-name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--charcoal);
}
.gs-set__item-price {
  flex-shrink: 0;
  font-family: var(--latin);
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal);
}
.gs-set__total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.gs-set__total-label {
  font-size: 13px;
  color: var(--text-sub);
}
.gs-set__total-price {
  font-family: var(--latin);
  font-size: 28px;
  font-weight: 700;
  color: var(--charcoal);
}
.gs-set__total-price span {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-sub);
}
.gs-set__note {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 12px;
}

/* ===================================================================
   PRODUCTS
   =================================================================== */
.gs-product-divider {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 48px 0 32px;
  font-family: var(--latin);
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--accent);
  text-transform: uppercase;
  text-align: center;
}
.gs-product-divider::before,
.gs-product-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}
.gs-product-divider span {
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--charcoal);
  text-transform: none;
}

.gs-products { display: grid; gap: 16px; }
.gs-product {
  display: flex;
  gap: 32px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform var(--transition);
}
.gs-product:hover { transform: translateY(-2px); }
.gs-product__img {
  flex-shrink: 0;
  width: 220px;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
}
.gs-product__img img {
  max-height: 220px;
  width: auto;
  object-fit: contain;
  transition: transform .4s ease;
}
.gs-product:hover .gs-product__img img {
  transform: scale(1.03);
}
.gs-product__body {
  flex: 1;
  padding: 32px 32px 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gs-product__header { margin-bottom: 16px; }
.gs-product__category {
  display: block;
  font-family: var(--latin);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .15em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.gs-product__name {
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: .04em;
  margin-bottom: 2px;
}
.gs-product__sub {
  font-size: 13px;
  color: var(--text-muted);
}
.gs-product__desc {
  font-size: 14px;
  line-height: 2;
  color: var(--text-sub);
  margin-bottom: 16px;
}
.gs-product__features {
  list-style: none;
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}
.gs-product__features li {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-sub);
  padding-left: 16px;
  position: relative;
}
.gs-product__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.gs-product__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.gs-product__volume {
  font-size: 13px;
  color: var(--text-muted);
}
.gs-product__price {
  font-family: var(--latin);
  font-size: 18px;
  font-weight: 700;
  color: var(--charcoal);
  margin-left: auto;
}
.gs-product__price span {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sub);
}

/* ===================================================================
   DOCTOR & CLINIC
   =================================================================== */
.gs-doctor {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
  padding: 40px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.gs-doctor__img {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--bg);
  box-shadow: 0 4px 20px rgba(57,63,74,.08);
}
.gs-doctor__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gs-doctor__body { flex: 1; }
.gs-doctor__label {
  font-family: var(--latin);
  font-size: 11px;
  letter-spacing: .15em;
  color: var(--accent);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.gs-doctor__name {
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 12px;
  letter-spacing: .06em;
}
.gs-doctor__name-en {
  display: block;
  font-family: var(--latin);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .2em;
  color: var(--text-muted);
  margin-top: 4px;
}

/* 医師の経歴・資格 */
.gs-doctor-credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
  padding: 32px 40px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.gs-doctor-credentials__title {
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  letter-spacing: .06em;
}
.gs-doctor-credentials__list {
  list-style: none;
  display: grid;
  gap: 10px;
}
.gs-doctor-credentials__list li {
  display: flex;
  gap: 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-sub);
}
.gs-doctor-credentials__list--plain li {
  padding-left: 14px;
  position: relative;
}
.gs-doctor-credentials__list--plain li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.gs-doctor-credentials__year {
  flex-shrink: 0;
  font-family: var(--latin);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent-dark);
  width: 44px;
}
.gs-doctor__desc {
  font-size: 14px;
  line-height: 2;
  color: var(--text-sub);
}

.gs-clinic-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
.gs-clinic-photo {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow);
}
.gs-clinic-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.gs-clinic-photo:hover img {
  transform: scale(1.05);
}

.gs-clinic__info { margin-bottom: 24px; }
.gs-clinic__link {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
  transition: color var(--transition);
}
.gs-clinic__link:hover { color: var(--charcoal); }

.gs-clinic__cta {
  text-align: center;
  margin-top: 32px;
}
.gs-btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  background: var(--white);
  color: var(--charcoal);
  border: 1px solid var(--border);
  border-radius: 60px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  transition: all var(--transition);
}
.gs-btn--ghost:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.gs-clinic__dl { display: grid; gap: 0; }
.gs-clinic__dl-row {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.gs-clinic__dl-row:last-child { border-bottom: none; }
.gs-clinic__dl-row dt {
  flex-shrink: 0;
  width: 120px;
  font-size: 13px;
  font-weight: 600;
  color: var(--charcoal);
}
.gs-clinic__dl-row dd {
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-sub);
}

/* ===================================================================
   DIGISMA SETUP GUIDE
   =================================================================== */
.gs-digisma {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.gs-digisma__step {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 32px 28px;
  transition: transform var(--transition);
}
.gs-digisma__step:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.gs-digisma__step-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.gs-digisma__step-num {
  font-family: var(--latin);
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -.02em;
}
.gs-digisma__step-title {
  font-family: var(--heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: .04em;
}
.gs-digisma__step-desc {
  font-size: 13px;
  line-height: 1.9;
  color: var(--text-sub);
  margin-bottom: 14px;
}
.gs-digisma__step-list {
  list-style: none;
  display: grid;
  gap: 6px;
}
.gs-digisma__step-list li {
  font-size: 12px;
  color: var(--text-sub);
  padding-left: 14px;
  position: relative;
}
.gs-digisma__step-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.gs-digisma__stores {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.gs-digisma__store {
  flex: 1;
  padding: 10px 16px;
  background: var(--charcoal);
  color: var(--white);
  border-radius: 6px;
  font-family: var(--latin);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: center;
  transition: all var(--transition);
}
.gs-digisma__store:hover {
  background: #000;
  transform: translateY(-1px);
}

.gs-digisma__notice {
  text-align: center;
  padding: 28px 32px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px dashed var(--border);
}
.gs-digisma__notice-text {
  font-size: 13px;
  line-height: 1.9;
  color: var(--text-sub);
  margin-bottom: 20px;
}
.gs-digisma__notice-text strong {
  color: var(--accent-dark);
}

/* ===================================================================
   CONSULTATIONS — 診察でよくいただくご相談
   =================================================================== */
.gs-consultations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.gs-consultation {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 32px 28px;
  position: relative;
  transition: transform var(--transition);
}
.gs-consultation:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.gs-consultation__num {
  display: block;
  font-family: var(--latin);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .15em;
  color: var(--accent);
  margin-bottom: 10px;
}
.gs-consultation__title {
  font-family: var(--heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--charcoal);
  margin-bottom: 12px;
  letter-spacing: .04em;
}
.gs-consultation__text {
  font-size: 13px;
  line-height: 1.9;
  color: var(--text-sub);
}

/* ===================================================================
   STATS — 実績数字
   =================================================================== */

.gs-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gs-stat {
  text-align: center;
  padding: 28px 16px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.gs-stat__number {
  display: block;
  font-family: var(--latin);
  font-size: 40px;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.2;
  margin-bottom: 4px;
}
.gs-stat__number span {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-sub);
}
.gs-stat__label {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.6;
}
.gs-stat__label small {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 400;
}

/* ===================================================================
   MID CTA Urgency
   =================================================================== */
.gs-mid-cta__urgency {
  font-size: 13px;
  color: var(--danger);
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
}

/* CTA Requirement note (デジスマ必須) */
.gs-cta-requirement {
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 10px;
  line-height: 1.6;
}
.gs-closing__requirement {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  text-align: center;
  margin-top: 6px;
}

/* ===================================================================
   FLOW CTA (inside flow section)
   =================================================================== */
.gs-flow-cta {
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.gs-flow-cta__note {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 12px;
}

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 768px) {
  .gs-hero {
    min-height: auto;
    padding: 80px 20px 100px;
  }
  .gs-hero__headline {
    font-size: 24px;
    letter-spacing: .04em;
  }
  .gs-hero__sub { font-size: 14px; }
  .gs-hero__trust { gap: 16px; }
  .gs-hero__trust-item { font-size: 12px; }
  .gs-hero__scroll { display: none; }

  .gs-section { padding: 60px 0; }
  .gs-inner { padding: 0 20px; }
  .gs-section-title { margin-bottom: 36px; }
  .gs-section-title__ja { font-size: 21px; }

  .gs-problem { padding: 20px; gap: 16px; }
  .gs-problem__icon { width: 40px; height: 40px; font-size: 18px; }

  .gs-promise { flex-direction: column; gap: 16px; padding: 28px 24px; }
  .gs-promise__num { width: 44px; height: 44px; font-size: 16px; }

  .gs-pricing-card__price { font-size: 40px; }
  .gs-pricing-card__price-main { font-size: 16px; }
  .gs-pricing-card__price-main strong { font-size: 22px; }
  .gs-pricing-card__header { padding: 28px 20px; }
  .gs-pricing-card__body { padding: 24px 20px; }
  .gs-pricing-card__benefits {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
  .gs-pricing-card__benefit { padding: 24px 20px; }
  .gs-pricing-card__benefit--highlight { margin-top: 12px; }
  .gs-pricing-card__benefit-value { font-size: 24px; }
  .gs-pricing-card__benefit-value strong { font-size: 28px; }

  .gs-flow::before { left: 27px; }
  .gs-step { gap: 16px; padding: 20px 0; }
  .gs-step__num { width: 56px; height: 56px; }
  .gs-step__num-number { font-size: 20px; }

  .gs-faq__q { padding: 18px 20px; }
  .gs-faq__a-inner { padding-left: 20px; }

  .gs-closing { padding: 60px 20px; }
  .gs-closing__headline { font-size: 20px; }
  .gs-closing__buttons .gs-btn { max-width: 320px; width: 100%; }

  .gs-sticky-cta { display: flex; }

  .gs-set { padding: 28px 20px; }
  .gs-set__badge { left: 20px; }
  .gs-set__item { flex-wrap: wrap; gap: 8px; padding: 12px 16px; }
  .gs-set__item-step { min-width: 100%; font-size: 10px; }
  .gs-set__total-price { font-size: 24px; }

  .gs-hero__visual { max-width: 320px; padding: 16px; }

  .gs-about { flex-direction: column; gap: 24px; }
  .gs-about__img { width: 100%; }
  .gs-about__lead { font-size: 16px; }

  .gs-product { flex-direction: column; }
  .gs-product__img { width: 100%; padding: 32px 24px; }
  .gs-product__img img { max-height: 180px; margin: 0 auto; }
  .gs-product__body { padding: 24px; }

  .gs-doctor { flex-direction: column; text-align: center; gap: 24px; padding: 32px 24px; }
  .gs-doctor__img { width: 160px; height: 160px; margin: 0 auto; }

  .gs-clinic-photos { grid-template-columns: 1fr; gap: 12px; }

  .gs-consultations { grid-template-columns: 1fr; gap: 14px; }
  .gs-consultation { padding: 24px 20px; }

  .gs-digisma { grid-template-columns: 1fr; gap: 14px; }
  .gs-digisma__step { padding: 24px 20px; }
  .gs-digisma__step-num { font-size: 24px; }
  .gs-digisma__stores { flex-direction: row; }
  .gs-digisma__notice { padding: 24px 20px; }

  .gs-doctor-credentials { grid-template-columns: 1fr; gap: 24px; padding: 24px 20px; }

  .gs-stats { grid-template-columns: 1fr; gap: 12px; }
  .gs-stat { padding: 20px 16px; }
  .gs-stat__number { font-size: 32px; }

  .gs-clinic__dl-row { flex-direction: column; gap: 4px; }
  .gs-clinic__dl-row dt { width: auto; }

}

@media (max-width: 480px) {
  .gs-hero__headline { font-size: 22px; }
  .gs-hero__badge { font-size: 11px; padding: 6px 16px; }
  .gs-hero__trust { flex-direction: column; align-items: center; gap: 12px; }
  .gs-btn--primary { padding: 16px 24px; font-size: 14px; }
  .gs-btn--primary-closing { padding: 16px 24px; font-size: 14px; }
  .gs-problem { flex-direction: column; text-align: center; }
}
