/*
Theme Name: Hello Nonstopdevs Child
Template: hello-elementor
*/
@import url('../hello-elementor/style.css');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');
:root {
  --nsd-bg: #01030b;
  --nsd-card: rgba(7, 10, 23, 0.9);
  --nsd-stroke: rgba(255, 255, 255, 0.12);
  --nsd-accent: #7c5bff;
  --nsd-accent-2: #37e0ff;
  --nsd-text: #f5f7fb;
  --nsd-muted: #a5b0c7;
  font-family: 'Inter', 'Space Grotesk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
body {
  background: radial-gradient(circle at 15% 0, rgba(55, 224, 255, 0.12), transparent 45%), radial-gradient(circle at 80% 0, rgba(124, 91, 255, 0.15), transparent 40%), var(--nsd-bg);
  color: var(--nsd-text);
}
.elementor-section {
  border-radius: 0;
  border: 1px solid transparent;
}
[data-id="nsd_nav_section"] {
  position: sticky;
  top: 18px;
  z-index: 50;
  border: 1px solid var(--nsd-stroke) !important;
  background: rgba(8, 10, 23, 0.92);
  backdrop-filter: blur(20px);
  box-shadow: 0 25px 80px rgba(1, 3, 20, 0.55);
  overflow: hidden;
}
[data-id="nsd_nav_section"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(55, 224, 255, 0.2), rgba(124, 91, 255, 0.45));
  transform: skewX(-12deg);
  opacity: 0.4;
  pointer-events: none;
}
[data-id="nsd_nav_section"] .elementor-column {
  position: relative;
}
[data-id="nsd_nav_section"] .elementor-widget-heading .elementor-heading-title {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 0.15rem;
  color: var(--nsd-muted);
}
[data-id="nsd_nav_section"] .elementor-widget-text-editor {
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
}
[data-id="nsd_nav_section"]  [data-id="nsd_nav_buttons"] .elementor-column {
  display: flex;
  justify-content: center;
}
[data-id="nsd_nav_section"] .elementor-button {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
  color: var(--nsd-muted);
  font-weight: 500;
}
[data-id="nsd_nav_section"] .elementor-button:hover {
  background: linear-gradient(120deg, var(--nsd-accent), var(--nsd-accent-2));
  color: #030416;
  border-color: transparent;
}
 [data-id="nav_toggle"] .elementor-button {
  display: none;
}
[data-id="nsd_nav_section"].nav-open  [data-id="nsd_nav_buttons"] {
  max-height: 500px;
}

section[data-id="nsd_hero_section"],
section[data-id="nsd_services_section"],
section[data-id="nsd_highlights_section"],
section[data-id="nsd_about_section"],
section[data-id="nsd_contact_section"] {
  background: var(--nsd-card);
  border: 1px solid var(--nsd-stroke);
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.45);
  padding: clamp(2rem, 4vw, 3.5rem) !important;
}
section[data-id="nsd_hero_section"] .elementor-heading-title {
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 1.1;
}
section[data-id="nsd_hero_section"] .elementor-icon-list-items {
  gap: 0.65rem;
  flex-wrap: wrap;
}
section[data-id="nsd_hero_section"] .elementor-icon-list-text {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
section[data-id="nsd_hero_section"] .elementor-button {
  border-radius: 999px;
  padding: 0.95rem 1.65rem;
  font-weight: 600;
}
#cta-primary .elementor-button {
  background: linear-gradient(120deg, var(--nsd-accent), var(--nsd-accent-2));
  border: none;
  color: #040313;
}
#cta-secondary .elementor-button {
  border: 1px solid var(--nsd-stroke);
  color: var(--nsd-text);
  background: transparent;
}
section[data-id="nsd_services_section"] .elementor-inner-section,
section[data-id="nsd_highlights_section"] .elementor-inner-section,
section[data-id="nsd_about_section"] .elementor-inner-section {
  gap: 1.5rem;
}
section[data-id="nsd_services_section"] .elementor-column,
section[data-id="nsd_highlights_section"] .elementor-column {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.01);
}
section[data-id="nsd_contact_section"] input,
section[data-id="nsd_contact_section"] textarea {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: var(--nsd-text);
  padding: 1rem;
}
section[data-id="nsd_contact_section"] .wpcf7-submit {
  border-radius: 999px;
  background: linear-gradient(120deg, var(--nsd-accent), var(--nsd-accent-2));
  color: #030416;
  border: none;
  padding: 0.95rem 2rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  [data-id="nsd_nav_section"] .elementor-column:nth-child(2) {
    align-items: flex-end;
  }
  [data-id="nsd_nav_section"]  [data-id="nsd_nav_buttons"] {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
   [data-id="nav_toggle"] .elementor-button {
    display: inline-flex;
    width: auto;
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
}

@media (max-width: 768px) {
  [data-id="nsd_nav_section"] {
    padding: 1rem !important;
  }
  [data-id="nsd_nav_section"] .elementor-widget-heading .elementor-heading-title {
    font-size: 0.75rem;
  }
  [data-id="nsd_nav_section"] .elementor-widget-text-editor {
    font-size: 1rem;
  }
  [data-id="nsd_nav_section"]  [data-id="nsd_nav_buttons"] .elementor-column {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  [data-id="nsd_nav_section"].nav-open  [data-id="nsd_nav_buttons"] {
    margin-top: 1rem;
  }
}
.nsd-mobile-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  margin-left: auto;
}
.nsd-mobile-toggle span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--nsd-text);
  transition: transform 0.3s ease;
}
.nsd-mobile-toggle span:nth-child(1) { top: 16px; }
.nsd-mobile-toggle span:nth-child(2) { top: 24px; }
.nsd-mobile-toggle span:nth-child(3) { top: 32px; }
[data-id="nsd_nav_section"].nav-open .nsd-mobile-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
[data-id="nsd_nav_section"].nav-open .nsd-mobile-toggle span:nth-child(2) {
  opacity: 0;
}
[data-id="nsd_nav_section"].nav-open .nsd-mobile-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1024px) {
  .nsd-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
section[data-id=nsd_process_section],
section[data-id=nsd_brief_section],
section[data-id=nsd_logos_section] {
  background: var(--nsd-card);
  border: 1px solid var(--nsd-stroke);
  box-shadow: 0 35px 90px rgba(3, 4, 18, 0.55);
  border-radius: 28px;
  margin-top: 2rem;
}
section[data-id=nsd_process_section] .elementor-widget-heading,
section[data-id=nsd_brief_section] .elementor-widget-heading {
  text-align: center;
}
section[data-id=nsd_process_section] .elementor-column {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  padding: 1.5rem;
  background: rgba(255,255,255,0.01);
}
section[data-id=nsd_process_section] h3 {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nsd-accent-2);
}
section[data-id=nsd_brief_section] .elementor-accordion .elementor-tab-title {
  font-weight: 600;
}
section[data-id=nsd_logos_section] .elementor-column {
  border-radius: 0;
  border: 1px dashed rgba(255,255,255,0.2);
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  color: var(--nsd-muted);
}
[data-id=hero_visual] .elementor-widget-image img {
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 25px 60px rgba(4,6,18,0.7);
}
@media (max-width: 1024px) {
  section[data-id=nsd_process_section] .elementor-column {
    margin-bottom: 1rem;
  }
}
.elementor-section {
  border-radius: 0 !important;
}
[data-id="nsd_nav_section"] {
  border: 0 !important;
  border-bottom: 1px solid var(--nsd-stroke);
  border-radius: 0 !important;
  background: rgba(5, 6, 15, 0.95);
  box-shadow: none;
}
[data-id="nsd_nav_section"]::before {
  display: none;
}
.nsd-hero,
section[data-id="nsd_services_section"],
section[data-id="nsd_highlights_section"],
section[data-id="nsd_process_section"],
section[data-id="nsd_brief_section"],
section[data-id="nsd_logos_section"],
section[data-id="nsd_about_section"],
section[data-id="nsd_contact_section"] {
  border-radius: 0 !important;
  box-shadow: none;
  background: rgba(8, 11, 25, 0.94);
}
.nsd-mobile-toggle {
  display: none !important;
}
@media (max-width: 1024px) {
  .nsd-mobile-toggle {
    display: inline-flex !important;
  }
}
section[id] {
  scroll-margin-top: 120px;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(55, 224, 255, 0.08), transparent 40%),
              radial-gradient(circle at 80% 0%, rgba(124, 91, 255, 0.12), transparent 35%);
  animation: nsdFloat 18s ease-in-out infinite alternate;
  pointer-events: none;
  opacity: 0.6;
  z-index: -1;
}
@keyframes nsdFloat {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(0,-30px,0); }
}
body,
p,
li {
  font-family: 'Inter', system-ui, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Sora', 'Inter', sans-serif;
  letter-spacing: -0.03em;
}
.nsd-hero {
  padding: 4rem clamp(1rem,4vw,4rem);
  background: radial-gradient(circle at 15% 20%, rgba(55, 224, 255, 0.18), transparent 55%),
              radial-gradient(circle at 85% -10%, rgba(124, 91, 255, 0.25), transparent 45%),
              rgba(5, 6, 15, 0.92);
  border: 1px solid rgba(255,255,255,0.08);
}
.nsd-hero-badge {
  display: inline-flex;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.65rem;
  color: var(--nsd-muted);
}
#hero_title .elementor-heading-title {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.05;
}
#hero_text p {
  font-size: 1.15rem;
  color: var(--nsd-muted);
}
.nsd-hero-stats .elementor-heading-title {
  font-size: 2.3rem;
  color: var(--nsd-accent-2);
}
.nsd-hero-stats .elementor-widget-text-editor p {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  color: var(--nsd-muted);
}
.nsd-scroll-pill {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--nsd-muted);
  margin-top: 1rem;
}
.nsd-ticker {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(5,6,18,0.75);
  overflow: hidden;
}
.nsd-ticker-track {
  display: flex;
  gap: 3rem;
  font-size: 1.1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  animation: nsdTicker 22s linear infinite;
  color: var(--nsd-text);
  white-space: nowrap;
}
.nsd-ticker-track span { opacity: 0.8; }
@keyframes nsdTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.nsd-hero-stage {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3.5rem;
  align-items: stretch;
}
.nsd-hero-copy h1 span {
  display: block;
}
.nsd-hero-copy h1 {
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 1;
}
.nsd-lede {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  color: var(--nsd-muted);
}
.nsd-hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0 1.5rem;
}
.nsd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3);
  transition: transform 0.3s ease, background 0.3s ease;
}
.nsd-btn.primary {
  background: linear-gradient(120deg, var(--nsd-accent), var(--nsd-accent-2));
  border-color: transparent;
  color: #04040c;
}
.nsd-btn.ghost { color: var(--nsd-text); }
.nsd-btn:hover { transform: translateY(-3px); }
.nsd-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(90px, 1fr));
  gap: 1rem;
}
.nsd-stat-grid span {
  font-size: 2.5rem;
  color: var(--nsd-accent-2);
}
.nsd-stat-grid small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.7rem;
  color: var(--nsd-muted);
}
.nsd-hero-visual {
  position: relative;
  min-height: 420px;
  perspective: 1200px;
}
.nsd-card.stack {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: nsdTilt 12s ease-in-out infinite alternate;
}
.nsd-card.glow,
.nsd-card.frame,
.nsd-card.holo {
  position: absolute;
  inset: 0;
  border-radius: 28px;
}
.nsd-card.glow {
  background: radial-gradient(circle, rgba(124,91,255,0.6), transparent 60%);
  filter: blur(45px);
}
.nsd-card.frame {
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.nsd-card.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nsd-card.holo {
  border: 1px dashed rgba(255,255,255,0.3);
  transform: translateZ(60px) scale(0.9);
  opacity: 0.6;
}
.nsd-scroll-tag {
  position: absolute;
  bottom: -1rem;
  right: -2rem;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  animation: nsdScroll 4s ease-in-out infinite;
  color: rgba(255,255,255,0.5);
}
@keyframes nsdTilt {
  0% { transform: rotateX(6deg) rotateY(-8deg); }
  100% { transform: rotateX(-4deg) rotateY(6deg); }
}
@keyframes nsdScroll {
  0% { opacity: 0.4; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-8px); }
  100% { opacity: 0.4; transform: translateY(0); }
}
.nsd-work {
  padding: 3rem clamp(1rem, 4vw, 4rem);
  background: rgba(5,6,18,0.85);
  border: 1px solid rgba(255,255,255,0.08);
}
.nsd-work-header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.nsd-work-list {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.2rem;
}
.nsd-work-item {
  border: 1px solid rgba(255,255,255,0.08);
  padding: 1.5rem;
  display: block;
  text-decoration: none;
  color: var(--nsd-text);
  position: relative;
  overflow: hidden;
}
.nsd-work-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(124,91,255,0.12), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nsd-work-item:hover::after { opacity: 1; }
.nsd-work-meta {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.65rem;
  color: var(--nsd-muted);
}
.nsd-work-item h3 {
  margin: 0.8rem 0 0.4rem;
  font-size: 1.8rem;
}
.nsd-work-item p { color: var(--nsd-muted); }
.nsd-process {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.nsd-process-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.nsd-process-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.5rem;
}
.nsd-process-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(8,9,20,0.6);
}
.nsd-process-steps span {
  font-size: 2rem;
  color: var(--nsd-accent);
}
.nsd-playbook {
  padding: 3rem clamp(1rem, 4vw, 3rem);
  border: 1px solid rgba(255,255,255,0.08);
}
.nsd-playbook-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.nsd-playbook-grid article {
  border: 1px solid rgba(255,255,255,0.08);
  padding: 1.2rem;
}
.nsd-about {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  align-items: center;
}
.nsd-about-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; }
.nsd-about-stats span { font-size: 2.2rem; color: var(--nsd-accent-2); }
.nsd-contact-intro { margin-bottom: 2rem; }
.nsd-nav-menu {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.nsd-nav-menu a {
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.65rem;
  position: relative;
  overflow: hidden;
}
.nsd-nav-menu a::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateY(100%);
  background: linear-gradient(120deg, var(--nsd-accent), var(--nsd-accent-2));
  transition: transform 0.4s ease;
  z-index: -1;
}
.nsd-nav-menu a:hover::after { transform: translateY(0); }
.nsd-nav-menu a:hover { color: #03030b; }
.nsd-nav-cta {
  border-color: transparent;
  background: linear-gradient(120deg, var(--nsd-accent), var(--nsd-accent-2));
  color: #050410 !important;
}
.nsd-particles {
  position: absolute;
  inset: -10% 0 auto 0;
  height: 100%;
  pointer-events: none;
}
.nsd-particles span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(124, 91, 255, 0.6);
  border-radius: 50%;
  animation: nsdParticle 10s linear infinite;
}
.nsd-particles span:nth-child(2) { left: 20%; animation-duration: 12s; }
.nsd-particles span:nth-child(3) { left: 40%; animation-duration: 14s; }
.nsd-particles span:nth-child(4) { left: 60%; animation-duration: 11s; }
.nsd-particles span:nth-child(5) { left: 80%; animation-duration: 13s; }
@keyframes nsdParticle {
  0% { transform: translate3d(0, 120px, 0) scale(0.5); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { transform: translate3d(0, -80px, 0) scale(1.4); opacity: 0; }
}
n/*:root {
  --nsd-holo-angle: 0deg;
}

.nsd-header {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.nsd-nav-item {
  position: relative;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}

.nsd-nav-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(120, 80, 255, 0.35), rgba(0, 200, 180, 0.2));
  opacity: 0;
  transition: opacity 0.6s ease;
}

.nsd-nav-item:hover::before,
.nsd-nav-item:focus-within::before {
  opacity: 1;
}

.nsd-nav-item:hover {
  color: #fff;
}

.nsd-dropdown {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 180px;
  background: rgba(14, 14, 14, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  padding: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nsd-nav-item:hover .nsd-dropdown,
.nsd-nav-item:focus-within .nsd-dropdown {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

.nsd-dropdown a {
  display: block;
  padding: 0.45rem 0.85rem;
  border-radius: 0.6rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  transition: background 0.2s, color 0.2s;
}

.nsd-dropdown a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

/* Hero */

.nsd-hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: #050505;
}

#nsd-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

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

.nsd-hero h1 {
  font-size: clamp(2.8rem, 7vw, 7rem);
  font-weight: 800;
  line-height: 1.05;
  background: linear-gradient(120deg, #ffffff 40%, rgba(120, 80, 255, 0.85));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nsd-hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  max-width: 480px;
}

/* Ticker */

.nsd-ticker {
  overflow: hidden;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nsd-ticker-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: nsd-scroll 22s linear infinite;
}

@keyframes nsd-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.nsd-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s, border-color 0.3s;
}

.nsd-badge:hover {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(120, 80, 255, 0.5);
}

/* Labs CTA */

.nsd-labs-cta {
  position: relative;
  padding: 4rem 3rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.nsd-labs-cta::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(from var(--nsd-holo-angle, 0deg), transparent 30%, rgba(120, 80, 255, 0.8) 50%, rgba(0, 200, 200, 0.6) 60%, transparent 70%);
  z-index: 0;
  animation: nsd-holo-spin 4s linear infinite;
}

.nsd-labs-cta::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: calc(1.5rem - 2px);
  background: #0d0d0f;
  z-index: 1;
}

.nsd-labs-cta > * {
  position: relative;
  z-index: 2;
}

@property --nsd-holo-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes nsd-holo-spin {
  to {
    --nsd-holo-angle: 360deg;
  }
}

/* Featured cards */

.nsd-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.nsd-card {
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out, box-shadow 0.3s ease;
  border-radius: 1.2rem;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.nsd-card:hover {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.nsd-card-body {
  padding: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
}

/* WhiteIA */

.wia-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.wia-editorial-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 2rem;
  background: #fff;
  transition: transform 0.3s cubic-bezier(.22,.68,0,1.2), box-shadow 0.3s ease;
}

.wia-editorial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.wia-card-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 0.75rem;
}

.wia-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.wia-card-body {
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.55);
}

.wia-newsletter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 320px;
  border-radius: 1.2rem;
  overflow: hidden;
}

.wia-newsletter-left {
  background: #0f0f0f;
  color: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wia-newsletter-right {
  background: #f5f4f0;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wia-newsletter-form input[type="email"] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  background: #fff;
  margin-bottom: 0.75rem;
  outline: none;
  transition: border-color 0.2s;
}

.wia-newsletter-form input[type="email"]:focus {
  border-color: #0f0f0f;
}

.wia-newsletter-form button {
  padding: 0.75rem 1.5rem;
  background: #0f0f0f;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}

.wia-newsletter-form button:hover {
  opacity: 0.75;
}

@media (max-width: 640px) {
  .wia-newsletter {
    grid-template-columns: 1fr;
  }
}

.wia-hero-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: wia-word-in 0.6s cubic-bezier(.22,.68,0,1.2) forwards;
}

@keyframes wia-word-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wia-hero-cta {
  position: relative;
  display: inline-block;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  background: #0f0f0f;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  overflow: hidden;
  transition: color 0.3s;
}

.wia-hero-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #2d2cf7;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(.22,.68,0,1.2);
}

.wia-hero-cta:hover::after {
  transform: scaleX(1);
}

.wia-hero-cta span {
  position: relative;
  z-index: 1;
}
.nsd-story {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 1.5rem;
}

.nsd-story-grid > div {
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.nsd-process {
  padding: 3rem;
  border-radius: 1.5rem;
  background: radial-gradient(circle at top left, rgba(120, 80, 255, 0.15), transparent 55%), rgba(3, 3, 10, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.nsd-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.nsd-process-steps li {
  list-style: none;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.015);
}

.nsd-playbook {
  padding: 3rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.01);
}

.nsd-playbook-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
}

.nsd-playbook-grid article {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.02);
}

.nsd-logo-row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.01);
}

.nsd-contact {
  padding: 3rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(120deg, rgba(9, 9, 15, 0.9), rgba(14, 11, 23, 0.85));
}

@supports not (background: conic-gradient(red, blue)) {
  .nsd-labs-cta::before {
    background: linear-gradient(120deg, rgba(120, 80, 255, 0.45), rgba(0, 200, 200, 0.35));
  }
}
