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

html {
  scroll-behavior: smooth;
}

html:has(body.sc-pricing-home),
html.sc-pricing-home-page {
  overflow-x: clip;
  overflow-y: auto;
  height: auto;
  max-height: none;
  scroll-padding-top: 74px;
}

body.sc-pricing-home {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin: 0;
  padding: 0;
  overflow: visible !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(43, 211, 0, .08), transparent 26%),
    linear-gradient(180deg, #02080a, #031014 55%, #02090b);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
}

body.sc-pricing-home #wrapper,
body.sc-pricing-home #content,
body.sc-pricing-home #content > .container,
body.sc-pricing-home #content > .container > .row {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  flex: none !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  background: transparent !important;
}

body.sc-pricing-home .container {
  background: transparent !important;
}

body.sc-pricing-home #content > .container:first-child {
  position: relative;
  z-index: 30;
}

body.sc-pricing-home #content > .container:first-child .row {
  justify-content: center;
}

:root {
  --bg: #02090b;
  --panel: #061316;
  --panel2: #07191c;
  --line: #244249;
  --text: #fff;
  --muted: #b8c7ca;
  --green: #64ff28;
  --green2: #29c900;
  --blue: #2f83ff;
  --cyan: #19c6ff;
  --purple: #a740ff;
  --orange: #ff6a00;
  --red: #ff2a22;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(0, 0, 0, .35);
}

.sc-pricing-page {
  box-sizing: border-box;
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  overflow: visible;
  position: relative;
  z-index: 1;
}

body.sc-pricing-home .sc-pricing-page main {
  display: block;
  overflow: visible;
  padding-top: 74px;
}

.sc-pricing-page *,
.sc-pricing-page *::before,
.sc-pricing-page *::after {
  box-sizing: border-box;
}

.sc-pricing-page a {
  color: inherit;
  text-decoration: none;
}

.sc-pricing-page button {
  font: inherit;
}

.sc-pricing-page img {
  display: block;
  max-width: 100%;
}

.page-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .08;
  pointer-events: none;
  z-index: 0;
  background: var(--green);
}

.page-glow-left {
  left: -250px;
  top: 300px;
}

.page-glow-right {
  right: -250px;
  top: 600px;
}

.site-header {
  height: 74px;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: rgba(2, 8, 10, .96);
  border-bottom: 1px solid rgb(74 219 27 / 73%);
  backdrop-filter: blur(10px);
}

.brand img {
  width: 265px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  padding: 10px 0 10px;
  color: #e7eff0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav .active {
  color: var(--green);
  border-color: var(--green);
}

.main-nav a.main-nav-highlight {
  align-self: center;
  padding: 10px 10px;
  margin: 0;
  border: 1px solid var(--green);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(100, 255, 40, .18), rgba(100, 255, 40, .08));
  color: #ffffff;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 0 18px rgba(100, 255, 40, .22);
  border-bottom: 1px solid var(--green);
}

.main-nav a.main-nav-highlight:hover {
  background: linear-gradient(180deg, rgba(100, 255, 40, .28), rgba(100, 255, 40, .12));
  color: #ffffff;
  border-color: #8dff4a;
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  gap: 14px;
}

.menu-toggle {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 12px 24px;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.btn-green {
  background: linear-gradient(180deg, #72ff36, #35c80d);
  color: #041006;
  box-shadow: 0 0 24px rgba(88, 255, 32, .18);
}

.btn-outline,
.btn-dark {
  background: rgba(4, 12, 14, .8);
  border-color: #4e6b70;
  color: #fff;
}

body.sc-pricing-home .sc-pricing-page .btn-outline:hover,
body.sc-pricing-home .sc-pricing-page .btn-dark:hover,
body.sc-pricing-home .sc-pricing-page .admin-edit:hover {
  color: #fff;
  background: rgba(100, 255, 40, .14);
  border-color: var(--green);
  filter: none;
}

.btn-large {
  padding: 15px 28px;
  font-size: 15px;
}

.hero {
  min-height: 470px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(520px, 760px) minmax(220px, 1fr);
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(71, 255, 31, .18);
  background:
    linear-gradient(180deg, rgba(0, 17, 20, .2), rgba(0, 15, 13, .4)),
    radial-gradient(circle at 50% 75%, rgba(21, 255, 0, .14), transparent 45%);
}

.city-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 255, 67, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 67, .05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent 12%, black 70%);
  opacity: .8;
}

.hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 230px;
  opacity: .3;
  background:
    linear-gradient(90deg, transparent 3%, #0cff2b 3.2%, transparent 3.5%) 0 100%/75px 140px repeat-x;
  clip-path: polygon(0 100%, 0 80%, 2% 80%, 2% 45%, 4% 45%, 4% 75%, 6% 75%, 6% 34%, 8% 34%, 8% 68%, 10% 68%, 10% 53%, 12% 53%, 12% 82%, 100% 82%, 100% 100%);
}

.hero-copy {
  align-self: center;
  justify-self: center;
  text-align: center;
  width: 100%;
  max-width: 760px;
  z-index: 3;
  padding: 32px 10px 26px;
}

.eyebrow {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}

.hero h1 {
  font-size: clamp(40px, 4.1vw, 70px);
  line-height: .98;
  margin: 16px 0 13px;
  letter-spacing: -.045em;
}

.hero h1 span {
  color: var(--green);
}

.hero-copy > p {
  max-width: 690px;
  margin: 0 auto 16px;
  color: #f2f5f5;
  font-size: 16px;
  line-height: 1.55;
}

.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 16px auto;
  width: max-content;
  max-width: 100%;
  flex-wrap: wrap;
}

.billing-toggle-switch {
  display: inline-flex;
  flex-shrink: 0;
}

.billing-btn {
  width: 125px;
  padding: 9px;
  border: 1px solid #496168;
  background: #071316;
  color: #fff;
  font-weight: 800;
}

.billing-toggle-switch .billing-btn:first-child {
  border-radius: 30px 0 0 30px;
}

.billing-toggle-switch .billing-btn:last-child {
  border-radius: 0 30px 30px 0;
}

.billing-btn.active {
  background: linear-gradient(#7aff3a, #34cf0c);
  color: #071005;
}

.save-note {
  color: var(--green);
  font-style: italic;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.hero-actions,
.hero-trust {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-trust {
  margin-top: 17px;
  font-size: 13px;
  color: #e2ebec;
}

.hero-trust span {
  white-space: nowrap;
}

.hero-character {
  z-index: 4;
  margin: 0;
  position: relative;
  align-self: end;
  height: 455px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-character img {
  height: 100%;
  width: auto;
  object-fit: contain;
  background: transparent;
  mix-blend-mode: normal;
  filter:
    drop-shadow(0 18px 24px rgba(0, 0, 0, .55))
    drop-shadow(0 0 18px rgba(74, 255, 31, .20));
}

.hero-character figcaption {
  position: absolute;
  bottom: 20px;
  border: 1px solid var(--green);
  padding: 8px 13px;
  background: rgba(3, 11, 13, .9);
  border-radius: 8px;
  display: grid;
  line-height: 1;
}

.hero-character-left figcaption {
  left: 20px;
}

.hero-character-right figcaption {
  right: 20px;
}

.hero-character strong {
  color: var(--green);
  font-size: 16px;
}

.hero-character span {
  font-size: 11px;
  margin-top: 5px;
}

.hero-character-left::before,
.hero-character-right::before {
  content: "";
  position: absolute;
  width: 86%;
  height: 78%;
  bottom: 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(71, 255, 29, .13), transparent 68%);
  filter: blur(18px);
  z-index: -1;
  pointer-events: none;
}

.section-shell {
  margin: 0 auto;
  width: min(1500px, calc(100% - 34px));
}

.pricing-section {
  position: relative;
  z-index: 8;
  margin-top: 8px;
  display: grid;
  gap: 48px;
}

.pricing-audience-block[hidden],
.pricing-addons-row[hidden] {
  display: none !important;
}

.pricing-audience-heading {
  text-align: center;
  margin: 0 0 22px;
}

.pricing-audience-heading .section-kicker {
  margin-bottom: 8px;
}

.pricing-audience-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  color: #fff;
}

.pricing-audience-sub {
  margin: 10px auto 0;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.45;
  color: #b7c8cb;
}

.pricing-audience-block--compact {
  padding: 28px 22px 30px;
  border: 1px solid rgba(54, 85, 91, .55);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(25, 198, 255, .08), transparent 42%),
    linear-gradient(180deg, rgba(8, 28, 33, .92), rgba(3, 14, 17, .96));
}

.pricing-addons-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.pricing-audience-block--addon {
  min-width: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  align-items: stretch;
}

.pricing-grid--addon {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.pricing-grid--compact {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  justify-items: stretch;
}

.pricing-grid--compact[data-count="1"] {
  max-width: 340px;
  grid-template-columns: minmax(0, 1fr);
}

.pricing-grid--compact[data-count="2"] {
  max-width: 720px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pricing-grid--compact[data-count="3"] {
  max-width: 1040px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-grid--compact .plan-card {
  min-height: 430px;
  padding: 24px 16px 20px;
}

.pricing-grid--compact .plan-name {
  font-size: 22px;
}

.pricing-grid--compact .price {
  font-size: 36px;
}

.pricing-grid--compact .plan-desc {
  min-height: 52px;
  font-size: 13px;
  line-height: 1.4;
}

.plan-card {
  --accent: var(--green);
  min-height: 460px;
  padding: 20px 5px 18px;
  background: linear-gradient(180deg, rgba(9, 27, 31, .98), rgba(3, 14, 17, .98));
  border: 1px solid color-mix(in srgb, var(--accent) 45%, #365159);
  border-radius: 14px;
  position: relative;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.plan-card.popular {
  box-shadow: 0 0 30px color-mix(in srgb, var(--accent) 25%, transparent);
  border-width: 2px;
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: #061006;
  border-radius: 99px;
  padding: 4px 16px;
  font-weight: 900;
  font-size: 11px;
  white-space: nowrap;
}

.plan-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 3px;
}

.plan-icon {
  font-size: 24px;
  color: var(--accent);
  line-height: 1;
  flex-shrink: 0;
}

.plan-name {
  font-size: 20px;
  color: var(--accent);
  margin: 0;
  text-transform: uppercase;
}

body.sc-pricing-home .sc-pricing-page .plan-desc {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 12px;
  text-align: justify;
  min-height: 104px;
}

.plan-desc {
  font-size: 12px;
  line-height: 1.35;
  color: #fff;
  min-height: calc(1.35 * 3 * 1em);
  margin: 0;
}

.price-row {
  margin: 12px 0 2px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}

.price {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}

.per-user {
  font-size: 10px;
  line-height: 1.15;
  margin: 0 0 4px;
  text-align: left;
  color: #d8e2e4;
}

.billing-note {
  text-align: center;
  font-size: 10px;
  color: #cbd3d4;
  margin-bottom: 12px;
}

.plan-cta {
  width: 100%;
  margin-bottom: 14px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 88%, white), var(--accent));
  color: #fff;
  border: 0;
}

.plan-card[data-plan="professional"] .plan-cta,
.plan-card[data-plan="custom"] .plan-cta {
  color: #071006;
}

.plan-features {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
  padding: 14px 0 0;
  border-top: 1px solid color-mix(in srgb, var(--accent) 22%, rgba(255, 255, 255, .08));
}

.feature-list {
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 13px;
  line-height: 1.45;
  max-height: 188px;
  overflow: hidden;
  position: relative;
  border-left: 0;
  background: linear-gradient(90deg, color-mix(in srgb, var(--accent) 6%, transparent), transparent 42%);
  border-radius: 0 8px 8px 0;
}

.plan-features.is-expanded .feature-list {
  max-height: none;
  overflow: visible;
}

.plan-features:not(.is-expanded) .feature-list:has(+ .plan-features-toggle:not([hidden]))::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  background: linear-gradient(180deg, transparent, rgba(3, 14, 17, .98));
  pointer-events: none;
}

.plan-features-toggle {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 8px 10px;
  border: 1px solid color-mix(in srgb, var(--accent) 40%, rgba(255, 255, 255, .18));
  border-radius: 6px;
  background: rgba(255, 255, 255, .04);
  color: #e8f2f4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 2;
}

body.sc-pricing-home .sc-pricing-page .plan-features-toggle {
  color: #e8f2f4;
}

.plan-features-toggle:hover {
  color: #fff;
  background: color-mix(in srgb, var(--accent) 14%, rgba(255, 255, 255, .06));
  border-color: color-mix(in srgb, var(--accent) 65%, rgba(255, 255, 255, .25));
}

.plan-features-toggle[hidden] {
  display: none;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #c8d4d7;
}

.feature-list li:first-child {
  color: #eef3f4;
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 8px;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.feature-list li:first-child:before {
  background: color-mix(in srgb, var(--accent) 24%, rgba(0, 0, 0, .35));
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
}

.feature-text {
  flex: 1;
  min-width: 0;
}

.feature-list li:before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  margin-right: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 14%, rgba(0, 0, 0, .4));
  border: 1px solid color-mix(in srgb, var(--accent) 38%, transparent);
}

.feature-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 20px;
}

.feature-panel {
  height: 265px;
  position: relative;
  overflow: hidden;
  border: 1px solid #325057;
  border-radius: 14px;
  background: linear-gradient(90deg, #071518 0 43%, #082119 100%);
  padding: 28px;
}

.feature-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(56, 255, 24, .1));
  pointer-events: none;
}

.feature-panel img {
  position: absolute;
  right: -5px;
  bottom: -70px;
  height: 330px;
  max-width: 56%;
  object-fit: contain;
  z-index: 1;
  background: transparent;
  filter:
    drop-shadow(0 16px 22px rgba(0, 0, 0, .48))
    drop-shadow(0 0 14px rgba(69, 255, 31, .12));
}

.feature-copy {
  position: relative;
  z-index: 2;
  max-width: 44%;
}

.section-kicker {
  color: var(--green);
  font-weight: 900;
  margin: 0 0 6px;
}

.feature-copy h2 {
  font-size: 22px;
  margin: 0 0 12px;
}

.feature-copy > p:not(.section-kicker) {
  font-size: 12px;
  line-height: 1.5;
  color: #e3eaeb;
  margin-bottom: 20px;
}

.capability-strip {
  margin-top: 15px;
  min-height: 112px;
  border: 1px solid #345158;
  border-radius: 14px;
  background: #061316;
  display: grid;
  grid-template-columns: 1fr 1fr 160px 1fr 1fr;
  align-items: center;
  padding: 12px 25px;
  gap: 15px;
}

.capability {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-right: 1px solid #284045;
}

.capability:last-child {
  border: 0;
}

.capability-icon {
  text-align: center;
  min-width: 58px;
  padding: 3px;
  border-radius: 10%;
  border: 1px solid;
  font-size: 35px;
  color: var(--green);
}

.capability strong {
  display: block;
  color: var(--green);
  font-size: 13px;
}

.capability small {
  font-size: 11px;
  color: #e6eded;
}

.lucky-badge {
  align-self: center;
  justify-self: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid var(--green);
  background: #051214;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: -34px 0;
  z-index: 3;
  box-shadow: 0 0 25px rgba(64, 255, 28, .22);
}

.lucky-badge img {
  position: absolute;
  top: 0;
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 50%;
}

.lucky-badge strong {
  color: var(--green);
  font-size: 16px;
}

.lucky-badge span {
  font-size: 10px;
  margin-bottom: 7px;
}

.comparison {
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(180deg, rgba(8, 22, 26, .98), rgba(4, 12, 15, .98));
  border-radius: 12px;
  padding: 24px 20px 20px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, .22);
}

.comparison-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.comparison h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #f2f7f8;
}

.admin-edit {
  padding: 8px 15px;
  font-size: 12px;
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
}

.comparison-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 940px;
  font-size: 12px;
}

.comparison-table thead tr {
  border-bottom: 2px solid rgba(255, 255, 255, .16);
}

.comparison-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.comparison-table tbody tr:last-child {
  border-bottom: 0;
}

.comparison-table thead th {
  padding: 14px 10px 12px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-weight: 600;
  vertical-align: bottom;
}

.comparison-table th,
.comparison-table td {
  padding: 11px 10px;
  border: 1px solid rgb(255 255 255 / 21%);
  border-top: none;
  text-align: center;
  color: #b8c7ca;
  font-size: 14px;
}

.comparison-table tbody tr:hover td {
  background: rgba(255, 255, 255, .025);
}

.comparison-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, .012);
}

.comparison-table tbody tr:nth-child(even):hover td {
  background: rgba(255, 255, 255, .03);
}

.comparison-feature-col {
  text-align: left !important;
  min-width: 180px;
  font-weight: 600;
  color: #eef3f4 !important;
}

.comparison-table thead .comparison-feature-col {
  color: #ffffff !important;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.comparison-plan-col {
  color: var(--plan-accent, #fff);
}

.table-plan-name {
  display: block;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: var(--plan-accent, #fff);
}

.table-plan-price {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.comparison-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(100, 255, 40, .1);
  border: 1px solid rgba(100, 255, 40, .28);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.comparison-dash {
  color: #ff3a2d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.cell-text {
  font-weight: 600;
  color: #dfe8ea;
  font-size: 13px;
}

.cell-yes,
.cell-no {
  vertical-align: middle;
}

.bottom-cta {
  margin-top: 10px;
  margin-bottom: 28px;
  border: 1px solid #345158;
  background: #071518;
  border-radius: 14px;
  min-height: 105px;
  display: grid;
  grid-template-columns: 1fr 1.05fr auto;
  align-items: center;
  padding: 18px 24px;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.guarantee {
  display: flex;
  align-items: center;
  gap: 16px;
}

.shield {
  width: 62px;
  height: 72px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 3px solid var(--green);
  clip-path: polygon(50% 0, 100% 18%, 90% 78%, 50% 100%, 10% 78%, 0 18%);
  font-size: 20px;
  font-weight: 900;
  line-height: .8;
}

.shield span {
  font-size: 11px;
}

.guarantee strong {
  font-size: 16px;
}

.guarantee p,
.cta-center p {
  font-size: 12px;
  color: #d0dcdd;
  margin: 5px 0 0;
  line-height: 1.4;
}

.cta-center {
  text-align: center;
}

.cta-center h2 {
  margin: 0;
  font-size: 22px;
}

.cta-center span {
  color: var(--green);
}

body.sc-pricing-home footer.site-footer {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto !important;
  padding: 25px 24px 20px !important;
  height: auto !important;
  min-height: 0 !important;
  border-top: 1px solid #345158 !important;
  background: transparent !important;
  color: var(--text);
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 2fr repeat(5, 1fr);
  gap: 28px;
}

body.sc-pricing-home .site-sub-footer {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 24px 14px;
  border-top: 1px solid rgb(100 243 45);
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  position: relative;
  z-index: 2;
}

.site-sub-footer p {
  margin: 0;
}

.site-footer {
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px 24px 34px;
  display: grid;
  grid-template-columns: 2fr repeat(5, 1fr);
  gap: 28px;
}

.footer-brand img {
  width: 280px;
  height: 80px;
  object-fit: contain;
  object-position: left;
}

.footer-brand small {
  display: block;
  color: #859599;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
}

.footer-links strong {
  font-size: 12px;
  margin-bottom: 4px;
}

.footer-links a {
  color: #b8c5c7;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials span {
  width: 32px;
  height: 32px;
  border: 1px solid var(--green);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

dialog {
  border: 0;
  padding: 0;
  background: transparent;
  color: white;
  width: min(920px, calc(100% - 32px));
}

dialog::backdrop {
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(8px);
}

.editor-card {
  background: #071518;
  border: 1px solid #3b5b61;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 20px 80px #000;
}

.editor-header {
  display: flex;
  justify-content: space-between;
}

.editor-header h2 {
  margin: 0 0 18px;
}

.close-dialog {
  background: none;
  border: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.editor-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-height: 55vh;
  overflow: auto;
  padding-right: 5px;
}

.editor-plan {
  border: 1px solid #28464c;
  border-radius: 12px;
  padding: 13px;
  background: #041114;
}

.editor-plan h3 {
  margin: 0 0 10px;
  color: var(--green);
}

.field {
  display: grid;
  gap: 5px;
  margin-bottom: 9px;
}

.field label {
  font-size: 11px;
  color: #bcd0d2;
}

.field input,
.field textarea {
  width: 100%;
  background: #091f23;
  color: white;
  border: 1px solid #36565d;
  border-radius: 7px;
  padding: 9px;
}

.field textarea {
  height: 92px;
  resize: vertical;
}

.editor-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 230px 1fr auto;
  }

  .brand img {
    width: 225px;
  }

  .main-nav {
    gap: 20px;
  }

  .hero {
    grid-template-columns: 220px 1fr 220px;
  }

  .hero-character {
    height: 410px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing-addons-row {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: 420px;
  }

  .site-footer {
    grid-template-columns: 2fr repeat(3, 1fr);
  }

  .footer-links:nth-last-child(-n+2) {
    display: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    padding: 0 16px;
  }

  .brand img {
    width: 190px;
  }

  .menu-toggle {
    display: block;
    background: none;
    border: 1px solid #36555b;
    color: white;
    border-radius: 6px;
    padding: 7px 10px;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #041114;
    flex-direction: column;
    gap: 0;
    padding: 10px 20px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 13px;
  }

  .main-nav a.main-nav-highlight {
    align-self: flex-start;
    margin-top: 6px;
  }

  .header-actions .btn-outline {
    display: none;
  }

  .header-actions .btn-green {
    padding: 10px 14px;
    font-size: 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 780px;
    padding-top: 20px;
  }

  .hero-copy {
    grid-row: 1;
  }

  .hero-character {
    position: absolute;
    height: 340px;
    bottom: 0;
  }

  .hero-character-left {
    left: -30px;
  }

  .hero-character-right {
    right: -30px;
  }

  .hero-character figcaption {
    display: none;
  }

  .hero-copy > p {
    padding: 0 18px;
  }

  .save-note {
    position: static;
    margin-left: 12px;
  }

  .hero-trust {
    padding: 0 20px;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid--compact[data-count="2"],
  .pricing-grid--compact[data-count="3"] {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-addons-row {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .pricing-section {
    gap: 36px;
  }

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

  .capability-strip {
    grid-template-columns: 1fr 1fr;
  }

  .lucky-badge {
    display: none;
  }

  .capability {
    border: 0;
  }

  .bottom-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .guarantee {
    justify-content: center;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .editor-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .site-header {
    height: 66px;
  }

  .brand img {
    width: 160px;
    height: 55px;
  }

  .header-actions {
    display: none;
  }

  .hero {
    min-height: 755px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero-copy {
    padding-top: 15px;
  }

  .hero-actions {
    padding: 0 18px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-character {
    height: 280px;
  }

  .hero-character-left {
    left: -65px;
  }

  .hero-character-right {
    right: -65px;
  }

  .billing-toggle {
    transform: scale(.9);
  }

  .save-note {
    display: none;
  }

  .section-shell {
    width: min(100% - 18px, 1500px);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid--compact[data-count="1"],
  .pricing-grid--compact[data-count="2"],
  .pricing-grid--compact[data-count="3"] {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .pricing-audience-block--compact {
    padding: 22px 14px 24px;
  }

  .plan-card {
    min-height: auto;
  }

  .feature-panel {
    height: 360px;
    padding: 22px;
  }

  .feature-copy {
    max-width: 100%;
  }

  .feature-panel img {
    height: 230px;
    max-width: 100%;
    right: -10px;
    bottom: -30px;
    opacity: .8;
  }

  .feature-copy > p:not(.section-kicker) {
    max-width: 70%;
  }

  .capability-strip {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .capability {
    justify-content: flex-start;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand img {
    width: 230px;
  }
}
