:root {
  --navy: #0f1923;
  --blue: #1a3a5c;
  --accent: #d92b3a;
  --accent-dark: #a81f2a;
  --gold: #e8973a;
  --green: #1b5e3b;
  --light: #f5f7fa;
  --gray: #6b7280;
  --text: #1a1a2e;
  --white: #ffffff;
  --chat-bg: #f0f4f8;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(0,0,0,0.12);
  --shadow-lg: 0 8px 48px rgba(0,0,0,0.2);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text);
  line-height: 1.7;
  background: var(--white);
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===== UTILITY ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.section-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--navy);
}
.section-sub {
  font-size: 16px;
  color: var(--gray);
  margin-bottom: 48px;
}
.tag {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.tag-reason {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold);
  color: #0a1a2e;
  font-size: 16px;
  font-weight: 900;
  padding: 10px 24px;
  border-radius: 50px;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 24px rgba(232,151,58,0.55);
}
.sound-callout {
  background: linear-gradient(135deg, #0a1428 0%, #0c2350 100%);
  border: 2px solid var(--gold);
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 20px;
  color: var(--white);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.sound-callout .sound-icon {
  font-size: 38px;
  line-height: 1;
  flex-shrink: 0;
}
.sound-callout .sound-em {
  font-size: 22px;
  font-weight: 900;
  color: var(--gold);
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.sound-callout .sound-text {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,0.88);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  text-decoration: none;
}
.btn-primary {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(217,43,58,0.4);
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(217,43,58,0.5); }
.btn-secondary {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}
.btn-secondary:hover { background: var(--navy); color: var(--white); }
.btn-white {
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.btn-white:hover { background: var(--light); transform: translateY(-2px); }

/* ===== WARNING BANNER ===== */
#warning-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--accent);
  color: var(--white);
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
#warning-banner:hover { background: var(--accent-dark); }
#warning-banner span.blink { animation: blink 1.2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.4} }

/* ===== HEADER ===== */
header {
  position: fixed;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  transition: top 0.3s;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.logo {
  font-size: 28px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.2;
}
.logo span { color: var(--accent); }
.logo small { font-size: 13px; font-weight: 400; color: var(--gray); display: block; }
nav { display: flex; align-items: center; gap: 24px; }
nav a { font-size: 14px; font-weight: 500; color: var(--gray); transition: color 0.2s; }
nav a:hover { color: var(--accent); }
.header-tel {
  font-size: 22px;
  font-weight: 900;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-tel a { font-size: 24px !important; font-weight: 900; }
.header-tel small { font-size: 12px; font-weight: 400; color: var(--gray); }

/* ===== HERO ===== */
#hero {
  padding-top: 136px;
  min-height: 100vh;
  background: url('main-gazou.png') center center / cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(5, 10, 20, 0.50) 0%,
    rgba(10, 25, 50, 0.40) 50%,
    rgba(5, 10, 20, 0.30) 100%
  );
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(217,43,58,0.2);
  border: 1px solid rgba(217,43,58,0.5);
  color: #ff8a8a;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 24px;
}
.hero-badge .dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; animation: pulse-dot 1.5s infinite; }
@keyframes pulse-dot { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.5);opacity:0.6} }
.hero-content {
  background: rgba(5, 10, 20, 0.72);
  border-radius: 16px;
  padding: 36px 40px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.hero-content h1 {
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.8);
}
.hero-content h1 em { color: #ffffff; font-style: normal; text-shadow: 0 2px 14px rgba(0,0,0,0.8); }
.hero-content p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 32px;
  line-height: 1.8;
  text-shadow: 0 1px 8px rgba(0,0,0,0.8);
}
.hero-content p strong { color: #ffffff; font-weight: 700; }
.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-cta .btn { font-size: 17px; padding: 18px 36px; }
.trust-badges {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
}
.trust-badge .icon { font-size: 20px; }
.hero-visual {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 32px;
  backdrop-filter: blur(10px);
}
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stat-card {
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.1);
}
.stat-card .num {
  font-size: 36px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-card .label {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  line-height: 1.4;
}
.stat-note {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  margin-top: 16px;
  text-align: right;
}

/* ===== THREAT SECTION ===== */
#threat {
  background: #fff8f8;
  border-top: 4px solid var(--accent);
}
.threat-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
}
.threat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 40px;
}
.threat-facts { display: flex; flex-direction: column; gap: 20px; }
.fact-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--white);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-left: 4px solid var(--accent);
}
.fact-num {
  font-size: 40px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  min-width: 60px;
}
.fact-text h4 { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: var(--navy); }
.fact-text p { font-size: 14px; color: var(--gray); }
.threat-solution {
  background: var(--navy);
  border-radius: 20px;
  padding: 36px;
  color: var(--white);
}
.threat-solution h3 { font-size: 20px; font-weight: 900; margin-bottom: 20px; color: var(--gold); }
.solution-list { display: flex; flex-direction: column; gap: 14px; }
.solution-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
}
.solution-item .check { color: #4ade80; font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.solution-cta {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.solution-cta p { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 16px; }

/* ===== AI ADVISOR ===== */
#ai-advisor {
  background: linear-gradient(180deg, #f0f4f8 0%, #e8edf3 100%);
}
.advisor-header { text-align: center; margin-bottom: 48px; }
.advisor-header .section-title { color: var(--navy); }
.chat-container {
  max-width: 760px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
}
.chat-header {
  background: var(--navy);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.ai-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--gold);
  position: relative;
}
.ai-avatar img { position: absolute; width: 150%; height: auto; left: 50%; top: 50%; transform: translate(-50%, -55%); }
.ai-info h3 { color: var(--white); font-size: 16px; font-weight: 700; }
.ai-info p { color: rgba(255,255,255,0.6); font-size: 13px; }
.online-dot {
  width: 10px; height: 10px;
  background: #4ade80;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  animation: pulse-dot 1.5s infinite;
}
.chat-messages {
  padding: 24px;
  height: 420px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--chat-bg);
}
.chat-messages::-webkit-scrollbar { width: 4px; }
.chat-messages::-webkit-scrollbar-thumb { background: #ccc; border-radius: 2px; }
.msg {
  display: flex;
  gap: 10px;
  max-width: 85%;
  animation: msg-in 0.3s ease;
}
@keyframes msg-in { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }
.msg.user { flex-direction: row-reverse; align-self: flex-end; }
.msg-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--navy);
  position: relative;
}
.msg-avatar img { position: absolute; width: 150%; height: auto; left: 50%; top: 50%; transform: translate(-50%, -55%); }
.msg.user .msg-avatar { background: var(--blue); }
.msg-bubble {
  background: var(--white);
  border-radius: 16px 16px 16px 4px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.7;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  color: var(--text);
}
.msg.user .msg-bubble {
  background: var(--navy);
  color: var(--white);
  border-radius: 16px 16px 4px 16px;
}
.msg-bubble strong { font-weight: 700; color: var(--accent); }
.msg-bubble .price-box {
  background: var(--light);
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 12px;
  border-left: 3px solid var(--gold);
}
.msg-bubble .price-box .price-label { font-size: 12px; color: var(--gray); margin-bottom: 4px; }
.msg-bubble .price-box .price-num { font-size: 24px; font-weight: 900; color: var(--navy); }
.msg-bubble .cta-btns { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.msg-bubble .cta-btns button {
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}
.msg-bubble .cta-btns .cta-primary { background: var(--accent); color: var(--white); }
.msg-bubble .cta-btns .cta-primary:hover { background: var(--accent-dark); }
.msg-bubble .cta-btns .cta-secondary { background: var(--light); color: var(--navy); border: 1px solid #ddd; }
.msg-bubble .cta-btns .cta-secondary:hover { background: #e8edf3; }
.typing-indicator {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px 14px;
}
.typing-indicator span {
  width: 8px; height: 8px;
  background: var(--gray);
  border-radius: 50%;
  animation: typing 1.2s infinite;
}
.typing-indicator span:nth-child(2) { animation-delay: 0.2s; }
.typing-indicator span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px);background:var(--accent)} }
.quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 24px;
  background: var(--white);
  border-top: 1px solid #eee;
}
.qr-btn {
  padding: 8px 14px;
  border-radius: 50px;
  border: 1.5px solid var(--blue);
  background: var(--white);
  color: var(--blue);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.qr-btn:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.chat-input-area {
  display: flex;
  gap: 10px;
  padding: 16px 20px;
  background: var(--white);
  border-top: 1px solid #eee;
}
#chat-input {
  flex: 1;
  border: 1.5px solid #ddd;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}
#chat-input:focus { border-color: var(--blue); }
#chat-send {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent);
  border: none;
  color: var(--white);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}
#chat-send:hover { background: var(--accent-dark); transform: scale(1.05); }

/* ===== PLANS ===== */
#plans { background: var(--white); }
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.plan-card {
  border-radius: 16px;
  border: 2px solid #e5e7eb;
  padding: 32px 24px;
  position: relative;
  transition: all 0.3s;
}
.plan-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--shadow); }
.plan-card.popular {
  border-color: var(--accent);
  box-shadow: 0 4px 24px rgba(217,43,58,0.15);
}
.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 50px;
  white-space: nowrap;
}
.plan-icon { font-size: 40px; margin-bottom: 16px; }
.plan-name { font-size: 13px; font-weight: 700; color: var(--gray); letter-spacing: 0.1em; margin-bottom: 8px; }
.plan-title { font-size: 20px; font-weight: 900; color: var(--navy); margin-bottom: 16px; }
.plan-price { font-size: 30px; font-weight: 900; color: var(--accent); margin-bottom: 4px; }
.plan-price span { font-size: 15px; font-weight: 500; color: var(--gray); }
.plan-desc { font-size: 14px; color: var(--gray); line-height: 1.6; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.plan-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.plan-feature { display: flex; gap: 10px; font-size: 14px; color: var(--text); align-items: flex-start; }
.plan-feature .check { color: #22c55e; font-size: 16px; flex-shrink: 0; }
.plan-card .btn { width: 100%; }
.emergency-card {
  margin-top: 28px;
  background: #fff3cd;
  border: 2px dashed var(--gold);
  border-radius: 16px;
  padding: 28px 32px;
  display: flex;
  gap: 28px;
  align-items: center;
}
.emergency-icon { font-size: 48px; flex-shrink: 0; }
.emergency-content h3 { font-size: 20px; font-weight: 900; color: var(--navy); margin-bottom: 8px; }
.emergency-content p { font-size: 14px; color: var(--gray); margin-bottom: 16px; }
.emergency-content .tel { font-size: 24px; font-weight: 900; color: var(--accent); display: block; margin-bottom: 12px; }

/* ===== GUARANTEE ===== */
#guarantee {
  background: linear-gradient(135deg, #0a1a2e 0%, #0d2d5e 60%, #0a1a2e 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
#guarantee::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(232,151,58,0.07);
  pointer-events: none;
}
.guarantee-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}
.guarantee-badge-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.guarantee-shield {
  width: 220px;
  height: 245px;
  background: linear-gradient(160deg, var(--gold) 0%, #c8780a 100%);
  clip-path: polygon(50% 0%, 100% 15%, 100% 60%, 50% 100%, 0% 60%, 0% 15%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 50px rgba(232,151,58,0.65);
  position: relative;
}
.guarantee-shield .years {
  font-size: 88px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: 0 3px 12px rgba(0,0,0,0.35);
  margin-bottom: 2px;
}
.guarantee-shield .years-label {
  font-size: 18px;
  font-weight: 800;
  color: rgba(255,255,255,0.95);
  letter-spacing: 0.1em;
}
.guarantee-badge-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1.4;
  text-align: center;
}
.guarantee-badge-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
}
.guarantee-content h2 {
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 8px;
}
.guarantee-content h2 em {
  color: var(--gold);
  font-style: normal;
}
.guarantee-content .lead {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.85;
  margin-bottom: 28px;
}
.guarantee-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.guarantee-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(232,151,58,0.25);
  border-radius: 10px;
  padding: 14px 18px;
}
.guarantee-point .g-icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.guarantee-point .g-text h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 3px;
}
.guarantee-point .g-text p {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
}
.guarantee-condition {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
}
.guarantee-condition strong {
  color: var(--gold);
  font-weight: 700;
}
@media(max-width:900px) {
  .guarantee-inner { grid-template-columns: 1fr; }
  .guarantee-badge-area { flex-direction: row; gap: 20px; text-align: left; }
  .guarantee-shield { width: 160px; height: 178px; }
  .guarantee-shield .years { font-size: 64px; }
  .guarantee-shield .years-label { font-size: 14px; }
  .guarantee-badge-title { font-size: 18px; }
  .sound-callout { flex-direction: column; gap: 10px; }
}

/* ===== VIDEO BANNER ===== */
.video-banner {
  background: linear-gradient(135deg, #050e1a 0%, #0d2040 50%, #0a1428 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
}
.video-banner::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,151,58,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.video-banner::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217,43,58,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.video-banner-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 44px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.vb-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}
.vb-title {
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
}
.vb-title em {
  color: var(--gold);
  font-style: normal;
}
.vb-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
  margin-bottom: 16px;
  max-width: 500px;
}
.vb-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.vb-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  font-weight: 700;
}
.vb-stat .vbs-icon { font-size: 16px; }
.vb-play-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.vb-play-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 160px;
  background: var(--gold);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  padding: 18px 12px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(232,151,58,0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
.vb-play-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(232,151,58,0.65);
}
.vb-play-icon {
  font-size: 36px;
  line-height: 1;
}
.vb-play-sub {
  font-size: 10px;
  color: rgba(10,26,46,0.7);
  font-weight: 600;
}
@media(max-width:700px) {
  .video-banner-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .vb-desc { max-width: 100%; }
  .vb-stats { justify-content: center; }
  .vb-play-area { flex-direction: row; }
  .vb-play-btn { width: 100%; max-width: 300px; flex-direction: row; padding: 14px 20px; }
}

/* ===== FOUNDER ===== */
#founder { background: var(--light); }
.founder-inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
.founder-photo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: var(--white);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-top: 4px solid var(--gold);
  text-align: center;
}
.founder-photo {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 4px;
  position: relative;
}
.founder-photo img {
  position: absolute;
  width: 150%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
}
.founder-role { font-size: 12px; color: var(--gray); font-weight: 500; letter-spacing: 0.06em; }
.founder-name { font-size: 22px; font-weight: 900; color: var(--navy); margin: 4px 0; }
.founder-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  background: var(--navy);
  padding: 4px 12px;
  border-radius: 50px;
  margin-top: 6px;
}
.founder-career { display: flex; flex-direction: column; gap: 8px; }
.founder-headline { margin-bottom: 20px; }
.career-point {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--white);
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  border-left: 4px solid var(--gold);
}
.career-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
.career-text h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.career-text p { font-size: 13.5px; color: var(--gray); line-height: 1.75; }
.founder-message {
  margin-top: 20px;
  background: var(--navy);
  color: var(--white);
  border-radius: 12px;
  padding: 22px 24px;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
}
.founder-message::before {
  content: '代表より';
  font-size: 11px;
  font-weight: 700;
  background: var(--gold);
  color: var(--navy);
  padding: 2px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}
@media(max-width:768px){ .founder-inner{grid-template-columns:1fr} }

/* ===== FLOW ===== */
#flow { background: var(--navy); }
#flow .section-title { color: var(--white); }
#flow .section-sub { color: rgba(255,255,255,0.6); }
.flow-steps {
  display: flex;
  gap: 0;
  margin-top: 40px;
  position: relative;
}
.flow-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(10% + 36px);
  right: calc(10% + 36px);
  height: 2px;
  background: rgba(255,255,255,0.15);
}
.flow-step {
  flex: 1;
  text-align: center;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
.flow-num {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 28px;
  transition: all 0.3s;
}
.flow-step:hover .flow-num { background: var(--accent); border-color: var(--accent); }
.flow-step h4 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.flow-step p { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.6; }
.flow-badge {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 6px;
}

/* ===== FAQ ===== */
#faq { background: var(--light); }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  transition: background 0.2s;
}
.faq-q:hover { background: var(--light); }
.faq-q::before {
  content: 'Q';
  color: var(--accent);
  font-size: 18px;
  font-weight: 900;
  margin-right: 12px;
  flex-shrink: 0;
}
.faq-arrow {
  font-size: 20px;
  transition: transform 0.3s;
  color: var(--gray);
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}
.faq-item.open .faq-a { max-height: 300px; }
.faq-a-inner {
  padding: 0 24px 24px 52px;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.8;
}
.faq-a-inner::before {
  content: 'A. ';
  font-weight: 700;
  color: var(--blue);
}

/* ===== CONTACT ===== */
#contact { background: var(--white); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}
.contact-info h3 { font-size: 22px; font-weight: 900; color: var(--navy); margin-bottom: 16px; }
.contact-info p { font-size: 14px; color: var(--gray); line-height: 1.8; margin-bottom: 28px; }
.contact-tel-box {
  background: var(--navy);
  color: var(--white);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
.contact-tel-box .tel-num {
  font-size: 28px;
  font-weight: 900;
  display: block;
  margin-bottom: 4px;
}
.contact-tel-box small { font-size: 12px; opacity: 0.7; }
.contact-points { display: flex; flex-direction: column; gap: 12px; }
.contact-point { display: flex; gap: 10px; font-size: 14px; align-items: flex-start; }
.contact-point .icon { font-size: 20px; flex-shrink: 0; }
.contact-form { background: var(--light); border-radius: 16px; padding: 36px; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.form-group label .req {
  color: var(--accent);
  font-size: 11px;
  margin-left: 4px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
  background: var(--white);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--blue); }
.form-group textarea { resize: vertical; height: 100px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-submit .btn { width: 100%; font-size: 17px; padding: 18px; }
#ai-estimate-result {
  background: var(--white);
  border: 1.5px solid var(--gold);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: var(--navy);
  margin-bottom: 20px;
  display: none;
}
#ai-estimate-result.visible { display: block; }

/* ===== FOOTER ===== */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.7);
  padding: 48px 20px 24px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand .logo { color: var(--white); margin-bottom: 12px; }
.footer-brand p { font-size: 13px; line-height: 1.8; }
footer h4 { color: var(--white); font-size: 14px; font-weight: 700; margin-bottom: 16px; }
footer ul { display: flex; flex-direction: column; gap: 8px; }
footer ul li a { font-size: 13px; transition: color 0.2s; }
footer ul li a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
}

/* ===== FLOATING CTA ===== */
.float-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  border: none;
  box-shadow: var(--shadow-lg);
  font-family: inherit;
  transition: all 0.2s;
  text-decoration: none;
}
.float-btn-ai {
  background: var(--accent);
  color: var(--white);
  animation: float-pulse 2s infinite;
}
@keyframes float-pulse {
  0%,100%{box-shadow:0 4px 24px rgba(217,43,58,0.4)}
  50%{box-shadow:0 4px 36px rgba(217,43,58,0.7)}
}
.float-btn-ai:hover { background: var(--accent-dark); animation: none; }
.float-btn-tel { background: var(--white); color: var(--navy); }
.float-btn-tel:hover { background: var(--light); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  nav { display: none; }
  .header-inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 28px 20px;
  }
  .logo {
    font-size: clamp(40px, 11vw, 80px);
    text-align: center;
  }
  .logo small { font-size: clamp(14px, 3.5vw, 20px); text-align: center; }
  .header-tel {
    align-items: center;
    font-size: clamp(28px, 8vw, 56px);
  }
  .header-tel a { font-size: clamp(28px, 8vw, 56px) !important; }
  .header-tel small { font-size: clamp(12px, 3vw, 16px); }
  #hero { padding-top: 240px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .threat-grid { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr; }
  .flow-steps { flex-direction: column; gap: 24px; }
  .flow-steps::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .emergency-card { flex-direction: column; }
}
@media (max-width: 600px) {
  .hero-cta { flex-direction: column; }
  .plans-grid { gap: 16px; }
  .chat-messages { height: 340px; }
  .form-grid { grid-template-columns: 1fr; }
  .float-cta { bottom: 16px; right: 16px; }
}

/* ===== ADV WIDGET（AIアドバイザー統合版）===== */
#adv-progress-wrap { width: 100%; height: 4px; background: #c0ccd8; }
#adv-progress { height: 100%; background: var(--gold); transition: width .4s; width: 0%; }

.adv-messages {
  padding: 20px; min-height: 280px; max-height: 440px;
  overflow-y: auto; display: flex; flex-direction: column; gap: 12px;
  background: var(--chat-bg);
}
.adv-messages::-webkit-scrollbar { width: 4px; }
.adv-messages::-webkit-scrollbar-thumb { background: #ccc; border-radius: 2px; }

.adv-choices {
  padding: 10px 20px 16px; display: flex; flex-direction: column; gap: 8px;
  background: var(--white); border-top: 1px solid #eee; min-height: 60px;
}
.adv-choice-btn {
  width: 100%; padding: 12px 16px; text-align: left;
  background: var(--white); border: 2px solid #dce4f0;
  border-radius: 10px; font-size: 14px; color: var(--text);
  cursor: pointer; font-family: inherit; line-height: 1.5;
  transition: all .15s;
}
.adv-choice-btn:hover { border-color: var(--navy); background: #f4f7fb; }
.adv-choice-btn.star { border-color: var(--gold); background: #fff9ec; font-weight: 700; }
.adv-choice-btn.skip { border-color: #eee; color: var(--gray); font-size: 13px; padding: 9px 16px; }
.adv-choice-btn.selected { border-color: var(--navy); background: var(--navy); color: #fff; }
.adv-custom-size { display: flex; align-items: center; gap: 8px; padding: 8px 0; flex-wrap: wrap; }
.adv-custom-size input { width: 76px; padding: 9px; border: 2px solid #dce4f0; border-radius: 10px; font-size: 14px; text-align: center; font-family: inherit; }
.adv-custom-size input:focus { outline: none; border-color: var(--navy); }
.adv-custom-size button { padding: 9px 16px; background: var(--navy); color: #fff; border: none; border-radius: 10px; font-size: 13px; cursor: pointer; font-family: inherit; }

.adv-screen {
  padding: 20px; background: var(--chat-bg);
  max-height: 600px; overflow-y: auto;
}
.adv-screen::-webkit-scrollbar { width: 4px; }
.adv-screen::-webkit-scrollbar-thumb { background: #ccc; border-radius: 2px; }

.adv-r-card { background: #fff; border-radius: 14px; padding: 18px; margin-bottom: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.07); }
.adv-r-tag { display: inline-block; background: var(--gold); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 10px; border-radius: 20px; margin-bottom: 10px; }
.adv-r-motive { font-size: 14px; line-height: 1.75; color: #333; margin-bottom: 14px; }
.adv-r-plan { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.adv-r-product { font-size: 12px; color: var(--gray); margin-bottom: 12px; }
.adv-r-price { font-size: 22px; font-weight: 700; color: var(--accent); margin-bottom: 4px; }
.adv-r-price-note { font-size: 11px; color: var(--gray); margin-bottom: 12px; }
.adv-r-reasons { list-style: none; }
.adv-r-reasons li { font-size: 13px; padding: 3px 0 3px 18px; position: relative; color: var(--text); line-height: 1.5; }
.adv-r-reasons li::before { content: '✔'; position: absolute; left: 0; color: var(--navy); font-weight: 700; }
.adv-subsidy { background: #f0f7f0; border: 1px solid #7fbb7f; border-radius: 10px; padding: 10px 14px; font-size: 13px; color: #1a4a1a; margin-top: 10px; }
.adv-rental  { background: #fff8e1; border: 1px solid var(--gold); border-radius: 10px; padding: 10px 14px; font-size: 13px; color: #5c3d00; margin-top: 10px; }
.adv-cta-block { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.adv-cta-btn { width: 100%; padding: 14px; border: none; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; }
.adv-cta-btn.y { background: var(--gold); color: #fff; }
.adv-cta-btn.y:hover { background: #c97e2a; }
.adv-cta-btn.b { background: var(--navy); color: #fff; }
.adv-cta-btn.b:hover { background: #1a2d40; }
.adv-cta-btn.g { background: #25d366; color: #fff; }
.adv-summary-row { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid #f0f4f8; font-size: 13px; }
.adv-summary-row:last-child { border-bottom: none; }
.adv-summary-row .lbl { color: var(--gray); }
.adv-summary-row .val { font-weight: 700; color: var(--navy); }

.adv-f-card { background: #fff; border-radius: 14px; padding: 18px; margin-bottom: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.07); }
.adv-f-title { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.adv-f-sub   { font-size: 13px; color: var(--gray); margin-bottom: 16px; line-height: 1.5; }
.adv-f-group { margin-bottom: 12px; }
.adv-f-label { font-size: 13px; font-weight: 700; display: block; margin-bottom: 4px; }
.adv-f-label .req { color: var(--accent); font-size: 11px; margin-left: 4px; }
.adv-f-input { width: 100%; padding: 10px 14px; border: 2px solid #dce4f0; border-radius: 10px; font-size: 14px; font-family: inherit; outline: none; transition: border-color .2s; }
.adv-f-input:focus { border-color: var(--navy); }
.adv-f-submit { width: 100%; padding: 14px; background: var(--gold); color: #fff; border: none; border-radius: 10px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit; margin-top: 4px; }
.adv-f-submit:hover { background: #c97e2a; }
.adv-privacy { font-size: 11px; color: var(--gray); text-align: center; margin-top: 8px; line-height: 1.5; }

.adv-done-icon  { font-size: 48px; text-align: center; margin-bottom: 14px; padding-top: 16px; }
.adv-done-title { font-size: 18px; font-weight: 700; color: var(--navy); text-align: center; margin-bottom: 8px; }
.adv-done-sub   { font-size: 14px; color: var(--gray); text-align: center; margin-bottom: 20px; line-height: 1.7; }

.adv-messages .msg-bubble.info  { background: #fff8e1; color: #5c3d00; border: 1px solid var(--gold); border-radius: 10px; width: 100%; max-width: 100%; font-size: 13px; }
.adv-messages .msg-bubble.alert { background: #fff0f0; color: #7a0000; border: 1px solid var(--accent); border-radius: 10px; width: 100%; max-width: 100%; font-size: 13px; }

/* =============================================
   動画CTAバナー（固定・右下 300×100px）
   ============================================= */
/* バナー配置セクション */
.vcb-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 16px;
  background: #1a1a2e;
}
.vcb-wrap {
  position: relative;
  width: 300px;
  height: 100px;
  border-radius: 8px;
  overflow: visible;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 0 2px #ff6600;
  cursor: pointer;
  text-decoration: none;
  display: block;
  animation: vcb-glow 3s ease-in-out infinite;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
}
.vcb-inner {
  width: 300px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@keyframes vcb-glow {
  0%,100% { box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 0 2px #ff6600; }
  50%      { box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 0 3px #ffaa00, 0 0 20px rgba(255,140,0,0.45); }
}
/* 閉じるボタン */
.vcb-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px; height: 22px;
  background: #cc0000;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 11px; font-weight: 900;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 10000;
  line-height: 1;
  padding: 0;
  transition: background 0.2s;
}
.vcb-close:hover { background: #ff0000; }
/* 上部赤ストリップ */
.vcb-top {
  background: linear-gradient(90deg, #cc0000 0%, #e80000 60%, #cc0000 100%);
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  gap: 6px;
  flex-shrink: 0;
}
.vcb-badge {
  background: #ffdd00;
  color: #aa0000;
  font-size: 9.5px; font-weight: 900;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.vcb-headline {
  font-size: 11px; font-weight: 900;
  color: #fff;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
/* 中段ネイビーエリア */
.vcb-main {
  background: linear-gradient(135deg, #0a1a2e 0%, #0f2d52 100%);
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 12px;
  flex-shrink: 0;
}
/* 3D再生ボタン */
.vcb-play {
  width: 42px; height: 42px;
  background: radial-gradient(circle at 36% 33%, #ff9a00 0%, #e63000 75%);
  border-radius: 50%;
  box-shadow:
    3px 4px 10px rgba(0,0,0,0.65),
    inset 0 1px 3px rgba(255,210,80,0.35),
    inset 0 -2px 4px rgba(0,0,0,0.2);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  animation: vcb-pulse-play 2.5s ease-in-out infinite;
}
@keyframes vcb-pulse-play {
  0%,100% { transform: scale(1); }
  50%      { transform: scale(1.1); box-shadow: 3px 4px 14px rgba(255,100,0,0.7), inset 0 1px 3px rgba(255,210,80,0.35); }
}
.vcb-play::after {
  content: '';
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #fff;
  margin-left: 5px;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.35));
}
.vcb-text { flex: 1; overflow: hidden; }
.vcb-sub {
  font-size: 8.5px; color: #5bc8ff;
  font-weight: 700; letter-spacing: 0.06em;
  white-space: nowrap;
}
.vcb-main-txt {
  font-size: 15px; font-weight: 900;
  color: #ffdd00;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  white-space: nowrap;
}
/* 下部CTAオレンジストリップ */
.vcb-cta {
  background: linear-gradient(90deg, #e63200 0%, #ff6600 50%, #e63200 100%);
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
}
.vcb-cta-text {
  font-size: 11px; font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.vcb-arrow {
  color: #ffdd00;
  font-size: 13px; font-weight: 900;
  animation: vcb-arrow-move 1.2s ease-in-out infinite;
}
@keyframes vcb-arrow-move {
  0%,100% { transform: translateX(0); }
  50%      { transform: translateX(3px); }
}
@media (max-width: 360px) {
  .vcb-wrap { right: 8px; bottom: 14px; transform: scale(0.88); transform-origin: bottom right; }
}

