:root {
  --p: #0f9b4a;
  --p2: #0a6c36;
  --psoft: #d5f0e1;
  --d: #071c2b;
  --a: #8fe2b2;
  --n0: #f4f8f6;
  --n2: #bccbc1;
  --ink: #081710;
  --mut: #2f4638;
  --line: rgba(8, 23, 16, 0.24);
  --r1: 24px;
  --r2: 16px;
  --r3: 12px;
  --s1: 0 12px 30px rgba(7, 28, 43, 0.12);
  --s2: 0 22px 48px rgba(7, 28, 43, 0.16);
  --s3: 0 34px 72px rgba(7, 28, 43, 0.24);
  --header-h: 84px;
  --header-gap: clamp(0.45rem, 1.2vw, 0.85rem);
  --header-offset: calc(var(--header-h) + var(--header-gap));
  --viewport-height: 100dvh;
  --viewport-width: 100vw;
  --viewport-top-offset: 0px;
  --viewport-bottom-offset: 0px;
  --section-pad: clamp(1.8rem, 3.6vh, 2.8rem);
  --ease-smooth: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

.landing-body {
  margin: 0;
  font-family: "Cairo", sans-serif;
  color: var(--ink);
  background: var(--n0);
  line-height: 1.72;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 0;
}

.landing-body.is-ltr {
  direction: ltr;
}

.landing-body.is-rtl {
  direction: rtl;
}

.landing-body.modal-open {
  overflow: hidden;
}

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

.shell {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 2.8vw, 2rem);
}

.section {
  padding: var(--section-pad) 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.snap-section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 0;
}

.section.snap-section {
  min-height: var(--viewport-height);
}

.section.snap-section > .shell:not(.hero-grid) {
  min-height: calc(var(--viewport-height) - (var(--section-pad) * 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.muted {
  background: linear-gradient(180deg, #e6efe9, #e1ece6);
}

.dark {
  background:
    radial-gradient(circle at 10% 0%, rgba(143, 226, 178, 0.14), transparent 40%),
    radial-gradient(circle at 95% 100%, rgba(143, 226, 178, 0.11), transparent 34%),
    var(--d);
  color: #edf6f1;
}

.dots {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(rgba(29, 141, 74, 0.28) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.45;
  pointer-events: none;
}

.dots.bl {
  bottom: 18px;
  inset-inline-start: 24px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Changa", sans-serif;
  line-height: 1.28;
}

h1 {
  font-size: clamp(2.35rem, 5.8vw, 4rem);
  margin-top: 0.58rem;
}

h2 {
  font-size: clamp(1.85rem, 3.7vw, 2.72rem);
  margin-top: 0.42rem;
}

.section-text {
  margin-top: 0.62rem;
  color: var(--mut);
  max-width: 70ch;
  font-size: 1.05rem;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  margin-bottom: 1.18rem;
}

.dark .section-text {
  color: #d1e1db;
}

.site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 120;
  background: rgba(244, 248, 246, 0.96);
  border-bottom: 1px solid rgba(8, 23, 16, 0.08);
  backdrop-filter: blur(14px);
  transition:
    opacity 0.28s var(--ease-smooth),
    transform 0.28s var(--ease-smooth),
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.site-header.is-hidden {
  opacity: 0;
  transform: translateY(calc(-100% - 10px));
  pointer-events: none;
}

.site-header.scrolled {
  background: rgba(244, 248, 246, 0.98);
  border-color: var(--line);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px rgba(7, 28, 43, 0.14);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.45rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  text-decoration: none;
  color: inherit;
}

.brand img {
  width: 68px;
  height: 68px;
  padding: 6px;
  border-radius: 18px;
  border: 1.8px solid rgba(29, 141, 74, 0.42);
  box-shadow: 0 10px 24px rgba(7, 28, 43, 0.16);
  object-fit: contain;
  background: #fff;
}

.brand span {
  font-family: "Caveat", "Changa", "Cairo", sans-serif;
  font-size: clamp(2.15rem, 3vw, 2.65rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #0a6c36;
  line-height: 1.06;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 24px rgba(10, 108, 54, 0.16);
}

.header-actions {
  display: inline-flex;
  gap: 0.8rem;
  flex-wrap: nowrap;
}

.header-actions .btn {
  font-size: 0.98rem;
  padding: 0.76rem 1.25rem;
  min-width: 158px;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  font-size: 0.93rem;
  padding: 0.7rem 1.1rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  transition: 0.22s;
}

.btn:focus-visible {
  outline: 3px solid rgba(29, 141, 74, 0.32);
  outline-offset: 2px;
}

.btn.p {
  color: #fff;
  background: linear-gradient(135deg, var(--p), var(--p2));
  box-shadow: 0 16px 32px rgba(15, 155, 74, 0.36);
}

.btn.p:hover {
  box-shadow: 0 22px 40px rgba(15, 155, 74, 0.4);
  filter: brightness(1.04);
}

.btn.g {
  color: var(--ink);
  background: #fff;
  border-color: rgba(8, 23, 16, 0.36);
}

.btn.g:hover {
  border-color: rgba(15, 155, 74, 0.62);
  background: #f3faf6;
}

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

.hero {
  padding-top: calc(var(--header-offset) + 0.6rem);
  padding-bottom: 2rem;
  background:
    radial-gradient(circle at 88% 0%, rgba(15, 155, 74, 0.21), transparent 36%),
    radial-gradient(circle at 4% 100%, rgba(15, 155, 74, 0.14), transparent 30%),
    linear-gradient(180deg, #f2f9f4, #f7fbf9);
  overflow: hidden;
}

.hero.snap-section .hero-grid {
  min-height: calc(var(--viewport-height) - var(--header-offset) - 1.6rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3.5rem);
  position: relative;
  z-index: 1;
  align-items: start;
  align-content: start;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  max-width: 40rem;
  padding-top: clamp(0.1rem, 0.8vw, 0.6rem);
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.hero-title {
  position: relative;
  display: inline-block;
  color: #0b2d1c;
  font-weight: 800;
  letter-spacing: 0.01em;
  max-width: 11ch;
  font-size: clamp(2.45rem, 4.8vw, 4.15rem);
  line-height: 1.12;
  text-wrap: balance;
}

.hero-title span {
  color: var(--p2);
}

.hero-title::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -12px;
  width: 136px;
  height: 6px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--p), rgba(15, 155, 74, 0.15));
}

.hero .summary {
  margin-top: 1.1rem;
  color: #1f362b;
  max-width: 34rem;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
}

.hero-subtitle {
  color: #244236;
  font-weight: 700;
}

.hero-kpis {
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: 1.15rem;
}

.kpi {
  border: 1px solid rgba(8, 23, 16, 0.28);
  border-radius: var(--r3);
  background: #fff;
  padding: 0.84rem 0.92rem;
  box-shadow: var(--s1);
  min-height: 100%;
}

.kpi strong {
  display: flex;
  align-items: center;
  gap: 0.44rem;
  font-size: 1.1rem;
}

.kpi span {
  display: block;
  margin-top: 0.34rem;
  color: #395345;
  font-size: 0.88rem;
}

.kpi-icon {
  width: 18px;
  height: 18px;
  color: var(--p2);
  stroke-width: 2.2;
  flex: 0 0 auto;
}

.hero-visual {
  position: relative;
  width: 100%;
  min-height: clamp(320px, 34vw, 500px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hero-visual .browser {
  width: 100%;
  max-width: 720px;
}

.browser {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(7, 28, 43, 0.22);
  background: #fff;
  box-shadow: var(--s3);
  overflow: hidden;
  transform: perspective(1400px) rotateY(-2deg) rotateX(1deg) translate3d(0, var(--parallax-y, 0px), 0);
  transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s ease;
}

.browser:hover {
  transform: perspective(1400px) rotateY(-0.6deg) rotateX(0.7deg) translate3d(0, calc(var(--parallax-y, 0px) - 4px), 0);
}

.browser-head {
  height: 38px;
  background: linear-gradient(180deg, #f6faf8, #ecf3ee);
  border-bottom: 1px solid var(--n2);
  display: flex;
  align-items: center;
  gap: 0.36rem;
  padding-inline: 0.8rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.red {
  background: #f87171;
}

.yellow {
  background: #fbbf24;
}

.green {
  background: #34d399;
}

.address {
  margin-inline-start: 0.58rem;
  font-size: 0.72rem;
  color: #2b4135;
  border: 1px solid var(--n2);
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
  background: #fff;
  white-space: nowrap;
}

.browser-body {
  --hero-media-pad: clamp(0.4rem, 0.9vw, 0.78rem);
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(180deg, #edf4f0, #d6e3dd);
}

.hero-slide {
  position: absolute;
  inset: 0;
  padding: var(--hero-media-pad);
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.02);
  opacity: 0;
  transform: none;
  transition: opacity 0.78s ease;
  will-change: opacity;
}

.hero-slide.is-active {
  opacity: 1;
}

.scroll-cue {
  position: absolute;
  inset-inline-start: 50%;
  bottom: 0.9rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(8, 23, 16, 0.2);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  color: #244236;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(7, 28, 43, 0.14);
  transition: opacity 0.35s var(--ease-smooth), transform 0.35s var(--ease-smooth), visibility 0.35s var(--ease-smooth);
  z-index: 3;
}

.scroll-cue:hover {
  transform: translateX(-50%) translateY(-1px);
}

.scroll-cue.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
}

.scroll-cue-mouse {
  width: 18px;
  height: 28px;
  border-radius: 11px;
  border: 1.6px solid rgba(8, 23, 16, 0.35);
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
}

.scroll-cue-wheel {
  width: 3px;
  height: 6px;
  border-radius: 99px;
  background: #2f5a45;
  animation: scrollWheel 1.35s ease-in-out infinite;
}

.scroll-cue-arrow {
  width: 16px;
  height: 16px;
  animation: scrollArrow 1.35s ease-in-out infinite;
}

@keyframes scrollWheel {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.95;
  }
  50% {
    transform: translateY(7px);
    opacity: 0.42;
  }
}

@keyframes scrollArrow {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.85;
  }
  50% {
    transform: translateY(4px);
    opacity: 0.5;
  }
}

.features-grid,
.screens-grid {
  display: grid;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--r2);
  background: #fff;
  padding: 1.18rem;
  box-shadow: var(--s1);
  transition: 0.25s;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--s2);
  border-color: rgba(15, 155, 74, 0.4);
}

.card h3 {
  font-size: 1.11rem;
  display: flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--ink);
}

.card p {
  margin-top: 0.38rem;
  color: #334d3f;
  font-size: 0.96rem;
}

.icon {
  width: 22px;
  height: 22px;
  color: var(--p2);
  flex: 0 0 auto;
  stroke-width: 2.1;
}

.screen {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(237, 246, 241, 0.24);
  color: #eef7f1;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.screen h3 {
  color: #f0f8f3;
}

.screen p {
  color: #dcebe4;
}

.mock {
  margin-top: 0.66rem;
  border: 1px solid rgba(237, 246, 241, 0.3);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3);
  background: #0e3144;
}

.mock img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.68s var(--ease-smooth), filter 0.45s ease;
  filter: saturate(0.9) contrast(1.08);
}

.screen.reveal.visible .mock img {
  transform: scale(1);
}

.screen:hover .mock img {
  transform: scale(1.03);
}

.cta-box {
  border-radius: var(--r1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(135deg, var(--p), var(--p2));
  color: #f7fff9;
  padding: 1.8rem 1.9rem;
  box-shadow: var(--s3);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta-box::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  top: -140px;
  inset-inline-end: -80px;
}

.cta-box h2 {
  margin-top: 0;
  color: #fff;
}

.cta-box p {
  margin-top: 0.35rem;
  color: rgba(247, 255, 249, 0.9);
  max-width: 65ch;
  font-size: 0.92rem;
}

.cta-actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.cta-box .btn.p {
  background: #fff;
  color: var(--p2);
  box-shadow: none;
}

.final-stage {
  background:
    radial-gradient(circle at 12% 0%, rgba(143, 226, 178, 0.14), transparent 42%),
    radial-gradient(circle at 95% 100%, rgba(143, 226, 178, 0.1), transparent 32%),
    var(--d);
  padding-top: clamp(2rem, 4.2vh, 3rem);
}

.final-stage-shell {
  min-height: calc(var(--viewport-height) - (var(--section-pad) * 2));
  display: grid !important;
  grid-template-rows: auto auto;
  align-content: center;
  gap: clamp(1.35rem, 3.1vh, 2.2rem);
}

.site-footer {
  margin-top: 0;
  border: 1px solid rgba(232, 242, 236, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(8, 38, 59, 0.55), rgba(7, 28, 43, 0.86));
  color: #dce9e2;
  padding: 1.12rem 1.35rem 0.8rem;
}

.footer-grid {
  display: grid;
  gap: 1.24rem;
}

.fcol h3 {
  font-size: 1.08rem;
  color: #f2fbf4;
}

.fcol p,
.fcol a {
  margin-top: 0.35rem;
  font-size: 0.91rem;
  color: #c6d8ce;
  text-decoration: none;
  display: block;
}

.fcol a:hover {
  color: #f0fff5;
}

.f-bottom {
  margin-top: 0.92rem;
  border-top: 1px solid rgba(232, 242, 236, 0.16);
  padding-top: 0.72rem;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: #b1c5ba;
}

.social {
  display: inline-flex;
  gap: 0.36rem;
  align-items: center;
}

.social a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(232, 242, 236, 0.28);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d8ebe1;
  text-decoration: none;
  transition: 0.2s;
}

.social a:hover {
  background: rgba(141, 230, 176, 0.14);
  border-color: rgba(141, 230, 176, 0.45);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(1px);
  transition:
    opacity 0.58s var(--ease-smooth),
    transform 0.58s var(--ease-smooth),
    filter 0.58s var(--ease-smooth);
  transition-delay: var(--stagger-delay, 0ms);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.registration-modal,
.registration-success-modal {
  position: fixed;
  inset: 0;
  z-index: 2400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.registration-success-modal {
  z-index: 2500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.registration-modal.is-visible,
.registration-success-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.registration-backdrop,
.registration-success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 22, 17, 0.48);
  backdrop-filter: blur(3px);
}

.registration-dialog,
.registration-complete-dialog {
  position: relative;
  width: min(560px, calc(100% - 1.5rem));
  margin: 1rem auto;
  border-radius: 20px;
  border: 1px solid rgba(76, 175, 80, 0.34);
  background: linear-gradient(170deg, #ffffff, #f6fbf6);
  box-shadow: var(--s2);
  padding: 1.1rem;
  transform: translateY(16px) scale(0.98);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.registration-dialog {
  max-height: calc(var(--viewport-height) - 2rem);
  overflow: auto;
  padding: clamp(1rem, 2.5vw, 1.35rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(76, 175, 80, 0.12), rgba(76, 175, 80, 0)),
    linear-gradient(168deg, #ffffff, #f4fbf4);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.registration-dialog::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.registration-complete-dialog {
  width: min(500px, calc(100% - 1.5rem));
  max-height: calc(var(--viewport-height) - 2rem);
  overflow: auto;
  text-align: center;
  padding: clamp(1.15rem, 3vw, 1.7rem);
  background:
    radial-gradient(circle at 50% -20%, rgba(76, 175, 80, 0.2), rgba(76, 175, 80, 0)),
    linear-gradient(165deg, #ffffff, #f4fbf4);
  display: grid;
  gap: 0.72rem;
  justify-items: center;
  margin: 0;
}

.registration-modal.is-visible .registration-dialog,
.registration-success-modal.is-visible .registration-complete-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.registration-brand-block {
  display: flex;
  justify-content: center;
  margin: 0.24rem 0 0.68rem;
}

.registration-brand-block img {
  width: 86px;
  height: 86px;
  border-radius: 20px;
  border: 1px solid rgba(76, 175, 80, 0.34);
  box-shadow: 0 10px 22px rgba(76, 175, 80, 0.18);
  object-fit: cover;
}

.registration-dialog h2 {
  margin: 0;
  font-size: clamp(1.24rem, 2.5vw, 1.55rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: center;
}

.registration-subtitle {
  margin: 0.56rem 0 0.2rem;
  color: #4a6552;
  font-size: 0.92rem;
  text-align: center;
}

.registration-close {
  position: absolute;
  inset-inline-end: 0.9rem;
  top: 0.8rem;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid #c5d9c6;
  background: #fff;
  color: #213126;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.registration-form {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.82rem;
}

.registration-field {
  display: grid;
  gap: 0.34rem;
  padding: 0.18rem 0;
}

.registration-form label {
  font-size: 0.86rem;
  color: #213126;
  font-weight: 700;
}

.registration-form label span {
  color: #617866;
  font-weight: 500;
  margin-inline-start: 0.32rem;
}

.registration-form input,
.registration-form textarea {
  width: 100%;
  border: 1px solid #c5d9c6;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.96);
  color: #101611;
  padding: 0.72rem 0.86rem;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.registration-form input::placeholder,
.registration-form textarea::placeholder {
  color: rgba(97, 120, 102, 0.78);
  font-size: 0.82rem;
}

.registration-form input:focus-visible,
.registration-form textarea:focus-visible,
.registration-close:focus-visible,
.registration-complete-btn:focus-visible {
  outline: 3px solid rgba(76, 175, 80, 0.35);
  outline-offset: 2px;
  border-color: rgba(76, 175, 80, 0.58);
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.14);
}

.registration-form textarea {
  resize: vertical;
}

.registration-response {
  min-height: 1.22rem;
  margin: 0;
  font-size: 0.86rem;
  color: #35513d;
}

.registration-response.is-error {
  color: #b42318;
}

.registration-response.is-success {
  color: #1e7f3f;
}

.registration-submit {
  margin-top: 0.28rem;
}

.registration-complete-icon {
  width: 92px;
  height: 92px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(76, 175, 80, 0.3);
  box-shadow: 0 16px 30px rgba(76, 175, 80, 0.24);
}

.registration-complete-icon img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.registration-complete-title {
  margin: 0;
  font-size: clamp(1.32rem, 2.8vw, 1.56rem);
  line-height: 1.25;
  color: #101611;
}

.registration-complete-description {
  margin: 0;
  max-width: 34ch;
  color: #4a6552;
  font-size: 0.94rem;
  line-height: 1.55;
}

.registration-complete-btn {
  margin-top: 0.3rem;
  min-width: 190px;
}

.registration-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    align-items: start;
    gap: clamp(1.8rem, 3vw, 3.4rem);
  }

  .hero-copy {
    max-width: 44rem;
  }

  .hero-title {
    max-width: 12ch;
    font-size: clamp(2.3rem, 4.2vw, 4rem);
  }

  .hero-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .kpi {
    padding: 0.72rem 0.78rem;
  }

  .kpi strong {
    font-size: 1rem;
  }

  .kpi span {
    font-size: 0.84rem;
    line-height: 1.55;
  }

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

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 1fr);
  }
}

@media (max-width: 899px) {
  :root {
    --header-h: 78px;
  }

  .landing-body {
    scroll-snap-type: none;
  }

  .shell {
    padding-inline: clamp(0.9rem, 3.5vw, 1.35rem);
  }

  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
  }

  .section {
    padding: 1.3rem 0;
  }

  .section.snap-section {
    min-height: auto;
  }

  .section.snap-section > .shell:not(.hero-grid) {
    min-height: auto;
    justify-content: flex-start;
  }

  .hero {
    padding-top: calc(var(--header-offset) + 0.4rem);
    padding-bottom: 1.75rem;
  }

  .hero.snap-section .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.28rem;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-title {
    max-width: 13ch;
    font-size: clamp(2rem, 8.6vw, 3rem);
    line-height: 1.22;
  }

  .hero-title::after {
    width: min(136px, 38vw);
  }

  .hero .summary {
    margin-top: 1rem;
    max-width: none;
  }

  .hero-kpis {
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
    gap: 0.86rem;
  }

  .kpi {
    padding: 0.68rem 0.74rem;
  }

  .hero-visual {
    order: -1;
    min-height: clamp(240px, 58vw, 420px);
    justify-content: center;
  }

  .hero-visual .browser {
    width: 100%;
    max-width: none;
  }

  .browser,
  .browser:hover {
    transform: none;
  }

  .brand {
    gap: 0.6rem;
  }

  .brand img {
    width: 58px;
    height: 58px;
    padding: 5px;
    border-radius: 16px;
  }

  .brand span {
    font-size: 2rem;
  }

  .header-actions {
    width: 100%;
    gap: 0.5rem;
    justify-content: center;
  }

  .header-actions .btn {
    min-width: 108px;
    padding: 0.62rem 0.9rem;
    font-size: 0.86rem;
  }

  .scroll-cue {
    display: none;
  }

  .final-stage {
    padding-top: 1.2rem;
  }

  .final-stage-shell {
    display: flex !important;
    align-content: stretch;
    gap: 1rem;
    min-height: auto;
  }

  .site-footer {
    border-radius: 16px;
    padding: 1rem 0.92rem 0.7rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.92rem;
  }
}

@media (max-width: 640px) {
  :root {
    --header-h: 72px;
  }

  .shell {
    padding-inline: 0.85rem;
  }

  .header-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0.45rem 0 0.55rem;
  }

  .brand {
    justify-content: center;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions .btn {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
  }

  .features-grid,
  .screens-grid {
    grid-template-columns: 1fr;
  }

  .registration-dialog {
    margin: 0.7rem auto;
    max-height: calc(var(--viewport-height) - 1.4rem);
    padding: 0.9rem;
  }

  .registration-complete-dialog {
    margin: 0;
    max-height: calc(var(--viewport-height) - 1.4rem);
    padding: 1rem 0.88rem;
  }

  .registration-complete-icon {
    width: 82px;
    height: 82px;
  }

  .registration-complete-btn {
    min-width: 0;
    width: 100%;
  }
}

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

  .landing-body {
    scroll-snap-type: none;
  }

  .reveal,
  .btn,
  .card,
  .browser,
  .mock img,
  .hero-slide,
  .scroll-cue,
  .registration-modal,
  .registration-success-modal,
  .registration-dialog,
  .registration-complete-dialog {
    transition: none !important;
    animation: none !important;
  }
}
