:root {
  --portal-ink: #11130e;
  --portal-green: #213725;
  --portal-green-2: #2f4a34;
  --portal-green-soft: #edf3eb;
  --portal-sand: #dfc39b;
  --portal-sand-soft: #f6efe5;
  --portal-paper: #fbfaf6;
  --portal-card: #ffffff;
  --portal-line: rgba(33, 55, 37, 0.14);
  --portal-muted: #60665d;
  --portal-shadow: 0 24px 70px rgba(20, 28, 20, 0.1);
  --portal-x: 72%;
  --portal-y: 18%;
  --portal-shift-x: 0;
  --portal-shift-y: 0;
  --portal-scroll: 0;
  font-family: "Noto Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.portal-body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  color: var(--portal-ink);
  background:
    radial-gradient(circle at var(--portal-x) var(--portal-y), rgba(223, 195, 155, 0.52), transparent 34rem),
    radial-gradient(circle at 10% 18%, rgba(33, 55, 37, 0.12), transparent 28rem),
    linear-gradient(180deg, #fbfaf6 0%, #f5f2e9 100%);
  overflow-x: hidden;
}

.portal-ambient {
  position: fixed;
  inset: -18vh -12vw;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.portal-ambient span {
  position: absolute;
  width: clamp(260px, 34vw, 560px);
  aspect-ratio: 1;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.42;
  transform:
    translate3d(
      calc(var(--portal-shift-x) * 22px),
      calc(var(--portal-shift-y) * 18px),
      0
    )
    scale(calc(0.94 + (var(--ambient-index) * 0.04)));
  animation: portal-drift 18s ease-in-out infinite alternate;
}

.portal-ambient span:nth-child(1) {
  top: 2%;
  right: 4%;
  background: rgba(223, 195, 155, 0.64);
}

.portal-ambient span:nth-child(2) {
  top: 22%;
  left: 0;
  background: rgba(33, 55, 37, 0.16);
  animation-duration: 22s;
}

.portal-ambient span:nth-child(3) {
  right: 16%;
  bottom: 16%;
  background: rgba(185, 187, 168, 0.36);
  animation-duration: 24s;
}

.portal-ambient span:nth-child(4) {
  bottom: -4%;
  left: 20%;
  background: rgba(255, 255, 255, 0.72);
  animation-duration: 28s;
}

.portal-header,
.portal-body main,
.portal-footer {
  position: relative;
  z-index: 1;
}

.portal-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 6vw, 72px);
  background: rgba(251, 250, 246, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(33, 55, 37, 0.08);
}

.portal-actions {
  margin-left: auto;
}

.portal-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--portal-green);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.portal-brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
}

.portal-actions,
.portal-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.portal-menu-toggle {
  align-items: center;
  background: var(--portal-green);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(33, 55, 37, 0.18);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  height: 48px;
  justify-content: center;
  padding: 0;
  width: 56px;
}

.portal-menu-toggle span:not(.portal-sr-only) {
  background: #fff;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 22px;
}

.portal-menu-backdrop {
  background: rgba(12, 18, 12, 0.42);
  backdrop-filter: blur(8px);
  inset: 0;
  position: fixed;
  z-index: 50;
}

.portal-menu-backdrop[hidden],
.portal-menu-panel[hidden] {
  display: none;
}

.portal-menu-panel {
  background: rgba(251, 250, 246, 0.98);
  backdrop-filter: blur(18px) saturate(1.08);
  border: 1px solid rgba(33, 55, 37, 0.12);
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(12, 28, 20, 0.22);
  display: grid;
  gap: 12px;
  max-width: min(420px, calc(100vw - 28px));
  padding: 20px;
  position: fixed;
  right: 18px;
  top: 82px;
  width: 100%;
  z-index: 60;
}

.portal-menu-panel-head {
  align-items: center;
  border-bottom: 1px solid rgba(33, 55, 37, 0.12);
  color: var(--portal-green);
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
  padding-bottom: 14px;
}

.portal-menu-panel-head button {
  align-items: center;
  background: rgba(33, 55, 37, 0.08);
  border: 0;
  border-radius: 999px;
  color: var(--portal-green);
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.portal-menu-panel a {
  border-radius: 18px;
  color: var(--portal-green);
  font-family: var(--portal-serif);
  font-size: clamp(1.7rem, 4vw, 2.75rem);
  letter-spacing: -0.05em;
  line-height: 1.05;
  padding: 12px;
  text-decoration: none;
}

.portal-menu-panel a:hover {
  background: rgba(33, 55, 37, 0.08);
}

.portal-menu-language-form {
  border-top: 1px solid rgba(33, 55, 37, 0.12);
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding: 16px 12px 4px;
}

.portal-menu-language-form label {
  color: #8a6d43;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portal-menu-language-form select,
.portal-language-form select {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--portal-line);
  border-radius: 999px;
  color: var(--portal-green);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.portal-hp-field {
  height: 0 !important;
  left: -10000px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.portal-language-form {
  margin: 0;
}

.portal-menu-open {
  overflow: hidden;
}

.portal-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.portal-link,
.portal-secondary,
.portal-footer a {
  color: var(--portal-green);
  font-weight: 800;
  text-decoration: none;
}

.portal-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--portal-green);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(33, 55, 37, 0.18);
}

.portal-button-large {
  min-height: 52px;
  padding: 0 30px;
}

.portal-hero {
  display: grid;
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 0.78fr);
  padding: clamp(42px, 7vw, 84px) clamp(18px, 8vw, 112px) clamp(28px, 6vw, 56px);
}

.portal-hero-copy {
  max-width: 880px;
  transform: translate3d(0, calc(var(--portal-scroll) * -28px), 0);
}

.portal-kicker {
  margin: 0 0 18px;
  color: #8a6d43;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.portal-hero h1 {
  margin: 0;
  color: var(--portal-green);
  font-family: Georgia, serif;
  font-size: clamp(38px, 6vw, 78px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.portal-intro {
  max-width: 690px;
  margin: 24px 0 35px;
  color: var(--portal-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.52;
}

.portal-intro-small {
  margin-top: -14px;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.45;
}

.portal-language-note {
  margin: -18px 0 28px;
  color: #8a6d43;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.portal-hero-media {
  position: relative;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(190px, 0.78fr) minmax(300px, 1.22fr);
  grid-template-rows: 176px 176px 196px;
  min-height: 586px;
}

.portal-media-tile {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 30px;
  background: var(--portal-sand-soft);
  box-shadow: 0 24px 70px rgba(20, 28, 20, 0.12);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.portal-media-tile:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.portal-media-tile-large {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.portal-media-tile:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.portal-media-tile:nth-child(4) {
  grid-column: 1 / -1;
  grid-row: 3;
}

.portal-media-tile img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transform:
    translate3d(
      calc(var(--portal-shift-x) * -4px),
      calc(var(--portal-shift-y) * -3px),
      0
    )
    scale(1.035);
  transition: transform 360ms ease-out;
}

.portal-media-tile:hover,
.portal-proof-card:hover {
  box-shadow: 0 30px 86px rgba(20, 28, 20, 0.16);
}

.portal-media-tile::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 46%, rgba(10, 12, 8, 0.64));
}

.portal-media-tile figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 1;
}

.portal-media-tile span {
  display: inline-flex;
  max-width: 100%;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 19, 14, 0.44);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
}

.portal-trust {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  padding: 0 clamp(18px, 8vw, 112px) clamp(28px, 5vw, 52px);
}

.portal-trust span {
  padding: 16px 18px;
  border: 1px solid var(--portal-line);
  border-radius: 999px;
  color: var(--portal-green);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  text-align: center;
}

.portal-action-strip {
  margin: 0 clamp(18px, 8vw, 112px) clamp(28px, 5vw, 52px);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--portal-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(20, 28, 20, 0.06);
}

.portal-visual-strip {
  display: grid;
  align-items: center;
  gap: 22px;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.85fr);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 239, 229, 0.84)),
    radial-gradient(circle at right, rgba(223, 195, 155, 0.38), transparent 22rem);
}

.portal-action-strip p {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--portal-green);
  font-family: Georgia, serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.16;
}

.portal-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.portal-chip-list span {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--portal-green);
  background: var(--portal-green-soft);
  font-weight: 800;
}

.portal-section {
  padding: clamp(32px, 5vw, 58px) clamp(18px, 8vw, 112px);
}

.portal-section-head {
  max-width: 680px;
  margin-bottom: 22px;
}

.portal-section h2 {
  margin: 0;
  color: var(--portal-green);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.portal-section-head p:not(.portal-kicker),
.portal-scan p {
  margin: 14px 0 0;
  color: var(--portal-muted);
  line-height: 1.6;
}

.portal-proof {
  padding-top: clamp(20px, 4vw, 44px);
}

.portal-showcase {
  position: relative;
  padding: 8px 58px 46px;
}

.portal-showcase-viewport {
  overflow: hidden;
  border-radius: 34px;
}

.portal-showcase-track {
  display: flex;
  gap: clamp(14px, 2vw, 22px);
  transform: translate3d(var(--showcase-offset, 0), 0, 0);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.portal-proof-card {
  position: relative;
  flex: 0 0 clamp(280px, 31vw, 430px);
  overflow: hidden;
  border: 1px solid var(--portal-line);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(20, 28, 20, 0.1);
  opacity: 0.58;
  transform: scale(0.94);
  transition:
    opacity 340ms ease,
    transform 340ms ease,
    box-shadow 240ms ease;
}

.portal-proof-card.is-active {
  opacity: 1;
  transform: scale(1);
}

.portal-proof-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5.15;
  height: auto;
  object-fit: cover;
  background: var(--portal-sand-soft);
  transition: transform 420ms ease-out;
}

.portal-proof-card:hover img {
  transform: scale(1.045);
}

.portal-proof-card div {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  background: rgba(17, 19, 14, 0.58);
  backdrop-filter: blur(14px);
}

.portal-proof-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--portal-sand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portal-proof-card strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.portal-proof-card p {
  margin: 10px 0 0;
  color: var(--portal-muted);
  line-height: 1.55;
}

.portal-showcase-dots {
  position: absolute;
  right: 58px;
  bottom: 0;
  left: 58px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.portal-showcase-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(33, 55, 37, 0.24);
  cursor: pointer;
  transition:
    width 220ms ease,
    background 220ms ease;
}

.portal-showcase-dots button.is-active {
  width: 30px;
  background: var(--portal-green);
}

.portal-services {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.portal-service-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 82px;
  height: 82px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(25, 60, 41, 0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.92), transparent 42%),
    linear-gradient(135deg, rgba(33, 55, 37, 0.08), rgba(223, 195, 155, 0.34));
  color: var(--portal-green, #193c29);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 12px 28px rgba(25, 60, 41, 0.1);
  transform: translate3d(0, 8px, 0) scale(.94);
  opacity: .74;
  transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .7s ease;
}

.portal-service-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 7px 12px rgba(25,60,41,.12));
}

.portal-service-icon .icon-stroke,
.portal-service-icon .icon-orbit {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-service-icon .icon-orbit {
  stroke: rgba(25,60,41,.2);
  stroke-dasharray: 5 8;
  transform-origin: center;
}

.portal-service-icon .icon-draw {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  transition: stroke-dashoffset 1.25s cubic-bezier(.2,.8,.2,1);
}

.portal-service-icon .icon-accent {
  fill: #b9955f;
  stroke: #fffaf0;
  stroke-width: 3;
  transform-origin: center;
}

.portal-service-icon .icon-accent-secondary {
  fill: #d6c4a3;
}

.portal-service-icon .icon-spark {
  fill: #b9955f;
  transform-origin: center;
}

.portal-card.is-visible .portal-service-icon {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
}

.portal-card.is-visible .icon-draw {
  stroke-dashoffset: 0;
}

.portal-card:hover .portal-service-icon {
  transform: translate3d(0,-6px,0) rotate(-2deg) scale(1.06);
}

.portal-card:hover .icon-orbit {
  animation: portal-icon-orbit 7s linear infinite;
}

.portal-card:hover .icon-accent,
.portal-card:hover .icon-spark {
  animation: portal-icon-pulse 1.7s ease-in-out infinite;
}

@keyframes portal-icon-orbit {
  to { transform: rotate(360deg); }
}

@keyframes portal-icon-pulse {
  50% { transform: scale(1.2); }
}

@media (prefers-reduced-motion: reduce) {
  .portal-service-icon,
  .portal-service-icon .icon-draw {
    transition: none;
  }

  .portal-service-icon .icon-draw {
    stroke-dashoffset: 0;
  }

  .portal-card:hover .icon-orbit,
  .portal-card:hover .icon-accent,
  .portal-card:hover .icon-spark {
    animation: none;
  }
}

.portal-services::-webkit-scrollbar,
.portal-showcase-track::-webkit-scrollbar {
  display: none;
}

.portal-package-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.portal-card,
.portal-price-card {
  min-height: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--portal-line);
  border-radius: 24px;
  background: var(--portal-card);
}

.portal-card {
  position: relative;
  display: grid;
  align-content: end;
  flex: 0 0 min(76vw, 330px);
  min-height: 220px;
  overflow: hidden;
  scroll-snap-align: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.95)),
    radial-gradient(circle at top right, rgba(223, 195, 155, 0.42), transparent 14rem),
    #fff;
  box-shadow: 0 18px 52px rgba(20, 28, 20, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.portal-card::before {
  content: none;
}

.portal-card > * {
  position: relative;
  z-index: 1;
}

.portal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 72px rgba(20, 28, 20, 0.13);
}

.portal-card-care {
  background: var(--portal-green-soft);
}

.portal-card-workspace {
  background: var(--portal-sand-soft);
}

.portal-card-platform {
  background: linear-gradient(145deg, var(--portal-green), var(--portal-green-2));
  color: #fff;
}

.portal-card-platform h3,
.portal-card-platform p,
.portal-card-platform .portal-card-label {
  color: #fff;
}

.portal-card-platform .portal-service-icon {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(223, 195, 155, 0.22));
  color: #fff;
}

.portal-card-platform .icon-orbit {
  stroke: rgba(255, 255, 255, 0.34);
}

.portal-price-card-featured {
  border-color: rgba(25, 60, 41, 0.2);
  background:
    radial-gradient(circle at 88% 8%, rgba(185, 149, 95, 0.2), transparent 12rem),
    linear-gradient(145deg, #eef4eb, #dfeadc);
  color: var(--portal-green);
  box-shadow: 0 22px 58px rgba(25, 60, 41, 0.12);
}

.portal-price-card-featured span {
  color: #80683f;
}

.portal-price-card-featured strong,
.portal-price-card-featured .portal-monthly,
.portal-price-card-featured li {
  color: var(--portal-green);
}

.portal-card-label,
.portal-price-card span {
  color: #81704f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portal-card h3 {
  margin: 18px 0 0;
  color: var(--portal-green);
  font-size: 26px;
  line-height: 1.15;
}

.portal-card p {
  margin: 0;
  color: var(--portal-muted);
  line-height: 1.6;
}

.portal-live-demos {
  overflow: visible;
  background:
    radial-gradient(circle at 86% 12%, rgba(185, 149, 95, .14), transparent 28rem),
    linear-gradient(180deg, #fbfaf6, #f3f1e9);
}

.portal-demo {
  display: grid;
  align-items: start;
  gap: clamp(34px, 7vw, 96px);
  grid-template-columns: minmax(280px, .78fr) minmax(440px, 1.22fr);
  margin-top: clamp(54px, 8vw, 104px);
}

.portal-demo + .portal-demo {
  padding-top: clamp(54px, 8vw, 104px);
  border-top: 1px solid rgba(25, 60, 41, .1);
}

.portal-phone-demo {
  grid-template-columns: minmax(440px, 1.22fr) minmax(280px, .78fr);
}

.portal-builder-demo .portal-demo-copy { order: 1; }
.portal-builder-demo .portal-demo-stage { order: 2; }
.portal-phone-demo .portal-demo-copy { order: 2; }
.portal-phone-demo .portal-demo-stage { order: 1; }

.portal-demo-index {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(25, 60, 41, .14);
  border-radius: 50%;
  color: #8a6d43;
  font-size: 12px;
  font-weight: 900;
}

.portal-demo h3 {
  max-width: 620px;
  margin: 22px 0 16px;
  color: var(--portal-green);
  font-family: var(--portal-serif);
  font-size: clamp(2.4rem, 5vw, 5.3rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.portal-demo-copy > p {
  max-width: 570px;
  margin: 0;
  color: var(--portal-muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.65;
}

.portal-demo-steps {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.portal-demo-steps li {
  display: grid;
  align-items: center;
  gap: 14px;
  grid-template-columns: 36px 1fr;
  min-height: 78px;
  padding: 16px 18px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: rgba(25, 60, 41, .48);
  cursor: pointer;
  outline: none;
  transition: color 320ms ease, border-color 320ms ease, background 320ms ease, transform 320ms ease;
}

.portal-demo-steps li span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(25, 60, 41, .07);
  font-size: 11px;
  font-weight: 900;
}

.portal-demo-steps li strong {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.portal-demo-steps li.is-active,
.portal-demo-steps li:hover,
.portal-demo-steps li:focus-visible {
  border-color: rgba(25, 60, 41, .12);
  background: rgba(255, 255, 255, .72);
  color: var(--portal-green);
  transform: translateX(8px);
}

.portal-demo-stage {
  position: sticky;
  top: 104px;
  display: grid;
  min-height: 590px;
  place-items: center;
  border: 1px solid rgba(25, 60, 41, .1);
  border-radius: 40px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.92), transparent 28%),
    linear-gradient(145deg, rgba(229, 234, 223, .88), rgba(232, 213, 184, .52));
  box-shadow: 0 34px 90px rgba(25, 60, 41, .12);
  contain: layout paint;
  overflow: hidden;
}

.portal-builder-svg {
  width: min(94%, 760px);
  height: auto;
  filter: drop-shadow(0 18px 18px rgba(16, 33, 23, .12));
}

.builder-layer {
  opacity: 0;
  transform: translateY(20px) scale(.98);
  transform-origin: center;
  transition: opacity 650ms ease, transform 750ms cubic-bezier(.2,.8,.2,1);
}

.builder-layer.is-built {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.builder-cursor {
  opacity: 0;
  transform: translate(-24px, 18px);
  transition: opacity 450ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}

.portal-builder-demo[data-demo-step="3"] .builder-cursor {
  opacity: 1;
  transform: translate(0, 0);
  animation: builder-click 1.5s ease-in-out infinite;
}

@keyframes builder-click {
  50% { transform: translate(-5px, 5px) scale(.94); }
}

.portal-phone-stage { min-height: 760px; }

.portal-phone {
  position: relative;
  width: min(74%, 350px);
  aspect-ratio: 360 / 700;
  transform: rotate(-2deg);
  transition: transform 600ms cubic-bezier(.2,.8,.2,1);
  filter: drop-shadow(0 24px 24px rgba(16, 33, 23, .16));
}

.portal-phone-stage:hover .portal-phone {
  transform: rotate(0) translateY(-6px);
}

.portal-phone-shell {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.portal-phone-screen {
  position: absolute;
  top: 4%;
  right: 10.6%;
  bottom: 4%;
  left: 10.6%;
  overflow: hidden;
  border-radius: 42px;
  background: #f9f7f1;
  color: var(--portal-green);
}

.phone-status {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 22px;
  left: 22px;
  display: flex;
  justify-content: space-between;
  color: #1d2c22;
  font-size: 10px;
  font-weight: 900;
}

.phone-status-icons {
  display: inline-flex;
  width: 58px;
  height: 14px;
}

.phone-status-icons svg {
  display: block;
  width: 100%;
  height: 100%;
}

.phone-screen-view {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  padding: 66px 24px 38px;
  opacity: 0;
  transform: translateY(34px) scale(.96);
  pointer-events: none;
  transition: opacity 500ms ease, transform 650ms cubic-bezier(.2,.8,.2,1);
}

.phone-screen-view.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.phone-screen-view strong {
  display: block;
  margin: 12px 0;
  font-family: var(--portal-serif);
  font-size: 27px;
  line-height: 1.05;
}

.phone-screen-view p {
  margin: 0 0 18px;
  color: #69746c;
  font-size: 12px;
  line-height: 1.5;
}

.phone-screen-view button {
  min-height: 42px;
  border: 0;
  border-radius: 21px;
  background: var(--portal-green);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.phone-mini-label {
  color: #927142;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.phone-whatsapp-mark {
  display: grid;
  width: 86px;
  height: 86px;
  margin: 8px auto 18px;
  place-items: center;
  border-radius: 30px;
  background: #1e9b55;
  color: #fff;
  box-shadow: 0 18px 36px rgba(30, 155, 85, .24);
  animation: phone-breathe 2.2s ease-in-out infinite;
}

.phone-whatsapp-mark svg {
  width: 56px;
  height: 56px;
}

@keyframes phone-breathe {
  50% { transform: scale(1.07); box-shadow: 0 24px 46px rgba(30, 155, 85, .34); }
}

.phone-calendar {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
  margin: 16px 0;
}

.phone-calendar i {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 10px;
  background: #ebece6;
  color: #657068;
  font-size: 10px;
  font-style: normal;
}

.phone-calendar i.is-selected {
  background: var(--portal-green);
  color: #fff;
}

.phone-time-row { display: flex; gap: 6px; }
.phone-time-row span {
  flex: 1;
  padding: 9px 4px;
  border: 1px solid #cad1c8;
  border-radius: 12px;
  text-align: center;
  font-size: 9px;
}

.phone-site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.phone-site-nav b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: #121713;
  color: #c8a75f;
}

.phone-site-nav span { font-size: 10px; font-weight: 800; }

.phone-service-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.phone-service-grid i {
  height: 72px;
  border-radius: 14px;
  background: linear-gradient(145deg, #e7eadf, #d7c19b);
}

.phone-screen-view label {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  color: #607067;
  font-size: 9px;
}

.phone-screen-view label i {
  height: 36px;
  border: 1px solid #d3d8d0;
  border-radius: 11px;
  background: #fff;
}

.phone-screen-view label.phone-message i { height: 78px; }
.phone-screen-view[data-phone-view="3"] button { margin-top: 16px; }

.phone-map {
  height: 270px;
  margin: -30px -24px 18px;
  overflow: hidden;
  background: #e8e5dc;
}

.phone-map svg { width: 100%; height: 100%; }

.phone-home-indicator {
  position: absolute;
  z-index: 4;
  right: 34%;
  bottom: 10px;
  left: 34%;
  height: 4px;
  border-radius: 999px;
  background: #121713;
}

.portal-packages {
  background: rgba(255, 255, 255, 0.38);
}

.portal-how,
.portal-packages,
.portal-platforms,
.portal-footer[data-portal-footer] {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.portal-price-card strong {
  display: block;
  margin-top: 14px;
  color: var(--portal-green);
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 500;
}

.portal-monthly {
  margin: 4px 0 18px;
  color: var(--portal-muted);
  font-weight: 800;
}

.portal-price-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.portal-price-card li {
  color: var(--portal-muted);
  line-height: 1.45;
}

.portal-price-card li::before {
  content: "+";
  margin-right: 8px;
  color: #8a6d43;
  font-weight: 900;
}

.portal-how {
  background:
    linear-gradient(135deg, rgba(33, 55, 37, 0.06), rgba(223, 195, 155, 0.18));
}

.portal-process {
  --process-active: 0;
  position: relative;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 18px;
}

#services {
  scroll-margin-top: 110px;
}

.portal-process-line {
  position: absolute;
  top: 68px;
  right: 8%;
  left: 8%;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(25, 60, 41, 0.13);
}

.portal-process-line span {
  display: block;
  width: calc(var(--process-active) * 25%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b9955f, var(--portal-green));
  box-shadow: 0 0 18px rgba(185, 149, 95, 0.55);
  transition: width 700ms cubic-bezier(.2,.8,.2,1);
}

.portal-process-step {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  justify-items: center;
  min-width: 0;
  padding: 0 14px 24px;
  outline: none;
  text-align: center;
  cursor: default;
}

.portal-process-icon {
  display: grid;
  width: 102px;
  height: 102px;
  place-items: center;
  border: 1px solid rgba(25, 60, 41, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.96), transparent 42%),
    linear-gradient(145deg, #fff, #e8eee4);
  color: var(--portal-green);
  box-shadow: 0 18px 44px rgba(25, 60, 41, 0.1);
  transform: translateY(8px) scale(.9);
  transition:
    color 450ms ease,
    background 450ms ease,
    box-shadow 450ms ease,
    transform 550ms cubic-bezier(.2,.8,.2,1);
}

.portal-process-icon svg {
  width: 66px;
  height: 66px;
  overflow: visible;
}

.process-stroke,
.process-wave,
.process-orbit,
.process-flame {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-draw {
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  transition: stroke-dashoffset 900ms cubic-bezier(.2,.8,.2,1);
}

.process-delay-one {
  transition-delay: 120ms;
}

.process-delay-two {
  transition-delay: 240ms;
}

.process-accent {
  fill: #b9955f;
  stroke: #fff;
  stroke-width: 2;
  transform-origin: center;
}

.process-wave,
.process-orbit,
.process-flame {
  opacity: .35;
  transform-origin: center;
}

.portal-process-number {
  margin-top: 18px;
  color: #8a6d43;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.portal-process-step strong {
  display: block;
  margin: 8px 0;
  color: var(--portal-green);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
}

.portal-process-step p {
  max-width: 220px;
  margin: 0;
  color: var(--portal-muted);
  font-size: .92rem;
  line-height: 1.5;
}

.portal-process-step.is-active .portal-process-icon,
.portal-process-step:focus-visible .portal-process-icon,
.portal-process-step:hover .portal-process-icon {
  color: #fff;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.18), transparent 38%),
    linear-gradient(145deg, var(--portal-green), var(--portal-green-2));
  box-shadow: 0 24px 58px rgba(25, 60, 41, 0.24);
  transform: translateY(0) scale(1);
}

.portal-process-step.is-active .process-draw,
.portal-process-step:focus-visible .process-draw,
.portal-process-step:hover .process-draw {
  stroke-dashoffset: 0;
}

.portal-process-step.is-active .process-accent {
  animation: process-pulse 1.8s ease-in-out infinite;
}

.portal-process-step.is-active .process-wave {
  animation: process-wave 1.8s ease-in-out infinite;
}

.portal-process-step.is-active .process-orbit {
  animation: process-orbit 7s linear infinite;
}

.portal-process-step.is-active .process-flame {
  animation: process-flame 900ms ease-in-out infinite alternate;
}

@keyframes process-pulse {
  50% { transform: scale(1.25); }
}

@keyframes process-wave {
  50% { opacity: 1; transform: translateX(3px); }
}

@keyframes process-orbit {
  to { transform: rotate(360deg); }
}

@keyframes process-flame {
  to { opacity: 1; transform: translate(-2px, 2px) scale(1.08); }
}

.portal-audience-grid,
.portal-platform-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.portal-audience-grid article,
.portal-platform-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--portal-line);
  border-radius: 22px;
  background: #fff;
}

.portal-audience-grid strong,
.portal-platform-card span {
  color: var(--portal-green);
  font-size: 18px;
}

.portal-audience-grid span,
.portal-platform-card em {
  color: var(--portal-muted);
  font-style: normal;
  line-height: 1.5;
}

.portal-scan {
  display: grid;
  align-items: start;
  gap: 24px;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  margin: clamp(20px, 4vw, 44px) clamp(18px, 8vw, 112px);
  padding: clamp(24px, 5vw, 44px);
  border-radius: 28px;
  background: var(--portal-green);
  color: #fff;
}

.portal-contact-page {
  align-items: start;
  display: grid;
  gap: clamp(24px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.95fr);
  margin: clamp(30px, 7vw, 88px) clamp(18px, 8vw, 112px) clamp(70px, 10vw, 120px);
}

.portal-contact-copy {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at top left, rgba(223, 195, 155, 0.32), transparent 18rem);
  border: 1px solid rgba(33, 55, 37, 0.11);
  border-radius: 34px;
  box-shadow: var(--portal-shadow);
  padding: clamp(28px, 5vw, 54px);
}

.portal-contact-copy h1 {
  color: var(--portal-green);
  font-family: var(--portal-serif);
  font-size: clamp(3rem, 7vw, 6.6rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin: 0 0 24px;
}

.portal-contact-copy p {
  color: rgba(12, 28, 20, 0.68);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.65;
}

.portal-contact-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.portal-contact-notes span {
  background: rgba(33, 55, 37, 0.08);
  border-radius: 999px;
  color: var(--portal-green);
  font-size: 0.88rem;
  font-weight: 900;
  padding: 10px 13px;
}

.portal-contact-form {
  background: rgba(232, 229, 221, 0.84);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(33, 55, 37, 0.18);
  padding: clamp(22px, 4vw, 34px);
}

.portal-scan h2,
.portal-scan .portal-kicker,
.portal-scan p {
  color: #fff;
}

.portal-scan .portal-button {
  color: var(--portal-green);
  background: #fff;
}

.portal-form-success {
  display: inline-block;
  margin-top: 20px !important;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.portal-growth-form {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(33, 55, 37, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.26);
}

.portal-growth-form label {
  display: grid;
  gap: 6px;
}

.portal-growth-form span {
  color: var(--portal-green);
  font-size: 13px;
  font-weight: 900;
}

.portal-growth-form input,
.portal-growth-form select,
.portal-growth-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  color: var(--portal-ink);
  background: rgba(255, 255, 255, 0.96);
  font: inherit;
}

.portal-growth-form textarea {
  min-height: 108px;
  resize: vertical;
}

.portal-growth-form em {
  color: #ffe0d6;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.portal-form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.portal-platforms {
  padding-bottom: clamp(70px, 10vw, 120px);
}

.portal-platform-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.portal-platform-card {
  color: var(--portal-green);
  text-decoration: none;
}

.portal-platform-card strong {
  color: var(--portal-green);
}

.portal-consent-check {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(33, 55, 37, 0.1);
  border-radius: 18px;
  display: grid !important;
  gap: 10px;
  grid-template-columns: auto 1fr;
  padding: 14px 16px;
}

.portal-consent-check input {
  accent-color: var(--portal-green);
  height: 18px;
  margin-top: 3px;
  width: 18px;
}

.portal-growth-form .portal-consent-check span {
  color: var(--portal-green);
  font-size: 0.94rem;
  line-height: 1.55;
}

.portal-consent-check a {
  color: var(--portal-green);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.portal-consent-check em {
  grid-column: 2;
}

.portal-legal-hero {
  margin: 0 auto;
  max-width: 980px;
  padding: 96px 32px 28px;
  text-align: center;
}

.portal-legal-hero h1 {
  color: var(--portal-ink);
  font-family: var(--portal-serif);
  font-size: clamp(3rem, 7vw, 6.8rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
  margin: 18px 0 22px;
}

.portal-legal-hero p {
  color: rgba(12, 28, 20, 0.68);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 720px;
}

.portal-legal-hero span {
  color: var(--portal-gold);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 24px;
  text-transform: uppercase;
}

.portal-legal-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(249, 243, 233, 0.84)),
    radial-gradient(circle at 10% 0%, rgba(172, 135, 74, 0.14), transparent 32%);
  border: 1px solid rgba(35, 58, 38, 0.12);
  border-radius: 34px;
  box-shadow: 0 32px 90px rgba(35, 58, 38, 0.12);
  color: rgba(12, 28, 20, 0.76);
  line-height: 1.75;
  margin: 0 auto 72px;
  max-width: 920px;
  padding: clamp(28px, 5vw, 54px);
}

.portal-legal-card h2 {
  color: var(--portal-green);
  font-family: var(--portal-serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.04em;
  margin: 34px 0 12px;
}

.portal-legal-card h2:first-child {
  margin-top: 0;
}

.portal-legal-card p {
  margin: 0 0 18px;
}

.portal-legal-card .legal-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 20px;
}

.portal-cookie-banner {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(12, 28, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  bottom: 22px;
  box-shadow: 0 28px 70px rgba(5, 12, 8, 0.28);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  left: 50%;
  max-width: min(1120px, calc(100vw - 32px));
  padding: 18px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 80;
}

.portal-cookie-banner[hidden] {
  display: none;
}

.portal-cookie-banner strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}

.portal-cookie-banner p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
  margin: 0;
}

.portal-cookie-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.portal-cookie-actions a,
.portal-cookie-secondary {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 10px 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.portal-footer {
  padding: 0 clamp(18px, 8vw, 112px) 30px;
  color: var(--portal-muted);
  font-size: 13px;
  text-align: center;
}

.portal-company-info {
  align-items: center;
  color: var(--portal-ink);
  display: flex;
  flex-wrap: wrap;
  font-weight: 900;
  gap: 8px 14px;
  justify-content: center;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.portal-company-info span + span {
  color: var(--portal-gold);
}

.portal-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;
}

.portal-footer[data-portal-footer] {
  --footer-pointer-x: 74%;
  --footer-pointer-y: 18%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: clamp(30px, 6vw, 90px) clamp(12px, 3vw, 42px) 18px;
  padding: clamp(28px, 5vw, 74px);
  border-radius: clamp(30px, 4vw, 58px);
  background:
    radial-gradient(circle at var(--footer-pointer-x) var(--footer-pointer-y), rgba(201, 166, 104, .25), transparent 24rem),
    linear-gradient(145deg, #102719 0%, #183924 55%, #0c1e13 100%);
  box-shadow: 0 34px 90px rgba(14, 37, 23, .22);
  color: rgba(255, 255, 255, .72);
  text-align: left;
}

.portal-footer-glow {
  position: absolute;
  top: -170px;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(216, 186, 129, .18);
  border-radius: 50%;
  pointer-events: none;
}

.portal-footer-glow::before,
.portal-footer-glow::after {
  position: absolute;
  border: 1px solid rgba(216, 186, 129, .13);
  border-radius: inherit;
  content: "";
}

.portal-footer-glow::before { inset: 62px; }
.portal-footer-glow::after { inset: 128px; }

.portal-footer-lead {
  position: relative;
  display: grid;
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  grid-template-columns: 120px minmax(280px, 1fr) auto;
  padding-bottom: clamp(34px, 5vw, 66px);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.portal-footer-mark {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(216, 186, 129, .22);
  border-radius: 34px;
  background: rgba(255, 255, 255, .05);
  box-shadow: inset 0 0 32px rgba(255, 255, 255, .03);
}

.portal-footer-mark svg {
  width: 82px;
  height: 82px;
  overflow: visible;
}

.portal-footer-mark circle,
.portal-footer-mark path {
  fill: none;
  stroke: #d8ba81;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.portal-footer-mark circle:nth-child(2) {
  stroke-dasharray: 4 8;
  opacity: .55;
}

.portal-footer-orbit {
  fill: #d8ba81 !important;
  stroke: none !important;
  transform-origin: 60px 60px;
  animation: footer-orbit 9s linear infinite;
}

@keyframes footer-orbit {
  to { transform: rotate(360deg); }
}

.portal-footer .portal-kicker { color: #d8ba81; }

.portal-footer-lead h2 {
  max-width: 780px;
  margin: 10px 0 14px;
  color: #fffdf8;
  font-family: var(--portal-serif);
  font-size: clamp(2.5rem, 5.2vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .96;
}

.portal-footer-lead h2 + p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.65;
}

.portal-footer-cta {
  display: grid;
  gap: 14px;
  min-width: min(100%, 285px);
}

.portal-footer-cta .portal-button {
  justify-content: space-between;
  background: #d8ba81;
  color: #173522;
}

.portal-footer-cta .portal-button:hover {
  background: #efd7a6;
  color: #102719;
}

.portal-footer-cta .portal-button span {
  font-size: 1.25rem;
  transition: transform 240ms ease;
}

.portal-footer-cta .portal-button:hover span { transform: translateX(5px); }

.portal-footer-availability {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.portal-footer-availability i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d8ba81;
  box-shadow: 0 0 0 6px rgba(216, 186, 129, .1);
}

.portal-footer-availability.is-open i {
  background: #70d99a;
  box-shadow: 0 0 0 6px rgba(112, 217, 154, .12);
  animation: footer-status 2s ease-in-out infinite;
}

@keyframes footer-status {
  50% { box-shadow: 0 0 0 10px rgba(112, 217, 154, 0); }
}

.portal-footer-grid {
  position: relative;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(250px, 1.4fr) repeat(3, minmax(150px, .7fr));
  padding: clamp(34px, 5vw, 64px) 0;
}

.portal-footer-grid section,
.portal-footer-grid nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.portal-footer-grid nav strong {
  margin-bottom: 8px;
  color: #d8ba81;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.portal-footer-grid a {
  position: relative;
  color: rgba(255, 255, 255, .82);
  font-size: .92rem;
  text-decoration: none;
  transition: color 220ms ease, transform 220ms ease;
}

.portal-footer-grid nav a:hover {
  color: #fff;
  transform: translateX(4px);
}

.portal-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
  font-size: 1.18rem !important;
  font-weight: 900;
  letter-spacing: .16em;
}

.portal-footer-logo img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
}

.portal-footer-brand > p {
  max-width: 330px;
  margin: 8px 0 4px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.55;
}

.portal-footer .portal-company-info {
  justify-content: flex-start;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: .66rem;
}

.portal-footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
}

.portal-footer-bottom p { margin: 0; }

.portal-footer-bottom a {
  color: rgba(255, 255, 255, .74);
  font-weight: 800;
  text-decoration: none;
}

.portal-footer-bottom a span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 220ms ease;
}

.portal-footer-bottom a:hover span { transform: translateY(-4px); }

.portal-whatsapp-float,
.portal-whatsapp-inline {
  align-items: center;
  background: #1f7a43;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  text-decoration: none;
}

.portal-whatsapp-float svg,
.portal-whatsapp-inline svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.portal-whatsapp-float {
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 18px 42px rgba(31, 122, 67, 0.34);
  font-size: 0.94rem;
  padding: 13px 17px;
  position: fixed;
  right: 22px;
  z-index: 74;
}

.portal-whatsapp-float:hover,
.portal-whatsapp-inline:hover {
  background: #176435;
  color: #fff;
}

.portal-whatsapp-inline {
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(31, 122, 67, 0.2);
  margin-top: 22px;
  padding: 13px 16px;
}

html[dir="rtl"] .portal-body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .portal-brand,
html[dir="rtl"] .portal-actions,
html[dir="rtl"] .portal-hero-actions,
html[dir="rtl"] .portal-footer-links,
html[dir="rtl"] .portal-chip-list {
  flex-direction: row-reverse;
}

html[dir="rtl"] .portal-price-card li::before {
  margin-right: 0;
  margin-left: 8px;
}

html[dir="rtl"] .portal-process-line span {
  margin-left: auto;
}

html[dir="rtl"] .portal-demo-steps li.is-active,
html[dir="rtl"] .portal-demo-steps li:hover,
html[dir="rtl"] .portal-demo-steps li:focus-visible {
  transform: translateX(-8px);
}

html[dir="rtl"] .portal-footer {
  text-align: right;
}

html[dir="rtl"] .portal-footer-grid nav a:hover {
  transform: translateX(-4px);
}

html[dir="rtl"] .portal-footer-cta .portal-button:hover span {
  transform: translateX(-5px);
}

html[dir="rtl"] .portal-footer-bottom a span {
  margin-right: 6px;
  margin-left: 0;
}

html[dir="rtl"] .portal-actions {
  margin-right: auto;
  margin-left: 0;
}

html[dir="rtl"] .portal-menu-panel {
  right: auto;
  left: 18px;
}

html[dir="rtl"] .portal-whatsapp-float {
  left: 22px;
  right: auto;
}

.portal-has-dom .portal-reveal {
  opacity: 0;
  translate: 0 22px;
  transition:
    opacity 620ms ease,
    translate 620ms ease;
}

.portal-has-dom .portal-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

@keyframes portal-drift {
  0% {
    transform:
      translate3d(
        calc(var(--portal-shift-x) * 18px),
        calc(var(--portal-shift-y) * 16px),
        0
      )
      scale(calc(0.94 + (var(--ambient-index) * 0.04)));
  }
  100% {
    transform:
      translate3d(
        calc((var(--portal-shift-x) * 26px) + 22px),
        calc((var(--portal-shift-y) * 22px) - 18px),
        0
      )
      scale(calc(1.02 + (var(--ambient-index) * 0.05)));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .portal-ambient span,
  .portal-hero-copy,
  .portal-hero-media,
  .portal-media-tile,
  .portal-media-tile img,
  .portal-showcase-track,
  .portal-proof-card img,
  .portal-card,
  .portal-process-icon,
  .process-draw,
  .builder-layer,
  .builder-cursor,
  .portal-phone,
  .phone-screen-view,
  .portal-footer-orbit,
  .portal-footer-availability i,
  .portal-has-dom .portal-reveal {
    animation: none;
    transform: none;
    transition: none;
    translate: 0 0;
  }

  .portal-has-dom .portal-reveal {
    opacity: 1;
  }

  .process-draw {
    stroke-dashoffset: 0;
  }

  .portal-process-step.is-active .process-accent,
  .portal-process-step.is-active .process-wave,
  .portal-process-step.is-active .process-orbit,
  .portal-process-step.is-active .process-flame {
    animation: none;
  }

  .builder-layer {
    opacity: 1;
  }

  .phone-whatsapp-mark {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .portal-package-grid,
  .portal-audience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .portal-demo {
    gap: 42px;
    grid-template-columns: minmax(260px, .85fr) minmax(400px, 1.15fr);
  }

  .portal-phone-demo {
    grid-template-columns: minmax(400px, 1.15fr) minmax(260px, .85fr);
  }

  .portal-footer-lead {
    grid-template-columns: 96px 1fr;
  }

  .portal-footer-mark {
    width: 94px;
    height: 94px;
  }

  .portal-footer-cta {
    grid-column: 2;
    justify-self: start;
  }

  .portal-footer-grid {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }

  .portal-footer-grid nav:last-child {
    grid-column: 2;
  }
}

@media (max-width: 860px) {
  html {
    scroll-behavior: auto;
  }

  .portal-body {
    background: linear-gradient(180deg, #fbfaf6 0%, #f5f2e9 100%);
  }

  .portal-header,
  .portal-menu-panel,
  .portal-cookie-banner {
    backdrop-filter: none;
  }

  .portal-hero-copy {
    transform: none;
  }

  .portal-actions .portal-link {
    display: none;
  }

  .portal-hero,
  .portal-trust,
  .portal-package-grid,
  .portal-audience-grid,
  .portal-platform-grid,
  .portal-contact-page {
    grid-template-columns: 1fr;
  }

  .portal-demo,
  .portal-phone-demo {
    display: block;
  }

  .portal-demo-stage {
    position: sticky;
    z-index: 3;
    top: 88px;
    order: 1;
    min-height: 360px;
    margin-bottom: 28px;
    border-radius: 30px;
    background: #e8eadf;
    box-shadow: 0 18px 42px rgba(25, 60, 41, .09);
  }

  .portal-demo-stage > * {
    position: relative;
    z-index: 1;
  }

  .portal-demo-copy,
  .portal-phone-demo .portal-demo-copy {
    position: relative;
    z-index: 2;
  }

  .portal-phone-stage {
    min-height: 560px;
  }

  .portal-demo-steps {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 24px;
    scroll-snap-type: none;
  }

  .portal-demo-steps::-webkit-scrollbar {
    display: none;
  }

  .portal-demo-steps li {
    min-height: clamp(108px, 16vh, 142px);
    align-content: center;
    background: #fff;
    backdrop-filter: none;
  }

  .portal-builder-svg,
  .portal-phone {
    filter: none;
  }

  .builder-layer {
    transition-duration: 320ms;
  }

  .phone-screen-view {
    transition: opacity 260ms ease, transform 300ms ease;
  }

  .phone-whatsapp-mark {
    animation: none;
  }

  .portal-footer-lead {
    grid-template-columns: 1fr;
  }

  .portal-footer-mark {
    width: 84px;
    height: 84px;
  }

  .portal-footer-mark svg {
    width: 64px;
    height: 64px;
  }

  .portal-footer-cta {
    grid-column: auto;
    width: min(100%, 360px);
  }

  .portal-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .portal-footer-brand {
    grid-column: 1 / -1;
  }

  .portal-footer-grid nav:last-child {
    grid-column: auto;
  }

  .portal-hero {
    padding-top: 38px;
  }

  .portal-hero-actions,
  .portal-scan {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .portal-visual-strip,
  .portal-hero-media {
    grid-template-columns: 1fr;
  }

  .portal-hero-media {
    grid-template-rows: none;
    min-height: 0;
  }

  .portal-media-tile,
  .portal-media-tile:first-child,
  .portal-media-tile:nth-child(3) {
    min-height: 230px;
    transform: none;
  }

  .portal-media-tile-large,
  .portal-media-tile:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .portal-button-large,
  .portal-scan .portal-button {
    width: 100%;
  }

  .portal-showcase {
    padding: 0 0 42px;
  }

  .portal-showcase-viewport {
    overflow: visible;
  }

  .portal-showcase-track {
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 9vw;
    scrollbar-width: none;
    transform: none !important;
  }

  .portal-proof-card {
    flex-basis: min(84vw, 370px);
    opacity: 1;
    scroll-snap-align: center;
    transform: none;
  }

  .portal-proof-card div {
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(17, 19, 14, 0.76), rgba(87, 82, 72, 0.74));
  }

  .portal-proof-card strong {
    font-size: clamp(1.25rem, 6vw, 1.6rem);
    line-height: 1.08;
  }

  .portal-showcase-dots {
    right: 0;
    left: 0;
  }

  .portal-cookie-banner {
    grid-template-columns: 1fr;
  }

  .portal-cookie-actions {
    justify-content: flex-start;
  }

  .portal-services {
    gap: 14px;
    margin-right: -18px;
    margin-left: -18px;
    padding: 4px 18px 18px;
    scroll-padding-inline: 18px;
  }

  .portal-card {
    flex-basis: min(82vw, 340px);
    min-height: 190px;
    border-radius: 28px;
    box-shadow: 0 24px 62px rgba(20, 28, 20, 0.1);
  }

  .portal-process {
    display: grid;
    grid-auto-columns: min(76vw, 290px);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 10px;
    margin-right: -18px;
    margin-left: -18px;
    padding: 12px 18px 22px;
    overflow-x: auto;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .portal-process::-webkit-scrollbar {
    display: none;
  }

  .portal-process-line {
    display: none;
  }

  .portal-process-step {
    min-height: 315px;
    padding: 24px;
    border: 1px solid var(--portal-line);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.75);
    scroll-snap-align: center;
  }

  .portal-process-step p {
    font-size: 1rem;
  }
}

@media (max-width: 560px) {
  .portal-header {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    padding: 14px 20px;
  }

  .portal-demo {
    margin-top: 44px;
  }

  .portal-demo h3 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .portal-demo-stage {
    min-height: 290px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .portal-phone-stage {
    min-height: 520px;
  }

  .portal-phone {
    width: min(78%, 280px);
  }

  .portal-phone-screen {
    border-radius: 34px;
  }

  .portal-brand {
    min-width: 0;
  }

  .portal-brand span {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .portal-hero {
    padding: 34px 28px 26px;
  }

  .portal-hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.1rem);
    line-height: 0.98;
  }

  .portal-intro {
    font-size: 1.04rem;
    margin: 20px 0 26px;
  }

  .portal-section {
    padding-right: 28px;
    padding-left: 28px;
  }

  .portal-footer[data-portal-footer] {
    margin: 28px 10px 10px;
    padding: 30px 24px 24px;
    border-radius: 34px;
  }

  .portal-footer-lead h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .portal-footer-grid {
    grid-template-columns: 1fr;
  }

  .portal-footer-grid nav,
  .portal-footer-grid nav:last-child {
    grid-column: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .portal-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .portal-section-head {
    margin-bottom: 18px;
  }

  .portal-section h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    letter-spacing: -0.04em;
  }

  .portal-trust,
  .portal-action-strip {
    margin-right: 28px;
    margin-left: 28px;
    padding-right: 0;
    padding-left: 0;
  }

  .portal-trust {
    display: none;
  }

  .portal-actions {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .portal-menu-panel {
    left: 18px;
    right: 18px;
    top: 88px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    padding: 18px;
    width: auto;
  }

  .portal-menu-panel a {
    font-size: 2rem;
    padding: 8px 10px;
  }

  .portal-menu-panel-head {
    margin-bottom: 2px;
    padding-bottom: 12px;
  }

  .portal-menu-language-form select {
    width: 100%;
  }

  .portal-form-row {
    grid-template-columns: 1fr;
  }

  .portal-consent-check {
    grid-template-columns: 1fr;
  }

  .portal-consent-check em {
    grid-column: 1;
  }

  .portal-cookie-banner {
    bottom: 12px;
    border-radius: 20px;
    grid-template-columns: 1fr;
  }

  .portal-cookie-actions,
  .portal-cookie-actions .portal-button {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .portal-whatsapp-float {
    bottom: 14px;
    padding: 12px 14px;
    right: 14px;
  }

  .portal-whatsapp-float span {
    display: none;
  }

  html[dir="rtl"] .portal-whatsapp-float {
    left: 14px;
    right: auto;
  }
}
