/* ============================================
   AP.WEB — APグループ 法人ホームページ制作サービス
   株式会社ジェスコン / 新規事業
   Premium dark × gold — v1
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@200;300;400;500;600;700;900&display=swap');

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

:root {
  --bg: #0a0d14;
  --bg-2: #0f131c;
  --bg-3: #151b26;
  --line: #1f2634;
  --line-2: #2c3446;
  --text: #f3f4f2;
  --text-dim: #a5abb6;
  --text-mute: #6a7180;

  /* Brand: gold accent for premium trust */
  --gold: #c9a35a;
  --gold-bright: #e3c583;
  --gold-soft: rgba(201, 163, 90, 0.1);
  --navy: #16203a;
  --navy-2: #1e2c4d;

  --container: 1280px;
  --gutter: clamp(24px, 4vw, 88px);

  --sans: 'Noto Sans JP', 'Inter', system-ui, sans-serif;
  --sans-en: 'Inter', 'Noto Sans JP', sans-serif;
}

html, body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'palt';
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a { color: inherit; text-decoration: none; }
button { background: none; border: none; color: inherit; font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }

/* ============ PRIMITIVES ============ */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

.chapter {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.35em;
  color: var(--text-dim);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.chapter .num {
  color: var(--gold-bright);
  font-family: var(--sans-en);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
.chapter::before {
  content: "";
  width: 40px; height: 1px;
  background: var(--gold);
  display: inline-block;
}

.section-title {
  font-size: clamp(26px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.section-title .accent { color: var(--gold-bright); }

.lead {
  font-size: clamp(15px, 1.5vw, 17px);
  color: var(--text-dim);
  font-weight: 300;
  line-height: 2.1;
  max-width: 720px;
}

section { padding: clamp(80px, 11vw, 160px) 0; position: relative; }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px var(--gutter);
  background: rgba(10,13,20,0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav-brand { display: flex; align-items: baseline; gap: 12px; }
.nav-brand .logo { font-family: var(--sans-en); font-weight: 800; font-size: 20px; letter-spacing: 0.04em; }
.nav-brand .logo .dot { color: var(--gold); }
.nav-brand .tag { font-size: 11px; color: var(--text-mute); letter-spacing: 0.2em; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-size: 13.5px; color: var(--text-dim); letter-spacing: 0.08em; transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta {
  padding: 10px 22px; border: 1px solid var(--gold);
  color: var(--gold-bright); border-radius: 2px; font-size: 13px;
  letter-spacing: 0.08em; transition: all .25s;
}
.nav-cta:hover { background: var(--gold); color: #0a0d14; }
@media (max-width: 860px){ .nav-links a:not(.nav-cta){ display:none; } }

/* ============ HERO ============ */
.hero {
  min-height: 100vh; display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
  padding: 132px var(--gutter) 60px;
  background:
    radial-gradient(1100px 620px at 82% 8%, rgba(201,163,90,0.10), transparent 60%),
    radial-gradient(900px 600px at 4% 100%, rgba(30,44,77,0.55), transparent 60%),
    linear-gradient(180deg, #0b0f18 0%, #0a0d14 100%);
}
.hero::before{
  content:""; position:absolute; inset:0; z-index:0; opacity:.5;
  background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:radial-gradient(circle at 78% 12%, black, transparent 60%);
}
.hero-inner{
  position:relative; z-index:2; width:100%; max-width:var(--container); margin:0 auto;
  display:grid; grid-template-columns:1.02fr 0.98fr; gap:clamp(30px,4vw,64px); align-items:center;
}
.hero-left{ min-width:0; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; letter-spacing: 0.16em; color: var(--gold-bright);
  border: 1px solid var(--line-2); border-radius: 100px;
  padding: 8px 18px; margin-bottom: 26px; background: var(--gold-soft);
}
.hero-eyebrow .dotpulse{width:8px;height:8px;border-radius:50%;background:var(--gold-bright);box-shadow:0 0 0 0 rgba(227,197,131,.7);animation:pulse 2s infinite;}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(227,197,131,.6)}70%{box-shadow:0 0 0 8px rgba(227,197,131,0)}100%{box-shadow:0 0 0 0 rgba(227,197,131,0)}}
.hero-headline {
  font-size: clamp(30px, 4.4vw, 60px);
  font-weight: 800; line-height: 1.22; letter-spacing: 0.01em; margin-bottom: 22px;
}
.hero-headline .accent {
  color: var(--gold-bright);
  background: linear-gradient(120deg, var(--gold-bright), var(--gold));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-sub {
  font-size: clamp(14px, 1.1vw, 16.5px); color: var(--text-dim);
  font-weight: 400; line-height: 1.95; max-width: 560px; margin-bottom: 26px;
}
.hero-price{
  display:flex; align-items:center; gap:24px; flex-wrap:wrap;
  border:1px solid var(--line-2); border-radius:14px; padding:18px 22px; margin-bottom:28px;
  background:linear-gradient(180deg, rgba(21,27,38,.7), rgba(15,19,28,.55));
}
.hp-main{display:flex;flex-direction:column;gap:4px}
.hp-label{font-size:12px;letter-spacing:.1em;color:var(--text-mute)}
.hp-amount{font-family:var(--sans-en);font-size:30px;font-weight:800;color:var(--text);letter-spacing:0}
.hp-unit{font-size:12px;font-weight:600;color:var(--text-mute);margin-left:8px;letter-spacing:.06em}
.hp-points{list-style:none;display:flex;flex-direction:column;gap:5px;font-size:13px;color:var(--text-dim)}
.hp-points li{white-space:nowrap}
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom:18px; }
.hero-microtrust{font-size:12px;color:var(--text-mute);letter-spacing:.04em}

/* Right: browser + phone mockups */
.hero-right{position:relative;min-height:380px;display:flex;align-items:center;justify-content:center}
.mock-browser{
  width:100%; max-width:560px; border-radius:14px; overflow:hidden;
  background:#0f131c; border:1px solid var(--line-2);
  box-shadow:0 40px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(201,163,90,.08);
  transform:perspective(1600px) rotateY(-8deg) rotateX(3deg); transform-origin:center;
}
.mb-bar{display:flex;align-items:center;gap:8px;padding:11px 14px;background:#141a26;border-bottom:1px solid var(--line)}
.mb-dot{width:11px;height:11px;border-radius:50%;display:inline-block}
.mb-dot.r{background:#ff5f57}.mb-dot.y{background:#febc2e}.mb-dot.g{background:#28c840}
.mb-url{margin-left:10px;font-family:var(--sans-en);font-size:12px;color:var(--text-mute);background:#0b0f18;border-radius:6px;padding:4px 12px;flex:1}
.mb-live{font-family:var(--sans-en);font-size:10px;font-weight:700;letter-spacing:.12em;color:#0a0d14;background:var(--gold-bright);padding:3px 9px;border-radius:100px}
.mb-shot{aspect-ratio:1120/700;overflow:hidden;background:#0a0d14}
.mb-shot img{width:100%;height:100%;object-fit:cover;object-position:top center}
.mock-phone{
  position:absolute; right:-6px; bottom:-30px; width:118px; aspect-ratio:9/19; z-index:3;
  border-radius:20px; overflow:hidden; background:#0a0d14;
  border:5px solid #1b2230; box-shadow:0 30px 60px rgba(0,0,0,.6);
}
.mock-phone img{width:100%;height:100%;object-fit:cover;object-position:top center}
.mp-notch{position:absolute;top:6px;left:50%;transform:translateX(-50%);width:38px;height:5px;border-radius:100px;background:#0a0d14;z-index:2}
.mock-badge{
  position:absolute; left:-14px; top:6px; z-index:4;
  display:flex;align-items:center;gap:9px;
  background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:#0a0d14;
  border-radius:12px;padding:11px 15px;box-shadow:0 16px 40px rgba(201,163,90,.35);
}
.mbadge-num{font-family:var(--sans-en);font-size:30px;font-weight:800;line-height:1}
.mbadge-txt{font-size:11px;font-weight:700;line-height:1.3;letter-spacing:.02em}

.hero-stats {
  position:relative; z-index:2; width:100%; max-width:var(--container); margin:clamp(40px,5vw,64px) auto 0;
  display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid var(--line); padding-top:8px;
}
.hero-stats .stat { padding: 30px 0 0; }
.hero-stats .stat + .stat { border-left: 1px solid var(--line); padding-left: 36px; }
.hero-stats .num { font-family:var(--sans-en); font-size:clamp(30px,3.4vw,44px); font-weight:800; color:var(--text); letter-spacing:0; }
.hero-stats .num .unit { font-size: 0.45em; color: var(--text-dim); margin-left: 6px; font-weight: 600; }
.hero-stats .label { font-size: 13px; color: var(--text-mute); margin-top: 12px; letter-spacing: 0.1em; }
@media (max-width:960px){
  .hero-inner{grid-template-columns:1fr; gap:44px}
  .hero-right{order:-1; min-height:0; margin-top:8px}
  .mock-browser{transform:none; max-width:520px}
  .hero-headline{font-size:clamp(30px,7vw,44px)}
}
@media (max-width:640px){
  .hero-stats{ grid-template-columns:1fr; gap:0; }
  .hero-stats .stat + .stat{ border-left:none; border-top:1px solid var(--line); padding-left:0; padding-top:26px; margin-top:26px; }
  .hero-price{gap:16px;padding:16px 18px}
  .hp-points{font-size:12px}
  .mock-phone{width:92px;right:0;bottom:-20px}
  .mock-badge{left:-6px;padding:9px 12px}
}
/* ============ PROBLEM / WHY ============ */
.why { background: var(--bg-2); border-top: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 56px; }
.why-card {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 6px;
  padding: 40px 34px; transition: all .3s; position: relative; overflow: hidden;
}
.why-card::before {
  content:""; position:absolute; top:0; left:0; width:100%; height:2px;
  background: linear-gradient(90deg,var(--gold),transparent); transform: scaleX(0);
  transform-origin: left; transition: transform .4s;
}
.why-card:hover { border-color: var(--line-2); transform: translateY(-4px); }
.why-card:hover::before { transform: scaleX(1); }
.why-card .ic {
  font-family: var(--sans-en); font-size: 13px; font-weight: 700; color: var(--gold-bright);
  letter-spacing: 0.1em; margin-bottom: 18px;
}
.why-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 14px; line-height: 1.5; }
.why-card p { font-size: 14.5px; color: var(--text-dim); font-weight: 300; line-height: 1.95; }
@media (max-width:860px){ .why-grid{ grid-template-columns:1fr; } }

/* ============ PRICE ============ */
.price { background: var(--bg); }
.price-wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; margin-top: 40px; }
@media (max-width:960px){ .price-wrap{ grid-template-columns:1fr; gap:40px; } }
.price-card {
  background: linear-gradient(165deg, var(--navy) 0%, var(--bg-3) 100%);
  border: 1px solid var(--line-2); border-radius: 10px; padding: 48px 44px;
  position: relative; overflow: hidden;
}
.price-card::after {
  content:""; position:absolute; top:-40%; right:-20%; width:340px; height:340px;
  background: radial-gradient(circle, rgba(201,163,90,0.14), transparent 70%);
}
.price-badge {
  display: inline-block; font-size: 12px; letter-spacing: 0.2em; color: var(--gold-bright);
  border: 1px solid var(--gold); border-radius: 100px; padding: 6px 16px; margin-bottom: 26px;
}
.price-name { font-size: 22px; font-weight: 600; margin-bottom: 8px; }
.price-tag { display: flex; align-items: baseline; gap: 6px; margin: 18px 0 6px; }
.price-tag .yen { font-size: 24px; color: var(--text-dim); font-weight: 500; }
.price-tag .amount { font-family: var(--sans-en); font-size: clamp(48px,7vw,74px); font-weight: 800; color: var(--gold-bright); line-height: 1; }
.price-tag .unit { font-size: 18px; color: var(--text-dim); }
.price-note { font-size: 13px; color: var(--text-mute); margin-bottom: 30px; }
.price-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.price-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; color: var(--text); font-weight: 300; }
.price-list li .check { color: var(--gold-bright); font-weight: 700; flex-shrink: 0; }
.price-side { padding-top: 8px; }
.price-side h3 { font-size: 19px; font-weight: 600; margin-bottom: 18px; }
.price-side p { font-size: 14.5px; color: var(--text-dim); font-weight: 300; line-height: 2; margin-bottom: 24px; }
.maint {
  border: 1px dashed var(--line-2); border-radius: 8px; padding: 26px 28px; background: var(--bg-2);
}
.maint .m-label { font-size: 12px; letter-spacing: 0.18em; color: var(--text-mute); margin-bottom: 10px; }
.maint .m-price { font-size: 26px; font-weight: 700; color: var(--text); }
.maint .m-price span { font-size: 14px; color: var(--text-dim); font-weight: 400; }
.maint p { font-size: 13.5px; color: var(--text-dim); margin-top: 10px; margin-bottom: 0; }

/* ============ FLOW ============ */
.flow { background: var(--bg-2); border-top: 1px solid var(--line); }
.flow-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; margin-top: 56px; }
@media (max-width:960px){ .flow-steps{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .flow-steps{ grid-template-columns:1fr; } }
.flow-step { position: relative; padding: 30px 24px; background: var(--bg-3); border: 1px solid var(--line); border-radius: 6px; }
.flow-step .step-num {
  font-family: var(--sans-en); font-size: 40px; font-weight: 800; color: var(--line-2); line-height: 1; margin-bottom: 14px;
}
.flow-step h4 { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.flow-step p { font-size: 13px; color: var(--text-dim); font-weight: 300; line-height: 1.85; }
.flow-step.highlight { border-color: var(--gold); background: linear-gradient(165deg, var(--navy), var(--bg-3)); }
.flow-step.highlight .step-num { color: var(--gold-bright); }
.flow-deadline {
  margin-top: 40px; text-align: center; font-size: clamp(16px,2vw,20px); color: var(--text-dim); font-weight: 300;
}
.flow-deadline b { color: var(--gold-bright); font-weight: 700; }

/* ============ WORKS ============ */
.works { background: var(--bg); }
.work-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 48px;
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--bg-3);
}
@media (max-width:860px){ .work-card{ grid-template-columns:1fr; } }
.work-visual {
  min-height: 340px; background: linear-gradient(135deg, var(--navy-2), var(--bg));
  position: relative; display: flex; align-items: center; justify-content: center; padding: 40px;
}
.work-visual .mock {
  font-family: var(--sans-en); text-align: center;
}
.work-visual .mock .site-name { font-size: clamp(28px,4vw,44px); font-weight: 800; color: var(--text); letter-spacing: 0.02em; }
.work-visual .mock .site-name .dot { color: var(--gold); }
.work-visual .mock .site-sub { font-size: 13px; color: var(--text-mute); letter-spacing: 0.2em; margin-top: 12px; }
.work-visual .live-badge {
  position: absolute; top: 20px; left: 20px; font-size: 11px; letter-spacing: 0.14em;
  color: #7ee0a0; border: 1px solid rgba(126,224,160,0.4); border-radius: 100px; padding: 5px 14px;
  display: flex; align-items: center; gap: 8px; background: rgba(126,224,160,0.08);
}
.work-visual .live-badge::before { content:""; width:7px; height:7px; border-radius:50%; background:#7ee0a0; box-shadow:0 0 8px #7ee0a0; }
.work-info { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.work-info .w-cat { font-size: 12px; letter-spacing: 0.2em; color: var(--gold-bright); margin-bottom: 16px; }
.work-info h3 { font-size: 26px; font-weight: 700; margin-bottom: 16px; }
.work-info p { font-size: 14.5px; color: var(--text-dim); font-weight: 300; line-height: 2; margin-bottom: 24px; }
.work-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.work-tags span { font-size: 12px; color: var(--text-dim); border: 1px solid var(--line-2); border-radius: 100px; padding: 6px 14px; }
.work-link { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-bright); font-size: 14.5px; font-weight: 500; }
.work-link:hover { gap: 14px; }

/* ============ CTA ============ */
.cta { background: linear-gradient(165deg, var(--navy) 0%, var(--bg) 100%); border-top: 1px solid var(--line); text-align: center; }
.cta h2 { font-size: clamp(28px,4vw,52px); font-weight: 700; line-height: 1.4; margin-bottom: 24px; }
.cta h2 .accent { color: var(--gold-bright); }
.cta p { font-size: clamp(15px,1.6vw,18px); color: var(--text-dim); font-weight: 300; max-width: 620px; margin: 0 auto 44px; line-height: 2; }
.cta .btn-primary { font-size: 16px; padding: 19px 42px; }
.cta-mail { margin-top: 26px; font-size: 14px; color: var(--text-mute); }
.cta-mail a { color: var(--gold-bright); }

/* ============ FOOTER ============ */
.footer { background: var(--bg); border-top: 1px solid var(--line); padding: 60px var(--gutter) 44px; }
.footer-inner { max-width: var(--container); margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; }
.footer-brand .logo { font-family: var(--sans-en); font-weight: 800; font-size: 22px; }
.footer-brand .logo .dot { color: var(--gold); }
.footer-brand .company { font-size: 13px; color: var(--text-dim); margin-top: 12px; line-height: 1.9; }
.footer-brand .company a { color: var(--text-dim); }
.footer-meta { font-size: 12.5px; color: var(--text-mute); text-align: right; line-height: 2; }
@media (max-width:640px){ .footer-meta{ text-align:left; } }
.footer-copy { max-width: var(--container); margin: 40px auto 0; padding-top: 26px; border-top: 1px solid var(--line); font-size: 12px; color: var(--text-mute); }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }


/* ============ WORKS (v2 — real screenshots) ============ */
.work-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 52px;
}
@media (max-width: 820px){ .work-grid { grid-template-columns: 1fr; gap: 24px; } }
.wcard {
  display: block; background: var(--bg-3); border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden; transition: transform .5s cubic-bezier(.2,.7,.2,1), border-color .4s, box-shadow .5s;
  will-change: transform;
}
.wcard:hover {
  transform: translateY(-6px); border-color: rgba(201,163,90,0.5);
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.7), 0 0 0 1px rgba(201,163,90,0.12);
}
.wcard-shot {
  position: relative; aspect-ratio: 1120 / 700; overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, var(--navy-2), var(--bg));
}
.wcard-shot img {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1); filter: saturate(1.02);
}
.wcard:hover .wcard-shot img { transform: scale(1.045); }
.wcard-shot::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(10,13,20,0.35), transparent 42%);
}
.wcard-shot .live-badge {
  position: absolute; top: 16px; left: 16px; z-index: 2; font-size: 11px; letter-spacing: 0.14em;
  color: #7ee0a0; border: 1px solid rgba(126,224,160,0.4); border-radius: 100px; padding: 5px 13px;
  display: inline-flex; align-items: center; gap: 8px; background: rgba(10,20,14,0.55); backdrop-filter: blur(6px);
  font-family: var(--sans-en); font-weight: 600;
}
.wcard-shot .live-badge::before { content:""; width:7px; height:7px; border-radius:50%; background:#7ee0a0; box-shadow:0 0 8px #7ee0a0; }
.wcard-body { padding: 30px 30px 32px; }
.wcard-body .w-cat { font-size: 11.5px; letter-spacing: 0.2em; color: var(--gold-bright); margin-bottom: 12px; font-family: var(--sans-en); }
.wcard-body h3 { font-size: 21px; font-weight: 700; margin-bottom: 12px; letter-spacing: 0.02em; }
.wcard-body p { font-size: 13.5px; color: var(--text-dim); font-weight: 300; line-height: 1.95; margin-bottom: 20px; }
.wcard .work-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.wcard .work-tags span { font-size: 11.5px; color: var(--text-dim); border: 1px solid var(--line-2); border-radius: 100px; padding: 5px 12px; }
.wcard-link { font-family: var(--sans-en); font-size: 13px; letter-spacing: 0.06em; color: var(--gold-bright); display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.wcard-link .arrow { transition: transform .4s; }
.wcard:hover .wcard-link .arrow { transform: translateX(6px); }



/* ============ SERVICES ============ */
.services { background: var(--bg-2); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
@media (max-width:900px){ .svc-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:600px){ .svc-grid { grid-template-columns: 1fr; } }
.svc-card {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 12px;
  padding: 34px 30px 32px; transition: transform .5s cubic-bezier(.2,.7,.2,1), border-color .4s, background .4s;
  position: relative; overflow: hidden;
}
.svc-card::before {
  content:""; position:absolute; left:0; top:0; height:2px; width:0; background:linear-gradient(90deg,var(--gold),var(--gold-bright)); transition:width .5s;
}
.svc-card:hover { transform: translateY(-5px); border-color: rgba(201,163,90,0.4); background:#171e2b; }
.svc-card:hover::before { width:100%; }
.svc-card .svc-no { font-family: var(--sans-en); font-size: 13px; font-weight: 700; color: var(--gold); letter-spacing: 0.1em; margin-bottom: 16px; }
.svc-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; letter-spacing:0.02em; }
.svc-card p { font-size: 13.5px; color: var(--text-dim); font-weight: 300; line-height: 1.95; }

/* ============ FAQ ============ */
.faq { background: var(--bg); }
.faq-list { margin-top: 48px; max-width: 900px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; background: var(--bg-3); margin-bottom: 14px; overflow: hidden; transition: border-color .4s; }
.faq-item[open] { border-color: rgba(201,163,90,0.35); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 22px 56px 22px 28px; font-size: 15.5px; font-weight: 600;
  position: relative; color: var(--text); letter-spacing: 0.03em; transition: color .3s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 26px; top: 50%; transform: translateY(-50%);
  font-size: 22px; font-weight: 300; color: var(--gold-bright); transition: transform .4s; line-height:1;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item summary:hover { color: var(--gold-bright); }
.faq-a { padding: 0 28px 24px; font-size: 14px; color: var(--text-dim); font-weight: 300; line-height: 2; }

/* ===== Lead form (contact CTA) ===== */
.lead-form{max-width:560px;margin:32px auto 0;text-align:left;display:flex;flex-direction:column;gap:12px}
.lead-form .lf-row{display:flex;gap:12px}
.lead-form .lf-row input{flex:1}
.lead-form input,.lead-form textarea{width:100%;padding:14px 16px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-size:15px;font-family:inherit;transition:border-color .2s,background .2s;box-sizing:border-box}
.lead-form input::placeholder,.lead-form textarea::placeholder{color:rgba(255,255,255,.5)}
.lead-form input:focus,.lead-form textarea:focus{outline:none;border-color:var(--gold,#c8a24b);background:rgba(255,255,255,.1)}
.lead-form textarea{resize:vertical;min-height:84px}
.lead-form .btn{margin-top:4px;width:100%;justify-content:center;cursor:pointer;border:none}
.lead-form .lf-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.lead-msg{min-height:20px;font-size:14px;line-height:1.6}
.lead-msg.ok{color:#7fd18b}
.lead-msg.err{color:#ff9b9b}
@media(max-width:560px){.lead-form .lf-row{flex-direction:column}}

/* ===== Column (blog) pages ===== */
.crumb{font-size:13px;color:rgba(255,255,255,.55);margin-bottom:20px}
.crumb a{color:var(--gold,#c8a24b);text-decoration:none}
.crumb a:hover{text-decoration:underline}
.col-hero{padding:130px 0 40px;background:linear-gradient(180deg,#0a0d14,#0d1119)}
.col-hero h1{font-size:clamp(28px,5vw,44px);margin:0 0 14px}
.col-hero p{color:rgba(255,255,255,.7);max-width:640px}
.col-list{padding:20px 0 70px;background:#0d1119}
.col-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px}
.col-card{display:block;padding:26px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.03);text-decoration:none;color:#fff;transition:transform .2s,border-color .2s,background .2s}
.col-card:hover{transform:translateY(-4px);border-color:var(--gold,#c8a24b);background:rgba(255,255,255,.06)}
.col-card h3{font-size:18px;line-height:1.5;margin:0 0 12px}
.col-card p{font-size:14px;color:rgba(255,255,255,.62);line-height:1.7;margin:0 0 16px}
.col-more{font-size:13px;color:var(--gold,#c8a24b);font-weight:600}
.col-article{padding:120px 0 60px;background:#0d1119}
.col-article .container{max-width:760px}
.col-article h1{font-size:clamp(26px,4.5vw,38px);line-height:1.45;margin:0 0 32px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.12)}
.col-body h2{font-size:21px;margin:40px 0 14px;color:var(--gold,#c8a24b)}
.col-body p{font-size:16px;line-height:2;color:rgba(255,255,255,.85);margin:0 0 18px}
.col-body strong{color:#fff}
.col-cta{padding:70px 0;text-align:center;background:linear-gradient(180deg,#0d1119,#0a0d14)}
.col-cta h2{font-size:clamp(22px,4vw,32px);margin:0 0 14px}
.col-cta p{color:rgba(255,255,255,.7);max-width:560px;margin:0 auto 28px}
