:root {
  --pink: #e8437a;
  --black: #050505;
  --white: #ffffff;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(0, 0, 0, 0.13);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary { cursor: pointer; }
::selection { background: var(--pink); color: var(--white); }

.site-header { height: 88px; position: absolute; inset: 0 0 auto; z-index: 10; max-width: var(--max); margin: auto; padding: 0 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); }
.logo-link { width: 245px; height: 65px; display: flex; align-items: center; }
.brand-logo { width: 245px; height: 65px; display: flex; align-items: center; flex: none; }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--pink); }
.site-header > .button { justify-self: end; }
.mobile-menu { display: none; }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--pink); background: var(--pink); color: var(--white); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--white); border-color: var(--white); color: var(--black); }
.button--small { min-height: 44px; padding: 0 18px; }
.button--outline { background: transparent; border-color: rgba(255,255,255,.3); }
.button--black { background: var(--black); border-color: var(--black); }
.arrow-icon { font-size: 18px; line-height: 1; font-weight: 400; }

.hero { min-height: 900px; position: relative; overflow: hidden; background: var(--black); padding: 185px max(24px, calc((100vw - var(--max)) / 2)) 0; display: grid; grid-template-columns: 1.05fr .95fr; align-content: center; border-bottom: 1px solid var(--line-dark); }
.hero-copy { max-width: 680px; position: relative; z-index: 2; padding-bottom: 140px; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 10px; color: var(--pink); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
h1, h2 { margin: 0; font-size: clamp(58px, 6.3vw, 98px); line-height: .93; letter-spacing: -.065em; font-weight: 800; }
h1 em, h2 em { color: var(--pink); font-style: normal; }
.hero-lead { max-width: 610px; margin: 32px 0 38px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 6px; }
.text-link span { margin-left: 9px; color: var(--pink); }
.hero-glow { width: 640px; height: 640px; position: absolute; right: 0; top: 120px; background: radial-gradient(circle, rgba(232,67,122,.19) 0%, transparent 68%); }
.hero-visual { width: 540px; height: 540px; position: relative; justify-self: end; margin-bottom: 125px; }
.orbit { position: absolute; inset: 9%; border: 1px solid var(--line-dark); border-radius: 50%; }
.orbit-two { inset: 28%; border-style: dashed; }
.orbit::after, .orbit-two::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--pink); position: absolute; top: 20%; left: 5%; box-shadow: 0 0 22px var(--pink); }
.orbit-two::after { top: 67%; left: 94%; }
.nova-mark { width: 135px; height: 135px; position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%,-50%) rotate(22.5deg); animation: nova-breathe 3.8s ease-in-out infinite; }
.nova-mark::before { content: ""; position: absolute; inset: 35%; border-radius: 50%; background: var(--pink); box-shadow: 0 0 28px 12px rgba(232,67,122,.42), 0 0 75px 25px rgba(232,67,122,.13); }
.nova-mark i { position: absolute; inset: 47% 0; height: 8px; background: var(--pink); clip-path: polygon(0 50%, 45% 0, 55% 0, 100% 50%, 55% 100%, 45% 100%); filter: drop-shadow(0 0 7px rgba(232,67,122,.85)); }
.nova-mark i:nth-child(2) { transform: rotate(45deg); }
.nova-mark i:nth-child(3) { transform: rotate(90deg); }
.nova-mark i:nth-child(4) { transform: rotate(135deg); }
.nova-particles { position: absolute; inset: 12%; z-index: 1; pointer-events: none; animation: nova-orbit 28s linear infinite; }
.nova-particles b { width: 5px; height: 5px; position: absolute; display: block; border-radius: 50%; background: var(--pink); box-shadow: 0 0 7px 2px rgba(232,67,122,.7); animation: particle-pulse 3s ease-in-out infinite; }
.nova-particles b:nth-child(1) { left: 12%; top: 28%; animation-delay: -.4s; }
.nova-particles b:nth-child(2) { left: 28%; top: 8%; width: 3px; height: 3px; animation-delay: -1.7s; }
.nova-particles b:nth-child(3) { right: 26%; top: 12%; animation-delay: -.9s; }
.nova-particles b:nth-child(4) { right: 7%; top: 35%; width: 7px; height: 7px; animation-delay: -2.3s; }
.nova-particles b:nth-child(5) { right: 16%; bottom: 22%; animation-delay: -1.2s; }
.nova-particles b:nth-child(6) { right: 38%; bottom: 4%; width: 3px; height: 3px; animation-delay: -2.7s; }
.nova-particles b:nth-child(7) { left: 32%; bottom: 8%; width: 7px; height: 7px; animation-delay: -.2s; }
.nova-particles b:nth-child(8) { left: 8%; bottom: 30%; width: 3px; height: 3px; animation-delay: -1.9s; }
.nova-particles b:nth-child(9) { left: 24%; top: 42%; width: 3px; height: 3px; animation-delay: -2.5s; }
.nova-particles b:nth-child(10) { right: 25%; top: 48%; width: 4px; height: 4px; animation-delay: -.7s; }
.nova-particles b:nth-child(11) { left: 45%; top: 18%; width: 2px; height: 2px; animation-delay: -1.4s; }
.nova-particles b:nth-child(12) { left: 52%; bottom: 18%; width: 2px; height: 2px; animation-delay: -2.1s; }
@keyframes nova-breathe { 0%, 100% { filter: brightness(1); opacity: .9; } 50% { filter: brightness(1.3); opacity: 1; } }
@keyframes nova-orbit { to { transform: rotate(360deg); } }
@keyframes particle-pulse { 0%, 100% { opacity: .18; transform: scale(.65); } 50% { opacity: 1; transform: scale(1.35); } }
.signal { position: absolute; min-width: 170px; padding: 15px 18px 15px 45px; background: var(--black); border: 1px solid var(--line-dark); box-shadow: 0 16px 50px rgba(0,0,0,.5); }
.signal span { width: 9px; height: 9px; position: absolute; left: 20px; top: 20px; background: var(--pink); border-radius: 50%; box-shadow: 0 0 15px var(--pink); }
.signal strong, .signal small { display: block; }
.signal strong { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.signal small { margin-top: 6px; color: rgba(255,255,255,.55); }
.signal-one { top: 10%; left: 0; }
.signal-two { top: 42%; right: -2%; }
.signal-three { bottom: 6%; left: 4%; }
.hero-proof { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: min(var(--max), calc(100% - 48px)); height: 92px; border-top: 1px solid var(--line-dark); display: flex; align-items: center; gap: 32px; color: rgba(255,255,255,.6); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.hero-proof strong { color: var(--white); font-size: 12px; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: var(--pink); }

.trust-band { padding: 70px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; background: var(--white); color: var(--black); border-bottom: 1px solid var(--line-light); }
.trust-intro { padding-right: 40px; border-right: 1px solid var(--line-light); }
.trust-kicker { display: block; margin-bottom: 18px; color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.trust-intro h2 { font-size: clamp(30px, 3vw, 48px); line-height: 1.02; letter-spacing: -.045em; }
.trust-intro h2 em { color: var(--pink); font-style: normal; }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-points article { min-height: 120px; padding: 8px 28px; border-right: 1px solid var(--line-light); }
.trust-points article:first-child { padding-left: 0; }
.trust-points article:last-child { padding-right: 0; border-right: 0; }
.trust-points strong, .trust-points span { display: block; }
.trust-points strong { margin-bottom: 14px; color: var(--pink); font-size: 14px; text-transform: uppercase; letter-spacing: .06em; }
.trust-points span { color: rgba(0,0,0,.58); font-size: 13px; line-height: 1.6; }

.section-light { background: var(--white); color: var(--black); }
.section-dark { position: relative; overflow: hidden; isolation: isolate; background: var(--black); color: var(--white); }
.section-dark > *, footer > * { position: relative; z-index: 1; }
.section-dark::before, footer::before { content: ""; position: absolute; inset: -35px; z-index: 0; pointer-events: none; opacity: .52; filter: drop-shadow(0 0 6px rgba(232,67,122,.7)); background-image: radial-gradient(circle at 7% 12%, rgba(232,67,122,.9) 0 2px, transparent 3px), radial-gradient(circle at 21% 42%, rgba(232,67,122,.7) 0 1px, transparent 2px), radial-gradient(circle at 34% 18%, rgba(232,67,122,.82) 0 2px, transparent 3px), radial-gradient(circle at 47% 72%, rgba(232,67,122,.65) 0 1px, transparent 2px), radial-gradient(circle at 59% 31%, rgba(232,67,122,.9) 0 2px, transparent 3px), radial-gradient(circle at 73% 13%, rgba(232,67,122,.72) 0 1px, transparent 2px), radial-gradient(circle at 86% 47%, rgba(232,67,122,.86) 0 2px, transparent 3px), radial-gradient(circle at 94% 82%, rgba(232,67,122,.68) 0 1px, transparent 2px), radial-gradient(circle at 18% 86%, rgba(232,67,122,.76) 0 2px, transparent 3px), radial-gradient(circle at 67% 91%, rgba(232,67,122,.78) 0 1px, transparent 2px); animation: dark-particles-float 16s ease-in-out infinite alternate; }
.section-dark::after, footer::after { content: ""; position: absolute; inset: -20px; z-index: 0; pointer-events: none; opacity: .28; filter: drop-shadow(0 0 10px rgba(232,67,122,.75)); background-image: radial-gradient(circle at 12% 62%, var(--pink) 0 3px, transparent 4px), radial-gradient(circle at 39% 37%, var(--pink) 0 2px, transparent 3px), radial-gradient(circle at 63% 66%, var(--pink) 0 3px, transparent 4px), radial-gradient(circle at 88% 22%, var(--pink) 0 2px, transparent 3px); animation: dark-particles-float-alt 21s ease-in-out infinite alternate; }
@keyframes dark-particles-float { from { transform: translate3d(-8px, -12px, 0); } to { transform: translate3d(14px, 18px, 0); } }
@keyframes dark-particles-float-alt { from { transform: translate3d(12px, 8px, 0) scale(.98); } to { transform: translate3d(-16px, -14px, 0) scale(1.03); } }
.services, .pricing, .why, .contact { padding: 130px max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading h2, .why h2, .contact h2 { font-size: clamp(48px, 5.3vw, 78px); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 80px; }
.split-heading > p { max-width: 470px; margin: 0 0 8px; font-size: 17px; line-height: 1.75; color: rgba(0,0,0,.62); }
.eyebrow--dark { color: var(--pink); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-light); }
.service-card { min-height: 430px; padding: 38px; position: relative; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); transition: background .25s ease, color .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--black); color: var(--white); }
.service-card > small { position: absolute; right: 28px; top: 28px; color: var(--pink); font-weight: 800; letter-spacing: .12em; }
.line-icon { width: 64px; height: 64px; position: relative; margin-bottom: auto; border: 1px solid var(--pink); }
.line-icon::before, .line-icon::after, .line-icon span, .line-icon i { content: ""; position: absolute; border: 1px solid var(--pink); }
.line-icon::before { inset: 16px 12px; }
.line-icon::after { width: 20px; height: 1px; left: 21px; top: 25px; border-width: 1px 0 0; }
.line-icon span { width: 20px; height: 1px; left: 21px; top: 35px; border-width: 1px 0 0; }
.line-icon--discord { display: grid; place-items: center; }
.line-icon--discord img { width: 34px; height: 34px; display: block; filter: brightness(0) saturate(100%) invert(38%) sepia(79%) saturate(1617%) hue-rotate(306deg) brightness(98%) contrast(85%); }
.line-icon--discord::before, .line-icon--discord::after { display: none; }
.service-card:hover .line-icon--discord img { filter: brightness(0) invert(1); }
.line-icon--pulse::before { inset: 30px 10px; height: 1px; border-width: 1px 0 0; }
.line-icon--pulse::after { border-width: 1px 1px 0 0; width: 13px; height: 13px; left: 15px; top: 23px; transform: rotate(-45deg); }
.line-icon--pulse span { border-width: 1px 1px 0 0; width: 13px; height: 13px; right: 15px; left: auto; top: 26px; transform: rotate(135deg); }
.service-card h3 { margin: 34px 0 16px; max-width: 260px; font-size: 24px; line-height: 1.15; letter-spacing: -.035em; }
.service-card p { margin: 0; color: rgba(0,0,0,.6); line-height: 1.7; font-size: 15px; }
.service-card:hover p { color: rgba(255,255,255,.65); }
.service-card a { margin-top: 28px; color: var(--pink); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }

.centered-heading { max-width: 800px; margin: 0 auto 76px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:last-child { max-width: 590px; margin: 26px auto 0; color: rgba(255,255,255,.62); line-height: 1.7; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { min-height: 545px; padding: 38px; position: relative; border: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.price-card--featured { border: 1px solid var(--pink); box-shadow: 0 0 0 1px var(--pink), 0 0 70px rgba(232,67,122,.16); }
.popular { position: absolute; top: 0; right: 0; padding: 9px 14px; background: var(--pink); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.price-card h3 { margin: 0 0 10px; font-size: 22px; }
.coverage { min-height: 42px; margin: 0; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.5; }
.price { margin: 35px 0; padding-bottom: 30px; border-bottom: 1px solid var(--line-dark); display: flex; align-items: end; gap: 10px; }
.price strong { color: var(--pink); font-size: 60px; line-height: .8; letter-spacing: -.06em; }
.price .cadence { color: rgba(255,255,255,.55); font-size: 12px; }
.price-card ul { margin: 0 0 34px; padding: 0; list-style: none; display: grid; gap: 16px; }
.price-card li { position: relative; padding-left: 24px; color: rgba(255,255,255,.72); font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); font-weight: 900; }
.price-card .button { width: 100%; margin-top: auto; }
.pricing-note { margin: 38px 0 0; text-align: center; color: rgba(255,255,255,.52); font-size: 13px; }
.pricing-note a { color: var(--pink); border-bottom: 1px solid var(--pink); }

.why { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.why-intro > p:not(.eyebrow) { margin: 30px 0 34px; max-width: 550px; color: rgba(0,0,0,.62); line-height: 1.75; }
.reason-list { border-top: 1px solid var(--line-light); }
.reason-list article { min-height: 160px; display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: center; border-bottom: 1px solid var(--line-light); }
.reason-list article > span { color: var(--pink); font-size: 12px; font-weight: 900; }
.reason-list h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.025em; }
.reason-list p { margin: 0; color: rgba(0,0,0,.58); line-height: 1.6; font-size: 14px; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; border-top: 1px solid var(--line-dark); }
.contact-copy > p:not(.eyebrow) { margin: 30px 0 40px; max-width: 540px; color: rgba(255,255,255,.62); line-height: 1.75; }
.contact-note { padding-top: 24px; border-top: 1px solid var(--line-dark); display: flex; gap: 18px; }
.contact-note > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--pink); color: var(--pink); }
.contact-note p { margin: 0; font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.55); }
.contact-note strong { color: var(--white); }
.contact-schedule { margin-top: 30px; }
.contact-form { padding: 42px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.025); }
.contact-form label { display: block; margin-bottom: 26px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 10px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); outline: 0; background: transparent; color: var(--white); resize: vertical; text-transform: none; letter-spacing: normal; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--pink); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.34); }
.contact-form .button { width: 100%; border: 0; }
.contact-form > small { display: block; margin-top: 15px; color: rgba(255,255,255,.35); font-size: 10px; line-height: 1.5; text-align: center; }

footer { position: relative; overflow: hidden; isolation: isolate; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: var(--black); }
.footer-main { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line-dark); }
.footer-main p { max-width: 260px; justify-self: center; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.6; }
.socials { justify-self: end; display: flex; gap: 8px; }
.socials a { width: 40px; height: 40px; border: 1px solid var(--line-dark); display: grid; place-items: center; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.socials a img { width: 18px; height: 18px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); }
.socials .instagram-link img { width: 22px; height: 22px; }
.socials a:hover { transform: translateY(-2px); }
.socials a:hover { background: var(--pink); border-color: var(--pink); }
.footer-bottom { min-height: 70px; border-top: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom a { color: var(--pink); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 16px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; grid-column: 3; }
  .mobile-menu summary { width: 44px; height: 44px; list-style: none; border: 1px solid var(--line-dark); display: grid; place-content: center; gap: 6px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 18px; height: 1px; background: var(--white); }
  .mobile-menu nav { position: absolute; left: 24px; right: 24px; top: 80px; padding: 18px; background: var(--black); border: 1px solid var(--line-dark); display: grid; gap: 8px; }
  .mobile-menu nav a { padding: 14px; border-bottom: 1px solid var(--line-dark); font-weight: 700; }
  .site-header > .button { display: none; }
  .hero { min-height: 1060px; grid-template-columns: 1fr; align-content: start; padding-top: 155px; }
  .hero-copy { padding-bottom: 45px; }
  .hero-visual { justify-self: center; margin: 0 0 115px; }
  .hero-proof { overflow: hidden; white-space: nowrap; }
  .split-heading, .why, .contact { grid-template-columns: 1fr; }
  .trust-band { grid-template-columns: 1fr; gap: 42px; }
  .trust-intro { padding: 0 0 38px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .split-heading { gap: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
  .price-card { min-height: 500px; }
  .why, .contact { gap: 70px; }
}

@media (max-width: 640px) {
  .site-header { height: 76px; padding: 0 18px; }
  .logo-link, .brand-logo { width: 188px; height: 54px; }
  .hero { min-height: 950px; padding: 130px 20px 0; }
  h1 { font-size: 54px; }
  .hero-lead { font-size: 16px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 22px; }
  .text-link { align-self: flex-start; }
  .hero-visual { width: 360px; height: 360px; max-width: 100vw; margin-top: 10px; }
  .signal { min-width: 145px; padding: 12px 14px 12px 38px; }
  .signal span { left: 16px; top: 17px; }
  .signal-two { right: 0; }
  .hero-proof { gap: 18px; height: 72px; width: calc(100% - 40px); }
  .trust-band { padding: 64px 20px; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-points article { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .trust-points article:first-child { padding-top: 0; }
  .trust-points article:last-child { padding-bottom: 0; border-bottom: 0; }
  .services, .pricing, .why, .contact { padding: 90px 20px; }
  .section-heading h2, .why h2, .contact h2 { font-size: 48px; }
  .split-heading { margin-bottom: 52px; }
  .service-card { padding: 28px; }
  .centered-heading { margin-bottom: 52px; }
  .price-card { padding: 30px 26px; }
  .reason-list article { grid-template-columns: 42px 1fr; min-height: 180px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 22px; }
  .footer-main { padding: 50px 0; grid-template-columns: 1fr; gap: 25px; justify-items: start; }
  .footer-main p, .socials { justify-self: start; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } .nova-mark, .nova-particles, .nova-particles b, .section-dark::before, .section-dark::after, footer::before, footer::after { animation: none !important; } }
