/*
  INDEKLIMATEST – MODERNE FORSIDE
  Indlæses efter style.css og hero-force.css.
  Reglerne er hovedsageligt scoped til .home-page, så de andre sider påvirkes mindst muligt.
*/

.home-page {
  --home-ink: #202a27;
  --home-muted: #66716d;
  --home-green: #173b34;
  --home-green-deep: #0f2d28;
  --home-green-dark: #0b211d;
  --home-sage: #8dbba2;
  --home-sage-light: #b8ddc9;
  --home-mint: #e6f1eb;
  --home-cream: #f5f4ef;
  --home-paper: #fbfbf8;
  --home-white: #ffffff;
  --home-border: rgba(23, 59, 52, .12);
  --home-shadow: 0 18px 45px rgba(20, 46, 40, .08);

  background: var(--home-cream);
  color: var(--home-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.home-page main {
  display: block;
}

.home-page h2,
.home-page h3,
.home-page h4 {
  color: var(--home-ink);
}

.home-page a {
  text-underline-offset: 3px;
}

.home-page .section-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.home-page .section-heading {
  margin-bottom: 46px;
}

.home-page .section-heading--center {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-page .section-heading--center p {
  margin-left: auto;
  margin-right: auto;
}

.home-page .section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 70px;
  align-items: end;
}

.home-page .section-heading--split p {
  margin: 0 0 8px;
}

.home-page .section-heading h2,
.home-page .faq-intro h2,
.home-page .booking-copy h2,
.home-page .report-copy h2 {
  margin: 10px 0 18px;
  font-size: clamp(2rem, 3.8vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 600;
}

.home-page .section-heading p,
.home-page .faq-intro p,
.home-page .report-copy > p,
.home-page .booking-copy > p {
  max-width: 670px;
  color: var(--home-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.home-page .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #527c68;
  font-size: .78rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-page .section-eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: currentColor;
}

.home-page .section-eyebrow--light {
  color: var(--home-sage-light);
}

.home-page .modern-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 50px;
  padding: .86rem 1.3rem;
  border: 0;
  border-radius: 999px;
  background: var(--home-sage);
  color: #102e27;
  font-weight: 750;
  box-shadow: none;
  transition: transform .2s ease, background .2s ease;
}

.home-page .modern-primary-btn:hover {
  background: #a6cfb8;
  color: #102e27;
  transform: translateY(-2px);
}

.home-page .modern-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .82rem 1.25rem;
  border: 1px solid rgba(23,59,52,.25);
  border-radius: 999px;
  background: transparent;
  color: var(--home-green);
  font-weight: 750;
}

.home-page .modern-ghost-btn:hover {
  background: var(--home-green);
  color: #fff;
}

/* ---------- HVORFOR ---------- */
.home-page .why-section {
  padding: 110px 0 104px;
  background: var(--home-cream);
}

.home-page .why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--home-border);
  border-bottom: 1px solid var(--home-border);
}

.home-page .why-card {
  min-width: 0;
  padding: 42px 42px 44px;
  text-align: left;
}

.home-page .why-card + .why-card {
  border-left: 1px solid var(--home-border);
}

.home-page .icon-disc {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--home-mint);
}

.home-page .icon-disc img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin: 0;
}

.home-page .why-card h3 {
  margin: 0 0 13px;
  font-size: 1.28rem;
  font-weight: 700;
}

.home-page .why-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.72;
}

/* ---------- SERVICES ---------- */
.home-page .services-modern {
  margin: 0;
  padding: 112px 0 118px;
  background: #fff;
}

.home-page .services-modern .services-center-wrap,
.home-page .services-modern .services-slider {
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.home-page .modern-service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .modern-service-card {
  flex: 1 1 250px;
  max-width: 280px;
  min-width: 240px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(23,59,52,.10);
  border-radius: 18px;
  background: #f8f9f6;
  box-shadow: none;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.home-page .modern-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(23,59,52,.20);
  box-shadow: var(--home-shadow);
}

.home-page .modern-service-card > a {
  min-height: 270px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  column-gap: 18px;
  padding: 30px 28px 28px;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

.home-page .service-icon {
  grid-column: 1 / 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(23,59,52,.08);
}

.home-page .service-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin: 0;
}

.home-page .service-arrow {
  grid-column: 2 / 3;
  align-self: start;
  color: #638a75;
  font-size: 1.15rem;
  transition: transform .2s ease;
}

.home-page .modern-service-card:hover .service-arrow {
  transform: translate(2px, -2px);
}

.home-page .service-copy {
  grid-column: 1 / 3;
  align-self: end;
  display: block;
  padding-top: 36px;
}

.home-page .service-copy strong {
  display: block;
  margin-bottom: 9px;
  color: var(--home-ink);
  font-size: 1.15rem;
}

.home-page .service-copy > span {
  display: block;
  color: var(--home-muted);
  font-size: .94rem;
  line-height: 1.62;
}

.home-page .section-action {
  margin-top: 38px;
  text-align: center;
}

/* ---------- PROCESS ---------- */
.home-page .process-section {
  position: relative;
  padding: 112px 0 118px;
  overflow: hidden;
  background: var(--home-green);
  color: #fff;
}

.home-page .process-section::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -160px;
  bottom: -230px;
  border-radius: 50%;
  border: 1px solid rgba(184,221,201,.13);
  box-shadow:
    0 0 0 90px rgba(184,221,201,.025),
    0 0 0 180px rgba(184,221,201,.018);
  pointer-events: none;
}

.home-page .section-heading--light {
  max-width: 700px;
  margin-bottom: 62px;
}

.home-page .section-heading--light .section-eyebrow,
.home-page .section-heading--light h2 {
  color: #fff;
}

.home-page .section-heading--light p {
  color: rgba(255,255,255,.70);
}

.home-page .process-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .process-timeline::before {
  content: "";
  position: absolute;
  top: 43px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: rgba(255,255,255,.18);
}

.home-page .process-timeline li {
  position: relative;
  margin: 0;
  padding: 0 34px 0 0;
}

.home-page .process-number {
  position: absolute;
  top: -15px;
  right: 28px;
  color: rgba(255,255,255,.16);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -.04em;
}

.home-page .process-icon {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #214940;
  border: 1px solid rgba(184,221,201,.27);
}

.home-page .process-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin: 0;
  filter: brightness(0) invert(1);
  opacity: .92;
}

.home-page .process-timeline h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 1.18rem;
}

.home-page .process-timeline p {
  max-width: 240px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .94rem;
  line-height: 1.65;
}

/* ---------- RAPPORT ---------- */
.home-page .report-section {
  padding: 118px 0;
  background: var(--home-paper);
}

.home-page .report-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  gap: 90px;
  align-items: center;
}

.home-page .report-copy h2 {
  max-width: 600px;
}

.home-page .check-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 30px;
  padding: 0;
  list-style: none;
}

.home-page .check-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: #3e4a46;
}

.home-page .check-list li span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  border-radius: 50%;
  background: var(--home-mint);
  color: var(--home-green);
  font-size: .82rem;
  font-weight: 900;
}

.home-page .text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--home-green);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(23,59,52,.28);
  padding-bottom: 3px;
}

.home-page .report-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 12%, rgba(184,221,201,.55), transparent 30%),
    linear-gradient(145deg, #dfece5, #edf1ea);
  overflow: hidden;
}

.home-page .report-visual::before,
.home-page .report-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(23,59,52,.12);
}

.home-page .report-visual::before {
  width: 330px;
  height: 330px;
  left: -150px;
  bottom: -170px;
}

.home-page .report-visual::after {
  width: 190px;
  height: 190px;
  right: -70px;
  top: -80px;
}

.home-page .report-paper {
  position: relative;
  z-index: 2;
  width: min(430px, calc(100% - 52px));
  min-height: 380px;
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 32px 70px rgba(18,49,42,.16);
  transform: rotate(-2deg);
}

.home-page .report-paper-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7ebe8;
}

.home-page .mini-brand {
  display: grid;
  line-height: 1;
}

.home-page .mini-brand strong {
  color: var(--home-green);
  letter-spacing: .08em;
}

.home-page .mini-brand span {
  margin-top: 5px;
  color: #76a58b;
  font-size: .7rem;
  letter-spacing: .32em;
}

.home-page .report-status {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--home-mint);
  color: #517765;
  font-size: .68rem;
  font-weight: 800;
}

.home-page .report-title {
  display: grid;
  gap: 5px;
  margin: 28px 0 25px;
}

.home-page .report-title span {
  color: #7d8883;
  font-size: .76rem;
}

.home-page .report-title strong {
  color: #20302b;
  font-size: 1.25rem;
}

.home-page .report-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.home-page .report-metrics > div {
  padding: 15px 12px;
  border-radius: 10px;
  background: #f5f7f4;
}

.home-page .report-metrics span,
.home-page .report-metrics small {
  display: block;
  color: #7f8b86;
  font-size: .65rem;
}

.home-page .report-metrics strong {
  display: inline-block;
  margin: 4px 4px 0 0;
  color: var(--home-green);
  font-size: 1.35rem;
}

.home-page .report-metrics small {
  display: inline;
}

.home-page .report-bars {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.home-page .report-bars span {
  position: relative;
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 99px;
  background: #ecf0ed;
}

.home-page .report-bars span::after {
  content: "";
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8dbba2, #5d8f75);
}

/* ---------- PRISER ---------- */
.home-page .pricing-section {
  padding: 112px 0 120px;
  background: var(--home-cream);
}

.home-page .pricing-cards {
  max-width: 880px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.home-page .price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 42px;
  border: 1px solid var(--home-border);
  border-radius: 22px;
  background: #fff;
}

.home-page .price-card--featured {
  background: var(--home-green);
  color: #fff;
  border-color: var(--home-green);
}

.home-page .price-label {
  align-self: flex-start;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--home-mint);
  color: #4a715f;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-page .price-card--featured .price-label {
  background: rgba(184,221,201,.14);
  color: var(--home-sage-light);
}

.home-page .price-card h3 {
  margin: 26px 0 15px;
  font-size: 1.15rem;
  font-weight: 500;
}

.home-page .price-card h3 strong {
  display: block;
  margin-top: 4px;
  font-size: 2.2rem;
  letter-spacing: -.04em;
}

.home-page .price-card--featured h3,
.home-page .price-card--featured p,
.home-page .price-card--featured li {
  color: #fff;
}

.home-page .price-card > p {
  min-height: 76px;
  color: var(--home-muted);
}

.home-page .price-card ul {
  display: grid;
  gap: 11px;
  margin: 25px 0 32px;
  padding: 25px 0 0;
  border-top: 1px solid var(--home-border);
  list-style: none;
}

.home-page .price-card--featured ul {
  border-color: rgba(255,255,255,.14);
}

.home-page .price-card li {
  position: relative;
  margin: 0;
  padding-left: 22px;
  color: #53615c;
  font-size: .94rem;
}

.home-page .price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #78a78d;
  font-weight: 900;
}

.home-page .price-card--featured li::before {
  color: var(--home-sage-light);
}

.home-page .price-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

/* ---------- FAQ ---------- */
.home-page .faq-section {
  padding: 115px 0;
  background: #fff;
}

.home-page .faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 90px;
  align-items: start;
}

.home-page .faq-intro {
  position: sticky;
  top: 120px;
}

.home-page .faq-list {
  border-top: 1px solid var(--home-border);
}

.home-page .faq-item {
  border-bottom: 1px solid var(--home-border);
}

.home-page .faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  border: 0;
  background: transparent;
  color: var(--home-ink);
  text-align: left;
  font: inherit;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
}

.home-page .faq-plus {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(23,59,52,.17);
  border-radius: 50%;
  color: #5f846f;
  font-size: 1.2rem;
  font-weight: 400;
  transition: transform .22s ease, background .22s ease;
}

.home-page .faq-item.open .faq-plus {
  transform: rotate(45deg);
  background: var(--home-mint);
}

.home-page .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  margin: 0;
  overflow: hidden;
  transition: grid-template-rows .28s ease;
}

.home-page .faq-answer > p {
  min-height: 0;
  margin: 0;
  padding: 0 55px 0 0;
  overflow: hidden;
  color: var(--home-muted);
  line-height: 1.72;
}

.home-page .faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.home-page .faq-item.open .faq-answer > p {
  padding-bottom: 27px;
}

/* ---------- BOOKING ---------- */
.home-page .booking-modern {
  padding: 118px 0;
  background: var(--home-green-deep);
  color: #fff;
}

.home-page .booking-layout {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: 80px;
  align-items: start;
}

.home-page .booking-copy {
  padding-top: 18px;
}

.home-page .booking-copy h2 {
  color: #fff;
}

.home-page .booking-copy > p {
  color: rgba(255,255,255,.68);
}

.home-page .booking-contact {
  display: grid;
  gap: 22px;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.home-page .booking-contact div {
  display: grid;
  gap: 4px;
}

.home-page .booking-contact span {
  color: rgba(255,255,255,.48);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-page .booking-contact a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.home-page .booking-card {
  padding: 38px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,.15);
}

.home-page .booking-form .form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.home-page .booking-form .form-group {
  margin: 0;
}

.home-page .booking-form .col--6 {
  flex: 0 0 calc(50% - 9px);
}

.home-page .booking-form .col--12 {
  flex: 0 0 100%;
}

.home-page .booking-form label {
  margin: 0 0 7px;
  color: #31403b;
  font-size: .86rem;
  font-weight: 750;
}

.home-page .booking-form label span {
  color: #89928e;
  font-weight: 500;
}

.home-page .booking-form input,
.home-page .booking-form select,
.home-page .booking-form textarea {
  width: 100%;
  padding: .9rem 1rem;
  border: 1px solid #dce2de;
  border-radius: 10px;
  background: #fbfcfa;
  color: #26342f;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-page .booking-form input:focus,
.home-page .booking-form select:focus,
.home-page .booking-form textarea:focus {
  border-color: #89b79d;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(141,187,162,.14);
}

.home-page .booking-form textarea {
  resize: vertical;
}

.home-page .booking-form button {
  display: inline-flex;
  margin: 26px 0 0;
  padding: .9rem 1.35rem;
  background: var(--home-sage);
  color: #102e27;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 800;
}

.home-page .booking-form button:hover {
  background: #a6cfb8;
}

.home-page .booking-success {
  margin-top: 20px;
  padding: 15px 17px;
  border-radius: 10px;
  background: #e6f1eb;
  color: #244b3d;
}

/* ---------- FOOTER ---------- */
.home-page .modern-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 72px 0 24px;
  background: var(--home-green-dark);
  color: rgba(255,255,255,.72);
  text-align: left;
}

.home-page .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 55px;
}

.home-page .footer-brand {
  max-width: 320px;
}

.home-page .footer-logo {
  display: inline-grid;
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.home-page .footer-logo > span {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.home-page .footer-logo > small {
  margin-top: 6px;
  color: #7fb296;
  font-size: .72rem;
  letter-spacing: .35em;
}

.home-page .footer-brand p {
  color: rgba(255,255,255,.52);
  line-height: 1.65;
}

.home-page .footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.home-page .footer-column strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: .86rem;
}

.home-page .footer-column a,
.home-page .footer-column span {
  color: rgba(255,255,255,.60);
  text-decoration: none;
  font-size: .9rem;
  line-height: 1.6;
}

.home-page .footer-column a:hover {
  color: #fff;
}

.home-page .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.43);
  font-size: .82rem;
}

.home-page .footer-bottom a {
  color: rgba(255,255,255,.55);
  text-decoration: none;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1050px) {
  .home-page .section-heading--split {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-page .why-card {
    padding: 36px 28px;
  }

  .home-page .process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 20px;
  }

  .home-page .process-timeline::before {
    display: none;
  }

  .home-page .report-layout,
  .home-page .booking-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .home-page .report-copy {
    max-width: 700px;
  }

  .home-page .booking-copy {
    max-width: 650px;
  }

  .home-page .faq-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .home-page .faq-intro {
    position: static;
    max-width: 700px;
  }

  .home-page .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .home-page .section-shell {
    width: min(100% - 32px, 1180px);
  }

  .home-page .section-heading {
    margin-bottom: 34px;
  }

  .home-page .section-heading h2,
  .home-page .faq-intro h2,
  .home-page .booking-copy h2,
  .home-page .report-copy h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .home-page .why-section,
  .home-page .services-modern,
  .home-page .process-section,
  .home-page .report-section,
  .home-page .pricing-section,
  .home-page .faq-section,
  .home-page .booking-modern {
    padding-top: 82px;
    padding-bottom: 84px;
  }

  .home-page .why-grid {
    grid-template-columns: 1fr;
  }

  .home-page .why-card {
    padding: 30px 10px;
  }

  .home-page .why-card + .why-card {
    border-left: 0;
    border-top: 1px solid var(--home-border);
  }

  .home-page .modern-service-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-page .modern-service-card {
    max-width: none;
    min-width: 0;
  }

  .home-page .modern-service-card > a {
    min-height: 225px;
  }

  .home-page .process-timeline {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .home-page .process-timeline li {
    padding-right: 0;
  }

  .home-page .process-number {
    right: 0;
  }

  .home-page .report-layout {
    gap: 42px;
  }

  .home-page .report-visual {
    min-height: 410px;
  }

  .home-page .report-paper {
    padding: 23px;
  }

  .home-page .pricing-cards {
    grid-template-columns: 1fr;
  }

  .home-page .price-card {
    padding: 32px 26px;
  }

  .home-page .booking-card {
    padding: 26px 20px;
  }

  .home-page .booking-form .col--6 {
    flex: 0 0 100%;
  }

  .home-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-page .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .home-page .report-metrics {
    grid-template-columns: 1fr;
  }

  .home-page .report-visual {
    min-height: 470px;
  }

  .home-page .report-paper {
    transform: none;
  }

  .home-page .faq-question {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
