/* ================================
   キャリデリ LP - style.css
   ================================ */
:root {
  --brand-orange: #FF6A1A;
  --brand-orange-dark: #E85A0C;
  --brand-orange-light: #FFF0E6;
  --brand-green: #06C755;
  --brand-green-dark: #05A847;
  --brand-charcoal: #2B2B2B;
  --brand-gray: #6B6B6B;
  --brand-light-gray: #F5F5F5;
  --brand-warn-yellow: #FFD400;
  --content-max: 480px;
}
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body {
  margin: 0; padding: 0;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--brand-charcoal);
  background: #EDEDED;
  line-height: 1.7;
  font-feature-settings: "palt";
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ================================
   LP本体コンテナ（スマホ幅固定）
   ================================ */
.lp-container {
  max-width: var(--content-max);
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
  box-shadow: 0 0 40px rgba(0,0,0,0.06);
  padding-bottom: 96px; /* fixed CTA分の余白 */
  overflow: hidden;
}

section.lp-section {
  padding: 48px 20px;
  text-align: center;
}

/* ================================
   1. FV
   ================================ */
.fv-image-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #FFF9F0;
  line-height: 0;
  position: relative;
}
.fv-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.fv-marquee-wrap {
  background: #FFF9F0;
  padding-bottom: 8px;
}
.fv-marquee {
  overflow: hidden;
  background: linear-gradient(90deg, #FF6A1A 0%, #E85A0C 100%);
  padding: 8px 0;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.fv-marquee-track {
  display: inline-flex;
  white-space: nowrap;
  animation: fv-marquee-scroll 22s linear infinite;
  will-change: transform;
}
.fv-marquee-item {
  display: inline-block;
  padding: 0 32px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.fv-marquee-item .kw {
  color: #FFEE58;
  background: none;
}
.fv-marquee-sep {
  display: inline-block;
  padding: 0 8px;
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  vertical-align: middle;
}
@keyframes fv-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.fv-cta-band {
  background: linear-gradient(180deg, #FFEDD5 0%, #FFFFFF 100%);
  padding: 20px 16px 28px;
  text-align: center;
}
.fv-cta-band .fv-cta-lead {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-charcoal);
  margin-bottom: 12px;
  line-height: 1.5;
}
.fv-cta-band .fv-cta-lead .kw {
  color: var(--brand-orange);
  font-weight: 900;
}

/* ================================
   画像読み込み失敗時のフォールバック
   ================================ */
.img-placeholder {
  background: linear-gradient(135deg, #F5F5F5 0%, #DEDEDE 100%);
  border: 2px dashed #B5B5B5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding: 12px;
  line-height: 1.4;
}

/* ================================
   CTAボタン共通
   ================================ */
.cta-btn {
  display: block;
  width: 92%;
  max-width: 420px;
  margin: 16px auto;
  padding: 18px 20px;
  background: linear-gradient(180deg, var(--brand-green) 0%, var(--brand-green-dark) 100%);
  color: #fff !important;
  font-weight: 900;
  font-size: 15px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 6px 0 rgba(0,0,0,0.15), 0 10px 24px rgba(0,0,0,0.2);
  line-height: 1.4;
  animation: pulse-btn 2s ease-in-out infinite;
}
.cta-btn:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 rgba(0,0,0,0.15), 0 6px 12px rgba(0,0,0,0.2);
}
.cta-btn .cta-arrow { margin-left: 6px; font-weight: 900; }
.cta-btn .cta-sub {
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 4px;
}
@keyframes pulse-btn {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

/* 追従CTA（本番仕様：画面下部に fixed 固定） */
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 8px 12px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid #eee;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}
.floating-cta .cta-btn {
  margin: 0 auto;
  padding: 14px 12px;
  font-size: 13px;
  max-width: var(--content-max);
}

/* ================================
   セクション共通タイトル
   ================================ */
.section-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 auto 8px;
}
.section-title .kw {
  color: var(--brand-orange);
  background: linear-gradient(transparent 65%, #FFEE58 65%);
  padding: 0 4px;
}
.section-lead {
  font-size: 13px;
  color: #555;
  margin: 0 auto 24px;
  line-height: 1.7;
  max-width: 320px;
}

/* ================================
   2. 成功事例
   ================================ */
.case-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.case-card {
  width: 100%;
  max-width: 380px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.case-card .case-body {
  padding: 16px 16px 20px;
  text-align: center;
}
.case-card .case-name {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
  font-weight: 700;
}
.case-card .case-title {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 12px;
}
.case-graph-wrap {
  position: relative;
  width: 90%;
  margin: 12px auto;
}
.case-graph-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.case-photo-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.pain-center-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.pain-comparison-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.solution-hero-photo {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.reason-photo-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.job-photo-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.voice-avatar-img { object-fit: cover; }
.qa-avatar-img { object-fit: cover; }
.warning-photo-img { object-fit: cover; }
.step-img-1-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.step-img-mobile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.case-badge-circle {
  position: absolute;
  top: -10px;
  right: -14px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #FF9E4A 0%, var(--brand-orange-dark) 100%);
  color: #fff;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  font-size: 10px;
  transform: rotate(-8deg);
  border: 3px solid #fff;
}
.case-badge-circle .big-num {
  font-size: 17px;
  color: #FFEE58;
  margin: 2px 0;
}
.case-comment {
  font-size: 12px;
  color: #555;
  line-height: 1.7;
  background: var(--brand-light-gray);
  padding: 12px;
  border-radius: 8px;
  text-align: left;
  margin-top: 12px;
}

/* ================================
   3. 悩み共感（ダーク）
   ================================ */
.pain-section {
  background: linear-gradient(180deg, #2A2A3B 0%, #1A1A2E 100%);
  color: #fff;
}
.pain-section .section-title { color: #fff; }
.pain-section .section-lead { color: #ccc; }
.pain-section .section-title .kw { color: #FFEE58; background: none; }
.pain-clouds {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center; margin: 20px 0;
}
.pain-cloud {
  background: #FFEE58; color: #2A2A3B;
  padding: 10px 14px; border-radius: 18px;
  font-size: 12px; font-weight: 800;
  position: relative; box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.pain-cloud::after {
  content: ""; position: absolute; bottom: -8px; left: 18px;
  width: 0; height: 0; border: 8px solid transparent;
  border-top-color: #FFEE58; border-bottom: 0;
}
.pain-center-img { width: 55%; max-width: 200px; margin: 24px auto; }
.pain-warning-title {
  font-size: 17px; font-weight: 900; color: #FFEE58;
  margin: 20px 0 12px; line-height: 1.5;
}
.pain-warning-title .exclaim { color: #FF4E4E; font-size: 20px; }
.pain-comparison { width: 90%; max-width: 340px; margin: 12px auto; }
.pain-caption {
  font-size: 13px; color: #FFCECE;
  margin-top: 16px; font-weight: 700; line-height: 1.6;
}

/* ================================
   4. 解決策
   ================================ */
.solution-section { background: linear-gradient(180deg, #FFF9F0 0%, #FFFFFF 100%); }
.solution-intro {
  font-size: 16px; font-weight: 700;
  color: var(--brand-orange); margin-bottom: 8px;
}
.solution-arrow { font-size: 24px; color: var(--brand-orange); margin: 8px 0; }
.solution-hero-img { width: 92%; max-width: 380px; margin: 16px auto; }
.solution-logo-img { width: 70%; max-width: 260px; margin: 12px auto 20px; }
.solution-desc {
  font-size: 13px; color: #444; line-height: 1.8;
  max-width: 340px; margin: 0 auto; text-align: left;
}

/* ================================
   5. 選ばれる理由
   ================================ */
.reasons-section { background: #FAF7F2; }

/* セクションごとの透かしイラスト */
.pain-section,
.reasons-section,
.jobs-section,
.voice-section,
.qa-section,
.flow-section {
  position: relative;
  overflow: hidden;
}
.pain-section::before,
.reasons-section::before,
.jobs-section::before,
.voice-section::before,
.qa-section::before,
.flow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: no-repeat, no-repeat;
  background-position: right -20px top 40px, left -30px bottom 60px;
  background-size: 160px auto, 140px auto;
  z-index: 0;
}
.pain-section::before {
  background-image: url('../assets/watermark-lightning.png'), url('../assets/watermark-lightning.png');
  opacity: 0.08;
  filter: brightness(1.5) contrast(0.9);
}
.reasons-section::before {
  background-image: url('../assets/logo-carideri.png'), url('../assets/logo-carideri.png');
  opacity: 0.05;
}
.jobs-section::before {
  background-image: url('../assets/watermark-building.png'), url('../assets/watermark-building.png');
  opacity: 0.06;
}
.voice-section::before {
  background-image: url('../assets/watermark-bubble.png'), url('../assets/watermark-bubble.png');
  opacity: 0.06;
}
.qa-section::before {
  background-image: url('../assets/watermark-bubble.png'), url('../assets/watermark-bubble.png');
  opacity: 0.05;
  background-position: right -20px top 100px, left -30px bottom 100px;
}
.flow-section::before {
  background-image: url('../assets/watermark-arrow.png'), url('../assets/watermark-arrow.png');
  opacity: 0.06;
}
.pain-section > *,
.reasons-section > *,
.jobs-section > *,
.voice-section > *,
.qa-section > *,
.flow-section > * { position: relative; z-index: 1; }
.reason-cards {
  display: flex; flex-direction: column; gap: 20px;
  align-items: center; margin-top: 24px;
}
.reason-card {
  width: 100%; max-width: 380px;
  background: #fff; border-radius: 16px;
  overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.reason-num {
  background: var(--brand-orange); color: #fff;
  padding: 10px 12px; font-weight: 900;
  font-size: 12px; letter-spacing: 0.1em;
}
.reason-num strong {
  font-size: 22px; color: #FFEE58;
  margin-left: 4px; vertical-align: middle;
}
.reason-body { padding: 16px 20px 22px; }
.reason-title {
  font-size: 17px; font-weight: 900;
  line-height: 1.5; margin: 10px 0;
}
.reason-title .kw { color: var(--brand-orange); }
.reason-desc {
  font-size: 13px; color: #555;
  line-height: 1.7; text-align: left;
}

/* ================================
   6. 非公開求人
   ================================ */
.jobs-section { background: #fff; }
.job-cards {
  display: flex; flex-direction: column; gap: 16px;
  align-items: center; margin-top: 20px;
}
.job-card {
  width: 100%; max-width: 380px; background: #fff;
  border: 2px solid #EEE; border-radius: 12px;
  overflow: hidden; text-align: left;
}
.job-body { padding: 14px 16px 18px; }
.job-tag {
  display: inline-block; background: var(--brand-orange);
  color: #fff; font-size: 10px; font-weight: 800;
  padding: 3px 8px; border-radius: 4px; margin-bottom: 8px;
}
.job-title { font-size: 15px; font-weight: 900; margin-bottom: 6px; line-height: 1.5; }
.job-meta { font-size: 12px; color: #666; line-height: 1.6; }
.job-salary { font-size: 16px; font-weight: 900; color: var(--brand-orange); margin-top: 6px; }

/* ================================
   7. 利用者の声
   ================================ */
.voice-section { background: linear-gradient(180deg, #FFF9F0 0%, #FFFFFF 100%); }
.voice-cards {
  display: flex; flex-direction: column; gap: 16px;
  align-items: center; margin-top: 20px;
}
.voice-card {
  width: 100%; max-width: 380px; background: #fff;
  border-radius: 16px; padding: 18px 18px 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06); text-align: left;
}
.voice-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.voice-avatar { width: 60px; height: 60px; border-radius: 50%; flex-shrink: 0; }
.voice-meta { font-size: 12px; color: #666; line-height: 1.5; }
.voice-meta strong { display: block; font-size: 14px; color: var(--brand-charcoal); font-weight: 800; }
.voice-stars { color: #FFC107; font-size: 14px; letter-spacing: 2px; margin-top: 2px; }
.voice-title {
  font-size: 15px; font-weight: 900; color: var(--brand-orange);
  line-height: 1.5; margin-bottom: 8px;
}
.voice-body { font-size: 13px; color: #444; line-height: 1.75; }

/* ================================
   8. 不安解消（吹き出し）
   ================================ */
.qa-section { background: #F7F5F0; }
.qa-dialog {
  display: flex; flex-direction: column; gap: 14px;
  margin: 20px auto 0; max-width: 400px;
}
.qa-question { display: flex; align-items: flex-start; gap: 10px; }
.qa-avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; }
.qa-bubble {
  background: #fff; padding: 12px 14px;
  border-radius: 14px; border-top-left-radius: 4px;
  font-size: 13px; line-height: 1.6; text-align: left;
  color: #333; box-shadow: 0 2px 6px rgba(0,0,0,0.05); flex: 1;
}
.qa-answer { display: flex; align-items: flex-start; gap: 10px; flex-direction: row-reverse; }
.qa-answer .qa-avatar { background: #fff; border: 2px solid var(--brand-orange); padding: 4px; box-sizing: border-box; overflow: hidden; }
.qa-answer .qa-avatar img { width: 100%; height: 100%; object-fit: contain; display: block; }
.qa-answer .qa-bubble {
  background: var(--brand-orange); color: #fff;
  border-top-left-radius: 14px; border-top-right-radius: 4px;
  font-weight: 700;
}

/* ================================
   9. 注意点
   ================================ */
.warning-section { padding: 40px 12px; background: #fff; }
.warning-frame {
  background: #FFFDF0; border: 3px solid #1a1a1a;
  border-radius: 4px; overflow: hidden;
  max-width: 400px; margin: 0 auto;
}
.warning-stripe {
  height: 22px;
  background-image: repeating-linear-gradient(-45deg, #FFD400 0 20px, #1a1a1a 20px 40px);
}
.warning-body { padding: 24px 20px; text-align: center; }
.warning-label {
  display: inline-block; background: #1a1a1a;
  color: #FFD400; font-weight: 900; font-size: 13px;
  padding: 4px 12px; border-radius: 4px;
  margin-bottom: 12px; letter-spacing: 0.1em;
}
.warning-title {
  font-size: 17px; font-weight: 900; line-height: 1.5;
  color: #1a1a1a; margin-bottom: 16px;
}
.warning-title .kw {
  color: #E4002B;
  background: linear-gradient(transparent 65%, #FFEE58 65%);
  padding: 0 3px;
}
.warning-photo { width: 120px; height: 120px; border-radius: 50%; margin: 12px auto; }
.warning-desc { font-size: 12px; color: #444; line-height: 1.7; text-align: left; margin-top: 12px; }

/* ================================
   10. 利用の流れ
   ================================ */
.flow-section { background: linear-gradient(180deg, #FFF9F0 0%, #FFFFFF 100%); }
.flow-steps {
  display: flex; flex-direction: column; gap: 16px;
  align-items: center; margin-top: 24px;
}
.flow-step {
  width: 100%; max-width: 360px; background: #fff;
  border-radius: 16px; padding: 20px 18px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center;
}
.step-label {
  display: inline-block; background: var(--brand-orange);
  color: #fff; font-weight: 900; font-size: 11px;
  padding: 4px 14px; border-radius: 20px; letter-spacing: 0.15em;
}
.step-label strong { font-size: 18px; color: #FFEE58; margin-left: 4px; vertical-align: middle; }
.step-title { font-size: 16px; font-weight: 900; line-height: 1.5; margin: 10px 0; }
.step-img-1 { width: 100%; aspect-ratio: 16 / 9; margin: 10px 0; }
.step-img-mobile {
  width: 140px; aspect-ratio: 9 / 16; margin: 10px auto;
  border: 6px solid #1a1a1a; border-radius: 18px;
  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2); overflow: hidden;
}
.step-desc { font-size: 12px; color: #666; line-height: 1.7; text-align: left; margin-top: 8px; }
.flow-arrow { font-size: 26px; color: var(--brand-orange); line-height: 1; }

/* ================================
   11. FAQ
   ================================ */
.faq-section { background: #fff; padding: 48px 20px 60px; }
.faq-list {
  max-width: 420px; margin: 24px auto 0;
  display: flex; flex-direction: column; gap: 10px;
}
.faq-item {
  border: 1px solid #E5E5E5; border-radius: 8px;
  overflow: hidden; background: #fff;
}
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: flex-start; gap: 10px;
  padding: 14px 16px; font-size: 13px; font-weight: 700;
  line-height: 1.5; color: var(--brand-charcoal);
  background: #FAFAFA; transition: background 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: #F5F5F5; }
.faq-item summary .q-mark {
  color: var(--brand-orange); font-weight: 900;
  font-size: 16px; flex-shrink: 0;
}
.faq-item summary .q-text { flex: 1; text-align: left; }
.faq-item summary .q-toggle {
  margin-left: auto; color: var(--brand-orange);
  font-weight: 900; font-size: 18px; flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item[open] summary .q-toggle { transform: rotate(45deg); }
.faq-answer {
  padding: 14px 16px 18px; display: flex; gap: 10px;
  align-items: flex-start; font-size: 12px;
  line-height: 1.75; color: #444; text-align: left;
}
.faq-answer .a-mark {
  color: var(--brand-green); font-weight: 900;
  font-size: 16px; flex-shrink: 0;
}

/* ================================
   12. 最終CTA
   ================================ */
.final-cta-section {
  padding: 60px 20px 80px;
  background: linear-gradient(rgba(255,106,26,0.88), rgba(232,90,12,0.92)), #FFA07A;
  color: #fff; text-align: center;
}
.final-cta-section .section-title { color: #fff; }
.final-cta-section .section-title .kw {
  background: linear-gradient(transparent 65%, #FFEE58 65%); color: #fff;
}
.final-cta-lead {
  font-size: 14px; color: #fff; line-height: 1.8;
  margin: 12px auto 20px; max-width: 340px; font-weight: 700;
}
.final-cta-section .cta-btn {
  width: 96%; max-width: 440px;
  padding: 22px 20px; font-size: 16px;
  box-shadow: 0 8px 0 rgba(0,0,0,0.2), 0 12px 30px rgba(0,0,0,0.3);
}
.final-note {
  font-size: 11px; color: rgba(255,255,255,0.9);
  margin-top: 14px; line-height: 1.6;
}

/* ================================
   Footer
   ================================ */
.footer-links {
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 12px;
}
.footer-links a {
  color: #ccc;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-links a:hover { color: #fff; }
.footer-sep { color: #555; }
.site-footer {
  background: #1a1a1a; color: #999;
  padding: 24px 20px; text-align: center;
  font-size: 11px; line-height: 1.7;
}
.site-footer .logo-mini {
  width: 130px; margin: 0 auto 12px;
  filter: brightness(0) invert(1); opacity: 0.9;
}

/* ================================
   ポップアップモーダル（本番仕様）
   ================================ */
.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.popup-overlay.is-visible {
  display: flex;
  opacity: 1;
}
.popup-card {
  background: #fff; border-radius: 20px;
  max-width: 320px; width: 100%; padding: 24px 22px 22px;
  text-align: center; margin: 0 auto; position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  transform: scale(0.7);
  transition: transform 0.25s ease;
}
.popup-overlay.is-visible .popup-card {
  transform: scale(1);
}
.popup-close {
  position: absolute; top: 10px; right: 12px;
  width: 30px; height: 30px; border-radius: 50%;
  background: #f0f0f0; color: #666;
  font-size: 18px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; line-height: 1;
  border: none; cursor: pointer;
}
.popup-tag {
  display: inline-block; background: var(--brand-orange);
  color: #fff; font-weight: 900; font-size: 11px;
  padding: 4px 12px; border-radius: 999px; margin-bottom: 12px;
}
.popup-headline {
  font-size: 16px; font-weight: 900; color: var(--brand-charcoal);
  line-height: 1.5; margin: 8px 0 6px;
}
.popup-headline .kw {
  color: var(--brand-orange);
  background: linear-gradient(transparent 65%, #FFEE58 65%); padding: 0 3px;
}
.popup-sub { font-size: 12px; color: #666; margin: 8px 0 16px; line-height: 1.6; }
.popup-badges { display: flex; gap: 6px; justify-content: center; margin: 10px 0 16px; flex-wrap: wrap; }
.popup-badge {
  background: #FFF3E0; color: var(--brand-orange);
  font-size: 10px; font-weight: 800;
  padding: 4px 10px; border-radius: 999px; border: 1px solid var(--brand-orange);
}
.popup-card .cta-btn {
  width: 100%; margin: 0; padding: 14px 12px;
  font-size: 13px; animation: none;
}
.popup-card .popup-cta-secondary { padding: 12px 12px; font-size: 13px; }
.popup-decline {
  display: block; margin: 12px auto 0;
  color: #999; font-size: 11px; text-decoration: underline;
  background: none; border: none; cursor: pointer;
}
