/* Bold TILT layout with the newer pill actions and rounded product surfaces. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/Inter-SemiBold.woff2") format("woff2");
}

:root {
  --hybrid-ink: #06110e;
  --hybrid-panel: #0d1c18;
  --hybrid-panel-blue: #11172a;
  --hybrid-paper: #f3f0e9;
}

.product-nav { display: none; }

.site-header {
  height: 82px;
  background: rgba(4, 13, 11, .9);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.global-nav {
  width: min(100% - 48px, 1440px);
  height: 82px;
}

.brand { gap: 9px; }
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: transparent;
}
.brand-mark img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}
.brand-name {
  font-family: "Inter", var(--text);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.footer-brand strong {
  font-family: "Inter", var(--text);
  font-weight: 600;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.primary-nav { gap: clamp(26px, 3.2vw, 50px); }
.primary-nav a,
.nav-shop {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nav-shop {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
}

main { padding-top: 82px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(470px, .8fr);
  gap: clamp(48px, 6vw, 100px);
  align-items: center;
  min-height: 820px;
  padding: 130px clamp(24px, 6vw, 96px) 90px;
  color: var(--white);
  background: var(--hybrid-ink);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
  background-size: 70px 70px;
  content: "";
}

.hero-copy {
  position: relative;
  width: auto;
  margin: 0;
  text-align: left;
}

.hero .eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero .eyebrow::before {
  width: 28px;
  height: 1px;
  background: var(--mint);
  content: "";
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(62px, 6.35vw, 106px);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.hero .tile-lede {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-family: var(--text);
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.65;
  letter-spacing: -.02em;
}

.hero .tile-actions { justify-content: flex-start; margin-top: 38px; }

.dashboard-render {
  position: relative;
  width: 100%;
  margin: 0;
  border-radius: 24px;
  background: #091713;
  box-shadow: rgba(0,0,0,.34) 3px 8px 32px;
}

.support-strip {
  min-height: 108px;
  color: var(--black);
  background: var(--mint);
}

.support-strip p { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.support-strip div { color: var(--black); font-size: 18px; font-weight: 700; }

.catalog-intro {
  padding: 120px clamp(24px, 6vw, 96px) 76px;
  background: var(--hybrid-paper);
}

.catalog-intro .tile-copy {
  width: min(100%, 1180px);
  margin: 0 auto;
  text-align: left;
}

.catalog-intro h2 {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: clamp(56px, 6.5vw, 92px);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.catalog-intro .tile-lede {
  max-width: 600px;
  margin: 0;
  font-family: var(--text);
  font-size: 19px;
  line-height: 1.55;
}

.product-grid-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 22px clamp(24px, 6vw, 96px) 110px;
  background: var(--hybrid-paper);
}

.product-grid-shell .product-tile {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 820px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  border-radius: 24px;
  background: var(--hybrid-panel);
}

.product-grid-shell .product-tile-dark { background: var(--hybrid-panel-blue); }

.product-grid-shell .product-render {
  order: -1;
  width: 100%;
  min-height: 410px;
  margin: 0;
  border: 0;
  border-radius: 24px 24px 0 0;
  box-shadow: none;
}

.product-grid-shell .render-content { min-height: 364px; }
.product-grid-shell .tv-stage { height: 364px; }
.product-grid-shell .mini-chart { height: 225px; }

.product-grid-shell .product-copy {
  max-width: none;
  margin: 0;
  padding: 46px;
  text-align: left;
}

.product-grid-shell .product-label { color: var(--mint); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.product-grid-shell .product-copy h2 { font-size: clamp(36px, 3.1vw, 52px); font-weight: 800; line-height: 1; text-transform: uppercase; }
.product-grid-shell .product-copy > p:not(.product-label) { color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.6; }
.product-grid-shell .product-copy .tile-actions { justify-content: flex-start; }

.product-grid-shell .product-listing { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); min-height: 760px; }
.product-grid-shell .product-listing .product-render { grid-row: 1; grid-column: 1; order: 0; height: 100%; min-height: 760px; border-radius: 24px 0 0 24px; }
.product-grid-shell .product-listing .product-copy { grid-row: 1; grid-column: 2; align-self: center; padding: 52px; }
.product-listing .flow-stage { display: flex; min-height: calc(100% - 46px); flex-direction: column; justify-content: center; padding: 38px; }
.product-listing .flow-chart { height: 290px; }

.product-heading-row { display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.product-heading-row .product-label { margin: 0; }
.version-chip { flex: 0 0 auto; padding: 6px 10px; color: var(--hybrid-ink); border-radius: 9999px; background: var(--mint); font-size: 11px; font-weight: 800; line-height: 1; letter-spacing: .08em; text-transform: uppercase; }
.product-feature-list { display: grid; gap: 11px; margin: 28px 0; padding: 0; list-style: none; }
.product-feature-list li { position: relative; padding-left: 22px; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.45; }
.product-feature-list li::before { position: absolute; top: .52em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); content: ""; }
.product-spec-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 24px 0; }
.product-spec-row span { min-width: 0; padding: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 11px; background: rgba(255,255,255,.045); }
.product-spec-row small,.product-spec-row strong { display: block; }
.product-spec-row small { margin-bottom: 5px; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.product-spec-row strong { overflow: hidden; color: var(--white); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.product-grid-shell .product-copy > p.product-availability { margin: 0 0 26px; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.5; }

.flow-product-render { color: var(--white); background: #091713; }
.flow-stage { min-height: 364px; padding: 22px; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 20% 25%; }
.flow-stage-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; color: rgba(255,255,255,.52); font-size: 11px; }
.flow-stage-head strong { display: inline-flex; gap: 7px; align-items: center; color: var(--mint); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.flow-stage-head strong i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.flow-chart { position: relative; height: 180px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); background: rgba(6,17,14,.72); }
.flow-chart svg { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; }
.flow-chart path { fill: none; stroke: var(--mint); stroke-width: 2; vector-effect: non-scaling-stroke; }
.flow-bars { position: absolute; z-index: 1; inset: 0; }
.flow-bars i { position: absolute; left: var(--x); bottom: var(--y); width: 7px; height: var(--h); color: var(--mint); background: currentColor; }
.flow-bars i::before { position: absolute; top: -8px; bottom: -8px; left: 3px; width: 1px; background: currentColor; content: ""; }
.flow-bars i.down { color: #ff6178; }
.flow-buy-label,.flow-ema-label { position: absolute; z-index: 3; padding: 4px 7px; color: #06110e; border-radius: 4px; background: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.flow-buy-label { right: 16%; bottom: 27%; }
.flow-ema-label { top: 15px; left: 14px; color: var(--mint); border: 1px solid rgba(67,232,139,.38); background: rgba(9,23,19,.9); }
.flow-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 10px; }
.flow-metrics span { padding: 11px; border-radius: 11px; background: rgba(255,255,255,.055); }
.flow-metrics small,.flow-metrics b { display: block; }
.flow-metrics small { margin-bottom: 4px; color: rgba(255,255,255,.4); font-size: 9px; }
.flow-metrics b { color: var(--white); font-size: 11px; font-weight: 600; }
.flow-control-row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 11px 13px; border: 1px solid rgba(255,200,87,.42); border-radius: 11px; background: rgba(255,200,87,.08); }
.flow-control-row span small,.flow-control-row span b { display: block; }
.flow-control-row span small { margin-bottom: 3px; color: rgba(255,255,255,.42); font-size: 9px; }
.flow-control-row span b { color: #ffc857; font-size: 11px; }
.flow-control-row > i { color: rgba(255,255,255,.45); font-style: normal; font-size: 10px; }

.process-section {
  padding: 120px clamp(24px, 6vw, 96px);
  color: var(--white);
  background: var(--hybrid-ink);
}

.process-section .tile-copy { text-align: left; margin: 0; }
.process-section .eyebrow { color: var(--mint); }
.process-section h2 { max-width: 720px; font-size: clamp(54px, 6vw, 86px); font-weight: 800; line-height: .94; text-transform: uppercase; }
.process-grid { gap: 16px; width: 100%; max-width: 1280px; }
.process-grid article { min-height: 260px; color: var(--white); border-color: rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.045); }
.process-grid h3 { color: var(--white); }.process-grid p{color:rgba(255,255,255,.56)}.process-grid span{color:var(--mint)}

.psychology-tile {
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(520px,1.15fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  min-height: 780px;
  padding: 110px clamp(24px, 6vw, 96px);
  background: var(--hybrid-panel-blue);
}

.psychology-tile .tile-copy { margin: 0; text-align: left; }
.psychology-tile h2 { font-size: clamp(48px, 5vw, 74px); font-weight: 800; line-height: .96; text-transform: uppercase; }
.psychology-tile .tile-lede { margin: 0; color: rgba(255,255,255,.62); font-family: var(--text); font-size: 18px; line-height: 1.6; }
.psychology-tile .tile-actions { justify-content: flex-start; }
.video-render { width: 100%; min-height: 540px; margin: 0; border-radius: 24px; }

.about-section { padding: 130px clamp(24px, 6vw, 96px); background: var(--hybrid-paper); }
.about-grid { width: min(100%, 1180px); }
.about-grid h2 { font-size: clamp(48px, 5.5vw, 76px); font-weight: 800; line-height: .95; text-transform: uppercase; }

.faq-section { padding: 120px clamp(24px, 6vw, 96px); background: #fff; }
.faq-layout { width: min(100%, 1180px); }
.faq-layout h2 { font-size: clamp(48px, 5vw, 72px); font-weight: 800; line-height: .95; text-transform: uppercase; }
.faq-list details { border-color: rgba(0,0,0,.14); }

.closing-tile {
  padding: 110px clamp(24px, 6vw, 96px);
  color: var(--black);
  background: var(--mint);
}

.closing-tile .eyebrow { color: var(--black); }
.closing-tile h2 { font-size: clamp(54px, 6vw, 88px); font-weight: 800; line-height: .94; text-transform: uppercase; }
.closing-tile h2 span { color: var(--black); }
.closing-tile .button-primary { color: var(--white); background: var(--black); }
.closing-tile .button-secondary { color: var(--black); border-color: var(--black); }

.preview-dialog { border-radius: 24px; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 900px; }
  .dashboard-render { width: min(100%, 760px); justify-self: end; }
  .psychology-tile { grid-template-columns: 1fr; }
  .psychology-tile .tile-copy { max-width: 820px; }
  .video-render { width: min(100%, 860px); }
}

@media (max-width: 840px) {
  .site-header { height: 70px; }
  .global-nav { height: 70px; }
  main { padding-top: 70px; }
  .primary-nav { inset: 70px 0 auto; }
  .brand-mark { width: 38px; height: 38px; border-radius: 7px; }
  .brand-mark img { width: 100%; height: 100%; }
  .brand-name { display: inline; font-size: 16px; }
  .product-grid-shell { grid-template-columns: 1fr; }
  .product-grid-shell .product-tile { min-height: auto; }
  .product-grid-shell .product-render { min-height: 430px; }
  .product-grid-shell .product-listing { display: flex; min-height: auto; }
  .product-grid-shell .product-listing .product-render { width: 100%; height: auto; min-height: 430px; border-radius: 24px 24px 0 0; }
  .product-grid-shell .product-listing .product-copy { padding: 46px; }
  .product-listing .flow-stage { min-height: 384px; padding: 22px; }
  .product-listing .flow-chart { height: 180px; }
  .support-strip { grid-template-columns: 1fr; }
  .support-strip div { flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .brand-name { display: none; }
  .hero { min-height: auto; gap: 70px; padding: 100px 20px 70px; }
  .hero h1 { font-size: clamp(52px, 16vw, 74px); }
  .hero .tile-actions, .product-grid-shell .tile-actions, .psychology-tile .tile-actions { align-items: flex-start; }
  .support-strip { padding: 30px 20px; }
  .catalog-intro { padding: 90px 20px 58px; }
  .catalog-intro h2 { font-size: 54px; }
  .product-grid-shell { padding: 16px 16px 80px; }
  .product-grid-shell .product-copy { padding: 34px 26px 40px; }
  .product-grid-shell .product-listing .product-copy { padding: 34px 26px 40px; }
  .product-spec-row { grid-template-columns: 1fr; }
  .product-spec-row strong { white-space: normal; }
  .flow-stage { padding: 16px; }
  .flow-control-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .product-grid-shell .product-render { min-height: 390px; }
  .process-section, .psychology-tile, .about-section, .faq-section, .closing-tile { padding-inline: 20px; }
  .process-section h2, .psychology-tile h2, .about-grid h2, .faq-layout h2, .closing-tile h2 { font-size: 48px; }
  .video-render { min-height: 460px; }
}
