:root {
  --yellow: #f8c400;
  --yellow-strong: #ffd11a;
  --black: #08090b;
  --graphite: #14171b;
  --ink: #20242a;
  --muted: #69717c;
  --line: #e7e9ed;
  --paper: #f5f6f8;
  --white: #ffffff;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.navbar-nav a,
.btn,
.service-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

a,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

.nm-navbar {
  min-height: 74px;
  margin: 0;
  border: 0;
  background: rgba(8, 9, 11, .96);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .22);
  transition: background .25s ease, box-shadow .25s ease;
}

.nm-navbar.solid {
  background: rgba(8, 9, 11, .96);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .22);
}

.nm-navbar .navbar-brand {
  height: 74px;
  padding: 18px 15px;
}

.nm-navbar .navbar-brand img {
  height: 42px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}

.nm-navbar .navbar-nav > li > a {
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 700;
  padding: 27px 10px;
  text-transform: uppercase;
}

.nm-navbar .navbar-nav > li > a:hover,
.nm-navbar .navbar-nav > li > a:focus {
  color: var(--yellow);
  background: transparent;
}

.nm-navbar .navbar-nav > li > a.nav-cta {
  margin: 18px 0 0 8px;
  padding: 10px 16px;
  color: var(--black);
  background: var(--yellow);
  border-radius: 4px;
}

.navbar-default .navbar-toggle {
  margin-top: 20px;
  border-color: rgba(255, 255, 255, .25);
}

.navbar-default .navbar-toggle .icon-bar {
  background: var(--white);
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  color: var(--white);
  background: #050608;
  overflow: hidden;
  overflow-anchor: none;
  contain: layout paint;
}

.hero:before,
.dark-band:before,
.about-band:before,
.inner-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(248, 196, 0, .55) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .12;
  mask-image: linear-gradient(120deg, transparent 0%, #000 55%, transparent 100%);
}

.hero:after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 34%, rgba(248, 196, 0, .2) 34.2%, transparent 34.8% 100%),
    linear-gradient(18deg, transparent 0 58%, rgba(248, 196, 0, .13) 58.2%, transparent 58.7% 100%),
    radial-gradient(circle at 70% 54%, rgba(248, 196, 0, .4) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 64%, rgba(248, 196, 0, .36) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 35%, rgba(248, 196, 0, .3) 0 2px, transparent 3px);
  opacity: .34;
  transform: translate3d(0, 0, 0);
  animation: heroNetwork 18s linear infinite;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
  min-height: 0;
  overflow-anchor: none;
}

.carousel-inner .item {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(248, 196, 0, .2), transparent 27%),
    radial-gradient(circle at 28% 58%, rgba(248, 196, 0, .1), transparent 26%),
    radial-gradient(circle at 52% 120%, rgba(255, 255, 255, .08), transparent 24%),
    linear-gradient(135deg, #050608 0%, #111419 54%, #07080a 100%);
}

.carousel-inner .hero-slide-infra {
  background:
    radial-gradient(circle at 72% 34%, rgba(248, 196, 0, .18), transparent 22%),
    radial-gradient(circle at 36% 78%, rgba(248, 196, 0, .08), transparent 26%),
    linear-gradient(115deg, transparent 0 48%, rgba(248, 196, 0, .08) 48.3%, transparent 49% 100%),
    linear-gradient(140deg, #050608 0%, #15191e 48%, #07080a 100%);
}

.carousel-inner .hero-slide-mail {
  background:
    radial-gradient(circle at 18% 74%, rgba(248, 196, 0, .12), transparent 22%),
    radial-gradient(circle at 76% 24%, rgba(248, 196, 0, .16), transparent 26%),
    linear-gradient(0deg, transparent 0 74%, rgba(255, 255, 255, .04) 74.3%, transparent 75% 100%),
    linear-gradient(130deg, #050608 0%, #101318 48%, #08090b 100%);
}

.carousel-inner .item:before,
.carousel-inner .item:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.carousel-inner .item:before {
  inset: -8%;
  z-index: 0;
  background:
    radial-gradient(circle, rgba(248, 196, 0, .82) 0 1.6px, transparent 2px) 0 0 / 28px 28px,
    radial-gradient(circle at 22% 32%, transparent 0 120px, rgba(248, 196, 0, .13) 121px, transparent 122px 170px, rgba(248, 196, 0, .08) 171px, transparent 172px),
    radial-gradient(circle at 72% 55%, transparent 0 160px, rgba(248, 196, 0, .11) 161px, transparent 162px 235px, rgba(248, 196, 0, .07) 236px, transparent 237px);
  opacity: .2;
  transform: translate3d(0, 0, 0);
  animation: heroDrift 28s linear infinite;
}

.carousel-inner .item:after {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px) 0 0 / 90px 90px,
    linear-gradient(0deg, rgba(255, 255, 255, .018) 1px, transparent 1px) 0 0 / 90px 90px,
    radial-gradient(circle at 64% 42%, rgba(248, 196, 0, .95) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 64%, rgba(248, 196, 0, .7) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 72%, rgba(248, 196, 0, .58) 0 2px, transparent 3px);
  opacity: .32;
  animation: heroPulse 7s ease-in-out infinite;
}

.carousel-inner .hero-slide-brand:after {
  background:
    radial-gradient(circle at 64% 42%, rgba(248, 196, 0, .95) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 64%, rgba(248, 196, 0, .7) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 72%, rgba(248, 196, 0, .58) 0 2px, transparent 3px),
    radial-gradient(circle at 54% 22%, rgba(248, 196, 0, .55) 0 1px, transparent 2px),
    radial-gradient(circle at 24% 46%, rgba(255, 255, 255, .18) 0 1px, transparent 2px),
    repeating-radial-gradient(circle at 70% 52%, transparent 0 72px, rgba(248, 196, 0, .11) 73px, transparent 75px);
}

.carousel-inner .hero-slide-infra:before {
  animation-duration: 34s;
  background:
    linear-gradient(32deg, transparent 0 27%, rgba(248, 196, 0, .2) 27.2%, transparent 27.6% 100%),
    linear-gradient(146deg, transparent 0 38%, rgba(248, 196, 0, .17) 38.2%, transparent 38.7% 100%),
    linear-gradient(88deg, transparent 0 63%, rgba(255, 255, 255, .06) 63.2%, transparent 63.8% 100%),
    radial-gradient(circle, rgba(248, 196, 0, .85) 0 1.8px, transparent 2.4px) 12px 8px / 54px 54px,
    radial-gradient(circle at 70% 28%, transparent 0 130px, rgba(248, 196, 0, .14) 131px, transparent 132px 205px, rgba(248, 196, 0, .08) 206px, transparent 207px);
}

.carousel-inner .hero-slide-infra:after {
  background:
    linear-gradient(90deg, rgba(248, 196, 0, .09) 1px, transparent 1px) 0 0 / 120px 120px,
    linear-gradient(0deg, rgba(248, 196, 0, .07) 1px, transparent 1px) 0 0 / 120px 120px,
    radial-gradient(circle at 18% 42%, rgba(248, 196, 0, .85) 0 3px, transparent 4px),
    radial-gradient(circle at 34% 55%, rgba(248, 196, 0, .78) 0 3px, transparent 4px),
    radial-gradient(circle at 52% 46%, rgba(248, 196, 0, .68) 0 3px, transparent 4px),
    radial-gradient(circle at 70% 57%, rgba(248, 196, 0, .78) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 38%, rgba(248, 196, 0, .65) 0 3px, transparent 4px);
  opacity: .4;
  animation-duration: 5.8s;
}

.carousel-inner .hero-slide-mail:before {
  animation-direction: reverse;
  background:
    linear-gradient(0deg, transparent 0 18%, rgba(248, 196, 0, .08) 18.2%, transparent 18.7% 100%),
    linear-gradient(0deg, transparent 0 38%, rgba(248, 196, 0, .06) 38.2%, transparent 38.7% 100%),
    linear-gradient(0deg, transparent 0 58%, rgba(248, 196, 0, .08) 58.2%, transparent 58.7% 100%),
    radial-gradient(circle, rgba(248, 196, 0, .74) 0 1.5px, transparent 2px) 6px 14px / 30px 30px,
    radial-gradient(circle at 78% 58%, transparent 0 150px, rgba(248, 196, 0, .13) 151px, transparent 152px 230px, rgba(248, 196, 0, .08) 231px, transparent 232px);
}

.carousel-inner .hero-slide-mail:after {
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, .08) 18.2%, transparent 18.7% 100%),
    radial-gradient(circle at 62% 36%, rgba(248, 196, 0, .8) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 42%, rgba(248, 196, 0, .65) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 50%, rgba(248, 196, 0, .56) 0 2px, transparent 3px),
    repeating-linear-gradient(0deg, transparent 0 30px, rgba(248, 196, 0, .06) 31px, transparent 32px 64px);
  opacity: .36;
  animation-duration: 8s;
}

.hero-grid {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 60px;
  padding-top: 110px;
  padding-bottom: 70px;
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 2;
  flex: 1;
}

.hero-copy h1 {
  max-width: 760px;
  color: var(--white);
  font-size: 60px;
}

.hero-copy h1:after,
.section-title h2:after,
.contact-section h2:after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 24px;
  background: var(--yellow);
}

.hero-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, .74);
  font-size: 19px;
  margin: 28px 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #7a5d00;
}

.product-logo {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-bottom: 24px;
}

.product-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.product-logo-hero img,
.product-logo-promail img {
  height: 58px;
  filter: drop-shadow(0 14px 32px rgba(248, 196, 0, .16));
}

.product-logo-mail-card {
  margin: 34px 0 24px;
}

.product-logo-mail-card img {
  height: 52px;
  filter: drop-shadow(0 16px 34px rgba(248, 196, 0, .18));
}

.product-logo-pages {
  padding: 13px 16px;
  background: var(--black);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 9, 11, .16);
}

.product-logo-pages img {
  height: 46px;
}

.browser-card .product-logo-pages {
  display: inline-flex;
  padding: 0;
  margin-bottom: 24px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.browser-card .product-logo-pages img {
  height: 58px;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, .22));
}

.pages-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 42%, rgba(248, 196, 0, .18), transparent 28%),
    linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
}

.pages-band .container {
  position: relative;
  z-index: 1;
}

.pages-band .section-title {
  margin-bottom: 24px;
}

.pages-band .middle h2 {
  margin-top: 0;
}

.btn {
  border: 0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 14px 22px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--black);
  background: var(--yellow);
  box-shadow: 0 14px 32px rgba(248, 196, 0, .22);
}

.btn-primary:hover,
.btn-primary:focus {
  color: var(--black);
  background: var(--yellow-strong);
}

.btn-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  margin-left: 10px;
}

.btn-ghost:hover,
.btn-ghost:focus {
  color: var(--yellow);
  background: rgba(248, 196, 0, .1);
  border: 1px solid rgba(248, 196, 0, .38);
}

.btn-dark {
  color: var(--white);
  background: var(--graphite);
}

.btn-dark:hover,
.btn-dark:focus {
  color: var(--yellow);
  background: var(--graphite);
}

.btn-pages:hover,
.btn-pages:focus {
  color: var(--yellow);
}

.hero-panel {
  min-height: 460px;
}

.brand-orbit {
  width: 330px;
  height: 330px;
  margin: 0 auto;
  border: 1px solid rgba(248, 196, 0, .26);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 90px rgba(248, 196, 0, .14);
  animation: orbitGlow 6s ease-in-out infinite;
}

.brand-orbit img {
  width: 168px;
  height: 168px;
  object-fit: cover;
  border-radius: 18px;
}

.metric-card,
.service-node,
.mail-window,
.browser-card,
.feature-checks,
.quote-form,
.about-stats {
  border-radius: 8px;
}

.metric-card {
  position: absolute;
  width: 218px;
  padding: 18px;
  color: var(--white);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(248, 196, 0, .22);
  backdrop-filter: blur(12px);
  animation: cardFloat 7s ease-in-out infinite;
}

.metric-card strong {
  display: block;
  color: var(--yellow);
  font-size: 20px;
}

.metric-card span {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.45;
}

.metric-one {
  top: 62px;
  right: 28px;
}

.metric-two {
  bottom: 64px;
  left: 28px;
  animation-delay: -2.5s;
}

.hero-panel-lines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 132px));
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.service-node {
  width: 132px;
  min-height: 132px;
  padding: 24px 14px;
  text-align: center;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(248, 196, 0, .25);
  animation: cardFloat 6.5s ease-in-out infinite;
}

.service-node:nth-child(2) {
  animation-delay: -1.8s;
}

.service-node:nth-child(3) {
  animation-delay: -3.2s;
}

.service-node:nth-child(4) {
  animation-delay: -4.6s;
}

.service-node:nth-child(5) {
  animation-delay: -5.7s;
}

.service-node:nth-child(6) {
  animation-delay: -6.4s;
}

.service-node i {
  display: block;
  color: var(--yellow);
  font-size: 29px;
  margin-bottom: 14px;
}

.service-node span {
  display: block;
  font-size: 13px;
  line-height: 1.25;
}

.mail-preview {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mail-window {
  width: 420px;
  padding: 34px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(248, 196, 0, .28);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
  animation: cardFloat 7.5s ease-in-out infinite;
}

.mail-window-dots {
  margin-top: 28px;
}

.mail-window-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--yellow);
}

.mail-window h3 {
  color: var(--white);
  font-size: 26px;
  margin: 0 0 16px;
  word-break: break-word;
}

.mail-window h3 mark {
  color: var(--yellow);
  background: transparent;
  padding: 0;
}

.mail-domain {
  display: block;
}

.mail-window p {
  color: rgba(255, 255, 255, .68);
}

.carousel-control {
  z-index: 4;
  width: 7%;
  background: none !important;
  color: var(--yellow);
  opacity: 1;
  text-shadow: none;
}

.carousel-control:hover,
.carousel-control:focus {
  color: var(--yellow-strong);
  opacity: 1;
}

.hero-carousel-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  background: rgba(8, 9, 11, .68);
  border: 1px solid rgba(248, 196, 0, .42);
  border-radius: 50%;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .24);
  backdrop-filter: blur(8px);
}

.left .hero-carousel-arrow {
  left: 18px;
}

.right .hero-carousel-arrow {
  right: 18px;
}

.hero-carousel-arrow i {
  font-size: 34px;
  line-height: 1;
}

@keyframes heroDrift {
  0% {
    transform: translate3d(-1%, -1%, 0) scale(1);
  }

  50% {
    transform: translate3d(2%, 1%, 0) scale(1.03);
  }

  100% {
    transform: translate3d(-1%, -1%, 0) scale(1);
  }
}

@keyframes heroNetwork {
  0% {
    transform: translate3d(-2%, 0, 0);
  }

  50% {
    transform: translate3d(2%, -1%, 0);
  }

  100% {
    transform: translate3d(-2%, 0, 0);
  }
}

@keyframes heroPulse {
  0%,
  100% {
    opacity: .24;
  }

  50% {
    opacity: .42;
  }
}

@keyframes orbitGlow {
  0%,
  100% {
    box-shadow: 0 0 80px rgba(248, 196, 0, .12);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 120px rgba(248, 196, 0, .22);
    transform: scale(1.02);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

.section {
  position: relative;
  padding: 96px 0;
}

.section-title {
  max-width: 760px;
  margin: 0 0 44px;
}

.section-title h2,
.instagram-strip h2,
.split-section h2,
.contact-section h2 {
  color: var(--black);
  font-size: 40px;
}

.middle {
  display: flex;
  align-items: center;
}

.instagram-strip {
  background:
    radial-gradient(circle at 92% 18%, rgba(248, 196, 0, .12), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
}

.instagram-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.instagram-head h2 {
  margin-bottom: 0;
}

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

.instagram-posts a {
  display: block;
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 8px;
  background: var(--black);
  box-shadow: 0 24px 58px rgba(21, 24, 30, .16);
  transition: transform .2s ease, box-shadow .2s ease;
}

.instagram-posts a:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(248, 196, 0, .28);
  border-radius: 8px;
  pointer-events: none;
}

.instagram-posts a:after {
  content: "\f16d";
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  color: var(--black);
  background: var(--yellow);
  border-radius: 50%;
  font-family: FontAwesome;
  line-height: 38px;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.instagram-posts a:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(21, 24, 30, .22);
}

.instagram-posts a:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.instagram-posts img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.instagram-posts a:hover img {
  transform: scale(1.035);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
  font-weight: 800;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
}

.service-list > [class*="col-"] {
  display: flex;
  float: none;
}

.service-list > .block {
  align-self: stretch;
}

.service-list article {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 18px;
  align-items: center;
  width: 100%;
  min-height: 132px;
  margin-bottom: 30px;
  padding: 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
  border: 1px solid var(--line);
  border-top: 3px solid var(--yellow);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(21, 24, 30, .055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-list article:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 196, 0, .45);
  box-shadow: 0 18px 44px rgba(22, 26, 31, .1);
}

.service-list i {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: var(--black);
  background: var(--yellow);
  border-radius: 6px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  box-shadow: 0 12px 28px rgba(248, 196, 0, .22);
}

.service-heading {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--black);
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  transition: color .2s ease;
}

.service-heading:after {
  content: "\f107";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 18px;
  flex: 0 0 16px;
  margin-top: 2px;
  color: var(--black);
  background: transparent;
  border-radius: 0;
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease, color .2s ease;
}

.service-heading:hover,
.service-heading:focus {
  color: #5c4700;
  outline: none;
}

.service-heading:hover:after,
.service-heading:focus:after {
  color: #5c4700;
}

.service-heading:not(.collapsed):after {
  color: var(--black);
  transform: rotate(180deg);
}

.service-list p {
  margin: 0;
  color: #59616c;
}

.service-detail {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  margin-top: 18px;
}

.service-detail p {
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.62;
}


.dark-band,
.about-band,
.inner-hero {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 28%, rgba(248, 196, 0, .2), transparent 24%),
    linear-gradient(135deg, #08090b 0%, #171b20 100%);
  overflow: hidden;
}

.dark-band h2,
.about-band h2,
.inner-hero h1 {
  color: var(--white);
  font-size: 44px;
}

.dark-band p,
.about-band p,
.inner-hero p {
  color: rgba(255, 255, 255, .72);
}

.promail-band {
  background: #08090b;
}

.promail-band:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 18%, rgba(248, 196, 0, .18), transparent 30%),
    linear-gradient(135deg, rgba(8, 9, 11, .68) 0%, rgba(8, 9, 11, .46) 48%, rgba(8, 9, 11, .72) 100%);
}

.promail-band:before {
  z-index: 2;
}

.promail-band .container {
  position: relative;
  z-index: 3;
}

.promail-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
}

.promail-bg-video:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(248, 196, 0, .14) 48%, transparent 82%),
    radial-gradient(circle at 72% 50%, rgba(248, 196, 0, .34), transparent 30%);
  animation: promailGlow 9s ease-in-out infinite;
}

.mail-animation {
  position: absolute;
  right: 6%;
  top: 50%;
  width: 560px;
  height: 360px;
  transform: translateY(-50%);
}

.mail-compose {
  position: absolute;
  inset: 22px 28px 54px 40px;
  padding: 26px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(248, 196, 0, .48);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38), 0 0 70px rgba(248, 196, 0, .16);
  transform-origin: center;
  animation: mailComposeOpen 8s ease-in-out infinite;
}

.mail-compose-top span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--yellow);
}

.mail-field,
.mail-typing span {
  display: block;
  height: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .34);
}

.mail-field {
  width: 72%;
  margin-top: 26px;
}

.mail-subject {
  width: 48%;
  margin-top: 14px;
  background: rgba(248, 196, 0, .7);
}

.mail-typing {
  margin-top: 34px;
}

.mail-typing span {
  width: 0;
  margin-top: 14px;
  animation: mailTyping 8s steps(24, end) infinite;
}

.mail-typing span:nth-child(1) {
  max-width: 86%;
}

.mail-typing span:nth-child(2) {
  max-width: 70%;
  animation-delay: .45s;
}

.mail-typing span:nth-child(3) {
  max-width: 54%;
  animation-delay: .9s;
}

.mail-send {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--black);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 14px 42px rgba(248, 196, 0, .55);
  animation: mailSend 8s ease-in-out infinite;
}

.mail-envelope {
  position: absolute;
  left: 18px;
  bottom: 8px;
  width: 170px;
  height: 112px;
  opacity: .92;
  animation: envelopeLift 8s ease-in-out infinite;
}

.envelope-body,
.envelope-flap {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(248, 196, 0, .82);
  background: rgba(248, 196, 0, .12);
}

.envelope-flap {
  clip-path: polygon(0 0, 50% 58%, 100% 0);
  transform-origin: top;
  animation: envelopeOpen 8s ease-in-out infinite;
}

.envelope-body {
  clip-path: polygon(0 0, 50% 52%, 100% 0, 100% 100%, 0 100%);
}

.feature-checks {
  padding: 34px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
}

.feature-checks .product-logo {
  margin-bottom: 28px;
}

.feature-checks p {
  color: var(--white);
  margin: 0 0 18px;
}

.feature-checks i {
  color: var(--yellow);
  margin-right: 10px;
}

@keyframes mailComposeOpen {
  0%, 9% {
    opacity: 0;
    transform: translateY(34px) scale(.92);
  }
  18%, 80% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: .32;
    transform: translateY(-14px) scale(.98);
  }
}

@keyframes mailTyping {
  0%, 22% {
    width: 0;
  }
  48%, 78% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

@keyframes mailSend {
  0%, 54% {
    opacity: .55;
    transform: translate(0, 0) scale(.92);
  }
  65% {
    opacity: 1;
    transform: translate(18px, -18px) scale(1);
  }
  82%, 100% {
    opacity: 0;
    transform: translate(140px, -88px) scale(.72);
  }
}

@keyframes envelopeOpen {
  0%, 12% {
    transform: rotateX(0deg);
  }
  24%, 100% {
    transform: rotateX(68deg);
  }
}

@keyframes envelopeLift {
  0%, 12% {
    transform: translateY(18px);
  }
  22%, 76% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}

@keyframes promailGlow {
  0%, 100% {
    opacity: .6;
    transform: translateX(-3%);
  }
  50% {
    opacity: 1;
    transform: translateX(3%);
  }
}

@keyframes browserCardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes browserCardSweep {
  0%, 18% {
    transform: translateX(-120%);
    opacity: 0;
  }
  34%, 58% {
    opacity: 1;
  }
  76%, 100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@keyframes browserLineBuild {
  0%, 18% {
    opacity: .18;
    transform: scaleX(.12);
  }
  38%, 100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes browserTileBuild {
  0%, 38% {
    opacity: .12;
    transform: translateY(18px) scale(.86);
  }
  56%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes browserDotsPulse {
  0%, 100% {
    opacity: .45;
    transform: scale(.82);
  }
  34%, 68% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes whatsappBubblePop {
  0%, 60% {
    opacity: 0;
    transform: translateY(18px) scale(.72);
  }
  72%, 88% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: .86;
    transform: translateY(-6px) scale(.96);
  }
}

@keyframes browserToolPop {
  0%, 46% {
    opacity: 0;
    transform: translateY(12px) scale(.82);
  }
  58%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes browserCursorClick {
  0%, 12% {
    opacity: 0;
    transform: translate(300px, 150px) scale(.92);
  }
  18%, 28% {
    opacity: 1;
    transform: translate(248px, 120px) scale(1);
  }
  32% {
    transform: translate(248px, 120px) scale(.86);
  }
  38%, 50% {
    transform: translate(168px, 202px) scale(1);
  }
  54% {
    transform: translate(168px, 202px) scale(.86);
  }
  60%, 76% {
    opacity: 1;
    transform: translate(342px, 214px) scale(1);
  }
  80% {
    transform: translate(342px, 214px) scale(.86);
  }
  92%, 100% {
    opacity: 0;
    transform: translate(386px, 246px) scale(.92);
  }
}

@keyframes browserCursorRipple {
  0%, 27%, 35%, 53%, 61%, 79%, 87%, 100% {
    opacity: 0;
    transform: scale(.58);
  }
  30%, 56%, 82% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes browserClickPulse {
  0%, 24%, 36%, 52%, 64%, 78%, 100% {
    box-shadow: inset 0 0 0 0 rgba(248, 196, 0, 0), 0 0 0 0 rgba(248, 196, 0, 0);
  }
  30%, 58%, 84% {
    box-shadow: inset 0 0 0 1px rgba(248, 196, 0, .72), 0 0 0 8px rgba(248, 196, 0, .08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mail-compose,
  .mail-typing span,
  .mail-send,
  .mail-envelope,
  .envelope-flap,
  .promail-bg-video:before,
  .browser-card,
  .browser-card:before,
  .browser-top span,
  .browser-line,
  .browser-grid span,
  .browser-tools span,
  .browser-cursor,
  .browser-cursor span,
  .whatsapp-bubble {
    animation: none;
  }

  .mail-compose {
    opacity: .82;
    transform: none;
  }

  .mail-typing span {
    width: 100%;
  }

  .browser-card,
  .browser-line,
  .browser-grid span,
  .browser-tools span,
  .browser-cursor,
  .browser-cursor span,
  .whatsapp-bubble {
    opacity: 1;
    transform: none;
  }
}

.browser-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 500px;
  min-height: 310px;
  margin-left: auto;
  padding: 34px;
  background: var(--graphite);
  border: 1px solid rgba(248, 196, 0, .22);
  box-shadow: 0 26px 64px rgba(0, 0, 0, .16);
  animation: browserCardFloat 8s ease-in-out infinite;
}

.browser-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(248, 196, 0, .12) 50%, transparent 72%);
  animation: browserCardSweep 7.5s ease-in-out infinite;
}

.browser-card > * {
  position: relative;
  z-index: 1;
}

.browser-top span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--yellow);
  animation: browserDotsPulse 7s ease-in-out infinite;
}

.browser-top span:nth-child(2) {
  animation-delay: .18s;
}

.browser-top span:nth-child(3) {
  animation-delay: .36s;
}

.browser-line {
  width: 74%;
  height: 14px;
  margin: 22px 0;
  background: rgba(255, 255, 255, .16);
  border-radius: 3px;
  transform-origin: left;
  animation: browserLineBuild 7.5s ease-in-out infinite;
}

.browser-line.large {
  width: 54%;
  height: 32px;
  margin-top: 44px;
  background: var(--yellow);
  animation-delay: .25s;
}

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

.browser-grid span {
  height: 70px;
  background: rgba(255, 255, 255, .12);
  border-radius: 4px;
  transform-origin: center;
  animation: browserTileBuild 7.5s ease-in-out infinite, browserClickPulse 7.5s ease-in-out infinite;
}

.browser-grid span:nth-child(2) {
  animation-delay: .28s;
}

.browser-grid span:nth-child(3) {
  animation-delay: .56s;
}

.browser-tools {
  display: flex;
  gap: 10px;
  width: 58%;
  margin-top: 18px;
}

.browser-tools span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(248, 196, 0, .82);
  animation: browserToolPop 7.5s ease-in-out infinite;
}

.browser-tools span:nth-child(1) {
  width: 42px;
  animation-delay: .4s;
}

.browser-tools span:nth-child(2) {
  width: 68px;
  background: rgba(255, 255, 255, .22);
  animation-delay: .58s;
}

.browser-tools span:nth-child(3) {
  width: 34px;
  animation-delay: .76s;
}

.browser-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 42px;
  filter: drop-shadow(0 9px 14px rgba(0, 0, 0, .34));
  animation: browserCursorClick 7.5s ease-in-out infinite;
}

.browser-cursor i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 25px;
  height: 34px;
  background: var(--white);
  clip-path: polygon(0 0, 0 30px, 8px 23px, 14px 34px, 20px 31px, 14px 20px, 25px 20px);
  transform: rotate(-8deg);
}

.browser-cursor span {
  position: absolute;
  left: 20px;
  top: 4px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(248, 196, 0, .86);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(248, 196, 0, .28);
  opacity: 0;
  transform: scale(.65);
  animation: browserCursorRipple 7.5s ease-in-out infinite;
}

.whatsapp-bubble {
  position: absolute;
  right: 32px;
  bottom: 28px;
  width: 76px;
  height: 76px;
  color: var(--yellow);
  border: 2px solid var(--yellow);
  border-radius: 50%;
  text-align: center;
  line-height: 74px;
  font-size: 38px;
  animation: whatsappBubblePop 7.5s ease-in-out infinite;
}

.process {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(248, 196, 0, .11), transparent 20%),
    radial-gradient(circle at 92% 82%, rgba(8, 9, 11, .08), transparent 24%),
    var(--white);
}

.process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 48px;
}

.process-heading .section-title {
  margin-bottom: 0;
}

.process-seo-note {
  max-width: 760px;
  margin: 22px 0 0;
  color: #59616c;
  font-size: 17px;
  line-height: 1.65;
}

.process-heading-single {
  grid-template-columns: minmax(0, 1fr);
}

.process-heading > p {
  margin-bottom: 24px;
}

.workflow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.workflow:before {
  content: "";
  position: absolute;
  top: 71px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: linear-gradient(90deg, rgba(248, 196, 0, .05), var(--yellow), rgba(248, 196, 0, .05));
}

.workflow-step {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 300px;
  padding: 24px;
  flex-direction: column;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(21, 24, 30, .075);
}

.workflow-step:before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid var(--yellow);
  border-radius: 8px;
  pointer-events: none;
}

.workflow-step:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 62px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: var(--white);
  border-top: 3px solid var(--yellow);
  border-right: 3px solid var(--yellow);
  transform: rotate(45deg);
}

.workflow-step:last-child:after {
  display: none;
}

.workflow-number {
  display: inline-block;
  color: rgba(8, 9, 11, .16);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.workflow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 24px 0 22px;
  color: var(--yellow);
  background: var(--black);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(8, 9, 11, .16);
}

.workflow-icon i {
  font-size: 22px;
}

.workflow-step h3 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: 20px;
}

.workflow-step p {
  margin: 0;
  color: #59616c;
}

.portfolio-section {
  background:
    linear-gradient(180deg, #eef0f3 0%, #ffffff 100%);
}

.portfolio-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.portfolio-heading .section-title {
  margin-bottom: 0;
}

.portfolio-heading > p {
  margin-bottom: 24px;
}

.portfolio-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 24px;
}

.featured-case,
.portfolio-mini-grid .case-mini,
.portfolio-grid > div {
  display: block;
  position: relative;
  color: var(--black);
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(21, 24, 30, .09);
}

.featured-case {
  min-height: 520px;
}

.featured-case:after,
.portfolio-mini-grid .case-mini:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(8, 9, 11, .88) 100%);
  opacity: .92;
  transition: opacity .2s ease;
}

.featured-case:hover:after,
.portfolio-mini-grid .case-mini:hover:after {
  opacity: .78;
}

.featured-case img,
.portfolio-mini-grid img,
.portfolio-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

/* O botão do lightbox cobre todo o card do destaque e da grade */
.featured-case .case-media,
.portfolio-mini-grid .case-mini .case-media {
  position: absolute;
  inset: 0;
  height: 100%;
}

.featured-case:hover img,
.portfolio-mini-grid .case-mini:hover img,
.case-card:hover img {
  transform: scale(1.04);
}

.featured-case div,
.portfolio-mini-grid strong,
.portfolio-mini-grid span,
.case-label {
  position: absolute;
  z-index: 2;
}

.case-label,
.portfolio-mini-grid span,
.case-content span {
  display: inline-block;
  width: max-content;
  max-width: calc(100% - 40px);
  color: var(--black);
  background: var(--yellow);
  border-radius: 4px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  padding: 7px 10px;
  text-transform: uppercase;
}

.case-label {
  top: 22px;
  left: 22px;
}

.featured-case div {
  left: 28px;
  right: 28px;
  bottom: 28px;
}

.featured-case strong {
  display: block;
  color: var(--white);
  font-size: 34px;
  line-height: 1.05;
}

.featured-case p {
  max-width: 520px;
  color: rgba(255, 255, 255, .74);
  margin: 12px 0 0;
}

.portfolio-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.portfolio-mini-grid .case-mini {
  min-height: 248px;
}

.portfolio-mini-grid span {
  top: 18px;
  left: 18px;
}

.portfolio-mini-grid strong {
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: var(--white);
  font-size: 22px;
}

.portfolio-action {
  margin-top: 34px;
}

.portfolio-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.portfolio-toolbar h2 {
  max-width: 660px;
  color: var(--black);
  font-size: 38px;
  margin-bottom: 0;
}

/* Toolbar de filtro + busca do portfólio */
.portfolio-toolbar--filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: -8px 0 32px;
}

.portfolio-search {
  flex: 1 1 280px;
  min-width: 240px;
}

.portfolio-search-input {
  width: 100%;
  padding: 12px 48px 12px 18px;
  font-size: 15px;
  color: var(--black);
  background: var(--white);
  border: 1px solid rgba(16, 18, 22, .18);
  border-radius: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'><circle cx='11' cy='11' r='7'/><path d='M21 21l-4.3-4.3'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.portfolio-search-input:focus {
  outline: none;
  border-color: var(--accent, #d9a100);
  box-shadow: 0 0 0 3px rgba(217, 161, 0, .18);
}

.portfolio-filter {
  flex: 0 1 auto;
}

.portfolio-filter-select {
  padding: 12px 40px 12px 16px;
  font-size: 15px;
  color: var(--black);
  background: var(--white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>") no-repeat right 14px center;
  border: 1px solid rgba(16, 18, 22, .18);
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.portfolio-filter-select:focus {
  outline: none;
  border-color: var(--accent, #d9a100);
  box-shadow: 0 0 0 3px rgba(217, 161, 0, .18);
}

.portfolio-empty {
  margin: 8px 0 32px;
  padding: 14px 18px;
  font-size: 15px;
  color: var(--white);
  background: rgba(217, 161, 0, .1);
  border-left: 4px solid var(--accent, #d9a100);
}

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

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

/* Card: imagem em cima e texto em bloco próprio abaixo dela */
.case-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  background: var(--black);
  box-shadow: 0 18px 46px rgba(21, 24, 30, .13);
}

/* Botão que envolve a imagem e abre o lightbox */
.case-media {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}

.case-media:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: -2px;
}

.case-card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .35s ease;
}

.case-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 24px;
}

.case-content strong {
  color: var(--white);
  font-size: 24px;
  line-height: 1.25;
}

.case-content h3 {
  color: var(--white);
  font-size: 20px;
  margin: 0;
}

.case-content p {
  color: rgba(255, 255, 255, .74);
  margin-bottom: 0;
}

.case-content em {
  margin-top: auto;
  color: var(--yellow);
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.portfolio-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 36px;
  padding: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 18%, rgba(248, 196, 0, .22), transparent 26%),
    linear-gradient(135deg, #08090b 0%, #171b20 100%);
  border-radius: 8px;
}

.portfolio-cta h2 {
  max-width: 760px;
  color: var(--white);
  font-size: 32px;
}

.portfolio-cta p {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
}

.about-stats {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
}

.about-stats div {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.about-stats div:last-child {
  border-bottom: 0;
}

.about-stats strong,
.about-stats span {
  display: block;
}

.about-stats strong {
  color: var(--yellow);
  font-size: 24px;
}

.about-stats span {
  color: rgba(255, 255, 255, .7);
}

/* Botões da seção "Sobre a NMaster" na home */
.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.about-actions .btn {
  margin: 0;
  border: 1px solid var(--white);
}

/* Grid de Missão, Visão e Valores (página sobre.php) */
.about-mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-mvv-card {
  padding: 34px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
}

.about-mvv-card > i {
  display: block;
  color: var(--yellow);
  font-size: 28px;
  margin-bottom: 22px;
}

.about-mvv-card h3 {
  color: var(--white);
  font-size: 22px;
  margin-bottom: 14px;
}

.about-mvv-card p {
  color: rgba(255, 255, 255, .78);
  margin-bottom: 0;
}

.about-mvv-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.about-mvv-list li {
  color: rgba(255, 255, 255, .84);
  margin-bottom: 10px;
}

.about-mvv-list li:last-child {
  margin-bottom: 0;
}

.about-mvv-list li i {
  color: var(--yellow);
  margin-right: 8px;
}

.mvv-cta {
  margin-top: 40px;
}

.mvv-cta .btn + .btn {
  margin-left: 10px;
}

/* Página de Política de Uso de Dados (LGPD) */
.lgpd-box {
  padding: 44px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
}

.lgpd-box h2 {
  color: var(--yellow);
  font-size: 22px;
  margin: 34px 0 14px;
}

.lgpd-box h2:first-child {
  margin-top: 0;
}

.lgpd-box p {
  color: rgba(255, 255, 255, .82);
}

.lgpd-box a {
  color: var(--yellow);
  text-decoration: underline;
}

.lgpd-list {
  margin: 0 0 0 2px;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .82);
}

.lgpd-list li {
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

.lgpd-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: var(--yellow);
  position: absolute;
  left: 0;
  top: 0;
}

.lgpd-footer-note {
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .5) !important;
  font-size: 13px;
}

.about-cycle {
  position: relative;
  min-height: 430px;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(248, 196, 0, .16), transparent 34%),
    rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  overflow: hidden;
}

.cycle-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 265px;
  height: 265px;
  border: 2px solid rgba(248, 196, 0, .55);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: cycleRotate 18s linear infinite;
  animation-play-state: running;
  will-change: transform;
}

.cycle-ring:before,
.cycle-ring:after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(248, 196, 0, .22);
  border-radius: 50%;
}

.cycle-ring:after {
  inset: 54px;
}

.cycle-motion {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 315px;
  height: 315px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: cycleRotateReverse 20s linear infinite;
  animation-play-state: running;
  will-change: transform;
}

.cycle-motion:before {
  content: "";
  position: absolute;
  inset: 38px;
  border-radius: 50%;
  background:
    conic-gradient(from 25deg, transparent 0 18%, rgba(248, 196, 0, .34) 20%, transparent 23% 48%, rgba(248, 196, 0, .26) 51%, transparent 54% 100%);
  mask-image: radial-gradient(circle, transparent 0 48%, #000 49% 51%, transparent 52% 100%);
}

.cycle-motion span {
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(248, 196, 0, .85), 0 0 0 7px rgba(248, 196, 0, .11);
}

.cycle-motion span:nth-child(1) {
  left: 50%;
  top: 8px;
}

.cycle-motion span:nth-child(2) {
  right: 8px;
  top: 50%;
}

.cycle-motion span:nth-child(3) {
  left: 50%;
  bottom: 8px;
}

.cycle-motion span:nth-child(4) {
  left: 8px;
  top: 50%;
}

.cycle-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 150px;
  height: 150px;
  padding: 24px 18px;
  color: var(--white);
  text-align: center;
  background: var(--black);
  border: 1px solid rgba(248, 196, 0, .55);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .32);
}

.cycle-core strong,
.cycle-core span,
.cycle-step strong,
.cycle-step span {
  display: block;
}

.cycle-core strong {
  color: var(--yellow);
  font-size: 17px;
  line-height: 1.15;
}

.cycle-core span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.35;
}

.cycle-step {
  position: absolute;
  z-index: 3;
  width: 156px;
  min-height: 88px;
  padding: 16px;
  background: rgba(8, 9, 11, .96);
  border: 1px solid rgba(248, 196, 0, .4);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.cycle-step:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(248, 196, 0, .12);
  animation: cyclePulse 2.8s ease-in-out infinite;
}

.cycle-step strong {
  color: var(--yellow);
  font-size: 15px;
  text-transform: uppercase;
}

.cycle-step span {
  margin-top: 7px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.35;
}

.cycle-plan {
  left: 28px;
  top: 34px;
}

.cycle-plan:before {
  right: -34px;
  bottom: -8px;
}

.cycle-do {
  right: 28px;
  top: 78px;
}

.cycle-do:before {
  left: -29px;
  bottom: 8px;
}

.cycle-check {
  right: 28px;
  bottom: 48px;
}

.cycle-check:before {
  left: -31px;
  top: 8px;
}

.cycle-act {
  left: 28px;
  bottom: 76px;
}

.cycle-act:before {
  right: -34px;
  top: 10px;
}

@keyframes cycleRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes cycleRotateReverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes cyclePulse {
  0%,
  100% {
    box-shadow: 0 0 0 7px rgba(248, 196, 0, .12);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 11px rgba(248, 196, 0, .04);
    transform: scale(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cycle-ring,
  .cycle-motion,
  .cycle-step:before {
    animation: none;
  }
}

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

.data-note {
  margin-top: 18px;
  padding-left: 12px;
  border-left: 1px solid rgba(21, 24, 30, .18);
  color: rgba(21, 24, 30, .8);
  font-size: 13px;
  line-height: 1.6;
}

/* Caixa de e-mail da seção de contato */
.contact-email-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 26px;
  padding: 20px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid var(--yellow);
  border-radius: 8px;
}

.contact-email-box > i {
  color: var(--yellow);
  font-size: 26px;
  margin-top: 2px;
}

.contact-email-box span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.contact-email-box a {
  display: block;
  color: var(--black);
  font-size: 18px;
  font-weight: 800;
}

.contact-email-box a:hover {
  color: var(--yellow-strong);
}

/* Caixa de horário de atendimento da seção de contato */
.contact-hours-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 14px;
  padding: 20px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid var(--yellow);
  border-radius: 8px;
}

.contact-hours-box > i {
  color: var(--yellow);
  font-size: 26px;
  margin-top: 2px;
}

.contact-hours-box span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.contact-hours-box strong {
  display: block;
  color: var(--black);
  font-size: 16px;
  font-weight: 800;
}

.quote-form {
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.quote-form label {
  display: block;
  color: var(--black);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  display: block;
  width: 100%;
  margin: 8px 0 20px;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #d8dce1;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.quote-form select option {
  color: var(--ink);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(248, 196, 0, .18);
}

.quote-form ::placeholder {
  color: rgba(21, 24, 30, .72);
  opacity: 1;
}

.quote-form ::-webkit-input-placeholder {
  color: rgba(21, 24, 30, .72);
  opacity: 1;
}

.quote-form ::-moz-placeholder {
  color: rgba(21, 24, 30, .72);
  opacity: 1;
}

.quote-form :-moz-placeholder {
  color: rgba(21, 24, 30, .72);
  opacity: 1;
}

.quote-form :-ms-input-placeholder {
  color: rgba(21, 24, 30, .72);
}

.portfolio-search-input::placeholder {
  color: rgba(21, 24, 30, .72);
  opacity: 1;
}

.portfolio-search-input::-webkit-input-placeholder {
  color: rgba(21, 24, 30, .72);
  opacity: 1;
}

.quote-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.quote-form .consent input {
  width: auto;
  margin: 3px 0 0;
}

.form-feedback {
  min-height: 22px;
  margin: 14px 0 0;
  color: #5c4700;
  font-size: 14px;
}

.footer {
  padding: 34px 0;
  color: var(--white);
  text-align: center;
  background: var(--black);
}

.footer-brand img {
  height: 40px;
}

.footer-info {
  margin: 14px 0;
}

.footer-info strong,
.footer-info span {
  display: block;
}

.footer-info strong {
  color: var(--white);
  font-size: 18px;
}

.footer-info span {
  color: rgba(255, 255, 255, .62);
  margin-top: 4px;
}

/* Link de política legal (LGPD) do rodapé */
.footer-legal {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer-legal a {
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
}

.footer-legal a:hover {
  color: var(--yellow);
}

.social {
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.social li {
  display: inline-block;
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 4px;
  color: var(--black);
  background: var(--yellow);
  border-radius: 50%;
  line-height: 38px;
}

.floating-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  width: 58px;
  height: 58px;
  color: var(--black);
  background: var(--yellow);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .2);
}

.floating-whatsapp i {
  font-size: 27px;
}

/* Aviso de consentimento (LGPD / cookies) para novos visitantes */
.cookie-consent {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 1040;
  width: min(420px, calc(100vw - 28px));
  padding: 20px 22px;
  background: rgba(8, 9, 11, .97);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .45);
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  line-height: 1.6;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
}

.cookie-consent.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-consent-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
}

.cookie-consent-title i {
  color: var(--yellow);
  font-size: 18px;
}

.cookie-consent-text {
  margin: 0;
}

.cookie-consent a {
  color: var(--yellow);
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.cookie-consent-actions .btn {
  flex: 1 1 auto;
  min-width: 0;
  padding: 9px 16px;
  font-size: 13px;
  margin-left: 0;
}

.cookie-consent-actions .btn-ghost {
  margin-left: 0;
  border-color: rgba(255, 255, 255, .5);
}

.cookie-consent-actions .btn-ghost:hover,
.cookie-consent-actions .btn-ghost:focus {
  border-color: var(--white);
}

/* Em telas estreitas o aviso vira uma barra ocupando a largura */
@media (max-width: 576px) {
  .cookie-consent {
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
  }
}

/* Lightbox — imagem ampliada em tela cheia */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(8, 9, 11, .94);
}

.lightbox.open {
  display: flex;
}

.lightbox-image {
  max-width: 100%;
  max-height: 92vh;
  border-radius: 6px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .6);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  font-size: 20px;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease;
}

.lightbox-close:hover,
.lightbox-close:focus {
  color: var(--yellow);
  border-color: var(--yellow);
}

.inner-page {
  background: var(--paper);
}

.inner-hero {
  padding: 150px 0 80px;
}

.inner-hero h1 {
  max-width: 720px;
}

.inner-hero p {
  max-width: 620px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .hero {
    height: auto;
  }

  .carousel,
  .carousel-inner,
  .carousel-inner .item,
  .hero-grid {
    height: auto;
    min-height: 100vh;
  }

  .hero-grid,
  .middle {
    display: block;
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-panel {
    min-height: 360px;
    margin-top: 40px;
  }

  /* Mobile: blocos decorativos à direita só poluem a tela — oculta */
  .hero-panel,
  .about-cycle {
    display: none;
  }

  .promail-bg-video {
    opacity: .72;
  }

  .mail-animation {
    right: -140px;
    width: 520px;
  }

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

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

  .workflow:before,
  .workflow-step:after {
    display: none;
  }

  .workflow-step,
  .workflow-step:nth-child(even) {
    min-height: 280px;
    margin-top: 0;
  }

  .portfolio-heading,
  .portfolio-showcase,
  .case-list,
  .instagram-posts {
    grid-template-columns: 1fr;
  }

  .instagram-head {
    display: block;
  }

  .instagram-head .inline-link {
    margin-top: 18px;
  }

  .portfolio-toolbar,
  .portfolio-cta {
    display: block;
  }

  .portfolio-toolbar .btn,
  .portfolio-cta .btn {
    margin-top: 22px;
  }

  .browser-card {
    margin: 36px 0 0;
  }
}

@media (max-width: 767px) {
  .about-mvv-grid {
    grid-template-columns: 1fr;
  }

  .nm-navbar,
  .nm-navbar.solid {
    background: rgba(8, 9, 11, .98);
  }

  .nm-navbar .navbar-brand {
    height: 66px;
    padding: 16px 15px;
  }

  .nm-navbar .navbar-brand img {
    height: 34px;
    max-width: 220px;
  }

  .nm-navbar .navbar-nav > li > a {
    padding: 14px 18px;
    text-align: left;
  }

  .nm-navbar .navbar-nav > li > a.nav-cta {
    display: inline-block;
    margin: 10px 18px 18px;
  }

  .hero-grid {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .hero-copy h1,
  .dark-band h2,
  .about-band h2,
  .section-title h2,
  .instagram-strip h2,
  .split-section h2,
  .contact-section h2,
  .inner-hero h1 {
    font-size: 34px;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .promail-bg-video {
    opacity: .58;
  }

  .mail-animation {
    right: -220px;
    width: 460px;
    height: 310px;
  }

  .btn {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    white-space: normal;
  }

  /* No mobile os botões empilham em bloco: margem lateral quebraria o alinhamento */
  .btn-ghost,
  .mvv-cta .btn + .btn,
  .about-actions .btn + .btn {
    margin-left: 0;
  }

  .brand-orbit {
    width: 230px;
    height: 230px;
  }

  .brand-orbit img {
    width: 120px;
    height: 120px;
  }

  .metric-card {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .hero-panel-lines {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-slide-infra .hero-panel-lines {
    display: none;
  }

  .mail-window {
    width: 100%;
  }

  .section {
    padding: 70px 0;
  }

  .service-list article {
    display: grid;
    width: 100%;
    min-height: auto;
    padding: 18px 20px;
    margin-bottom: 20px;
  }

  .service-heading {
    width: 100%;
    font-size: 17px;
    letter-spacing: -0.01em;
  }

  .service-detail p {
    font-size: 14px;
  }

  .service-list p {
    min-height: 0;
  }

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

  .workflow {
    gap: 16px;
  }

  .workflow-step,
  .workflow-step:nth-child(even) {
    min-height: auto;
    padding: 22px;
  }

  .workflow-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    column-gap: 18px;
  }

  .workflow-number {
    grid-column: 1;
    grid-row: 1 / span 3;
    font-size: 30px;
  }

  .workflow-icon {
    grid-column: 2;
    width: 48px;
    height: 48px;
    margin: 0 0 16px;
  }

  .workflow-step h3,
  .workflow-step p {
    grid-column: 2;
  }

  .featured-case {
    min-height: 430px;
  }

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

  .instagram-posts {
    gap: 18px;
  }

  .portfolio-mini-grid .case-mini {
    min-height: 220px;
  }

  .featured-case strong,
  .case-content h3,
  .portfolio-toolbar h2,
  .portfolio-cta h2 {
    font-size: 28px;
  }

  .case-card {
    min-height: 0;
  }

  .portfolio-cta {
    padding: 26px;
  }

  .about-cycle {
    display: none;
  }

  .quote-form {
    padding: 24px;
  }

  .contact-email-box,
  .contact-hours-box {
    margin-bottom: 18px;
  }
}

/* Keep the requested product animations active even when the browser prefers reduced motion. */
@media (prefers-reduced-motion: reduce) {
  .cycle-ring {
    animation: cycleRotate 18s linear infinite !important;
    animation-play-state: running !important;
  }

  .cycle-motion {
    animation: cycleRotateReverse 20s linear infinite !important;
    animation-play-state: running !important;
  }

  .cycle-step:before {
    animation: cyclePulse 2.8s ease-in-out infinite !important;
  }

  .promail-bg-video:before {
    animation: promailGlow 9s ease-in-out infinite !important;
  }

  .mail-compose {
    animation: mailComposeOpen 8s ease-in-out infinite !important;
    animation-play-state: running !important;
  }

  .mail-send {
    animation: mailSend 8s ease-in-out infinite !important;
    animation-play-state: running !important;
  }

  .mail-envelope {
    animation: envelopeLift 8s ease-in-out infinite !important;
    animation-play-state: running !important;
  }

  .mail-typing span {
    animation: mailTyping 8s steps(24, end) infinite !important;
  }

  .envelope-flap {
    animation: envelopeOpen 8s ease-in-out infinite !important;
  }
}
