:root {
  color-scheme: light;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --content-width: 960px;
  --content-gutter: 64px;
  --tablet-width: 680px;
  --tablet-gutter: 80px;
  --mobile-width: 350px;
  --mobile-gutter: 40px;
  --bg: #f4f8fc;
  --surface: #ffffff;
  --surface-soft: #f7fbff;
  --text: #0b1d3a;
  --muted: #5b6f88;
  --line: #dbe7f3;
  --blue: #0057d9;
  --blue-dark: #09245d;
  --orange: #ff8a00;
  --red: #d93025;
  --green: #08765d;
  --radius: 8px;
  --input: #d8e1ec;
  --ring: rgba(0, 87, 217, 0.22);
  --shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 12px 32px rgba(15, 48, 85, 0.08);
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f8fc 42%, #f8fbfe 100%);
  color: var(--text);
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.free-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(219, 231, 243, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.free-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--content-width), calc(100% - var(--content-gutter)));
  min-height: 78px;
  margin: 0 auto;
}

.free-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}

.free-brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.free-brand strong,
.free-brand small {
  display: block;
  line-height: 1.2;
}

.free-brand strong {
  font-size: 20px;
  font-weight: 900;
}

.free-brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.free-header-nav {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
}

.free-header-nav a {
  display: inline-grid;
  place-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #314762;
  text-decoration: none;
}

.free-header-nav a:last-child {
  border: 1px solid #bdd4f8;
  color: var(--blue);
  background: #f7fbff;
}

.free-menu-toggle-input,
.free-menu-button {
  display: none;
}

.free-tool-shell {
  width: 100%;
  overflow: hidden;
}

.free-tool-hero {
  position: relative;
  display: grid;
  align-content: start;
  gap: 26px;
  width: 100%;
  height: auto;
  min-height: 760px;
  margin: 0;
  padding: 54px 0 42px;
  background-image: radial-gradient(circle, rgba(0, 87, 217, 0.15) 1.25px, transparent 1.55px);
  background-size: 18px 18px;
  background-position: center;
}

.free-hero-copy,
.free-diagnosis-console {
  position: relative;
  z-index: 1;
  width: min(var(--content-width), calc(100% - var(--content-gutter)));
  margin-right: auto;
  margin-left: auto;
}

.free-hero-copy {
  text-align: center;
}

.free-tool-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 0 12px;
  padding: 5px 14px;
  border: 1px solid #bfd4f8;
  border-radius: 999px;
  background: #f7fbff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.free-hero-copy h1 {
  max-width: 780px;
  margin: 0 auto;
  color: var(--blue-dark);
  font-size: 48px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.free-hero-copy h1 span {
  display: block;
}

.free-hero-copy p {
  max-width: 680px;
  margin: 14px auto 0;
  color: #314762;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8;
}

.free-diagnosis-console {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: stretch;
  justify-content: center;
}

.free-tool-form,
.free-score-panel,
.free-industry-compare,
.free-metrics article,
.free-loss-estimate,
.free-result-grid article,
.free-table-card,
.free-suggest-measures,
.free-faq-section,
.free-contact-form-section {
  border: 1px solid var(--input);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.free-tool-form {
  padding: 22px;
}

.free-form-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.free-form-head span {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #9a3412;
  font-size: 13px;
  font-weight: 900;
}

.free-form-head strong {
  font-size: 20px;
  font-weight: 900;
}

.free-tool-form label:not(.free-engine-toggle) {
  display: block;
  margin-bottom: 8px;
  color: #263d5a;
  font-size: 14px;
  font-weight: 900;
}

.free-search-control {
  display: grid;
  gap: 12px;
}

.free-tool-form input[type="text"] {
  width: 100%;
  height: 80px;
  min-height: 80px;
  border: 1px solid var(--input);
  border-radius: calc(var(--radius) - 2px);
  padding: 0 18px;
  background: #fff;
  color: var(--text);
  font-size: 18px;
  box-shadow: var(--shadow-sm);
  outline: none;
}

.free-tool-form select {
  width: 100%;
  height: 56px;
  border: 1px solid var(--input);
  border-radius: calc(var(--radius) - 2px);
  padding: 0 42px 0 14px;
  background: #fff;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
  outline: none;
}

.free-industry-field {
  margin-top: 2px;
}

.free-industry-field em {
  color: #6b7d92;
  font-size: 12px;
  font-style: normal;
}

.free-tool-form input[type="text"]:focus,
.free-tool-form select:focus,
.free-inquiry-form input:focus,
.free-inquiry-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--ring);
}

.free-tool-form button {
  display: inline-grid;
  place-items: center;
  width: 100%;
  height: 72px;
  min-height: 72px;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  background: var(--orange);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 138, 0, 0.22);
  transition: background-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.free-tool-form button:hover {
  background: #f27c00;
  box-shadow: 0 12px 28px rgba(255, 138, 0, 0.26);
  transform: translateY(-1px);
}

.free-tool-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.free-tool-form button:disabled:hover,
.free-inquiry-form button:disabled:hover {
  transform: none;
}

.free-tool-form button:focus-visible,
.free-suggest-cta a:focus-visible,
.free-inquiry-form button:focus-visible,
.free-header-nav a:focus-visible,
.free-footer-nav a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--ring);
}

.free-engine-toggle {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 2px 0 0;
  padding: 10px 12px;
  border: 1px solid #dbe7f3;
  border-radius: 8px;
  background: #f8fbff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.free-engine-toggle input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--blue);
}

#free-tool-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

#free-tool-status.success {
  color: var(--green);
}

#free-tool-status.error {
  color: var(--red);
}

.free-industry-strip {
  border-top: 1px solid #e5eef7;
  border-bottom: 1px solid #e5eef7;
  background: #fff;
}

.free-strip-inner {
  width: min(var(--content-width), calc(100% - var(--content-gutter)));
  margin: 0 auto;
  padding: 26px 0 30px;
}

.free-industry-strip h2 {
  margin: 0 0 20px;
  color: var(--blue-dark);
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
}

.free-industry-marquee {
  position: relative;
  overflow: hidden;
  padding: 4px 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.free-industry-list {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: industry-scroll 42s linear infinite;
  will-change: transform;
}

.free-industry-marquee:hover .free-industry-list {
  animation-play-state: paused;
}

.free-industry-list article {
  display: grid;
  gap: 9px;
  place-items: center;
  flex: 0 0 112px;
  min-height: 88px;
  padding: 12px 10px;
  border: 1px solid #dce6f2;
  border-radius: var(--radius);
  background: #fff;
  color: #08265c;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.free-industry-list i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--blue);
  font-size: 19px;
  line-height: 1;
}

.free-industry-list b {
  font-size: 13px;
  line-height: 1.35;
}

@keyframes industry-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 6px));
  }
}

.free-result {
  display: grid;
  gap: 18px;
  width: min(var(--content-width), calc(100% - var(--content-gutter)));
  max-width: 100%;
  margin: 46px auto 76px;
  min-width: 0;
}

.free-result > *,
.free-score-copy,
.free-report-insights article,
.free-industry-compare,
.free-compare-metrics article,
.free-metrics article,
.free-loss-estimate,
.free-result-grid,
.free-result-grid article,
.free-table-card {
  min-width: 0;
  max-width: 100%;
}

.free-section-heading {
  text-align: center;
}

.free-section-heading h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 36px;
  letter-spacing: 0;
}

.free-score-panel {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
  background: #fff;
  --score-angle: 0deg;
  --score-color: var(--blue);
}

.free-score-copy {
  display: grid;
  gap: 16px;
}

.free-score-panel.is-urgent,
.free-score-panel.is-high {
  --score-color: var(--red);
}

.free-score-panel.is-medium {
  --score-color: #d97706;
}

.free-score-panel.is-low {
  --score-color: var(--green);
}

.free-score-gauge {
  position: relative;
  display: grid;
  align-content: center;
  place-items: center;
  gap: 2px;
  width: 176px;
  height: 176px;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 60%, transparent 61%),
    conic-gradient(var(--score-color) 0 var(--score-angle), #e5edf6 var(--score-angle) 360deg);
}

.free-score-gauge::after {
  content: "";
  position: absolute;
  inset: 13px;
  z-index: 0;
  border: 1px solid #e6eef7;
  border-radius: 50%;
  background: #fff;
}

.free-score-gauge span {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.free-score-gauge strong {
  position: relative;
  z-index: 1;
  color: var(--score-color);
  font-size: 58px;
  line-height: 1;
}

.free-score-gauge em {
  position: relative;
  z-index: 1;
  color: #718296;
  font-style: normal;
  font-weight: 900;
}

.free-score-copy > p {
  margin: 0;
  color: #243852;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.75;
}

.free-report-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.free-report-insights article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 5px 10px;
  align-items: center;
  min-width: 0;
  min-height: 86px;
  padding: 13px;
  border: 1px solid #dce8f5;
  border-radius: calc(var(--radius) - 2px);
  background: #f8fbff;
}

.free-report-insights i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--blue);
}

.free-report-insights .is-priority i {
  background: #fff0ef;
  color: var(--red);
}

.free-report-insights .is-action i {
  background: #e8f6ef;
  color: var(--green);
}

.free-report-insights span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
}

.free-report-insights strong {
  min-width: 0;
  color: var(--blue-dark);
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.free-result-subhead {
  display: grid;
  gap: 6px;
  margin-top: 6px;
  text-align: center;
}

.free-result-subhead h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 22px;
  line-height: 1.45;
}

.free-result-subhead p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.free-industry-compare {
  display: grid;
  gap: 20px;
  padding: 28px;
}

.free-industry-compare-head {
  text-align: center;
}

.free-industry-compare-head h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 28px;
  letter-spacing: 0;
}

.free-industry-compare-head p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.free-compare-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.free-compare-metrics article {
  position: relative;
  min-height: 118px;
  padding: 17px;
  border: 1px solid var(--input);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
  min-width: 0;
  box-shadow: var(--shadow-sm);
}

.free-compare-metrics article > i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--blue);
}

.free-compare-metrics span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.free-compare-metrics strong {
  display: block;
  margin-top: 10px;
  color: var(--blue-dark);
  font-size: 30px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

#free-industry-percentage {
  font-size: 22px;
  line-height: 1.25;
}

.free-industry-compare.is-high .free-compare-metrics article:first-child strong,
.free-industry-compare.is-high #free-industry-difference,
.free-industry-compare.is-high #free-industry-percentage {
  color: var(--red);
}

.free-industry-compare.is-low .free-compare-metrics article:first-child strong,
.free-industry-compare.is-low #free-industry-difference,
.free-industry-compare.is-low #free-industry-percentage {
  color: var(--green);
}

.free-compare-message {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #bfdbfe;
  border-radius: calc(var(--radius) - 2px);
  background: #eef6ff;
  color: #203a59;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
}

.free-industry-compare.is-high .free-compare-message {
  background: #fff0ef;
  color: #b42318;
}

.free-industry-compare.is-low .free-compare-message {
  background: #e8f6ef;
  color: var(--green);
}

.free-compare-bars {
  display: grid;
  gap: 12px;
}

.free-compare-bar-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.free-compare-bar-row span {
  color: #284260;
  font-size: 13px;
  font-weight: 900;
}

.free-compare-bar-row div {
  height: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5edf6;
}

.free-compare-bar-row i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
  transition: width 0.3s ease;
}

.free-industry-compare.is-high #free-user-score-bar {
  background: var(--red);
}

.free-industry-compare.is-low #free-user-score-bar {
  background: var(--green);
}

#free-average-score-bar {
  background: #7d91aa;
}

.free-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.free-metrics article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 142px;
  padding: 17px;
  border-top: 3px solid #dbeafe;
}

.free-metrics article > i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #eef6ff;
  color: var(--blue);
  font-size: 16px;
}

.metric-risk > i {
  background: #fff0ef;
  color: var(--red);
}

.metric-loss > i,
.metric-ad > i {
  background: #fff7ed;
  color: #d97706;
}

.metric-total > i,
.metric-engine > i {
  background: #e8f6ef;
  color: var(--green);
}

.free-metrics span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.free-metrics strong {
  display: block;
  margin-top: 9px;
  color: var(--text);
  font-size: 27px;
  line-height: 1.15;
}

.free-metrics p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.metric-risk {
  border-top-color: #fecaca;
}

.metric-loss,
.metric-ad {
  border-top-color: #fed7aa;
}

.metric-hiring {
  border-top-color: #bfdbfe;
}

.metric-total,
.metric-engine {
  border-top-color: #bbf7d0;
}

.metric-risk strong,
.metric-loss strong,
.metric-ad strong {
  color: var(--red);
}

.metric-hiring strong {
  color: var(--blue);
}

.metric-engine strong,
.metric-total strong {
  color: var(--green);
}

.free-loss-estimate {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-color: #fed7aa;
  background:
    linear-gradient(135deg, #fffaf3 0%, #ffffff 45%, #f8fbff 100%);
}

.free-loss-estimate-main {
  display: grid;
  gap: 8px;
  text-align: center;
}

.free-loss-estimate-main > span {
  justify-self: center;
  padding: 6px 12px;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 13px;
  font-weight: 900;
}

.free-loss-estimate-main h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 24px;
  line-height: 1.45;
}

.free-loss-estimate-main strong {
  color: var(--red);
  font-size: 42px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.free-loss-estimate-main p {
  max-width: 760px;
  margin: 0 auto;
  color: #314762;
  font-weight: 800;
  line-height: 1.75;
}

.free-loss-calculator {
  border: 1px solid var(--input);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.free-loss-calculator summary {
  position: relative;
  padding: 16px 52px 16px 18px;
  color: var(--blue-dark);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.free-loss-calculator summary::-webkit-details-marker {
  display: none;
}

.free-loss-calculator summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--blue);
  font-size: 20px;
  transform: translateY(-50%);
}

.free-loss-calculator[open] summary {
  border-bottom: 1px solid #e6eef7;
  background: #f8fbff;
}

.free-loss-calculator[open] summary::after {
  content: "-";
}

.free-loss-inputs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.free-loss-inputs label {
  display: grid;
  gap: 7px;
  color: #20344f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

.free-loss-helper {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.55;
}

.free-loss-inputs input,
.free-loss-inputs select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--input);
  border-radius: calc(var(--radius) - 2px);
  padding: 8px 10px;
  background: #fff;
  color: var(--text);
  box-shadow: var(--shadow-sm);
  outline: none;
}

.free-loss-inputs input:focus,
.free-loss-inputs select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px var(--ring);
}

.free-loss-cta {
  display: inline-grid;
  place-items: center;
  justify-self: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: calc(var(--radius) - 2px);
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(255, 138, 0, 0.22);
  transition: background-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.free-loss-cta:hover {
  background: #f27c00;
  box-shadow: 0 12px 28px rgba(255, 138, 0, 0.26);
  transform: translateY(-1px);
}

.free-loss-calculator p,
.free-loss-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
}

.free-loss-calculator p {
  padding: 0 18px 18px;
}

.free-loss-note {
  text-align: center;
}

.free-result-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.free-result-grid article,
.free-table-card {
  overflow: hidden;
  padding: 24px;
}

.free-result h2 {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-size: 21px;
  letter-spacing: 0;
}

.free-result-grid h2,
.free-table-card h2 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.free-result-grid h2 i,
.free-table-card h2 i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--blue);
  font-size: 14px;
}

.free-word-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 430px;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

.free-word-list li {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--input);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
  color: var(--text);
  font-weight: 800;
}

.free-word-list li > i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e8f6ef;
  color: var(--green);
  font-size: 12px;
}

.free-word-list li.high > i {
  background: #fff0ef;
  color: var(--red);
}

.free-word-list li.medium > i {
  background: #fff8e8;
  color: #d97706;
}

.free-word-list span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.free-word-list em {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.free-priority-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.free-priority-list span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid #d9e6f2;
  border-radius: 999px;
  background: #f8fbff;
  color: #23364f;
  font-size: 14px;
  font-weight: 900;
}

.free-priority-list i {
  font-size: 12px;
}

.free-priority-list span.high {
  border-color: #ffc5c0;
  background: #fff0ef;
  color: #b42318;
}

.free-priority-list span.medium {
  border-color: #ffe0a8;
  background: #fff8e8;
  color: #8a5b00;
}

.free-table-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 1320px;
  overflow: auto;
  border: 1px solid #e4edf6;
  border-radius: calc(var(--radius) - 2px);
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.free-table-card table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
}

.free-table-card th,
.free-table-card td {
  padding: 13px 12px;
  border-bottom: 1px solid #e4edf6;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.free-table-card th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f8fbff;
  color: var(--muted);
  font-size: 13px;
}

.risk {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.risk.high {
  background: #ffe8e6;
  color: #b42318;
}

.risk.medium {
  background: #fff1cc;
  color: #7a5400;
}

.risk.low {
  background: #e8f6ef;
  color: var(--green);
}

.free-suggest-measures {
  display: grid;
  gap: 26px;
  padding: 30px;
}

.free-suggest-risk {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.free-suggest-risk h2 {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: 0;
}

.free-suggest-risk p:not(.free-tool-kicker) {
  margin: 0;
  color: #314762;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.9;
}

.free-suggest-before-after {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.free-suggest-word-box {
  padding: 22px;
  border: 1px solid var(--input);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.free-suggest-word-box > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.free-suggest-word-box h3 {
  margin: 16px 0 12px;
  color: var(--blue-dark);
  font-size: 20px;
}

.free-suggest-word-box ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.free-suggest-word-box li {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.free-suggest-word-box li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.free-suggest-word-box.is-before {
  border-color: #ffc5c0;
  background: #fff7f6;
}

.free-suggest-word-box.is-before > span,
.free-suggest-word-box.is-before li {
  background: #fff0ef;
  color: #b42318;
}

.free-suggest-word-box.is-before li::before {
  background: #d93025;
}

.free-suggest-word-box.is-after {
  border-color: #c6e7dc;
  background: #f4fbf8;
}

.free-suggest-word-box.is-after > span,
.free-suggest-word-box.is-after li {
  background: #e8f6ef;
  color: var(--green);
}

.free-suggest-word-box.is-after li::before {
  background: var(--green);
}

.free-suggest-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.free-suggest-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.free-suggest-benefits article {
  min-height: 168px;
  padding: 18px;
  border: 1px solid var(--input);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.free-suggest-benefits span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #eaf3ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.free-suggest-benefits h3 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: 17px;
  line-height: 1.45;
}

.free-suggest-benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.free-suggest-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid #bfdbfe;
  border-radius: var(--radius);
  background: #f8fbff;
  color: var(--blue-dark);
  box-shadow: var(--shadow-sm);
}

.free-suggest-cta h2,
.free-suggest-cta p {
  margin: 0;
}

.free-suggest-cta p {
  margin-top: 8px;
  color: #314762;
  font-weight: 800;
  line-height: 1.75;
}

.free-suggest-cta a {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 200px;
  min-height: 56px;
  padding: 0 20px;
  border-radius: calc(var(--radius) - 2px);
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(255, 138, 0, 0.22);
  transition: background-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.free-suggest-cta a:hover {
  background: #f27c00;
  box-shadow: 0 12px 28px rgba(255, 138, 0, 0.26);
  transform: translateY(-1px);
}

.free-faq-section {
  display: grid;
  gap: 20px;
  padding: 28px;
}

.free-faq-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.free-faq-head h2,
.free-faq-head p {
  margin: 0;
}

.free-faq-head h2 {
  color: var(--blue-dark);
  font-size: 29px;
  line-height: 1.35;
}

.free-faq-head p:not(.free-tool-kicker) {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.8;
}

.free-faq-list {
  display: grid;
  gap: 10px;
}

.free-faq-list details {
  border: 1px solid var(--input);
  border-radius: calc(var(--radius) - 2px);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.free-faq-list summary {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 62px;
  padding: 17px 54px 17px 18px;
  color: var(--blue-dark);
  font-weight: 900;
  line-height: 1.55;
  cursor: pointer;
  list-style: none;
}

.free-faq-list summary::-webkit-details-marker {
  display: none;
}

.free-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
}

.free-faq-list details[open] summary {
  border-bottom: 1px solid #e6eef7;
  background: #f8fbff;
}

.free-faq-list details[open] summary::after {
  content: "-";
}

.free-faq-list summary:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: -3px;
}

.free-faq-list details p {
  margin: 0;
  padding: 17px 18px 19px;
  color: #314762;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.85;
}

.free-contact-form-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  justify-items: center;
  padding: 28px;
}

.free-contact-copy {
  max-width: 760px;
  text-align: center;
}

.free-contact-copy h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 29px;
  line-height: 1.35;
}

.free-contact-copy p:last-of-type {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.8;
}

.free-inquiry-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: min(760px, 100%);
}

.free-inquiry-form label {
  display: grid;
  gap: 7px;
  color: #20344f;
  font-size: 14px;
  font-weight: 900;
}

.free-inquiry-form span {
  color: var(--red);
  font-size: 12px;
}

.free-inquiry-form em {
  color: #6b7d92;
  font-size: 12px;
  font-style: normal;
}

.free-inquiry-form input,
.free-inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--input);
  border-radius: calc(var(--radius) - 2px);
  padding: 12px 13px;
  background: #fff;
  color: var(--text);
  box-shadow: var(--shadow-sm);
  outline: none;
}

.free-inquiry-form textarea {
  min-height: 154px;
  resize: vertical;
  line-height: 1.7;
}

.free-form-wide,
.free-inquiry-form button,
.free-privacy-note,
.free-form-status {
  grid-column: 1 / -1;
}

.free-inquiry-form button {
  min-height: 56px;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  background: var(--blue);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.2);
  transition: background-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.free-inquiry-form button:hover {
  background: #004fc5;
  box-shadow: 0 12px 28px rgba(0, 87, 217, 0.24);
  transform: translateY(-1px);
}

.free-inquiry-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.free-privacy-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
}

.free-privacy-note a {
  color: var(--blue);
  font-weight: 900;
}

.free-form-status {
  min-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: 900;
}

.free-form-status.success {
  color: var(--green);
}

.free-form-status.error {
  color: var(--red);
}

.free-about-main {
  width: 100%;
  padding: 48px 0 76px;
  background:
    radial-gradient(circle, rgba(0, 87, 217, 0.12) 1.15px, transparent 1.45px) 0 0 / 20px 20px,
    linear-gradient(180deg, #ffffff 0%, #f5f9fd 58%, #ffffff 100%);
}

.free-about-hero,
.free-about-content {
  width: min(var(--content-width), calc(100% - var(--content-gutter)));
  margin: 0 auto;
}

.free-about-hero {
  display: grid;
  justify-items: center;
  padding: 42px 0 34px;
  text-align: center;
}

.free-about-hero h1 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.free-about-hero > p:not(.free-tool-kicker) {
  max-width: 760px;
  margin: 16px 0 0;
  color: #314762;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.9;
}

.free-about-hero a,
.free-about-contact {
  display: inline-grid;
  place-items: center;
  min-height: 54px;
  margin-top: 24px;
  padding: 0 24px;
  border-radius: calc(var(--radius) - 2px);
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.2);
}

.free-about-content {
  display: grid;
  gap: 18px;
}

.free-about-section {
  padding: 30px;
  border: 1px solid var(--input);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.free-about-section h2 {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-size: 28px;
  line-height: 1.4;
}

.free-about-section h3 {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 21px;
  line-height: 1.45;
}

.free-about-section p {
  margin: 0;
  color: #314762;
  font-weight: 800;
  line-height: 1.9;
}

.free-about-section p + p {
  margin-top: 13px;
}

.free-about-feature {
  padding: 22px 0;
  border-top: 1px solid #e6eef7;
}

.free-about-feature:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.free-about-feature:last-child {
  padding-bottom: 0;
}

.free-about-feature ul,
.free-about-list {
  margin: 14px 0 0;
  padding-left: 1.25em;
  color: #314762;
  font-weight: 800;
  line-height: 1.9;
}

.free-about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding-left: 0;
  list-style: none;
}

.free-about-tags li {
  padding: 8px 12px;
  border: 1px solid #d9e6f2;
  border-radius: 999px;
  background: #f8fbff;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 900;
}

.free-company-overview dl {
  display: grid;
  gap: 0;
  margin: 0;
  border: 1px solid #e4edf6;
  border-radius: calc(var(--radius) - 2px);
  overflow: hidden;
}

.free-company-overview dl > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid #e4edf6;
}

.free-company-overview dl > div:last-child {
  border-bottom: 0;
}

.free-company-overview dt,
.free-company-overview dd {
  margin: 0;
  padding: 16px 18px;
  line-height: 1.8;
}

.free-company-overview dt {
  background: #f8fbff;
  color: var(--blue-dark);
  font-weight: 900;
}

.free-company-overview dd {
  color: #314762;
  font-weight: 800;
}

.free-company-overview a,
.free-company-access a {
  color: var(--blue);
  font-weight: 900;
}

.free-company-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.free-company-policy-grid article {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 20px;
  border: 1px solid #e4edf6;
  border-radius: calc(var(--radius) - 2px);
  background: #f8fbff;
}

.free-company-policy-grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--blue);
}

.free-company-policy-grid h3 {
  margin: 0;
}

.free-company-policy-grid p,
.free-company-access p {
  margin: 0;
}

.free-about-note {
  color: var(--muted);
  font-size: 13px;
}

.free-legal-section ul,
.free-legal-section ol {
  margin: 14px 0 0;
  padding-left: 1.4em;
  color: #314762;
  font-weight: 800;
  line-height: 1.9;
}

.free-legal-section li + li {
  margin-top: 4px;
}

.free-legal-section a {
  color: var(--blue);
  font-weight: 900;
}

.free-legal-section .free-about-contact {
  color: #fff;
}

.free-site-footer {
  border-top: 1px solid #dbe7f3;
  background: #ffffff;
}

.free-footer-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: min(var(--content-width), calc(100% - var(--content-gutter)));
  margin: 0 auto;
  padding: 30px 0 22px;
}

.free-footer-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.free-footer-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.free-footer-brand strong,
.free-footer-brand small {
  display: block;
  line-height: 1.2;
}

.free-footer-brand strong {
  color: var(--blue-dark);
  font-size: 19px;
  font-weight: 900;
}

.free-footer-brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.free-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

.free-footer-nav a {
  color: #314762;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.free-footer-nav a:hover {
  color: var(--blue);
}

.free-footer-bottom {
  width: min(var(--content-width), calc(100% - var(--content-gutter)));
  margin: 0 auto;
  padding: 0 0 26px;
  color: #7b8fa6;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .free-header-inner,
  .free-strip-inner {
    width: min(var(--tablet-width), calc(100% - var(--tablet-gutter)));
  }

  .free-hero-copy,
  .free-diagnosis-console {
    width: min(var(--tablet-width), calc(100% - var(--tablet-gutter)));
  }

  .free-tool-hero {
    height: auto;
    min-height: auto;
    padding: 52px 0 48px;
  }

  .free-hero-copy h1 {
    font-size: 42px;
  }

  .free-diagnosis-console,
  .free-score-panel,
  .free-result-grid,
  .free-contact-form-section {
    grid-template-columns: 1fr;
  }

  .free-diagnosis-console {
    width: 100%;
  }

  .free-industry-list article {
    flex-basis: 116px;
  }

  .free-result {
    width: min(var(--tablet-width), calc(100% - var(--tablet-gutter)));
  }

  .free-about-hero,
  .free-about-content {
    width: min(var(--tablet-width), calc(100% - var(--tablet-gutter)));
  }

  .free-about-hero h1 {
    font-size: 40px;
  }

  .free-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .free-report-insights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .free-compare-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .free-company-policy-grid {
    grid-template-columns: 1fr;
  }

  .free-loss-inputs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .free-suggest-before-after,
  .free-suggest-benefits {
    grid-template-columns: 1fr;
  }

  .free-suggest-benefits article {
    min-height: auto;
  }

  .free-suggest-arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }
}

@media (max-width: 560px) {
  .free-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 12px;
    width: calc(100% - var(--mobile-gutter));
    align-items: center;
    min-height: 72px;
    padding: 12px 0;
  }

  .free-brand {
    min-width: 0;
  }

  .free-brand img {
    width: 38px;
    height: 38px;
  }

  .free-brand strong {
    font-size: 19px;
  }

  .free-brand small {
    font-size: 11px;
  }

  .free-menu-button {
    display: grid;
    place-items: center;
    justify-self: end;
    width: 44px;
    height: 44px;
    border: 1px solid #cfe0f4;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
  }

  .free-menu-button {
    align-content: center;
    gap: 4px;
  }

  .free-menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--blue-dark);
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .free-menu-toggle-input:checked + .free-menu-button span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .free-menu-toggle-input:checked + .free-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .free-menu-toggle-input:checked + .free-menu-button span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .free-header-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    gap: 6px;
    margin-top: 2px;
    padding: 10px;
    border: 1px solid #dbe7f3;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    overflow: visible;
    white-space: normal;
  }

  .free-menu-toggle-input:checked ~ .free-header-nav {
    display: grid;
  }

  .free-header-nav a {
    justify-content: start;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
  }

  .free-tool-hero {
    min-height: auto;
    padding: 34px 0 38px;
    background-size: 20px 20px;
  }

  .free-hero-copy,
  .free-diagnosis-console {
    width: min(var(--mobile-width), calc(100% - var(--mobile-gutter)));
  }

  .free-hero-copy h1 {
    font-size: clamp(20px, 4.5vw, 26px);
    line-height: 1.28;
  }

  .free-hero-title-main {
    white-space: nowrap;
  }

  .free-hero-copy p {
    font-size: 15px;
  }

  .free-score-gauge {
    width: 150px;
    height: 150px;
  }

  .free-score-gauge strong {
    font-size: 48px;
  }

  .free-tool-form {
    padding: 16px;
  }

  .free-form-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .free-form-head strong {
    font-size: 18px;
  }

  .free-tool-form input[type="text"],
  .free-tool-form button {
    height: 60px;
    min-height: 60px;
    font-size: 15px;
  }

  .free-tool-form button {
    font-size: 20px;
  }

  .free-engine-toggle,
  #free-tool-status {
    font-size: 12px;
  }

  .free-strip-inner {
    width: 100%;
    padding: 22px 0 28px;
  }

  .free-industry-strip h2 {
    padding: 0 20px;
    font-size: 16px;
  }

  .free-industry-marquee {
    overflow-x: auto;
    padding-left: 20px;
    scrollbar-width: none;
  }

  .free-industry-marquee::-webkit-scrollbar {
    display: none;
  }

  .free-industry-list {
    gap: 10px;
    animation-duration: 34s;
  }

  .free-industry-list article {
    flex-basis: 112px;
    min-height: 82px;
  }

  .free-result {
    width: calc(100% - var(--mobile-gutter));
    margin-top: 34px;
  }

  .free-about-main {
    padding: 28px 0 54px;
  }

  .free-about-hero,
  .free-about-content {
    width: calc(100% - var(--mobile-gutter));
  }

  .free-about-hero {
    padding: 28px 0 24px;
  }

  .free-about-hero h1 {
    font-size: 32px;
  }

  .free-about-hero > p:not(.free-tool-kicker) {
    font-size: 15px;
  }

  .free-about-section {
    padding: 20px;
  }

  .free-about-section h2 {
    font-size: 24px;
  }

  .free-company-overview dl > div {
    grid-template-columns: 1fr;
  }

  .free-company-overview dt,
  .free-company-overview dd {
    padding: 13px 15px;
  }

  .free-section-heading h2 {
    font-size: 28px;
  }

  .free-score-panel,
  .free-industry-compare,
  .free-loss-estimate,
  .free-result-grid article,
  .free-table-card,
  .free-suggest-measures,
  .free-faq-section,
  .free-contact-form-section {
    padding: 20px;
  }

  .free-table-card {
    padding: 16px;
  }

  .free-table-scroll {
    max-height: 920px;
  }

  .free-suggest-risk h2 {
    font-size: 24px;
  }

  .free-faq-head h2 {
    font-size: 24px;
  }

  .free-faq-list summary {
    min-height: 58px;
    padding: 15px 50px 15px 16px;
  }

  .free-industry-compare-head h2 {
    font-size: 24px;
  }

  .free-compare-metrics {
    grid-template-columns: 1fr;
  }

  .free-compare-metrics article {
    min-height: auto;
  }

  .free-loss-estimate-main h2 {
    font-size: 22px;
  }

  .free-loss-estimate-main strong {
    font-size: 34px;
  }

  .free-loss-inputs {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .free-compare-bar-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .free-suggest-cta {
    display: grid;
    padding: 22px;
  }

  .free-suggest-cta a {
    width: 100%;
  }

  .free-metrics,
  .free-word-list,
  .free-report-insights,
  .free-inquiry-form {
    grid-template-columns: 1fr;
  }

  .free-footer-inner,
  .free-footer-bottom {
    width: calc(100% - var(--mobile-gutter));
  }

  .free-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .free-footer-nav {
    justify-content: flex-start;
  }
}
