/** Shopify CDN: Minification failed

Line 100:0 All "@import" rules must come first

**/
/* Header — light homepage */
.gl-client-nav {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 0.7rem 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e6ebf1;
  box-shadow: 0 1px 0 rgba(10, 37, 64, 0.02);
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}
.gl-client-nav-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  flex-wrap: wrap;
}
.gl-client-brand { width: 8.5rem; margin-right: 0.5rem; display: block; text-decoration: none; }
.gl-client-brand img { width: 100%; display: block; height : 100%; border-radoius:3px; }
.gl-client-toggler {
  margin-left: auto;
  background: transparent;
  border: 1px solid rgba(10, 37, 64, 0.18);
  border-radius: 8px;
  width: 42px;
  height: 38px;
  color: #0a2540;
  cursor: pointer;
  display: none;
}
.gl-client-nav-collapse { display: flex; align-items: center; flex: 1; gap: 1rem; }
.gl-client-links {
  display: flex;
  gap: 0.15rem;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.gl-client-links a {
  color: #425466;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  text-decoration: none;
}
.gl-client-links a:hover { color: #0a2540; background: rgba(10, 37, 64, 0.04); }
.gl-client-nav-actions { margin-left: auto; display: flex; align-items: center; gap: 0.65rem; }
.gl-client-login {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d6dee8;
  background: #fff;
  color: #0a2540;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.gl-client-login:hover { background: #f8fafc; border-color: #b8c4d4; }
.gl-client-trial {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #0b6b94;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(11, 107, 148, 0.22);
}
.gl-client-trial:hover { color: #fff; filter: brightness(1.06); }
@media (max-width: 991.98px) {
  .gl-client-toggler { display: inline-flex; align-items: center; justify-content: center; }
  .gl-client-nav-collapse {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    order: 4;
    padding-top: 0.75rem;
  }
  .gl-client-nav-collapse.is-open { display: flex; }
  .gl-client-links { flex-direction: column; margin: 0; width: 100%; }
  .gl-client-trial { display: none; }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.gl-home-page {
  --gl-ink: #0a2540;
  --gl-muted: #425466;
  --gl-soft: #6b7c93;
  --gl-line: #e6ebf1;
  --gl-page: #ffffff;
  --gl-soft-bg: #f6f9fc;
  --gl-primary: #0b6b94;
  --gl-primary-hover: #095a7d;
  --gl-accent: #2f9fd4;
  --gl-font: 'Inter', 'Segoe UI', system-ui, sans-serif;

  min-height: 100vh;
  background: var(--gl-page);
  font-family: var(--gl-font);
  color: var(--gl-ink);
  overflow-x: hidden;
}

.gl-home-container {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
}

#how-it-works,
#solutions {
  scroll-margin-top: 5.5rem;
}

/* —— Hero (Stripe-like white + gradient ribbon) —— */
.gl-home-hero {
  position: relative;
  padding: 3.5rem 0 2.5rem;
  overflow: hidden;
  background: #fff;
}

.gl-home-hero-gradient {
  position: absolute;
  inset: -8% -5% -20% 38%;
  pointer-events: none;
  z-index: 0;
}

.gl-home-wave {
  position: absolute;
  border-radius: 48% 52% 58% 42% / 42% 48% 52% 58%;
  filter: blur(8px);
  opacity: 0.92;
  animation: gl-home-float 14s ease-in-out infinite;
}

.gl-home-wave--1 {
  width: min(720px, 70vw);
  height: min(720px, 70vw);
  top: -12%;
  right: 2%;
  background:
    radial-gradient(circle at 30% 30%, #7dd3fc 0%, transparent 55%),
    radial-gradient(circle at 70% 40%, #2f9fd4 0%, transparent 50%),
    radial-gradient(circle at 45% 75%, #0b6b94 0%, transparent 55%),
    linear-gradient(135deg, #38bdf8 0%, #0b6b94 55%, #0369a1 100%);
  transform: rotate(18deg);
}

.gl-home-wave--2 {
  width: min(520px, 55vw);
  height: min(520px, 55vw);
  top: 28%;
  right: -8%;
  background:
    radial-gradient(circle at 40% 35%, #fb923c 0%, transparent 45%),
    radial-gradient(circle at 70% 70%, #f472b6 0%, transparent 50%),
    linear-gradient(160deg, #38bdf8 0%, #818cf8 45%, #fb7185 100%);
  opacity: 0.78;
  animation-delay: -4s;
  transform: rotate(-12deg);
}

.gl-home-wave--3 {
  width: min(380px, 42vw);
  height: min(380px, 42vw);
  bottom: -8%;
  right: 18%;
  background:
    radial-gradient(circle at 50% 40%, #67e8f9 0%, transparent 50%),
    linear-gradient(180deg, #2f9fd4 0%, #0b6b94 100%);
  opacity: 0.55;
  animation-delay: -7s;
}

@keyframes gl-home-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-18px, 22px, 0) scale(1.04);
  }
}

.gl-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: center;
  min-height: 420px;
  padding-bottom: 2.5rem;
}

.gl-home-eyebrow {
  margin: 0 0 1.1rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--gl-muted);
  letter-spacing: -0.01em;
}

.gl-home-headline {
  margin: 0 0 1.15rem;
  max-width: 12.5ch;
  font-size: clamp(2.6rem, 5.4vw, 4.15rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: var(--gl-ink);
}

.gl-home-lead {
  margin: 0 0 1.85rem;
  max-width: 34rem;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
  color: #4f5e74;
  font-weight: 400;
}

.gl-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.gl-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    color 0.15s ease,
    transform 0.15s ease;
}

.gl-home-btn-primary {
  border: 0;
  background: var(--gl-primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(11, 107, 148, 0.28);
}
.gl-home-btn-primary:hover {
  background: var(--gl-primary-hover);
  color: #fff;
  transform: translateY(-1px);
}

.gl-home-btn-secondary {
  border: 1px solid #d6dee8;
  background: #fff;
  color: var(--gl-ink);
}
.gl-home-btn-secondary:hover {
  border-color: #b8c4d4;
  color: var(--gl-ink);
  background: #f8fafc;
}

.gl-home-hero-visual {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}

.gl-home-float-card {
  width: min(340px, 100%);
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 24px 60px rgba(10, 37, 64, 0.18),
    0 2px 8px rgba(10, 37, 64, 0.06);
  backdrop-filter: blur(10px);
  animation: gl-home-card-in 0.9s ease both;
}

@keyframes gl-home-card-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.gl-home-float-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
  font-size: 0.78rem;
  color: var(--gl-soft);
}
.gl-home-float-card-top strong {
  color: #0f9f6e;
  font-weight: 600;
}

.gl-home-label-sheet {
  padding: 1.1rem 1rem;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border: 1px dashed #cbd5e1;
}

.gl-home-label-brand {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gl-primary);
  margin-bottom: 0.55rem;
}

.gl-home-label-product {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gl-ink);
  margin-bottom: 0.65rem;
}

.gl-home-label-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: var(--gl-muted);
  margin-bottom: 0.75rem;
}

.gl-home-label-allergens {
  font-size: 0.8rem;
  font-weight: 600;
  color: #b45309;
  padding-top: 0.65rem;
  border-top: 1px solid #e2e8f0;
}

.gl-home-trust {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.35rem;
  padding: 1.35rem 0 0.5rem;
  border-top: 1px solid var(--gl-line);
}

.gl-home-trust-item {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #8898aa;
}

/* —— Sections —— */
.gl-home-section {
  padding: 5rem 0 4.5rem;
  background: #fff;
}

.gl-home-section--soft {
  background: var(--gl-soft-bg);
}

.gl-home-section-head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.gl-home-kicker {
  margin: 0 0 0.7rem;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gl-primary);
}

.gl-home-section-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--gl-ink);
}

.gl-home-section-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--gl-muted);
}

.gl-home-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.gl-home-step {
  padding: 1.4rem 1.3rem 1.5rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--gl-line);
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gl-home-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(10, 37, 64, 0.08);
}
.gl-home-step h3 {
  margin: 0 0 0.55rem;
  font-size: 1.08rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--gl-ink);
}
.gl-home-step p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--gl-muted);
}

.gl-home-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}

.gl-home-step-num {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gl-accent);
}

.gl-home-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 159, 212, 0.12);
  color: var(--gl-primary);
}

.gl-home-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.gl-home-capability {
  padding: 1.35rem 1.3rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--gl-line);
}
.gl-home-capability h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.gl-home-capability p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--gl-muted);
}

.gl-home-capability-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  background: rgba(11, 107, 148, 0.1);
  color: var(--gl-primary);
}

.gl-home-cta {
  padding: 3.5rem 0;
  background:
    radial-gradient(ellipse 60% 80% at 100% 50%, rgba(47, 159, 212, 0.18), transparent 55%),
    linear-gradient(135deg, #0b6b94 0%, #0a2540 100%);
  color: #fff;
}

.gl-home-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.gl-home-cta-inner h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.gl-home-cta-inner p {
  margin: 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}
.gl-home-cta-inner .gl-home-btn-primary {
  background: #fff;
  color: var(--gl-primary);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.gl-home-cta-inner .gl-home-btn-primary:hover {
  background: #f8fafc;
  color: var(--gl-primary-hover);
}

.gl-home-footer {
  padding: 2rem 0 2.4rem;
  background: #fff;
  border-top: 1px solid var(--gl-line);
}

.gl-home-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.5rem;
}

.gl-home-footer-brand {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gl-ink);
}

.gl-home-footer-inner > p {
  margin: 0;
  flex: 1;
  min-width: 14rem;
  font-size: 0.88rem;
  color: var(--gl-soft);
}

.gl-home-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
}
.gl-home-footer-links a,
.gl-home-footer-links button {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--gl-muted);
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}
.gl-home-footer-links a:hover,
.gl-home-footer-links button:hover {
  color: var(--gl-primary);
}

@media (max-width: 980px) {
  .gl-home-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .gl-home-hero-gradient {
    inset: auto -20% -30% 20%;
    height: 55%;
    top: auto;
    bottom: 0;
  }

  .gl-home-headline {
    max-width: 16ch;
  }

  .gl-home-steps,
  .gl-home-capabilities {
    grid-template-columns: 1fr;
  }

  .gl-home-hero-visual {
    min-height: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .gl-home-hero {
    padding-top: 2rem;
  }

  .gl-home-section {
    padding: 3.5rem 0 3rem;
  }

  .gl-home-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
