:root{
  --bg:#111116;
  --bg2:#17171e;
  --card:#1b1b24;
  --card2:#20202a;
  --text:#f8f4fa;
  --muted:#b9b1bd;
  --pink:#f0a7d4;
  --pink2:#d985bc;
  --lav:#bca8ff;
  --line:rgba(255,255,255,.09);
  --shadow:0 24px 70px rgba(0,0,0,.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(circle at 20% 5%,rgba(211,123,182,.13),transparent 28rem),
    radial-gradient(circle at 85% 18%,rgba(146,119,240,.11),transparent 30rem),
    var(--bg);
  font-family:"Nunito",system-ui,sans-serif;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
.site-shell{width:min(1120px,calc(100% - 34px));margin:auto;position:relative;z-index:2}

.page-glow{
  position:fixed;width:420px;height:420px;border-radius:50%;
  filter:blur(90px);opacity:.14;pointer-events:none;z-index:0;
}
.glow-one{background:#e78dc5;left:-180px;top:30%}
.glow-two{background:#8d76ef;right:-180px;top:55%}

.hero{
  min-height:650px;
  display:grid;
  grid-template-columns:430px 1fr;
  align-items:center;
  gap:72px;
  padding:72px 0 55px;
}

.hero-photo-wrap{position:relative;justify-self:center}
.hero-photo{
  width:390px;height:470px;object-fit:cover;
  object-position:center 25%;
  border-radius:210px 210px 34px 34px;
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 30px 100px rgba(0,0,0,.45),0 0 80px rgba(235,135,196,.12);
  filter:saturate(1.03);
}
.hero-photo-wrap:after{
  content:"";position:absolute;inset:10px -12px -12px 12px;
  border:1px solid rgba(240,167,212,.3);
  border-radius:210px 210px 42px 42px;z-index:-1;
}
.spark{position:absolute;z-index:3;color:var(--pink);font-size:32px;text-shadow:0 0 18px rgba(240,167,212,.55)}
.spark-a{top:25px;right:-25px}
.spark-b{bottom:80px;left:-35px;font-size:42px}

.eyebrow,.section-kicker{
  color:var(--pink);
  font-weight:800;
  letter-spacing:.14em;
  text-transform:lowercase;
  font-size:.78rem;
}
.hero h1{
  margin:10px 0 18px;
  font-family:"DM Serif Display",serif;
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight:600;
  line-height:.88;
  letter-spacing:0em;
  text-transform:lowercase;
  white-space: nowrap;
}
.hero h1 span{color:var(--pink);font-size:.6em}
.intro{
  max-width:590px;
  color:#d3ccd7;
  font-size:1.12rem;
  line-height:1.65;
}
.hero-links{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 18px}
.pill{
  padding:13px 18px;border-radius:999px;border:1px solid var(--line);
  background:rgba(255,255,255,.045);font-weight:800;transition:.25s;
}
.pill:hover{transform:translateY(-3px);background:rgba(255,255,255,.09);border-color:rgba(240,167,212,.4)}
.pill.primary{background:linear-gradient(135deg,#ee9bcf,#bfa4ff);color:#17131b;border:0}
.tiny-note{color:#8e8792;font-size:.82rem}
.tiny-note span{color:var(--pink)}
.hero-note{line-height:1.75;margin-top:18px}
.hero-note div{margin:2px 0}
.hero-note div:last-child{color:#b8aebc}


.about-section{
  padding-top:18px;
}
.about-card{
  position:relative;
  overflow:hidden;
  padding:42px 48px 44px;
  border:1px solid rgba(240,167,212,.18);
  border-radius:28px;
  background:
    radial-gradient(circle at 88% 18%,rgba(188,168,255,.12),transparent 18rem),
    radial-gradient(circle at 8% 100%,rgba(240,167,212,.10),transparent 20rem),
    rgba(255,255,255,.035);
  box-shadow:0 18px 55px rgba(0,0,0,.16);
}
.about-ornament{
  position:absolute;
  right:30px;
  top:18px;
  color:var(--pink);
  font-family:"DM Serif Display","Fraunces",Georgia,serif;
  font-size:4.5rem;
  line-height:1;
  opacity:.16;
  transform:rotate(10deg);
}
.about-copy{
  max-width:820px;
  position:relative;
  z-index:1;
}
.about-text{
  max-width:790px;
}
.about-copy p{
  margin:0 0 17px;
  color:#d8d0da;
  font-size:1.03rem;
  line-height:1.78;
}
.about-copy p:last-child{margin-bottom:0}
.about-highlight{
  color:#f4c5df;
  font-weight:700;
}

.link-card.lolja:hover{border-color:rgba(240,167,212,.42)}

@media (max-width:620px){
  .about-card{padding:27px 22px}
}

.section{padding:35px 0}
.section-heading{margin-bottom:26px}
.section-heading h2,.featured-card h2,.mail-card h2{
  margin:8px 0 8px;
  font-family:"Barlow Condensed",sans-serif;
  font-size:clamp(2.4rem,5vw,4rem);
  line-height:.95;
  letter-spacing:-.02em;
}
.section-heading p,.featured-card p,.mail-card p{color:var(--muted);margin:0;line-height:1.55}

.link-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:13px;
}
.link-grid.compact{grid-template-columns:repeat(2,1fr)}
.link-card{
  min-height:86px;
  display:grid;
  grid-template-columns:48px 1fr 20px;
  align-items:center;
  gap:14px;
  padding:15px 17px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  border:1px solid var(--line);
  border-radius:20px;
  transition:transform .22s,border-color .22s,background .22s,box-shadow .22s;
}
.link-card:hover{
  transform:translateY(-5px);
  border-color:rgba(240,167,212,.48);
  background:linear-gradient(145deg,rgba(240,167,212,.12),rgba(183,157,255,.06));
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}
.link-card .brand-mark{
  width:48px;height:48px;display:grid;place-items:center;border-radius:15px;
  background:rgba(255,255,255,.075);font-weight:900;font-size:1.2rem;
}
.link-card strong{display:block;font-size:.98rem;margin-bottom:3px}
.link-card small{display:block;color:#a9a1ad;line-height:1.3;font-size:.77rem}
.link-card>b{color:#817887;font-size:1.1rem;transition:.2s}
.link-card:hover>b{color:var(--pink);transform:translate(2px,-2px)}

.featured-section{padding-top:22px}
.featured-card{
  position:relative;overflow:hidden;
  padding:34px 38px;
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  border-radius:28px;
  border:1px solid rgba(240,167,212,.22);
  background:
    radial-gradient(circle at 90% 20%,rgba(188,168,255,.2),transparent 18rem),
    radial-gradient(circle at 10% 100%,rgba(240,167,212,.14),transparent 22rem),
    var(--card);
  box-shadow:var(--shadow);
}
.featured-decoration{position:absolute;right:30px;top:14px;color:var(--pink);opacity:.6;letter-spacing:.4em}
.featured-button{
  flex:none;padding:14px 20px;border-radius:14px;
  background:#f3c1df;color:#211925;font-weight:900;
  transition:.22s;
}
.featured-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(240,167,212,.18)}

.mail-card{
  display:flex;align-items:center;gap:22px;
  padding:30px;border:1px solid var(--line);border-radius:24px;
  background:rgba(255,255,255,.035);
}
.mail-icon{
  width:64px;height:64px;border-radius:20px;display:grid;place-items:center;
  background:rgba(240,167,212,.11);color:var(--pink);font-size:2rem;
}

footer{text-align:center;padding:70px 0 45px;color:#827987}
.footer-stars{color:var(--pink);margin-bottom:12px}
footer p{margin:0 0 6px}
footer span{font-size:.78rem}

@media (max-width:900px){
  .hero{grid-template-columns:1fr;gap:36px;text-align:center;padding-top:50px}
  .hero-copy{display:flex;flex-direction:column;align-items:center}
  .hero-photo{width:min(350px,82vw);height:min(420px,98vw)}
  .link-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:620px){
  .site-shell{width:min(100% - 22px,520px)}
  .hero{min-height:auto;padding:35px 0 30px}
  .hero-photo{width:290px;height:350px}
  .hero h1{
    font-size:clamp(3.2rem,14vw,4.5rem);
    white-space:normal;
  }
  .intro{font-size:1rem}
  .link-grid,.link-grid.compact{grid-template-columns:1fr}
  .section{padding:42px 0}
  .featured-card{padding:28px 23px;display:block}
  .featured-button{display:inline-block;margin-top:20px}
  .mail-card{align-items:flex-start;padding:24px}
}


/* V2 — logos reais das plataformas */
.link-card .brand-logo{
  width:25px;
  height:25px;
  object-fit:contain;
  display:block;
  opacity:.86;
  filter:grayscale(1) brightness(2.15);
  transition:filter .25s ease, transform .25s ease, opacity .25s ease;
}

.link-card:hover .brand-logo{
  filter:grayscale(0) brightness(1);
  opacity:1;
  transform:scale(1.08);
}

.link-card.youtube:hover{border-color:rgba(255,0,0,.35)}
.link-card.twitch:hover{border-color:rgba(145,70,255,.42)}
.link-card.kick:hover{border-color:rgba(83,252,24,.30)}
.link-card.instagram:hover{border-color:rgba(228,64,95,.38)}
.link-card.tiktok:hover{border-color:rgba(255,255,255,.28)}
.link-card.amazon:hover{border-color:rgba(255,153,0,.36)}
.link-card.shopee:hover{border-color:rgba(238,77,45,.36)}
.link-card.mercado:hover{border-color:rgba(0,166,80,.35)}
.link-card.spotify:hover{border-color:rgba(29,185,84,.35)}
.link-card.letterboxd:hover{border-color:rgba(0,224,84,.32)}
.link-card.pinterest:hover{border-color:rgba(189,8,28,.35)}
.link-card.substack:hover{border-color:rgba(255,103,25,.35)}
.link-card.lastfm:hover{border-color:rgba(217,35,35,.35)}

.link-card.youtube:hover,
.link-card.instagram:hover,
.link-card.twitch:hover,
.link-card.spotify:hover{
  box-shadow:0 18px 45px rgba(0,0,0,.25),0 0 28px rgba(240,167,212,.055);
}


/* V3 — marcas que não possuem um ícone Simple Icons adequado */
.link-card.maratona .brand-logo,
.link-card.cinefy .brand-logo,
.link-card.mercado .brand-logo{
  width:28px;
  height:28px;
  border-radius:6px;
  object-fit:contain;
}

/* V4 — hero com área de membros integrada */
.hero-members-card{
  margin-top:30px;
  padding:24px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border:1px solid rgba(240,167,212,.18);
  border-radius:22px;
  background:
    radial-gradient(circle at 90% 20%,rgba(188,168,255,.12),transparent 15rem),
    radial-gradient(circle at 10% 100%,rgba(240,167,212,.10),transparent 18rem),
    rgba(255,255,255,.025);
  box-shadow:0 18px 50px rgba(0,0,0,.16);
}
.hero-members-copy h2{
  margin:7px 0 7px;
  font-family:"Barlow Condensed",sans-serif;
  font-size:2.35rem;
  line-height:.95;
  letter-spacing:-.02em;
}
.hero-members-copy p{
  margin:0;
  color:var(--muted);
  line-height:1.45;
  font-size:.92rem;
}
.hero-members-card .featured-button{
  white-space:nowrap;
}

@media (max-width:620px){
  .hero-members-card{display:block;padding:23px 21px}
  .hero-members-card .featured-button{display:inline-block;margin-top:18px}
}

/* V5 — títulos compactos e área de membros no final */
.section-heading{margin-bottom:22px}
.section-heading h2{
  margin:0;
  color:var(--pink);
  font-family:"Nunito",system-ui,sans-serif;
  font-size:.82rem;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:lowercase;
}
.section-heading p{display:none}
.members-section{padding-top:48px}
.members-section .featured-card{margin-top:0}
.hero-links{margin:28px 0 18px}
.hero-links .pill{display:inline-flex;align-items:center;gap:8px}
@media (max-width:620px){
  .section-heading{margin-bottom:18px}
  .members-section{padding-top:38px}
}

/* V7 — intro lines */
.intro-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.intro-line {
  display: block;
}


/* PROMOÇÃO DE LIVRO — bloco ativado pelo script.js */
.promo-section{
  --promo-accent:#f0a7d4;
  --promo-accent-soft:rgba(240,167,212,.18);
  --promo-accent-glow:rgba(240,167,212,.28);
  --promo-accent-border:rgba(240,167,212,.34);
  --promo-button-text:#211925;
  padding-top:20px;
}
.promo-card{
  display:grid;
  grid-template-columns:180px 1fr;
  align-items:center;
  gap:30px;
  padding:24px;
  border:1px solid var(--promo-accent-border);
  border-radius:26px;
  background:
    radial-gradient(
      ellipse 80% 120% at 92% 50%,
      var(--promo-accent-glow),
      transparent 65%
    ),
    radial-gradient(
      ellipse 70% 100% at 8% 50%,
      var(--promo-accent-soft),
      transparent 70%
    ),
    var(--card);
  box-shadow:
    0 0 0 1px var(--promo-accent-border),
    0 20px 60px rgba(0,0,0,.25);
  overflow:hidden;
  transition:
    border-color .35s ease,
    background .35s ease,
    box-shadow .35s ease;
}
.promo-book-frame{
  width:180px;
  height:270px;
  flex:none;
  overflow:hidden;
  border-radius:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 45px rgba(0,0,0,.28);
}
.promo-book-cover{
  display:block;
  width:180px;
  height:270px;
  object-fit:cover;
  object-position:center;
}
.promo-copy{max-width:620px}
.promo-label{
  margin:0 0 9px;
  color:var(--promo-accent);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:lowercase;
  transition:color .35s ease;
}
.promo-book-title{
  margin:0 0 13px;
  font-family:"Barlow Condensed",sans-serif;
  font-size:clamp(2.5rem,5vw,4.4rem);
  line-height:.9;
  letter-spacing:-.025em;
}
.promo-off{
  margin:0 0 8px;
  color:#d3ccd7;
  font-size:1.05rem;
  line-height:1.5;
}
.promo-discount{
  color:var(--promo-accent);
  font-weight:900;
  transition:color .35s ease;
}
.promo-code{
  color:var(--text);
  font-weight:900;
}
.promo-validity{
  margin:0 0 20px;
  color:#a9a1ad;
  font-size:.82rem;
  line-height:1.4;
}
.promo-button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:13px 19px;
  border-radius:14px;
  background:var(--promo-accent);
  color:var(--promo-button-text);
  font-weight:900;
  text-transform:lowercase;
  transition:transform .22s,box-shadow .22s,background .35s ease,color .35s ease;
}
.promo-button:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px var(--promo-accent-glow);
}
@media (max-width:620px){
  .promo-section{padding-top:12px}
  .promo-card{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    gap:22px;
    padding:22px;
  }
  .promo-copy{max-width:none}
  .promo-book-frame,.promo-book-cover{
    width:150px;
    height:225px;
  }
}

/* Serializd — ícone de claquete */
.serializd-mark {
    font-size: 30px;
    filter: grayscale(1);
    opacity: 0.55;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.link-card.serializd:hover .serializd-mark {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.08);
}

/* V8 — sobre editorial + identidade da LOLJA */
.lolja-mark{
  color:#a9a1ad;
  background:rgba(255,255,255,.075);
  transition:color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease;
}
.lolja-mark svg{
  width:31px;
  height:31px;
  display:block;
  fill:currentColor;
  transition:fill .25s ease,transform .25s ease;
}
.lolja-mark .shirt-neck{
  fill:none;
  stroke:var(--card2);
  stroke-width:1.8;
  stroke-linecap:round;
  opacity:.9;
  transition:stroke .25s ease;
}
.link-card.lolja:hover .lolja-mark{
  color:#fff;
  background:#ff6a2a;
  box-shadow:0 8px 24px rgba(255,106,42,.18);
  transform:scale(1.04);
}
.link-card.lolja:hover .lolja-mark svg{
  transform:scale(1.03);
}
.link-card.lolja:hover .lolja-mark .shirt-neck{
  stroke:#ff6a2a;
}

@media (max-width:620px){
  .about-card{padding:31px 23px 32px}
  .about-copy p{font-size:1rem;line-height:1.7}
}
