:root {
  --bg: #0b0f1a;
  --bg-soft: #101624;
  --bg-panel: rgba(17, 24, 39, 0.9);
  --surface: rgba(14, 20, 34, 0.92);
  --surface-strong: rgba(17, 24, 39, 0.98);
  --surface-light: rgba(20, 28, 46, 1);
  --text: #ffffff;
  --muted: #a0a0a0;
  --heading: #ffffff;
  --border: rgba(255, 255, 255, 0.1);
  --primary: #ff6a00;
  --secondary: #ff8c00;
  --hot: #3b82f6;
  --lime: #8b5cf6;
  --accent: #3b82f6;
  --accent-alt: #8b5cf6;
  --shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 16px 34px rgba(0, 0, 0, 0.28);
  --font-heading: "Poppins", sans-serif;
  --font-body: "Inter", sans-serif;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --transition: all 0.35s ease;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 106, 0, 0.2), transparent 24%),
    radial-gradient(circle at 86% 10%, rgba(59, 130, 246, 0.16), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(139, 92, 246, 0.14), transparent 30%),
    linear-gradient(180deg, #0b0f1a 0%, #0d1220 52%, #0b0f1a 100%);
  line-height: 1.7;
}

body::before {
  content: none;
}

main,
header,
footer,
.toast-container,
.back-to-top {
  position: relative;
  z-index: 1;
}

::selection {
  background: rgba(255, 106, 0, 0.34);
  color: #fff;
}

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

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

section {
  position: relative;
}

.section-space {
  padding: 96px 0;
}

.section-space-sm {
  padding: 70px 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(124, 92, 255, 0.05), rgba(255, 255, 255, 0.7));
}

.section-shell {
  padding: 32px;
  border-radius: var(--radius-xl);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-label::before {
  width: 36px;
  height: 1px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--primary), transparent);
}

.section-heading {
  margin-bottom: 18px;
  color: var(--heading);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 2vw + 1.5rem, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
}

.section-copy {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
}

.eyebrow-pill,
.info-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(35, 29, 56, 0.08);
  border-radius: 999px;
  color: var(--heading);
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 600;
}

.text-gradient {
  background: linear-gradient(120deg, #ffffff 8%, #d8c8ff 48%, #9cb7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.error-hero {
  min-height: 100svh;
  box-sizing: border-box;
  padding: 120px 0 40px;
  display: flex;
  align-items: center;
}

.error-shell {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 38px;
  text-align: center;
}

.error-kicker {
  margin-bottom: 12px;
}

.error-copy {
  max-width: 560px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.error-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.error-meta .info-chip {
  background: rgba(255, 255, 255, 0.05);
}

.error-panel {
  padding: 30px;
}

.error-panel h2 {
  margin-bottom: 12px;
}

.error-links {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.error-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 20px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(19, 25, 40, 0.96), rgba(13, 18, 30, 0.92));
  transition: var(--transition);
}

.error-link-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.error-link-card:hover,
.error-link-card:focus {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 0, 0.34);
  color: #fff;
}

.error-link-card i {
  color: var(--primary);
  font-size: 1.15rem;
}

.glitch-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.glitch {
  font-size: clamp(6.5rem, 18vw, 10rem);
  font-weight: 700;
  color: #fff;
  position: relative;
  line-height: 0.9;
  text-transform: uppercase;
}

.glitch::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  top: 0;
  color: #fff;
  text-shadow: -2px 0 #ff00ff;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  animation: glitchTop 1s infinite linear alternate-reverse;
}

.glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  top: 0;
  color: #fff;
  text-shadow: 2px 0 #00ffff;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  animation: glitchBottom 1s infinite linear alternate-reverse;
}

@keyframes glitchTop {
  0% {
    clip-path: inset(0 0 80% 0);
  }

  20% {
    clip-path: inset(10% 0 60% 0);
  }

  40% {
    clip-path: inset(40% 0 30% 0);
  }

  60% {
    clip-path: inset(20% 0 50% 0);
  }

  80% {
    clip-path: inset(60% 0 10% 0);
  }

  100% {
    clip-path: inset(10% 0 70% 0);
  }
}

@keyframes glitchBottom {
  0% {
    clip-path: inset(80% 0 0 0);
  }

  20% {
    clip-path: inset(60% 0 10% 0);
  }

  40% {
    clip-path: inset(30% 0 40% 0);
  }

  60% {
    clip-path: inset(50% 0 20% 0);
  }

  80% {
    clip-path: inset(10% 0 60% 0);
  }

  100% {
    clip-path: inset(70% 0 10% 0);
  }
}

.glass-card,
.surface-card,
.floating-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
}

.surface-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.94));
}

.card-lift,
.filter-btn,
.social-link,
.brand-pill,
.stats-card,
.service-card,
.creator-card,
.portfolio-card,
.blog-card,
.case-card,
.video-card,
.team-card,
.contact-card {
  transition: var(--transition);
}

.card-lift:hover,
.brand-pill:hover,
.stats-card:hover,
.service-card:hover,
.creator-card:hover,
.portfolio-card:hover,
.blog-card:hover,
.case-card:hover,
.video-card:hover,
.team-card:hover,
.contact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(124, 92, 255, 0.26);
  box-shadow: 0 16px 34px rgba(74, 56, 116, 0.12);
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-primary {
  border: 0;
  background: linear-gradient(135deg, var(--primary), var(--hot));
  box-shadow: 0 18px 40px rgba(124, 92, 255, 0.26);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #8d71ff, #ff7b9a);
  transform: translateY(-1px);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #05020b;
  background: #fff;
}

.btn-dark-glass {
  color: var(--heading);
  border: 1px solid rgba(35, 29, 56, 0.12);
  background: rgba(255, 255, 255, 0.95);
}

.btn-dark-glass:hover {
  border-color: rgba(124, 92, 255, 0.24);
  background: rgba(124, 92, 255, 0.08);
}

.site-header {
  transition: var(--transition);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(74, 56, 116, 0.1);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled .navbar {
  --bs-navbar-brand-color: var(--heading);
  --bs-navbar-brand-hover-color: var(--heading);
  --bs-navbar-color: rgba(36, 30, 54, 0.74);
  --bs-navbar-hover-color: var(--heading);
  --bs-navbar-active-color: var(--heading);
}

.site-header.is-scrolled .brand-copy strong {
  color: var(--heading);
}

.site-header.is-scrolled .brand-copy small {
  color: rgba(36, 30, 54, 0.6);
}

.site-header.is-scrolled .navbar-toggler-icon {
  filter: invert(1);
}

.navbar {
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-color: rgba(255, 255, 255, 0.78);
  --bs-navbar-hover-color: #fff;
  --bs-navbar-active-color: #fff;
  --bs-navbar-toggler-border-color: transparent;
}

.navbar-brand {
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  /* border-radius: 16px; */
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.1;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header .brand-copy small {
  color: rgba(255, 255, 255, 0.72);
}

.nav-link {
  position: relative;
  padding: 0.7rem 1rem !important;
  font-weight: 600;
}

.nav-link::after {
  position: absolute;
  right: 1rem;
  bottom: 0.4rem;
  left: 1rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  content: "";
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  transition: transform 0.28s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.navbar .navbar-collapse {
  padding-top: 16px;
}

.header-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mobile-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.mobile-nav-actions + .navbar-toggler {
  margin-left: 12px;
}

.header-icon-btn {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  overflow: visible;
  transition: var(--transition);
}

.header-icon-btn i {
  font-size: 1.15rem;
}

.header-icon-btn[data-cart-count]::after {
  position: absolute;
  top: -6px;
  right: -4px;
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding-inline: 6px;
  border: 2px solid var(--bg);
  border-radius: 999px;
  content: attr(data-cart-count);
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 18px rgba(255, 106, 0, 0.24);
}

.header-icon-btn:hover,
.header-icon-btn:focus {
  border-color: rgba(255, 106, 0, 0.38);
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  transform: translateY(-1px);
}

.cart-drawer {
  --bs-offcanvas-width: min(430px, 100vw);
  z-index: 1085;
  overflow-y: auto;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 106, 0, 0.16), transparent 26%),
    radial-gradient(circle at 82% 14%, rgba(59, 130, 246, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(12, 17, 29, 0.98), rgba(10, 14, 24, 0.98));
}

.cart-drawer::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%),
    radial-gradient(circle at 74% 80%, rgba(139, 92, 246, 0.1), transparent 26%);
  pointer-events: none;
}

.cart-drawer .offcanvas-header,
.cart-drawer .offcanvas-body {
  position: relative;
  z-index: 1;
}

.cart-drawer .offcanvas-header {
  align-items: flex-start;
  padding: 24px 24px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-drawer .offcanvas-title {
  color: #fff;
  font-family: var(--font-heading);
}

.cart-drawer .btn-close {
  margin-top: 6px;
  opacity: 1;
  filter: invert(1);
}

.cart-drawer .offcanvas-body {
  display: block;
  padding: 24px;
  overflow: visible;
}

.cart-drawer-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cart-drawer-stat {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.cart-drawer-stat span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cart-drawer-stat strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1rem;
}

.cart-drawer-stat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cart-drawer-stat-head span {
  margin-bottom: 0;
}

.cart-info-trigger {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  transition: var(--transition);
}

.cart-info-trigger:hover,
.cart-info-trigger:focus {
  border-color: rgba(255, 106, 0, 0.38);
  color: #fff;
  background: rgba(255, 106, 0, 0.18);
}

.cart-drawer-list {
  display: grid;
  gap: 14px;
  max-height: none;
  margin-block: 20px;
  overflow: visible;
  padding-right: 0;
}

.cart-drawer-item {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.cart-item-delete {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
  transition: var(--transition);
}

.cart-item-delete i {
  font-size: 0.85rem;
  line-height: 1;
}

.cart-item-delete:hover,
.cart-item-delete:focus {
  border-color: rgba(255, 106, 0, 0.28);
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.92), rgba(255, 140, 0, 0.84));
  transform: translateY(-1px);
}

.cart-drawer-thumb img {
  width: 82px;
  height: 82px;
  border-radius: 18px;
  object-fit: cover;
}

.cart-item-type {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 106, 0, 0.14);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-drawer-copy h3 {
  margin-bottom: 6px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1rem;
}

.cart-drawer-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cart-item-inline-note {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.8rem;
  line-height: 1.55;
}

.cart-item-price {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
}

.cart-breakdown {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.cart-breakdown h3 {
  margin-bottom: 16px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.05rem;
}

.cart-breakdown-note,
.cart-breakdown-caption {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.85rem;
  line-height: 1.7;
}

.cart-breakdown-note {
  margin-bottom: 16px;
}

.cart-breakdown-caption {
  margin-top: 16px;
}

.breakdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.breakdown-row + .breakdown-row {
  margin-top: 12px;
}

.breakdown-row strong {
  color: #fff;
}

.breakdown-total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1rem;
}

.cart-drawer-actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.cart-empty {
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
}

.cart-empty h3 {
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.05rem;
}

.cart-empty p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.offcanvas-backdrop.show {
  z-index: 1080;
  background-color: rgba(4, 7, 13, 0.72);
  backdrop-filter: blur(4px);
}

.hero-section {
  position: relative;
  min-height: 100svh;
  padding: 124px 0 28px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(13, 9, 24, 0.76) 0%, rgba(13, 9, 24, 0.56) 48%, rgba(13, 9, 24, 0.32) 100%),
    var(--hero-image, linear-gradient(135deg, #12091f, #201233));
  background-position: center;
  background-size: cover;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-section .row {
  min-height: calc(100svh - 152px);
}

.page-hero {
  padding: 170px 0 92px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(13, 9, 24, 0.74) 0%, rgba(13, 9, 24, 0.52) 52%, rgba(13, 9, 24, 0.38) 100%),
    linear-gradient(180deg, rgba(18, 10, 31, 0.14), rgba(18, 10, 31, 0.52)),
    var(--hero-image, linear-gradient(135deg, #12091f, #24153d));
  background-position: center;
  background-size: cover;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero::before,
.hero-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 26%, rgba(7, 4, 14, 0.18));
  pointer-events: none;
}

.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M36 182h132' stroke='rgba(255,255,255,0.16)' stroke-width='2'/%3E%3Cpath d='M52 168V112M88 168V88M124 168V130M160 168V66' stroke='rgba(255,140,0,0.34)' stroke-width='8'/%3E%3Cpath d='M58 150l34-30 28 14 44-52' stroke='rgba(59,130,246,0.4)' stroke-width='4'/%3E%3Cpath d='M153 82h29v29' stroke='rgba(59,130,246,0.4)' stroke-width='4'/%3E%3Ccircle cx='190' cy='52' r='14' stroke='rgba(255,255,255,0.14)' stroke-width='2'/%3E%3Cpath d='M183 52h14M190 45v14' stroke='rgba(255,255,255,0.14)' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='190' viewBox='0 0 190 190'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='95' cy='95' r='58' stroke='rgba(255,255,255,0.12)' stroke-width='2'/%3E%3Ccircle cx='95' cy='95' r='36' stroke='rgba(255,140,0,0.28)' stroke-width='2'/%3E%3Ccircle cx='95' cy='95' r='10' stroke='rgba(59,130,246,0.4)' stroke-width='5'/%3E%3Cpath d='M95 20v18M95 152v18M20 95h18M152 95h18M42 42l13 13M135 135l13 13M42 148l13-13M135 55l13-13' stroke='rgba(255,255,255,0.14)' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: right -30px top 18px, left -10px bottom 10px;
  background-size: 240px 240px, 190px 190px;
  opacity: 0.95;
  pointer-events: none;
  animation: innerHeroShapesFloat 16s ease-in-out infinite alternate;
}

.page-hero .container::before,
.page-hero .container::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}

.page-hero .container::before {
  top: -12px;
  right: 10%;
  width: 120px;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 82l24-20 16 10 36-38' stroke='rgba(59,130,246,0.42)' stroke-width='4'/%3E%3Cpath d='M86 34h18v18' stroke='rgba(255,140,0,0.4)' stroke-width='4'/%3E%3Crect x='18' y='18' width='84' height='84' rx='18' stroke='rgba(255,255,255,0.14)' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  animation: innerHeroShapesSpin 18s linear infinite;
}

.page-hero .container::after {
  left: -10px;
  bottom: -16px;
  width: 92px;
  height: 92px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='92' viewBox='0 0 92 92'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 54l42-20v24l14 6V28L18 50z' stroke='rgba(255,255,255,0.18)' stroke-width='2.4'/%3E%3Cpath d='M63 28c10 5 10 31 0 36' stroke='rgba(255,140,0,0.34)' stroke-width='3'/%3E%3Cpath d='M70 22c16 9 16 43 0 52' stroke='rgba(59,130,246,0.34)' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  animation: innerHeroShapesPulse 9s ease-in-out infinite;
}

@keyframes innerHeroShapesFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-10px, 12px, 0);
  }
  100% {
    transform: translate3d(8px, -6px, 0);
  }
}

@keyframes innerHeroShapesSpin {
  from {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(180deg) translateY(8px);
  }
  to {
    transform: rotate(360deg) translateY(0);
  }
}

@keyframes innerHeroShapesPulse {
  0%, 100% {
    transform: scale(1) translateY(0);
    opacity: 0.78;
  }
  50% {
    transform: scale(1.08) translateY(-6px);
    opacity: 1;
  }
}

.hero-orb {
  display: none;
}

.hero-orb.orb-primary {
  top: 40px;
  right: -80px;
  background: radial-gradient(circle, rgba(124, 92, 255, 0.34), transparent 70%);
}

.hero-orb.orb-secondary {
  bottom: -40px;
  left: -100px;
  background: radial-gradient(circle, rgba(76, 120, 255, 0.16), transparent 70%);
}

.hero-kicker {
  margin-bottom: 22px;
}

.hero-copy {
  max-width: 620px;
}

.hero-description,
.hero-description p,
.hero-description li {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}

.hero-description p:last-child,
.hero-description ul:last-child,
.hero-description ol:last-child {
  margin-bottom: 0;
}

.hero-title-mobile {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 28px;
}

.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-bullets .info-chip {
  color: #f2effd;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.hero-panel {
  position: relative;
  padding: 28px;
  overflow: hidden;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(22, 16, 40, 0.76), rgba(22, 16, 40, 0.56));
  box-shadow: 0 20px 48px rgba(16, 10, 32, 0.16);
  backdrop-filter: blur(10px);
}

.hero-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.12), transparent 34%),
    radial-gradient(circle at 80% 5%, rgba(76, 120, 255, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-panel .metric-chip,
.hero-panel .dashboard-stat {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel .metric-chip span,
.hero-panel .dashboard-stat span {
  color: rgba(255, 255, 255, 0.68);
}

.hero-panel .metric-chip strong,
.hero-panel .dashboard-stat strong {
  color: #fff;
}

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

.metric-chip,
.stats-card,
.mini-panel,
.dashboard-stat {
  padding: 18px;
  border: 1px solid rgba(35, 29, 56, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
}

.metric-chip span,
.dashboard-stat span,
.stats-card span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.metric-chip strong,
.dashboard-stat strong,
.stats-card strong {
  display: block;
  margin-top: 6px;
  font-family: var(--font-heading);
  font-size: 1.65rem;
  line-height: 1.1;
}

.hero-art {
  margin-top: 26px;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 4px);
}

.hero-art img,
.split-media img {
  width: 100%;
  object-fit: cover;
}

.hero-shorts-stage {
  position: relative;
  max-width: 620px;
  margin-left: auto;
  padding: 10px 0 6px;
  overflow: hidden;
  isolation: isolate;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 86%, transparent 100%);
}

.hero-shorts-stage::before,
.hero-shorts-stage::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hero-shorts-stage::before {
  background:
    radial-gradient(circle at 50% 24%, rgba(139, 92, 246, 0.42), transparent 28%),
    radial-gradient(circle at 8% 52%, rgba(255, 106, 0, 0.2), transparent 24%),
    radial-gradient(circle at 92% 52%, rgba(59, 130, 246, 0.2), transparent 24%);
  filter: blur(20px);
  opacity: 0.9;
}

.hero-shorts-stage::after {
  background: linear-gradient(180deg, rgba(11, 15, 26, 0), rgba(11, 15, 26, 0.06));
}

.hero-shorts-head {
  padding: 0 30px 18px;
}

.hero-shorts-head .section-label {
  display: inline-block;
}

.hero-shorts-head h2 {
  max-width: 420px;
  color: #fff;
}

.hero-shorts-slider {
  overflow: visible;
  padding: 14px 0 26px;
}

.hero-short-slide {
  width: clamp(176px, 27vw, 244px);
  transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
  opacity: 0.24;
  transform: scale(0.78);
  filter: saturate(0.62);
  z-index: 1;
  pointer-events: auto;
}

.hero-short-slide.swiper-slide-prev {
  opacity: 0.56;
  transform: translateX(-14px) scale(0.84);
  filter: saturate(0.82);
}

.hero-short-slide.swiper-slide-next {
  opacity: 0.56;
  transform: translateX(14px) scale(0.84);
  filter: saturate(0.82);
}

.hero-short-slide.swiper-slide-active {
  opacity: 1;
  transform: translateX(0) scale(1.02);
  filter: saturate(1);
  z-index: 3;
  pointer-events: auto;
}

.hero-short-card {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.hero-short-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(12, 16, 28, 0.04), rgba(12, 16, 28, 0.1));
  pointer-events: none;
}

.hero-short-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #0b0f1a;
  pointer-events: none;
}

.hero-short-slide.swiper-slide-active .hero-short-card {
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.42);
}

.hero-short-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 15, 26, 0.72);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-strip {
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(18, 12, 30, 0.96), rgba(18, 12, 30, 0.92));
}

.brand-marquee {
  overflow: hidden;
}

.brand-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.brand-pill {
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.content-intro {
  margin-bottom: 36px;
}

.work-tabs-wrap {
  display: grid;
  gap: 28px;
}

.work-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

.work-tab-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font-weight: 700;
  transition: var(--transition);
}

.work-tab-btn::after {
  display: none;
}

.work-tab-btn i {
  font-size: 1rem;
}

.work-tab-btn:hover,
.work-tab-btn:focus {
  border-color: rgba(255, 106, 0, 0.32);
  color: #fff;
  background: rgba(255, 106, 0, 0.1);
}

.work-tab-btn.active,
.work-tabs .nav-link.active,
.work-tabs .show > .nav-link {
  border-color: rgba(255, 106, 0, 0.36);
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.94), rgba(255, 140, 0, 0.84));
  box-shadow: 0 18px 34px rgba(255, 106, 0, 0.18);
}

.work-tab-content {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.work-item.is-hidden {
  display: none;
}

@media (min-width: 992px) {
  .work-grid > .work-item {
    flex: 0 0 auto;
    width: 25%;
  }
}

.work-category-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.work-category-head h3 {
  margin: 16px 0 10px;
  color: var(--heading);
  font-family: var(--font-heading);
  font-size: 1.5rem;
}

.work-category-head p {
  margin-bottom: 0;
  color: var(--muted);
}

.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.18), rgba(76, 120, 255, 0.14));
  color: #fff;
  font-size: 1.35rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.service-card,
.portfolio-card,
.creator-card,
.blog-card,
.case-card,
.video-card,
.team-card,
.contact-card,
.faq-card,
.legal-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--text);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-soft);
}

.service-card h3,
.portfolio-card h3,
.creator-card h3,
.blog-card h3,
.case-card h3,
.team-card h3,
.contact-card h3 {
  margin-bottom: 12px;
  font-family: var(--font-heading);
  font-size: 1.35rem;
}

.service-card p,
.portfolio-card p,
.creator-card p,
.blog-card p,
.case-card p,
.team-card p,
.contact-card p {
  color: var(--muted);
}

.service-link,
.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--heading);
  font-weight: 700;
}

.service-link i,
.inline-link i {
  transition: transform 0.25s ease;
}

.service-link:hover i,
.inline-link:hover i {
  transform: translateX(4px);
}

.split-media {
  position: relative;
  overflow: hidden;
}

.story-list,
.list-check {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-check li {
  position: relative;
  padding-left: 34px;
  color: var(--muted);
}

.list-check li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  content: " ";
  background:
    radial-gradient(circle at center, rgba(110, 217, 196, 0.96) 0 25%, transparent 26%),
    linear-gradient(135deg, rgba(124, 92, 255, 0.92), rgba(76, 120, 255, 0.68));
  box-shadow: 0 0 18px rgba(124, 92, 255, 0.22);
}

.feature-grid,
.process-grid,
.stat-grid,
.case-grid,
.team-grid {
  display: grid;
  gap: 24px;
}

.process-step {
  position: relative;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.94);
}

.process-step .step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.22), rgba(255, 107, 139, 0.16));
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
}

.process-step h3 {
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.process-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.portfolio-card,
.blog-card,
.video-card,
.creator-card,
.team-card {
  position: relative;
  overflow: hidden;
}

.card-media {
  position: relative;
  margin: -28px -28px 24px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.creator-card .card-media img,
.team-card .card-media img {
  aspect-ratio: 4 / 5;
}

.media-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(12, 8, 21, 0.78);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-meta,
.blog-meta,
.creator-meta,
.team-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  justify-content: space-between;
}

.portfolio-meta span,
.blog-meta span,
.creator-meta span,
.team-meta span,
.metric-inline span {
  padding: 8px 12px;
  border-radius: 999px;
  color: #41385b;
  background: rgba(124, 92, 255, 0.08);
  font-size: 0.8rem;
  font-weight: 600;
}

.metric-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.creator-role,
.team-role {
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 700;
}

.creator-stats {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(35, 29, 56, 0.08);
}

.creator-stats div strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.15rem;
}

.creator-stats div span {
  color: var(--muted);
  font-size: 0.8rem;
}

.stats-card {
  height: 100%;
}

.stats-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 2vw + 1.6rem, 3.35rem);
  line-height: 1;
}

.testimonial-shell {
  position: relative;
  padding-right: 0;
}

.testimonial-slider .swiper-wrapper {
  align-items: stretch;
}

.testimonial-slider .swiper-slide {
  height: auto;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-soft);
}

.testimonial-card p {
  flex: 1 1 auto;
  margin-bottom: 24px;
  color: var(--heading);
  font-size: 1.02rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.58), rgba(76, 120, 255, 0.3));
  color: #fff;
  font-weight: 800;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-meta strong {
  display: block;
}

.author-meta span {
  color: var(--muted);
  font-size: 0.9rem;
}

.swiper-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  width: auto;
  margin-top: 0;
}

.swiper {
  padding-top: 82px;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, rgba(19, 25, 40, 0.96), rgba(13, 18, 30, 0.92));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
  transition: var(--transition);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.swiper-button-prev::after {
  content: "\2039";
}

.swiper-button-next::after {
  content: "\203A";
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: rgba(255, 106, 0, 0.42);
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.96), rgba(255, 140, 0, 0.88));
  transform: translateY(-1px);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.swiper-pagination {
  display: none;
  position: static;
  width: auto !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.35;
  background: rgba(65, 56, 91, 0.4);
}

.swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1;
}

.case-card h3 {
  max-width: 16ch;
}

.case-card .case-results {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.case-card .case-results span {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(124, 92, 255, 0.08);
  font-weight: 700;
}

.video-card {
  padding: 0;
}

.video-card .card-media {
  margin: 0;
}

.video-card .video-content {
  padding: 26px;
}

.video-card.video-card-compact .video-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.video-card.video-card-compact h3 {
  margin-bottom: 0;
}

.creator-slider .swiper-slide {
  height: auto;
}

.creator-slider .creator-card {
  height: 100%;
}

.card-cta-row {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff;
  background: rgba(11, 15, 26, 0.76);
  font-weight: 700;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(7, 10, 18, 0.28);
  transition:
    width 0.28s ease,
    padding 0.28s ease,
    gap 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.btn-cart i {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}

.btn-cart span {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 0.83rem;
  transform: translateX(6px);
  transition:
    max-width 0.28s ease,
    opacity 0.22s ease,
    transform 0.28s ease;
}

.btn-cart:hover,
.btn-cart:focus,
.btn-cart:focus-visible {
  border-color: rgba(255, 106, 0, 0.38);
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.96), rgba(255, 140, 0, 0.88));
  width: 152px;
  padding-inline: 0 18px;
  gap: 10px;
}

.btn-cart.is-added {
  border-color: rgba(255, 106, 0, 0.4);
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.96), rgba(255, 140, 0, 0.88));
}

.btn-cart:hover span,
.btn-cart:focus span,
.btn-cart:focus-visible span {
  max-width: 90px;
  opacity: 1;
  transform: translateX(0);
}

.video-play {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  color: #05020b;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.video-play i {
  margin-left: 3px;
  font-size: 1.1rem;
}

.timeline-wrap {
  position: relative;
  display: grid;
  gap: 24px;
}

.timeline-wrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, rgba(124, 92, 255, 0.7), rgba(76, 120, 255, 0.2));
}

.timeline-card {
  position: relative;
  margin-left: 56px;
  padding: 24px 24px 24px 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
}

.timeline-card::before {
  position: absolute;
  top: 28px;
  left: -47px;
  width: 20px;
  height: 20px;
  border: 4px solid #0c0616;
  border-radius: 50%;
  content: "";
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.04);
}

.timeline-year {
  margin-bottom: 8px;
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-card h3 {
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.timeline-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.faq-card {
  padding: 32px;
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(35, 29, 56, 0.08);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-color: var(--heading);
  --bs-accordion-active-color: var(--heading);
  --bs-accordion-active-bg: transparent;
  --bs-accordion-color: var(--muted);
}

.accordion-item {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(35, 29, 56, 0.08);
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.96);
}

.accordion-button {
  font-weight: 700;
  box-shadow: none !important;
}

.filter-toolbar {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

.filter-btn {
  flex: 0 0 auto;
  padding: 10px 18px;
  border: 1px solid rgba(35, 29, 56, 0.08);
  border-radius: 999px;
  color: var(--heading);
  background: rgba(255, 255, 255, 0.94);
  font-weight: 700;
}

.filter-toolbar::-webkit-scrollbar {
  height: 6px;
}

.filter-toolbar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.24);
}

.filter-btn.active,
.filter-btn:hover {
  border-color: rgba(124, 92, 255, 0.34);
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.16), rgba(76, 120, 255, 0.1));
}

.creator-card.is-hidden {
  display: none;
}

.creator-grid > [data-category].is-hidden {
  display: none;
}

.empty-state-card {
  padding: clamp(28px, 4vw, 42px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 40px rgba(8, 15, 32, 0.08);
}

.contact-card .icon-badge {
  margin-bottom: 18px;
}

.contact-card a:hover {
  color: var(--primary);
}

.contact-form-wrap,
.sidebar-card,
.author-card,
.comment-card,
.quote-card,
.takeaway-card,
.legal-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-soft);
}

.admin-requirements-list {
  display: grid;
  gap: 12px;
}

.contact-form-wrap,
.sidebar-card,
.author-card,
.comment-card,
.quote-card,
.takeaway-card {
  padding: 28px;
}

.sidebar-card + .sidebar-card {
  margin-top: 24px;
}

.form-control,
.form-select {
  min-height: 52px;
  border-color: rgba(35, 29, 56, 0.1);
  border-radius: 14px;
  color: var(--heading);
  background-color: rgba(255, 255, 255, 0.98);
}

.form-control::placeholder {
  color: rgba(35, 29, 56, 0.45);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(124, 92, 255, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(124, 92, 255, 0.16);
  color: var(--heading);
  background-color: rgba(255, 255, 255, 1);
}

textarea.form-control {
  min-height: 160px;
}

.article-search-form .input-group {
  border-radius: 16px;
  overflow: hidden;
}

.article-search-form .btn {
  min-width: 56px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-list a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  transition: var(--transition);
}

.tag-list a:hover,
.tag-list a:focus {
  border-color: rgba(255, 106, 0, 0.34);
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.2), rgba(139, 92, 246, 0.18));
}

.map-embed {
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.map-embed iframe {
  width: 100%;
  min-height: 100%;
  border: 0;
  filter: grayscale(0.7) contrast(1.03) saturate(0.9);
}

.article-content {
  display: grid;
  gap: 26px;
}

.article-content h2,
.article-content h3 {
  margin-bottom: 10px;
  font-family: var(--font-heading);
}

.article-content p,
.article-content li {
  color: var(--muted);
}

.article-content ul {
  margin: 0;
  padding-left: 20px;
}

.quote-card {
  border-left: 3px solid rgba(124, 92, 255, 0.5);
}

.quote-card p {
  margin-bottom: 0;
  color: var(--heading);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  line-height: 1.5;
}

.takeaway-card h3,
.author-card h3,
.sidebar-card h3,
.contact-form-wrap h3,
.legal-card h2 {
  margin-bottom: 14px;
  font-family: var(--font-heading);
}

.comment-card + .comment-card {
  margin-top: 18px;
}

.breadcrumb-nav {
  margin-bottom: 18px;
}

.breadcrumb-nav .breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.5);
  --bs-breadcrumb-item-active-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.breadcrumbs-shell {
  display: inline-flex;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.service-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-switcher a {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.service-switcher a.active,
.service-switcher a:hover {
  border-color: rgba(124, 92, 255, 0.4);
  background: rgba(124, 92, 255, 0.16);
}

.cta-banner {
  padding: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 14%, rgba(76, 120, 255, 0.08), transparent 22%),
    radial-gradient(circle at 10% 24%, rgba(124, 92, 255, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 255, 0.94));
}

.cta-banner::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 15% 20%, rgba(76, 120, 255, 0.12), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 107, 139, 0.1), transparent 20%),
    linear-gradient(120deg, rgba(124, 92, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.cta-banner > * {
  position: relative;
  z-index: 1;
}

.newsletter-strip {
  padding-bottom: 0;
  color: #fff;
}

.newsletter-panel {
  padding: 34px;
  overflow: hidden;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(31, 21, 57, 0.94), rgba(59, 43, 108, 0.9));
  box-shadow: 0 22px 50px rgba(22, 14, 42, 0.16);
  backdrop-filter: blur(10px);
}

.newsletter-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 82% 24%, rgba(76, 120, 255, 0.14), transparent 24%),
    radial-gradient(circle at 15% 14%, rgba(124, 92, 255, 0.2), transparent 22%);
}

.newsletter-panel > * {
  position: relative;
  z-index: 1;
}

.site-footer {
  padding-bottom: 0;
  color: #fff;
}

.site-footer .container,
.newsletter-strip .container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.footer-panel {
  padding: 40px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(27, 19, 49, 0.96), rgba(39, 29, 72, 0.92));
  box-shadow: 0 22px 50px rgba(22, 14, 42, 0.16);
  backdrop-filter: blur(10px);
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin: 0;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.site-footer .footer-links a,
.site-footer .footer-contact a,
.site-footer .footer-contact span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.site-footer .footer-links a::before,
.site-footer .footer-contact a::before,
.site-footer .footer-contact span::before {
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-top: 0.58rem;
  border-radius: 999px;
  content: "";
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-heading {
  margin-bottom: 16px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.1rem;
}

.footer-contact {
  display: grid;
  gap: 14px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.social-link {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.social-link:hover {
  color: #05020b;
  background: #fff;
}

.footer-bottom {
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  transform: translateY(12px);
  border: 0;
  border-radius: 50%;
  color: #05020b;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.back-to-top.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.support-fab-stack {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 1044;
  display: grid;
  gap: 12px;
}

.support-fab {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  background: rgba(11, 15, 26, 0.88);
  box-shadow: 0 18px 34px rgba(7, 10, 18, 0.24);
  backdrop-filter: blur(10px);
  transition: var(--transition);
}

.support-fab i {
  font-size: 1.3rem;
  line-height: 1;
}

.support-fab:hover,
.support-fab:focus {
  color: #fff;
  transform: translateY(-2px);
}

.support-fab-whatsapp {
  background: linear-gradient(135deg, #1fa855, #25d366);
}

.support-fab-placeholder {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.92), rgba(139, 92, 246, 0.9));
}

.checkout-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(19, 25, 40, 0.96), rgba(13, 18, 30, 0.92));
}

.checkout-items-list {
  display: grid;
  gap: 16px;
}

.checkout-empty {
  padding: 26px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.checkout-empty p {
  margin-bottom: 0;
}

.checkout-item img {
  width: 84px;
  height: 84px;
  border-radius: 18px;
  object-fit: cover;
}

.checkout-item h3 {
  margin-bottom: 6px;
  font-family: var(--font-heading);
  font-size: 1rem;
}

.checkout-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.checkout-item-price {
  font-family: var(--font-heading);
  font-weight: 700;
  white-space: nowrap;
}

.checkout-item-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.checkout-remove-btn {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  font-size: 0.84rem;
  font-weight: 700;
  transition: var(--transition);
}

.checkout-remove-btn:hover,
.checkout-remove-btn:focus {
  color: #fff;
}

.checkout-form-wrap {
  position: relative;
}

.checkout-form-wrap.is-highlighted {
  box-shadow:
    0 0 0 1px rgba(255, 106, 0, 0.36),
    0 0 0 6px rgba(255, 106, 0, 0.08),
    var(--shadow-soft);
}

.checkout-cart-alert {
  padding: 14px 16px;
  border: 1px solid rgba(255, 106, 0, 0.28);
  border-radius: 16px;
  color: #ffd2b3;
  background: rgba(255, 106, 0, 0.08);
  font-size: 0.92rem;
}

.site-field-error {
  margin-top: 8px;
  color: #ffb685;
  font-size: 0.82rem;
  line-height: 1.5;
}

.contact-form-wrap .form-control.is-invalid,
.contact-form-wrap .form-select.is-invalid,
.contact-form-wrap textarea.is-invalid {
  border-color: rgba(255, 106, 0, 0.72);
  box-shadow: 0 0 0 0.18rem rgba(255, 106, 0, 0.12);
}

.checkout-totals {
  display: grid;
  gap: 12px;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(19, 25, 40, 0.96), rgba(13, 18, 30, 0.92));
}

.toast.site-toast {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(12, 6, 22, 0.94);
  backdrop-filter: blur(18px);
}

.toast.site-toast .toast-body {
  color: #fff;
}

.icon-list {
  display: grid;
  gap: 16px;
}

.icon-list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.icon-list-item i {
  color: var(--primary);
}

.sticky-panel {
  position: sticky;
  top: 110px;
}

.subtle-copy {
  color: rgba(255, 255, 255, 0.64);
}

.divider-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

.brand-copy strong,
.metric-chip strong,
.dashboard-stat strong,
.stats-card strong,
.stat-number,
.service-card h3,
.portfolio-card h3,
.creator-card h3,
.blog-card h3,
.case-card h3,
.team-card h3,
.contact-card h3,
.process-step .step-no,
.process-step h3,
.timeline-card h3,
.quote-card p,
.takeaway-card h3,
.author-card h3,
.sidebar-card h3,
.contact-form-wrap h3,
.legal-card h2,
.footer-heading,
.article-content h2,
.article-content h3 {
  font-family: var(--font-heading);
}

body {
  color: var(--text);
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.08), rgba(11, 15, 26, 0.42));
}

.section-copy,
.service-card p,
.portfolio-card p,
.creator-card p,
.blog-card p,
.case-card p,
.team-card p,
.contact-card p,
.process-step p,
.timeline-card p,
.stats-card p,
.article-content p,
.article-content li,
.author-meta span,
.creator-stats div span,
.metric-chip span,
.dashboard-stat span,
.stats-card span,
.subtle-copy {
  color: var(--muted);
}

.creator-stats {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.accordion {
  --bs-accordion-border-color: rgba(255, 255, 255, 0.08);
  --bs-accordion-btn-color: #fff;
  --bs-accordion-active-color: #fff;
  --bs-accordion-color: var(--muted);
}

.eyebrow-pill,
.info-chip,
.metric-chip,
.stats-card,
.mini-panel,
.dashboard-stat,
.service-card,
.portfolio-card,
.creator-card,
.blog-card,
.case-card,
.video-card,
.team-card,
.contact-card,
.faq-card,
.legal-card,
.process-step,
.testimonial-card,
.timeline-card,
.contact-form-wrap,
.sidebar-card,
.author-card,
.comment-card,
.quote-card,
.takeaway-card,
.accordion-item,
.filter-btn,
.swiper-button-next,
.swiper-button-prev,
.glass-card,
.surface-card,
.floating-panel {
  border-color: var(--border);
  color: var(--text);
  background: linear-gradient(180deg, rgba(19, 25, 40, 0.96), rgba(13, 18, 30, 0.92));
  box-shadow: var(--shadow-soft);
}

.eyebrow-pill,
.info-chip {
  background: rgba(255, 255, 255, 0.05);
}

.card-lift:hover,
.brand-pill:hover,
.stats-card:hover,
.service-card:hover,
.creator-card:hover,
.portfolio-card:hover,
.blog-card:hover,
.case-card:hover,
.video-card:hover,
.team-card:hover,
.contact-card:hover {
  border-color: rgba(255, 106, 0, 0.35);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 18px 40px rgba(255, 106, 0, 0.26);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #ff7d1a, #ffa01a);
}

.btn-dark-glass {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.btn-dark-glass:hover {
  border-color: rgba(255, 106, 0, 0.35);
  background: rgba(255, 106, 0, 0.12);
}

.text-gradient {
  background: linear-gradient(120deg, #ffffff 10%, #ffb067 42%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.site-header.is-scrolled {
  background: rgba(11, 15, 26, 0.86);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}

.site-header.is-scrolled .navbar {
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-color: rgba(255, 255, 255, 0.78);
  --bs-navbar-hover-color: #fff;
  --bs-navbar-active-color: #fff;
}

.site-header.is-scrolled .brand-copy strong {
  color: #fff;
}

.site-header.is-scrolled .brand-copy small {
  color: rgba(255, 255, 255, 0.64);
}

.site-header.is-scrolled .navbar-toggler-icon {
  filter: none;
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(11, 15, 26, 0.84) 0%, rgba(11, 15, 26, 0.68) 48%, rgba(11, 15, 26, 0.44) 100%),
    var(--hero-image, linear-gradient(135deg, #0b0f1a, #141a29));
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(11, 15, 26, 0.84) 0%, rgba(11, 15, 26, 0.64) 52%, rgba(11, 15, 26, 0.44) 100%),
    linear-gradient(180deg, rgba(255, 106, 0, 0.04), rgba(11, 15, 26, 0.52)),
    var(--hero-image, linear-gradient(135deg, #0b0f1a, #141a29));
}

.page-hero.page-hero-plain {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 106, 0, 0.18), transparent 26%),
    radial-gradient(circle at 84% 20%, rgba(59, 130, 246, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(11, 15, 26, 0.98), rgba(14, 20, 34, 0.98));
}

.hero-orb.orb-primary {
  background: radial-gradient(circle, rgba(255, 106, 0, 0.34), transparent 70%);
}

.hero-orb.orb-secondary {
  background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent 70%);
}

.hero-panel {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(18, 24, 39, 0.84), rgba(12, 17, 29, 0.76));
}

.hero-panel::before {
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 140, 0, 0.18), transparent 32%),
    radial-gradient(circle at 80% 5%, rgba(59, 130, 246, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.brand-strip {
  background: linear-gradient(180deg, rgba(11, 15, 26, 0.98), rgba(14, 18, 30, 0.96));
}

.brand-pill,
.service-switcher a {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.icon-badge,
.process-step .step-no,
.author-avatar {
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.92), rgba(59, 130, 246, 0.74));
}

.list-check li::before {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.94) 0 25%, transparent 26%),
    linear-gradient(135deg, rgba(255, 106, 0, 0.94), rgba(59, 130, 246, 0.7));
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.28);
}

.portfolio-meta span,
.blog-meta span,
.creator-meta span,
.team-meta span,
.metric-inline span,
.case-card .case-results span {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 106, 0, 0.14);
}

.creator-role,
.team-role,
.timeline-year,
.icon-list-item i,
.contact-card a:hover,
.section-label {
  color: var(--primary);
}

.timeline-wrap::before {
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.72), rgba(59, 130, 246, 0.24));
}

.timeline-card::before {
  border-color: #0b0f1a;
  background: linear-gradient(135deg, var(--primary), var(--hot));
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.02);
}

.filter-btn.active,
.filter-btn:hover,
.service-switcher a.active,
.service-switcher a:hover {
  border-color: rgba(255, 106, 0, 0.38);
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.18), rgba(59, 130, 246, 0.12));
}

.form-control,
.form-select {
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--text);
  background-color: rgba(255, 255, 255, 0.04);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(255, 106, 0, 0.48);
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.16);
  color: var(--text);
  background-color: rgba(255, 255, 255, 0.08);
}

.quote-card {
  border-left: 3px solid rgba(255, 106, 0, 0.7);
}

.cta-banner {
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(18, 24, 39, 0.98), rgba(11, 15, 26, 0.94));
}

.cta-banner::before {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 106, 0, 0.18), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(59, 130, 246, 0.14), transparent 20%),
    linear-gradient(120deg, rgba(139, 92, 246, 0.08), rgba(255, 255, 255, 0.02));
}

.newsletter-panel {
  background: linear-gradient(135deg, rgba(25, 20, 34, 0.96), rgba(38, 21, 11, 0.88));
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.newsletter-panel::before {
  background:
    radial-gradient(circle at 82% 24%, rgba(59, 130, 246, 0.14), transparent 24%),
    radial-gradient(circle at 15% 14%, rgba(255, 106, 0, 0.22), transparent 22%);
}

.footer-panel {
  background: linear-gradient(180deg, rgba(13, 18, 30, 0.98), rgba(16, 22, 36, 0.94));
}

.social-link:hover,
.video-play,
.back-to-top {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.video-play,
.back-to-top {
  box-shadow: 0 18px 34px rgba(255, 106, 0, 0.24);
}

.toast.site-toast {
  background: rgba(11, 15, 26, 0.96);
}

.hero-section .section-heading,
.hero-section .section-copy,
.page-hero .section-heading,
.page-hero .section-copy,
.page-hero .breadcrumb a,
.page-hero .breadcrumb-item.active,
.newsletter-strip .section-heading,
.newsletter-strip .section-copy,
.site-footer .section-copy,
.site-footer .footer-heading {
  color: #fff;
}

.page-hero .section-copy,
.page-hero .breadcrumb a,
.page-hero .breadcrumb-item.active,
.newsletter-strip .section-copy,
.site-footer .section-copy,
.site-footer .brand-copy small,
.site-footer .footer-bottom {
  color: rgba(255, 255, 255, 0.74);
}

.page-hero .hero-panel {
  margin-left: auto;
  max-width: 420px;
}

.page-hero .hero-panel .metric-chip,
.page-hero .hero-panel .dashboard-stat {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.page-hero .hero-panel .metric-chip span,
.page-hero .hero-panel .dashboard-stat span {
  color: rgba(255, 255, 255, 0.68);
}

.page-hero .hero-panel .metric-chip strong,
.page-hero .hero-panel .dashboard-stat strong {
  color: #fff;
}

.service-detail-section-head {
  max-width: none;
  margin-bottom: 34px;
}

.service-overview-copy,
.service-detail-section .section-copy.service-richtext {
  max-width: none;
}

.service-detail-section .row {
  align-items: stretch;
}

.service-overview-media {
  height: 100%;
  min-height: 100%;
}

.service-overview-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 22px;
}

.service-videos-grid {
  margin-top: 4px;
}

.service-section-card {
  height: 100%;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.service-section-card p {
  margin-bottom: 0;
}

main > section:not(.hero-section):not(.page-hero):not(.brand-strip) {
  contain: none;
}

[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (hover: none) {
  .card-lift:hover,
  .brand-pill:hover,
  .stats-card:hover,
  .service-card:hover,
  .creator-card:hover,
  .portfolio-card:hover,
  .blog-card:hover,
  .case-card:hover,
  .video-card:hover,
  .team-card:hover,
  .contact-card:hover {
    transform: none;
    border-color: var(--border);
    box-shadow: var(--shadow-soft);
  }
}

.case-study-record {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.92), rgba(11, 15, 26, 0.94));
}

.case-study-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.case-study-stat {
  min-width: 180px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.case-study-stat span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-study-stat strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  line-height: 1;
}

.case-study-aside {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.case-study-meta-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-study-meta-list li {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.case-study-meta-list strong {
  color: #fff;
}

.case-study-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.case-study-section + .case-study-section {
  margin-top: 28px;
}

.case-study-section h3 {
  margin-bottom: 14px;
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.case-study-richtext,
.case-study-mini-copy {
  color: rgba(255, 255, 255, 0.82);
}

.case-study-richtext p,
.case-study-richtext li,
.case-study-mini-copy {
  margin-bottom: 0.8rem;
  line-height: 1.85;
}

.case-study-empty {
  padding: 20px 22px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.78);
}

.case-study-empty strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.case-study-mini-card {
  height: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.case-study-mini-card h4 {
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: 1.02rem;
  color: #fff;
}

.case-study-mini-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.case-study-mini-card li + li {
  margin-top: 8px;
}

.case-study-mini-card a {
  color: #ffd1b0;
  text-decoration: underline;
  text-decoration-color: rgba(255, 106, 0, 0.28);
}

.case-study-mini-meta {
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-richtext {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
}

.service-richtext * {
  max-width: 100%;
}

.service-richtext h1,
.service-richtext h2,
.service-richtext h3,
.service-richtext h4,
.service-richtext h5,
.service-richtext h6 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--font-heading);
  line-height: 1.2;
}

.service-richtext h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.service-richtext h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.service-richtext h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
}

.service-richtext p,
.service-richtext li,
.service-richtext td,
.service-richtext th,
.service-richtext blockquote,
.service-richtext figcaption {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
}

.service-richtext p,
.service-richtext ul,
.service-richtext ol,
.service-richtext table,
.service-richtext blockquote,
.service-richtext figure,
.service-richtext pre {
  margin: 0 0 1.1rem;
}

.service-richtext ul,
.service-richtext ol {
  padding-left: 1.3rem;
}

.service-richtext ul li + li,
.service-richtext ol li + li {
  margin-top: 0.45rem;
}

.service-richtext strong,
.service-richtext b {
  color: #fff;
  font-weight: 700;
}

.service-richtext a {
  color: #ffd1b0;
  text-decoration: underline;
  text-decoration-color: rgba(255, 106, 0, 0.36);
}

.service-richtext a:hover {
  color: #fff;
}

.service-richtext blockquote {
  padding: 18px 22px;
  border-left: 3px solid rgba(255, 106, 0, 0.72);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.04);
}

.service-richtext table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.service-richtext table td,
.service-richtext table th {
  min-width: 140px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.service-richtext img,
.service-richtext video,
.service-richtext iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 22px;
}

.service-richtext figure img {
  margin-bottom: 12px;
}

.service-richtext pre,
.service-richtext code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.service-richtext pre {
  padding: 18px 20px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(8, 12, 20, 0.92);
}

.service-richtext p:last-child,
.service-richtext li:last-child,
.service-richtext ul:last-child,
.service-richtext ol:last-child,
.service-richtext table:last-child,
.service-richtext blockquote:last-child,
.service-richtext figure:last-child,
.service-richtext pre:last-child {
  margin-bottom: 0;
}

.hero-shorts-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-height: clamp(420px, 68vh, 720px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 106, 0, 0.22), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(59, 130, 246, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(17, 23, 38, 0.96), rgba(10, 14, 24, 0.94));
}

.hero-shorts-empty h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.hero-shorts-empty p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.video-card {
  display: flex;
  flex-direction: column;
}

.video-card .card-media {
  margin: 0;
  background: #05070e;
}

.video-card .card-media img,
.video-card .video-play,
.video-card .media-tag {
  display: none !important;
}

.video-card .card-media iframe {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  background: #05070e;
}

.video-card .video-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
}

.video-card .portfolio-meta {
  justify-content: flex-start;
  margin-bottom: 0;
}

.video-card h3 {
  margin-bottom: 0;
}

.video-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.service-material-slider .swiper-slide {
  height: auto;
}

.service-material-slider .video-card,
.service-material-slider .case-card {
  height: 100%;
}

.video-card.video-card-image .card-media img {
  display: block !important;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.video-card.video-card-image .card-media iframe {
  display: none;
}

.case-card-material {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 84px;
}

.case-card-material h3 {
  max-width: none;
  margin-bottom: 0;
}

.case-card-material p {
  margin-bottom: 0;
}

.case-card-material .case-results {
  margin-top: 0;
}

.material-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.material-price-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(11, 15, 26, 0.68);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.work-grid .video-card,
.service-videos-grid .video-card {
  height: 100%;
}
