.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

:root {
  --landing-primary: #005da7;
  --landing-primary-strong: #2c7ccb;
  --landing-accent-gold: #f4b942;
  --landing-accent-teal: #19b7a5;
  --landing-ink: #111111;
  --landing-line: #dbe4ef;
  --landing-line-soft: #edf1f6;
  --landing-surface: #ffffff;
  --landing-surface-soft: #f8fbff;
  --landing-soft-blue: rgba(44, 124, 203, 0.12);
  --landing-soft-gold: rgba(244, 185, 66, 0.16);
  --landing-soft-teal: rgba(25, 183, 165, 0.14);
  --landing-radius-sm: 0.375rem;
  --landing-radius-md: 0.75rem;
  --landing-shadow-soft: 0 12px 34px -20px rgba(17, 24, 39, 0.18);
  --landing-shadow-card: 0 20px 48px -30px rgba(15, 23, 42, 0.2);
  /* Keep typography aligned with the rest of the site. */
  --landing-font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

[data-theme-template="govattend-editorial"] {
  font-family: var(--landing-font);
}

.landing-main {
  /* Navbar is fixed; give content a consistent top offset so hero never gets covered.
     Use CSS (not Tailwind utilities) to avoid relying on a rebuilt Tailwind bundle. */
  padding-top: calc(9.25rem + env(safe-area-inset-top));
}

@media (min-width: 640px) {
  .landing-main {
    padding-top: calc(9.75rem + env(safe-area-inset-top));
  }
}

@media (min-width: 1024px) {
  .landing-main {
    padding-top: calc(10.25rem + env(safe-area-inset-top));
  }
}

.landing-hero-saas {
  position: relative;
}

.landing-hero-saas::before {
  content: "";
  position: absolute;
  inset: -10rem -6rem -6rem -6rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(56, 189, 248, 0.38), transparent 48%),
    radial-gradient(circle at 78% 24%, rgba(168, 85, 247, 0.26), transparent 54%),
    radial-gradient(circle at 62% 72%, rgba(16, 185, 129, 0.18), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 1) 100%);
  filter: saturate(1.12);
}

.landing-hero-saas::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(rgba(15, 23, 42, 0.18) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(circle at 30% 10%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 56%);
}

.landing-hero-mockup {
  position: relative;
  width: min(520px, 100%);
  margin-left: auto;
  border-radius: 2rem;
  border: 1px solid rgba(219, 228, 239, 0.92);
  background-color: #ffffff;
  background-size: var(--hero-mockup-size, cover);
  background-position: 50% var(--hero-mockup-y, 50%);
  box-shadow:
    0 38px 90px -58px rgba(15, 23, 42, 0.58),
    0 18px 44px -32px rgba(14, 116, 144, 0.35);
  overflow: hidden;
  transform: translateZ(0);
}

.landing-hero-mockup::before {
  content: "";
  display: block;
  padding-top: 74%;
}

.landing-hero-mockup-sheen {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.42), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 46%);
  mix-blend-mode: screen;
}

.landing-hero-mockup-frame {
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.landing-hero-copy-shell,
.landing-hero-visual-stage {
  opacity: 0;
  transform: translateY(10px);
  animation: landingFadeUp 760ms cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}

.landing-hero-visual-stage {
  animation-delay: 110ms;
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero-copy-shell,
  .landing-hero-visual-stage {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@keyframes landingFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bg-primary-gradient {
  background: linear-gradient(135deg, var(--landing-primary) 0%, #2976c7 100%);
}

.landing-section-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.42rem 0.92rem;
  border: 1px solid rgba(185, 206, 228, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 250, 255, 0.98) 100%);
  box-shadow: 0 14px 32px -26px rgba(15, 23, 42, 0.18);
  color: var(--landing-primary);
}

.landing-section-badge.is-blue {
  border-color: rgba(170, 199, 228, 0.92);
  background:
    radial-gradient(circle at 100% 0%, rgba(44, 124, 203, 0.16), transparent 48%),
    linear-gradient(180deg, rgba(243, 249, 255, 0.98) 0%, rgba(233, 244, 255, 0.98) 100%);
}

.landing-section-badge.is-warm {
  border-color: rgba(233, 210, 154, 0.95);
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 185, 66, 0.18), transparent 52%),
    linear-gradient(180deg, rgba(255, 251, 240, 0.98) 0%, rgba(255, 246, 223, 0.98) 100%);
  color: #8f5a00;
}

.landing-section-badge.is-fresh {
  border-color: rgba(166, 223, 215, 0.95);
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 183, 165, 0.18), transparent 52%),
    linear-gradient(180deg, rgba(241, 255, 252, 0.98) 0%, rgba(228, 250, 246, 0.98) 100%);
  color: #0b7a6e;
}

.landing-section-title {
  font-family: var(--landing-font);
  font-size: clamp(2rem, 3vw + 1rem, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.landing-soft-section {
  position: relative;
  overflow: hidden;
}

.landing-soft-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.landing-soft-section > * {
  position: relative;
  z-index: 1;
}

.landing-soft-section-blue {
  background:
    radial-gradient(circle at 12% 18%, var(--landing-soft-blue), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(207, 232, 255, 0.85), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #fdfefe 100%);
}

.landing-soft-section-warm {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 231, 187, 0.88), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(25, 183, 165, 0.08), transparent 24%),
    linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
}

.landing-soft-section-fresh {
  background:
    radial-gradient(circle at 12% 18%, rgba(210, 246, 239, 0.9), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(196, 223, 255, 0.48), transparent 22%),
    linear-gradient(180deg, #f7fffd 0%, #ffffff 100%);
}

.landing-soft-section-mix {
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 231, 187, 0.62), transparent 20%),
    radial-gradient(circle at 88% 14%, rgba(201, 234, 255, 0.82), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(210, 246, 239, 0.78), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #fffdfa 100%);
}

.landing-skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 120;
  border-radius: 9999px;
  background: #0f172a;
  color: #fff;
  padding: 0.8rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: top 0.2s ease;
}

.landing-skip-link:focus {
  top: 1rem;
}

.editorial-nav-shell {
  border-radius: 1.45rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(249, 252, 255, 0.94) 100%);
  border: 1px solid rgba(214, 225, 237, 0.95);
  box-shadow: 0 24px 56px -34px rgba(15, 23, 42, 0.26);
  backdrop-filter: blur(16px);
}

.landing-nav-stage {
  position: relative;
}

.landing-nav-stage::after {
  content: "";
  position: absolute;
  inset: auto 1.25rem -1px 1.25rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 93, 167, 0) 0%, rgba(0, 93, 167, 0.14) 24%, rgba(0, 93, 167, 0.14) 76%, rgba(0, 93, 167, 0) 100%);
}

.landing-nav-links {
  padding: 0 1rem;
}

.landing-nav-status {
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(198, 220, 241, 0.9);
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 183, 165, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(248, 253, 255, 0.98) 0%, rgba(240, 249, 255, 0.98) 100%);
  font-size: 0.78rem;
  font-weight: 700;
  color: #1a466b;
  box-shadow: 0 16px 32px -28px rgba(15, 23, 42, 0.22);
}

.landing-nav-status .material-symbols-outlined {
  color: #005da7;
}

.landing-nav-link {
  position: relative;
  font-size: 0.92rem;
  font-weight: 650;
  color: #485769;
}

.landing-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.55rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2c7ccb 0%, #005da7 100%);
  transition: width 0.22s ease;
}

.landing-nav-link:hover::after {
  width: 100%;
}

.landing-nav-actions {
  padding-left: 0.75rem;
  border-left: 0;
}

.landing-brand-mark {
  box-shadow: 0 14px 32px -18px rgba(0, 93, 167, 0.42);
  flex-shrink: 0;
}

.landing-nav-button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--landing-radius-sm);
  color: var(--landing-ink);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.landing-nav-button:hover {
  transform: translateY(-1px);
  background: var(--landing-surface-soft);
  border-color: var(--landing-line);
  box-shadow: var(--landing-shadow-soft);
}

.landing-mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  border: 1px solid var(--landing-line);
  background: var(--landing-surface);
  color: var(--landing-ink);
  box-shadow: var(--landing-shadow-soft);
}

.landing-mobile-menu-shell {
  border-radius: 1.4rem;
  border: 1px solid rgba(219, 228, 239, 0.92);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.05), transparent 26%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 52px -30px rgba(15, 23, 42, 0.22);
  backdrop-filter: blur(14px);
}

.landing-button-primary,
.landing-button-secondary,
.landing-button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--landing-radius-sm);
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.landing-button-primary {
  border-color: var(--landing-primary);
  background: linear-gradient(180deg, var(--landing-primary-strong) 0%, var(--landing-primary) 100%);
  color: #fff;
  box-shadow: 0 18px 34px -18px rgba(0, 93, 167, 0.42);
}

.landing-button-primary:hover {
  transform: translateY(-1px);
  background: #005193;
  box-shadow: 0 16px 30px -18px rgba(0, 93, 167, 0.42);
}

.landing-button-secondary {
  border-color: var(--landing-line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--landing-ink);
  box-shadow: 0 12px 28px -24px rgba(15, 23, 42, 0.22);
}

.landing-button-secondary:hover {
  transform: translateY(-1px);
  background: var(--landing-surface-soft);
  border-color: #cfd9e5;
}

.landing-button-outline {
  border-color: var(--landing-line);
  background: var(--landing-surface);
  color: var(--landing-primary);
  box-shadow: none;
}

.landing-button-outline:hover {
  transform: translateY(-1px);
  background: #f8fbfe;
  border-color: #b8cee5;
}

.hero-blob-left {
  background: radial-gradient(circle, rgba(102, 181, 255, 0.26) 0%, rgba(102, 181, 255, 0) 72%);
}

.hero-blob-right {
  background: radial-gradient(circle, rgba(255, 214, 167, 0.34) 0%, rgba(255, 214, 167, 0) 72%);
}

.feature-ambient-orb {
  background: radial-gradient(circle, rgba(74, 144, 226, 0.34) 0%, rgba(74, 144, 226, 0) 74%);
}

.landing-target-intro {
  position: relative;
  padding-top: 1rem;
}

.landing-target-stage {
  position: relative;
  align-items: stretch;
  align-content: start;
}

.landing-target-card {
  min-height: 100%;
  border-color: #dfe8f2;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.05), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.landing-target-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.landing-target-icon {
  box-shadow: 0 16px 34px -24px rgba(0, 93, 167, 0.34);
}

.landing-target-chip {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.landing-target-list li {
  padding-bottom: 0.15rem;
}

.landing-hero-copy-stage {
  position: relative;
}

.landing-hero-copy-shell {
  position: relative;
  padding: 0.75rem 0 0.35rem;
}

.landing-hero-badge {
  box-shadow: 0 18px 34px -28px rgba(15, 23, 42, 0.22);
}

.landing-hero-title {
  max-width: 11.5ch;
  /* Override Tailwind utility sizes used in template to keep the hero headline
     readable on desktop and not overly dominant. */
  font-size: clamp(2.6rem, 3.5vw + 1rem, 3.9rem) !important;
  line-height: 1.02 !important;
}

.landing-hero-subtitle {
  color: #556274;
}

.landing-hero-lead-note {
  color: #16324b;
}

.landing-hero-microstats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.landing-hero-microstats.is-embedded {
  margin-top: 0;
  margin-bottom: 1.1rem;
}

.landing-hero-microstat {
  padding: 0.9rem 1rem;
  border: 1px solid #e2ebf3;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f7fbff 100%);
  box-shadow: 0 18px 36px -30px rgba(15, 23, 42, 0.14);
}

.landing-hero-microstat strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.3;
  color: #10253c;
}

.landing-hero-microstat span {
  display: block;
  margin-top: 0.32rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #667487;
}

.landing-hero-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-top: 1.9rem;
}

.landing-hero-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  min-height: 100%;
  padding: 1rem 1rem 0.95rem;
  border: 1px solid #e4ebf3;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 183, 165, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f9fbfe 100%);
  box-shadow: 0 22px 42px -34px rgba(15, 23, 42, 0.15);
}

.landing-hero-point .material-symbols-outlined {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e9f2fb;
  color: #005da7;
  font-size: 1.15rem;
}

.landing-hero-point strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.35;
  color: #10253c;
}

.landing-hero-point p {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #5b6778;
}

.landing-hero-actions {
  align-items: stretch;
}

.landing-hero-proof {
  max-width: 40rem;
}

.landing-hero-visual-stage {
  position: relative;
}

.landing-hero-grid {
  position: relative;
}

.landing-hero-shell,
.landing-feature-shell,
.landing-pricing-shell,
.landing-download-shell,
.landing-cta-shell {
  position: relative;
  overflow: hidden;
}

.landing-hero-shell {
  border-radius: 2rem;
  border: 1px solid #d7e6f2;
  background:
    radial-gradient(circle at 100% 0%, rgba(44, 124, 203, 0.16), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(25, 183, 165, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  box-shadow: 0 42px 92px -48px rgba(15, 23, 42, 0.26);
}

.landing-hero-shell::before {
  content: "";
  position: absolute;
  inset: auto -4rem -4rem auto;
  width: 13rem;
  height: 13rem;
  border-radius: 9999px;
  background: rgba(44, 124, 203, 0.12);
  filter: blur(56px);
  pointer-events: none;
}

.landing-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.landing-proof-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 0.78rem 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #44576b;
  box-shadow: 0 10px 24px -22px rgba(15, 23, 42, 0.16);
}

.landing-proof-chip .material-symbols-outlined {
  font-size: 1rem;
  color: #005da7;
}

.landing-stat-card {
  position: relative;
  display: grid;
  gap: 0.8rem;
  align-content: center;
  min-height: 11rem;
  padding: 1.35rem 1rem;
  border-radius: 1.4rem;
  border: 1px solid #e1e9f2;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
  box-shadow: 0 18px 42px -34px rgba(15, 23, 42, 0.18);
}

.landing-stat-value {
  line-height: 0.95;
}

.landing-stat-label {
  color: #415266;
}

.landing-stat-note {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.55;
  color: #6a788a;
}

.landing-stat-card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #2c7ccb 0%, #005da7 70%, rgba(0, 93, 167, 0.12) 100%);
}

.landing-product-shell {
  position: relative;
  overflow: hidden;
  border-radius: 1.1rem;
  border: 1px solid #e3ebf4;
  background:
    radial-gradient(circle at 100% 0%, rgba(44, 124, 203, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  padding: 1.35rem;
  box-shadow: 0 28px 60px -40px rgba(15, 23, 42, 0.18);
}

.landing-product-shell::after {
  display: none;
}

.landing-product-shell.is-dark {
  border-color: rgba(83, 116, 153, 0.34);
  background:
    linear-gradient(180deg, rgba(20, 53, 91, 0.98) 0%, rgba(13, 33, 58, 0.99) 100%),
    radial-gradient(circle at top left, rgba(82, 153, 219, 0.22) 0%, rgba(82, 153, 219, 0) 58%);
  box-shadow: 0 24px 56px -34px rgba(6, 12, 21, 0.68);
}

.landing-product-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.landing-product-window {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.landing-product-window span {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 9999px;
  background: #c6d2de;
}

.landing-product-window span:first-child {
  background: #ef4444;
}

.landing-product-window span:nth-child(2) {
  background: #f59e0b;
}

.landing-product-window span:nth-child(3) {
  background: #22c55e;
}

.landing-product-kicker {
  border-radius: 0.375rem;
  background: #eef4fb;
  padding: 0.42rem 0.78rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #005da7;
}

.landing-product-shell.is-dark .landing-product-kicker {
  background: rgba(138, 193, 255, 0.14);
  color: #dbeafe;
}

.landing-product-grid {
  display: grid;
  gap: 1rem;
}

.landing-product-grid.hero-grid {
  grid-template-columns: 1.16fr 0.84fr;
  align-items: stretch;
  gap: 1.15rem;
}

.landing-product-grid.feature-grid {
  grid-template-columns: 1fr;
}

.landing-product-card,
.landing-product-metric,
.landing-product-panel {
  border-radius: 0.5rem;
}

.landing-product-card {
  border: 1px solid #e6edf5;
  background: #fff;
  padding: 1.05rem;
}

.landing-product-shell.is-dark .landing-product-card {
  border-color: rgba(123, 153, 187, 0.24);
  background: rgba(17, 30, 47, 0.88);
}

.landing-product-metric {
  display: grid;
  gap: 0.4rem;
  align-content: start;
  border: 1px solid #e6edf5;
  background: #fafcff;
  padding: 1.05rem;
}

.landing-product-shell.is-dark .landing-product-metric {
  border-color: rgba(123, 153, 187, 0.24);
  background: rgba(13, 25, 40, 0.96);
}

.landing-product-metric.is-primary {
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 185, 66, 0.18), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.landing-product-metric strong {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.landing-product-shell.is-dark .landing-product-metric strong {
  color: #fff;
}

.landing-product-metric span {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #5f6772;
}

.landing-product-shell.is-dark .landing-product-metric span {
  color: rgba(226, 232, 240, 0.72);
}

.landing-product-panel {
  display: grid;
  gap: 0.8rem;
  border: 1px solid #e6edf5;
  background: #fff;
  padding: 1.05rem;
}

.landing-product-shell.is-dark .landing-product-panel {
  border-color: rgba(123, 153, 187, 0.24);
  background: rgba(9, 19, 33, 0.94);
}

.landing-product-panel h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
}

.landing-product-panel-hero {
  gap: 1rem;
}

.landing-product-hero-lead {
  display: grid;
  gap: 0.45rem;
}

.landing-product-overline {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: #eaf2fb;
  padding: 0.38rem 0.72rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #005da7;
}

.landing-product-hero-lead h3 {
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.landing-product-hero-lead p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: #5b6778;
}

.landing-product-hero-highlight {
  display: grid;
  gap: 0.28rem;
  padding: 1rem 1rem 0.92rem;
  border-radius: 1rem;
  border: 1px solid #dce8f3;
  background:
    radial-gradient(circle at 100% 0%, rgba(44, 124, 203, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.landing-product-hero-highlight strong {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.landing-product-hero-highlight span {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #566476;
}

.landing-product-side-stack {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.landing-product-note-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #deebf4;
  background: linear-gradient(180deg, #fffef8 0%, #fbfdff 100%);
  box-shadow: 0 20px 42px -34px rgba(15, 23, 42, 0.16);
}

.landing-product-note-card .material-symbols-outlined {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 93, 167, 0.1);
  color: #005da7;
  font-size: 1.15rem;
}

.landing-product-note-card strong {
  display: block;
  font-size: 0.86rem;
  line-height: 1.3;
  color: #10253c;
}

.landing-product-note-card p {
  margin: 0.26rem 0 0;
  font-size: 0.79rem;
  line-height: 1.55;
  color: #5d6978;
}

.landing-product-shell.is-dark .landing-product-panel h3 {
  color: #fff;
}

.landing-product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.375rem;
  background: #f6f9fc;
  padding: 0.75rem 0.85rem;
  font-size: 0.84rem;
  color: #425466;
}

.landing-product-shell.is-dark .landing-product-row {
  background: rgba(21, 34, 52, 0.95);
  color: rgba(226, 232, 240, 0.82);
}

.landing-product-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 9999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-product-status.is-ok {
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
}

.landing-product-status.is-info {
  background: rgba(0, 93, 167, 0.1);
  color: #005da7;
}

.landing-product-shell.is-dark .landing-product-status.is-ok {
  background: rgba(34, 197, 94, 0.14);
  color: #bbf7d0;
}

.landing-product-shell.is-dark .landing-product-status.is-info {
  background: rgba(96, 165, 250, 0.18);
  color: #dbeafe;
}

.landing-product-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.landing-product-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #425466;
}

.landing-product-shell.is-dark .landing-product-list li {
  color: rgba(226, 232, 240, 0.78);
}

.landing-product-list .material-symbols-outlined {
  font-size: 1rem;
  color: #005da7;
}

.landing-product-shell.is-dark .landing-product-list .material-symbols-outlined {
  color: #93c5fd;
}

.landing-proof-overlay {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: 16rem;
  border-radius: 1.25rem;
  border: 1px solid #deebf4;
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 183, 165, 0.12), transparent 38%),
    #fff;
  padding: 1.15rem;
  box-shadow: 0 28px 60px -34px rgba(15, 23, 42, 0.24);
  opacity: 0.98;
}

.landing-proof-overlay strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #005da7;
}

.landing-proof-overlay p {
  margin: 0.45rem 0 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #425466;
}

.landing-feature-shell {
  border-radius: 1rem;
  border: 1px solid rgba(108, 142, 179, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.04);
  padding: 1.4rem;
  box-shadow: 0 28px 60px -38px rgba(2, 6, 23, 0.66);
}

.landing-feature-stage {
  position: relative;
}

.landing-feature-copy-stage {
  position: relative;
}

.landing-feature-visual-stage {
  position: relative;
}

.landing-feature-pill {
  background: rgba(255, 255, 255, 0.12);
  color: #dbeafe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.landing-feature-copy {
  color: rgba(255, 255, 255, 0.72);
}

.landing-feature-card {
  display: flex;
  gap: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(119, 145, 176, 0.24);
  background: rgba(18, 32, 50, 0.86);
  padding: 1.1rem 1.2rem;
  box-shadow: 0 20px 40px -34px rgba(2, 6, 23, 0.55);
  transition: transform 0.26s ease, border-color 0.26s ease, background-color 0.26s ease, box-shadow 0.26s ease;
}

.landing-feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(147, 197, 253, 0.28);
  background: rgba(20, 38, 58, 0.92);
  box-shadow: 0 24px 46px -32px rgba(2, 6, 23, 0.62);
}

.landing-feature-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(96, 165, 250, 0.18);
  color: #dbeafe;
}

.landing-pricing-shell {
  border-radius: 1.5rem;
  border: 1px solid #e1eaf3;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding: 1.65rem;
  box-shadow: 0 30px 64px -42px rgba(15, 23, 42, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.landing-pricing-shell.is-highlight {
  border-color: #bfd8f1;
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 185, 66, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 36px 78px -42px rgba(0, 93, 167, 0.2);
  transform: translateY(-6px);
}

.landing-pricing-shell:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px -22px rgba(15, 23, 42, 0.18);
}

.landing-pricing-shell.is-highlight:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px -22px rgba(0, 93, 167, 0.18);
}

.landing-pricing-card-head {
  min-height: 8.5rem;
}

.landing-pricing-eyebrow {
  margin: 0.9rem 0 0;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.6;
  color: #3a79b9;
}

.landing-pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 0.375rem;
  padding: 0.45rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-pricing-badge.is-highlight {
  background: #005da7;
  color: #fff;
}

.landing-pricing-badge.is-muted {
  background: #eef4fa;
  color: #005da7;
}

.landing-pricing-note {
  border-radius: 1.5rem;
  border: 1px solid #e1eaf3;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.06), transparent 34%),
    #fff;
  padding: 1.5rem;
  box-shadow: 0 30px 62px -40px rgba(15, 23, 42, 0.18);
}

.landing-section-intro {
  position: relative;
}

.landing-pricing-stage {
  position: relative;
}

.landing-pricing-grid {
  align-items: stretch;
}

.landing-pricing-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid #e2ebf4;
  background: linear-gradient(180deg, #f9fbfe 0%, #f4f8fc 100%);
  color: #516173;
}

.landing-pricing-meta .material-symbols-outlined {
  font-size: 1.15rem;
  color: #005da7;
}

.landing-pricing-feature-list li {
  padding-bottom: 0.1rem;
}

.landing-pricing-note-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #005da7;
}

.landing-pricing-note-card {
  border: 1px solid #e6edf5;
  box-shadow: 0 18px 36px -28px rgba(15, 23, 42, 0.14);
}

.landing-download-shell {
  border-radius: 0.75rem;
  border: 1px solid #edf1f6;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: 0 26px 58px -38px rgba(15, 23, 42, 0.18);
}

.landing-download-card {
  border-radius: 0.75rem;
  border: 1px solid #e6edf5;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding: 1.4rem;
  box-shadow: 0 24px 48px -34px rgba(15, 23, 42, 0.18);
}

.landing-download-store-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.landing-download-store-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7fc 100%);
  border: 1px solid #e2ebf4;
  padding: 0.85rem 1rem;
}

.landing-cta-shell {
  border-radius: 0.75rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.16), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255, 214, 167, 0.22), transparent 22%),
    linear-gradient(180deg, #2c7ccb 0%, #005da7 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 70px -32px rgba(0, 93, 167, 0.46);
}

.landing-cta-shell::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -4rem;
  width: 14rem;
  height: 14rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.14);
  filter: blur(72px);
  pointer-events: none;
}

.landing-cta-pill {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
}

.landing-cta-copy {
  color: rgba(255, 255, 255, 0.82);
}

.landing-cta-actions {
  position: relative;
  z-index: 1;
}

.landing-cta-main {
  position: relative;
  z-index: 1;
}

.landing-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.landing-cta-aside {
  position: relative;
  z-index: 1;
}

.landing-cta-panel {
  display: grid;
  gap: 1rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
  padding: 1.4rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.landing-cta-panel-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.landing-cta-panel-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.landing-cta-panel-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.landing-cta-panel-list .material-symbols-outlined {
  font-size: 1rem;
  color: #d8ecff;
}

.landing-cta-panel-metric {
  display: grid;
  gap: 0.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.landing-cta-panel-metric strong {
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}

.landing-cta-panel-metric span {
  font-size: 0.86rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.76);
}

.landing-panel-card {
  border: 1px solid #e6edf5;
  background: #fff;
  box-shadow: 0 24px 48px -36px rgba(15, 23, 42, 0.18);
}

.landing-panel-frame {
  border: 1px solid #e6edf5;
  box-shadow: 0 24px 48px -36px rgba(15, 23, 42, 0.18);
}

.landing-promo-overlay {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(6, 12, 21, 0) 0%, rgba(6, 12, 21, 0.82) 100%);
}

.landing-promo-eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.editorial-card {
  position: relative;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 24px 50px -34px rgba(15, 23, 42, 0.16);
  min-height: 100%;
}

.editorial-card::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 4px;
  border-radius: 0 0 2rem 2rem;
  background: linear-gradient(90deg, rgba(0, 93, 167, 0.9) 0%, rgba(44, 124, 203, 0.42) 62%, rgba(44, 124, 203, 0) 100%);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-item[open] {
  background: #ffffff;
  box-shadow: 0 20px 50px -32px rgba(28, 28, 24, 0.22);
}

.landing-stats-shell {
  position: relative;
  border: 1px solid #dce7f2;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.1), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(25, 183, 165, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f9fbfe 100%);
  box-shadow: 0 30px 68px -42px rgba(15, 23, 42, 0.18);
  padding: 1.1rem;
}

.landing-stats-wrap {
  display: grid;
  gap: 1.5rem;
}

.landing-stats-intro {
  display: grid;
  gap: 0.65rem;
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.landing-stats-badge {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.38rem 0.9rem;
  border-width: 1px;
  box-shadow: 0 12px 26px -22px rgba(15, 23, 42, 0.18);
  justify-self: center;
  justify-content: center;
}

.landing-stats-title {
  margin: 0;
  max-width: 26ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.45rem, 1.35vw + 1rem, 2.25rem);
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.landing-stats-copy {
  margin: 0;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #59687b;
}

.landing-news-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 183, 165, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-color: #dfe8f2;
  box-shadow: 0 28px 58px -42px rgba(15, 23, 42, 0.18);
}

.landing-news-link {
  position: relative;
}

.landing-news-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.18rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 93, 167, 0.65) 0%, rgba(0, 93, 167, 0) 100%);
}

.landing-faq-shell {
  border: 1px solid #dfe8f2;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(25, 183, 165, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  box-shadow: 0 30px 64px -42px rgba(15, 23, 42, 0.16);
  padding: 1.1rem;
}

.landing-faq-heading {
  position: relative;
}

.landing-faq-shell .faq-item {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.04), transparent 32%),
    rgba(255, 255, 255, 0.94);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.landing-testimonial-shell {
  position: relative;
}

.landing-testimonial-shell::before {
  content: "";
  position: absolute;
  inset: -1.5rem -1rem auto;
  height: 10rem;
  border-radius: 2.25rem;
  background:
    radial-gradient(circle at 16% 26%, rgba(244, 185, 66, 0.14), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(25, 183, 165, 0.12), transparent 28%);
  pointer-events: none;
}

.landing-testimonial-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 185, 66, 0.1), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(25, 183, 165, 0.07), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-color: #dfe8f2;
  box-shadow: 0 28px 60px -40px rgba(15, 23, 42, 0.18);
  min-height: 100%;
}

.landing-testimonial-head {
  position: relative;
}

.landing-testimonial-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eef5fb;
  padding: 0.42rem 0.78rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #005da7;
}

.landing-testimonial-card p {
  position: relative;
}

.landing-testimonial-card p::before {
  content: "“";
  position: absolute;
  left: -0.3rem;
  top: -1.5rem;
  font-size: 4rem;
  line-height: 1;
  color: rgba(0, 93, 167, 0.12);
  font-style: normal;
}

.landing-testimonial-proof {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  padding-top: 1rem;
  border-top: 1px solid #e5edf5;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #566679;
}

.landing-testimonial-proof .material-symbols-outlined {
  font-size: 1rem;
  color: #0b7a6e;
}

.landing-faq-shell .faq-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px -34px rgba(15, 23, 42, 0.2);
}

.landing-faq-answer {
  color: #536274;
}

.landing-faq-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid #dfe8f2;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(44, 124, 203, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8fbff 100%);
  box-shadow: 0 22px 44px -34px rgba(15, 23, 42, 0.16);
}

.landing-faq-support-copy {
  display: grid;
  gap: 0.3rem;
}

.landing-faq-support-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #005da7;
}

.landing-faq-support-text {
  margin: 0;
  max-width: 42rem;
  font-size: 0.92rem;
  line-height: 1.75;
  color: #566679;
}

.landing-faq-support-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #2c7ccb 0%, #005da7 100%);
  color: #fff;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 18px 34px -24px rgba(0, 93, 167, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.landing-faq-support-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 38px -24px rgba(0, 93, 167, 0.44);
  background: #005193;
}

.landing-footer-shell {
  border: 1px solid #d8e4ef;
  border-radius: 2.3rem 2.3rem 0 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(244, 185, 66, 0.12), transparent 20%),
    radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.1), transparent 24%),
    radial-gradient(circle at 72% 100%, rgba(25, 183, 165, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, #f7fbff 100%);
  box-shadow: 0 -24px 54px -42px rgba(15, 23, 42, 0.22);
  padding: 2rem 1.5rem 0;
}

.landing-footer-contact-card {
  display: grid;
  gap: 0.95rem;
  border-radius: 1.6rem;
  border: 1px solid #dde7f0;
  background:
    radial-gradient(circle at 100% 0%, rgba(44, 124, 203, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8fbff 100%);
  padding: 1.2rem;
  box-shadow: 0 22px 46px -34px rgba(15, 23, 42, 0.16);
}

.landing-footer-contact-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #005da7;
}

.landing-footer-contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #2c7ccb 0%, #005da7 100%);
  color: #fff;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 18px 34px -22px rgba(0, 93, 167, 0.42);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.landing-footer-contact-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 38px -22px rgba(0, 93, 167, 0.46);
  background: #005193;
}

.landing-footer-topbar {
  display: grid;
  gap: 0.75rem;
  padding: 0.25rem 0 1.5rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid rgba(216, 228, 239, 0.92);
}

.landing-footer-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: #edf5fc;
  padding: 0.48rem 0.88rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #005da7;
}

.landing-footer-topnote {
  max-width: 56rem;
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.75;
  color: #566577;
}

.landing-footer-bar {
  margin-top: 0.5rem;
}

.landing-footer-links a {
  position: relative;
  display: inline-block;
}

.landing-footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2c7ccb 0%, #005da7 100%);
  transition: width 0.22s ease;
}

.landing-footer-links a:hover::after {
  width: 100%;
}

.landing-contact-list li {
  padding-bottom: 0.35rem;
}

@media (min-width: 768px) {
  .landing-hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-point:first-child {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .landing-hero-actions a,
  .landing-faq-support-action,
  .landing-footer-contact-action {
    width: 100%;
  }

  .landing-hero-microstats {
    grid-template-columns: 1fr;
  }

  .landing-proof-overlay {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }

  .landing-stats-shell {
    padding: 1rem;
  }

  .landing-stat-card {
    min-height: 9rem;
    padding: 1.05rem 0.9rem;
  }

  .landing-stats-title {
    max-width: none;
    font-size: clamp(1.55rem, 5.4vw, 2.05rem);
  }

  .landing-stats-copy {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .landing-product-shell,
  .landing-feature-shell,
  .landing-download-shell,
  .landing-download-card,
  .landing-pricing-shell,
  .landing-pricing-note,
  .landing-faq-shell,
  .landing-footer-contact-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .landing-product-grid.hero-grid,
  .landing-product-grid.feature-grid {
    gap: 0.85rem;
  }

  .landing-pricing-card-head {
    min-height: auto;
  }

  .landing-pricing-meta {
    padding: 0.85rem 0.9rem;
  }

  .landing-testimonial-card {
    padding: 1.25rem;
  }

  .landing-testimonial-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-testimonial-proof {
    gap: 0.55rem;
    font-size: 0.78rem;
  }

  .landing-faq-shell {
    padding: 0.85rem;
  }

  .landing-faq-shell .faq-item {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .landing-faq-support {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .landing-faq-support-text {
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .landing-cta-shell {
    gap: 1.2rem;
    padding: 1.2rem 1rem;
  }

  .landing-cta-panel {
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .landing-cta-panel-list li {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .landing-footer-shell {
    border-radius: 1.75rem 1.75rem 0 0;
    padding: 1.4rem 1rem 0;
  }

  .landing-footer-topbar {
    margin-bottom: 1.15rem;
    padding-bottom: 1rem;
  }

  .landing-footer-topnote {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .landing-footer-contact-card {
    border-radius: 1.25rem;
    padding: 1rem;
  }
}

.landing-footer-socials a {
  border: 1px solid #e0e8f1;
  box-shadow: 0 16px 34px -28px rgba(15, 23, 42, 0.15);
}

.landing-testimonial-popup {
  position: fixed;
  left: calc(env(safe-area-inset-left) + 1.25rem);
  bottom: calc(env(safe-area-inset-bottom) + 1.25rem);
  width: min(360px, calc(100vw - 2.5rem));
  min-height: 178px;
  z-index: 54;
  pointer-events: none;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.landing-testimonial-popup.is-closed {
  opacity: 0;
  transform: translateY(28px) scale(0.94);
}

.landing-testimonial-popup-lifted {
  bottom: calc(env(safe-area-inset-bottom) + 5.5rem);
}

.landing-testimonial-popup-card {
  position: absolute;
  inset: auto 0 0;
  padding: 1.1rem;
  border: 1px solid rgba(12, 73, 117, 0.12);
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0 24px 62px -34px rgba(15, 35, 55, 0.34);
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.landing-testimonial-popup-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.landing-testimonial-popup-card::before {
  content: '"';
  display: block;
  height: 20px;
  margin-bottom: 0.45rem;
  color: rgba(0, 93, 167, 0.24);
  font-family: ui-serif, Georgia, serif;
  font-size: 3rem;
  line-height: 0.7;
}

.landing-testimonial-popup-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #2c7ccb;
}

.landing-testimonial-popup-tone-1 {
  background:
    radial-gradient(circle at top left, rgba(44, 124, 203, 0.18), transparent 36%),
    radial-gradient(circle at bottom right, rgba(20, 184, 166, 0.14), transparent 34%),
    linear-gradient(180deg, #f2f9ff 0%, #ffffff 64%, #edf8ff 100%);
  border-color: rgba(44, 124, 203, 0.2);
}

.landing-testimonial-popup-tone-2 {
  background:
    radial-gradient(circle at top right, rgba(20, 132, 92, 0.2), transparent 36%),
    radial-gradient(circle at bottom left, rgba(234, 179, 8, 0.16), transparent 34%),
    linear-gradient(180deg, #effdf6 0%, #ffffff 64%, #f8fbec 100%);
  border-color: rgba(20, 132, 92, 0.2);
}

.landing-testimonial-popup-tone-2::after {
  background: #14845c;
}

.landing-testimonial-popup-tone-3 {
  background:
    radial-gradient(circle at top left, rgba(234, 88, 12, 0.16), transparent 36%),
    radial-gradient(circle at bottom right, rgba(220, 38, 38, 0.12), transparent 34%),
    linear-gradient(180deg, #fff7ed 0%, #ffffff 64%, #fff1f2 100%);
  border-color: rgba(220, 38, 38, 0.16);
}

.landing-testimonial-popup-tone-3::after {
  background: #dc2626;
}

.landing-testimonial-popup-card p {
  margin: 0 0 0.85rem;
  color: #334155;
  font-size: 0.82rem;
  line-height: 1.65;
}

.landing-testimonial-popup-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(12, 73, 117, 0.1);
}

.landing-testimonial-popup-avatar {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: #e8f2ff;
  color: #005da7;
  font-size: 0.76rem;
  font-weight: 800;
}

.landing-testimonial-popup-meta strong,
.landing-testimonial-popup-meta small {
  display: block;
}

.landing-testimonial-popup-meta strong {
  color: #163b62;
  font-size: 0.86rem;
  line-height: 1.35;
}

.landing-testimonial-popup-meta small {
  margin-top: 0.1rem;
  color: #64748b;
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .landing-testimonial-popup {
    left: calc(env(safe-area-inset-left) + 0.85rem);
    bottom: calc(env(safe-area-inset-bottom) + 5.7rem);
    width: min(330px, calc(100vw - 1.7rem));
    min-height: 168px;
  }

  .landing-testimonial-popup-card {
    padding: 1rem;
    border-radius: 18px;
  }

  .landing-testimonial-popup-card p {
    font-size: 0.78rem;
  }
}

.landing-chat-widget {
  position: fixed;
  z-index: 55;
}

.landing-chat-toggle {
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  background: linear-gradient(180deg, #2c7ccb 0%, #005da7 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 22px 46px -24px rgba(0, 93, 167, 0.5);
}

.landing-chat-panel {
  width: min(360px, 92vw);
  margin-top: 0.7rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(214, 225, 236, 0.9);
  border-radius: 22px;
  box-shadow: 0 26px 58px -30px rgba(15, 23, 42, 0.22);
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.landing-chat-header {
  padding: 14px 16px;
  border-bottom: 1px solid #eaf0f6;
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: radial-gradient(circle at 100% 0%, rgba(0, 93, 167, 0.08), transparent 42%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.landing-chat-header strong {
  font-size: 14px;
  color: #163b62;
}

.landing-chat-header span {
  font-size: 12px;
  color: #5f6772;
}

.landing-chat-messages {
  max-height: 220px;
  overflow: auto;
  padding: 14px;
  background: linear-gradient(180deg, #fcfdff 0%, #f7fbff 100%);
}

.chat-msg {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 12px;
  border-radius: 14px;
  max-width: 92%;
  box-shadow: 0 10px 24px -24px rgba(15, 23, 42, 0.28);
}

.chat-msg-bot {
  background: #edf4fb;
  color: #1c1c18;
}

.chat-msg-user {
  background: #005da7;
  color: #fff;
  margin-left: auto;
}

.landing-chat-prompts {
  padding: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  border-top: 1px solid #eaf0f6;
}

.chat-prompt {
  font-size: 11px;
  background: #f4f8fc;
  border: 1px solid #d8e5f3;
  color: #24496f;
  border-radius: 999px;
  padding: 7px 10px;
  font-weight: 700;
}

.landing-chat-form {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #eaf0f6;
}

.landing-chat-form input {
  flex: 1;
  border: 1px solid #d7e1ee;
  border-radius: 12px;
  padding: 9px 11px;
  font-size: 13px;
  background: #fff;
}

.landing-chat-form button {
  border: 0;
  background: linear-gradient(180deg, #2c7ccb 0%, #005da7 100%);
  color: #fff;
  border-radius: 12px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 800;
}

.chat-fallback-wa {
  display: block;
  margin: 0 12px 12px;
  text-align: center;
  background: #ecfdf3;
  color: #15803d;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.animate-wa-ripple-1,
.animate-wa-ripple-2 {
  animation: wa-ripple 1.65s infinite cubic-bezier(0.18, 0.82, 0.22, 1);
}

.landing-wa-ripple-anchor {
  /* Make the effect obvious even when the ripple halo blends into the page. */
  animation: wa-breath 1.65s infinite cubic-bezier(0.18, 0.82, 0.22, 1);
  transform-origin: 50% 50%;
}

.landing-wa-ripple-anchor:hover {
  animation-play-state: paused;
}

.landing-wa-ripple-anchor:focus-visible {
  outline: 3px solid rgba(16, 185, 129, 0.5);
  outline-offset: 4px;
}

.landing-wa-ripple-anchor:focus-visible::before {
  animation-play-state: paused;
}

.landing-wa-ripple-1,
.landing-wa-ripple-2 {
  pointer-events: none;
  will-change: transform, opacity, filter;
  filter: blur(0.35px);
}

.landing-wa-ripple-1 {
  background:
    radial-gradient(circle at 50% 50%,
      rgba(16, 185, 129, 0.44) 0%,
      rgba(16, 185, 129, 0.24) 30%,
      rgba(16, 185, 129, 0.10) 52%,
      rgba(16, 185, 129, 0.00) 72%);
  box-shadow:
    0 0 0 1px rgba(16, 185, 129, 0.18) inset,
    0 26px 80px -36px rgba(16, 185, 129, 0.72);
}

.landing-wa-ripple-2 {
  background:
    radial-gradient(circle at 50% 50%,
      rgba(16, 185, 129, 0.22) 0%,
      rgba(16, 185, 129, 0.10) 36%,
      rgba(16, 185, 129, 0.05) 56%,
      rgba(16, 185, 129, 0.00) 76%);
  box-shadow:
    0 0 0 1px rgba(16, 185, 129, 0.12) inset,
    0 22px 70px -40px rgba(16, 185, 129, 0.55);
}

.animate-wa-ripple-2 {
  animation-delay: 0.55s;
}

@keyframes wa-ripple {
  0% {
    transform: scale(0.74);
    opacity: 0.88;
  }

  55% {
    opacity: 0.34;
  }

  100% {
    transform: scale(2.35);
    opacity: 0;
  }
}

@keyframes wa-breath {
  0% {
    transform: translateZ(0) scale(1);
    box-shadow: 0 20px 60px -25px rgba(16, 185, 129, 0.74);
  }

  35% {
    transform: translateZ(0) scale(1.045);
    box-shadow: 0 26px 78px -32px rgba(16, 185, 129, 0.86);
  }

  100% {
    transform: translateZ(0) scale(1);
    box-shadow: 0 20px 60px -25px rgba(16, 185, 129, 0.74);
  }
}

/* Extra "water thump" to make the ripple feel stronger without extra markup. */
a[aria-label="Buka widget WhatsApp"] {
  position: relative;
  z-index: 2;
}

a[aria-label="Buka widget WhatsApp"]::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 9999px;
  pointer-events: none;
  opacity: 0;
  border: 2px solid rgba(16, 185, 129, 0.42);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 30px 90px -46px rgba(16, 185, 129, 0.75);
  animation: wa-thump 1.65s infinite cubic-bezier(0.2, 0.85, 0.2, 1);
}

@keyframes wa-thump {
  0%   { transform: scale(0.98); opacity: 0.0; }
  12%  { transform: scale(1.00); opacity: 0.55; }
  34%  { transform: scale(1.08); opacity: 0.16; }
  100% { transform: scale(1.22); opacity: 0.0; }
}

@media (prefers-reduced-motion: reduce) {
  .animate-wa-ripple-1,
  .animate-wa-ripple-2,
  a[aria-label="Buka widget WhatsApp"]::before {
    animation: none !important;
  }
}

@media (max-width: 1023px) {
  .landing-product-grid.hero-grid {
    grid-template-columns: 1fr;
  }

  .landing-proof-overlay {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .landing-hero-title {
    max-width: none;
  }

  .landing-hero-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .editorial-nav-shell {
    border-radius: 1rem;
  }

  .landing-hero-title {
    font-size: clamp(2.15rem, 7.2vw, 3rem) !important;
  }

  .landing-product-shell,
  .landing-download-card,
  .landing-pricing-shell {
    border-radius: 0.75rem;
  }

  .landing-hero-point {
    padding: 0.9rem;
    border-radius: 1rem;
  }

  .landing-hero-microstats {
    grid-template-columns: 1fr;
  }

  .landing-nav-actions {
    border-left: 0;
    padding-left: 0;
  }

  .landing-footer-topbar {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .landing-stats-shell {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .landing-stat-card {
    min-height: 8.4rem;
    padding: 1rem 0.85rem;
  }

  .landing-stat-note {
    font-size: 0.72rem;
  }
}
