/* VERSION E7 — CONVERSION + COPY REFINEMENT */

.concept-e7 {
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: var(--font-body);
}

.concept-e7 :is(h1, h2, h3, p, a, button, input, textarea, select, summary, cite, small, strong, span) {
  font-family: var(--font-body);
}

.concept-e7 :is(p, cite, small) {
  font-weight: 400;
}

.concept-e7 :is(h2, h3, summary, strong, cite),
.concept-e7 :is(.button, button, .eyebrow, .concept-kicker, .nav-links a, .mobile-menu a),
.concept-e7 :is(.mini-check-progress, .mini-check-result-intro, .mini-check-goal span, .mini-check-user-goal span),
.concept-e7 :is(.process-flow article > span, .process-outcome > span, .process-outcome p) {
  font-weight: 600;
}

.concept-e7 .hero-final h1 {
  font-weight: 700;
}

.concept-e7 :is(.mirror h2, .method-title-block h2, .section-heading h2, .mini-check h2, .final-cta h2) {
  font-weight: 600;
}

.concept-e7 .concept-switcher > span,
.concept-e7 .concept-switcher a {
  font-weight: 600;
}

.concept-e7 .site-header {
  overflow: visible;
}

.concept-e7 .nav {
  position: relative;
}

.concept-e7 .nav-cta {
  padding-inline: 1rem;
  font-weight: 600;
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.concept-e7 .hero-booking-action {
  display: grid;
  justify-items: start;
  gap: .36rem;
  margin-top: 1.35rem;
}

.concept-e7 .hero-booking-cta {
  min-height: 50px;
  padding-inline: 1.3rem;
  border-color: var(--cream);
  border-radius: 999px;
  background: var(--cream);
  color: var(--green);
}

.concept-e7 .hero-booking-cta:hover,
.concept-e7 .hero-booking-cta:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
}

.concept-e7 .hero-booking-action small {
  padding-left: .12rem;
  color: rgba(250, 248, 242, .62);
  font-size: .7rem;
  letter-spacing: .015em;
}

.concept-e7 .hero-trust-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .32rem 1rem;
  max-width: 620px;
  margin-top: 1rem;
  color: rgba(250, 248, 242, .76);
  font-size: .78rem;
  line-height: 1.4;
}

.concept-e7 .hero-trust-proof > * {
  position: relative;
}

.concept-e7 .hero-trust-proof > * + *::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -.55rem;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(198, 165, 104, .72);
}

.concept-e7 .hero-trust-primary {
  color: var(--cream);
  text-decoration: none;
}

.concept-e7 .hero-trust-primary span {
  margin-right: .3rem;
  color: var(--gold);
  font-size: .68rem;
  letter-spacing: .08em;
}

.concept-e7 .hero-trust-format {
  color: rgba(250, 248, 242, .58);
}

.concept-e7 .method-cinematic,
.concept-e7 .method-overlay-grid {
  min-height: 790px;
}

.concept-e7 .method-overlay {
  background:
    linear-gradient(90deg, rgba(11, 29, 20, .9) 0%, rgba(16, 39, 29, .7) 48%, rgba(16, 39, 29, .88) 100%),
    linear-gradient(0deg, rgba(10, 28, 20, .58), rgba(13, 34, 25, .18) 65%);
}

.concept-e7 .method-overlay-grid {
  grid-template-columns: minmax(0, .88fr) minmax(410px, 1.12fr);
  gap: clamp(52px, 7vw, 104px);
  padding-block: clamp(82px, 8vw, 118px);
}

.concept-e7 .method-title-block h2 {
  max-width: 650px;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1;
}

.concept-e7 .method-intro {
  max-width: 590px;
  margin: 1.45rem 0 0;
  color: rgba(250, 248, 242, .78);
  font-size: 1rem;
  line-height: 1.65;
}

.concept-e7 .method-observations {
  display: grid;
  gap: 0;
  align-self: center;
}

.concept-e7 .method-observations article {
  padding: 1rem 0 1.05rem;
  border-top: 1px solid rgba(198, 165, 104, .32);
}

.concept-e7 .method-observations h3 {
  margin: 0 0 .32rem;
  color: var(--cream);
  font-size: 1.02rem;
  line-height: 1.28;
}

.concept-e7 .method-observations article p {
  margin: 0;
  color: rgba(250, 248, 242, .72);
  font-size: .9rem;
  line-height: 1.56;
}

.concept-e7 .method-closing {
  margin: .25rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid rgba(250, 248, 242, .48);
  color: var(--cream);
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.55;
}

.concept-e7 .reviews .section-heading {
  margin-bottom: 1.7rem;
}

.concept-e7 .reviews .section-heading h2 {
  margin-top: 0;
  font-weight: 600;
}

.concept-e7 .faq-list details p + p {
  padding-top: .1rem;
}

@media (min-width: 768px) {
  .concept-e7 .process,
  .concept-e7 .reviews {
    padding-block: 88px;
  }

  .concept-e7 .faq {
    padding-block: 76px;
  }
}

@media (min-width: 1180px) {
  .concept-e7 .method-observations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.55rem;
  }

  .concept-e7 .method-closing {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .concept-e7 .nav {
    gap: .72rem;
  }

  .concept-e7 .brand-text small {
    display: none;
  }

  .concept-e7 .nav-links {
    gap: .72rem;
    font-size: .78rem;
  }

  .concept-e7 .method-overlay-grid {
    grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
    gap: 38px;
  }

  .concept-e7 .method-title-block h2 {
    font-size: clamp(2.25rem, 4.3vw, 3rem);
  }
}

@media (max-width: 767px) {
  .concept-e7 .nav {
    justify-content: flex-start;
  }

  .concept-e7 .mobile-menu-toggle {
    display: grid;
    place-content: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid rgba(250, 248, 242, .46);
    border-radius: 50%;
    background: rgba(18, 38, 29, .26);
    color: var(--cream);
    cursor: pointer;
    backdrop-filter: blur(9px);
  }

  .concept-e7 .mobile-menu-toggle > span:not(.visually-hidden) {
    display: block;
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  .concept-e7 .mobile-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(5px) rotate(45deg);
  }

  .concept-e7 .mobile-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    opacity: 0;
  }

  .concept-e7 .mobile-menu-toggle[aria-expanded="true"] > span:nth-child(4) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .concept-e7 .mobile-menu {
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    z-index: 40;
    display: grid;
    gap: 0;
    overflow: hidden;
    padding: .45rem;
    border: 1px solid rgba(198, 165, 104, .28);
    border-radius: 12px;
    background: rgba(20, 43, 32, .98);
    box-shadow: 0 22px 52px rgba(5, 15, 10, .3);
    color: var(--cream);
  }

  .concept-e7 .mobile-menu[hidden] {
    display: none;
  }

  .concept-e7 .mobile-menu a {
    padding: .78rem .85rem;
    border-bottom: 1px solid rgba(250, 248, 242, .09);
    color: rgba(250, 248, 242, .88);
    font-size: .9rem;
    text-decoration: none;
  }

  .concept-e7 .mobile-menu .mobile-menu-cta {
    margin-top: .42rem;
    border: 0;
    border-radius: 999px;
    background: var(--gold);
    color: var(--green);
    text-align: center;
  }

  .concept-e7 .hero-content {
    padding-block: 76px 18px;
  }

  .concept-e7 .hero-final h1 {
    font-size: clamp(2.04rem, 9vw, 2.48rem);
  }

  .concept-e7 .hero-booking-action {
    gap: .2rem;
    margin-top: .72rem;
  }

  .concept-e7 .hero-booking-cta {
    min-height: 44px;
    padding: .68rem 1rem;
    font-size: .84rem;
  }

  .concept-e7 .hero-booking-action small {
    font-size: .61rem;
  }

  .concept-e7 .hero-trust-proof {
    display: grid;
    justify-items: start;
    gap: .12rem;
    margin-top: .5rem;
    font-size: .66rem;
    line-height: 1.34;
  }

  .concept-e7 .hero-trust-proof > * + *::before {
    display: none;
  }

  .concept-e7 .hero-trust-primary span {
    font-size: .59rem;
  }

  .concept-e7 .process,
  .concept-e7 .reviews {
    padding-block: 66px;
  }

  .concept-e7 .mirror-heading h2 {
    font-size: clamp(2.02rem, 9.5vw, 2.72rem);
    font-weight: 600;
  }

  .concept-e7 .section-heading h2,
  .concept-e7 .mini-check h2,
  .concept-e7 .final-cta h2 {
    font-weight: 600;
  }

  .concept-e7 .method-cinematic,
  .concept-e7 .method-overlay-grid {
    min-height: 0;
  }

  .concept-e7 .method-background img {
    object-position: 44% center;
  }

  .concept-e7 .method-overlay {
    background:
      linear-gradient(180deg, rgba(12, 30, 22, .34) 0%, rgba(15, 37, 27, .78) 26%, rgba(17, 40, 30, .96) 58%, rgba(17, 40, 30, .98) 100%),
      rgba(17, 40, 30, .2);
  }

  .concept-e7 .method-overlay-grid {
    grid-template-columns: 1fr;
    align-content: end;
    gap: 1.35rem;
    padding-block: 205px 58px;
  }

  .concept-e7 .method-title-block h2 {
    font-size: clamp(2rem, 8.7vw, 2.6rem);
    font-weight: 600;
    line-height: 1.02;
  }

  .concept-e7 .method-intro {
    margin-top: 1rem;
    font-size: .9rem;
    line-height: 1.55;
  }

  .concept-e7 .method-observations article {
    padding: .78rem 0 .82rem;
  }

  .concept-e7 .method-observations h3 {
    font-size: .94rem;
  }

  .concept-e7 .method-observations article p,
  .concept-e7 .method-closing {
    font-size: .84rem;
    line-height: 1.52;
  }

  .concept-e7 .method-closing {
    padding-top: .9rem;
  }

  .concept-e7 .reviews .section-heading {
    margin-bottom: 1.45rem;
  }

  .concept-e7 .about-mobile-carousel {
    margin-block: 28px 30px;
  }

  .concept-e7 .about-mobile-carousel-controls {
    gap: .68rem;
    margin-top: .82rem;
  }

  .concept-e7 .about-mobile-carousel-controls button {
    width: 46px;
    height: 46px;
    line-height: 1;
  }

  .concept-e7 .about-mobile-carousel-controls span {
    min-width: 54px;
    color: var(--green);
    font-size: .82rem;
    font-weight: 600;
    line-height: 1;
  }
}

@media (max-width: 370px) {
  .concept-e7 .hero-final h1 {
    font-size: 2rem;
  }

  .concept-e7 .hero-lead {
    font-size: .75rem;
  }

  .concept-e7 .hero-booking-cta {
    font-size: .8rem;
  }

  .concept-e7 .method-title-block h2 {
    font-size: 1.96rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .concept-e7 .mobile-menu-toggle > span:not(.visually-hidden) {
    transition: none;
  }
}
