body.landing-page {
  --landing-bg: #08111a;
  --landing-surface: rgba(11, 25, 37, 0.82);
  --landing-surface-strong: rgba(13, 30, 43, 0.94);
  --landing-line: rgba(126, 231, 255, 0.14);
  --landing-line-strong: rgba(255, 168, 77, 0.26);
  --landing-ink: #f6fbff;
  --landing-muted: #a6b8c8;
  --landing-cyan: #7ee7ff;
  --landing-gold: #ffb36b;
  --landing-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  background:
    radial-gradient(circle at 15% 18%, rgba(126, 231, 255, 0.1), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(255, 179, 107, 0.1), transparent 23%),
    radial-gradient(circle at 50% 70%, rgba(87, 145, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #071018 0%, #091521 38%, #08111a 100%);
}

body.landing-page::before,
body.landing-page::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  filter: blur(12px);
}

body.landing-page::before {
  top: 6rem;
  left: -8rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(126, 231, 255, 0.14), transparent 70%);
  animation: landingAura 18s ease-in-out infinite alternate;
}

body.landing-page::after {
  right: -10rem;
  bottom: 10rem;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(255, 179, 107, 0.12), transparent 70%);
  animation: landingAura 22s ease-in-out infinite alternate-reverse;
}

body.landing-page .page-glow {
  background: radial-gradient(circle, rgba(126, 231, 255, 0.18), transparent 65%);
}

body.landing-page .site-header {
  background: rgba(5, 15, 24, 0.68);
  border-bottom-color: rgba(126, 231, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
}

body.landing-page .site-header.is-scrolled {
  background: rgba(5, 15, 24, 0.88);
  border-bottom-color: rgba(255, 179, 107, 0.18);
}

body.landing-page .primary-nav a::after {
  background: linear-gradient(90deg, var(--landing-cyan), var(--landing-gold));
}

body.landing-page .brand-mark {
  border-radius: 14px;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(126, 231, 255, 0.14),
    0 0 18px rgba(126, 231, 255, 0.1);
}

body.landing-page .brand-text strong,
body.landing-page .eyebrow,
body.landing-page .tag,
body.landing-page .text-link,
body.landing-page .contact-link,
body.landing-page .hero-strip-group a {
  color: var(--landing-cyan);
}

body.landing-page .hero {
  min-height: 100vh;
}

body.landing-page .hero::before {
  width: 28rem;
  height: 28rem;
  top: -8rem;
  right: 8%;
  background: radial-gradient(circle, rgba(126, 231, 255, 0.14), transparent 62%);
}

body.landing-page .hero::after {
  width: 22rem;
  height: 22rem;
  left: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(255, 179, 107, 0.12), transparent 62%);
}

body.landing-page .hero-copy {
  max-width: 760px;
}

body.landing-page .hero h1 {
  max-width: 13ch;
  font-size: clamp(2.9rem, 6vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  color: var(--landing-ink);
}

body.landing-page .hero h1 .type-text {
  display: inline;
  background: linear-gradient(135deg, #ffffff 0%, #e1fbff 48%, #ffd9ac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.landing-page .hero-summary,
body.landing-page .section-head p,
body.landing-page .lift-card p,
body.landing-page .cap-card p,
body.landing-page .case-card p,
body.landing-page .trust-panel p,
body.landing-page .contact-subtitle,
body.landing-page .channel-info p,
body.landing-page .contact-action-copy p,
body.landing-page .hero-meta p,
body.landing-page .about-profile p:not(.about-kicker),
body.landing-page .about-focus p,
body.landing-page .about-list span {
  color: var(--landing-muted);
}

body.landing-page .landing-signal-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.15rem;
}

body.landing-page .landing-signal-bar span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.46rem 0.76rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 231, 255, 0.16);
  background: rgba(8, 24, 35, 0.52);
  color: #e8fbff;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.landing-page .landing-signal-bar span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--landing-cyan), var(--landing-gold));
  box-shadow: 0 0 0 4px rgba(126, 231, 255, 0.1);
}

body.landing-page .hero-actions .btn,
body.landing-page .btn-large,
body.landing-page .about-more-btn {
  border-radius: 999px;
}

body.landing-page .hero-actions .btn-primary,
body.landing-page .btn-large,
body.landing-page .about-more-btn {
  border: 1px solid rgba(126, 231, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(8, 25, 36, 0.88), rgba(12, 41, 54, 0.92)),
    linear-gradient(135deg, rgba(126, 231, 255, 0.18), rgba(255, 179, 107, 0.18));
  box-shadow:
    0 0 0 1px rgba(126, 231, 255, 0.08),
    0 20px 50px rgba(0, 0, 0, 0.28);
}

body.landing-page .hero-actions .btn-primary::before,
body.landing-page .btn-large::before,
body.landing-page .about-more-btn::before {
  background: linear-gradient(135deg, var(--landing-cyan), var(--landing-gold));
}

body.landing-page .hero-actions .btn-ghost {
  background: linear-gradient(135deg, rgba(126, 231, 255, 0.14), rgba(255, 179, 107, 0.16));
  color: #f7fbff;
}

body.landing-page .hero-actions .btn-ghost::before {
  background: rgba(8, 24, 35, 0.94);
  border: 1px solid rgba(126, 231, 255, 0.14);
}

body.landing-page .hero-meta article,
body.landing-page .lift-card,
body.landing-page .cap-card,
body.landing-page .case-card,
body.landing-page .trust-panel,
body.landing-page .about-profile,
body.landing-page .about-focus,
body.landing-page .about-panel,
body.landing-page .about-end-cta,
body.landing-page .contact-wrapper {
  position: relative;
  overflow: hidden;
  border-color: var(--landing-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 16%),
    linear-gradient(145deg, rgba(10, 28, 40, 0.94), rgba(6, 18, 27, 0.92));
  box-shadow: var(--landing-shadow);
  backdrop-filter: blur(18px);
}

body.landing-page .hero-meta article > *,
body.landing-page .lift-card > *,
body.landing-page .cap-card > *,
body.landing-page .case-card > *,
body.landing-page .trust-panel > *,
body.landing-page .about-profile > *,
body.landing-page .about-focus > *,
body.landing-page .about-panel > *,
body.landing-page .about-end-cta > *,
body.landing-page .contact-wrapper > :not(.contact-decoration),
body.landing-page .hero-card > * {
  position: relative;
  z-index: 1;
}

body.landing-page .contact-decoration {
  position: absolute;
  z-index: 0;
}

body.landing-page .hero-meta article::before,
body.landing-page .lift-card::before,
body.landing-page .cap-card::before,
body.landing-page .case-card::before,
body.landing-page .trust-panel::before,
body.landing-page .about-profile::before,
body.landing-page .about-panel::before,
body.landing-page .about-end-cta::before,
body.landing-page .contact-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.05) 24%, transparent 38%),
    radial-gradient(circle at top right, rgba(126, 231, 255, 0.12), transparent 28%);
  pointer-events: none;
}

body.landing-page .hero-meta article,
body.landing-page .lift-card,
body.landing-page .cap-card,
body.landing-page .case-card,
body.landing-page .trust-panel,
body.landing-page .about-panel,
body.landing-page .contact-wrapper {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

body.landing-page .hero-meta article:hover,
body.landing-page .lift-card:hover,
body.landing-page .cap-card:hover,
body.landing-page .case-card:hover,
body.landing-page .trust-panel:hover,
body.landing-page .about-panel:hover {
  border-color: var(--landing-line-strong);
  box-shadow:
    0 0 0 1px rgba(255, 179, 107, 0.12),
    0 30px 65px rgba(0, 0, 0, 0.34);
}

body.landing-page .section {
  padding-block: 6rem;
}

body.landing-page main {
  padding-bottom: 0 !important;
}

body.landing-page #contact.section {
  padding-top: 6rem;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

body.landing-page #contact .container {
  margin-bottom: 0 !important;
}

body.landing-page #contact .contact-wrapper {
  margin-bottom: 0 !important;
  padding-top: 2.2rem;
  padding-bottom: 0.9rem;
}

body.landing-page #contact .contact-body {
  align-items: start;
}

body.landing-page #contact .contact-actions {
  min-height: auto;
}

body.landing-page .site-footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 1rem;
}

body.landing-page .section-head {
  margin-bottom: 1.65rem;
}

body.landing-page .section-head h2 {
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  line-height: 1.03;
  max-width: 19ch;
  color: var(--landing-ink);
  text-wrap: balance;
}

body.landing-page .hero-card {
  isolation: isolate;
}

body.landing-page .hero-card::before {
  content: "";
  position: absolute;
  inset: 8% 10% 14%;
  border-radius: 46% 54% 44% 56% / 42% 38% 62% 58%;
  background:
    radial-gradient(circle at 24% 20%, rgba(126, 231, 255, 0.2), transparent 34%),
    radial-gradient(circle at 72% 18%, rgba(255, 179, 107, 0.22), transparent 28%),
    linear-gradient(160deg, rgba(9, 31, 44, 0.72), rgba(7, 18, 28, 0.1));
  animation: morphBlob 13s ease-in-out infinite alternate;
}

body.landing-page .hero-card::after {
  content: "";
  position: absolute;
  inset: 12% 14% 7%;
  border-radius: 36px;
  border: 1px solid rgba(126, 231, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 20%),
    rgba(8, 26, 36, 0.24);
  backdrop-filter: blur(10px);
}

body.landing-page .profile-photo {
  filter:
    drop-shadow(0 30px 55px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 32px rgba(126, 231, 255, 0.1));
}

body.landing-page .hud-overlay {
  display: none !important;
}

body.landing-page .hud-label {
  border-color: rgba(126, 231, 255, 0.24);
  background: rgba(4, 18, 28, 0.78);
  color: #e8fbff;
}

body.landing-page .hud-line {
  background: linear-gradient(90deg, rgba(126, 231, 255, 0.95), rgba(255, 179, 107, 0.55));
}

body.landing-page .hero-strip {
  border-top-color: rgba(126, 231, 255, 0.08);
  border-bottom-color: rgba(126, 231, 255, 0.08);
  background: linear-gradient(90deg, rgba(126, 231, 255, 0.1), rgba(12, 23, 34, 0.14), rgba(255, 179, 107, 0.1));
}

body.landing-page .strip-dot {
  background: var(--landing-cyan);
  box-shadow: 0 0 0 4px rgba(126, 231, 255, 0.13);
}

body.landing-page .tag {
  background: rgba(126, 231, 255, 0.1);
  border: 1px solid rgba(126, 231, 255, 0.14);
}

body.landing-page .about-kicker,
body.landing-page .contact-action-kicker {
  color: var(--landing-gold);
}

body.landing-page .about-metrics span,
body.landing-page .about-focus article,
body.landing-page .certificate-frame,
body.landing-page .channel-group,
body.landing-page .contact-actions,
body.landing-page .contact-action-points span {
  border-color: rgba(126, 231, 255, 0.12);
  background: rgba(7, 19, 29, 0.42);
}

body.landing-page .channel-icon svg,
body.landing-page .btn-icon svg {
  color: var(--landing-cyan);
  stroke: var(--landing-cyan);
}

body.landing-page .contact-title {
  background: linear-gradient(135deg, #ffffff 0%, #e4fbff 45%, #ffd9ac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.landing-page .landing-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 180;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

body.landing-page .landing-progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--landing-cyan), var(--landing-gold), #eafcff);
  box-shadow: 0 0 14px rgba(126, 231, 255, 0.42);
}

body.landing-page [data-depth] {
  transform-style: preserve-3d;
  will-change: transform;
}

body.landing-page .landing-shine {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(126, 231, 255, 0.18), transparent 24%);
  transition: opacity 0.28s ease;
}

body.landing-page .is-glow-active .landing-shine {
  opacity: 1;
}

body.landing-page .reveal {
  transform: translateY(34px) scale(0.985);
}

body.landing-page .reveal.in {
  transform: translateY(0) scale(1);
}

@keyframes landingAura {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(0, -24px, 0) scale(1.06); }
}

@keyframes morphBlob {
  0% {
    border-radius: 46% 54% 44% 56% / 42% 38% 62% 58%;
    transform: rotate(0deg) scale(1);
  }
  100% {
    border-radius: 58% 42% 56% 44% / 48% 38% 62% 52%;
    transform: rotate(7deg) scale(1.04);
  }
}

@media (max-width: 1024px) {
  body.landing-page .hero {
    min-height: auto;
  }

  body.landing-page .hero h1 {
    max-width: none;
    font-size: clamp(2.5rem, 8vw, 4.6rem);
  }

  body.landing-page .section {
    padding-block: 4.8rem;
  }

  body.landing-page #contact.section {
    padding-top: 4.8rem;
    padding-bottom: 0 !important;
  }

  body.landing-page #contact .contact-wrapper {
    padding-top: 2rem;
    padding-bottom: 0.8rem;
  }
}

@media (max-width: 760px) {
  body.landing-page .section {
    padding-block: 3.8rem;
  }

  body.landing-page .hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.5rem);
  }

  body.landing-page .section-head h2 {
    max-width: none;
    font-size: clamp(1.8rem, 9vw, 2.7rem);
  }

  body.landing-page .landing-signal-bar {
    margin-bottom: 1rem;
  }

  body.landing-page .hero-card::before {
    inset: 8% 4% 14%;
  }

  body.landing-page .hero-card::after {
    inset: 10% 6% 8%;
    border-radius: 28px;
  }

  body.landing-page #contact.section {
    padding-top: 3.8rem;
    padding-bottom: 0 !important;
  }

  body.landing-page #contact .contact-wrapper {
    padding-top: 1.8rem;
    padding-bottom: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.landing-page::before,
  body.landing-page::after,
  body.landing-page .hero-card::before {
    animation: none !important;
  }

  body.landing-page [data-depth] {
    transform: none !important;
  }

  body.landing-page .landing-progress-bar {
    transition: none !important;
  }
}
