/*
  AOURIK DIGITAL content layer for the provided template.
  Keep this file small so the BootstrapMade template remains the source of truth.
*/

:root {
  --accent-color: #16537e;
  --nav-hover-color: #16537e;
}

.main > section:not(.hero) {
  padding-top: 86px;
  padding-bottom: 86px;
}

.about.section,
.services.section,
.steps.section,
.portfolio.section,
.pricing.section,
.faq.section,
.contact.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #000 !important;
}

.about.section::before,
.services.section::before,
.steps.section::before,
.portfolio.section::before,
.pricing.section::before,
.faq.section::before,
.contact.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--section-x, 18%) var(--section-y, 18%), rgba(49, 196, 255, .10), transparent 28%),
    linear-gradient(115deg, transparent 0 34%, rgba(49, 196, 255, .035) 44%, transparent 56% 100%);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}

.about.section.is-visible::before,
.services.section.is-visible::before,
.steps.section.is-visible::before,
.portfolio.section.is-visible::before,
.pricing.section.is-visible::before,
.faq.section.is-visible::before,
.contact.section.is-visible::before {
  opacity: 1;
  transform: translateY(0);
  animation: sectionGlowSweep 12s ease-in-out infinite alternate;
}

.section-title {
  position: relative;
  padding-bottom: 38px;
}

.section-title h2,
.section-title .description-title {
  transition: color .3s ease, text-shadow .3s ease;
}

.section.is-visible .section-title h2,
.section.is-visible .section-title .description-title {
  text-shadow: 0 0 22px rgba(49, 196, 255, .12);
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22px;
  width: min(180px, 32vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(49, 196, 255, .8), transparent);
  opacity: 0;
  transform: translateX(-28px) scaleX(.35);
  transform-origin: left center;
}

.section.is-visible .section-title::after {
  animation: titleLineSweep .9s ease both;
}

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

body {
  scroll-behavior: smooth;
}

::selection {
  color: #ffffff;
  background: rgba(49, 196, 255, .45);
}

.motion-ready .section {
  animation: sectionSoftIn .65s ease both;
}

.motion-ready .section-title,
.motion-ready .services-lead,
.motion-ready .pricing-lead,
.motion-ready .process-intro,
.motion-ready .faq-shell,
.motion-ready .contact-clean-grid,
.motion-ready .portfolio .action-banner,
.motion-ready .motion-block {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
}

.motion-ready .section.is-visible .section-title,
.motion-ready .section.is-visible .services-lead,
.motion-ready .section.is-visible .pricing-lead,
.motion-ready .section.is-visible .process-intro,
.motion-ready .section.is-visible .faq-shell,
.motion-ready .section.is-visible .contact-clean-grid,
.motion-ready .section.is-visible .portfolio .action-banner,
.motion-ready .section.is-visible .motion-block,
.motion-ready .footer.is-visible,
.motion-ready .footer.is-visible .motion-block {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .service-card,
.motion-ready .pricing-card,
.motion-ready .showcase-card,
.motion-ready .step-panel,
.motion-ready .proof-item,
.motion-ready .contact-clean-item,
.motion-ready .faq-support-grid div,
.motion-ready .motion-item {
  opacity: 0;
  transform: translateY(24px) scale(.985);
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.2, .8, .2, 1),
    border-color .25s ease,
    background-color .25s ease,
    box-shadow .25s ease;
  transition-delay: calc(var(--motion-index, 0) * 55ms);
}

.motion-ready .section.is-visible .service-card,
.motion-ready .section.is-visible .pricing-card,
.motion-ready .section.is-visible .showcase-card,
.motion-ready .section.is-visible .step-panel,
.motion-ready .hero.is-visible .proof-item,
.motion-ready .section.is-visible .contact-clean-item,
.motion-ready .section.is-visible .faq-support-grid div,
.motion-ready .section.is-visible .motion-item,
.motion-ready .footer.is-visible .motion-item {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.template-flash {
  position: fixed;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.header .logo img.brand-logo-wide {
  width: min(210px, 36vw);
  height: auto;
  max-height: 42px;
  margin-right: 0;
  object-fit: contain;
  border-radius: 0;
}

.footer .logo img.brand-logo-footer {
  width: min(185px, 58vw);
  height: auto;
  max-height: 118px;
  object-fit: contain;
  margin-bottom: 8px;
}

.footer .footer-info .logo {
  margin-bottom: 18px !important;
  align-items: flex-start !important;
}

.footer .footer-info p {
  max-width: 280px;
}

.ad-hero-logo {
  background: var(--surface-color);
  object-fit: cover;
  padding: 22px;
}

.hero .fluid-shape {
  position: relative;
}

.hero.section {
  align-items: stretch;
  min-height: 100svh;
  padding-top: clamp(120px, 14vh, 180px);
  padding-bottom: clamp(118px, 13vh, 160px);
  background:
    radial-gradient(circle at 78% 34%, rgba(49, 196, 255, .12), transparent 28%),
    linear-gradient(135deg, #030303 0%, #070707 48%, #020911 100%) !important;
}

.hero.section::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(49, 196, 255, .12), transparent 20%),
    radial-gradient(circle at 88% 68%, rgba(22, 83, 126, .24), transparent 26%),
    linear-gradient(110deg, transparent 0 35%, rgba(49, 196, 255, .055) 42%, transparent 50% 100%);
  filter: blur(2px);
  opacity: .78;
  animation: heroAmbientDrift 16s ease-in-out infinite alternate;
}

.hero.section .container::before,
.hero.section .container::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(49, 196, 255, .10);
  opacity: .7;
}

.hero.section .container::before {
  top: 18%;
  right: 3%;
  width: 150px;
  height: 150px;
  border-radius: 28px;
  transform: rotate(12deg);
  animation: techShapeFloat 9s ease-in-out infinite;
}

.hero.section .container::after {
  bottom: 21%;
  left: -3%;
  width: 92px;
  height: 92px;
  border-radius: 22px;
  transform: rotate(-18deg);
  animation: techShapeFloat 8s ease-in-out infinite reverse;
}

.hero.section > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-main {
  width: 100%;
}

.hero .content {
  max-width: 760px;
}

.hero .agency-name {
  margin-bottom: 18px;
}

.hero .agency-name h5 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  animation: heroRise .7s .08s ease both;
}

.hero .agency-name h5 i {
  color: #31c4ff;
}

.hero .main-heading {
  margin-bottom: 24px;
}

.hero .main-heading h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(56px, 6vw, 104px);
  line-height: .94;
  letter-spacing: 0;
  animation: heroRise .8s .18s cubic-bezier(.2, .8, .2, 1) both;
}

.hero .divider {
  width: min(520px, 82%);
  margin-bottom: 24px;
  background: linear-gradient(90deg, rgba(49, 196, 255, .45), rgba(255, 255, 255, .08), transparent);
  transform-origin: left center;
  animation: heroLineIn .7s .36s ease both;
}

.hero .description {
  max-width: 650px;
  margin-bottom: 28px;
}

.hero .description p {
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  animation: heroRise .75s .42s ease both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  animation: heroRise .75s .52s ease both;
}

.hero .cta-button .btn.hero-secondary-btn {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .12);
}

.hero .cta-button .btn.hero-secondary-btn:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .18);
}

.hero .cta-button .btn,
.btn-cta,
.btn-pricing,
.service-link,
.pricing-note a,
.services-note a {
  will-change: transform;
}

.magnetic-active {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.hero-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 30px;
  animation: heroRise .75s .62s ease both;
}

.hero-mini-metrics div {
  position: relative;
  overflow: hidden;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

.hero-mini-metrics div:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 196, 255, .25);
  background: rgba(49, 196, 255, .06);
}

.hero-mini-metrics div::after,
.service-card::after,
.pricing-card::after,
.showcase-card::after,
.step-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .075), transparent);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity .2s ease;
}

.hero-mini-metrics div:hover::after,
.service-card:hover::after,
.pricing-card:hover::after,
.showcase-card:hover::after,
.step-panel:hover::after {
  opacity: 1;
  animation: cardShimmer .85s ease;
}

.hero-mini-metrics strong,
.hero-mini-metrics span {
  display: block;
}

.hero-mini-metrics strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.hero-mini-metrics span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
  line-height: 1.35;
}

.ad-hero-photo {
  min-height: 430px;
  object-fit: cover;
  filter: saturate(.95) contrast(1.08);
}

.hero-showcase {
  position: relative;
  width: min(520px, 100%);
  margin-left: auto;
  padding-top: 46px;
  animation: heroVisualIn .9s .38s cubic-bezier(.2, .8, .2, 1) both;
  transform-style: preserve-3d;
  will-change: transform;
}

.visual-label {
  position: absolute;
  top: 0;
  right: 24px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  color: #dcecff;
  background: rgba(5, 13, 22, .72);
  border: 1px solid rgba(49, 196, 255, .2);
  border-radius: 999px;
  font-family: var(--nav-font);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
  animation: floatBadge 5.2s ease-in-out infinite;
}

.hero-logo-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 82px;
  height: 82px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(0, 0, 0, .72);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 45%);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .38);
  animation: logoPulse 4.6s ease-in-out infinite;
}

.hero-logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.about .client-count img {
  object-fit: contain;
  background: #fff;
  padding: 8px;
}

.about .secondary-image,
.portfolio .card-thumbnail img {
  object-fit: cover;
}

.portfolio .card-thumbnail img {
  min-height: 245px;
}

.about .main-image {
  min-height: 460px;
  object-fit: cover;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: #31c4ff;
  font-family: var(--nav-font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.system-copy .about-title {
  margin-bottom: 18px;
}

.system-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.system-modules div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 14px;
  color: #ffffff;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

.system-modules div:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 196, 255, .26);
  background: #1b1b1b;
}

.system-modules i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #31c4ff;
  background: rgba(49, 196, 255, .08);
  border-radius: 12px;
  font-size: 18px;
}

.system-modules span {
  font-weight: 700;
  line-height: 1.2;
}

/* IT/web-development inspired image shapes */
.it-photo-frame,
.it-thumbnail,
.about-images {
  position: relative;
}

.hero .fluid-shape.hero-cloud-frame {
  isolation: isolate;
  padding: 9px;
  background:
    linear-gradient(135deg, rgba(49, 196, 255, .84), rgba(22, 83, 126, .28) 42%, rgba(255, 255, 255, .12)),
    radial-gradient(circle at 22% 12%, rgba(49, 196, 255, .42), transparent 30%);
  border-radius: 26px;
  clip-path: none;
  overflow: hidden !important;
  transform: none;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .48),
    0 0 42px rgba(49, 196, 255, .14);
  animation: heroFrameFloat 7s ease-in-out infinite;
  transition: transform .25s ease, box-shadow .25s ease;
}

.hero .fluid-shape.hero-cloud-frame .fluid-img.ad-hero-photo {
  display: block;
  width: 100%;
  min-height: 450px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px !important;
  clip-path: none !important;
  filter: saturate(.9) contrast(1.08) brightness(.76);
}

.hero-cloud-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  pointer-events: none;
  border-radius: 22px;
  clip-path: none;
  background:
    linear-gradient(90deg, rgba(49, 196, 255, .16) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .52));
  background-size: 64px 64px, 64px 64px, 100% 100%;
  mix-blend-mode: screen;
  opacity: .45;
  animation: gridDrift 13s linear infinite;
}

.hero-cloud-frame::after {
  content: "WEB";
  position: absolute;
  right: 28px;
  top: 28px;
  z-index: 3;
  color: rgba(255, 255, 255, .72);
  font-family: var(--nav-font);
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0, 10, 18, .62);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
  border-radius: 999px;
  padding: 7px 12px;
  letter-spacing: 1.8px;
}

.hero-proof {
  margin-top: 42px;
  margin-bottom: 0;
}

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(22px, 4.5vh, 52px);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 64px;
  margin: 0;
  transform: translateX(-50%);
  color: #ffffff;
  text-decoration: none;
}

.hero-scroll-cue .mouse-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 28px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, .76);
  border-radius: 999px;
  background: rgba(0, 10, 18, .22);
  box-shadow: 0 0 0 8px rgba(49, 196, 255, .06), 0 18px 40px rgba(0, 0, 0, .25);
  animation: mouseGlow 2.4s ease-in-out infinite;
}

.hero-scroll-cue .mouse-icon span {
  width: 4px;
  height: 8px;
  margin-top: 9px;
  background: #31c4ff;
  border-radius: 999px;
  animation: heroMouseWheel 1.45s ease-in-out infinite;
}

.hero-scroll-cue::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, .72);
  border-bottom: 2px solid rgba(255, 255, 255, .72);
  transform: rotate(45deg);
  animation: heroScrollArrow 1.45s ease-in-out infinite;
}

@keyframes heroMouseWheel {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(13px);
  }
}

@keyframes heroScrollArrow {
  0%, 100% {
    opacity: .35;
    transform: translateY(0) rotate(45deg);
  }

  50% {
    opacity: 1;
    transform: translateY(5px) rotate(45deg);
  }
}

.proof-item {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon label" "icon value";
  gap: 2px 14px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
  transition: transform .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease;
}

.proof-item:hover {
  transform: translateY(-5px);
  border-color: rgba(49, 196, 255, .28);
  background: rgba(49, 196, 255, .055);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .26);
}

.proof-item i {
  grid-area: icon;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #31c4ff;
  background: rgba(49, 196, 255, .09);
  border-radius: 12px;
  font-size: 20px;
}

.proof-item span {
  grid-area: label;
  color: color-mix(in srgb, var(--default-color), transparent 46%);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.proof-item strong {
  grid-area: value;
  color: var(--heading-color);
  font-size: 15px;
}

.browser-mask {
  clip-path: none;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.about-images::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 26px;
  width: 76px;
  height: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 6px 6px, #ff5f56 0 5px, transparent 6px),
    radial-gradient(circle at 28px 6px, #ffbd2e 0 5px, transparent 6px),
    radial-gradient(circle at 50px 6px, #27c93f 0 5px, transparent 6px);
}

.about-images {
  max-width: 620px;
  margin-left: auto;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.about.section.is-visible .about-images {
  animation: mediaFloat 7s ease-in-out infinite;
}

.about.section.is-visible .about-images .main-image {
  animation: imageBreathe 8s ease-in-out infinite;
}

.about.section.is-visible .about-images .secondary-image,
.about.section.is-visible .about-images .client-count {
  animation: smallPanelFloat 6s ease-in-out infinite;
}

.code-mask {
  clip-path: none;
  border-radius: 18px;
}

.client-count {
  clip-path: none;
  border-radius: 20px;
}

.it-thumbnail {
  clip-path: none;
  border-radius: 16px;
  overflow: hidden;
}

.it-thumbnail::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 10px;
  border: 1px solid rgba(255,255,255,.18);
  clip-path: inherit;
  pointer-events: none;
}

.it-thumbnail::after {
  content: "{ }";
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 3;
  font-family: var(--nav-font);
  color: #ffffff;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 4px 10px;
  font-weight: 700;
}

.services-lead {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .62fr);
  gap: 34px;
  align-items: end;
  padding: 28px;
  margin-bottom: 26px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
}

.services-lead h3 {
  max-width: 720px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.services-lead p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .70);
  line-height: 1.75;
}

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

.services-note {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 20px;
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
}

.services-note > div {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, .78);
}

.services-note i {
  color: #31c4ff;
}

.services-note a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.process-intro {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(280px, .55fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 30px;
  padding: 24px;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
}

.process-intro h3 {
  color: #ffffff;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  margin: 0;
}

.process-intro p {
  color: rgba(255, 255, 255, .70);
  margin: 0;
}

.step-panel {
  position: relative;
  overflow: hidden;
}

.step-panel .step-line {
  transform: scaleX(.16);
  transform-origin: left center;
}

.steps.section.is-visible .step-panel .step-line {
  animation: stepLineGrow .85s cubic-bezier(.2, .8, .2, 1) both;
  animation-delay: calc(var(--motion-index, 0) * 90ms);
}

.steps.section.is-visible .step-panel.active {
  animation: activeStepPulse 4.2s ease-in-out infinite;
}

.faq.section {
  background: #000 !important;
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, 1.14fr);
  gap: 34px;
  align-items: stretch;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.faq-lead,
.faq-panel {
  border-radius: 18px;
}

.faq-lead {
  padding: 34px;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, .10);
}

.faq .faq-title {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  margin-bottom: 18px;
}

.faq .faq-description {
  max-width: 520px;
  color: rgba(255, 255, 255, .70);
  margin-bottom: 28px;
}

.faq-support-grid {
  display: grid;
  gap: 12px;
}

.faq-support-grid div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  color: #ffffff;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  font-weight: 700;
}

.faq-support-grid i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #31c4ff;
  background: rgba(49, 196, 255, .10);
  border-radius: 12px;
}

.faq-panel {
  padding: 12px;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, .10);
}

.faq .faq-container .faq-item {
  margin-bottom: 12px;
  padding: 20px 56px 20px 22px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

.faq .faq-container .faq-item:hover {
  transform: translateX(6px);
  border-color: rgba(49, 196, 255, .25);
  background: #161616;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

.faq .faq-container .faq-item .faq-content p {
  color: rgba(255, 255, 255, .70);
}

.faq .faq-container .faq-active {
  background: #151515;
  border-color: rgba(49, 196, 255, .24);
}

.faq .faq-container .faq-item .faq-toggle {
  right: 22px;
  color: rgba(255, 255, 255, .62);
  transition: transform .24s ease, color .24s ease;
}

.faq .faq-container .faq-item:hover .faq-toggle {
  color: #31c4ff;
  transform: translateX(3px);
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
}

.services .service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  box-shadow: none;
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}

.services .service-card:hover {
  transform: translateY(-4px);
  background: #1b1b1b;
  border-color: rgba(49, 196, 255, .28);
}

.services .service-card-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.services .service-card .icon-wrapper {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin: 0;
  color: #31c4ff;
  background: rgba(49, 196, 255, .08);
  border: 1px solid rgba(49, 196, 255, .12);
  border-radius: 12px;
}

.services .service-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
}

.services .service-card p {
  min-height: 58px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
}

.services .service-card ul {
  display: grid;
  gap: 10px;
  padding: 20px 0 0;
  margin: auto 0 22px;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.services .service-card li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
}

.services .service-card li i {
  color: #31c4ff;
}

.services .service-card .service-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  color: #ffffff;
  font-weight: 700;
}

.services .service-card .icon-wrapper i,
.system-modules i,
.proof-item i {
  transition: transform .3s ease, color .3s ease;
}

.services .service-card:hover .icon-wrapper i,
.system-modules div:hover i,
.proof-item:hover i {
  transform: translateY(-2px) scale(1.08);
  color: #8fe3ff;
}

.pricing-lead {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .62fr);
  gap: 34px;
  align-items: end;
  padding: 28px;
  margin-bottom: 26px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
}

.pricing-lead h3 {
  max-width: 760px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.pricing-lead p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .70);
  line-height: 1.75;
}

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

.pricing .pricing-card,
.pricing .pricing-card.featured {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  width: 100%;
  padding: 26px;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  box-shadow: none;
  transform: none !important;
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}

.pricing .pricing-card:hover,
.pricing .pricing-card.featured:hover {
  transform: translateY(-4px) !important;
  background: #1b1b1b;
  border-color: rgba(49, 196, 255, .28);
}

.pricing .pricing-card.featured {
  border-color: rgba(49, 196, 255, .42);
}

.pricing .pricing-card.featured .featured-label {
  position: absolute;
  top: 18px;
  right: 18px;
  left: auto;
  transform: none;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  max-width: calc(100% - 36px);
  padding: 6px 12px;
  color: #fff;
  background: #16537e;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  white-space: normal;
}

.pricing.section.is-visible .pricing-card.featured .featured-label {
  animation: featuredPulse 3.4s ease-in-out infinite;
}

.pricing .pricing-header {
  min-height: 168px;
  padding: 0;
  margin-bottom: 18px;
  text-align: left;
}

.pricing .pricing-card.featured .pricing-header {
  padding-top: 42px;
}

.pricing-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #31c4ff;
  background: rgba(49, 196, 255, .08);
  border: 1px solid rgba(49, 196, 255, .14);
  border-radius: 10px;
  font-family: var(--nav-font);
  font-size: 12px;
  font-weight: 800;
}

.pricing .pricing-header h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 24px;
}

.pricing .pricing-header p {
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.6;
}

.pricing .pricing-price {
  margin-bottom: 22px;
}

.pricing .pricing-price .price {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #fff;
  font-size: clamp(32px, 2.7vw, 42px);
  font-weight: 800;
  transition: text-shadow .25s ease;
}

.pricing .pricing-card:hover .pricing-price .price {
  text-shadow: 0 0 24px rgba(49, 196, 255, .18);
}

.pricing .pricing-price .price sup {
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  top: -0.45em;
}

.pricing .pricing-price .price span {
  max-width: 92px;
  margin-left: 8px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.pricing .pricing-cta {
  margin-bottom: 26px;
}

.pricing .pricing-cta .btn-pricing {
  display: block;
  width: 100%;
  padding: 12px 18px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}

.pricing .pricing-card.featured .btn-pricing,
.pricing .pricing-cta .btn-pricing:hover {
  color: #fff;
  background: #16537e;
  border-color: #16537e;
}

.pricing .pricing-features {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.pricing .pricing-features h4 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.pricing .pricing-features ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing .pricing-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
}

.pricing .pricing-features li i {
  color: #31c4ff;
  font-size: 15px;
  margin-top: 2px;
}

.pricing-note {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 20px;
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
}

.pricing-note > div {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, .78);
}

.pricing-note i {
  color: #31c4ff;
}

.pricing-note a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.portfolio .showcase-card,
.pricing .pricing-card,
.contact .reach-item,
.contact .inquiry-form-wrap {
  position: relative;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  box-shadow: none;
}

.portfolio .showcase-card .card-info h3,
.portfolio .action-banner h4,
.pricing .pricing-card h3,
.contact .inquiry-form-wrap h4,
.contact .reach-out-content h3 {
  color: #ffffff;
}

.portfolio .showcase-card .card-info p,
.pricing .pricing-card p,
.pricing .pricing-features li,
.contact .inquiry-form-wrap > p,
.contact .reach-out-content > p {
  color: rgba(255, 255, 255, .72);
}

.portfolio .action-banner {
  background: #181818;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
}

.portfolio .row.gy-4,
.contact .row.gy-5 {
  align-items: stretch;
}

.portfolio .showcase-card {
  height: 100%;
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, background-color .28s ease;
}

.portfolio .showcase-card:hover {
  border-color: rgba(49, 196, 255, .28);
  background: #1b1b1b;
}

.portfolio .showcase-card .card-thumbnail,
.portfolio .showcase-card .card-thumbnail img {
  height: 260px;
  min-height: 260px;
}

.portfolio .showcase-card .card-thumbnail img {
  transition: transform .7s cubic-bezier(.2, .8, .2, 1), filter .7s ease;
}

.portfolio .showcase-card:hover .card-thumbnail img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.portfolio .showcase-card .card-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.portfolio .showcase-card .card-info .stack-list {
  margin-top: auto;
}

.contact .inquiry-form-wrap {
  height: 100%;
}

.contact-clean-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: start;
}

.contact-clean-info {
  padding-top: 10px;
}

.contact-clean-info h3 {
  color: #ffffff;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.08;
  margin-bottom: 18px;
}

.contact-clean-info p {
  max-width: 560px;
  color: rgba(255, 255, 255, .70);
  line-height: 1.8;
  margin-bottom: 30px;
}

.contact-clean-methods {
  display: grid;
  gap: 12px;
}

.contact-clean-item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-areas: "icon label" "icon value";
  gap: 2px 14px;
  align-items: center;
  padding: 16px;
  color: #ffffff;
  text-decoration: none;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

.contact-clean-item:hover {
  transform: translateY(-3px);
  border-color: rgba(49, 196, 255, .26);
  background: #1b1b1b;
}

.contact-clean-item i {
  grid-area: icon;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #31c4ff;
  background: rgba(49, 196, 255, .08);
  border-radius: 12px;
}

.contact-clean-item span {
  grid-area: label;
  color: rgba(255, 255, 255, .52);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-clean-item strong {
  grid-area: value;
  color: #ffffff;
  font-size: 15px;
}

.contact .contact-clean-form .inquiry-form-wrap {
  padding: 28px;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
}

.contact .inquiry-form-wrap .php-email-form .form-control {
  background: #0b0b0b;
  border-color: rgba(255, 255, 255, .12);
  border-radius: 8px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background-color .24s ease;
}

.contact .inquiry-form-wrap .php-email-form .form-control:focus {
  transform: translateY(-2px);
  border-color: rgba(49, 196, 255, .48);
  background: #080d12;
  box-shadow: 0 0 0 4px rgba(49, 196, 255, .09);
}

.contact .inquiry-form-wrap .php-email-form textarea.form-control {
  min-height: 126px;
}

.contact .inquiry-form-wrap .php-email-form .submit-btn {
  border-radius: 10px;
  transform: none !important;
}

.footer .footer-newsletter .btn-cta {
  display: inline-block;
  color: var(--contrast-color);
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 700;
}

.footer .footer-top .row > div,
.footer .footer-middle .row > div,
.footer .footer-bottom .row > div {
  transition: transform .28s ease, opacity .28s ease;
}

.footer .footer-top .row > div:hover {
  transform: translateY(-4px);
}

.footer a,
.footer .social-links a,
.footer .payment-icons i,
.footer .badge-icons i {
  transition: transform .24s ease, color .24s ease, opacity .24s ease, border-color .24s ease, background-color .24s ease;
}

.footer a:hover,
.footer .social-links a:hover,
.footer .payment-icons i:hover,
.footer .badge-icons i:hover {
  transform: translateY(-2px);
}

.portfolio .filter-tabs li {
  transition: transform .22s ease, color .22s ease, background-color .22s ease, border-color .22s ease;
}

.portfolio .filter-tabs li:hover {
  transform: translateY(-3px);
}

.main > section.auth-template {
  min-height: 100svh;
  padding-top: clamp(170px, 18vh, 220px);
  padding-bottom: 92px;
}

.auth-page {
  background:
    radial-gradient(circle at 18% 22%, rgba(49, 196, 255, .13), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(22, 83, 126, .18), transparent 28%),
    linear-gradient(135deg, #02070d 0%, #061a2a 46%, #000 100%) !important;
}

.auth-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.52), transparent 76%);
}

.auth-shell {
  position: relative;
  padding: clamp(16px, 2vw, 24px);
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 22px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
}

.auth-shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(49, 196, 255, .10), transparent 38%, rgba(255, 255, 255, .04));
}

.auth-shell > .row {
  position: relative;
  z-index: 1;
}

.auth-template .auth-copy,
.auth-template .inquiry-form-wrap {
  height: 100%;
  padding: 34px;
  border-radius: 18px;
  background: rgba(24, 24, 24, .88);
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
}

.auth-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-bottom: 22px;
  padding: 12px;
  background: rgba(49, 196, 255, .08);
  border: 1px solid rgba(49, 196, 255, .16);
  border-radius: 20px;
}

.auth-template .auth-copy img {
  max-width: 86px;
  margin-bottom: 0;
  border-radius: 12px;
}

.auth-kicker {
  display: block;
  margin-bottom: 12px;
  color: #31c4ff;
  font-family: var(--nav-font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.auth-template .auth-copy h3,
.auth-template .inquiry-form-wrap h4 {
  color: #ffffff;
}

.auth-template .auth-copy p,
.auth-template .inquiry-form-wrap p {
  color: rgba(255, 255, 255, .72);
}

.auth-switcher {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  width: min(100%, 360px);
  padding: 5px;
  margin-bottom: 28px;
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
}

.auth-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  color: rgba(255, 255, 255, .70);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: color .22s ease, background-color .22s ease, transform .22s ease;
}

.auth-switcher a:hover {
  transform: translateY(-1px);
  color: #ffffff;
}

.auth-switcher a.active {
  color: #ffffff;
  background: #16537e;
  box-shadow: 0 12px 28px rgba(22, 83, 126, .28);
}

.auth-options {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.auth-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .76);
  font-weight: 700;
}

.auth-check input {
  width: 18px;
  height: 18px;
  accent-color: #16537e;
}

.auth-options a,
.auth-bottom-note a {
  color: #31c4ff;
  font-weight: 800;
  text-decoration: none;
}

.auth-bottom-note {
  margin: 24px 0 0;
}

@media (max-width: 575px) {
  .header .logo img.brand-logo-wide {
    width: 158px;
  }
}

.auth-template .auth-copy ul {
  padding-left: 0;
  list-style: none;
  margin: 24px 0 0;
}

.auth-template .auth-copy li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.auth-template .auth-copy li i {
  color: var(--accent-color);
}

@media (max-width: 991px) {
  .main > section:not(.hero) {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .hero.section {
    padding-top: 135px;
    padding-bottom: 120px;
  }

  .hero .content {
    max-width: none;
  }

  .hero .main-heading h1 {
    font-size: clamp(46px, 10vw, 76px);
  }

  .hero-mini-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .hero-showcase {
    margin-inline: auto;
  }

  .hero .fluid-shape.hero-cloud-frame {
    max-width: 560px;
    margin-inline: auto;
    transform: none;
  }

  .hero .fluid-shape.hero-cloud-frame .fluid-img.ad-hero-photo {
    min-height: 340px;
  }

  .about-images {
    margin-inline: auto;
  }

  .services-lead {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .pricing-lead {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .process-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .faq-shell {
    grid-template-columns: 1fr;
  }

  .contact-clean-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .main > section.auth-template {
    padding-top: 150px;
  }
}

@media (max-width: 575px) {
  .section-title {
    padding-bottom: 26px;
  }

  .hero .fluid-shape.hero-cloud-frame {
    padding: 8px;
    border-radius: 20px;
  }

  .hero .fluid-shape.hero-cloud-frame .fluid-img.ad-hero-photo {
    min-height: 280px;
    border-radius: 16px !important;
  }

  .hero-cloud-frame::before {
    inset: 8px;
  }

  .hero-cloud-frame::after {
    right: 18px;
    top: 18px;
    font-size: 12px;
    padding: 5px 9px;
  }

  .hero-proof {
    margin-top: 34px;
    margin-bottom: 24px;
  }

  .hero-mini-metrics {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero .cta-button .btn {
    justify-content: center;
  }

  .hero-scroll-cue {
    bottom: 18px;
    transform: translateX(-50%) scale(.9);
  }

  .system-modules {
    grid-template-columns: 1fr;
  }

  .services-lead {
    padding: 22px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .services .service-card {
    min-height: auto;
    padding: 22px;
  }

  .services-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-note a {
    white-space: normal;
  }

  .pricing-lead {
    padding: 22px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing .pricing-card,
  .pricing .pricing-card.featured {
    min-height: auto;
    padding: 22px;
  }

  .pricing .pricing-header {
    min-height: auto;
  }

  .pricing-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-note a {
    white-space: normal;
  }

  .process-intro {
    padding: 18px;
  }

  .faq-shell {
    padding: 16px;
  }

  .faq-lead {
    padding: 22px;
  }

  .faq .faq-container .faq-item {
    padding: 18px 48px 18px 18px;
  }

  .contact .contact-clean-form .inquiry-form-wrap {
    padding: 22px;
  }

  .contact-clean-item {
    grid-template-columns: 38px 1fr;
    padding: 14px;
  }

  .contact-clean-item i {
    width: 38px;
    height: 38px;
  }
}

@keyframes sectionSoftIn {
  from {
    opacity: .98;
  }

  to {
    opacity: 1;
  }
}

@keyframes sectionGlowSweep {
  from {
    background-position: 0 0, -80px 0;
  }

  to {
    background-position: 120px 40px, 80px 0;
  }
}

@keyframes titleLineSweep {
  from {
    opacity: 0;
    transform: translateX(-28px) scaleX(.35);
  }

  to {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}

@keyframes mediaFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes imageBreathe {
  0%, 100% {
    filter: saturate(1) contrast(1);
  }

  50% {
    filter: saturate(1.08) contrast(1.04);
  }
}

@keyframes smallPanelFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes stepLineGrow {
  from {
    opacity: .35;
    transform: scaleX(.16);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes activeStepPulse {
  0%, 100% {
    box-shadow: inset 0 0 0 1px rgba(49, 196, 255, .18), 0 0 0 rgba(49, 196, 255, 0);
  }

  50% {
    box-shadow: inset 0 0 0 1px rgba(49, 196, 255, .36), 0 18px 42px rgba(49, 196, 255, .08);
  }
}

@keyframes featuredPulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(49, 196, 255, 0);
  }

  50% {
    box-shadow: 0 0 26px rgba(49, 196, 255, .18);
  }
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes heroLineIn {
  from {
    opacity: 0;
    transform: scaleX(.18);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes heroVisualIn {
  from {
    opacity: 0;
    transform: translateY(34px) scale(.96);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes heroFrameFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes heroAmbientDrift {
  from {
    transform: translate3d(-1.5%, -1%, 0) rotate(0deg);
  }

  to {
    transform: translate3d(1.5%, 1%, 0) rotate(2deg);
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }

  to {
    background-position: 64px 64px, -64px 64px, 0 0;
  }
}

@keyframes floatBadge {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes logoPulse {
  0%, 100% {
    box-shadow: 0 22px 55px rgba(0, 0, 0, .38), 0 0 0 rgba(49, 196, 255, 0);
  }

  50% {
    box-shadow: 0 22px 55px rgba(0, 0, 0, .38), 0 0 28px rgba(49, 196, 255, .22);
  }
}

@keyframes techShapeFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(12deg);
  }

  50% {
    transform: translate3d(12px, -18px, 0) rotate(18deg);
  }
}

@keyframes mouseGlow {
  0%, 100% {
    box-shadow: 0 0 0 8px rgba(49, 196, 255, .06), 0 18px 40px rgba(0, 0, 0, .25);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(49, 196, 255, .11), 0 18px 40px rgba(0, 0, 0, .25);
  }
}

@keyframes cardShimmer {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
