/* ===========================================
   Function LP — lp-function.css
   =========================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --main:    #002D5B;
  --accent:  #00AEEF;
  --sub-bg:  #F4F7FA;
  --text:    #333333;
  --text-sub:#666666;
  --white:   #FFFFFF;
  --form-dm: #0062B8;
  --ads:     #E85A1A;
  --studio:  #009B77;
}

body.lp-standalone {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  color: var(--text);
  background: var(--white);
  line-height: 1.75;
  min-height: 100vh;
}

/* ===== HEADER ===== */
.lp-header {
  background: var(--white);
  padding: 0 40px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 #e3eaf3, 0 2px 12px rgba(0,45,91,0.08);
}
.lp-header__logo { height: 36px; width: auto; }
.lp-header__cta { display: flex; gap: 12px; }
.btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .2s, background .2s, border-color .2s;
}
.btn-primary { background: var(--accent); color: var(--white); border: 2px solid var(--accent); }
.btn-primary:hover { background: #009ed6; border-color: #009ed6; }
.btn-outline { background: transparent; color: var(--main); border: 2px solid var(--main); }
.btn-outline:hover { background: var(--sub-bg); }
.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.5);
}
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn-lg { padding: 16px 40px; font-size: 16px; border-radius: 6px; }

/* ===== TRUST BAR ===== */
.trust-bar {
  background: rgba(0,174,239,0.10);
  border-bottom: 1px solid rgba(0,174,239,0.25);
  padding: 10px 40px;
  text-align: center;
}
.trust-bar-inner {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--main);
  flex-wrap: wrap;
  justify-content: center;
}
.trust-bar-badge {
  background: var(--main);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 2px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.trust-bar-sep { color: var(--accent); font-weight: 900; }

/* ===== SECTION ===== */
.section { padding: 100px 40px; }
.section--sub { background: var(--sub-bg); }
.inner { max-width: 960px; margin: 0 auto; }
.section-label {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 4px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--main);
  line-height: 1.45;
  margin-bottom: 16px;
}
.section-lead {
  font-size: 16px;
  color: var(--text-sub);
  margin-bottom: 56px;
}

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #001e3e 0%, #002D5B 55%, #003f7a 100%);
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,174,239,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,174,239,0.18);
  border: 1px solid rgba(0,174,239,0.4);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #7ad4f8;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.hero-eyebrow span { color: var(--accent); }
.hero-copy {
  font-size: 40px;
  font-weight: 900;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 24px;
}
.hero-copy em {
  font-style: normal;
  color: var(--accent);
}
.hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.80);
  line-height: 1.8;
  margin-bottom: 36px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Cycle diagram */
.cycle-diagram {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 32px;
  width: 100%;
}
.cycle-title {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
.cycle-nodes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
}
.cycle-node {
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.10);
  position: relative;
}
.cycle-node.active {
  background: rgba(0,174,239,0.15);
  border-color: rgba(0,174,239,0.4);
}
.cycle-node-icon {
  font-size: 28px;
  margin-bottom: 8px;
}
.cycle-node-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.cycle-node-title {
  font-size: 14px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 6px;
}
.cycle-node-desc {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}
.cycle-arrow {
  position: absolute;
  font-size: 18px;
  color: var(--accent);
  font-weight: 900;
}
.cycle-features {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.cycle-feature-tag {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid;
}
.tag-form { color: #7EC8FF; border-color: rgba(126,200,255,0.4); background: rgba(126,200,255,0.1); }
.tag-ads  { color: #FFB07E; border-color: rgba(255,176,126,0.4); background: rgba(255,176,126,0.1); }
.tag-studio { color: #7EFFC8; border-color: rgba(126,255,200,0.4); background: rgba(126,255,200,0.1); }

/* ===== STRIP (Trust Stats) ===== */
.strip {
  background: var(--white);
  border-top: 1px solid #e3eaf3;
  border-bottom: 1px solid #e3eaf3;
  padding: 32px 40px;
}
.strip-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 32px;
  flex-wrap: wrap;
}
.strip-item { text-align: center; }
.strip-num {
  font-size: 34px;
  font-weight: 900;
  color: var(--main);
  line-height: 1;
  margin-bottom: 4px;
}
.strip-num span { font-size: 18px; }
.strip-label { font-size: 13px; color: var(--text-sub); }
.strip-sep { width: 1px; height: 48px; background: #e3eaf3; }

/* ===== PAIN POINTS ===== */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.pain-card {
  background: var(--white);
  border-radius: 12px;
  padding: 28px;
  border-top: 3px solid var(--accent);
  box-shadow: 0 2px 16px rgba(0,45,91,0.07);
}
.pain-emoji { font-size: 28px; margin-bottom: 12px; }
.pain-title { font-size: 17px; font-weight: 900; color: var(--main); margin-bottom: 8px; }
.pain-desc { font-size: 14px; color: var(--text-sub); line-height: 1.7; }

/* ===== SOLUTION FLOW ===== */
.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-bottom: 60px;
}
.flow-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), #00d4a0);
  z-index: 0;
}
.flow-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.flow-step-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 3px solid var(--accent);
  box-shadow: 0 0 0 6px var(--sub-bg);
}
.flow-step-num {
  font-size: 10px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.flow-step-title {
  font-size: 15px;
  font-weight: 900;
  color: var(--main);
  margin-bottom: 6px;
}
.flow-step-desc {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.6;
  padding: 0 8px;
}
.flow-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 8px;
}
.flow-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid;
}
.flow-tag-base { color: var(--main); border-color: rgba(0,45,91,0.3); background: rgba(0,45,91,0.06); }

/* ===== FEATURE SECTIONS ===== */
.feature-section {
  padding: 100px 40px;
}
.feature-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.feature-inner.reverse { direction: rtl; }
.feature-inner.reverse > * { direction: ltr; }
.feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}
.feature-badge.badge-form { background: rgba(0,98,184,0.1); color: var(--form-dm); border: 1px solid rgba(0,98,184,0.25); }
.feature-badge.badge-ads  { background: rgba(232,90,26,0.1); color: var(--ads);    border: 1px solid rgba(232,90,26,0.25); }
.feature-badge.badge-studio { background: rgba(0,155,119,0.1); color: var(--studio); border: 1px solid rgba(0,155,119,0.25); }

.feature-title {
  font-size: 26px;
  font-weight: 900;
  color: var(--main);
  line-height: 1.4;
  margin-bottom: 16px;
}
.feature-lead {
  font-size: 15px;
  color: var(--text-sub);
  line-height: 1.8;
  margin-bottom: 28px;
}
.feature-steps { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.feature-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.feature-step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  color: var(--white);
}
.num-form { background: var(--form-dm); }
.num-ads  { background: var(--ads); }
.num-studio { background: var(--studio); }

.feature-step-body {}
.feature-step-label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}
.label-form { color: var(--form-dm); }
.label-ads  { color: var(--ads); }
.label-studio { color: var(--studio); }

.feature-step-text {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.65;
}

/* Feature visual cards */
.feature-visual {
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.feature-visual.visual-form {
  background: linear-gradient(135deg, #e8f3ff 0%, #cce4ff 100%);
  border: 1px solid rgba(0,98,184,0.15);
}
.feature-visual.visual-ads {
  background: linear-gradient(135deg, #fff3ee 0%, #ffdcca 100%);
  border: 1px solid rgba(232,90,26,0.15);
}
.feature-visual.visual-studio {
  background: linear-gradient(135deg, #e8fff7 0%, #c8f5e3 100%);
  border: 1px solid rgba(0,155,119,0.15);
}
.visual-header {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.6;
  margin-bottom: 16px;
}
.visual-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.visual-kpi {
  background: rgba(255,255,255,0.8);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.visual-kpi-num {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
}
.kpi-form { color: var(--form-dm); }
.kpi-ads  { color: var(--ads); }
.kpi-studio { color: var(--studio); }

.visual-kpi-label { font-size: 11px; color: var(--text-sub); }
.visual-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.visual-list-item {
  background: rgba(255,255,255,0.85);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.visual-list-icon { font-size: 16px; }
.visual-list-text { font-weight: 700; color: var(--main); }
.visual-list-sub { font-size: 12px; color: var(--text-sub); font-weight: 400; }
.visual-stage-row { display: flex; flex-direction: column; gap: 10px; }
.visual-stage {
  background: rgba(255,255,255,0.85);
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.visual-stage-label { font-size: 12px; font-weight: 700; color: var(--main); }
.visual-stage-bar-wrap { flex: 1; margin: 0 14px; height: 6px; background: rgba(0,0,0,0.08); border-radius: 3px; }
.visual-stage-bar { height: 100%; border-radius: 3px; }
.bar-studio { background: var(--studio); }
.visual-stage-val { font-size: 12px; font-weight: 700; color: var(--studio); }
.visual-note {
  margin-top: 16px;
  font-size: 11px;
  color: var(--text-sub);
  text-align: center;
}

/* ===== COMBINED POWER ===== */
.combined-section {
  background: linear-gradient(160deg, #001830 0%, #002D5B 50%, #003f7a 100%);
  padding: 100px 40px;
}
.combined-inner { max-width: 960px; margin: 0 auto; }
.combined-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}
.combined-lead {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  text-align: center;
  margin-bottom: 56px;
}
.combined-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.combined-flow::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(0,174,239,0.3));
  z-index: 0;
}
.combined-node {
  text-align: center;
  position: relative;
  z-index: 1;
}
.combined-node-circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border: 2px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
}
.combined-node-circle.base-node {
  background: rgba(0,174,239,0.12);
  border-color: rgba(0,174,239,0.35);
}
.combined-node-circle.form-node {
  background: rgba(0,98,184,0.2);
  border-color: rgba(100,160,255,0.4);
}
.combined-node-circle.ads-node {
  background: rgba(232,90,26,0.15);
  border-color: rgba(255,140,80,0.4);
}
.combined-node-circle.studio-node {
  background: rgba(0,155,119,0.15);
  border-color: rgba(80,220,170,0.4);
}
.combined-node-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.tag-base-lbl { color: rgba(0,174,239,0.9); }
.tag-form-lbl { color: rgba(126,200,255,0.9); }
.tag-ads-lbl  { color: rgba(255,176,126,0.9); }
.tag-studio-lbl { color: rgba(126,255,200,0.9); }

.combined-node-title {
  font-size: 14px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 8px;
}
.combined-node-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  padding: 0 8px;
}
.combined-quote {
  margin-top: 60px;
  background: rgba(0,174,239,0.12);
  border: 1px solid rgba(0,174,239,0.3);
  border-radius: 16px;
  padding: 36px 40px;
  text-align: center;
}
.combined-quote-text {
  font-size: 22px;
  font-weight: 900;
  color: var(--white);
  line-height: 1.55;
  margin-bottom: 12px;
}
.combined-quote-text em { font-style: normal; color: var(--accent); }
.combined-quote-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

/* ===== CASE STUDY ===== */
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.case-card {
  background: var(--white);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 20px rgba(0,45,91,0.08);
}
.case-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  border: 1px solid rgba(0,174,239,0.35);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}
.case-company { font-size: 17px; font-weight: 900; color: var(--main); margin-bottom: 12px; }
.case-metrics {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.case-metric-num {
  font-size: 26px;
  font-weight: 900;
  color: var(--main);
  line-height: 1;
}
.case-metric-label { font-size: 12px; color: var(--text-sub); margin-top: 2px; }
.case-sep { width: 1px; background: #e3eaf3; }
.case-quote {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.75;
  border-left: 3px solid var(--accent);
  padding-left: 14px;
  font-style: italic;
}
.case-features {
  margin-top: 16px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.case-feature-tag {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  border: 1px solid;
}
.cft-form { color: var(--form-dm); border-color: rgba(0,98,184,0.3); background: rgba(0,98,184,0.07); }
.cft-ads  { color: var(--ads); border-color: rgba(232,90,26,0.3); background: rgba(232,90,26,0.07); }
.cft-studio { color: var(--studio); border-color: rgba(0,155,119,0.3); background: rgba(0,155,119,0.07); }

/* ===== STRENGTH GRID (Why URUTEQ) ===== */
.strength-section {
  background: linear-gradient(160deg, #001830 0%, #002D5B 50%, #003f7a 100%);
  padding: 100px 40px;
}
.strength-inner { max-width: 960px; margin: 0 auto; }
.strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.strength-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 32px 24px;
  transition: background .2s;
}
.strength-card:hover { background: rgba(255,255,255,0.10); }
.strength-card.featured { border-color: var(--accent); background: rgba(0,174,239,0.08); }
.strength-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.strength-icon { font-size: 32px; margin-bottom: 12px; }
.strength-title { font-size: 17px; font-weight: 900; color: var(--white); margin-bottom: 12px; line-height: 1.4; }
.strength-desc { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.7; }

/* ===== PRICING ===== */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.pricing-card {
  background: var(--white);
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 2px 20px rgba(0,45,91,0.08);
  border: 2px solid #e3eaf3;
}
.pricing-card.featured-plan {
  border-color: var(--accent);
  position: relative;
}
.pricing-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
.pricing-plan-name { font-size: 13px; font-weight: 700; color: var(--text-sub); letter-spacing: 0.06em; margin-bottom: 8px; }
.pricing-price-row { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.pricing-price { font-size: 38px; font-weight: 900; color: var(--main); }
.pricing-price-unit { font-size: 15px; color: var(--text-sub); }
.pricing-desc { font-size: 13px; color: var(--text-sub); margin-bottom: 24px; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pricing-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
}
.pricing-feature::before {
  content: '\2713';
  color: var(--accent);
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing-note {
  background: rgba(0,174,239,0.06);
  border: 1px solid rgba(0,174,239,0.2);
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 14px;
  color: var(--text-sub);
  text-align: center;
}
.pricing-note strong { color: var(--main); }

/* ===== BOTTOM CTA ===== */
.cta-section {
  background: linear-gradient(135deg, #001e3e 0%, #002D5B 55%, #003f7a 100%);
  padding: 100px 40px;
  text-align: center;
}
.cta-inner { max-width: 640px; margin: 0 auto; }
.cta-title { font-size: 32px; font-weight: 900; color: var(--white); line-height: 1.45; margin-bottom: 16px; }
.cta-title em { font-style: normal; color: var(--accent); }
.cta-sub { font-size: 16px; color: rgba(255,255,255,0.75); margin-bottom: 40px; line-height: 1.8; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== FORM SECTION ===== */
.form-section {
  background: var(--sub-bg);
  padding: 100px 40px;
}
.form-section .section-title { text-align: center; margin-bottom: 8px; }
.form-section .section-lead { text-align: center; margin-bottom: 40px; }
.form-wrap {
  max-width: 680px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 16px;
  padding: 40px 48px;
  box-shadow: 0 4px 24px rgba(0,45,91,0.10);
}
/* HubSpot form styles */
.form-wrap .hs-form fieldset { max-width: 100% !important; }
.form-wrap .hs-form .hs-input {
  width: 100% !important;
  padding: 11px 14px;
  border: 1.5px solid #d6e0ec;
  border-radius: 6px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  transition: border-color .2s;
}
.form-wrap .hs-form .hs-input:focus {
  border-color: #00AEEF;
  box-shadow: 0 0 0 3px rgba(0,174,239,0.12);
  outline: none;
}
.form-wrap .hs-form label { font-weight: 700; font-size: 13px; color: #002D5B; margin-bottom: 5px; display: block; }
.form-wrap .hs-form .hs-form-field { margin-bottom: 18px; }
.form-wrap .hs-form .hs-button {
  width: 100%;
  padding: 16px;
  background: #00AEEF;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  transition: background .2s;
  margin-top: 8px;
}
.form-wrap .hs-form .hs-button:hover { background: #009ed6; }
.form-wrap .hs-error-msgs { color: #c0392b; font-size: 12px; margin-top: 4px; list-style: none; }
.form-wrap .submitted-message { text-align: center; font-size: 16px; font-weight: 700; color: #002D5B; padding: 32px 0; }
.form-row { margin-bottom: 20px; }
.form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 6px;
}
.form-label .req {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 2px;
  margin-left: 6px;
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #d6e0ec;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  color: var(--text);
  background: var(--white);
  transition: border-color .2s;
  appearance: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0,174,239,0.12);
}
.form-textarea { height: 110px; resize: vertical; }
.form-submit {
  width: 100%;
  padding: 16px;
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: background .2s;
}
.form-submit:hover { background: #009ed6; }
.form-note { font-size: 12px; color: var(--text-sub); text-align: center; margin-top: 14px; }

/* ===== FOOTER ===== */
.lp-footer {
  background: var(--white);
  border-top: 1px solid #e3eaf3;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.lp-footer__logo img { height: 28px; }
.lp-footer__copy { font-size: 13px; color: var(--text-sub); }
.lp-footer__nav {
  display: flex;
  gap: 24px;
}
.lp-footer__nav a {
  color: var(--text-sub);
  font-size: 13px;
  text-decoration: none;
}
.lp-footer__nav a:hover {
  color: var(--main);
}

/* ===== RESPONSIVE: Tablet (max 820px) ===== */
@media (max-width: 820px) {
  /* Header */
  .lp-header { padding: 0 20px; }
  .lp-header__cta .btn:first-child { display: none; }

  /* Trust Bar */
  .trust-bar { padding: 10px 16px; }
  .trust-bar-inner { font-size: 12px; gap: 8px; }
  .trust-bar-sep { display: none; }

  /* Hero */
  .hero { padding: 56px 24px; }
  .hero-inner { grid-template-columns: 1fr; gap: 0; }
  .hero-eyebrow { font-size: 11px; }
  .hero-copy { font-size: 28px; }
  .hero-sub { font-size: 15px; }
  .hero-right { display: none; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { text-align: center; }

  /* Strip */
  .strip { padding: 24px 16px; }
  .strip-inner { gap: 16px; justify-content: center; }
  .strip-num { font-size: 26px; }
  .strip-sep { display: none; }

  /* Sections */
  .section { padding: 64px 24px; }
  .section-title { font-size: 24px; }
  .section-lead { font-size: 15px; margin-bottom: 40px; }
  .feature-section { padding: 64px 24px; }

  /* Pain Grid */
  .pain-grid { grid-template-columns: 1fr; }

  /* Flow Steps */
  .flow-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .flow-steps::before { display: none; }
  .flow-step-circle { width: 56px; height: 56px; font-size: 22px; }

  /* Feature Sections */
  .feature-inner { grid-template-columns: 1fr; gap: 32px; }
  .feature-inner.reverse { direction: ltr; }
  .feature-title { font-size: 22px; }
  .visual-kpi-row { grid-template-columns: repeat(3, 1fr); }

  /* Combined */
  .combined-section { padding: 64px 24px; }
  .combined-title { font-size: 22px; }
  .combined-flow { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .combined-flow::before { display: none; }
  .combined-quote { padding: 28px 24px; }
  .combined-quote-text { font-size: 18px; }

  /* Cases */
  .case-grid { grid-template-columns: 1fr; }
  .case-metrics { gap: 12px; }

  /* Strength */
  .strength-section { padding: 64px 24px; }
  .strength-grid { grid-template-columns: 1fr; }

  /* Pricing */
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-price { font-size: 30px; }

  /* CTA */
  .cta-section { padding: 64px 24px; }
  .cta-title { font-size: 24px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns .btn { width: 100%; max-width: 360px; text-align: center; }

  /* Form */
  .form-section { padding: 64px 24px; }
  .form-wrap { padding: 28px 20px; }

  /* Footer */
  .lp-footer { padding: 24px 20px; flex-direction: column; text-align: center; }
}

/* ===== RESPONSIVE: Mobile (max 480px) ===== */
@media (max-width: 480px) {
  /* Header */
  .lp-header { height: 56px; padding: 0 16px; }
  .lp-header__logo { height: 28px; }
  .btn { padding: 8px 16px; font-size: 13px; }
  .btn-lg { padding: 14px 28px; font-size: 15px; }

  /* Trust Bar -- hide on mobile */
  .trust-bar { display: none; }

  /* Hero */
  .hero { padding: 40px 20px 48px; }
  .hero-eyebrow { font-size: 11px; padding: 5px 12px; }
  .hero-copy { font-size: 24px; line-height: 1.4; margin-bottom: 18px; }
  .hero-sub { font-size: 14px; margin-bottom: 28px; }

  /* Strip */
  .strip { padding: 20px 16px; }
  .strip-inner { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 12px 24px; }
  .strip-item { min-width: 40%; text-align: center; }
  .strip-num { font-size: 24px; }
  .strip-label { font-size: 11px; }

  /* Section */
  .section { padding: 52px 20px; }
  .section-title { font-size: 20px; line-height: 1.5; }
  .section-label { font-size: 11px; padding: 3px 12px; }
  .section-lead { font-size: 14px; margin-bottom: 32px; }
  .feature-section { padding: 52px 20px; }

  /* Pain Cards */
  .pain-card { padding: 22px 20px; }
  .pain-emoji { font-size: 24px; }
  .pain-title { font-size: 15px; }
  .pain-desc { font-size: 13px; }

  /* Flow Steps: single column */
  .flow-steps { grid-template-columns: 1fr; gap: 24px; }
  .flow-step-circle { width: 52px; height: 52px; font-size: 20px; }
  .flow-step-title { font-size: 14px; }
  .flow-step-desc { font-size: 12px; }

  /* Feature Sections */
  .feature-badge { font-size: 12px; }
  .feature-title { font-size: 20px; }
  .feature-lead { font-size: 14px; }
  .feature-visual { padding: 24px 18px; }
  .feature-step-text { font-size: 13px; }

  /* KPI row: keep 3 columns but shrink text */
  .visual-kpi-row { gap: 6px; }
  .visual-kpi { padding: 10px 6px; }
  .visual-kpi-num { font-size: 18px; }
  .visual-kpi-label { font-size: 10px; }
  .visual-list-item { padding: 10px 12px; font-size: 12px; }
  .visual-list-icon { font-size: 14px; }
  .visual-list-text { font-size: 12px; }
  .visual-list-sub { font-size: 11px; }

  /* Combined */
  .combined-section { padding: 52px 20px; }
  .combined-title { font-size: 20px; }
  .combined-lead { font-size: 14px; margin-bottom: 36px; }
  .combined-flow { grid-template-columns: 1fr; gap: 20px; }
  .combined-node-circle { width: 72px; height: 72px; font-size: 22px; }
  .combined-node-title { font-size: 13px; }
  .combined-node-desc { font-size: 12px; }
  .combined-quote { padding: 24px 20px; }
  .combined-quote-text { font-size: 16px; line-height: 1.6; }
  .combined-quote-sub { font-size: 13px; }

  /* Cases */
  .case-card { padding: 24px 20px; }
  .case-company { font-size: 15px; }
  .case-metrics { flex-direction: column; gap: 8px; }
  .case-sep { display: none; }
  .case-metric-num { font-size: 22px; }
  .case-quote { font-size: 13px; }

  /* Strength */
  .strength-section { padding: 52px 20px; }
  .strength-card { padding: 24px 20px; }
  .strength-title { font-size: 15px; }
  .strength-desc { font-size: 13px; }

  /* Pricing */
  .pricing-card { padding: 28px 20px; }
  .pricing-price { font-size: 28px; }
  .pricing-desc { font-size: 12px; }
  .pricing-feature { font-size: 13px; }

  /* CTA */
  .cta-section { padding: 52px 20px; }
  .cta-title { font-size: 20px; }
  .cta-sub { font-size: 14px; margin-bottom: 28px; }

  /* Form */
  .form-section { padding: 52px 20px; }
  .form-wrap { padding: 24px 16px; border-radius: 12px; }
  .form-input, .form-select, .form-textarea { padding: 11px 12px; font-size: 16px; /* iOS zoom prevention */ }
  .form-submit { font-size: 15px; padding: 14px; }
  .form-label { font-size: 13px; }

  /* Hero buttons stacked */
  .btn-lg { display: block; width: 100%; text-align: center; }
}
