:root {
  --_tukios-brand---container: min(1200px, 90vw);
  --_tukios-brand---section-gap: clamp(80px, 10vw, 140px);
  --_tukios-brand---green-deep: #2e9a3c;
  --_tukios-brand---font-heading: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --_tukios-brand---ink: #1a1a1f;
  --_tukios-brand---ink-muted: #5a5a64;
  --_tukios-brand---radius-pill: 50px;
  --_tukios-brand---border: #d8d8d8;
  --_tukios-brand---green: #3db64c;
  --_tukios-brand---green-light: #edf9ee;
  --_tukios-brand---ink-soft: #3d3d45;
  --_tukios-brand---bg: #fff;
  --_tukios-brand---border-light: #e8e8e8;
  --_tukios-brand---surface: #fafafa;
  --ink-1: #1a1a1f;
  --border-1: #ececef;
  --bg-1: #fafafa;
  --muted: #6b6b76;
  --green-soft: #eaf7ec;
  --card-1: #fff;
  --_tukios-brand---green-dark: #237a2d;
  --ink-1-2: #1a1a1f;
  --border-1-2: #ececef;
  --bg-1-2: #fafafa;
  --card-1-2: #fff;
  --_tukios-brand---lime: #b5d453;
  --_tukios-brand---lime-soft: #c8df7e;
  --_tukios-brand---lime-light: #f5f9e6;
  --_tukios-brand---green-glow: #3db64c26;
  --_tukios-brand---surface-warm: #f1f1f1;
  --_tukios-brand---card: #fff;
  --_tukios-brand---nav-bg: #ffffffeb;
  --_tukios-brand---radius-sm: 10px;
  --_tukios-brand---radius: 16px;
  --_tukios-brand---radius-lg: 24px;
  --_tukios-brand---nav-height: 72px;
  --_tukios-brand---font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.container {
  width: var(--_tukios-brand---container);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  padding-top: var(--_tukios-brand---section-gap);
  padding-bottom: var(--_tukios-brand---section-gap);
  position: relative;
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  color: var(--_tukios-brand---green-deep);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.section-title {
  font-family: var(--_tukios-brand---font-heading);
  color: var(--_tukios-brand---ink);
  letter-spacing: -.5px;
  margin: 0 0 20px;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.12;
}

.section-subtitle {
  max-width: 640px;
  color: var(--_tukios-brand---ink-muted);
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
}

.btn {
  border-radius: var(--_tukios-brand---radius-pill);
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, background .25s;
  display: inline-flex;
}

.btn.btn-primary {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  box-shadow: 0 6px 20px #3db64c40;
}

.btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px #3db64c59;
}

.btn.btn-outline {
  border-color: var(--_tukios-brand---border);
  color: var(--_tukios-brand---ink);
  background-color: #0000;
}

.btn.btn-outline:hover {
  border-color: var(--_tukios-brand---green);
  background-color: var(--_tukios-brand---green-light);
  color: var(--_tukios-brand---green-deep);
}

.btn.btn-white {
  color: var(--_tukios-brand---green-deep);
  background-color: #fff;
}

.btn.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px #0000001f;
}

.badge {
  border-radius: var(--_tukios-brand---radius-pill);
  background-color: var(--_tukios-brand---green-light);
  color: var(--_tukios-brand---green-deep);
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.heading-hero {
  font-family: var(--_tukios-brand---font-heading);
  color: var(--_tukios-brand---ink);
  letter-spacing: -1px;
  margin: 0 0 24px;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 800;
  line-height: 1.08;
}

.paragraph-lead {
  color: var(--_tukios-brand---ink-soft);
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.7;
}

.navbar {
  z-index: 100;
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  background-color: #ffffffeb;
  border-bottom: 1px solid #e8e8e8;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
}

.nav-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1f;
  align-items: center;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.nav-logo-mark {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 800;
  display: inline-flex;
}

.nav-logo-text {
  color: #1a1a1f;
  letter-spacing: -.3px;
  font-size: 20px;
}

.nav-links {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #3d3d45;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}

.nav-link.is-active {
  color: var(--_tukios-brand---ink);
  font-weight: 700;
}

.nav-actions {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.nav-login {
  color: #3d3d45;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}

.nav-cta {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  display: inline-flex;
  box-shadow: 0 6px 20px #3db64c40;
}

.hero {
  background-image: radial-gradient(circle at 20% 20%, #3db64c14, #0000 50%), radial-gradient(circle at 80% 0, #b5d45314, #0000 50%), linear-gradient(#fff, #fafafa);
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
}

.hero-grain {
  position: absolute;
  inset: 0;
}

.hero-bar.inline-div-0 {
  height: 40%;
}

.hero-bar.inline-div-1 {
  height: 62%;
}

.hero-bar.inline-div-2 {
  height: 48%;
}

.hero-bar.hero-bar-active.inline-div-3 {
  height: 80%;
}

.hero-bar.inline-div-4 {
  height: 56%;
}

.hero-bar.inline-div-5 {
  height: 70%;
}

.hero-bar.inline-div-6 {
  height: 88%;
}

.hero-1 {
  background-color: #fafafa;
  background-image: radial-gradient(circle at 20% 20%, #3db64c14, #0000 50%), radial-gradient(circle at 80% 0, #b5d45314, #0000 50%);
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
}

.hero-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  position: relative;
}

.hero-copy {
  flex-direction: column;
  display: flex;
}

.hero-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2e9a3c;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 28px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.hero-badge-dot {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.hero-title {
  color: #1a1a1f;
  letter-spacing: -1.5px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.05;
}

.hero-gradient {
  color: var(--_tukios-brand---green-deep);
}

.hero-desc {
  color: #3d3d45;
  max-width: 540px;
  margin: 0 0 40px;
  font-size: 19px;
  line-height: 1.65;
}

.hero-ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 56px;
  display: flex;
}

.hero-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  align-items: center;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  display: inline-flex;
  box-shadow: 0 10px 30px #3db64c4d;
}

.hero-arrow {
  transition: transform .25s;
}

.hero-secondary {
  color: #1a1a1f;
  background-color: #0000;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  align-items: center;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s, border-color .25s;
  display: inline-flex;
}

.hero-stats {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 480px;
  display: grid;
}

.hero-stat {
  flex-direction: column;
  display: flex;
}

.hero-stat-num {
  color: var(--_tukios-brand---green-deep);
  letter-spacing: -1px;
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.hero-stat-label {
  color: #6b6b76;
  font-size: 13px;
  line-height: 1.4;
}

.hero-visual {
  height: 520px;
  position: relative;
}

.hero-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  box-shadow: 0 30px 60px #0f1b332e;
}

.hero-card-main {
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero-card-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
  padding: 14px 18px;
  display: flex;
}

.hero-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.hero-dot.r {
  background-color: #ff5f57;
}

.hero-dot.y {
  background-color: #febc2e;
}

.hero-dot.g {
  background-color: #27c93f;
}

.hero-url {
  color: #6b6b76;
  margin-left: 14px;
  font-family: ui-monospace, monospace;
  font-size: 12px;
}

.hero-card-body {
  padding: 28px;
}

.hero-card-label {
  color: #6b6b76;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}

.hero-card-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
  display: grid;
}

.hero-metric {
  background-color: #fafafa;
  border-radius: 14px;
  padding: 18px;
}

.hero-metric-num {
  color: #1a1a1f;
  letter-spacing: -.5px;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.hero-metric-green {
  color: #3db64c;
}

.hero-metric-lbl {
  color: #6b6b76;
  font-size: 12px;
}

.hero-card-bars {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  height: 100px;
  padding: 0 4px;
  display: flex;
}

.hero-bar-1 {
  background-color: #e8e8e8;
  border-radius: 6px 6px 0 0;
  flex: 1;
  height: 40%;
}

.hero-bar-active {
  background-color: #3db64c;
  background-image: linear-gradient(#b5d453, #3db64c);
}

.hero-card-float {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 14px;
  align-items: center;
  width: 240px;
  padding: 14px 18px;
  display: flex;
  position: absolute;
  top: 0;
  right: -30px;
}

.hero-float-icon {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  display: inline-flex;
}

.hero-float-label {
  color: #1a1a1f;
  font-size: 13px;
  font-weight: 700;
}

.hero-float-text {
  color: #6b6b76;
  margin-top: 2px;
  font-size: 12px;
}

.hero-card-pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1f;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  left: -20px;
}

.hero-pulse {
  background-color: #ff5f57;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 4px #ff5f5733;
}

.bar-62-parent.bar-62 {
  height: 62%;
}

.bar-48-parent.bar-48 {
  height: 48%;
}

.bar-80-parent.bar-80 {
  height: 80%;
}

.bar-56-parent.bar-56 {
  height: 56%;
}

.bar-70-parent.bar-70 {
  height: 70%;
}

.bar-88-parent.bar-88 {
  height: 88%;
}

.products {
  background-color: #fff;
  padding: 120px 0;
  position: relative;
}

.products-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.products-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 72px;
}

.products-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.products-title {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 18px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.12;
}

.products-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

.bento {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(220px, auto);
  display: grid;
}

.bento-card {
  color: #1a1a1f;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, border-color .3s, background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bento-featured {
  background-color: #edf9ee;
  border-color: #c8e5ce;
  grid-row-start: span 2;
  grid-column-start: span 2;
  padding: 40px;
}

.bento-accent {
  transform-origin: 0;
  height: 3px;
  transition: transform .35s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.accent-green {
  background-image: linear-gradient(90deg, #3db64c, #2e9a3c);
}

.accent-lime {
  background-image: linear-gradient(90deg, #b5d453, #3db64c);
}

.bento-kicker {
  color: #3db64c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.bento-title {
  color: #1a1a1f;
  letter-spacing: -.4px;
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.bento-desc {
  color: #3d3d45;
  flex-grow: 1;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
}

.bento-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #3db64c;
  align-items: center;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.bento-arrow {
  transition: transform .3s;
  display: inline-block;
}

.bento-preview {
  background-color: #0000;
  border: 0 solid #e8e8e8;
  flex-direction: column;
  max-width: none;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.bento-chrome {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 14px;
  display: flex;
}

.bc-dot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.bc-dot.r {
  background-color: #ff5f57;
}

.bc-dot.y {
  background-color: #febc2e;
}

.bc-dot.g {
  background-color: #27c93f;
}

.bento-tiles {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 16px;
  display: grid;
}

.bento-tile {
  aspect-ratio: 4 / 3;
  background-color: #f1f1f1;
  border-radius: 8px;
}

.tile-1 {
  background-image: linear-gradient(135deg, #edf9ee, #c8e5ce);
}

.tile-2 {
  background-image: linear-gradient(135deg, #f5f9e6, #b5d453);
}

.tile-3 {
  background-image: linear-gradient(135deg, #fafafa, #e8e8e8);
}

.aisection {
  background-color: #fafafa;
  padding: 120px 0;
  position: relative;
}

.aisection-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.aisection-copy {
  flex-direction: column;
  display: flex;
}

.aisection-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.aisection-title {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 20px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.aisection-subtitle {
  color: #3d3d45;
  max-width: 520px;
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.6;
}

.aisection-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.aisection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 18px;
  transition: border-color .25s, transform .25s;
  display: flex;
}

.aisection-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  display: inline-flex;
}

.aisection-item-title {
  color: #1a1a1f;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
}

.aisection-item-desc {
  color: #6b6b76;
  font-size: 13.5px;
  line-height: 1.55;
}

.aisection-visual {
  position: relative;
}

.chat-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px #0f1b331a;
}

.chat-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
  padding: 18px 22px;
  display: flex;
}

.chat-avatar {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: inline-flex;
}

.chat-name {
  color: #1a1a1f;
  font-size: 15px;
  font-weight: 700;
}

.chat-status {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #6b6b76;
  align-items: center;
  margin-top: 2px;
  font-size: 12px;
  display: flex;
}

.chat-online {
  background-color: #27c93f;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.chat-body {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  padding: 22px;
  display: flex;
}

.chat-bubble {
  border-radius: 16px;
  max-width: 88%;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.55;
}

.chat-in {
  color: #fff;
  background-color: #1a1a1f;
  align-self: flex-end;
}

.chat-out {
  color: #1a1a1f;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  align-self: flex-start;
}

.chat-thinking {
  color: #6b6b76;
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
}

.chat-preview {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.55;
}

.chat-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.chat-chip {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #2e9a3c);
  border-radius: 20px;
  align-items: center;
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 600;
  display: inline-flex;
}

.chat-chip-ghost {
  color: #1a1a1f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
}

.stats {
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 100px 0;
}

.stats-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.stat-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  display: flex;
}

.stat-num {
  color: #3db64c;
  letter-spacing: -2px;
  margin-bottom: 14px;
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.stat-label {
  color: #6b6b76;
  max-width: 240px;
  font-size: 14px;
  line-height: 1.55;
}

.tools {
  background-color: #fff;
  padding: 120px 0;
}

.tools-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.tools-head {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.tools-head-left {
  max-width: 640px;
}

.tools-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.tools-title {
  color: #1a1a1f;
  letter-spacing: -.6px;
  margin: 0;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.tools-all {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #3db64c;
  white-space: nowrap;
  align-items: center;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tools-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.tool-card {
  color: #1a1a1f;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  flex-direction: column;
  padding: 28px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.tool-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  font-size: 24px;
  display: inline-flex;
}

.tool-name {
  color: #1a1a1f;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

.tool-desc {
  color: #6b6b76;
  flex-grow: 1;
  margin-bottom: 16px;
  font-size: 13.5px;
  line-height: 1.55;
}

.tool-arrow {
  color: #3db64c;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 700;
  transition: transform .25s;
}

.tst {
  background-color: #fafafa;
  padding: 120px 0;
}

.tst-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.tst-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.tst-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.tst-title {
  color: #1a1a1f;
  letter-spacing: -.6px;
  margin: 0;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.18;
}

.tst-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.tst-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px;
  transition: transform .25s, box-shadow .25s;
  display: flex;
}

.tst-stars {
  color: #f5b100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 16px;
}

.tst-quote {
  color: #1a1a1f;
  flex-grow: 1;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
}

.tst-author {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.tst-avatar {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.tst-author-name {
  color: #1a1a1f;
  font-size: 14px;
  font-weight: 700;
}

.tst-author-role {
  color: #6b6b76;
  margin-top: 2px;
  font-size: 13px;
}

.ctaband {
  background-color: #fff;
  padding: 80px 0 120px;
}

.ctaband-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.ctaband-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #237a2d 0%, #3db64c 55%, #b5d453 100%);
  border-radius: 32px;
  padding: 80px 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px #237a2d40;
}

.ctaband-title {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 18px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
}

.ctaband-desc {
  color: #ffffffe0;
  max-width: 640px;
  margin: 0 auto 36px;
  font-size: 18px;
  line-height: 1.6;
}

.ctaband-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 28px;
  display: flex;
}

.ctaband-primary {
  color: #3db64c;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  display: inline-flex;
  box-shadow: 0 10px 30px #00000026;
}

.ctaband-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  align-items: center;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-flex;
}

.ctaband-note {
  color: #ffffffbf;
  font-size: 13px;
}

.ft {
  color: #fff;
  background-image: linear-gradient(#0b1815 0%, #0f2418 100%);
  padding: 90px 0 0;
}

.ft-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.ft-main {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding-bottom: 64px;
  display: grid;
}

.ft-brand {
  max-width: 360px;
}

.ft-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.ft-logo-mark {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 800;
  display: inline-flex;
}

.ft-logo-text {
  color: #fff;
  letter-spacing: -.3px;
  font-size: 20px;
}

.ft-blurb {
  color: #ffffffa6;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.65;
}

.ft-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.ft-contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ffffffbf;
  align-items: center;
  font-size: 13.5px;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.ft-col {
  flex-direction: column;
  display: flex;
}

.ft-heading {
  color: #b5d453;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 700;
}

.ft-link {
  color: #ffffffb3;
  margin-bottom: 12px;
  font-size: 14px;
  text-decoration: none;
  transition: color .25s;
}

.ft-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #ffffff1a;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  display: flex;
}

.ft-copy {
  color: #ffffff80;
  font-size: 13px;
}

.ft-legal {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.ft-legal-link {
  color: #ffffff8c;
  font-size: 13px;
  text-decoration: none;
  transition: color .25s;
}

.calc {
  background-image: linear-gradient(135deg, #123a1a 0%, #1e5a2a 60%, #237a2d 100%);
  padding: 120px 0;
  overflow: hidden;
}

.calc-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.calc-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

.calc-eyebrow {
  color: #b5d453;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.calc-title {
  color: #fff;
  letter-spacing: -.8px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.calc-subtitle {
  color: #ffffffbf;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.calc-card {
  background-color: #fff;
  border-radius: 24px;
  grid-template-columns: 1.05fr 1fr;
  display: grid;
  overflow: hidden;
  box-shadow: 0 40px 80px #00000040;
}

.calc-inputs {
  background-color: #fff;
  padding: 40px;
}

.calc-field {
  margin-bottom: 28px;
}

.calc-label {
  color: #1a1a1f;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.calc-slider-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.calc-slider {
  background-color: #e8e8e8;
  border-radius: 10px;
  flex: 1;
  height: 8px;
  position: relative;
}

.calc-slider-fill {
  background-image: linear-gradient(90deg, #3db64c, #b5d453);
  border-radius: 10px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.calc-slider-handle {
  background-color: #fff;
  border: 3px solid #3db64c;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px #3db64c4d;
}

.calc-slider-value {
  color: #2e9a3c;
  text-align: right;
  min-width: 44px;
  font-size: 20px;
  font-weight: 800;
}

.calc-select {
  color: #1a1a1f;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.calc-caret {
  color: #6b6b76;
}

.calc-checks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: grid;
}

.calc-check-off {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6b6b76;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  align-items: center;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.calc-check-on {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1f;
  background-color: #edf9ee;
  border: 1px solid #3db64c;
  border-radius: 10px;
  align-items: center;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.calc-mark-off {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.calc-mark-on {
  color: #fff;
  background-color: #3db64c;
  border: 1px solid #3db64c;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.calc-results {
  color: #fff;
  background-image: linear-gradient(160deg, #0b2815 0%, #123a1a 100%);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.calc-result-head {
  color: #b5d453;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
}

.calc-stat-row {
  flex-direction: column;
  display: flex;
}

.phero {
  background-color: #fafafa;
  background-image: radial-gradient(circle at 50% 0, #3db64c14, #0000 60%);
  padding: 140px 0 80px;
}

.phero-inner {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.phero-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2e9a3c;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 28px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.phero-badge-dot {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.phero-title {
  color: #1a1a1f;
  letter-spacing: -1.8px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
}

.phero-accent {
  color: #2e9a3c;
}

.phero-desc {
  color: #3d3d45;
  max-width: 680px;
  margin: 0 auto 40px;
  font-size: 19px;
  line-height: 1.6;
}

.phero-ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}

.phero-btn {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  align-items: center;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 10px 30px #3db64c40;
}

.phero-btn-ghost {
  color: #1a1a1f;
  background-color: #0000;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  align-items: center;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.ptree {
  background-color: #fff;
  padding: 100px 0;
}

.ptree-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.ptree-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.ptree-eyebrow {
  color: #2e9a3c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.ptree-title {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 18px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.ptree-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.tree-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: .9fr 1.3fr 1.2fr .9fr;
  align-items: flex-start;
  display: grid;
}

.tree-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.tree-label {
  color: #6b6b76;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
}

.tree-node {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 14px 16px;
  display: flex;
}

.tree-node-standalone {
  background-color: #f5f9e6;
  border-color: #c8df7e;
}

.tree-node-ai {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border-color: #3db64c;
}

.tree-node-partner {
  background-color: #edf9ee;
  border-color: #c8e5ce;
}

.tree-node-name {
  color: #1a1a1f;
  font-size: 14px;
  font-weight: 700;
}

.tree-anchor-pair {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  display: grid;
}

.tree-anchor {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #1a1a1f, #237a2d);
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  padding: 18px 14px;
  display: flex;
  box-shadow: 0 10px 24px #237a2d33;
}

.tree-arrow {
  color: #3db64c;
  font-size: 22px;
  font-weight: 800;
}

.tree-children {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-top: 1px solid #ffffff26;
  flex-direction: column;
  width: 100%;
  margin-top: 6px;
  padding-top: 8px;
  display: flex;
}

.tree-child {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #ffffffd9;
  justify-content: center;
  align-items: center;
  font-size: 12.5px;
  font-weight: 500;
  display: flex;
}

.tree-ai-tag {
  color: #1a1a1f;
  letter-spacing: 1px;
  background-color: #b5d453;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.tree-ai-dot {
  color: #2e9a3c;
  letter-spacing: 1px;
  background-color: #edf9ee;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1px 6px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.tree-partner-note {
  color: #3d3d45;
  font-size: 12px;
  line-height: 1.45;
}

.pstand {
  background-color: #fafafa;
  padding: 100px 0;
}

.pstand-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.pstand-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.pstand-eyebrow {
  color: #2e9a3c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.pstand-title {
  color: #1a1a1f;
  letter-spacing: -.6px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.pstand-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.pstand-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.pstand-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  flex-direction: column;
  padding: 36px;
  transition: transform .3s, border-color .3s;
  display: flex;
}

.pstand-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  font-size: 24px;
  display: inline-flex;
}

.pstand-name {
  color: #1a1a1f;
  letter-spacing: -.4px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.pstand-desc {
  color: #3d3d45;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
}

.pstand-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
}

.pstand-link {
  color: #2e9a3c;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.ppair {
  background-color: #fff;
  padding: 100px 0;
}

.ppair-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.ppair-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 56px;
}

.ppair-eyebrow {
  color: #2e9a3c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.ppair-title {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.ppair-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.ppair-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  display: grid;
}

.ppair-card {
  color: #fff;
  background-image: linear-gradient(160deg, #1a1a1f 0%, #123a1a 100%);
  border-radius: 24px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 30px 60px #0f1b3333;
}

.ppair-tag {
  color: #b5d453;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #b5d45333;
  border-radius: 20px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 22px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.ppair-tag-lime {
  background-color: #b5d45340;
}

.ppair-name {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.ppair-text {
  color: #ffffffc7;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.6;
}

.ppair-chips {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  display: flex;
}

.ppair-chip {
  color: #ffffffe6;
  background-color: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
}

.ppair-cta {
  color: #fff;
  background-color: #3db64c;
  border-radius: 50px;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.ppair-connector {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  display: flex;
}

.ppair-connector-mark {
  color: #3db64c;
  font-size: 32px;
  font-weight: 800;
}

.ppair-connector-text {
  color: #6b6b76;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.padd {
  background-color: #fafafa;
  padding: 100px 0;
}

.padd-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.padd-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.padd-eyebrow {
  color: #2e9a3c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.padd-title {
  color: #1a1a1f;
  letter-spacing: -.6px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.padd-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.padd-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.padd-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px;
  transition: transform .3s, border-color .3s;
}

.padd-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  font-size: 22px;
  display: inline-flex;
}

.padd-name {
  color: #1a1a1f;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.padd-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.pmem {
  color: #fff;
  background-image: linear-gradient(160deg, #0b2815 0%, #123a1a 100%);
  padding: 100px 0;
}

.pmem-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.pmem-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.pmem-tag {
  color: #b5d453;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b5d45333;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 auto 20px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.pmem-title {
  color: #fff;
  letter-spacing: -.8px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1.15;
}

.pmem-subtitle {
  color: #ffffffbf;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.pmem-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.pmem-card {
  background-color: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  padding: 28px;
  transition: background-color .3s, border-color .3s;
}

.pmem-num {
  color: #b5d453;
  letter-spacing: 2px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 800;
}

.pmem-name {
  color: #fff;
  letter-spacing: -.2px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 800;
}

.pmem-desc {
  color: #ffffffbf;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
}

.pcta {
  background-color: #fafafa;
  padding: 60px 0 120px;
}

.pcta-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.pcta-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #237a2d 0%, #3db64c 55%, #b5d453 100%);
  border-radius: 32px;
  padding: 72px 48px;
  box-shadow: 0 30px 60px #237a2d40;
}

.pcta-title {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 18px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.1;
}

.pcta-desc {
  color: #ffffffe0;
  max-width: 620px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.6;
}

.pcta-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 22px;
  display: flex;
}

.pcta-primary {
  color: #3db64c;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.pcta-ghost {
  color: #fff;
  background-color: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  align-items: center;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.pcta-note {
  color: #ffffffbf;
  font-size: 13px;
}

.whero {
  background-color: #fafafa;
  background-image: radial-gradient(circle at 50% -10%, #3db64c1f, #0000 55%), radial-gradient(circle at 90% 20%, #b5d4531a, #0000 50%);
  padding: 160px 0 100px;
}

.whero-inner {
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.whero-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #2e9a3c;
  background-color: #fffc;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 32px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  box-shadow: 0 8px 20px #3db64c14;
}

.whero-title {
  color: #1a1a1f;
  letter-spacing: -2.5px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(44px, 6.5vw, 80px);
  font-weight: 800;
  line-height: 1;
}

.whero-accent {
  color: #2e9a3c;
}

.whero-desc {
  color: #3d3d45;
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 19px;
  line-height: 1.55;
}

.whero-ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 36px;
  display: flex;
}

.whero-primary {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  align-items: center;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  display: inline-flex;
  box-shadow: 0 12px 30px #3db64c4d;
}

.whero-ghost {
  color: #1a1a1f;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  align-items: center;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s, border-color .25s;
  display: inline-flex;
}

.whero-trust {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #6b6b76;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  font-size: 14px;
  display: flex;
}

.whero-trust-dot {
  color: #d8d8d8;
  font-weight: 700;
}

.wproc {
  background-color: #fff;
  padding: 100px 0;
}

.wproc-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.wproc-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 64px;
}

.wproc-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.wproc-title {
  color: #1a1a1f;
  letter-spacing: -1px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}

.wproc-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.wproc-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  display: grid;
}

.wproc-step {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px 24px;
  transition: transform .25s, border-color .25s, background-color .25s;
  display: flex;
}

.wproc-num {
  color: #3db64c;
  letter-spacing: -2px;
  margin-bottom: 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.wproc-step-title {
  color: #1a1a1f;
  letter-spacing: -.2px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

.wproc-step-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.wproc-connect {
  opacity: .5;
  background-image: linear-gradient(90deg, #3db64c, #b5d453);
  border-radius: 2px;
  align-self: center;
  width: 22px;
  height: 2px;
}

.wben {
  background-color: #fafafa;
  padding: 100px 0;
}

.wben-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.wben-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.wben-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.wben-title {
  color: #1a1a1f;
  letter-spacing: -1px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}

.wben-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.wben-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.wben-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}

.wben-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  font-size: 24px;
  display: inline-flex;
}

.wben-name {
  color: #1a1a1f;
  letter-spacing: -.2px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

.wben-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.wgal {
  background-color: #fff;
  padding: 100px 0;
}

.wgal-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.wgal-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.wgal-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.wgal-title {
  color: #1a1a1f;
  letter-spacing: -1px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}

.wgal-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.wgal-filters {
  border-bottom: 1px solid #d8d8d8;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
  padding-bottom: 0;
  display: flex;
}

.wgal-chip {
  color: #6b6b76;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 14px 22px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: color .2s;
  position: relative;
}

.wgal-chip:hover {
  color: #1a1a1f;
}

.wgal-chip:after {
  content: "";
  transform-origin: 0;
  background-color: #237a2d;
  height: 2px;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.2, .8, .2, 1);
  position: absolute;
  bottom: -1px;
  left: 22px;
  right: 22px;
  transform: scaleX(0);
}

.wgal-chip.wgal-chip-on {
  color: #1a1a1f;
  background-color: #0000;
}

.wgal-chip.wgal-chip-on:after {
  transform: scaleX(1);
}

.wgal-chip-on {
  color: #fff;
  background-color: #1a1a1f;
  border-color: #1a1a1f;
}

.wgal-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.wgal-card {
  color: #1a1a1f;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  flex-direction: column;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s cubic-bezier(.2, .8, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.wgal-card:hover {
  border-color: #3db64c;
  transform: translateY(-2px);
  box-shadow: 0 14px 44px -10px #1a1a1f24;
}

.wgal-chrome {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #6b6b76;
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 10px 16px;
  display: flex;
}

.wgal-dot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.wgal-dot.r {
  background-color: #ff5f57;
}

.wgal-dot.y {
  background-color: #febc2e;
}

.wgal-dot.g {
  background-color: #27c93f;
}

.wgal-thumb {
  aspect-ratio: 16 / 10;
  background-color: #f1f1f1;
  position: relative;
}

.wgal-thumb-1 {
  background-image: linear-gradient(135deg, #f5e6a1, #c89e4f);
}

.wgal-thumb-2 {
  background-image: linear-gradient(135deg, #e8f0e9, #8aa898);
}

.wgal-thumb-3 {
  background-image: linear-gradient(135deg, #b3ddc9, #3a7b6a);
}

.wgal-thumb-4 {
  background-image: linear-gradient(135deg, #fff4e0, #f1c27d);
}

.wgal-thumb-5 {
  background-image: linear-gradient(135deg, #dde7f0, #4a6885);
}

.wgal-thumb-6 {
  background-image: linear-gradient(135deg, #f7ece1, #c48b5a);
}

.wgal-thumb-7 {
  background-image: linear-gradient(135deg, #f3e5d8, #a07858);
}

.wgal-thumb-8 {
  background-image: linear-gradient(135deg, #eee7e0, #7c6b56);
}

.wgal-thumb-9 {
  background-image: linear-gradient(135deg, #2b2b33, #494952);
}

.wgal-meta {
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: baseline;
  padding: 20px 20px 12px;
  display: flex;
}

.wgal-name {
  color: #1a1a1f;
  flex-basis: 100%;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

.wgal-cat {
  color: #6b6b76;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.wgal-preview {
  opacity: 0;
  transition: opacity .3s cubic-bezier(.2, .8, .2, 1), transform undefined undefined;
  color: #2e9a3c;
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  transform: translateX(-8px);
}

.wgal-preview:hover {
  opacity: 1;
  transform: translateX(0);
}

.wgal-load {
  text-align: center;
  margin-top: 48px;
}

.wgal-load-btn {
  color: #1a1a1f;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.wgal-asset-note {
  color: #6b6b76;
  margin-top: 16px;
  font-size: 12px;
  font-style: italic;
}

.wnew {
  background-color: #fafafa;
  padding: 100px 0;
}

.wnew-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.wnew-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

.wnew-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.wnew-title {
  color: #1a1a1f;
  letter-spacing: -1px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}

.wnew-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.wnew-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(200px, auto);
  display: grid;
}

.wnew-card {
  color: #1a1a1f;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px;
  text-decoration: none;
  transition: transform .3s, border-color .3s;
  display: flex;
}

.wnew-card-featured {
  background-image: linear-gradient(135deg, #edf9ee 0%, #f5f9e6 100%);
  border-color: #c8e5ce;
  grid-column-start: span 2;
  min-height: auto;
  padding: 48px;
  display: block;
}

.wnew-tag {
  color: #fff;
  letter-spacing: 1.5px;
  background-color: #1a1a1f;
  border-radius: 50px;
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 800;
  display: inline-block;
}

.wnew-tag-small {
  color: #2e9a3c;
  letter-spacing: 1.5px;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 800;
  display: inline-block;
}

.wnew-name {
  color: #1a1a1f;
  letter-spacing: -.3px;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
}

.wnew-desc {
  color: #3d3d45;
  flex-grow: 1;
  margin: 0 0 20px;
  font-size: 14.5px;
  line-height: 1.6;
}

.wnew-link {
  color: #3db64c;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
}

.wstats {
  color: #fff;
  background-image: linear-gradient(160deg, #0b2815 0%, #123a1a 100%);
  padding: 100px 0;
}

.wstats-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.wstats-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  display: grid;
}

.wstats-block {
  text-align: center;
}

.wstats-num {
  color: #b5d453;
  letter-spacing: -2px;
  margin-bottom: 14px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(44px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1;
}

.wstats-label {
  color: #ffffffb3;
  max-width: 200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
}

.wstats-divider {
  background-color: #ffffff1f;
  width: 1px;
  height: 60px;
}

.wcta {
  background-color: #fafafa;
  padding: 60px 0 120px;
}

.wcta-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.wcta-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #237a2d 0%, #3db64c 55%, #b5d453 100%);
  border-radius: 32px;
  padding: 80px 48px;
  box-shadow: 0 30px 60px #237a2d40;
}

.wcta-title {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 18px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
}

.wcta-desc {
  color: #ffffffe0;
  max-width: 620px;
  margin: 0 auto 36px;
  font-size: 17px;
  line-height: 1.6;
}

.wcta-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}

.wcta-primary {
  color: #3db64c;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 10px 30px #0000001f;
}

.wcta-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  align-items: center;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.wcta-note {
  color: #ffffffbf;
  font-size: 13px;
}

.tukios-mark {
  width: 112px;
  height: 28px;
  display: block;
}

.nav-logo-1 {
  grid-row-gap: 0;
  grid-column-gap: 0;
}

.tukios-mark-ft {
  width: 120px;
  height: 30px;
  display: block;
}

.rcalc {
  background-image: linear-gradient(135deg, #123a1a 0%, #1e5a2a 60%, #237a2d 100%);
  padding: 120px 0;
  overflow: hidden;
}

.rcalc-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.rcalc-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

.rcalc-eyebrow {
  color: #b5d453;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.rcalc-title {
  color: #fff;
  letter-spacing: -.8px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.rcalc-subtitle {
  color: #ffffffbf;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.rcalc-card {
  background-color: #fff;
  border-radius: 24px;
  grid-template-columns: .85fr 1fr;
  display: grid;
  overflow: hidden;
  box-shadow: 0 40px 80px #00000040;
}

.rcalc-inputs {
  background-color: #fff;
  padding: 40px;
}

.rcalc-field {
  margin-bottom: 28px;
}

.rcalc-label-row {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
  display: flex;
}

.rcalc-label {
  color: #1a1a1f;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.rcalc-val {
  color: #3db64c;
  letter-spacing: -.5px;
  font-size: 22px;
  font-weight: 800;
}

.rcalc-slider-wrap {
  cursor: pointer;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  height: 24px;
  position: relative;
}

.rcalc-slider-track {
  pointer-events: none;
  background-color: #e8e8e8;
  border-radius: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.rcalc-slider-fill {
  background-image: linear-gradient(90deg, #3db64c, #b5d453);
  border-radius: 10px;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rcalc-slider-handle {
  pointer-events: none;
  background-color: #fff;
  border: 3px solid #3db64c;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px #3db64c4d;
}

.rcalc-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 5px;
  display: flex;
}

.rcalc-pill {
  color: #6b6b76;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  flex: 1;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .25s, color .25s;
}

.rcalc-pill-on {
  color: #1a1a1f;
  background-color: #fff;
  box-shadow: 0 2px 6px #0000000f;
}

.rcalc-checks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: grid;
}

.rcalc-check {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6b6b76;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  align-items: center;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .25s, border-color .25s, color .25s;
  display: flex;
}

.rcalc-check-on {
  color: #1a1a1f;
  background-color: #edf9ee;
  border-color: #3db64c;
}

.rcalc-mark {
  color: #fff;
  background-color: #3db64c;
  border: 1px solid #3db64c;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.rcalc-mark:empty {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.rcalc-mark.rcalc-mark-on {
  color: #fff;
  background-color: #3db64c;
  border-color: #3db64c;
}

.rcalc-results {
  color: #fff;
  background-image: linear-gradient(160deg, #0b2815 0%, #123a1a 100%);
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.rcalc-result-head {
  color: #b5d453;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
}

.rcalc-stat-row {
  flex-direction: column;
  display: flex;
}

.rcalc-stat-label {
  color: #ffffffb3;
  margin-bottom: 8px;
  font-size: 14px;
}

.rcalc-stat-num {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  line-height: 1;
}

.rcalc-stat-num-green {
  color: #b5d453;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-size: clamp(44px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1;
}

.rcalc-stat-note {
  color: #ffffff8c;
  font-size: 13px;
  line-height: 1.5;
}

.rcalc-divider {
  background-color: #ffffff1f;
  height: 1px;
  margin: 24px 0;
}

.rcalc-cta {
  color: #b5d453;
  padding-top: 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.tcicon {
  width: 26px;
  height: 26px;
  display: block;
}

.aisicon {
  width: 22px;
  height: 22px;
  display: block;
}

.hf-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.cta-ico {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  display: inline-block;
}

.wbicon {
  width: 26px;
  height: 26px;
  display: block;
}

.wbadge-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: inline-flex;
}

.wbadge-ico {
  width: 16px;
  height: 16px;
  display: block;
}

.wbadge-txt {
  display: inline-block;
}

.ft-ico {
  vertical-align: middle;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
}

.ft-addr-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.wgal-img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  transition-property: transform;
  transition-duration: 6s;
  transition-timing-function: linear;
  display: block;
}

.wgal-load-btn-1 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1a1f;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  align-items: center;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s, border-color .25s, color .25s;
  display: inline-flex;
}

.wgal-load-note {
  color: #6b6b76;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
}

.calc-stat-label {
  color: #ffffffb3;
  margin-bottom: 8px;
  font-size: 14px;
}

.calc-stat-num {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  line-height: 1;
}

.calc-stat-num-green {
  color: #b5d453;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  line-height: 1;
}

.calc-stat-note {
  color: #ffffff8c;
  font-size: 13px;
  line-height: 1.5;
}

.calc-divider {
  background-color: #ffffff1f;
  height: 1px;
  margin: 24px 0;
}

.calc-cta {
  color: #b5d453;
  margin-top: auto;
  padding-top: 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.pv-hero {
  background-color: #fafafa;
  padding: 140px 0 40px;
}

.pv-hero-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.pv-tag {
  color: #3db64c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.pv-title {
  color: #1a1a1f;
  letter-spacing: -1.5px;
  margin: 0 0 12px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
}

.pv-updated {
  color: #6b6b76;
  margin: 0;
  font-size: 14px;
}

.pv-body {
  background-color: #fafafa;
  padding: 48px 0 100px;
}

.pv-body-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.pv-toc {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  margin-bottom: 40px;
  padding: 24px;
}

.pv-toc-title {
  color: #3db64c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}

.pv-toc-list {
  color: #3d3d45;
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.9;
}

.pv-doc {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px 24px;
}

.pv-h {
  color: #1a1a1f;
  letter-spacing: -.3px;
  margin: 40px 0 16px;
  scroll-margin-top: 100px;
  font-size: 22px;
  font-weight: 800;
}

.pv-p {
  color: #3d3d45;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.75;
}

.pv-ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.pv-li {
  color: #3d3d45;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.75;
}

.tr-hero {
  background-color: #fafafa;
  padding: 140px 0 40px;
}

.tr-hero-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.tr-tag {
  color: #3db64c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.tr-title {
  color: #1a1a1f;
  letter-spacing: -1.5px;
  margin: 0 0 12px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
}

.tr-updated {
  color: #6b6b76;
  margin: 0;
  font-size: 14px;
}

.tr-body {
  background-color: #fafafa;
  padding: 48px 0 100px;
}

.tr-body-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.tr-toc {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  margin-bottom: 40px;
  padding: 24px;
}

.tr-toc-title {
  color: #3db64c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}

.tr-toc-list {
  color: #3d3d45;
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.9;
}

.tr-doc {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px 24px;
}

.tr-h {
  color: #1a1a1f;
  letter-spacing: -.3px;
  margin: 40px 0 16px;
  scroll-margin-top: 100px;
  font-size: 22px;
  font-weight: 800;
}

.tr-p {
  color: #3d3d45;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.75;
}

.tr-ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.tr-li {
  color: #3d3d45;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.75;
}

.af-hero {
  background-color: #fafafa;
  background-image: radial-gradient(circle at 30% 10%, #3db64c1f, #0000 55%), radial-gradient(circle at 80% 30%, #b5d4531a, #0000 50%);
  padding: 160px 0 100px;
  overflow: hidden;
}

.af-hero-inner {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.af-hero-copy {
  flex-direction: column;
  display: flex;
}

.af-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3db64c;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 28px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.af-tag-dot {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.af-title {
  color: #1a1a1f;
  letter-spacing: -2px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(42px, 5.8vw, 68px);
  font-weight: 800;
  line-height: 1.05;
}

.af-title-accent {
  color: #3db64c;
}

.af-desc {
  color: #3d3d45;
  max-width: 520px;
  margin: 0 0 40px;
  font-size: 19px;
  line-height: 1.6;
}

.af-ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  display: flex;
}

.af-primary {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  align-items: center;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 10px 30px #3db64c4d;
}

.af-ghost {
  color: #1a1a1f;
  background-color: #0000;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  align-items: center;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.af-trust {
  color: #6b6b76;
  font-size: 14px;
}

.af-hero-visual {
  justify-content: center;
  display: flex;
}

.af-phone {
  background-color: #1a1a1f;
  border-radius: 36px;
  width: 280px;
  padding: 12px;
  box-shadow: 0 30px 60px #0f1b3340;
}

.af-phone-screen {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f7;
  border-radius: 28px;
  flex-direction: column;
  min-height: 500px;
  padding: 20px 16px;
  display: flex;
}

.af-phone-header {
  text-align: center;
  border-bottom: 1px solid #e5e5ea;
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.af-phone-from {
  color: #1a1a1f;
  font-size: 13px;
  font-weight: 700;
}

.af-phone-sub {
  color: #86868b;
  margin-top: 2px;
  font-size: 11px;
}

.af-bubble-in {
  color: #1a1a1f;
  background-color: #e5e5ea;
  border-radius: 18px 18px 18px 6px;
  align-self: flex-start;
  max-width: 88%;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.4;
}

.af-bubble-out {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 18px 18px 6px;
  align-self: flex-end;
  max-width: 88%;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.4;
}

.af-bubble-time {
  color: #86868b;
  text-align: center;
  align-self: center;
  margin: 4px 0;
  font-size: 10px;
}

.af-values {
  background-color: #fff;
  padding: 100px 0;
}

.af-values-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.af-value {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  padding: 40px;
  transition: all .25s;
}

.af-value-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  display: flex;
}

.af-value-icon-img {
  width: 26px;
  height: 26px;
  display: block;
}

.af-value-title {
  color: #1a1a1f;
  letter-spacing: -.4px;
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 800;
}

.af-value-desc {
  color: #3d3d45;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.af-how {
  background-color: #fafafa;
  padding: 120px 0;
}

.af-how-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.af-how-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.af-how-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.af-how-title {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.af-how-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.af-how-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.af-step {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px;
  transition: all .25s;
}

.af-step-chip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3db64c;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.af-step-num {
  color: #3db64c;
  background-color: #edf9ee;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.af-step-title {
  color: #1a1a1f;
  letter-spacing: -.3px;
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 800;
}

.af-step-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.af-features {
  background-color: #fff;
  padding: 100px 0;
}

.af-features-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.af-features-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.af-features-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.af-features-title {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.af-features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.af-feature {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px;
}

.af-feature-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  display: flex;
}

.af-feature-icon-img {
  width: 22px;
  height: 22px;
  display: block;
}

.af-feature-name {
  color: #1a1a1f;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.af-feature-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.af-pricing {
  background-color: #fafafa;
  padding: 100px 0;
}

.af-pricing-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.af-pricing-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.af-pricing-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.af-pricing-title {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.af-pricing-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.af-pricing-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 32px;
  display: grid;
}

.af-plan {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 36px;
  transition: all .25s;
}

.af-plan-name {
  color: #3db64c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
}

.af-plan-price {
  color: #1a1a1f;
  letter-spacing: -1.5px;
  margin-bottom: 6px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.af-plan-price-unit {
  color: #6b6b76;
  font-size: 18px;
  font-weight: 600;
}

.af-plan-price-note {
  color: #6b6b76;
  margin-bottom: 24px;
  font-size: 14px;
}

.af-plan-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: flex;
}

.af-plan-li {
  color: #3d3d45;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.af-plan-btn {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  width: 100%;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.af-plan-btn-primary {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
}

.af-plan-btn-dark {
  background-color: #1a1a1f;
}

.af-pricing-note {
  color: #6b6b76;
  text-align: center;
  font-size: 14px;
}

.af-faq {
  background-color: #fff;
  padding: 100px 0;
}

.af-faq-inner {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}

.af-faq-head {
  text-align: center;
  margin-bottom: 48px;
}

.af-faq-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.af-faq-title {
  color: #1a1a1f;
  letter-spacing: -.6px;
  margin: 0;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.af-q {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}

.af-q-title {
  color: #1a1a1f;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
}

.af-q-body {
  color: #6b6b76;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.af-cta {
  background-color: #fff;
  padding: 80px 0 120px;
}

.af-cta-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.af-cta-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #237a2d 0%, #3db64c 55%, #b5d453 100%);
  border-radius: 32px;
  padding: 72px 48px;
  box-shadow: 0 30px 60px #237a2d40;
}

.af-cta-title {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 18px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
}

.af-cta-desc {
  color: #ffffffe6;
  max-width: 600px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.6;
}

.af-cta-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}

.af-cta-primary {
  color: #3db64c;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.af-cta-ghost {
  color: #fff;
  background-color: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.ab-hero {
  text-align: center;
  background-color: #fafafa;
  background-image: radial-gradient(circle at 50% 0, #3db64c1f, #0000 55%);
  padding: 160px 0 100px;
}

.ab-hero-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.ab-tag {
  color: #3db64c;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  margin-bottom: 28px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.ab-title {
  color: #1a1a1f;
  letter-spacing: -2px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
}

.ab-title-accent {
  color: #3db64c;
}

.ab-desc {
  color: #3d3d45;
  max-width: 640px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.6;
}

.ab-mission {
  background-color: #fff;
  padding: 120px 0;
}

.ab-mission-inner {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.ab-mission-quote {
  color: #1a1a1f;
  letter-spacing: -.6px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.3;
}

.ab-mission-accent {
  color: #3db64c;
}

.ab-mission-attr {
  color: #6b6b76;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.ab-timeline {
  background-color: #fafafa;
  padding: 100px 0;
}

.ab-timeline-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.ab-timeline-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.ab-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.ab-h2 {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.ab-timeline-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.ab-milestone {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px;
}

.ab-milestone-year {
  color: #3db64c;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
}

.ab-milestone-title {
  color: #1a1a1f;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.ab-milestone-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.ab-values {
  background-color: #fff;
  padding: 100px 0;
}

.ab-values-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.ab-values-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.ab-values-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.ab-value {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px;
  transition: all .25s;
}

.ab-value-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  display: flex;
}

.ab-value-icon-img {
  width: 24px;
  height: 24px;
  display: block;
}

.ab-value-name {
  color: #1a1a1f;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

.ab-value-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.ab-team {
  background-color: #fafafa;
  padding: 100px 0;
}

.ab-team-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.ab-team-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.ab-team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.ab-member {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 28px;
}

.ab-avatar {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  font-size: 28px;
  font-weight: 800;
  display: flex;
}

.ab-member-name {
  color: #1a1a1f;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.ab-member-role {
  color: #3db64c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}

.ab-member-bio {
  color: #6b6b76;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.ab-stats {
  color: #fff;
  background-image: linear-gradient(160deg, #0b2815, #123a1a);
  padding: 100px 0;
}

.ab-stats-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.ab-stat-num {
  color: #b5d453;
  letter-spacing: -2px;
  margin-bottom: 12px;
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.ab-stat-label {
  color: #ffffffb3;
  font-size: 14px;
}

.ab-cta {
  text-align: center;
  background-color: #fff;
  padding: 80px 0 120px;
}

.ab-cta-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.ab-cta-title {
  color: #1a1a1f;
  letter-spacing: -1px;
  margin: 0 0 20px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
}

.ab-cta-desc {
  color: #6b6b76;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.6;
}

.ab-cta-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}

.ab-cta-primary {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px #3db64c4d;
}

.ab-cta-ghost {
  color: #1a1a1f;
  background-color: #0000;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.jb-hero {
  background-color: #fafafa;
  background-image: radial-gradient(circle at 80% 20%, #b5d4531f, #0000 50%);
  padding: 160px 0 80px;
}

.jb-hero-inner {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.jb-tag {
  color: #3db64c;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  margin-bottom: 28px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.jb-title {
  color: #1a1a1f;
  letter-spacing: -1.8px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(40px, 5.5vw, 60px);
  font-weight: 800;
  line-height: 1.05;
}

.jb-title-accent {
  color: #3db64c;
}

.jb-desc {
  color: #3d3d45;
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 19px;
  line-height: 1.6;
}

.jb-hero-btn {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  align-items: center;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 10px 30px #3db64c4d;
}

.jb-perks {
  background-color: #fff;
  padding: 100px 0;
}

.jb-perks-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.jb-perks-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.jb-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.jb-h2 {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.jb-perks-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.jb-perk {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px;
}

.jb-perk-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  display: flex;
}

.jb-perk-icon-img {
  width: 22px;
  height: 22px;
  display: block;
}

.jb-perk-name {
  color: #1a1a1f;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.jb-perk-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.jb-roles {
  background-color: #fafafa;
  padding: 100px 0;
}

.jb-roles-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.jb-roles-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.jb-roles-subtitle {
  color: #6b6b76;
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.6;
}

.jb-role {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #1a1a1f;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  margin-bottom: 10px;
  padding: 22px 24px;
  text-decoration: none;
  transition: all .25s;
  display: grid;
}

.jb-role-title {
  font-size: 16px;
  font-weight: 700;
}

.jb-role-chip {
  color: #3db64c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #edf9ee;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
}

.jb-role-meta {
  color: #6b6b76;
  white-space: nowrap;
  font-size: 13px;
}

.jb-role-arrow {
  color: #3db64c;
  font-size: 16px;
  font-weight: 700;
}

.jb-cta {
  color: #fff;
  background-image: linear-gradient(160deg, #0b2815, #123a1a);
  padding: 80px 0 120px;
}

.jb-cta-inner {
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.jb-cta-title {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 20px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
}

.jb-cta-desc {
  color: #fffc;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.6;
}

.jb-cta-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}

.jb-cta-primary {
  color: #1a1a1f;
  background-color: #b5d453;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.jb-cta-ghost {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.as-hero {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(160deg, #0b2815 0%, #123a1a 70%, #0b2815 100%);
  padding: 160px 0 100px;
  overflow: hidden;
}

.as-hero-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.as-tag {
  color: #b5d453;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b5d45333;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 22px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.as-title {
  color: #fff;
  letter-spacing: -2px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
}

.as-title-accent {
  color: #b5d453;
}

.as-desc {
  color: #fffc;
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 19px;
  line-height: 1.6;
}

.as-hero-ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}

.as-hero-cta-primary {
  color: #1a1a1f;
  background-color: #b5d453;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.as-hero-cta-ghost {
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.as-tools {
  background-color: #fff;
  padding: 120px 0 40px;
}

.as-tools-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.as-tools-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.as-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.as-h2 {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.as-subtitle {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.as-tool-s {
  background-color: #fff;
  padding: 40px 0;
}

.as-tool-inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 1px solid #e8e8e8;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  display: grid;
}

.as-tool-num {
  color: #3db64c;
  letter-spacing: 2.5px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 800;
}

.as-tool-title {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 18px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
}

.as-tool-desc {
  color: #3d3d45;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
}

.as-tool-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  display: flex;
}

.as-tool-li {
  color: #3d3d45;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
}

.as-tool-li:before {
  content: "";
  background-color: #3db64c;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.as-tool-link {
  color: #3db64c;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.as-tool-visual {
  border: 0 solid #e8e8e8;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.as-mock {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  width: 100%;
  max-width: 420px;
  padding: 24px;
  box-shadow: 0 20px 40px #0f1b3314;
}

.as-mock-label {
  color: #3db64c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.as-mock-line {
  color: #3d3d45;
  border-bottom: 1px dashed #e8e8e8;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.6;
}

.as-mock-pill {
  color: #3db64c;
  background-color: #edf9ee;
  border-radius: 20px;
  margin-top: 8px;
  margin-right: 6px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.as-tool-inner-rev {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 1px solid #e8e8e8;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  display: grid;
}

.as-why {
  background-color: #fafafa;
  padding: 100px 0;
}

.as-why-inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.as-why-sub {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.as-why-stats {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.as-why-stat {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px;
}

.as-why-stat-num {
  color: #3db64c;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  line-height: 1;
}

.as-why-stat-label {
  color: #6b6b76;
  font-size: 13px;
  line-height: 1.4;
}

.as-cta {
  background-color: #fff;
  padding: 60px 0 120px;
}

.as-cta-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.as-cta-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #0b2815, #237a2d, #3db64c);
  border-radius: 32px;
  padding: 72px 48px;
}

.as-cta-title {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 18px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
}

.as-cta-desc {
  color: #ffffffd9;
  max-width: 560px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.6;
}

.as-cta-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}

.as-cta-primary {
  color: #1a1a1f;
  background-color: #b5d453;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.as-cta-ghost {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.tv-hero {
  background-color: #fafafa;
  background-image: radial-gradient(circle at 20% 20%, #3db64c1a, #0000 55%), radial-gradient(circle at 80% 10%, #b5d4531a, #0000 50%);
  padding: 160px 0 100px;
  overflow: hidden;
}

.tv-hero-inner {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.tv-hero-copy {
  flex-direction: column;
  display: flex;
}

.tv-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3db64c;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 28px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.tv-badge-dot {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.tv-title {
  color: #1a1a1f;
  letter-spacing: -2px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
}

.tv-title-accent {
  color: #3db64c;
}

.tv-desc {
  color: #3d3d45;
  max-width: 520px;
  margin: 0 0 40px;
  font-size: 19px;
  line-height: 1.6;
}

.tv-ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  display: flex;
}

.tv-primary {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  align-items: center;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 10px 30px #3db64c4d;
}

.tv-ghost {
  color: #1a1a1f;
  background-color: #0000;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  align-items: center;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tv-stats {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.tv-stat-num {
  color: #3db64c;
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.tv-stat-label {
  color: #6b6b76;
  margin-top: 4px;
  font-size: 13px;
}

.tv-hero-visual {
  aspect-ratio: 4 / 5;
  color: #fff;
  background-image: linear-gradient(135deg, #1a1a1f, #123a1a);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px #0f1b3340;
}

.tv-play {
  color: #fff;
  background-color: #ffffff26;
  border: 2px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  font-size: 24px;
  display: flex;
}

.tv-frame-label {
  color: #fffc;
  text-align: center;
  font-size: 13px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.tv-how {
  background-color: #fff;
  padding: 100px 0;
}

.tv-how-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.tv-how-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.tv-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.tv-h2 {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.tv-h2-sub {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.tv-how-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.tv-step {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px;
}

.tv-step-num {
  color: #3db64c;
  letter-spacing: -2px;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.tv-step-title {
  color: #1a1a1f;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.tv-step-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
}

.tv-pillars {
  background-color: #fafafa;
  padding: 100px 0;
}

.tv-pillars-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.tv-pillar {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  flex-direction: column;
  padding: 44px;
  transition: all .3s;
  display: flex;
}

.tv-pillar-tag {
  color: #3db64c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #edf9ee;
  border-radius: 50px;
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 800;
  display: inline-block;
}

.tv-pillar-tag-lime {
  color: #6b9b1a;
  background-color: #f5f9e6;
}

.tv-pillar-title {
  color: #1a1a1f;
  letter-spacing: -.5px;
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
}

.tv-pillar-desc {
  color: #3d3d45;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.65;
}

.tv-pillar-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
}

.tv-pillar-li {
  color: #3d3d45;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.tv-pillar-link {
  color: #3db64c;
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.tv-samples {
  background-color: #fff;
  padding: 100px 0;
}

.tv-samples-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.tv-samples-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.tv-samples-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.tv-sample {
  aspect-ratio: 9 / 16;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
}

.tv-sample-1 {
  background-image: linear-gradient(135deg, #f5e6a1, #c89e4f);
}

.tv-sample-2 {
  background-image: linear-gradient(135deg, #b3ddc9, #3a7b6a);
}

.tv-sample-3 {
  background-image: linear-gradient(135deg, #eee7e0, #7c6b56);
}

.tv-sample-overlay {
  color: #fff;
  background-image: linear-gradient(#0000 55%, #000000b3);
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0;
}

.tv-sample-play {
  color: #3db64c;
  background-color: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tv-cta {
  background-color: #fafafa;
  padding: 60px 0 120px;
}

.tv-cta-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.tv-cta-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #237a2d 0%, #3db64c 55%, #b5d453 100%);
  border-radius: 32px;
  padding: 72px 48px;
  box-shadow: 0 30px 60px #237a2d40;
}

.tv-cta-title {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 18px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
}

.tv-cta-desc {
  color: #ffffffe6;
  max-width: 620px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.6;
}

.tv-cta-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}

.tv-cta-primary {
  color: #3db64c;
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.tv-cta-ghost {
  color: #fff;
  background-color: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.tm-hero {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(160deg, #0b2815, #123a1a);
  padding: 160px 0 60px;
  overflow: hidden;
}

.tm-hero-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.tm-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #b5d453;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b5d45333;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 22px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.tm-title {
  color: #fff;
  letter-spacing: -2px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.05;
}

.tm-title-accent {
  color: #b5d453;
}

.tm-desc {
  color: #fffc;
  max-width: 620px;
  margin: 0 auto 32px;
  font-size: 19px;
  line-height: 1.6;
}

.tm-hero-stats {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 50px;
  align-items: center;
  padding: 14px 28px;
  font-size: 13px;
  display: inline-flex;
}

.tm-hstat-num {
  color: #b5d453;
  letter-spacing: -.3px;
  font-size: 18px;
  font-weight: 800;
}

.tm-hstat-label {
  color: #ffffffb3;
}

.tm-now {
  background-color: #0b2815;
  padding: 48px 0;
}

.tm-now-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.tm-now-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  background-color: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 20px 24px;
  display: grid;
}

.tm-now-art {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.tm-now-art-img {
  width: 28px;
  height: 28px;
}

.tm-now-title {
  letter-spacing: -.2px;
  font-size: 16px;
  font-weight: 700;
}

.tm-now-sub {
  color: #fff9;
  margin-top: 2px;
  font-size: 13px;
}

.tm-now-progress {
  background-color: #ffffff26;
  border-radius: 10px;
  height: 4px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}

.tm-now-progress-fill {
  background-image: linear-gradient(90deg, #3db64c, #b5d453);
  border-radius: 10px;
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tm-now-ctrl {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.tm-now-btn {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
}

.tm-now-btn-play {
  color: #1a1a1f;
  background-color: #b5d453;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  display: flex;
}

.tm-genres {
  background-color: #fafafa;
  padding: 80px 0;
}

.tm-genres-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.tm-genres-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.tm-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.tm-h2 {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 16px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.tm-h2-sub {
  color: #6b6b76;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.tm-genres-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.tm-genre {
  color: #1a1a1f;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  flex-direction: column;
  padding: 28px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.tm-genre-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  display: flex;
}

.tm-genre-img {
  width: 24px;
  height: 24px;
  display: block;
}

.tm-genre-name {
  letter-spacing: -.2px;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 800;
}

.tm-genre-count {
  color: #6b6b76;
  flex-grow: 1;
  margin-bottom: 12px;
  font-size: 13px;
}

.tm-genre-samples {
  color: #6b6b76;
  font-size: 12.5px;
  font-style: italic;
  line-height: 1.5;
}

.tm-feat {
  background-color: #fff;
  padding: 80px 0;
}

.tm-feat-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.tm-feat-card {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px;
}

.tm-feat-num {
  color: #3db64c;
  letter-spacing: -2px;
  margin-bottom: 14px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.tm-feat-title {
  color: #1a1a1f;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.tm-feat-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.tm-cta {
  background-color: #fafafa;
  padding: 60px 0 120px;
}

.tm-cta-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.tm-cta-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #237a2d, #3db64c, #b5d453);
  border-radius: 24px;
  padding: 56px 40px;
}

.tm-cta-title {
  color: #fff;
  letter-spacing: -.8px;
  margin: 0 0 12px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
}

.tm-cta-desc {
  color: #ffffffe6;
  max-width: 520px;
  margin: 0 auto 28px;
  font-size: 16px;
}

.tm-cta-primary {
  color: #3db64c;
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.in-hero {
  text-align: center;
  background-color: #fafafa;
  background-image: radial-gradient(circle at 80% 20%, #3db64c1a, #0000 55%);
  padding: 160px 0 100px;
}

.in-hero-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.in-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3db64c;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 28px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.in-badge-dot {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.in-title {
  color: #1a1a1f;
  letter-spacing: -2px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
}

.in-title-accent {
  color: #3db64c;
}

.in-desc {
  color: #3d3d45;
  max-width: 620px;
  margin: 0 auto 40px;
  font-size: 19px;
  line-height: 1.6;
}

.in-hero-stats {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  padding: 20px 32px;
  display: inline-flex;
}

.in-hstat-num {
  color: #3db64c;
  letter-spacing: -.5px;
  font-size: 22px;
  font-weight: 800;
}

.in-hstat-label {
  color: #6b6b76;
  font-size: 13px;
}

.in-cats {
  background-color: #fff;
  padding: 100px 0;
}

.in-cats-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.in-cats-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.in-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.in-h2 {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.in-cat {
  margin-bottom: 64px;
}

.in-cat-head {
  border-bottom: 1px solid #e8e8e8;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex;
}

.in-cat-name {
  color: #1a1a1f;
  letter-spacing: -.3px;
  font-size: 22px;
  font-weight: 800;
}

.in-cat-count {
  color: #6b6b76;
  font-size: 13px;
}

.in-cat-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}

.in-partner {
  aspect-ratio: 3 / 2;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.in-partner-img {
  filter: grayscale() contrast(.92);
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transition: filter .25s;
  display: block;
}

.in-featured {
  background-color: #fafafa;
  padding: 100px 0;
}

.in-featured-inner {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.in-featured-lead {
  color: #3d3d45;
  margin: 16px 0 28px;
  font-size: 17px;
  line-height: 1.65;
}

.in-featured-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: flex;
}

.in-featured-li {
  color: #3d3d45;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
}

.in-featured-link {
  color: #3db64c;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.in-featured-visual {
  aspect-ratio: 5 / 4;
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.in-featured-card {
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  max-width: 380px;
  padding: 24px;
  box-shadow: 0 20px 40px #0f1b3314;
}

.in-featured-card-label {
  color: #3db64c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
}

.in-sync-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px dashed #e8e8e8;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.in-sync-dot {
  color: #3db64c;
  background-color: #edf9ee;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.in-sync-title {
  color: #1a1a1f;
  font-size: 14px;
  font-weight: 700;
}

.in-sync-meta {
  color: #6b6b76;
  font-size: 12px;
}

.in-join {
  text-align: center;
  background-color: #fff;
  padding: 100px 0;
}

.in-join-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.in-join-sub {
  color: #6b6b76;
  margin: 16px 0 32px;
  font-size: 17px;
  line-height: 1.6;
}

.in-join-btn {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  align-items: center;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 10px 30px #3db64c4d;
}

.in-cta {
  background-color: #fafafa;
  padding: 60px 0 120px;
}

.in-cta-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.in-cta-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #237a2d, #3db64c, #b5d453);
  border-radius: 32px;
  padding: 72px 48px;
}

.in-cta-title {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 18px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
}

.in-cta-desc {
  color: #ffffffe6;
  max-width: 580px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.6;
}

.in-cta-actions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-flex;
}

.in-cta-primary {
  color: #3db64c;
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.td-hero {
  text-align: center;
  background-color: #fafafa;
  background-image: radial-gradient(circle at 50% 0, #3db64c1a, #0000 55%);
  padding: 160px 0 60px;
}

.td-hero-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.td-tag {
  color: #3db64c;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  margin-bottom: 28px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.td-title {
  color: #1a1a1f;
  letter-spacing: -1.8px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(40px, 5.5vw, 60px);
  font-weight: 800;
  line-height: 1.05;
}

.td-title-accent {
  color: #3db64c;
}

.td-desc {
  color: #3d3d45;
  max-width: 620px;
  margin: 0 auto 32px;
  font-size: 19px;
  line-height: 1.6;
}

.td-note {
  color: #8b6114;
  background-color: #fff4e0;
  border: 1px solid #fde4b2;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.td-player {
  background-color: #fafafa;
  padding: 40px 0 80px;
}

.td-player-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.td-player-frame {
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(135deg, #e8a1a1, #c85d5d);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 80px #0f1b3340;
}

.td-player-play {
  color: #fff;
  cursor: pointer;
  background-color: #fff3;
  border: 2px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  font-size: 32px;
  display: flex;
}

.td-player-meta {
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.td-player-title {
  letter-spacing: -.2px;
  font-size: 16px;
  font-weight: 700;
}

.td-player-sub {
  opacity: .75;
  margin-top: 2px;
  font-size: 12px;
}

.td-player-time {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.td-themes {
  background-color: #fff;
  padding: 80px 0;
}

.td-themes-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.td-themes-head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.td-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.td-h2 {
  color: #1a1a1f;
  letter-spacing: -.8px;
  margin: 0 0 12px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.td-h2-sub {
  color: #6b6b76;
  max-width: 560px;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.td-back {
  color: #1a1a1f;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.td-themes-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.td-themes-grid.inline-div-0 {
  margin-top: 40px;
}

.td-theme {
  aspect-ratio: 9 / 16;
  cursor: pointer;
  color: inherit;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  text-decoration: none;
  transition: transform .3s, border-color .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.td-theme-1 {
  background-image: linear-gradient(135deg, #5dade2, #1f5c8a);
}

.td-theme-2 {
  background-image: linear-gradient(135deg, #f5d58c, #e87ab6);
}

.td-theme-3 {
  background-image: linear-gradient(135deg, #d8e6ee, #95b4c3);
}

.td-theme-4 {
  background-image: linear-gradient(135deg, #ffbb4c, #d85a2c);
}

.td-theme-5 {
  background-image: linear-gradient(135deg, #f5c4d9, #d58ba8);
}

.td-theme-6 {
  background-image: linear-gradient(135deg, #e8a1a1, #c85d5d);
}

.td-theme-7 {
  background-image: linear-gradient(135deg, #1f4e79, #0b2642);
}

.td-theme-play {
  color: #3db64c;
  background-color: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 14px;
  transition: transform .25s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.td-theme-label {
  color: #fff;
  text-shadow: 0 2px 8px #00000080;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.td-theme-dur {
  opacity: .9;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
}

.td-theme-more {
  text-align: center;
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.td-theme-more-icon {
  color: #fff;
  background-color: #3db64c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  font-size: 20px;
  display: flex;
}

.td-theme-more-label {
  color: #1a1a1f;
  font-size: 14px;
  font-weight: 700;
}

.td-theme-more-sub {
  color: #6b6b76;
  margin-top: 4px;
  font-size: 12px;
}

.td-cta {
  background-color: #fff;
  padding: 60px 0 120px;
}

.td-cta-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.td-cta-card {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #237a2d, #3db64c, #b5d453);
  border-radius: 24px;
  padding: 56px 40px;
}

.td-cta-title {
  color: #fff;
  letter-spacing: -.8px;
  margin: 0 0 12px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
}

.td-cta-desc {
  color: #ffffffe6;
  max-width: 520px;
  margin: 0 auto 28px;
  font-size: 16px;
}

.td-cta-primary {
  color: #3db64c;
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.abt-hero {
  text-align: center;
  background-color: #fafafa;
  background-image: radial-gradient(circle at 50% 0, #3db64c1f, #0000 55%);
  padding: 160px 0 80px;
}

.abt-hero-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.abt-badge {
  color: #3db64c;
  background-color: #edf9ee;
  border: 1px solid #d3eed7;
  border-radius: 50px;
  margin-bottom: 28px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.abt-title {
  color: #1a1a1f;
  letter-spacing: -2.5px;
  margin: 0 0 24px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 800;
  line-height: 1;
}

.abt-desc {
  color: #3d3d45;
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 19px;
  line-height: 1.6;
}

.abt-pronounce {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 24px 40px;
  display: inline-block;
  box-shadow: 0 20px 40px #0f1b330f;
}

.abt-pronounce-word {
  color: #3db64c;
  letter-spacing: -.8px;
  margin-bottom: 8px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
}

.abt-pronounce-sub {
  color: #6b6b76;
  font-size: 14px;
}

.abt-story {
  background-color: #fff;
  padding: 120px 0;
}

.abt-story-inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.abt-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.abt-h2 {
  color: #1a1a1f;
  letter-spacing: -1.2px;
  margin: 0 0 28px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
}

.abt-h2-accent {
  color: #3db64c;
}

.abt-story-p {
  color: #3d3d45;
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.7;
}

.abt-quote {
  background-image: linear-gradient(160deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 24px;
  padding: 44px;
  position: relative;
}

.abt-quote-mark {
  color: #3db64c;
  font-family: Inter, -apple-system, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 24px;
}

.abt-quote-text {
  color: #1a1a1f;
  letter-spacing: -.3px;
  margin: 40px 0 28px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
}

.abt-quote-attr {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.abt-quote-avatar {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.abt-quote-name {
  color: #1a1a1f;
  font-size: 15px;
  font-weight: 700;
}

.abt-quote-role {
  color: #6b6b76;
  margin-top: 2px;
  font-size: 13px;
}

.abt-values {
  background-color: #fafafa;
  padding: 100px 0;
}

.abt-values-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.abt-values-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.abt-values-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.abt-val {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px;
  transition: all .25s;
}

.abt-val-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  display: flex;
}

.abt-val-icon-img {
  width: 26px;
  height: 26px;
  display: block;
}

.abt-val-name {
  color: #1a1a1f;
  letter-spacing: -.2px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}

.abt-val-desc {
  color: #6b6b76;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.abt-stats {
  color: #fff;
  background-image: linear-gradient(160deg, #0b2815, #123a1a);
  padding: 100px 0;
}

.abt-stats-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.abt-stat-num {
  color: #b5d453;
  letter-spacing: -2px;
  margin-bottom: 12px;
  font-size: clamp(44px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1;
}

.abt-stat-label {
  color: #ffffffb3;
  max-width: 200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
}

.abt-depts {
  background-color: #fff;
  padding: 100px 0;
}

.abt-depts-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.abt-depts-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.abt-depts-sub {
  color: #6b6b76;
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.6;
}

.abt-depts-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.abt-dept {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px;
  transition: all .25s;
}

.abt-dept-name {
  color: #1a1a1f;
  letter-spacing: -.2px;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 800;
}

.abt-dept-count {
  color: #6b6b76;
  margin-bottom: 18px;
  font-size: 13px;
}

.abt-dept-avs {
  grid-column-gap: -4px;
  grid-row-gap: -4px;
  align-items: center;
  display: flex;
}

.abt-av {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: -8px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.abt-av-more {
  color: #3d3d45;
  background-color: #e8e8e8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 34px;
  margin-left: 6px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.abt-lead {
  background-color: #fafafa;
  padding: 100px 0;
}

.abt-lead-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.abt-lead-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.abt-lead-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.abt-leader {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px 24px;
  transition: all .25s;
}

.abt-leader-av {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.abt-leader-name {
  color: #1a1a1f;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.abt-leader-role {
  color: #3db64c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.abt-careers {
  background-color: #fff;
  padding: 100px 0;
}

.abt-careers-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.abt-careers-card {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  color: #fff;
  background-image: linear-gradient(135deg, #0b2815, #123a1a 55%, #237a2d);
  border-radius: 32px;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  padding: 72px 56px;
  display: grid;
}

.abt-careers-title {
  color: #fff;
  letter-spacing: -1.2px;
  margin: 0 0 18px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
}

.abt-careers-desc {
  color: #fffc;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.6;
}

.abt-careers-btn {
  color: #1a1a1f;
  background-color: #b5d453;
  border-radius: 50px;
  align-items: center;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.abt-perks {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.abt-perk {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  align-items: center;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.abt-perk-ico {
  width: 20px;
  height: 20px;
  display: block;
}

.abt-contact {
  background-color: #fff;
  padding: 80px 0 120px;
}

.abt-contact-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.abt-contact-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a1f;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 36px 24px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.abt-contact-icon {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  border: 1px solid #c8e5ce;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
  display: flex;
}

.abt-contact-ico-img {
  width: 26px;
  height: 26px;
  display: block;
}

.abt-contact-label {
  color: #3db64c;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.abt-contact-value {
  color: #1a1a1f;
  letter-spacing: -.3px;
  font-size: 18px;
  font-weight: 700;
}

.prd-hero {
  background-color: var(--_tukios-brand---bg);
  text-align: center;
  padding: 140px 0 60px;
}

.prd-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.prd-tag {
  background-color: var(--_tukios-brand---green-light);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green, #3db64c);
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.prd-title {
  letter-spacing: -1.5px;
  color: var(--ink, #1a1a1f);
  margin: 0 0 16px;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
}

.prd-sub {
  max-width: 600px;
  color: var(--ink-muted, #6b6b76);
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
}

.prd-subnav {
  z-index: 40;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_tukios-brand---border-light);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #fffffff2;
  position: sticky;
  top: 72px;
}

.prd-subnav-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  overflow-x: auto;
}

.prd-snav {
  white-space: nowrap;
  color: var(--ink-muted, #6b6b76);
  border-bottom: 2px solid #0000;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.prd-section {
  padding: 100px 0;
  scroll-margin-top: 130px;
}

.prd-section.alt {
  background-color: var(--_tukios-brand---surface);
}

.prd-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.prd-tagline {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--green, #3db64c);
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.prd-h2 {
  letter-spacing: -.3px;
  color: var(--ink, #1a1a1f);
  margin: 0 0 16px;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.prd-p {
  color: var(--ink-muted, #6b6b76);
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.75;
}

.prd-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
}

.prd-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--ink-soft, #3d3d45);
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
}

.prd-check {
  background-color: var(--_tukios-brand---green-light);
  width: 20px;
  min-width: 20px;
  height: 20px;
  color: var(--green, #3db64c);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.prd-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--green, #3db64c);
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: gap .3s;
  display: inline-flex;
}

.prd-mock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--_tukios-brand---border-light);
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  box-shadow: 0 8px 40px #0000000d;
}

.prd-mock-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--_tukios-brand---border-light);
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.prd-mock-icon {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.prd-mock-title {
  color: var(--ink, #1a1a1f);
  font-size: 14px;
  font-weight: 700;
}

.prd-mock-status {
  color: var(--green, #3db64c);
  font-size: 11px;
  font-weight: 600;
}

.prd-mock-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.prd-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.prd-block {
  border: 1px solid var(--_tukios-brand---border-light);
  background-color: var(--_tukios-brand---surface);
  text-align: center;
  border-radius: 10px;
  flex: 1;
  padding: 16px;
}

.prd-block-icon {
  justify-content: center;
  margin-bottom: 6px;
  display: flex;
}

.prd-block-label {
  color: var(--ink, #1a1a1f);
  font-size: 11px;
  font-weight: 600;
}

.prd-block-desc {
  color: var(--ink-muted, #6b6b76);
  margin-top: 2px;
  font-size: 10px;
}

.prd-single {
  border: 1px solid var(--_tukios-brand---border-light);
  background-color: var(--_tukios-brand---surface);
  border-radius: 10px;
  padding: 20px;
}

.prd-single-row {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_tukios-brand---border-light);
  justify-content: space-between;
  padding: 8px 0;
  font-size: 13px;
  display: flex;
}

.prd-key {
  color: var(--ink-muted, #6b6b76);
  font-weight: 500;
}

.prd-val {
  color: var(--ink, #1a1a1f);
  font-weight: 600;
}

.prd-val-g {
  color: var(--green, #3db64c);
  font-weight: 600;
}

.prd-pills {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.prd-pill {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_tukios-brand---border-light);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_tukios-brand---border-light);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_tukios-brand---border-light);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_tukios-brand---border-light);
  color: var(--ink-soft, #3d3d45);
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
}

.prd-pill.hi {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-color: #0000;
}

.prd-bars {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.prd-bar-label {
  color: var(--ink-muted, #6b6b76);
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.prd-bar-track {
  background-color: #eee;
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
}

.prd-bar-fill {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 4px;
  height: 100%;
}

.prd-bar-fill.inline-div-0 {
  width: 85%;
}

.prd-bar-fill.inline-div-1 {
  width: 60%;
}

.prd-bar-fill.inline-div-2 {
  width: 35%;
}

.prd-bar-fill.inline-div-3 {
  width: 50%;
}

.prd-cfund {
  text-align: center;
  padding: 28px;
}

.prd-cfund-num {
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
}

.prd-cfund-sub {
  color: var(--ink-muted, #6b6b76);
  margin: 6px 0 16px;
  font-size: 13px;
}

.prd-cfund-stats {
  color: var(--ink-muted, #6b6b76);
  justify-content: space-between;
  margin-top: 12px;
  font-size: 12px;
  display: flex;
}

.prd-cta {
  padding: 100px 0;
}

.prd-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.prd-cta-card {
  text-align: center;
  background-image: linear-gradient(160deg, #3db64c, #2e9a3c 50%, #237a2d);
  border-radius: 24px;
  padding: clamp(48px, 6vw, 80px);
}

.prd-cta-title {
  color: #fff;
  letter-spacing: -.5px;
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
}

.prd-cta-desc {
  color: #ffffffd9;
  max-width: 500px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.7;
}

.prd-cta-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.prd-cta-btn {
  border-radius: 50px;
  align-items: center;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.prd-cta-white {
  color: #2e9a3c;
  background-color: #fff;
}

.prd-cta-glass {
  color: #fff;
  background-color: #ffffff26;
  border: 1px solid #ffffff4d;
}

.inline-span-0 {
  color: #3db64c;
}

.inline-div-0 {
  width: 80%;
}

.inline-div-1 {
  width: 72%;
}

.inline-div-2 {
  width: 12%;
}

.mobile-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  padding: 4px;
  text-decoration: none;
  display: none;
}

.m-menu {
  z-index: 200;
  background-color: #fff;
  flex-direction: column;
  width: min(320px, 85vw);
  height: 100vh;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  transform: translateX(100%);
  box-shadow: -8px 0 40px #0000001a;
}

.m-menu-header {
  border-bottom: 1px solid #e8e8e8;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.m-menu-close {
  color: #1a1a1f;
  cursor: pointer;
  border-style: none;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
}

.m-menu-links {
  flex-direction: column;
  flex: 1;
  padding: 16px 0;
  display: flex;
}

.m-menu-actions {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #e8e8e8;
  flex-direction: column;
  padding: 20px 24px;
  display: flex;
}

.m-menu-login {
  color: #6b6b76;
  text-align: center;
  border-radius: 50px;
  padding: 12px;
  font-weight: 500;
  text-decoration: none;
}

.m-menu-cta {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  padding: 14px;
  font-weight: 600;
  text-decoration: none;
}

.inline-div-0-parent.inline-div-0 {
  width: 80%;
}

.inline-div-1-parent.inline-div-1 {
  width: 72%;
}

.inline-div-2-parent.inline-div-2 {
  width: 12%;
}

.mo-menu {
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(160deg, #3db64c 0%, #2e9a3c 50%, #237a2d 100%);
  transition: opacity .45s cubic-bezier(.4, 0, .2, 1), transform .45s cubic-bezier(.4, 0, .2, 1);
  position: fixed;
  inset: 0;
  overflow-y: auto;
  transform: scale(.97);
}

.mo-inner {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 24px 28px 40px;
  display: flex;
  position: relative;
}

.mo-top {
  justify-content: space-between;
  align-items: center;
  height: 56px;
  margin-bottom: 40px;
  display: flex;
}

.mo-logo {
  display: flex;
}

.mo-close {
  background-color: #ffffff1f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  transition: background .25s;
  display: flex;
  position: relative;
}

.mo-nav {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.mo-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  color: #fff;
  letter-spacing: -.6px;
  border-bottom: 1px solid #ffffff26;
  align-items: baseline;
  padding: 14px 0;
  font-size: clamp(28px, 7.5vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity .45s, transform .45s, color .2s;
  display: flex;
  transform: translateX(24px);
}

.mo-num {
  color: #ffffff8c;
  letter-spacing: 2px;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  width: 28px;
  font-size: 11px;
  font-weight: 700;
}

.mo-txt {
  flex: 1;
}

.mo-arr {
  color: #ffffff8c;
  font-size: 20px;
  font-weight: 400;
  transition: transform .25s, color .25s;
}

.mo-foot {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  opacity: 0;
  flex-direction: column;
  margin-top: auto;
  padding-top: 32px;
  transition: opacity .5s .5s, transform .5s .5s;
  display: flex;
  transform: translateY(16px);
}

.mo-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #237a2d;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px 28px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 30px #00000026;
}

.mo-cta-arr {
  transition: transform .25s;
}

.mo-login {
  color: #fffc;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.mo-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ffffffa6;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  font-size: 13px;
  display: flex;
}

.mo-dot {
  color: #fff6;
}

.mo-trust {
  color: #ffffff8c;
  text-align: center;
  margin-top: 2px;
  font-size: 12px;
}

.pl-phone-notch {
  z-index: 2;
  background-color: #1a1a1f;
  border-radius: 50px;
  width: 86px;
  height: 22px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.pl-screen {
  aspect-ratio: 16 / 9;
  background-image: repeating-linear-gradient(45deg, #edf9ee, #edf9ee 10px, #f5f9e6 10px 20px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pl-screen.pl-screen-fit {
  aspect-ratio: 2878 / 1762;
}

.pl-wrap {
  background-color: #fff;
  padding: 100px 0;
}

.pl-wrap.alt {
  background-color: #fafafa;
}

.pl-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.pl-head {
  text-align: center;
  margin-bottom: 56px;
}

.pl-kicker {
  color: #3db64c;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #edf9ee;
  border-radius: 50px;
  margin-bottom: 16px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.pl-title {
  color: #1a1a1f;
  letter-spacing: -.5px;
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.pl-sub {
  color: #6b6b76;
  max-width: 580px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
}

.pl-combo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1.8fr 1fr;
  align-items: center;
  display: grid;
}

.pl-combo.rev {
  grid-template-columns: 1fr 1.8fr;
}

.pl-desktop {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px #0000001a;
}

.pl-chrome {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.pl-dot {
  background-color: #d8d8d8;
  border-radius: 50%;
  width: 11px;
  height: 11px;
}

.pl-dot.r {
  background-color: #ff6b6b;
}

.pl-dot.y {
  background-color: #fb5;
}

.pl-dot.g {
  background-color: #3db64c;
}

.pl-url {
  color: #6b6b76;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  margin-left: 14px;
  padding: 4px 14px;
  font-size: 12px;
}

.pl-phone-wrap {
  justify-content: center;
  display: flex;
}

.pl-phone {
  background-color: #1a1a1f;
  border-radius: 40px;
  width: 100%;
  max-width: 260px;
  padding: 11px;
  position: relative;
  box-shadow: 0 24px 60px #0000002e;
}

.pl-phone-notch {
  z-index: 2;
  background-color: #1a1a1f;
  border-radius: 50px;
  width: 86px;
  height: 22px;
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.pl-phone-screen {
  aspect-ratio: 9 / 19.5;
  background-image: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pl-tablet {
  background-color: #1a1a1f;
  border-radius: 20px;
  max-width: 760px;
  margin: 0 auto;
  padding: 14px;
  box-shadow: 0 24px 60px #00000026;
}

.pl-tablet-screen {
  aspect-ratio: 4 / 3;
  background-image: repeating-linear-gradient(45deg, #edf9ee, #edf9ee 10px, #f5f9e6 10px 20px);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.pl-book {
  aspect-ratio: 3 / 4;
  background-image: repeating-linear-gradient(45deg, #edf9ee, #edf9ee 10px, #f5f9e6 10px 20px);
  border-radius: 4px 14px 14px 4px;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -4px 0 #1a1a1f, 0 24px 60px #00000026;
}

.pl-screen {
  aspect-ratio: 16 / 10;
  background-image: repeating-linear-gradient(45deg, #edf9ee, #edf9ee 10px, #f5f9e6 10px 20px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pl-screen-inner {
  text-align: center;
  max-width: 90%;
  padding: 20px;
}

.pl-screen-icon {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  display: flex;
  box-shadow: 0 6px 16px #3db64c40;
}

.pl-screen-label {
  color: #1a1a1f;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.pl-screen-dims {
  color: #237a2d;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 3px 10px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.pl-screen-desc {
  color: #3d3d45;
  max-width: 320px;
  margin: 4px auto 0;
  font-size: 12px;
  line-height: 1.5;
}

.wgal-desc {
  color: #6b6b76;
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.wgal-desc {
  color: #6b6b76;
  margin: 6px 16px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.wgal-card-1 {
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s, opacity .35s;
}

.hiding-parent.hiding {
  opacity: 0;
  pointer-events: none;
  transform: scale(.96);
}

.entering-parent.entering {
  opacity: 0;
  transform: translateY(12px);
}

.entering-parent.entering.in {
  opacity: 1;
  transition: opacity .4s, transform .4s;
  transform: translateY(0);
}

.wgal-css-anchor {
  display: none;
}

.wgal-chrome-inner {
  display: contents;
}

.wgal-lock {
  opacity: .5;
  flex: none;
  width: 10px;
  height: 10px;
}

.wgal-url {
  color: #6b6b76;
  letter-spacing: .01em;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  overflow: hidden;
}

.wgal-num {
  opacity: .45;
  color: #6b6b76;
  letter-spacing: .08em;
  flex: none;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 400;
}

.wgal-masthead {
  z-index: 50;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  width: 12px;
  height: 240px;
  display: flex;
  position: fixed;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}

.wgal-masthead-label {
  color: #237a2d;
  letter-spacing: .4em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-bottom: 14px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.wgal-masthead-line {
  opacity: .35;
  background-color: #237a2d;
  flex-grow: 1;
  width: 1px;
}

.wgal-hover-js.inline-div-0 {
  display: none;
}

.tv-themes {
  background-color: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 96px;
  padding-bottom: 96px;
}

.tv-themes-inner {
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.tv-themes-kicker {
  color: #237a2d;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.tv-themes-h {
  color: #1a1a1f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
}

.tv-themes-sub {
  color: #5a5a64;
  max-width: 640px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.6;
}

.tv-themes-chips {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 48px;
  display: flex;
}

.tv-themes-chip {
  color: #3d3d45;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
}

.tv-themes-chip:hover {
  color: #1a1a1f;
  border-color: #3db64c;
}

.tv-themes-cta {
  color: #fff;
  background-color: #237a2d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.tv-prods {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.tv-prods-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.tv-prods-head {
  text-align: center;
  max-width: 720px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.tv-prods-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  display: grid;
}

.tv-prod-card {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  transition: transform .3s, border-color .3s;
  display: flex;
}

.tv-prod-card:hover {
  border-color: #3db64c;
  transform: translateY(-2px);
}

.tv-prod-ph {
  aspect-ratio: 4 / 3;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #b5d453 0%, #3db64c 100%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.tv-prod-name {
  color: #1a1a1f;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 800;
}

.tv-prod-spec {
  color: #5a5a64;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.tv-prod-img {
  aspect-ratio: 1;
  object-fit: contain;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 18px;
  display: block;
}

.nav-phone {
  color: #5a5a64;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
  display: inline-flex;
}

.nav-phone:hover {
  color: #237a2d;
}

.tukios-a11y-js.inline-div-0 {
  display: none;
}

.td-fil {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 800px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.td-fil-chip {
  color: #3d3d45;
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #d8d8d8;
  border-radius: 50px;
  padding: 8px 18px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s;
}

.td-fil-chip:hover {
  color: #237a2d;
  border-color: #3db64c;
}

.td-fil-on {
  color: #fff;
  background-color: #3db64c;
  border-color: #3db64c;
}

.td-card {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 16px;
  flex-shrink: 0;
  min-width: 0;
  transition: all .35s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.td-card:hover {
  border-color: #3db64c;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px #3db64c1a;
}

.td-card-imgwrap {
  aspect-ratio: 16 / 9;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}

.td-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  display: block;
}

.td-card-img:hover {
  transform: scale(1.04);
}

.td-card-play {
  background-color: #fffffff2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.td-card-name {
  color: #1a1a1f;
  padding: 14px 16px 4px;
  font-size: 14px;
  font-weight: 700;
}

.td-card-song {
  color: #5a5a64;
  padding: 0 16px 14px;
  font-size: 12px;
  font-style: italic;
}

.td-themes-js.inline-div-0, .td-themes-js2.inline-div-0, .td-themes-b64.inline-div-0, .tv-samples-js.inline-div-1 {
  display: none;
}

.tv-samples-row {
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  flex-direction: row;
  gap: 20px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px 24px 20px 120px;
  display: flex;
  overflow: auto visible;
}

.tv-sample-card {
  scroll-snap-align: start;
  min-width: 280px;
  max-width: 280px;
}

.inline-section-0 {
  padding: 80px 0;
}

.le-page {
  color: #1a1a1f;
  background-color: #fff;
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

.le-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 28px;
}

.le-kicker {
  color: #3db64c;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.le-kicker-center {
  text-align: center;
}

.le-hero {
  background-image: radial-gradient(circle at 50% 0, #edf9ee 0%, #fff 60%);
  padding: 140px 0 96px;
}

.le-hero-inner {
  text-align: center;
  max-width: 920px;
}

.le-title {
  color: #1a1a1f;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.02;
}

.le-sub {
  color: #3d3d45;
  max-width: 760px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.le-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1a1a1f;
  border-radius: 12px;
  align-items: center;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s;
  display: inline-flex;
}

.le-cta-white {
  color: #1a1a1f;
  background-color: #fff;
}

.le-how {
  padding: 112px 0;
}

.le-types {
  background-color: #fafafa;
  padding: 112px 0;
}

.le-why {
  padding: 112px 0;
}

.le-h {
  color: #1a1a1f;
  text-align: center;
  margin-bottom: 56px;
  font-size: 40px;
}

.le-steps {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.le-step {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 36px;
}

.le-stepnum {
  color: #fff;
  background-color: #3db64c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 800;
  display: flex;
}

.le-stepn {
  letter-spacing: -.3px;
  margin-bottom: 12px;
  font-size: 19px;
}

.le-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 980px;
  margin: 0 auto;
  display: grid;
}

.le-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 36px;
}

.le-cardn {
  color: #237a2d;
  margin-bottom: 12px;
  font-size: 21px;
}

.le-why-inner {
  text-align: center;
  max-width: 820px;
}

.le-why-p {
  color: #3d3d45;
  margin-bottom: 48px;
  font-size: 19px;
  line-height: 1.7;
}

.le-stats {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.le-stat {
  background-color: #edf9ee;
  border-radius: 16px;
  padding: 28px 20px;
}

.le-statn {
  color: #237a2d;
  letter-spacing: -1px;
  margin-bottom: 6px;
  font-size: 40px;
  font-weight: 800;
}

.le-statl {
  color: #3d3d45;
  font-size: 13px;
  line-height: 1.4;
}

.le-ctaband {
  background-image: linear-gradient(135deg, #237a2d, #3db64c);
  padding: 112px 0;
}

.le-ctaband-inner {
  color: #fff;
  text-align: center;
  max-width: 760px;
}

.le-ctatitle {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-size: 44px;
}

.le-ctasub {
  color: #edf9ee;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.6;
}

.gm-page {
  color: #1a1a1f;
  background-color: #fff;
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

.gm-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 28px;
}

.gm-kicker {
  color: #3db64c;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.gm-kicker-center {
  text-align: center;
}

.gm-hero {
  background-image: radial-gradient(circle at 50% 0, #f5f9e6 0%, #fff 60%);
  padding: 140px 0 96px;
}

.gm-hero-inner {
  text-align: center;
  max-width: 940px;
}

.gm-title {
  color: #1a1a1f;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 1.04;
}

.gm-sub {
  color: #3d3d45;
  max-width: 780px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.gm-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1a1a1f;
  border-radius: 12px;
  align-items: center;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s;
  display: inline-flex;
}

.gm-cta-white {
  color: #1a1a1f;
  background-color: #fff;
}

.gm-badge {
  color: #237a2d;
  letter-spacing: .5px;
  background-color: #edf9ee;
  border: 1px solid #c8e5ce;
  border-radius: 999px;
  margin-top: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.gm-catch {
  padding: 112px 0;
}

.gm-modes {
  background-color: #fafafa;
  padding: 112px 0;
}

.gm-enable {
  padding: 112px 0;
}

.gm-why {
  background-color: #fafafa;
  padding: 112px 0 96px;
}

.gm-h {
  color: #1a1a1f;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 56px;
  font-size: 40px;
}

.gm-catch-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.gm-catch-card {
  text-align: left;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px 24px;
}

.gm-flag {
  margin-bottom: 16px;
  font-size: 26px;
}

.gm-cardn {
  color: #1a1a1f;
  letter-spacing: -.3px;
  margin-bottom: 10px;
  font-size: 18px;
}

.gm-modes-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
}

.gm-mode {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 36px;
  position: relative;
}

.gm-mode-rec {
  border-color: #3db64c;
  box-shadow: 0 10px 40px #3db64c1a;
}

.gm-mode-tag {
  color: #237a2d;
  letter-spacing: 1.5px;
  background-color: #edf9ee;
  border-radius: 999px;
  margin-bottom: 18px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  display: inline-block;
}

.gm-tag-alt {
  color: #6b6b76;
  background-color: #f1f1f1;
}

.gm-moden {
  color: #1a1a1f;
  margin-bottom: 12px;
  font-size: 24px;
}

.gm-moded {
  color: #3d3d45;
  font-size: 15px;
}

.gm-enable-inner {
  max-width: 820px;
}

.gm-steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.gm-step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  align-items: flex-start;
  padding: 28px;
  display: flex;
}

.gm-num {
  color: #fff;
  background-color: #3db64c;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 800;
  display: flex;
}

.gm-stepn {
  color: #1a1a1f;
  margin-bottom: 6px;
  font-size: 18px;
}

.gm-why-inner {
  text-align: center;
  max-width: 840px;
}

.gm-why-p {
  color: #3d3d45;
  font-size: 19px;
  line-height: 1.7;
}

.gm-ctaband {
  background-image: linear-gradient(135deg, #237a2d, #3db64c);
  padding: 112px 0;
}

.gm-ctaband-inner {
  color: #fff;
  text-align: center;
  max-width: 760px;
}

.gm-ctatitle {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-size: 42px;
}

.gm-ctasub {
  color: #edf9ee;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.6;
}

.mb-wrap {
  color: #1a1a1f;
  font-family: Inter, sans-serif;
}

.mb-extra {
  background-color: #fff;
  padding: 96px 28px;
}

.mb-faq {
  background-color: #fafafa;
  padding: 96px 28px;
}

.mb-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.mb-kicker {
  color: #3db64c;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.mb-kicker-c {
  text-align: center;
}

.mb-h {
  color: #1a1a1f;
  letter-spacing: -.8px;
  max-width: 760px;
  margin: 0 0 48px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
}

.mb-h-c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mb-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.mb-item {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 32px;
}

.mb-item-wide {
  grid-column-start: span 2;
}

.mb-iicon {
  margin-bottom: 16px;
  font-size: 28px;
}

.mb-iname {
  color: #1a1a1f;
  letter-spacing: -.3px;
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 800;
}

.mb-faq-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 860px;
  margin: 0 auto;
  display: grid;
}

.mb-q {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px;
}

.mb-qh {
  color: #237a2d;
  letter-spacing: -.2px;
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
}

.fs-wrap {
  color: #1a1a1f;
  font-family: Inter, sans-serif;
}

.fs-how {
  background-color: #fff;
  padding: 96px 28px;
}

.fs-offer {
  background-color: #fafafa;
  padding: 96px 28px;
}

.fs-comm {
  background-image: linear-gradient(135deg, #edf9ee, #f5f9e6);
  padding: 96px 28px;
}

.fs-faq {
  background-color: #fff;
  padding: 96px 28px;
}

.fs-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.fs-kicker {
  color: #3db64c;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.fs-kicker-c {
  text-align: center;
}

.fs-h {
  color: #1a1a1f;
  letter-spacing: -.8px;
  max-width: 760px;
  margin: 0 0 48px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
}

.fs-h-c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fs-steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.fs-step {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 28px;
}

.fs-n {
  color: #fff;
  background-color: #3db64c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  font-weight: 800;
  display: flex;
}

.fs-stepn {
  letter-spacing: -.2px;
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
}

.fs-offer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.fs-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 28px;
}

.fs-icon {
  margin-bottom: 16px;
  font-size: 28px;
}

.fs-cardn {
  color: #237a2d;
  letter-spacing: -.2px;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
}

.fs-comm-inner {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.fs-p {
  color: #3d3d45;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.fs-stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: grid;
}

.fs-stat {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 24px;
}

.fs-sn {
  color: #237a2d;
  letter-spacing: -.5px;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 800;
}

.fs-sl {
  color: #6b6b76;
  font-size: 13px;
  line-height: 1.4;
}

.fs-qlist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 860px;
  margin: 0 auto;
  display: grid;
}

.fs-q {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px;
}

.fs-qh {
  color: #237a2d;
  letter-spacing: -.2px;
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
}

.prd-also {
  color: #6b6b76;
  margin-top: 10px;
  font-size: 14px;
}

.mg-wrap {
  background-color: #fafafa;
  padding: 72px 24px;
}

.mg-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.mg-eyebrow {
  color: #3db64c;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.mg-h2 {
  color: #1a1a1f;
  margin: 8px 0 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
}

.mg-sub {
  color: #6b6b76;
  margin-bottom: 36px;
  font-size: 17px;
}

.mg-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  display: grid;
}

.mg-tile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1a1f;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  flex-direction: column;
  padding: 20px 16px;
  font-family: inherit;
  transition: all .15s;
  display: flex;
}

.mg-tile.active {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #2e9a3c);
  border-color: #0000;
}

.mg-tile-label {
  font-size: 15px;
  font-weight: 600;
}

.mg-tile-count {
  opacity: .65;
  font-size: 12px;
}

.mg-drawer {
  opacity: 0;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  max-height: 0;
  margin-top: 28px;
  transition: all .25s;
  overflow: hidden;
  transform: translateY(-6px);
}

.mg-drawer-head {
  border-bottom: 1px solid #f1f1f1;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.mg-drawer-eyebrow {
  color: #6b6b76;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.mg-drawer-title {
  color: #1a1a1f;
  margin: 2px 0 0;
  font-size: 24px;
  font-weight: 700;
}

.mg-drawer-close {
  color: #6b6b76;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 1;
}

.mg-drawer-body {
  max-height: 560px;
  padding: 8px 0;
  overflow-y: auto;
}

.mg-song {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid #f6f6f6;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  padding: 10px 24px;
  display: grid;
}

.mg-play {
  color: #3db64c;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-family: inherit;
  font-size: 11px;
  transition: all .15s;
  display: flex;
}

.mg-play.playing {
  color: #fff;
  background-color: #3db64c;
  border-color: #3db64c;
}

.mg-meta {
  min-width: 0;
}

.mg-name {
  color: #1a1a1f;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
}

.mg-artist {
  color: #6b6b76;
  font-size: 13px;
}

.mg-len {
  color: #6b6b76;
  font-variant-numeric: tabular-nums;
  font-size: 13px;
}

.mg-drawer-foot {
  color: #6b6b76;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  padding: 16px 24px;
  font-size: 13px;
}

.ai-mk-wrap {
  background-image: linear-gradient(#fafafa 0%, #f1f1f1 100%);
  padding: 80px 24px;
}

.ai-mk-inner {
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
}

.ai-mk-eyebrow {
  color: #3db64c;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}

.ai-mk-h2 {
  color: #1a1a1f;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

.ai-mk-sub {
  color: #3d3d45;
  max-width: 720px;
  margin: 0 auto 32px;
  font-size: 19px;
  line-height: 1.5;
}

.ai-mk-prompts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 44px;
  display: flex;
}

.ai-mk-chip {
  color: #3d3d45;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-style: italic;
  transition: all .2s;
}

.ai-mk-feats {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: left;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
  display: grid;
}

.ai-mk-feat {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 28px 24px;
}

.ai-mk-feat-num {
  color: #3db64c;
  letter-spacing: .1em;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}

.ai-mk-feat-title {
  color: #1a1a1f;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.ai-mk-feat-desc {
  color: #6b6b76;
  font-size: 14px;
  line-height: 1.5;
}

.ai-mk-cta {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #2e9a3c);
  border-radius: 999px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.prd-also-1 {
  color: #6b6b76;
  margin-top: 14px;
  font-size: 14px;
}

.mb-sec {
  background-color: #fff;
  padding: 100px 0;
}

.mb-inner-1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.mb-card {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-image: linear-gradient(135deg, #f6fbf4 0%, #fff 50%, #fafafa 100%);
  border: 1px solid #e8e8e8;
  border-radius: 28px;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  padding: 72px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mb-copy {
  z-index: 1;
  position: relative;
}

.mb-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #3db64c1a;
  border-radius: 50px;
  margin-bottom: 22px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.mb-title {
  color: #1a1a1f;
  letter-spacing: -.7px;
  margin: 0 0 20px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  line-height: 1.12;
}

.mb-desc {
  color: #3d3d45;
  max-width: 520px;
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.65;
}

.mb-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: .2px;
  background-color: #1a1a1f;
  border-radius: 50px;
  align-items: center;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s, background .25s;
  display: inline-flex;
}

.mb-arrow {
  transition: transform .25s;
  display: inline-block;
}

.mb-visual {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  height: 340px;
  display: flex;
  position: relative;
}

.mb-visual-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 4px 24px #0f1b330d;
}

.mb-vc-1 {
  margin-left: 40px;
  transform: rotate(-1.5deg);
}

.mb-vc-2 {
  border-color: #3db64c4d;
  margin-left: 0;
  transform: rotate(1deg);
  box-shadow: 0 12px 40px #3db64c1f;
}

.mb-vc-3 {
  margin-left: 60px;
  transform: rotate(-.5deg);
}

.mb-vc-dot {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50%;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}

.mb-vc-photo {
  background-image: linear-gradient(135deg, #e8e8e8, #f6fbf4);
  border-radius: 10px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.mb-vc-lines {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.mb-vc-l {
  background-color: #e8e8e8;
  border-radius: 4px;
  width: 100%;
  height: 8px;
}

.mb-vc-l.inline-div-0 {
  width: 70%;
}

.mb-vc-l.inline-div-1 {
  width: 80%;
}

.mb-vc-l.inline-div-2 {
  width: 55%;
}

.mb-vc-l.inline-div-3 {
  width: 60%;
}

.mb-vc-l.inline-div-4 {
  width: 90%;
}

.dm-page {
  background-color: #fff;
}

.dm-hero {
  background-image: radial-gradient(circle at 50% 0, #f5f9e6 0%, #fff 60%);
  padding: 140px 0 48px;
}

.dm-inner {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.dm-kicker {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.dm-title {
  color: #1a1a1f;
  letter-spacing: -1.8px;
  margin: 0 0 20px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
}

.dm-sub {
  color: #3d3d45;
  max-width: 640px;
  margin: 0 auto 32px;
  font-size: 19px;
  line-height: 1.6;
}

.dm-meta {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.dm-meta-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #5a5a64;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.dm-meta-ico {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: block;
}

.dm-form-sec {
  background-color: #fff;
  padding: 32px 0 120px;
}

.dm-form-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.dm-form-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  padding: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px #0f1b3314;
}

.dm-form {
  border-radius: 16px;
  min-height: 640px;
  overflow: hidden;
}

.dm-trust {
  color: #6b6b76;
  text-align: center;
  letter-spacing: .2px;
  margin: 24px 0 0;
  font-size: 13px;
}

.pl-shot {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  object-fit: cover;
  object-position: top center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.gd-page {
  background-color: #fafaf7;
  background-image: radial-gradient(1200px 600px at 50% -100px, #3db64c1a, #0000 60%);
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  display: block;
}

.gd-hero {
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vh - 96px);
  padding: 160px 16px 64px;
  display: flex;
}

.gd-inner {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.gd-kicker {
  color: #3db64c;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.gd-title {
  color: #0e1d10;
  letter-spacing: -.02em;
  margin: 0 0 14px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.gd-sub {
  color: #4a5550;
  max-width: 560px;
  margin: 0 0 36px;
  font-size: 15px;
  line-height: 1.55;
}

.gd-copy {
  margin-bottom: 8px;
}

.gd-form-card {
  background-color: #fff;
  border: 1px solid #0e1d1014;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 60px -20px #0e1d102e, 0 4px 16px -8px #0e1d1014;
}

.gd-form {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  width: 100%;
  height: 1300px;
  display: block;
}

.gd-trust {
  color: #7a857f;
  letter-spacing: .01em;
  margin: 28px 0 0;
  font-size: 13px;
}

.tv-prod-img-1 {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #f4f3ee;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 14px;
  display: block;
}

.pl-phone-screen-1 {
  position: relative;
  overflow: hidden;
}

.pl-phone-video {
  pointer-events: none;
  object-fit: cover;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background-color: #0e1d10;
  width: 100%;
  height: 100%;
  display: block;
}

.pl-phone-video-block {
  background-color: #0000;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.jb-role-detail {
  margin-top: 8px;
  margin-bottom: 14px;
}

.jb-role-toggle {
  color: #6b6b76;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  display: flex;
}

.jb-toggle-icon {
  font-size: 11px;
  transition: transform .2s;
  display: inline-block;
}

.jb-role-body {
  color: #3d3d45;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-top-style: none;
  border-radius: 0 0 12px 12px;
  padding: 14px 20px 20px;
  font-size: 15px;
  line-height: 1.6;
}

.jb-role-body-h {
  color: #1a1a1f;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 16px 0 8px;
  font-size: 13px;
  font-weight: 600;
}

.jb-role-body-list {
  margin: 0 0 14px;
  padding-left: 18px;
}

.jb-role-detail-1 {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  margin-top: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}

.jb-role-body-1 {
  color: #3d3d45;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.6;
}

.jb-role-more {
  border-top: 1px solid #e8e8e8;
}

.jb-role-toggle-1 {
  color: #1a1a1f;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.jb-role-more-body {
  color: #3d3d45;
  padding: 4px 20px 18px;
  font-size: 15px;
  line-height: 1.6;
}

.jb-role-body-h-1 {
  color: #1a1a1f;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
}

.jb-role-body-list-1 {
  margin: 0;
  padding-left: 18px;
}

.jrc-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  margin-bottom: 18px;
  padding: 28px;
}

.jrc-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.jrc-title {
  color: #1a1a1f;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.jrc-chip {
  color: #3d3d45;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #f1f1f1;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
}

.jrc-meta {
  color: #6b6b76;
  margin-bottom: 18px;
  font-size: 14px;
}

.jrc-desc {
  color: #3d3d45;
  font-size: 15px;
  line-height: 1.65;
}

.jrc-more {
  border-top: 1px solid #e8e8e8;
  margin-top: 18px;
  padding-top: 14px;
}

.jrc-toggle {
  color: #1a1a1f;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.jrc-toggle-icon {
  font-size: 11px;
  transition: transform .2s;
  display: inline-block;
}

.jrc-more-body {
  padding-top: 14px;
}

.jrc-list {
  color: #3d3d45;
  margin: 0;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.65;
}

.jrc-apply {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1a1a1f;
  border-radius: 999px;
  align-items: center;
  margin-top: 22px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
  display: inline-flex;
}

.in-cats-sub {
  color: #3d3d45;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.6;
}

.rcalc-fine {
  color: #6b6b76;
  margin: 18px 0 0;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
}

.tm-grp {
  margin-top: 8px;
}

.tm-dept {
  margin-top: 52px;
}

.tm-dept-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #e7e8ea;
  align-items: baseline;
  margin-bottom: 26px;
  padding-bottom: 12px;
  display: flex;
}

.tm-dept-name {
  color: #1a1a1f;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 650;
}

.tm-dept-count {
  color: #9a9aa2;
  font-size: 13px;
  font-weight: 500;
}

.tm-grid {
  grid-column-gap: 22px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, 1fr);
  display: grid;
}

.tm-card {
  text-align: center;
}

.tm-photo {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #eef1f0;
  border-radius: 16px;
  width: 100%;
  display: block;
}

.tm-name {
  color: #1a1a1f;
  margin-top: 12px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.25;
}

.tm-title-1 {
  color: #707079;
  margin-top: 3px;
  font-size: 12.5px;
  line-height: 1.3;
}

.ptnr-logo {
  opacity: .55;
  filter: grayscale();
  object-fit: contain;
  opacity: .55;
  object-fit: contain;
  width: auto;
  max-width: 100%;
  max-height: 62px;
  transition: opacity .25s, filter .25s;
}

.ptnr-logo.ptnr-lg {
  max-height: 76px;
}

.ptnr-sec {
  background-color: #fafafa;
  padding: 88px 0;
}

.ptnr-wrap {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.ptnr-eyebrow {
  color: #3db64c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
}

.ptnr-h2 {
  color: #1a1a1f;
  letter-spacing: -1px;
  margin: 0 0 14px;
  font-family: Inter, -apple-system, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.ptnr-sub {
  color: #6b6b76;
  max-width: 640px;
  margin: 0 auto 48px;
  font-size: 17px;
  line-height: 1.6;
}

.ptnr-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}

.ptnr-cell {
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  min-height: 94px;
  padding: 22px 18px;
  display: flex;
}

.ptnr-logo {
  opacity: .55;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 100%;
  max-height: 46px;
  transition: opacity .25s, filter .25s;
}

.pl-cta {
  color: #fff;
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: fit-content;
  margin: 36px auto 0;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 6px 20px #3db64c40;
}

.pl-desk-screen {
  background-color: #fff;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.pl-desk-shot {
  width: 100%;
  height: auto;
  display: block;
}

.pl-shot-link {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.hs-btn {
  background-color: var(--_tukios-brand---green);
  color: #fff;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hs-slide3 {
  background-image: url('../images/heardstone-screen-03.png');
}

.hb-phone-stack {
  flex: 300px;
  justify-content: center;
  display: flex;
}

.hs-main {
  color: var(--ink-1);
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  line-height: 1.5;
}

.hs-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.hs-btn {
  background-color: var(--_tukios-brand---green);
  color: #fff;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.hs-btn-ghost {
  border: 1px solid var(--border-1);
  color: var(--ink-1);
  background-color: #fff;
}

.hs-btn-on-dark {
  color: #fff;
  background-color: #ffffff1f;
  border: 1px solid #ffffff2e;
}

.hs-hero {
  background-color: var(--bg-1);
  padding: 80px 0 64px;
}

.hs-hero-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.hs-hero-copy {
  flex: 380px;
}

.hs-lede {
  max-width: 520px;
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 19px;
}

.hs-lede-lead {
  color: var(--ink-1);
  font-weight: 600;
}

.hs-hero-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
  display: flex;
}

.hs-phone-stack {
  flex: 300px;
  justify-content: center;
  display: flex;
}

.hs-phone {
  background-color: #0a0a0a;
  border-radius: 46px;
  width: 288px;
  height: 624px;
  padding: 8px;
  box-shadow: 0 40px 80px -25px #0f1a1473;
}

.hs-phone-screen {
  background-color: var(--green-soft);
  border-radius: 38px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hs-phone-track {
  width: 400%;
  height: 100%;
  transition: transform .45s;
  display: flex;
}

.hs-phone-slide {
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  height: 100%;
}

.hs-phone-slide.hs-slide3 {
  background-image: url('../images/heardstone-screen-03.png');
}

.hs-slide1 {
  background-image: url('../images/heardstone-screen-01.png');
}

.hs-slide2 {
  background-image: url('../images/heardstone-screen-04.png');
}

.hs-slide4 {
  background-image: url('../images/heardstone-screen-02.png');
}

.hs-dots {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  margin-top: 16px;
  display: flex;
}

.hs-dot {
  cursor: pointer;
  background-color: #cdd6d1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.hs-dot.active {
  background-color: var(--_tukios-brand---green-deep);
  border-radius: 999px;
  width: 22px;
}

.hs-sec {
  background-color: var(--bg-1);
  padding: 72px 0;
}

.hs-band {
  border-top: 1px solid var(--border-1);
  border-bottom: 1px solid var(--border-1);
  background-color: #fff;
}

.hs-sec-head {
  text-align: center;
  margin-bottom: 48px;
}

.hs-steps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  display: grid;
}

.hs-step {
  border: 1px solid var(--border-1);
  background-color: var(--card-1);
  border-radius: 16px;
  padding: 30px;
}

.hs-step-visual {
  background-color: var(--green-soft);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 200px;
  margin-bottom: 22px;
}

.hs-vis1 {
  background-image: url('../images/heardstone-step-capture.svg');
}

.hs-vis2 {
  background-image: url('../images/heardstone-step-drafting.svg');
}

.hs-vis3 {
  background-image: url('../images/heardstone-step-integration.svg');
}

.hs-step-num {
  background-color: var(--ink-1);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.hs-tick {
  color: var(--_tukios-brand---green-deep);
  margin-right: 7px;
  font-weight: 800;
}

.hs-soon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--border-1);
  background-color: var(--green-soft);
  border-radius: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px;
  display: flex;
}

.hs-soon-icon {
  border: 1px solid var(--border-1);
  width: 64px;
  height: 64px;
  color: var(--_tukios-brand---green-deep);
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.hs-soon-body {
  flex: 320px;
}

.hs-compare {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-1);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-1);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-1);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-1);
  background-color: var(--card-1);
  border-radius: 16px;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.hs-crow {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.hs-chead {
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 15px 26px;
  font-size: 13px;
  font-weight: 700;
}

.hs-chead-old {
  color: var(--muted);
  background-color: #f3f4f4;
}

.hs-chead-new {
  background-color: var(--_tukios-brand---green-dark);
  color: #fff;
}

.hs-cell {
  border-top: 1px solid var(--border-1);
  padding: 22px 26px;
  font-size: 16px;
}

.hs-cell-old {
  border-right: 1px solid var(--border-1);
  color: var(--muted);
}

.hs-cell-new {
  background-color: var(--green-soft);
}

.hb-main {
  color: var(--ink-1-2);
  font-family: Inter, -apple-system, sans-serif;
  line-height: 1.5;
}

.hb-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.hb-btn {
  background-color: var(--_tukios-brand---green);
  color: #fff;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hb-btn.hb-btn-dark {
  color: #fff;
  background-color: #1a1a1f;
  border: 1px solid #1a1a1f;
}

.hb-btn-ghost {
  border: 1px solid var(--border-1-2);
  color: var(--ink-1-2);
  background-color: #fff;
}

.hb-btn-on-dark {
  color: #fff;
  background-color: #ffffff1f;
  border: 1px solid #ffffff2e;
}

.hb-hero {
  background-color: var(--bg-1-2);
  padding: 130px 0 64px;
}

.hb-hero-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.hb-hero-copy {
  flex: 380px;
}

.hb-lede {
  max-width: 520px;
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 19px;
}

.hb-lede-lead {
  color: var(--ink-1-2);
  font-weight: 600;
}

.hb-hero-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
  display: flex;
}

.hb-phone-stack {
  grid-row-gap: 22px;
  flex-direction: column;
  flex: 300px;
  justify-content: center;
  align-items: center;
  row-gap: 22px;
  display: flex;
}

.hb-phone {
  background-color: #0a0a0a;
  border-radius: 46px;
  width: 288px;
  height: 624px;
  padding: 8px;
  box-shadow: 0 40px 80px -25px #0f1a1473;
}

.hb-phone-screen {
  background-color: var(--green-soft);
  border-radius: 38px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hb-phone-track {
  width: 700%;
  height: 100%;
  transition: transform .45s;
  display: flex;
}

.hb-phone-slide {
  background-repeat: no-repeat;
  background-size: cover;
  width: 14.2857%;
  height: 100%;
}

.hb-slide1 {
  background-image: url('../images/heardstone-screen-01.png');
}

.hb-slide2 {
  background-image: url('../images/heardstone-screen-04.png');
}

.hb-slide3 {
  background-image: url('../images/heardstone-screen-03.png');
}

.hb-slide4 {
  background-image: url('../images/heardstone-screen-02.png');
}

.hb-sec {
  background-color: var(--bg-1-2);
  padding: 72px 0;
}

.hb-band {
  border-top: 1px solid var(--border-1-2);
  border-bottom: 1px solid var(--border-1-2);
  background-color: #fff;
}

.hb-sec-head {
  text-align: center;
  margin-bottom: 48px;
}

.hb-steps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  display: grid;
}

.hb-step {
  border: 1px solid var(--border-1-2);
  background-color: var(--card-1-2);
  border-radius: 16px;
  padding: 30px;
}

.hb-step-visual {
  background-color: var(--green-soft);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 200px;
  margin-bottom: 22px;
}

.hb-vis1 {
  background-image: url('../images/heardstone-step-capture.svg');
}

.hb-vis2 {
  background-image: url('../images/heardstone-step-drafting.svg');
}

.hb-vis3 {
  background-image: url('../images/heardstone-step-integration.svg');
}

.hb-step-num {
  background-color: var(--ink-1-2);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.hb-tick {
  color: var(--_tukios-brand---green-deep);
  margin-right: 7px;
  font-weight: 800;
}

.hb-soon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--border-1-2);
  background-color: var(--green-soft);
  border-radius: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px;
  display: flex;
}

.hb-soon-icon {
  border: 1px solid var(--border-1-2);
  width: 64px;
  height: 64px;
  color: var(--_tukios-brand---green-deep);
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.hb-soon-body {
  flex: 320px;
}

.hb-compare {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-1-2);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-1-2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-1-2);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-1-2);
  background-color: var(--card-1-2);
  border-radius: 16px;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.hb-crow {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.hb-chead {
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 15px 26px;
  font-size: 13px;
  font-weight: 700;
}

.hb-chead-old {
  color: var(--muted);
  background-color: #f3f4f4;
}

.hb-chead-new {
  background-color: var(--_tukios-brand---green-dark);
  color: #fff;
}

.hb-cell {
  border-top: 1px solid var(--border-1-2);
  padding: 22px 26px;
  font-size: 16px;
}

.hb-cell-old {
  border-right: 1px solid var(--border-1-2);
  color: var(--muted);
}

.hb-cell-new {
  background-color: var(--green-soft);
}

.hb-cta {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #0b2815, #237a2d);
  border-radius: 24px;
  padding: 64px 32px;
}

.hb-cta-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.hs-cta {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #0b2815, #237a2d);
  border-radius: 24px;
  padding: 64px 32px;
}

.hs-cta-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.brg-main {
  color: #1a1a1f;
  background-color: #fafafa;
  font-family: Inter, -apple-system, sans-serif;
  line-height: 1.5;
}

.brg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.brg-top {
  background-color: #fff;
  border-bottom: 1px solid #ececef;
  padding: 120px 0 0;
}

.brg-h1 {
  letter-spacing: -1.5px;
  margin: 0 0 6px;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 800;
}

.brg-kintro {
  color: #6b6b76;
  margin: 0 0 22px;
  font-size: 18px;
}

.brg-tabs {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  display: flex;
}

.brg-tab {
  color: #6b6b76;
  border-bottom: 2px solid #0000;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.brg-tab-on {
  color: #237a2d;
  border-bottom: 2px solid #3db64c;
}

.brg-sec {
  padding: 64px 0;
}

.brg-band {
  background-color: #fff;
  border-bottom: 1px solid #ececef;
}

.brg-h2 {
  letter-spacing: -.5px;
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
}

.brg-note {
  color: #6b6b76;
  max-width: 660px;
  margin: 0 0 30px;
  font-size: 16px;
}

.brg-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  display: grid;
}

.brg-card {
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 34px;
  display: flex;
}

.brg-card-dark {
  background-color: #0e1d10;
  border-color: #0e1d10;
}

.brg-img {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.brg-l1 {
  background-image: url('../images/brand-tukios-logo.png');
}

.brg-l2 {
  background-image: url('../images/brand-logo-1.svg');
}

.brg-l3 {
  background-image: url('../images/brand-logo-2.svg');
}

.brg-l4 {
  background-image: url('../images/brand-logo-3.svg');
}

.brg-w1 {
  background-image: url('../images/brand-logo-white-1.svg');
}

.brg-w2 {
  background-image: url('../images/brand-logo-white-2.svg');
}

.brg-mis {
  position: relative;
}

.brg-x {
  color: #fff;
  background-color: #e5484d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
}

.brg-m1 {
  background-image: url('../images/brand-misuse-1.svg');
}

.brg-m2 {
  background-image: url('../images/brand-misuse-2.svg');
}

.brg-m3 {
  background-image: url('../images/brand-misuse-3.svg');
}

.brg-m4 {
  background-image: url('../images/brand-misuse-4.svg');
}

.brg-m5 {
  background-image: url('../images/brand-misuse-5.svg');
}

.brg-m6 {
  background-image: url('../images/brand-misuse-6.svg');
}

.brg-m7 {
  background-image: url('../images/brand-misuse-7.png');
}

.brg-m8 {
  background-image: url('../images/brand-misuse-8.svg');
}

.brg-spacing {
  background-color: #fff;
  background-image: url('../images/brand-logo-spacing.png');
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ececef;
  border-radius: 16px;
  min-height: 460px;
  padding: 32px;
}

.brg-sw-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  display: grid;
}

.brg-sw {
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 16px;
  overflow: hidden;
}

.brg-sw-chip {
  height: 130px;
}

.brg-sw-meta {
  padding: 15px 18px;
}

.brg-sw-name {
  margin: 0 0 3px;
  font-size: 15px;
  font-weight: 700;
}

.brg-sw-hex {
  color: #6b6b76;
  margin: 0;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 13px;
}

.brg-c-green {
  background-color: #3db64c;
}

.brg-c-lime {
  background-color: #b5d453;
}

.brg-c-gray {
  background-color: #d8d8d8;
}

.brg-c-light {
  background-color: #f1f1f1;
}

.brg-c-white {
  background-color: #fff;
  border-bottom: 1px solid #ececef;
}

.brg-grad {
  background-image: linear-gradient(135deg, #3db64c, #b5d453);
  border: 1px solid #ececef;
  border-radius: 16px;
  height: 200px;
}

.brg-type-block {
  margin-bottom: 14px;
}

.brg-fname {
  letter-spacing: -.3px;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
}

.brg-fmeta {
  color: #6b6b76;
  margin: 0 0 10px;
  font-size: 15px;
}

.brg-spec {
  border-top: 1px solid #ececef;
  padding: 20px 0;
}

.brg-spec-lab {
  color: #6b6b76;
  margin: 0 0 8px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12px;
}

.brg-s1 {
  letter-spacing: -1px;
  margin: 0;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
}

.brg-s2 {
  letter-spacing: -.6px;
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
}

.brg-s3 {
  letter-spacing: -.3px;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}

.brg-s4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.brg-font-inter {
  font-family: Inter, -apple-system, sans-serif;
}

.brg-font-mont {
  font-family: Montserrat, Inter, sans-serif;
}

.dd-main {
  color: #1a1a1f;
  background-color: #fafafa;
  font-family: Inter, -apple-system, sans-serif;
  line-height: 1.5;
}

.dd-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.dd-btn {
  color: #fff;
  background-color: #3db64c;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.dd-hero {
  padding: 120px 0 64px;
}

.dd-hero-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.dd-hero-copy {
  flex: 380px;
}

.dd-lede {
  color: #6b6b76;
  max-width: 520px;
  margin: 0 0 26px;
  font-size: 19px;
}

.dd-hero-media {
  flex: 360px;
}

.dd-shot {
  aspect-ratio: 4 / 3;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.dd-sec {
  padding: 64px 0;
}

.dd-band {
  background-color: #fff;
  border-top: 1px solid #ececef;
  border-bottom: 1px solid #ececef;
}

.dd-h2 {
  letter-spacing: -.8px;
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
}

.dd-note {
  color: #6b6b76;
  max-width: 660px;
  margin: 0 0 32px;
  font-size: 16px;
}

.dd-callout {
  background-color: #eaf7ec;
  border: 1px solid #cdeccf;
  border-radius: 18px;
  max-width: 840px;
  padding: 30px 34px;
}

.dd-steps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  display: grid;
}

.dd-step {
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 16px;
  padding: 28px;
}

.dd-step-num {
  color: #fff;
  background-color: #1a1a1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  font-weight: 700;
  display: flex;
}

.dd-demo {
  max-width: 640px;
  margin-top: 36px;
}

.dd-demo-thumb {
  aspect-ratio: 16 / 9;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ececef;
  border-radius: 16px;
  width: 100%;
}

.dd-demo-cap {
  color: #6b6b76;
  margin: 10px 0 0;
  font-size: 14px;
}

.dd-buy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 20px;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px;
  display: flex;
}

.dd-buy-media {
  flex: 280px;
}

.dd-box {
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.dd-buy-body {
  flex: 320px;
}

.dd-gp {
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 45px;
  margin-top: 18px;
}

.dd-faq {
  max-width: 840px;
  margin: 0 auto;
}

.dd-q {
  border-top: 1px solid #ececef;
  padding: 22px 0;
}

.dd-shot-tv {
  background-image: url('../images/dd-tribute-on-tv.png');
}

.dd-box-img {
  background-image: url('../images/dd-onn-box.webp');
}

.dd-demo-img {
  background-image: url('../images/dd-demo-thumb.png');
}

.dd-gp-img {
  background-image: url('../images/dd-google-play.jpg');
}

.dd-bh3 {
  letter-spacing: -.3px;
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
}

.dd-bp {
  color: #6b6b76;
  margin: 0 0 18px;
  font-size: 16px;
}

.hb-stores {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.hb-store {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.hb-store-apple {
  background-image: url('../images/heardstone-appstore-badge.svg');
  width: 142px;
  height: 47px;
}

.hb-store-gplay {
  background-image: url('../images/heardstone-googleplay-badge.png');
  width: 160px;
  height: 53px;
}

.hb-store-soon {
  opacity: .55;
}

.mc-main {
  color: #1a1a1f;
  background-color: #fafafa;
  font-family: Inter, -apple-system, sans-serif;
  line-height: 1.5;
}

.mc-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.mc-hero {
  padding: 96px 0 48px;
}

.mc-hero-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.mc-photo {
  background-image: url('../images/micah-photo.png');
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  box-shadow: 0 12px 32px -12px #00000040;
}

.mc-hero-copy {
  flex: 380px;
}

.mc-intro {
  color: #6b6b76;
  max-width: 620px;
  margin: 0;
  font-size: 18px;
}

.mc-sec {
  padding: 8px 0 56px;
}

.mc-stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 40px;
  display: grid;
}

.mc-stat {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 16px;
  padding: 22px;
}

.mc-stat-num {
  color: #3db64c;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.mc-stat-lab {
  color: #6b6b76;
  margin-top: 6px;
  font-size: 14px;
}

.mc-lists {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: start;
  display: grid;
}

.mc-card {
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 18px;
  padding: 28px;
}

.mc-card-sub {
  color: #9a9aa2;
  margin: 0 0 14px;
  font-size: 13px;
}

.mc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-cur {
  color: #237a2d;
  vertical-align: middle;
  background-color: #eaf7ec;
  border-radius: 999px;
  margin-left: 6px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.mc-foot {
  background-color: #fff;
  border-top: 1px solid #ececef;
}

.mc-foot-in {
  color: #6b6b76;
  text-align: center;
  padding: 40px 0;
  font-size: 15px;
}

.hb-sub {
  color: #6b6b76;
  max-width: 580px;
  margin: 8px auto 0;
  font-size: 18px;
}

.hb-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  display: grid;
}

.hb-feature {
  background-color: #fff;
  border: 1px solid #ececef;
  border-radius: 20px;
  padding: 32px;
}

.hb-feature-ic {
  color: #2e9a3c;
  background-color: #eaf7ec;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  display: flex;
}

.hb-feature-lead {
  color: #6b6b76;
  margin: 0 0 18px;
  font-size: 15px;
}

.hb-ftick {
  color: #2e9a3c;
  background-color: #eaf7ec;
  border-radius: 5px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  display: flex;
}

.hb-slide5 {
  background-image: url('../images/heardstone-screen-audio-summary.png');
}

.hb-slide6 {
  background-image: url('../images/heardstone-screen-ideas.png');
}

.hb-slide7 {
  background-image: url('../images/heardstone-screen-tasks.png');
}

.hb-dots {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  display: flex;
}

.hb-dot {
  cursor: pointer;
  background-color: #cdd6d1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: background .2s, width .2s;
}

.hb-dot.active {
  background-color: #237a2d;
  border-radius: 999px;
  width: 22px;
}

.pl-shot-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.as-shot-img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  display: block;
}

.hb-flist {
  border-top: 1px solid #ececef;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.hb-fitem {
  border-bottom: 1px solid #ececef;
  align-items: flex-start;
  column-gap: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 0;
  font-size: 15px;
  line-height: 1.5;
  list-style-type: none;
  display: flex;
}

.hb-fitem:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .nav-links, .nav-login {
    display: none;
  }

  .hero-1 {
    padding: 110px 0 72px;
  }

  .hero-inner {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: 100%;
    max-width: 520px;
    height: 440px;
    margin: 0 auto;
  }

  .products {
    padding: 80px 0;
  }

  .bento {
    grid-template-columns: repeat(2, 1fr);
  }

  .bento-featured {
    grid-row-start: span 1;
    grid-column-start: span 2;
  }

  .aisection {
    padding: 80px 0;
  }

  .aisection-inner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .stats {
    padding: 72px 0;
  }

  .stats-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .tools {
    padding: 80px 0;
  }

  .tools-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tst {
    padding: 80px 0;
  }

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

  .ctaband {
    padding: 60px 0 100px;
  }

  .ctaband-card {
    border-radius: 24px;
    padding: 56px 24px;
  }

  .ft-main {
    grid-column-gap: 32px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .ft-brand {
    grid-column-start: span 2;
    max-width: none;
  }

  .calc {
    padding: 80px 0;
  }

  .calc-card {
    grid-template-columns: 1fr;
  }

  .phero {
    padding: 110px 0 60px;
  }

  .ptree {
    padding: 72px 0;
  }

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

  .ppair {
    padding: 72px 0;
  }

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

  .ppair-connector-mark {
    transform: rotate(90deg);
  }

  .padd {
    padding: 72px 0;
  }

  .padd-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pmem {
    padding: 72px 0;
  }

  .pmem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pcta-card {
    border-radius: 24px;
    padding: 56px 24px;
  }

  .whero {
    padding: 120px 0 72px;
  }

  .wproc {
    padding: 72px 0;
  }

  .wproc-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .wproc-connect {
    display: none;
  }

  .wben {
    padding: 72px 0;
  }

  .wben-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wgal {
    padding: 72px 0;
  }

  .wgal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wnew {
    padding: 72px 0;
  }

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

  .wnew-card-featured {
    grid-column-start: span 1;
    padding: 36px;
  }

  .wstats {
    padding: 72px 0;
  }

  .wstats-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .wstats-divider {
    display: none;
  }

  .wcta-card {
    border-radius: 24px;
    padding: 56px 24px;
  }

  .rcalc {
    padding: 80px 0;
  }

  .rcalc-card {
    grid-template-columns: 1fr;
  }

  .af-hero-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .af-values-inner, .af-how-grid {
    grid-template-columns: 1fr;
  }

  .af-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .af-pricing-grid {
    grid-template-columns: 1fr;
  }

  .ab-timeline-grid, .ab-values-grid, .ab-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ab-stats-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .jb-perks-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jb-role {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr auto;
  }

  .jb-role-chip, .jb-role-meta {
    display: none;
  }

  .as-tool-inner, .as-tool-inner-rev {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .as-why-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .tv-hero-inner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .tv-how-grid, .tv-pillars-inner {
    grid-template-columns: 1fr;
  }

  .tv-samples-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tm-now-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .tm-now-art {
    margin: 0 auto;
  }

  .tm-now-ctrl {
    justify-content: center;
  }

  .tm-genres-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tm-feat-inner {
    grid-template-columns: 1fr;
  }

  .in-cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .in-featured-inner {
    grid-template-columns: 1fr;
  }

  .td-themes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .abt-story-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .abt-values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .abt-stats-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .abt-depts-grid, .abt-lead-grid {
    grid-template-columns: 1fr 1fr;
  }

  .abt-careers-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding: 56px 32px;
  }

  .prd-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .mobile-toggle {
    display: flex;
  }

  .nav-links-1 {
    display: none;
  }

  .pl-combo {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .tv-samples-row {
    padding-left: 24px;
  }

  .le-hero {
    padding: 96px 0 72px;
  }

  .le-title {
    font-size: 44px;
  }

  .le-how, .le-types, .le-why {
    padding: 80px 0;
  }

  .le-h {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .le-steps, .le-grid, .le-stats {
    grid-template-columns: 1fr;
  }

  .le-ctaband {
    padding: 80px 0;
  }

  .le-ctatitle {
    font-size: 32px;
  }

  .gm-hero {
    padding: 96px 0 72px;
  }

  .gm-title {
    font-size: 42px;
  }

  .gm-catch, .gm-modes, .gm-enable, .gm-why {
    padding: 80px 0;
  }

  .gm-h {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .gm-catch-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gm-modes-grid {
    grid-template-columns: 1fr;
  }

  .gm-ctaband {
    padding: 80px 0;
  }

  .gm-ctatitle {
    font-size: 30px;
  }

  .mb-extra, .mb-faq {
    padding: 72px 20px;
  }

  .mb-h {
    margin-bottom: 36px;
    font-size: 28px;
  }

  .mb-items {
    grid-template-columns: 1fr;
  }

  .mb-item {
    padding: 26px;
  }

  .mb-item-wide {
    grid-column-start: auto;
  }

  .fs-how, .fs-offer, .fs-comm, .fs-faq {
    padding: 72px 20px;
  }

  .fs-h {
    margin-bottom: 36px;
    font-size: 28px;
  }

  .fs-steps, .fs-offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fs-comm-inner {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .mb-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .mb-visual {
    height: 280px;
  }

  .tm-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
  }

  .ptnr-h2 {
    font-size: 32px;
  }

  .ptnr-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .nav-login {
    display: none;
  }

  .hero-stats {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-visual {
    height: 380px;
  }

  .hero-card-float {
    width: 200px;
    right: 0;
  }

  .hero-card-pill {
    left: 0;
  }

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

  .bento-featured {
    grid-column-start: span 1;
  }

  .pstand-grid, .abt-contact-inner {
    grid-template-columns: 1fr;
  }

  .le-inner {
    padding: 0 20px;
  }

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

  .le-title {
    font-size: 34px;
  }

  .le-sub {
    font-size: 17px;
  }

  .le-step, .le-card {
    padding: 28px;
  }

  .gm-inner {
    padding: 0 20px;
  }

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

  .gm-title {
    font-size: 32px;
  }

  .gm-sub {
    font-size: 17px;
  }

  .gm-catch-grid {
    grid-template-columns: 1fr;
  }

  .gm-mode {
    padding: 28px;
  }

  .gm-step {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 24px;
  }

  .fs-steps {
    grid-template-columns: 1fr;
  }

  .fs-step {
    padding: 24px;
  }

  .fs-offer-grid {
    grid-template-columns: 1fr;
  }

  .fs-card {
    padding: 24px;
  }

  .mg-wrap {
    padding: 48px 20px;
  }

  .mg-h2 {
    font-size: 28px;
  }

  .mg-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .mg-song {
    padding: 10px 16px;
  }

  .ai-mk-wrap {
    padding: 56px 20px;
  }

  .ai-mk-h2 {
    font-size: 32px;
  }

  .ai-mk-sub {
    font-size: 17px;
  }

  .ai-mk-feats {
    grid-template-columns: 1fr;
  }

  .dm-hero {
    padding: 120px 0 32px;
  }

  .dm-form-card {
    border-radius: 20px;
    padding: 8px;
  }

  .dm-form {
    min-height: 560px;
  }

  .tm-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .ptnr-sec {
    padding: 64px 0;
  }

  .ptnr-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .stats-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .tools-grid, .ft-main {
    grid-template-columns: 1fr;
  }

  .ft-brand {
    grid-column-start: span 1;
  }

  .ft-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .tree-grid, .tree-anchor-pair {
    grid-template-columns: 1fr;
  }

  .tree-arrow {
    transform: rotate(90deg);
  }

  .padd-grid, .pmem-grid, .wproc-grid, .wben-grid, .wgal-grid, .wstats-grid, .af-features-grid, .ab-values-grid, .jb-perks-grid, .tv-samples-grid {
    grid-template-columns: 1fr;
  }

  .in-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .td-themes-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .abt-values-grid, .abt-depts-grid {
    grid-template-columns: 1fr;
  }

  .mb-card {
    border-radius: 20px;
    padding: 36px 28px;
  }

  .mb-visual {
    height: 240px;
  }

  .mb-vc-1 {
    margin-left: 20px;
  }

  .mb-vc-3 {
    margin-left: 30px;
  }

  .tm-grid {
    grid-column-gap: 16px;
    grid-row-gap: 22px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .ptnr-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}


