.mobile-float-wrap {
  animation: mobileFloat 3.6s ease-in-out infinite;
  will-change: transform;
}

@keyframes mobileFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-16px);
  }
  50% {
    transform: translateY(-34px);
  }
  75% {
    transform: translateY(-14px);
  }
}
@font-face {
  font-family: "SF Pro";
  src: url("/assets/fonts/SFPRODISPLAYREGULAR.OTF") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "SF Pro";
  src: url("/assets/fonts/SFPRODISPLAYMEDIUM.OTF") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "SF Pro";
  src: url("/assets/fonts/SFPRODISPLAYBOLD.OTF") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "SF Pro";
  src: url("/assets/fonts/SFPRODISPLAYLIGHTITALIC.OTF") format("opentype");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "SF Pro";
  src: url("/assets/fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF") format("opentype");
  font-style: italic;
  font-weight: 600;
}

:root {
  --design-w: 2120;
  --design-h: 21062;
  --nav-speed: 0;
  --bg-deep: #124533;
  --bg-mid: #2d7247;
  --bg-lime: #b5cc57;
  --text-main: #ffffff;
  --text-dark: #144734;
  --accent-gold: #d5b80f;
  --glass-border: rgba(255, 255, 255, 0.42);
  --glass-bg: rgba(255, 255, 255, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg-deep);
  color: var(--text-main);
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #2ea96a #1a4f3a;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #1a4f3a 0%, #124533 100%);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #34b272 0%, #1f6c47 100%);
  border: 2px solid #1a4f3a;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #42c980 0%, #278e5c 100%);
}

.viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bg-deep);
}

.canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--design-w) * 1px);
  height: calc(var(--design-h) * 1px);
  transform-origin: top left;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      1500px 1100px at 53% 23%,
      rgba(210, 238, 116, 0.3) 0%,
      rgba(210, 238, 116, 0) 68%
    ),
    radial-gradient(
      1220px 1080px at 34% 56%,
      rgba(174, 214, 97, 0.26) 0%,
      rgba(174, 214, 97, 0) 72%
    ),
    radial-gradient(
      1360px 980px at 70% 73%,
      rgba(120, 172, 87, 0.22) 0%,
      rgba(120, 172, 87, 0) 72%
    ),
    linear-gradient(
      180deg,
      var(--bg-deep) 0%,
      rgba(196, 220, 94, 0.64) 35.2%,
      rgba(36, 95, 51, 0.97) 76%,
      var(--bg-deep) 100%
    );
}

.abs {
  position: absolute;
  display: block;
}

.pc-feature-bg {
  height: auto !important;
  border: 2px solid rgba(0, 0, 0, 0.78);
  border-radius: 24px;
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  z-index: 0;
  pointer-events: none;
}

.pc-feature-tilt {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, filter;
  transition:
    transform 140ms linear,
    filter 220ms ease,
    box-shadow 260ms ease;
}

.copy-readable-light {
  color: #fff !important;
  z-index: 4;
  padding: 22px 26px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(20, 71, 52, 0.28) 0%,
    rgba(20, 71, 52, 0.68) 35%,
    rgba(20, 71, 52, 0.88) 100%
  );
  text-shadow:
    0 2px 6px rgba(7, 33, 23, 0.62),
    0 10px 22px rgba(7, 33, 23, 0.42);
  backdrop-filter: blur(2px);
}

.dashboard-3d-reactive {
  border: 2px solid rgba(0, 0, 0, 0.88);
  box-shadow:
    0 30px 56px rgba(0, 0, 0, 0.38),
    0 12px 24px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, filter;
  transition:
    transform 180ms linear,
    filter 220ms ease,
    box-shadow 240ms ease;
}

.blend-lum {
  mix-blend-mode: luminosity;
  opacity: 0.42;
}

.blend-soft {
  mix-blend-mode: soft-light;
}

.blend-diff {
  mix-blend-mode: difference;
}

.bg-taste-watermark {
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  filter: saturate(0.75) contrast(1.02);
}

.bg-taste-watermark.is-mid {
  opacity: 0.1;
  mix-blend-mode: luminosity;
}

.bg-taste-watermark.is-footer {
  opacity: 0.18;
  mix-blend-mode: screen;
  filter: saturate(0.7);
}

.grid-overlay {
  position: absolute;
  left: -220px;
  top: 1540px;
  width: 2560px;
  height: 21100px;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: multiply;
  opacity: 0.22;
}

.grid-overlay::before {
  content: "";
  position: absolute;
  inset: -260px;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.34) 0 1.5px,
      transparent 1.5px 146px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.34) 0 1.5px,
      transparent 1.5px 146px
    );
  transform: rotate(-12deg) skewX(-7deg);
  transform-origin: center;
}

.nav-shell {
  position: absolute;
  left: 50%;
  top: 72px;
  width: 1780px;
  height: 124px;
  margin-left: -890px;
  padding: 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  border: 1.4px solid rgba(255, 255, 255, 0.36);
  background: linear-gradient(
    90deg,
    rgba(124, 171, 152, 0.55) 0%,
    rgba(88, 139, 120, 0.5) 50%,
    rgba(90, 141, 121, 0.54) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 28px rgba(12, 40, 29, 0.24);
  backdrop-filter: blur(28px);
  transition:
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease,
    backdrop-filter 280ms ease;
}

.nav-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 38px;
}

.nav-link {
  position: relative;
  margin: 0;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", "SF Pro", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-decoration: none;
  transition:
    color 180ms ease,
    transform 180ms ease,
    opacity 220ms ease,
    filter 220ms ease;
}

.nav-left-group,
.nav-right-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  min-width: 0;
  justify-content: center;
}

.nav-left-group {
  gap: 32px;
}

.nav-right-group {
  gap: 24px;
}

#nav-link-inicio {
  width: 86px;
}

#nav-link-ventajas {
  width: 118px;
}

#nav-link-caracteristicas {
  width: 194px;
}

#nav-link-precios {
  width: 94px;
}

#nav-link-faq {
  width: 84px;
}

.nav-link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.nav-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
  border-radius: 6px;
}

.nav-shell.is-scrolling {
  transform: translateZ(0) scale(calc(1 - (var(--nav-speed) * 0.004)));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 24px 40px rgba(11, 35, 26, 0.33);
  backdrop-filter: blur(22px);
}

.nav-logo,
.nav-sep,
#nav-demo-btn,
#nav-register-btn,
#nav-access-btn {
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 280ms ease;
}

.nav-link.is-scrolling {
  opacity: 0.95;
  filter: saturate(0.92);
}

.nav-logo.is-scrolling {
  transform: scale(calc(1 - (var(--nav-speed) * 0.0035)));
}

.nav-sep.is-scrolling {
  transform: translateX(-50%) scaleY(0.97);
}

#nav-demo-btn.is-scrolling,
#nav-register-btn.is-scrolling {
  transform: scale(calc(1 - (var(--nav-speed) * 0.0035)));
}

#nav-access-btn.is-scrolling {
  transform: scale(calc(1 - (var(--nav-speed) * 0.0035)));
}

.nav-link.is-active {
  color: #ffffff;
  font-weight: 700;
  text-shadow:
    0 0 12px rgba(214, 188, 53, 0.38),
    0 1px 1px rgba(0, 0, 0, 0.2);
}

.nav-sep {
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: rgba(20, 71, 52, 0.46);
  z-index: 1;
}

.nav-logo {
  position: relative;
  left: auto;
  top: auto;
  width: 145px;
  height: 69px;
  transform: none;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.22));
}

.nav-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.nav-logo-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
  border-radius: 8px;
}

.hero-logo-white {
  position: absolute;
  left: 1060px;
  top: 535px;
  width: 430px;
  height: auto;
  transform: translateX(-50%);
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1)
    drop-shadow(0 8px 14px rgba(0, 0, 0, 0.28));
  opacity: 0.98;
  pointer-events: none;
  z-index: 6;
}

.btn-demo {
  position: absolute;
  left: 1344px;
  top: 104px;
  width: 120px;
  height: 60px;
  border-radius: 999px;
  border: 1px solid rgba(107, 229, 186, 0.66);
  background: linear-gradient(
    120deg,
    #126a4e 0%,
    #2cad7f 34%,
    #0f8f70 70%,
    #4ec79f 100%
  );
  background-size: 220% 220%;
  color: rgba(240, 255, 249, 0.98);
  font-family: "Plus Jakarta Sans", "SF Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-grid;
  place-items: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 12px 20px rgba(7, 29, 20, 0.24);
  animation:
    register-gradient-shift 4.8s ease-in-out infinite,
    register-breath 2.8s ease-in-out infinite;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.nav-right-group .btn-demo,
.nav-right-group .btn-register,
.nav-right-group .btn-access {
  position: relative;
  left: auto !important;
  top: auto !important;
  margin: 0;
  flex: 0 0 auto;
}

#nav-demo-btn {
  width: 126px;
}

#nav-register-btn {
  width: 176px;
}

#nav-access-btn {
  width: 126px;
}

.btn-demo:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 12px 24px rgba(7, 29, 20, 0.3);
}

.btn-register {
  position: absolute;
  left: 1476px;
  top: 104px;
  width: 170px;
  height: 60px;
  border-radius: 999px;
  border: 1px solid rgba(10, 49, 32, 0.72);
  background: linear-gradient(
    115deg,
    #1a7b4f 0%,
    #2ea96a 34%,
    #1f6c47 67%,
    #34b272 100%
  );
  background-size: 220% 220%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 12px 20px rgba(7, 26, 18, 0.24);
  color: rgba(255, 255, 255, 0.94);
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  animation:
    register-gradient-shift 4.8s ease-in-out infinite,
    register-breath 2.8s ease-in-out infinite;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.btn-register-main,
.btn-register-sub {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}

.btn-register-main {
  font-family: "Plus Jakarta Sans", "SF Pro", sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.btn-register-sub {
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  line-height: 1;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  opacity: 0.96;
}

.btn-demo::before,
.btn-register::before,
.plan-start::before,
.submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    118deg,
    transparent 28%,
    rgba(255, 255, 255, 0.34) 50%,
    transparent 72%
  );
  transform: translateX(-150%);
  animation: register-sheen 2.6s ease-in-out infinite;
  pointer-events: none;
}

.btn-register:hover,
.plan-start:hover,
.submit:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 24px rgba(7, 26, 18, 0.28);
  filter: brightness(1.04);
}

.btn-register.btn-register-compact {
  gap: 3px;
  padding: 0 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 8px 14px rgba(7, 26, 18, 0.2);
}

.btn-register.btn-register-compact .btn-register-main {
  font-size: 21px;
  letter-spacing: 0.02em;
}

.btn-register.btn-register-compact .btn-register-sub {
  font-size: 14px;
}

.btn-access {
  position: absolute;
  left: 1658px;
  top: 104px;
  width: 132px;
  height: 60px;
  border-radius: 999px;
  border: 1px solid rgba(217, 197, 73, 0.62);
  background: linear-gradient(
    120deg,
    #b79f2f 0%,
    #d9c549 34%,
    #a78f25 70%,
    #dbc64e 100%
  );
  background-size: 220% 220%;
  color: rgba(20, 58, 43, 0.95);
  font-family: "Plus Jakarta Sans", "SF Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-grid;
  place-items: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 220, 0.4),
    0 12px 20px rgba(80, 67, 17, 0.26);
  text-decoration: none;
  animation:
    register-gradient-shift 4.8s ease-in-out infinite,
    register-breath 2.8s ease-in-out infinite;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
  z-index: 1201;
}

.btn-access:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 220, 0.52),
    0 12px 24px rgba(80, 67, 17, 0.34);
}

.nav-shell {
  z-index: 1200;
}

.nav-sep,
.nav-logo,
.nav-link,
#nav-demo-btn,
#nav-register-btn,
#nav-access-btn {
  z-index: 1201;
}

#nav-demo-btn.is-active {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 16px 28px rgba(7, 26, 18, 0.34),
    0 0 0 1px rgba(217, 197, 73, 0.44);
}

#nav-register-btn .btn-register-main {
  font-size: 18px;
  letter-spacing: 0.03em;
}

#nav-register-btn .btn-register-sub {
  font-size: 14px;
  font-weight: 600;
}

#nav-register-btn.is-active {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 28px rgba(7, 26, 18, 0.32),
    0 0 0 1px rgba(217, 197, 73, 0.44);
}

@keyframes register-gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes register-breath {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 10px 18px rgba(7, 26, 18, 0.22);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 16px 26px rgba(7, 26, 18, 0.3);
  }
}

@keyframes register-sheen {
  0% {
    transform: translateX(-150%);
  }
  55% {
    transform: translateX(180%);
  }
  100% {
    transform: translateX(180%);
  }
}

.scroll-cue {
  position: absolute;
  left: 1060px;
  top: 980px;
  transform: translateX(-50%);
  width: 92px;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  animation: cue-float 2.2s ease-in-out infinite;
}

.scroll-mouse {
  width: 32px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.scroll-mouse::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 5px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transform: translateX(-50%);
  animation: wheel-drop 1.35s ease-in-out infinite;
}

.scroll-arrows {
  width: 18px;
  height: 14px;
  position: relative;
}

.scroll-arrows::before,
.scroll-arrows::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  transform: translateX(-50%) rotate(45deg);
}

.scroll-arrows::before {
  top: 0;
}

.scroll-arrows::after {
  top: 6px;
}

@keyframes wheel-drop {
  0% {
    opacity: 0.2;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 0.15;
    transform: translate(-50%, 16px);
  }
}

@keyframes cue-float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(7px);
  }
}

.h1 {
  position: absolute;
  left: 170px;
  top: 1551px;
  width: 1780px;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 110px;
  line-height: 0.88;
  letter-spacing: -4.2px;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  font-weight: 300;
}

.h1 em {
  font-style: italic;
  font-weight: 300;
}

.h1 strong {
  color: var(--accent-gold);
  font-style: italic;
  font-weight: 600;
}

.h1 b {
  font-style: italic;
  font-weight: 600;
}

.lead {
  position: absolute;
  left: 332px;
  top: 1868px;
  width: 1462px;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 48px;
  line-height: 0.96;
  letter-spacing: -0.8px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.lead strong {
  font-style: italic;
  font-weight: 600;
}

.logo-marquee {
  position: absolute;
  left: 190px;
  top: 2095px;
  width: 1740px;
  height: 194px;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 7%,
    #000 93%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 7%,
    #000 93%,
    transparent 100%
  );
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 92px;
  animation: logo-marquee-right 24s linear infinite;
  will-change: transform;
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 92px;
}

.logo-item {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.logo-06 {
  width: 201px;
  height: 97px;
}

.logo-affa {
  width: 404px;
  height: 194px;
}

.logo-taste003 {
  width: 185px;
  height: 88px;
}

@keyframes logo-marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.section-title {
  position: absolute;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 128px;
  line-height: 0.84;
  letter-spacing: -4.2px;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  font-weight: 300;
}

.section-title span {
  font-style: italic;
  font-weight: 300;
}

.process-hero-row {
  left: 50%;
  top: 4210px;
  transform: translateX(-50%);
  width: auto;
  max-width: 1860px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 88px;
  z-index: 3;
}

.process-hero-video-wrap {
  position: relative;
  width: 420px;
  aspect-ratio: 9 / 16;
  border-radius: 28px;
  overflow: hidden;
  border: 1.2px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    0 22px 36px rgba(13, 46, 33, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  cursor: pointer;
  background: #071a13;
  justify-self: center;
}

.process-hero-video-wrap:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}

.process-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.process-hero-video-pill {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: rgba(255, 255, 255, 0.92);
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.01em;
}

.process-hero-video-wrap.is-audio-on .process-hero-video-pill {
  background: rgba(20, 71, 52, 0.85);
}

.process-hero-copy {
  flex: 0 0 820px;
  width: 820px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.process-hero-title {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  text-align: right;
}

.process-hero-subtitle {
  width: 100%;
  margin: 16px 0 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 48px;
  line-height: 0.84;
  letter-spacing: 2px;
  white-space: nowrap;
  text-align: right;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
}

.landing-section {
  position: relative;
}

.post-platform-flow {
  position: relative;
  transform: translateY(-780px);
}

.post-features-flow {
  transform: translateY(-600px);
}

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

.difference-logo {
  position: absolute;
  left: 725px;
  top: 5388px;
  width: 671px;
  height: 319px;
  object-fit: contain;
}

.difference-title {
  position: absolute;
  left: 232px;
  top: 5485px;
  width: 1656px;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 118px;
  line-height: 0.84;
  letter-spacing: -2.4px;
  text-align: center;
  font-style: italic;
  text-transform: none;
  color: rgba(255, 255, 255, 0.94);
}

.difference-inline-logo {
  width: 520px;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
  margin: 0 18px;
  transform: translateY(-6px);
}

.difference-title strong {
  font-weight: 700;
  color: #144734;
}

.testimonials-inline-restaurants {
  width: 2480px;
  height: auto;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: -230px;
  transform: translateX(-50%);
  opacity: 0.2;
  mix-blend-mode: luminosity;
  filter: saturate(0.75);
  z-index: 0;
  pointer-events: none;
}

.testimonials-title {
  position: absolute;
  overflow: visible;
}

.testimonials-title-text {
  position: relative;
  z-index: 3;
}

.glass-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 25px;
  background: linear-gradient(
    180deg,
    rgba(227, 237, 204, 0.12) 0%,
    rgba(181, 215, 128, 0.1) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 30px rgba(19, 65, 46, 0.2);
  backdrop-filter: blur(5px);
}

.steps-card {
  border: 1.2px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background:
    radial-gradient(
      130% 130% at 50% -20%,
      rgba(239, 252, 206, 0.24) 0%,
      rgba(239, 252, 206, 0) 58%
    ),
    linear-gradient(
      180deg,
      rgba(180, 210, 116, 0.42) 0%,
      rgba(155, 189, 95, 0.32) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(53, 88, 33, 0.2),
    0 24px 34px rgba(21, 61, 43, 0.2);
  backdrop-filter: blur(4px);
  overflow: hidden;
}

.steps-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 42%,
    transparent 58%,
    rgba(255, 255, 255, 0.07) 100%
  );
  pointer-events: none;
}

.step-divider {
  position: absolute;
  width: 1px;
  height: 432px;
  top: 4592px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.56) 14%,
    rgba(255, 255, 255, 0.56) 86%,
    rgba(255, 255, 255, 0) 100%
  );
}

.step-col {
  position: absolute;
  top: 4531px;
  width: 490px;
  height: 555px;
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.step-col:hover {
  transform: translateY(-4px);
  filter: brightness(1.02);
}

.step-chip {
  position: absolute;
  left: 30px;
  top: 38px;
  width: 112px;
  height: 112px;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.step-chip span {
  display: block;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  color: rgba(239, 247, 222, 0.9);
}

.step-chip img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(11, 49, 35, 0.2));
}

.step-text {
  position: absolute;
  left: 152px;
  right: 22px;
  top: 56px;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 34px;
  letter-spacing: -0.3px;
  line-height: 0.94;
  font-style: italic;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.97);
  text-wrap: balance;
}

.step-text strong {
  font-style: italic;
  font-weight: 600;
}

.step-desc {
  position: absolute;
  top: 198px;
  left: 36px;
  width: 418px;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: 0.02px;
  font-style: italic;
  font-weight: 300;
  color: rgba(245, 251, 231, 0.94);
}

.step-desc strong {
  font-style: italic;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.99);
}

.benefit-grid {
  position: absolute;
  left: 215px;
  top: 11303px;
  width: 1690px;
  display: grid;
  grid-template-columns: repeat(4, 400px);
  gap: 30px;
}

.benefit {
  height: 118px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(245, 252, 230, 0.3) 0%,
    rgba(205, 225, 168, 0.22) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 8px 16px rgba(23, 66, 47, 0.18);
  display: grid;
  place-items: center;
  font-size: 33px;
  font-style: italic;
  color: #193f2e;
}

.benefit-toggle {
  appearance: none;
  cursor: pointer;
  width: 100%;
  padding: 0 18px;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.benefit-toggle:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 14px 24px rgba(23, 66, 47, 0.24);
}

.benefit-toggle.is-active {
  background: linear-gradient(
    180deg,
    rgba(245, 252, 230, 0.6) 0%,
    rgba(205, 225, 168, 0.5) 100%
  );
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 16px 28px rgba(23, 66, 47, 0.3);
}

.benefit-toggle:focus-visible {
  outline: 3px solid rgba(20, 71, 52, 0.45);
  outline-offset: 3px;
}

.benefit-preview-image {
  left: 50% !important;
  transform: translateX(-50%);
  height: auto !important;
  border: 2px solid rgba(0, 0, 0, 0.88);
  border-radius: 25px;
  box-shadow:
    0 20px 38px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  object-fit: contain;
}

.product-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 590px);
  grid-template-rows: repeat(2, 520px);
  gap: 44px 37px;
}

.product-highlight-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  background:
    radial-gradient(
      120% 170% at 0% 0%,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0) 46%
    ),
    linear-gradient(
      165deg,
      rgba(16, 53, 38, 0.88) 0%,
      rgba(20, 71, 52, 0.78) 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 14px 30px rgba(18, 52, 37, 0.24);
  padding: 42px 42px 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
}

.product-highlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0) 42%
  );
  opacity: 0;
  transform: translateX(-34%);
  transition:
    opacity 320ms ease,
    transform 420ms ease;
  pointer-events: none;
}

.product-highlight-card::after {
  content: attr(data-card-icon);
  position: absolute;
  right: 24px;
  top: 22px;
  font-family: "Plus Jakarta Sans", "SF Pro", sans-serif;
  font-size: 108px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.12);
  pointer-events: none;
  user-select: none;
}

.product-highlight-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 24px 42px rgba(12, 38, 28, 0.34);
}

.product-highlight-card:hover::before {
  opacity: 1;
  transform: translateX(0%);
}

.product-highlight-kicker {
  margin: 0;
  font-family: "Plus Jakarta Sans", "SF Pro", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 252, 230, 0.86);
  font-weight: 600;
}

.product-highlight-title {
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 46px;
  line-height: 0.95;
  letter-spacing: -1.1px;
  font-style: italic;
  color: #ffffff;
}

.product-highlight-copy {
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.2px;
  color: rgba(245, 252, 234, 0.94);
}

.product-highlight-metric {
  margin: auto 0 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.25px;
  color: rgba(245, 252, 234, 0.92);
  font-style: italic;
}

.product-highlight-metric strong {
  font-weight: 700;
  color: #ffffff;
}

.quote-title {
  position: absolute;
  left: 260px;
  top: 15120px;
  width: 1601px;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 128px;
  line-height: 0.84;
  letter-spacing: -4.2px;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  color: #144734;
}

.testimonials-section {
  position: absolute;
  left: 0;
  top: 15240px;
  width: 2120px;
  height: 980px;
}

.testimonials-shell {
  position: absolute;
  left: 0;
  top: 74px;
  width: 100%;
  height: 590px;
}

.testimonials-carousel {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.testimonials-track {
  position: relative;
  height: 100%;
  overflow: visible;
}

.testimonial-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  min-height: 430px;
  padding: 52px 58px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  gap: 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    radial-gradient(
      130% 120% at 10% 0%,
      rgba(224, 240, 169, 0.16) 0%,
      rgba(224, 240, 169, 0) 54%
    ),
    linear-gradient(
      172deg,
      rgba(14, 62, 45, 0.82) 0%,
      rgba(11, 45, 33, 0.88) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 22px 36px rgba(10, 34, 25, 0.3);
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  will-change: transform, opacity;
  transition:
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-card.is-center {
  transform: translate(-50%, -50%) translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
}

.testimonial-card.is-left {
  transform: translate(-50%, -50%) translateX(-920px) scale(0.82);
  opacity: 0.66;
  z-index: 2;
}

.testimonial-card.is-right {
  transform: translate(-50%, -50%) translateX(920px) scale(0.82);
  opacity: 0.66;
  z-index: 2;
}

.testimonial-card.is-hidden-left {
  transform: translate(-50%, -50%) translateX(-640px) scale(0.7);
  opacity: 0;
  z-index: 1;
}

.testimonial-card.is-hidden-right {
  transform: translate(-50%, -50%) translateX(640px) scale(0.7);
  opacity: 0;
  z-index: 1;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  right: 56px;
  top: 22px;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 120px;
  line-height: 1;
  color: rgba(216, 198, 77, 0.22);
  pointer-events: none;
}

.testimonial-stars {
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 4px;
  color: #d7c64a;
}

.testimonial-text {
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 35px;
  line-height: 1.06;
  letter-spacing: -0.25px;
  color: rgba(255, 255, 255, 0.96);
  font-style: italic;
  text-align: left;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-avatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: 0 8px 16px rgba(16, 43, 31, 0.24);
}

.testimonial-name {
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.1px;
  color: rgba(244, 251, 233, 0.96);
  font-style: italic;
  text-transform: uppercase;
}

.testimonial-role {
  margin: 4px 0 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.08px;
  color: rgba(223, 238, 197, 0.82);
}

.testimonial-impact {
  margin: 0;
  min-width: 200px;
  text-align: right;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.1px;
  color: rgba(223, 238, 197, 0.92);
}

.testimonial-impact strong {
  display: block;
  font-size: 32px;
  line-height: 0.9;
  letter-spacing: -0.5px;
  color: #d8c64d;
  font-style: italic;
}

.testimonials-controls {
  position: absolute;
  left: 50%;
  top: 704px;
  width: 332px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  transform: translateX(-50%);
}

.testimonial-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(13, 62, 44, 0.36);
  color: rgba(255, 255, 255, 0.94);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.testimonial-arrow:hover {
  transform: translateY(-1px);
  background: rgba(13, 62, 44, 0.52);
  border-color: rgba(255, 255, 255, 0.62);
}

.testimonial-dots {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.testimonial-dot.is-active {
  background: rgba(216, 198, 77, 0.98);
  transform: scale(1.22);
}

.equipo-svg-word {
  display: inline-flex;
  align-items: flex-end;
  gap: 7px;
  margin-left: 10px;
  vertical-align: baseline;
  transform: translateY(4px);
}

.equipo-svg-word img {
  width: auto;
  display: block;
}

.equipo-svg-word .letter-e {
  height: 52px;
}

.equipo-svg-word .letter-q {
  height: 80px;
}

.equipo-svg-word .letter-u {
  height: 45px;
}

.equipo-svg-word .letter-i {
  height: 54px;
}

.equipo-svg-word .letter-p {
  height: 74px;
}

.equipo-svg-word .letter-o {
  height: 52px;
}

.feature-equipo-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.feature-equipo-title-top {
  white-space: nowrap;
}

.equipo-svg-word.equipo-svg-word-block {
  margin-left: 0;
  transform: none;
}

.feature-zigzag-extra {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.feature-zigzag-item {
  width: 1040px;
  padding: 0;
}

.feature-zigzag-item-left {
  align-self: flex-start;
  text-align: left;
}

.feature-zigzag-item-right {
  align-self: flex-end;
  text-align: right;
}

.feature-zigzag-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 68px;
  line-height: 0.84;
  font-weight: 700;
  letter-spacing: -1.2px;
  color: #144734;
  font-style: italic;
}

.feature-zigzag-badge img {
  width: auto;
  height: 58px;
  display: block;
}

.feature-zigzag-item-right .feature-zigzag-badge {
  margin-left: auto;
}

.feature-zigzag-title {
  margin: 14px 0 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 92px;
  line-height: 0.84;
  letter-spacing: -2.5px;
  color: #144734;
  font-style: italic;
  font-weight: 600;
}

.feature-zigzag-copy {
  margin: 16px 0 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 48px;
  line-height: 0.96;
  letter-spacing: -0.8px;
  color: rgba(255, 255, 255, 0.96);
  font-style: italic;
}

.feature-zigzag-item.is-title-only {
  padding-top: 0;
  padding-bottom: 0;
}

.faq-hero {
  position: absolute;
  left: 619px;
  top: 16920px;
  width: 882px;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 180px;
  line-height: 0.84;
  letter-spacing: -5px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 0 6px 14px rgba(13, 52, 38, 0.3);
}

.price-title {
  position: absolute;
  left: 329px;
  top: 18680px;
  width: 1462px;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 104px;
  line-height: 1.06;
  letter-spacing: -1.2px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 300;
  text-shadow: 0 8px 20px rgba(14, 51, 37, 0.22);
}

.price-sub {
  position: absolute;
  left: 329px;
  top: 18960px;
  width: 1462px;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 48px;
  line-height: 0.96;
  letter-spacing: -0.8px;
  text-align: center;
  font-style: italic;
  font-weight: 300;
}

.faq-title {
  position: absolute;
  left: 746px;
  top: 17245px;
  width: 628px;
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 32px;
  line-height: 0.96;
  letter-spacing: -0.2px;
  text-align: center;
  font-weight: 300;
}

.pricing-section {
  position: absolute;
  left: 692px;
  top: 15420px;
  width: 736px;
  height: 1024px;
}

.plan-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  border: 1px solid #2f5f37;
  background:
    radial-gradient(
      120% 85% at 50% 8%,
      rgba(233, 245, 173, 0.22) 0%,
      rgba(233, 245, 173, 0) 58%
    ),
    linear-gradient(180deg, #afc450 0%, #a2b846 100%);
  padding: 56px 56px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-shadow:
    inset 0 1px 0 rgba(239, 250, 186, 0.28),
    inset 0 -1px 0 rgba(67, 107, 40, 0.2),
    0 22px 40px rgba(23, 57, 32, 0.22);
}

.plan-chip {
  width: 310px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6f8734 0%, #5f742b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.1px;
  font-style: normal;
  font-weight: 400;
  color: rgba(246, 251, 235, 0.96);
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 6px 12px rgba(48, 73, 25, 0.18);
}

.plan-chip strong {
  font-weight: 700;
  margin-left: 4px;
}

.plan-price-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
  color: #0f5643;
}

.plan-amount {
  margin: 0 6px 0 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 208px;
  line-height: 0.8;
  letter-spacing: -4.2px;
  font-style: italic;
  font-weight: 700;
}

.plan-eur {
  margin: 20px 0 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: 0.1px;
  text-transform: lowercase;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.plan-eur strong {
  font-weight: 700;
}

.plan-eur span {
  font-style: italic;
  font-weight: 300;
}

.plan-vat {
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 56px;
  line-height: 0.86;
  letter-spacing: 0.15px;
  color: #0f5643;
  text-align: center;
  text-transform: uppercase;
}

.plan-features {
  width: 100%;
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.plan-feature {
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6e8635 0%, #5e742c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0px;
  color: rgba(248, 252, 239, 0.94);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 5px 10px rgba(45, 68, 24, 0.14);
}

.plan-start {
  position: relative;
  width: 232px;
  height: 72px;
  border: 1px solid rgba(10, 49, 32, 0.72);
  border-radius: 999px;
  background: linear-gradient(
    115deg,
    #1a7b4f 0%,
    #2ea96a 34%,
    #1f6c47 67%,
    #34b272 100%
  );
  background-size: 220% 220%;
  color: rgba(255, 255, 255, 0.94);
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 23px;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 6px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 12px 20px rgba(7, 26, 18, 0.24);
  overflow: hidden;
  isolation: isolate;
  animation:
    register-gradient-shift 4.8s ease-in-out infinite,
    register-breath 2.8s ease-in-out infinite;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.plan-note {
  margin: 0;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 19px;
  line-height: 1.22;
  letter-spacing: 0.28px;
  color: rgba(244, 251, 233, 0.94);
  text-align: center;
}

.faq-accordion {
  position: absolute;
  left: 277px;
  top: 17400px;
  width: 1645px;
  display: grid;
  gap: 17px;
}

.faq-entry {
  border-radius: 36px;
  background: linear-gradient(
    180deg,
    rgba(20, 57, 41, 0.75) 0%,
    rgba(15, 47, 34, 0.8) 100%
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.25) inset,
    0 10px 18px rgba(8, 28, 20, 0.2);
  overflow: hidden;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-entry:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 14px 24px rgba(8, 28, 20, 0.28);
}

.faq-entry summary {
  list-style: none;
  min-height: 72px;
  padding: 22px 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 32px;
  line-height: 0.8267;
  letter-spacing: 0.1px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.95);
  transition: color 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-entry summary::-webkit-details-marker {
  display: none;
}

.faq-entry summary strong {
  font-style: italic;
  font-weight: 700;
}

.faq-sign {
  font-family: "Plus Jakarta Sans", "SF Pro", sans-serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 2.88px;
  font-style: normal;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-entry[open] .faq-sign {
  transform: rotate(45deg);
}

.faq-entry[open] {
  background: linear-gradient(
    180deg,
    rgba(24, 66, 47, 0.82) 0%,
    rgba(15, 50, 35, 0.88) 100%
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.32) inset,
    0 16px 28px rgba(8, 28, 20, 0.26);
}

.faq-entry[open] summary {
  color: rgba(245, 252, 231, 0.98);
}

.faq-answer {
  max-height: 0;
  padding: 0 82px;
  margin: 0;
  overflow: hidden;
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.15px;
  text-align: center;
  font-style: italic;
  color: rgba(237, 246, 227, 0.92);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-entry:not([open]) > .faq-answer {
  display: block;
}

.faq-entry[open] .faq-answer {
  max-height: var(--faq-answer-height, 260px);
  padding-bottom: 36px;
  opacity: 1;
  transform: translateY(0);
}

.contact-section {
  position: absolute;
  left: 478px;
  top: 19120px;
  width: 1164px;
}

.form-wrap {
  width: 100%;
}

.contact-form {
  display: grid;
  gap: 36px;
}

.field {
  width: 100%;
  height: 80px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(181, 208, 131, 0.09) 100%
  );
  color: rgba(247, 252, 236, 0.98);
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 23px;
  letter-spacing: 0.08px;
  text-align: center;
  padding: 0 24px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.21);
}

.field::placeholder {
  color: rgba(246, 251, 234, 0.88);
}

.field:focus {
  border-color: rgba(232, 247, 184, 0.9);
  box-shadow: 0 0 0 4px rgba(203, 232, 125, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(181, 208, 131, 0.12) 100%
  );
}

.faq-call-btn {
  z-index: 4;
}


.submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 251px;
  height: 88px;
  margin: 58px auto 0;
  border-radius: 999px;
  border: 1px solid rgba(10, 49, 32, 0.72);
  background: linear-gradient(
    115deg,
    #1a7b4f 0%,
    #2ea96a 34%,
    #1f6c47 67%,
    #34b272 100%
  );
  background-size: 220% 220%;
  color: rgba(255, 255, 255, 0.94);
  font-family:
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 23px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 12px 20px rgba(7, 26, 18, 0.24);
  overflow: hidden;
  isolation: isolate;
  animation:
    register-gradient-shift 4.8s ease-in-out infinite,
    register-breath 2.8s ease-in-out infinite;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.footer {
  position: absolute;
  left: 160px;
  top: 19980px;
  width: 1800px;
  height: 411px;
}

.footer-logo {
  position: absolute;
  left: 0;
  top: 20px;
  width: 159px;
  height: 76px;
}

.footer-p {
  position: absolute;
  margin: 0;
  font-family: "Plus Jakarta Sans", "SF Pro", sans-serif;
  font-size: 24px;
  line-height: 44px;
  color: rgba(255, 255, 255, 0.92);
}

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

.footer-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
  border-radius: 4px;
}

.copyright {
  position: absolute;
  left: 0;
  top: 325px;
  width: 1800px;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  font-family: "Plus Jakarta Sans", "SF Pro", sans-serif;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.96);
}

.footer-end-watermark {
  left: 0;
  top: 20410px;
  width: 2120px;
  height: auto;
  opacity: 0.22;
  object-fit: contain;
  pointer-events: none;
  filter: brightness(0) invert(1);
  mix-blend-mode: screen;
}

.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.3),
    0 6px 14px rgba(37, 211, 102, 0.45);
  z-index: 3000;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.wa-float:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.34),
    0 10px 20px rgba(37, 211, 102, 0.52);
}

.wa-float:active {
  transform: scale(0.96);
}

.wa-float-icon {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}
