:root{
  --bg:#090c11;
  --bg-soft:#0d1117;
  --text:#f5f0e8;
  --muted:#a59d92;
  --gold:#d8b67b;
  --gold-2:#c9954b;
  --line:rgba(255,255,255,.09);
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.narrow{max-width:860px}
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0
}
.progress{
  position:fixed;top:0;left:0;height:2px;width:0;z-index:999;
  background:linear-gradient(90deg,var(--gold-2),#f0d7ab)
}
.nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:linear-gradient(180deg,rgba(7,10,14,.72),transparent);
  transition:background .2s ease,border-color .2s ease
}
.nav.scrolled{
  background:rgba(7,10,14,.84);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.06)
}
.nav-inner{
  height:68px;display:flex;align-items:center;justify-content:center
}
.brand{
  font-size:12px;font-weight:850;letter-spacing:.22em;text-transform:uppercase
}
.hero{
  position:relative;
  min-height:92svh;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#0b0f14
}
.hero-media,.hero-overlay{position:absolute;inset:0}
.hero-bg{
  position:absolute;inset:-40px;
  width:calc(100% + 80px);height:calc(100% + 80px);
  object-fit:cover;object-position:58% center;
  filter:blur(16px) saturate(.75) brightness(.58);
  transform:scale(1.1)
}
.hero-overlay{
  background:
    radial-gradient(800px 500px at 50% 50%,rgba(216,182,123,.06),transparent 68%),
    linear-gradient(180deg,rgba(6,8,11,.50),rgba(6,8,11,.84) 72%,rgba(6,8,11,.94))
}
.hero-inner{position:relative;z-index:2;padding-top:68px}
.hero-copy{
  min-height:100svh;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center
}
.intro{
  margin:0 0 14px;
  color:#d7c39f;
  font-size:clamp(16px,2vw,20px);
  letter-spacing:.02em;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .7s ease,transform .7s ease
}
h1{
  margin:0;
  font-size:clamp(54px,10vw,124px);
  line-height:.92;
  letter-spacing:-.075em;
  font-weight:820;
  max-width:900px;
  text-wrap:balance;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .9s ease,transform .9s ease
}
.hero.ready .intro,
.hero.ready h1,
.hero.ready .hero-actions{
  opacity:1;transform:none
}
.hero-actions{
  margin-top:24px;
  opacity:0;
  transform:translateY(12px);
  transition:opacity .8s ease .25s,transform .8s ease .25s
}
.ghost-link{
  font-size:13px;font-weight:700;color:#e9dfcf;
  border-bottom:1px solid rgba(255,255,255,.22);padding-bottom:4px
}
.section{
  padding:78px 0;
  border-top:1px solid rgba(255,255,255,.05)
}
.prompt-section,
.podcasts-section,
.follow-section{
  background:transparent
}
.section-label{
  color:var(--gold);
  font-size:11px;font-weight:850;letter-spacing:.18em;text-transform:uppercase;
  margin-bottom:14px
}
.section-title{
  margin:0 0 14px;
  font-size:clamp(38px,5vw,72px);
  line-height:.96;
  letter-spacing:-.055em
}
.section-copy{
  margin:0 0 26px;
  font-size:18px;line-height:1.6;color:var(--muted)
}
.prompt-box{
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  background:#0b0f14;
}
.prompt-top{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.07)
}
.prompt-file{
  font-size:11px;font-weight:800;letter-spacing:.12em;color:#ab9e8c
}
.prompt-top-actions{display:flex;gap:8px}
.mini-btn{
  appearance:none;border:1px solid rgba(216,182,123,.22);
  background:transparent;
  color:#e0ca9f;
  padding:8px 11px;border-radius:999px;
  font-size:11px;font-weight:800;cursor:pointer
}
.prompt-clip{
  position:relative;
  max-height:380px;
  overflow:hidden;
  transition:max-height .35s ease
}
.prompt-clip.open{max-height:2800px}
pre{
  margin:0;
  padding:24px;
  color:#dbd4ca;
  white-space:pre-wrap;
  word-break:break-word;
  font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace
}
.prompt-fade{
  position:absolute;left:0;right:0;bottom:0;height:140px;
  background:linear-gradient(transparent,#0b0f14 85%);
  pointer-events:none;
  transition:opacity .2s ease
}
.prompt-clip.open .prompt-fade{opacity:0}
.prompt-bottom{
  padding:16px 18px;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  color:#8e867c;font-size:12px
}
.prompt-cta-group{display:flex;gap:10px;flex-wrap:wrap}
.btn{
  appearance:none;border:0;border-radius:999px;cursor:pointer;
  padding:14px 18px;font-size:13px;font-weight:850;letter-spacing:.01em;
  display:inline-flex;align-items:center;justify-content:center;
  transition:transform .18s ease,filter .18s ease,border-color .18s ease,background .18s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  color:#17130e;
  background:linear-gradient(180deg,#ecd3a6,#c99955);
}
.btn-secondary{
  color:#f3ece2;
  border:1px solid rgba(255,255,255,.16);
  background:transparent
}

.honeypot{position:absolute!important;left:-9999px!important}
.consent{
  margin-top:12px;
  display:flex;gap:9px;align-items:flex-start;
  font-size:11px;line-height:1.5;color:#827a71
}
.consent input{margin-top:3px}
.consent a{text-decoration:underline;text-underline-offset:2px}
.form-msg{min-height:20px;margin-top:10px;font-size:12px;color:#d6c19b}
.podcasts-list{
  display:flex;
  flex-direction:column;
  gap:22px;
  margin-top:8px
}
.podcast-item{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:18px;
  align-items:center
}
.podcast-item img{
  width:160px;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:12px;
  display:block
}
.podcast-meta{
  display:flex;
  flex-direction:column;
  gap:6px
}
.podcast-meta strong{
  font-size:18px;
  line-height:1.25;
  font-weight:720
}
.podcast-meta span{
  font-size:13px;
  color:var(--muted)
}
.follow-line{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  font-size:18px
}
.follow-line span{color:var(--muted)}
.follow-line a{
  color:#e0ca9f;
  border-bottom:1px solid rgba(216,182,123,.28);
  padding-bottom:3px;
  font-weight:700
}
.footer{
  border-top:1px solid rgba(255,255,255,.05);
  padding:24px 0 36px;
  font-size:11px;color:#736c63
}
.footer-inner{
  display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap
}
.reveal{
  opacity:0;transform:translateY(14px);
  transition:opacity .55s ease,transform .55s ease
}
.reveal.show{opacity:1;transform:none}
.toast{
  position:fixed;left:50%;bottom:24px;z-index:999;
  transform:translate(-50%,16px);
  opacity:0;pointer-events:none;
  background:#e1c38e;color:#17130e;
  padding:10px 14px;border-radius:999px;
  font-size:12px;font-weight:850;
  transition:.18s ease
}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media (max-width:760px){
  .wrap{width:min(calc(100% - 32px),var(--max))}
  .section{padding:66px 0}
  .prompt-top,.prompt-bottom{align-items:flex-start;flex-direction:column}
  .prompt-cta-group{width:100%}
  
  .prompt-cta-group .btn{width:100%}
  .podcast-item{grid-template-columns:1fr;gap:12px}
  .podcast-item img{width:100%;max-width:320px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation:none!important;transition:none!important}
  .intro,h1,.hero-actions,.reveal{opacity:1;transform:none}
}


/* v7 centered hero + typewriter */
.nav-inner{
  justify-content:center!important;
}
.hero-copy{
  text-align:center!important;
  align-items:center!important;
}
.intro{
  text-align:center;
}
h1{
  text-align:center;
}
.hero-actions{
  text-align:center;
}
.type-cursor{
  display:inline-block;
  width:.055em;
  height:.78em;
  margin-left:.06em;
  background:var(--gold);
  vertical-align:-.03em;
  animation:typeBlink .78s steps(1,end) infinite;
}
@keyframes typeBlink{
  50%{opacity:0}
}
@media (prefers-reduced-motion:reduce){
  .type-cursor{display:none}
}


/* v8 center podcast section more strongly */
.podcasts-section .narrow{
  max-width:920px;
}
.podcasts-section .section-label,
.podcasts-section .section-title{
  text-align:center;
}
.podcasts-list{
  max-width:760px;
  margin:18px auto 0!important;
}
.podcast-item{
  grid-template-columns:180px minmax(0,380px)!important;
  justify-content:center;
  align-items:center;
}
.podcast-item img{
  width:180px!important;
}
.podcast-meta{
  text-align:left;
}
@media (max-width:760px){
  .podcasts-list{
    max-width:360px;
  }
  .podcast-item{
    grid-template-columns:1fr!important;
    justify-items:center;
  }
  .podcast-item img{
    width:100%!important;
    max-width:340px!important;
  }
  .podcast-meta{
    text-align:center;
    align-items:center;
  }
}


/* v9 center GO DEEPER / email section */

/* v10 — center the whole experience */
main .narrow{
  max-width:920px;
  text-align:center;
}

/* All section labels/headlines/copy centered */
main .section-label,
main .section-title,
main .section-copy{
  text-align:center;
}

main .section-copy{
  margin-left:auto;
  margin-right:auto;
}

/* Prompt block centered as an object */
.prompt-box{
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
}

/* Prompt chrome centered, prompt text itself stays left-aligned for readability */
.prompt-top{
  justify-content:center;
  flex-direction:column;
  gap:10px;
  text-align:center;
}

.prompt-top-actions{
  justify-content:center;
}

.prompt-bottom{
  justify-content:center;
  flex-direction:column;
  text-align:center;
}

.prompt-cta-group{
  justify-content:center;
}

pre{
  text-align:left;
}

/* Email section */

/* Podcasts */
.podcasts-section .narrow{
  text-align:center;
}

.podcasts-list{
  max-width:760px;
  margin-left:auto!important;
  margin-right:auto!important;
}

.podcast-item{
  justify-content:center;
}

.podcast-meta{
  text-align:left;
}

/* Follow section */
.follow-section .follow-line{
  justify-content:center;
  text-align:center;
}

/* Footer centered too */
.footer-inner{
  justify-content:center;
  text-align:center;
}

/* Keep mobile clean */
@media (max-width:760px){
  .prompt-top,
  .prompt-bottom{
    align-items:center;
  }

  .prompt-cta-group{
    width:100%;
    justify-content:center;
  }

  .podcast-meta{
    text-align:center;
    align-items:center;
  }

  .footer-inner{
    flex-direction:column;
    align-items:center;
  }
}


/* v11 — minimal about + social */
.about-section,
.social-section{
  background:transparent;
}

.about-section .narrow,
.social-section .narrow{
  text-align:center;
}

.about-line{
  margin:0 auto;
  max-width:760px;
  font-size:clamp(26px,3.4vw,46px);
  line-height:1.1;
  letter-spacing:-.035em;
  font-weight:680;
  color:#f0ebe3;
}

.social-section{
  padding-top:72px;
  padding-bottom:86px;
}

.social-section .section-title{
  margin-left:auto;
  margin-right:auto;
}

.social-cta{
  display:inline-block;
  margin-top:10px;
  padding-bottom:4px;
  border-bottom:1px solid rgba(216,182,123,.35);
  color:#e0ca9f;
  font-size:18px;
  font-weight:750;
  transition:color .18s ease,border-color .18s ease,transform .18s ease;
}

.social-cta:hover{
  color:#f0d8ad;
  border-color:rgba(216,182,123,.65);
  transform:translateY(-1px);
}

@media (max-width:760px){
  .about-line{
    font-size:30px;
  }
}


/* v12 — smaller type + credibility-led about */
.about-section{
  padding-top:72px;
  padding-bottom:76px;
}

.about-headline{
  margin:0 auto 28px;
  max-width:760px;
  font-size:clamp(28px,3.2vw,44px);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:720;
  text-align:center;
}

.credibility{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  max-width:780px;
  margin:0 auto 28px;
  text-align:center;
}

.credibility div{
  display:flex;
  flex-direction:column;
  gap:5px;
}

.credibility strong{
  font-size:clamp(26px,3vw,40px);
  line-height:1;
  letter-spacing:-.04em;
  color:#f3ede4;
}

.credibility span{
  font-size:12px;
  line-height:1.45;
  color:#8f877d;
}

.about-copy{
  margin:0 auto;
  max-width:680px;
  font-size:18px;
  line-height:1.55;
  color:#aaa299;
  text-align:center;
}

.about-copy em{
  color:#e2cfaa;
  font-style:normal;
}

.social-section .section-title{
  font-size:clamp(34px,4vw,56px);
}

@media (max-width:760px){
  .credibility{
    grid-template-columns:1fr;
    gap:20px;
    max-width:360px;
  }

  .about-headline{
    font-size:32px;
  }

  .about-copy{
    font-size:16px;
  }
}


/* v13 — softer, more human about section */
.about-section{
  padding-top:66px;
  padding-bottom:72px;
}

.about-intro{
  margin:0 auto 14px;
  max-width:720px;
  text-align:center;
  font-size:clamp(22px,2.5vw,32px);
  line-height:1.22;
  letter-spacing:-.025em;
  font-weight:650;
  color:#f0ebe3;
}

.about-facts{
  margin:0 auto 22px;
  max-width:700px;
  text-align:center;
  font-size:15px;
  line-height:1.6;
  color:#90887f;
}

.about-question{
  margin:0 auto;
  max-width:720px;
  text-align:center;
  font-size:18px;
  line-height:1.55;
  color:#aaa299;
}

.about-question em{
  display:inline-block;
  margin-top:5px;
  color:#e2cfaa;
  font-style:normal;
}

@media (max-width:760px){
  .about-intro{
    font-size:26px;
  }

  .about-facts,
  .about-question{
    font-size:15px;
  }
}


/* v15 — prompt hidden until explicitly revealed */
.prompt-reveal-wrap{
  display:flex;
  justify-content:center;
  margin-top:26px;
}

.reveal-prompt-btn{
  appearance:none;
  border:0;
  background:transparent;
  color:#e0ca9f;
  font-size:13px;
  font-weight:850;
  letter-spacing:.08em;
  cursor:pointer;
  padding:12px 4px;
  border-bottom:1px solid rgba(216,182,123,.28);
  transition:color .18s ease,border-color .18s ease,transform .18s ease;
}

.reveal-prompt-btn:hover{
  color:#f0d8ad;
  border-color:rgba(216,182,123,.6);
  transform:translateY(-1px);
}

.reveal-prompt-btn span{
  display:inline-block;
  margin-left:6px;
  transition:transform .25s ease;
}

.reveal-prompt-btn.open span{
  transform:rotate(180deg);
}

.prompt-hidden{
  max-width:860px;
  margin:26px auto 0;
}

.prompt-hidden[hidden]{
  display:none!important;
}

.prompt-hidden.revealing{
  animation:promptReveal .42s ease both;
}

@keyframes promptReveal{
  from{opacity:0;transform:translateY(14px)}
  to{opacity:1;transform:none}
}

/* Prompt itself is fully visible once revealed */
.prompt-hidden .prompt-clip{
  max-height:none!important;
  overflow:visible!important;
}

.prompt-hidden .prompt-fade{
  display:none!important;
}

@media(prefers-reduced-motion:reduce){
  .prompt-hidden.revealing{animation:none}
}


/* v16 — big prompt CTA before reveal, softer email CTA */
.prompt-entry-actions{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:28px;
}

.prompt-main-cta{
  min-width:260px;
  padding:16px 24px;
}

.prompt-entry-actions .reveal-prompt-btn{
  margin-top:2px;
  font-size:11px;
  color:#998e7c;
  border-bottom-color:rgba(216,182,123,.16);
}

.prompt-entry-actions .reveal-prompt-btn:hover{
  color:#d9c59f;
  border-bottom-color:rgba(216,182,123,.35);
}

@media(max-width:760px){
  .prompt-main-cta{
    width:100%;
    max-width:420px;
  }

  
}


/* v17 — ChatGPT URL-prefill CTA */
.prompt-main-cta{
  min-width:290px;
}

@media(max-width:760px){
  .prompt-main-cta{
    min-width:0;
  }
}


/* v18 — quiet portrait inside About */
.about-photo{
  width:min(310px,72vw);
  margin:0 auto 22px;
}

.about-photo img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
  opacity:.84;
  filter:saturate(.88) contrast(.96);
  box-shadow:0 12px 34px rgba(0,0,0,.14);
}

.about-photo:hover img{
  opacity:.92;
}

@media(max-width:760px){
  .about-photo{
    width:min(285px,78vw);
    margin-bottom:20px;
  }
}


/* v19 — unified Priority-2 CTA language */
.priority-two-cta{
  appearance:none;
  display:inline-block;
  border:0;
  border-bottom:1px solid rgba(216,182,123,.28);
  border-radius:0;
  background:transparent;
  color:#b7aa94;
  padding:8px 2px 5px;
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  line-height:1.2;
  text-transform:uppercase;
  cursor:pointer;
  transition:color .18s ease,border-color .18s ease,transform .18s ease;
}

.priority-two-cta:hover{
  color:#e3cda7;
  border-bottom-color:rgba(216,182,123,.62);
  transform:translateY(-1px);
}

.hero-actions .priority-two-cta{
  color:#d7c7ac;
}

.prompt-entry-actions .priority-two-cta{
  margin-top:2px;
}

/* v19 — narrative About with image on the right */
.about-section{
  padding-top:32px!important;
  padding-bottom:32px!important;
}

.about-wrap{
  max-width:980px;
}

.about-wrap > .section-label{
  text-align:center;
}

.about-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);
  gap:56px;
  align-items:center;
  margin-top:18px;
}

.about-story{
  text-align:left;
}

.about-lead{
  margin:0 0 22px;
  font-size:clamp(28px,3vw,40px);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:700;
  color:#f0ebe3;
}

.about-step{
  margin:0 0 16px;
  font-size:16px;
  line-height:1.62;
  color:#a8a096;
}

.about-step strong{
  color:#e9e1d5;
  font-weight:700;
}

.about-ending{
  margin:26px 0 0;
  font-size:18px;
  line-height:1.55;
  color:#b5aa9c;
}

.about-ending em{
  display:inline-block;
  margin-top:5px;
  color:#dfc69e;
  font-style:normal;
}

.about-photo-side{
  justify-self:end;
  width:min(100%,370px);
}

.about-photo-side img{
  display:block;
  width:100%;
  height:auto;
  border-radius:16px;
  opacity:.88;
  filter:saturate(.9) contrast(.97);
}

@media(max-width:820px){
  .about-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .about-story{
    text-align:center;
  }

  .about-photo-side{
    justify-self:center;
    width:min(330px,78vw);
    order:-1;
  }

  .about-lead{
    font-size:30px;
  }
}

@keyframes emailPopupIn{
  from{opacity:0;transform:translateY(10px) scale(.985)}
  to{opacity:1;transform:none}
}

/* v20 — aligned typography scale */
:root{
  --fs-label:11px;
  --fs-body:16px;
  --fs-small:12px;
  --fs-title:clamp(38px,4.4vw,58px);
  --fs-subtitle:clamp(26px,3vw,36px);
}

/* labels */
.section-label,
.label,
.eyebrow{
  font-size:var(--fs-label)!important;
  letter-spacing:.17em;
}

/* all main section headlines */
main .section-title,
.social-section .section-title,
.podcasts-section .section-title{
  font-size:var(--fs-title)!important;
  line-height:.98!important;
  letter-spacing:-.05em!important;
}

/* About should not visually overpower the rest */
.about-lead{
  font-size:var(--fs-subtitle)!important;
  line-height:1.12!important;
  letter-spacing:-.03em!important;
}

.about-step{
  font-size:var(--fs-body)!important;
  line-height:1.62!important;
}

.about-ending{
  font-size:18px!important;
  line-height:1.5!important;
}

/* supporting copy */
.section-copy,
.lede{
  font-size:var(--fs-body)!important;
  line-height:1.58!important;
}

/* podcast text */
.podcast-meta strong{
  font-size:18px!important;
  line-height:1.28!important;
}

.podcast-meta span{
  font-size:var(--fs-small)!important;
}

/* CTA typography */
.priority-two-cta,
.mini-btn{
  font-size:11px!important;
  letter-spacing:.08em!important;
}

.btn,
.btn-primary,
.btn-secondary{
  font-size:13px!important;
}

/* footer */
.footer,
footer{
  font-size:11px!important;
}

@media(max-width:760px){
  :root{
    --fs-title:clamp(34px,10vw,46px);
    --fs-subtitle:clamp(26px,8vw,32px);
    --fs-body:15px;
  }

  .about-ending{
    font-size:16px!important;
  }
}


/* v21 — Let's Talk / Let's Talk Deeper */

/* same visual rhythm as OR REVEAL THE PROMPT */

/* Keep consent naturally below CTA */

/* v24 — clear prompt explainer */
.prompt-explainer{
  max-width:650px;
  margin:0 auto 24px;
  text-align:center;
  color:#91897f;
  font-size:15px;
  line-height:1.55;
}

@media(max-width:760px){
  .prompt-explainer{
    max-width:92%;
    font-size:14px;
    margin-bottom:20px;
  }
}


/* v28 — supplied Der Diemer logo */
.nav-inner{
  height:82px!important;
}

.brand-logo{
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:5px 0;
  line-height:1;
}

.brand-logo img{
  display:block;
  width:78px;
  height:auto;
  opacity:.92;
  transition:opacity .18s ease,transform .18s ease;
}

.brand-logo:hover img{
  opacity:1;
  transform:translateY(-1px);
}

/* v28 — make THE PROMPT the centerpiece */
.prompt-focus{
  position:relative;
  overflow:hidden;
  padding-top:110px!important;
  padding-bottom:116px!important;
  background:
    radial-gradient(720px 360px at 50% 46%,rgba(216,182,123,.13),transparent 67%),
    linear-gradient(180deg,rgba(216,182,123,.012),rgba(216,182,123,.052) 50%,rgba(216,182,123,.014));
}

.prompt-focus:before,
.prompt-focus:after{
  content:"";
  position:absolute;
  left:50%;
  width:min(980px,calc(100% - 48px));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(216,182,123,.28),transparent);
  pointer-events:none;
}

.prompt-focus:before{top:0}
.prompt-focus:after{bottom:0}

.prompt-focus .narrow{
  max-width:980px;
}

.prompt-focus .section-label{
  color:#e7ca96!important;
}

.prompt-focus .section-title{
  max-width:940px;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:clamp(48px,6vw,78px)!important;
  line-height:.94!important;
}

.prompt-really{
  color:#dfbd82;
  font-style:normal;
}

.prompt-focus .prompt-explainer{
  max-width:680px;
  color:#aaa196;
  font-size:16px;
}

.prompt-focus .prompt-main-cta{
  min-width:320px;
  padding:17px 28px;
  box-shadow:
    0 16px 48px rgba(190,139,69,.22),
    0 0 0 1px rgba(255,231,188,.06) inset;
}

@media(max-width:760px){
  .nav-inner{height:74px!important}
  .brand-logo img{width:68px}

  .prompt-focus{
    padding-top:84px!important;
    padding-bottom:92px!important;
  }

  .prompt-focus .section-title{
    font-size:clamp(40px,12vw,56px)!important;
  }

  .prompt-focus .prompt-explainer{
    font-size:14px;
  }

  .prompt-focus .prompt-main-cta{
    min-width:0;
  }
}


/* v31 — prompt “how it works” help */
.prompt-primary-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.prompt-info-btn{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border:1px solid rgba(216,182,123,.28);
  border-radius:50%;
  background:rgba(216,182,123,.045);
  color:#cbb58f;
  font:700 14px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  cursor:pointer;
  transition:
    border-color .18s ease,
    background .18s ease,
    color .18s ease,
    transform .18s ease;
}

.prompt-info-btn:hover,
.prompt-info-btn[aria-expanded="true"]{
  border-color:rgba(216,182,123,.62);
  background:rgba(216,182,123,.10);
  color:#eed3a3;
  transform:translateY(-1px);
}

.prompt-info-panel[hidden]{
  display:none!important;
}

.prompt-info-panel{
  width:min(650px,calc(100vw - 40px));
  margin:16px auto 4px;
  padding:18px 20px;
  border:1px solid rgba(216,182,123,.15);
  border-radius:16px;
  background:rgba(10,13,18,.72);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
  text-align:left;
  animation:promptInfoIn .22s ease both;
}

.prompt-info-item + .prompt-info-item{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.06);
}

.prompt-info-item strong{
  display:block;
  margin-bottom:4px;
  color:#e7dac7;
  font-size:13px;
  line-height:1.35;
}

.prompt-info-item span{
  display:block;
  color:#918a80;
  font-size:12px;
  line-height:1.55;
}

@keyframes promptInfoIn{
  from{opacity:0;transform:translateY(-5px)}
  to{opacity:1;transform:none}
}

@media(max-width:760px){
  .prompt-primary-row{
    gap:8px;
  }

  .prompt-info-btn{
    width:30px;
    height:30px;
    font-size:13px;
  }

  .prompt-info-panel{
    padding:16px;
  }
}

@media(prefers-reduced-motion:reduce){
  .prompt-info-panel{
    animation:none;
  }
}


/* v32 — conversion clarity + three-step journey */
.prompt-focus .section-label{
  letter-spacing:.15em!important;
}

.audit-trust{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 18px;
  max-width:820px;
  margin:15px auto 4px;
  color:#a69c8e;
}

.audit-trust-item{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:11px;
  font-weight:650;
  line-height:1.2;
  white-space:nowrap;
}

.audit-trust-item svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:#d8b67b;
  stroke-width:1.35;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.82;
}

.prompt-entry-actions .reveal-prompt-btn{
  margin-top:13px;
}

.about-today{
  margin-top:25px;
  padding-top:22px;
  border-top:1px solid rgba(216,182,123,.15);
}

.about-today p{
  margin:0;
  color:#aaa196;
  font-size:15px;
  line-height:1.62;
}

.about-today p + p{
  margin-top:12px;
}

.about-photo-side{
  position:relative;
}

.about-photo-side:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:16px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);
  background:linear-gradient(180deg,transparent 65%,rgba(5,7,10,.08));
}

.about-photo-side img{
  opacity:.92!important;
  filter:saturate(.87) contrast(1.01)!important;
}

/* Consistent section labels, without an implied numbered sequence. */


@media(max-width:760px){
  .audit-trust{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:min(360px,92%);
    gap:10px 12px;
    margin-top:16px;
  }

  .audit-trust-item{
    justify-content:flex-start;
    white-space:normal;
    font-size:10.5px;
  }

  .about-today p{
    font-size:14px;
  }
}

/* v33 — native prompt links and a visible clipboard fallback */
.prompt-launch-note{max-width:580px;margin:16px auto 10px;color:#aaa196;font-size:14px;line-height:1.6;text-align:center}
.prompt-copy-only{display:block;margin:0 auto 16px}

/* v34 — immediate audit entry, clear mobile actions, a reason to share */
:root{--fs-body:16px}
html{scroll-padding-top:96px}
:focus-visible{outline:2px solid #e5c48e;outline-offset:5px}
.hero{min-height:100svh}
.hero-inner{padding-top:100px;padding-bottom:64px}
.hero-copy{min-height:calc(100svh - 164px)}
.hero .intro,.hero h1,.hero .hero-actions{opacity:1;transform:none;transition:none}
.hero .intro{font-size:clamp(16px,2vw,20px);margin-bottom:24px}
.hero-question-mark{color:var(--gold)}
.hero-explainer{max-width:620px;margin:28px auto 0;font-size:clamp(16px,1.7vw,19px);line-height:1.65;color:#c3baad;text-wrap:balance}
.hero-actions{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:30px}
.hero-main-cta{min-height:56px;padding:17px 30px;box-shadow:0 12px 42px rgba(190,139,69,.21);font-size:15px!important}
.hero-secondary-actions{display:flex;align-items:center;justify-content:center;gap:24px}
.hero-secondary-actions .mini-btn{margin:0}
.hero-read-link{display:inline-flex;align-items:center;gap:9px;min-height:44px;font-size:14px;color:#c9baa2}
.hero-reassurance{margin:0;font-size:13px;line-height:1.5;color:#a59b8d}
.prompt-focus .prompt-explainer{font-size:16px;line-height:1.65}
.prompt-primary-row{max-width:100%;width:auto}
.prompt-primary-row .prompt-main-cta{min-width:0;min-height:54px;font-size:15px!important}
.prompt-info-btn{width:44px;height:44px;flex:0 0 44px}
.prompt-launch-note{margin:8px auto 0;font-size:14px}
.prompt-entry-actions{gap:10px}
.prompt-copy-only{margin:0 auto 4px}
.mini-btn{min-height:44px;font-size:14px!important;letter-spacing:.01em!important}
.prompt-entry-actions .reveal-prompt-btn{min-height:44px;font-size:13px!important}
.audit-trust{gap:12px 18px}
.audit-trust-item{font-size:13px;white-space:normal}
.prompt-info-item strong,.prompt-info-item span{font-size:14px;line-height:1.6}
.prompt-bottom>span{font-size:14px;line-height:1.6}

.consent input{min-width:18px;min-height:18px;accent-color:var(--gold)}

.share-audit{max-width:760px;margin:42px auto 0;padding:30px 28px 24px;text-align:left;border:1px solid rgba(216,182,123,.2);border-radius:20px;background:linear-gradient(125deg,rgba(216,182,123,.065),rgba(216,182,123,.015))}
.share-eyebrow{font-size:12px;letter-spacing:.13em;font-weight:700;color:#cbb58e}
.share-audit h3{margin:12px 0 10px;font-size:clamp(24px,3vw,32px);line-height:1.16;letter-spacing:-.025em;max-width:580px;text-wrap:balance}
.share-audit-copy p{margin:0;color:#b2a799;font-size:16px;line-height:1.6;max-width:520px}
.share-audit-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 24px;margin-top:22px}
.share-audit-actions .btn{font-size:14px!important;min-height:48px;border-color:rgba(216,182,123,.4);color:#eddbbf}
.share-whatsapp{display:inline-flex;gap:8px;align-items:center;min-height:44px;font-size:14px;color:#d5c29f}
.share-privacy{margin:16px 0 0;color:#a69a89;font-size:13px;line-height:1.5}

.mobile-audit-bar{display:none}
.mobile-audit-bar[hidden]{display:none!important}
@media(max-width:760px){
  .hero-inner{padding-top:104px;padding-bottom:48px}
  .hero-copy{min-height:calc(100svh - 152px)}
  .hero h1{font-size:clamp(52px,13vw,82px);line-height:1.02}
  .hero-explainer{margin-top:22px;font-size:16px;max-width:420px}
  .hero-explainer br{display:none}
  .hero-actions{width:100%;margin-top:26px;gap:10px}
  .hero-main-cta{width:min(100%,360px);min-height:56px;padding:17px 20px}
  .hero-reassurance{font-size:12px}
  .prompt-focus{padding-top:68px!important;padding-bottom:72px!important}
  .prompt-primary-row{width:100%}
  .prompt-primary-row .prompt-main-cta{flex:1;padding:16px 10px;font-size:14px!important;max-width:420px}
  .audit-trust{max-width:380px;gap:10px 14px}
  .audit-trust-item{font-size:12px}
  .share-audit{padding:25px 21px}
  .share-eyebrow{letter-spacing:.07em;font-size:11px}
  .mobile-audit-bar{position:fixed;display:flex;justify-content:center;bottom:0;left:0;right:0;z-index:110;padding:10px 20px calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(216,182,123,.18);background:rgba(9,12,17,.96);backdrop-filter:blur(14px)}
  .mobile-audit-cta{width:100%;max-width:430px;min-height:48px;font-size:14px!important}
  body.has-mobile-audit-bar{padding-bottom:calc(80px + env(safe-area-inset-bottom))}
  body.has-mobile-audit-bar .toast{bottom:calc(88px + env(safe-area-inset-bottom))}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-actions,.hero h1,.hero .intro{animation:none}}

/* v35 — slowly written headline with reserved space; softly blended portrait */
.hero #heroTitle{width:100%;max-width:940px;line-height:1.04;letter-spacing:-.065em}
html[lang="de"] .hero #heroTitle{letter-spacing:-.035em;line-height:1.1}
html[lang="de"] .hero-written-line{word-spacing:.04em}
html[lang="de"] .hero-written{gap:.12em}
html[lang="de"] .hero-written-aside{letter-spacing:-.02em}
.hero-written{display:flex;flex-direction:column;align-items:center;gap:.06em}
.hero-written-line{display:block;white-space:nowrap}
.hero-written-aside{display:block;white-space:nowrap;color:var(--gold);font-family:Georgia,"Times New Roman",serif;font-weight:400;font-style:italic;font-size:.68em;line-height:1.2;letter-spacing:-.035em}
.hero .hero-explainer{max-width:540px;margin-top:24px}
.about-photo-side{isolation:isolate}
.about-photo-side::after{border-radius:0;box-shadow:none;background:none}
.about-photo-side img{
  border-radius:0;
  opacity:.66!important;
  filter:saturate(.7) brightness(.88)!important;
  -webkit-mask-image:linear-gradient(to right,transparent,#000 19%,#000 80%,transparent),linear-gradient(to bottom,transparent,#000 16%,#000 70%,transparent);
  -webkit-mask-composite:source-in;
  mask-image:linear-gradient(to right,transparent,#000 19%,#000 80%,transparent),linear-gradient(to bottom,transparent,#000 16%,#000 70%,transparent);
  mask-composite:intersect;
}
@media(max-width:760px){
  .hero #heroTitle{font-size:clamp(44px,12vw,82px);line-height:1.06}
  .hero-written-aside{font-size:.76em}
  .hero .hero-explainer{max-width:340px;margin-top:23px}
  .about-photo-side{width:min(350px,90vw)}
}


/* v54 — provider CTAs arrive from opposite sides; motion is decorative and fully optional. */
@keyframes heroCtaFromLeft{from{opacity:0;transform:translate3d(-42px,0,0)}to{opacity:1;transform:none}}
@keyframes heroCtaFromRight{from{opacity:0;transform:translate3d(42px,0,0)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:no-preference){
  .hero-main-cta{animation:heroCtaFromLeft 680ms cubic-bezier(.2,.72,.2,1) 1350ms both}
  .hero-claude-cta{animation:heroCtaFromRight 680ms cubic-bezier(.2,.72,.2,1) 1350ms both}
  .hero-written-aside{animation:heroReallyReveal 620ms cubic-bezier(.2,.72,.2,1) 2180ms both}
}
@keyframes heroReallyReveal{from{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:none}}
.hero-provider-cta:focus,.hero-provider-cta:active{animation:none;opacity:1;transform:none}
@media(prefers-reduced-motion:reduce),(prefers-contrast:more),(forced-colors:active){
  .hero-provider-cta,.hero-written-aside{animation:none!important;opacity:1!important;transform:none!important}
}

/* Keep the shorter primary label easy to tap; preserve local thumbnail proportions. */
.hero-main-cta{min-width:min(260px,100%)}
.podcast-item img{height:auto;aspect-ratio:16/9}

/* v38 — stable text nodes instead of independent letter-opacity animations. */
.hero-written-line,.hero-written-aside{display:inline-grid;grid-template-areas:"text"}
.hero-line-reserve,.hero-line-output{grid-area:text;white-space:pre;text-align:left}
.hero-line-reserve{visibility:hidden;pointer-events:none}
.hero-line-output{opacity:1;animation:none}
#heroTypedMain{color:var(--text);-webkit-text-fill-color:currentColor}
#heroTypedQuestion,#heroTypedAside{color:var(--gold);-webkit-text-fill-color:currentColor}

/* v39 — compact, native About disclosure; content works without JavaScript. */
.about-disclosure{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:64px;padding:20px 4px;list-style:none;cursor:pointer;color:#b5aa9c;font-size:18px;font-weight:500;line-height:1.4;text-align:left}
.about-summary::-webkit-details-marker{display:none}
.about-summary::marker{content:""}
.about-summary:hover,.about-summary:focus-visible{color:var(--text)}
.about-summary-icon{flex:0 0 24px;color:var(--gold);font-size:26px;line-height:1;text-align:center}
.about-disclosure[open] .about-summary-icon{transform:rotate(45deg)}
.about-disclosure .about-grid{margin-top:0;padding:16px 0 32px}


/* v40 — bilingual navigation, small assistant disclosure, readable prompt reference. */
.nav-inner{position:relative}
.language-switch{position:absolute;right:0;display:flex;gap:2px;align-items:center}
.language-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.06em}
.language-switch a[aria-current="page"]{color:var(--gold);text-decoration:underline;text-underline-offset:6px}
.language-switch a:hover{color:var(--text)}
.audit-card-note{max-width:620px;margin:14px auto 24px;font-size:14px;line-height:1.6;color:#c9baa2;text-wrap:balance}
.prompt-reference-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 4px;font-size:13px;line-height:1.5;color:#b7ad9f;text-decoration:underline;text-underline-offset:4px}
.prompt-clip.full-prompt{max-height:none;overflow:visible}
.share-audit-copy .audit-card-sharing{margin-top:14px;font-size:14px;color:#a99e90}
.footer-inner{flex-wrap:wrap;gap:14px 24px}
.prompt-reference{max-width:860px;padding-top:118px;padding-bottom:64px}
.reference-back{display:inline-flex;align-items:center;min-height:44px;margin-bottom:28px;color:var(--gold);font-size:14px}
.prompt-reference h1{opacity:1;transform:none;transition:none;font-size:clamp(38px,6vw,70px);line-height:1.06;letter-spacing:-.04em;margin-bottom:24px;overflow-wrap:break-word}
.prompt-reference .section-copy{font-size:18px;line-height:1.7;max-width:720px}
.reference-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 20px;margin:24px 0 10px}
.reference-actions .btn{min-height:52px;font-size:15px}
.reference-section{margin-top:44px;padding-top:32px;border-top:1px solid var(--line)}
.reference-section h2{font-size:clamp(24px,4vw,32px);line-height:1.2;letter-spacing:-.025em;margin:0 0 20px}
.reference-section ol{padding-left:24px;margin:0;color:#b7ad9f;font-size:16px;line-height:1.7}
.reference-section li{padding-left:8px;margin-bottom:12px}
.reference-section li::marker{color:var(--gold)}
.reference-prompt-heading{display:flex;justify-content:space-between;align-items:baseline;gap:10px 22px;flex-wrap:wrap}
.reference-prompt-heading a{display:inline-flex;align-items:center;min-height:44px;font-size:14px;color:var(--gold)}
.reference-prompt{font:15px/1.75 ui-monospace,SFMono-Regular,Consolas,monospace;color:#d5ccbe;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;padding:24px;border:1px solid var(--line);border-radius:18px;background:#0b0f14;margin:10px 0 18px;max-height:none}
.reference-faq h3{font-size:19px;margin:26px 0 10px;line-height:1.4}
.reference-faq p{font-size:16px;line-height:1.75;color:#b7ad9f;margin:0}
.reference-author{margin-top:36px;font-size:14px;color:#b7ad9f}
.reference-author a{color:var(--gold)}
@media(max-width:600px){
  .reference-prompt{padding:18px 16px;font-size:14px}
  .reference-actions .btn{padding:16px 22px}
  html[lang="de"] .hero-reassurance{max-width:300px}
}

/* v41 — visible ChatGPT / Claude choice below the hero. */
.assistant-button-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px;gap:10px;width:min(100%,620px);align-items:center}
.assistant-button-row .prompt-main-cta,.assistant-button-row .prompt-claude-main{width:100%;max-width:none;min-width:0;min-height:54px;padding:16px 18px;font-size:15px!important;line-height:1.4;text-align:center}
.prompt-claude-cta{border-color:rgba(216,182,123,.42);color:#e6cda5;background:rgba(216,182,123,.055)}
.prompt-claude-cta:hover{border-color:var(--gold);background:rgba(216,182,123,.11)}
.prompt-cta-group .prompt-claude-cta,.reference-actions .prompt-claude-cta{min-height:48px;font-size:14px!important}
@media(max-width:600px){
  .assistant-button-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}
  .assistant-button-row .prompt-info-btn{grid-column:1/-1;justify-self:center}
  .assistant-button-row .prompt-main-cta,.assistant-button-row .prompt-claude-main{padding:14px 10px;font-size:14px!important;min-height:56px}
}


/* Real Instagram moments, framed as a quiet backdrop around the follow action. */
.social-section{position:relative;isolation:isolate;overflow:hidden;padding-top:100px;padding-bottom:112px}
.social-section>.wrap{position:relative;z-index:2}
.social-atmosphere{position:absolute;z-index:0;inset:-34px 0;pointer-events:none;max-width:1480px;margin:auto;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 78%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 78%,transparent)}
.social-atmosphere::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(9,12,17,.12),rgba(9,12,17,.76) 35%,rgba(9,12,17,.86) 50%,rgba(9,12,17,.7) 65%,rgba(9,12,17,.12))}
.social-shot{position:absolute;overflow:hidden;aspect-ratio:var(--photo-ratio,710/1106);width:25%;opacity:.6;filter:saturate(.48) sepia(.13) brightness(.85);-webkit-mask-image:radial-gradient(ellipse at center,#000 36%,transparent 76%);mask-image:radial-gradient(ellipse at center,#000 36%,transparent 76%)}
.social-shot img{display:block;width:100%;height:auto;max-width:none}
.social-shot .social-sheet{position:absolute;width:var(--sheet-width);height:auto;left:var(--sheet-left);top:var(--sheet-top)}
.social-shot-mountains{left:0;top:-22%;transform:rotate(-8deg);width:27%}
.social-shot-boat{left:17%;top:-26%;transform:rotate(6deg);width:26%;opacity:.67}
.social-shot-rosi{right:18%;top:-18%;transform:rotate(-6deg);width:25%}
.social-shot-ride{right:-1%;top:-9%;transform:rotate(8deg);width:27%}
.social-section .social-cta{background:rgba(9,12,17,.76);border:1px solid rgba(216,182,123,.46);border-radius:999px;padding:14px 24px;min-height:48px}
.social-section .social-cta:hover{background:rgba(26,24,20,.96);border-color:var(--gold)}
@media(max-width:760px){
  .social-section{padding-top:82px;padding-bottom:92px}
  .social-atmosphere{inset:-14px -28px}
  .social-shot-mountains{left:-5%;top:2%;width:43%;opacity:.38}
  .social-shot-boat{left:7%;top:-5%;width:43%;opacity:.6}
  .social-shot-rosi{right:8%;top:1%;width:39%;opacity:.44}
  .social-shot-ride{right:-11%;top:15%;width:42%;opacity:.35}
  .social-atmosphere::after{background:linear-gradient(90deg,rgba(9,12,17,.15),rgba(9,12,17,.78) 38%,rgba(9,12,17,.82) 58%,rgba(9,12,17,.2))}
  .social-section .social-cta{font-size:14px!important;padding:14px 18px}
}
@media(prefers-contrast:more),(forced-colors:active){.social-atmosphere{display:none}}

/* v41 — show the result, then the steps; one personal note and one form. */
.result-wrap{max-width:1020px}
.result-heading{font-size:clamp(28px,4vw,44px);line-height:1.12;letter-spacing:-.04em;margin:0 0 38px;text-align:center}
.result-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:start;text-align:left}
.audit-example{margin:0;min-width:0}
.audit-example-card{position:relative;padding:32px 30px 24px;border:1px solid rgba(216,182,123,.3);border-radius:18px;background:radial-gradient(ellipse at 95% 0,rgba(216,182,123,.12),transparent 55%),#101318;box-shadow:0 20px 65px rgba(0,0,0,.18);text-align:left}
.audit-example-brand{color:#e7cba0;font-size:11px;letter-spacing:.14em;line-height:1.7;margin:0 0 32px;font-weight:700}
.audit-example-brand span{display:block;font-weight:400;font-size:12px;letter-spacing:.03em}
.audit-example-card dl{margin:0}
.audit-example-line{padding:0 0 24px;margin:0 0 24px;border-bottom:1px solid rgba(216,182,123,.16)}
.audit-example-line dt{color:#b8ab99;font-size:12px;line-height:1.5;margin-bottom:9px}
.audit-example-line dd{margin:0;color:#f4eee4;font-size:clamp(20px,2.5vw,26px);font-weight:500;line-height:1.3;letter-spacing:-.02em}
.audit-example-line:last-child{border:0;margin-bottom:0;padding-bottom:0}
.audit-example-line:last-child dd{font-family:Georgia,"Times New Roman",serif;color:#e5c38a;font-size:clamp(28px,3vw,34px);font-style:italic;line-height:1.2;font-weight:400}
.audit-example-foot{margin:30px 0 0;font-size:11px;line-height:1.6;color:#b5a58e}
.audit-example figcaption{font-size:12px;line-height:1.55;color:#b0a698;margin:14px 5px 0;text-align:left}
.audit-guide{min-width:0;padding-top:10px}
.audit-guide h3{font-size:28px;line-height:1.2;letter-spacing:-.035em;margin:0 0 26px}
.audit-steps{list-style:none;counter-reset:audit-step;padding:0;margin:0 0 30px}
.audit-steps li{counter-increment:audit-step;position:relative;padding-left:40px;margin:0 0 24px}
.audit-steps li::before{content:counter(audit-step,decimal-leading-zero);position:absolute;left:0;top:2px;font-size:11px;color:#d8b67b;letter-spacing:.08em}
.audit-steps strong{font-size:16px;font-weight:600;line-height:1.5}
.audit-steps p{margin:6px 0 0;color:#b9afa2;font-size:15px;line-height:1.65}
.audit-guide .prompt-entry-actions{margin-top:0;text-align:left;align-items:stretch}
.audit-guide .assistant-button-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);max-width:100%;gap:8px}
.audit-guide .assistant-button-row .prompt-info-btn{grid-column:1/-1;justify-self:center}
.audit-guide .assistant-button-row .btn{font-size:14px!important;padding:15px 10px}
.audit-guide .prompt-launch-note{font-size:12px;line-height:1.6;margin:12px 0;color:#b1a798;text-align:center}
.audit-guide .prompt-copy-only{align-self:center}
.audit-guide .reveal-prompt-btn{margin-top:20px}
.audit-guide .prompt-reference-link{font-size:12px;text-align:center}
.result-wrap>.prompt-hidden{margin-top:36px}
.founder-section{padding:44px 0 72px}
.founder-note{max-width:920px;display:grid;grid-template-columns:240px minmax(0,1fr);gap:42px;align-items:center}
.founder-portrait{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:68% center;border-radius:14px}
.founder-copy h2{font-size:clamp(26px,3.5vw,36px);line-height:1.15;letter-spacing:-.035em;margin:0 0 20px}
.founder-copy p{color:#c0b6a8;font-size:16px;line-height:1.7;margin:0 0 12px}
.founder-copy .founder-signature{color:#dbc398;margin-top:20px;font-size:13px}


.share-field-label{display:block;font-size:14px;color:#e1d8cb;margin:20px 0 9px}
.share-field-label span{color:#a89e90;font-size:12px}

.share-check{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.6;color:#d4c8b6;margin:20px 0;text-align:left}
.share-check input{flex:0 0 auto;width:18px;height:18px;margin:3px 0 0;accent-color:#d8b67b}
.share-check small{display:block;color:#a89e90;font-size:12px;line-height:1.5}
.share-consent{font-size:12px;color:#b7ad9e}
.share-consent a{color:#dfc699;text-decoration:underline;text-underline-offset:3px}

.share-audit{border:0;border-top:1px solid rgba(216,182,123,.17);border-radius:0;background:none;box-shadow:none;padding:28px 0 0;margin-top:38px}
.share-audit h3{font-size:22px;line-height:1.3}
.podcasts-list{max-width:680px;gap:28px}
.podcast-item{grid-template-columns:144px minmax(0,1fr);gap:22px}
.podcast-item img{width:144px;max-width:144px;filter:saturate(.42) brightness(.8);border-radius:10px}
.podcast-meta strong{font-size:16px!important;line-height:1.45}
.podcast-item:hover img,.podcast-item:focus-visible img{filter:saturate(.65) brightness(.9)}
@media(max-width:760px){
 .result-layout{grid-template-columns:1fr;gap:36px;max-width:460px;margin:auto}
 .result-heading{margin-bottom:28px}
 .audit-example-card{padding:28px 26px 24px}
 .audit-guide{padding-top:0}
 .founder-note{grid-template-columns:104px minmax(0,1fr);gap:22px;align-items:start}
 .founder-portrait{aspect-ratio:3/4;object-position:67% center}
 .founder-copy h2{font-size:25px;margin-bottom:16px}
 .founder-copy p{font-size:15px;line-height:1.65}
 .founder-section{padding-top:20px;padding-bottom:52px}
 .podcast-item{grid-template-columns:108px minmax(0,1fr);gap:16px;text-align:left}
 .podcast-item img{width:108px;max-width:108px;margin:0}
 .podcast-meta{ text-align:left}
 .podcast-meta strong{font-size:14px!important}
}
@media(max-width:380px){.founder-note{grid-template-columns:1fr}.founder-portrait{width:148px;aspect-ratio:4/5}.audit-example-card{padding:25px 22px}}
@media(forced-colors:active){.audit-example-card{border:1px solid CanvasText}.audit-example-line dd{color:CanvasText}}

/* Override the older thumbnail grid, including its legacy important rules. */
.podcasts-section .podcast-item{grid-template-columns:144px minmax(0,1fr)!important;justify-items:stretch}
.podcasts-section .podcast-item img{width:144px!important;max-width:144px!important}
.podcasts-section .podcast-meta{align-items:flex-start;text-align:left}
@media(max-width:760px){
 .podcasts-section .podcast-item{grid-template-columns:108px minmax(0,1fr)!important}
 .podcasts-section .podcast-item img{width:108px!important;max-width:108px!important}
}
@media(max-width:600px){
 .founder-note{grid-template-columns:1fr;gap:24px;max-width:460px}
 .founder-portrait{width:150px;aspect-ratio:1/1;object-position:68% center}
 .founder-copy p{font-size:16px}
}

.prompt-focus{padding-top:64px!important;padding-bottom:72px!important}
.audit-guide .prompt-info-panel{width:100%;max-width:100%;margin:14px 0 4px}
@media(max-width:760px){.prompt-focus{padding-top:48px!important;padding-bottom:56px!important}}

/* Legal pages do not run the hero reveal script. */
.legal h1{opacity:1;transform:none;transition:none}

/* v42 — visible personal moments, still keeping the text in a calm center. */
.social-shot{opacity:.83;filter:saturate(.78) sepia(.08) brightness(.98)}
.social-shot-boat{opacity:.88}
.social-atmosphere::after{background:linear-gradient(90deg,rgba(9,12,17,.02),rgba(9,12,17,.60) 35%,rgba(9,12,17,.82) 50%,rgba(9,12,17,.58) 65%,rgba(9,12,17,.02))}
.social-story-copy{max-width:540px;margin:20px auto 28px;color:#ddd2c1;font-size:16px;line-height:1.7;text-wrap:pretty}
.social-story-copy strong{color:#f2dec0;font-weight:600}
.founder-social-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;color:#ddc398;font-size:14px;line-height:1.5;border-bottom:1px solid rgba(216,182,123,.28)}
.founder-social-link:hover{color:#f4e5cb;border-color:#d8b67b}
.prompt-disclosure{margin-top:32px;border-top:1px solid rgba(216,182,123,.18)}
.prompt-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;min-height:58px;padding:16px 2px;font-size:14px;line-height:1.5;color:#d5c3a7;cursor:pointer}
.prompt-disclosure>summary::-webkit-details-marker{display:none}
.prompt-disclosure>summary::marker{content:""}
.prompt-disclosure>summary:hover{color:#f3e3c9}
.prompt-disclosure-icon{font-size:23px;line-height:1}
.prompt-disclosure[open]>summary .prompt-disclosure-icon{transform:rotate(45deg)}
.prompt-disclosure .prompt-box{margin-top:12px}

@media(max-width:760px){
 .social-shot-mountains{opacity:.6}.social-shot-boat{opacity:.82}.social-shot-rosi{opacity:.72}.social-shot-ride{opacity:.6}
 .social-atmosphere::after{background:linear-gradient(90deg,rgba(9,12,17,.02),rgba(9,12,17,.7) 38%,rgba(9,12,17,.78) 58%,rgba(9,12,17,.04))}
 .social-story-copy{font-size:15px;max-width:360px}

}

/* v43 — original Instagram photos, one integrated scene and one clear action. */
.instagram-section{position:relative;isolation:isolate;overflow:hidden;min-height:510px;padding:94px 0;display:grid;place-items:center;background:#090c11}
.instagram-scene{position:absolute;z-index:0;inset:0;max-width:1600px;width:100%;margin:auto;pointer-events:none;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,transparent,#000 15%,#000 83%,transparent);mask-image:linear-gradient(180deg,transparent,#000 15%,#000 83%,transparent)}
.instagram-scene::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,12,17,.04),rgba(9,12,17,.30) 23%,rgba(9,12,17,.89) 40%,rgba(9,12,17,.92) 52%,rgba(9,12,17,.66) 70%,rgba(9,12,17,.08));z-index:1}
.instagram-frame{position:absolute;width:31%;height:108%;opacity:.96;filter:saturate(.76) brightness(.94);-webkit-mask-image:radial-gradient(ellipse at center,#000 40%,transparent 77%);mask-image:radial-gradient(ellipse at center,#000 40%,transparent 77%)}
.instagram-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 42%}
.instagram-frame-talk{left:-5%;top:8%;width:32%;height:94%;transform:rotate(-5deg)}
.instagram-frame-talk img{object-position:50% 32%}
.instagram-frame-nature{left:17%;top:-14%;transform:rotate(5deg)}
.instagram-frame-nature img{object-position:50% 43%}
.instagram-frame-boat{right:17%;top:8%;height:112%;transform:rotate(-4deg)}
.instagram-frame-ride{right:-4%;top:-4%;transform:rotate(5deg)}
.instagram-frame-ride img{object-position:50% 38%}
.instagram-section .instagram-invitation{position:relative;z-index:2;max-width:550px;text-align:center}
.instagram-section .section-title{font-size:clamp(34px,4.5vw,58px)!important;line-height:1.06;letter-spacing:-.045em;max-width:520px;margin:0 auto 23px;text-wrap:balance}
.instagram-instruction{max-width:410px;margin:0 auto 28px;color:#ddd4c5;font-size:17px;line-height:1.7;text-wrap:pretty}
.instagram-instruction strong{color:#f6e9d5;font-weight:600}
.instagram-repost-note{font-size:12px;line-height:1.6;color:#c1b5a2;margin:18px auto 0;max-width:370px}
@media(max-width:760px){
 .instagram-section{min-height:590px;padding:158px 0 132px}
 .instagram-scene{-webkit-mask-image:linear-gradient(180deg,transparent,#000 13%,#000 86%,transparent);mask-image:linear-gradient(180deg,transparent,#000 13%,#000 86%,transparent)}
 .instagram-scene::after{background:linear-gradient(180deg,rgba(9,12,17,.05),rgba(9,12,17,.34) 24%,rgba(9,12,17,.89) 37%,rgba(9,12,17,.91) 57%,rgba(9,12,17,.5) 74%,rgba(9,12,17,.04))}
 .instagram-frame-talk{left:-13%;top:-4%;width:69%;height:57%;transform:rotate(-7deg)}
 .instagram-frame-nature{left:auto;right:-10%;top:-10%;width:70%;height:65%;transform:rotate(7deg)}
 .instagram-frame-ride{right:auto;left:-14%;top:auto;bottom:-13%;width:71%;height:64%;transform:rotate(-5deg)}
 .instagram-frame-boat{right:-15%;top:auto;bottom:-14%;width:74%;height:60%;transform:rotate(6deg)}
 .instagram-section .instagram-invitation{max-width:400px}
 .instagram-section .section-title{max-width:340px;font-size:clamp(33px,9vw,42px)!important;margin-bottom:20px}
 .instagram-instruction{font-size:16px;max-width:320px;line-height:1.65;margin-bottom:25px}
 .instagram-section .btn.social-cta{width:min(100%,290px);min-height:56px}
 .instagram-repost-note{max-width:280px}
}
@media(prefers-contrast:more),(forced-colors:active){.instagram-scene{display:none}.instagram-section .btn.social-cta{border:2px solid ButtonText}}

/* v43 — one primary action, one secondary style; centered page typography. */
html[data-page] .cta[data-priority]{
  appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:56px;min-width:min(208px,100%);max-width:100%;padding:16px 24px;
  border:1px solid transparent;border-radius:999px;font-family:inherit;
  font-size:15px!important;font-weight:700;line-height:1.4;letter-spacing:0!important;
  text-align:center;text-transform:none;text-decoration:none;white-space:normal;
  cursor:pointer;box-shadow:none;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
html[data-page] .cta[data-priority="1"]{
  color:#17130e;background:linear-gradient(180deg,#ecd3a6,#c99955);
  border-color:#dbb779;box-shadow:0 10px 32px rgba(190,139,69,.16);
}
html[data-page] .cta[data-priority="2"]{
  color:#ebd8b8;background:rgba(14,17,22,.92);border-color:rgba(216,182,123,.48);
}
html[data-page] .cta[data-priority="1"]:hover{background:linear-gradient(180deg,#f2dfb9,#d4a565);filter:none;transform:translateY(-1px)}
html[data-page] .cta[data-priority="2"]:hover{background:#211e19;border-color:#d8b67b;color:#f5e7cd;filter:none;transform:translateY(-1px)}
html[data-page] .cta[data-priority]:focus-visible{outline:2px solid #f3dfb8;outline-offset:4px}
html[data-page] .cta[data-priority]:disabled{opacity:.6;cursor:wait;transform:none}
html[data-page="home"] main .page-heading{
  font-size:clamp(36px,5.4vw,60px)!important;line-height:1.08!important;
  letter-spacing:-.045em!important;font-weight:750;text-align:center;
  max-width:760px;margin:0 auto 26px;text-wrap:balance;
}
html[data-page="home"] main :is(h3,p,figcaption,dt,dd,.share-field-label){text-align:center}
html[data-page="home"] .result-layout,
html[data-page="home"] .audit-example-card,
html[data-page="home"] .audit-guide,
html[data-page="home"] .audit-guide .prompt-entry-actions,
html[data-page="home"] .prompt-info-panel,
html[data-page="home"] .share-audit,
html[data-page="home"] .share-consent{text-align:center}
.audit-guide .audit-steps li{padding-left:0}
.audit-guide .audit-steps li::before{position:static;display:block;margin:0 0 7px;text-align:center}
.audit-guide .prompt-entry-actions{align-items:center}
.audit-guide .assistant-button-row{justify-content:center;margin-inline:auto}

.share-consent{justify-content:center}
.share-consent span{max-width:510px}
.share-audit{padding:48px 0 0;margin-top:52px}
.share-audit-copy p{margin:0 auto;max-width:520px}
.share-audit-actions{justify-content:center;gap:12px;margin-top:26px}

.podcasts-section .podcast-meta{align-items:center;text-align:center}
.prompt-disclosure>summary{justify-content:center;gap:16px}


@media(max-width:600px){
  .audit-guide .assistant-button-row{grid-template-columns:1fr;width:min(100%,360px);gap:12px}
  .audit-guide .assistant-button-row .prompt-info-btn{grid-column:auto}
  .share-audit-actions{flex-direction:column}
  .share-audit-actions .cta{width:min(100%,290px)}
  
  html[data-page="home"] main .page-heading{font-size:clamp(34px,8.8vw,46px)!important}
}
@media(prefers-reduced-motion:reduce){html[data-page] .cta[data-priority]{transition:none;transform:none}}
@media(forced-colors:active){html[data-page] .cta[data-priority]{border:1px solid ButtonText;background:ButtonFace;color:ButtonText;box-shadow:none}html[data-page] .cta[data-priority]:focus-visible{outline-color:Highlight}}

/* v44: compact centered instructions after removal of the illustrative result. */
.audit-instructions-layout{max-width:620px;margin:0 auto;text-align:center}
.audit-instructions-layout .audit-guide{padding-top:0}
.audit-instructions-layout .audit-steps{max-width:480px;margin:0 auto 30px}

/* V48 CTA update: two provider links, with one centered scroll action. */
.hero .hero-actions{width:min(100%,620px);gap:12px}
.hero-assistant-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}
html[data-page] .hero .hero-assistant-row .cta{width:100%;min-width:0;max-width:none;white-space:nowrap}
.hero .hero-secondary-actions{display:flex;justify-content:center;width:100%;gap:0}
.hero .hero-read-link{width:min(100%,200px);max-width:none}
@media(max-width:600px){
  .hero .hero-actions{width:min(100%,360px)}
  .hero-assistant-row{grid-template-columns:1fr}
}
html[data-page] .hero .hero-read-link{white-space:nowrap;flex-shrink:0}
.hero .hero-reassurance{margin-top:10px}
#prompt{scroll-margin-top:82px}

/* Compact source transparency; no additional action panel. */
.hero-source-link{margin:0;text-align:center;font-size:13px;line-height:1.5;color:var(--muted)}
.hero-source-link a{display:inline-flex;align-items:center;min-height:44px;text-decoration:underline;text-underline-offset:4px}

/* Dedicated source pages reuse the site's type and CTA system. */
.source-nav{padding:28px 24px;text-align:center}
.source-page{width:min(760px,calc(100% - 40px));margin:50px auto 90px;text-align:center}
.source-page h1{font-size:clamp(36px,6vw,66px);line-height:1.1;letter-spacing:-.035em;opacity:1;transform:none}
.source-lead{max-width:600px;margin:24px auto;font-size:clamp(17px,2vw,20px);line-height:1.6;color:var(--muted)}
.source-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:30px auto}
.source-hint{max-width:560px;margin:22px auto 34px;font-size:14px;line-height:1.7;color:var(--muted)}
.source-details{border-top:1px solid var(--line);padding:18px 0;text-align:center}
.source-details summary{cursor:pointer;min-height:44px;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--gold)}
.source-details pre{max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.65;font:14px/1.65 ui-monospace,monospace;text-align:left;padding:22px 0;color:var(--muted)}
.source-details p{line-height:1.7;margin:18px auto;max-width:620px}
.source-footer{text-align:center;padding:24px}.source-footer a{margin:0 10px}
@media(max-width:600px){.source-actions{flex-direction:column;align-items:center}.source-page{margin-top:30px}.source-actions .cta{width:min(100%,360px)}}

.chatgpt-start-note{flex-basis:100%;max-width:430px;margin:14px auto 8px;font-size:14px;line-height:1.6;text-align:center;color:#bdb2a3}.chatgpt-start-note[data-started=true]{color:#e2c492}.chatgpt-start-note[data-started=true]::before{content:'';display:inline-block;width:6px;height:6px;background:#d8b67b;border-radius:50%;margin-right:8px}@media(prefers-reduced-motion:no-preference){.chatgpt-start-note[data-started=true]::before{animation:entry-pulse 1s ease-in-out 3}@keyframes entry-pulse{50%{opacity:.35}}}


/* v54 final polish */
.hero-timing-note{margin:2px 0 0;text-align:center;font-size:12px;line-height:1.4;letter-spacing:.015em;color:color-mix(in srgb,var(--muted) 78%,transparent)}
@supports not (color:color-mix(in srgb,black,white)){.hero-timing-note{color:var(--muted)}}
.hero .hero-actions{gap:12px}
@media(prefers-reduced-motion:no-preference){
  .hero-main-cta{animation:heroCtaFromLeft 680ms cubic-bezier(.2,.72,.2,1) 1350ms both!important}
  .hero-claude-cta{animation:heroCtaFromRight 680ms cubic-bezier(.2,.72,.2,1) 1350ms both!important}
  .hero-written-aside{animation:heroReallyReveal 620ms cubic-bezier(.2,.72,.2,1) 2180ms both!important}
}
@media(prefers-reduced-motion:reduce),(prefers-contrast:more),(forced-colors:active){
  .hero-main-cta,.hero-claude-cta,.hero-written-aside{animation:none!important;opacity:1!important;transform:none!important}
}
.social-share-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:10px}
.social-share-btn .social-icon{width:18px;height:18px;flex:0 0 18px;display:block}

/* v57 — provider-aware fallback shown only after a deliberate AI start attempt. */
.start-help{width:100%;max-width:440px;margin:2px auto 0;text-align:center}.start-help-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.start-help .text-action,.start-help a[data-copy-help]{appearance:none;background:transparent;border:0;color:var(--gold);text-decoration:underline;text-underline-offset:4px;min-height:44px;padding:4px 0;font:600 13px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer}.start-help .chatgpt-start-note{margin:6px auto 2px;font-size:13px;color:var(--muted)}


/* v59 final landing polish — merged About + Instagram follow, without adding a new section. */
.instagram-section .section-label{margin:0 auto 13px;color:#d8b67b;text-align:center}
.instagram-section .diemer-questions{display:grid;gap:8px;max-width:440px;margin:0 auto 28px;color:#f0e5d3;font-size:clamp(17px,2.1vw,22px);line-height:1.35;font-weight:650;letter-spacing:-.02em;text-wrap:balance}
.instagram-section .diemer-questions p{margin:0}
.instagram-section .instagram-instruction{margin-bottom:22px}
.instagram-section .instagram-repost-note{font-size:13px;max-width:430px}
@media(max-width:760px){
  .instagram-section .diemer-questions{max-width:320px;font-size:18px;gap:9px;margin-bottom:24px}
  .instagram-section .instagram-instruction{margin-bottom:20px}
}


/* v63 — SEO topic pages + lightweight how-it-works video section */
html[data-page="topic"] body{background:#090c11;color:#f4ead8}
.topic-page{padding:118px 0 80px}
.topic-wrap{max-width:820px;text-align:center}
.topic-wrap h1{font-size:clamp(42px,7.4vw,86px);line-height:.98;letter-spacing:-.06em;margin:0 auto 24px;text-wrap:balance}
.topic-lead{max-width:680px;margin:0 auto 30px;color:#d7c9b4;font-size:clamp(18px,2.2vw,22px);line-height:1.55;text-wrap:balance}
.topic-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:30px auto 58px}
.topic-body{display:grid;gap:22px;text-align:left;margin:0 auto 56px}
.topic-body section{padding:28px;border:1px solid rgba(216,182,123,.16);border-radius:28px;background:rgba(255,255,255,.035)}
.topic-body h2{margin:0 0 10px;font-size:clamp(23px,3.2vw,34px);letter-spacing:-.035em;line-height:1.08;color:#f5e7cd}
.topic-body p{margin:0;color:#cfc1ad;font-size:16px;line-height:1.75}
.topic-related{border-top:1px solid rgba(216,182,123,.16);padding-top:28px;text-align:center}
.topic-related h2{font-size:15px;text-transform:uppercase;letter-spacing:.12em;color:#d8b67b;margin:0 0 16px}
.topic-related div{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.topic-related a{display:inline-flex;align-items:center;min-height:42px;padding:9px 14px;border:1px solid rgba(216,182,123,.18);border-radius:999px;color:#edd8b4;text-decoration:none;background:rgba(255,255,255,.035);font-size:14px}
.topic-related a:hover{border-color:#d8b67b}
.topic-home{margin:30px auto 0;text-align:center}.topic-home a{color:#d8b67b;text-underline-offset:4px}
.how-video-section{padding-top:32px}
.how-video-wrap{display:grid;grid-template-columns:minmax(0,.84fr) minmax(300px,1.16fr);gap:34px;align-items:center;max-width:1120px}
.how-video-copy{text-align:left}.how-video-copy .section-label,.how-video-copy .section-title,.how-video-copy .section-copy{text-align:left!important;margin-left:0;margin-right:0}
.how-video-copy .section-title{font-size:clamp(34px,4.2vw,56px)!important;max-width:560px}
.how-video-copy .section-copy{max-width:500px;color:#d8cbb8}
.how-video-card{margin:0;border:1px solid rgba(216,182,123,.18);border-radius:34px;overflow:hidden;background:rgba(255,255,255,.045);box-shadow:0 30px 90px rgba(0,0,0,.28)}
.how-video-card video{display:block;width:100%;aspect-ratio:16/9;background:#111315}
.how-video-card figcaption{padding:13px 18px 16px;text-align:center;color:#cdbfaa;font-size:13px;line-height:1.5}
@media(max-width:860px){.topic-page{padding:96px 0 66px}.topic-body section{padding:23px;border-radius:24px}.topic-actions{flex-direction:column;align-items:center}.topic-actions .cta{width:min(100%,360px)}.how-video-wrap{grid-template-columns:1fr;gap:22px}.how-video-copy,.how-video-copy .section-label,.how-video-copy .section-title,.how-video-copy .section-copy{text-align:center!important;margin-left:auto;margin-right:auto}.how-video-card{border-radius:26px}}
@media(prefers-reduced-motion:reduce){.how-video-card *{scroll-behavior:auto}}


/* v64 — conversion/trust patch: preview, fear reversal, FAQ, final CTA */
.hero-reassurance{margin:5px auto 0;text-align:center;font-size:13px;line-height:1.45;color:color-mix(in srgb,var(--muted) 86%,transparent)}
.audit-preview-section{padding:68px 0 38px;background:linear-gradient(180deg,rgba(243,240,232,.05),rgba(243,240,232,.015));}
.audit-preview-wrap{max-width:1040px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:26px;align-items:stretch}
.audit-demo-card{border:1px solid rgba(216,182,123,.22);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 28px 90px rgba(0,0,0,.18);padding:30px;text-align:left!important;overflow:hidden;position:relative}
.audit-demo-card::before{content:"";position:absolute;inset:auto -10% -34% 42%;height:190px;background:radial-gradient(circle,rgba(215,250,85,.18),transparent 66%);pointer-events:none}
.demo-kicker{margin:0 0 16px!important;text-align:left!important;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:#d8b67b}
.demo-line{margin:0 0 24px!important;text-align:left!important;color:#f7ecd7;font-size:clamp(24px,3vw,38px);line-height:1.08;font-weight:760;letter-spacing:-.045em;text-wrap:balance}
.demo-insights{display:grid;gap:12px;margin:0;position:relative}.demo-insights div{padding:14px 0;border-top:1px solid rgba(216,182,123,.14)}.demo-insights dt{margin:0 0 4px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:#bda781;text-align:left!important}.demo-insights dd{margin:0;color:#d9ccb7;font-size:15px;line-height:1.55;text-align:left!important}
.audit-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-content:stretch}.audit-trust-grid article{border:1px solid rgba(216,182,123,.16);border-radius:26px;background:rgba(255,255,255,.045);padding:20px;text-align:left}.audit-trust-grid strong{display:block;color:#f5e7cd;font-size:15px;margin:0 0 7px}.audit-trust-grid span{display:block;color:#cdbfaa;font-size:14px;line-height:1.5}
.landing-faq-section{padding:70px 0 34px}.faq-list{display:grid;gap:10px;max-width:760px;margin:28px auto 0}.faq-list details{border:1px solid rgba(216,182,123,.17);border-radius:22px;background:rgba(255,255,255,.038);overflow:hidden}.faq-list summary{list-style:none;cursor:pointer;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 20px;color:#f4ead8;font-weight:720;text-align:left}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(216,182,123,.22);color:#d8b67b;flex:0 0 auto}.faq-list details[open] summary::after{content:"–"}.faq-list p{margin:0;padding:0 20px 19px;color:#cdbfaa;font-size:15px;line-height:1.65;text-align:left!important}.faq-list details:focus-within{outline:2px solid rgba(216,182,123,.65);outline-offset:3px}
.final-cta-section{padding:34px 0 80px}.final-cta-card{border:1px solid rgba(216,182,123,.18);border-radius:34px;background:rgba(255,255,255,.045);padding:36px 22px;text-align:center}.final-cta-card .cta{margin:2px auto 12px;width:min(100%,310px)}.final-microcopy{margin:0 auto;text-align:center;font-size:13px;line-height:1.45;color:color-mix(in srgb,var(--muted) 82%,transparent)}
@media(max-width:860px){.audit-preview-section{padding:42px 0 24px}.audit-preview-wrap{grid-template-columns:1fr;gap:16px}.audit-demo-card{padding:23px;border-radius:28px}.audit-trust-grid{grid-template-columns:1fr 1fr}.how-video-section{padding-top:20px}.landing-faq-section{padding-top:50px}.final-cta-section{padding-bottom:96px}}
@media(max-width:520px){.audit-preview-section{padding-top:28px}.audit-trust-grid{grid-template-columns:1fr}.demo-line{font-size:clamp(24px,8vw,32px)}.faq-list summary{font-size:15px;padding-inline:17px}.faq-list p{padding-inline:17px}.hero-reassurance{font-size:12px}.final-cta-card{border-radius:28px;padding:30px 18px}}
@media(prefers-reduced-motion:reduce){.audit-demo-card,.audit-demo-card::before{animation:none!important;transition:none!important}}


/* v75 master: faster, calmer, product architecture */
.hero{min-height:92svh;contain:layout paint}.hero-bg{filter:blur(12px) saturate(.70) brightness(.62)}
.hero-written-aside{display:none!important}.hero-explainer{max-width:680px}.hero-actions{max-width:720px}
.master-preview-section{background:#f5f0e8;color:#111315;padding:84px 0 44px}.master-preview-wrap{display:grid;gap:22px}.master-result-card{border:1px solid rgba(17,19,21,.12);border-radius:30px;padding:clamp(22px,4vw,44px);background:linear-gradient(135deg,#fffaf0,#f3f0e8);box-shadow:0 24px 70px rgba(17,19,21,.10)}
.demo-kicker,.product-state{font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;color:#6d665d}.master-result-line{font-size:clamp(28px,5vw,58px);line-height:.98;letter-spacing:-.055em;font-weight:900;margin:18px 0 28px;max-width:950px}.master-signal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.master-signal-grid article,.master-trust-strip span{border:1px solid rgba(17,19,21,.10);background:rgba(255,255,255,.54);border-radius:20px;padding:16px}.master-signal-grid span{display:block;font-size:11px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:#81776d;margin-bottom:8px}.master-signal-grid strong{font-size:clamp(15px,2vw,21px);line-height:1.08}.master-trust-strip{display:flex;flex-wrap:wrap;gap:10px}.master-trust-strip span{font-size:14px;font-weight:760;padding:12px 14px;border-radius:999px}
.product-orbit-section{background:#f5f0e8;color:#111315;padding:44px 0 84px}.product-orbit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.product-card{border:1px solid rgba(17,19,21,.12);background:#fffaf0;border-radius:26px;padding:24px;min-height:240px;display:flex;flex-direction:column}.product-card-live{background:#111315;color:#f5f0e8}.product-card h3{font-size:clamp(24px,3vw,34px);letter-spacing:-.045em;margin:18px 0 10px}.product-card p{color:inherit;opacity:.78;line-height:1.45}.product-state{align-self:flex-start;border:1px solid rgba(17,19,21,.14);border-radius:999px;padding:7px 10px}.product-card-live .product-state{color:#111315;background:#d7fa55}.product-state.muted{color:#6d665d}.text-link{margin-top:auto;font-weight:850;text-decoration:underline;text-underline-offset:4px}.how-video-section video{content-visibility:auto}.footer-product-links{display:inline-flex;gap:0;align-items:center}
@media (max-width:760px){.hero{min-height:88svh}.hero-bg{filter:blur(10px) saturate(.65) brightness(.68)}.master-preview-section{padding:54px 0 28px}.master-result-card{border-radius:24px;padding:22px}.master-result-line{font-size:33px}.master-signal-grid,.product-orbit-grid{grid-template-columns:1fr}.master-trust-strip span{width:100%}.product-orbit-section{padding:28px 0 58px}.product-card{min-height:auto}.hero-assistant-row{grid-template-columns:1fr}.hero-claude-cta{opacity:.78}}


/* V75 master merge — test suite */
.test-suite-page{background:#f5f0e8;color:#111315;min-height:100vh}.test-suite-page .nav{background:rgba(245,240,232,.84);backdrop-filter:blur(16px);border-bottom:1px solid rgba(17,19,21,.08)}.test-suite-page .brand-logo img{filter:none}.test-hero{padding:118px 0 42px}.test-hero .wrap{max-width:980px}.test-kicker{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#6f665c;margin:0 0 16px}.test-title{font-size:clamp(46px,9vw,110px);line-height:.9;letter-spacing:-.075em;margin:0 0 18px;text-wrap:balance}.test-lead{max-width:720px;font-size:clamp(18px,2.6vw,24px);line-height:1.36;color:#4d4740;margin:0 0 26px;text-wrap:balance}.test-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.test-hero-actions .btn{min-width:210px}.test-shell{max-width:1080px;margin:0 auto 80px;padding:0 20px}.test-card{border:1px solid rgba(17,19,21,.12);background:#fffaf0;border-radius:34px;box-shadow:0 24px 70px rgba(17,19,21,.09);padding:clamp(20px,4vw,38px);position:relative;overflow:hidden}.test-card:before{content:"";position:absolute;inset:auto -10% -35% 54%;height:220px;background:radial-gradient(circle,rgba(215,250,85,.26),transparent 64%);pointer-events:none}.test-question{font-size:clamp(28px,6vw,54px);font-weight:900;letter-spacing:-.055em;line-height:1.02;margin:0 0 24px;text-wrap:balance}.progress-rail{height:5px;border-radius:999px;background:rgba(17,19,21,.10);overflow:hidden;margin:0 0 20px}.progress-rail b{display:block;height:100%;width:0;background:#111315;border-radius:inherit;transition:width .25s ease}.answer-scale{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.scale-choice{border:1px solid rgba(17,19,21,.14);background:#f5f0e8;color:#111315;border-radius:18px;padding:16px 10px;min-height:62px;font-weight:800;cursor:pointer}.scale-choice:hover,.scale-choice:focus-visible{border-color:#111315;outline:none;transform:translateY(-1px)}.type-reveal{display:grid;gap:22px}.type-code,.couple-score{font-size:clamp(64px,15vw,160px);font-weight:950;letter-spacing:-.08em;line-height:.82;margin:0}.fingerprint{display:grid;gap:13px}.finger-row{display:grid;grid-template-columns:28px 1fr 28px 92px;gap:12px;align-items:center}.finger-row i,.subscore i{height:7px;background:rgba(17,19,21,.10);border-radius:999px;overflow:hidden}.finger-row b,.subscore b{display:block;height:100%;background:#111315;border-radius:inherit}.finger-row em{font-style:normal;color:#6c6258;font-size:13px}.type-sections,.swot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.type-sections article,.swot-grid article,.mini-panel{border:1px solid rgba(17,19,21,.10);background:rgba(255,255,255,.54);border-radius:22px;padding:18px}.type-sections h3,.swot-grid h3,.mini-panel h3{font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 9px;color:#6c6258}.type-sections p,.swot-grid p,.mini-panel p{margin:0;color:#3f3933;line-height:1.5}.share-card{border:1px solid rgba(17,19,21,.12);background:#111315;color:#f5f0e8;border-radius:30px;padding:26px;margin-top:20px}.share-card .btn{margin-top:18px}.type-inputs{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}.type-inputs label{display:grid;gap:7px;font-weight:850;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#6c6258}.type-inputs input{border:1px solid rgba(17,19,21,.14);border-radius:18px;background:#fff;padding:18px;font-size:24px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.test-error{color:#b24333;font-weight:760;min-height:24px}.gauge{--score:0;width:min(310px,80vw);aspect-ratio:1;margin:6px auto 12px;border-radius:50%;background:conic-gradient(#111315 calc(var(--score)*1%),rgba(17,19,21,.10) 0);display:grid;place-items:center;position:relative}.gauge:after{content:"";position:absolute;inset:18px;background:#fffaf0;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(17,19,21,.08)}.gauge strong{position:relative;z-index:1}.couple-label{text-align:center;font-size:clamp(24px,5vw,44px);font-weight:900;letter-spacing:-.045em;margin:0}.couple-one{text-align:center;margin:10px auto 24px;max-width:620px;color:#4d4740;font-size:18px}.relationship-map{display:grid;gap:11px}.subscore{display:grid;grid-template-columns:170px 1fr 40px;gap:10px;align-items:center}.subscore span{font-size:12px;font-weight:850;letter-spacing:.1em}.fight-loop{font-size:17px;line-height:1.55}.date-questions{display:grid;gap:10px}.date-questions li{padding:13px 0;border-top:1px solid rgba(17,19,21,.10)}.dating-lists{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dating-lists li{margin:8px 0}.footer-product-links a{white-space:nowrap}.test-logo-mark{font-weight:950;letter-spacing:-.08em}.test-disclaimer{font-size:13px;color:#6c6258;line-height:1.55}.test-suite-page a:focus-visible,.test-suite-page button:focus-visible{outline:2px solid #111315;outline-offset:3px}
@media(max-width:760px){.test-hero{padding:94px 0 30px}.test-title{font-size:clamp(44px,15vw,72px)}.test-hero-actions{display:grid}.test-hero-actions .btn{width:100%}.answer-scale{grid-template-columns:1fr}.type-sections,.swot-grid,.dating-lists{grid-template-columns:1fr}.finger-row{grid-template-columns:24px 1fr 24px}.finger-row em{display:none}.type-inputs{grid-template-columns:1fr}.subscore{grid-template-columns:1fr 1fr 34px}.test-card{border-radius:26px}.product-orbit-section{display:none}}
@media(prefers-reduced-motion:reduce){.scale-choice,.progress-rail b{transition:none!important}.scale-choice:hover{transform:none}}


/* V76 adaptive test-suite refinements */
.test-suite-page{background:#f6f1e8;color:#111315}.test-suite-page .nav{background:rgba(246,241,232,.9)}
.answer-scale{display:grid;gap:14px}.scale-labels{display:flex;justify-content:space-between;gap:16px;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#70675e}.scale-dots{display:grid;grid-template-columns:repeat(7,minmax(38px,1fr));gap:10px;align-items:center}.scale-dots .scale-choice{min-height:56px;border-radius:999px;padding:0;background:#fbf7ee;border:1px solid rgba(17,19,21,.16);font-weight:900;font-size:14px;transition:transform .16s ease,border-color .16s ease,background .16s ease}.scale-dots .scale-choice:hover,.scale-dots .scale-choice:focus-visible{border-color:#111315;background:#fff;transform:translateY(-1px)}.scale-dots .scale-choice[aria-checked="true"]{background:#111315;color:#f6f1e8}.test-back{appearance:none;border:0;background:transparent;color:#6f665c;font-weight:850;letter-spacing:.06em;text-transform:uppercase;margin-top:18px;cursor:pointer}.type-reveal .share-card{order:-1}.type-label{font-size:clamp(22px,4vw,44px);font-weight:900;letter-spacing:-.045em;margin:-8px 0 0}.type-hook{font-size:clamp(20px,3vw,30px);line-height:1.18;max-width:760px;margin:0;color:#28231f}.discover-more{border-top:1px solid rgba(17,19,21,.10);padding:44px 0 72px}.discover-more h2{font-size:clamp(30px,6vw,70px);line-height:.94;letter-spacing:-.065em;margin:0 0 22px}.discover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.discover-card{display:block;border-top:1px solid rgba(17,19,21,.18);padding:18px 0;color:#111315;text-decoration:none}.discover-card strong{display:block;font-size:20px;letter-spacing:-.03em}.discover-card span{display:block;margin-top:6px;color:#6f665c;line-height:1.4}.test-mini-note{font-size:13px;color:#6f665c;margin-top:10px}.test-suite-page .footer{border-top:1px solid rgba(17,19,21,.10)}
@media(max-width:760px){.test-hero{padding:84px 0 30px}.test-title{font-size:clamp(42px,16vw,74px)}.test-lead{font-size:17px}.test-card{border-radius:26px;padding:20px}.test-question{font-size:clamp(28px,9vw,42px)}.scale-dots{gap:7px;grid-template-columns:repeat(7,1fr)}.scale-dots .scale-choice{min-height:48px;min-width:0}.type-sections,.swot-grid,.dating-lists,.discover-grid{grid-template-columns:1fr}.finger-row{grid-template-columns:22px 1fr 22px;gap:8px}.finger-row em{grid-column:2;}.type-inputs{grid-template-columns:1fr}.type-inputs .btn{width:100%}.subscore{grid-template-columns:112px 1fr 34px}.test-hero-actions .btn{width:100%;min-width:0}.share-card .btn{width:100%;margin-right:0}}
@media(prefers-reduced-motion:reduce){.scale-dots .scale-choice,.progress-rail b{transition:none!important}}
