:root {
  --bg-main: #120a12;
  --bg-elevated: #1f1120;
  --bg-light: #f7f2f6;
  --text-main: #f5eef4;
  --text-muted: #c9b3c8;
  --ink: #2b1a29;
  --accent: #ff9e6d;
  --accent-soft: #ffd0b4;
  --line: rgba(255, 255, 255, 0.1);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
    color: var(--text-main);
    /*background: var(--bg-main);  
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.6;*/
}
.bgMain {
    background: var(--bg-main);
}

h1, h2, h3, h4 {
  font-family: "Sora", "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
}

.hero-wrap {
  min-height: 86vh;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 34%, rgba(255, 158, 109, 0.24), transparent 42%),
    linear-gradient(120deg, rgba(18, 10, 18, 0.92) 18%, rgba(31, 16, 30, 0.82) 56%, rgba(38, 20, 34, 0.62) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 5.6rem 0 4.8rem;
}

.product-logo-wrap {
    display: inline-block;
    margin-bottom: 1rem;
    border-radius: 18px;
    padding: 0.156rem;
    background: linear-gradient(145deg, rgba(255, 208, 180, 0.44), rgba(255, 158, 109, 0.18));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38), 0 0 28px rgba(255, 158, 109, 0.2);
}

.product-logo {
  display: block;
  width: clamp(180px, 28vw, 290px);
  border-radius: 14px;
  border: 1px solid rgba(255, 208, 180, 0.36);
}

.eyebrow {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
  color: var(--accent-soft);
  font-weight: 700;
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

.hero-copy {
  max-width: 62ch;
  color: #dfc9dd;
  font-size: 1.05rem;
}

.btn-glow {
  background: linear-gradient(135deg, #ff8f5a, #ffc29d);
  border: 0;
  color: #341b24;
  font-weight: 700;
}

.btn-glow:hover {
  background: linear-gradient(135deg, #ffab7e, #ffd6bb);
  color: #341b24;
}

.section-dark,
.section-light,
.section-story,
.section-cta { padding: 5.3rem 0; }

.section-overview {
  background: linear-gradient(180deg, #140b14, #221225 72%, #170e18);
}

.section-dark h2,
.section-dark p,
.section-story h2,
.section-story p { color: var(--text-main); }

.section-dark p { color: var(--text-muted); }

.lead-copy {
  font-size: 1.04rem;
  line-height: 1.75;
  color: #d8bfd4;
}

.chip-row {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1rem;
}

.chip {
  width: fit-content;
  background: rgba(255, 158, 109, 0.14);
  border: 1px solid rgba(255, 158, 109, 0.34);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  color: #ffd9c2;
  font-weight: 600;
}

.overview-visual {
  width: min(560px, 100%);
  margin-left: auto;
  border-radius: 20px;
  padding: 0.42rem;
  background: linear-gradient(145deg, rgba(255, 208, 180, 0.38), rgba(255, 158, 109, 0.1));
  box-shadow: 0 20px 40px rgba(13, 7, 14, 0.44), 0 0 30px rgba(255, 158, 109, 0.14);
}

.split-image {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.section-light { background: var(--bg-light); }

.section-intro {
  max-width: 64ch;
  margin: 0.8rem auto 0;
  color: #5d465a;
}

.cap-card {
  background: #fff;
  border: 1px solid rgba(80, 41, 69, 0.12);
  border-radius: 14px;
  padding: 1.15rem 1.05rem 1.05rem;
  height: 100%;
  box-shadow: 0 12px 24px rgba(65, 34, 58, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  position: relative;
  overflow: hidden;
}

.cap-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(65, 34, 58, 0.14);
  border-color: rgba(255, 158, 109, 0.38);
}

.cap-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 12%, rgba(255, 158, 109, 0.16), transparent 42%);
  pointer-events: none;
}

.cap-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: rgba(255, 158, 109, 0.16);
  border: 1px solid rgba(255, 158, 109, 0.32);
  color: #874c2f;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.cap-card h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
  color: #4a273e;
}

.cap-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #6f5970;
}

.section-blocks {
  background:
    radial-gradient(circle at 10% 30%, rgba(255, 158, 109, 0.16), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(150, 222, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #110915 8%, #1a0f1e 46%, #130915 100%);
  position: relative;
  overflow: hidden;
}

.section-blocks::before,
.section-blocks::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.section-blocks::before {
  width: 320px;
  height: 320px;
  top: -110px;
  right: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 158, 109, 0.2), rgba(255, 158, 109, 0));
}

.section-blocks::after {
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.22;
}

.section-blocks .container {
  position: relative;
  z-index: 1;
}

.blocks-intro {
  max-width: 60ch;
  margin: 0.9rem auto 0;
  color: #dcc4d8;
  font-size: 1rem;
  line-height: 1.75;
}

.blocks-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1rem;
}

.blocks-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.38rem 0.82rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #f8d9c7;
  border: 1px solid rgba(255, 158, 109, 0.35);
  background: linear-gradient(145deg, rgba(255, 158, 109, 0.16), rgba(255, 158, 109, 0.04));
}

.engine-flow {
  position: relative;
  display: grid;
  gap: 1.1rem;
  max-width: 980px;
  margin: 0 auto;
}

.engine-flow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  bottom: 20px;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(255, 158, 109, 0), rgba(255, 158, 109, 0.65), rgba(150, 222, 255, 0.5), rgba(255, 158, 109, 0));
  z-index: 0;
}

.engine-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 0.9rem;
  background: linear-gradient(160deg, rgba(34, 18, 34, 0.86), rgba(16, 8, 17, 0.9));
  border: 1px solid rgba(255, 158, 109, 0.24);
  border-radius: 18px;
  padding: 0.78rem;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.32);
}

.engine-step:nth-child(even) {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) 74px;
}

.engine-step:nth-child(even) .engine-node { order: 3; }
.engine-step:nth-child(even) .engine-image-wrap { order: 2; }
.engine-step:nth-child(even) .engine-content { order: 1; text-align: right; }

.engine-node {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-weight: 800;
  color: #2c1822;
  background: linear-gradient(135deg, #ffceaf, #ff9e6d);
  box-shadow: 0 0 0 6px rgba(255, 158, 109, 0.16), 0 10px 18px rgba(0, 0, 0, 0.28);
  justify-self: center;
}

.engine-image-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 158, 109, 0.25);
  min-height: 132px;
}

.engine-image-wrap img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  display: block;
  transition: transform 340ms ease;
}

.engine-step:hover .engine-image-wrap img { transform: scale(1.05); }

.engine-content {
  padding: 0.15rem 0.25rem;
}

.engine-content h3 {
  font-size: 1.04rem;
  margin-bottom: 0.36rem;
  color: #ffd2b8;
}

.engine-content p {
  margin: 0;
  color: #c8adc3;
  font-size: 0.92rem;
}

.media-block {
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  position: relative;
  isolation: isolate;
}

.dark-block {
  background: linear-gradient(170deg, rgba(37, 20, 37, 0.8), rgba(18, 9, 19, 0.84));
  border: 1px solid rgba(255, 158, 109, 0.25);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
}

.dark-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 158, 109, 0.16), transparent 48%);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

.media-block img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 340ms ease, filter 340ms ease;
}

.media-block:hover img {
  transform: scale(1.06);
  filter: saturate(1.1) contrast(1.04);
}

.media-tag {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  color: var(--accent-soft);
  font-weight: 700;
}

.media-block.tall img,
.media-block.short img { height: 250px; }

.media-copy {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 1.1rem;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.media-copy h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
  color: #ffd2b8;
}

.media-copy p {
  margin: 0;
  color: #c8adc3;
  font-size: 0.92rem;
}

.media-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.4), 0 0 28px rgba(255, 158, 109, 0.12);
}

.section-story {
  background:
    radial-gradient(circle at 76% 36%, rgba(255, 158, 109, 0.2), transparent 44%),
    radial-gradient(circle at 16% 62%, rgba(193, 103, 79, 0.14), transparent 36%),
    linear-gradient(120deg, #120914 18%, #27162b 58%, #352136 100%);
}

.story-lead {
  color: #dac1d6;
  font-size: 1.03rem;
  line-height: 1.7;
}

.story-card {
  background: rgba(27, 13, 27, 0.74);
  border: 1px solid rgba(255, 158, 109, 0.24);
  border-radius: 14px;
  padding: 1.15rem;
  height: 100%;
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.26), 0 0 20px rgba(255, 158, 109, 0.14);
}

.story-kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  font-weight: 700;
  color: #ffd3b9;
}

.story-card h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  color: #ffd5be;
}

.story-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #d0b3c8;
}

.section-cta {
  background:
    radial-gradient(circle at 50% 62%, rgba(255, 158, 109, 0.14), transparent 44%),
    #110813;
}

.cta-panel-center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 2.2rem 1.5rem;
  border: 1px solid rgba(255, 158, 109, 0.24);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(31, 14, 28, 0.78), rgba(22, 11, 20, 0.74));
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.28), 0 0 26px rgba(255, 158, 109, 0.14);
}

.cta-panel-center h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.85rem);
  color: var(--text-main);
  margin-bottom: 0.75rem;
}

.cta-panel-center p {
  color: #c9afc2;
  font-size: 1.04rem;
}

.section-faq {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 158, 109, 0.12), transparent 42%),
    #150b16;
  padding: 5.3rem 0;
}

.faq-intro {
  color: #c7aec3;
  font-size: 1rem;
  max-width: 52ch;
  margin: 0 auto;
}

.faq-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-shell {
  border: 1px solid rgba(255, 158, 109, 0.2);
  border-radius: 14px;
  padding: 0.2rem 1rem;
  background: rgba(28, 14, 30, 0.42);
}

.faq-item:first-child { border-top: 1px solid rgba(255, 255, 255, 0.08); }

.faq-btn {
  background: transparent;
  color: #f1e3ef;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem 0.25rem;
  box-shadow: none !important;
}

.faq-btn:not(.collapsed) {
  color: var(--accent-soft);
  background: transparent;
}

.faq-btn:hover { color: #fff; }

.faq-btn::after { filter: invert(1) brightness(1.4); }

.faq-body {
  color: #c2a8be;
  font-size: 0.96rem;
  line-height: 1.75;
  padding: 0 0.25rem 1.25rem;
}

@media (max-width: 991px) {
  .hero-wrap { min-height: 74vh; }
  .hero-content { padding-top: 4.5rem; }
  .overview-visual {
    width: min(620px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .section-dark,
  .section-light,
  .section-story,
  .section-cta,
  .section-faq { padding: 3.8rem 0; }

  .hero-copy { font-size: 1rem; }
  .overview-visual { border-radius: 14px; padding: 0.3rem; }
  .split-image { border-radius: 12px; aspect-ratio: 4 / 3; }
  .media-block img,
  .media-block.tall img,
  .media-block.short img { height: 210px; }
  .engine-flow::before {
    left: 24px;
    transform: none;
  }
  .engine-step,
  .engine-step:nth-child(even) {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.7rem;
    padding: 0.7rem;
  }
  .engine-step .engine-node,
  .engine-step:nth-child(even) .engine-node {
    order: 1;
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
    box-shadow: 0 0 0 4px rgba(255, 158, 109, 0.16), 0 8px 14px rgba(0, 0, 0, 0.24);
  }
  .engine-step .engine-image-wrap,
  .engine-step:nth-child(even) .engine-image-wrap {
    order: 2;
    grid-column: 2;
    min-height: 122px;
  }
  .engine-step .engine-content,
  .engine-step:nth-child(even) .engine-content {
    order: 3;
    grid-column: 2;
    text-align: left;
    padding-top: 0.3rem;
  }
  .engine-image-wrap img {
    height: 122px;
  }
  .blocks-intro { font-size: 0.95rem; }
  .blocks-chip {
    font-size: 0.7rem;
    padding: 0.34rem 0.7rem;
  }
  .cta-panel-center { padding: 1.4rem 1rem; }
  .faq-shell { padding: 0.1rem 0.7rem; }
  .faq-btn { font-size: 0.95rem; }
}
