/* DRR DAMSON STAGE8L — UX split, social proof, AI landing, footer polish
   Cel: rozdzielenie klientów B2C i makerów, trust proof bez fałszywych opinii,
   lepsza czytelność stopki i mobile dla nowych bloków. */
:root{
  --stage8l-gold: var(--primary-gold, #d5b36a);
  --stage8l-mint: #49ffcd;
  --stage8l-bg: rgba(7,15,16,.86);
  --stage8l-card: linear-gradient(145deg, rgba(18,27,28,.94), rgba(11,17,17,.98));
  --stage8l-border: rgba(213,179,106,.24);
  --stage8l-soft: rgba(73,255,205,.12);
}
.drr-stage8l-shell{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}
.drr-audience-split{
  margin:clamp(24px,4vw,56px) auto clamp(34px,5vw,72px);
  padding:clamp(24px,4vw,40px);
  border:1px solid var(--stage8l-border);
  border-radius:28px;
  background:
    radial-gradient(circle at top left, rgba(73,255,205,.14), transparent 34%),
    radial-gradient(circle at bottom right, rgba(213,179,106,.14), transparent 38%),
    rgba(6,12,13,.86);
  box-shadow:0 22px 70px rgba(0,0,0,.28);
}
.drr-audience-split__head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:end;
  margin-bottom:24px;
}
.drr-audience-split__kicker,
.drr-trust-home__kicker,
.drr-ai-landing__kicker{
  margin:0 0 10px;
  color:var(--stage8l-gold);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:900;
}
.drr-audience-split h2,
.drr-trust-home h2,
.drr-ai-landing h2{
  margin:0;
  color:#fff;
  font-size:clamp(1.65rem,3vw,2.65rem);
  line-height:1.08;
}
.drr-audience-split__lead,
.drr-trust-home__lead,
.drr-ai-landing__lead{
  margin:0;
  color:var(--text-muted,#b8b8b8);
  font-size:clamp(.98rem,1.3vw,1.08rem);
  line-height:1.65;
}
.drr-audience-split__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.drr-audience-card{
  position:relative;
  display:grid;
  gap:16px;
  min-height:260px;
  padding:26px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:var(--stage8l-card);
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  isolation:isolate;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.drr-audience-card:before{
  content:"";
  position:absolute;
  inset:-30% -20% auto auto;
  width:260px;
  height:260px;
  background:radial-gradient(circle, rgba(213,179,106,.18), transparent 64%);
  z-index:-1;
}
.drr-audience-card--maker:before{
  background:radial-gradient(circle, rgba(73,255,205,.18), transparent 64%);
}
.drr-audience-card:hover,
.drr-audience-card:focus-visible{
  transform:translateY(-3px);
  border-color:var(--stage8l-gold);
  box-shadow:0 18px 42px rgba(0,0,0,.32);
  outline:none;
}
.drr-audience-card__icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#071010;
  background:linear-gradient(135deg,var(--stage8l-gold),#fff1b8);
  font-size:24px;
}
.drr-audience-card--maker .drr-audience-card__icon{
  background:linear-gradient(135deg,var(--stage8l-mint),#d8fff4);
}
.drr-audience-card h3{
  margin:0;
  color:#fff;
  font-size:clamp(1.25rem,2vw,1.75rem);
}
.drr-audience-card p{
  margin:0;
  color:var(--text-muted,#b8b8b8);
  line-height:1.58;
}
.drr-audience-card ul{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
  color:#e8e0ce;
}
.drr-audience-card li{
  display:flex;
  gap:9px;
  align-items:flex-start;
}
.drr-audience-card li:before{
  content:"✓";
  color:var(--stage8l-gold);
  font-weight:900;
}
.drr-audience-card--maker li:before{color:var(--stage8l-mint);}
.drr-audience-card__cta{
  align-self:end;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#0b0b0b;
  background:var(--stage8l-gold);
  border-radius:999px;
  padding:12px 16px;
  font-weight:900;
  width:max-content;
}
.drr-audience-card--maker .drr-audience-card__cta{
  background:var(--stage8l-mint);
}
.drr-trust-home{
  margin:clamp(34px,5vw,72px) auto;
  padding:clamp(22px,4vw,36px);
  border-radius:26px;
  border:1px solid rgba(73,255,205,.18);
  background:linear-gradient(135deg, rgba(6,15,16,.94), rgba(16,19,12,.88));
}
.drr-trust-home__head{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:end;
  margin-bottom:22px;
}
.drr-trust-home__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;}
.drr-stage8l-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  background:rgba(255,255,255,.06);
}
.drr-stage8l-btn--gold{background:var(--stage8l-gold);color:#070707;border-color:transparent;}
.drr-trust-home__rail{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(260px,1fr);
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:2px 2px 12px;
  scrollbar-width:thin;
}
.drr-trust-card{
  scroll-snap-align:start;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  padding:20px;
  background:rgba(255,255,255,.045);
}
.drr-trust-card__stars{color:var(--stage8l-gold);letter-spacing:.08em;margin-bottom:10px;}
.drr-trust-card h3{margin:0 0 8px;color:#fff;font-size:1.05rem;}
.drr-trust-card p{margin:0;color:var(--text-muted,#b8b8b8);line-height:1.58;}
.drr-trust-card small{display:block;margin-top:12px;color:#e9d7a6;font-weight:800;}
.drr-trust-card small a{color:#e9d7a6;text-decoration:none;}
.drr-trust-card small a:hover{text-decoration:underline;}
.drr-ai-landing{
  width:min(1100px,calc(100% - 40px));
  margin:24px auto;
  padding:clamp(22px,4vw,36px);
  border-radius:26px;
  border:1px solid var(--stage8l-border);
  background:
    radial-gradient(circle at top right, rgba(73,255,205,.10), transparent 34%),
    rgba(8,14,15,.88);
}
.drr-ai-landing__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}
.drr-ai-landing__card{
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  padding:18px;
  background:rgba(255,255,255,.045);
}
.drr-ai-landing__card strong{
  display:block;
  color:#fff;
  margin-bottom:8px;
  font-size:1.02rem;
}
.drr-ai-landing__card p{margin:0;color:var(--text-muted,#b8b8b8);line-height:1.55;}
.drr-ai-landing__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;}
.footer-grid.footer-grid--stage8l{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  align-items:start;
}
.footer-grid--stage8l .footer-col h3{
  color:#fff;
  margin-top:0;
}
.footer-grid--stage8l .footer-col a{
  word-break:normal;
}
.footer-social-stage8l{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:12px;
}
.footer-social-stage8l .icon-btn{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
}
.footer-social-stage8l img{width:22px;height:22px;object-fit:contain;}
@media (max-width:920px){
  .drr-audience-split__head,.drr-trust-home__head{grid-template-columns:1fr;}
  .drr-trust-home__actions{justify-content:flex-start;}
  .drr-audience-split__grid,.drr-ai-landing__grid{grid-template-columns:1fr;}
  .footer-grid.footer-grid--stage8l{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:640px){
  .drr-stage8l-shell,.drr-ai-landing{width:min(100% - 24px,1180px);}
  .drr-audience-split,.drr-trust-home,.drr-ai-landing{border-radius:20px;padding:20px;}
  .drr-audience-card{min-height:auto;padding:20px;}
  .drr-audience-card__cta,.drr-stage8l-btn{width:100%;}
  .drr-trust-home__rail{grid-auto-columns:86%;}
  .footer-grid.footer-grid--stage8l{grid-template-columns:1fr!important;}
}


/* STAGE8M — final UX split + Strefa Twórców hub */
.drr-audience-split__grid--three{grid-template-columns:repeat(3,minmax(0,1fr));}
.drr-audience-card--service:before{background:radial-gradient(circle, rgba(255,184,91,.18), transparent 64%);}
.drr-audience-card--service .drr-audience-card__icon{background:linear-gradient(135deg,#ffbf69,#fff0c2);}
.drr-audience-card--service li:before{color:#ffbf69;}
.drr-audience-card--service .drr-audience-card__cta{background:#ffbf69;color:#0b0b0b;}
.drr-nav-stage8m .drr-nav-stage7w__dropdown a{white-space:nowrap;}
.drr-maker-hub{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:clamp(28px,5vw,56px) 0;}
.drr-maker-hero{padding:clamp(28px,5vw,48px);border:1px solid rgba(213,179,106,.24);border-radius:28px;background:radial-gradient(circle at top left,rgba(73,255,205,.14),transparent 35%),radial-gradient(circle at bottom right,rgba(213,179,106,.14),transparent 38%),rgba(6,12,13,.9);box-shadow:0 22px 70px rgba(0,0,0,.28);}
.drr-maker-hero__kicker{margin:0 0 10px;color:var(--primary-gold,#d5b36a);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:900;}
.drr-maker-hero h1{margin:0;color:#fff;font-size:clamp(2rem,5vw,4rem);line-height:1.02;}
.drr-maker-hero p{max-width:860px;color:var(--text-muted,#b8b8b8);line-height:1.7;font-size:clamp(1rem,1.4vw,1.12rem);}
.drr-maker-hero__actions,.drr-maker-section__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;}
.drr-maker-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 18px;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid rgba(255,255,255,.16);color:#fff;background:rgba(255,255,255,.06);}
.drr-maker-btn--gold{background:var(--primary-gold,#d5b36a);color:#080808;border-color:transparent;}
.drr-maker-btn--mint{background:#49ffcd;color:#071010;border-color:transparent;}
.drr-maker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px;}
.drr-maker-card{position:relative;display:flex;flex-direction:column;gap:13px;padding:22px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(145deg,rgba(18,27,28,.94),rgba(11,17,17,.98));text-decoration:none;color:inherit;overflow:hidden;}
.drr-maker-card:before{content:"";position:absolute;inset:-80px -70px auto auto;width:190px;height:190px;background:radial-gradient(circle,rgba(73,255,205,.16),transparent 65%);}
.drr-maker-card__icon{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#49ffcd,#d8fff4);color:#071010;font-size:22px;}
.drr-maker-card h2{position:relative;margin:0;color:#fff;font-size:1.25rem;}
.drr-maker-card p{position:relative;margin:0;color:var(--text-muted,#b8b8b8);line-height:1.6;}
.drr-maker-card span{position:relative;margin-top:auto;color:#e9d7a6;font-weight:900;}
.drr-maker-section{margin-top:34px;padding:24px;border-radius:24px;border:1px solid rgba(213,179,106,.18);background:rgba(255,255,255,.035);}
.drr-maker-section h2{margin:0 0 10px;color:#fff;font-size:clamp(1.45rem,2.8vw,2.2rem);}
.drr-maker-section p{margin:0;color:var(--text-muted,#b8b8b8);line-height:1.65;}
@media (max-width:1100px){.drr-audience-split__grid--three,.drr-maker-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:720px){.drr-audience-split__grid--three,.drr-maker-grid{grid-template-columns:1fr;}.drr-maker-hub{width:min(100% - 24px,1180px);}.drr-maker-hero{border-radius:22px;padding:22px;}}


/* STAGE8Q — hero: trzy główne wejścia już nad foldem */
.drr-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin:0 0 8px;
}
.drr-hero-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:0 18px;
  border-radius:10px;
  text-decoration:none;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size:13px;
  border:1px solid rgba(255,255,255,.14);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.drr-hero-action:hover,.drr-hero-action:focus-visible{
  transform:translateY(-2px);
  outline:none;
  box-shadow:0 14px 32px rgba(0,0,0,.28);
}
.drr-hero-action--primary{
  background:var(--primary-gold,#d5b36a);
  color:#080808;
  border-color:transparent;
}
.drr-hero-action--service{
  background:#ffbf69;
  color:#080808;
  border-color:transparent;
}
.drr-hero-action--ghost{
  background:rgba(255,255,255,.055);
  color:#f5f5f5;
}
@media (max-width:720px){
  .drr-hero-actions{display:grid;grid-template-columns:1fr;gap:10px;}
  .drr-hero-action{width:100%;min-height:48px;}
}


/* DRR STAGE8R: krótsze FAQ na home + techniczne FAQ w Strefie Twórców */
.drr-faq-category-grid--home-short{grid-template-columns:minmax(0,1fr);}
.drr-faq-category-grid--home-short .drr-faq-category{max-width:920px;margin:0 auto;}
.drr-maker-faq__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;}
.drr-maker-faq details{border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.045);padding:14px 16px;}
.drr-maker-faq summary{cursor:pointer;color:#fff;font-weight:900;}
.drr-maker-faq details[open]{border-color:rgba(73,255,205,.28);background:rgba(73,255,205,.06);}
.drr-maker-faq details p{margin-top:10px;}
@media (max-width:720px){.drr-maker-faq__grid{grid-template-columns:1fr;}}
