/* =========================================================
   SYNEXA — PORTADA CORPORATIVA
   Archivo: /assets/css/home.css
   Versión: 2.5.1
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.home-hero {
  position: relative;

  padding:
    calc(var(--header-height) + 72px)
    0
    64px;

  overflow: hidden;

  background:
    radial-gradient(
      760px 430px at 0% 0%,
      rgba(53, 208, 194, 0.12),
      transparent 66%
    ),
    radial-gradient(
      760px 440px at 100% 10%,
      rgba(34, 49, 84, 0.1),
      transparent 68%
    ),
    #fbfcfe;
}

.home-hero::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(53, 208, 194, 0.35),
      transparent
    );
}

.home-hero-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(490px, 1.08fr);

  gap: 72px;
  align-items: center;

  min-height: 620px;
}

.home-hero-copy {
  position: relative;
  z-index: 3;

  display: grid;
  gap: 23px;
}

.home-hero-copy h1 {
  max-width: 810px;

  color: var(--primary);

  font-size: clamp(2.85rem, 5vw, 4.9rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.home-hero-text {
  max-width: 720px;

  color: var(--muted);

  font-size: 1.08rem;
  line-height: 1.85;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 3px;
}

.home-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.home-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 11px;

  border: 1px solid var(--border);
  border-radius: 999px;

  color: #58657a;
  background: rgba(255, 255, 255, 0.8);

  font-size: 0.75rem;
  font-weight: 700;
}

.home-hero-badges span::before {
  content: "";

  flex: 0 0 auto;

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: var(--accent);
}


/* =========================================================
   HERO — MOCKUP PRINCIPAL
   ========================================================= */

.home-showcase {
  position: relative;

  min-height: 535px;
}

.home-showcase-glow {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}

.home-glow-one {
  top: 10px;
  right: -45px;

  width: 350px;
  height: 350px;

  background: rgba(53, 208, 194, 0.1);
}

.home-glow-two {
  bottom: 0;
  left: 5px;

  width: 250px;
  height: 250px;

  background: rgba(34, 49, 84, 0.08);
}

.home-platform-window {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;

  width: min(100%, 635px);

  overflow: hidden;

  border: 1px solid rgba(23, 33, 58, 0.1);
  border-radius: 27px;

  background: #ffffff;
  box-shadow: var(--shadow-lg);

  transform:
    translate(-50%, -50%)
    perspective(1100px)
    rotateY(-3deg)
    rotateX(1deg);
}

.home-platform-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;

  min-height: 54px;
  padding: 0 17px;

  border-bottom: 1px solid var(--border);

  background: #f8fafc;
}

.home-platform-dots {
  display: flex;
  gap: 6px;
}

.home-platform-dots span {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: rgba(23, 33, 58, 0.18);
}

.home-platform-address {
  justify-self: center;

  display: grid;
  place-items: center;

  width: 190px;
  height: 27px;

  border-radius: 8px;

  color: var(--muted-light);
  background: #e9edf4;

  font-size: 0.62rem;
  font-weight: 700;
}

.home-platform-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 6px 9px;

  border-radius: 999px;

  color: #168b67;
  background: rgba(24, 161, 119, 0.1);

  font-size: 0.6rem;
  font-weight: 800;
}

.home-platform-status::before {
  content: "";

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #18a177;
}

.home-platform-body {
  display: grid;
  gap: 14px;

  padding: 22px;

  background:
    radial-gradient(
      380px 210px at 0% 0%,
      rgba(53, 208, 194, 0.09),
      transparent 70%
    ),
    #f7f9fc;
}

.home-platform-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.home-platform-heading > div {
  display: grid;
  gap: 2px;
}

.home-platform-heading > div > span {
  color: var(--muted-light);

  font-size: 0.59rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-platform-heading h2 {
  color: var(--primary);

  font-size: 1.08rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.home-platform-date {
  padding: 6px 9px;

  border-radius: 999px;

  color: var(--accent-dark);
  background: var(--accent-soft);

  font-size: 0.59rem;
  font-weight: 800;
}

.home-platform-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.home-platform-summary article {
  display: grid;
  gap: 3px;

  padding: 11px;

  border: 1px solid var(--border);
  border-radius: 13px;

  background: #ffffff;
  box-shadow: var(--shadow-xs);
}

.home-platform-summary span,
.home-platform-summary small {
  color: var(--muted-light);

  font-size: 0.56rem;
  font-weight: 700;
}

.home-platform-summary strong {
  color: var(--primary);

  font-size: 1rem;
}

.home-platform-content {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 10px;
}

.home-chart-card,
.home-process-card,
.home-platform-table {
  border: 1px solid var(--border);
  border-radius: 14px;

  background: #ffffff;
  box-shadow: var(--shadow-xs);
}

.home-chart-card,
.home-process-card {
  min-height: 165px;
  padding: 13px;
}

.home-card-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;

  margin-bottom: 12px;
}

.home-card-heading > div {
  display: grid;
}

.home-card-heading span {
  color: var(--muted-light);

  font-size: 0.51rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-card-heading strong {
  color: var(--primary);

  font-size: 0.66rem;
}

.home-card-heading > small {
  padding: 4px 6px;

  border-radius: 999px;

  color: #168b67;
  background: rgba(24, 161, 119, 0.1);

  font-size: 0.49rem;
  font-weight: 800;
}

.home-fake-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;

  height: 103px;

  border-bottom: 1px solid var(--border);
}

.home-fake-chart span {
  flex: 1;

  min-height: 15px;

  border-radius: 5px 5px 0 0;

  background:
    linear-gradient(
      to top,
      rgba(53, 208, 194, 0.77),
      rgba(53, 208, 194, 0.2)
    );
}

.home-progress-list {
  display: grid;
  gap: 10px;

  padding-top: 3px;
}

.home-progress-list > div {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 9px;
  align-items: center;
}

.home-progress-check,
.home-progress-number {
  display: grid;
  place-items: center;

  width: 25px;
  height: 25px;

  border-radius: 8px;

  font-size: 0.55rem;
  font-weight: 900;
}

.home-progress-check {
  color: #168b67;
  background: rgba(24, 161, 119, 0.1);
}

.home-progress-number {
  color: var(--accent-dark);
  background: var(--accent-soft);
}

.home-progress-list p {
  display: grid;
}

.home-progress-list strong {
  color: var(--primary);

  font-size: 0.58rem;
}

.home-progress-list small {
  color: var(--muted-light);

  font-size: 0.5rem;
}

.home-platform-table {
  overflow: hidden;
}

.home-table-head,
.home-table-row {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.65fr;
  gap: 8px;
  align-items: center;

  padding: 9px 12px;
}

.home-table-head {
  border-bottom: 1px solid var(--border);

  color: var(--muted-light);
  background: #fbfcfe;

  font-size: 0.48rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-table-row {
  color: var(--muted);

  font-size: 0.51rem;
}

.home-table-row > div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.home-table-row strong {
  color: var(--primary);

  font-size: 0.53rem;
}

.home-table-icon {
  width: 23px;
  height: 23px;

  border-radius: 7px;

  background: var(--accent-soft);
}

.home-status-badge {
  display: inline-flex;

  width: fit-content;
  padding: 4px 6px;

  border-radius: 999px;

  color: #168b67;
  background: rgba(24, 161, 119, 0.1);

  font-size: 0.47rem;
  font-weight: 800;
}

.home-floating-card {
  position: absolute;
  z-index: 5;

  display: flex;
  align-items: center;
  gap: 11px;

  padding: 13px 15px;

  border: 1px solid rgba(23, 33, 58, 0.08);
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-md);

  backdrop-filter: blur(16px);
}

.home-floating-web {
  top: 33px;
  left: -18px;
}

.home-floating-system {
  right: -7px;
  bottom: 37px;
}

.home-floating-icon {
  display: grid;
  place-items: center;

  flex: 0 0 auto;

  width: 34px;
  height: 34px;

  border-radius: 11px;

  color: var(--accent-dark);
  background: var(--accent-soft);

  font-size: 0.75rem;
  font-weight: 900;
}

.home-floating-card > div {
  display: grid;
}

.home-floating-card strong {
  color: var(--primary);

  font-size: 0.7rem;
}

.home-floating-card small {
  color: var(--muted);

  font-size: 0.59rem;
}


/* =========================================================
   STRIP DE SERVICIOS
   ========================================================= */

.home-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  margin-top: 42px;

  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.home-service-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 11px;
  align-items: center;

  padding: 18px 20px;
}

.home-service-strip article:not(:last-child) {
  border-right: 1px solid var(--border);
}

.home-service-strip article > span {
  grid-row: 1 / 3;

  color: var(--accent-dark);

  font-size: 0.7rem;
  font-weight: 800;
}

.home-service-strip strong {
  color: var(--primary);

  font-size: 0.79rem;
}

.home-service-strip small {
  color: var(--muted);

  font-size: 0.68rem;
}


/* =========================================================
   SERVICIOS PRINCIPALES
   ========================================================= */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 22px;

  min-height: 100%;
  padding: 31px;

  border: 1px solid var(--border);
  border-radius: var(--radius-lg);

  background: #ffffff;
  box-shadow: var(--shadow-sm);

  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.service-card:hover {
  border-color: rgba(53, 208, 194, 0.34);

  box-shadow: var(--shadow-md);

  transform: translateY(-5px);
}

.service-card-featured {
  border-color: rgba(53, 208, 194, 0.48);

  background:
    radial-gradient(
      360px 200px at 0% 0%,
      rgba(53, 208, 194, 0.13),
      transparent 72%
    ),
    #ffffff;

  box-shadow: var(--shadow-md);
}

.service-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.service-number {
  color: var(--accent-dark);

  font-size: 0.7rem;
  font-weight: 800;
}

.service-type {
  padding: 6px 9px;

  border-radius: 999px;

  color: var(--muted);
  background: var(--background-soft);

  font-size: 0.63rem;
  font-weight: 800;
}

.service-icon {
  display: grid;
  place-items: center;

  width: 50px;
  height: 50px;

  border-radius: 16px;

  color: var(--accent-dark);
  background: var(--accent-soft);

  font-size: 0.9rem;
  font-weight: 900;
}

.service-card h3 {
  color: var(--primary);

  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.service-card > p {
  color: var(--muted);

  font-size: 0.89rem;
  line-height: 1.74;
}

.service-price {
  display: grid;
  gap: 3px;

  margin-top: auto;
  padding-top: 21px;

  border-top: 1px solid var(--border);
}

.service-price span {
  color: var(--muted-light);

  font-size: 0.69rem;
  font-weight: 700;
}

.service-price strong {
  color: var(--primary);

  font-size: 1.85rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.service-price small {
  color: var(--muted);

  font-size: 0.68rem;
}


/* =========================================================
   ELECCIÓN DE SOLUCIÓN
   ========================================================= */

.decision-layout {
  display: grid;
  grid-template-columns:
    minmax(300px, 0.72fr)
    minmax(0, 1.28fr);

  gap: 80px;
  align-items: center;
}

.decision-copy {
  display: grid;
  gap: 19px;
}

.decision-copy h2,
.about-copy h2 {
  color: var(--primary);

  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.decision-copy p,
.about-copy > p {
  color: var(--muted);

  font-size: 1rem;
  line-height: 1.82;
}

.decision-copy .text-link {
  margin-top: 4px;
}

.decision-options {
  display: grid;
  gap: 14px;
}

.decision-options article {
  padding: 25px;

  border: 1px solid var(--border);
  border-radius: var(--radius-md);

  background: rgba(255, 255, 255, 0.88);

  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.decision-options article:hover {
  transform: translateX(4px);
}

.decision-option-featured {
  border-color: rgba(53, 208, 194, 0.42) !important;

  background:
    radial-gradient(
      340px 180px at 0% 0%,
      rgba(53, 208, 194, 0.12),
      transparent 72%
    ),
    #ffffff !important;

  box-shadow: var(--shadow-sm);
}

.decision-option-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;

  margin-bottom: 15px;
}

.decision-option-top > span {
  color: var(--accent-dark);

  font-size: 0.72rem;
  font-weight: 800;
}

.decision-option-top small {
  padding: 6px 9px;

  border-radius: 999px;

  color: var(--muted);
  background: var(--background-soft);

  font-size: 0.62rem;
  font-weight: 800;
}

.decision-options h3 {
  margin-bottom: 8px;

  color: var(--primary);

  font-size: 1.08rem;
}

.decision-options p {
  color: var(--muted);

  font-size: 0.86rem;
  line-height: 1.7;
}


/* =========================================================
   POR QUÉ SYNEXA
   ========================================================= */

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.why-grid article {
  position: relative;

  min-height: 285px;
  padding: 27px;

  border: 1px solid var(--border);
  border-radius: var(--radius-md);

  background: #ffffff;
  box-shadow: var(--shadow-xs);

  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.why-grid article:hover {
  border-color: rgba(53, 208, 194, 0.33);

  box-shadow: var(--shadow-sm);

  transform: translateY(-4px);
}

.why-number {
  position: absolute;
  top: 22px;
  right: 23px;

  color: #c7cdd7;

  font-size: 0.68rem;
  font-weight: 800;
}

.why-icon {
  display: grid;
  place-items: center;

  width: 47px;
  height: 47px;
  margin-bottom: 34px;

  border-radius: 15px;

  color: var(--accent-dark);
  background: var(--accent-soft);

  font-size: 0.84rem;
  font-weight: 900;
}

.why-grid h3 {
  margin-bottom: 10px;

  color: var(--primary);

  font-size: 1.04rem;
}

.why-grid p {
  color: var(--muted);

  font-size: 0.86rem;
  line-height: 1.72;
}


/* =========================================================
   PROCESO DE TRABAJO
   ========================================================= */

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}

.home-process-grid article {
  position: relative;

  display: grid;
  align-content: start;
  gap: 23px;

  min-height: 290px;
  padding: 25px;

  border: 1px solid var(--border);
  border-radius: var(--radius-md);

  background: rgba(255, 255, 255, 0.88);
}

.home-process-grid article:not(:last-child)::after {
  content: "→";

  position: absolute;
  z-index: 3;
  top: 38px;
  right: -12px;

  display: grid;
  place-items: center;

  width: 24px;
  height: 24px;

  border: 1px solid var(--border);
  border-radius: 50%;

  color: var(--accent-dark);
  background: #ffffff;

  font-size: 0.65rem;
  font-weight: 900;
}

.home-process-number {
  display: grid;
  place-items: center;

  width: 44px;
  height: 44px;

  border-radius: 14px;

  color: #ffffff;
  background: var(--primary);

  font-size: 0.7rem;
  font-weight: 800;
}

.home-process-grid article > div {
  display: grid;
  gap: 8px;
}

.home-process-grid small {
  color: var(--accent-dark);

  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-process-grid h3 {
  color: var(--primary);

  font-size: 1rem;
  line-height: 1.35;
}

.home-process-grid p {
  color: var(--muted);

  font-size: 0.83rem;
  line-height: 1.68;
}


/* =========================================================
   SOLUCIONES SYNEXA
   ========================================================= */

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.solution-card {
  display: flex;
  flex-direction: column;

  min-height: 405px;
  padding: 29px;

  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);

  background: rgba(255, 255, 255, 0.055);

  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition);
}

.solution-card:hover {
  border-color: rgba(255, 255, 255, 0.23);

  background: rgba(255, 255, 255, 0.085);

  transform: translateY(-5px);
}

.solution-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  margin-bottom: 37px;
}

.solution-badge {
  padding: 7px 10px;

  border-radius: 999px;

  color: #8ff2e9;
  background: rgba(53, 208, 194, 0.1);

  font-size: 0.65rem;
  font-weight: 800;
}

.solution-arrow {
  display: grid;
  place-items: center;

  width: 36px;
  height: 36px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;

  color: #8ff2e9;

  font-size: 0.8rem;
  font-weight: 900;
}

.solution-card h3 {
  margin-bottom: 12px;

  color: #ffffff;

  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.solution-card > p {
  color: rgba(255, 255, 255, 0.66);

  font-size: 0.87rem;
  line-height: 1.72;
}

.solution-feature-list {
  display: grid;
  gap: 10px;

  margin-top: 23px;
}

.solution-feature-list li {
  position: relative;

  padding-left: 22px;

  color: rgba(255, 255, 255, 0.74);

  font-size: 0.79rem;
}

.solution-feature-list li::before {
  content: "✓";

  position: absolute;
  left: 0;

  color: #7dece2;

  font-weight: 900;
}

.solution-card > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  width: fit-content;
  margin-top: auto;
  padding-top: 26px;

  color: #8ff2e9;

  font-size: 0.82rem;
  font-weight: 800;

  transition:
    gap var(--transition),
    color var(--transition);
}

.solution-card > a::after {
  content: "→";
}

.solution-card > a:hover {
  gap: 13px;

  color: #ffffff;
}


/* =========================================================
   SOBRE SYNEXA
   ========================================================= */

.about-layout {
  display: grid;
  grid-template-columns:
    minmax(300px, 0.72fr)
    minmax(0, 1.28fr);

  gap: 80px;
  align-items: center;
}

.about-copy {
  display: grid;
  gap: 19px;
}

.about-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;

  margin-top: 6px;
}

.about-principles span {
  padding: 9px 12px;

  border: 1px solid var(--border);
  border-radius: 999px;

  color: var(--primary);
  background: var(--background-soft);

  font-size: 0.75rem;
  font-weight: 750;
}

.mission-vision-grid {
  display: grid;
  gap: 16px;
}

.mission-vision-grid article {
  padding: 29px;

  border: 1px solid var(--border);
  border-radius: var(--radius-lg);

  background: #ffffff;
  box-shadow: var(--shadow-xs);
}

.mission-vision-featured {
  border-color: rgba(53, 208, 194, 0.42) !important;

  background:
    radial-gradient(
      390px 210px at 0% 0%,
      rgba(53, 208, 194, 0.12),
      transparent 72%
    ),
    #ffffff !important;

  box-shadow: var(--shadow-sm) !important;
}

.mission-vision-label {
  display: inline-flex;

  margin-bottom: 17px;
  padding: 6px 9px;

  border-radius: 999px;

  color: var(--accent-dark);
  background: var(--accent-soft);

  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mission-vision-grid h3 {
  margin-bottom: 11px;

  color: var(--primary);

  font-size: 1.15rem;
  line-height: 1.35;
}

.mission-vision-grid p {
  color: var(--muted);

  font-size: 0.88rem;
  line-height: 1.78;
}


/* =========================================================
   AJUSTES DE TEXTO GENERALES
   ========================================================= */

.service-card .feature-list,
.solution-card .solution-feature-list {
  margin-bottom: 0;
}

.service-card .text-link {
  margin-top: 3px;
}


/* =========================================================
   RESPONSIVE — 1200 PX
   ========================================================= */

@media (max-width: 1200px) {
  .home-hero-layout {
    grid-template-columns:
      minmax(0, 0.9fr)
      minmax(430px, 1.1fr);

    gap: 48px;
  }

  .home-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-process-grid article:nth-child(3)::after {
    display: none;
  }
}


/* =========================================================
   RESPONSIVE — 1100 PX
   ========================================================= */

@media (max-width: 1100px) {
  .home-hero-layout {
    grid-template-columns: 1fr;
    gap: 46px;

    min-height: auto;
  }

  .home-hero-copy {
    max-width: 850px;
  }

  .home-showcase {
    min-height: 520px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .decision-layout,
  .about-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .decision-copy,
  .about-copy {
    max-width: 810px;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-grid .solution-card:last-child {
    grid-column: 1 / -1;
  }

  .solutions-grid .solution-card:last-child {
    min-height: 340px;
  }
}


/* =========================================================
   RESPONSIVE — 900 PX
   ========================================================= */

@media (max-width: 900px) {
  .home-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-strip article:nth-child(2) {
    border-right: none;
  }

  .home-service-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border);
  }

  .home-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-process-grid article::after {
    display: none;
  }

  .home-process-grid article:last-child {
    grid-column: 1 / -1;
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   RESPONSIVE — 700 PX
   ========================================================= */

@media (max-width: 700px) {
  .home-hero {
    padding:
      calc(var(--header-height) + 44px)
      0
      44px;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.4rem, 12vw, 3.55rem);
  }

  .home-hero-text {
    font-size: 0.98rem;
  }

  .home-hero-actions {
    display: grid;
  }

  .home-hero-actions .btn {
    width: 100%;
  }

  .home-showcase {
    min-height: 405px;
  }

  .home-platform-window {
    width: 100%;

    transform:
      translate(-50%, -50%)
      perspective(1000px)
      rotateY(-1deg);
  }

  .home-platform-top {
    grid-template-columns: auto 1fr;
  }

  .home-platform-status {
    display: none;
  }

  .home-platform-address {
    width: 150px;
  }

  .home-platform-body {
    gap: 11px;

    padding: 14px;
  }

  .home-platform-summary article {
    padding: 9px;
  }

  .home-platform-content {
    grid-template-columns: 1fr;
  }

  .home-process-card {
    display: none;
  }

  .home-chart-card {
    min-height: 145px;
  }

  .home-fake-chart {
    height: 87px;
  }

  .home-floating-card {
    display: none;
  }

  .home-service-strip,
  .why-grid,
  .home-process-grid,
  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .home-service-strip article {
    border-right: none !important;
    border-bottom: 1px solid var(--border);
  }

  .home-service-strip article:last-child {
    border-bottom: none;
  }

  .home-process-grid article:last-child,
  .solutions-grid .solution-card:last-child {
    grid-column: auto;
  }

  .service-card,
  .solution-card,
  .mission-vision-grid article {
    padding: 25px 22px;
  }

  .solution-card {
    min-height: 365px;
  }

  .decision-options article {
    padding: 22px;
  }

  .decision-option-top {
    align-items: flex-start;
  }
}


/* =========================================================
   RESPONSIVE — 480 PX
   ========================================================= */

@media (max-width: 480px) {
  .home-hero-copy h1 {
    font-size: 2.55rem;
  }

  .home-hero-badges {
    display: grid;
  }

  .home-hero-badges span {
    width: fit-content;
  }

  .home-showcase {
    min-height: 370px;
  }

  .home-platform-heading h2 {
    font-size: 0.96rem;
  }

  .home-platform-date {
    display: none;
  }

  .home-platform-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-platform-summary span,
  .home-platform-summary small {
    font-size: 0.48rem;
  }

  .home-platform-summary strong {
    font-size: 0.85rem;
  }

  .home-table-head,
  .home-table-row {
    grid-template-columns: 1.4fr 0.7fr;
  }

  .home-table-head span:nth-child(2),
  .home-table-row > span:nth-child(2) {
    display: none;
  }

  .service-price strong {
    font-size: 1.65rem;
  }

  .about-principles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-principles span {
    text-align: center;
  }
}