/* ============================================================
   WebSnug industry pages

   Shared layout for /website-design/{industry}/ pages. Keep the
   structure reusable and put industry-specific copy and imagery in
   each page rather than creating a separate stylesheet per trade.
============================================================ */

/* Industry pages keep one recognisable WebSnug design system. The modifier
   classes only select the relevant background photograph. */
.industry-electrician,
.industry-plumber,
.industry-builder,
.industry-roofer,
.industry-landscaper,
.industry-cleaner {
  --industry-accent: var(--brand-blue);
  --industry-accent-soft: var(--brand-blue-soft);
  --industry-deep: var(--brand-blue-dark);
}

.industry-electrician .hero::after,
.industry-plumber .hero::after,
.industry-builder .hero::after,
.industry-roofer .hero::after,
.industry-landscaper .hero::after,
.industry-cleaner .hero::after {
  mask-image: none;
  opacity: 0.94;
}

.industry-electrician .hero::after {
  background:
    linear-gradient(90deg, rgba(2, 8, 23, 0.97) 0%, rgba(3, 25, 64, 0.82) 50%, rgba(2, 25, 61, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 103, 240, 0.08), rgba(2, 8, 23, 0.3)),
    url("/images/industries/electrician-hero.avif") center right / cover no-repeat;
}

.industry-plumber .hero::after {
  background:
    linear-gradient(90deg, rgba(2, 8, 23, 0.97) 0%, rgba(3, 25, 64, 0.8) 48%, rgba(2, 25, 61, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 103, 240, 0.06), rgba(2, 8, 23, 0.24)),
    url("/images/industries/plumber-hero.avif") center right / cover no-repeat;
}

.industry-builder .hero::after {
  background:
    linear-gradient(90deg, rgba(2, 8, 23, 0.97) 0%, rgba(34, 27, 18, 0.82) 49%, rgba(55, 39, 18, 0.24) 100%),
    linear-gradient(180deg, rgba(214, 145, 48, 0.08), rgba(2, 8, 23, 0.28)),
    url("/images/industries/builder-website-example.avif") center right / cover no-repeat;
}

.industry-roofer .hero::after {
  background:
    linear-gradient(90deg, rgba(2, 8, 23, 0.97) 0%, rgba(35, 26, 25, 0.82) 49%, rgba(64, 33, 25, 0.24) 100%),
    linear-gradient(180deg, rgba(217, 88, 54, 0.07), rgba(2, 8, 23, 0.28)),
    url("/images/industries/roofer-website-example.avif") center right / cover no-repeat;
}

.industry-landscaper .hero::after {
  background:
    linear-gradient(90deg, rgba(2, 8, 23, 0.97) 0%, rgba(15, 42, 28, 0.82) 49%, rgba(16, 65, 37, 0.22) 100%),
    linear-gradient(180deg, rgba(79, 145, 83, 0.08), rgba(2, 8, 23, 0.25)),
    url("/images/industries/landscaper-website-example.avif") center right / cover no-repeat;
}

.industry-cleaner .hero::after {
  background:
    linear-gradient(90deg, rgba(2, 8, 23, 0.97) 0%, rgba(12, 43, 64, 0.81) 49%, rgba(15, 75, 96, 0.2) 100%),
    linear-gradient(180deg, rgba(240, 185, 67, 0.06), rgba(2, 8, 23, 0.24)),
    url("/images/industries/cleaner-website-example.avif") center right / cover no-repeat;
}

.industry-page .industry-hero-actions,
.industry-page .industry-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.industry-page .btn-outline {
  border: 1px solid rgba(191, 219, 254, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.industry-page .btn-outline:hover {
  border-color: rgba(147, 197, 253, 0.78);
  background: rgba(0, 103, 240, 0.2);
}

.industry-page .industry-hero-card {
  padding: clamp(1.35rem, 2.6vw, 2rem);
}

.industry-page .industry-hero-card strong {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.25;
}

.industry-page .industry-hero-card .industry-card-note {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(219, 234, 254, 0.16);
  color: rgba(219, 234, 254, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industry-page .industry-showcase-section {
  background:
    radial-gradient(circle at 10% 0, rgba(0, 103, 240, 0.09), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}

.industry-page .industry-showcase-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.6fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: 2rem;
}

.industry-page .industry-showcase-intro .section-head {
  margin-bottom: 0;
}

.industry-page .industry-showcase-summary {
  color: var(--muted);
}

.industry-page .industry-demo-shell {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 24px;
  background: #111827;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 32px 90px rgba(15, 23, 42, 0.18);
}

.industry-page .industry-browser-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 52px;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  background: #151f30;
  color: rgba(219, 234, 254, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
}

.industry-page .industry-browser-dots {
  display: flex;
  gap: 0.4rem;
}

.industry-page .industry-browser-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.56);
}

.industry-page .industry-browser-dots span:first-child {
  background: #fb7185;
}

.industry-page .industry-browser-dots span:nth-child(2) {
  background: #fbbf24;
}

.industry-page .industry-browser-dots span:last-child {
  background: #34d399;
}

.industry-page .industry-browser-address {
  min-width: 0;
  overflow: hidden;
  padding: 0.42rem 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.industry-page .industry-browser-badge {
  color: #93c5fd;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industry-page .industry-demo-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2048 / 1029;
  object-fit: cover;
  object-position: top center;
}

.industry-page .industry-demo-frame-wrap {
  position: relative;
  width: 100%;
  height: clamp(520px, 68vh, 760px);
  background: #eef6f8;
}

.industry-page .industry-demo-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.industry-page .industry-demo-caption {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.2rem;
  color: rgba(226, 232, 240, 0.72);
  background: #151f30;
  font-size: 0.84rem;
}

.industry-page .industry-demo-caption strong {
  color: #fff;
}

.industry-page .industry-showcase-actions {
  justify-content: center;
  margin-top: 1.5rem;
}

.industry-page .industry-showcase-actions .btn-outline {
  border-color: rgba(0, 103, 240, 0.28);
  color: var(--brand-blue-dark);
  background: #fff;
}

.industry-page .industry-showcase-actions .btn-outline:hover {
  background: var(--brand-blue-soft);
}

.industry-page .industry-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.industry-page .industry-feature-card {
  min-height: 100%;
  padding: clamp(1.25rem, 2.2vw, 1.65rem);
}

.industry-page .industry-feature-card .card-icon {
  margin-bottom: 1rem;
}

.industry-page .industry-feature-card h3 {
  font-size: 1.08rem;
}

.industry-page .industry-feature-card p {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.industry-page .industry-comparison-section {
  background: linear-gradient(180deg, #fff 0%, #f4f8fd 100%);
}

.industry-page .industry-comparison-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.industry-page .industry-comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.industry-page .industry-comparison-table {
  width: 100%;
  min-width: 590px;
  border-collapse: collapse;
  text-align: left;
}

.industry-page .industry-comparison-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.industry-page .industry-comparison-table th,
.industry-page .industry-comparison-table td {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.industry-page .industry-comparison-table th {
  color: var(--brand-blue-dark);
  background: var(--brand-blue-soft);
  font-family: "Montserrat", sans-serif;
  font-size: 0.86rem;
}

.industry-page .industry-comparison-table th:first-child {
  color: #64748b;
  background: #f8fafc;
}

.industry-page .industry-comparison-table td {
  color: #526174;
  font-size: 0.92rem;
}

.industry-page .industry-comparison-table td:last-child {
  color: #092a59;
  font-weight: 700;
}

.industry-page .industry-comparison-table tr:last-child td {
  border-bottom: 0;
}

.industry-page .industry-audience-section {
  background: #fff;
}

.industry-page .industry-audience-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}

.industry-page .industry-audience-item {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  min-width: 0;
  padding: 1.1rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfdff;
  color: #243b5a;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
}

.industry-page .industry-audience-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--brand-blue-dark);
  background: var(--brand-blue-soft);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  box-shadow: inset 0 0 0 1px rgba(0, 103, 240, 0.1);
}

.industry-page .industry-audience-item:hover .industry-audience-mark {
  color: var(--industry-deep, var(--brand-blue-dark));
  background: var(--industry-accent-soft, var(--brand-blue-soft));
}

.industry-page .industry-product-intro {
  max-width: 760px;
  margin-top: clamp(3rem, 7vw, 5rem);
}

.industry-page .industry-product-intro h2 {
  margin-top: 0.6rem;
  color: var(--brand-blue-dark);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.12;
}

.industry-page .industry-product-intro p {
  margin-top: 0.85rem;
  color: var(--muted);
}

.industry-electrician .industry-audience-mark,
.industry-plumber .industry-audience-mark,
.industry-builder .industry-audience-mark,
.industry-roofer .industry-audience-mark,
.industry-landscaper .industry-audience-mark,
.industry-cleaner .industry-audience-mark {
  color: var(--brand-blue-dark);
  background: var(--industry-accent-soft);
  box-shadow: inset 0 0 0 1px rgba(0, 103, 240, 0.12);
}

.industry-page .industry-product-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 2rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.industry-page .industry-product-stat {
  min-width: 0;
  padding: 1.25rem 1rem;
  border-right: 1px solid var(--line);
  text-align: center;
}

.industry-page .industry-product-stat:last-child {
  border-right: 0;
}

.industry-page .industry-product-stat strong {
  display: block;
  color: var(--brand-blue-dark);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.75rem);
}

.industry-page .industry-product-stat span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
}

.industry-page .industry-outcomes-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(32, 147, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #061a3a 0%, #07367c 100%);
  color: #fff;
}

.industry-page .industry-outcomes-section .section-kicker,
.industry-page .industry-outcomes-section .section-head p {
  color: #9dcbff;
}

.industry-page .industry-outcomes-section .section-head h2 {
  color: #fff;
}

.industry-page .industry-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.industry-page .industry-outcome-card {
  min-height: 100%;
  padding: clamp(1.25rem, 2.2vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 14, 46, 0.18);
}

.industry-page .industry-outcome-label {
  display: inline-flex;
  margin-bottom: 1.1rem;
  color: #78bdff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.industry-page .industry-outcome-card h3 {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.35;
}

.industry-page .industry-outcome-card p {
  margin-top: 0.7rem;
  color: #c6dcf7;
  font-size: 0.92rem;
}

.industry-page .industry-related-section {
  background: #fff;
}

.industry-page .industry-trust-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(32, 147, 255, 0.12), transparent 30%),
    #f7faff;
}

.industry-page .industry-trust-section .section-head {
  max-width: 760px;
}

.industry-page .industry-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.industry-page .industry-trust-card {
  min-height: 100%;
  padding: clamp(1.25rem, 2.2vw, 1.7rem);
  border: 1px solid rgba(0, 75, 170, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(0, 45, 105, 0.08);
}

.industry-page .industry-trust-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 1rem;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue), #249cff);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 22px rgba(0, 103, 240, 0.2);
}

.industry-page .industry-trust-card h3 {
  color: var(--brand-blue-dark);
  font-size: 1.05rem;
  line-height: 1.35;
}

.industry-page .industry-trust-card p {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.industry-page .industry-related-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.industry-page .industry-related-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.industry-page .industry-related-link {
  display: grid;
  gap: 0.35rem;
  min-height: 118px;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--brand-blue-soft);
  color: var(--brand-blue-dark);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.industry-page .industry-related-link strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.industry-page .industry-related-link span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.industry-page .industry-related-link:hover,
.industry-page .industry-related-link:focus-visible {
  border-color: rgba(0, 103, 240, 0.45);
  box-shadow: 0 14px 30px rgba(0, 56, 130, 0.11);
  transform: translateY(-2px);
}

.industry-page .industry-section-white {
  background: #fff;
}

.industry-page .industry-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.industry-page .industry-question-list,
.industry-page .industry-page-list {
  display: grid;
  gap: 0.8rem;
  list-style: none;
}

.industry-page .industry-question-list {
  counter-reset: industry-question;
}

.industry-page .industry-question-list li {
  counter-increment: industry-question;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(203, 213, 225, 0.76);
  border-radius: 14px;
  background: rgba(248, 251, 255, 0.9);
}

.industry-page .industry-question-list li::before {
  content: counter(industry-question);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #fff;
  background: var(--brand-blue);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.industry-page .industry-question-list strong,
.industry-page .industry-page-list strong {
  display: block;
  color: var(--navy);
}

.industry-page .industry-question-list span,
.industry-page .industry-page-list span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.industry-page .industry-structure-card {
  padding: clamp(1.35rem, 2.5vw, 2rem);
}

.industry-page .industry-structure-card > h2 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.industry-page .industry-page-list {
  margin-top: 1.25rem;
}

.industry-page .industry-page-list li {
  position: relative;
  padding-left: 1.4rem;
}

.industry-page .industry-page-list li::before {
  content: "";
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-blue);
  box-shadow: 0 0 0 5px var(--brand-blue-soft);
}

.industry-page .industry-seo-note {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--brand-blue);
  border-radius: 0 12px 12px 0;
  color: var(--text);
  background: rgba(219, 234, 254, 0.42);
}

.industry-page .industry-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.industry-page .industry-faq-item {
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

.industry-page .industry-faq-item summary {
  position: relative;
  min-height: 58px;
  padding: 1rem 3.5rem 1rem 1.15rem;
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.industry-page .industry-faq-item summary::-webkit-details-marker {
  display: none;
}

.industry-page .industry-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: var(--brand-blue);
  background: var(--brand-blue-soft);
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.industry-page .industry-faq-item[open] summary::after {
  content: "\2212";
}

.industry-page .industry-faq-item summary:hover {
  background: rgba(239, 246, 255, 0.68);
}

.industry-page .industry-faq-answer {
  padding: 0 1.15rem 1.15rem;
  color: var(--muted);
}

@media (max-width: 980px) {
  .industry-page .industry-feature-grid,
  .industry-page .industry-outcome-grid,
  .industry-page .industry-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-page .industry-showcase-intro,
  .industry-page .industry-split,
  .industry-page .industry-comparison-grid,
  .industry-page .industry-related-grid {
    grid-template-columns: 1fr;
  }

  .industry-page .industry-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .industry-page .industry-product-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-page .industry-product-stat {
    border-bottom: 1px solid var(--line);
  }

  .industry-page .industry-product-stat:nth-child(even) {
    border-right: 0;
  }

  .industry-page .industry-product-stat:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .industry-page .industry-showcase-intro {
    gap: 0.85rem;
  }
}

@media (max-width: 680px) {
  .industry-page .industry-hero-actions,
  .industry-page .industry-showcase-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .industry-page .industry-hero-actions .btn,
  .industry-page .industry-showcase-actions .btn {
    width: 100%;
  }

  .industry-page .industry-feature-grid,
  .industry-page .industry-outcome-grid,
  .industry-page .industry-trust-grid,
  .industry-page .industry-related-links,
  .industry-page .industry-faq-list {
    grid-template-columns: 1fr;
  }

  .industry-page .industry-browser-bar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .industry-page .industry-browser-badge {
    display: none;
  }

  .industry-page .industry-demo-caption {
    display: grid;
    gap: 0.35rem;
  }

  .industry-page .industry-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-page .industry-product-stats {
    grid-template-columns: 1fr;
  }

  .industry-page .industry-product-stat,
  .industry-page .industry-product-stat:nth-child(even),
  .industry-page .industry-product-stat:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .industry-page .industry-product-stat:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 460px) {
  .industry-page .industry-demo-shell {
    border-radius: 16px;
  }

  .industry-page .industry-browser-bar {
    min-height: 44px;
    padding-inline: 0.75rem;
  }

  .industry-page .industry-demo-frame-wrap {
    height: 610px;
  }

  .industry-page .industry-question-list li {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 0.9rem;
  }

  .industry-page .industry-question-list li::before {
    width: 32px;
    height: 32px;
  }
}
