.uniuno-landing-page {
  margin: 0;
  background: #ffffff;
  overflow-x: hidden;
  padding-bottom: 72px;
}

.uniuno-landing-page #page,
.uniuno-landing-page .site,
.uniuno-landing-page .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.uniuno-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(219, 228, 234, 0.74);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.uniuno-header-inner,
.uniuno-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.uniuno-header-inner {
  min-height: 72px;
}

.uniuno-brand {
  display: inline-flex;
  flex-direction: column;
  color: #17212b;
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
}

.uniuno-brand span,
.uniuno-brand strong {
  display: block;
  letter-spacing: 0;
}

.uniuno-brand span {
  color: #1479c9;
  font-size: 15px;
}

.uniuno-brand strong {
  font-size: 22px;
}

.uniuno-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1;
}

.uniuno-nav a,
.uniuno-header-cta,
.uniuno-footer-inner a {
  color: #17212b;
  font-weight: 700;
  text-decoration: none;
}

.uniuno-nav a:hover,
.uniuno-nav a:focus,
.uniuno-footer-inner a:hover,
.uniuno-footer-inner a:focus {
  color: var(--uniuno-accent-dark, #0f5a98);
}

.uniuno-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 6px;
  background: #22c55e;
  color: #ffffff;
}

.uniuno-header-cta:hover,
.uniuno-header-cta:focus {
  color: #ffffff;
  background: #16a34a;
}

.uniuno-landing {
  --uniuno-ink: #17212b;
  --uniuno-muted: #5f6d79;
  --uniuno-line: #dbe4ea;
  --uniuno-panel: #f6f8fa;
  --uniuno-accent: #1479c9;
  --uniuno-accent-dark: #0f5a98;
  --uniuno-warm: #f3c747;
  --uniuno-orange: #ef7f45;
  --uniuno-soft-blue: #eaf6fb;
  --uniuno-soft-cream: #fff8df;
  color: var(--uniuno-ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.uniuno-landing * {
  box-sizing: border-box;
}

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

.uniuno-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.uniuno-hero {
  position: relative;
  min-height: clamp(660px, calc(100vh - 72px), 820px);
  display: flex;
  align-items: center;
  isolation: isolate;
  padding: 88px 0 72px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.86) 38%, rgba(255, 255, 255, 0.48) 64%, rgba(255, 255, 255, 0.16) 100%),
    linear-gradient(180deg, rgba(10, 27, 39, 0.1), rgba(10, 27, 39, 0.16)),
    var(--uniuno-hero-bg) center right / cover no-repeat;
}

.uniuno-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}

.uniuno-split-grid,
.uniuno-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 56px;
  align-items: center;
}

.uniuno-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 680px);
  align-items: center;
}

.uniuno-hero-copy {
  width: min(100%, 700px);
  min-width: 0;
}

.uniuno-hero-copy > * {
  min-width: 0;
}

.uniuno-hero-grid > *,
.uniuno-split-grid > *,
.uniuno-faq-grid > *,
.uniuno-factory-grid > *,
.uniuno-quality-grid > * {
  min-width: 0;
}

.uniuno-eyebrow {
  margin: 0 0 14px;
  color: #007f7a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.uniuno-hero h1,
.uniuno-section h2 {
  margin: 0;
  color: var(--uniuno-ink);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.uniuno-hero h1 {
  max-width: 680px;
  font-size: 56px;
}

.uniuno-lead,
.uniuno-section-title p,
.uniuno-split p,
.uniuno-factory p,
.uniuno-quality-grid p,
.uniuno-cta p {
  color: var(--uniuno-muted);
  font-size: 18px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.uniuno-lead {
  max-width: 650px;
  margin: 24px 0 0;
}

.uniuno-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.uniuno-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--uniuno-accent);
  border-radius: 6px;
  background: linear-gradient(135deg, #088f89, #1479c9);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.uniuno-button:hover,
.uniuno-button:focus {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #08756f, #0f5a98);
  border-color: var(--uniuno-accent-dark);
  color: #ffffff;
  text-decoration: none;
}

.uniuno-button-light {
  background: #ffffff;
  color: var(--uniuno-accent-dark);
  box-shadow: inset 0 0 0 1px rgba(20, 121, 201, 0.18);
}

.uniuno-button-light:hover,
.uniuno-button-light:focus {
  color: #ffffff;
}

.uniuno-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.uniuno-proof span,
.uniuno-feature-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(20, 121, 201, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: #40505d;
  font-size: 14px;
  font-weight: 700;
}

.uniuno-product-card img,
.uniuno-split-grid > img,
.uniuno-factory-grid > img,
.uniuno-quality-grid > img,
.uniuno-tech-grid img,
.uniuno-showcase img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(28, 42, 51, 0.14);
}

.uniuno-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 650px;
  margin-top: 36px;
}

.uniuno-hero-stats article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 14px 16px;
  border: 1px solid rgba(20, 121, 201, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(23, 33, 43, 0.1);
}

.uniuno-hero-stats strong,
.uniuno-hero-stats span {
  display: block;
}

.uniuno-hero-stats strong {
  color: var(--uniuno-accent-dark);
  font-size: 28px;
  line-height: 1;
}

.uniuno-hero-stats span {
  max-width: 138px;
  margin-top: 0;
  color: var(--uniuno-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.uniuno-section {
  padding: 86px 0;
}

.uniuno-products,
.uniuno-faq {
  background:
    linear-gradient(180deg, #ffffff, #f8fbfd);
}

.uniuno-split,
.uniuno-process {
  background: linear-gradient(180deg, var(--uniuno-panel), #ffffff);
}

.uniuno-factory {
  background:
    linear-gradient(180deg, #ffffff, #f7fbfc);
}

.uniuno-factory .uniuno-wrap {
  width: min(1240px, calc(100% - 48px));
}

.uniuno-factory-grid,
.uniuno-quality-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: center;
}

.uniuno-factory h2,
.uniuno-quality-grid h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.08;
}

.uniuno-factory-media {
  position: relative;
  min-width: 0;
}

.uniuno-factory-media::after {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 42%;
  height: 42%;
  border-radius: 8px;
  content: "";
  background: linear-gradient(135deg, rgba(8, 143, 137, 0.2), rgba(243, 199, 71, 0.28));
  z-index: 0;
}

.uniuno-factory-media img,
.uniuno-quality-grid > img {
  aspect-ratio: 4 / 3;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(28, 42, 51, 0.14);
}

.uniuno-factory-media img {
  aspect-ratio: 5 / 4;
}

.uniuno-factory-copy {
  padding: 28px 0;
}

.uniuno-factory-copy {
  min-width: 0;
}

.uniuno-stat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 30px;
}

.uniuno-stat-grid article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid var(--uniuno-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  box-shadow: 0 16px 36px rgba(23, 33, 43, 0.05);
}

.uniuno-stat-grid strong,
.uniuno-stat-grid span {
  display: block;
}

.uniuno-stat-grid strong {
  color: var(--uniuno-accent-dark);
  font-size: 28px;
  line-height: 1;
}

.uniuno-stat-grid span {
  margin-top: 0;
  color: var(--uniuno-muted);
  font-size: 15px;
  line-height: 1.6;
}

.uniuno-company-video {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: 30px;
  align-items: center;
  margin-top: 64px;
  padding: 26px;
  border: 1px solid var(--uniuno-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(23, 33, 43, 0.08);
}

.uniuno-video-copy {
  min-width: 0;
}

.uniuno-video-copy p:last-child {
  margin: 0;
  color: var(--uniuno-muted);
  font-size: 17px;
  line-height: 1.65;
}

.uniuno-company-video video {
  display: block;
  width: 100%;
  max-height: 520px;
  border-radius: 8px;
  background: #0f1f2a;
}

.uniuno-section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.uniuno-section-title h2,
.uniuno-split h2,
.uniuno-factory h2,
.uniuno-quality-grid h2,
.uniuno-faq h2,
.uniuno-cta h2 {
  font-size: 40px;
}

.uniuno-card-grid,
.uniuno-application-grid,
.uniuno-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.uniuno-product-card,
.uniuno-application-grid article,
.uniuno-steps article,
.uniuno-question-list article {
  border: 1px solid var(--uniuno-line);
  border-radius: 8px;
  background: #ffffff;
}

.uniuno-product-card {
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(23, 33, 43, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.uniuno-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(23, 33, 43, 0.1);
}

.uniuno-product-card img {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
  background: #ffffff;
}

.uniuno-product-card h3,
.uniuno-product-card p,
.uniuno-steps h3,
.uniuno-steps p {
  margin-left: 22px;
  margin-right: 22px;
}

.uniuno-product-card h3 {
  margin-top: 22px;
  font-size: 22px;
}

.uniuno-product-card p,
.uniuno-application-grid span,
.uniuno-steps p,
.uniuno-question-list p {
  color: var(--uniuno-muted);
  line-height: 1.65;
}

.uniuno-product-card p {
  margin-bottom: 24px;
}

.uniuno-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.uniuno-showcase {
  margin: 0 0 28px;
}

.uniuno-showcase img {
  aspect-ratio: 16 / 5.8;
  object-fit: contain;
  background:
    linear-gradient(135deg, var(--uniuno-soft-blue), var(--uniuno-soft-cream));
}

.uniuno-split-grid > img {
  aspect-ratio: 16 / 11;
  object-fit: contain;
  background: #ffffff;
}

.uniuno-technology {
  background: #0f1f2a;
  color: #ffffff;
}

.uniuno-technology .uniuno-eyebrow {
  color: var(--uniuno-warm);
}

.uniuno-technology h2 {
  color: #ffffff;
}

.uniuno-technology .uniuno-section-title p {
  color: rgba(255, 255, 255, 0.78);
}

.uniuno-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 24px;
}

.uniuno-tech-grid img {
  aspect-ratio: 16 / 10;
  background: #ffffff;
}

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

.uniuno-application-grid article {
  min-height: 160px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.uniuno-application-grid strong,
.uniuno-application-grid span {
  display: block;
}

.uniuno-application-grid strong {
  color: #ffffff;
  font-size: 20px;
}

.uniuno-application-grid span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.uniuno-steps article {
  padding: 28px 0;
  box-shadow: 0 16px 36px rgba(23, 33, 43, 0.05);
}

.uniuno-steps b {
  display: block;
  margin: 0 22px 18px;
  color: var(--uniuno-accent-dark);
  font-size: 34px;
  line-height: 1;
}

.uniuno-steps h3 {
  font-size: 22px;
}

.uniuno-question-list {
  display: grid;
  gap: 14px;
}

.uniuno-question-list article {
  padding: 22px 24px;
}

.uniuno-question-list h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.uniuno-question-list p {
  margin: 0;
}

.uniuno-cta {
  text-align: center;
  background:
    linear-gradient(135deg, rgba(8, 143, 137, 0.94), rgba(20, 121, 201, 0.92)),
    #1479c9;
  color: #ffffff;
}

.uniuno-cta .uniuno-wrap {
  max-width: 820px;
}

.uniuno-cta .uniuno-eyebrow,
.uniuno-cta h2,
.uniuno-cta p {
  color: #ffffff;
}

.uniuno-cta .uniuno-button {
  margin-top: 22px;
  background: #ffffff;
  border-color: #ffffff;
  color: var(--uniuno-accent-dark);
}

.uniuno-contact-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.uniuno-contact-details span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
}

.uniuno-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 6px;
  background: #22c55e;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(16, 120, 62, 0.24);
}

.uniuno-floating-whatsapp:hover,
.uniuno-floating-whatsapp:focus {
  color: #ffffff;
  background: #16a34a;
  text-decoration: none;
}

.uniuno-site-footer {
  padding: 26px 0;
  border-top: 1px solid var(--uniuno-line, #dbe4ea);
  background: #ffffff;
}

.uniuno-footer-inner {
  color: #5f6d79;
  font-weight: 700;
}

@media (max-width: 900px) {
  .uniuno-header-inner {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .uniuno-nav {
    width: 100%;
    max-width: 100%;
    flex: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 3px;
    white-space: normal;
  }

  .uniuno-header-cta {
    position: static;
    width: 100%;
  }

  .uniuno-hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.84)),
      var(--uniuno-hero-bg) center / cover no-repeat;
  }

  .uniuno-hero-grid,
  .uniuno-split-grid,
  .uniuno-factory-grid,
  .uniuno-company-video,
  .uniuno-quality-grid,
  .uniuno-faq-grid,
  .uniuno-card-grid,
  .uniuno-tech-grid,
  .uniuno-steps,
  .uniuno-application-grid {
    grid-template-columns: 1fr;
  }

  .uniuno-hero h1 {
    max-width: 100%;
    font-size: 32px;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .uniuno-hero-stats,
  .uniuno-stat-grid {
    grid-template-columns: 1fr;
  }

  .uniuno-hero-stats {
    display: grid;
  }

  .uniuno-section-title h2,
  .uniuno-split h2,
  .uniuno-factory h2,
  .uniuno-quality-grid h2,
  .uniuno-faq h2,
  .uniuno-cta h2 {
    font-size: 32px;
  }

}

@media (max-width: 560px) {
  .uniuno-wrap {
    width: calc(100% - 32px);
  }

  .uniuno-factory .uniuno-wrap {
    width: calc(100% - 32px);
  }

  .uniuno-hero h1 {
    max-width: calc(100vw - 32px);
    font-size: 21px;
    line-height: 1.18;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .uniuno-hero-copy,
  .uniuno-hero-copy > * {
    width: 100%;
    max-width: 100%;
  }

  .uniuno-lead,
  .uniuno-section-title p,
  .uniuno-split p,
  .uniuno-factory p,
  .uniuno-quality-grid p,
  .uniuno-cta p {
    font-size: 16px;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .uniuno-section {
    padding: 58px 0;
  }

  .uniuno-nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 10px 16px;
    font-size: 14px;
  }

  .uniuno-nav a {
    display: inline-flex;
  }

  .uniuno-hero {
    padding-top: 46px;
    padding-bottom: 52px;
  }

  .uniuno-header-cta {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 14px;
  }

  .uniuno-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .uniuno-hero-actions,
  .uniuno-button {
    width: 100%;
    max-width: 100%;
  }

  .uniuno-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .uniuno-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .uniuno-proof span,
  .uniuno-feature-list span {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .uniuno-hero-stats {
    margin-top: 24px;
  }

  .uniuno-hero-stats article {
    min-height: auto;
  }

  .uniuno-stat-grid article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .uniuno-company-video {
    padding: 16px;
    margin-top: 40px;
  }

  .uniuno-floating-whatsapp {
    right: 16px;
    left: 16px;
    bottom: 12px;
    width: auto;
    min-width: 0;
  }
}
