:root {
  --page-bg: #052c25;
  --surface: rgba(255, 255, 255, 0.96);
  --surface-muted: #f3f7f4;
  --surface-dark: #0c2f29;
  --text: #15231f;
  --text-muted: #63716d;
  --line: #dce6e1;
  --primary: #8eea31;
  --primary-strong: #66c91b;
  --primary-soft: #edffd9;
  --accent: #df78ad;
  --white: #ffffff;
  --shadow-lg: 0 30px 90px rgba(0, 31, 24, 0.24);
  --shadow-md: 0 18px 44px rgba(14, 56, 46, 0.12);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --transition: 180ms ease;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 32px;
  color: var(--text);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(135deg, rgba(2, 38, 31, 0.92), rgba(7, 115, 66, 0.62)),
    url("images/background_darkgreen.png") center / cover fixed;
}

button,
input,
select {
  font: inherit;
}

button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(142, 234, 49, 0.42);
  outline-offset: 3px;
}

form,
p,
h1,
h2,
h3 {
  margin-top: 0;
}

.x77bb0dbe130b {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.xf4736cb66f0a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 30px;
  background: rgba(255, 255, 255, 0.92);
}

.xb63ad1844ba9 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.xb639d26f0eca {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  position: relative;
  background: linear-gradient(145deg, var(--primary), #c5ff72);
  box-shadow: 0 10px 24px rgba(105, 205, 29, 0.26);
}

.xb639d26f0eca::before {
  width: 15px;
  height: 21px;
  border-radius: 100% 0 100% 0;
  background: var(--surface-dark);
  content: "";
  transform: rotate(-35deg);
}

.xde75b8e3d1d5 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.xde75b8e3d1d5 strong {
  color: var(--accent);
  font-weight: 800;
}

.x59fe756c0ae0 {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 0 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(248, 251, 249, 0.9);
}

.x0611d515c74e {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.x0611d515c74e::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--primary-strong);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.x0611d515c74e:hover,
.x0611d515c74e.x309eafaafe37 {
  color: var(--text);
}

.x0611d515c74e:hover::after,
.x0611d515c74e.x309eafaafe37::after {
  transform: scaleX(1);
}

.x5dca3aae4e6f {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.85fr);
  gap: 28px;
  padding: 32px;
}

.xdb2e52228c2a {
  display: grid;
  min-width: 0;
  gap: 28px;
}

.xe8ec4ebe76e3,
.x1a1b732b6e49,
.x6b21be9ebc81 {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.xe8ec4ebe76e3 {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  min-height: 430px;
  overflow: hidden;
}

.xdbe57f6ee1aa {
  position: relative;
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  padding: 32px 28px 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(151, 255, 75, 0.26), transparent 42%),
    linear-gradient(155deg, #123f36 0%, #082d26 100%);
}

.xdbe57f6ee1aa::before,
.xdbe57f6ee1aa::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.xdbe57f6ee1aa::before {
  width: 330px;
  height: 330px;
}

.xdbe57f6ee1aa::after {
  width: 245px;
  height: 245px;
}

.x0e667c72bbcd {
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(142, 234, 49, 0.24);
  filter: blur(42px);
  animation: productGlowPulse 4.8s ease-in-out infinite;
}

.xe4c4f8495968 {
  --stage-rotate-x: 0deg;
  --stage-rotate-y: 0deg;
  --stage-shift-x: 0px;
  --stage-shift-y: 0px;
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 310px);
  min-height: 310px;
  place-items: center;
  transform: perspective(850px) rotateX(var(--stage-rotate-x)) rotateY(var(--stage-rotate-y)) translate(var(--stage-shift-x), var(--stage-shift-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.xe4c4f8495968::before,
.xe4c4f8495968::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.xe4c4f8495968::before {
  width: 255px;
  height: 255px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow:
    0 0 0 26px rgba(255, 255, 255, 0.025),
    0 0 0 54px rgba(142, 234, 49, 0.035);
  animation: productRingPulse 4.8s ease-in-out infinite;
}

.xe4c4f8495968::after {
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(142, 234, 49, 0.26), rgba(142, 234, 49, 0.08) 48%, transparent 72%);
  filter: blur(4px);
  animation: productGlowPulse 4.8s ease-in-out infinite;
}

.x822632b503dd {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transform: translateZ(34px);
  animation: productNameFloat 4.2s ease-in-out infinite;
}

.xa31fbc9f51f3 {
  display: block;
  color: var(--white);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.xa31fbc9f51f3::after {
  display: block;
  width: 58%;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  content: "";
  box-shadow: 0 0 18px rgba(142, 234, 49, 0.55);
}

.x4eaf1e125b85 {
  position: relative;
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.25),
    0 0 34px rgba(142, 234, 49, 0.18);
  overflow: hidden;
}

.x4eaf1e125b85::before {
  position: absolute;
  inset: -40%;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.8) 50%, transparent 62%);
  content: "";
  transform: translateX(-80%) rotate(8deg);
  animation: flagShine 4.6s ease-in-out infinite;
}

.x4eaf1e125b85 img {
  position: relative;
  z-index: 1;
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
}


.template-hero-icon {
  width: 128px;
  height: 128px;
  border-radius: 30px;
}

.template-hero-icon img {
  width: 98px;
  height: 98px;
}

@media (max-width: 700px) {
  .template-hero-icon {
    width: 112px;
    height: 112px;
    border-radius: 28px;
  }

  .template-hero-icon img {
    width: 84px;
    height: 84px;
  }
}

.xe8ec4ebe76e3:hover .x822632b503dd {
  animation-duration: 3.3s;
}

@keyframes productGlowPulse {
  0%, 100% {
    opacity: 0.65;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes productRingPulse {
  0%, 100% {
    opacity: 0.72;
    transform: scale(0.96) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: scale(1.035) rotate(4deg);
  }
}

@keyframes productNameFloat {
  0%, 100% {
    transform: translate3d(0, -5px, 34px);
  }

  50% {
    transform: translate3d(0, 7px, 46px);
  }
}

@keyframes flagShine {
  0%, 56% {
    transform: translateX(-90%) rotate(8deg);
  }

  76%, 100% {
    transform: translateX(90%) rotate(8deg);
  }
}

.x8da9e6c8dd9b {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 2;
}

.x2bbae850465e {
  align-self: center;
  padding: 38px;
}


.x2bbae850465e h1,
.x1a1b732b6e49 h2,
.xfbe40618eb04 h2 {
  margin-bottom: 18px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.x2bbae850465e h1 {
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.05;
}

.x2bbae850465e p,
.x1a1b732b6e49 p {
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.78;
}

.x2bbae850465e p:last-child,
.x1a1b732b6e49 p:last-child {
  margin-bottom: 0;
}

.x1a1b732b6e49 {
  padding: 38px;
}

.x1a1b732b6e49 h2 {
  font-size: clamp(1.55rem, 2.8vw, 2rem);
}

.x47b4426d18cf {
  min-width: 0;
}

.xfbe40618eb04 {
  margin-bottom: 16px;
  padding: 0 4px;
}

.xfbe40618eb04 h2 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
}

.x6b21be9ebc81 {
  position: sticky;
  top: 24px;
  padding: 18px;
}

.xd00c2e0b7489 {
  position: relative;
  padding: 26px 22px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), #b9ff63);
}

.xd00c2e0b7489::after {
  position: absolute;
  top: -55px;
  right: -55px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(12, 47, 41, 0.14);
  border-radius: 50%;
  content: "";
}

.x87ff75353e38 {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  font-weight: 800;
  background: var(--surface-dark);
}

.xd00c2e0b7489 h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--surface-dark);
  font-size: clamp(1.25rem, 2.2vw, 1.62rem);
  line-height: 1.24;
  letter-spacing: -0.035em;
}

.x93739fc52925 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 2px 16px;
}

.x33a5ffb81da3 {
  display: grid;
  gap: 7px;
}

.x3d32739ecb1a {
  grid-column: span 1;
}

.x6f4b3bb697f2 {
  grid-column: 1 / -1;
}

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

.x33a5ffb81da3 input,
.x33a5ffb81da3 select {
  width: 100%;
  min-height: 49px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--text);
  background: var(--surface-muted);
  padding: 0 14px;
  transition:
    border-color var(--transition),
    background-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

.x33a5ffb81da3 select {
  cursor: pointer;
}

.x33a5ffb81da3 input::placeholder {
  color: #929f9b;
}

.x33a5ffb81da3 input:hover,
.x33a5ffb81da3 select:hover {
  border-color: #c4d3cc;
  background: #f7faf8;
}

.x33a5ffb81da3 input:focus,
.x33a5ffb81da3 select:focus {
  border-color: var(--primary-strong);
  outline: none;
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(142, 234, 49, 0.15);
  transform: translateY(-1px);
}

.x968399709436 {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 14px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background-color var(--transition);
}

.x5404c2a54780 {
  color: var(--surface-dark);
  background: linear-gradient(135deg, var(--primary), #b8ff62);
  box-shadow: 0 12px 24px rgba(102, 201, 27, 0.22);
}

.x5404c2a54780:hover {
  background: linear-gradient(135deg, #a4f65b, var(--primary));
  box-shadow: 0 16px 30px rgba(102, 201, 27, 0.29);
  transform: translateY(-2px);
}

.x5404c2a54780:active {
  transform: translateY(0);
}

.x727cf77bf527 {
  min-height: 42px;
  border-radius: 12px;
  padding: 0 17px;
  font-size: 0.82rem;
}

.x2348858b565a,
.x26b27307a53a {
  width: 100%;
}

.x26b27307a53a {
  justify-content: space-between;
  min-height: 54px;
  padding: 0 18px;
}


.xf4089a8c3a8c {
  padding: 19px 30px;
  border-top: 1px solid rgba(105, 84, 0, 0.12);
  color: #524b1b;
  background: linear-gradient(90deg, #f3e996, #e6db7c);
  text-align: center;
}

.xf4089a8c3a8c p {
  margin-bottom: 0;
  font-size: 0.78rem;
  font-weight: 700;
}

.x5b341da18a34 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

@media (max-width: 980px) {
  body {
    padding: 18px;
  }

  .x5dca3aae4e6f {
    grid-template-columns: 1fr;
  }

  .x47b4426d18cf {
    display: grid;
  }

  .x6b21be9ebc81 {
    position: static;
  }
}

@media (max-width: 700px) {
  body {
    padding: 0;
    background-attachment: scroll;
  }

  .x77bb0dbe130b {
    border: 0;
    border-radius: 0;
  }

  .xf4736cb66f0a {
    padding: 18px;
  }

  .xb639d26f0eca {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .x59fe756c0ae0 {
    padding: 0 18px;
  }

  .x5dca3aae4e6f {
    gap: 20px;
    padding: 20px 18px 24px;
  }

  .xdb2e52228c2a {
    gap: 20px;
  }

  .xe8ec4ebe76e3 {
    grid-template-columns: 1fr;
  }

  .xdbe57f6ee1aa {
    min-height: 390px;
  }

  .x2bbae850465e,
  .x1a1b732b6e49 {
    padding: 28px 24px;
  }

  .xfbe40618eb04 {
    margin-top: 4px;
  }
}

@media (max-width: 480px) {
  .xf4736cb66f0a {
    align-items: flex-start;
  }

  .xde75b8e3d1d5 {
    max-width: 118px;
    line-height: 1.05;
  }

  .x727cf77bf527 {
    min-height: 40px;
    max-width: 142px;
    padding: 0 13px;
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .xdbe57f6ee1aa {
    min-height: 350px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .x8da9e6c8dd9b {
    right: 22px;
    left: 22px;
  }

  .x93739fc52925 {
    grid-template-columns: 1fr;
  }

  .x3d32739ecb1a,
  .x6f4b3bb697f2 {
    grid-column: 1;
  }

  .xf4089a8c3a8c {
    padding: 17px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Multi-page additions */
.x9d6982bdabc7 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 28px;
}

.x13f43729fd7f {
  align-items: start;
}

.x40aa2141738f,
.xf4f7e114cedf,
.xac4474a0f9e5,
.xb6d893f993e5,
.x370a29d1be89 {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.x40aa2141738f {
  position: relative;
  padding: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(142, 234, 49, 0.22), transparent 28%),
    linear-gradient(145deg, #ffffff, #f4faf6);
}

.x40aa2141738f::after {
  position: absolute;
  top: -95px;
  right: -70px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(102, 201, 27, 0.18);
  border-radius: 50%;
  content: "";
}

.x200697da2857 {
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 8px;
  color: var(--primary-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.x200697da2857::before {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.x392f3e425a62 {
  margin-bottom: 24px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: 0.1em;
}

.x40aa2141738f h1:not(.xe2ce0ef6f249),
.xac4474a0f9e5 h1:not(.xe2ce0ef6f249) {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.x1f8d06566646,
.xac4474a0f9e5 p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.75;
}

.x82c316fa05bc {
  padding-top: 50px;
  padding-bottom: 50px;
}

.xf4f7e114cedf {
  padding: 42px;
}

.xbdc50a3bd3a9 + .xbdc50a3bd3a9 {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.xbdc50a3bd3a9 h2 {
  margin-bottom: 16px;
  font-size: clamp(1.35rem, 2.5vw, 1.78rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.xbdc50a3bd3a9 p {
  max-width: 760px;
  color: var(--text-muted);
  font-size: 0.97rem;
  line-height: 1.85;
}

.xbdc50a3bd3a9 p:last-child {
  margin-bottom: 0;
}

.x06f48cb05bfd {
  padding: 32px;
}

.xac4474a0f9e5 {
  position: relative;
  min-height: 290px;
  padding: 52px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 25%, rgba(142, 234, 49, 0.26), transparent 28%),
    linear-gradient(145deg, #0c4036, #062d27);
}

.xac4474a0f9e5::after {
  position: absolute;
  right: -80px;
  bottom: -145px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.xac4474a0f9e5 .x200697da2857 {
  color: var(--primary);
}

.xac4474a0f9e5 h1:not(.xe2ce0ef6f249) {
  color: var(--white);
}

.xac4474a0f9e5 p {
  color: rgba(255, 255, 255, 0.72);
}

.xb3c04269ba19 {
  min-height: 230px;
}

.x6de832bfdb1b {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
  gap: 28px;
  margin-top: 28px;
  align-items: start;
}

.xb6d893f993e5 {
  padding: 38px;
}

.x7750cb316367 {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.x1ea70a5ea2e8 {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--surface-dark);
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--primary);
}

.x7750cb316367 h2,
.x370a29d1be89 h2 {
  margin-bottom: 6px;
  font-size: clamp(1.45rem, 2.7vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.x7750cb316367 p {
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}

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

.x36800fd6241e .x33a5ffb81da3 label {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
}

.x5bf2e32babb3 {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.x33a5ffb81da3 textarea {
  width: 100%;
  min-height: 170px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--text);
  background: var(--surface-muted);
  padding: 14px;
  font: inherit;
  transition:
    border-color var(--transition),
    background-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

.x33a5ffb81da3 textarea:hover {
  border-color: #c4d3cc;
  background: #f7faf8;
}

.x33a5ffb81da3 textarea:focus {
  border-color: var(--primary-strong);
  outline: none;
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(142, 234, 49, 0.15);
  transform: translateY(-1px);
}

.xdaed29f761a3 {
  min-width: 220px;
  justify-content: space-between;
  margin-top: 22px;
}

.xf9c86b42ad53 {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.x370a29d1be89 {
  position: sticky;
  top: 24px;
  padding: 32px;
  color: rgba(255, 255, 255, 0.74);
  background: var(--surface-dark);
  border-color: rgba(255, 255, 255, 0.08);
}

.xff6f6445b78f {
  margin-bottom: 24px;
  color: var(--surface-dark);
  background: var(--primary);
}

.x370a29d1be89 h2,
.x370a29d1be89 h3 {
  color: var(--white);
}

.x370a29d1be89 h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.x370a29d1be89 p {
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.7;
}

.x15c5353ec091 {
  display: inline-flex;
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
}

.x15c5353ec091:hover {
  text-decoration: underline;
}

.x33f1a1ace98e {
  height: 1px;
  margin: 28px 0;
  background: rgba(255, 255, 255, 0.11);
}

.x265bcba49b23 {
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  padding: 15px 18px;
  font-size: 0.9rem;
  font-weight: 700;
}

.status-success {
  border-color: rgba(79, 158, 22, 0.24);
  color: #245b14;
  background: #edffd9;
}

.status-error {
  border-color: rgba(177, 48, 48, 0.2);
  color: #8d2323;
  background: #fff0f0;
}

@media (max-width: 980px) {
  .x6de832bfdb1b {
    grid-template-columns: 1fr;
  }

  .x370a29d1be89 {
    position: static;
  }
}

@media (max-width: 700px) {
  .x59fe756c0ae0 {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .x59fe756c0ae0::-webkit-scrollbar {
    display: none;
  }

  .x9d6982bdabc7 {
    width: max-content;
    min-width: 100%;
    gap: 22px;
  }

  .x0611d515c74e {
    flex: 0 0 auto;
  }

  .x40aa2141738f,
  .xf4f7e114cedf {
    padding: 28px 24px;
  }

  .x06f48cb05bfd {
    padding: 20px 18px 24px;
  }

  .xac4474a0f9e5 {
    min-height: 250px;
    padding: 36px 26px;
  }

  .x6de832bfdb1b {
    gap: 20px;
    margin-top: 20px;
  }

  .xb6d893f993e5,
  .x370a29d1be89 {
    padding: 26px 22px;
  }

  .x4c18c51cb175 {
    grid-template-columns: 1fr;
  }

  .x4c18c51cb175 .x6f4b3bb697f2 {
    grid-column: 1;
  }

  .xdaed29f761a3 {
    width: 100%;
  }
}



/* Centered mobile burger navigation */
.x5a125c37e6b3 {
  display: none;
}

.x929b09e2aa9a {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0;
  color: var(--text);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(14, 56, 46, 0.11);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.x929b09e2aa9a:hover {
  background: var(--primary-soft);
  box-shadow: 0 14px 28px rgba(14, 56, 46, 0.14);
  transform: translateY(-1px);
}

.x929b09e2aa9a span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--transition), opacity var(--transition);
}

.x929b09e2aa9a.x03840521458a span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.x929b09e2aa9a.x03840521458a span:nth-child(2) {
  opacity: 0;
}

.x929b09e2aa9a.x03840521458a span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 700px) {
  .xf4736cb66f0a {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .xb63ad1844ba9 {
    min-width: 0;
    justify-self: start;
  }

  .xf4736cb66f0a > form {
    min-width: 0;
    justify-self: end;
  }

  .x5a125c37e6b3 {
    display: flex;
    justify-content: center;
    padding: 12px 18px 0;
  }

  .x929b09e2aa9a {
    display: grid;
    justify-self: center;
  }

  .x59fe756c0ae0 {
    display: block;
    min-height: 0;
    max-height: 0;
    padding: 0 18px;
    overflow: hidden;
    border-top: 0;
    border-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 260ms ease, opacity 180ms ease, visibility 180ms ease, border-color 180ms ease;
  }

  .x59fe756c0ae0.x03840521458a {
    max-height: 340px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    opacity: 1;
    visibility: visible;
  }

  .x59fe756c0ae0 .x9d6982bdabc7 {
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 12px;
  }

  .x59fe756c0ae0 .x0611d515c74e {
    width: 100%;
    min-height: 48px;
    flex: 0 0 auto;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .xf4736cb66f0a {
    align-items: center;
    padding: 14px 14px;
    gap: 8px;
  }

  .xb63ad1844ba9 {
    gap: 8px;
  }

  .xb639d26f0eca {
    width: 36px;
    height: 36px;
  }

  .xde75b8e3d1d5 {
    max-width: 96px;
    font-size: 0.82rem;
    line-height: 1.05;
  }

  .x5a125c37e6b3 {
    padding: 10px 14px 0;
  }

  .x929b09e2aa9a {
    width: 44px;
    height: 44px;
  }

  .xa31fbc9f51f3 {
    font-size: 2.15rem;
    font-weight: 700;
    letter-spacing: 0;
  }

  .xf4736cb66f0a .x727cf77bf527 {
    width: auto;
    min-width: 0;
    max-width: 145px;
    min-height: 42px;
    padding: 0 12px;
    overflow: visible;
    font-size: 0.70rem;
    line-height: 1.12;
    white-space: nowrap;
  }

  .xf4736cb66f0a .x727cf77bf527::after {
    content: none;
  }
}

/* Whole right-side order panel acts as one link/CTA. */
.x9a035dda9715,
.x9a035dda9715 input,
.x9a035dda9715 select,
.x9a035dda9715 button {
  cursor: pointer;
}

/* =========================================================
   Generator overrides — created automatically
   ========================================================= */
:root {
  --page-bg: #052C25;
  --surface: #FBFDFF;
  --white: #FFFFFF;
  --text: #172E37;
  --text-muted: #60717A;
  --primary: #6DCCFF;
  --primary-strong: #2699E6;
  --accent: #A884F5;
  --surface-dark: #11342F;
}

body {
  
}

.x2bbae850465e h1,
.x40aa2141738f h1:not(.xe2ce0ef6f249),
.xac4474a0f9e5 h1:not(.xe2ce0ef6f249) {
  color: #172E37;
}

.x1a1b732b6e49 h2,
.xbdc50a3bd3a9 h2,
.x7750cb316367 h2,
.xfbe40618eb04 h2 {
  color: #172E37;
}

.xf4736cb66f0a .x727cf77bf527 {
  background: #6DCCFF !important;
  box-shadow: 0 12px 24px color-mix(in srgb, #6DCCFF 34%, transparent) !important;
}

.x8da9e6c8dd9b .x2348858b565a {
  background: #53BFFF !important;
}

.x6b21be9ebc81 .x26b27307a53a {
  background: #6DCCFF !important;
}

.xdaed29f761a3,
.x370a29d1be89 .x2348858b565a {
  background: #92D9FF !important;
}

.xd00c2e0b7489 {
  background: #6DCCFF !important;
}

.xf4089a8c3a8c {
  color: #173B54 !important;
  background: #DDEFFF !important;
}

.xb11a5a95f2a2 {
  gap: 18px;
}

.xb40ab1534a8c {
  width: 128px;
  height: 128px;
  border-radius: 30px;
}

.xb40ab1534a8c img {
  width: 98px;
  height: 98px;
}

@media (max-width: 700px) {
  .xb40ab1534a8c {
    width: 112px;
    height: 112px;
    border-radius: 28px;
  }

  .xb40ab1534a8c img {
    width: 84px;
    height: 84px;
  }
}