:root{
  --bg:#03040b;
  --bg2:#07091a;
  --panel:#0c1023;
  --panel2:#111735;
  --text:#ffffff;
  --muted:#aeb6d7;
  --soft:#737b9f;
  --pink:#ff2f8f;
  --pink2:#ff63c7;
  --violet:#8b35ff;
  --violet2:#b654ff;
  --blue:#42a5ff;
  --line:rgba(255,255,255,.11);
  --glass:rgba(255,255,255,.065);
  --shadow:0 35px 120px rgba(0,0,0,.62);
  --r:28px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,sans-serif;
  overflow-x:hidden;
}

body:before{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at 8% 10%,rgba(139,53,255,.22),transparent 32%),
    radial-gradient(circle at 88% 10%,rgba(255,47,143,.20),transparent 34%),
    radial-gradient(circle at 50% 92%,rgba(30,246,213,.08),transparent 34%),
    linear-gradient(180deg,#050716,#02030a 75%);
  z-index:-3;
}

body:after{
  content:"";
  position:fixed;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,black,transparent 82%);
  z-index:-2;
}

.container{
  width:min(1360px,92%);
  margin:auto;
}

a{color:inherit}

/* HEADER */

.site-header{
  height:88px;
  position:sticky;
  top:0;
  z-index:80;
  background:
    linear-gradient(180deg,rgba(3,4,11,.92),rgba(3,4,11,.72));
  backdrop-filter:blur(26px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.site-header:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,47,143,.45),rgba(139,53,255,.35),transparent);
  opacity:.75;
}

.nav-inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}

.logo,
.brand-logo{
  position:relative;
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  font-family:"Space Grotesk",Inter,sans-serif;
  font-weight:700;
  font-size:34px;
  letter-spacing:-2.4px;
  line-height:1;
  text-shadow:0 12px 40px rgba(255,47,143,.14);
}

.brand-live,
.brand-you{
  color:#fff;
}

.brand-for{
  background:linear-gradient(135deg,var(--pink),#ff78cf 45%,var(--violet2));
  -webkit-background-clip:text;
  color:transparent;
}

.logo i,
.brand-logo i{
  position:absolute;
  right:-13px;
  top:-8px;
  color:var(--pink);
  font-size:10px;
  filter:drop-shadow(0 0 12px rgba(255,47,143,.9));
}

.main-nav{
  height:54px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:6px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

.main-nav a{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  padding:0 17px;
  border-radius:999px;
  text-decoration:none;
  color:#bfc6e7;
  font-size:14px;
  font-weight:800;
  position:relative;
  transition:.22s ease;
}

.main-nav a:hover{
  color:#fff;
  background:rgba(255,255,255,.07);
}

.main-nav a:first-child{
  color:#fff;
  background:linear-gradient(135deg,rgba(255,47,143,.16),rgba(139,53,255,.12));
  border:1px solid rgba(255,255,255,.08);
}

.main-nav a:first-child:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-11px;
  width:6px;
  height:6px;
  background:var(--pink);
  border-radius:50%;
  transform:translateX(-50%);
  box-shadow:0 0 18px var(--pink);
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.nav-search{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  text-decoration:none;
  color:#fff;
  font-size:25px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  transition:.22s ease;
}

.nav-search:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.075);
}

.nav-preview,
.nav-join{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:18px;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
  transition:.22s ease;
}

.nav-preview{
  color:#fff;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.nav-preview:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.075);
}

.nav-join{
  color:#fff;
  background:linear-gradient(135deg,var(--pink),var(--violet));
  box-shadow:
    0 18px 40px rgba(139,53,255,.35),
    inset 0 1px 0 rgba(255,255,255,.22);
}

.nav-join:hover{
  transform:translateY(-2px);
  filter:saturate(1.13);
}

.mobile-toggle{
  display:none;
  width:48px;
  height:48px;
  border-radius:17px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:20px;

}

/* BUTTONS */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:54px;
  padding:0 28px;
  border-radius:18px;
  text-decoration:none;
  font-weight:900;
  border:1px solid transparent;
  transition:.25s cubic-bezier(.2,.8,.2,1);
  white-space:nowrap;
  position:relative;
}

.btn:hover{
  transform:translateY(-3px);
  filter:saturate(1.12);
}

.btn-xl{
  min-height:62px;
  padding:0 34px;
  border-radius:21px;
}

.btn-primary{
  color:#fff;
  background:
    linear-gradient(135deg,var(--pink),var(--violet));
  box-shadow:
    0 22px 55px rgba(139,53,255,.34),
    inset 0 1px 0 rgba(255,255,255,.22);
}

.btn-primary:before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,255,255,.5),transparent 30%,transparent 70%,rgba(255,255,255,.22));
  opacity:.42;
  pointer-events:none;
}

.btn-glass,
.btn-ghost,
.btn-login,
.btn-line{
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.btn-line:hover,
.btn-glass:hover{
  background:rgba(255,255,255,.075);
}

.play-dot{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid rgba(255,255,255,.8);
  border-radius:50%;
  font-size:11px;
}

/* MASTER HERO */

.hero-master{
  min-height:calc(100vh - 80px);
  position:relative;
  display:flex;
  align-items:center;
  padding:74px 0 58px;
  overflow:hidden;
}

.hero-master:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,4,11,.92) 0%,rgba(3,4,11,.68) 42%,rgba(3,4,11,.18) 100%),
    radial-gradient(circle at 68% 38%,rgba(255,47,143,.24),transparent 34%),
    radial-gradient(circle at 82% 68%,rgba(139,53,255,.22),transparent 32%);
  pointer-events:none;
}

.hero-bg-orb{
  position:absolute;
  width:460px;
  height:460px;
  border-radius:50%;
  filter:blur(80px);
  opacity:.42;
  pointer-events:none;
}

.orb-one{
  right:8%;
  top:16%;
  background:var(--pink);
}

.orb-two{
  left:20%;
  bottom:-12%;
  background:#14ead9;
  opacity:.16;
}

.hero-master-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:76px;
  align-items:center;
}

.live-status{
  width:max-content;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(255,47,143,.13);
  border:1px solid rgba(255,47,143,.28);
  color:#ffd2e8;
  box-shadow:0 14px 40px rgba(255,47,143,.09);
}

.live-status b{
  font-size:14px;
}

.live-status small{
  color:#f4bad5;
  font-weight:700;
}

.pulse-dot{
  width:11px;
  height:11px;
  border-radius:50%;
  background:var(--pink);
  box-shadow:0 0 0 0 rgba(255,47,143,.7);
  animation:pulse 1.7s infinite;
}

@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(255,47,143,.65)}
  70%{box-shadow:0 0 0 12px rgba(255,47,143,0)}
  100%{box-shadow:0 0 0 0 rgba(255,47,143,0)}
}

.hero-master h1{
  margin:26px 0 24px;
  max-width:780px;
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:clamp(58px,6.9vw,106px);
  line-height:.9;
  letter-spacing:-.075em;
}

.hero-master h1 span{
  display:inline-block;
  background:linear-gradient(135deg,#fff 0%,#ff6dc3 34%,#9b4dff 72%);
  -webkit-background-clip:text;
  color:transparent;
  text-shadow:0 0 50px rgba(255,47,143,.22);
}

.hero-lead{
  max-width:650px;
  margin:0 0 34px;
  color:#c0c7e4;
  font-size:20px;
  line-height:1.78;
}

.hero-master-actions{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.trust-row span{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.1);
  color:#c9d0ef;
  font-size:14px;
  font-weight:700;
}

.hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:38px;
  max-width:620px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  overflow:hidden;
  background:rgba(255,255,255,.07);
}

.hero-metrics div{
  padding:22px 24px;
  background:rgba(5,7,21,.65);
}

.hero-metrics strong{
  display:block;
  font-size:27px;
  letter-spacing:-.04em;
}

.hero-metrics small{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-weight:700;
}

/* CINEMATIC VISUAL */

.hero-master-visual{
  position:relative;
}

.cinema-card{
  height:650px;
  position:relative;
  overflow:hidden;
  border-radius:42px;
  border:1px solid rgba(255,255,255,.16);
  background:#111;
  box-shadow:
    0 50px 150px rgba(0,0,0,.72),
    0 0 0 1px rgba(255,255,255,.03) inset;
  transform:perspective(1200px) rotateY(-4deg) rotateX(1deg);
}

.cinema-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 75% 18%,rgba(255,255,255,.35),transparent 9%),
    linear-gradient(to top,rgba(3,4,11,.95) 0%,rgba(3,4,11,.56) 34%,rgba(3,4,11,.05) 78%);
  z-index:2;
  pointer-events:none;
}

.cinema-card:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.08);
  z-index:5;
  pointer-events:none;
}

.cinema-photo{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,47,143,.22),rgba(139,53,255,.18)),
    url('https://images.unsplash.com/photo-1524504388940-b1c1722653e1?q=80&w=1400&auto=format&fit=crop') center/cover no-repeat;
  filter:saturate(1.12) contrast(1.04);
  transform:scale(1.02);
}

.cinema-top{
  position:absolute;
  left:28px;
  right:28px;
  top:26px;
  z-index:6;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.live-chip,
.viewer-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:42px;
  padding:0 17px;
  border-radius:15px;
  font-weight:900;
  color:#fff;
}

.live-chip{
  background:linear-gradient(135deg,#ff2c61,var(--pink));
  box-shadow:0 18px 36px rgba(255,47,143,.26);
}

.viewer-chip{
  background:rgba(0,0,0,.42);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(14px);
}

.floating-message{
  position:absolute;
  z-index:7;
  padding:18px 20px;
  border-radius:22px;
  background:rgba(12,13,28,.66);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 55px rgba(0,0,0,.34);
  animation:floaty 5s ease-in-out infinite;
}

.floating-message b,
.floating-message span{
  display:block;
}

.floating-message b{
  font-size:14px;
}

.floating-message span{
  margin-top:6px;
  color:#d9dfff;
  font-size:13px;
}

.msg-one{
  right:34px;
  top:185px;
}

.msg-two{
  left:34px;
  top:330px;
  animation-delay:1.1s;
}

@keyframes floaty{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}

.creator-glass{
  position:absolute;
  left:30px;
  right:30px;
  bottom:30px;
  z-index:7;
  display:flex;
  align-items:center;
  gap:16px;
  padding:22px;
  border-radius:30px;
  background:rgba(7,9,24,.74);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(22px);
  box-shadow:0 25px 70px rgba(0,0,0,.42);
}

.creator-avatar{
  width:62px;
  height:62px;
  border-radius:50%;
  background:url('https://images.unsplash.com/photo-1529626455594-4ff0802cfb7e?q=80&w=400&auto=format&fit=crop') center/cover no-repeat;
  border:2px solid rgba(255,255,255,.26);
  box-shadow:0 0 0 5px rgba(255,47,143,.12);
}

.creator-glass h3{
  margin:0;
  font-size:24px;
  letter-spacing:-.04em;
}

.creator-glass h3 span{
  color:#39ff9e;
  font-size:14px;
}

.creator-glass p{
  margin:4px 0 0;
  color:#b9c1e5;
  font-size:14px;
}

.enter-btn{
  margin-left:auto;
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:18px;
  color:#fff;
  font-weight:900;
  text-decoration:none;
  background:linear-gradient(135deg,var(--violet),var(--pink));
  box-shadow:0 18px 42px rgba(139,53,255,.28);
}

/* GENERAL SECTIONS */

.section-tight{padding:38px 0}
.panel-wrap{
  padding:34px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(12,15,38,.76),rgba(8,10,25,.58));
  border-radius:34px;
  box-shadow:0 22px 80px rgba(0,0,0,.34);
}

.section-head{margin-bottom:30px}
.row-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
}

.eyebrow{
  color:#ff70be;
  font-weight:900;
  font-size:15px;
  letter-spacing:.02em;
}

h1,h2,h3{
  font-family:"Space Grotesk",Inter,sans-serif;
  margin:0;
}

h2{
  font-size:clamp(34px,4.5vw,60px);
  line-height:1.04;
  letter-spacing:-.055em;
  margin-top:10px;
}

.center{
  text-align:center;
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}

.section-head p{
  color:var(--muted);
  line-height:1.8;
  font-size:17px;
}
/* CREATOR ROW */

.creator-row{
  display:grid;
  grid-template-columns:repeat(5,minmax(220px,1fr));
  gap:20px;
}

.creator-card{
  height:292px;
  position:relative;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.14);
  background:var(--panel);
  transition:.3s cubic-bezier(.2,.8,.2,1);
  box-shadow:0 18px 55px rgba(0,0,0,.28);
}

.creator-card:hover{
  transform:translateY(-8px) scale(1.015);
  border-color:rgba(255,47,143,.5);
  box-shadow:
    0 28px 85px rgba(0,0,0,.48),
    0 0 0 1px rgba(255,47,143,.12) inset;
}

.card-link{
  position:absolute;
  inset:0;
  z-index:10;
}

.creator-img{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:.45s ease;
  filter:saturate(1.08) contrast(1.02);
}

.creator-card:hover .creator-img{
  transform:scale(1.075);
}

.creator-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(to top,rgba(3,4,11,.94) 0%,rgba(3,4,11,.45) 42%,rgba(3,4,11,.02) 72%),
    radial-gradient(circle at 50% 100%,rgba(255,47,143,.28),transparent 44%);
}

.creator-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.06);
  pointer-events:none;
}

.live-tag,
.category-tag,
.views{
  position:absolute;
  z-index:3;
}

.live-tag{
  left:16px;
  top:16px;
  background:linear-gradient(135deg,#ff2c61,var(--pink));
  padding:8px 13px;
  border-radius:11px;
  font-size:12px;
  font-weight:950;
  letter-spacing:.02em;
  box-shadow:0 12px 30px rgba(255,47,143,.28);
}

.category-tag{
  left:16px;
  top:54px;
  padding:7px 11px;
  border-radius:999px;
  font-size:11px;
  font-weight:850;
  color:#ffd5eb;
  background:rgba(10,12,28,.62);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}

.views{
  right:16px;
  top:16px;
  padding:8px 12px;
  border-radius:999px;
  color:#fff;
  background:rgba(0,0,0,.42);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
  font-size:12px;
  font-weight:850;
}

.creator-info{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:3;
  display:grid;
  grid-template-columns:44px 1fr auto;
  gap:12px;
  align-items:center;
}

.avatar-dot{
  width:44px;
  height:44px;
  border-radius:50%;
  background:center/cover no-repeat;
  border:2px solid rgba(255,255,255,.28);
  box-shadow:0 0 0 5px rgba(255,47,143,.12);
}

.creator-info b{
  font-size:15px;
  letter-spacing:-.02em;
}

.creator-info b span{
  color:#38ff9e;
  font-size:12px;
}

.creator-info small{
  min-width:48px;
  text-align:right;
  color:#fff;
  font-weight:850;
}

/* EXPERIENCE SECTION */

.experience-section{
  padding:95px 0 110px;
  position:relative;
}

.experience-section:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:900px;
  height:500px;
  background:
    radial-gradient(circle,rgba(255,47,143,.14),transparent 68%);
  filter:blur(40px);
  pointer-events:none;
}

.experience-head{
  max-width:920px;
  margin:0 auto 60px;
  text-align:center;
}

.experience-head h2{
  margin-top:14px;
}

.experience-head p{
  margin:26px auto 0;
  max-width:760px;
  color:var(--muted);
  line-height:1.9;
  font-size:18px;
}

.experience-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.experience-card{
  position:relative;
  overflow:hidden;
  min-height:290px;
  padding:36px;
  border-radius:34px;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.08),
      rgba(255,255,255,.03)
    );
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(20px);
  box-shadow:
    0 30px 80px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.08);
  transition:.3s cubic-bezier(.2,.8,.2,1);
}

.experience-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,47,143,.32);
  box-shadow:
    0 40px 100px rgba(0,0,0,.46),
    0 0 0 1px rgba(255,47,143,.08) inset;
}

.experience-card:before{
  content:"";
  position:absolute;
  inset:auto -30% -55% -30%;
  height:180px;
  background:
    radial-gradient(circle,
      rgba(255,47,143,.22),
      transparent 68%);
  pointer-events:none;
}

.exp-icon{
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  font-size:32px;
  background:
    linear-gradient(135deg,
      rgba(255,47,143,.22),
      rgba(139,53,255,.18)
    );
  border:1px solid rgba(255,255,255,.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 20px 45px rgba(255,47,143,.12);
}

.experience-card h3{
  margin:28px 0 16px;
  font-size:28px;
  line-height:1.06;
  letter-spacing:-.04em;
}

.experience-card p{
  margin:0;
  color:var(--muted);
  line-height:1.85;
  font-size:16px;
}

@media(max-width:1050px){
  .experience-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .experience-grid{
    grid-template-columns:1fr;
  }

  .experience-card{
    min-height:auto;
  }

}

/* STORY SECTION */

.story-section{
  position:relative;
  padding:120px 0;
  overflow:hidden;
}

.story-section:before{
  content:"";
  position:absolute;
  inset:10% auto auto 0;
  width:520px;
  height:520px;
  background:radial-gradient(circle,rgba(139,53,255,.18),transparent 68%);
  filter:blur(50px);
  pointer-events:none;
}

.story-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:86px;
  align-items:center;
}

.story-visual{
  position:relative;
  min-height:620px;
}

.story-photo{
  position:absolute;
  inset:0;
  border-radius:44px;
  background:
    linear-gradient(to top,rgba(3,4,11,.82),rgba(3,4,11,.12)),
    linear-gradient(135deg,rgba(255,47,143,.18),rgba(139,53,255,.16)),
    url('https://images.unsplash.com/photo-1517841905240-472988babdf9?q=80&w=1300&auto=format&fit=crop') center/cover no-repeat;
  border:1px solid rgba(255,255,255,.15);
  box-shadow:
    0 45px 130px rgba(0,0,0,.58),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.story-photo:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(circle at 72% 20%,rgba(255,255,255,.20),transparent 10%),
    radial-gradient(circle at 20% 90%,rgba(255,47,143,.25),transparent 34%);
}

.story-live-card,
.story-chat-card{
  position:absolute;
  z-index:3;
  border-radius:26px;
  background:rgba(8,10,25,.72);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(22px);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
}

.story-live-card{
  left:28px;
  top:32px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 20px;
}

.story-dot{
  width:13px;
  height:13px;
  border-radius:50%;
  background:var(--pink);
  box-shadow:0 0 0 0 rgba(255,47,143,.75);
  animation:pulse 1.7s infinite;
}

.story-live-card b,
.story-live-card small,
.story-chat-card b,
.story-chat-card span{
  display:block;
}

.story-live-card b{
  font-size:15px;
}

.story-live-card small{
  margin-top:4px;
  color:var(--muted);
  font-weight:700;
}

.story-chat-card{
  right:-28px;
  bottom:52px;
  max-width:360px;
  padding:26px;
}

.story-chat-card b{
  font-size:22px;
  line-height:1.16;
  letter-spacing:-.04em;
}

.story-chat-card span{
  margin-top:10px;
  color:var(--muted);
  line-height:1.7;
}

.story-copy h2{
  max-width:720px;
}

.story-copy > p{
  margin:28px 0 34px;
  color:var(--muted);
  line-height:1.9;
  font-size:18px;
  max-width:680px;
}

.story-points{
  display:grid;
  gap:16px;
  margin-bottom:34px;
}

.story-points div{
  display:grid;
  grid-template-columns:52px 1fr;
  column-gap:18px;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.1);
  transition:.25s ease;
}

.story-points div:hover{
  transform:translateX(6px);
  background:rgba(255,255,255,.065);
  border-color:rgba(255,47,143,.25);
}

.story-points span{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  grid-row:span 2;
  border-radius:18px;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,rgba(255,47,143,.28),rgba(139,53,255,.22));
  border:1px solid rgba(255,255,255,.12);
}

.story-points b{
  font-size:18px;
  letter-spacing:-.02em;
}

.story-points p{
  margin:7px 0 0;
  color:var(--muted);
  line-height:1.65;
}

@media(max-width:1050px){
  .story-grid{
    grid-template-columns:1fr;
  }

  .story-visual{
    min-height:520px;
  }

  .story-chat-card{
    right:24px;
  }
}

@media(max-width:640px){
  .story-section{
    padding:80px 0;
  }

  .story-visual{
    min-height:430px;
  }

  .story-live-card{
    left:18px;
    top:18px;
  }

  .story-chat-card{
    left:18px;
    right:18px;
    bottom:18px;
    max-width:none;
  }

  .story-points div{
    grid-template-columns:1fr;
  }

  .story-points span{
    margin-bottom:14px;
  }

    
}

/* PLATFORM SECTION */

.platform-section{
  position:relative;
  padding:140px 0 120px;
}

.platform-head{
  max-width:900px;
  margin:0 auto 70px;
  text-align:center;
}

.platform-head h2{
  max-width:880px;
  margin-inline:auto;
}

.platform-head p{
  margin:24px auto 0;
  max-width:760px;
  color:var(--muted);
  font-size:18px;
  line-height:1.9;
}

.platform-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
}

.platform-large{
  position:relative;
  min-height:520px;
  overflow:hidden;
  border-radius:42px;
  border:1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(to top,rgba(3,4,11,.92),rgba(3,4,11,.24)),
    url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=1400&auto=format&fit=crop') center/cover no-repeat;
  box-shadow:
    0 45px 120px rgba(0,0,0,.46);
}

.platform-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 70% 20%,rgba(255,255,255,.18),transparent 12%),
    radial-gradient(circle at 20% 100%,rgba(255,47,143,.26),transparent 34%);
}

.platform-badge{
  position:absolute;
  left:28px;
  top:28px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 20px;
  border-radius:999px;
  background:rgba(8,10,25,.74);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(20px);
  font-weight:800;
}

.platform-badge span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--pink);
  box-shadow:0 0 16px var(--pink);
}

.platform-copy{
  position:absolute;
  left:40px;
  right:40px;
  bottom:40px;
  z-index:2;
}

.platform-copy small{
  display:block;
  margin-bottom:14px;
  color:#ff89d0;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.platform-copy h3{
  max-width:560px;
  font-size:52px;
  line-height:.98;
  letter-spacing:-.06em;
  margin-bottom:22px;
}

.platform-copy p{
  max-width:620px;
  color:#d7d8e3;
  line-height:1.85;
  font-size:17px;
  margin-bottom:28px;
}

.platform-side{
  display:grid;
  gap:28px;
}

.platform-mini{
  min-height:246px;
  padding:42px;
  border-radius:34px;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.07),
      rgba(255,255,255,.03)
    );
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  box-shadow:
    0 30px 80px rgba(0,0,0,.28);
}

.platform-mini b{
  display:block;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.05em;
  margin-bottom:20px;
}

.platform-mini p{
  color:var(--muted);
  line-height:1.9;
  font-size:17px;
}

@media(max-width:1050px){

  .platform-grid{
    grid-template-columns:1fr;
  }

  .platform-copy h3{
    font-size:42px;
  }
}

@media(max-width:640px){

  .platform-section{
    padding:90px 0;
  }

  .platform-large{
    min-height:430px;
  }

  .platform-copy{
    left:24px;
    right:24px;
    bottom:24px;
  }

  .platform-copy h3{
    font-size:34px;
  }

  .platform-mini{
    padding:30px;
    min-height:auto;
  }

  .platform-mini b{
    font-size:28px;
  }
}

/* STEPS */

.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:34px;
}

.steps div{
  padding:34px;
  border-radius:28px;
  background:rgba(255,255,255,.045);
  border:1px solid var(--line);
}

.steps b{
  color:#ff70be;
  font-size:18px;
}

.steps h3{
  font-size:26px;
  margin:16px 0 10px;
  letter-spacing:-.035em;
}

.steps p{
  color:var(--muted);
  line-height:1.7;
}

/* FINAL CTA */

.final-cta{
  padding:118px 0;
  text-align:center;
}

.final-cta h2{
  max-width:990px;
  margin:0 auto 18px;
}

.final-cta p{
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
  max-width:720px;
  margin:0 auto 32px;
}

/* FOOTER */

.footer{
  padding:56px 0 24px;
  border-top:1px solid var(--line);
  background:#04050d;
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:30px;
}

.footer p{
  color:var(--muted);
  line-height:1.7;
  max-width:420px;
}

.footer b{
  display:block;
  margin-bottom:14px;
}

.footer a:not(.logo){
  display:block;
  text-decoration:none;
  color:var(--muted);
  margin:10px 0;
}

.footer-bottom{
  border-top:1px solid var(--line);
  margin-top:35px;
  padding-top:20px;
  color:var(--soft);
}

/* INNER PAGES */

.page-hero{
  padding:84px 0 35px;
  text-align:center;
}

.page-hero p{
  color:var(--muted);
  line-height:1.75;
  font-size:18px;
  max-width:760px;
  margin:18px auto 0;
}

.room-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  padding:28px 0 90px;
}

.room-grid .creator-card{height:290px}

.category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  padding:30px 0 90px;
}

.cat-card{
  padding:34px;
  min-height:210px;
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,47,143,.12),rgba(139,53,255,.08));
  text-decoration:none;
}

.cat-card h3{
  font-size:32px;
  letter-spacing:-.04em;
}

.cat-card p{
  color:var(--muted);
  line-height:1.7;
}

.creator-page{
  padding:70px 0 100px;
}

.creator-profile{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:44px;
  align-items:center;
}

.profile-photo{
  height:620px;
  border-radius:36px;
  background:
    linear-gradient(rgba(255,47,143,.14),rgba(139,53,255,.14)),
    url('https://images.unsplash.com/photo-1524504388940-b1c1722653e1?q=80&w=1200&auto=format&fit=crop') center/cover no-repeat;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.profile-copy p{
  color:var(--muted);
  line-height:1.8;
  font-size:18px;
}

.meta-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0;
}

.meta-pills span{
  padding:11px 15px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:#cbd1ed;
}

.article-page{
  max-width:840px;
  margin:0 auto;
  padding:70px 0 100px;
}

.article-page h1{
  font-size:clamp(44px,5vw,68px);
}

.article-page p,.article-page li{
  font-size:18px;
  color:#c7cce4;
  line-height:1.9;
}

.article-page h2{
  font-size:36px;
  margin-top:42px;
}

/* ANIMATION */

.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:.7s ease;
}

.reveal.show{
  opacity:1;
  transform:none;
}

.delay-1{transition-delay:.12s}

.mobile-menu{display:none}

/* RESPONSIVE */

@media(max-width:1050px){
  .main-nav,.nav-actions{display:none}
  .mobile-toggle{display:block}

  .mobile-menu.open{
    display:grid;
    position:fixed;
    top:88px;;
    left:0;
    right:0;
    z-index:70;
    background:#080a18;
    border-bottom:1px solid var(--line);
    padding:18px 24px;
    gap:16px;
  }

  .mobile-menu a{
    text-decoration:none;
    color:#fff;
  }

  .hero-master{
    min-height:auto;
    padding:52px 0 70px;
  }

  .hero-master-grid,
  .split-grid,
  .api-box,
  .creator-profile{
    grid-template-columns:1fr;
  }

  .hero-master-visual{
    order:-1;
  }

  .cinema-card{
    height:520px;
    transform:none;
  }

  .creator-row,.room-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .value-grid,.article-grid,.steps,.category-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .hero-master{
    padding-top:34px;
  }

  .hero-master h1{
    font-size:52px;
  }

  .hero-lead{
    font-size:17px;
  }

  .hero-master-actions{
    display:grid;
  }

  .btn{
    width:100%;
  }

  .hero-metrics{
    grid-template-columns:1fr;
  }

  .creator-row,
  .room-grid,
  .value-grid,
  .article-grid,
  .steps,
  .category-grid{
    grid-template-columns:1fr;
  }

  .row-head{
    display:block;
  }

  .cinema-card,
  .image-stack,
  .profile-photo{
    height:430px;
  }

  .panel-wrap{
    padding:18px;
  }

  .creator-card{
    height:270px;
  }

  .creator-glass{
    left:18px;
    right:18px;
    bottom:18px;
    padding:16px;
  }

  .enter-btn{
    padding:0 16px;
    min-height:46px;
  }

  .floating-message{
    display:none;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }
}

/* FIX STORY SECTION */

.story-section{
  position:relative;
  padding:120px 0;
  overflow:hidden;
}

.story-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:86px;
  align-items:center;
}

.story-visual{
  position:relative;
  min-height:620px;
}

.story-photo{
  position:absolute;
  inset:0;
  border-radius:44px;
  background:
    linear-gradient(to top,rgba(3,4,11,.82),rgba(3,4,11,.12)),
    linear-gradient(135deg,rgba(255,47,143,.18),rgba(139,53,255,.16)),
    url('https://images.unsplash.com/photo-1517841905240-472988babdf9?q=80&w=1300&auto=format&fit=crop') center/cover no-repeat;
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 45px 130px rgba(0,0,0,.58);
}

.story-live-card,
.story-chat-card{
  position:absolute;
  z-index:3;
  border-radius:26px;
  background:rgba(8,10,25,.74);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(22px);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
}

.story-live-card{
  left:28px;
  top:32px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 20px;
}

.story-dot{
  width:13px;
  height:13px;
  border-radius:50%;
  background:var(--pink);
  box-shadow:0 0 18px var(--pink);
}

.story-live-card b,
.story-live-card small,
.story-chat-card b,
.story-chat-card span{
  display:block;
}

.story-live-card small{
  margin-top:4px;
  color:var(--muted);
}

.story-chat-card{
  right:-28px;
  bottom:52px;
  max-width:360px;
  padding:26px;
}

.story-chat-card b{
  font-size:22px;
  line-height:1.16;
  letter-spacing:-.04em;
}

.story-chat-card span{
  margin-top:10px;
  color:var(--muted);
  line-height:1.7;
}

.story-copy h2{
  max-width:720px;
}

.story-copy > p{
  margin:28px 0 34px;
  color:var(--muted);
  line-height:1.9;
  font-size:18px;
  max-width:680px;
}

.story-points{
  display:grid;
  gap:16px;
  margin-bottom:34px;
}

.story-points div{
  display:grid;
  grid-template-columns:52px 1fr;
  column-gap:18px;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.1);
}

.story-points span{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  grid-row:span 2;
  border-radius:18px;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,rgba(255,47,143,.28),rgba(139,53,255,.22));
  border:1px solid rgba(255,255,255,.12);
}

.story-points b{
  font-size:18px;
}

.story-points p{
  margin:7px 0 0;
  color:var(--muted);
  line-height:1.65;
}

@media(max-width:1050px){
  .story-grid{
    grid-template-columns:1fr;
  }

  .story-visual{
    min-height:520px;
  }

  .story-chat-card{
    right:24px;
  }
}

@media(max-width:640px){
  .story-section{
    padding:80px 0;
  }

  .story-visual{
    min-height:430px;
  }

  .story-chat-card{
    left:18px;
    right:18px;
    bottom:18px;
    max-width:none;
  }

  .story-points div{
    grid-template-columns:1fr;
  }

  .story-points span{
    margin-bottom:14px;
  }
}

/* EDITORIAL SECTION */

.editorial-section{
  position:relative;
  padding:160px 0 150px;
}

.editorial-head{
  margin-bottom:74px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
}

.editorial-head h2{
  max-width:820px;
}

.editorial-link{
  min-width:210px;
  height:60px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  text-decoration:none;
  color:#fff;
  font-weight:900;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
  transition:.25s ease;
}

.editorial-link:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.08);
}

.editorial-grid{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:30px;
}

.featured-editorial{
  position:relative;
  min-height:650px;
  overflow:hidden;
  border-radius:42px;
  border:1px solid rgba(255,255,255,.12);
  background:#080a18;
  box-shadow:
    0 45px 140px rgba(0,0,0,.46);
}

.featured-image{
  position:absolute;
  inset:0;
  background:
    url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=1400&auto=format&fit=crop')
    center/cover no-repeat;
  transition:.5s ease;
}

.featured-editorial:hover .featured-image{
  transform:scale(1.06);
}

.featured-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top,
      rgba(3,4,11,.96),
      rgba(3,4,11,.32)
    ),
    linear-gradient(135deg,
      rgba(255,47,143,.18),
      rgba(139,53,255,.12)
    );
}

.featured-copy{
  position:absolute;
  left:42px;
  right:42px;
  bottom:42px;
  z-index:2;
}

.featured-copy span{
  display:inline-flex;
  margin-bottom:18px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#ff8fd5;
}

.featured-copy h3{
  max-width:650px;
  font-size:58px;
  line-height:.96;
  letter-spacing:-.065em;
  margin-bottom:22px;
}

.featured-copy p{
  max-width:620px;
  color:#d6d7e2;
  line-height:1.9;
  font-size:17px;
  margin-bottom:30px;
}

.editorial-side{
  display:grid;
  gap:28px;
}

.mini-editorial{
  min-height:198px;
  padding:38px;
  border-radius:32px;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.06),
      rgba(255,255,255,.03)
    );
  border:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(18px);
  transition:.25s ease;
}

.mini-editorial:hover{
  transform:translateY(-6px);
  border-color:rgba(255,47,143,.24);
}

.mini-editorial small{
  display:block;
  margin-bottom:16px;
  color:#ff8fd5;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.mini-editorial h4{
  font-size:34px;
  line-height:1.02;
  letter-spacing:-.05em;
  margin-bottom:18px;
}

.mini-editorial p{
  color:var(--muted);
  line-height:1.9;
  font-size:16px;
}

@media(max-width:1050px){

  .editorial-grid{
    grid-template-columns:1fr;
  }

  .featured-copy h3{
    font-size:44px;
  }
}

@media(max-width:640px){

  .editorial-section{
    padding:100px 0;
  }

  .editorial-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .featured-editorial{
    min-height:500px;
  }

  .featured-copy{
    left:24px;
    right:24px;
    bottom:24px;
  }

  .featured-copy h3{
    font-size:36px;
  }

  .mini-editorial{
    min-height:auto;
    padding:28px;
  }

  .mini-editorial h4{
    font-size:28px;
  }
}

.mini-editorial a{
  display:inline-flex;
  margin-top:18px;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  opacity:.9;
}

.mini-editorial a:hover{
  color:#ff8fd5;
}

/* FLOW SECTION */

.flow-section{
  position:relative;
  padding:170px 0 170px;
}

.flow-section:before{
  content:"";
  position:absolute;
  left:50%;
  top:20%;
  transform:translateX(-50%);
  width:900px;
  height:500px;
  background:
    radial-gradient(circle,
      rgba(255,47,143,.12),
      transparent 68%);
  filter:blur(60px);
  pointer-events:none;
}

.flow-head{
  max-width:900px;
  margin:0 auto 80px;
  text-align:center;
}

.flow-head h2{
  max-width:860px;
  margin-inline:auto;
}

.flow-head p{
  margin:28px auto 0;
  max-width:760px;
  color:var(--muted);
  line-height:1.9;
  font-size:18px;
}

.flow-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.flow-card{
  position:relative;
  overflow:hidden;
  min-height:360px;
  padding:42px;
  border-radius:38px;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.07),
      rgba(255,255,255,.03)
    );
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(20px);
  box-shadow:
    0 35px 100px rgba(0,0,0,.36);
  transition:.3s cubic-bezier(.2,.8,.2,1);
}

.flow-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,47,143,.28);
}

.flow-card:before{
  content:"";
  position:absolute;
  inset:auto -30% -50% -30%;
  height:200px;
  background:
    radial-gradient(circle,
      rgba(255,47,143,.18),
      transparent 68%);
}

.flow-number{
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:
    linear-gradient(135deg,
      rgba(255,47,143,.28),
      rgba(139,53,255,.22)
    );
  border:1px solid rgba(255,255,255,.12);
  font-size:22px;
  font-weight:950;
  margin-bottom:34px;
}

.flow-card h3{
  font-size:42px;
  line-height:1;
  letter-spacing:-.05em;
  margin-bottom:22px;
}

.flow-card p{
  color:var(--muted);
  line-height:1.9;
  font-size:17px;
  max-width:320px;
}

.flow-line{
  position:absolute;
  right:-40px;
  top:50%;
  width:80px;
  height:2px;
  background:
    linear-gradient(90deg,
      rgba(255,47,143,.45),
      transparent);
}

@media(max-width:1050px){

  .flow-grid{
    grid-template-columns:1fr;
  }

  .flow-card{
    min-height:auto;
  }

  .flow-line{
    display:none;
  }
}

@media(max-width:640px){

  .flow-section{
    padding:110px 0;
  }

  .flow-card{
    padding:32px;
  }

  .flow-card h3{
    font-size:34px;
  }
}

/* CLOSING SECTION */

.closing-section{
  position:relative;
  padding:180px 0 120px;
}

.closing-card{
  position:relative;
  overflow:hidden;
  padding:110px 80px;
  border-radius:48px;
  text-align:center;
  background:
    linear-gradient(135deg,
      rgba(255,47,143,.14),
      rgba(139,53,255,.10)
    );
  border:1px solid rgba(255,255,255,.12);
  box-shadow:
    0 50px 140px rgba(0,0,0,.42);
}

.closing-card:before{
  content:"";
  position:absolute;
  inset:-20% auto auto -10%;
  width:520px;
  height:520px;
  background:
    radial-gradient(circle,
      rgba(255,47,143,.22),
      transparent 68%);
  filter:blur(60px);
}

.closing-card:after{
  content:"";
  position:absolute;
  right:-10%;
  bottom:-20%;
  width:520px;
  height:520px;
  background:
    radial-gradient(circle,
      rgba(139,53,255,.18),
      transparent 68%);
  filter:blur(60px);
}

.closing-noise{
  position:absolute;
  inset:0;
  opacity:.05;
  background-image:
    radial-gradient(#fff 1px,transparent 1px);
  background-size:22px 22px;
}

.closing-card h2{
  position:relative;
  z-index:2;
  max-width:980px;
  margin:20px auto 26px;
}

.closing-card p{
  position:relative;
  z-index:2;
  max-width:760px;
  margin:0 auto 42px;
  color:#d8d9e4;
  line-height:1.9;
  font-size:18px;
}

.closing-actions{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  gap:18px;
}

/* FOOTER */

.site-footer{
  position:relative;
  padding-top:90px;
  border-top:1px solid rgba(255,255,255,.08);
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr .8fr;
  gap:50px;
  padding-bottom:60px;
}

.footer-logo{
  display:inline-block;
  margin-bottom:24px;
  text-decoration:none;
  font-size:42px;
  font-weight:900;
  letter-spacing:-.06em;
  color:#fff;
}

.footer-logo span{
  color:#ff5fc3;
}

.footer-brand p{
  max-width:420px;
  color:var(--muted);
  line-height:1.9;
  margin-bottom:18px;
}

.footer-brand small{
  color:#9ea2ba;
}

.footer-links h4{
  margin-bottom:22px;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#ff8fd5;
}

.footer-links a{
  display:block;
  margin-bottom:14px;
  text-decoration:none;
  color:#d7d8e3;
  transition:.2s ease;
}

.footer-links a:hover{
  color:#fff;
  transform:translateX(4px);
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
}

.footer-bottom-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#9ea2ba;
  font-size:14px;
}

@media(max-width:1050px){

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){

  .closing-section{
    padding:110px 0 80px;
  }

  .closing-card{
    padding:70px 28px;
  }

  .closing-actions{
    flex-direction:column;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }

  .footer-bottom-inner{
    flex-direction:column;
    justify-content:center;
    text-align:center;
    padding:18px 0;
  }
}

.live-page {
  background:
    radial-gradient(circle at 20% 10%, rgba(123, 92, 255, .18), transparent 35%),
    radial-gradient(circle at 80% 20%, rgba(0, 198, 255, .14), transparent 32%),
    #05050a;
  color: #fff;
}

.live-hero {
  padding: 120px 0 70px;
  position: relative;
  overflow: hidden;
}

.live-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}

.live-hero-copy h1 {
  font-size: clamp(44px, 6vw, 82px);
  line-height: .95;
  letter-spacing: -0.06em;
  margin: 16px 0 22px;
}

.live-hero-copy p {
  max-width: 620px;
  color: rgba(255,255,255,.68);
  font-size: 18px;
  line-height: 1.7;
}

.hero-room-card {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
  border-radius: 34px;
  padding: 14px;
  box-shadow: 0 30px 120px rgba(0,0,0,.45);
  backdrop-filter: blur(18px);
}

.hero-room-image {
  min-height: 440px;
  border-radius: 26px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.live-badge,
.room-live {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(255, 38, 91, .92);
  color: #fff;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.hero-room-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 6px 4px;
  align-items: center;
}

.hero-room-info h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

.hero-room-info p {
  color: rgba(255,255,255,.58);
  margin: 0;
}

.viewer-pill {
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.07);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
}

.live-category-strip {
  padding: 18px 0 42px;
}

.category-strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.category-strip-inner a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
  padding: 12px 18px;
  border-radius: 999px;
  transition: .25s ease;
}

.category-strip-inner a:hover {
  color: #fff;
  border-color: rgba(255,255,255,.28);
  transform: translateY(-2px);
}

.live-rooms-section {
  padding: 70px 0 110px;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.room-card {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  border-radius: 28px;
  overflow: hidden;
  transition: .28s ease;
}

.room-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 24px 80px rgba(0,0,0,.34);
}

.room-thumb {
  height: 260px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}

.room-category {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: rgba(0,0,0,.48);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  backdrop-filter: blur(12px);
}

.room-content {
  padding: 20px;
}

.room-content h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.room-content p {
  color: rgba(255,255,255,.58);
  line-height: 1.55;
  min-height: 48px;
}

.room-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

.room-meta a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #7b5cff, #00c6ff);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .live-hero-grid {
    grid-template-columns: 1fr;
  }

  .room-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-room-image {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .live-hero {
    padding: 96px 0 48px;
  }

  .room-grid {
    grid-template-columns: 1fr;
  }

  .hero-room-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .room-thumb {
    height: 240px;
  }
}

.category-strip-inner a.is-active {
  color: #fff;
  border-color: rgba(255, 77, 210, .75);
  background: linear-gradient(135deg, rgba(255,77,210,.22), rgba(139,92,246,.2));
  box-shadow: 0 0 28px rgba(255,77,210,.18);
}

.empty-live-state {
  margin-top: 34px;
  padding: 42px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
}

.empty-live-state h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.empty-live-state p {
  color: rgba(255,255,255,.62);
  margin-bottom: 20px;
}

.empty-live-state a {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4dd2, #8b5cf6);
  font-weight: 700;
}

.live-page .live-hero {
  padding: 140px 0 80px;
}

.live-page .hero-actions a {
  text-decoration: none;
}

.live-page .hero-room-card {
  display: block;
  text-decoration: none;
  color: #fff;
}

.live-page .room-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 38px;
}

.live-page .room-card {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1);
}

.live-page .room-thumb {
  height: 310px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
}

.live-page .room-content {
  padding: 18px;
}

.live-page .room-content h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 8px;
}

.live-page .room-content p {
  color: rgba(255,255,255,.62);
  margin: 0;
}

.live-page .room-meta {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.live-page .room-meta a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #ff38c8, #8b5cf6);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
}

.live-page .room-live {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #ff2fa8;
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.live-page .room-category {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .live-page .room-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .live-page .room-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .live-page .room-grid {
    grid-template-columns: 1fr;
  }
}

/* ======================================================
   LIVE ROOMS PAGE FIX
====================================================== */

.live-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 57, 200, .16), transparent 34%),
    radial-gradient(circle at 80% 16%, rgba(0, 210, 255, .14), transparent 34%),
    linear-gradient(180deg, #06050b 0%, #05070d 100%);
  color: #fff;
}

.live-page .live-hero {
  padding: 150px 0 70px;
  overflow: hidden;
}

.live-page .live-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 54px;
  align-items: center;
}

.live-page .live-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .92;
  letter-spacing: -0.06em;
  margin: 18px 0 24px;
}

.live-page .live-hero-copy p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
}

.live-page .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.live-page .hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.live-page .hero-actions .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #ff38c8, #8b5cf6);
  box-shadow: 0 18px 42px rgba(255, 56, 200, .25);
}

.live-page .hero-actions .btn-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.055);
}

.live-page .hero-room-card {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 12px;
  border-radius: 34px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 90px rgba(0,0,0,.35);
}

.live-page .hero-room-image {
  height: 440px;
  border-radius: 26px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.live-page .hero-room-info {
  padding: 18px 8px 4px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.live-page .hero-room-info h3 {
  margin: 0 0 6px;
  font-size: 24px;
}

.live-page .hero-room-info p {
  margin: 0;
  color: rgba(255,255,255,.62);
}

.live-page .viewer-pill {
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
  color: rgba(255,255,255,.78);
}

.live-page .live-category-strip {
  padding: 24px 0 56px;
}

.live-page .category-strip-inner {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.live-page .category-strip-inner a {
  color: rgba(255,255,255,.86);
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
}

.live-page .category-strip-inner a.is-active,
.live-page .category-strip-inner a:hover {
  color: #fff;
  border-color: rgba(255, 56, 200, .7);
  background: rgba(255, 56, 200, .16);
}

.live-page .live-rooms-section {
  padding: 20px 0 110px;
}

.live-page .section-head {
  max-width: 720px;
  margin-bottom: 36px;
}

.live-page .section-head h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 14px 0 16px;
}

.live-page .section-head p {
  color: rgba(255,255,255,.66);
  font-size: 17px;
  line-height: 1.7;
}

.live-page .room-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.live-page .room-card {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  transition: .25s ease;
}

.live-page .room-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}

.live-page .room-thumb {
  height: 310px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
}

.live-page .room-live,
.live-page .live-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #fff;
  background: #ff2fa8;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.live-page .room-category {
  position: absolute;
  right: 14px;
  bottom: 14px;
  color: #fff;
  background: rgba(0,0,0,.58);
  border: 1px solid rgba(255,255,255,.12);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: capitalize;
}

.live-page .room-content {
  padding: 18px;
}

.live-page .room-content h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.live-page .room-content p {
  margin: 0;
  min-height: 42px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
}

.live-page .room-meta {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: rgba(255,255,255,.58);
  font-size: 13px;
}

.live-page .room-meta a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #ff38c8, #8b5cf6);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.live-page .empty-live-state {
  padding: 42px;
  border-radius: 28px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
}

.live-page .empty-live-state a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  margin-top: 14px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff38c8, #8b5cf6);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .live-page .live-hero-grid {
    grid-template-columns: 1fr;
  }

  .live-page .hero-room-card {
    max-width: 560px;
  }

  .live-page .room-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .live-page .room-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .live-page .live-hero {
    padding-top: 120px;
  }
}

@media (max-width: 560px) {
  .live-page .room-grid {
    grid-template-columns: 1fr;
  }

  .live-page .hero-room-image {
    height: 340px;
  }

  .live-page .hero-room-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   LIVEFORYOU — CATEGORY PAGE FINAL FIX
   Paste paling bawah style.css
========================================================= */

.categories-hero{
  position:relative;
  padding:130px 0 80px;
  overflow:hidden;
}

.categories-hero .container{
  position:relative;
  z-index:2;
}

.categories-head{
  max-width:860px;
  margin:0 auto 64px;
  text-align:center;
}

.categories-head h1{
  margin-top:10px;
  font-size:clamp(42px,5vw,72px);
  line-height:1;
  letter-spacing:-.06em;
}

.categories-head p{
  margin:22px auto 0;
  max-width:760px;
  color:var(--muted);
  font-size:18px;
  line-height:1.8;
}

.categories-hero .category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  padding:0;
}

.categories-hero .category-card{
  position:relative;
  min-height:260px;
  padding:30px;
  overflow:hidden;
  border-radius:32px;
  text-decoration:none;
  color:#fff;
  background:
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 28px 80px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
  transition:.3s cubic-bezier(.2,.8,.2,1);
}

.categories-hero .category-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,47,143,.42);
  box-shadow:
    0 36px 100px rgba(0,0,0,.44),
    0 0 40px rgba(255,47,143,.12);
}

.category-glow{
  position:absolute;
  right:-80px;
  bottom:-90px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,47,143,.22),transparent 68%);
  pointer-events:none;
}

.category-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:34px;
}

.category-icon{
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:22px;
  font-size:28px;
  background:linear-gradient(135deg,rgba(255,47,143,.22),rgba(139,53,255,.18));
  border:1px solid rgba(255,255,255,.12);
}

.category-badge{
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,47,143,.18);
  color:#ffd4ec;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}

.category-content{
  position:relative;
  z-index:2;
}

.category-content h3{
  font-size:34px;
  line-height:1.04;
  letter-spacing:-.05em;
  margin-bottom:16px;
}

.category-content p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
  font-size:16px;
}

.category-bottom{
  position:absolute;
  left:30px;
  right:30px;
  bottom:26px;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#fff;
  font-weight:900;
}

.category-bottom b{
  transition:.25s ease;
}

.categories-hero .category-card:hover .category-bottom b{
  transform:translateX(5px);
}

/* INFO BELOW CATEGORY */

.categories-info{
  padding:0 0 110px;
}

.info-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.info-card{
  min-height:220px;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 26px 70px rgba(0,0,0,.25);
}

.info-icon{
  font-size:30px;
  margin-bottom:22px;
}

.info-card h3{
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.04em;
  margin-bottom:14px;
}

.info-card p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}

/* RESPONSIVE CATEGORY */

@media(max-width:1050px){
  .categories-hero .category-grid,
  .info-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .categories-hero{
    padding:90px 0 60px;
  }

  .categories-head{
    text-align:left;
    margin-bottom:38px;
  }

  .categories-head h1{
    font-size:42px;
  }

  .categories-hero .category-grid,
  .info-grid{
    grid-template-columns:1fr;
  }

  .categories-hero .category-card{
    min-height:240px;
    padding:26px;
  }

  .category-content h3{
    font-size:30px;
  }

  .category-bottom{
    left:26px;
    right:26px;
  }
}

/* =========================================================
   PREMIUM LIVE CATEGORIES — FINAL
========================================================= */

.premium-categories-page{
  position:relative;
  padding:140px 0 120px;
  min-height:calc(100vh - 88px);
}

.premium-category-head{
  max-width:860px;
  margin:0 auto 70px;
  text-align:center;
}

.premium-category-head h1{
  margin-top:12px;
  font-size:clamp(48px,6vw,84px);
  line-height:.95;
  letter-spacing:-.07em;
}

.premium-category-head p{
  max-width:720px;
  margin:24px auto 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.8;
}

.premium-category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.premium-category-card{
  position:relative;
  min-height:330px;
  overflow:hidden;
  padding:30px;
  border-radius:34px;
  text-decoration:none;
  color:#fff;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:
    0 34px 95px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter:blur(22px);
  transition:.32s cubic-bezier(.2,.8,.2,1);
}

.premium-category-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,47,143,.38);
  box-shadow:
    0 42px 120px rgba(0,0,0,.52),
    0 0 55px rgba(255,47,143,.12);
}

.premium-card-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,47,143,.20),transparent 32%),
    radial-gradient(circle at 20% 90%,rgba(20,234,217,.10),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.04),transparent);
  opacity:.9;
}

.premium-card-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.premium-card-top span,
.premium-card-top b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  padding:0 14px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.premium-card-top span{
  color:#ffd7ee;
  background:rgba(255,47,143,.13);
  border:1px solid rgba(255,47,143,.24);
}

.premium-card-top b{
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.premium-card-content{
  position:relative;
  z-index:2;
  margin-top:78px;
}

.premium-card-content h2{
  font-size:38px;
  line-height:1;
  letter-spacing:-.055em;
  margin:0 0 18px;
}

.premium-card-content p{
  max-width:360px;
  margin:0;
  color:#bfc6e7;
  line-height:1.75;
  font-size:16px;
}

.premium-card-bottom{
  position:absolute;
  left:30px;
  right:30px;
  bottom:28px;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.09);
  color:#fff;
  font-weight:900;
}

.premium-card-bottom span{
  font-size:14px;
}

.premium-card-bottom i{
  font-style:normal;
  font-size:20px;
  transition:.25s ease;
}

.premium-category-card:hover .premium-card-bottom i{
  transform:translateX(6px);
}

@media(max-width:1050px){
  .premium-category-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .premium-categories-page{
    padding:100px 0 80px;
  }

  .premium-category-head{
    text-align:left;
    margin-bottom:42px;
  }

  .premium-category-head h1{
    font-size:46px;
  }

  .premium-category-grid{
    grid-template-columns:1fr;
  }

  .premium-category-card{
    min-height:300px;
  }
}

/* =========================================================
   ARTICLES INDEX + SINGLE ARTICLE
========================================================= */

.articles-page,
.single-article-page{
  position:relative;
  overflow:hidden;
}

.articles-hero,
.single-article-hero{
  padding:135px 0 70px;
  text-align:center;
}

.articles-hero h1,
.single-article-hero h1{
  max-width:980px;
  margin:14px auto 0;
  font-size:clamp(46px,6vw,82px);
  line-height:.95;
  letter-spacing:-.07em;
}

.articles-hero p,
.single-article-hero p{
  max-width:760px;
  margin:26px auto 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.8;
}

.articles-list{
  padding:30px 0 120px;
}

.article-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.article-card{
    position:relative;
    display:flex;
    flex-direction:column;

    min-height:420px;
    height:420px;

    padding:28px;
    border-radius:28px;

    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.03),
        rgba(255,255,255,.01)
    );

    border:1px solid rgba(255,255,255,.08);

    overflow:hidden;
}

.article-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,47,143,.35);
  box-shadow:
    0 44px 120px rgba(0,0,0,.48),
    0 0 55px rgba(255,47,143,.12);
}

.article-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 80% 15%,rgba(255,47,143,.20),transparent 32%),
    radial-gradient(circle at 20% 90%,rgba(20,234,217,.09),transparent 34%);
  pointer-events:none;
}

.article-card span,
.article-card h2,
.article-card p,
.article-card b{
  position:relative;
  z-index:2;
}

.article-card span{
  display:inline-flex;
  margin-bottom:42px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,47,143,.13);
  border:1px solid rgba(255,47,143,.24);
  color:#ffd7ee;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.article-card h2{
    font-size:2rem;
    line-height:1.1;
    margin:18px 0;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;

    min-height:105px;
}

.article-card p{
    color:#b8bfd0;
    line-height:1.8;

    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;

    min-height:120px;
}

.article-card b{
    margin-top:auto;
    display:inline-block;
}

/* SINGLE ARTICLE */

.single-article-body{
  padding:30px 0 130px;
}

.article-reading-wrap{
  max-width:980px;
}

.article-reading-content{
  padding:54px;
  border-radius:38px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 35px 100px rgba(0,0,0,.32);
}

.article-reading-content p{
  color:#c7cde8;
  font-size:18px;
  line-height:1.95;
}

.article-reading-content .article-intro{
  font-size:21px;
  color:#fff;
  line-height:1.85;
}

.article-reading-content h2{
  margin-top:46px;
  margin-bottom:18px;
  font-size:42px;
  line-height:1.05;
  letter-spacing:-.055em;
}

.article-live-module{
  margin:54px 0;
  padding:30px;
  border-radius:32px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.11);
}

.article-module-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:26px;
}

.article-module-head h3{
  margin-top:8px;
  font-size:34px;
  line-height:1;
  letter-spacing:-.045em;
}

.article-module-head a{
  color:#fff;
  text-decoration:none;
  font-weight:900;
}

.article-mini-live-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.article-mini-live-card{
  overflow:hidden;
  border-radius:22px;
  text-decoration:none;
  color:#fff;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.1);
  transition:.25s ease;
}

.article-mini-live-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,47,143,.35);
}

.article-mini-thumb{
  height:180px;
  background-size:cover;
  background-position:center;
  position:relative;
}

.article-mini-thumb:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(3,4,11,.72),transparent 65%);
}

.article-mini-thumb span{
  position:absolute;
  left:12px;
  top:12px;
  z-index:2;
  padding:7px 10px;
  border-radius:999px;
  background:#ff2f8f;
  font-size:11px;
  font-weight:900;
}

.article-mini-info{
  padding:14px;
}

.article-mini-info h4{
  margin:0 0 6px;
  font-size:15px;
}

.article-mini-info small{
  color:var(--muted);
  font-weight:800;
}

.article-related-box{
  margin-top:54px;
  padding:32px;
  border-radius:30px;
  background:
    linear-gradient(135deg,rgba(255,47,143,.13),rgba(139,53,255,.09));
  border:1px solid rgba(255,255,255,.12);
}

.article-related-box h3{
  font-size:32px;
  margin-bottom:22px;
}

.article-related-box div{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.article-related-box a{
  display:inline-flex;
  min-height:46px;
  align-items:center;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-weight:900;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
}

.article-api-empty{
  padding:20px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
}

/* RESPONSIVE ARTICLES */

@media(max-width:1050px){
  .article-card-grid{
    grid-template-columns:1fr 1fr;
  }

  .article-mini-live-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .articles-hero,
  .single-article-hero{
    padding:100px 0 50px;
    text-align:left;
  }

  .article-card-grid{
    grid-template-columns:1fr;
  }

  .article-reading-content{
    padding:28px;
    border-radius:28px;
  }

  .article-reading-content h2{
    font-size:32px;
  }

  .article-reading-content p{
    font-size:17px;
  }

  .article-module-head{
    display:block;
  }

  .article-module-head a{
    display:inline-flex;
    margin-top:18px;
  }

  .article-mini-live-grid{
    grid-template-columns:1fr;
  }
}

/* ARTICLES FEATURED CARD */

.articles-featured-section{
  padding:20px 0 50px;
}

.articles-featured-card{
  position:relative;
  display:block;
  min-height:430px;
  overflow:hidden;
  border-radius:42px;
  text-decoration:none;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(255,47,143,.14),rgba(139,53,255,.10));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 44px 130px rgba(0,0,0,.42);
}

.articles-featured-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,47,143,.32);
}

.articles-featured-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,47,143,.22),transparent 34%),
    radial-gradient(circle at 20% 90%,rgba(20,234,217,.10),transparent 36%);
}

.articles-featured-content{
  position:absolute;
  left:48px;
  right:48px;
  bottom:46px;
  z-index:2;
  max-width:780px;
}

.articles-featured-content span{
  display:inline-flex;
  margin-bottom:20px;
  padding:9px 15px;
  border-radius:999px;
  background:rgba(255,47,143,.14);
  border:1px solid rgba(255,47,143,.25);
  color:#ffd7ee;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.articles-featured-content h2{
  font-size:clamp(42px,5vw,72px);
  line-height:.96;
  letter-spacing:-.065em;
  margin-bottom:22px;
}

.articles-featured-content p{
  max-width:680px;
  color:#c7cde8;
  font-size:18px;
  line-height:1.75;
}

.articles-featured-content b{
  display:inline-flex;
  margin-top:26px;
  font-size:15px;
}

@media(max-width:640px){
  .articles-featured-card{
    min-height:500px;
    border-radius:32px;
  }

  .articles-featured-content{
    left:28px;
    right:28px;
    bottom:32px;
  }
}

/* =========================================================
   CREATOR PROFILE PAGE
========================================================= */

.creator-profile-page{
  position:relative;
  overflow:hidden;
}

.creator-hero-section{
  padding:120px 0 90px;
}

.creator-hero-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:58px;
  align-items:center;
}

.creator-visual-card{
  padding:14px;
  border-radius:42px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 45px 130px rgba(0,0,0,.44);
}

.creator-visual-image{
  min-height:620px;
  position:relative;
  overflow:hidden;
  border-radius:32px;
  background-size:cover;
  background-position:center;
}

.creator-visual-image:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top,rgba(3,4,11,.86),rgba(3,4,11,.10) 68%),
    radial-gradient(circle at 80% 20%,rgba(255,47,143,.22),transparent 28%);
}

.creator-live-badge,
.creator-viewer-badge{
  position:absolute;
  z-index:2;
  top:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}

.creator-live-badge{
  left:22px;
  background:linear-gradient(135deg,#ff2c61,var(--pink));
}

.creator-viewer-badge{
  right:22px;
  background:rgba(0,0,0,.48);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
}

.creator-profile-copy h1{
  margin-top:12px;
  font-size:clamp(56px,7vw,96px);
  line-height:.92;
  letter-spacing:-.075em;
}

.creator-profile-copy p{
  max-width:720px;
  margin:28px 0;
  color:var(--muted);
  font-size:19px;
  line-height:1.85;
}

.creator-profile-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:22px;
}

.creator-profile-meta span,
.creator-tags span{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.11);
  color:#dfe3ff;
  font-weight:800;
  font-size:13px;
}

.creator-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:34px;
}

.creator-tags span{
  color:#ffd7ee;
  background:rgba(255,47,143,.11);
  border-color:rgba(255,47,143,.22);
}

.creator-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.creator-about-section{
  padding:20px 0 90px;
}

.creator-about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}

.creator-about-card{
  padding:38px;
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}

.creator-about-card h2{
  margin-top:12px;
  font-size:40px;
}

.creator-about-card p{
  color:var(--muted);
  line-height:1.85;
  font-size:17px;
}

.related-creators-section{
  padding:40px 0 130px;
}

@media(max-width:1050px){
  .creator-hero-grid,
  .creator-about-grid{
    grid-template-columns:1fr;
  }

  .creator-visual-image{
    min-height:520px;
  }
}

@media(max-width:640px){
  .creator-hero-section{
    padding:90px 0 60px;
  }

  .creator-visual-image{
    min-height:440px;
  }

  .creator-profile-copy h1{
    font-size:48px;
  }

  .creator-actions{
    display:grid;
  }

  .creator-about-card{
    padding:28px;
  }
}

.creator-hero-section{
    position:relative;
    overflow:hidden;
}

.creator-hero-section::before{
    content:'';
    position:absolute;
    width:700px;
    height:700px;
    background:radial-gradient(circle, rgba(255,0,180,.18), transparent 70%);
    top:-250px;
    right:-120px;
    pointer-events:none;
}

.creator-hero-section::after{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(circle, rgba(90,0,255,.18), transparent 70%);
    bottom:-300px;
    left:-180px;
    pointer-events:none;
}

.creator-profile-copy h1{
    font-size:72px;
    line-height:.95;
    letter-spacing:-3px;
    max-width:700px;
}

.creator-profile-copy p{
    font-size:16px;
    line-height:1.8;
    max-width:620px;
    opacity:.82;
}

.creator-row{
    gap:22px;
}

.creator-card{
    min-width:240px;
}

.creator-stats-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin:28px 0;
}

.creator-stat-box{
    padding:18px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.03);
    border-radius:18px;
    backdrop-filter:blur(10px);
}

.creator-stat-box small{
    display:block;
    opacity:.6;
    margin-bottom:8px;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.creator-stat-box strong{
    font-size:20px;
    font-weight:700;
}

.live-hero{
    position:relative;
    overflow:hidden;
}

.live-hero::before{
    content:'';
    position:absolute;
    width:700px;
    height:700px;
    background:radial-gradient(circle, rgba(255,0,180,.14), transparent 70%);
    top:-250px;
    right:-180px;
    pointer-events:none;
}

.live-hero::after{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(circle, rgba(90,0,255,.14), transparent 70%);
    bottom:-250px;
    left:-180px;
    pointer-events:none;
}

.pagination-wrap{
display:flex;
align-items:center;
justify-content:center;
gap:18px;
margin-top:60px;
flex-wrap:wrap;
width:100%;
position:relative;
z-index:5;
}

.pagination-pages{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:center;
align-items:center;
}

.pagination-pages a,
.pagination-btn{
min-width:46px;
height:46px;
padding:0 18px;
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
color:#fff;
text-decoration:none;
font-weight:700;
font-size:14px;
transition:.25s ease;
backdrop-filter:blur(10px);
}

.pagination-pages a:hover,
.pagination-btn:hover{
background:linear-gradient(135deg,#ff4fd8,#8f5cff);
transform:translateY(-2px);
border-color:transparent;
}

.pagination-pages a.is-active{
background:linear-gradient(135deg,#ff4fd8,#8f5cff);
border-color:transparent;
box-shadow:0 0 25px rgba(255,79,216,.35);
}

@media(max-width:768px){

.pagination-wrap{
gap:12px;
}

.pagination-pages{
gap:8px;
}

.pagination-pages a,
.pagination-btn{
min-width:42px;
height:42px;
padding:0 14px;
font-size:13px;
}

.pagination-dots{
    min-width:32px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:rgba(255,255,255,.55);
    font-weight:800;
}

.article-related-creators{
margin-top:90px;
padding:40px;
border-radius:32px;
border:1px solid rgba(255,255,255,.08);
background:
linear-gradient(
180deg,
rgba(255,255,255,.03),
rgba(255,255,255,.015)
);
backdrop-filter:blur(18px);
}

.article-related-head span{
display:inline-block;
font-size:12px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
color:#ff4fd8;
margin-bottom:12px;
}

.article-related-head h2{
font-size:42px;
line-height:1.1;
margin:0 0 14px;
font-weight:800;
color:#fff;
}

.article-related-head p{
max-width:720px;
color:rgba(255,255,255,.68);
line-height:1.8;
margin-bottom:34px;
}

.related-creators-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:24px;
}

.related-creator-card{
display:block;
overflow:hidden;
border-radius:24px;
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
text-decoration:none;
transition:.3s;
}

.related-creator-card:hover{
transform:translateY(-6px);
border-color:#ff4fd8;
box-shadow:0 0 35px rgba(255,79,216,.22);
}

.related-creator-image{
aspect-ratio:4/5;
overflow:hidden;
}

.related-creator-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
transition:.4s;
}

.related-creator-card:hover img{
transform:scale(1.05);
}

.related-creator-content{
padding:20px;
}

.related-creator-content h3{
margin:0 0 8px;
font-size:22px;
font-weight:800;
color:#fff;
}

.related-creator-content span{
font-size:14px;
color:rgba(255,255,255,.65);
}

@media(max-width:900px){
}
.related-creators-grid{
grid-template-columns:1fr;
}

.article-related-head h2{
font-size:32px;
}

.article-related-creators .related-creators-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:24px !important;
}

.article-related-creators .related-creator-card{
    display:block !important;
    overflow:hidden !important;
    border-radius:24px !important;
    background:rgba(255,255,255,.03) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    text-decoration:none !important;
}

.article-related-creators .related-creator-image{
    width:100% !important;
    aspect-ratio:4/5 !important;
    overflow:hidden !important;
}

.article-related-creators .related-creator-image img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
    max-width:100% !important;
}

@media(max-width:900px){
    .article-related-creators .related-creators-grid{
        grid-template-columns:1fr !important;
    }
}

.article-related-live{
    margin-top:70px;
    padding:34px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.03);
}

.article-related-head span{
    color:#ff4fd8;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.article-related-head h2{
    font-size:34px;
    margin:10px 0;
    color:#fff;
}

.article-related-head p{
    color:rgba(255,255,255,.65);
    margin-bottom:30px;
}

.article-related-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.article-related-card{
    display:block;
    overflow:hidden;
    border-radius:24px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    text-decoration:none;
    transition:.3s;
}

.article-related-card:hover{
    transform:translateY(-5px);
    border-color:#ff4fd8;
    box-shadow:0 20px 60px rgba(255,79,216,.2);
}

.article-related-image{
    aspect-ratio:4/5;
    overflow:hidden;
}

.article-related-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.article-related-content{
    padding:18px;
}

.article-related-content h3{
    color:#fff;
    margin:0 0 8px;
    font-size:20px;
}

.article-related-content span{
    color:rgba(255,255,255,.65);
    font-size:14px;
}

@media(max-width:900px){
}
.article-related-grid{
    grid-template-columns:1fr;
}

.article-related-grid{
    display:flex !important;
    gap:24px;
    flex-wrap:wrap;
    align-items:stretch;
}

.article-related-card{
    width:calc(33.333% - 16px);
    min-width:260px;
    display:block;
    overflow:hidden;
    border-radius:24px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    text-decoration:none;
    transition:.3s;
}

.article-related-image{
    width:100%;
    height:320px;
    overflow:hidden;
}

.article-related-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

@media(max-width:900px){

.article-related-card{
    width:100%;
}

}

.breadcrumb-wrap{
  position:relative;
  z-index:5;
  padding-top:24px;
}

.breadcrumb-list{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  list-style:none;
  margin:0 auto;
  padding:0 20px;
  max-width:1200px;
}

.breadcrumb-item{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  line-height:1;
}

.breadcrumb-item:not(:last-child)::after{
  content:"/";
  opacity:.35;
}

.breadcrumb-item a{
  color:rgba(255,255,255,.58);
  text-decoration:none;
  transition:.2s ease;
}

.breadcrumb-item a:hover{
  color:#fff;
}

.breadcrumb-item span{
  color:#fff;
}

.lfy-breadcrumb{
  position:relative;
  z-index:10;
  padding:22px 20px 0;
}

.lfy-breadcrumb-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  font-size:13px;
  line-height:1;
}

.lfy-breadcrumb-inner a{
  color:rgba(255,255,255,.58);
  text-decoration:none;
}

.lfy-breadcrumb-inner a:hover{
  color:#fff;
}

.lfy-breadcrumb-inner span{
  color:rgba(255,255,255,.28);
}

.lfy-breadcrumb-inner strong{
  color:#fff;
  font-weight:600;
}
.lfy-breadcrumb{
  position:relative;
  z-index:10;
  padding:18px 20px 0;
}

.lfy-breadcrumb-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  font-size:13px;
  line-height:1;
  padding:0 20px;
}

.article-main-section{
  padding:40px 0 90px;
}

.article-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:start;
}

.article-glass-card{
  padding:48px;
  border-radius:32px;
  background:
    radial-gradient(circle at top right,rgba(255,77,166,.12),transparent 35%),
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}

.article-content{
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.85;
}

.article-content p{
  margin:0 0 24px;
}

.article-content h2{
  margin:42px 0 16px;
  font-size:34px;
  line-height:1.15;
  color:#fff;
}

.article-content h3{
  margin:34px 0 12px;
  font-size:24px;
  line-height:1.25;
  color:#fff;
}

.article-inline-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:36px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.1);
}

.article-inline-links a,
.side-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.article-inline-links a:hover,
.side-link:hover{
  border-color:rgba(255,77,166,.5);
}

.article-side-card{
  position:sticky;
  top:110px;
  padding:26px;
  border-radius:28px;
  background:
    radial-gradient(circle at top right,rgba(168,85,247,.16),transparent 35%),
    rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
}

.article-side-card h3{
  margin:10px 0;
  color:#fff;
  font-size:24px;
}

.article-side-card p{
  color:rgba(255,255,255,.65);
  line-height:1.7;
}

.article-side-card .side-link{
  width:100%;
  margin-top:12px;
}

.article-cta-section{
  padding:0 0 100px;
}

.article-cta-card{
  padding:42px;
  border-radius:34px;
  text-align:center;
  background:
    radial-gradient(circle at center,rgba(255,77,166,.16),transparent 40%),
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
}

.article-cta-card h2{
  font-size:42px;
  margin:10px 0;
}

.article-cta-card p{
  color:rgba(255,255,255,.68);
  max-width:640px;
  margin:0 auto 24px;
  line-height:1.7;
}

@media(max-width:900px){
  .article-layout{
    grid-template-columns:1fr;
  }

  .article-side-card{
    position:relative;
    top:auto;
  }

  .article-glass-card{
    padding:28px;
  }

  .article-content h2{
    font-size:28px;
  }
}

.article-card{
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-card h2{
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 18px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 76px;
}

.article-card b{
  margin-top: auto;
}

.articles-featured-card{
  min-height: 420px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.articles-featured-content{
  max-width: 760px !important;
  padding: 52px !important;
}

.articles-featured-content h2{
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.06em !important;
  margin-bottom: 24px !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.articles-featured-content p{
  max-width: 620px !important;
  line-height: 1.8 !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.articles-featured-content h2{
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.05em !important;
  max-width: 720px !important;
}

.articles-featured-content{
  padding: 44px !important;
}
}