:root {
  --surface: #ffffff;
  --bg: #f6f3ff;
  --bg-2: #f2effc;
  --ink: #23184c;
  --muted: #6d6488;
  --line: rgba(60, 40, 120, 0.12);
  --primary: #5d30ea;
  --primary-2: #4f5cff;
  --accent: #ffcb2f;
  --dark: #140f23;
  --success: #25d366;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 18px 44px rgba(57, 35, 120, 0.12);
  --container: 1280px;
  --hover-lift: translateY(-6px);
  --hover-scale: scale(1.015);
  --hover-glow-light: 0 22px 48px rgba(57, 35, 120, 0.18);
  --hover-glow-dark: 0 24px 52px rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  background:
    radial-gradient(circle at top left, rgba(93, 48, 234, 0.08), transparent 25%),
    linear-gradient(180deg, #fcfbff 0%, var(--bg) 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(93, 48, 234, 0.08);
}

.home-page .site-header {
  background:
    linear-gradient(180deg, rgba(8, 19, 17, 0.94), rgba(8, 17, 16, 0.9));
  border-bottom-color: rgba(127, 230, 192, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
}

.nav {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
}

.brand-badge {
  margin-top: 4px;
  background: #ff2c2c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
}

.brand-text {
  font-size: clamp(1.8rem, 2.1vw, 2.65rem);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.brand-text strong {
  color: var(--primary-2);
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(14px, 1.7vw, 30px);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary-2);
  transform: translateY(-2px);
}

.home-page .nav-links a {
  color: rgba(233, 243, 239, 0.76);
}

.home-page .nav-links a:hover,
.home-page .nav-links a.active {
  color: #8be9c2;
}

.home-page .brand-text,
.home-page .brand-text strong {
  color: #f7fbf9;
}

.home-page .brand-badge {
  background: linear-gradient(135deg, #0fb178, #26d88d);
}

.inner-page {
  min-height: 100vh;
  color: #edf5f1;
  background:
    radial-gradient(circle at top center, rgba(25, 131, 98, 0.16), transparent 22%),
    linear-gradient(180deg, #07100f 0%, #040707 100%);
}

.inner-page .site-header {
  background:
    linear-gradient(180deg, rgba(8, 19, 17, 0.95), rgba(8, 17, 16, 0.9));
  border-bottom-color: rgba(127, 230, 192, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
}

.inner-page .nav-links a {
  color: rgba(233, 243, 239, 0.76);
}

.inner-page .nav-links a:hover,
.inner-page .nav-links a.active {
  color: #8be9c2;
}

.inner-page .brand-text,
.inner-page .brand-text strong {
  color: #f7fbf9;
}

.inner-page .brand-badge {
  background: linear-gradient(135deg, #0fb178, #26d88d);
}

.page-hero {
  padding: 54px 0 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.card {
  background: var(--surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.card,
.btn,
.nav-links a,
.sidebar-link,
.contact-item,
.panel-user-item,
.home-chip,
.home-visual-top span,
.home-stat-card,
.home-proof-card,
.home-course-item,
.home-course-button,
.course-arrow,
.course-dot,
.story-panel,
.story-arrow,
.story-dot,
.socials a,
.whatsapp {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease,
    color 0.24s ease,
    opacity 0.24s ease;
}

.hero-copy {
  padding: clamp(28px, 4vw, 58px);
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 203, 47, 0.18), transparent 16%),
    radial-gradient(circle at 92% 84%, rgba(93, 48, 234, 0.12), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
}

.eyebrow {
  margin-bottom: 14px;
  color: #655d81;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.04em;
  font-weight: 600;
}

h1 {
  font-size: clamp(2.7rem, 5.8vw, 5.2rem);
  line-height: 0.98;
}

.highlight {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px 7px;
  border-radius: 22px 22px 22px 8px;
  background: var(--accent);
}

.hero-copy p,
.lead,
.page-intro p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-actions,
.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.btn::after,
.home-chip::after,
.home-visual-top span::after,
.home-course-button::after,
.sidebar-link::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, 0.22), transparent 85%);
  opacity: 0;
  transform: translateX(-18%);
  transition: opacity 0.28s ease, transform 0.34s ease;
  pointer-events: none;
}

.btn-primary {
  background: linear-gradient(90deg, var(--primary) 0%, #5d56ff 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(93, 48, 234, 0.28);
}

.btn-secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(93, 48, 234, 0.14);
}

.btn:hover,
.home-course-button:hover {
  transform: translateY(-3px) scale(1.01);
}

.btn:hover::after,
.home-chip:hover::after,
.home-visual-top span:hover::after,
.home-course-button:hover::after,
.sidebar-link:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.hero-points,
.mini-grid,
.stats-grid,
.cards-grid {
  display: grid;
  gap: 18px;
}

.hero-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.point {
  border-radius: 18px;
  border: 1px solid rgba(93, 48, 234, 0.08);
  background: rgba(93, 48, 234, 0.05);
  padding: 18px 16px;
}

.point strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.35rem;
}

.point span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-visual {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.2), transparent 12%),
    radial-gradient(circle at 76% 16%, rgba(255, 203, 47, 0.14), transparent 13%),
    linear-gradient(135deg, #1b1237 0%, #321252 45%, #59108f 100%);
}

.hero-card {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  border-radius: 22px;
  box-shadow: 0 18px 35px rgba(16, 8, 35, 0.24);
}

.hero-card.top {
  top: 30px;
  right: 30px;
  min-width: 220px;
  padding: 18px 20px;
}

.avatars {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.avatar {
  width: 42px;
  height: 42px;
  margin-right: -10px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff8a8a, #6e7cff);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
}

.hero-illustration {
  position: absolute;
  inset: auto 0 0 auto;
  width: min(80%, 500px);
  height: 100%;
}

.shape-back {
  position: absolute;
  left: 14%;
  right: 8%;
  bottom: 0;
  top: 28%;
  background: linear-gradient(180deg, #ff7daa 0%, #ff689e 100%);
  clip-path: polygon(18% 0, 84% 0, 100% 100%, 0 100%);
}

.shape-person {
  position: absolute;
  left: 18%;
  right: 14%;
  bottom: 0;
  top: 14%;
  background:
    radial-gradient(circle at 46% 18%, #ffe7d0 0 9%, transparent 9.6%),
    radial-gradient(circle at 46% 13.5%, #8e4d31 0 13%, transparent 13.6%),
    linear-gradient(180deg, transparent 0 24%, #e7f0ff 24% 100%);
  clip-path: polygon(28% 0, 62% 0, 77% 13%, 88% 50%, 94% 100%, 6% 100%, 12% 50%, 23% 13%);
  border: 8px solid rgba(255, 255, 255, 0.35);
  border-bottom: 0;
}

.shape-laptop {
  position: absolute;
  width: 42%;
  aspect-ratio: 1.2;
  bottom: 18%;
  left: 14%;
  background: linear-gradient(180deg, #ffffff 0%, #edf1ff 100%);
  border-radius: 16px;
  transform: rotate(-12deg);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.hero-card.bottom {
  right: 18px;
  bottom: 70px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.badge {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ff4b86, #ff6d6d);
  font-weight: 800;
}

.section {
  padding: 22px 0 40px;
}

.strip {
  padding: 34px clamp(22px, 4vw, 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.18), transparent 16%),
    linear-gradient(90deg, #5315f0 0%, #b400ff 52%, #644dff 100%);
}

.section-title {
  margin-bottom: 20px;
}

.section-title p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 720px;
}

.cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  padding: 28px;
  background: #2a1d4d;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.info-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -60px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(125, 60, 255, 0.42), transparent 65%);
}

.icon {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.8rem;
}

.info-card p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.page-shell {
  padding: 56px 0;
}

.inner-page .page-shell,
.inner-page .register-page-shell,
.inner-page .login-page-shell {
  padding: 42px 0 72px;
}

.inner-page .card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24);
}

.inner-page .page-intro,
.page-hero-card {
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(105, 226, 179, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
}

.inner-page .page-intro h1,
.page-hero-card h1 {
  color: #f7fbf9;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.04;
}

.inner-page .page-intro p,
.page-hero-card .lead {
  margin-top: 14px;
  color: rgba(225, 237, 232, 0.72);
}

.form-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.page-bullet-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.page-bullet-list div {
  padding: 14px 18px;
  border-radius: 18px;
  color: rgba(237, 245, 241, 0.82);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.themed-form-card,
.inner-page .content-card,
.inner-page .form-card,
.inner-page .panel-main,
.inner-page .sidebar {
  padding: 30px;
  border-radius: 30px;
}

.form-card-header {
  margin-bottom: 24px;
}

.form-card-header h2,
.inner-page .content-card h2,
.inner-page .form-card h2,
.inner-page .panel-main h2 {
  color: #f7fbf9;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.form-card-header p,
.inner-page .content-card .lead,
.inner-page .form-card .lead,
.inner-page .panel-main .lead {
  color: rgba(225, 237, 232, 0.7);
}

.register-page-shell {
  min-height: calc(100vh - 112px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.register-layout {
  padding: 28px 0 56px;
  display: flex;
  justify-content: center;
}

.register-panel {
  width: min(100%, 520px);
}

.register-panel .field label {
  gap: 10px;
  font-weight: 600;
  color: #edf5f1;
}

.register-panel .input {
  min-height: 56px;
  padding: 0 18px;
  border-radius: 16px;
}

.register-panel .input::placeholder {
  color: rgba(225, 237, 232, 0.4);
}

.register-panel .button-row {
  margin-top: 12px;
}

.register-panel .btn {
  width: 100%;
  min-height: 36px;
  border-radius: 5px;
  font-size: 0.98rem;
}

.page-intro {
  padding: 34px;
  margin-bottom: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 203, 47, 0.16), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.panel-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
}

.sidebar,
.panel-main,
.form-card,
.content-card {
  padding: 28px;
}

.sidebar-links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border-radius: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.sidebar-link.active,
.sidebar-link:hover {
  background: linear-gradient(90deg, var(--primary) 0%, #7a31ff 100%);
  color: #fff;
}

.inner-page .sidebar-link {
  color: rgba(237, 245, 241, 0.8);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.inner-page .sidebar-link.active,
.inner-page .sidebar-link:hover {
  background: linear-gradient(135deg, #0fb178, #22d08c);
  color: #07100f;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.stat-card {
  padding: 28px 20px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(93, 48, 234, 0.08), transparent 34%),
    #fff;
}

.inner-page .stat-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.stat-card strong {
  display: block;
  font-size: 2.7rem;
  margin: 14px 0 8px;
}

.inner-page .stat-card strong,
.inner-page .stat-card span {
  color: #f4faf7;
}

.form-stack,
.field-grid {
  display: grid;
  gap: 16px;
}

.field-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field label {
  display: grid;
  gap: 8px;
  font-weight: 500;
}

.input,
textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(60, 40, 120, 0.14);
  outline: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.inner-page .input,
.inner-page textarea {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #f3f7f5;
}

.inner-page .input::placeholder,
.inner-page textarea::placeholder {
  color: rgba(230, 239, 235, 0.4);
}

textarea {
  min-height: 132px;
  resize: vertical;
  padding: 16px 18px;
}

[data-form-status][data-state="error"] {
  color: #ffb8b8;
}

[data-form-status][data-state="success"] {
  color: #9af0c5;
}

.login-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.contact-item {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(93, 48, 234, 0.08);
  background: rgba(93, 48, 234, 0.04);
}

.footer {
  margin-top: 44px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(35, 145, 110, 0.14), transparent 24%),
    radial-gradient(circle at 82% 100%, rgba(18, 104, 82, 0.12), transparent 22%),
    linear-gradient(180deg, #07100f 0%, #060c0c 100%);
}

.footer-top {
  padding: 44px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-copy {
  padding: 22px 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.74);
}

.compact-footer {
  margin-top: 0;
  min-height: 180px;
}

.compact-footer .footer-top {
  padding: 34px 0 20px;
  border-bottom: 0;
}

.compact-footer .footer-copy {
  padding: 0 0 18px;
  min-height: 24px;
}

.login-page-shell {
  min-height: calc(100vh - 112px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-layout {
  padding: 28px 0 56px;
  display: flex;
  justify-content: center;
}

.login-panel {
  width: min(100%, 520px);
}

.login-title {
  margin-bottom: 28px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5faf7;
}

.login-panel .input {
  min-height: 56px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f5faf7;
}

.login-options {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(234, 242, 238, 0.7);
  font-size: 0.92rem;
}

.remember-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #edf5f1;
  font-weight: 500;
}

.fake-checkbox {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

.fake-checkbox.checked {
  background: linear-gradient(135deg, #5d30ea, #5d56ff);
  border-color: transparent;
  box-shadow: inset 0 0 0 4px #fff;
}

.login-panel .button-row {
  margin-top: 18px;
}

.login-panel .btn {
  width: 100%;
  min-height: 36px;
  border-radius: 5px;
  font-size: 0.98rem;
}

.login-register {
  margin-top: 18px;
  text-align: center;
  color: rgba(234, 242, 238, 0.72);
  font-size: 0.95rem;
}

.login-register a {
  color: #7fe5bf;
  font-weight: 500;
}

.footer-login .footer-top {
  padding: 42px 0 26px;
}

.footer-login .footer-copy {
  font-size: 0.88rem;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--success);
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 18px 28px rgba(37, 211, 102, 0.36);
  z-index: 30;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover,
  .contact-item:hover,
  .panel-user-item:hover,
  .home-stat-card:hover,
  .home-proof-card:hover,
  .story-panel:hover {
    transform: var(--hover-lift) var(--hover-scale);
  }

  .card:hover,
  .home-stat-card:hover,
  .home-proof-card:hover {
    box-shadow: var(--hover-glow-light);
  }

  .inner-page .card:hover,
  .inner-page .contact-item:hover,
  .inner-page .panel-user-item:hover,
  .home-course-item:hover,
  .story-panel:hover {
    box-shadow: var(--hover-glow-dark);
    border-color: rgba(127, 230, 192, 0.18);
  }

  .home-course-item:hover {
    transform: translateY(-8px) scale(1.01);
  }

  .home-course-item:hover .home-course-cover {
    transform: scale(1.04);
  }

  .btn:hover,
  .home-chip:hover,
  .home-visual-top span:hover,
  .sidebar-link:hover,
  .socials a:hover {
    transform: translateY(-3px);
  }

  .btn:hover,
  .home-chip:hover,
  .home-visual-top span:hover,
  .sidebar-link:hover,
  .socials a:hover,
  .course-arrow:hover,
  .story-arrow:hover {
    box-shadow: var(--hover-glow-dark);
  }

  .course-arrow:hover,
  .story-arrow:hover {
    transform: translateY(-50%) scale(1.06);
  }

  .course-dot:hover,
  .story-dot:hover {
    transform: scale(1.25);
    background: rgba(128, 227, 190, 0.72);
  }

  .whatsapp:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 22px 34px rgba(37, 211, 102, 0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}

@media (max-width: 1120px) {
  .hero-grid,
  .two-col,
  .panel-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cards-grid,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .nav {
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-copy,
  .hero-visual {
    min-height: auto;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-points,
  .cards-grid,
  .stats-grid,
  .field-grid.two {
    grid-template-columns: 1fr;
  }

  .strip,
  .footer-top,
  .footer-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .register-layout {
    padding: 20px 0 40px;
  }

  .login-layout {
    padding: 20px 0 40px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 20px));
  }

  .brand {
    flex-wrap: wrap;
  }

  .whatsapp {
    width: 62px;
    height: 62px;
    font-size: 1.7rem;
  }
}

.home-main {
  color: #f3f7f5;
  background:
    radial-gradient(circle at 14% 12%, rgba(23, 120, 93, 0.14), transparent 20%),
    radial-gradient(circle at 82% 38%, rgba(14, 92, 73, 0.1), transparent 22%),
    radial-gradient(circle at 50% 78%, rgba(18, 109, 84, 0.08), transparent 24%),
    linear-gradient(180deg, #07100f 0%, #071110 36%, #060d0d 100%);
}

.home-main .container {
  width: min(1400px, calc(100% - 40px));
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 28px;
  background:
    radial-gradient(circle at 50% 12%, rgba(19, 168, 123, 0.12), transparent 24%),
    radial-gradient(circle at 82% 40%, rgba(255, 255, 255, 0.035), transparent 20%),
    transparent;
}

.home-hero-grid {
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: 34px;
}

.home-copy {
  position: relative;
  z-index: 1;
}

.home-copy-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-copy-left {
  padding: 34px 0;
}

.home-copy-left {
  max-width: 610px;
}

.home-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.home-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(93, 230, 183, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #def7ef;
  font-size: 0.9rem;
  font-weight: 600;
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
}

.home-eyebrow {
  margin-bottom: 16px;
  font-size: 0.8rem;
  color: #7cd8b8;
  letter-spacing: 0.16em;
}

.home-title {
  max-width: 680px;
  color: #f7fbf9;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(2.35rem, 3.55vw, 4.1rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.home-note {
  margin-top: 18px;
  max-width: 520px;
  color: rgba(232, 243, 239, 0.74);
  font-size: 1rem;
  line-height: 1.8;
}

.home-note strong {
  color: #fff;
  font-weight: 600;
}

.home-hero-actions {
  margin-top: 28px;
}

.home-hero-btn,
.home-pill-btn,
.home-ghost-btn {
  min-height: 54px;
  padding: 0 30px;
  font-size: 0.96rem;
}

.home-hero-btn {
  box-shadow: 0 18px 40px rgba(25, 150, 106, 0.28);
}

.home-ghost-btn {
  border-color: rgba(255, 255, 255, 0.12);
  color: #f4f7f5;
  background: rgba(255, 255, 255, 0.04);
}

.home-stat-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
  max-width: 500px;
}

.home-stat-card {
  padding: 18px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.18);
}

.home-stat-card strong,
.home-proof-card h2,
.home-section-heading h2,
.home-banner-center h2,
.home-slider-title h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-variant-numeric: lining-nums proportional-nums;
}

.home-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #f7fbf9;
  font-size: 1.05rem;
  line-height: 1.15;
}

.home-stat-card span {
  color: rgba(223, 235, 231, 0.7);
  font-size: 0.92rem;
  line-height: 1.6;
}

.home-visual {
  position: relative;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  border-radius: 42px;
  border: 1px solid rgba(138, 249, 205, 0.12);
  background:
    radial-gradient(circle at 50% 34%, rgba(20, 146, 108, 0.34), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.06), transparent 14%),
    radial-gradient(circle at 84% 74%, rgba(0, 156, 130, 0.14), transparent 18%),
    linear-gradient(180deg, rgba(7, 18, 17, 0.92), rgba(7, 12, 12, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 30px 80px rgba(0, 0, 0, 0.32);
}

.home-visual-top {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 14px;
  width: min(560px, calc(100% - 72px));
  transform: translateX(-50%);
}

.home-visual-top span {
  flex: 1 1 0;
  min-width: 0;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(179, 242, 218, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  color: rgba(239, 248, 244, 0.94);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.home-student-wrap {
  position: absolute;
  inset: 0;
}

.home-aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.home-aura-a {
  width: 390px;
  height: 390px;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(17, 155, 113, 0.24) 0%, rgba(17, 155, 113, 0.03) 62%, transparent 74%);
}

.home-aura-b {
  width: 300px;
  height: 300px;
  left: 52%;
  bottom: 102px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 68%);
}

.home-student-card {
  position: absolute;
  left: 50%;
  bottom: 112px;
  width: 388px;
  height: 520px;
  transform: translateX(-50%);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-avatar-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.22));
}

.home-ring {
  position: absolute;
  border: 1px solid rgba(115, 236, 193, 0.34);
  border-radius: 50%;
}

.home-ring-a {
  width: 132px;
  height: 250px;
  left: 66px;
  bottom: 78px;
  transform: rotate(32deg);
}

.home-ring-b {
  width: 170px;
  height: 320px;
  right: 34px;
  bottom: 106px;
  transform: rotate(-33deg);
  border-color: rgba(78, 205, 255, 0.28);
}

.home-cross {
  position: absolute;
  font-size: 1.55rem;
  color: #78f0b6;
  font-weight: 700;
}

.home-cross-a {
  left: 122px;
  top: 244px;
}

.home-cross-b {
  right: 108px;
  top: 274px;
  color: #e9faf3;
}

.home-nameplate {
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 2;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0.96;
}

.home-nameplate span {
  display: block;
  margin-bottom: 10px;
  color: #52d39e;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.38em;
  text-indent: 0.38em;
  font-variant-numeric: lining-nums proportional-nums;
}

.home-nameplate strong {
  color: rgba(242, 248, 245, 0.82);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(4.6rem, 8vw, 7.2rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.home-proof-band {
  padding: 0 0 34px;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.8fr;
  gap: 18px;
}

.home-proof-card {
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.home-proof-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: #77dcb9;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.home-proof-card h2 {
  color: #fbfdfc;
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  line-height: 1.16;
}

.home-proof-card p {
  margin: 16px 0 0;
  color: rgba(224, 238, 233, 0.7);
  line-height: 1.75;
}

.home-proof-cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-proof-cta p {
  margin-top: 0;
}

.home-pill-btn {
  border-radius: 999px;
}

.home-feature-band {
  padding: 46px 0;
  color: #fff;
  background: transparent;
}

.home-course-showcase {
  position: relative;
  margin-bottom: 34px;
}

.home-course-frame {
  position: relative;
  overflow: visible;
}

.home-course-shell {
  overflow: hidden;
}

.home-course-grid {
  display: flex;
  gap: 18px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.home-course-item {
  flex: 0 0 calc((100% - 54px) / 4);
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #f7f7f3;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
}

.home-course-media {
  position: relative;
  min-height: 228px;
  padding: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #2f3b39, #111917);
}

.home-course-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.home-course-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.16), transparent 50%);
  pointer-events: none;
}

.home-course-level {
  position: absolute;
  z-index: 2;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
}

.home-course-level {
  right: 14px;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: #0d1312;
}

.home-course-art {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  width: fit-content;
  max-width: calc(100% - 18px);
  min-height: 42px;
  padding: 0 12px 0 10px;
  white-space: nowrap;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-course-art span,
.home-course-art strong {
  display: inline;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.home-course-art span {
  opacity: 0.96;
}

.home-course-art strong {
  padding-right: 1px;
}

.course-media-canva {
  background:
    radial-gradient(circle at 20% 18%, rgba(102, 247, 224, 0.48), transparent 22%),
    radial-gradient(circle at 84% 24%, rgba(73, 155, 255, 0.46), transparent 26%),
    linear-gradient(135deg, #05514f 0%, #0c2542 100%);
}

.course-media-copy {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 164, 164, 0.4), transparent 20%),
    radial-gradient(circle at 80% 22%, rgba(255, 225, 135, 0.34), transparent 26%),
    linear-gradient(135deg, #30181d 0%, #1f202e 100%);
}

.course-media-youtube {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 90, 90, 0.38), transparent 20%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(135deg, #661a1a 0%, #1b1f25 100%);
}

.course-media-premiere {
  background:
    radial-gradient(circle at 72% 20%, rgba(98, 115, 255, 0.42), transparent 20%),
    radial-gradient(circle at 22% 60%, rgba(104, 255, 196, 0.16), transparent 24%),
    linear-gradient(135deg, #101b4b 0%, #090d1a 100%);
}

.course-media-photoshop {
  background:
    radial-gradient(circle at 22% 18%, rgba(78, 203, 255, 0.38), transparent 24%),
    radial-gradient(circle at 82% 30%, rgba(100, 132, 255, 0.34), transparent 24%),
    linear-gradient(135deg, #06253c 0%, #111318 100%);
}

.course-media-illustrator {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 167, 73, 0.44), transparent 22%),
    radial-gradient(circle at 80% 22%, rgba(255, 217, 116, 0.26), transparent 24%),
    linear-gradient(135deg, #47210b 0%, #191411 100%);
}

.course-media-aftereffects {
  background:
    radial-gradient(circle at 20% 18%, rgba(170, 104, 255, 0.42), transparent 22%),
    radial-gradient(circle at 78% 20%, rgba(111, 211, 255, 0.2), transparent 22%),
    linear-gradient(135deg, #211247 0%, #10131d 100%);
}

.course-media-capcut {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.24), transparent 20%),
    radial-gradient(circle at 76% 22%, rgba(87, 255, 201, 0.26), transparent 24%),
    linear-gradient(135deg, #111315 0%, #223036 100%);
}

.home-course-body {
  padding: 20px 22px 22px;
  color: #121716;
}

.home-course-item h3 {
  margin: 0 0 8px;
  color: #101413;
  font-size: 1.15rem;
  line-height: 1.18;
}

.home-course-author {
  margin: 0;
  color: rgba(16, 20, 19, 0.54);
  font-size: 0.88rem;
}

.home-course-meta {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(25, 31, 29, 0.68);
  font-size: 0.88rem;
}

.home-course-meta span:first-child {
  color: #f3b400;
}

.home-course-price {
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.home-course-price strong {
  color: #0f1413;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.home-course-price span {
  color: rgba(16, 20, 19, 0.5);
  text-decoration: line-through;
  font-size: 1.05rem;
  font-weight: 700;
}

.home-course-button {
  margin-top: 18px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #090c0c;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  position: relative;
  overflow: hidden;
}

.course-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.7rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.course-arrow-left {
  left: -56px;
}

.course-arrow-right {
  right: -56px;
}

.course-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.course-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.course-dot.active {
  background: #80e3be;
}

.home-section-heading {
  margin-bottom: 22px;
}

.home-section-heading h2 {
  max-width: 680px;
  color: #f8fbfa;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.14;
}

.home-feature-grid {
  min-height: 250px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.home-feature-item {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: start;
}

.home-feature-item h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  color: #fff;
}

.home-feature-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  font-size: 0.95rem;
}

.home-feature-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #86e4bf;
  background: rgba(110, 235, 194, 0.08);
  border: 1px solid rgba(110, 235, 194, 0.12);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.home-banner-two {
  padding: 12px 0 50px;
  background: transparent;
  overflow: hidden;
}

.home-banner-inner {
  min-height: 258px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: 290px 1fr 220px;
  align-items: center;
  gap: 20px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 0% 50%, rgba(91, 224, 173, 0.13), transparent 26%),
    linear-gradient(90deg, #0d1816 0%, #0c1111 100%);
}

.home-banner-left {
  position: relative;
  min-height: 210px;
}

.home-banner-orbit {
  position: absolute;
  left: 16px;
  top: 10px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid rgba(119, 229, 186, 0.18);
  background: radial-gradient(circle, rgba(97, 223, 176, 0.18), rgba(97, 223, 176, 0.02) 58%, transparent 70%);
}

.home-banner-stack {
  position: absolute;
  left: 68px;
  top: 42px;
  display: grid;
  gap: 12px;
}

.home-banner-stack span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #effaf6;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-banner-center h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.16;
}

.home-banner-center p {
  margin: 16px 0 0;
  max-width: 560px;
  color: rgba(226, 237, 233, 0.72);
  line-height: 1.75;
}

.home-slider-title {
  padding-top: 8px;
  background: transparent;
  border-bottom: 0;
}

.home-slider-title .container {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home-slider-title h2 {
  color: #f7fbf9;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.14;
}

.home-stories {
  background: transparent;
  overflow: hidden;
  padding: 0 0 24px;
}

.home-stories-frame {
  position: relative;
  overflow: visible;
}

.home-stories-shell {
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-user-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-user-badge,
.panel-stat-icon {
  margin: 0 auto;
  background: linear-gradient(135deg, #0fb178, #22d08c);
  color: #08100f;
}

.panel-user-badge {
  width: 78px;
  height: 78px;
}

.panel-form {
  margin-top: 24px;
}

.inner-page .contact-item,
.inner-page .panel-user-item {
  border-color: rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.035);
}

.inner-page .contact-item strong,
.inner-page .panel-user-item strong {
  color: #f5faf7;
}

.inner-page .contact-item p,
.inner-page .panel-user-item span {
  color: rgba(233, 241, 237, 0.72);
}

.home-stories-track {
  display: flex;
  gap: 18px;
  transition: transform 0.4s ease;
  background: linear-gradient(90deg, rgba(9, 21, 20, 0.94), rgba(8, 13, 13, 0.96));
}

.story-panel {
  flex: 0 0 calc((100% - 54px) / 4);
  min-height: 500px;
  padding: 42px 34px 36px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(81, 217, 168, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.story-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.story-avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22443d, #68dbab);
  border: 3px solid rgba(104, 219, 171, 0.38);
}

.story-profile strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 600;
}

.story-profile span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.story-panel h3 {
  font-size: 1.14rem;
  line-height: 1.45;
  margin-bottom: 16px;
  color: #fff;
  max-width: 290px;
}

.story-content {
  max-width: 290px;
}

.story-panel p,
.story-doodle,
.story-list {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  line-height: 1.8;
}

.story-doodle {
  min-height: 240px;
  display: flex;
  align-items: center;
  color: #f3dd4e;
}

.story-lead {
  margin: 0;
}

.story-accent {
  margin: 20px 0 0;
  color: #74e2ba;
}

.story-list {
  margin: 0;
  padding-left: 22px;
}

.story-list li + li {
  margin-top: 4px;
}

.story-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 2.1rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.story-arrow-left {
  left: -56px;
}

.story-arrow-right {
  right: -56px;
}

.story-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 14px;
  background: transparent;
}

.story-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.story-dot.active {
  background: #80e3be;
}

.home-footer {
  margin-top: 0;
}

.panel-user-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.panel-user-item {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(93, 48, 234, 0.08);
  background: rgba(93, 48, 234, 0.04);
}

.panel-user-item strong {
  display: block;
  margin-bottom: 8px;
}

.panel-user-item span {
  color: var(--muted);
}

@media (max-width: 1180px) {
  .form-page-grid,
  .home-hero-grid,
  .home-banner-inner,
  .home-feature-grid,
  .home-proof-grid,
  .panel-user-grid {
    grid-template-columns: 1fr;
  }

  .home-course-grid {
    grid-template-columns: repeat(8, calc((100% - 18px) / 2));
  }

  .home-course-frame {
    padding: 0;
  }

  .home-stories-frame {
    padding: 0;
  }

  .home-copy-left {
    padding: 8px 0;
  }

  .home-copy-left {
    max-width: none;
  }

  .home-visual {
    min-height: 620px;
    margin: 0;
  }

  .home-visual-top {
    bottom: 24px;
    width: min(520px, calc(100% - 40px));
    gap: 10px;
  }

  .home-visual-top span {
    min-height: 48px;
    padding: 0 14px;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
  }

  .home-student-card {
    width: 360px;
    height: 500px;
    bottom: 108px;
  }

  .home-nameplate {
    bottom: 102px;
  }

  .home-nameplate strong {
    font-size: clamp(4rem, 9vw, 5.5rem);
  }

  .panel-layout {
    grid-template-columns: 1fr;
  }

  .story-panel {
    flex-basis: calc((100% - 18px) / 2);
    min-height: 460px;
  }

  .course-arrow {
    display: none;
  }

  .home-course-item {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 780px) {
  .home-main .container {
    width: min(1400px, calc(100% - 24px));
  }

  .form-page-grid {
    gap: 18px;
  }

  .page-hero-card,
  .inner-page .page-intro,
  .themed-form-card,
  .inner-page .content-card,
  .inner-page .form-card,
  .inner-page .panel-main,
  .inner-page .sidebar {
    padding: 22px;
    border-radius: 24px;
  }

  .home-slider-title .container {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .home-hero {
    padding-top: 18px;
  }

  .home-title {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  .home-stat-row {
    grid-template-columns: 1fr;
  }

  .home-feature-grid {
    padding: 0;
  }

  .home-course-item {
    flex-basis: 100%;
    border-radius: 22px;
  }

  .home-course-media {
    min-height: 208px;
  }

  .home-course-art {
    max-width: calc(100% - 16px);
    min-height: 40px;
    padding: 0 10px 0 9px;
  }

  .home-course-art span,
  .home-course-art strong {
    font-size: 0.9rem;
  }

  .inner-page .page-intro h1,
  .page-hero-card h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .story-panel {
    flex-basis: 100%;
    min-height: 430px;
    padding: 34px 24px 30px;
  }

  .home-visual {
    min-height: 600px;
  }

  .home-visual-top {
    bottom: 18px;
    width: calc(100% - 24px);
    gap: 8px;
  }

  .home-visual-top span {
    min-height: 42px;
    padding: 0 10px;
    font-size: 0.64rem;
    letter-spacing: 0.1em;
  }

  .home-student-card {
    width: 286px;
    height: 400px;
    bottom: 98px;
  }

  .home-nameplate {
    bottom: 88px;
  }

  .home-student-head {
    width: 118px;
    height: 144px;
  }

  .home-student-body {
    width: 240px;
    height: 278px;
  }

  .home-nameplate strong {
    font-size: clamp(3.3rem, 17vw, 4.7rem);
  }

  .home-nameplate span {
    font-size: 0.72rem;
    letter-spacing: 0.48em;
    text-indent: 0.48em;
  }

  .home-ring-a {
    width: 92px;
    height: 176px;
    left: 34px;
    bottom: 70px;
  }

  .home-ring-b {
    width: 120px;
    height: 230px;
    right: 14px;
    bottom: 94px;
  }

  .home-cross-a {
    left: 72px;
    top: 190px;
  }

  .home-cross-b {
    right: 62px;
    top: 246px;
  }

  .home-banner-inner {
    padding: 24px;
  }

  .home-banner-left {
    min-height: 180px;
  }

  .home-banner-stack {
    left: 34px;
  }

  .story-arrow {
    display: none;
  }

.panel-user-head {
  align-items: flex-start;
  flex-direction: column;
}
}

.social-page-shell .container {
  width: min(1400px, calc(100% - 32px));
}

.social-section-top {
  margin-top: 0;
}

.social-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 24px;
  margin-bottom: 26px;
}

.social-hero-copy,
.social-hero-panel {
  padding: 34px;
  border-radius: 34px;
}

.social-hero-copy {
  background:
    radial-gradient(circle at top left, rgba(105, 226, 179, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
}

.social-hero-copy h1 {
  max-width: 760px;
  color: #f7fbf9;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(2.35rem, 4vw, 4.25rem);
  line-height: 1.04;
}

.social-bullet-list div {
  background: rgba(255, 255, 255, 0.045);
}

.social-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(67, 220, 163, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(12, 31, 27, 0.98), rgba(7, 14, 13, 0.98));
}

.social-panel-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-panel-top span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(152, 244, 209, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #d8f6eb;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.social-stat-box {
  padding: 20px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.social-stat-box strong {
  display: block;
  margin-bottom: 8px;
  color: #f7fbf9;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.social-stat-box span,
.social-panel-note {
  color: rgba(223, 235, 231, 0.72);
  line-height: 1.7;
}

.social-section {
  margin-top: 32px;
}

.social-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.social-section-title h2 {
  color: #f7fbf9;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.social-section-title p {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(225, 237, 232, 0.7);
  line-height: 1.75;
}

.social-youtube-head {
  align-items: flex-start;
}

.social-platform-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.social-platform-card {
  min-height: 186px;
  padding: 22px 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24);
  display: grid;
  align-content: start;
  gap: 12px;
}

.social-platform-card strong {
  color: #f7fbf9;
  font-size: 1.05rem;
  font-weight: 800;
}

.social-platform-card span:last-child {
  color: rgba(225, 237, 232, 0.66);
  line-height: 1.6;
  font-size: 0.92rem;
}

.social-platform-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
}

.social-platform-icon svg {
  width: 30px;
  height: 30px;
}

.social-instagram {
  background: linear-gradient(135deg, #ff5a8c, #ff9330);
}

.social-youtube {
  background: linear-gradient(135deg, #ff3d3d, #ff6b6b);
}

.social-tiktok {
  background: linear-gradient(135deg, #00d9d9, #0d0d0d);
}

.social-linkedin {
  background: linear-gradient(135deg, #0a66c2, #2f8ff0);
}

.social-x {
  background: linear-gradient(135deg, #0f1720, #4f5d75);
}

.social-spotify {
  background: linear-gradient(135deg, #1ed760, #0b8f3b);
}

.social-video-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 24px;
}

.social-side-column {
  display: grid;
  gap: 18px;
}

.social-side-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.social-side-label-row a {
  color: #8ce9c6;
  font-weight: 700;
  font-size: 1rem;
}

.social-side-label {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  padding: 0 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #eaf6f0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-video-card {
  overflow: hidden;
  border-radius: 30px;
}

.featured-video-body {
  padding: 22px 24px 24px;
}

.featured-video-body h3 {
  color: #f7fbf9;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.22;
}

.featured-video-body p {
  margin: 12px 0 0;
  color: rgba(225, 237, 232, 0.68);
  line-height: 1.7;
}

.social-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #7cd8b8;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.social-inline-btn {
  margin-top: 18px;
}

.video-embed-shell {
  overflow: hidden;
  background: #000;
}

.video-embed-main,
.video-embed-small {
  aspect-ratio: 16 / 9;
}

.video-embed-portrait {
  aspect-ratio: 16 / 9;
  width: 192px;
  height: 108px;
}

.video-embed-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.social-side-videos {
  display: grid;
  gap: 14px;
}

.social-side-scroll {
  max-height: 720px;
  overflow-y: auto;
  padding-right: 6px;
}

.social-side-scroll::-webkit-scrollbar {
  width: 8px;
}

.social-side-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(126, 230, 192, 0.3);
}

.social-video-list-card {
  padding: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.social-video-list-link {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
}

.social-video-thumb {
  position: relative;
  min-height: 90px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.26), transparent 26%),
    linear-gradient(135deg, #313848, #161d26);
}

.thumb-purple {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(135deg, #7a4cff, #2f153f);
}

.thumb-amber {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(135deg, #ffbd59, #6a2808);
}

.thumb-blue {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(135deg, #30b7ff, #10337d);
}

.thumb-green {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(135deg, #4ae3b5, #09382f);
}

.social-video-thumb-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(8, 12, 14, 0.58);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 32px;
  border-radius: 12px;
  background: #ff2020;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 24px rgba(255, 32, 32, 0.24);
}

.social-video-play::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 9px;
  border-left: 12px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.social-video-copy h3 {
  color: #f7fbf9;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.2;
}

.social-video-copy p {
  margin: 8px 0 12px;
  color: rgba(225, 237, 232, 0.68);
  font-size: 0.92rem;
  line-height: 1.45;
}

.social-video-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ff1c1c;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
}

.social-carousel-head {
  align-items: center;
}

.social-carousel-actions {
  display: flex;
  gap: 10px;
}

.social-arrow {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #f7fbf9;
  font-size: 1.6rem;
  cursor: pointer;
}

.social-shorts-window {
  overflow: hidden;
}

.social-shorts-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}

.short-card {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 0;
  min-height: 440px;
  border-radius: 30px;
  overflow: hidden;
}

.short-card a {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(6, 16, 14, 0.92)),
    radial-gradient(circle at top, rgba(125, 239, 194, 0.18), transparent 24%),
    linear-gradient(160deg, rgba(21, 49, 42, 0.96), rgba(7, 12, 12, 1));
  aspect-ratio: 9 / 16;
}

.short-card-label,
.social-content-tag,
.social-post-platform {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #9fe9ca;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.short-card strong,
.social-content-card h3,
.social-post-card h3 {
  color: #f7fbf9;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 800;
}

.short-card span:last-child,
.social-content-card p,
.social-post-card p {
  color: rgba(225, 237, 232, 0.7);
  line-height: 1.7;
}

.social-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.social-content-card,
.social-post-card,
.social-announcement-card {
  min-height: 240px;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 14px;
  border-radius: 30px;
}

.social-content-card a,
.social-post-card a,
.social-announcement-card a {
  color: #90edc9;
  font-weight: 700;
}

.social-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.social-announcement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.social-announcement-card {
  background:
    radial-gradient(circle at top left, rgba(121, 241, 199, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.social-announcement-wide {
  grid-column: span 2;
  min-height: 280px;
}

.social-announcement-board {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
}

.social-announcement-primary {
  min-height: 100%;
  padding: 30px;
  background:
    radial-gradient(circle at top left, rgba(121, 241, 199, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(18, 42, 36, 0.98), rgba(8, 15, 14, 0.98));
}

.social-announcement-primary h3 {
  font-size: clamp(1.7rem, 2vw, 2.5rem);
}

.social-announcement-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.social-announcement-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.social-announcement-stack {
  display: grid;
  gap: 18px;
}

@media (hover: hover) and (pointer: fine) {
  .social-platform-card:hover,
  .social-content-card:hover,
  .social-post-card:hover,
  .social-announcement-card:hover,
  .short-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: var(--hover-glow-dark);
    border-color: rgba(127, 230, 192, 0.18);
  }

  .social-arrow:hover {
    transform: translateY(-3px);
    box-shadow: var(--hover-glow-dark);
  }
}

@media (max-width: 1180px) {
  .social-hero,
  .social-video-mosaic {
    grid-template-columns: 1fr;
  }

  .social-platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .social-content-grid,
  .social-post-grid,
  .social-announcement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-announcement-wide {
    grid-column: span 2;
  }

  .social-announcement-board {
    grid-template-columns: 1fr;
  }

  .social-side-scroll {
    max-height: 720px;
  }
}

@media (max-width: 960px) {
  .short-card {
    flex-basis: calc((100% - 16px) / 2);
  }

  .social-section-title,
  .social-carousel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-video-list-link {
    grid-template-columns: 116px minmax(0, 1fr);
  }
}

@media (max-width: 780px) {
  .social-platform-grid,
  .social-content-grid,
  .social-post-grid,
  .social-announcement-grid,
  .social-mini-stats {
    grid-template-columns: 1fr;
  }

  .social-announcement-wide {
    grid-column: span 1;
  }

  .social-side-scroll {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .social-video-list-link {
    grid-template-columns: 120px minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .social-page-shell .container {
    width: min(1400px, calc(100% - 20px));
  }

  .short-card {
    flex-basis: 100%;
  }

  .social-arrow {
    width: 48px;
    height: 48px;
  }

  .short-card {
    min-height: 420px;
  }

  .social-video-list-link {
    grid-template-columns: 1fr;
  }

  .social-video-thumb {
    min-height: 140px;
  }
}
