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

:root {
  --bg: #030303;
  --panel: rgba(14, 14, 14, 0.92);
  --gold: #d8a833;
  --gold2: #f3d36d;
  --text: #f7f3e9;
  --muted: #b8b2a7;
  --line: rgba(216, 168, 51, 0.34);
  --line-soft: rgba(216, 168, 51, 0.17);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 12%, rgba(216, 168, 51, 0.18), transparent 20rem),
    radial-gradient(circle at 18% 25%, rgba(216, 168, 51, 0.07), transparent 18rem),
    linear-gradient(135deg, #000 0%, #050505 58%, #100c04 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.background-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(216, 168, 51, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 168, 51, 0.03) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 82%);
}

.gold-wave {
  position: fixed;
  right: -130px;
  top: 150px;
  width: 760px;
  height: 250px;
  pointer-events: none;
  opacity: 0.25;
  background: repeating-radial-gradient(ellipse at center, transparent 0 13px, rgba(216, 168, 51, 0.32) 14px 15px);
  transform: rotate(-12deg);
  mask-image: linear-gradient(90deg, transparent, #000 35%, transparent);
}

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

.site-header,
main,
.site-footer {
  width: min(1280px, calc(100% - 44px));
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  margin-top: 22px;
  min-height: 68px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.34);
}

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

.brand img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border: 1px solid var(--gold);
  box-shadow: 0 0 24px rgba(216, 168, 51, 0.2);
}

.brand strong {
  display: block;
  color: var(--gold2);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1;
}

.brand span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 800;
  font-size: 14px;
}

.nav-links a {
  color: rgba(247, 243, 233, 0.78);
  transition: color 0.2s ease;
}

.nav-links a:hover { color: var(--gold2); }

.header-button,
.primary-button,
.secondary-button {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-button,
.secondary-button {
  border: 1px solid var(--gold);
  color: var(--gold2);
  background: rgba(216, 168, 51, 0.04);
}

.primary-button {
  border: 1px solid transparent;
  color: #12100a;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  box-shadow: 0 16px 48px rgba(216, 168, 51, 0.22);
  cursor: pointer;
}

.header-button:hover,
.primary-button:hover,
.secondary-button:hover { transform: translateY(-2px); }

.hero {
  min-height: 560px;
  padding: 58px 0 30px;
  display: grid;
  grid-template-columns: 0.95fr 0.82fr;
  gap: 46px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 900;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 22px;
  font-size: clamp(40px, 4.8vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 900;
}

h1 span, h2 span { color: var(--gold2); }

h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

h3 { font-size: 18px; margin-bottom: 9px; }

.hero-text {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 0;
}

.hero-video-card {
  justify-self: center;
  width: min(560px, 100%);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(21,21,21,.92), rgba(6,6,6,.86));
  box-shadow: var(--shadow);
}

.video-title-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
}

.video-title-row strong {
  color: var(--gold2);
}

.hero-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line-soft);
  border-radius: 15px;
  overflow: hidden;
  background: #000;
}

.hero-video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

.hero-video-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.core-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 10px 0 32px;
}

.core-features article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(21,21,21,.92), rgba(6,6,6,.86));
  box-shadow: var(--shadow);
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid var(--gold);
  border-radius: 13px;
  color: var(--gold2);
  font-weight: 900;
}

.core-features p,
.workflow p,
.order-card p,
.pricing-section p {
  color: var(--muted);
  line-height: 1.62;
  font-size: 15px;
}

.dashboard-section { margin-bottom: 32px; }
.section-heading { max-width: 820px; margin-bottom: 20px; }

.dashboard-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.dashboard-shell img {
  display: block;
  width: 100%;
  height: auto;
}

.pricing-section {
  margin-top: 32px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.pricing-grid article {
  padding: 24px;
  border: 1px solid var(--line-soft);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.028);
}

.pricing-grid .featured-plan {
  border-color: var(--gold);
  background: linear-gradient(145deg, rgba(216, 168, 51, 0.18), rgba(255, 255, 255, 0.03));
}

.plan-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  color: var(--gold2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold2);
  font-size: 32px;
  line-height: 1;
}

.zelle-card {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(216, 168, 51, 0.08);
  color: #eadfca;
  line-height: 1.55;
}

.zelle-card h3 {
  color: var(--gold2);
}

.zelle-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 16px 0;
}

.zelle-details div {
  padding: 16px;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
}

.zelle-details span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.zelle-details strong {
  color: var(--gold2);
  font-size: 17px;
  word-break: break-word;
}

.zelle-card small {
  display: block;
  color: var(--muted);
  line-height: 1.55;
}

.workflow {
  margin-top: 32px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.workflow h2 {
  text-align: center;
  margin-bottom: 28px;
}

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

.workflow-steps article {
  padding: 22px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.026);
}

.step-number {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #12100a;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  font-size: 20px;
  font-weight: 900;
}

.order-section {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
}

.order-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

form {
  display: grid;
  gap: 13px;
  margin-top: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: #eadfca;
  font-weight: 800;
  font-size: 14px;
}

input, select, textarea {
  width: 100%;
  border: 1px solid rgba(216, 168, 51, 0.28);
  border-radius: 13px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font: inherit;
  outline: none;
}

select option { background: #111; }

input:focus, select:focus, textarea:focus {
  border-color: var(--gold2);
  box-shadow: 0 0 0 4px rgba(216, 168, 51, 0.12);
}

.full-width {
  width: 100%;
  margin-top: 4px;
}

.site-footer {
  padding: 30px 0 34px;
  color: var(--muted);
  border-top: 1px solid var(--line-soft);
  text-align: center;
}

.site-footer p { margin: 0; font-size: 14px; }

@media (max-width: 1080px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-video-card { justify-self: start; }
  .core-features { grid-template-columns: repeat(2, 1fr); }
  .workflow-steps { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .site-header, main, .site-footer {
    width: min(100% - 26px, 1280px);
  }

  .site-header { padding: 11px; }
  .brand img { width: 48px; height: 48px; }
  .brand span, .header-button { display: none; }
  h1 { font-size: 38px; }

  .hero {
    min-height: auto;
    padding-top: 40px;
    gap: 28px;
  }

  .core-features,
  .workflow-steps,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .workflow,
  .order-card,
  .core-features article,
  .pricing-section {
    padding: 22px;
  }

  .hero-actions { flex-direction: column; }
  .primary-button, .secondary-button { width: 100%; }
}



/* V8 mobile and tablet responsiveness */
.mobile-quick-actions {
  display: none;
}

img,
video {
  max-width: 100%;
}

@media (max-width: 1180px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 34px, 1180px);
  }

  .site-header {
    align-items: center;
  }

  .nav-links {
    gap: 16px;
    font-size: 13px;
  }

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

  .hero-copy {
    max-width: 860px;
  }

  .hero-video-card {
    justify-self: start;
    width: min(720px, 100%);
  }

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

  .core-features article:first-child {
    grid-column: span 2;
  }

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

  .order-section {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
}
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .site-header {
    min-height: 64px;
  }

  .header-button {
    display: inline-flex;
  }

  .mobile-quick-actions {
    width: min(100% - 34px, 1180px);
    margin: 12px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mobile-quick-actions a {
    min-height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--gold2);
    background: rgba(216, 168, 51, 0.055);
    font-weight: 900;
    font-size: 14px;
  }

  .hero {
    padding-top: 34px;
    gap: 30px;
  }

  h1 {
    font-size: clamp(36px, 8vw, 58px);
    line-height: 1.05;
  }

  h2 {
    font-size: clamp(26px, 5vw, 38px);
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-video-card {
    width: 100%;
  }

  .dashboard-shell {
    overflow-x: auto;
  }

  .dashboard-shell img {
    width: 100%;
    min-width: 760px;
  }

  .pricing-section,
  .workflow,
  .order-card {
    padding: 26px;
  }
}

@media (max-width: 680px) {
  .site-header,
  main,
  .site-footer,
  .mobile-quick-actions {
    width: min(100% - 22px, 680px);
  }

  .site-header {
    margin-top: 12px;
    padding: 10px;
    border-radius: 15px;
  }

  .brand {
    gap: 10px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 19px;
  }

  .brand span {
    display: none;
  }

  .header-button {
    display: none;
  }

  .mobile-quick-actions {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 28px;
  }

  h1 {
    font-size: 34px;
    letter-spacing: -0.045em;
  }

  h2 {
    font-size: 27px;
    letter-spacing: -0.028em;
  }

  h3 {
    font-size: 17px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .hero-text,
  .core-features p,
  .workflow p,
  .order-card p,
  .pricing-section p {
    font-size: 14px;
    line-height: 1.62;
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 22px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-height: 46px;
  }

  .hero-video-card {
    padding: 12px;
    border-radius: 16px;
  }

  .video-title-row {
    display: grid;
    gap: 4px;
  }

  .core-features,
  .workflow-steps,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .core-features article:first-child {
    grid-column: auto;
  }

  .core-features article,
  .pricing-section,
  .workflow,
  .order-card {
    padding: 20px;
  }

  .core-features {
    gap: 12px;
    margin-bottom: 24px;
  }

  .dashboard-section,
  .pricing-section,
  .workflow,
  .order-section {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
}

  .dashboard-shell {
    border-radius: 16px;
  }

  .dashboard-shell img {
    min-width: 700px;
  }

  .pricing-grid strong {
    font-size: 27px;
  }

  .zelle-card {
    padding: 16px;
  }

  input,
  select,
  textarea {
    min-height: 46px;
    font-size: 16px;
  }

  textarea {
    min-height: 110px;
  }

  .site-footer {
    padding: 24px 0 28px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 31px;
  }

  .dashboard-shell img {
    min-width: 650px;
  }

  .pricing-grid strong {
    font-size: 24px;
  }
}



/* V10 full-width Request Access panel */
.order-card {
  width: 100%;
}

@media (min-width: 860px) {
  #orderForm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  #orderForm label:nth-last-of-type(1),
  #orderForm .full-width {
    grid-column: 1 / -1;
  }

  #orderForm textarea {
    min-height: 132px;
  }
}

@media (max-width: 859px) {
  #orderForm {
    grid-template-columns: 1fr;
  }
}



/* V11 cleanup */
.video-title-row {
  justify-content: flex-start;
}

.hero-video-card > p {
  display: none;
}
