.elementor-47 .elementor-element.elementor-element-dbdd369{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f3ffeda *//* ==================================================
   DAMAI URUSNIAGA — OFFICE SOLUTIONS
================================================== */

:root {
  --os-ink: #0a211a;
  --os-dark: #071712;
  --os-green: #185a43;
  --os-lime: #c8f26a;
  --os-cream: #f2eee4;
  --os-paper: #fafaf6;
  --os-white: #ffffff;
  --os-grey: #68766f;
  --os-border: rgba(10, 33, 26, 0.14);
  --os-shadow: 0 24px 65px rgba(10, 33, 26, 0.15);
}

.solutions-page,
.solutions-page * {
  box-sizing: border-box;
}

.solutions-page {
  width: 100vw;
  position: relative;
  left: 50%;
  margin: 0;
  overflow: hidden;
  transform: translateX(-50%);
  background: var(--os-paper);
  color: var(--os-ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.solutions-page img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.solutions-page a {
  color: inherit;
  text-decoration: none;
}

.solutions-page svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 1.8;
}

.os-container {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.os-section {
  padding: 125px 0;
}


/* Labels */

.os-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--os-green);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

.os-eyebrow > span {
  width: 30px;
  height: 2px;
  flex-shrink: 0;
  background: currentColor;
}

.os-section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--os-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.os-section-label > span {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--os-border);
  border-radius: 50%;
  letter-spacing: 0;
}

.os-section-label-light {
  color: var(--os-lime);
}

.os-section-label-light > span {
  border-color: rgba(255, 255, 255, 0.25);
}


/* Buttons */

.os-button {
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 25px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.os-button-dark {
  background: var(--os-ink);
  color: var(--os-white) !important;
}

.os-button-dark:hover {
  transform: translateY(-3px);
  background: var(--os-green);
}

.os-button-outline {
  border: 1px solid rgba(10, 33, 26, 0.22);
  color: var(--os-ink) !important;
}

.os-button-outline:hover {
  transform: translateY(-3px);
  background: var(--os-white);
}

.os-button-lime {
  background: var(--os-lime);
  color: var(--os-ink) !important;
}

.os-button-lime:hover {
  transform: translateY(-3px);
  background: var(--os-white);
}


/* ==================================================
   HERO
================================================== */

.os-hero {
  position: relative;
  overflow: hidden;
  padding: 75px 0 0;
  background: var(--os-cream);
}

.os-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.os-decoration-one {
  width: 600px;
  height: 600px;
  top: -350px;
  left: -310px;
  border: 1px solid rgba(24, 90, 67, 0.14);
}

.os-decoration-two {
  width: 500px;
  height: 500px;
  right: -260px;
  bottom: -260px;
  background: rgba(200, 242, 106, 0.3);
}

.os-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 75px;
  padding-bottom: 88px;
}

.os-hero h1 {
  margin: 28px 0;
  font-size: clamp(61px, 6.7vw, 96px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.075em;
}

.os-hero h1 em {
  display: block;
  color: var(--os-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.os-hero-content > p {
  max-width: 590px;
  margin: 0;
  color: var(--os-grey);
  font-size: 17px;
  line-height: 1.75;
}

.os-hero-actions {
  display: flex;
  gap: 13px;
  margin-top: 38px;
}

.os-hero-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 53px;
  padding-top: 28px;
  border-top: 1px solid var(--os-border);
}

.os-hero-highlights article {
  display: flex;
  align-items: center;
  gap: 13px;
}

.os-hero-highlights article > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--os-white);
  color: var(--os-green);
}

.os-hero-highlights article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.os-hero-highlights strong {
  font-size: 11px;
}

.os-hero-highlights small {
  color: var(--os-grey);
  font-size: 9px;
}


/* Hero gallery */

.os-hero-gallery {
  height: 640px;
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 13px;
}

.os-hero-image {
  position: relative;
  overflow: hidden;
}

.os-hero-image > img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.os-hero-image:hover > img {
  transform: scale(1.05);
}

.os-image-main {
  grid-row: 1 / 3;
  border-radius: 210px 0 18px 18px;
}

.os-image-top {
  border-radius: 18px 110px 18px 18px;
}

.os-image-bottom {
  border-radius: 18px;
}

.os-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(7, 23, 18, 0.85)
  );
}

.os-main-caption {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  z-index: 2;
  color: var(--os-white);
}

.os-main-caption > span {
  color: var(--os-lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.os-main-caption > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
}

.os-main-caption h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.045em;
}

.os-caption-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--os-lime);
  color: var(--os-ink);
}

.os-small-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(7, 23, 18, 0.76);
  color: var(--os-white);
  font-size: 10px;
  backdrop-filter: blur(10px);
}

.os-small-label svg {
  width: 16px;
  color: var(--os-lime);
}

.os-floating-card {
  width: 245px;
  position: absolute;
  top: 70px;
  left: -45px;
  z-index: 5;
  display: flex;
  gap: 13px;
  padding: 18px;
  border-radius: 16px;
  background: var(--os-white);
  box-shadow: var(--os-shadow);
}

.os-floating-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--os-ink);
  color: var(--os-lime);
}

.os-floating-card > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.os-floating-card small {
  color: var(--os-green);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.os-floating-card strong {
  font-size: 11px;
  line-height: 1.5;
}

.os-round-badge {
  width: 105px;
  height: 105px;
  position: absolute;
  right: -28px;
  bottom: 55px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 50%;
  background: var(--os-lime);
  text-align: center;
}

.os-round-badge span {
  font-size: 8px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}


/* Category bar */

.os-category-bar {
  min-height: 90px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 65px;
  border-top: 1px solid var(--os-border);
}

.os-category-bar > span {
  color: var(--os-grey);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.os-category-bar > div {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.os-category-bar strong {
  font-size: 12px;
}


/* ==================================================
   CATEGORIES
================================================== */

.os-categories {
  background: var(--os-white);
}

.os-section-heading,
.os-equipment-heading,
.os-workflow-heading {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.os-section-heading h2,
.os-equipment-heading h2,
.os-workflow-heading h2 {
  margin: 28px 0 0;
  font-size: clamp(49px, 5.7vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.os-section-heading h2 em,
.os-equipment-heading h2 em,
.os-workflow-heading h2 em {
  display: block;
  color: var(--os-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.os-section-heading > p,
.os-equipment-heading > p,
.os-workflow-heading > p {
  color: var(--os-grey);
  line-height: 1.8;
}

.os-category-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 310px 310px 310px;
  gap: 15px;
}

.os-category-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.os-category-featured {
  grid-row: 1 / 4;
}

.os-category-card > img {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.os-category-card:hover > img {
  transform: scale(1.05);
}

.os-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 23, 18, 0.05),
    rgba(7, 23, 18, 0.9)
  );
}

.os-category-content {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: var(--os-white);
}

.os-card-top,
.os-card-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.os-card-top > span:first-child {
  font-size: 10px;
  font-weight: 800;
}

.os-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(7, 23, 18, 0.3);
  color: var(--os-white);
}

.os-card-bottom {
  align-items: flex-end;
}

.os-card-bottom small,
.os-workflow-card small {
  color: var(--os-lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.os-card-bottom h3 {
  margin: 10px 0 0;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.os-category-featured h3 {
  font-size: 40px;
}

.os-card-bottom p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.os-card-bottom > a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--os-lime);
  color: var(--os-ink);
}

.os-workflow-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px;
  border-radius: 20px;
  background: var(--os-lime);
}

.os-workflow-decoration {
  width: 280px;
  height: 280px;
  position: absolute;
  top: -150px;
  right: -130px;
  border: 1px solid rgba(10, 33, 26, 0.17);
  border-radius: 50%;
}

.os-card-icon-dark {
  border: 0;
  background: var(--os-ink);
  color: var(--os-lime);
}

.os-workflow-card h3 {
  margin: 10px 0;
  font-size: 28px;
}

.os-workflow-card p {
  max-width: 460px;
  color: var(--os-grey);
  line-height: 1.7;
}

.os-workflow-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
}


/* ==================================================
   SMART BOARD
================================================== */

.os-smart-board {
  background: var(--os-ink);
  color: var(--os-white);
}

.os-smart-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 90px;
}

.os-smart-gallery {
  min-height: 680px;
  position: relative;
}

.os-smart-main {
  width: 82%;
  height: 620px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0 190px 0 0;
}

.os-smart-main > img,
.os-smart-small > img {
  height: 100%;
  object-fit: cover;
}

.os-smart-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(7, 23, 18, 0.85)
  );
}

.os-smart-caption {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--os-white);
}

.os-smart-caption svg {
  color: var(--os-lime);
}

.os-smart-caption span {
  max-width: 330px;
  font-size: 13px;
  line-height: 1.6;
}

.os-smart-small {
  width: 42%;
  height: 260px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: 8px solid var(--os-ink);
  border-radius: 15px;
}

.os-smart-floating {
  position: absolute;
  right: 20px;
  bottom: 290px;
  z-index: 3;
  display: flex;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--os-white);
  color: var(--os-ink);
  box-shadow: var(--os-shadow);
}

.os-smart-floating > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--os-lime);
}

.os-smart-floating > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.os-smart-floating strong {
  font-size: 11px;
}

.os-smart-floating small {
  color: var(--os-grey);
  font-size: 8px;
}

.os-smart-content h2 {
  margin: 28px 0 22px;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.os-smart-content h2 em {
  display: block;
  color: var(--os-lime);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.os-smart-content > p {
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.8;
}

.os-feature-list {
  margin-top: 38px;
}

.os-feature-list article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.os-feature-list article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--os-lime);
  color: var(--os-ink);
}

.os-feature-list h3 {
  margin: 1px 0 6px;
  font-size: 15px;
}

.os-feature-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.6;
}

.os-inline-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 30px;
  color: var(--os-lime);
  font-size: 11px;
  font-weight: 700;
}


/* ==================================================
   OFFICE EQUIPMENT
================================================== */

.os-equipment {
  background: var(--os-paper);
}

.os-equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.os-equipment-card {
  overflow: hidden;
  border: 1px solid var(--os-border);
  border-radius: 18px;
  background: var(--os-white);
}

.os-equipment-image {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.os-equipment-image > img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.os-equipment-card:hover img {
  transform: scale(1.05);
}

.os-equipment-image > span {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--os-lime);
  color: var(--os-ink);
}

.os-equipment-copy {
  padding: 23px;
}

.os-equipment-copy small {
  color: var(--os-green);
  font-size: 9px;
  font-weight: 800;
}

.os-equipment-copy h3 {
  margin: 12px 0 9px;
  font-size: 18px;
}

.os-equipment-copy p {
  margin: 0;
  color: var(--os-grey);
  font-size: 11px;
  line-height: 1.7;
}

.os-equipment-notice {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid var(--os-border);
  border-radius: 13px;
  background: var(--os-cream);
}

.os-equipment-notice > svg {
  color: var(--os-green);
}

.os-equipment-notice p {
  max-width: 750px;
  margin: 0;
  color: var(--os-grey);
  font-size: 10px;
  line-height: 1.7;
}

.os-equipment-notice a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--os-green);
  font-size: 10px;
  font-weight: 700;
}


/* ==================================================
   LARGE FORMAT
================================================== */

.os-large-format {
  background: var(--os-ink);
  color: var(--os-white);
}

.os-format-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 90px;
}

.os-format-content h2 {
  margin: 28px 0 22px;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.os-format-content h2 em {
  display: block;
  color: var(--os-lime);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.os-format-content > p {
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.8;
}

.os-format-applications {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-top: 35px;
}

.os-format-applications article {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 11px;
  font-size: 10px;
}

.os-format-applications svg {
  width: 17px;
  color: var(--os-lime);
}

.os-format-sectors {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.os-format-sectors > span {
  color: rgba(255, 255, 255, 0.43);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.os-format-sectors > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 13px;
}

.os-format-sectors strong {
  font-size: 10px;
}

.os-format-gallery {
  min-height: 680px;
  position: relative;
}

.os-format-main {
  width: 82%;
  height: 620px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 190px 0 0 0;
}

.os-format-main img,
.os-format-small img {
  height: 100%;
  object-fit: cover;
}

.os-format-small {
  width: 42%;
  height: 260px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border: 8px solid var(--os-ink);
  border-radius: 15px;
}

.os-format-card {
  position: absolute;
  right: 25px;
  bottom: 35px;
  z-index: 3;
  display: flex;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--os-lime);
  color: var(--os-ink);
}

.os-format-card > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--os-ink);
  color: var(--os-lime);
}

.os-format-card > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.os-format-card strong {
  font-size: 11px;
}

.os-format-card small {
  font-size: 8px;
}


/* ==================================================
   DOCUMENT WORKFLOW
================================================== */

.os-document-workflow {
  background: var(--os-cream);
}

.os-workflow-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 15px;
}

.os-workflow-featured {
  min-height: 690px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.os-workflow-featured > img {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.os-workflow-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(7, 23, 18, 0.9)
  );
}

.os-workflow-featured-content {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  color: var(--os-white);
}

.os-workflow-featured-content span:first-child {
  color: var(--os-lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.os-workflow-featured-content h3 {
  max-width: 520px;
  margin: 11px 0 0;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.045em;
}

.os-workflow-featured-icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--os-lime);
  color: var(--os-ink);
}

.os-workflow-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.os-workflow-list article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--os-border);
  border-radius: 18px;
  background: var(--os-white);
}

.os-workflow-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--os-ink);
  color: var(--os-lime);
}

.os-workflow-list small {
  color: var(--os-green);
  font-size: 8px;
  font-weight: 800;
}

.os-workflow-list h3 {
  margin: 10px 0;
  font-size: 18px;
}

.os-workflow-list p {
  margin: 0;
  color: var(--os-grey);
  font-size: 10px;
  line-height: 1.7;
}


/* ==================================================
   SUPPORT
================================================== */

.os-support {
  background: var(--os-ink);
  color: var(--os-white);
}

.os-support-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 90px;
}

.os-support-content h2 {
  max-width: 720px;
  margin: 28px 0 22px;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.os-support-content > p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.8;
}

.os-support-content .os-button {
  margin-top: 28px;
}

.os-support-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.os-support-steps article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 15px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.os-support-steps article > span {
  color: var(--os-lime);
  font-size: 9px;
  font-weight: 800;
}

.os-support-steps article > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.os-support-steps svg {
  color: var(--os-lime);
}

.os-support-steps h3 {
  margin: 0;
  font-size: 15px;
}


/* ==================================================
   FINAL CTA
================================================== */

.os-final-cta {
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--os-white);
}

.os-final-cta > img,
.os-final-overlay {
  position: absolute;
  inset: 0;
}

.os-final-cta > img {
  height: 100%;
  object-fit: cover;
}

.os-final-overlay {
  background: linear-gradient(
    90deg,
    rgba(7, 23, 18, 0.96),
    rgba(7, 23, 18, 0.4)
  );
}

.os-final-content {
  position: relative;
  z-index: 2;
}

.os-final-content > span {
  color: var(--os-lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.os-final-content h2 {
  max-width: 900px;
  margin: 27px 0 38px;
  font-size: clamp(57px, 7vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.os-final-bottom {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.os-final-bottom p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1000px) {
  .os-container {
    width: min(760px, calc(100% - 36px));
  }

  .os-section {
    padding: 100px 0;
  }

  .os-hero-grid,
  .os-section-heading,
  .os-smart-grid,
  .os-equipment-heading,
  .os-format-grid,
  .os-workflow-heading,
  .os-support-grid {
    grid-template-columns: 1fr;
  }

  .os-hero-grid {
    gap: 65px;
  }

  .os-hero-gallery {
    height: 650px;
  }

  .os-floating-card {
    left: 25px;
  }

  .os-round-badge {
    right: 20px;
  }

  .os-section-heading,
  .os-equipment-heading,
  .os-workflow-heading {
    gap: 30px;
  }

  .os-category-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 600px auto auto;
  }

  .os-category-featured {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .os-smart-grid,
  .os-format-grid,
  .os-support-grid {
    gap: 65px;
  }

  .os-equipment-grid {
    grid-template-columns: 1fr 1fr;
  }

  .os-workflow-grid {
    grid-template-columns: 1fr;
  }

  .os-workflow-featured {
    min-height: 590px;
  }
}


/* ==================================================
   SMALL TABLET
================================================== */

@media (max-width: 750px) {
  .os-hero h1 {
    font-size: 62px;
  }

  .os-hero-gallery {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 520px 240px;
  }

  .os-image-main {
    grid-column: 1 / 3;
    grid-row: auto;
    border-radius: 170px 0 18px 18px;
  }

  .os-image-top,
  .os-image-bottom {
    border-radius: 18px;
  }

  .os-round-badge {
    bottom: 210px;
  }

  .os-category-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 26px 0;
  }

  .os-category-bar > div {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 27px;
  }

  .os-category-grid {
    display: flex;
    flex-direction: column;
  }

  .os-category-card {
    min-height: 430px;
  }

  .os-category-featured {
    min-height: 620px;
  }

  .os-workflow-card {
    min-height: 320px;
  }

  .os-equipment-notice {
    grid-template-columns: 25px 1fr;
  }

  .os-equipment-notice > a {
    grid-column: 2;
  }

  .os-final-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 560px) {
  .os-container {
    width: calc(100% - 28px);
  }

  .os-section {
    padding: 82px 0;
  }

  .os-hero {
    padding-top: 55px;
  }

  .os-hero-grid {
    gap: 50px;
    padding-bottom: 60px;
  }

  .os-eyebrow {
    align-items: flex-start;
    font-size: 8px;
  }

  .os-hero h1 {
    font-size: 48px;
  }

  .os-hero-content > p {
    font-size: 14px;
  }

  .os-hero-actions {
    flex-direction: column;
  }

  .os-hero-actions .os-button {
    width: 100%;
  }

  .os-hero-highlights {
    grid-template-columns: 1fr;
  }

  .os-hero-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 465px 220px 220px;
  }

  .os-image-main {
    grid-column: auto;
    border-radius: 125px 0 16px 16px;
  }

  .os-image-top,
  .os-image-bottom {
    border-radius: 16px;
  }

  .os-floating-card {
    width: 220px;
    top: 45px;
    left: 14px;
    padding: 16px;
  }

  .os-round-badge {
    width: 87px;
    height: 87px;
    top: 390px;
    right: 12px;
    bottom: auto;
  }

  .os-section-heading h2,
  .os-smart-content h2,
  .os-equipment-heading h2,
  .os-format-content h2,
  .os-workflow-heading h2,
  .os-support-content h2 {
    font-size: 40px;
  }

  .os-smart-gallery,
  .os-format-gallery {
    min-height: 530px;
  }

  .os-smart-main,
  .os-format-main {
    width: 88%;
    height: 490px;
    border-radius: 0 130px 0 0;
  }

  .os-smart-small,
  .os-format-small {
    width: 44%;
    height: 210px;
  }

  .os-smart-floating {
    right: 0;
    bottom: 225px;
  }

  .os-equipment-grid {
    grid-template-columns: 1fr;
  }

  .os-equipment-image {
    height: 330px;
  }

  .os-format-applications,
  .os-workflow-list {
    grid-template-columns: 1fr;
  }

  .os-workflow-featured {
    min-height: 500px;
  }

  .os-workflow-list article {
    min-height: 260px;
  }

  .os-final-cta {
    min-height: 680px;
  }

  .os-final-content h2 {
    font-size: 48px;
  }
}


/* ==================================================
   VERY SMALL MOBILE
================================================== */

@media (max-width: 390px) {
  .os-hero h1 {
    font-size: 42px;
  }

  .os-section-heading h2,
  .os-smart-content h2,
  .os-equipment-heading h2,
  .os-format-content h2,
  .os-workflow-heading h2,
  .os-support-content h2 {
    font-size: 35px;
  }

  .os-final-content h2 {
    font-size: 42px;
  }
}/* End custom CSS */