/*
  Section stylesheet for website-specific page sections.
  Use this file for hero, product, specs, FAQ, and contact section styling.
  Do not store customer data, CRM data, emails, secrets, or private company records here.
*/

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 42px);
  align-items: center;
  justify-items: center;
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(42px, 6vw, 72px);
  background:
    radial-gradient(circle at 88% 16%, rgba(216, 114, 36, 0.16), transparent 34%),
    radial-gradient(circle at 18% 90%, rgba(22, 108, 120, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 247, 239, 0.96));
  background-size: 120% 120%, 140% 140%, 100% 100%;
  animation: section-glow 24s ease-in-out infinite alternate;
  color: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  right: 4vw;
  top: 5vw;
  width: min(36vw, 440px);
  aspect-ratio: 1;
  pointer-events: none;
  background: radial-gradient(circle, rgba(216, 114, 36, 0.2), transparent 68%);
  filter: blur(4px);
  animation: light-float 18s ease-in-out infinite alternate;
}

.hero > * {
  position: relative;
}

.hero > picture {
  grid-column: 1 / -1;
  grid-row: 2;
  width: min(100%, 1760px);
  min-width: 0;
}

.hero-proof-band {
  grid-column: 1 / -1;
  grid-row: 3;
  width: min(100%, 1760px);
  margin-top: clamp(-18px, -1.1vw, -10px);
}

.hero-media {
  width: 100%;
  height: auto;
  border: 1px solid rgba(31, 28, 24, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
}

.hero-media:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 34px 86px rgba(48, 35, 20, 0.16);
}

.hero-finish-media {
  aspect-ratio: 10475 / 2048;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
  background: rgba(255, 255, 255, 0.74);
}

.hero-inner {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 1760px);
  text-align: center;
}

.hero h1 {
  width: 100%;
  max-width: none;
  font-size: clamp(3.4rem, 5.8vw, 6.8rem);
  white-space: normal;
}

.hero-copy,
.hero-note {
  max-width: 570px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.55;
}

.hero-note {
  max-width: 860px;
  color: var(--ink);
  font-weight: 800;
}

.value-badges {
  justify-content: center;
  margin-top: 22px;
}

.hero-actions {
  margin-top: 28px;
  justify-content: center;
}

.hero-status {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.motion-strip {
  overflow: hidden;
  padding: 14px 0;
  background: var(--ink);
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.header-motion {
  margin-top: 0;
  padding: 9px 0;
  border-top: 0;
}

.motion-track {
  display: flex;
  width: max-content;
  gap: 34px;
  animation: motion-scroll 34s linear infinite;
}

.motion-strip:hover .motion-track {
  animation-play-state: paused;
}

.motion-track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.motion-track span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(216, 114, 36, 0.82);
}

@keyframes motion-scroll {
  to {
    transform: translateX(-50%);
  }
}

@keyframes section-glow {
  0% {
    background-position: 0% 0%, 100% 100%, 0 0;
  }

  100% {
    background-position: 100% 38%, 0% 12%, 0 0;
  }
}

@keyframes light-float {
  0% {
    transform: translate3d(-3%, -2%, 0) scale(0.96);
    opacity: 0.78;
  }

  100% {
    transform: translate3d(4%, 3%, 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes surface-shine {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-track {
    animation: none;
    transform: none;
  }

  .hero,
  .human-section,
  .workflow-card,
  .feature-card,
  .demo-card,
  .status-panel,
  .audience-panel,
  .audience-card,
  .cred-card,
  .technical-highlight,
  .product-visual,
  .evidence-card,
  .human-image-grid picture,
  .proof-item,
  .quality-card,
  .price-standard-note,
  .price-strip > div,
  .field-band picture,
  .steps-panel,
  .newsletter-band,
  .preorder-section,
  details,
  .field-band::before,
  .preorder-section::before,
  .newsletter-band::before {
    animation: none;
  }

  .hero-media:hover,
  .workflow-card:hover,
  .feature-card:hover,
  .demo-card:hover,
  .status-panel:hover,
  .audience-panel:hover,
  .audience-card:hover,
  .cred-card:hover,
  .technical-highlight:hover,
  .product-visual:hover,
  .evidence-card:hover,
  .human-image-grid picture:hover,
  .proof-item:hover,
  .quality-card:hover,
  .price-standard-note:hover,
  .price-strip > div:hover,
  .field-band picture:hover,
  .steps-panel:hover,
  .newsletter-band:hover,
  .preorder-section:hover,
  details:hover,
  .demo-photo-card:hover img,
  .field-band picture:hover img,
  .product-visual:hover img,
  .human-image-grid picture:hover img {
    transform: none;
  }
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(54px, 7vw, 86px);
  background: var(--paper);
}

.hero .proof-band {
  padding: 0;
  background: transparent;
}

.proof-item {
  min-height: 120px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--shine);
  box-shadow: 0 18px 50px rgba(48, 35, 20, 0.06);
}

.hero .proof-item {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(251, 247, 239, 0.76)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 58px rgba(48, 35, 20, 0.08);
}

.proof-item strong {
  display: block;
  color: var(--orange-dark);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
}

.proof-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.split,
.technical-section,
.demo-section,
.faq-section {
  background: var(--white);
}

.workflow-section,
.feature-section,
.experience-section,
.status-section,
.quality-section,
.price-section {
  background: var(--paper);
}

.quality-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(22, 108, 120, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(251, 247, 239, 0.96), rgba(255, 255, 255, 0.86));
}

.quality-heading {
  width: 100%;
  max-width: 1180px;
}

.quality-card {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 30px);
  text-align: left;
}

.quality-media {
  display: grid;
  gap: 16px;
}

.quality-media .button {
  justify-self: start;
}

.quality-preview {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow: hidden;
  cursor: zoom-in;
  line-height: 0;
  text-decoration: none;
}

.quality-preview img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4894 / 2048;
  object-fit: cover;
}

.quality-preview span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(31, 28, 24, 0.72);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(31, 28, 24, 0.18);
}

.quality-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quality-copy {
  max-width: 760px;
}

.quality-copy p {
  margin: 12px 0 0;
}

.evidence-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 114, 36, 0.12), transparent 25rem),
    radial-gradient(circle at 14% 86%, rgba(22, 108, 120, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 247, 239, 0.98));
}

.evidence-heading {
  width: 100%;
  max-width: 1180px;
}

.evidence-heading h2 {
  max-width: 820px;
}

.evidence-heading p:not(.section-kicker) {
  max-width: 900px;
  font-weight: 650;
}

.evidence-card {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(12px, 2vw, 18px);
  border: 1px solid rgba(216, 114, 36, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(251, 247, 239, 0.74)),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(48, 35, 20, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.evidence-card:hover {
  transform: translateY(-5px);
  border-color: rgba(216, 114, 36, 0.48);
  box-shadow: 0 32px 86px rgba(48, 35, 20, 0.14);
}

.evidence-preview {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.evidence-preview img {
  aspect-ratio: 1091 / 998;
}

.evidence-downloads {
  width: 100%;
  max-width: 1320px;
  margin: clamp(18px, 3vw, 28px) auto 0;
}

.evidence-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  gap: clamp(14px, 2vw, 26px);
}

.evidence-comparison-preview {
  padding: clamp(10px, 1.4vw, 16px);
  border: 1px solid rgba(216, 114, 36, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(251, 247, 239, 0.74)),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(48, 35, 20, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.evidence-comparison-preview:hover {
  transform: translateY(-5px);
  border-color: rgba(216, 114, 36, 0.48);
  box-shadow: 0 32px 86px rgba(48, 35, 20, 0.14);
}

.evidence-comparison-preview img {
  border-radius: 6px;
  aspect-ratio: 1091 / 998;
}

.evidence-comparison-arrow {
  display: grid;
  place-items: center;
  width: clamp(40px, 5vw, 58px);
  height: clamp(40px, 5vw, 58px);
  border: 1px solid rgba(216, 114, 36, 0.32);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(251, 247, 239, 0.82)),
    rgba(255, 255, 255, 0.86);
  color: var(--orange-dark);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 40px rgba(48, 35, 20, 0.1);
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: stretch;
  background: rgba(31, 28, 24, 0.82);
}

.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
}

.image-lightbox-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 0;
  padding: clamp(14px, 2vw, 24px);
}

.image-lightbox-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-bottom: 12px;
}

.image-lightbox-control,
.image-lightbox-close {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.image-lightbox-close {
  background: var(--orange);
  color: var(--white);
}

.image-lightbox-stage {
  min-width: 0;
  min-height: 0;
  overflow: auto;
  display: grid;
  place-items: center;
  padding: 12px;
  cursor: grab;
  overscroll-behavior: contain;
  touch-action: none;
  user-select: none;
}

.image-lightbox-stage:active {
  cursor: grabbing;
}

.image-lightbox-stage img {
  display: block;
  max-width: 94vw;
  max-height: 82vh;
  transform: translate3d(var(--lightbox-x, 0), var(--lightbox-y, 0), 0) scale(var(--lightbox-scale, 1));
  transform-origin: center center;
  transition: transform 160ms ease;
  user-select: none;
  -webkit-user-drag: none;
}

body.lightbox-open {
  overflow: hidden;
}

.price-section {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 114, 36, 0.11), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(251, 247, 239, 0.96));
}

.price-heading {
  margin-inline: auto;
  text-align: center;
}

.price-heading h2 {
  max-width: none;
  margin-inline: auto;
}

.price-heading p {
  margin-inline: auto;
}

.price-bars {
  display: grid;
  gap: 18px;
  width: min(100%, 760px);
  margin: clamp(28px, 5vw, 52px) auto 0;
}

.price-bar {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  text-align: left;
}

.price-bar-label {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-bar-track {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), var(--shadow-card);
  overflow: hidden;
}

.price-bar-track span {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 7px;
  color: var(--white);
  font-weight: 900;
  white-space: nowrap;
  background: linear-gradient(135deg, rgba(31, 28, 24, 0.78), rgba(111, 103, 95, 0.72));
}

.price-bar-track span::after {
  content: "";
  position: absolute;
  inset: -70% auto -70% -42%;
  width: 32%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  transform: rotate(18deg);
  animation: price-bar-shine 3.6s ease-in-out infinite;
}

.price-bar-lion .price-bar-track span {
  width: 42%;
  min-width: 180px;
  background: var(--orange-shine);
  box-shadow: 0 14px 30px rgba(216, 114, 36, 0.24);
}

.price-bar-lion .price-bar-track span::after {
  animation-delay: 0.45s;
}

@keyframes price-bar-shine {
  0%,
  34% {
    transform: translateX(0) rotate(18deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  82%,
  100% {
    transform: translateX(460%) rotate(18deg);
    opacity: 0;
  }
}

.price-foot {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.price-standard-note {
  width: min(100%, 760px);
  margin: clamp(28px, 5vw, 46px) auto 0;
  padding: clamp(22px, 4vw, 34px);
  text-align: center;
}

.price-standard-note h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.price-standard-note p {
  margin: 14px auto 0;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.65;
}

.workflow-section,
.feature-section,
.human-section,
.demo-section {
  text-align: center;
}

.workflow-grid,
.feature-grid,
.human-image-grid,
.demo-grid,
.audience-grid {
  width: min(100%, 1180px);
  margin-inline: auto;
}

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

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.feature-card {
  flex: 1 1 320px;
  max-width: 384px;
}

.section-copy,
.field-copy,
.experience-copy {
  max-width: 620px;
  text-align: left;
}

.section-copy p:not(.section-kicker),
.field-copy p:not(.section-kicker),
.experience-copy p:not(.section-kicker) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.section-heading {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto clamp(30px, 5vw, 54px);
  text-align: left;
}

.section-heading > .section-kicker {
  width: max-content;
  max-width: calc(100vw - clamp(36px, 10vw, 144px));
  margin: 0 0 14px calc((100% - 100vw + clamp(36px, 10vw, 144px)) / 2);
  text-align: left;
}

.section-heading p:not(.section-kicker) {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.price-section .section-heading,
.workflow-section .section-heading,
.feature-section .section-heading,
.human-section .section-heading,
.demo-section .section-heading {
  text-align: center;
}

.price-section .section-heading h2,
.workflow-section .section-heading h2,
.feature-section .section-heading h2,
.human-section .section-heading h2,
.demo-section .section-heading h2,
.audience-panel h2 {
  max-width: none;
  margin-inline: auto;
}

.faq-section .section-heading h2 {
  max-width: none;
  white-space: nowrap;
}

.price-section .section-heading h2 span,
.demo-section .section-heading h2 span,
.audience-panel h2 span {
  display: block;
}

.price-section .section-heading p:not(.section-kicker),
.workflow-section .section-heading p:not(.section-kicker),
.feature-section .section-heading p:not(.section-kicker),
.human-section .section-heading p:not(.section-kicker),
.demo-section .section-heading p:not(.section-kicker),
.audience-panel p:not(.section-kicker) {
  margin-inline: auto;
  text-align: center;
}

.product-visual,
.field-band picture {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-visual img,
.field-band img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.workflow-card,
.feature-card,
.demo-card,
.status-panel,
.audience-panel,
.audience-card,
.cred-card,
.technical-highlight,
.product-visual,
.human-image-grid picture,
.proof-item,
.quality-card,
.price-standard-note,
.price-strip > div,
.field-band picture,
.steps-panel,
.newsletter-band,
.preorder-section,
details {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--shine);
  background-size: 180% 180%;
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  animation: surface-shine 18s ease-in-out infinite alternate;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.workflow-card:hover,
.feature-card:hover,
.demo-card:hover,
.status-panel:hover,
.audience-panel:hover,
.audience-card:hover,
.cred-card:hover,
.technical-highlight:hover,
.product-visual:hover,
.human-image-grid picture:hover,
.proof-item:hover,
.quality-card:hover,
.price-standard-note:hover,
.price-strip > div:hover,
.field-band picture:hover,
.steps-panel:hover,
.newsletter-band:hover,
.preorder-section:hover,
details:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 114, 36, 0.34);
  box-shadow: 0 28px 64px rgba(48, 35, 20, 0.12), 0 0 0 1px rgba(216, 114, 36, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  filter: saturate(1.03);
}

.workflow-card {
  position: relative;
  min-height: 168px;
  padding: 22px;
  text-align: center;
}

.workflow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -8px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(216, 114, 36, 0.42);
  border-right: 2px solid rgba(216, 114, 36, 0.42);
  background: var(--white);
  transform: rotate(45deg);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  margin-inline: auto;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
}

.workflow-card p,
.feature-card p,
.demo-card p,
.status-panel p:not(.section-kicker),
.audience-panel p:not(.section-kicker) {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.feature-card,
.demo-card {
  min-height: 230px;
  padding: 28px;
  text-align: center;
}

.demo-photo-card {
  overflow: hidden;
  padding: 0;
}

.demo-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid var(--line);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease;
}

.demo-photo-card:hover img,
.field-band picture:hover img,
.product-visual:hover img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.02);
}

.demo-photo-card .demo-label,
.demo-photo-card h3,
.demo-photo-card p {
  margin-left: auto;
  margin-right: auto;
}

.demo-photo-card .demo-label {
  margin-top: 24px;
  width: max-content;
  max-width: calc(100% - 56px);
}

.demo-photo-card p {
  margin-bottom: 28px;
  max-width: calc(100% - 56px);
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 30px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.85), transparent 0.22rem),
    linear-gradient(135deg, rgba(216, 114, 36, 0.22), rgba(168, 77, 22, 0.1));
  border: 1px solid rgba(216, 114, 36, 0.24);
}

.feature-card[data-symbol="diamond"]::before {
  clip-path: polygon(50% 12%, 88% 50%, 50% 88%, 12% 50%);
}

.feature-card[data-symbol="circle"]::before {
  border-radius: 50%;
}

.feature-card[data-symbol="hex"]::before {
  clip-path: polygon(25% 8%, 75% 8%, 100% 50%, 75% 92%, 25% 92%, 0 50%);
}

.feature-card[data-symbol="spark"]::before {
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}

.feature-card[data-symbol="ring"]::before {
  border: 8px solid rgba(216, 114, 36, 0.32);
  background: rgba(255, 255, 255, 0.7);
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.56), transparent 38%);
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.technical-section {
  background:
    radial-gradient(circle at 85% 10%, rgba(216, 114, 36, 0.1), transparent 25rem),
    var(--white);
}

.technical-shell {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 237, 0.72)),
    var(--white);
  box-shadow: var(--shadow-card);
}

.technical-intro {
  margin-bottom: clamp(30px, 5vw, 56px);
}

.technical-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(20px, 4vw, 34px);
}

.technical-highlight {
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--shine);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.technical-card {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.technical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  border-top: 0;
}

.technical-card:nth-child(odd) {
  padding-left: clamp(22px, 3vw, 30px);
  border-right: 1px solid var(--line);
}

.technical-card:nth-child(even) {
  padding-right: clamp(22px, 3vw, 30px);
}

.technical-card .check-list {
  margin-top: 18px;
  gap: 10px;
}

.technical-card .check-list li {
  color: var(--muted);
}

.technical-note {
  margin: clamp(22px, 4vw, 34px) 0 clamp(26px, 4vw, 44px);
}

.field-band {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
  background: var(--white);
  color: var(--ink);
}

.field-band::before,
.preorder-section::before,
.newsletter-band::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: min(44vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 114, 36, 0.16), transparent 68%);
  filter: blur(2px);
  animation: light-float 20s ease-in-out infinite alternate;
}

.field-band::before {
  left: -12vw;
  top: -12vw;
}

.field-band > *,
.preorder-section > *,
.newsletter-band > * {
  position: relative;
}

.human-section {
  background:
    radial-gradient(circle at 15% 18%, rgba(216, 114, 36, 0.08), transparent 24rem),
    var(--white);
  background-size: 130% 130%, 100% 100%;
  animation: section-glow 26s ease-in-out infinite alternate;
}

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

.human-image-grid picture {
  display: block;
  overflow: hidden;
  background: var(--white);
}

.human-image-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.human-image-grid picture:hover img {
  transform: scale(1.035);
}

.cred-grid {
  gap: 12px;
}

.cred-card {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  color: var(--ink);
  font-weight: 900;
}

.cred-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(216, 114, 36, 0.28);
  border-radius: 8px;
  background: var(--soft);
  font-size: 1.15rem;
}

.demo-label {
  margin-bottom: 28px;
}

.status-panel,
.audience-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 28px;
  text-align: center;
}

.status-panel > .section-kicker,
.audience-panel > .section-kicker {
  width: 100%;
  max-width: none;
  margin: 0 0 18px;
  text-align: left;
}

.status-panel h2,
.audience-panel h2 {
  width: min(100%, 860px);
  margin: 0 auto;
  text-align: center;
}

.status-panel p:not(.section-kicker),
.audience-panel p:not(.section-kicker) {
  width: min(100%, 760px);
  margin: 18px auto 0;
  text-align: center;
}

.status-panel-wide {
  grid-column: 1 / -1;
}

.status-note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.audience-grid {
  margin-top: 22px;
}

.audience-card {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  padding: 0;
}

.audience-card img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  transform: scale(1.02);
}

.audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(31, 28, 24, 0.04), rgba(31, 28, 24, 0.68)),
    radial-gradient(circle at 85% 15%, rgba(216, 114, 36, 0.28), transparent 32%);
}

.audience-card::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  clip-path: polygon(36% 28%, 36% 72%, 72% 50%);
}

.audience-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.preorder-section {
  position: relative;
  overflow: hidden;
  background: var(--soft);
}

.preorder-actions {
  justify-content: center;
  margin-top: 30px;
}

.preorder-section::before {
  right: -16vw;
  bottom: -18vw;
}

.steps-panel {
  border-left: 2px solid rgba(216, 114, 36, 0.5);
  padding-left: clamp(22px, 4vw, 40px);
  text-align: left;
  animation: none;
  transform: none;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.steps-panel:hover {
  transform: none;
  border-color: rgba(31, 28, 24, 0.12);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  filter: none;
}

.steps-panel ol {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps-panel li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 54px;
}

.steps-panel li::before {
  content: counter(steps, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
}

.steps-panel span {
  color: var(--ink);
  line-height: 1.45;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.newsletter-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  justify-content: stretch;
  justify-items: start;
  gap: clamp(22px, 4vw, 34px);
  align-items: end;
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)),
    url("../assets/images/lion-timing-newsletter-page-background-2026-06-19.png") center / cover no-repeat;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  text-align: left;
}

.newsletter-band::before {
  right: -16vw;
  top: -18vw;
}

.newsletter-band > div {
  max-width: 760px;
}

.newsletter-band h2 {
  color: var(--ink);
}

.newsletter-band p {
  color: var(--muted);
}

.newsletter-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(100%, 480px);
  justify-self: end;
  align-self: end;
}

.newsletter-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.newsletter-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 15px;
  background: var(--white);
  color: var(--ink);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.newsletter-form .button {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 72px;
  padding: 0 clamp(24px, 3vw, 36px);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  white-space: normal;
  line-height: 1.15;
  box-shadow: 0 22px 46px rgba(216, 114, 36, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.newsletter-form .button::after {
  content: "";
  position: absolute;
  inset: -70% auto -70% -42%;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  transform: rotate(18deg);
  animation: price-bar-shine 3.4s ease-in-out infinite;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px clamp(18px, 5vw, 72px);
  background: var(--paper);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.footer-brand,
.footer-brand .brand {
  color: var(--ink);
}
