body.couples-page {
  background:
    radial-gradient(circle at 78% 7%, rgba(255, 112, 137, 0.17), transparent 28rem),
    radial-gradient(circle at 9% 34%, rgba(242, 184, 75, 0.13), transparent 28rem),
    radial-gradient(circle at 55% 78%, rgba(83, 205, 255, 0.08), transparent 32rem),
    linear-gradient(180deg, #060407 0%, #0b0709 48%, #030304 100%);
}

.couples-page {
  padding-bottom: 0;
}

.couples-page .nav-cta,
.couples-page .button-primary {
  background: linear-gradient(135deg, #ff7894, #ffd49b);
  color: #17080d;
}

.couples-page .nav-cta,
.couples-page button.button,
.mobile-quiz-button {
  cursor: pointer;
  font: inherit;
}

.mobile-quiz-button {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.couples-page .button-secondary:hover,
.couples-page .nav-links a:hover,
.couples-sticky-buy:hover {
  color: #ffd49b;
}

.couples-page .eyebrow,
.couples-page .card-index {
  color: #ff91aa;
}

.couples-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
  margin: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 54px) 0;
  padding: clamp(34px, 6vw, 74px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 85% 14%, rgba(255, 120, 148, 0.16), transparent 22rem),
    radial-gradient(circle at 18% 78%, rgba(242, 184, 75, 0.12), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.couples-hero::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.055);
  pointer-events: none;
}

.couples-hero-copy,
.couples-hero-media {
  position: relative;
  z-index: 1;
}

.couples-hero h1 {
  max-width: 920px;
}

.couples-hero-media {
  display: grid;
  gap: 14px;
}

.couples-feature-frame,
.couples-card,
.couples-example-card,
.couples-package-card,
.couples-process-list article,
.couples-flow article,
.couples-compare-grid article,
.couples-faq-list details,
.couples-ai-panel {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 120, 148, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.couples-feature-frame {
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.couples-showreel-copy {
  padding: 22px;
  border: 1px solid rgba(255, 212, 155, 0.18);
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 120, 148, 0.12), transparent 13rem),
    rgba(255, 255, 255, 0.045);
}

.couples-showreel-copy span,
.couples-intake-note {
  color: #ffd49b;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.couples-showreel-copy h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.65rem, 2.4vw, 2.8rem);
  line-height: 1;
}

.couples-showreel-copy p {
  margin: 0;
  color: rgba(224, 226, 232, 0.76);
  line-height: 1.5;
}

.couples-feature-frame video,
.couples-example-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.couples-feature-frame video {
  aspect-ratio: 16 / 9;
  background: #060407;
}

.couples-media-note {
  padding: 18px 20px;
  border: 1px solid rgba(255, 212, 155, 0.18);
  background: rgba(255, 212, 155, 0.07);
  color: rgba(244, 247, 251, 0.82);
  font-weight: 850;
}

.couples-intake-note {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 212, 155, 0.86);
  line-height: 1.5;
  text-transform: none;
}

.couples-trust-line {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(244, 247, 251, 0.88);
  font-weight: 900;
  line-height: 1.45;
}

.couples-page .signal-strip span {
  border-color: rgba(255, 145, 170, 0.18);
}

.couples-quiz-widget {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: stretch;
}

.couples-quiz-copy,
.couples-contact-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 120, 148, 0.16), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
}

.couples-quiz-copy {
  padding: clamp(28px, 5vw, 58px);
}

.couples-contact-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 34px);
}

.couples-contact-card h3 {
  margin-top: 18px;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
}

.couples-contact-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.couples-contact-card li,
.couples-quiz-support,
.couples-quiz-privacy {
  color: rgba(224, 226, 232, 0.76);
  line-height: 1.55;
}

.couples-contact-card li::before {
  content: "+ ";
  color: #ff91aa;
  font-weight: 900;
}

.couples-quiz-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(14px);
}

.couples-quiz-overlay.is-open {
  display: flex;
}

.couples-quiz-modal {
  position: relative;
  width: min(640px, 100%);
  max-height: min(780px, calc(100vh - 34px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 120, 148, 0.16), transparent 18rem),
    #120c10;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.55);
}

.couples-quiz-progress {
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
}

.couples-quiz-progress span {
  display: block;
  width: 16.6%;
  height: 100%;
  background: linear-gradient(90deg, #ff7894, #ffd49b);
  transition: width 180ms ease;
}

.couples-quiz-modal-body {
  padding: clamp(22px, 5vw, 34px);
}

.couples-quiz-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  color: #f4f7fb;
  cursor: pointer;
  font: inherit;
  font-size: 1.4rem;
}

.couples-quiz-question {
  margin-right: 46px;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1;
}

.couples-quiz-options,
.couples-quiz-fields {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.couples-quiz-option {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.055);
  color: #f4f7fb;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  text-align: left;
}

.couples-quiz-option[aria-pressed="true"] {
  border-color: rgba(255, 212, 155, 0.75);
  background: rgba(255, 120, 148, 0.2);
  outline: 2px solid rgba(255, 212, 155, 0.25);
}

.couples-quiz-fields label {
  display: grid;
  gap: 8px;
  color: rgba(244, 247, 251, 0.92);
  font-weight: 900;
}

.couples-quiz-fields input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.07);
  color: #f4f7fb;
  font: inherit;
}

.couples-quiz-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.couples-quiz-back {
  visibility: hidden;
}

.couples-quiz-back.is-visible {
  visibility: visible;
}

.couples-quiz-message {
  min-height: 22px;
  margin-top: 14px;
  color: #ffd49b;
  font-weight: 800;
}

.couples-quiz-message.error {
  color: #ff9aa8;
}

.couples-quiz-privacy {
  font-size: 0.9rem;
}

.couples-quiz-success h2 {
  margin-bottom: 12px;
}

.couples-card-grid,
.couples-example-grid,
.couples-package-grid,
.couples-process-list,
.couples-testimonial-grid,
.couples-flow,
.couples-compare-grid,
.couples-mini-grid,
.couples-style-grid,
.couples-terms-grid,
.couples-faq-list {
  display: grid;
  gap: 14px;
}

.couples-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.couples-card {
  min-height: 245px;
  padding: 26px;
}

.couples-testimonial-grid {
  grid-template-columns: minmax(0, 520px);
}

.couples-testimonial-card {
  min-height: 320px;
  padding: 22px;
  border: 1px dashed rgba(255, 212, 155, 0.32);
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 120, 148, 0.1), transparent 13rem),
    rgba(255, 255, 255, 0.032);
}

.testimonial-photo {
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
}

.testimonial-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-stars {
  margin-top: 20px;
  color: #ffd49b;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.couples-card p,
.couples-example-card p,
.couples-package-card p,
.couples-package-card li,
.couples-terms-grid p,
.couples-process-list p,
.couples-testimonial-card p,
.couples-flow li,
.couples-flow p,
.couples-compare-grid li,
.couples-faq-list p,
.couples-ai-panel p,
.couples-note {
  color: rgba(224, 226, 232, 0.76);
  line-height: 1.55;
}

.couples-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.couples-flow article {
  padding: clamp(26px, 4vw, 42px);
}

.couples-flow ul,
.couples-package-card ul,
.couples-compare-grid ul {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.couples-flow li::before,
.couples-package-card li::before,
.couples-compare-grid li::before {
  content: "+ ";
  color: #ff91aa;
  font-weight: 900;
}

.couples-example-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.couples-example-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.couples-example-media {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #060407;
}

.couples-example-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.couples-example-copy span,
.couples-meta,
.couples-recommended {
  color: #ffd49b;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.couples-example-copy h3,
.couples-card h3,
.couples-package-card h3,
.couples-process-list h3,
.couples-compare-grid h3 {
  font-size: clamp(1.45rem, 2vw, 2.2rem);
}

.couples-meta {
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
  color: rgba(255, 212, 155, 0.82);
}

.couples-note {
  max-width: 900px;
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 850;
}

.couples-process-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: couples-step;
}

.couples-process-list article {
  position: relative;
  min-height: 300px;
  padding: 26px;
}

.couples-process-list span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 145, 170, 0.5);
  border-radius: 50%;
  color: #ffd49b;
  font-weight: 950;
}

.couples-package-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.couples-package-card {
  position: relative;
  display: flex;
  min-height: 760px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 28px;
}

.couples-package-card .button {
  margin-top: auto;
}

.couples-price {
  display: block;
  margin: 20px 0 4px;
  color: #ffd49b;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  line-height: 1.08;
}

.couples-package-featured {
  border-color: rgba(255, 145, 170, 0.55);
  background:
    radial-gradient(circle at 85% 8%, rgba(255, 120, 148, 0.22), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 0 70px rgba(255, 120, 148, 0.13);
}

.couples-package-start {
  border-color: rgba(255, 212, 155, 0.55);
  background:
    radial-gradient(circle at 85% 8%, rgba(255, 212, 155, 0.18), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
}

.couples-recommended {
  align-self: flex-start;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 145, 170, 0.44);
  padding: 8px 10px;
  background: rgba(255, 145, 170, 0.08);
}

.couples-style-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.couples-terms-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.couples-terms-grid .couples-card {
  min-height: 360px;
}

.couples-terms-grid .couples-card:nth-child(2),
.couples-terms-grid .couples-card:nth-child(4) {
  grid-column: span 2;
}

.couples-mini-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.couples-mini-grid span {
  border: 1px solid rgba(255, 145, 170, 0.22);
  background: rgba(255, 145, 170, 0.07);
  padding: 16px;
  color: rgba(244, 247, 251, 0.9);
  font-weight: 900;
}

.couples-ai-panel {
  padding: clamp(28px, 5vw, 58px);
}

.couples-compare-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.couples-compare-grid article {
  padding: clamp(24px, 4vw, 38px);
}

.couples-faq-list {
  gap: 12px;
}

.couples-faq-list details {
  padding: 22px 24px;
}

.couples-faq-list summary {
  cursor: pointer;
  color: rgba(244, 247, 251, 0.94);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 900;
}

.couples-faq-list p {
  max-width: 900px;
  margin: 16px 0 0;
}

.couples-final-cta .button-primary {
  border-color: rgba(255, 145, 170, 0.7);
}

.couples-final-cta .final-cta-portrait {
  width: min(100%, 440px);
  min-height: 0;
  aspect-ratio: 16 / 9;
  justify-self: center;
}

.couples-final-cta .final-cta-portrait img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.couples-sticky-buy {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: none;
  border: 1px solid rgba(255, 212, 155, 0.55);
  padding: 13px 16px;
  background: linear-gradient(135deg, #ff7894, #ffd49b);
  color: #17080d;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
  font-weight: 950;
  text-align: center;
}

@media (max-width: 1180px) {
  .couples-card-grid,
  .couples-process-list,
  .couples-package-grid,
  .couples-style-grid,
  .couples-terms-grid,
  .couples-mini-grid,
  .couples-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .couples-testimonial-grid {
    grid-template-columns: minmax(0, 520px);
  }

  .couples-terms-grid .couples-card:nth-child(2),
  .couples-terms-grid .couples-card:nth-child(4) {
    grid-column: auto;
  }

  .couples-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .couples-hero,
  .couples-flow,
  .couples-quiz-widget,
  .couples-compare-grid {
    grid-template-columns: 1fr;
  }

  .couples-hero {
    margin-inline: 18px;
  }

  .couples-package-card {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .couples-page {
    padding-bottom: 76px;
  }

  .couples-page .section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .couples-card-grid,
  .couples-process-list,
  .couples-package-grid,
  .couples-style-grid,
  .couples-terms-grid,
  .couples-mini-grid,
  .couples-example-grid,
  .couples-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .couples-hero {
    margin-inline: 10px;
    padding: 22px;
  }

  .couples-card,
  .couples-package-card,
  .couples-process-list article,
  .couples-flow article,
  .couples-compare-grid article,
  .couples-faq-list details,
  .couples-ai-panel,
  .couples-showreel-copy {
    padding: 20px;
  }

  .couples-page .button {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .couples-quiz-overlay {
    align-items: flex-end;
    padding: 0;
  }

  .couples-quiz-modal {
    width: 100%;
    max-height: min(86vh, 760px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 22px 22px 0 0;
  }

  .couples-quiz-actions {
    flex-direction: column;
  }

  .couples-sticky-buy {
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
  }
}

@media (max-width: 430px) {
  .couples-page .section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .couples-hero {
    margin-inline: 8px;
    padding: 18px;
  }

  .couples-card,
  .couples-package-card,
  .couples-process-list article,
  .couples-flow article,
  .couples-compare-grid article,
  .couples-faq-list details,
  .couples-ai-panel,
  .couples-showreel-copy {
    padding: 18px;
  }
}
