/* ============================================================
   LOS ALTILLOS — assets/home.css
   Prefix: lahome-
   Nueva Home · Hub de Construcción en Seco
   ============================================================ */


.lahome {
  --la-blue: #061b46;
  --la-blue-2: #0a285f;
  --la-red: #d80918;
  --la-red-dark: #b70612;
  --la-text: #0F172A;
  --la-muted: #334155;
  --la-soft: #f5f8fd;
  --la-soft-2: #eef4fb;
  --la-border: #cfd9e8;
  --la-white: #ffffff;
  --la-shadow: 0 8px 22px rgba(6, 27, 70, 0.10);
  --la-shadow-soft: 0 4px 14px rgba(6, 27, 70, 0.08);
  --la-radius: 8px;
  --la-radius-lg: 10px;
  --la-container: 1180px;
}

/* RESET LOCAL */

.lahome,
.lahome * {
  box-sizing: border-box;
}

.lahome {
  width: 100%;
  background: #ffffff;
  color: var(--la-text);
  font-family: inherit;
  overflow: hidden;
}

.lahome a {
  text-decoration: none;
}

.lahome img {
  max-width: 100%;
  display: block;
}

.lahome-container {
  width: min(var(--la-container), calc(100% - 48px));
  margin-inline: auto;
}

/* BOTONES */

.lahome-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 32px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  transition: 0.2s ease;
  white-space: nowrap;
}

.lahome-btn--primary {
  background: var(--la-red);
  color: #ffffff;
  border: 2px solid var(--la-red);
  box-shadow: 0 7px 14px rgba(216, 9, 24, 0.18);
}

.lahome-btn--primary:hover {
  background: var(--la-red-dark);
  border-color: var(--la-red-dark);
  transform: translateY(-1px);
}

.lahome-btn--secondary,
.lahome-btn--outline {
  background: rgba(255, 255, 255, 0.78);
  color: var(--la-red);
  border: 2px solid rgba(216, 9, 24, 0.35);
}

.lahome-btn--secondary:hover,
.lahome-btn--outline:hover {
  background: var(--la-red);
  color: #ffffff;
  border-color: var(--la-red);
}

/* TITULOS GENERALES */

.lahome-section-title {
  margin: 0 0 16px;
  color: var(--la-text);
  font-size: clamp(24px, 2.15vw, 32px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-align: center;
}

.lahome-section-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lahome-section-head .lahome-section-title {
  width: 100%;
}

.lahome-section-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--la-blue);
  font-size: 14px;
  font-weight: 900;
}

.lahome-section-link:hover {
  color: var(--la-red);
}
.lahome-section-intro {
  max-width: 1000px;
  margin: 40px auto;
  text-align: center;
}
.lahome-section-intro .lahome-section-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.lahome-section-subtitle {
  max-width: 850px;
  margin: 14px auto 0;
  color: var(--la-text);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  text-align: center;
}
/* =========================================================
   HERO
========================================================= */

.lahome-hero {
  position: relative;
  min-height: 360px;
  border-bottom: 1px solid var(--la-border);
  overflow: hidden;
  background: #eef5fd;
}

.lahome-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lahome-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.94) 25%,
      rgba(255, 255, 255, 0.76) 43%,
      rgba(255, 255, 255, 0.18) 63%,
      rgba(255, 255, 255, 0.00) 100%
    ),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.20) 0%,
      rgba(255, 255, 255, 0.08) 50%,
      rgba(255, 255, 255, 0.55) 100%
    );
}

.lahome-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.32) 47%,
      rgba(255, 255, 255, 0) 68%
    );
  pointer-events: none;
}

.lahome-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  filter: saturate(1.04) contrast(1.02);
}

.lahome-hero__inner {
  position: relative;
  z-index: 5;
  min-height: 360px;
  display: flex;
  align-items: center;
  padding-block: 58px 34px;
}

.lahome-hero__content {
  max-width: 560px;
}

.lahome-hero__title {
  margin: 0 0 14px;
  color: var(--la-text);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.lahome-hero__title span {
  color: var(--la-red);
}

.lahome-hero__text {
  max-width: 530px;
  margin: 0 0 24px;
  color: var(--la-blue);
  font-size: 17px;
  line-height: 1.36;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.lahome-hero__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.lahome-hero__stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 17px 0 0;
  list-style: none;
  border-top: 1px solid rgba(6, 27, 70, 0.14);
}

.lahome-hero__stat {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding-right: 36px;
  margin-right: 36px;
  color: var(--la-blue);
  font-size: 14px;
  font-weight: 900;
  border-right: 1px solid rgba(6, 27, 70, 0.16);
}

.lahome-hero__stat:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.lahome-hero__stat-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lahome-hero__stat-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--la-blue);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   NECESIDADES
========================================================= */

.lahome-needs__text {
    max-width: 530px;
    margin: 0 0 24px;
    color: var(--la-blue);
    font-size: 17px;
    line-height: 1.36;
    font-weight: 700;
    letter-spacing: -0.015em;
}
.lahome-needs {
  padding: 28px 0 34px;
  background: #ffffff;
}

.lahome-needs__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
  margin: 20px 0;
}

.lahome-need-card {
  min-height: 136px;
  padding: 18px 14px 16px;
  background: #ffffff;
  border: 1px solid var(--la-border);
  border-radius: var(--la-radius);
  box-shadow: var(--la-shadow-soft);
  text-align: center;
  transition: 0.18s ease;
}

.lahome-need-card:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 9, 24, 0.45);
  box-shadow: var(--la-shadow);
}

.lahome-need-card__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.lahome-need-card__icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: var(--la-blue);
  stroke-width: 1.2;
}

.lahome-need-card h3 {
  max-width: 150px;
  margin: 0 auto 7px;
  color: var(--la-blue);
  font-size: 15px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.lahome-need-card p {
  max-width: 150px;
  margin: 0 auto;
  color: var(--la-blue);
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 650;
}

/* =========================================================
   INTRO — QUÉ ES
========================================================= */

.lahome-intro {
  padding: 18px 0 38px;
  background: #ffffff;
}

.lahome-intro__card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 176px;
  overflow: hidden;
  background: #f4f8fd;
  border: 1px solid var(--la-border);
  border-radius: var(--la-radius-lg);
  box-shadow: var(--la-shadow-soft);
  padding: 30px 0 30px 50px;
}

.lahome-intro__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(244, 248, 253, 1) 0%,
      rgba(244, 248, 253, 0.98) 39%,
      rgba(244, 248, 253, 0.72) 54%,
      rgba(244, 248, 253, 0.20) 72%,
      rgba(244, 248, 253, 0.05) 100%
    );
  pointer-events: none;
}

.lahome-intro__content {
  position: relative;
  z-index: 3;
  padding-right: 36px;
  align-content: center;
}

.lahome-intro__content h2 {
  margin: 0 0 10px;
  color: var(--la-text);
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.03;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.lahome-intro__content p {
  max-width: 610px;
  margin: 0;
  color: var(--la-muted);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.lahome-intro__media {
  position: relative;
  z-index: 2;
  min-height: 176px;
}

.lahome-intro__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/05/Que-es-la-construccion-en-seco.webp");
  background-size: cover;
  background-position: center right;
  filter: saturate(1.04) contrast(1.02);
}

.lahome-intro__media::after {
  content: "";
  position: absolute;
  inset: 0;
}

.lahome-intro__media img {
  opacity: 0;
  visibility: hidden;
}

/* =========================================================
   TOPICS
========================================================= */

.lahome-topics {
  padding: 18px 0 40px;
  background: #ffffff;
}

.lahome-topics__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px 13px;
  margin-top: 14px;
}

.lahome-topic-card {
  display: grid;
  grid-template-columns: 95px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 10px 16px 10px 12px;
  background: #ffffff;
  border: 1px solid var(--la-border);
  border-radius: var(--la-radius);
  box-shadow: var(--la-shadow-soft);
  transition: 0.18s ease;
}

.lahome-topic-card:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 9, 24, 0.40);
  box-shadow: var(--la-shadow);
}

.lahome-topic-card__image {
  width: 86px;
  height: 54px;
  border: 1px solid rgba(6, 27, 70, 0.22);
  border-radius: 3px;
  background: #f4f7fb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.lahome-topic-card__image img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}

.lahome-topic-card__body h3 {
  margin: 0 0 4px;
  color: var(--la-blue);
  font-size: 16px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.lahome-topic-card__body p {
  max-width: 230px;
  margin: 0;
  color: var(--la-blue);
  font-size: 12.5px;
  line-height: 1.16;
  font-weight: 700;
}

.lahome-topic-card > a {
  align-self: end;
  color: var(--la-red);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.lahome-topic-card > a:hover {
  color: var(--la-red-dark);
}

/* =========================================================
   STEEL FRAMING DESTACADO
========================================================= */

.lahome-featured {
  padding: 50px 0;
  background: #f4f8fd;
}

.lahome-featured__card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: var(--la-radius-lg);
  box-shadow: 0 12px 28px rgba(6, 27, 70, 0.16);
  background: #031d49;
}

.lahome-featured__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lahome-featured__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg,
      rgba(3, 24, 60, 0.98) 0%,
      rgba(3, 24, 60, 0.94) 33%,
      rgba(3, 24, 60, 0.74) 48%,
      rgba(3, 24, 60, 0.26) 68%,
      rgba(3, 24, 60, 0.04) 100%
    ),
    linear-gradient(0deg,
      rgba(3, 24, 60, 0.18),
      rgba(3, 24, 60, 0.18)
    );
}

.lahome-featured__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(circle at 75% 48%, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(90deg, rgba(216, 9, 24, 0.08), transparent 42%);
  pointer-events: none;
}

.lahome-featured__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  filter: saturate(1.06) contrast(1.02);
}

.lahome-featured__bg {
  background-image: url("/wp-content/uploads/2026/01/Obra-numero-3-steel-framer-Los-Altillos-Peru-Construcciones.webp");
  background-size: cover;
  background-position: right center;
}

.lahome-featured__bg img {
  opacity: 0;
  visibility: hidden;
}

.lahome-featured__content {
  position: relative;
  z-index: 4;
  width: min(590px, 100%);
  padding: 34px 36px 30px;
  color: #ffffff;
}

.lahome-featured__content h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: clamp(25px, 2.6vw, 35px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.lahome-featured__content p {
  max-width: 560px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.lahome-featured__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 4px 32px;
  max-width: 520px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.lahome-featured__list li {
  position: relative;
  padding-left: 27px;
  color: #ffffff;
  font-size: 14px;
}

.lahome-featured__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--la-red);
  color: #ffffff;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
}

/* =========================================================
   COMPARATIVAS
========================================================= */

.lahome-comparisons {
  padding: 20px 0 38px;
  background: #ffffff;
}

.lahome-comparisons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 14px;
}

.lahome-comparison-card {
  display: grid;
  gap: 18px;
  align-items: center;
  min-height: 100px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid var(--la-border);
  border-radius: var(--la-radius);
  box-shadow: var(--la-shadow-soft);
  transition: 0.18s ease;
}

.lahome-comparison-card:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 9, 24, 0.40);
  box-shadow: var(--la-shadow);
}

.lahome-comparison-card__image {
  border-radius: 4px;
  overflow: hidden;
  background: #f5f8fd;
  border: 1px solid rgba(6, 27, 70, 0.18);
}

.lahome-comparison-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lahome-comparison-card h3 {
  margin: 0 0 3px;
  color: var(--la-blue);
  font-size: 15.5px;
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.lahome-comparison-card p {
  max-width: 245px;
  margin: 0 0 6px;
  color: var(--la-blue);
  font-size: 12.5px;
  line-height: 1.15;
  font-weight: 700;
}

.lahome-comparison-card a {
  color: var(--la-red);
  font-size: 13px;
  font-weight: 950;
}

.lahome-comparison-card a:hover {
  color: var(--la-red-dark);
}

/* =========================================================
   PAÍSES
========================================================= */

.lahome-countries {
  padding: 20px 0 40px;
  background: #f4f8fd;
}

.lahome-countries__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 17px;
  margin-top: 14px;
}

.lahome-country-card {
  min-height: 104px;
  padding: 14px 14px 13px;
  background: #ffffff;
  border: 1px solid var(--la-border);
  border-radius: var(--la-radius);
  box-shadow: var(--la-shadow-soft);
  text-align: center;
  transition: 0.18s ease;
}

.lahome-country-card:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 9, 24, 0.40);
  box-shadow: var(--la-shadow);
}

.lahome-country-card__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 3px;
}

.lahome-country-card__head img {
  width: 39px;
  height: 25px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(6, 27, 70, 0.12);
}

.lahome-country-card h3 {
  margin: 0;
  color: var(--la-blue);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.lahome-country-card p {
  max-width: 130px;
  min-height: 30px;
  margin: 0 auto 8px;
  color: var(--la-blue);
  font-size: 10.8px;
  line-height: 1.17;
  font-weight: 700;
}

.lahome-country-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 27px;
  padding: 0 12px;
  color: var(--la-blue);
  border: 1px solid rgba(6, 27, 70, 0.55);
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  transition: 0.18s ease;
}

.lahome-country-card a:hover {
  background: var(--la-red);
  color: #ffffff;
  border-color: var(--la-red);
}

/* =========================================================
   GUÍAS
========================================================= */

.lahome-guides {
  padding: 22px 0 42px;
  background: #ffffff;
}

.lahome-guides__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 14px;
}

.lahome-guide-card {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--la-border);
  border-radius: var(--la-radius);
  box-shadow: var(--la-shadow-soft);
  transition: 0.18s ease;
}

.lahome-guide-card:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 9, 24, 0.40);
  box-shadow: var(--la-shadow);
}

.lahome-guide-card__media {
  display: block;
  width: 145px;
  height: 90px;
  overflow: hidden;
  border-radius: 5px;
  background: #eef4fb;
}

.lahome-guide-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lahome-guide-card__body h3 {
  margin: 0 0 4px;
  color: var(--la-blue);
  font-size: 15px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.lahome-guide-card__body p {
  margin: 0 0 7px;
  color: var(--la-blue);
  font-size: 11.6px;
  line-height: 1.18;
  font-weight: 700;
}

.lahome-guide-card__link {
  color: var(--la-blue);
  font-size: 12.5px;
  line-height: 1;
  font-weight: 950;
}

.lahome-guide-card__link:hover {
  color: var(--la-red);
}

/* =========================================================
   TRUST
========================================================= */

.lahome-trust {
  padding: 20px 0 46px;
  background: #f4f8fd;
}

.lahome-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 18px;
}

.lahome-trust-card {
  display: grid;
  gap: 5px;
  align-items: center;
  min-height: 82px;
  justify-content: center;
  text-align: center;
  justify-items: center;
  padding: 14px 14px 13px;
  border-radius: var(--la-radius);
  box-shadow: var(--la-shadow-soft);
}

.lahome-trust-card__icono {
  width: 50px;
  height: 50px;
  border: 2px solid #d80918;
  border-radius: 50px;
  background: #f4f7fb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.lahome-trust-card__icono img {
  width: 60%;
  height: 60%;
}

.lahome-trust-card h3 {
  margin: 0 0 3px;
  color: var(--la-blue);
  font-size: 15px;
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.lahome-trust-card p {
  max-width: 230px;
  margin: 0;
  color: var(--la-blue);
  font-size: 11.7px;
  line-height: 1.2;
  font-weight: 700;
}

/* =========================================================
   ESPACIADO EXTRA ENTRE BLOQUES
========================================================= */

.lahome-needs + .lahome-intro,
.lahome-intro + .lahome-topics,
.lahome-topics + .lahome-featured,
.lahome-featured + .lahome-comparisons,
.lahome-comparisons + .lahome-countries,
.lahome-countries + .lahome-guides,
.lahome-guides + .lahome-trust {
  margin-top: 8px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .lahome-needs__grid,
  .lahome-countries__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lahome-topics__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lahome-comparisons__grid,
  .lahome-guides__grid {
    grid-template-columns: 1fr;
  }

  .lahome-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lahome-guide-card {
    grid-template-columns: 170px 1fr;
  }

  .lahome-guide-card__media {
    width: 170px;
  }
}

@media (max-width: 780px) {
  .lahome-container {
    width: min(100% - 28px, var(--la-container));
  }

  .lahome-hero {
    min-height: auto;
  }

  .lahome-hero__bg::before {
    background:
      linear-gradient(90deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.94) 58%,
        rgba(255, 255, 255, 0.65) 100%
      ),
      linear-gradient(180deg,
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.78)
      );
  }

  .lahome-hero__bg-img {
    object-position: 62% center;
  }

  .lahome-hero__inner {
    min-height: 520px;
    align-items: flex-start;
    padding-block: 44px 28px;
  }

  .lahome-hero__content {
    max-width: 100%;
  }

  .lahome-hero__title {
    font-size: clamp(40px, 12vw, 58px);
  }

  .lahome-hero__text {
    max-width: 430px;
    font-size: 16px;
  }

  .lahome-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 330px);
  }

  .lahome-hero__stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: min(100%, 330px);
  }

  .lahome-hero__stat {
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 27, 70, 0.14);
  }

  .lahome-hero__stat:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .lahome-needs {
    padding-top: 34px;
  }

  .lahome-needs__grid,
  .lahome-countries__grid,
  .lahome-topics__grid,
  .lahome-trust__grid {
    grid-template-columns: 1fr;
  }

  .lahome-need-card {
    min-height: auto;
    padding: 18px 16px;
  }

  .lahome-intro__card {
    grid-template-columns: 1fr;
	padding: 20px 0;
  }

  .lahome-intro__card::before {
    background:
      linear-gradient(180deg,
        rgba(244, 248, 253, 1) 0%,
        rgba(244, 248, 253, 0.98) 48%,
        rgba(244, 248, 253, 0.68) 100%
      );
  }

  .lahome-intro__content {
    padding: 28px 22px 18px;
  }

  .lahome-intro__media {
    min-height: 190px;
  }

  .lahome-topic-card {
    grid-template-columns: 92px 1fr;
  }

  .lahome-topic-card > a {
    grid-column: 2;
    align-self: start;
  }

  .lahome-featured__card {
    min-height: auto;
  }

  .lahome-featured__bg::before {
    background:
      linear-gradient(180deg,
        rgba(3, 24, 60, 0.98) 0%,
        rgba(3, 24, 60, 0.94) 52%,
        rgba(3, 24, 60, 0.62) 100%
      );
  }

  .lahome-featured__bg {
    background-position: center bottom;
  }

  .lahome-featured__list {
    grid-template-columns: 1fr;
  }

  .lahome-comparison-card {
    grid-template-columns: 88px 1fr;
  }

  .lahome-guide-card {
    grid-template-columns: 1fr;
  }

  .lahome-guide-card__media {
    width: 100%;
    height: 170px;
  }

  .lahome-section-head {
    display: block;
  }

  .lahome-section-link {
    position: static;
    display: block;
    margin-top: -8px;
    margin-bottom: 12px;
    transform: none;
    text-align: right;
  }

  .lahome-trust-card__icon {
    width: 54px;
    height: 54px;
  }

  .lahome-trust-card__icon svg {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 460px) {
  .lahome-container {
    width: min(100% - 22px, var(--la-container));
  }

  .lahome-section-title {
    font-size: 25px;
  }

  .lahome-btn {
    width: 100%;
    padding-inline: 18px;
  }

  .lahome-hero__inner {
    min-height: 500px;
  }

  .lahome-topic-card,
  .lahome-comparison-card {
    grid-template-columns: 78px 1fr;
    gap: 12px;
  }

  .lahome-topic-card__image,
  .lahome-comparison-card__image {
    width: 72px;
    height: 52px;
  }

  .lahome-country-card {
    min-height: auto;
  }
}