/* Main site stylesheet - cleaned and consolidated */

body {
  margin: 0;
  font-family: Arial, sans-serif;
  min-height: 100vh;
  color: #e9f1ff;
  background-color: #020617;
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(30,136,229,0.65) 0%, rgba(20,184,166,0.60) 55%, rgba(232,121,158,0.12) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -2;
}

/* subtle star overlay */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(173,235,255,0.95) 1px, transparent 1px),
    radial-gradient(circle, rgba(232,121,158,0.55) 1px, transparent 1px);
  background-size: 28px 28px, 110px 110px;
  background-position: 0 0, 40px 40px;
  opacity: 0.14;
  pointer-events: none;
  z-index: -1;
}

header {
  background: linear-gradient(180deg, rgba(30,136,229,0.12), rgba(20,184,166,0.08));
  color: #f4f8ff;
  padding: 28px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(232,121,158,0.08);
  box-shadow: inset 0 -1px 0 rgba(232,121,158,0.03);
}

/* Stylish heading: static color gradient with a narrow moving sheen clipped to the letters */
header h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-block;
  /* sheen layer (top), color gradient (bottom) */
  background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.36) 50%, rgba(255,255,255,0) 100%), linear-gradient(90deg, #9bdff0 0%, #14b8a6 45%, #e8799e 100%);
  background-size: 150% 100%, auto;
  background-position: -120% 0, center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 6px 20px rgba(30,136,229,0.08), 0 2px 6px rgba(6,24,42,0.6);
  position: relative;
  transition: transform 240ms cubic-bezier(.2,.9,.2,1), text-shadow 240ms ease;
  overflow: hidden;
  animation: sheen 2.6s linear infinite;
}

/* removed underline glow */

header h1:hover {
  transform: translateY(-3px) scale(1.02);
  text-shadow: 0 10px 28px rgba(30,136,229,0.14), 0 4px 12px rgba(6,24,42,0.7);
}

@keyframes sheen {
  0% { background-position: -120% 0, center; }
  100% { background-position: 120% 0, center; }
}

header p {
  margin: 16px auto 0;
  max-width: 760px;
  line-height: 1.75;
  color: #9bdff0;
}

.header-top {
  max-width: 840px;
  margin: 0 auto;
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 24px auto 0;
}

.header-nav a {
  color: #9bdff0;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, color 0.2s ease;
}

.header-nav a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.header-actions {
  margin-top: 24px;
}

.button-primary {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30,136,229,1), rgba(20,184,166,1));
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(30,136,229,0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(20,184,166,0.24);
  background: linear-gradient(135deg, rgba(232,121,158,1), rgba(20,184,166,1));
}

main {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.hero,
.section,
.creator-card {
  background-image: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(12,23,55,0.82) 25%, rgba(20,184,166,0.06) 100%), linear-gradient(180deg, rgba(12,23,55,0.62), rgba(20,184,166,0.05));
  background-blend-mode: overlay, normal;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 30px rgba(6,24,42,0.35), inset 0 1px rgba(255,255,255,0.04);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  backdrop-filter: blur(24px) saturate(140%);
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
}

.hero::before,
.section::before,
.creator-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 70%, rgba(232,121,158,0.22), rgba(232,121,158,0.06) 10%, transparent 30%), linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0) 40%);
  mix-blend-mode: overlay;
  border-radius: inherit;
  filter: blur(6px);
}

/* angled glossy glare (specular highlight) */
.hero::after,
.section::after,
.creator-card::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -10%;
  width: 160%;
  height: 70%;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 45%, rgba(255,255,255,0.06) 60%, rgba(255,255,255,0) 100%);
  transform: rotate(-18deg);
  filter: blur(12px);
  opacity: 0.28;
  pointer-events: none;
  mix-blend-mode: screen;
  border-radius: inherit;
}

.hero {
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(192, 242, 255, 0.14), transparent 35%);
  pointer-events: none;
}

.hero h2,
.section h3,
.creator-card h2 {
  margin-top: 0;
  color: #f7fbff;
}

.hero h2 {
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  line-height: 1.05;
}

.hero p,
.section p,
.creator-card p,
footer p {
  color: #d8e2ff;
  line-height: 1.8;
}

.hero-actions {
  margin-top: 30px;
}

.section {
  padding: 32px;
  margin-bottom: 30px;
}

.creator-card {
  padding: 34px 26px;
  margin-bottom: 30px;
  text-align: center;
}

.creator-card .profile-frame {
  width: 150px;
  height: 150px;
  margin: 0 auto 24px;
  border: 4px solid rgba(30,136,229,0.46);
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(30,136,229,0.12), rgba(20,184,166,0.12));
  -webkit-backdrop-filter: blur(6px) saturate(120%);
  backdrop-filter: blur(6px) saturate(120%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.creator-card .profile-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.divider {
  border: 0;
  height: 1px;
  margin: 24px auto;
  max-width: 720px;
  background: rgba(255, 255, 255, 0.12);
}

footer {
  background: linear-gradient(180deg, rgba(12,18,40,0.9), rgba(20,184,166,0.03));
  color: #9bdff0;
  padding: 22px 20px;
  text-align: center;
  font-size: 0.95rem;
}

footer a {
  color: #9bdff0;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* end of stylesheet */
