/* ─── ROOT ─── */
:root {
  --gd: #082e22;
  --gm: #0f6e56;
  --gl: #1d9e75;
  --gp: #e1f5ee;
  --gs: #f2faf7;
  --ink: #1a1a18;
  --im: #3d3d3a;
  --il: #6e6e6a;
  --iu: #9e9e9a;
  --bd: #e0ddd6;
  --bg: #fafaf8;
  --wh: #ffffff;
  --mint: #6ed9b5;
  --red: #e24b4a;
  --serif: 'Noto Serif JP', serif;
  --sans: 'Noto Sans JP', sans-serif;
  --r: 12px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.4; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }
.container { max-width: 980px; margin: 0 auto; padding: 0 24px; }
.container-sm { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.sec { padding: 96px 0; }
.sec-alt { background: var(--wh); }
.sec-dark { background: var(--gd); color: var(--wh); }
.eyebrow { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gl); margin-bottom: 10px; display: block; }
.sec-head { text-align: center; margin-bottom: 64px; }
.sec-head h2 { font-size: clamp(22px, 3.5vw, 34px); margin-bottom: 16px; }
.sec-head p { font-size: 16px; color: var(--il); max-width: 620px; margin: 0 auto; line-height: 1.95; }
.btn { display: inline-block; font-family: var(--sans); font-weight: 700; text-decoration: none; border: none; cursor: pointer; transition: all .22s; }
.btn-primary { background: var(--gl); color: var(--wh); font-size: 16px; padding: 18px 44px; border-radius: 100px; }
.btn-primary:hover { background: #19b884; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(29,158,117,.38); }
.btn-ghost { background: transparent; color: rgba(255,255,255,.75); font-size: 14px; padding: 17px 28px; border-radius: 100px; border: 1px solid rgba(255,255,255,.25); }
.btn-ghost:hover { border-color: rgba(255,255,255,.6); color: var(--wh); }

/* ─── NAV ─── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(8,46,34,.94);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: background .3s;
}
.nav-inner { max-width: 980px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { font-family: var(--serif); font-size: 19px; font-weight: 700; color: var(--wh); letter-spacing: .04em; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: 13px; color: rgba(255,255,255,.58); font-weight: 500; transition: color .15s; }
.nav-links a:hover { color: var(--wh); }
.nav-btn { font-size: 13px; padding: 10px 22px; }

/* ─── HERO ─── */
.hero {
  background: var(--gd);
  color: var(--wh);
  padding: 148px 0 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-bg-c1 { position: absolute; top: -220px; right: -180px; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(29,158,117,.13) 0%, transparent 62%); }
.hero-bg-c2 { position: absolute; bottom: 60px; left: -80px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(29,158,117,.06) 0%, transparent 62%); }
.hero-bg-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 70% at 60% 20%, black 20%, transparent 75%);
}
.hero-content { flex: 1; position: relative; z-index: 2; padding-bottom: 80px; display: flex; flex-direction: column; justify-content: center; }

/* キッカー */
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; flex-wrap: wrap; }
.kicker-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(29,158,117,.18); border: 1px solid rgba(29,158,117,.42);
  border-radius: 100px; padding: 6px 14px 6px 10px;
  animation: fadeUp .6s ease both;
}
.kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); flex-shrink: 0; }
.kicker-text { font-size: 12px; font-weight: 700; letter-spacing: .1em; color: var(--mint); text-transform: uppercase; }
.target-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px; padding: 6px 12px;
  font-size: 12px; color: rgba(255,255,255,.55);
  animation: fadeUp .6s .1s ease both;
}
.target-badge strong { color: rgba(255,255,255,.85); font-weight: 700; }

/* H1 */
.hero-h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 5.8vw, 58px);
  font-weight: 700;
  color: var(--wh);
  line-height: 1.3;
  letter-spacing: -.01em;
  margin-bottom: 6px;
  animation: fadeUp .7s .15s ease both;
}
.hero-h1 em { font-style: normal; color: var(--mint); }

/* H2サブ */
.hero-h2 {
  font-family: var(--serif);
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 400;
  color: rgba(255,255,255,.48);
  margin-bottom: 32px;
  padding-left: 16px;
  border-left: 2px solid rgba(29,158,117,.55);
  animation: fadeUp .7s .22s ease both;
}
.hero-h2 strong { color: var(--mint); font-weight: 600; }

/* リード */
.hero-lead {
  font-size: clamp(14px, 1.8vw, 16px);
  color: rgba(255,255,255,.66);
  max-width: 560px;
  line-height: 2.1;
  margin-bottom: 48px;
  animation: fadeUp .7s .3s ease both;
}

/* CTA */
.hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; animation: fadeUp .7s .38s ease both; }
.hero-cta-note { font-size: 12px; color: rgba(255,255,255,.28); margin-bottom: 64px; animation: fadeUp .7s .44s ease both; }

/* 統計バー */
.hero-stats {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative; z-index: 2;
  animation: fadeUp .8s .5s ease both;
}
.h-stat { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.08); }
.h-stat:first-child { padding-left: 0; }
.h-stat:last-child { border-right: none; }
.h-stat-val { font-family: var(--serif); font-size: 22px; font-weight: 700; color: var(--mint); display: block; line-height: 1.2; margin-bottom: 5px; }
.h-stat-lbl { font-size: 11px; color: rgba(255,255,255,.38); line-height: 1.6; }

/* ─── TAGLINE ─── */
.tagline-band {
  background: var(--gd);
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 0;
  overflow: hidden;
}
.tagline-inner {
  display: flex;
  align-items: stretch;
}
.tagline-left {
  background: var(--gl);
  padding: 28px 36px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.tagline-left span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  writing-mode: horizontal-tb;
  white-space: nowrap;
}
.tagline-text {
  padding: 28px 48px;
  display: flex;
  align-items: center;
  flex: 1;
  border-left: 1px solid rgba(255,255,255,.08);
}
.tagline-text p {
  font-family: var(--serif);
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 600;
  color: var(--wh);
  line-height: 1.6;
}
.tagline-text p em { font-style: normal; color: var(--mint); }

/* ─── LOGO BAND ─── */
.logo-band { background: var(--wh); padding: 32px 0; border-top: 1px solid var(--bd); border-bottom: 1px solid var(--bd); overflow: hidden; }
.logo-scroll { display: flex; gap: 48px; align-items: center; animation: scroll 22s linear infinite; width: max-content; }
.logo-scroll img { height: 28px; width: auto; filter: grayscale(1); opacity: .45; transition: opacity .2s; }
.logo-scroll img:hover { opacity: .7; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ─── PROBLEM ─── */
.prob-intro {
  background: var(--wh);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  padding: 36px 40px;
  margin-bottom: 48px;
  border-left: 4px solid var(--red);
}
.prob-intro p { font-size: 17px; color: var(--im); line-height: 2.1; }
.prob-intro p strong { color: var(--ink); }
.prob-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 44px; }
.prob-card {
  background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r);
  padding: 26px 22px; position: relative; overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}
.prob-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); transform: translateY(-2px); }
.prob-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--red); border-radius: 4px 0 0 4px; }
.prob-num { font-family: var(--serif); font-size: 34px; font-weight: 700; color: rgba(226,75,74,.1); line-height: 1; margin-bottom: 8px; }
.prob-card h3 { font-size: 15px; margin-bottom: 8px; color: var(--ink); }
.prob-card p { font-size: 13px; color: var(--il); line-height: 1.85; }
.prob-conclusion {
  background: var(--gd); border-radius: var(--r); padding: 44px 52px; text-align: center;
}
.prob-conclusion p { font-size: 18px; color: rgba(255,255,255,.88); line-height: 2.1; }
.prob-conclusion strong { color: var(--mint); font-weight: 600; }

/* ─── SERVICE GRID ─── */
.svc-lead { font-size: 17px; color: var(--im); line-height: 2; text-align: center; max-width: 640px; margin: 0 auto 52px; }
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.svc-card {
  background: var(--bg); border: 1px solid var(--bd); border-radius: var(--r);
  padding: 28px 26px; display: flex; gap: 18px; align-items: flex-start;
  transition: box-shadow .2s, transform .2s;
}
.svc-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); transform: translateY(-2px); }
.svc-card.featured { background: var(--gs); border-color: #b3e6d0; }
.svc-icon { width: 48px; height: 48px; background: var(--gp); border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.svc-card.featured .svc-icon { background: rgba(29,158,117,.18); }
.svc-body h3 { font-size: 15px; margin-bottom: 7px; }
.svc-body p { font-size: 13px; color: var(--il); line-height: 1.85; }
.svc-footer-note {
  background: var(--gd); border-radius: var(--r); padding: 24px 36px; text-align: center; margin-top: 20px;
}
.svc-footer-note p { font-size: 14px; color: rgba(255,255,255,.75); line-height: 1.9; }
.svc-footer-note strong { color: var(--mint); }

/* ─── FEATURE 1 ─── */
.feature1-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--bd);
  border-radius: var(--r);
  overflow: hidden;
}
.feature1-left {
  background: var(--gd);
  padding: 52px 48px;
  position: relative;
  overflow: hidden;
}
.feature1-left::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,158,117,.15) 0%, transparent 65%);
}
.feature1-left .eyebrow { color: var(--mint); }
.feature1-left h3 { font-size: clamp(20px, 2.8vw, 28px); color: var(--wh); margin-bottom: 20px; line-height: 1.45; position: relative; z-index: 1; }
.feature1-left h3 em { font-style: normal; color: var(--mint); }
.feature1-left p { font-size: 15px; color: rgba(255,255,255,.68); line-height: 2; position: relative; z-index: 1; }
.feature1-target {
  margin-top: 28px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 16px 20px;
  position: relative; z-index: 1;
}
.feature1-target-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.4); text-transform: uppercase; margin-bottom: 10px; display: block; }
.feature1-target-plans { display: flex; gap: 8px; flex-wrap: wrap; }
.plan-pill {
  background: rgba(29,158,117,.2);
  border: 1px solid rgba(29,158,117,.4);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--mint);
}
.feature1-right { padding: 52px 48px; background: var(--wh); }
.feature1-right .eyebrow { color: var(--gl); }
.feature1-right h3 { font-size: clamp(18px, 2.2vw, 24px); margin-bottom: 20px; color: var(--gd); }
.exec-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--bd);
  border-radius: var(--r);
  overflow: hidden;
}
.exec-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--bd);
  transition: background .15s;
}
.exec-row:last-child { border-bottom: none; }
.exec-row:hover { background: var(--gs); }
.exec-num {
  display: flex; align-items: center; justify-content: center;
  height: 100%; background: var(--gd);
  font-family: var(--serif); font-size: 13px; font-weight: 700; color: var(--mint);
  border-right: 1px solid rgba(255,255,255,.07);
}
.exec-text { padding: 14px 18px; }
.exec-text strong { font-size: 13px; color: var(--ink); font-weight: 700; display: block; margin-bottom: 2px; }
.exec-text span { font-size: 12px; color: var(--il); }

/* ─── FEATURE 2 ─── */
.f2-head-wrap { text-align: center; margin-bottom: 52px; }
.f2-head-wrap h2 { font-size: clamp(20px, 3vw, 30px); margin-bottom: 12px; }
.f2-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 28px; }
.f2-card {
  background: var(--bg); border: 1px solid var(--bd); border-radius: var(--r);
  padding: 28px 26px; position: relative; overflow: hidden;
  transition: box-shadow .2s;
}
.f2-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.07); }
.f2-card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gl), var(--mint));
  opacity: 0; transition: opacity .2s;
}
.f2-card:hover::after { opacity: 1; }
.f2-card-num { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--gl); text-transform: uppercase; margin-bottom: 10px; }
.f2-card h3 { font-size: 16px; margin-bottom: 10px; color: var(--ink); }
.f2-card p { font-size: 14px; color: var(--il); line-height: 1.9; }
.f2-highlight {
  background: var(--gs); border: 1px solid #b3e6d0; border-radius: var(--r);
  padding: 32px 40px; display: flex; align-items: center; gap: 40px;
}
.f2-highlight-text h3 { font-size: 19px; color: var(--gd); margin-bottom: 10px; }
.f2-highlight-text p { font-size: 15px; color: var(--im); line-height: 2; }
.f2-highlight-num { flex-shrink: 0; text-align: center; }
.f2-highlight-num strong { font-family: var(--serif); font-size: 56px; font-weight: 700; color: var(--gl); display: block; line-height: 1; }
.f2-highlight-num span { font-size: 12px; color: var(--iu); margin-top: 4px; display: block; }

/* ─── NEWS ─── */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card {
  background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r);
  overflow: hidden; transition: box-shadow .2s, transform .2s;
}
.news-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.news-thumb { background: var(--gs); height: 160px; overflow: hidden; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-body { padding: 18px 18px 20px; }
.news-cat { font-size: 10px; font-weight: 700; letter-spacing: .08em; color: var(--gl); text-transform: uppercase; margin-bottom: 8px; display: block; }
.news-title { font-family: var(--serif); font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.65; margin-bottom: 10px; }
.news-date { font-size: 11px; color: var(--iu); }

/* ─── BLOG ─── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card {
  background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r);
  overflow: hidden; transition: box-shadow .2s, transform .2s;
}
.blog-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.blog-thumb { height: 150px; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-body { padding: 16px 18px 18px; }
.blog-tag { display: inline-block; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 100px; background: var(--gp); color: var(--gm); margin-bottom: 8px; }
.blog-title { font-family: var(--serif); font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.65; }

/* ─── CTA ─── */
.cta-sec {
  background: var(--gd); padding: 96px 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-sec::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 900px; border-radius: 50%;
  background: radial-gradient(circle, rgba(29,158,117,.13) 0%, transparent 68%);
  pointer-events: none;
}
.cta-sec h2 { color: var(--wh); font-size: clamp(22px, 3.2vw, 32px); margin-bottom: 16px; position: relative; }
.cta-lead { font-size: 16px; color: rgba(255,255,255,.66); max-width: 500px; margin: 0 auto 24px; line-height: 2.05; position: relative; }
.cta-free-tag {
  display: inline-block; background: rgba(29,158,117,.22);
  border: 1px solid rgba(29,158,117,.5); color: var(--mint);
  font-size: 13px; font-weight: 700; padding: 6px 20px; border-radius: 100px;
  margin-bottom: 36px; position: relative;
}
.cta-box {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--r); padding: 28px 36px; max-width: 480px; margin: 0 auto 40px;
  text-align: left; list-style: none; position: relative;
}
.cta-box-title { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.35); text-transform: uppercase; margin-bottom: 14px; }
.cta-box li { font-size: 14px; color: rgba(255,255,255,.8); padding: 8px 0 8px 20px; position: relative; line-height: 1.65; border-bottom: 1px solid rgba(255,255,255,.07); }
.cta-box li:last-child { border-bottom: none; }
.cta-box li::before { content: ''; position: absolute; left: 0; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.cta-note { font-size: 12px; color: rgba(255,255,255,.3); margin-top: 16px; position: relative; }

/* ─── CGO説明ボックス（専門用語の注釈） ─── */
.cgo-explain {
  background: var(--wh); border: 1px solid var(--bd); border-left: 4px solid var(--gl);
  border-radius: var(--r); padding: 20px 24px; margin-top: 20px;
}
.cgo-explain-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gl); margin-bottom: 8px; display: block; }
.cgo-explain p { font-size: 13px; color: var(--im); line-height: 1.9; }
.cgo-explain p strong { color: var(--ink); }

/* ─── 3ステップCVR導線 ─── */
.start-steps {
  background: var(--gs); border: 1px solid #b3e6d0; border-radius: var(--r);
  padding: 36px 40px; margin-top: 0;
}
.start-steps-title { font-size: 13px; font-weight: 700; color: var(--gm); letter-spacing: .06em; margin-bottom: 24px; text-align: center; }
.start-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.start-step { text-align: center; padding: 0 20px; position: relative; }
.start-step::after {
  content: '→'; position: absolute; right: -10px; top: 50%; transform: translateY(-50%);
  color: var(--gl); font-size: 18px; font-weight: 700;
}
.start-step:last-child::after { display: none; }
.start-step-num {
  width: 36px; height: 36px; border-radius: 50%; background: var(--gl); color: var(--wh);
  font-family: var(--serif); font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 10px;
}
.start-step h4 { font-size: 14px; font-weight: 700; color: var(--gd); margin-bottom: 5px; }
.start-step p { font-size: 12px; color: var(--il); line-height: 1.7; }
.start-step .step-free { display: inline-block; font-size: 10px; font-weight: 700; color: var(--gm); background: var(--gp); padding: 2px 8px; border-radius: 100px; margin-bottom: 6px; }

@media (max-width: 768px) {
.start-steps-grid{ grid-template-columns: 1fr; gap:16px; }
}

/* ─── インラインCTA（セクション末尾） ─── */
.inline-cta {
  text-align: center; padding: 40px 0 0;
}
.inline-cta p { font-size: 13px; color: var(--il); margin-top: 10px; }

/* ─── FAQ ─── */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1px solid var(--bd); border-radius: var(--r); margin-bottom: 10px; overflow: hidden; }
.faq-q {
  width: 100%; background: var(--wh); border: none; padding: 20px 24px;
  text-align: left; font-family: var(--sans); font-size: 15px; font-weight: 500;
  color: var(--ink); cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 16px; transition: background .15s;
}
.faq-q:hover { background: var(--bg); }
.faq-icon {
  width: 26px; height: 26px; border-radius: 50%; background: var(--gp); color: var(--gm);
  display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 300;
  flex-shrink: 0; transition: transform .2s, background .2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--gl); color: var(--wh); }
.faq-a { display: none; padding: 0 24px 22px; background: var(--wh); border-top: 1px solid var(--bd); }
.faq-a p { padding-top: 16px; font-size: 14px; color: var(--im); line-height: 1.95; }
.faq-item.open .faq-a { display: block; }

/* ─── FOOTER ─── */
.footer { background: #061f17; padding: 56px 0 32px; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 48px; }
.footer-logo { font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--wh); margin-bottom: 10px; }
.footer-desc { font-size: 12px; color: rgba(255,255,255,.38); line-height: 1.8; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.38); text-transform: uppercase; margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,.55); display: block; padding: 4px 0; transition: color .15s; }
.footer-col ul li a:hover { color: var(--wh); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.28); }

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }


/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .hero { padding: 110px 0 0; min-height: auto; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .h-stat { padding: 16px 16px; border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .h-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08); }
  .h-stat:nth-last-child(-n+2) { border-bottom: none; }
  .tagline-inner { flex-direction: column; }
  .tagline-left { padding: 14px 24px; writing-mode: horizontal-tb; }
  .tagline-text { padding: 20px 24px; }
  .prob-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .feature1-inner { grid-template-columns: 1fr; }
  .f2-cards { grid-template-columns: 1fr; }
  .f2-highlight { flex-direction: column; text-align: center; gap: 20px; }
  .news-grid, .blog-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .prob-conclusion { padding: 28px 24px; }
  .hero-cta { flex-direction: column; align-items: flex-start; }
}

.wpcf7-form > div > div:nth-child(1) { color:#fff; }
.wpcf7-form a { color:#fff; }