@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;700;900&display=swap");

:root {
  --bg: #060606;
  --surface: #111111;
  --surface-2: #171717;
  --lime: #bbff00;
  --lime-soft: rgba(187, 255, 0, 0.18);
  --lime-border: rgba(187, 255, 0, 0.35);
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --faint: rgba(255, 255, 255, 0.12);
  --danger: #ff4d4d;
  --radius: 8px;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--white);
  background: var(--bg);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a,
button,
input,
textarea,
label,
summary {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

canvas#starfield {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(circle at 65% 12%, rgba(187, 255, 0, 0.16), transparent 34%),
    radial-gradient(circle at 10% 75%, rgba(255, 255, 255, 0.08), transparent 24%), #060606;
}

.page-shell {
  position: relative;
  z-index: 1;
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  padding-top: env(safe-area-inset-top);
  border-bottom: 1px solid var(--faint);
  background: rgba(6, 6, 6, 0.86);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 48px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.85rem;
  letter-spacing: 0;
  line-height: 1;
}

.logo .lime,
.lime {
  color: var(--lime);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 48px;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.9rem;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--lime);
}

#google_translate_element {
  display: inline-block;
  min-height: 48px;
}

#translate-btn {
  background: transparent;
  border: 1px solid rgba(187, 255, 0, 0.35);
  color: rgba(187, 255, 0, 0.7);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

#translate-btn:hover {
  border-color: #bbff00;
  color: #bbff00;
}

.goog-te-gadget {
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px !important;
  color: rgba(187, 255, 0, 0.7) !important;
}

.goog-te-gadget select {
  min-height: 48px !important;
  background: #111111 !important;
  color: #bbff00 !important;
  border: 1px solid rgba(187, 255, 0, 0.35) !important;
  border-radius: 4px !important;
  padding: 4px 8px !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px !important;
  cursor: pointer !important;
  outline: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 2px solid var(--lime-border);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--surface);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero,
.section {
  padding: clamp(64px, 8vw, 112px) 0;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding-bottom: clamp(40px, 5vw, 72px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.eyebrow,
.label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--lime);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before,
.label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--lime);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

h1 {
  max-width: 980px;
  font-size: clamp(4rem, 12vw, 9.5rem);
}

h2 {
  font-size: clamp(3rem, 7vw, 6.5rem);
}

h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

p {
  margin: 0;
  color: var(--muted);
}

.lead {
  max-width: 780px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
}

.stack {
  display: grid;
  gap: 18px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 2px solid var(--lime-border);
  border-radius: var(--radius);
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  isolation: isolate;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.btn-primary {
  color: #0b0b0b;
  border-color: var(--lime);
  background: linear-gradient(115deg, #bbff00 0%, #f2ff88 24%, #bbff00 48%, #7db600 72%, #bbff00 100%);
  background-size: 300% 100%;
}

.btn-secondary {
  color: var(--white);
  background: rgba(17, 17, 17, 0.76);
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible,
  .contact-row:hover,
  .contact-row:focus-visible,
  .click-lift:hover,
  .click-lift:focus-visible {
    animation: metalFlex 620ms ease both;
  }

  .btn-primary:hover,
  .btn-primary:focus-visible {
    animation: shimmer 1.2s linear infinite, metalFlex 620ms ease both;
  }

  .btn-secondary:hover,
  .btn-secondary:focus-visible {
    border-color: var(--lime);
    box-shadow: 0 0 30px var(--lime-soft);
  }

  .shimmer-text:hover,
  .shimmer-text:focus-visible,
  .contact-row:hover .contact-value,
  .contact-row:focus-visible .contact-value {
    color: transparent;
    background: linear-gradient(90deg, var(--white), var(--lime), var(--white));
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: shimmer 1.1s linear infinite;
  }
}

.btn.is-tapping,
.contact-row.is-tapping,
.click-lift.is-tapping {
  animation: metalFlex 620ms ease both;
}

.btn-primary.is-tapping {
  animation: shimmer 1.2s linear infinite, metalFlex 620ms ease both;
}

.btn-secondary.is-tapping {
  border-color: var(--lime);
  box-shadow: 0 0 30px var(--lime-soft);
}

@keyframes shimmer {
  0% {
    background-position: -300% center;
  }
  100% {
    background-position: 300% center;
  }
}

@keyframes metalFlex {
  0% {
    transform: perspective(700px) rotateX(0deg) rotateY(0deg) translateY(0) scale(1);
    box-shadow: 0 0 0 rgba(187, 255, 0, 0);
  }
  25% {
    transform: perspective(700px) rotateX(-8deg) rotateY(4deg) translateY(-8px) scale(1.05);
    box-shadow: 0 16px 40px rgba(187, 255, 0, 0.35);
  }
  60% {
    transform: perspective(700px) rotateX(4deg) rotateY(-3deg) translateY(-5px) scale(1.04);
    box-shadow: 0 12px 30px rgba(187, 255, 0, 0.25);
  }
  100% {
    transform: perspective(700px) rotateX(0deg) rotateY(0deg) translateY(0) scale(1);
    box-shadow: 0 0 0 rgba(187, 255, 0, 0);
  }
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.card,
.price-card,
.seo-card,
.addon-card,
.info-card,
.preview-card,
.form-card {
  position: relative;
  border: 2px solid var(--lime-border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.94), rgba(8, 8, 8, 0.96));
  box-shadow: var(--shadow);
}

.card,
.price-card,
.addon-card,
.info-card,
.preview-card,
.form-card {
  padding: clamp(18px, 3vw, 28px);
}

.tilt-card {
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.tilt-card:hover {
  box-shadow: 0 24px 70px rgba(187, 255, 0, 0.16), var(--shadow);
}

.price-card.featured {
  border-color: var(--lime);
  box-shadow: 0 0 36px rgba(187, 255, 0, 0.2), var(--shadow);
}

.price {
  display: block;
  margin: 12px 0 8px;
  color: var(--white);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1;
}

.path {
  color: var(--lime);
  font-weight: 900;
}

.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid var(--lime-border);
  border-radius: 999px;
  color: var(--lime);
  background: rgba(187, 255, 0, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-trust {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid var(--faint);
  border-radius: var(--radius);
  background: rgba(8, 8, 8, 0.78);
}

.payment-trust p {
  font-size: 0.92rem;
}

.brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-visa {
  color: #1434cb;
  background: #ffffff;
}

.brand-mastercard {
  color: #ffffff;
  background: linear-gradient(90deg, #eb001b, #f79e1b);
}

.brand-amex {
  color: #ffffff;
  background: #006fcf;
}

.brand-discover {
  color: #111111;
  background: linear-gradient(90deg, #ffffff, #f58220);
}

.brand-jcb {
  color: #ffffff;
  background: linear-gradient(90deg, #0b6fb3, #159947, #d9232e);
}

.brand-unionpay {
  color: #ffffff;
  background: linear-gradient(90deg, #e21836, #00447c, #0a8f3c);
}

.secure-line {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}

.callout {
  margin-top: 24px;
  padding: 20px;
  border: 2px solid var(--lime-border);
  border-left-color: var(--lime);
  border-left-width: 6px;
  border-radius: var(--radius);
  background: rgba(17, 17, 17, 0.9);
}

.callout strong {
  color: var(--white);
}

.live-card {
  border-left: 6px solid var(--lime);
}

.seo-card {
  overflow: hidden;
}

.seo-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 18px 20px;
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.seo-card summary::-webkit-details-marker {
  display: none;
}

.seo-card summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--lime);
  font-size: 1.4rem;
}

.seo-card[open] summary::after {
  content: "-";
}

.seo-card p {
  padding: 0 20px 20px;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mini-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  border: 2px solid var(--lime-border);
  border-radius: var(--radius);
  color: var(--lime);
  font-weight: 900;
  background: rgba(187, 255, 0, 0.08);
}

.qr-box {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px;
  border: 2px solid var(--lime-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.qr-box img,
.qr-canvas {
  width: min(220px, 70vw);
  min-width: 120px;
  min-height: 120px;
  border: 10px solid #ffffff;
  border-radius: 8px;
  background: #ffffff;
}

.contact-row {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px;
  border: 2px solid var(--lime-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-value {
  overflow-wrap: anywhere;
  color: var(--white);
  font-weight: 900;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  padding: 7px 10px;
  border: 1px solid var(--lime-border);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(187, 255, 0, 0.07);
  font-size: 0.82rem;
  font-weight: 800;
}

.business-card {
  max-width: 680px;
  margin: 32px auto;
  padding: 0;
  overflow: hidden;
}

.business-card::before {
  content: "";
  display: block;
  height: 4px;
  background: var(--lime);
}

.business-card-inner {
  padding: clamp(18px, 4vw, 32px);
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 3px solid var(--lime);
  border-radius: 50%;
  color: var(--lime);
  background: #080808;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.5rem;
}

.offer-strip {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0;
  padding: 14px;
  border: 2px solid var(--lime-border);
  border-radius: var(--radius);
  background: rgba(187, 255, 0, 0.08);
}

.offer-strip strong {
  color: var(--lime);
}

.form-card {
  margin-top: 28px;
}

.form-grid {
  display: grid;
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label,
.legend {
  color: var(--white);
  font-weight: 900;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  outline: none;
  appearance: none;
}

.field textarea {
  min-height: 128px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px var(--lime-soft);
}

fieldset {
  margin: 0;
  padding: 16px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.choice input {
  flex: 0 0 24px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-top: 2px;
  accent-color: var(--lime);
}

.schedule-switch .paid-panel {
  display: none;
}

.schedule-switch.is-paid .free-panel {
  display: none;
}

.schedule-switch.is-paid .paid-panel {
  display: block;
}

.meeting-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.meeting-icons span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 2px solid var(--lime-border);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--surface);
  font-weight: 900;
}

.calendly-shell {
  display: grid;
  place-items: center;
  min-height: 520px;
  margin-top: 22px;
  padding: 24px;
  border: 2px dashed var(--lime-border);
  border-radius: var(--radius);
  background: rgba(17, 17, 17, 0.82);
  text-align: center;
}

.calendly-shell small {
  display: block;
  max-width: 560px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.55);
}

.addon-card {
  display: grid;
  gap: 12px;
  min-height: 190px;
}

.addon-card .btn {
  align-self: end;
  justify-self: start;
  min-height: 52px;
  padding: 0 14px;
  font-size: 0.86rem;
}

.footer {
  padding: 32px 0 calc(44px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--faint);
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.reveal {
  transform: translateY(22px);
  opacity: 0;
  transition: transform 700ms ease, opacity 700ms ease;
}

.reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  transform: translateY(-140%);
  padding: 10px 12px;
  border-radius: var(--radius);
  color: #111111;
  background: var(--lime);
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-grid,
  .grid-2,
  .grid-3,
  .icon-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: grid;
    gap: 10px;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: var(--radius);
    background: rgba(17, 17, 17, 0.98);
    -webkit-overflow-scrolling: touch;
    transition: max-height 240ms ease, padding 240ms ease, border-width 240ms ease;
  }

  .nav-links.is-open {
    max-height: 280px;
    padding: 14px;
    border: 2px solid var(--lime-border);
  }

  .nav-link,
  .nav-links .btn {
    width: 100%;
  }

  .offer-strip,
  .card-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 520px) {
  .wrap,
  .narrow {
    width: min(100% - 24px, 1120px);
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5.5rem);
  }

  .btn {
    width: 100%;
  }

  .button-row {
    width: 100%;
  }

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

  .brand-badge {
    min-width: calc(50% - 4px);
  }
}
