/* Stable shared footer layout. The footer markup is injected by assets/js/main.js,
   so these custom classes keep it independent from generated utility CSS. */
.site-footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #09090b;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer > .absolute {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-footer > .absolute > div:nth-child(1),
.site-footer > .absolute > div:nth-child(2) {
  position: absolute;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  filter: blur(72px);
  opacity: 0.12;
}

.site-footer > .absolute > div:nth-child(1) {
  left: -7rem;
  top: -8rem;
  background: #84d4d8;
}

.site-footer > .absolute > div:nth-child(2) {
  right: -8rem;
  bottom: -9rem;
  background: #f06465;
}

.site-footer > .relative {
  position: relative;
  width: min(100%, 80rem);
  margin-inline: auto;
  padding: 4rem 2rem 2rem;
}

.site-footer .grid.grid-cols-1 {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(160px, 0.8fr) minmax(140px, 0.65fr) minmax(140px, 0.65fr);
  gap: 2rem;
  align-items: start;
}

.site-footer .grid.grid-cols-1 > div,
.site-footer .grid.grid-cols-1 > details {
  min-width: 0;
}

.site-footer .grid.grid-cols-1 > div:first-child {
  max-width: 30rem;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a.inline-flex {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.site-footer a.inline-flex > div:first-child {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 24, 27, 0.9);
}

.site-footer a.inline-flex img {
  width: 1.55rem;
  height: 1.55rem;
  object-fit: contain;
}

.site-footer a.inline-flex strong,
.site-footer a.inline-flex .font-title,
.site-footer a.inline-flex span:first-child {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.55rem;
  line-height: 0.9;
  letter-spacing: 0;
  color: #fff;
}

.site-footer a.inline-flex span:last-child {
  display: block;
  margin-top: 0.15rem;
  font-family: "Space Mono", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #84d4d8;
}

.site-footer h2 {
  max-width: 18rem;
  margin: 1.1rem 0 0.65rem;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer p {
  max-width: 22rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.52);
  font-family: "Outfit", sans-serif;
  font-size: 0.86rem;
  line-height: 1.45;
}

.site-footer a.bg-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.45rem;
  padding: 0.65rem 0.9rem;
  border-radius: 0.9rem;
  background: #fff;
  color: #09090b;
  font-family: "Space Mono", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.site-footer a.bg-white:hover {
  background: #84d4d8;
  transform: translateY(-1px);
}

.site-footer a.bg-white svg {
  width: 1rem;
  height: 1rem;
}

.site-footer h3 {
  margin: 0 0 1.1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer-group {
  min-width: 0;
}

.site-footer-group summary {
  list-style: none;
}

.site-footer-group summary::-webkit-details-marker {
  display: none;
}

.site-footer .text-puzzle-teal {
  color: #84d4d8;
}

.site-footer .text-puzzle-yellow {
  color: #fdcb5d;
}

.site-footer .text-puzzle-pink {
  color: #f06465;
}

.site-footer ul {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li a {
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 0.86rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer li a:hover {
  color: #fff;
  transform: translateX(2px);
}

.site-footer .border-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.38);
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer .border-t > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 900px) {
  .site-footer > .relative {
    padding: 3rem 1.25rem 1.75rem;
  }

  .site-footer .grid.grid-cols-1 {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer .grid.grid-cols-1 > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-footer > .absolute > div:nth-child(1),
  .site-footer > .absolute > div:nth-child(2) {
    width: 16rem;
    height: 16rem;
    filter: blur(58px);
    opacity: 0.1;
  }

  .site-footer > .relative {
    padding: 2.35rem 1rem 1.25rem;
  }

  .site-footer .grid.grid-cols-1 {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .site-footer .grid.grid-cols-1 > div:first-child {
    grid-column: auto;
    max-width: none;
    margin-bottom: 0.7rem;
  }

  .site-footer a.inline-flex {
    margin-bottom: 0.85rem;
  }

  .site-footer a.inline-flex > div:first-child {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.9rem;
  }

  .site-footer a.inline-flex img {
    width: 1.35rem;
    height: 1.35rem;
  }

  .site-footer h2 {
    max-width: 17rem;
    margin: 0 0 0.55rem;
    font-size: 1.55rem;
    line-height: 1;
  }

  .site-footer p {
    max-width: 18rem;
    margin-bottom: 0.95rem;
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .site-footer a.bg-white {
    width: 100%;
    min-height: 2.65rem;
    border-radius: 0.75rem;
  }

  .site-footer-group {
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.025);
    overflow: hidden;
  }

  .site-footer-group summary {
    min-height: 3rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.86rem 0.95rem;
    cursor: pointer;
  }

  .site-footer-group summary::after {
    content: "+";
    width: 1.45rem;
    height: 1.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(253, 203, 93, 0.22);
    border-radius: 999px;
    color: #fdcb5d;
    font-family: "Space Mono", monospace;
    font-size: 0.78rem;
    line-height: 1;
  }

  .site-footer-group[open] summary::after {
    content: "-";
  }

  .site-footer h3 {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  .site-footer ul {
    gap: 0.2rem;
    padding: 0 0.95rem 0.95rem;
  }

  .site-footer li a {
    width: 100%;
    min-height: 2.35rem;
    align-items: center;
    border-radius: 0.55rem;
    padding: 0.48rem 0;
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .site-footer .border-t {
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.35rem;
    padding-top: 1rem;
    text-align: center;
    font-size: 0.54rem;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }

  .site-footer .border-t > div {
    justify-content: center;
    gap: 0.65rem;
  }
}

@media (max-width: 767px) {
  html,
  body,
  main {
    max-width: 100vw;
    overflow-x: hidden;
  }

  main *,
  nav *,
  footer * {
    min-width: 0;
  }

  main h1,
  main h2,
  main h3,
  main p,
  main a,
  main button {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  main a,
  main button {
    box-sizing: border-box;
  }

  body:not(.software-page):not(.dooh-page):not(.portfolio-page):not(.contact-page):not(.marketing-page):not(.blog-page) main > section:first-of-type > .max-w-7xl {
    width: 100% !important;
    max-width: 100vw !important;
    padding-inline: 1rem !important;
  }

  body:not(.software-page):not(.dooh-page):not(.portfolio-page):not(.contact-page):not(.marketing-page):not(.blog-page) main > section:first-of-type h1 {
    max-width: 22rem !important;
    font-size: clamp(3rem, 16vw, 4.2rem) !important;
    line-height: 0.9 !important;
  }

  body:not(.software-page):not(.dooh-page):not(.portfolio-page):not(.contact-page):not(.marketing-page):not(.blog-page) main > section:first-of-type p {
    max-width: 21rem !important;
  }

  body:not(.software-page):not(.dooh-page):not(.portfolio-page):not(.contact-page):not(.marketing-page):not(.blog-page) main > section:first-of-type .flex.flex-col.sm\:flex-row.gap-6 {
    width: 100%;
    max-width: 22rem;
    gap: 0.75rem !important;
  }

  body:not(.software-page):not(.dooh-page):not(.portfolio-page):not(.contact-page):not(.marketing-page):not(.blog-page) main > section:first-of-type .flex.flex-col.sm\:flex-row.gap-6 > a {
    width: 100%;
    min-height: 3.05rem;
    padding-inline: 1rem !important;
    letter-spacing: 0.14em !important;
    white-space: normal;
  }

  #navbar > div {
    height: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  #navbar .font-title.text-2xl {
    font-size: 1.25rem;
    line-height: 1;
  }

  #mobile-menu {
    padding: 88px 20px 24px !important;
  }

  #mobile-menu > div {
    gap: 14px !important;
  }

  #mobile-menu a {
    font-size: clamp(1.45rem, 8vw, 2rem) !important;
    line-height: 1 !important;
    padding-bottom: 14px !important;
    letter-spacing: -0.02em !important;
  }

  #mobile-menu a:last-child {
    margin-top: 10px !important;
    padding-top: 18px !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.18em !important;
  }
}

.mobile-ux-compact > summary {
  list-style: none;
}

.mobile-ux-compact > summary::-webkit-details-marker {
  display: none;
}

.software-mobile-compact > summary {
  display: none;
}

.software-mobile-cta-row {
  display: none;
}

.software-mobile-proof {
  display: none;
}

.software-feature-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.dooh-mobile-guide {
  display: none;
}

.dooh-mobile-method {
  display: none;
}

.dooh-problem-card > summary {
  display: contents;
  list-style: none;
}

.dooh-problem-card > summary::-webkit-details-marker {
  display: none;
}

.dooh-impact-benefit > summary {
  display: contents;
  list-style: none;
}

.dooh-impact-benefit > summary::-webkit-details-marker {
  display: none;
}

.dooh-impact-benefit > p {
  grid-column: 2;
}

body.dooh-page #dooh-visual-formats.reveal-up,
body.dooh-page #dooh-impact.reveal-up {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  body.software-page *,
  body.dooh-page *,
  body.portfolio-page * {
    min-width: 0;
  }

  body.software-page main,
  body.dooh-page main,
  body.portfolio-page main {
    overflow-x: hidden;
  }

  body.dooh-page .reveal-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body.software-page > .fixed .shape-blob,
  body.dooh-page > .fixed .shape-blob,
  body.portfolio-page > .fixed .shape-blob {
    opacity: 0.32 !important;
    filter: blur(82px) !important;
    mix-blend-mode: normal !important;
  }

  body.software-page .reveal-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body.software-page main,
  body.dooh-page main {
    padding-top: 5.35rem !important;
    padding-bottom: 4rem !important;
  }

  body.software-page main > .max-w-7xl,
  body.dooh-page main > .max-w-7xl {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    padding-inline: 1rem !important;
    border-inline: 0 !important;
  }

  body.software-page main > .max-w-7xl > .grid:first-of-type {
    margin-bottom: 2.4rem !important;
  }

  body.software-page main > .max-w-7xl > .grid:first-of-type > .reveal-up:first-child {
    position: relative;
    display: grid !important;
    gap: 0.82rem !important;
    padding: 1rem 0 0.3rem;
  }

  body.software-page main > .max-w-7xl > .grid:first-of-type > .reveal-up:first-child::before {
    content: "";
    position: absolute;
    inset: 3.75rem -1rem auto -1rem;
    height: 17.75rem;
    z-index: -1;
    border-radius: 0 0 2rem 2rem;
    background:
      radial-gradient(circle at 82% 12%, rgba(132, 212, 216, 0.2), transparent 10rem),
      linear-gradient(155deg, rgba(132, 212, 216, 0.16), rgba(0, 74, 173, 0.12) 46%, transparent 82%);
    opacity: 0.95;
  }

  body.software-page main p,
  body.dooh-page main p {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  body.software-page main .line-accent,
  body.dooh-page main .line-accent,
  body.software-page main a[href="index.html"].inline-flex.items-center.gap-2,
  body.dooh-page main a[href="index.html"].inline-flex.items-center.gap-2 {
    display: none !important;
  }

  body.software-page main > .max-w-7xl > .grid:first-of-type,
  body.dooh-page main > .max-w-7xl > .grid:first-of-type {
    gap: 1.35rem !important;
    margin-bottom: 3.2rem !important;
  }

  body.software-page main h1,
  body.dooh-page main h1 {
    max-width: 100% !important;
    overflow-wrap: anywhere;
    font-size: clamp(2.35rem, 13.5vw, 3.35rem) !important;
    line-height: 0.9 !important;
    margin-bottom: 1rem !important;
  }

  body.software-page main h1 {
    font-size: clamp(2.35rem, 12.5vw, 3.05rem) !important;
    line-height: 0.88 !important;
    max-width: 21.5rem !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body.software-page main h1 + p,
  body.dooh-page main h1 ~ p.font-subtitle {
    margin-bottom: 1.2rem !important;
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
  }

  body.software-page main h1 + p {
    max-width: 20.5rem !important;
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 0.9rem !important;
    line-height: 1.48 !important;
  }

  body.software-page main .flex.items-center.gap-3.mb-8 {
    width: fit-content;
    max-width: 100%;
    margin-bottom: 0.7rem !important;
    gap: 0.65rem !important;
    padding: 0.48rem 0.68rem;
    border: 1px solid rgba(132, 212, 216, 0.14);
    border-radius: 999px;
    background: rgba(132, 212, 216, 0.045);
  }

  body.software-page main .flex.items-center.gap-3.mb-8 > div {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 999px !important;
    background: rgba(132, 212, 216, 0.08) !important;
  }

  body.software-page main .flex.items-center.gap-3.mb-8 span {
    font-size: 0.54rem !important;
    letter-spacing: 0.13em !important;
    line-height: 1.25 !important;
  }

  body.software-page .software-mobile-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
    width: min(100%, 22rem);
    margin: 0.05rem 0 0;
  }

  body.software-page .software-mobile-proof span {
    min-height: 2.72rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(132, 212, 216, 0.14);
    border-radius: 0.72rem;
    background: rgba(9, 9, 11, 0.5);
    padding: 0.46rem 0.5rem;
    color: rgba(255, 255, 255, 0.48);
    font-family: "Space Mono", monospace;
    font-size: 0.5rem;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  body.software-page .software-mobile-proof strong {
    display: block;
    margin-bottom: 0.1rem;
    color: #84d4d8;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  body.software-page .software-mobile-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    width: min(100%, 22rem);
    margin: 0.05rem 0 0.15rem;
  }

  body.software-page .software-mobile-cta-row a {
    min-height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(132, 212, 216, 0.2);
    background: rgba(132, 212, 216, 0.09);
    color: #84d4d8;
    font-family: "Space Mono", monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  body.software-page .software-mobile-cta-row a:first-child {
    background: #84d4d8;
    color: #09090b;
    border-color: #84d4d8;
  }

  body.software-page .space-y-4.max-w-md {
    display: grid !important;
    max-width: none !important;
    gap: 0.6rem !important;
    margin-top: 0.15rem !important;
  }

  body.software-page .space-y-4.max-w-md > .glass-panel-dark {
    width: min(100%, 22.25rem) !important;
    inline-size: min(100%, 22.25rem) !important;
    max-width: 22.25rem !important;
    box-sizing: border-box;
    justify-self: start !important;
    display: grid !important;
    grid-template-columns: 2.65rem minmax(0, 1fr);
    gap: 0.24rem 0.75rem;
    align-items: center;
    padding: 0.82rem !important;
    border-radius: 0.95rem !important;
    border-left-width: 2px !important;
    background:
      linear-gradient(135deg, rgba(18, 18, 22, 0.92), rgba(8, 8, 12, 0.94)) !important;
  }

  body.software-page .space-y-4.max-w-md > .glass-panel-dark > .software-feature-icon {
    width: 2.45rem;
    height: 2.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: 1px solid rgba(132, 212, 216, 0.24);
    border-radius: 0.85rem;
    background: rgba(132, 212, 216, 0.08);
    color: #84d4d8 !important;
    font-size: 0.55rem !important;
    letter-spacing: 0.03em !important;
  }

  body.software-page .space-y-4.max-w-md > .glass-panel-dark > .software-feature-icon span {
    display: none !important;
  }

  body.software-page .space-y-4.max-w-md > .glass-panel-dark h3 {
    margin: 0 !important;
    font-size: 1.04rem !important;
    line-height: 1.05 !important;
  }

  body.software-page .space-y-4.max-w-md > .glass-panel-dark p {
    grid-column: 1 / -1;
    width: 100% !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0.12rem 0 0 !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 0.74rem !important;
    line-height: 1.45 !important;
  }

  body.software-page a.fixed.bottom-6.right-6 {
    right: 0.85rem !important;
    bottom: 0.85rem !important;
  }

  body.software-page a.fixed.bottom-6.right-6 .w-14.h-14 {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 1.05rem !important;
    box-shadow: 0 0 14px rgba(132, 212, 216, 0.22) !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 {
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
    padding-top: 0 !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > * {
    width: min(100%, 22.25rem) !important;
    inline-size: min(100%, 22.25rem) !important;
    max-width: 22.25rem !important;
    box-sizing: border-box;
    justify-self: start !important;
    min-height: 0 !important;
    padding: 0.92rem !important;
    border-radius: 1rem !important;
    background:
      linear-gradient(135deg, rgba(18, 18, 22, 0.92), rgba(8, 8, 12, 0.94)) !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > .bg-puzzle-teal > .absolute {
    display: none !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > .bg-puzzle-teal {
    color: #fff !important;
    border: 1px solid rgba(132, 212, 216, 0.16) !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > .bg-puzzle-teal .text-black,
  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > .bg-puzzle-teal .text-black\/60 {
    color: rgba(255, 255, 255, 0.64) !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > .bg-puzzle-teal h4 {
    color: #fff !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > .bg-puzzle-teal .bg-zinc-900 {
    background: rgba(132, 212, 216, 0.08) !important;
    border-color: rgba(132, 212, 216, 0.2) !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 .card-3d-inner {
    display: grid !important;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 .card-3d-inner > div:last-child {
    display: grid;
    gap: 0.18rem;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 .card-3d-inner > div:first-child {
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 0.85rem !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 h4 {
    font-size: 1.15rem !important;
    line-height: 1.05 !important;
    margin: 0 !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 span {
    margin: 0 !important;
    font-size: 0.53rem !important;
    letter-spacing: 0.13em !important;
  }

  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 0.74rem !important;
    line-height: 1.35 !important;
  }

  body.software-page .mt-32.mb-32 {
    margin-top: 2.35rem !important;
    margin-bottom: 2.5rem !important;
  }

  body.software-page .mt-32.mb-32 > .grid {
    gap: 1rem !important;
  }

  body.software-page .mt-32.mb-32 .glass-panel-dark:first-child {
    padding: 1.15rem !important;
    border-radius: 1.15rem !important;
    border-left-width: 0 !important;
  }

  body.software-page .mt-32.mb-32 h2 {
    margin-bottom: 1rem !important;
    font-size: clamp(2rem, 11vw, 3rem) !important;
    line-height: 0.92 !important;
  }

  body.software-page .mt-32.mb-32 .glass-panel-dark:first-child p.font-subtitle {
    margin-bottom: 0 !important;
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
  }

  body.software-page .mt-32.mb-32 .glass-panel-dark:first-child .border-t {
    display: none !important;
  }

  body.software-page .software-mobile-compact {
    padding: 0 !important;
    border-radius: 1.1rem !important;
    background:
      linear-gradient(145deg, rgba(14, 14, 18, 0.95), rgba(8, 8, 12, 0.98)) !important;
  }

  body.software-page .software-mobile-compact > summary {
    min-height: 4.15rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.2rem 0.75rem;
    align-items: center;
    padding: 0.95rem 1rem;
    cursor: pointer;
  }

  body.software-page .software-mobile-compact > summary::after {
    content: "+";
    width: 1.65rem;
    height: 1.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(132, 212, 216, 0.28);
    border-radius: 999px;
    color: #84d4d8;
    font-family: "Space Mono", monospace;
    font-size: 0.8rem;
    grid-column: 2;
    grid-row: 1 / 3;
  }

  body.software-page .software-mobile-compact[open] > summary::after {
    content: "-";
  }

  body.software-page .software-mobile-compact > summary span,
  body.software-page .software-mobile-compact > summary strong {
    display: block;
    grid-column: 1;
    min-width: 0;
  }

  body.software-page .software-mobile-compact > summary span {
    margin-bottom: 0.18rem;
    color: rgba(132, 212, 216, 0.74);
    font-family: "Space Mono", monospace;
    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  body.software-page .software-mobile-compact > summary strong {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.05;
    text-transform: uppercase;
    white-space: normal;
  }

  body.software-page .software-mobile-compact > .relative {
    padding: 0 1rem 1rem;
  }

  body.software-page .software-mobile-compact .flex.flex-col.sm\:flex-row {
    display: none !important;
  }

  body.software-page .software-mobile-compact .grid.grid-cols-3,
  body.software-page .software-mobile-compact .grid.md\:grid-cols-2 {
    grid-template-columns: 1fr !important;
  }

  body.software-page .software-mobile-compact .grid.grid-cols-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.45rem !important;
    border: 0 !important;
    background: transparent !important;
    margin-bottom: 0.8rem !important;
  }

  body.software-page .software-mobile-compact .grid.grid-cols-3 > div,
  body.software-page .software-mobile-compact .grid.md\:grid-cols-2 > div {
    padding: 0.85rem !important;
  }

  body.software-page .software-mobile-compact .grid.grid-cols-3 > div {
    min-height: 4.15rem;
    border: 1px solid rgba(132, 212, 216, 0.12) !important;
    border-radius: 0.85rem;
    background: rgba(132, 212, 216, 0.045);
  }

  body.software-page .software-mobile-compact .grid.grid-cols-3 span {
    margin-bottom: 0.3rem !important;
    font-size: 0.48rem !important;
    letter-spacing: 0.1em !important;
  }

  body.software-page .software-mobile-compact .grid.grid-cols-3 p {
    font-size: 0.9rem !important;
    line-height: 1 !important;
  }

  body.software-page .software-mobile-compact .grid.md\:grid-cols-2 {
    display: grid !important;
    gap: 0.55rem !important;
    margin-bottom: 0.8rem !important;
  }

  body.software-page .software-mobile-compact .grid.md\:grid-cols-2 > div {
    display: grid;
    gap: 0.35rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.025) !important;
  }

  body.software-page .software-mobile-compact .grid.md\:grid-cols-2 > div p {
    font-size: 0.78rem !important;
    line-height: 1.4 !important;
  }

  body.software-page .software-mobile-compact .flex.items-center.gap-3.border {
    align-items: flex-start !important;
    border-radius: 0.85rem;
    padding: 0.82rem !important;
  }

  body.software-page .software-mobile-compact .flex.items-center.gap-3.border p {
    margin: 0 !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.1em !important;
    line-height: 1.45 !important;
  }

  body.software-page .py-24.border-t {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    gap: 1.25rem !important;
  }

  body.software-page .py-24.border-t h2 {
    margin-bottom: 1rem !important;
    font-size: clamp(2rem, 11vw, 3rem) !important;
    line-height: 0.95 !important;
  }

  body.software-page .py-24.border-t p {
    margin-bottom: 1.25rem !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  body.software-page .py-24.border-t .space-y-6 {
    display: grid !important;
    gap: 0.5rem !important;
  }

  body.software-page .py-24.border-t .space-y-6 > div {
    min-height: 2.65rem;
    gap: 0.8rem !important;
    border: 1px solid rgba(132, 212, 216, 0.12);
    border-radius: 0.85rem;
    padding: 0.72rem 0.85rem;
    background: rgba(132, 212, 216, 0.035);
    letter-spacing: 0.1em !important;
  }

  body.software-page .py-24.border-t .border.border-puzzle-teal\/30 {
    padding: 1.25rem !important;
    border-radius: 1.1rem !important;
  }

  body.software-page .py-24.border-t .border.border-puzzle-teal\/30 h3 {
    margin-bottom: 0.8rem !important;
    font-size: 1.8rem !important;
    line-height: 0.95 !important;
  }

  body.software-page .py-24.border-t .border.border-puzzle-teal\/30 p {
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
  }

  body.software-page .py-24.border-t .border.border-puzzle-teal\/30 button,
  body.software-page #dynamic-form-software button {
    min-height: 3rem;
    width: 100%;
    justify-content: center;
    border-radius: 0.9rem !important;
    padding: 0.85rem 1rem !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.12em !important;
    text-align: center;
  }

  body.software-page #diagnostic-form {
    padding-top: 2.5rem !important;
    padding-bottom: 3.25rem !important;
  }

  body.software-page #diagnostic-form > div {
    padding-inline: 1rem !important;
  }

  body.software-page #diagnostic-form .text-center {
    text-align: left !important;
    margin-bottom: 1.1rem !important;
  }

  body.software-page #diagnostic-form h2 {
    font-size: clamp(2rem, 11vw, 3rem) !important;
    line-height: 0.92 !important;
  }

  body.software-page #dynamic-form-software {
    padding: 1.05rem !important;
    border-radius: 1.15rem !important;
    background:
      linear-gradient(145deg, rgba(15, 15, 19, 0.96), rgba(8, 8, 12, 0.98)) !important;
  }

  body.software-page #dynamic-form-software .steps-indicator {
    margin-bottom: 1.05rem !important;
  }

  body.software-page #dynamic-form-software h3 {
    margin-bottom: 1rem !important;
    font-size: 0.62rem !important;
    line-height: 1.4 !important;
  }

  body.software-page #dynamic-form-software .grid.grid-cols-1 {
    gap: 0.9rem !important;
    margin-bottom: 1rem !important;
  }

  body.software-page #dynamic-form-software label {
    font-size: 0.56rem !important;
    letter-spacing: 0.12em !important;
  }

  body.software-page #dynamic-form-software input,
  body.software-page #dynamic-form-software select,
  body.software-page #dynamic-form-software textarea {
    min-height: 3rem;
    padding: 0.9rem !important;
    border-radius: 0.85rem !important;
    font-size: 0.84rem !important;
    background: rgba(9, 9, 11, 0.72) !important;
  }

  body.software-page #dynamic-form-software textarea {
    min-height: 7rem;
  }

  body.software-page #dynamic-form-software .form-step > .flex {
    gap: 0.7rem !important;
    padding-top: 1rem !important;
  }

  body.software-page .software-outcome-grid.grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 {
    width: min(100%, 22.25rem);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 0.58rem !important;
    padding-top: 0.1rem !important;
  }

  body.software-page .software-outcome-grid.grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > .software-mobile-section-label {
    width: 100% !important;
    inline-size: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    grid-column: 1 / -1;
    display: grid !important;
    gap: 0.22rem;
    justify-self: stretch !important;
    padding: 0.18rem 0 0.1rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.software-page .software-mobile-section-label span {
    color: rgba(132, 212, 216, 0.72);
    font-family: "Space Mono", monospace;
    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.16em !important;
    line-height: 1.2;
    text-transform: uppercase;
  }

  body.software-page .software-mobile-section-label strong {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0 !important;
    line-height: 1.05;
    text-transform: uppercase;
  }

  body.software-page .software-outcome-grid.grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > .software-outcome-card {
    width: 100% !important;
    inline-size: 100% !important;
    max-width: none !important;
    min-height: 7.2rem !important;
    padding: 0.78rem !important;
    border: 1px solid rgba(132, 212, 216, 0.13) !important;
    border-radius: 1rem !important;
    background:
      linear-gradient(145deg, rgba(18, 18, 22, 0.94), rgba(7, 8, 12, 0.97)) !important;
  }

  body.software-page .software-outcome-grid.grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > .software-outcome-card--primary {
    grid-column: 1 / -1;
    min-height: 5.9rem !important;
    border-color: rgba(132, 212, 216, 0.28) !important;
    background:
      radial-gradient(circle at 92% 12%, rgba(132, 212, 216, 0.18), transparent 6rem),
      linear-gradient(145deg, rgba(13, 45, 51, 0.82), rgba(7, 8, 12, 0.96)) !important;
  }

  body.software-page .software-outcome-grid.grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 .software-outcome-card .card-3d-inner {
    grid-template-columns: 1fr !important;
    align-content: space-between;
    gap: 0.62rem !important;
  }

  body.software-page .software-outcome-grid.grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 .software-outcome-card--primary .card-3d-inner {
    grid-template-columns: 2.45rem minmax(0, 1fr) !important;
    align-content: center;
    align-items: center;
  }

  body.software-page .software-outcome-grid.grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 .software-outcome-card .card-3d-inner > div:first-child {
    width: 2.25rem !important;
    height: 2.25rem !important;
    border-radius: 0.8rem !important;
  }

  body.software-page .software-outcome-grid.grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 .software-outcome-card h4 {
    font-size: 1rem !important;
    line-height: 1.04 !important;
  }

  body.software-page .software-outcome-grid.grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 .software-outcome-card--primary h4 {
    font-size: 1.22rem !important;
    line-height: 1 !important;
  }

  body.software-page .software-stack-section {
    position: relative;
    padding-top: 1.15rem;
  }

  body.software-page .software-stack-section::before {
    content: "/ Arquitetura";
    display: block;
    margin-bottom: 0.75rem;
    color: rgba(132, 212, 216, 0.72);
    font-family: "Space Mono", monospace;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  body.software-page .software-stack-section .glass-panel-dark:first-child {
    background:
      radial-gradient(circle at 96% 0%, rgba(132, 212, 216, 0.11), transparent 7rem),
      linear-gradient(145deg, rgba(15, 15, 19, 0.96), rgba(7, 8, 12, 0.98)) !important;
  }

  body.software-page .software-stack-section .glass-panel-dark:first-child h2 {
    max-width: 22rem;
  }

  body.software-page .software-partnership-section {
    position: relative;
    border-top-color: rgba(132, 212, 216, 0.1) !important;
  }

  body.software-page .software-partnership-section::before {
    content: "Fluxo de parceria";
    display: inline-flex;
    margin-bottom: 0.75rem;
    color: rgba(132, 212, 216, 0.72);
    font-family: "Space Mono", monospace;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  body.software-page .software-partnership-steps.space-y-6 > div {
    display: grid !important;
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: center;
    min-height: 3.15rem;
    padding: 0.78rem 0.85rem !important;
  }

  body.software-page .software-partnership-steps.space-y-6 > div span {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(132, 212, 216, 0.24);
    border-radius: 999px;
    background: rgba(132, 212, 216, 0.07);
    font-size: 0.62rem;
  }

  body.software-page .software-conversion-panel {
    background:
      radial-gradient(circle at 85% 8%, rgba(132, 212, 216, 0.16), transparent 8rem),
      linear-gradient(145deg, rgba(17, 24, 28, 0.98), rgba(8, 8, 12, 0.98)) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  }

  body.software-page .software-form-section {
    border-top-color: rgba(132, 212, 216, 0.1) !important;
    scroll-margin-top: 5.5rem;
  }

  body.software-page .software-form-section .text-center span {
    color: rgba(132, 212, 216, 0.72) !important;
    font-size: 0.56rem !important;
    letter-spacing: 0.18em !important;
  }

  body.software-page #dynamic-form-software .steps-indicator .step-dot {
    height: 0.22rem !important;
  }

  body.software-page #dynamic-form-software .form-step > .flex {
    flex-direction: column-reverse;
  }

  body.software-page .software-hero-copy {
    width: min(100%, 22.25rem);
    align-content: start;
    gap: 0.72rem !important;
  }

  body.software-page .software-hero-copy::before {
    inset: 3.25rem -1rem auto -1rem !important;
    height: 20rem !important;
    border-radius: 0 0 2.2rem 2.2rem !important;
    background:
      radial-gradient(circle at 84% 10%, rgba(132, 212, 216, 0.2), transparent 9.5rem),
      linear-gradient(165deg, rgba(132, 212, 216, 0.14), rgba(17, 66, 86, 0.2) 46%, rgba(0, 74, 173, 0.08) 82%) !important;
  }

  body.software-page .software-hero-copy h1 {
    margin-bottom: 0.45rem !important;
    max-width: 21rem !important;
  }

  body.software-page .software-hero-copy h1 + p {
    max-width: 21.25rem !important;
    margin-top: -0.08rem !important;
    color: rgba(255, 255, 255, 0.72) !important;
  }

  body.software-page .software-mobile-proof {
    width: 100%;
    gap: 0.5rem;
    margin: 0.08rem 0 0.05rem;
  }

  body.software-page .software-mobile-proof span {
    min-height: 2.62rem;
    border-color: rgba(132, 212, 216, 0.12);
    border-radius: 0.92rem;
    background:
      linear-gradient(180deg, rgba(132, 212, 216, 0.08), rgba(9, 9, 11, 0.5));
    padding: 0.45rem 0.5rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  }

  body.software-page .software-mobile-proof strong {
    font-size: 0.64rem;
  }

  body.software-page .software-mobile-cta-row {
    width: 100%;
    grid-template-columns: minmax(0, 1.5fr) minmax(7.1rem, 0.9fr);
    gap: 0.55rem;
    margin: 0.1rem 0 0.25rem;
  }

  body.software-page .software-mobile-cta-row a {
    min-height: 2.85rem;
    border-radius: 1rem;
    font-size: 0.6rem;
    letter-spacing: 0.11em;
  }

  body.software-page .software-mobile-cta-row a:first-child {
    box-shadow: 0 12px 26px rgba(132, 212, 216, 0.17);
  }

  body.software-page .software-mobile-cta-row a:nth-child(2) {
    background: rgba(132, 212, 216, 0.055);
    color: rgba(132, 212, 216, 0.86);
  }

  body.software-page .software-service-cards.space-y-4.max-w-md {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.58rem !important;
    margin-top: 0.18rem !important;
  }

  body.software-page .software-service-cards.space-y-4.max-w-md > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0 !important;
  }

  body.software-page .software-service-cards.space-y-4.max-w-md > * {
    margin: 0 !important;
  }

  body.software-page .software-service-cards.space-y-4.max-w-md > .glass-panel-dark {
    width: 100% !important;
    inline-size: 100% !important;
    max-width: none !important;
    min-height: 6.1rem !important;
    grid-template-columns: 1fr !important;
    align-content: start;
    gap: 0.55rem !important;
    padding: 0.78rem !important;
    border-left-width: 0 !important;
    border-top: 1px solid rgba(132, 212, 216, 0.25) !important;
    border-radius: 1rem !important;
    background:
      radial-gradient(circle at 90% 0%, rgba(132, 212, 216, 0.08), transparent 5.5rem),
      linear-gradient(145deg, rgba(12, 13, 17, 0.98), rgba(4, 5, 8, 0.98)) !important;
  }

  body.software-page .software-service-cards.space-y-4.max-w-md > .glass-panel-dark > .software-feature-icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.82rem;
  }

  body.software-page .software-service-cards.space-y-4.max-w-md > .glass-panel-dark h3 {
    font-size: 0.92rem !important;
    line-height: 1.05 !important;
  }

  body.software-page .software-service-cards.space-y-4.max-w-md > .glass-panel-dark p {
    display: none !important;
  }

  body.software-page .software-service-cards.space-y-4.max-w-md > .glass-panel-dark:first-child {
    border-color: rgba(132, 212, 216, 0.34) !important;
  }

  @media (max-width: 374px) {
    body.software-page .software-mobile-cta-row {
      grid-template-columns: 1fr;
    }

    body.software-page .software-service-cards.space-y-4.max-w-md > .glass-panel-dark h3 {
      font-size: 0.84rem !important;
    }
  }

  body.software-page .software-mobile-proof,
  body.software-page .software-mobile-cta-row {
    display: none !important;
  }

  body.dooh-page main > .max-w-7xl > div.grid.gap-16 {
    display: block !important;
    gap: 0 !important;
    row-gap: 0 !important;
    margin-bottom: 2rem !important;
  }

  body.dooh-page main {
    padding-top: 6.6rem !important;
    padding-bottom: 3.5rem !important;
  }

  body.dooh-page .dooh-hero-copy > a {
    display: none !important;
  }

  body.dooh-page main .flex.items-center.gap-3.mb-8 {
    margin-bottom: 1rem !important;
  }

  body.dooh-page main .flex.items-center.gap-3.mb-8 > div {
    width: 2.6rem !important;
    height: 2.6rem !important;
    border-radius: 0.95rem !important;
  }

  body.dooh-page main .flex.items-center.gap-3.mb-8 span {
    letter-spacing: 0.14em !important;
  }

  body.dooh-page main h1 + p.font-mono {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 0.95rem !important;
    padding: 0.5rem 0.65rem !important;
    border-left: 0 !important;
    border-radius: 999px;
    background: rgba(240, 100, 101, 0.08);
    font-size: 0.55rem !important;
    letter-spacing: 0.12em !important;
    line-height: 1.25 !important;
  }

  body.dooh-page .dooh-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.55rem !important;
    inline-size: 100% !important;
    max-inline-size: min(21.5rem, calc(100vw - 2rem)) !important;
    max-width: min(21.5rem, calc(100vw - 2rem)) !important;
    margin-top: 1.05rem !important;
    margin-bottom: 0.85rem !important;
    width: 100% !important;
    min-width: 0;
    justify-self: start !important;
  }

  body.dooh-page .dooh-hero-actions > div {
    position: relative;
    min-width: 0;
    width: 100% !important;
    inline-size: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    justify-self: start !important;
    min-height: 5.2rem;
    display: grid !important;
    align-content: space-between;
    gap: 0.55rem;
    padding: 0.82rem !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.085) !important;
    border-left: 0 !important;
    border-radius: 0.95rem !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
      rgba(13, 13, 16, 0.86) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    backdrop-filter: none !important;
  }

  body.dooh-page .dooh-hero-actions > div::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, #f06465, rgba(240, 100, 101, 0.18));
  }

  body.dooh-page .dooh-hero-actions > div:nth-child(2)::before {
    background: linear-gradient(180deg, #84d4d8, rgba(132, 212, 216, 0.16));
  }

  body.dooh-page .dooh-hero-actions > div > * {
    position: relative;
    z-index: 1;
  }

  body.dooh-page .dooh-hero-actions h3 {
    min-width: 0;
    margin-bottom: 0 !important;
    font-size: clamp(0.78rem, 3.85vw, 0.95rem) !important;
    line-height: 1.04 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.dooh-page .dooh-hero-actions p {
    min-width: 0;
    color: rgba(255, 255, 255, 0.46) !important;
    font-size: 0.47rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
  }

  body.dooh-page main h1 ~ p.font-subtitle {
    width: min(100%, 20.5rem) !important;
    max-width: 20.5rem !important;
    display: block;
    overflow: visible;
  }

  body.dooh-page .dooh-copy-desktop {
    display: none !important;
  }

  body.dooh-page .dooh-copy-mobile {
    display: inline !important;
  }

  body.dooh-page .dooh-hero-lead {
    max-width: 18.8rem !important;
    margin-bottom: 0.95rem !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.92rem !important;
    line-height: 1.45 !important;
  }

  body.dooh-page .dooh-mobile-cta-row {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    inline-size: 100% !important;
    max-inline-size: min(21.5rem, calc(100vw - 2rem)) !important;
    max-width: min(21.5rem, calc(100vw - 2rem)) !important;
    width: 100% !important;
    margin-top: 0.2rem;
  }

  body.dooh-page .dooh-mobile-cta-row a {
    min-height: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    border: 1px solid rgba(240, 100, 101, 0.26);
    border-radius: 0.9rem;
    padding: 0.72rem 0.76rem;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(240, 100, 101, 0.055);
    font-family: "Space Mono", monospace;
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
  }

  body.dooh-page .dooh-mobile-cta-row a:first-child {
    color: #09090b;
    border-color: #f06465;
    background: #f06465;
    box-shadow: 0 14px 34px rgba(240, 100, 101, 0.2);
  }

  body.dooh-page .dooh-mobile-cta-row a:nth-child(2) {
    display: none;
  }

  body.dooh-page .lg\:pt-32.space-y-4.reveal-up {
    padding-top: 0 !important;
  }

  body.dooh-page .dooh-feature-stack {
    position: relative;
    display: grid !important;
    gap: 0.58rem !important;
    inline-size: 100% !important;
    max-inline-size: min(21.5rem, calc(100vw - 2rem)) !important;
    max-width: min(21.5rem, calc(100vw - 2rem)) !important;
    width: 100% !important;
    margin-top: 1rem !important;
    padding: 0.65rem !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 1.2rem;
    background:
      linear-gradient(145deg, rgba(240, 100, 101, 0.09), transparent 42%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
      rgba(9, 9, 11, 0.78);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
    opacity: 1 !important;
    transform: none !important;
  }

  body.dooh-page .dooh-feature-stack::before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 1.88rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(240, 100, 101, 0.65), rgba(132, 212, 216, 0.5), rgba(240, 100, 101, 0.55));
    opacity: 0.5;
  }

  body.dooh-page .dooh-feature-stack .dooh-visual-frame {
    display: none !important;
  }

  body.dooh-page .dooh-visual-frame {
    height: 16.5rem !important;
    min-height: 16.5rem !important;
    border-radius: 1.1rem !important;
  }

  body.dooh-page .dooh-visual-badge {
    left: 0.65rem !important;
    right: 0.65rem !important;
    bottom: 0.65rem !important;
    gap: 0.5rem !important;
    padding: 0.72rem !important;
    border-radius: 0.85rem !important;
    backdrop-filter: none !important;
  }

  body.dooh-page .dooh-visual-badge strong {
    font-size: 0.92rem !important;
    line-height: 1.03 !important;
  }

  body.dooh-page .dooh-visual-badge > span {
    display: none !important;
  }

  body.dooh-page .lg\:pt-32.space-y-4.reveal-up > .glass-panel-dark,
  body.dooh-page .dooh-feature-card {
    padding: 0.78rem 0.82rem !important;
    gap: 0.72rem !important;
    border-radius: 0.92rem !important;
  }

  body.dooh-page .dooh-feature-card {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: 2.55rem minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    min-height: 3.75rem;
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
      rgba(14, 14, 17, 0.88) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: none !important;
  }

  body.dooh-page .dooh-feature-card > div:first-child {
    width: 2.55rem !important;
    height: 2.55rem !important;
    border-radius: 0.9rem !important;
    background: rgba(240, 100, 101, 0.08) !important;
    box-shadow: 0 0 0 4px rgba(9, 9, 11, 0.82);
  }

  body.dooh-page .dooh-feature-card > div:last-child {
    min-width: 0;
  }

  body.dooh-page .dooh-feature-card:nth-of-type(3) > div:first-child {
    background: rgba(132, 212, 216, 0.08) !important;
  }

  body.dooh-page .dooh-feature-card:nth-of-type(4) {
    border-color: rgba(240, 100, 101, 0.22) !important;
    background:
      linear-gradient(90deg, rgba(240, 100, 101, 0.14), rgba(255, 255, 255, 0.02)),
      rgba(14, 14, 17, 0.9) !important;
  }

  body.dooh-page .dooh-feature-card:nth-of-type(4) > div:first-child {
    border-color: rgba(240, 100, 101, 0.42) !important;
    color: #fff !important;
    background: #f06465 !important;
    box-shadow:
      0 0 0 4px rgba(9, 9, 11, 0.82),
      0 10px 26px rgba(240, 100, 101, 0.24);
  }

  body.dooh-page .lg\:pt-32.space-y-4.reveal-up > .glass-panel-dark h4,
  body.dooh-page .dooh-feature-card h4 {
    min-width: 0;
    margin-bottom: 0;
    font-size: clamp(0.92rem, 4.5vw, 1.08rem) !important;
    line-height: 1.02 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.dooh-page .dooh-feature-card p {
    display: none !important;
  }

  body.dooh-page .dooh-mobile-guide {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
    margin: -1.5rem 0 1rem;
    padding: 0.42rem;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 1rem;
    background: rgba(14, 14, 17, 0.78);
  }

  body.dooh-page .dooh-mobile-guide a {
    width: 100%;
    min-width: 0;
    min-height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(240, 100, 101, 0.16);
    border-radius: 0.75rem;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(240, 100, 101, 0.045);
    font-family: "Space Mono", monospace;
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
  }

  body.dooh-page .dooh-mobile-method {
    display: block;
  }

  body.dooh-page .dooh-desktop-method,
  body.dooh-page .dooh-desktop-impact {
    display: none !important;
  }

  body.dooh-page .dooh-mobile-impact-breath {
    display: block !important;
  }

  body.dooh-page .dooh-mobile-method > summary {
    min-height: 3.85rem;
    position: relative;
    display: block;
    padding: 0.9rem 3rem 0.9rem 1rem;
    cursor: pointer;
  }

  body.dooh-page .dooh-mobile-method > summary::after {
    content: "+";
    width: 1.55rem;
    height: 1.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border: 1px solid rgba(240, 100, 101, 0.28);
    border-radius: 999px;
    color: #f06465;
    font-family: "Space Mono", monospace;
    font-size: 0.78rem;
  }

  body.dooh-page .dooh-mobile-method[open] > summary::after {
    content: "-";
  }

  body.dooh-page .dooh-mobile-method > summary::-webkit-details-marker {
    display: none;
  }

  body.dooh-page .dooh-mobile-method-head span {
    display: block;
    margin-bottom: 0.55rem;
    color: #f06465;
    font-family: "Space Mono", monospace;
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  body.dooh-page .dooh-mobile-method-head > span {
    display: none !important;
  }

  body.dooh-page .dooh-mobile-method-head h2 .dooh-copy-mobile {
    display: inline !important;
    margin: 0 !important;
    color: inherit !important;
    font: inherit !important;
    letter-spacing: 0 !important;
    text-transform: inherit !important;
  }

  body.dooh-page .dooh-mobile-method-head h2 {
    max-width: 16rem;
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.18rem, 6.2vw, 1.48rem);
    line-height: 0.96;
    text-transform: uppercase;
  }

  body.dooh-page .dooh-mobile-method {
    margin: 1rem 0 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.05rem;
    background: rgba(12, 12, 15, 0.82);
    overflow: hidden;
  }

  body.dooh-page .dooh-mobile-method-list {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0 0.85rem 0.85rem;
  }

  body.dooh-page .dooh-mobile-method-list article {
    display: grid;
    grid-template-columns: 1.9rem minmax(0, 1fr);
    gap: 0.58rem;
    align-items: center;
    min-height: 3.05rem;
    padding: 0.58rem;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 0.82rem;
    background: rgba(14, 14, 17, 0.82);
  }

  body.dooh-page .dooh-mobile-method-list article > span {
    width: 1.9rem;
    height: 1.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(240, 100, 101, 0.22);
    border-radius: 0.78rem;
    color: #f06465;
    background: rgba(240, 100, 101, 0.06);
    font-family: "Space Mono", monospace;
    font-size: 0.58rem;
    font-weight: 900;
  }

  body.dooh-page .dooh-mobile-method-list h3 {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 0.84rem;
    line-height: 1.05;
    text-transform: uppercase;
  }

  body.dooh-page .dooh-mobile-method-list p {
    display: none !important;
  }

  body.dooh-page #dooh-problem,
  body.dooh-page #dooh-mobile-method,
  body.dooh-page #dooh-visual-formats,
  body.dooh-page #dooh-impact,
  body.dooh-page #diagnostic-form {
    scroll-margin-top: 5rem;
  }

  body.dooh-page .py-24.border-y,
  body.dooh-page #dooh-visual-formats {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  body.dooh-page .py-24.border-y .mb-16,
  body.dooh-page #dooh-visual-formats .mb-12 {
    margin-bottom: 1.2rem !important;
  }

  body.dooh-page .py-24.border-y .mb-16 p,
  body.dooh-page #dooh-visual-formats .mb-12 > p,
  body.dooh-page .dooh-impact-lead {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  body.dooh-page .py-24.border-y h2,
  body.dooh-page #dooh-visual-formats h2,
  body.dooh-page .dooh-impact-section h2 {
    font-size: clamp(2rem, 11vw, 3rem) !important;
    line-height: 0.92 !important;
  }

  body.dooh-page .grid.grid-cols-1.sm\:grid-cols-3 {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }

  body.dooh-page .dooh-problem-grid {
    gap: 0.65rem !important;
  }

  body.dooh-page .grid.grid-cols-1.sm\:grid-cols-3 > div,
  body.dooh-page .dooh-problem-card {
    padding: 0 !important;
    border-radius: 1rem !important;
    overflow: hidden;
  }

  body.dooh-page .grid.grid-cols-1.sm\:grid-cols-3 > div .absolute.right-\[-10\%\] {
    display: none !important;
  }

  body.dooh-page .dooh-problem-card > summary {
    min-height: 4.05rem;
    display: block !important;
    position: relative;
    padding: 0.9rem 0.95rem !important;
    padding-right: 3rem !important;
    cursor: pointer;
  }

  body.dooh-page .dooh-problem-card > summary::after {
    content: "+";
    width: 1.55rem;
    height: 1.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(240, 100, 101, 0.28);
    border-radius: 999px;
    color: #f06465;
    font-family: "Space Mono", monospace;
    font-size: 0.78rem;
    position: absolute;
    top: 50%;
    right: 0.95rem;
    transform: translateY(-50%);
  }

  body.dooh-page .dooh-problem-card[open] > summary::after {
    content: "-";
  }

  body.dooh-page .dooh-problem-card.bg-puzzle-pink > summary::after {
    border-color: rgba(9, 9, 11, 0.25);
    color: #09090b;
  }

  body.dooh-page .dooh-problem-card > summary > div {
    margin: 0 0 0.28rem !important;
    font-size: 0.5rem !important;
    letter-spacing: 0.1em !important;
  }

  body.dooh-page .grid.grid-cols-1.sm\:grid-cols-3 h3,
  body.dooh-page .dooh-problem-card h3 {
    margin: 0 !important;
    font-size: 1.12rem !important;
    line-height: 1.05 !important;
  }

  body.dooh-page .grid.grid-cols-1.sm\:grid-cols-3 p,
  body.dooh-page .dooh-problem-card > p {
    margin: 0 !important;
    padding: 0 0.95rem 0.95rem !important;
    font-size: 0.74rem !important;
    line-height: 1.45 !important;
  }

  body.dooh-page #dooh-problem {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  body.dooh-page #dooh-problem .mb-16 > span,
  body.dooh-page #dooh-problem .mb-16 p,
  body.dooh-page .dooh-problem-card > summary > div {
    display: none !important;
  }

  body.dooh-page #dooh-problem .mb-16 {
    margin-bottom: 0.85rem !important;
  }

  body.dooh-page #dooh-problem h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem) !important;
    line-height: 0.98 !important;
  }

  body.dooh-page .dooh-problem-card > summary {
    min-height: 3.45rem;
    padding-block: 0.78rem !important;
  }

  body.dooh-page .dooh-problem-card h3 {
    font-size: 1rem !important;
  }

  body.dooh-page #dooh-visual-formats {
    padding-top: 2.35rem !important;
    padding-bottom: 2.4rem !important;
  }

  body.dooh-page #dooh-visual-formats .mb-12 {
    margin-bottom: 0.85rem !important;
  }

  body.dooh-page #dooh-visual-formats .mb-12 > span,
  body.dooh-page #dooh-visual-formats .mb-12 > p {
    display: none !important;
  }

  body.dooh-page #dooh-visual-formats h2 {
    max-width: 18rem;
    font-size: clamp(1.9rem, 9vw, 2.55rem) !important;
    line-height: 0.98 !important;
  }

  body.dooh-page .dooh-image-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
    grid-template-rows: 8.35rem 8.35rem;
    gap: 0.58rem !important;
    margin-inline: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  body.dooh-page .dooh-image-grid::-webkit-scrollbar {
    display: none;
  }

  body.dooh-page .dooh-image-card,
  body.dooh-page .dooh-image-card:nth-child(2) {
    min-height: 0 !important;
    height: 100% !important;
    margin-top: 0 !important;
    border-radius: 0.95rem !important;
    scroll-snap-align: unset;
  }

  body.dooh-page .dooh-image-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  body.dooh-page .dooh-image-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  body.dooh-page .dooh-image-card:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  body.dooh-page .dooh-image-card div {
    inset: auto 0.45rem 0.45rem !important;
    padding: 0.48rem !important;
    border-radius: 0.7rem !important;
    backdrop-filter: none !important;
  }

  body.dooh-page .dooh-image-card span {
    display: none !important;
  }

  body.dooh-page .dooh-image-card figcaption {
    font-size: 0.68rem !important;
    line-height: 1.05 !important;
  }

  body.dooh-page .dooh-image-card:nth-child(1) figcaption {
    font-size: 0.86rem !important;
  }

  body.dooh-page .dooh-impact-section {
    padding-top: 2.35rem !important;
    padding-bottom: 2.35rem !important;
  }

  body.dooh-page .dooh-impact-shell {
    padding: 0.78rem !important;
    border-radius: 1.15rem !important;
    background:
      linear-gradient(135deg, rgba(240, 100, 101, 0.08), transparent 38%),
      rgba(9, 9, 11, 0.86) !important;
  }

  body.dooh-page .dooh-breath-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.72rem !important;
  }

  body.dooh-page .dooh-breath-copy {
    min-height: 0 !important;
    padding: 0.5rem 0.2rem 0.25rem !important;
  }

  body.dooh-page .dooh-impact-breath .dooh-impact-kicker {
    margin-bottom: 0.55rem !important;
  }

  body.dooh-page .dooh-impact-breath h2 {
    max-width: 16rem;
    margin-bottom: 0.62rem !important;
    font-size: clamp(1.85rem, 10vw, 2.55rem) !important;
  }

  body.dooh-page .dooh-impact-lead {
    font-size: 0.84rem !important;
    line-height: 1.42 !important;
  }

  body.dooh-page .dooh-impact-proof {
    gap: 0.45rem !important;
  }

  body.dooh-page .dooh-impact-proof span {
    width: auto !important;
    flex: 1 1 calc(50% - 0.45rem);
    padding: 0.55rem 0.6rem !important;
  }

  body.dooh-page .dooh-impact-benefits {
    gap: 0.65rem !important;
    margin-top: 1rem !important;
  }

  body.dooh-page .dooh-impact-benefit {
    display: block !important;
    padding: 0 !important;
    border-radius: 1rem !important;
    overflow: hidden;
  }

  body.dooh-page .dooh-impact-benefit > summary {
    min-height: 3.95rem;
    display: grid !important;
    grid-template-columns: 2.4rem minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.78rem 0.85rem;
    cursor: pointer;
  }

  body.dooh-page .dooh-impact-benefit > summary::after {
    content: "+";
    width: 1.55rem;
    height: 1.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(240, 100, 101, 0.26);
    border-radius: 999px;
    color: #f06465;
    font-family: "Space Mono", monospace;
    font-size: 0.78rem;
  }

  body.dooh-page .dooh-impact-benefit[open] > summary::after {
    content: "-";
  }

  body.dooh-page .dooh-impact-benefit h4 {
    font-size: 0.96rem !important;
  }

  body.dooh-page .dooh-impact-benefit > p {
    grid-column: auto;
    margin: 0 !important;
    padding: 0 0.9rem 0.9rem 4rem;
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
  }

  body.dooh-page .dooh-impact-visual,
  body.dooh-page .dooh-impact-visual img {
    min-height: 0 !important;
    border-radius: 1.05rem !important;
  }

  body.dooh-page .dooh-impact-visual {
    display: grid !important;
    overflow: hidden;
  }

  body.dooh-page .dooh-impact-visual img {
    height: 12.25rem !important;
  }

  body.dooh-page .dooh-breath-caption {
    left: 0.6rem !important;
    bottom: 0.6rem !important;
    max-width: calc(100% - 1.2rem);
    padding: 0.55rem 0.65rem !important;
    border-radius: 0.78rem !important;
    backdrop-filter: none !important;
  }

  body.dooh-page .dooh-breath-caption span {
    font-size: 0.46rem !important;
    letter-spacing: 0.1em !important;
  }

  body.dooh-page .dooh-breath-caption strong {
    font-size: 0.78rem !important;
  }

  body.dooh-page .dooh-impact-panel {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0.65rem !important;
    padding: 0.78rem !important;
    border-radius: 0.95rem !important;
    backdrop-filter: none !important;
  }

  body.dooh-page .dooh-impact-panel-head {
    display: grid !important;
    gap: 0.25rem !important;
    padding-bottom: 0.65rem !important;
    margin-bottom: 0.65rem !important;
  }

  body.dooh-page .dooh-impact-panel-head strong {
    font-size: 0.95rem !important;
  }

  body.dooh-page .dooh-impact-panel-head span {
    white-space: normal !important;
    font-size: 0.5rem !important;
  }

  body.dooh-page .dooh-impact-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.4rem !important;
  }

  body.dooh-page .dooh-impact-metric {
    padding: 0.55rem !important;
  }

  body.dooh-page .dooh-impact-metric span {
    font-size: 0.46rem !important;
    letter-spacing: 0.08em !important;
  }

  body.dooh-page .dooh-impact-metric strong {
    font-size: 0.82rem !important;
    overflow-wrap: anywhere;
  }

  body.dooh-page .dooh-impact-cta {
    padding: 0.72rem !important;
    font-size: 0.5rem !important;
    line-height: 1.45 !important;
    letter-spacing: 0.08em !important;
  }

  body.dooh-page #dooh-impact {
    display: none !important;
  }

  body.dooh-page #diagnostic-form {
    padding-top: 2.35rem !important;
    padding-bottom: 3.5rem !important;
  }

  body.dooh-page #diagnostic-form > div {
    padding-inline: 1rem !important;
  }

  body.dooh-page #diagnostic-form .text-center {
    margin-bottom: 0.85rem !important;
    text-align: left !important;
  }

  body.dooh-page #diagnostic-form .text-center > span {
    display: none !important;
  }

  body.dooh-page #diagnostic-form h2 {
    max-width: 17rem;
    font-size: clamp(1.95rem, 9.5vw, 2.55rem) !important;
    line-height: 0.98 !important;
  }

  body.dooh-page #dynamic-form-dooh {
    padding: 1rem !important;
    border-radius: 1.15rem !important;
  }

  body.dooh-page #dynamic-form-dooh .steps-indicator {
    margin-bottom: 1.15rem !important;
  }

  body.dooh-page #dynamic-form-dooh .form-step h3 {
    margin-bottom: 1rem !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.12em !important;
    line-height: 1.35 !important;
  }

  body.dooh-page #dynamic-form-dooh .grid.grid-cols-1 {
    gap: 0.9rem !important;
    margin-bottom: 1rem !important;
  }

  body.dooh-page #dynamic-form-dooh label {
    font-size: 0.56rem !important;
    letter-spacing: 0.12em !important;
  }

  body.dooh-page #dynamic-form-dooh input,
  body.dooh-page #dynamic-form-dooh select,
  body.dooh-page #dynamic-form-dooh textarea {
    min-height: 3rem;
    padding: 0.85rem !important;
    border-radius: 0.85rem !important;
    font-size: 0.85rem !important;
  }

  body.dooh-page #dynamic-form-dooh textarea {
    min-height: 7rem;
  }

  body.dooh-page #dynamic-form-dooh .form-step > .flex {
    gap: 0.7rem !important;
    padding-top: 1rem !important;
  }

  body.dooh-page #dynamic-form-dooh button {
    min-height: 3rem;
    padding: 0.78rem 0.9rem !important;
    justify-content: center;
    border-radius: 0.85rem !important;
    font-size: 0.56rem !important;
    letter-spacing: 0.11em !important;
    text-align: center;
  }

  body.dooh-page #dynamic-form-dooh .prev-step,
  body.dooh-page #dynamic-form-dooh .next-step,
  body.dooh-page #dynamic-form-dooh button[type="submit"] {
    flex: 1 1 0;
  }

  body.dooh-page a.fixed.bottom-6.right-6 {
    right: 1rem !important;
    bottom: 1rem !important;
  }

  body.dooh-page a.fixed.bottom-6.right-6 .w-14.h-14 {
    width: 3.25rem !important;
    height: 3.25rem !important;
  }
}

@media (max-width: 900px) {
  body.software-page .grid.grid-cols-1.sm\:grid-cols-2.gap-6.lg\:pt-32 > .bg-puzzle-teal > .absolute {
    display: none !important;
  }
}

/* Contact page alignment */
.contact-page {
  background:
    radial-gradient(circle at 18% 18%, rgba(132, 212, 216, 0.12), transparent 26rem),
    radial-gradient(circle at 82% 8%, rgba(253, 203, 93, 0.08), transparent 28rem),
    #09090b;
}

.contact-page .shape-blob {
  width: 420px !important;
  height: 420px !important;
  top: 10% !important;
  right: -8% !important;
  opacity: 0.16;
  filter: blur(72px);
}

.contact-page .contact-main {
  min-height: auto !important;
  align-items: flex-start !important;
  padding-top: 8rem !important;
}

.contact-page .contact-heading {
  text-shadow: 0 0 34px rgba(132, 212, 216, 0.08);
}

.contact-page .contact-lead {
  color: rgba(255, 255, 255, 0.68) !important;
}

.contact-page .contact-panel {
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 1.65rem;
  background:
    linear-gradient(135deg, rgba(17, 17, 22, 0.94), rgba(8, 8, 12, 0.86)) !important;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.contact-page .contact-sidebar {
  background:
    radial-gradient(circle at 12% 0%, rgba(132, 212, 216, 0.1), transparent 18rem),
    rgba(8, 8, 12, 0.9) !important;
}

.contact-page .contact-status-card {
  border-radius: 1rem;
  background: rgba(132, 212, 216, 0.06) !important;
}

.contact-page .contact-form-area {
  background:
    linear-gradient(180deg, rgba(22, 22, 28, 0.88), rgba(10, 10, 14, 0.92)) !important;
}

.contact-page input,
.contact-page select,
.contact-page textarea {
  border-radius: 1rem !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(7, 7, 10, 0.78) !important;
}

.contact-page input:focus,
.contact-page select:focus,
.contact-page textarea:focus {
  box-shadow: 0 0 0 4px rgba(132, 212, 216, 0.08);
}

.contact-page .next-step,
.contact-page .prev-step,
.contact-page button[type="submit"] {
  min-height: 3.25rem;
  border-radius: 1rem !important;
}

.contact-mobile-break {
  display: none;
}

@media (max-width: 767px) {
  .contact-page {
    background:
      radial-gradient(circle at 8% 6%, rgba(132, 212, 216, 0.1), transparent 18rem),
      #09090b;
  }

  .contact-page .shape-blob {
    opacity: 0.08;
    width: 260px !important;
    height: 260px !important;
    right: -28% !important;
  }

  .contact-page .contact-main {
    display: block !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    padding-top: 6.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .contact-page .contact-wrap {
    padding-inline: 1rem !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
  }

  .contact-page .contact-return {
    display: none !important;
  }

  .contact-page .contact-hero-copy {
    text-align: left !important;
    margin-bottom: 1.25rem !important;
    width: min(100%, calc(100vw - 2rem)) !important;
    max-width: calc(100vw - 2rem) !important;
    min-width: 0 !important;
  }

  .contact-page .contact-heading {
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    font-size: clamp(2.8rem, 14vw, 3.6rem) !important;
    line-height: 0.88 !important;
    letter-spacing: 0 !important;
    margin-bottom: 1rem !important;
  }

  .contact-page .contact-kicker {
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    max-width: 21rem !important;
    font-size: 0.62rem !important;
    line-height: 1.45 !important;
    letter-spacing: 0.16em !important;
    margin-bottom: 0.75rem !important;
    overflow-wrap: anywhere;
  }

  .contact-page .contact-lead {
    width: 100% !important;
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    max-width: 21rem !important;
    margin-inline: 0 !important;
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    overflow-wrap: anywhere;
  }

  .contact-page .contact-panel {
    width: min(22.25rem, calc(100vw - 2rem)) !important;
    inline-size: min(22.25rem, calc(100vw - 2rem)) !important;
    max-width: 22.25rem !important;
    max-inline-size: 22.25rem !important;
    min-width: 0 !important;
    flex: none !important;
    align-self: flex-start !important;
    border-radius: 1.25rem;
  }

  .contact-page .contact-sidebar,
  .contact-page .contact-form-area {
    width: 100% !important;
    inline-size: 100% !important;
    max-width: 100% !important;
    max-inline-size: 100% !important;
    flex: none !important;
    min-width: 0 !important;
    padding: 1.15rem !important;
  }

  .contact-page .contact-sidebar .mb-8 {
    margin-bottom: 1rem !important;
  }

  .contact-page .contact-sidebar h3 {
    font-size: 1.45rem !important;
    line-height: 1 !important;
  }

  .contact-page .contact-sidebar p {
    margin-bottom: 1rem !important;
    line-height: 1.55 !important;
    color: rgba(255, 255, 255, 0.58) !important;
    letter-spacing: 0.08em !important;
    overflow-wrap: anywhere;
  }

  .contact-page .contact-status-card {
    margin-bottom: 0 !important;
    padding: 0.95rem !important;
    font-size: 0.68rem !important;
  }

  .contact-page .contact-status-card > div {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.12rem;
    min-width: 0;
  }

  .contact-page .contact-status-card span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .contact-page .contact-form-tag {
    display: none !important;
  }

  .contact-page .steps-indicator {
    margin-bottom: 1.15rem !important;
  }

  .contact-page .form-step h3 {
    margin-bottom: 1rem !important;
    line-height: 1.35 !important;
  }

  .contact-page .form-step .space-y-6 {
    row-gap: 1rem !important;
  }

  .contact-page label {
    white-space: normal;
    line-height: 1.35;
    letter-spacing: 0.14em !important;
  }

  .contact-page input,
  .contact-page select,
  .contact-page textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    min-height: 3rem;
    padding: 0.95rem 1rem !important;
    font-size: 0.78rem !important;
  }

  .contact-page textarea {
    min-height: 8rem;
  }

  .contact-page .next-step,
  .contact-page .prev-step,
  .contact-page button[type="submit"] {
    min-height: 3rem;
    padding-block: 0.85rem !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.13em !important;
  }

  .contact-page .prev-step {
    width: 38% !important;
  }

  .contact-mobile-break {
    display: block;
  }
}

/* Interaction polish shared across pages */
#scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--scroll-progress, 0%);
  height: 2px;
  z-index: 100000;
  pointer-events: none;
  background: linear-gradient(90deg, #84d4d8, #fdcb5d, #f06465);
  box-shadow: 0 0 18px rgba(132, 212, 216, 0.35);
  transform-origin: left;
  transition: width 0.12s linear, opacity 0.2s ease;
}

body:not(.is-scrolling) #scroll-progress-bar {
  opacity: 0.45;
}

.motion-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease,
    translate 0.28s ease;
}

.motion-card > :not(.micro-glow):not(.absolute):not(.fixed):not(.sticky) {
  position: relative;
  z-index: 1;
}

.micro-glow {
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      220px circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
      rgba(132, 212, 216, 0.22),
      rgba(253, 203, 93, 0.08) 36%,
      transparent 68%
    );
  transition: opacity 0.28s ease;
}

.glass-panel.motion-card .micro-glow {
  background:
    radial-gradient(
      220px circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
      rgba(27, 133, 138, 0.16),
      rgba(253, 203, 93, 0.08) 36%,
      transparent 68%
    );
}

.magnetic-ready,
.tap-ready {
  position: relative;
  overflow: hidden;
}

.magnetic-ready {
  transform: translate3d(var(--magnetic-x, 0), var(--magnetic-y, 0), 0);
  transition:
    transform 0.18s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.tap-ripple {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: var(--tap-x, 50%);
  top: var(--tap-y, 50%);
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  transform: translate(-50%, -50%) scale(0);
  animation: tap-ripple 0.58s ease-out forwards;
}

.bg-puzzle-teal .tap-ripple,
.bg-puzzle-yellow .tap-ripple,
.bg-white .tap-ripple {
  background: rgba(9, 9, 11, 0.22);
}

@keyframes tap-ripple {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(22);
  }
}

.count-animating {
  font-variant-numeric: tabular-nums;
}

.section-in-view {
  --section-presence: 1;
}

body.is-desktop-motion .scroll-stage {
  position: relative;
  isolation: isolate;
}

.section-scroll-line {
  display: none;
}

body.is-desktop-motion .section-scroll-line {
  position: absolute;
  left: clamp(-1.35rem, -1.6vw, -0.75rem);
  top: 12%;
  bottom: 12%;
  z-index: 0;
  display: block;
  width: 1px;
  pointer-events: none;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

body.is-desktop-motion .section-scroll-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, #84d4d8, #fdcb5d, #f06465, transparent);
  opacity: 0;
  transform: translateY(44%);
  transition: opacity 0.6s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

body.is-desktop-motion .scroll-stage.scroll-stage-active .section-scroll-line::after {
  opacity: 0.76;
  transform: translateY(-18%);
}

body.is-desktop-motion .scroll-theater-item {
  --scroll-y: 0px;
  --scroll-tilt: 0deg;
  --scroll-presence: 0;
  transform:
    translate3d(0, var(--scroll-y), 0)
    rotateX(var(--scroll-tilt));
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease,
    opacity 0.28s ease;
  will-change: transform;
}

body.is-desktop-motion .scroll-stage-active > :not(.section-scroll-line) {
  animation: section-presence-pop 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.is-desktop-motion .scroll-theater-item:is(.glass-panel-dark, .glass-panel, .portfolio-item, .portfolio-kpi-card, .case-spotlight, .marketing-decision-card, .dooh-image-card) {
  box-shadow:
    0 28px 68px rgba(0, 0, 0, var(--scroll-shadow-alpha, 0.24)),
    inset 0 0 0 1px rgba(255, 255, 255, var(--scroll-glow-alpha, 0.035));
}

body.is-desktop-motion .scroll-theater-item:is(.dooh-visual-frame, .dooh-impact-visual, .case-media, .marketing-image-strip figure)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.18) 48%, transparent 62% 100%);
  opacity: var(--scroll-shine-opacity, 0);
  transform: translateX(var(--scroll-shine-x, -44%));
  transition: opacity 0.25s ease;
}

body.is-desktop-motion .scroll-stage h1,
body.is-desktop-motion .scroll-stage h2 {
  text-shadow: 0 12px 46px rgba(0, 0, 0, 0.24);
}

body.is-desktop-motion .site-footer-group,
body.is-desktop-motion #navbar a {
  transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

body.is-desktop-motion .site-footer-group:hover,
body.is-desktop-motion #navbar a:hover {
  transform: translateY(-2px);
}

@keyframes section-presence-pop {
  from {
    opacity: 0.86;
    filter: saturate(0.94);
  }
  to {
    opacity: 1;
    filter: saturate(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .motion-card:hover {
    translate: 0 -3px;
    filter: saturate(1.04);
  }

  .motion-card:hover .micro-glow {
    opacity: 1;
  }

  .case-tab-btn:hover,
  .filter-btn:hover,
  .tech-button:hover,
  .site-footer li a:hover {
    letter-spacing: 0.18em;
  }
}

@media (max-width: 767px), (hover: none), (pointer: coarse) {
  .shape-blob,
  .animate-grid,
  .marquee-content {
    animation: none !important;
  }

  .card-3d,
  .card-3d-inner {
    transform: none !important;
    transition: none !important;
  }

  .glass-panel,
  .glass-panel-dark {
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
  }

  .reveal-up {
    transform: translateY(16px);
    transition-duration: 0.42s;
  }

  .reveal-up.active {
    transform: translateY(0);
  }

  .micro-glow,
  .section-scroll-line {
    display: none !important;
  }

  #scroll-progress-bar {
    height: 2px;
    box-shadow: none;
    transition: width 0.16s linear, opacity 0.2s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  #scroll-progress-bar,
  .motion-card,
  .magnetic-ready,
  .tap-ripple,
  .micro-glow,
  .scroll-theater-item,
  .section-scroll-line,
  .section-scroll-line::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    translate: none !important;
  }
}

@media (max-width: 767px), (hover: none), (pointer: coarse) {
  body.is-mobile-performance,
  body.is-mobile-performance * {
    scroll-behavior: auto !important;
  }

  body.is-mobile-performance {
    background:
      radial-gradient(circle at 12% 0%, rgba(0, 74, 173, 0.34), transparent 15rem),
      radial-gradient(circle at 92% 4%, rgba(253, 203, 93, 0.28), transparent 16rem),
      radial-gradient(circle at 52% 30%, rgba(240, 100, 101, 0.2), transparent 18rem),
      linear-gradient(180deg, #10131b 0%, #09090b 48%, #140b12 100%) !important;
    background-repeat: no-repeat !important;
    background-color: #09090b !important;
  }

  body.is-mobile-performance > div.fixed.inset-0.z-0.pointer-events-none:first-of-type {
    display: block !important;
    opacity: 1 !important;
    background:
      radial-gradient(circle at 16% 8%, rgba(0, 74, 173, 0.32), transparent 12rem),
      radial-gradient(circle at 88% 10%, rgba(253, 203, 93, 0.24), transparent 13rem),
      radial-gradient(circle at 64% 42%, rgba(240, 100, 101, 0.18), transparent 14rem),
      linear-gradient(180deg, rgba(9, 9, 11, 0.08), rgba(9, 9, 11, 0.52)) !important;
  }

  body.is-mobile-performance > div.fixed.inset-0.z-0.pointer-events-none:first-of-type .puzzle-grid {
    opacity: 0.12 !important;
  }

  body.is-mobile-performance * {
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  body.is-mobile-performance *::before,
  body.is-mobile-performance *::after {
    animation: none !important;
    transition: none !important;
  }

  body.is-mobile-performance .reveal-up,
  body.is-mobile-performance .reveal-up.active,
  body.is-mobile-performance .animate-slide-in,
  body.is-mobile-performance .card-3d,
  body.is-mobile-performance .card-3d-inner,
  body.is-mobile-performance .motion-card,
  body.is-mobile-performance .magnetic-ready,
  body.is-mobile-performance .scroll-theater-item {
    opacity: 1 !important;
    transform: none !important;
    translate: none !important;
    filter: none !important;
  }

  body.is-mobile-performance .shape-blob,
  body.is-mobile-performance .micro-glow,
  body.is-mobile-performance .tap-ripple,
  body.is-mobile-performance .section-scroll-line,
  body.is-mobile-performance #nav-progress-bar {
    display: none !important;
  }

  body.is-mobile-performance .glass-panel,
  body.is-mobile-performance .glass-panel-dark,
  body.is-mobile-performance .backdrop-blur-md,
  body.is-mobile-performance .backdrop-blur-xl,
  body.is-mobile-performance .backdrop-blur-3xl {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.is-mobile-performance .animate-grid,
  body.is-mobile-performance .animate-pulse,
  body.is-mobile-performance .animate-spin,
  body.is-mobile-performance .marquee-content {
    animation: none !important;
  }

  body.is-mobile-performance #scroll-progress-bar {
    display: block !important;
    transform: none !important;
    transition: width 0.12s linear, opacity 0.16s ease !important;
    will-change: width !important;
  }
}

@media (max-width: 767px) {
  body.blog-page main {
    padding-top: 5.8rem !important;
    padding-bottom: 3rem !important;
  }

  body.blog-page main > section {
    width: 100% !important;
    max-width: 100vw !important;
    padding-inline: 1rem !important;
    border-inline: 0 !important;
    overflow-x: hidden;
  }

  body.blog-page main > section > .grid:first-child {
    gap: 1.2rem !important;
    margin-bottom: 2rem !important;
  }

  body.blog-page main h1 {
    max-width: 21.5rem !important;
    font-size: clamp(2.15rem, 11vw, 3rem) !important;
    line-height: 0.94 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
  }

  body.blog-page main h2 {
    max-width: 100%;
    overflow-wrap: break-word !important;
  }

  body.blog-page main p {
    max-width: 21.5rem !important;
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
  }

  body.blog-page aside,
  body.blog-page article,
  body.blog-page details,
  body.blog-page .glass-panel-dark {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    border-radius: 1.15rem !important;
  }

  body.blog-page aside {
    padding: 1.25rem !important;
  }

  body.blog-page aside h2,
  body.blog-page article h2 {
    font-size: clamp(1.55rem, 8vw, 2.2rem) !important;
    line-height: 1 !important;
  }

  body.blog-page article {
    padding: 1.15rem !important;
  }

  body.blog-page article .grid {
    gap: 1rem !important;
  }

  body.blog-page article ul {
    grid-template-columns: 1fr !important;
  }

  body.blog-page section[aria-label="Pilares de SEO e crescimento"],
  body.blog-page section[aria-label="Artigos do blog"] {
    gap: 0.85rem !important;
    margin-bottom: 2.5rem !important;
  }

  body.blog-page .line-accent {
    display: none !important;
  }
}

/* Software service page */
.software-mobile-section-label {
  display: none;
}

.software-stack-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 3vw, 2rem);
  align-items: stretch;
}

.software-readiness-panel {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.1rem;
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
  overflow: hidden;
  border-radius: 2rem;
}

.software-readiness-panel .micro-glow {
  display: none;
}

.software-readiness-bg {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  pointer-events: none;
}

.software-readiness-edge {
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(132, 212, 216, 0.8), rgba(255, 255, 255, 0.08), transparent);
}

.software-readiness-head,
.software-readiness-footer {
  position: relative;
  z-index: 1;
}

.software-readiness-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.software-readiness-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.85rem;
}

.software-readiness-icon {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(132, 212, 216, 0.28);
  border-radius: 999px;
  background: rgba(132, 212, 216, 0.1);
  color: #84d4d8;
}

.software-readiness-kicker,
.software-readiness-subtitle,
.software-readiness-badge,
.software-readiness-metric span,
.software-readiness-step-label,
.software-readiness-step-tag,
.software-readiness-footer {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
}

.software-readiness-kicker {
  display: block;
  color: #84d4d8;
  font-size: 0.56rem;
  letter-spacing: 0.2em;
}

.software-readiness-subtitle {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
}

.software-readiness-badge {
  flex: 0 0 auto;
  border: 1px solid rgba(132, 212, 216, 0.25);
  background: rgba(132, 212, 216, 0.06);
  padding: 0.42rem 0.72rem;
  color: #84d4d8;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
}

.software-readiness-metrics,
.software-readiness-flow {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
}

.software-readiness-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.software-readiness-metric {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(9, 9, 11, 0.34);
  padding: 1rem;
}

.software-readiness-metric span {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.56rem;
  letter-spacing: 0.14em;
}

.software-readiness-metric strong {
  display: block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.software-readiness-step {
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(24, 24, 27, 0.58);
  padding: 0.85rem;
  transition: border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.software-readiness-step:hover {
  transform: translateY(-1px);
  border-color: rgba(132, 212, 216, 0.28);
  background: rgba(24, 24, 27, 0.82);
}

.software-readiness-step-icon {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border: 1px solid rgba(132, 212, 216, 0.16);
  background: rgba(132, 212, 216, 0.06);
  color: #84d4d8;
}

.software-readiness-step-label {
  display: block;
  margin-bottom: 0.18rem;
  color: #84d4d8;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
}

.software-readiness-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  line-height: 1.4;
}

.software-readiness-step-tag {
  border: 1px solid rgba(132, 212, 216, 0.18);
  background: rgba(9, 9, 11, 0.36);
  padding: 0.35rem 0.52rem;
  color: rgba(132, 212, 216, 0.9);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
}

.software-readiness-footer {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(132, 212, 216, 0.18);
  background: rgba(132, 212, 216, 0.05);
  padding: 0.85rem 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

.software-readiness-footer svg {
  flex: 0 0 auto;
  color: #84d4d8;
}

@media (max-width: 1023px) {
  .software-stack-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .software-readiness-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .software-readiness-metrics {
    grid-template-columns: 1fr;
  }

  .software-readiness-step {
    grid-template-columns: 2.15rem minmax(0, 1fr);
  }

  .software-readiness-step-tag {
    grid-column: 2;
    justify-self: start;
  }
}
