:root {
  --navy-950: #031022;
  --navy-900: #07182f;
  --navy-800: #0b1d3a;
  --blue-600: #1457d9;
  --blue-500: #1e6bff;
  --blue-100: #dfeaff;
  --white: #ffffff;
  --off-white: #f7f9fc;
  --gray-100: #edf1f7;
  --gray-300: #cbd5e1;
  --gray-500: #64748b;
  --gray-700: #334155;
  --text-dark: #10213e;
  --shadow-sm: 0 12px 30px rgba(10, 35, 75, .08);
  --shadow-md: 0 24px 65px rgba(10, 35, 75, .14);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: Inter, Montserrat, "Segoe UI", Arial, sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 108px 0;
}

.section-dark {
  background: var(--navy-900);
  color: var(--white);
}

.section-white {
  background: var(--white);
}

.section-soft {
  background: var(--off-white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 88px;
  background: rgba(7, 24, 47, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(calc(100% - 48px), 1320px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.brand {
  margin-right: auto;
}

.brand img {
  width: 226px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-nav a {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  font-size: .95rem;
  font-weight: 650;
}

.desktop-nav a:hover {
  color: var(--white);
}

.button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 13px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--blue-500);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(30, 107, 255, .28);
}

.button-primary:hover {
  background: var(--blue-600);
  box-shadow: 0 18px 38px rgba(30, 107, 255, .35);
}

.button-outline,
.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .3);
  background: transparent;
}

.button-outline:hover,
.button-ghost:hover {
  background: var(--white);
  color: var(--navy-900);
}

.button-secondary {
  background: var(--navy-900);
  color: var(--white);
}

.button-white {
  background: var(--white);
  color: var(--navy-900);
}

.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 20%, rgba(30, 107, 255, .22), transparent 30%),
    radial-gradient(circle at 15% 85%, rgba(20, 87, 217, .14), transparent 28%),
    var(--navy-900);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 72px;
  padding-block: 82px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 18px;
  color: #70a3ff;
  font-size: .83rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--blue-600);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 6vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.055em;
  color: var(--white);
}

h1 span {
  color: #75a6ff;
}

.hero-lead {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 1.22rem;
  color: #d5deec;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.hero-tags {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-tags li {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #c8d5e7;
  font-size: .88rem;
  background: rgba(255, 255, 255, .04);
}

.hero-visual img {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .34);
}

.proof-strip {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid var(--gray-100);
}

.proof-grid {
  min-height: 145px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.proof-grid article {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 42px;
  border-right: 1px solid var(--gray-100);
}

.proof-grid article:last-child {
  border-right: 0;
}

.proof-grid strong {
  color: var(--blue-500);
  font-size: 3rem;
  line-height: 1;
}

.proof-grid span {
  color: var(--gray-700);
  font-weight: 750;
  line-height: 1.35;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.about-grid h2,
.contact-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  color: var(--text-dark);
}

.section-heading>p:last-child,
.about-grid p {
  color: var(--gray-500);
  font-size: 1.08rem;
}

.section-heading-light h2,
.contact-copy h2 {
  color: var(--white);
}

.section-heading-light>p:last-child,
.contact-copy>p {
  color: #c8d5e7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card {
  min-height: 390px;
  padding: 30px;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: #c9d9ff;
}

.icon-box {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: var(--blue-100);
  display: grid;
  place-items: center;
}

.icon-box svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--blue-600);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 26px 0 14px;
  font-size: 1.34rem;
  line-height: 1.2;
}

.service-card p {
  margin-bottom: 28px;
  color: var(--gray-500);
}

.service-card a {
  margin-top: auto;
  color: var(--blue-600);
  text-decoration: none;
  font-weight: 800;
}

.feature-band {
  position: relative;
  overflow: hidden;
}

.feature-band::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 54px 54px;
}

.feature-layout {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

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

.feature-list article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
}

.feature-list article>span {
  color: #75a6ff;
  font-size: 1.2rem;
  font-weight: 850;
}

.feature-list h3 {
  margin-bottom: 7px;
  font-size: 1.15rem;
}

.feature-list p {
  margin-bottom: 0;
  color: #b9c8db;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.process-grid article {
  position: relative;
  padding: 30px 26px;
  border-top: 2px solid var(--blue-500);
  background: var(--off-white);
  border-radius: 0 0 18px 18px;
}

.process-grid article>span {
  display: block;
  color: var(--blue-500);
  font-weight: 900;
  font-size: 2.4rem;
}

.process-grid h3 {
  margin: 10px 0;
  font-size: 1.25rem;
}

.process-grid p {
  margin: 0;
  color: var(--gray-500);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.plan-card {
  padding: 38px 32px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.plan-card h3 {
  font-size: 1.5rem;
  min-height: 62px;
}

.plan-label {
  color: var(--blue-600);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8rem;
}

.plan-card ul {
  min-height: 150px;
  padding-left: 20px;
  color: var(--gray-700);
}

.plan-card li {
  margin: 12px 0;
}

.plan-card .button {
  width: 100%;
}

.plan-featured {
  background: var(--navy-900);
  color: var(--white);
  transform: translateY(-14px);
  box-shadow: 0 28px 70px rgba(7, 24, 47, .22);
}

.plan-featured h3,
.plan-featured .plan-label {
  color: var(--white);
}

.plan-featured ul {
  color: #c8d5e7;
}

.about-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  align-items: start;
}

.about-grid p {
  margin-bottom: 20px;
}

.faq-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

details {
  padding: 0 24px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}

summary {
  padding: 22px 0;
  cursor: pointer;
  font-weight: 800;
  color: var(--text-dark);
}

details p {
  padding-bottom: 22px;
  color: var(--gray-500);
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -250px;
  border-radius: 50%;
  background: rgba(30, 107, 255, .18);
  filter: blur(20px);
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.contact-copy>p {
  font-size: 1.08rem;
}

.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  color: #c8d5e7;
}

.contact-direct a {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.contact-form {
  padding: 34px;
  background: var(--white);
  color: var(--text-dark);
  border-radius: var(--radius-md);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .25);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-size: .9rem;
  font-weight: 800;
}

.contact-form label:last-of-type {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--text-dark);
  background: var(--off-white);
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(30, 107, 255, .12);
}

.contact-form .button {
  grid-column: 1 / -1;
}

.site-footer {
  padding: 42px 0;
  background: var(--navy-950);
  color: #c8d5e7;
}

.footer-grid {
  display: grid;
  grid-template-columns: 260px 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.footer-grid img {
  width: 240px;
}

.footer-grid>div {
  display: grid;
  gap: 5px;
}

.footer-grid strong,
.footer-grid a {
  color: var(--white);
  text-decoration: none;
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 18px;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .feature-layout,
  .contact-grid {
    gap: 45px;
  }

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

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

@media (max-width: 820px) {
  .section {
    padding: 78px 0;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .feature-layout,
  .about-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-block: 60px;
  }

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

  .proof-grid {
    grid-template-columns: 1fr;
    padding-block: 18px;
  }

  .proof-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--gray-100);
    padding-inline: 0;
  }

  .proof-grid article:last-child {
    border-bottom: 0;
  }

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

  .plan-featured {
    transform: none;
  }

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

  .footer-grid img {
    width: 220px;
  }
}

@media (max-width: 580px) {

  .container,
  .nav-shell {
    width: min(calc(100% - 32px), var(--container));
  }

  .brand img {
    width: 205px;
  }

  h1 {
    font-size: 3.1rem;
  }

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

  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .contact-form label:last-of-type,
  .contact-form .button {
    grid-column: auto;
  }
}

/* Motion layer: progressively enhanced by JavaScript */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s cubic-bezier(.2, .75, .2, 1), transform .75s cubic-bezier(.2, .75, .2, 1);
}

.js [data-reveal="left"] {
  transform: translateX(-38px);
}

.js [data-reveal="right"] {
  transform: translateX(38px);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.js [data-stagger]>* {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .58s ease, transform .58s ease;
}

.js [data-stagger].is-visible>* {
  opacity: 1;
  transform: translateY(0);
}

.js [data-stagger].is-visible>*:nth-child(2) {
  transition-delay: .08s;
}

.js [data-stagger].is-visible>*:nth-child(3) {
  transition-delay: .16s;
}

.js [data-stagger].is-visible>*:nth-child(4) {
  transition-delay: .24s;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(460px circle at var(--pointer-x, 72%) var(--pointer-y, 38%), rgba(62, 135, 255, .15), transparent 66%);
}

.network-scene {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
  box-shadow: 0 42px 100px rgba(0, 0, 0, .34);
}

.network-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: linear-gradient(rgba(116, 166, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(116, 166, 255, .13) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black, transparent 80%);
}

.scene-glow {
  position: absolute;
  width: 330px;
  height: 330px;
  left: 30%;
  top: 18%;
  border-radius: 50%;
  background: rgba(30, 107, 255, .23);
  filter: blur(65px);
  animation: glowPulse 4.5s ease-in-out infinite;
}

.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.flow-lines {
  stroke: rgba(73, 143, 255, .55);
  stroke-width: 2;
  stroke-dasharray: 10 14;
  animation: lineFlow 8s linear infinite;
}

.scene-nodes {
  fill: #72a4ff;
}

.scene-nodes circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: nodePulse 2.8s ease-in-out infinite;
}

.scene-nodes circle:nth-child(3n+2) {
  animation-delay: .6s;
}

.scene-nodes circle:nth-child(3n+3) {
  animation-delay: 1.2s;
}

.server-stack {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 320px;
  height: 300px;
  transform: translate(-50%, -45%);
  animation: sceneFloat 5.8s ease-in-out infinite;
}

.server {
  position: absolute;
  border: 1px solid rgba(117, 166, 255, .75);
  border-radius: 20px;
  background: linear-gradient(160deg, #183d73, #0c2345);
  box-shadow: 0 24px 65px rgba(0, 0, 0, .3), inset 0 0 28px rgba(30, 107, 255, .13);
}

.server::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
}

.server i {
  position: relative;
  z-index: 2;
  display: block;
  width: 62%;
  height: 8px;
  margin: 24px auto;
  border-radius: 999px;
  background: #2779ff;
  box-shadow: 0 0 18px rgba(30, 107, 255, .8);
}

.server-back {
  width: 150px;
  height: 210px;
  left: 10px;
  top: 72px;
  opacity: .82;
}

.server-front {
  width: 185px;
  height: 260px;
  right: 12px;
  top: 20px;
}

.cloud-shape {
  position: absolute;
  right: -48px;
  bottom: 7px;
  width: 150px;
  height: 74px;
  border-radius: 50px;
  border: 2px solid #4e90ff;
  background: linear-gradient(160deg, #164b91, #0d2b55);
  box-shadow: 0 0 35px rgba(30, 107, 255, .35);
}

.cloud-shape::before,
.cloud-shape::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
  border: inherit;
}

.cloud-shape::before {
  width: 75px;
  height: 75px;
  left: 18px;
  top: -40px;
}

.cloud-shape::after {
  width: 90px;
  height: 90px;
  right: 12px;
  top: -52px;
}

.status-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 15px;
  background: rgba(7, 24, 47, .82);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
  animation: cardFloat 4.8s ease-in-out infinite;
}

.status-card>span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #5ef0b2;
  box-shadow: 0 0 16px rgba(94, 240, 178, .8);
}

.status-card b,
.status-card small {
  display: block;
}

.status-card b {
  color: #fff;
  font-size: .8rem;
}

.status-card small {
  color: #9fb1ca;
  font-size: .69rem;
}

.status-card-top {
  top: 60px;
  right: 34px;
}

.status-card-bottom {
  left: 28px;
  bottom: 46px;
  animation-delay: -2.2s;
}

@keyframes lineFlow {
  to {
    stroke-dashoffset: -240;
  }
}

@keyframes nodePulse {

  0%,
  100% {
    opacity: .45;
    transform: scale(.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@keyframes sceneFloat {

  0%,
  100% {
    transform: translate(-50%, -45%);
  }

  50% {
    transform: translate(-50%, -49%);
  }
}

@keyframes cardFloat {

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

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

@keyframes glowPulse {

  0%,
  100% {
    opacity: .65;
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (max-width: 580px) {
  .network-scene {
    min-height: 430px;
  }

  .server-stack {
    transform: translate(-50%, -48%) scale(.82);
  }

  .status-card {
    transform: scale(.88);
  }

  .status-card-top {
    right: 8px;
  }

  .status-card-bottom {
    left: 8px;
  }
}

/* Navigation and interaction layer */
.site-header {
  transition: height .25s ease, box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled {
  height: 76px;
  background: rgba(3, 16, 34, .97);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .18);
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 100%;
  bottom: -10px;
  background: var(--blue-500);
  transition: right .25s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
  right: 0;
}

.desktop-nav a.is-active {
  color: #fff;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
  transition: transform .25s ease, opacity .25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: absolute;
  left: 16px;
  right: 16px;
  top: 78px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(3, 16, 34, .98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
}

.mobile-nav a {
  display: block;
  padding: 13px 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 750;
}

.mobile-nav a:hover {
  background: rgba(255, 255, 255, .07);
}

.mobile-nav.is-open {
  display: block;
  animation: menuIn .22s ease both;
}

@keyframes menuIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

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

.service-card,
.plan-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

.service-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-8px);
}

.plan-featured {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-14px);
}

.plan-featured:hover {
  transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-18px);
}

.button {
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  inset: -50% auto -50% -45%;
  width: 35%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .32), transparent);
  transition: left .55s ease;
}

.button:hover::after {
  left: 120%;
}

@media (max-width: 820px) {
  .menu-toggle {
    display: block;
  }

  .site-header {
    height: 78px;
  }

  .site-header.is-scrolled {
    height: 70px;
  }

  .mobile-nav {
    top: 70px;
  }
}

/* Accessibility and motion preferences */
.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: -80px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  color: #07182f;
  font-weight: 850;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 16px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #76a8ff;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .js [data-reveal],
  .js [data-stagger]>* {
    opacity: 1;
    transform: none;
  }

  .service-card,
  .service-card:hover,
  .plan-card,
  .plan-featured,
  .plan-featured:hover {
    transform: none;
  }
}

@media (forced-colors: active) {

  .button,
  .service-card,
  .plan-card,
  details,
  .contact-form {
    border: 1px solid ButtonText;
  }
}


/* Netlify Forms: anti-spam, estados de envio e mensagens acessíveis */
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-form .button[disabled] {
  cursor: wait;
  opacity: .72;
}

a .contact-form .button.is-loading::after {
  animation: submitSweep .9s linear infinite;
  left: 120%;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 13px 15px;
  border-radius: 12px;
  font-size: .92rem;
  font-weight: 750;
}

.form-status.is-success {
  color: #07593e;
  background: #e8fbf3;
  border: 1px solid #a9ead2;
}

.form-status.is-error {
  color: #8a2530;
  background: #fff0f1;
  border: 1px solid #ffc9cf;
}

@keyframes submitSweep {
  from {
    left: -45%;
  }

  to {
    left: 120%;
  }
}

@media (max-width: 580px) {
  .form-status {
    grid-column: auto;
  }
}