/*
Theme Name: Quest LP - 訳あり法人買取（親しみやすい赤×白）
Description: 訳あり法人買取専門LP - 赤×白 親しみやすいアイコンデザイン
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&family=Noto+Sans+JP:wght@400;500;700&display=swap');

:root {
  --red:        #ef5b50;
  --red-dark:   #d6402f;
  --red-soft:   #fff1ef;
  --pink-soft:  #ffe2de;
  --cream:      #fffaf6;
  --text-dark:  #2d2624;
  --text-muted: #8a7d78;
  --text-light: #b5a9a3;
  --white:      #ffffff;
  --line-green: #06c755;
  --font-heading: 'Zen Maru Gothic', sans-serif;
  --font-body:    'Noto Sans JP', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--cream); color: var(--text-dark); font-size: 15px; line-height: 1.8; overflow-x: hidden; }
h1, h2, h3 { font-family: var(--font-heading); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1080px, 92vw); margin-inline: auto; }

/* アイコン円 */
.icon-circle {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; background: var(--red-soft);
}
.icon-img { display: block; }

/* ===== 浮動CTA ===== */
.floating-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: var(--white); border-top: 2px solid var(--pink-soft);
  padding: 14px 20px; box-shadow: 0 -4px 20px rgba(0,0,0,0.06);
  display: flex; align-items: center; justify-content: center; gap: 14px;
  transform: translateY(100%); transition: transform 0.4s ease;
}
.floating-cta.visible { transform: translateY(0); }
.floating-cta-text { font-size: 13px; color: var(--text-muted); }
.btn-pill-red {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: #fff; font-weight: 700; font-size: 14px;
  padding: 12px 26px; border-radius: 30px; white-space: nowrap;
  transition: background 0.2s;
}
.btn-pill-red:hover { background: var(--red-dark); }
.btn-pill-line {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--line-green); color: #fff; font-weight: 700; font-size: 13px;
  padding: 12px 22px; border-radius: 30px; white-space: nowrap;
}

/* ===== Header ===== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--white); padding: 14px 0; border-bottom: 2px solid var(--pink-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.site-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; color: var(--text-dark); min-width: 0; overflow: hidden; }
.site-logo .icon-circle { width: 36px; height: 36px; font-size: 18px; flex-shrink: 0; }
.site-logo-text-wrap { min-width: 0; overflow: hidden; }
.site-logo-text { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-logo small { display: block; font-size: 10px; font-weight: 400; color: var(--text-light); margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.header-cta { background: var(--red); color: #fff; font-size: 12px; font-weight: 700; padding: 10px 20px; border-radius: 24px; display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; white-space: nowrap; }

/* ===== Alert Banner ===== */
.alert { background: var(--red-soft); padding: 14px 20px; border-bottom: 1px solid var(--pink-soft); margin-top: 80px; }
.alert-inner { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; text-align: center; }
.alert .icon-circle { width: 32px; height: 32px; font-size: 16px; background: var(--pink-soft); }
.alert-text { font-size: 13px; font-weight: 500; color: #a05a4e; }
.alert-text b { color: var(--red); }
.alert-cta { background: var(--red); color: #fff; font-size: 11px; font-weight: 700; padding: 6px 16px; border-radius: 20px; white-space: nowrap; }

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 48px 0 56px;
  display: grid; grid-template-columns: 1fr 220px; gap: 50px; align-items: start;
  background-image:
    linear-gradient(115deg, rgba(214,64,47,0.96) 0%, rgba(214,64,47,0.90) 32%, rgba(40,24,22,0.55) 65%, rgba(20,12,11,0.35) 100%),
    url('assets/images/hero-bg.jpg');
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
}
.hero-text { padding-left: clamp(16px, 4vw, 56px); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.18); color: #fff; font-size: 12px; font-weight: 700; padding: 7px 16px; border-radius: 24px; margin-bottom: 20px; backdrop-filter: blur(4px); }
.hero h1 { font-size: clamp(24px, 3.5vw, 34px); font-weight: 900; line-height: 1.55; margin-bottom: 16px; color: #fff; }
.hero h1 em { color: #fff7ed; font-style: normal; text-decoration: underline; text-decoration-color: rgba(255,255,255,0.5); text-underline-offset: 4px; }
.hero-sub { font-size: 14px; color: rgba(255,255,255,0.86); line-height: 1.9; margin-bottom: 22px; }
.hero-sub b { color: #fff; }
.hero-checks { list-style: none; margin-bottom: 26px; }
.hero-checks li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #fff; margin-bottom: 10px; }
.hero-checks .icon-circle { width: 26px; height: 26px; font-size: 13px; background: rgba(255,255,255,0.22); }
.btn-primary-lg { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: var(--red); font-weight: 700; font-size: 15px; padding: 14px 30px; border-radius: 30px; transition: background 0.2s, transform 0.15s; box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.btn-primary-lg:hover { background: #fff7ed; transform: translateY(-1px); }
.btn-line-lg { display: inline-flex; align-items: center; gap: 8px; background: var(--line-green); color: #fff; font-weight: 700; font-size: 14px; padding: 12px 24px; border-radius: 30px; margin-top: 14px; }
.price-card { background: rgba(20,12,11,0.55); border: 1px solid rgba(255,255,255,0.25); backdrop-filter: blur(6px); border-radius: 24px; padding: 26px 16px; text-align: center; color: #fff; box-shadow: 0 12px 32px rgba(0,0,0,0.25); }
.price-card .icon-circle { width: 44px; height: 44px; background: rgba(255,255,255,0.2); color: #fff; margin: 0 auto 10px; }
.price-card .num { font-size: 44px; font-weight: 900; line-height: 1; }
.price-card .unit { font-size: 13px; opacity: .9; margin-top: 4px; }
.price-card .note { font-size: 10px; opacity: .85; margin-top: 12px; line-height: 1.6; }

/* ===== Trust Bar ===== */
.trust-bar { background: var(--red-soft); padding: 20px 0; }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-item { text-align: center; }
.trust-item .icon-circle { width: 44px; height: 44px; background: var(--white); margin: 0 auto 8px; font-size: 18px; }
.trust-num { font-size: 20px; font-weight: 900; color: var(--red); }
.trust-label { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

/* ===== Media Strip ===== */

/* ===== Sections ===== */
.section { padding: 64px 0; }
.section-alt { background: var(--red-soft); }
.eyebrow { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; color: var(--red); letter-spacing: .05em; margin-bottom: 10px; }
.sec-title { font-size: clamp(20px, 2.8vw, 28px); font-weight: 900; line-height: 1.5; margin-bottom: 18px; color: var(--text-dark); }
.sec-title em { color: var(--red); font-style: normal; }
.sec-lead { font-size: 13px; color: var(--text-muted); line-height: 1.8; max-width: 560px; margin-bottom: 32px; }

/* ===== Comparison ===== */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.compare-card { border-radius: 20px; padding: 24px; }
.compare-bad { background: #f5f0ec; border: 2px solid #e8e0d8; }
.compare-good { background: var(--red-soft); border: 2px solid var(--red); }
.compare-head { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; margin-bottom: 16px; }
.compare-head .icon-circle { width: 36px; height: 36px; font-size: 17px; }
.compare-bad .icon-circle { background: #e8e0d8; color: #998d83; }
.compare-good .icon-circle { background: var(--red); color: #fff; }
.compare-row { display: flex; justify-content: space-between; font-size: 13px; padding: 7px 0; color: var(--text-muted); }
.compare-total { display: flex; justify-content: space-between; font-size: 16px; font-weight: 900; padding-top: 10px; margin-top: 4px; border-top: 1px solid rgba(0,0,0,0.08); }
.compare-bad .compare-total { color: #998d83; }
.compare-good .compare-total { color: var(--red); }

/* ===== Problem ===== */
.worry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 24px; }
.worry-card { background: var(--white); border-radius: 20px; padding: 20px; display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--pink-soft); }
.worry-title { font-size: 14px; font-weight: 700; margin-bottom: 5px; }
.worry-desc { font-size: 12px; color: var(--text-muted); line-height: 1.7; }
.worry-msg { background: var(--red); color: #fff; padding: 22px 26px; border-radius: 20px; font-size: 14px; line-height: 1.8; display: flex; gap: 16px; align-items: center; }
.worry-msg .icon-circle { background: rgba(255,255,255,0.2); color: #fff; flex-shrink: 0; }
.worry-msg b { text-decoration: underline; }

/* ===== Risk ===== */
.risk-card { background: #fff8f3; border: 2px dashed #f0997b; border-radius: 20px; padding: 28px; }
.risk-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.risk-head .icon-circle { background: var(--pink-soft); color: var(--red); }
.risk-head-title { font-size: 18px; font-weight: 900; color: var(--text-dark); }
.risk-head-title em { color: var(--red); font-style: normal; }
.risk-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 20px; }
.risk-item { background: var(--white); border-radius: 16px; padding: 18px; text-align: center; }
.risk-item .icon-circle { width: 40px; height: 40px; font-size: 17px; margin: 0 auto 10px; }
.risk-item-title { font-size: 13px; font-weight: 700; margin-bottom: 5px; }
.risk-item-desc { font-size: 11px; color: var(--text-muted); line-height: 1.6; }
.risk-cta { background: var(--red); border-radius: 16px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: #fff; }
.risk-cta-text { font-size: 14px; font-weight: 700; }
.btn-white-pill { background: #fff; color: var(--red); font-weight: 900; font-size: 13px; padding: 10px 22px; border-radius: 30px; display: inline-flex; align-items: center; gap: 8px; }

/* ===== Reasons ===== */
.reason-list { display: flex; flex-direction: column; gap: 14px; }
.reason-card { background: var(--white); border-radius: 20px; padding: 22px; display: flex; gap: 18px; align-items: flex-start; border: 1px solid var(--pink-soft); }
.reason-card .icon-circle { width: 52px; height: 52px; font-size: 24px; }
.reason-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.reason-title em { color: var(--red); font-style: normal; }
.reason-desc { font-size: 12px; color: var(--text-muted); line-height: 1.7; }

/* ===== Flow ===== */
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.flow-card { background: var(--white); border-radius: 18px; padding: 20px 14px; text-align: center; border: 1px solid var(--pink-soft); }
.flow-card .icon-circle { width: 46px; height: 46px; font-size: 20px; margin: 0 auto 12px; }
.flow-title { font-size: 13px; font-weight: 700; margin-bottom: 5px; }
.flow-desc { font-size: 11px; color: var(--text-muted); line-height: 1.6; }
.flow-note { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: 24px; }

/* ===== Cases ===== */
.case-list { display: flex; flex-direction: column; gap: 14px; }
.case-card { background: var(--white); border-radius: 18px; padding: 20px 22px; display: flex; gap: 18px; align-items: center; border: 1px solid var(--pink-soft); }
.case-card .icon-circle { width: 48px; height: 48px; font-size: 20px; flex-shrink: 0; }
.case-situation { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.case-note { font-size: 12px; color: var(--text-muted); line-height: 1.6; }
.case-price-wrap { text-align: right; flex-shrink: 0; }
.case-price { font-size: 24px; font-weight: 900; color: var(--red); line-height: 1; }
.case-price-unit { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* ===== Voices ===== */
.voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.voice-card { background: var(--white); border-radius: 20px; padding: 22px; border: 1px solid var(--pink-soft); }
.voice-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.voice-top .icon-circle { width: 42px; height: 42px; font-size: 18px; }
.voice-name { font-size: 13px; font-weight: 700; }
.voice-meta { font-size: 11px; color: var(--text-light); }
.voice-stars { color: var(--red); font-size: 13px; margin-left: auto; }
.voice-text { font-size: 13px; color: var(--text-dark); line-height: 1.8; }

/* ===== FAQ ===== */
.faq-wrap { max-width: 760px; }
.faq-item { background: var(--white); border-radius: 18px; margin-bottom: 10px; border: 1px solid var(--pink-soft); overflow: hidden; }
.faq-question { width: 100%; background: none; border: none; font-family: var(--font-body); padding: 18px 20px; font-size: 14px; font-weight: 700; display: flex; gap: 14px; align-items: center; cursor: pointer; text-align: left; color: var(--text-dark); }
.faq-question .icon-circle { width: 34px; height: 34px; font-size: 15px; flex-shrink: 0; }
.faq-toggle { margin-left: auto; color: var(--red); font-size: 18px; transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer-inner { padding: 0 20px 18px 68px; font-size: 12px; color: var(--text-muted); line-height: 1.8; }

/* ===== Contact ===== */
.contact-section { background: var(--red); padding: 60px 0; color: #fff; border-radius: 32px 32px 0 0; margin-top: 8px; }
.contact-section .eyebrow { color: #ffd9d4; }
.contact-section .sec-title { color: #fff; }
.contact-section .sec-title em { color: #fff; text-decoration: underline; }
.contact-section .sec-lead { color: #ffd9d4; }
.contact-wrap { display: grid; grid-template-columns: 1fr; gap: 0; }
.form-grid { display: flex; flex-direction: column; gap: 14px; margin-bottom: 18px; max-width: 600px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { background: var(--white); border-radius: 16px; padding: 13px 18px; display: flex; align-items: center; gap: 10px; }
.form-field i { color: var(--red); font-size: 17px; flex-shrink: 0; }
.form-field input, .form-field select, .form-field textarea { border: none; outline: none; font-size: 13px; width: 100%; font-family: var(--font-body); color: var(--text-dark); background: none; }
.form-field textarea { resize: vertical; min-height: 80px; padding-top: 4px; }
.form-submit { background: #fff; color: var(--red); font-weight: 900; font-size: 16px; padding: 16px; border-radius: 30px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px; border: none; width: 100%; max-width: 600px; cursor: pointer; font-family: var(--font-body); transition: opacity 0.2s; }
.form-submit:hover { opacity: 0.9; }
.form-privacy { font-size: 11px; color: #ffd9d4; margin-top: 10px; }

/* ===== Contact Form 7 専用スタイル ===== */
/* CF7が生成する実際のフォームに、上記と同じ見た目を当てる */
.cf7-wrap .wpcf7 { width: 100%; }
.cf7-wrap .wpcf7-form { display: flex; flex-direction: column; gap: 14px; max-width: 600px; }
.cf7-wrap .wpcf7-form p { margin: 0; }
.cf7-wrap .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* アイコン + 入力欄のセット（CF7のラップ要素を内側で伸ばす） */
.cf7-wrap .form-field { background: var(--white); border-radius: 16px; padding: 13px 18px; display: flex; align-items: center; gap: 10px; }
.cf7-wrap .form-field svg { flex-shrink: 0; }
.cf7-wrap .form-field .wpcf7-form-control-wrap { flex: 1; display: block; }

/* CF7の入力欄本体（input/select/textarea）の見た目をリセットして統一 */
.cf7-wrap .wpcf7-form-control {
  border: none !important; outline: none; box-shadow: none;
  font-size: 13px; width: 100%; font-family: var(--font-body);
  color: var(--text-dark); background: none; padding: 0;
}
.cf7-wrap select.wpcf7-form-control { appearance: auto; cursor: pointer; }
.cf7-wrap textarea.wpcf7-form-control { resize: vertical; min-height: 80px; padding-top: 4px; line-height: 1.6; }

/* 送信ボタン（CF7の input[type=submit] を白ピル+赤文字に） */
.cf7-wrap .wpcf7-submit {
  background: #fff url('assets/icons/svg/red/arrow-right.svg') no-repeat right 22px center;
  background-size: 18px; color: var(--red); font-weight: 900; font-size: 16px;
  padding: 16px 50px 16px 16px; border-radius: 30px; border: none;
  width: 100%; max-width: 600px; cursor: pointer; font-family: var(--font-body);
  transition: opacity 0.2s;
}
.cf7-wrap .wpcf7-submit:hover { opacity: 0.9; }
.cf7-wrap .wpcf7-submit:disabled { opacity: 0.6; cursor: default; }

/* 入力エラー時のツールチップ（赤背景の上でも読めるように白背景） */
.cf7-wrap .wpcf7-not-valid-tip {
  display: block; background: #fff; color: var(--red); font-weight: 700;
  font-size: 11px; padding: 6px 12px; border-radius: 10px; margin-top: 4px;
}
.cf7-wrap span.wpcf7-form-control-wrap { position: relative; }

/* 送信後のメッセージ（成功・失敗） */
.cf7-wrap .wpcf7-response-output {
  margin: 14px 0 0; padding: 14px 18px; border-radius: 14px;
  font-size: 12px; border: none !important; background: rgba(255,255,255,0.18); color: #fff;
}
.cf7-wrap form.sent .wpcf7-response-output { background: #fff; color: var(--red); font-weight: 700; }
.cf7-wrap form.invalid .wpcf7-response-output,
.cf7-wrap form.unaccepted .wpcf7-response-output,
.cf7-wrap form.failed .wpcf7-response-output { background: #fff5f3; color: #b23a2e; font-weight: 700; }

/* 送信中スピナー */
.cf7-wrap .wpcf7-spinner { margin-left: 10px; }

/* 送信完了後の小さな注意書き */
.cf7-wrap .form-privacy { font-size: 11px; color: #ffd9d4; margin-top: 10px; }
.contact-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.25); flex-wrap: wrap; gap: 18px; }
.contact-tel { display: flex; align-items: center; gap: 12px; }
.contact-tel .icon-circle { background: rgba(255,255,255,0.2); color: #fff; }
.contact-tel-num { font-size: 22px; font-weight: 900; }
.contact-tel-hours { font-size: 11px; color: #ffd9d4; line-height: 1.6; }
.promise-mini { display: flex; gap: 10px; flex-wrap: wrap; }
.promise-pill { background: rgba(255,255,255,0.18); border-radius: 20px; padding: 7px 14px; font-size: 11px; display: flex; align-items: center; gap: 6px; }

/* ===== Footer ===== */
.site-footer { background: var(--white); padding: 24px 0 96px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--text-light); flex-wrap: wrap; gap: 12px; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: var(--text-muted); text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; }
.footer-links a:hover { color: var(--red); }

/* ===== 固定ページ（会社概要・プライバシーポリシー等） ===== */
.page-banner {
  margin-top: 80px;
  background: var(--red);
  padding: 32px 0;
  display: flex; align-items: center; gap: 16px;
}
.page-banner .container { display: flex; align-items: center; gap: 16px; }
.page-banner-icon { background: rgba(255,255,255,0.2); }
.page-banner h1 { font-size: clamp(20px, 3vw, 28px); font-weight: 900; color: #fff; }

.page-content-wrap { padding: 56px 0 80px; background: var(--cream); }
.page-content { max-width: 760px; margin-inline: auto; background: var(--white); border-radius: 20px; padding: 40px clamp(20px, 5vw, 56px); border: 1px solid var(--pink-soft); }
.page-content h2 { font-family: var(--font-heading); font-size: 19px; font-weight: 700; color: var(--text-dark); margin: 36px 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--red-soft); }
.page-content h2:first-child { margin-top: 0; }
.page-content h2 .num { color: var(--red); margin-right: 6px; }
.page-content h3 { font-size: 15px; font-weight: 700; color: var(--text-dark); margin: 22px 0 10px; }
.page-content p { font-size: 13.5px; color: var(--text-muted); line-height: 1.9; margin-bottom: 14px; }
.page-content ul, .page-content ol { margin: 0 0 14px 1.2em; color: var(--text-muted); font-size: 13.5px; line-height: 1.9; }
.page-content li { margin-bottom: 6px; }
.page-content a { color: var(--red); text-decoration: underline; }
.page-content strong { color: var(--text-dark); }
.page-content table { width: 100%; border-collapse: collapse; margin: 8px 0 24px; font-size: 13.5px; }
.page-content table th, .page-content table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--pink-soft); vertical-align: top; }
.page-content table th { width: 32%; color: var(--text-dark); font-weight: 700; background: var(--red-soft); white-space: nowrap; }
.page-content table td { color: var(--text-muted); }
.page-content .note-box { background: var(--red-soft); border-left: 3px solid var(--red); border-radius: 0 12px 12px 0; padding: 14px 18px; font-size: 12.5px; color: var(--text-muted); margin: 18px 0; }

@media (max-width: 600px) {
  .page-content { padding: 28px 20px; border-radius: 16px; }
  .page-content table th { width: auto; white-space: normal; }
}

/* ===== Fade ===== */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr; padding-top: 40px;
    background-image:
      linear-gradient(180deg, rgba(214,64,47,0.95) 0%, rgba(214,64,47,0.92) 45%, rgba(40,24,22,0.65) 100%),
      url('assets/images/hero-bg.jpg');
    background-position: center 25%;
  }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .compare-grid { grid-template-columns: 1fr; }
  .worry-grid { grid-template-columns: 1fr; }
  .risk-items { grid-template-columns: 1fr; }
  .flow-grid { grid-template-columns: 1fr 1fr; }
  .voices-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .case-card { flex-direction: column; align-items: flex-start; }
  .case-price-wrap { text-align: left; }
  .floating-cta-text { display: none; }
}
@media (max-width: 480px) {
  .flow-grid { grid-template-columns: 1fr; }
  .site-logo small { display: none; }
  .site-logo-text { max-width: 52vw; }
  .site-logo { font-size: 13px; }
}
