:root {
  --iz-navy: #071b33;
  --iz-navy-2: #0b1f35;
  --iz-emerald: #009b72;
  --iz-emerald-2: #00a676;
  --iz-mint: #eafbf5;
  --iz-bg: #f8fafc;
  --iz-text: #0f172a;
  --iz-muted: #64748b;
  --iz-border: #e5eaf0;
  --iz-shadow: 0 24px 70px rgba(7, 27, 51, 0.11);
  --iz-radius: 24px;
}

html {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto !important;
}

body.public-site {
  font-family: Poppins, Arial, sans-serif;
  height: auto !important;
  min-height: 100%;
  background: var(--iz-bg);
  color: var(--iz-text);
  overflow-x: hidden;
  overflow-y: auto !important;
  position: static;
}

.public-shell {
  display: flex;
  flex-direction: column;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh;
  max-height: none !important;
  overflow: hidden !important;
}

.public-scroll {
  position: fixed;
  top: 67px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.public-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(229, 234, 240, 0.9);
  backdrop-filter: blur(18px);
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--iz-navy);
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-wordmark .brand-gym {
  color: var(--iz-emerald);
}

.brand-mark-placeholder {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--iz-navy), var(--iz-emerald));
  box-shadow: 0 14px 32px rgba(0, 155, 114, 0.22);
}

.nav-link-public {
  color: #334155;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-public.active,
.nav-link-public:hover {
  color: var(--iz-emerald);
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--iz-border);
  border-radius: 12px;
  background: #fff;
  color: var(--iz-navy);
}

.btn-premium {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--iz-emerald), var(--iz-emerald-2));
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(0, 155, 114, 0.24);
  font-weight: 700;
}

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

.btn-ghost-premium {
  border: 1px solid var(--iz-border);
  border-radius: 999px;
  background: #fff;
  color: var(--iz-navy) !important;
  font-weight: 700;
}

.section {
  padding: 96px 0;
}

.section-sm {
  padding: 70px 0;
}

.hero-section {
  position: relative;
  padding: 112px 0 96px;
  background:
    radial-gradient(circle at 12% 14%, rgba(0, 166, 118, 0.18), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(7, 27, 51, 0.11), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.hero-title {
  color: var(--iz-navy);
  font-size: 58px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy,
.lead-muted {
  color: var(--iz-muted);
  font-size: 18px;
  line-height: 1.75;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid rgba(0, 155, 114, 0.18);
  border-radius: 999px;
  background: #effaf6;
  color: var(--iz-emerald);
  font-weight: 700;
  font-size: 13px;
}

.premium-card {
  border: 1px solid rgba(229, 234, 240, 0.9);
  border-radius: var(--iz-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--iz-shadow);
}

.soft-card {
  border: 1px solid var(--iz-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 27, 51, 0.06);
}

.icon-bubble {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--iz-mint);
  color: var(--iz-emerald);
  font-size: 13px;
  font-weight: 800;
}

.dashboard-mock {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(7, 27, 51, 0.96), rgba(11, 31, 53, 0.9));
  color: #fff;
  box-shadow: 0 34px 90px rgba(7, 27, 51, 0.24);
}

.mock-inner {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
}

.mock-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
}

.mock-card.light {
  background: #fff;
  color: var(--iz-text);
}

.mock-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 600;
}

.mini-chart {
  height: 72px;
  display: flex;
  align-items: end;
  gap: 8px;
}

.mini-chart span {
  flex: 1;
  min-height: 18px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #34d399, #009b72);
}

.bar-35 { height: 35%; }
.bar-46 { height: 46%; }
.bar-58 { height: 58%; }
.bar-64 { height: 64%; }
.bar-72 { height: 72%; }
.bar-92 { height: 92%; }

.price-card {
  position: relative;
  height: 100%;
  border: 1px solid var(--iz-border);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.07);
}

.price-card.featured {
  border-color: rgba(0, 155, 114, 0.45);
  box-shadow: 0 28px 80px rgba(0, 155, 114, 0.16);
  transform: translateY(-8px);
}

.popular-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--iz-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.price {
  color: var(--iz-navy);
  font-size: 42px;
  font-weight: 800;
}

.muted {
  color: var(--iz-muted);
}

.gradient-band {
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 166, 118, 0.25), transparent 30%),
    linear-gradient(135deg, var(--iz-navy), #0f2d4d);
  color: #fff;
  box-shadow: 0 34px 90px rgba(7, 27, 51, 0.2);
}

.trial-page {
  min-height: calc(100vh - 90px);
  padding: 56px 0 88px;
  background:
    radial-gradient(circle at 0 8%, rgba(0, 166, 118, 0.16), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.trial-panel {
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 166, 118, 0.22), transparent 30%),
    linear-gradient(145deg, var(--iz-navy), #0d2a46);
  color: #fff;
  box-shadow: 0 34px 90px rgba(7, 27, 51, 0.22);
}

.trial-form-card {
  border: 1px solid var(--iz-border);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--iz-shadow);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.check-list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  display: inline-flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 166, 118, 0.16);
  color: var(--iz-emerald);
  font-weight: 800;
}

.form-label {
  color: #334155;
  font-weight: 700;
}

.form-helper {
  margin-top: 6px;
  color: var(--iz-muted);
  font-size: 12px;
}

.public-footer {
  border-top: 1px solid var(--iz-border);
  background: #fff;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: var(--iz-muted);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--iz-emerald);
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 42px;
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 768px) {
  body.public-site {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .section,
  .section-sm {
    padding: 56px 0;
  }

  .hero-section {
    padding: 72px 0 56px;
  }

  .hero-title {
    font-size: 36px;
  }

  .nav-toggle-label {
    display: inline-flex;
  }

  .public-menu {
    width: 100%;
    display: none !important;
    padding-top: 14px;
  }

  .nav-toggle:checked ~ .public-menu {
    display: flex !important;
  }

  .public-menu .nav-links,
  .public-menu .nav-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch !important;
  }

  .public-menu a,
  .public-menu .btn {
    text-align: center;
  }
}
