html {
  text-rendering: optimizeLegibility;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 0 !important;
}

:root {
  --max: 1240px;
}

.wrap,
.container {
  width: min(var(--max), calc(100% - 56px)) !important;
}

.site-wrap {
  width: min(1240px, calc(100% - 56px));
}

@media (max-width: 520px) {
  .wrap,
  .container {
    width: min(var(--max), calc(100% - 28px)) !important;
  }
}

.site-nav-inner {
  min-height: 76px;
}

.site-nav-links {
  gap: 14px;
  font-size: 0.74rem;
  letter-spacing: 0;
}

.site-nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.site-nav-cta {
  padding: 10px 15px;
  font-weight: 900;
}

.site-auth-nav .site-brand span {
  font-size: 1.14rem;
}

.site-auth-nav .site-nav-links {
  gap: 12px;
}

.hero,
main.hero {
  padding-top: 24px !important;
  padding-bottom: 32px !important;
}

main {
  padding-top: 36px !important;
  padding-bottom: 58px !important;
}

section,
.section {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.hero + section,
.hero + .section {
  padding-top: 30px !important;
}

.grid {
  gap: 34px !important;
}

h1,
.hero h1,
.single h1 {
  margin-top: 14px !important;
  margin-bottom: 16px !important;
  font-size: clamp(4.1rem, 5.6vw, 5.15rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

.section h2,
.section-head h2,
.product h2 {
  margin-bottom: 12px !important;
  letter-spacing: 0 !important;
}

.section h2,
.section-head h2 {
  font-size: 3.35rem !important;
  line-height: 1.05 !important;
}

.product h2 {
  font-size: 4.1rem !important;
  line-height: 1 !important;
}

.lead,
.section-intro,
.section-head p,
.product p,
.card p,
.feature p {
  line-height: 1.56 !important;
}

.lead {
  margin-bottom: 18px !important;
}

.actions {
  gap: 11px !important;
  margin-top: 22px !important;
  margin-bottom: 0 !important;
}

.btn,
.btn2,
.eyebrow,
.feature b,
.card .tag {
  letter-spacing: 0 !important;
}

.btn,
.btn2 {
  min-height: 54px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.eyebrow {
  margin-bottom: 8px !important;
}

@media (min-width: 1280px) {
  .grid {
    gap: 48px !important;
  }

  .hero-card,
  .phone {
    max-width: 560px;
    margin-left: auto;
  }
}

.steps {
  margin-top: 22px !important;
  gap: 10px !important;
}

.card,
.feature {
  min-height: 0 !important;
}

.card,
.feature,
.create-account,
.hero-card,
.panel,
.product,
.contact {
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34) !important;
}

.panel {
  padding: clamp(24px, 4vw, 38px) !important;
}

.panel h1 {
  font-size: 3.2rem !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.panel h2 {
  margin-top: 24px !important;
  margin-bottom: 8px !important;
  letter-spacing: 0 !important;
}

.feature {
  padding: 22px !important;
}

.features {
  gap: 14px !important;
}

.create-account {
  padding: 26px !important;
}

.create-account .actions {
  margin-top: 18px !important;
}

.product {
  gap: 28px !important;
  padding: 30px !important;
}

.product img {
  width: 230px !important;
  height: 230px !important;
}

.auth-flow main {
  padding-top: 28px !important;
  padding-bottom: 42px !important;
}

.auth-flow .hero h1,
.auth-flow .single h1 {
  font-size: 4.2rem !important;
}

.auth-flow .card {
  padding: 24px !important;
}

.auth-flow .note {
  margin-top: 12px !important;
}

.auth-flow .captcha-box {
  min-height: 70px !important;
  margin: 8px 0 4px !important;
}

.auth-flow .captcha-box:has(#signup-turnstile:empty) {
  margin: 8px 0 4px !important;
}

.auth-flow .btn,
.auth-flow .btn2 {
  margin-top: 12px !important;
}

@media (max-width: 880px) {
  .site-nav-inner {
    min-height: 82px;
  }

  .site-nav-links {
    gap: 8px 12px;
    font-size: 0.72rem;
  }

  .hero,
  main.hero {
    padding-top: 24px !important;
    padding-bottom: 28px !important;
  }

  main {
    padding-top: 30px !important;
    padding-bottom: 48px !important;
  }

  section,
  .section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .hero + section,
  .hero + .section {
    padding-top: 24px !important;
  }

  h1,
  .hero h1,
  .single h1 {
    font-size: 2.92rem !important;
    line-height: 1.02 !important;
  }

  .section h2,
  .section-head h2,
  .product h2 {
    font-size: 2.35rem !important;
    line-height: 1.08 !important;
  }

  .actions .btn,
  .actions .btn2 {
    width: 100%;
  }

  .product img {
    width: 160px !important;
    height: 160px !important;
  }

  .auth-flow .hero h1,
  .auth-flow .single h1 {
    font-size: 2.72rem !important;
  }

  .panel h1 {
    font-size: 2.45rem !important;
  }
}

@media (max-width: 520px) {
  .site-nav-inner {
    min-height: 80px;
  }

  .hero,
  main.hero {
    padding-top: 20px !important;
  }

  h1,
  .hero h1,
  .single h1 {
    font-size: 2.54rem !important;
  }

  .lead {
    font-size: 1rem !important;
  }
}
