.symptoms article {
  padding: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(9, 43, 51, 0.06);
  transition: transform .22s ease, box-shadow .22s ease;
}

.symptoms article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(9, 43, 51, 0.11);
}

.symptoms article img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef3f1;
}

.symptom-copy {
  padding: 1.35rem 1.4rem 1.5rem;
}

.symptoms .symptom-copy h3 {
  margin-top: .65rem;
}

@media (max-width: 600px) {
  .symptoms article { padding: 0; }
  .symptom-copy { padding: 1.2rem; }
}

.hero-media {
  background: #061f27 url('hero.png') center / cover no-repeat;
  overflow: hidden;
  pointer-events: none;
}

.hero-media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 56.25vh);
  height: max(177.78vw, 100vh);
  border: 0;
  transform: translate(-50%, -50%);
}

.bonus-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25rem;
  padding: .9rem 1rem;
  border: 2px solid #ffe66a;
  border-radius: 12px;
  background: linear-gradient(100deg, #ffd21f 0%, #ffdf3f 58%, #ffc916 100%);
  color: #102629;
  box-shadow: 0 15px 34px rgba(0, 0, 0, .34), 0 0 22px rgba(255, 211, 31, .3);
}

.bonus-icon {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0a3b3d;
  color: #f5c96d;
  font-size: .9rem;
}

.bonus-banner div {
  display: flex;
  flex-direction: column;
  flex: 1;
  line-height: 1.2;
}

.bonus-banner small {
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .09em;
}

.bonus-banner strong {
  margin-top: .18rem;
  font-size: .9rem;
  line-height: 1.28;
}

.spots-left {
  margin-left: auto;
  padding: .62rem .78rem;
  border: 2px solid #ff6975;
  border-radius: 8px;
  background: #e31f32;
  color: #fff;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .055em;
  white-space: nowrap;
  box-shadow: 0 7px 16px rgba(161, 0, 18, .34);
  animation: bonusPulse 2.4s ease-in-out infinite;
}

.nav .brand {
  font-size: 1.5rem;
}

.inside-grid article {
  align-items: center;
}

.inside-grid .topic-image {
  flex: 0 0 3cm;
  width: 3cm;
  height: 3cm;
  border: 4px solid #d8f4eb;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(9, 43, 51, .14);
}

.inside-grid article > div {
  min-width: 0;
}

.author-photo {
  width: 220px;
  height: 260px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 110px 110px 24px 24px;
  background: #d8e8e3;
  box-shadow: 18px 20px 0 #d8e8e3, 0 18px 34px rgba(9, 43, 51, .14);
}

.author-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
}

.book-mockup {
  position: relative;
  width: 190px;
  margin: 0 auto 1.45rem;
  perspective: 1000px;
  filter: drop-shadow(0 25px 24px rgba(0, 22, 27, .34));
}

.book-mockup::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 7px;
  left: -12px;
  width: 15px;
  border-radius: 5px 0 0 5px;
  background: linear-gradient(90deg, #06272d, #1b5053);
  transform: skewY(-7deg);
  transform-origin: right center;
  z-index: -1;
}

.book-mockup::after {
  content: '';
  position: absolute;
  left: 7px;
  right: -7px;
  bottom: -9px;
  height: 11px;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(#e8e2d8, #aaa79f);
  transform: skewX(-42deg);
  transform-origin: top left;
  z-index: -1;
}

.book-mockup img {
  display: block;
  width: 100%;
  aspect-ratio: 1080 / 1536;
  object-fit: cover;
  border-radius: 3px 11px 11px 3px;
  transform: rotateY(-7deg) rotateZ(.5deg);
  transform-origin: left center;
  box-shadow: inset -10px 0 14px rgba(0, 0, 0, .11);
}

@media (max-width: 600px) {
  .book-mockup { width: 175px; }
}

@keyframes bonusPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(169, 43, 43, 0); }
  50% { box-shadow: 0 0 0 5px rgba(169, 43, 43, .18); }
}

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

.method-feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  margin-bottom: 3.5rem;
}

.method-feature .method-intro > p:last-child {
  margin-bottom: 0;
}

.method-video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(126, 226, 205, .3);
  border-radius: 20px;
  background: #061f27;
  box-shadow: 0 26px 60px rgba(0, 0, 0, .35);
}

.method-video::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  border-radius: inherit;
}

.method-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .method-feature {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .method-video {
    width: min(100%, 720px);
  }
}

@media (max-width: 600px) {
  .bonus-banner {
    display: grid;
    grid-template-columns: 34px 1fr;
    width: 100%;
    padding: .7rem;
  }

  .spots-left {
    grid-column: 1 / -1;
    margin: .15rem 0 0;
    text-align: center;
  }

  .author-photo {
    width: 150px;
    height: 175px;
    border-radius: 75px 75px 18px 18px;
    box-shadow: 12px 13px 0 #d8e8e3;
  }
}
