body.landing {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14.5px;
}
body.landing .page {
  max-width: none;
  padding: 0;
}
body.landing .flash-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 28px 0;
}
body.landing .nav {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 18, 13, 0.72);
  backdrop-filter: blur(14px);
}
body.landing .nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 28px;
  gap: 30px;
}
body.landing .nav-links {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0;
}
body.landing .nav-links a:hover {
  color: var(--text);
}
body.landing .nav-right {
  margin-left: auto;
}
body.landing .btn {
  border-radius: 9px;
  font-weight: 700;
  font-size: 13px;
  padding: 9px 16px;
  text-transform: none;
  letter-spacing: 0;
}
body.landing .btn-sm {
  padding: 7px 12px;
  font-size: 12px;
}
body.landing .btn-primary,
body.landing .btn-deploy {
  background: #4ade80;
  border-color: #4ade80;
  color: #04170c;
  font-weight: 700;
}
body.landing .btn-primary:hover,
body.landing .btn-deploy:hover {
  background: #5ee893;
}
body.landing .btn-gold {
  background: #f2c94c;
  border-color: #f2c94c;
  color: #241a02;
}
body.landing .btn-gold:hover {
  background: #f6d670;
}
body.landing .btn-block {
  width: 100%;
}
body.landing .hero-reel-veil {
  background:
    linear-gradient(180deg, rgba(5, 10, 8, 0.42) 0%, rgba(8, 17, 13, 0.55) 48%, rgba(8, 17, 13, 0.8) 100%),
    radial-gradient(720px 380px at 50% 18%, rgba(5, 10, 8, 0.38), transparent 70%),
    radial-gradient(900px 420px at 8% -6%, rgba(74, 222, 128, 0.12), transparent 50%);
}
body.landing .foot {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 28px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4ade80;
}
.section-head {
  margin-bottom: 30px;
}
.section-head h2 {
  font-size: 26px;
  font-weight: 750;
  letter-spacing: -0.01em;
  margin-top: 8px;
}
.section-head p {
  color: #a9b7ac;
  font-size: 14px;
  margin-top: 8px;
  max-width: 560px;
  line-height: 1.55;
}
body.landing section {
  padding: 64px 0;
}

body.landing .hero {
  padding: 88px 0 64px;
  margin: 0;
  text-align: center;
  background:
    radial-gradient(900px 500px at 50% 38%, rgba(74, 222, 128, 0.10), transparent 62%),
    rgba(10, 12, 11, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}
body.landing .hero .eyebrow {
  color: #4ade80;
}
body.landing .hero h1 {
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  max-width: 760px;
  margin: 18px auto 18px;
  color: #eef3ee;
  text-shadow: none;
}
body.landing .hero h1 span {
  color: #4ade80;
}
body.landing .hero p {
  color: #a9b7ac;
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 30px;
  line-height: 1.6;
  text-shadow: none;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.hero-ctas .btn {
  padding: 12px 22px;
  font-size: 14px;
}
.hero-stats {
  display: flex;
  gap: 34px;
  justify-content: center;
  flex-wrap: wrap;
  color: #4ade80;
  font-size: 12.5px;
  font-weight: 600;
  text-shadow: none;
}
.hero-stats span {
  color: #4ade80;
  font-weight: 800;
}

.steps,
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.step-card,
.feature-card {
  background: rgba(22, 32, 25, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 24px;
  backdrop-filter: blur(10px);
}
.step-num {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(74, 222, 128, 0.14);
  color: #4ade80;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 16px;
}
.step-card h3,
.feature-card h3 {
  font-size: 15.5px;
  font-weight: 700;
  margin-bottom: 8px;
}
.step-card p,
.feature-card p {
  font-size: 13px;
  color: #a9b7ac;
  line-height: 1.55;
  margin: 0;
}
.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(242, 201, 76, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.feature-icon svg {
  width: 18px;
  height: 18px;
  color: #f2c94c;
}

.plan-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
#marketing-billing.billing-toggle {
  display: inline-flex;
  background: #141f18;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 3px;
  gap: 2px;
}
#marketing-billing.billing-toggle div {
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  color: #a9b7ac;
}
#marketing-billing.billing-toggle div.active {
  background: #4ade80;
  color: #04170c;
}
#marketing-billing .save-tag {
  font-size: 10px;
  font-weight: 800;
  color: #f2c94c;
  margin-left: 5px;
}

.plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 26px;
}
#plans .plan-card {
  background: rgba(22, 32, 25, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 22px 20px;
  position: relative;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  outline: none;
  box-shadow: none;
}
#plans .plan-card.rec {
  border-color: rgba(74, 222, 128, 0.5);
  box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.15), 0 12px 30px rgba(74, 222, 128, 0.08);
}
#plans .plan-card.premium {
  border-color: rgba(242, 201, 76, 0.55);
  box-shadow: 0 0 0 1px rgba(242, 201, 76, 0.18), 0 12px 30px rgba(242, 201, 76, 0.1);
}
.plan-badge {
  position: absolute;
  top: -11px;
  left: 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.plan-badge.rec {
  background: #4ade80;
  color: #04170c;
}
.plan-badge.premium {
  background: #f2c94c;
  color: #241a02;
}
#plans .plan-name {
  font-size: 15.5px;
  font-weight: 750;
  margin-bottom: 4px;
}
#plans .plan-price {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
}
#plans .plan-price span {
  font-size: 12.5px;
  font-weight: 600;
  color: #6f7d72;
}
.plan-annual-note {
  font-size: 11px;
  color: #f2c94c;
  font-weight: 700;
  margin-top: 2px;
  min-height: 14px;
}
.plan-specs {
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plan-specs li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #a9b7ac;
}
.plan-specs li svg {
  width: 13px;
  height: 13px;
  color: #4ade80;
  flex-shrink: 0;
}
#plans .plan-card .btn {
  margin-top: auto;
}

.addon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.addon-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(22, 32, 25, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 13px 16px;
  backdrop-filter: blur(10px);
}
.addon-chip .name {
  font-size: 12.5px;
  font-weight: 700;
}
.addon-chip .desc {
  font-size: 11px;
  color: #6f7d72;
  margin-top: 2px;
  line-height: 1.4;
}
.addon-chip .price {
  font-size: 12px;
  font-weight: 800;
  color: #4ade80;
  white-space: nowrap;
}

.promo-section {
  padding-top: 0;
}
.promo-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 16px;
}
.concierge-card,
.founding-card {
  border-radius: 14px;
  padding: 26px;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
}
.concierge-card {
  background: linear-gradient(135deg, rgba(242, 201, 76, 0.1), rgba(242, 201, 76, 0.02));
  border: 1px solid rgba(242, 201, 76, 0.3);
}
.concierge-card .eyebrow {
  color: #f2c94c;
}
.concierge-card h3,
.founding-card h3 {
  font-size: 19px;
  font-weight: 800;
  margin: 8px 0;
}
.concierge-card p,
.founding-card p {
  font-size: 13px;
  color: #a9b7ac;
  line-height: 1.6;
  margin-bottom: 18px;
  flex: 1;
}
.concierge-price {
  font-size: 13px;
  color: #6f7d72;
  margin-bottom: 14px;
}
.concierge-price b {
  color: var(--text);
  font-size: 15px;
}
.founding-card {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.1), rgba(74, 222, 128, 0.02));
  border: 1px solid rgba(74, 222, 128, 0.3);
  justify-content: center;
}
.progress-track {
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 8px;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #4ade80, #86f0b0);
  border-radius: 20px;
}
.progress-label {
  font-size: 11.5px;
  color: #6f7d72;
  font-weight: 600;
  margin-bottom: 16px;
}

.config-shell {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
}
body.landing .builder.config-shell,
.builder.config-shell {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.config-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.config-block {
  background: rgba(22, 32, 25, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 24px;
  backdrop-filter: blur(10px);
  min-width: 0;
}
.config-block.with-help {
  display: block;
}
.config-block .block-head {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
.block-num {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(74, 222, 128, 0.14);
  color: #4ade80;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
}
.config-block .block-head h4 {
  font-size: 14.5px;
  font-weight: 750;
  margin: 0;
}
.block-sub,
.config-block .block-note {
  font-size: 12px;
  color: #6f7d72;
  margin: 0 0 14px 32px;
  line-height: 1.45;
}
.config-shell .choice-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.config-shell .hosting-row {
  grid-template-columns: repeat(3, 1fr);
}
.choice-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px 16px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}
.choice-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
}
.choice-card.selected,
.choice-card.is-on {
  border-color: #4ade80;
  background: rgba(74, 222, 128, 0.14);
  box-shadow: none;
}
.choice-card .c-name {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--text);
}
.choice-card .c-desc {
  font-size: 11.5px;
  color: #6f7d72;
  margin-top: 4px;
  line-height: 1.4;
}
.radio-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #6f7d72;
  flex-shrink: 0;
  position: relative;
}
.choice-card.selected .radio-dot,
.choice-card.is-on .radio-dot {
  border-color: #4ade80;
}
.choice-card.selected .radio-dot::after,
.choice-card.is-on .radio-dot::after {
  content: "";
  position: absolute;
  inset: 2.5px;
  background: #4ade80;
  border-radius: 50%;
}
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip-opt {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #a9b7ac;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}
.chip-opt.selected,
.chip-opt.is-on {
  border-color: #4ade80;
  background: rgba(74, 222, 128, 0.14);
  color: #4ade80;
  box-shadow: none;
}
.version-field {
  max-width: 220px;
  margin-top: 14px;
}
.config-shell .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.config-shell .field > span {
  font-size: 11.5px;
  font-weight: 700;
  color: #a9b7ac;
}
.config-shell .field select,
.config-shell .field input[type="text"],
.config-shell .field input[type="number"],
.config-shell .field input[type="url"] {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 13px;
  color: var(--text);
}
.config-shell .field-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 8px;
}
.toggle-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 16px;
  cursor: pointer;
  position: relative;
}
.toggle-field .t-label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text);
}
.toggle-field .t-desc {
  display: block;
  font-size: 11px;
  color: #6f7d72;
  margin-top: 2px;
}
.toggle-field input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.switch-ui {
  width: 38px;
  height: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.switch-ui::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  top: 2px;
  left: 2px;
  transition: transform 0.15s ease;
}
.toggle-field:has(input:checked) .switch-ui,
.toggle-field.is-on .switch-ui,
.mod-row:has(input:checked) .switch-ui,
.switch-ui.on {
  background: #4ade80;
  border-color: #4ade80;
}
.toggle-field:has(input:checked) .switch-ui::after,
.toggle-field.is-on .switch-ui::after,
.mod-row:has(input:checked) .switch-ui::after,
.switch-ui.on::after {
  transform: translateX(16px);
}

.size-pick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
  padding-top: 0;
}
.size-pick .choice-card {
  text-align: left;
  outline: none;
}
.size-pick .c-price {
  font-size: 15px;
  font-weight: 800;
  margin-top: 6px;
  color: var(--text);
}
.size-pick .popular-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

.mod-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mod-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.mod-row:last-child {
  border-bottom: none;
}
.mod-tag {
  font-size: 9.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 7px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
  color: #6f7d72;
  flex-shrink: 0;
}
.mod-info {
  flex: 1;
  min-width: 0;
}
.mod-info .m-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.mod-info .m-desc {
  font-size: 11.5px;
  color: #6f7d72;
  margin-top: 2px;
  line-height: 1.4;
}
.mod-row .vetted-pill {
  background: rgba(242, 201, 76, 0.18);
  color: #f2c94c;
}

.extra-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
.extra-row:last-child {
  border-bottom: none;
}
.checkbox {
  width: 17px;
  height: 17px;
  border-radius: 5px;
  border: 1.5px solid #6f7d72;
  flex-shrink: 0;
  margin-top: 1px;
  position: relative;
}
.extra-row.checked .checkbox,
.extra-row.is-on .checkbox {
  background: #4ade80;
  border-color: #4ade80;
}
.extra-row.checked .checkbox::after,
.extra-row.is-on .checkbox::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.5px;
  width: 4px;
  height: 8px;
  border: solid #04170c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.extra-info {
  flex: 1;
}
.extra-info .e-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.extra-info .e-desc {
  display: block;
  font-size: 11.5px;
  color: #6f7d72;
  margin-top: 2px;
  line-height: 1.4;
}
.extra-price {
  font-size: 12.5px;
  font-weight: 800;
  color: #4ade80;
  white-space: nowrap;
}

.addr-row {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  overflow: visible;
}
.addr-row input {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding: 11px 12px;
  font-size: 13px;
  color: var(--text);
}
.addr-suffix {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 11px 14px;
  font-size: 12.5px;
  color: #6f7d72;
  font-weight: 600;
}
.addr-note {
  font-size: 11.5px;
  color: #6f7d72;
  margin-top: 8px;
}

.config-shell .summary {
  position: sticky;
  top: 86px;
  background: #141f18;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 22px;
  backdrop-filter: blur(10px);
}
.config-shell .summary h4 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #a9b7ac;
}
.summary-row b {
  color: var(--text);
  font-weight: 700;
}
.config-shell .line-items {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  font-size: 11.5px;
  color: #6f7d72;
}
.config-shell .summary .btn {
  margin-top: 16px;
}
.summary-note {
  font-size: 11px;
  color: #6f7d72;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .steps,
  .features,
  .plans,
  .addon-grid,
  .promo-row,
  .config-shell .field-row,
  .size-pick,
  .config-shell .choice-row,
  .config-shell .hosting-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .config-shell {
    grid-template-columns: 1fr;
  }
  .config-shell .summary {
    position: static;
  }
}
@media (max-width: 640px) {
  .steps,
  .features,
  .plans,
  .addon-grid,
  .promo-row,
  .size-pick,
  .config-shell .choice-row,
  .config-shell .hosting-row,
  .config-shell .field-row {
    grid-template-columns: 1fr;
  }
  body.landing .hero h1 {
    font-size: 32px;
  }
}
