:root {
  --background: #f4f1ea;
  --surface: #ffffff;
  --text: #102a3a;
  --muted: #5f6f78;
  --accent: #a57a45;
  --accent-dark: #7d5c34;
  --soft-blue: #dde8eb;
  --line: rgba(16, 42, 58, 0.15);
  --shadow: 0 24px 70px rgba(16, 42, 58, 0.14);
  --serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans: "Inter", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 4%, rgba(221, 232, 235, 0.9), transparent 28%),
    linear-gradient(180deg, #f8f5ee 0%, var(--background) 42%, #eef3f2 100%);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(244, 241, 234, 0.82);
  box-shadow: 0 12px 40px rgba(16, 42, 58, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 21px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  width: 26px;
  height: 26px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  background:
    linear-gradient(transparent 45%, rgba(165, 122, 69, 0.34) 46%, transparent 52%),
    linear-gradient(90deg, transparent 45%, rgba(16, 42, 58, 0.22) 46%, transparent 52%);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.site-nav a:hover,
.brand:hover {
  color: var(--accent-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.header-cta,
.button.primary {
  background: var(--text);
  color: #fffaf0;
  box-shadow: 0 12px 30px rgba(16, 42, 58, 0.2);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
  color: var(--text);
}

.button.large {
  min-height: 52px;
  padding: 0 26px;
}

.header-cta:hover,
.button.primary:hover {
  background: #17384b;
}

.button.secondary:hover {
  border-color: rgba(165, 122, 69, 0.55);
}

.section-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.72fr);
  gap: 64px;
  align-items: center;
  min-height: calc(100vh - 104px);
  padding: 68px 0 92px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(58px, 9vw, 118px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 72px);
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

.hero-text {
  max-width: 660px;
  color: var(--muted);
  font-size: 20px;
}

.hero-meta {
  margin: 24px 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.microcopy {
  max-width: 520px;
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  justify-self: center;
  width: min(520px, 100%);
}

.water-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(16, 42, 58, 0.2), rgba(244, 241, 234, 0.08)),
    #dce8e9;
  box-shadow: var(--shadow);
}

.water-stage::before,
.water-stage::after {
  position: absolute;
  inset: -18%;
  z-index: -2;
  background-image:
    linear-gradient(120deg, rgba(255, 250, 240, 0.18), transparent 34%, rgba(165, 122, 69, 0.12) 52%, transparent 72%),
    url("public/report-sample/page-01-cover.jpg");
  background-position: center 18%;
  background-size: 140% auto;
  content: "";
  filter: saturate(0.9) contrast(1.06);
  transform: translate3d(0, 0, 0) scale(1.05);
  animation: waterDrift 18s ease-in-out infinite alternate;
}

.water-stage::after {
  z-index: -1;
  background-image:
    radial-gradient(circle at 34% 18%, rgba(255, 250, 240, 0.42), transparent 22%),
    url("public/report-sample/page-01-cover.jpg");
  background-position: 58% 10%;
  background-size: 165% auto;
  mix-blend-mode: screen;
  opacity: 0.36;
  animation: waterDrift 24s ease-in-out infinite alternate-reverse;
}

.hero-visual::before {
  position: absolute;
  inset: 34px -22px -24px 34px;
  z-index: -1;
  border: 1px solid rgba(165, 122, 69, 0.42);
  border-radius: 8px;
  content: "";
}

.water-stage::selection {
  background: transparent;
}

.water-stage .report-card {
  position: absolute;
  right: 36px;
  bottom: 42px;
  width: min(315px, 62%);
  height: 455px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: #edf2f1;
  box-shadow: 0 30px 80px rgba(9, 28, 40, 0.34);
  transform: rotate(-4deg);
}

.water-stage .report-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.32) 42%, transparent 62%);
  content: "";
  transform: translateX(-120%);
  animation: lightSweep 7.5s ease-in-out infinite;
}

.water-stage .report-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.floating-badge {
  position: absolute;
  top: 34px;
  left: 30px;
  max-width: 230px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 18px 48px rgba(16, 42, 58, 0.16);
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.water-stage::selection,
.report-card::selection,
.floating-badge::selection {
  background: rgba(165, 122, 69, 0.24);
}

.sample-card,
.note-image img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

@keyframes waterDrift {
  0% {
    background-position: 48% 12%;
    opacity: 0.88;
    transform: translate3d(-2%, -1%, 0) scale(1.05);
  }

  45% {
    background-position: 54% 18%;
    opacity: 0.96;
    transform: translate3d(2%, 1%, 0) scale(1.1);
  }

  100% {
    background-position: 42% 8%;
    opacity: 0.82;
    transform: translate3d(-1%, 2%, 0) scale(1.08);
  }
}

@keyframes lightSweep {
  0%,
  58% {
    transform: translateX(-130%);
  }

  82% {
    transform: translateX(130%);
  }

  100% {
    transform: translateX(130%);
  }
}

.preview-section,
.receive-section,
.inside-section,
.process-section,
.note-section,
.faq-section,
.privacy-section {
  padding: 92px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.section-heading.compact {
  max-width: 680px;
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.sample-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: var(--surface);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sample-card img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  object-position: top center;
}

.sample-card span {
  display: block;
  padding: 14px 16px 16px;
  color: var(--text);
  font-weight: 800;
}

.sample-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(16, 42, 58, 0.2);
}

.tilt-left {
  margin-top: 32px;
}

.lift {
  margin-top: 0;
}

.tilt-right {
  margin-top: 56px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.step-card,
.creator-note,
.privacy-section,
.faq-list details {
  border: 1px solid rgba(16, 42, 58, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 44px rgba(16, 42, 58, 0.07);
}

.feature-card {
  min-height: 230px;
  padding: 28px;
}

.feature-card p,
.step-card p,
.inside-copy p,
.creator-note p,
.privacy-copy,
.faq-list p {
  color: var(--muted);
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border: 1px solid rgba(165, 122, 69, 0.42);
  border-radius: 50%;
  color: var(--accent-dark);
  font-family: var(--serif);
  font-size: 20px;
}

.inside-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
  gap: 56px;
  align-items: center;
}

.chapter-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.chapter-list span {
  min-height: 74px;
  padding: 20px;
  border: 1px solid rgba(16, 42, 58, 0.13);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(221, 232, 235, 0.48));
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  padding: 30px;
}

.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--text);
  color: #fffaf0;
  font-weight: 800;
}

.note-section {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(260px, 0.52fr);
  gap: 42px;
  align-items: center;
}

.creator-note {
  padding: 46px;
}

.note-image {
  display: block;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

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

.faq-list summary {
  cursor: pointer;
  padding: 20px 0;
  font-weight: 800;
}

.faq-list p {
  margin-bottom: 20px;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1fr);
  gap: 40px;
  padding: 42px;
}

.final-cta {
  padding: 96px 0;
}

.order-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: start;
}

.order-summary,
.intake-form {
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.order-summary {
  position: sticky;
  top: 116px;
  overflow: hidden;
  padding: 42px;
  background:
    linear-gradient(rgba(16, 42, 58, 0.82), rgba(16, 42, 58, 0.82)),
    url("public/report-sample/page-01-cover.jpg") center/cover;
  color: #fffaf0;
}

.order-summary .eyebrow,
.order-summary p,
.order-summary span {
  color: rgba(255, 250, 240, 0.82);
}

.order-summary p {
  font-size: 18px;
}

.order-summary .button {
  width: 100%;
  margin-top: 12px;
}

.order-summary .button.secondary {
  border-color: rgba(255, 250, 240, 0.44);
  background: rgba(255, 250, 240, 0.94);
  color: var(--text);
}

.price-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 28px 0 18px;
  padding: 18px;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.1);
}

.price-card strong {
  color: #fffaf0;
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.order-step-box {
  margin: 16px 0;
  padding: 20px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.09);
}

.order-step-box:first-of-type {
  margin-top: 20px;
}

.step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.94);
  color: var(--text);
  font-weight: 900;
  font-size: 16px;
}

.step-header h3 {
  margin: 0;
  color: #fffaf0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.order-step-box p {
  margin: 0 0 12px 0;
  color: rgba(255, 250, 240, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.order-step-box .button {
  width: 100%;
}

.payment-trust {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.08);
  list-style: none;
}

.payment-trust li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 250, 240, 0.82);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.payment-trust li::before {
  position: absolute;
  left: 0;
  color: #fffaf0;
  content: "✓";
}

.payment-trust a {
  color: #fffaf0;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.order-note,
.form-note {
  margin: 18px 0 0;
  font-size: 13px;
}

.order-note a {
  color: #fffaf0;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.intake-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.76);
}

.form-heading h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.form-heading p:not(.eyebrow) {
  color: var(--muted);
}

.privacy-hint {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(165, 122, 69, 0.22);
  border-radius: 8px;
  background: rgba(221, 232, 235, 0.54);
  color: var(--text) !important;
  font-size: 13px;
  line-height: 1.55;
}

.intake-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.intake-form small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 42, 58, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  font: inherit;
  font-weight: 500;
}

.intake-form input,
.intake-form select {
  min-height: 46px;
  padding: 0 13px;
}

.intake-form textarea {
  resize: vertical;
  padding: 12px 13px;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus {
  border-color: rgba(165, 122, 69, 0.72);
  outline: 3px solid rgba(165, 122, 69, 0.16);
}

.checkbox-field {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.checkbox-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--text);
}

.required {
  color: #9b4b2d;
  font-weight: 900;
}

.intake-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font-size: 16px;
}

.button:disabled,
.button.is-loading {
  opacity: 0.72;
  cursor: wait;
}

.form-note {
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .inside-section,
  .note-section,
  .privacy-section,
  .order-panel {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: relative;
    top: auto;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .hero-visual {
    width: min(470px, 92%);
  }

  .water-stage {
    min-height: 560px;
  }

  .water-stage .report-card {
    right: 28px;
    bottom: 34px;
    width: min(290px, 64%);
    height: 420px;
  }

  .sample-grid,
  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .tilt-left,
  .lift,
  .tilt-right {
    margin-top: 0;
  }

  .sample-card img {
    aspect-ratio: 0.86;
  }

  .chapter-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 12px;
  }

  .brand {
    max-width: 180px;
    white-space: normal;
    font-size: 18px;
    line-height: 1.1;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .section-shell {
    width: min(100% - 24px, 1120px);
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-text {
    font-size: 18px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .water-stage {
    min-height: 440px;
  }

  .water-stage::before,
  .water-stage::after {
    animation-duration: 28s;
  }

  .water-stage .report-card {
    right: 22px;
    bottom: 28px;
    width: min(230px, 62%);
    height: 330px;
    transform: rotate(-3deg);
  }

  .floating-badge {
    top: 22px;
    left: 20px;
    max-width: 180px;
    padding: 11px 12px;
    font-size: 11px;
  }

  .button {
    width: 100%;
  }

  .preview-section,
  .receive-section,
  .inside-section,
  .process-section,
  .note-section,
  .faq-section,
  .privacy-section {
    padding: 66px 0;
  }

  .feature-card,
  .step-card,
  .creator-note,
  .privacy-section,
  .order-summary,
  .intake-form {
    padding: 24px;
  }

  .final-cta {
    padding: 66px 0;
  }

  .price-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .water-stage::before,
  .water-stage::after,
  .water-stage .report-card::before,
  .feedback-track {
    animation: none;
  }
}

/* ============================================
   NEW STYLES - Trust, Testimonials, Cookies
   ============================================ */

/* Hero Trust Items */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: rgba(16, 42, 58, 0.06);
  border-radius: 20px;
  font-size: 13px;
  color: var(--muted);
}

/* Insight Moments Section */
.testimonials-section {
  padding: 92px 0;
}

.feedback-rail {
  position: relative;
  overflow: hidden;
  margin-top: 44px;
  border: 1px solid rgba(16, 42, 58, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(244, 241, 234, 0.96), rgba(221, 232, 235, 0.58)),
    url("public/report-sample/page-01-cover.jpg") center 18% / 120% auto;
  box-shadow: var(--shadow);
}

.feedback-rail::before,
.feedback-rail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 110px;
  pointer-events: none;
  content: "";
}

.feedback-rail::before {
  left: 0;
  background: linear-gradient(90deg, rgba(244, 241, 234, 0.98), transparent);
}

.feedback-rail::after {
  right: 0;
  background: linear-gradient(270deg, rgba(244, 241, 234, 0.98), transparent);
}

.feedback-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 28px;
  animation: feedbackDrift 26s ease-in-out infinite alternate;
}

.feedback-rail:hover .feedback-track {
  animation-play-state: paused;
}

.feedback-card {
  position: relative;
  flex: 0 0 390px;
  min-height: 310px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 54px rgba(16, 42, 58, 0.12);
  backdrop-filter: blur(12px);
}

.feedback-card::before {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(165, 122, 69, 0.24);
  border-radius: 50%;
  background:
    linear-gradient(transparent 48%, rgba(165, 122, 69, 0.22) 49%, transparent 53%),
    linear-gradient(90deg, transparent 48%, rgba(16, 42, 58, 0.14) 49%, transparent 53%);
  color: transparent;
  content: "";
  font-family: var(--serif);
}

.feedback-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(165, 122, 69, 0.22);
  border-radius: 999px;
  background: rgba(221, 232, 235, 0.7);
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feedback-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  color: var(--text);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.35;
}

.feedback-card blockquote em {
  color: var(--accent-dark);
  font-style: italic;
}

.feedback-meta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 42, 58, 0.12);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

@keyframes feedbackDrift {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-180px);
  }
}

/* Cookie Consent Banner */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 24px;
  background: var(--text);
  color: #fffaf0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.cookie-consent.visible {
  transform: translateY(0);
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 14px;
}

.cookie-content a {
  color: #f4a261;
  text-decoration: underline;
}

.cookie-content a:hover {
  color: #fffaf0;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.button.small {
  min-height: 36px;
  padding: 0 16px;
  font-size: 13px;
}

/* Form Sections */
.form-section {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(16, 42, 58, 0.1);
}

.form-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.form-section h4 {
  margin: 0 0 16px 0;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
}

.form-consent {
  padding-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-trust {
    flex-direction: column;
    gap: 8px;
  }

  .trust-item {
    width: 100%;
    justify-content: center;
  }

  .feedback-rail {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .feedback-rail::before,
  .feedback-rail::after {
    display: none;
  }

  .feedback-track {
    animation: none;
    padding: 18px;
  }

  .feedback-card {
    flex-basis: min(82vw, 360px);
    scroll-snap-align: start;
  }

  .cookie-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-actions {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================
   Premium Art Direction Pass
   ============================================ */

:root {
  --background: #f3efe7;
  --surface: rgba(255, 253, 247, 0.78);
  --surface-strong: #fffdf7;
  --text: #10283a;
  --muted: #63727a;
  --accent: #b28a54;
  --accent-dark: #866235;
  --ink: #0c2537;
  --mist: #dbe5e5;
  --stone: #c9c2b4;
  --line: rgba(16, 40, 58, 0.14);
  --fine-line: rgba(178, 138, 84, 0.28);
  --shadow: 0 34px 90px rgba(12, 37, 55, 0.15);
  --deep-shadow: 0 44px 120px rgba(10, 31, 45, 0.28);
}

body {
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.92) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 253, 247, 0.86) 0 1px, transparent 1px 100%),
    radial-gradient(ellipse at 80% 8%, rgba(219, 229, 229, 0.82), transparent 30%),
    linear-gradient(180deg, #fbf8f1 0%, #f1ece2 44%, #e8efef 100%);
  background-size: 78px 78px, 78px 78px, auto, auto;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(178, 138, 84, 0.06) 42.2% 42.5%, transparent 42.7%),
    radial-gradient(ellipse at 20% 100%, rgba(16, 40, 58, 0.08), transparent 38%);
  content: "";
}

body::after {
  position: fixed;
  inset: auto 0 0;
  z-index: -1;
  height: 44vh;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent, rgba(16, 40, 58, 0.05)),
    url("public/report-sample/page-07-career-wealth-flow.jpg") center bottom / cover;
  content: "";
  filter: saturate(0.78) contrast(0.92);
  opacity: 0.09;
}

.site-header {
  width: min(1200px, calc(100% - 40px));
  margin-top: 18px;
  border-color: rgba(255, 253, 247, 0.72);
  background: rgba(246, 242, 233, 0.74);
  box-shadow: 0 18px 50px rgba(12, 37, 55, 0.1);
}

.site-header::after {
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(178, 138, 84, 0.5), transparent);
  content: "";
}

.brand-mark {
  position: relative;
  background:
    linear-gradient(transparent 46%, rgba(178, 138, 84, 0.42) 47%, transparent 53%),
    linear-gradient(90deg, transparent 46%, rgba(16, 40, 58, 0.26) 47%, transparent 53%),
    rgba(255, 253, 247, 0.58);
}

.brand-mark::after {
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(16, 40, 58, 0.22);
  border-radius: 50%;
  content: "";
}

.header-cta,
.button {
  position: relative;
  overflow: hidden;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    transform 220ms ease,
    background 220ms ease;
}

.header-cta::before,
.button.primary::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 32%, rgba(255, 253, 247, 0.18) 46%, transparent 62%);
  content: "";
  transform: translateX(-120%);
  transition: transform 620ms ease;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.header-cta:hover::before,
.button.primary:hover::before {
  transform: translateX(120%);
}

.button.secondary {
  background: rgba(255, 253, 247, 0.5);
  backdrop-filter: blur(12px);
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
}

.hero {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr);
  gap: clamp(48px, 6vw, 86px);
  min-height: calc(100vh - 88px);
  padding: clamp(58px, 7vw, 92px) 0 clamp(84px, 9vw, 124px);
}

.hero::before {
  position: absolute;
  top: 28px;
  bottom: 46px;
  left: max(-72px, -5vw);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(178, 138, 84, 0.58), transparent);
  content: "";
}

.hero::after {
  position: absolute;
  right: max(-6vw, -78px);
  bottom: 42px;
  width: min(46vw, 560px);
  height: 1px;
  background: linear-gradient(90deg, rgba(178, 138, 84, 0.58), transparent);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hero-copy::before {
  display: block;
  width: 84px;
  height: 1px;
  margin: 0 0 28px;
  background: var(--accent);
  content: "";
}

h1 {
  max-width: 820px;
  text-wrap: balance;
}

h2 {
  text-wrap: balance;
}

.hero-text {
  max-width: 610px;
}

.hero-meta {
  display: inline-flex;
  padding: 10px 0;
  border-top: 1px solid rgba(178, 138, 84, 0.28);
  border-bottom: 1px solid rgba(178, 138, 84, 0.28);
}

.hero-edition {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 650px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-edition span {
  min-height: 58px;
  padding: 18px 18px 16px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-edition span:last-child {
  border-right: 0;
}

.hero-visual {
  --pointer-x: 0;
  --pointer-y: 0;
  perspective: 1100px;
}

.water-stage {
  min-height: 650px;
  border-color: rgba(255, 253, 247, 0.72);
  background:
    linear-gradient(145deg, rgba(12, 37, 55, 0.28), rgba(255, 253, 247, 0.1)),
    #dce5e4;
  box-shadow: var(--deep-shadow);
  transform:
    rotateX(calc(var(--pointer-y) * -4deg))
    rotateY(calc(var(--pointer-x) * 5deg));
  transition: transform 180ms ease-out;
}

.water-stage::before,
.water-stage::after {
  filter: saturate(0.82) contrast(1.08);
}

.water-orbit {
  position: absolute;
  inset: 44px;
  z-index: 0;
  border: 1px solid rgba(255, 253, 247, 0.34);
  border-radius: 50%;
  opacity: 0.66;
  transform: rotate(-12deg);
  animation: quietOrbit 18s ease-in-out infinite alternate;
}

.water-orbit::before,
.water-orbit::after {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(178, 138, 84, 0.18);
  border-radius: 50%;
  content: "";
}

.water-orbit::after {
  inset: 78px;
  border-color: rgba(255, 253, 247, 0.26);
}

.water-stage .report-card {
  right: 42px;
  bottom: 48px;
  width: min(326px, 63%);
  height: 472px;
  border-color: rgba(255, 253, 247, 0.8);
  box-shadow: 0 38px 92px rgba(9, 28, 40, 0.38);
}

.water-stage .report-card::after {
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(255, 253, 247, 0.28);
  content: "";
  pointer-events: none;
}

.floating-badge {
  top: 38px;
  left: 34px;
  border-color: rgba(255, 253, 247, 0.56);
  background: rgba(255, 253, 247, 0.8);
}

@keyframes quietOrbit {
  0% {
    opacity: 0.48;
    transform: translate3d(-6px, 5px, 0) rotate(-12deg);
  }

  100% {
    opacity: 0.76;
    transform: translate3d(8px, -7px, 0) rotate(-8deg);
  }
}

.preview-section,
.receive-section,
.inside-section,
.process-section,
.note-section,
.faq-section,
.privacy-section {
  padding: clamp(82px, 9vw, 126px) 0;
}

.section-heading {
  position: relative;
  margin-bottom: 54px;
}

.section-heading::after,
.section-heading.compact::after {
  display: block;
  width: 74px;
  height: 1px;
  margin: 24px auto 0;
  background: var(--accent);
  content: "";
}

.sample-grid {
  grid-template-columns: 0.86fr 1.08fr 0.86fr;
  gap: clamp(16px, 2.4vw, 34px);
  align-items: center;
}

.sample-card {
  position: relative;
  border-color: rgba(255, 253, 247, 0.82);
  background: rgba(255, 253, 247, 0.66);
  box-shadow: var(--shadow);
  transform-origin: center;
  backdrop-filter: blur(10px);
}

.sample-card::before {
  position: absolute;
  inset: 12px;
  z-index: 1;
  border: 1px solid rgba(255, 253, 247, 0.38);
  content: "";
  pointer-events: none;
}

.sample-card img {
  aspect-ratio: 0.76;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 700ms ease, filter 700ms ease;
}

.sample-card:hover img {
  filter: saturate(1) contrast(1.05);
  transform: scale(1.035);
}

.sample-card span {
  position: relative;
  padding: 18px 18px 20px;
}

.sample-card span::before {
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-right: 12px;
  background: var(--accent);
  content: "";
  vertical-align: middle;
}

.tilt-left {
  margin-top: 64px;
  transform: rotate(-2.2deg);
}

.lift {
  transform: translateY(-10px);
}

.tilt-right {
  margin-top: 92px;
  transform: rotate(2deg);
}

.sample-card:hover {
  box-shadow: 0 40px 110px rgba(12, 37, 55, 0.2);
}

.tilt-left:hover {
  transform: translateY(-8px) rotate(-1.4deg);
}

.lift:hover {
  transform: translateY(-18px);
}

.tilt-right:hover {
  transform: translateY(-8px) rotate(1.2deg);
}

.feature-grid {
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.feature-card {
  min-height: 244px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.82), rgba(255, 253, 247, 0.58)),
    linear-gradient(135deg, transparent 0 78%, rgba(178, 138, 84, 0.08));
  box-shadow: none;
  transition: background 220ms ease, transform 220ms ease;
}

.feature-card:hover {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(255, 253, 247, 0.7)),
    linear-gradient(135deg, transparent 0 76%, rgba(178, 138, 84, 0.12));
  transform: translateY(-3px);
}

.icon {
  background: rgba(255, 253, 247, 0.68);
}

.testimonials-section {
  padding: clamp(82px, 9vw, 126px) 0;
}

.feedback-rail {
  border-color: rgba(255, 253, 247, 0.66);
  background:
    linear-gradient(90deg, rgba(244, 241, 234, 0.98), rgba(219, 229, 229, 0.68)),
    url("public/report-sample/page-03-energetic-dna.jpg") center 20% / cover;
}

.feedback-card {
  background: rgba(255, 253, 247, 0.86);
}

.inside-section {
  position: relative;
}

.inside-section::before {
  position: absolute;
  inset: 34px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(178, 138, 84, 0.34), transparent);
  content: "";
}

.chapter-list {
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.chapter-list span {
  display: flex;
  align-items: center;
  min-height: 82px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 16% 24%, rgba(255, 253, 247, 0.92), transparent 36%),
    repeating-radial-gradient(ellipse at 88% 18%, rgba(16, 40, 58, 0.08) 0 1px, transparent 1px 12px),
    linear-gradient(135deg, rgba(255, 253, 247, 0.9), rgba(219, 229, 229, 0.5));
  color: var(--text);
}

.steps {
  position: relative;
  gap: 0;
  border: 1px solid var(--line);
}

.step-card {
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 253, 247, 0.7);
  box-shadow: none;
}

.step-card:last-child {
  border-right: 0;
}

.step-card span {
  background: var(--ink);
}

.creator-note,
.privacy-section,
.faq-list details,
.order-summary,
.intake-form {
  border-color: rgba(255, 253, 247, 0.72);
  background: rgba(255, 253, 247, 0.72);
  backdrop-filter: blur(14px);
}

.note-image {
  position: relative;
}

.note-image::before {
  position: absolute;
  inset: 24px -18px -18px 24px;
  z-index: -1;
  border: 1px solid var(--fine-line);
  content: "";
}

.note-image img {
  filter: saturate(0.92) contrast(1.02);
}

.faq-list details {
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.faq-list details[open],
.faq-list details:hover {
  border-color: rgba(178, 138, 84, 0.28);
  background: rgba(255, 253, 247, 0.88);
}

.privacy-section {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 1fr);
  gap: clamp(44px, 5vw, 72px);
  padding: clamp(58px, 6vw, 78px) clamp(72px, 7vw, 104px);
}

.privacy-section::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: url("public/report-sample/page-12-disclaimer-next-steps.jpg") center / cover;
  content: "";
  filter: saturate(0.75);
  opacity: 0.08;
  pointer-events: none;
}

.privacy-section > div:first-child {
  padding-left: clamp(10px, 1.4vw, 22px);
}

.privacy-section h2 {
  max-width: 8.2em;
}

.final-cta {
  position: relative;
  padding: clamp(86px, 10vw, 136px) 0;
}

.final-cta::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 40, 58, 0.04), rgba(16, 40, 58, 0.1)),
    url("public/report-sample/page-07-career-wealth-flow.jpg") center 70% / cover;
  content: "";
  filter: saturate(0.74) contrast(0.95);
  opacity: 0.16;
}

.order-panel {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 253, 247, 0.7);
  background: rgba(255, 253, 247, 0.26);
  box-shadow: var(--deep-shadow);
}

.hero > *,
.inside-section > *,
.note-section > *,
.privacy-section > *,
.order-panel > * {
  min-width: 0;
}

.order-summary,
.intake-form {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.order-summary {
  background:
    linear-gradient(180deg, rgba(12, 37, 55, 0.78), rgba(12, 37, 55, 0.9)),
    url("public/report-sample/page-01-cover.jpg") center / cover;
}

.order-summary::before {
  display: block;
  width: 78px;
  height: 1px;
  margin-bottom: 24px;
  background: rgba(255, 253, 247, 0.62);
  content: "";
}

.price-card,
.order-step-box,
.payment-trust {
  border-color: rgba(255, 253, 247, 0.22);
  background: rgba(255, 253, 247, 0.08);
}

.intake-form {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.92), rgba(255, 253, 247, 0.78)),
    url("public/report-sample/page-03-energetic-dna.jpg") right top / 78% auto no-repeat;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  background: rgba(255, 253, 247, 0.86);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cookie-consent {
  background: rgba(12, 37, 55, 0.94);
  backdrop-filter: blur(16px);
}

.reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 820ms ease, transform 820ms ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 901px) {
  .hero-copy.reveal-item {
    transition-delay: 80ms;
  }

  .hero-visual.reveal-item {
    transition-delay: 220ms;
  }
}

@media (max-width: 900px) {
  .site-header {
    width: calc(100% - 28px);
  }

  .hero,
  .inside-section,
  .note-section,
  .privacy-section,
  .order-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-edition {
    grid-template-columns: 1fr;
  }

  .hero-edition span {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-edition span:last-child {
    border-bottom: 0;
  }

  .water-stage {
    min-height: 560px;
  }

  .sample-grid,
  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .sample-grid,
  .feature-grid,
  .steps {
    gap: 16px;
    border: 0;
    background: transparent;
  }

  .feature-card,
  .step-card {
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .step-card {
    border-right: 1px solid var(--line);
  }

  .tilt-left,
  .lift,
  .tilt-right,
  .tilt-left:hover,
  .lift:hover,
  .tilt-right:hover {
    margin-top: 0;
    transform: none;
  }

  .order-panel {
    gap: 0;
  }
}

@media (max-width: 620px) {
  body {
    width: 100%;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: center;
    width: calc(100% - 20px);
  }

  .brand {
    max-width: none;
    min-width: 0;
    font-size: 17px;
  }

  .header-cta {
    width: 100%;
    max-width: none;
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.14;
    text-align: center;
    white-space: nowrap;
  }

  .section-shell {
    width: min(100% - 24px, 1120px);
  }

  h1 {
    max-width: 8em;
    font-size: clamp(38px, 10.8vw, 42px);
    overflow-wrap: normal;
  }

  h2 {
    font-size: clamp(34px, 11vw, 44px);
  }

  .hero-text,
  .microcopy,
  .section-heading p,
  .order-summary p,
  .privacy-copy {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-meta {
    display: block;
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .hero-copy {
    max-width: min(100%, 360px);
  }

  .hero-copy .eyebrow,
  .hero-text,
  .hero-meta,
  .microcopy {
    max-width: 34ch;
  }

  .water-stage {
    min-height: 454px;
  }

  .water-orbit {
    inset: 28px;
  }

  .water-stage .report-card {
    width: min(238px, 63%);
    height: 342px;
  }

  .feature-card,
  .step-card,
  .creator-note,
  .privacy-section,
  .order-summary,
  .intake-form {
    padding: 24px;
  }

  .order-panel {
    width: min(100% - 20px, 1120px);
  }

  .price-card strong {
    font-size: 42px;
  }

  .cookie-consent {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-cta,
  .button,
  .sample-card,
  .sample-card img,
  .feature-card,
  .faq-list details,
  .reveal-item,
  .water-stage {
    transition: none;
  }

  .water-orbit {
    animation: none;
  }

  .header-cta:hover,
  .button:hover,
  .feature-card:hover,
  .sample-card:hover,
  .tilt-left:hover,
  .lift:hover,
  .tilt-right:hover {
    transform: none;
  }

  .reveal-item {
    opacity: 1;
    transform: none;
  }
}
