/*
Theme Name: InsureIQ Dynamic
Theme URI: https://example.com/insureiq
Author: InsureIQ
Description: A dynamic insurance comparison WordPress theme.
Version: 1.0.0
Text Domain: insureiq
*/

:root {
  --navy: #08111f;
  --navy-2: #101b3d;
  --ink: #121826;
  --text: #354156;
  --muted: #66738a;
  --line: #dce5f2;
  --paper: #ffffff;
  --soft: #f6f8ff;
  --soft-2: #ecfff9;
  --green: #00a887;
  --green-2: #007562;
  --aqua: #56f0d4;
  --lime: #d7ff5f;
  --gold: #ffc857;
  --orange: #ff5d45;
  --violet: #6d5dfc;
  --blue: #235cff;
  --blue-2: #123bd8;
  --pink: #ff4fa3;
  --shadow: 0 30px 90px rgba(8, 17, 31, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 500px, var(--soft) 500px, #ffffff 100%);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(216, 224, 234, 0.86);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.header-actions,
.hero-content,
.metric-strip,
.form-row,
.quote-card-head,
.brand-cloud,
.two-col,
.section-heading.split,
.table-header,
.sticky-quote {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1.1rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--navy);
  background:
    linear-gradient(135deg, var(--lime), var(--aqua));
  border: 1px solid rgba(8, 17, 31, 0.08);
  border-radius: 15px;
  box-shadow: 0 14px 28px rgba(35, 92, 255, 0.18);
}

.nav {
  gap: 24px;
  color: #344054;
  font-size: 0.92rem;
  font-weight: 800;
}

.nav a:hover,
.agent-link:hover,
.call-link:hover,
.text-link:hover,
.footer a:hover {
  color: var(--green);
}

.header-actions {
  gap: 14px;
  font-weight: 800;
}

.agent-link {
  color: var(--muted);
}

.call-link {
  padding: 10px 13px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  border: 1px solid rgba(35, 92, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(35, 92, 255, 0.22);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(135deg, #08111f 0%, #101b3d 45%, #17205a 100%);
}

.hero-photo,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-photo {
  background:
    linear-gradient(90deg, rgba(8, 17, 31, 0.96), rgba(16, 27, 61, 0.42), rgba(8, 17, 31, 0.82)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1900&q=82") center / cover;
  clip-path: polygon(54% 0, 100% 0, 100% 100%, 42% 100%);
  opacity: 0.92;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(86, 240, 212, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(215, 255, 95, 0.1) 1px, transparent 1px),
    linear-gradient(120deg, rgba(35, 92, 255, 0.28), transparent 28%),
    linear-gradient(300deg, rgba(255, 79, 163, 0.18), transparent 26%),
    linear-gradient(180deg, transparent 82%, var(--paper) 100%);
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
  opacity: 0.92;
}

.hero-content {
  position: relative;
  justify-content: space-between;
  gap: clamp(34px, 6vw, 86px);
  width: min(1200px, calc(100% - 36px));
  min-height: 760px;
  margin: 0 auto;
  padding: 58px 0 98px;
}

.hero-copy {
  max-width: 750px;
  color: white;
}

.hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.hero-pill-row span {
  padding: 9px 12px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(215, 255, 95, 0.98), rgba(86, 240, 212, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7.5vw, 7.6rem);
  line-height: 0.9;
  letter-spacing: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-family: "Space Grotesk", Manrope, sans-serif;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  font-family: "Space Grotesk", Manrope, sans-serif;
}

.hero-lede {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}

.metric-strip {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.metric-strip div {
  min-width: 132px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  backdrop-filter: blur(14px);
}

.metric-strip strong,
.metric-strip span {
  display: block;
}

.metric-strip strong {
  font-size: 1.42rem;
}

.metric-strip span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

.quote-card {
  flex: 0 0 420px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  box-shadow:
    0 34px 90px rgba(8, 17, 31, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px);
}

.quote-card > * {
  margin-right: 14px;
  margin-left: 14px;
}

.quote-card-head {
  gap: 14px;
  margin: 0 0 12px;
  padding: 18px;
  color: white;
  background:
    linear-gradient(135deg, var(--blue), var(--violet) 52%, var(--pink));
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(35, 92, 255, 0.28);
}

.quote-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--lime), var(--aqua));
  border-radius: 16px;
  font-size: 0.78rem;
  font-weight: 950;
}

.quote-card h2 {
  margin-bottom: 2px;
  font-size: 1.55rem;
}

.quote-card-head p {
  color: rgba(255, 255, 255, 0.72);
}

.quote-card p,
.copy-block p,
.section-heading p,
.rate-card p,
.profile-grid p,
.coverage-grid p,
.discount-grid p,
.quick-grid p,
.article-grid p,
.footer p,
.author-card p,
.article-copy p,
.comparison-list p {
  color: var(--muted);
}

label {
  display: block;
  margin: 16px 0 7px;
  color: #344054;
  font-size: 0.88rem;
  font-weight: 850;
}

input,
select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--ink);
  background: white;
  border: 1px solid #cfdaea;
  border-radius: 14px;
  outline: none;
}

input:focus,
select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(35, 92, 255, 0.14);
}

.form-row {
  gap: 10px;
}

.form-row button,
.sticky-quote a {
  flex: 0 0 auto;
  min-height: 50px;
  padding: 0 20px;
  color: white;
  color: var(--navy);
  background: linear-gradient(135deg, var(--lime), var(--aqua));
  border: 0;
  border-radius: 14px;
  font-weight: 950;
  cursor: pointer;
}

.form-row button:hover,
.sticky-quote a:hover {
  background: linear-gradient(135deg, var(--aqua), var(--lime));
}

.form-message {
  min-height: 24px;
  margin: 10px 0 0;
  font-weight: 850;
}

.form-message.is-error {
  color: #b93815;
}

.form-message.is-success {
  color: var(--green-2);
}

.phone-note {
  margin-top: 18px;
  padding: 14px;
  background: linear-gradient(135deg, #f8fbff, #eefcff);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.phone-note strong,
.phone-note span {
  display: block;
}

.phone-note span {
  color: var(--muted);
  font-size: 0.88rem;
}

.quote-console {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1120px, calc(100% - 36px));
  margin: -78px auto 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(7, 17, 31, 0.22);
  backdrop-filter: blur(18px);
}

.quote-console div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.quote-console strong,
.quote-console p,
.console-step {
  display: block;
}

.console-step {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  color: var(--blue-2);
  background: #eef3ff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
}

.quote-console strong {
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.quote-console p {
  margin-bottom: 0;
  color: var(--muted);
}

.brand-cloud {
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  width: min(1180px, calc(100% - 36px));
  margin: 34px auto 0;
  padding: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.08);
  position: relative;
  z-index: 4;
}

.brand-cloud span {
  padding: 10px 15px;
  color: #27364f;
  background: linear-gradient(135deg, #f9fbff, #eff6ff);
  border-radius: 999px;
  font-weight: 850;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 94px 0;
}

.intro-section {
  position: relative;
}

.intro-section::before {
  content: "";
  position: absolute;
  top: 72px;
  right: 0;
  width: 180px;
  height: 12px;
  background: repeating-linear-gradient(90deg, var(--blue) 0 18px, var(--lime) 18px 36px, var(--pink) 36px 54px);
  border-radius: 999px;
}

.section-kicker {
  width: fit-content;
  padding: 8px 12px;
  color: var(--blue-2);
  background: #eef3ff;
  border-radius: 999px;
}

.section-heading .eyebrow,
.two-col .eyebrow {
  width: fit-content;
  padding: 8px 12px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(215, 255, 95, 0.85), rgba(86, 240, 212, 0.85));
  border-radius: 999px;
}

.content-panel,
.rate-card,
.profile-grid article,
.coverage-grid article,
.discount-grid article,
.article-grid article,
.link-column,
.author-card,
.faq-list {
  box-shadow: 0 18px 48px rgba(8, 17, 31, 0.06);
}

.rate-card:not(.featured) {
  background:
    linear-gradient(180deg, #ffffff, #f9fbff);
}

.coverage-grid article:nth-child(2n),
.discount-grid article:nth-child(3n),
.article-grid article:nth-child(2n) {
  background:
    linear-gradient(180deg, #ffffff, #f7faff);
}

.profile-grid article:nth-child(2n) {
  background:
    linear-gradient(180deg, #ffffff, #f2fffb);
}

.profile-grid article:nth-child(3n) {
  background:
    linear-gradient(180deg, #ffffff, #fff8f5);
}

.two-col {
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(30px, 6vw, 86px);
}

.two-col > * {
  flex: 1;
}

.copy-block {
  font-size: 1.04rem;
}

.rates-section,
.local-section,
.discounts-section,
.faq-section {
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100vw - 1180px) / 2));
  padding-left: max(18px, calc((100vw - 1180px) / 2));
  background: var(--soft);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 32px;
}

.section-heading.split {
  justify-content: space-between;
  gap: 28px;
  max-width: none;
}

.section-heading.split > * {
  flex: 1;
}

.rate-summary-grid,
.profile-grid,
.guide-layout,
.coverage-grid,
.discount-grid,
.quick-grid,
.article-grid,
.discovery-section,
.footer {
  display: grid;
  gap: 18px;
}

.rate-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.rate-card,
.content-panel,
.profile-grid article,
.checklist-card,
.coverage-grid article,
.discount-grid article,
.quick-grid article,
.article-grid article,
.link-column,
.author-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
}

.rate-card {
  padding: 26px;
}

.rate-card.featured {
  color: white;
  background:
    linear-gradient(135deg, var(--blue), var(--violet) 56%, var(--pink));
  border-color: transparent;
}

.rate-card span,
.profile-grid span,
.coverage-grid span,
.article-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.rate-card.featured span,
.rate-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.rate-card strong {
  display: block;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1;
}

.content-panel {
  padding: 24px;
  margin-bottom: 18px;
  box-shadow: 0 18px 55px rgba(7, 17, 31, 0.08);
}

.table-header {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.table-header p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

th,
td {
  padding: 17px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

th {
  color: #475467;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

td:nth-child(2),
td:nth-child(3) {
  font-weight: 950;
}

.profile-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.profile-grid article,
.coverage-grid article,
.discount-grid article,
.quick-grid article,
.article-grid article {
  padding: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.profile-grid article:hover,
.coverage-grid article:hover,
.discount-grid article:hover,
.article-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(35, 92, 255, 0.28);
  box-shadow: 0 20px 45px rgba(7, 17, 31, 0.09);
}

.profile-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.7rem;
}

.state-search {
  margin-top: 8px;
  max-width: 360px;
}

.state-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.state-link {
  padding: 13px 14px;
  color: #344054;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-weight: 850;
}

.state-link:hover {
  color: var(--blue-2);
  border-color: var(--blue);
  box-shadow: 0 10px 28px rgba(35, 92, 255, 0.1);
}

.guide-layout {
  grid-template-columns: 0.92fr 1.08fr;
}

.checklist-card {
  padding: 26px;
  color: white;
  background:
    linear-gradient(145deg, rgba(8, 17, 31, 0.98), rgba(16, 27, 61, 0.98) 56%, rgba(35, 92, 255, 0.82)),
    var(--navy);
  border-color: transparent;
}

.checklist-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.checklist-card li {
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

.article-copy {
  padding: 8px 0;
}

.comparison-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.comparison-list article {
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.comparison-list p,
.discount-grid p,
.quick-grid p,
.article-grid p,
.coverage-grid p {
  margin-bottom: 0;
}

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

.coverage-grid span {
  color: var(--orange);
}

.requirements-section {
  padding-top: 0;
}

.editorial-panel {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(237, 247, 244, 0.94), rgba(255, 255, 255, 0.96)),
    var(--paper);
}

.discount-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.quick-grid article {
  background:
    linear-gradient(145deg, #08111f, #101b3d 62%, #17205a);
  border-color: transparent;
}

.quick-grid h3 {
  color: white;
}

.quick-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.article-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.article-grid article {
  min-height: 260px;
}

.article-grid a,
.text-link,
.link-cloud a,
.guide-links a,
.latest-posts a {
  color: var(--blue-2);
  font-weight: 900;
}

.discovery-section {
  grid-template-columns: 1fr 1fr;
}

.link-column {
  padding: 28px;
}

.link-cloud,
.guide-links,
.latest-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.link-cloud a,
.guide-links a {
  padding: 10px 12px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.faq-list {
  max-width: 920px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 70px;
  padding: 18px 22px;
  color: var(--ink);
  background: white;
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  cursor: pointer;
  font-weight: 950;
}

.faq-question b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  border-radius: 12px;
}

.faq-answer {
  display: none;
  padding: 0 22px 22px;
  border-bottom: 1px solid var(--line);
}

.faq-answer p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
}

.faq-question[aria-expanded="true"] + .faq-answer {
  display: block;
}

.author-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 24px;
  padding: 30px;
  background:
    linear-gradient(135deg, #ffffff, #f8fbff 52%, #eef2ff);
}

.avatar {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  color: white;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  border-radius: 24px;
  font-weight: 950;
  font-size: 1.4rem;
}

.sticky-quote {
  position: sticky;
  bottom: 18px;
  z-index: 25;
  justify-content: space-between;
  gap: 20px;
  width: min(760px, calc(100% - 36px));
  margin: 0 auto 26px;
  padding: 12px 12px 12px 18px;
  color: white;
  background: rgba(7, 17, 31, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(7, 20, 38, 0.3);
  backdrop-filter: blur(16px);
  font-weight: 900;
}

.sticky-quote a {
  display: inline-flex;
  align-items: center;
}

.footer {
  grid-template-columns: 1.4fr repeat(4, 1fr);
  padding: 54px clamp(18px, 4vw, 64px) 32px;
  color: white;
  background: var(--navy);
}

.footer h3 {
  font-size: 1rem;
}

.footer a {
  display: block;
  margin: 9px 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer p {
  color: rgba(255, 255, 255, 0.68);
}

.footer-bottom {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1050px) {
  .nav {
    display: none;
  }

  .hero-content,
  .two-col,
  .section-heading.split {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-photo {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
  }

  .quote-card {
    flex-basis: auto;
    width: min(100%, 480px);
  }

  .quote-console {
    grid-template-columns: 1fr;
    margin-top: -52px;
  }

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

  .coverage-grid,
  .discount-grid,
  .article-grid,
  .footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .topbar {
    min-height: 66px;
  }

  .header-actions {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: auto;
  }

  .hero-photo {
    clip-path: none;
    opacity: 0.35;
  }

  .hero-content {
    width: min(100% - 28px, 1200px);
    padding: 48px 0 78px;
  }

  h1 {
    font-size: clamp(2.75rem, 15vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .form-row,
  .metric-strip,
  .sticky-quote {
    align-items: stretch;
    flex-direction: column;
  }

  .form-row button,
  .sticky-quote a {
    justify-content: center;
    width: 100%;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 62px 0;
  }

  .quote-console {
    width: min(100% - 28px, 1120px);
    border-radius: 22px;
  }

  .rates-section,
  .local-section,
  .discounts-section,
  .faq-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .rate-summary-grid,
  .profile-grid,
  .guide-layout,
  .coverage-grid,
  .discount-grid,
  .quick-grid,
  .article-grid,
  .discovery-section,
  .editorial-panel,
  .author-card,
  .footer {
    grid-template-columns: 1fr;
  }

  .table-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-panel,
  .editorial-panel,
  .author-card {
    padding: 22px;
  }
}
