:root {
  color-scheme: light;
  --ink: #17211e;
  --muted: #61716b;
  --line: #dce5e1;
  --paper: #f6f8f6;
  --surface: #ffffff;
  --teal: #126253;
  --teal-dark: #10241f;
  --green: #4c8a59;
  --amber: #c9882f;
  --shadow: 0 24px 70px rgba(15, 36, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

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

svg {
  width: 1.1em;
  height: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-sprite {
  display: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(18px, 4vw, 56px);
  color: #ffffff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(23, 33, 30, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 10px;
  background: #c7ff3d;
  box-shadow: 0 10px 24px rgba(16, 36, 31, 0.18);
}

.brand-mark span {
  flex: 1;
  display: block;
  border-radius: 3px 3px 1px 1px;
  background: var(--teal-dark);
}

.brand-mark span:nth-child(1) {
  height: 9px;
}

.brand-mark span:nth-child(2) {
  height: 17px;
}

.brand-mark span:nth-child(3) {
  height: 13px;
}

.brand-text {
  font-size: 1.08rem;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: currentColor;
  font-size: 0.94rem;
  font-weight: 650;
  opacity: 0.86;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.14);
  opacity: 1;
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-open .site-nav a:hover {
  background: #edf3f0;
}

.header-access,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.header-access {
  grid-column: 3;
  justify-self: end;
  width: max-content;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
}

.site-header.is-scrolled .header-access,
.site-header.is-open .header-access {
  border-color: var(--line);
  background: var(--teal-dark);
  color: #ffffff;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: currentColor;
}

.menu-toggle svg:nth-child(2) {
  display: none;
}

.site-header.is-open .menu-toggle svg:nth-child(1) {
  display: none;
}

.site-header.is-open .menu-toggle svg:nth-child(2) {
  display: block;
}

.hero {
  position: relative;
  min-height: 82svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: 132px clamp(18px, 5vw, 72px) clamp(34px, 6vw, 70px);
  color: #ffffff;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 24, 20, 0.84) 0%, rgba(9, 24, 20, 0.66) 42%, rgba(9, 24, 20, 0.18) 100%),
    linear-gradient(180deg, rgba(9, 24, 20, 0.28) 0%, rgba(9, 24, 20, 0.16) 46%, rgba(9, 24, 20, 0.72) 100%);
}

.hero-content {
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #92d0a0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(4rem, 12vw, 9rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2.2vw, 1.42rem);
}


.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}


.button {
  min-width: 0;
  padding: 0 18px;
  border: 1px solid transparent;
  font-size: 0.96rem;
}

.button.primary {
  background: #ffffff;
  color: var(--teal-dark);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.button.large {
  min-height: 54px;
  padding-inline: 22px;
  background: var(--teal-dark);
  color: #ffffff;
  box-shadow: none;
}

.hero-status {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(22px, 4vw, 46px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: min(560px, calc(100% - 36px));
}

.hero-status span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 750;
  backdrop-filter: blur(12px);
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.signal-band div {
  min-height: 118px;
  padding: 26px clamp(18px, 3vw, 38px);
  border-right: 1px solid var(--line);
}

.signal-band div:last-child {
  border-right: 0;
}

.signal-band strong,
.signal-band span {
  display: block;
}

.signal-band strong {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.signal-band span {
  color: var(--muted);
}

.section {
  padding: clamp(70px, 9vw, 128px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(300px, 420px);
  column-gap: clamp(32px, 5vw, 72px);
  row-gap: 14px;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto 42px;
}

.section-heading p:not(.eyebrow),
.operation-copy p:not(.eyebrow),
.access p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading > .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.section-heading h2 {
  grid-column: 1;
  grid-row: 2;
  max-width: 760px;
  font-size: clamp(2.6rem, 4vw, 4.65rem);
}

.section-heading > p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  max-width: 410px;
  padding-bottom: 12px;
  line-height: 1.7;
}


.platform-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(620px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 34px;
}

.platform-copy {
  max-width: 500px;
}

.platform-copy h2 {
  margin: 0;
  font-size: clamp(2.35rem, 3.3vw, 4.15rem);
  line-height: 1.02;
}

.platform-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.platform-preview {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #eef3f0;
  box-shadow: var(--shadow);
}

.platform-preview img {
  width: 100%;
  aspect-ratio: 16 / 7.25;
  object-fit: cover;
  object-position: left top;
}
.feature-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.feature-card,
.case-grid article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 26px rgba(23, 33, 30, 0.04);
}


.feature-card p,
.case-grid p,
.flow-list p,
.security-list p {
  margin: 0;
  color: var(--muted);
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #edf4f1;
  color: var(--teal);
}

.feature-icon svg {
  width: 24px;
  height: 24px;
}

.operation {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: start;
  background: #eef3f0;
}

.operation-copy {
  max-width: 650px;
}

.operation-copy p:not(.eyebrow) {
  margin-top: 22px;
}

.flow-list {
  display: grid;
  gap: 10px;
}

.flow-list article {
  min-height: 116px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.flow-list span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--teal-dark);
  color: #ffffff;
  font-weight: 850;
}

.flow-list h3,
.security-list h3 {
  margin-bottom: 8px;
}

.use-cases {
  padding-top: clamp(36px, 5vw, 72px);
}

.section-heading.compact {
  grid-template-columns: 1fr;
  max-width: 860px;
  margin-bottom: 32px;
  text-align: center;
}

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

.case-grid article {
  min-height: 190px;
}



.case-grid h3 {
  padding-bottom: 14px;
  border-bottom: 3px solid var(--amber);
}

.security {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: start;
  background: var(--teal-dark);
  color: #ffffff;
}

.security .eyebrow {
  color: #92d0a0;
}

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

.security-list article {
  min-height: 120px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.security-list svg {
  width: 28px;
  height: 28px;
  color: #92d0a0;
}

.security-list p {
  color: rgba(255, 255, 255, 0.74);
}

.access {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(56px, 7vw, 92px) clamp(18px, 5vw, 72px);
  background: var(--surface);
}

.access > div {
  max-width: 760px;
}

.access .eyebrow {
  margin-bottom: 10px;
}

.access h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 14px;
}


.contacts {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(320px, 1fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: start;
  background: #ffffff;
}

.contacts h2 {
  max-width: 560px;
  font-size: clamp(2.2rem, 3.4vw, 3.9rem);
}

.contact-copy {
  display: grid;
  gap: 20px;
}

.contact-list {
  display: grid;
  gap: 12px;
  padding-top: 8px;
}

.contact-list a,
.contact-list address {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-style: normal;
  font-weight: 700;
}

.contact-list address {
  color: var(--muted);
  font-weight: 600;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  padding: 13px 14px;
  outline: none;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(18, 98, 83, 0.12);
}
.contact-list address {
  color: var(--muted);
  font-weight: 600;
}
.site-footer {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--paper);
}

.site-footer span {
  color: var(--ink);
  font-weight: 850;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-brand .brand-mark {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.site-footer a {
  font-weight: 750;
}

@media (max-width: 1180px) {
  .platform-showcase {
    grid-template-columns: 1fr;
  }

  .platform-copy {
    max-width: 780px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > .eyebrow,
  .section-heading h2,
  .section-heading > p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
    max-width: 780px;
    padding-bottom: 0;
  }
}

@media (max-width: 1040px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .signal-band div:nth-child(2) {
    border-right: 0;
  }

  .signal-band div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
    height: 66px;
  }

  .menu-toggle {
    display: none;
  }

  .header-access {
    display: inline-flex;
    grid-column: 2;
    justify-self: end;
    width: max-content;
  }

  .hero {
    min-height: 80svh;
    padding-top: 112px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(9, 24, 20, 0.6) 0%, rgba(9, 24, 20, 0.72) 45%, rgba(9, 24, 20, 0.86) 100%),
      linear-gradient(90deg, rgba(9, 24, 20, 0.62), rgba(9, 24, 20, 0.18));
  }

  .hero-status {
    position: static;
    justify-content: flex-start;
    margin-top: 28px;
  }

  .section-heading,
  .operation,
  .security,
  .contacts,
  .access {
    grid-template-columns: 1fr;
  }

  .section-heading > .eyebrow,
  .section-heading h2,
  .section-heading > p:not(.eyebrow) {
    grid-column: auto;
    max-width: none;
    padding-top: 0;
  }

  .access .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .brand-text {
    font-size: 1rem;
  }

  h1 {
    font-size: clamp(3.25rem, 18vw, 5rem);
  }

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

  .signal-band,
  .feature-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .signal-band div,
  .signal-band div:nth-child(2),
  .signal-band div:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-band div:last-child {
    border-bottom: 0;
  }

  .feature-card {
    min-height: 220px;
  }

  .flow-list article {
    grid-template-columns: 1fr;
  }

  .site-footer {
    min-height: 128px;
    flex-direction: column;
    justify-content: center;
  }
}

.whatsapp-float {
  position: fixed;
  z-index: 30;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 36, 31, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(16, 36, 31, 0.34);
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.7;
}
.legal-body {
  background: var(--paper);
}

.legal-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(18px, 5vw, 72px);
  background: var(--teal-dark);
  color: #ffffff;
}

.legal-main {
  padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.legal-document {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.legal-document h1 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.legal-updated {
  margin: 0 0 34px;
  color: var(--muted);
  font-weight: 700;
}

.legal-document section {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.legal-document h2 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.legal-document h3 {
  margin: 20px 0 8px;
  font-size: 1.08rem;
}

.legal-document p {
  max-width: 78ch;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-document a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-link {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  padding: 0;
}

.cookie-banner {
  position: fixed;
  z-index: 60;
  left: clamp(14px, 3vw, 34px);
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 34px);
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(15, 36, 31, 0.24);
  backdrop-filter: blur(16px);
}

.cookie-banner.is-visible {
  display: grid;
}

.cookie-banner h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.cookie-banner a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-actions button,
.cookie-preferences button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.cookie-actions button[data-cookie-accept],
.cookie-preferences button[data-cookie-save] {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  color: #ffffff;
}

.cookie-preferences {
  grid-column: 1 / -1;
  display: none;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.cookie-banner.is-configuring .cookie-preferences {
  display: grid;
}

.cookie-preferences label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
}

.cookie-preferences small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .legal-header,
  .site-footer.legal-footer {
    flex-direction: column;
    justify-content: center;
    padding-block: 18px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions button,
  .cookie-preferences button {
    flex: 1 1 140px;
  }
}