.eira-start-here {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 12vw, 148px) 0 clamp(72px, 10vw, 118px);
  background:
    radial-gradient(circle at 18% 18%, rgba(219, 184, 98, 0.16), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(152, 196, 150, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(5, 20, 14, 0.98), rgba(12, 38, 28, 0.98));
}

[data-theme-mode="day"] .eira-start-here {
  background:
    radial-gradient(circle at 20% 14%, rgba(194, 160, 82, 0.2), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(99, 151, 103, 0.18), transparent 32%),
    linear-gradient(180deg, #edf3df, #d8e8cf);
}

.eira-start-here__aura {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.eira-start-here__container {
  position: relative;
  display: grid;
  gap: clamp(28px, 5vw, 52px);
}

.eira-start-here__hero {
  display: grid;
  grid-template-columns: minmax(160px, 280px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
}

.eira-start-here__guide {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
}

.eira-start-here__guide-glow {
  position: absolute;
  width: min(86vw, 280px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(231, 204, 128, 0.42), transparent 62%),
    radial-gradient(circle, rgba(44, 102, 70, 0.45), transparent 72%);
  filter: blur(2px);
}

.eira-start-here__guide img {
  position: relative;
  width: clamp(154px, 22vw, 220px);
  height: auto;
  border: 2px solid rgba(218, 185, 105, 0.55);
  border-radius: 999px;
  background: rgba(10, 34, 25, 0.68);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
  animation: eira-start-breathe 5.5s ease-in-out infinite;
}

.eira-start-here__intro {
  max-width: 760px;
}

.eira-start-here h1,
.eira-start-here h2,
.eira-start-here h3 {
  letter-spacing: 0;
}

.eira-start-here h1 {
  max-width: 780px;
  margin: 0 0 18px;
  color: var(--color-ivory, #f8f1da);
  font-size: clamp(2.35rem, 6vw, 5.2rem);
  line-height: 0.98;
}

.eira-start-here__intro p,
.eira-start-here__header p,
.eira-start-here__result p,
.eira-start-here__closing p {
  color: rgba(248, 241, 218, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

[data-theme-mode="day"] .eira-start-here h1,
[data-theme-mode="day"] .eira-start-here h2,
[data-theme-mode="day"] .eira-start-here h3 {
  color: #173b2d;
}

[data-theme-mode="day"] .eira-start-here__intro p,
[data-theme-mode="day"] .eira-start-here__header p,
[data-theme-mode="day"] .eira-start-here__result p,
[data-theme-mode="day"] .eira-start-here__closing p {
  color: rgba(23, 59, 45, 0.8);
}

.eira-start-here__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.eira-start-here__panel {
  display: grid;
  gap: 24px;
  padding: clamp(18px, 4vw, 34px);
  border: 1px solid rgba(218, 185, 105, 0.4);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 10%, rgba(218, 185, 105, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(8, 31, 23, 0.92), rgba(15, 56, 39, 0.88));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

[data-theme-mode="day"] .eira-start-here__panel {
  background:
    radial-gradient(circle at 88% 10%, rgba(183, 144, 72, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(239, 246, 225, 0.96), rgba(193, 222, 184, 0.96));
}

.eira-start-here__status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e4c777;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eira-start-here__status span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(218, 185, 105, 0.55);
  border-radius: 999px;
}

.eira-start-here__screen {
  display: grid;
  gap: 22px;
}

.eira-start-here__header {
  max-width: 820px;
}

.eira-start-here__header h2,
.eira-start-here__result h2 {
  margin: 0;
  color: #fff8df;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.eira-start-here__intentions,
.eira-start-here__answers,
.eira-start-here__tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.eira-start-here__intentions button,
.eira-start-here__answers button,
.eira-start-here__tool {
  min-height: 92px;
  border: 1px solid rgba(218, 185, 105, 0.38);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff8df;
  font: inherit;
  font-weight: 800;
  text-align: left;
  line-height: 1.35;
}

.eira-start-here__intentions button,
.eira-start-here__answers button {
  cursor: pointer;
}

.eira-start-here__intentions button:hover,
.eira-start-here__intentions button:focus-visible,
.eira-start-here__answers button:hover,
.eira-start-here__answers button:focus-visible {
  border-color: rgba(231, 204, 128, 0.85);
  background: rgba(42, 112, 73, 0.38);
  outline: none;
}

[data-theme-mode="day"] .eira-start-here__intentions button,
[data-theme-mode="day"] .eira-start-here__answers button,
[data-theme-mode="day"] .eira-start-here__tool {
  background: rgba(255, 255, 255, 0.48);
  color: #173b2d;
}

.eira-start-here__result,
.eira-start-here__recommendations,
.eira-start-here__closing {
  display: grid;
  gap: 14px;
}

.eira-start-here__ethics {
  max-width: 840px;
  padding: 14px 16px;
  border-left: 3px solid rgba(218, 185, 105, 0.75);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.95rem;
}

.eira-start-here__recommendations h3 {
  margin: 0;
  color: #e4c777;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eira-start-here__tool {
  display: grid;
  gap: 8px;
  min-height: 132px;
}

.eira-start-here__tool span {
  color: #e4c777;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eira-start-here__tool strong {
  font-size: 1.08rem;
}

.eira-start-here__back {
  justify-self: start;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #e4c777;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

@keyframes eira-start-breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.02); }
}

@media (max-width: 900px) {
  .eira-start-here__hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .eira-start-here__intro {
    margin: 0 auto;
  }

  .eira-start-here__actions {
    justify-content: center;
  }

  .eira-start-here__intentions,
  .eira-start-here__answers,
  .eira-start-here__tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .eira-start-here {
    padding-top: 84px;
  }

  .eira-start-here__guide {
    min-height: 190px;
  }

  .eira-start-here__panel {
    padding: 16px;
  }

  .eira-start-here__intentions,
  .eira-start-here__answers,
  .eira-start-here__tools {
    grid-template-columns: 1fr;
  }

  .eira-start-here__intentions button,
  .eira-start-here__answers button {
    min-height: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eira-start-here__guide img {
    animation: none;
  }
}
