.au-site {
  --au-cyan: #20bfe5;
  --au-cyan-soft: #dff7fc;
  --au-green: #25a972;
  --au-ink: #0a2038;
  color: var(--au-ink);
  background: #fff;
}

.au-site .site-header {
  border-bottom-color: rgba(18, 54, 84, 0.1);
}

.au-site .site-nav {
  gap: 2px;
}

.au-site .site-nav > a:not(.nav-cta) {
  padding-inline: 9px;
}

.au-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 84px;
  background:
    radial-gradient(circle at 92% 15%, rgba(32, 191, 229, 0.17), transparent 26%),
    radial-gradient(circle at 67% 70%, rgba(37, 169, 114, 0.11), transparent 32%),
    linear-gradient(150deg, #f8fcfe 0%, #fff 48%, #eef8f5 100%);
}

.au-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(12, 35, 64, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 35, 64, 0.026) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
  pointer-events: none;
  content: "";
}

.au-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: clamp(44px, 6vw, 76px);
}

.au-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(2.75rem, 5vw, 4.65rem);
}

.au-hero-copy .accent {
  color: var(--green-700);
}

.au-hero-copy .hero-copy {
  max-width: 700px;
}

.hero-trust {
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  list-style: none;
  color: #4d6175;
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-trust li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-trust span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green-700);
  font-size: 0.72rem;
}

.au-hero-visual {
  position: relative;
  padding: 18px 0 30px;
}

.hero-image-shell {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(18, 54, 84, 0.12);
  border-radius: 38px 38px 96px 38px;
  background: #dceaf0;
  box-shadow: 0 34px 90px rgba(7, 24, 44, 0.2);
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.hero-image-shell::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(7, 24, 44, 0.06), transparent 44%, rgba(32, 191, 229, 0.1));
  pointer-events: none;
  content: "";
}

.hero-image-shell > img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: 60% center;
  animation: au-image-breathe 11s ease-in-out infinite alternate;
}

.floating-proof {
  position: absolute;
  z-index: 2;
  min-width: 185px;
  padding: 13px 16px 13px 52px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  color: #fff;
  background: rgba(7, 24, 44, 0.86);
  box-shadow: 0 14px 34px rgba(7, 24, 44, 0.2);
  backdrop-filter: blur(13px);
  animation: au-float 4.5s ease-in-out infinite;
}

.floating-proof > span {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--green-600);
  font-size: 0.72rem;
  font-weight: 850;
  transform: translateY(-50%);
}

.floating-proof strong,
.floating-proof small {
  display: block;
  line-height: 1.25;
}

.floating-proof strong {
  font-size: 0.85rem;
}

.floating-proof small {
  margin-top: 2px;
  color: #cbd9e3;
  font-size: 0.66rem;
}

.floating-proof-top {
  top: 34px;
  right: 20px;
}

.floating-proof-bottom {
  right: 32px;
  bottom: 52px;
  animation-delay: -2.2s;
}

.au-proof {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.au-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.au-proof-grid > div {
  min-height: 124px;
  padding: 28px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line);
}

.au-proof-grid > div:last-child {
  border-right: 1px solid var(--line);
}

.au-proof-grid strong {
  color: var(--navy-900);
  font-size: 1.1rem;
}

.au-proof-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.88rem;
}

.au-services-intro {
  padding-bottom: 54px;
  background: #f6fafd;
}

.service-jump {
  margin-top: 36px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.service-jump a {
  padding: 10px 14px;
  border: 1px solid #cfdde7;
  border-radius: 999px;
  color: var(--navy-900);
  background: #fff;
  font-size: 0.86rem;
  font-weight: 750;
  transition: border 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.service-jump a:hover {
  border-color: var(--green-500);
  color: var(--green-700);
  box-shadow: 0 8px 20px rgba(12, 35, 64, 0.08);
  transform: translateY(-2px);
}

.service-feature {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background: #fff;
}

.service-feature-light {
  background: #f6fafd;
}

.service-feature-dark {
  color: #d8e4ec;
  background:
    radial-gradient(circle at 80% 20%, rgba(32, 191, 229, 0.12), transparent 32%),
    linear-gradient(145deg, #07182c, #0b2d49);
}

.service-feature-dark h2,
.service-feature-dark h3,
.service-feature-dark .service-outcomes strong {
  color: #fff;
}

.service-feature-dark .eyebrow {
  color: #70e7bb;
}

.service-feature-dark .service-index {
  color: rgba(255, 255, 255, 0.08);
}

.service-feature-dark .text-link {
  color: #80e8bd;
}

.service-feature-dark .service-outcomes > div {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.service-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  align-items: center;
  gap: clamp(52px, 8vw, 110px);
}

.service-feature-grid-reverse > :first-child {
  order: 1;
}

.service-feature-grid-reverse > :last-child {
  order: 2;
}

.service-copy {
  position: relative;
  z-index: 1;
}

.service-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.service-feature-dark .service-copy > p:not(.eyebrow),
.service-feature-dark .service-outcomes span {
  color: #b9cbd7;
}

.service-index {
  position: absolute;
  top: -82px;
  left: -12px;
  z-index: -1;
  color: rgba(12, 35, 64, 0.055);
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
}

.service-outcomes {
  margin-top: 32px;
}

.service-outcomes > div {
  padding: 16px 0;
  display: grid;
  grid-template-columns: minmax(150px, 0.58fr) 1fr;
  gap: 22px;
  border-top: 1px solid var(--line);
}

.service-outcomes strong {
  color: var(--navy-900);
  font-size: 0.94rem;
}

.service-outcomes span {
  color: var(--muted);
  font-size: 0.9rem;
}

.text-link {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-700);
  font-weight: 800;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.service-visual,
.payments-visual,
.advisory-board {
  min-height: 440px;
}

.service-visual-web {
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 54, 84, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 10%, rgba(32, 191, 229, 0.26), transparent 34%),
    linear-gradient(145deg, #0a2038, #103b5e);
  box-shadow: 0 28px 65px rgba(7, 24, 44, 0.17);
}

.browser-mock {
  width: 76%;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(4, 17, 31, 0.35);
  transform: translateX(-4%);
  animation: au-device-float 5s ease-in-out infinite;
}

.browser-bar {
  height: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #e9f0f5;
}

.browser-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9fb1be;
}

.browser-bar span {
  width: 48%;
  height: 8px;
  margin-left: 8px;
  border-radius: 999px;
  background: #d2dee6;
}

.browser-layout {
  min-height: 240px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 78px repeat(2, 48px);
  gap: 12px;
  background: linear-gradient(145deg, #f7fbfd, #e9f6f1);
}

.browser-layout b {
  grid-row: 1 / 4;
  border-radius: 14px;
  background: linear-gradient(145deg, #163f60, #0a2038);
}

.browser-layout span {
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(12, 35, 64, 0.08);
}

.browser-layout span:first-of-type {
  background: linear-gradient(135deg, #dbf7ec, #bfead9);
}

.mobile-mock {
  position: absolute;
  right: 10%;
  bottom: 36px;
  width: 118px;
  height: 225px;
  padding: 24px 10px 10px;
  overflow: hidden;
  border: 5px solid #06172a;
  border-radius: 24px;
  background: #f8fbfc;
  box-shadow: 0 20px 45px rgba(3, 14, 27, 0.4);
  animation: au-device-float 4.4s ease-in-out infinite reverse;
}

.mobile-mock::before {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 34px;
  height: 5px;
  border-radius: 999px;
  background: #22394d;
  content: "";
  transform: translateX(-50%);
}

.mobile-mock span,
.mobile-mock b,
.mobile-mock i {
  display: block;
  border-radius: 7px;
}

.mobile-mock span {
  height: 72px;
  background: linear-gradient(135deg, #153f61, #1f6c82);
}

.mobile-mock b {
  width: 70%;
  height: 10px;
  margin: 12px 0 8px;
  background: #b8cbd7;
}

.mobile-mock i {
  height: 22px;
  margin-top: 7px;
  background: #dfe9ef;
}

.motion-tag {
  position: absolute;
  top: 34px;
  right: 28px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #073b2e;
  background: #8ce7bf;
  box-shadow: 0 8px 22px rgba(4, 17, 31, 0.2);
  font-size: 0.72rem;
  font-weight: 850;
}

.service-photo {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(7, 24, 44, 0.16);
}

.service-photo img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.2,.7,.2,1);
}

.service-photo[data-parallax] img {
  transform: translateY(var(--parallax-y, 0)) scale(1.045);
}

.service-photo:hover img {
  transform: translateY(var(--parallax-y, 0)) scale(1.075);
}

.service-photo-dark {
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.36);
}

.image-status {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 24, 44, 0.86);
  backdrop-filter: blur(12px);
  font-size: 0.76rem;
  font-weight: 800;
}

.image-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55dfa7;
  box-shadow: 0 0 0 0 rgba(85, 223, 167, 0.55);
  animation: au-live-pulse 2s ease-out infinite;
}

.automation-pulse {
  position: absolute;
  right: 9%;
  bottom: 9%;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(7, 24, 44, 0.76);
  backdrop-filter: blur(12px);
}

.automation-pulse i {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #7be5ba;
  animation: au-ripple 2.7s ease-out infinite;
}

.automation-pulse i:nth-child(2) { animation-delay: .9s; }
.automation-pulse i:nth-child(3) { animation-delay: 1.8s; }

.payments-visual {
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 54, 84, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 48% 48%, rgba(32, 191, 229, 0.16), transparent 32%),
    linear-gradient(145deg, #eaf6fb, #eef9f4);
}

.payment-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  background: linear-gradient(145deg, #0e3554, #07182c);
  box-shadow: 0 22px 50px rgba(7, 24, 44, 0.22);
}

.payment-card-main {
  z-index: 2;
  width: min(78%, 360px);
  min-height: 230px;
  padding: 28px;
  border-radius: 24px;
  transform: rotate(-3deg);
  animation: au-card-tilt 5.6s ease-in-out infinite;
}

.payment-card-main > span {
  color: #b8d0df;
  font-size: 0.8rem;
  font-weight: 750;
}

.payment-card-main > strong {
  margin: 28px 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 2.1rem;
}

.payment-card-main > strong i {
  color: #8de7c0;
  font-style: normal;
  letter-spacing: .18em;
}

.payment-card-main > div {
  display: flex;
  gap: 8px;
}

.payment-card-main > div b {
  width: 38px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.payment-card-main button {
  width: 100%;
  min-height: 42px;
  margin-top: 22px;
  border: 0;
  border-radius: 10px;
  color: #053326;
  background: #79e4b5;
  font-size: 0.82rem;
  font-weight: 850;
}

.payment-card-side {
  z-index: 3;
  right: 7%;
  bottom: 12%;
  width: 170px;
  padding: 17px 48px 17px 18px;
  border-radius: 17px;
  animation: au-float 4s ease-in-out infinite -1.4s;
}

.payment-card-side span,
.payment-card-side strong {
  display: block;
  line-height: 1.25;
}

.payment-card-side span { color: #b9cbd7; font-size: .7rem; }
.payment-card-side strong { margin-top: 3px; color: #fff; font-size: .86rem; }
.payment-card-side i {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #083b2e;
  background: #79e4b5;
  font-style: normal;
  transform: translateY(-50%);
}

.payment-orbit {
  position: absolute;
  width: 310px;
  height: 310px;
  border: 1px dashed rgba(29, 79, 115, 0.25);
  border-radius: 50%;
  animation: au-spin 18s linear infinite;
}

.payment-orbit i {
  position: absolute;
  top: 15px;
  left: 46px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--au-cyan);
  box-shadow: 0 0 0 8px rgba(32, 191, 229, 0.12);
}

.advisory-board {
  padding: 28px;
  border: 1px solid rgba(18, 54, 84, 0.1);
  border-radius: 34px;
  background: linear-gradient(145deg, #fff, #edf6f9);
  box-shadow: 0 28px 65px rgba(7, 24, 44, 0.12);
}

.advisory-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy-900);
  font-weight: 800;
}

.advisory-head i {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--green-700);
  background: var(--green-100);
  font-size: .7rem;
  font-style: normal;
}

.advisory-board ol {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
}

.advisory-board li {
  min-height: 124px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  animation: au-roadmap 8s ease-in-out infinite;
}

.advisory-board li:nth-child(2) { animation-delay: 2s; }
.advisory-board li:nth-child(3) { animation-delay: 4s; }
.advisory-board li:nth-child(4) { animation-delay: 6s; }

.advisory-board li > b {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--green-700);
  background: var(--green-100);
  font-size: .68rem;
}

.advisory-board li strong,
.advisory-board li small {
  display: block;
}

.advisory-board li strong {
  color: var(--navy-900);
  font-size: .9rem;
}

.advisory-board li small {
  margin-top: 4px;
  color: var(--muted);
  font-size: .76rem;
}

.advisory-progress {
  height: 5px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #dae6ec;
}

.advisory-progress span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-700), var(--au-cyan));
  transform: scaleX(0);
  transform-origin: left;
  animation: au-progress 8s ease-in-out infinite;
}

.au-process {
  color: #dce7ef;
  background:
    radial-gradient(circle at 18% 8%, rgba(32, 191, 229, 0.13), transparent 32%),
    var(--navy-950);
}

.au-process h2,
.au-process h3 {
  color: #fff;
}

.au-process .section-copy {
  color: #b6c8d4;
}

.au-process-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.au-process-grid article {
  position: relative;
  min-height: 245px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  transition: border 180ms ease, transform 180ms ease, background 180ms ease;
}

.au-process-grid article:hover {
  border-color: rgba(121, 228, 181, 0.5);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-5px);
}

.au-process-grid article > span {
  color: #80e6ba;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.au-process-grid h3 {
  margin: 66px 0 12px;
}

.au-process-grid p {
  margin: 0;
  color: #b6c8d4;
  font-size: .9rem;
}

.au-about {
  background: #fff;
}

.au-about-card {
  border: 1px solid rgba(18, 54, 84, .1);
  box-shadow: 0 24px 55px rgba(7, 24, 44, .1);
}

.au-faq {
  background: #f6fafd;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 78px;
  align-items: start;
}

.faq-list {
  border-top: 1px solid #cfdde7;
}

.faq-list details {
  border-bottom: 1px solid #cfdde7;
}

.faq-list summary {
  position: relative;
  padding: 22px 42px 22px 0;
  color: var(--navy-900);
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-900);
  background: #fff;
  content: "+";
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list p {
  margin: -4px 42px 22px 0;
  color: var(--muted);
}

.au-quote {
  color: #d9e6ee;
  background:
    radial-gradient(circle at 82% 24%, rgba(37, 169, 114, .15), transparent 32%),
    linear-gradient(145deg, #07182c, #0c2d49);
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(400px, 1.15fr);
  gap: clamp(52px, 8vw, 110px);
  align-items: center;
}

.quote-copy h2 {
  color: #fff;
}

.quote-copy > p:not(.eyebrow) {
  color: #b9cbd7;
  font-size: 1.05rem;
}

.direct-contact {
  margin-top: 34px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.direct-contact span {
  color: #94adbd;
  font-size: .8rem;
}

.direct-contact a {
  margin-top: 4px;
  color: #7ee4b8;
  font-size: 1.35rem;
  font-weight: 800;
}

.quote-card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 26px;
  color: var(--navy-900);
  background: #fff;
  box-shadow: 0 28px 75px rgba(0, 0, 0, .28);
}

.quote-card label {
  margin-bottom: 7px;
  display: block;
  font-size: .84rem;
  font-weight: 780;
}

.quote-card label span {
  color: var(--muted);
  font-weight: 500;
}

.quote-card input,
.quote-card select,
.quote-card textarea {
  width: 100%;
  margin-bottom: 17px;
  padding: 12px 13px;
  border: 1px solid #cedbe4;
  border-radius: 11px;
  color: var(--navy-900);
  background: #fbfdfe;
}

.quote-card input:focus,
.quote-card select:focus,
.quote-card textarea:focus {
  border-color: var(--green-500);
  outline: 3px solid rgba(53, 169, 120, .14);
}

.quote-card textarea {
  resize: vertical;
}

.quote-card .button {
  width: 100%;
  margin-top: 5px;
}

.form-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: .75rem;
  text-align: center;
}

.au-footer .footer-brand p {
  max-width: 360px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  min-height: 54px;
  padding: 10px 18px 10px 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .44);
  border-radius: 999px;
  color: #fff;
  background: #148f60;
  box-shadow: 0 15px 38px rgba(6, 75, 50, .32);
  font-size: .9rem;
  font-weight: 820;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  background: #08764d;
  box-shadow: 0 18px 44px rgba(6, 75, 50, .4);
  transform: translateY(-4px);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1);
}

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

[data-reveal-delay="1"] { transition-delay: 110ms; }
[data-reveal-delay="2"] { transition-delay: 220ms; }
[data-reveal-delay="3"] { transition-delay: 330ms; }

@keyframes au-image-breathe {
  0% { transform: scale(1.015) translate3d(0, 0, 0); }
  100% { transform: scale(1.055) translate3d(-1%, -1%, 0); }
}

@keyframes au-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes au-device-float {
  0%, 100% { transform: translateY(0) translateX(-4%); }
  50% { transform: translateY(-8px) translateX(-4%); }
}

@keyframes au-live-pulse {
  70% { box-shadow: 0 0 0 9px rgba(85, 223, 167, 0); }
  100% { box-shadow: 0 0 0 0 rgba(85, 223, 167, 0); }
}

@keyframes au-ripple {
  0% { opacity: .8; transform: scale(.8); }
  100% { opacity: 0; transform: scale(4); }
}

@keyframes au-card-tilt {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(-1deg) translateY(-7px); }
}

@keyframes au-spin {
  to { transform: rotate(360deg); }
}

@keyframes au-roadmap {
  0%, 24%, 100% { border-color: var(--line); transform: translateY(0); }
  8%, 18% { border-color: #8bcfb2; box-shadow: 0 10px 24px rgba(35, 137, 108, .09); transform: translateY(-3px); }
}

@keyframes au-progress {
  0% { transform: scaleX(0); }
  90%, 100% { transform: scaleX(1); }
}

@media (max-width: 1080px) {
  .au-hero-grid,
  .service-feature-grid,
  .quote-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .hero-image-shell,
  .hero-image-shell > img {
    min-height: 440px;
  }

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

@media (max-width: 920px) {
  .au-hero {
    padding-top: 64px;
  }

  .au-hero-grid,
  .service-feature-grid,
  .quote-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .au-hero-grid {
    gap: 46px;
  }

  .au-hero-copy h1 {
    max-width: 790px;
  }

  .hero-image-shell {
    transform: none;
  }

  .service-feature {
    padding: 92px 0;
  }

  .service-feature-grid-reverse > :first-child,
  .service-feature-grid-reverse > :last-child {
    order: initial;
  }

  .service-feature-grid-reverse .service-copy {
    order: 1;
  }

  .service-feature-grid-reverse .service-photo,
  .service-feature-grid-reverse .payments-visual {
    order: 2;
  }

  .faq-grid {
    gap: 30px;
  }

  .quote-grid {
    gap: 42px;
  }
}

@media (max-width: 700px) {
  .au-hero {
    padding: 48px 0 58px;
  }

  .hero-trust {
    display: grid;
    gap: 10px;
  }

  .hero-image-shell,
  .hero-image-shell > img {
    min-height: 400px;
  }

  .hero-image-shell {
    border-radius: 25px 25px 65px 25px;
  }

  .floating-proof-top {
    top: 28px;
    right: 12px;
  }

  .floating-proof-bottom {
    right: 12px;
    bottom: 28px;
  }

  .au-proof-grid {
    grid-template-columns: 1fr;
  }

  .au-proof-grid > div,
  .au-proof-grid > div:last-child {
    min-height: auto;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .au-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .service-feature {
    padding: 80px 0;
  }

  .service-outcomes > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .service-index {
    top: -50px;
    font-size: 5.6rem;
  }

  .service-visual,
  .payments-visual,
  .advisory-board {
    min-height: 380px;
  }

  .service-photo,
  .service-photo img {
    min-height: 410px;
  }

  .browser-mock {
    width: 88%;
    transform: translateX(-2%);
  }

  .browser-layout {
    min-height: 210px;
    padding: 18px;
  }

  .mobile-mock {
    right: 5%;
    bottom: 28px;
    width: 102px;
    height: 198px;
  }

  .motion-tag {
    top: 20px;
    right: 18px;
  }

  .advisory-board {
    min-height: auto;
    padding: 20px;
  }

  .advisory-board ol,
  .au-process-grid {
    grid-template-columns: 1fr;
  }

  .advisory-board li {
    min-height: auto;
  }

  .au-process-grid article {
    min-height: 195px;
  }

  .au-process-grid h3 {
    margin-top: 42px;
  }

  .quote-card {
    padding: 24px 20px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 58px;
    min-height: 58px;
    padding: 0;
    justify-content: center;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
