:root {
  --bs-ink: #07110d;
  --bs-muted: #5d6a64;
  --bs-soft: #eef4f1;
  --bs-line: #dce6e1;
  --bs-green: #00c676;
  --bs-green-strong: #00ff9c;
  --bs-green-dark: #075c3d;
  --bs-nav: #06100c;
  --bs-white: #ffffff;
  --bs-paper: #f6f8f6;
  --bs-card: rgba(255, 255, 255, 0.86);
  --bs-shadow: 0 22px 70px rgba(7, 17, 13, 0.12);
  --bs-shadow-soft: 0 14px 40px rgba(7, 17, 13, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.agency-page {
  margin: 0;
  background: var(--bs-white);
  color: var(--bs-ink);
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.agency-page img {
  display: block;
  max-width: 100%;
}

body.agency-page a {
  color: inherit;
}

body.agency-page a:focus-visible,
body.agency-page button:focus-visible,
body.agency-page .bs-menu-button:focus-visible,
body.agency-page select:focus-visible {
  outline: 3px solid rgba(0, 198, 118, 0.48);
  outline-offset: 4px;
}

section[id] {
  scroll-margin-top: 96px;
}

#site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(20px);
}

#site-header .bs-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.7rem;
  width: 100%;
  min-height: 72px;
  padding: 0.78rem 1.65rem;
  border-bottom: 1px solid rgba(7, 17, 13, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--bs-ink);
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
  box-shadow: 0 10px 28px rgba(7, 17, 13, 0.04);
  backdrop-filter: blur(22px);
}

#site-header .bs-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.84rem;
  flex: 0 0 auto;
  color: var(--bs-ink);
  text-decoration: none;
}

#site-header .bs-brand-logo {
  display: inline-grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  background: transparent;
}

#site-header .bs-brand img {
  display: block;
  width: 2.16rem;
  height: 2.16rem;
  object-fit: contain;
}

#site-header .bs-brand-text {
  display: grid;
  gap: 0.06rem;
  line-height: 1.04;
}

#site-header .bs-brand-name {
  color: #06100c;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0;
}

#site-header .bs-brand-meta {
  color: rgba(7, 17, 13, 0.48);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0;
}

#site-header .bs-menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  padding: 0;
  white-space: nowrap;
}

#site-header .bs-menu-button {
  display: none;
  width: 2.32rem;
  height: 2.32rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3rem;
  border: 1px solid rgba(7, 17, 13, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--bs-ink);
  cursor: pointer;
}

#site-header .bs-menu-button span {
  display: block;
  width: 1.12rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

#site-header .bs-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.56rem;
  min-width: 0;
  color: rgba(7, 17, 13, 0.62);
  font-size: 0.8rem;
  font-weight: 540;
  line-height: 1.1;
  white-space: nowrap;
}

#site-header .bs-nav a {
  display: inline-flex;
  min-height: 2.28rem;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#site-header .bs-nav a:hover,
#site-header .bs-nav a[aria-current="page"] {
  color: var(--bs-ink);
}

#site-header .bs-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.34rem;
  padding: 0 1.06rem;
  border-radius: 999px;
  background: var(--bs-green);
  color: #00170d !important;
  font-size: 0.8rem;
  font-weight: 650;
  box-shadow: 0 10px 24px rgba(0, 198, 118, 0.22);
}

#site-header .bs-nav-cta:hover {
  background: var(--bs-green-strong);
  color: #00170d !important;
  transform: translateY(-1px);
}

#site-header .language-picker {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.54rem;
  min-height: 2.34rem;
  padding: 0.16rem 0.18rem 0.16rem 0.72rem;
  border: 1px solid rgba(7, 17, 13, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(7, 17, 13, 0.58);
  font-size: 0.7rem;
  font-weight: 540;
  line-height: 1;
}

#site-header .language-picker select {
  width: 3.04rem;
  min-height: 1.86rem;
  border: 0;
  border-radius: 999px;
  background: #06100c;
  color: #ffffff;
  font: inherit;
  font-weight: 650;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 1120px) {
  #site-header .bs-header {
    gap: 1rem;
    padding-right: 0.95rem;
    padding-left: 0.95rem;
  }

  #site-header .bs-nav {
    gap: 0.95rem;
    font-size: 0.77rem;
  }

  #site-header .bs-brand-meta,
  #site-header .language-picker span {
    display: none;
  }

  #site-header .bs-nav-cta {
    padding: 0 0.9rem;
  }
}

@media (max-width: 900px) {
  #site-header .bs-header {
    display: grid;
    grid-template-columns: 2.5rem 1fr auto;
    gap: 0.7rem;
    padding: 0.72rem 0.9rem;
  }

  #site-header .bs-menu-button {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
  }

  #site-header .bs-brand {
    grid-column: 2;
    justify-self: center;
  }

  #site-header .bs-brand-meta,
  #site-header .language-picker span {
    display: none;
  }

  #site-header .language-picker {
    grid-column: 3;
    width: auto;
    padding-left: 0.18rem;
  }

  #site-header .bs-nav .language-picker {
    align-self: flex-start;
    padding-right: 0.18rem;
  }

  #site-header .bs-nav {
    position: absolute;
    left: 0.88rem;
    right: 0.88rem;
    top: calc(100% + 0.55rem);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 0.72rem;
    border: 1px solid rgba(7, 17, 13, 0.09);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 45px rgba(7, 17, 13, 0.12);
    color: rgba(7, 17, 13, 0.7);
    font-size: 0.94rem;
    font-weight: 540;
    line-height: 1.2;
    white-space: normal;
    backdrop-filter: blur(20px);
  }

  #site-header .bs-nav a {
    padding: 0.82rem 0.78rem;
    border-radius: 10px;
  }

  #site-header .bs-nav a:hover,
  #site-header .bs-nav a[aria-current="page"] {
    background: rgba(0, 198, 118, 0.08);
  }

  #site-header .bs-nav-cta {
    min-height: 2.65rem;
    margin-top: 0.25rem;
  }

  #site-header .bs-menu-toggle:checked ~ .bs-nav {
    display: flex;
  }
}

@media (max-width: 430px) {
  #site-header .bs-brand-name {
    font-size: 0.8rem;
  }
}

@media print {
  #site-header {
    position: static;
  }

  #site-header .bs-header {
    position: static;
  }
}

.page-main {
  overflow: hidden;
}

.container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.trust-section .container {
  width: min(1240px, calc(100% - 40px));
}

.section {
  padding: 72px 0;
}

.section.tight {
  padding: 52px 0;
}

.section.soft {
  background: #f7faf8;
}

.section.dark {
  background: var(--bs-nav);
  color: #ffffff;
}

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

.section-header.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--bs-green-dark);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bs-green);
  box-shadow: 0 0 18px rgba(0, 198, 118, 0.45);
}

.section.dark .eyebrow {
  color: var(--bs-green-strong);
}

.section-title {
  margin: 0;
  color: var(--bs-ink);
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.section.dark .section-title {
  color: #ffffff;
}

.section-copy {
  margin: 16px 0 0;
  color: var(--bs-muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.section.dark .section-copy {
  color: #b9c5bf;
}

.home-hero {
  --home-hero-bg: #050505;
  --home-hero-green: #24bf84;
  --home-hero-green-deep: #14865e;
  --home-hero-title-size: 2.55rem;
  --home-hero-subtitle-size: 1.06rem;
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: calc(100vh - 72px);
  min-height: calc(100svh - 72px);
  place-items: center;
  overflow: hidden;
  padding: 64px 20px;
  background: var(--home-hero-bg);
  color: var(--bs-white);
  text-align: center;
  box-shadow: inset 0 0 160px rgba(0, 0, 0, 0.9);
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-hero::before {
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse at 50% 7%, rgba(96, 112, 120, 0.3) 0%, rgba(34, 43, 47, 0.22) 32%, rgba(5, 5, 5, 0) 64%),
    radial-gradient(ellipse at 50% 116%, rgba(142, 160, 168, 0.14) 0%, rgba(5, 5, 5, 0) 44%),
    var(--home-hero-bg);
}

.home-hero::after {
  right: 50%;
  bottom: 14%;
  z-index: -1;
  width: min(620px, 70vw);
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(208, 228, 236, 0.24), rgba(86, 108, 118, 0.1) 42%, transparent 72%);
  filter: blur(20px);
  opacity: 0.58;
  transform: translateX(50%);
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.home-hero__label,
.home-hero__subheadline {
  margin: 0;
}

.home-hero__label {
  color: var(--home-hero-green);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero__headline {
  max-width: 11.2em;
  margin: 24px auto 0;
  font-size: clamp(1.68rem, var(--home-hero-title-size), 7.05rem);
  font-weight: 850;
  line-height: 0.94;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.home-hero__line {
  display: block;
  white-space: nowrap;
}

.home-hero__metal,
.home-hero__highlight {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.home-hero__metal {
  background-image: linear-gradient(180deg, #ffffff 0%, #f3f4f4 32%, #c6cbd0 66%, #f8f8f8 100%);
  text-shadow: 0 24px 64px rgba(0, 0, 0, 0.56);
}

.home-hero__highlight {
  background-image: linear-gradient(180deg, #54d9aa 0%, var(--home-hero-green) 48%, var(--home-hero-green-deep) 100%);
  filter: drop-shadow(0 16px 28px rgba(23, 166, 112, 0.16));
}

.home-hero__subheadline {
  margin-top: 28px;
  color: rgba(232, 235, 235, 0.68);
  font-size: clamp(1rem, var(--home-hero-subtitle-size), 1.34rem);
  font-weight: 650;
  line-height: 1.45;
}

.home-founder-link {
  position: absolute;
  left: clamp(1.25rem, 4vw, 4.25rem);
  bottom: clamp(1.3rem, 3.4vw, 3.4rem);
  z-index: 2;
  display: inline-grid;
  width: 4.05rem;
  height: 4.05rem;
  place-items: center;
  border: 1px solid rgba(255, 232, 190, 0.2);
  border-radius: 999px;
  background: rgba(5, 8, 12, 0.42);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  text-decoration: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-founder-link:hover,
.home-founder-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 232, 190, 0.38);
  background: rgba(5, 8, 12, 0.58);
}

.home-founder-link--rodrigo {
  left: calc(clamp(1.25rem, 4vw, 4.25rem) + 4.05rem + 0.875rem);
}

.home-founder-link__photo {
  display: block;
  width: 3.35rem;
  height: 3.35rem;
  border: 2px solid rgba(255, 232, 190, 0.72);
  border-radius: 999px;
  object-fit: cover;
  object-position: center 24%;
  box-shadow:
    0 0 0 4px rgba(255, 232, 190, 0.08),
    0 0 34px rgba(255, 232, 190, 0.18);
}

.home-panel-page {
  --home-panel-nav-height: 72px;
  overflow: hidden;
  background: #050505;
}

body.agency-page.home-panel-page.is-home-panel-teaser-active {
  background: #030504;
}

body.agency-page.home-panel-page.is-home-panel-teaser-active #site-header {
  position: fixed;
  inset: 0 0 auto;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

body.agency-page.home-panel-page.is-home-panel-teaser-active .home-panel-stage {
  height: 100vh;
  height: 100svh;
}

.home-panel-stage {
  --home-panel-headline-size: 2.7rem;
  --home-panel-copy-size: 1rem;
  --home-project-name-size: 2.15rem;
  --home-project-headline-size: 1.25rem;
  --home-project-description-size: 0.92rem;
  position: relative;
  height: calc(100vh - var(--home-panel-nav-height));
  height: calc(100svh - var(--home-panel-nav-height));
  overflow: hidden;
  background: #050505;
}

.home-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 56px);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(86, 102, 110, 0.22), transparent 58%),
    #050505;
  color: var(--bs-white);
  opacity: 0;
  filter: blur(10px);
  pointer-events: none;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 820ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.home-panel.is-active {
  z-index: 3;
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.home-panel.is-before {
  transform: translate3d(0, -42px, 0);
}

.home-panel.is-after {
  transform: translate3d(0, 42px, 0);
}

.home-panel-page .home-hero {
  min-height: auto;
}

.home-panel-page .footer.home-panel {
  position: fixed;
  top: var(--home-panel-nav-height);
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 0;
  padding: 42px 20px;
}

.home-panel__content {
  width: min(1180px, 100%);
  max-height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  scrollbar-width: thin;
}

.home-panel__label {
  margin: 0;
  color: #24bf84;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-panel__headline {
  max-width: 900px;
  margin: 18px auto 0;
  color: #f4f6f5;
  font-size: var(--home-panel-headline-size);
  font-weight: 850;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
}

.home-panel__headline span {
  display: block;
}

.home-panel__copy {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(232, 235, 235, 0.68);
  font-size: var(--home-panel-copy-size);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.home-panel__meta {
  margin: 26px 0 0;
  color: rgba(36, 191, 132, 0.78);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
}

.home-work-intro__inner {
  text-align: center;
}

.home-project {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.home-project-panel--reversed .home-project__visual {
  order: -1;
}

.home-project__copy {
  min-width: 0;
}

.home-project__number {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.22);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.home-project__name {
  margin: 14px 0 0;
  color: #f5f7f6;
  font-size: var(--home-project-name-size);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-project__location {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.9rem;
  font-weight: 600;
}

.home-project__headline {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--home-project-headline-size);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-project__description {
  max-width: 610px;
  margin: 16px 0 0;
  color: rgba(232, 235, 235, 0.66);
  font-size: var(--home-project-description-size);
  line-height: 1.72;
}

.home-project__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 28px;
  padding: 0 18px;
  border: 1px solid rgba(36, 191, 132, 0.32);
  border-radius: 999px;
  background: rgba(36, 191, 132, 0.1);
  color: #bdf6dd;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-project__link:hover {
  border-color: rgba(36, 191, 132, 0.68);
  background: rgba(36, 191, 132, 0.18);
  color: #ffffff;
}

.home-next-teaser {
  background:
    radial-gradient(ellipse at 50% 45%, rgba(0, 198, 118, 0.1), transparent 38%),
    radial-gradient(ellipse at 50% 0%, rgba(210, 228, 221, 0.09), transparent 52%),
    #030504;
}

.home-next-teaser__content {
  display: flex;
  width: min(100%, 1120px);
  align-items: center;
  justify-content: center;
  gap: clamp(0.58rem, 1.8vw, 1.25rem);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-next-teaser.is-active .home-next-teaser__content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.home-next-teaser__title {
  margin: 0;
  color: transparent;
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f3 42%, #aeb9b4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(2.35rem, 10vw, 7.6rem);
  font-weight: 680;
  line-height: 0.96;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.home-next-teaser__arrow {
  display: inline-grid;
  min-width: 0.95em;
  place-items: center;
  color: rgba(221, 255, 240, 0.94);
  font-size: clamp(2.2rem, 8.4vw, 6.4rem);
  font-weight: 420;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 0 18px rgba(0, 198, 118, 0.16);
  transform: translate3d(0, 0, 0);
  transition:
    color 220ms ease,
    text-shadow 220ms ease,
    transform 220ms ease;
  will-change: transform;
}

.home-next-teaser__arrow:hover,
.home-next-teaser__arrow:focus-visible {
  color: #ffffff;
  text-shadow:
    0 0 18px rgba(0, 198, 118, 0.42),
    0 0 44px rgba(0, 198, 118, 0.24);
  transform: translate3d(7px, -7px, 0);
}

.home-project__visual {
  min-width: 0;
  margin: 0;
}

.home-browser {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #0b100e;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.home-browser__bar {
  display: grid;
  grid-template-columns: repeat(3, 8px) minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
}

.home-browser__bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.home-browser__bar small {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-browser img {
  width: 100%;
  aspect-ratio: 16 / 9.5;
  object-fit: cover;
  object-position: center top;
}

.home-panel-progress {
  position: fixed;
  top: calc(var(--home-panel-nav-height) + 50%);
  right: clamp(12px, 2vw, 28px);
  z-index: 80;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
  transition: opacity 220ms ease;
}

.home-panel-stage[data-active-home-panel="whats-next"] .home-panel-progress {
  opacity: 0;
  pointer-events: none;
}

.home-panel-progress__button {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.home-panel-progress__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  transform: translate(-50%, -50%);
  transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.home-panel-progress__button:hover::before,
.home-panel-progress__button:focus-visible::before {
  background: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%) scale(1.2);
}

.home-panel-progress__button.is-active::before {
  background: var(--bs-green);
  opacity: 1;
}

.home-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

@media (min-width: 720px) {
  .home-panel-stage {
    --home-panel-headline-size: 4rem;
    --home-panel-copy-size: 1.08rem;
    --home-project-name-size: 3.2rem;
    --home-project-headline-size: 1.65rem;
    --home-project-description-size: 1rem;
  }
}

@media (min-width: 980px) {
  .home-panel-stage {
    --home-panel-headline-size: 5.6rem;
    --home-project-name-size: 4.2rem;
    --home-project-headline-size: 1.9rem;
    --home-project-description-size: 1.04rem;
  }
}

@media (min-width: 1280px) {
  .home-panel-stage {
    --home-panel-headline-size: 6.1rem;
    --home-project-name-size: 4.8rem;
    --home-project-headline-size: 2.15rem;
    --home-project-description-size: 1.08rem;
  }
}

@media (max-width: 920px) {
  .home-panel {
    padding: 28px 22px 34px;
  }

  .home-project {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-project-panel--reversed .home-project__visual {
    order: 0;
  }

  .home-browser img {
    max-height: 34vh;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 719px) {
  .home-panel {
    padding: 24px 18px 30px;
  }

  .home-panel__headline {
    line-height: 1;
  }

  .home-panel__copy {
    margin-top: 18px;
    line-height: 1.6;
  }

  .home-panel-progress {
    right: 10px;
    gap: 8px;
  }

  .home-panel-progress__button {
    width: 26px;
    height: 26px;
  }

  .home-panel-progress__button::before {
    width: 8px;
    height: 8px;
  }

  .home-founder-link {
    left: 50%;
    bottom: clamp(1rem, 4svh, 1.8rem);
    width: 3.45rem;
    height: 3.45rem;
    transform: translateX(-50%);
  }

  .home-founder-link:hover,
  .home-founder-link:focus-visible {
    transform: translate(-50%, -2px);
  }

  .home-founder-link--rodrigo {
    left: calc(50% + 4.325rem);
  }

  .home-founder-link__photo {
    width: 2.82rem;
    height: 2.82rem;
  }

  .home-project {
    align-content: center;
  }

  .home-project__number {
    margin-bottom: 12px;
  }

  .home-project__name {
    margin-top: 10px;
  }

  .home-project__headline {
    margin-top: 16px;
    line-height: 1.14;
  }

  .home-project__description {
    margin-top: 10px;
    line-height: 1.55;
  }

  .home-project__link {
    min-height: 40px;
    margin-top: 18px;
  }

  .home-browser__bar {
    min-height: 28px;
  }

  .home-browser img {
    max-height: 28vh;
  }
}

@media (max-width: 430px) {
  .home-panel-stage {
    --home-panel-headline-size: 2.45rem;
    --home-project-name-size: 1.92rem;
    --home-project-headline-size: 1.14rem;
    --home-project-description-size: 0.9rem;
  }
}

@media (max-height: 760px) and (min-width: 900px) {
  .home-project {
    gap: 36px;
  }

  .home-browser img {
    aspect-ratio: 16 / 8.4;
  }

  .home-project__headline {
    margin-top: 18px;
  }

  .home-project__description {
    line-height: 1.55;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-panel {
    filter: none;
    transition: none;
  }

  .home-panel.is-before,
  .home-panel.is-after {
    transform: none;
  }

  .home-next-teaser__content,
  .home-next-teaser.is-active .home-next-teaser__content,
  .home-next-teaser__arrow,
  .home-next-teaser__arrow:hover,
  .home-next-teaser__arrow:focus-visible {
    transition: none;
    transform: none;
  }
}

.page-hero h1 {
  margin: 0;
  color: var(--bs-ink);
  font-size: 3.05rem;
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  will-change: transform;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--bs-green);
  color: #00170d;
  box-shadow: 0 12px 30px rgba(0, 198, 118, 0.25);
}

.button.primary:hover {
  box-shadow: 0 16px 38px rgba(0, 198, 118, 0.3);
}

.button.green {
  background: var(--bs-green);
  color: #00170d;
  box-shadow: 0 12px 28px rgba(0, 198, 118, 0.25);
}

.button.ghost {
  background: #ffffff;
  color: var(--bs-ink);
  border-color: var(--bs-line);
}

.button.dark-ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.button.full {
  width: 100%;
}

.trust-section {
  padding: 22px 0;
  background: #ffffff;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  align-items: center;
  justify-items: center;
  padding: 20px 22px;
  border: 1px solid var(--bs-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 50%, rgba(0, 198, 118, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.88);
  box-shadow: var(--bs-shadow-soft);
}

.trust-copy {
  grid-column: 1 / -1;
  justify-self: start;
}

.trust-copy strong,
.trust-copy span {
  display: block;
}

.trust-copy strong {
  color: var(--bs-ink);
  font-size: 0.95rem;
}

.trust-copy span {
  margin-top: 4px;
  color: var(--bs-muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.trust-logo {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(7, 17, 13, 0.64);
  font-weight: 850;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.trust-logo-link {
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 180ms ease, color 180ms ease, opacity 180ms ease;
}

.trust-logo-link:hover {
  color: rgba(7, 17, 13, 0.84);
  opacity: 1;
  transform: translateY(-2px);
}

.text-logo {
  font-size: clamp(0.82rem, 1.1vw, 1rem);
  letter-spacing: 0.02em;
}

.image-logo img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.62;
  transition: opacity 180ms ease, filter 180ms ease;
}

.image-logo span {
  font-size: clamp(0.82rem, 1.1vw, 1rem);
}

.trust-logo-link:hover img {
  filter: grayscale(0.4);
  opacity: 0.82;
}

.hero-visual {
  position: relative;
  min-height: 390px;
  padding: 0 0 46px;
}

.hero-visual::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 3%;
  bottom: 12px;
  height: 58px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #b8bdbf 0%, #8d9496 55%, #d8dcdd 100%);
  clip-path: polygon(9% 0, 91% 0, 100% 100%, 0 100%);
  box-shadow: 0 20px 34px rgba(7, 17, 13, 0.18);
  z-index: 0;
}

.device-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #cfdcd6;
  border-radius: 8px;
  background: #101915;
  box-shadow: 0 28px 90px rgba(7, 17, 13, 0.2);
  z-index: 1;
}

.device-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #0b1611;
}

.device-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #27362f;
}

.device-dot.green {
  background: var(--bs-green);
}

.device-screen {
  aspect-ratio: 16 / 9;
  background: #ffffff;
}

.device-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.mock-site-screen {
  overflow: hidden;
  background: #f9fbfa;
}

.mock-site {
  display: grid;
  height: 100%;
  grid-template-rows: 66% 34%;
  font-family: "Manrope", Arial, sans-serif;
}

.mock-site-hero {
  position: relative;
  display: grid;
  align-content: center;
  padding: 28px 32px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(6, 16, 12, 0.92), rgba(6, 16, 12, 0.62)),
    linear-gradient(135deg, #273c32 0%, #0a1510 48%, #1d8a60 100%);
}

.mock-site-hero::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 0;
  width: 44%;
  height: 80%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, 0.12) 45% 50%, transparent 50%),
    linear-gradient(0deg, transparent 58%, rgba(255, 255, 255, 0.14) 58% 63%, transparent 63%);
  clip-path: polygon(18% 30%, 58% 4%, 100% 28%, 100% 100%, 18% 100%);
  opacity: 0.8;
}

.mock-site-nav {
  position: absolute;
  top: 16px;
  left: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.58rem;
  font-weight: 800;
}

.mock-site-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
}

.mock-site-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bs-green);
}

.mock-site-links {
  display: flex;
  gap: 14px;
}

.mock-site-copy {
  position: relative;
  z-index: 1;
  max-width: 270px;
}

.mock-site-copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
  font-weight: 800;
}

.mock-site-copy strong {
  display: block;
  margin-top: 8px;
  font-size: 1.65rem;
  line-height: 1.08;
}

.mock-site-copy span {
  display: inline-flex;
  margin-top: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  background: var(--bs-green);
  color: #00170d;
  font-size: 0.68rem;
  font-weight: 850;
}

.mock-site-services {
  padding: 20px 24px 22px;
  text-align: center;
}

.mock-site-services h4 {
  margin: 0 0 14px;
  color: var(--bs-ink);
  font-size: 0.82rem;
}

.mock-site-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mock-site-card {
  min-height: 54px;
  border: 1px solid var(--bs-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 198, 118, 0.12), transparent),
    #ffffff;
}

.floating-panel {
  position: absolute;
  right: 18px;
  bottom: 10px;
  width: min(260px, 70%);
  padding: 18px;
  border: 1px solid var(--bs-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--bs-shadow);
  backdrop-filter: blur(16px);
  z-index: 2;
}

.floating-panel small {
  display: block;
  color: var(--bs-muted);
  font-weight: 800;
}

.floating-panel strong {
  display: block;
  margin-top: 6px;
  font-size: 1.35rem;
}

.floating-panel p {
  margin: 8px 0 0;
  color: var(--bs-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.benefit-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-card,
.info-card,
.package-card,
.project-card,
.service-card,
.industry-card,
.contact-card,
.system-card,
.process-card {
  border: 1px solid var(--bs-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--bs-shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.benefit-card:hover,
.info-card:hover,
.package-card:hover,
.project-card:hover,
.service-card:hover,
.industry-card:hover,
.contact-card:hover,
.system-card:hover,
.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 198, 118, 0.42);
  box-shadow: var(--bs-shadow);
}

.benefit-card {
  padding: 20px;
}

.benefit-card strong,
.info-card strong {
  display: block;
  font-size: 1.02rem;
}

.benefit-card p,
.info-card p,
.process-card p,
.industry-card p {
  margin: 9px 0 0;
  color: var(--bs-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.package-grid {
  display: grid;
  gap: 18px;
}

.pricing-panel {
  padding: 28px 20px;
  border: 1px solid var(--bs-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 198, 118, 0.08), transparent 24%),
    #fbfdfc;
  box-shadow: var(--bs-shadow-soft);
}

.package-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
}

.package-card.featured {
  border-color: rgba(0, 198, 118, 0.5);
  box-shadow: 0 22px 70px rgba(0, 198, 118, 0.12);
}

.package-card.highlight {
  border-left: 6px solid var(--bs-green);
}

.package-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8f8f0;
  color: var(--bs-green-dark);
  font-size: 0.8rem;
  font-weight: 800;
}

.package-card h3 {
  margin: 20px 0 0;
  font-size: 1.35rem;
  line-height: 1.2;
}

.package-card p {
  margin: 12px 0 0;
  color: var(--bs-muted);
  line-height: 1.65;
}

.package-card .price {
  margin: 22px 0 0;
  color: #16875a;
  font-size: 2.25rem;
  font-weight: 850;
  line-height: 1;
}

.package-card .price span {
  color: var(--bs-muted);
  font-size: 0.95rem;
  font-weight: 750;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  color: #33413b;
  font-size: 0.93rem;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--bs-green);
  flex: 0 0 auto;
}

.package-card .button {
  margin-top: auto;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.why-maintenance-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

.why-panel {
  padding: 24px;
}

.why-list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.why-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
}

.why-check {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #e6f7ef;
  color: #19875d;
  font-size: 1rem;
  font-weight: 900;
}

.why-item strong {
  display: block;
  font-size: 0.98rem;
}

.why-item p {
  margin: 4px 0 0;
  color: var(--bs-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.maintenance-panel {
  padding: 24px;
  border-radius: 8px;
  background: #060b09;
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(7, 17, 13, 0.24);
}

.maintenance-panel h3 {
  margin: 0;
  font-size: 1.55rem;
}

.maintenance-panel h3::after,
.why-panel h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 12px;
  background: var(--bs-green);
}

.maintenance-grid {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.maintenance-plan {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.maintenance-plan strong {
  color: var(--bs-green-strong);
  font-size: 1rem;
}

.maintenance-price {
  margin: 8px 0 10px;
  color: var(--bs-green-strong);
  font-size: 1.75rem;
  font-weight: 850;
}

.maintenance-price span {
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
}

.maintenance-plan p,
.maintenance-note {
  color: #d5ddd9;
  line-height: 1.6;
}

.maintenance-panel .check-list {
  margin: 14px 0 0;
}

.maintenance-panel .check-list li {
  color: #ffffff;
  font-size: 0.86rem;
}

.maintenance-note {
  margin: 18px 0 0;
  font-size: 0.86rem;
}

.cta-band.light {
  background:
    radial-gradient(circle at 88% 50%, rgba(0, 198, 118, 0.16), transparent 30%),
    #eef9f4;
  color: var(--bs-ink);
}

.cta-band.light p {
  color: #31463c;
}

.info-card,
.process-card,
.service-card,
.industry-card,
.contact-card,
.system-card {
  padding: 22px;
}

.process-card {
  position: relative;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--bs-ink);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 850;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 58px 28px;
  border-radius: 8px;
  background: var(--bs-nav);
  color: #ffffff;
}

.cta-band h2 {
  margin: 0;
  max-width: 760px;
  font-size: 2.35rem;
  line-height: 1.08;
}

.cta-band p {
  margin: 16px 0 0;
  max-width: 650px;
  color: #b9c5bf;
  line-height: 1.75;
}

.page-hero {
  padding: 86px 0 56px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.page-hero-grid {
  display: grid;
  gap: 32px;
  align-items: end;
}

.page-hero h1 {
  max-width: 850px;
}

.page-hero p {
  margin: 22px 0 0;
  max-width: 720px;
  color: var(--bs-muted);
  font-size: 1.1rem;
  line-height: 1.75;
}

.hero-metric-row {
  display: grid;
  gap: 12px;
}

.hero-metric {
  padding: 18px;
  border: 1px solid var(--bs-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--bs-shadow-soft);
}

.hero-metric strong {
  display: block;
  font-size: 1.55rem;
}

.hero-metric span {
  display: block;
  margin-top: 6px;
  color: var(--bs-muted);
  font-size: 0.9rem;
}

.project-grid {
  display: grid;
  gap: 20px;
}

.project-card {
  overflow: hidden;
}

.project-card.large {
  display: grid;
}

.project-media {
  overflow: hidden;
  background: #f1f5f3;
}

.project-media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: left top;
  transition: transform 260ms ease;
}

.project-card:hover .project-media img {
  transform: scale(1.025);
}

.project-body {
  padding: 24px;
}

.project-body h3,
.service-card h3,
.system-card h3,
.industry-card h3,
.contact-card h3,
.process-card h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.25;
}

.project-body p,
.service-card p,
.system-card p,
.contact-card p {
  margin: 12px 0 0;
  color: var(--bs-muted);
  line-height: 1.65;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf5f1;
  color: #31463c;
  font-size: 0.78rem;
  font-weight: 800;
}

.project-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--bs-green-dark);
  font-weight: 850;
  text-decoration: none;
}

.split-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.screenshot-stack {
  display: grid;
  gap: 14px;
}

.screenshot-stack img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
  border: 1px solid var(--bs-line);
  border-radius: 8px;
  box-shadow: var(--bs-shadow-soft);
}

.enterprise-panel {
  padding: 26px;
  border-radius: 8px;
  background: #07110d;
  color: #ffffff;
  box-shadow: var(--bs-shadow);
}

.enterprise-panel .section-title {
  color: #ffffff;
  font-size: 2rem;
}

.enterprise-panel p {
  color: #b9c5bf;
}

.module-grid {
  display: grid;
  gap: 14px;
}

.module-item {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.module-item strong {
  display: block;
}

.module-item span {
  display: block;
  margin-top: 8px;
  color: #b9c5bf;
  line-height: 1.55;
}

.industry-grid {
  display: grid;
  gap: 14px;
}

.industry-card {
  min-height: 180px;
}

.industry-card .industry-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--bs-green-dark);
  font-weight: 850;
}

.about-copy {
  max-width: 850px;
}

.about-copy p {
  color: var(--bs-muted);
  font-size: 1.03rem;
  line-height: 1.85;
}

.contact-grid {
  display: grid;
  gap: 18px;
}

.quote-panel {
  padding: 28px;
  border: 1px solid var(--bs-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--bs-shadow);
}

.quote-panel h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
}

.quote-panel p {
  color: var(--bs-muted);
  line-height: 1.7;
}

.footer {
  padding: 42px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #060b09;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.footer-inner {
  display: grid;
  gap: 18px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 750;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.portfolio-page {
  background:
    radial-gradient(circle at 84% 7%, rgba(0, 198, 118, 0.1), transparent 26%),
    #ffffff;
}

.portfolio-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.portfolio-hero {
  padding: clamp(34px, 5.2vw, 62px) 0 28px;
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 198, 118, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.portfolio-hero-inner {
  max-width: 1060px;
}

.portfolio-hero h1 {
  margin: 0;
  max-width: 1060px;
  color: var(--bs-ink);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.94;
}

.portfolio-hero-line {
  margin: 18px 0 0;
  color: #16875a;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 850;
  line-height: 1.25;
}

.portfolio-hero-copy {
  margin: 16px 0 0;
  max-width: 680px;
  color: var(--bs-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.portfolio-section {
  padding: clamp(48px, 6vw, 78px) 0;
}

.portfolio-hero + .portfolio-section {
  padding-top: clamp(38px, 4.6vw, 58px);
}

.portfolio-section-soft {
  background:
    radial-gradient(circle at 90% 12%, rgba(0, 198, 118, 0.09), transparent 24%),
    #f7faf8;
}

.portfolio-section-heading {
  max-width: 840px;
  margin-bottom: 24px;
}

.portfolio-section-heading h2,
.capabilities-layout h2 {
  margin: 0;
  color: var(--bs-ink);
  font-size: clamp(2rem, 3.4vw, 3.05rem);
  font-weight: 850;
  line-height: 1.02;
}

.portfolio-section-heading p:not(.eyebrow),
.capabilities-layout p {
  margin: 16px 0 0;
  max-width: 760px;
  color: var(--bs-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.featured-work-list {
  display: grid;
  gap: 28px;
}

.featured-work-card,
.work-grid-card,
.capabilities-layout,
.portfolio-cta {
  border: 1px solid rgba(7, 17, 13, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--bs-shadow-soft);
}

.featured-work-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.featured-work-card:hover,
.work-grid-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 198, 118, 0.36);
  box-shadow: var(--bs-shadow);
}

.browser-preview {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #f6faf8;
}

.browser-bar {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid var(--bs-line);
  background: linear-gradient(180deg, #ffffff, #f3f7f5);
}

.browser-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d9e2de;
}

.browser-bar span:first-child {
  background: #ff6b5f;
}

.browser-bar span:nth-child(2) {
  background: #f4c24f;
}

.browser-bar span:nth-child(3) {
  background: var(--bs-green);
}

.browser-bar small {
  min-width: 0;
  margin-left: 6px;
  overflow: hidden;
  color: #788780;
  font-size: 0.76rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-preview img {
  width: 100%;
  aspect-ratio: 1440 / 940;
  height: auto;
  object-fit: contain;
  object-position: left top;
  background: #ffffff;
  transition: transform 260ms ease, filter 260ms ease;
}

.featured-work-card:hover .browser-preview img,
.work-grid-card:hover .browser-preview img {
  transform: scale(1.012);
  filter: saturate(1.03) contrast(1.02);
}

.work-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 46px);
}

.work-category {
  color: #16875a;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-transform: uppercase;
}

.work-copy h3,
.work-grid-body h3 {
  margin: 12px 0 0;
  color: var(--bs-ink);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  font-weight: 850;
  line-height: 1.02;
}

.work-copy p,
.work-grid-body p {
  margin: 16px 0 0;
  color: var(--bs-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.portfolio-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(0, 198, 118, 0.18);
  border-radius: 999px;
  background: #eef8f3;
  color: #31463c;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
}

.portfolio-live-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 26px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--bs-green);
  color: #00170d;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 198, 118, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.portfolio-live-link:hover {
  transform: translateY(-2px);
  background: var(--bs-green-strong);
  box-shadow: 0 16px 38px rgba(0, 198, 118, 0.28);
}

.portfolio-live-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.additional-work-grid {
  display: grid;
  gap: 20px;
  align-items: start;
}

.work-grid-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-self: start;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.compact-preview img {
  aspect-ratio: 1440 / 940;
}

.work-grid-body {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 24px;
}

.work-grid-body h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.work-grid-body p {
  font-size: 0.94rem;
}

.small-link {
  min-height: 38px;
  margin-top: 20px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 0.82rem;
}

.capabilities-layout {
  display: grid;
  gap: 28px;
  padding: clamp(24px, 4vw, 40px);
  background:
    radial-gradient(circle at 96% 0%, rgba(0, 198, 118, 0.1), transparent 30%),
    #ffffff;
}

.capability-grid {
  display: grid;
  gap: 10px;
}

.capability-grid span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--bs-line);
  border-radius: 10px;
  background: #f8fbf9;
  color: #26342e;
  font-size: 0.92rem;
  font-weight: 850;
}

.portfolio-cta {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 88% 50%, rgba(0, 198, 118, 0.16), transparent 28%),
    #ffffff;
}

.portfolio-cta h2 {
  margin: 0;
  color: var(--bs-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}

.portfolio-cta p {
  margin: 12px 0 0;
  max-width: 620px;
  color: var(--bs-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

body.agency-page.premium-page {
  --premium-title-size: 3.05rem;
  --premium-section-title-size: 2.2rem;
  --premium-card-radius: 18px;
  background:
    radial-gradient(circle at 70% -10%, rgba(0, 198, 118, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--bs-paper) 48%, #ffffff 100%);
  color: var(--bs-ink);
}

.premium-page .container {
  width: min(1180px, calc(100% - 40px));
}

.premium-page .page-main {
  background:
    radial-gradient(circle at 18% 4%, rgba(7, 17, 13, 0.04), transparent 25%),
    transparent;
}

.premium-page .page-hero,
.premium-page .portfolio-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 76px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0, 198, 118, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 246, 0.92));
}

.premium-page .page-hero::after,
.premium-page .portfolio-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 12%;
  width: min(520px, 42vw);
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(7, 17, 13, 0.08), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.premium-page .page-hero-grid {
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 42px;
}

.premium-page .eyebrow {
  color: var(--bs-green-dark);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-page .eyebrow::before {
  width: 7px;
  height: 7px;
  box-shadow: none;
}

.premium-page .page-hero h1,
.premium-page .portfolio-hero h1 {
  max-width: 980px;
  color: #06100c;
  font-size: var(--premium-title-size);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: 0;
}

.premium-page .page-hero p,
.premium-page .portfolio-hero-copy {
  max-width: 680px;
  color: rgba(7, 17, 13, 0.62);
  font-size: 1.08rem;
  line-height: 1.76;
}

.premium-page .portfolio-hero-line {
  color: #16875a;
  font-size: 1.18rem;
  font-weight: 800;
}

.premium-page .section,
.premium-page .portfolio-section {
  padding: 90px 0;
}

.premium-page .section.soft,
.premium-page .portfolio-section-soft {
  background:
    radial-gradient(circle at 88% 4%, rgba(0, 198, 118, 0.08), transparent 25%),
    #f5f8f6;
}

.premium-page .section.dark {
  background:
    radial-gradient(circle at 74% 0%, rgba(0, 198, 118, 0.16), transparent 32%),
    linear-gradient(180deg, #07110d 0%, #020403 100%);
  color: #ffffff;
}

.premium-page .section-header {
  max-width: 850px;
  margin-bottom: 42px;
}

.premium-page .section-title,
.premium-page .portfolio-section-heading h2,
.premium-page .capabilities-layout h2 {
  color: #06100c;
  font-size: var(--premium-section-title-size);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}

.premium-page .section.dark .section-title {
  color: #ffffff;
}

.premium-page .section-copy,
.premium-page .portfolio-section-heading p:not(.eyebrow),
.premium-page .capabilities-layout p,
.premium-page .about-copy p {
  color: rgba(7, 17, 13, 0.62);
  font-size: 1.02rem;
  line-height: 1.76;
}

.premium-page .section.dark .section-copy,
.premium-page .module-item span {
  color: rgba(255, 255, 255, 0.68);
}

.premium-page .button,
.premium-page .portfolio-live-link,
.premium-page .project-link,
.premium-page .auth-button {
  font-weight: 750;
}

.premium-page .button {
  min-height: 46px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 999px;
}

.premium-page .button.primary,
.premium-page .button.green {
  box-shadow: 0 14px 34px rgba(0, 198, 118, 0.22);
}

.premium-page .button.ghost {
  border-color: rgba(7, 17, 13, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(7, 17, 13, 0.05);
}

.premium-page .button.dark-ghost {
  color: var(--bs-ink);
  border-color: rgba(7, 17, 13, 0.1);
  background: rgba(255, 255, 255, 0.72);
}

.premium-page .benefit-card,
.premium-page .info-card,
.premium-page .package-card,
.premium-page .project-card,
.premium-page .service-card,
.premium-page .industry-card,
.premium-page .contact-card,
.premium-page .system-card,
.premium-page .process-card,
.premium-page .quote-panel,
.premium-page .enterprise-panel,
.premium-page .featured-work-card,
.premium-page .work-grid-card,
.premium-page .capabilities-layout,
.premium-page .portfolio-cta,
.premium-page .hero-metric {
  border: 1px solid rgba(7, 17, 13, 0.08);
  border-radius: var(--premium-card-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78));
  box-shadow: 0 20px 60px rgba(7, 17, 13, 0.08);
}

.premium-page .enterprise-panel,
.premium-page .section.dark .module-item {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 198, 118, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.045);
}

.premium-page .enterprise-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 198, 118, 0.14), transparent 36%),
    #07110d;
  color: #ffffff;
}

.premium-page .enterprise-panel .section-title {
  color: #ffffff;
}

.premium-page .enterprise-panel p {
  color: rgba(255, 255, 255, 0.68);
}

.premium-page .benefit-card:hover,
.premium-page .info-card:hover,
.premium-page .package-card:hover,
.premium-page .project-card:hover,
.premium-page .service-card:hover,
.premium-page .industry-card:hover,
.premium-page .contact-card:hover,
.premium-page .system-card:hover,
.premium-page .process-card:hover,
.premium-page .featured-work-card:hover,
.premium-page .work-grid-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 198, 118, 0.28);
  box-shadow: 0 26px 72px rgba(7, 17, 13, 0.11);
}

.premium-page .browser-preview,
.premium-page .device-frame,
.premium-page .screenshot-stack img {
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(7, 17, 13, 0.11);
}

.premium-page .browser-bar {
  border-color: rgba(7, 17, 13, 0.08);
  background: rgba(255, 255, 255, 0.88);
}

.premium-page .featured-work-card,
.premium-page .work-grid-card {
  overflow: hidden;
}

.premium-page .work-copy h3,
.premium-page .work-grid-body h3,
.premium-page .project-body h3,
.premium-page .system-card h3,
.premium-page .industry-card h3,
.premium-page .contact-card h3 {
  color: #06100c;
  font-weight: 850;
  letter-spacing: 0;
}

.premium-page .portfolio-tags span,
.premium-page .tag,
.premium-page .package-badge {
  border-color: rgba(0, 198, 118, 0.16);
  background: rgba(0, 198, 118, 0.08);
  color: #126244;
}

.premium-page .cta-band {
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 8%, rgba(0, 198, 118, 0.2), transparent 36%),
    linear-gradient(135deg, #07110d 0%, #020403 100%);
  box-shadow: 0 28px 90px rgba(7, 17, 13, 0.18);
}

.premium-page .portfolio-cta {
  border-radius: 22px;
}

.premium-page .footer {
  border-top-color: rgba(7, 17, 13, 0.08);
  background: #07110d;
}

.policy-page .policy-hero {
  padding: 110px 0 64px;
  text-align: center;
}

.policy-page .policy-hero h1 {
  margin: 0;
  color: #06100c;
  font-size: var(--premium-title-size);
  font-weight: 850;
  line-height: 1;
}

.policy-page .policy-hero p {
  max-width: 820px;
  margin: 22px auto 0;
  color: rgba(7, 17, 13, 0.62);
  font-size: 1.04rem;
  line-height: 1.76;
}

.policy-page .policy-date {
  display: block;
  margin-top: 22px;
  color: rgba(7, 17, 13, 0.46);
  font-size: 0.9rem;
  font-weight: 650;
}

.policy-content {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 84px;
}

.policy-section {
  padding: 30px 0;
  border-top: 1px solid rgba(7, 17, 13, 0.08);
}

.policy-section:first-child {
  border-top: 0;
}

.policy-section h2 {
  margin: 0;
  color: #06100c;
  font-size: 1.35rem;
  line-height: 1.18;
}

.policy-section p {
  margin: 14px 0 0;
  color: rgba(7, 17, 13, 0.68);
  line-height: 1.82;
}

.policy-section a:not(.button) {
  color: var(--bs-green-dark);
  font-weight: 750;
  text-underline-offset: 4px;
}

.policy-section .button {
  margin-top: 18px;
}

.auth-page {
  background:
    radial-gradient(circle at 78% 0%, rgba(0, 198, 118, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f8f6 100%);
}

.auth-shell {
  min-height: calc(100vh - 72px);
  padding: 76px 0;
}

.auth-layout {
  display: grid;
  width: min(1120px, calc(100% - 40px));
  min-height: calc(100vh - 224px);
  margin: 0 auto;
  gap: 36px;
  align-items: center;
}

.auth-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #06100c;
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.auth-brand-link img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.auth-intro {
  margin-top: 48px;
}

.auth-chip {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  width: fit-content;
  padding: 0 12px;
  border: 1px solid rgba(0, 198, 118, 0.18);
  border-radius: 999px;
  background: rgba(0, 198, 118, 0.08);
  color: #126244;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-intro h1 {
  max-width: 660px;
  margin: 22px 0 0;
  color: #06100c;
  font-size: var(--premium-title-size);
  font-weight: 850;
  line-height: 0.98;
}

.auth-intro p {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(7, 17, 13, 0.62);
  font-size: 1.08rem;
  line-height: 1.76;
}

.auth-card {
  padding: 30px;
  border: 1px solid rgba(7, 17, 13, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 90px rgba(7, 17, 13, 0.11);
}

.auth-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.auth-header img {
  width: 48px;
  height: 48px;
  padding: 8px;
  border: 1px solid rgba(0, 198, 118, 0.18);
  border-radius: 14px;
  background: rgba(0, 198, 118, 0.08);
  object-fit: contain;
}

.auth-header h2 {
  margin: 0;
  color: #06100c;
  font-size: 1.55rem;
}

.auth-header p {
  margin: 4px 0 0;
  color: rgba(7, 17, 13, 0.52);
  font-size: 0.9rem;
}

.auth-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.auth-label {
  display: grid;
  gap: 8px;
}

.auth-label span {
  color: rgba(7, 17, 13, 0.58);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-field {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(7, 17, 13, 0.12);
  border-radius: 12px;
  background: #ffffff;
  color: #06100c;
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field:focus {
  border-color: rgba(0, 198, 118, 0.58);
  box-shadow: 0 0 0 4px rgba(0, 198, 118, 0.1);
}

.auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: #06100c;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.auth-button:hover {
  background: #0f2017;
  transform: translateY(-1px);
}

.auth-button.secondary {
  width: auto;
  padding: 0 18px;
  border: 1px solid rgba(7, 17, 13, 0.12);
  background: #ffffff;
  color: #06100c;
}

.auth-button.secondary:hover {
  background: #f5f8f6;
}

.auth-button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.auth-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(7, 17, 13, 0.08);
}

.auth-link {
  border: 0;
  background: transparent;
  color: var(--bs-green-dark);
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
}

.auth-link:hover {
  color: #06100c;
}

.message-box {
  padding: 14px 16px;
  border: 1px solid rgba(0, 198, 118, 0.18);
  border-radius: 14px;
  background: rgba(0, 198, 118, 0.08);
  color: #126244;
  line-height: 1.6;
}

.message-box.error {
  border-color: rgba(191, 47, 47, 0.28);
  background: rgba(191, 47, 47, 0.08);
  color: #912121;
}

.message-box.success {
  border-color: rgba(0, 198, 118, 0.28);
  background: rgba(0, 198, 118, 0.1);
  color: #126244;
}

.hidden {
  display: none !important;
}

@media (min-width: 720px) {
  body.agency-page.premium-page {
    --premium-title-size: 4.45rem;
    --premium-section-title-size: 3.05rem;
  }
}

@media (min-width: 980px) {
  body.agency-page.premium-page {
    --premium-title-size: 4.75rem;
    --premium-section-title-size: 3.45rem;
  }

  .premium-page .page-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  }

  .auth-layout {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (max-width: 719px) {
  .premium-page .container,
  .premium-page .portfolio-container,
  .policy-content,
  .auth-layout {
    width: min(100% - 32px, 1180px);
  }

  .premium-page .page-hero,
  .premium-page .portfolio-hero,
  .policy-page .policy-hero {
    padding-top: 72px;
    padding-bottom: 52px;
  }

  .premium-page .section,
  .premium-page .portfolio-section {
    padding: 58px 0;
  }

  .premium-page .page-hero p,
  .premium-page .portfolio-hero-copy,
  .auth-intro p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .auth-shell {
    padding: 46px 0 64px;
  }

  .auth-layout {
    min-height: auto;
  }

  .auth-card {
    padding: 22px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 720px) {
  .section {
    padding: 92px 0;
  }

  .home-hero {
    --home-hero-title-size: 4.6rem;
    --home-hero-subtitle-size: 1.18rem;
    padding: 72px 32px;
  }

  .home-hero__line {
    display: block;
  }

  .page-hero h1 {
    font-size: 4.25rem;
  }

  .page-hero-grid,
  .split-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  }

  .trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .trust-copy {
    flex: 0 0 100%;
    justify-self: center;
    text-align: center;
  }

  .trust-logo {
    flex: 0 1 170px;
  }

  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid,
  .contact-grid,
  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card.large {
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr);
  }

  .project-card.large .project-media {
    min-height: 390px;
  }

  .hero-metric-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 560px) and (max-width: 719px) {
  .home-hero {
    --home-hero-title-size: 3.35rem;
  }
}

@media (min-width: 980px) {
  .trust-strip {
    display: grid;
    grid-template-columns: 1.2fr repeat(5, minmax(0, 1fr));
    justify-items: stretch;
  }

  .trust-copy {
    flex: initial;
    grid-column: auto;
    justify-self: start;
    text-align: left;
  }

  .trust-logo {
    flex: initial;
  }

  .page-hero h1 {
    font-size: 4.1rem;
  }

  .home-hero {
    --home-hero-title-size: 6.05rem;
    --home-hero-subtitle-size: 1.25rem;
  }

  .section-title {
    font-size: 3rem;
  }

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

  .pricing-panel {
    padding: 34px 26px;
  }

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

  .card-grid.five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

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

  .contact-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .why-maintenance-grid {
    grid-template-columns: 0.85fr 1.15fr;
  }

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

@media (min-width: 1280px) {
  .home-hero {
    --home-hero-title-size: 6.95rem;
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  .home-hero {
    --home-hero-title-size: 5.4rem;
    --home-hero-subtitle-size: 1.12rem;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .button {
    min-height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 0.88rem;
  }
}

@media (max-width: 719px) {
  .page-hero h1 {
    font-size: 2.58rem;
  }

  .page-hero p {
    font-size: 1.02rem;
    line-height: 1.68;
  }

  .floating-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .button {
    width: 100%;
  }

  .cta-band {
    padding: 38px 20px;
  }

  .cta-band h2 {
    font-size: 2rem;
  }
}

@media (max-width: 430px) {
  .home-hero {
    --home-hero-title-size: 1.9rem;
    --home-hero-subtitle-size: 1rem;
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-hero__headline {
    margin-top: 20px;
  }

  .home-hero__subheadline {
    margin-top: 24px;
  }

  .home-founder-link {
    bottom: 1rem;
    width: 3.25rem;
    height: 3.25rem;
  }

  .home-founder-link--rodrigo {
    left: calc(50% + 4.05rem);
  }

  .home-founder-link__photo {
    width: 2.65rem;
    height: 2.65rem;
  }
}

@media (max-width: 360px) {
  .home-hero {
    --home-hero-title-size: 1.68rem;
  }
}

@media (min-width: 720px) {
  .additional-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .featured-work-card {
    grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
    align-items: stretch;
  }

  .featured-work-card.is-reversed .browser-preview {
    order: 2;
  }

  .featured-work-card.is-reversed .work-copy {
    order: 1;
  }

  .browser-preview {
    min-height: 100%;
  }

  .featured-work-card .browser-preview img {
    height: 100%;
  }

  .additional-work-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .capabilities-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    align-items: center;
  }

  .portfolio-cta {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 719px) {
  .trust-strip .trust-logo:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .portfolio-container {
    width: min(100% - 32px, 1320px);
  }

  .portfolio-hero {
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .portfolio-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.05rem);
    line-height: 0.98;
  }

  .portfolio-hero-line {
    margin-top: 14px;
    font-size: 1rem;
  }

  .portfolio-hero-copy {
    margin-top: 14px;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .portfolio-section {
    padding: 38px 0;
  }

  .portfolio-hero + .portfolio-section {
    padding-top: 32px;
  }

  .portfolio-section-heading {
    margin-bottom: 18px;
  }

  .portfolio-section-heading h2,
  .capabilities-layout h2 {
    font-size: 1.85rem;
    line-height: 1.04;
  }

  .portfolio-section-heading p:not(.eyebrow),
  .capabilities-layout p {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .featured-work-list {
    gap: 18px;
  }

  .browser-bar {
    min-height: 34px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .browser-bar small {
    font-size: 0.68rem;
  }

  .work-copy,
  .work-grid-body {
    padding: 20px;
  }

  .portfolio-tags {
    gap: 7px;
    margin-top: 18px;
  }

  .portfolio-tags span {
    min-height: 28px;
    font-size: 0.72rem;
  }

  .portfolio-live-link {
    width: 100%;
  }

  .capabilities-layout,
  .portfolio-cta {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Shared navigation dropdowns */
#site-header .bs-nav-group{position:relative;display:inline-flex;align-items:center}
#site-header .bs-nav-dropdown-toggle{display:inline-flex;min-height:2.28rem;align-items:center;gap:.32rem;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}
#site-header .bs-nav-dropdown-toggle svg{width:.78rem;height:.78rem;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform 180ms ease}
#site-header .bs-nav-group.is-open .bs-nav-dropdown-toggle svg{transform:rotate(180deg)}
#site-header .bs-nav-dropdown-toggle:hover,#site-header .bs-nav-dropdown-toggle[aria-current="page"],#site-header .bs-nav-group.is-current .bs-nav-dropdown-toggle{color:var(--bs-ink)}
#site-header .bs-nav-dropdown{position:absolute;top:calc(100% + .72rem);left:50%;z-index:120;display:grid;width:min(340px,calc(100vw - 32px));gap:.18rem;padding:.54rem;border:1px solid rgba(7,17,13,.1);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 24px 70px rgba(7,17,13,.14);opacity:0;pointer-events:none;transform:translate(-50%,-8px);transition:opacity 180ms ease,transform 180ms ease;backdrop-filter:blur(22px)}
#site-header .bs-nav-group.is-open .bs-nav-dropdown{opacity:1;pointer-events:auto;transform:translate(-50%,0)}
#site-header .bs-nav-dropdown a{display:grid;gap:.22rem;min-height:auto;padding:.8rem .86rem;border-radius:12px;white-space:normal}
#site-header .bs-nav-dropdown a:hover,#site-header .bs-nav-dropdown a[aria-current="page"]{background:rgba(0,198,118,.08)}
#site-header .bs-nav-dropdown strong{color:var(--bs-ink);font-size:.84rem;font-weight:750}
#site-header .bs-nav-dropdown small{color:rgba(7,17,13,.55);font-size:.69rem;font-weight:500;line-height:1.4}
/* Store */
.store-page .page-main{background:linear-gradient(180deg,#fbfcfb 0%,#fff 52%,#f6f8f6 100%)}
.store-hero{position:relative;overflow:hidden;padding:clamp(82px,9vw,122px) 0 clamp(38px,5vw,62px);background:linear-gradient(180deg,#fff 0%,#fbfcfb 100%)}
.store-hero__inner{max-width:720px}
.store-hero h1{max-width:760px;margin:16px 0 0;color:var(--bs-ink);font-size:clamp(2.45rem,5.8vw,5.35rem);font-weight:820;line-height:.98;letter-spacing:0}
.store-hero p:not(.eyebrow){max-width:560px;margin:20px 0 0;color:var(--bs-muted);font-size:clamp(.98rem,1.4vw,1.12rem);line-height:1.68}
.store-catalog{padding:clamp(32px,5vw,58px) 0 clamp(84px,10vw,132px)}
.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:16px;width:min(760px,100%)}
.store-product-card{display:grid;min-width:0;min-height:218px;align-content:start;gap:16px;padding:18px;border:1px solid rgba(7,17,13,.1);border-radius:8px;background:rgba(255,255,255,.92);color:var(--bs-ink);text-decoration:none;box-shadow:0 14px 38px rgba(7,17,13,.055);transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease,background 180ms ease}
.store-product-card:hover,.store-product-card:focus-visible{border-color:rgba(0,198,118,.38);background:#fff;box-shadow:0 18px 48px rgba(7,17,13,.09);transform:translateY(-3px)}
.store-product-card__top{display:flex;align-items:center;gap:14px;min-width:0}
.store-product-card__icon{width:72px;height:72px;flex:0 0 auto;border-radius:18px;object-fit:cover;box-shadow:0 10px 28px rgba(7,17,13,.14)}
.store-product-card__identity{display:grid;min-width:0;gap:5px}
.store-product-card__identity h2{margin:0;color:var(--bs-ink);font-size:1.08rem;font-weight:780;line-height:1.15;letter-spacing:0}
.store-product-card__category{color:var(--bs-muted);font-size:.82rem;font-weight:620;line-height:1.35}
.store-product-card__meta{display:inline-flex;width:max-content;align-items:center;min-height:24px;padding:0 .56rem;border:1px solid rgba(7,17,13,.1);border-radius:999px;color:rgba(7,17,13,.58);font-size:.7rem;font-weight:720}
.store-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:2px}
.store-product-card__link{color:var(--bs-green-dark);font-size:.82rem;font-weight:740;line-height:1.25}
.store-product-card__arrow{color:rgba(7,17,13,.5);font-size:1.08rem;line-height:1;transition:transform 180ms ease,color 180ms ease}
.store-product-card:hover .store-product-card__arrow,.store-product-card:focus-visible .store-product-card__arrow{color:var(--bs-green-dark);transform:translate(2px,-2px)}

@media(max-width:900px){
#site-header .bs-nav-group{display:grid;width:100%}
#site-header .bs-nav-dropdown-toggle{width:100%;justify-content:space-between;padding:.82rem .78rem;border-radius:10px}
#site-header .bs-nav-dropdown-toggle:hover,#site-header .bs-nav-dropdown-toggle[aria-current="page"]{background:rgba(0,198,118,.08)}
#site-header .bs-nav-dropdown{position:static;display:none;width:100%;margin:.18rem 0 0;padding:.28rem 0 .28rem .8rem;border:0;border-left:1px solid rgba(0,198,118,.22);border-radius:0;background:transparent;box-shadow:none;opacity:1;pointer-events:auto;transform:none}
#site-header .bs-nav-group.is-open .bs-nav-dropdown{display:grid;transform:none}
}
