
:root {
  --au-radius: 20px;
  --au-shadow: 0 20px 50px -20px rgba(14, 34, 51, .18);
  --au-shadow-sm: 0 10px 24px -12px rgba(14, 34, 51, .14);
  --au-ease: cubic-bezier(.16, 1, .3, 1);
}

.au-body { scroll-behavior: smooth; }

.au-h2 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  color: var(--navy);
  line-height: 1.2;
}

.au-body-text { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.au-body-text--light { color: rgba(255,255,255,.72); }

.au-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--green));
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: .95rem;
  margin-right: .35rem;
}

.au-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--mint-bg);
  color: var(--teal-dark);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .5rem 1rem;
  border-radius: 999px;
}
.au-eyebrow--dark { background: rgba(14,34,51,.06); color: var(--navy); }

.au-tag {
  display: inline-block;
  background: var(--mint-bg);
  color: var(--teal-dark);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .45rem .9rem;
  border-radius: 999px;
}
.au-tag--light { background: rgba(255,255,255,.12); color: #eafcf3; }

.au-underline {
  position: relative;
  color: var(--teal);
  white-space: nowrap;
}
.au-underline::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: .05em;
  height: .18em;
  background: rgba(62,201,124,.35);
  z-index: -1;
  border-radius: 4px;
}
.au-hero {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 5rem;
  background: linear-gradient(180deg, #f3fbf8 0%, #ffffff 100%);
}

.au-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .35;
  pointer-events: none;
}
.au-hero-glow--1 { width: 420px; height: 420px; background: var(--green); top: -180px; left: -140px; }
.au-hero-glow--2 { width: 380px; height: 380px; background: var(--teal); bottom: -200px; right: -120px; opacity: .25; }

.au-hero-title {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  color: var(--navy);
  line-height: 1.18;
  max-width: 880px;
  margin-inline: auto;
}

.au-hero-sub {
  max-width: 640px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.au-scroll-cue {
  margin: 2.75rem auto 0;
  width: 26px; height: 42px;
  border: 2px solid var(--line);
  border-radius: 20px;
  position: relative;
}
.au-scroll-cue span {
  position: absolute;
  top: 8px; left: 50%;
  width: 5px; height: 5px;
  margin-left: -2.5px;
  border-radius: 50%;
  background: var(--teal);
  animation: auScrollDot 1.8s infinite var(--au-ease);
}
@keyframes auScrollDot {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { opacity: 0; }
}

/* ==========================================================================
   OUR STORY
   ========================================================================== */
.au-story { padding: 1rem 0 5rem; }

.au-story-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--au-radius);
  box-shadow: var(--au-shadow);
  padding: clamp(1.75rem, 4vw, 3.5rem);
}

.au-quote {
  border-left: 3px solid var(--green);
  padding: .2rem 0 .2rem 1.25rem;
  margin: 1.25rem 0;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--navy);
  line-height: 1.55;
}
.au-quote cite {
  display: block;
  margin-top: .6rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: .82rem;
  color: var(--muted);
}

.au-tag-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.au-tag-row span {
  font-size: .78rem;
  font-weight: 700;
  color: var(--teal-dark);
  background: var(--mint-bg);
  border: 1px solid rgba(14,122,140,.15);
  padding: .4rem .85rem;
  border-radius: 999px;
  transition: transform .2s var(--au-ease), background .2s ease;
}
.au-tag-row span:hover { transform: translateY(-2px); background: #fff; border-color: var(--teal); }

.au-illustration { position: relative; max-width: 460px; margin-inline: auto; }
.au-puzzle-svg { width: 100%; height: auto; display: block; }

.au-piece { transform-origin: center; animation: auFloat 6s ease-in-out infinite; }
.au-piece--1 { animation-delay: 0s; }
.au-piece--2 { animation-delay: .4s; }
.au-piece--3 { animation-delay: .8s; }
.au-piece--4 { animation-delay: 1.2s; }
@keyframes auFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

.au-float-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--au-shadow-sm);
  border-radius: 999px;
  padding: .55rem 1rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--navy);
  animation: auChipFloat 5s ease-in-out infinite;
}
.au-float-chip i { color: var(--teal); }
.au-float-chip--1 { top: 6%; left: -4%; animation-delay: 0s; }
.au-float-chip--2 { bottom: 8%; right: -6%; animation-delay: 1s; }
@keyframes auChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 991px) {
  .au-float-chip--1 { left: 2%; }
  .au-float-chip--2 { right: 2%; }
}
@media (max-width: 575px) {
  .au-float-chip { position: static; margin: .5rem .25rem 0 0; }
}

/* Trusted-by marquee */
.au-trusted { margin-top: 3.5rem; text-align: center; }
.au-trusted p {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1.5rem;
}
.au-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.au-marquee-track {
  display: flex;
  gap: 3.5rem;
  width: max-content;
  animation: auMarquee 22s linear infinite;
}
.au-marquee:hover .au-marquee-track { animation-play-state: paused; }
@keyframes auMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.au-logo-text {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--muted);
  white-space: nowrap;
}
.au-logo-text i { color: var(--teal); }

.au-mv { padding: 1rem 0 4rem; }

.au-mv-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--au-radius);
  padding: 2.25rem;
  transition: transform .3s var(--au-ease), box-shadow .3s var(--au-ease);
}
.au-mv-card:hover { transform: translateY(-4px); box-shadow: var(--au-shadow); }
.au-mv-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--mint-bg);
  color: var(--teal-dark);
  font-size: 1.35rem;
  margin-bottom: 1.1rem;
}
.au-mv-card h3 { font-family: 'Sora', sans-serif; font-weight: 700; color: var(--navy); margin-bottom: .75rem; }
.au-mv-card p { color: var(--muted); line-height: 1.7; margin-bottom: .75rem; }
.au-mv-card p:last-child { margin-bottom: 0; }

.au-stats {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--navy);
  border-radius: var(--au-radius);
  overflow: hidden;
}
.au-stat {
  text-align: center;
  padding: 2.25rem 1rem;
  border-right: 1px solid rgba(255,255,255,.08);
}
.au-stat:last-child { border-right: none; }
.au-stat h4 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: var(--green);
  margin-bottom: .3rem;
}
.au-stat p { color: rgba(255,255,255,.6); font-size: .85rem; margin: 0; }

@media (max-width: 767px) {
  .au-stats { grid-template-columns: repeat(2, 1fr); }
  .au-stat { border-bottom: 1px solid rgba(255,255,255,.08); }
}

/* ==========================================================================
   VALUES / JOURNEY
   ========================================================================== */
.au-values { padding: 4.5rem 0; background: #f7f9fb; }
.au-values-head { max-width: 100%; }
.au-values-sub { max-width: 760px; }

.au-counter { font-variant-numeric: tabular-nums; }

.au-value-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) { .au-value-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .au-value-grid { grid-template-columns: 1fr; } }

.au-value-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.9rem;
  transition: transform .3s var(--au-ease), box-shadow .3s var(--au-ease), border-color .3s ease;
}
.au-value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--au-shadow);
  border-color: transparent;
}
.au-value-ic {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--mint-bg);
  color: var(--teal-dark);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  transition: background .3s ease, color .3s ease;
}
.au-value-card:hover .au-value-ic { background: var(--teal); color: #fff; }
.au-value-card h6 { font-family: 'Sora', sans-serif; font-weight: 700; color: var(--navy); margin-bottom: .5rem; }
.au-value-card p { color: var(--muted); font-size: .92rem; line-height: 1.6; margin: 0; }

.au-recognition { margin-top: 4rem; text-align: center; }
.au-recognition h6 { font-family: 'Sora', sans-serif; font-weight: 700; color: var(--navy); margin-bottom: 2rem; }

.au-hex-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem; }
.au-hex {
  width: 96px; height: 108px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: center;
  line-height: 1.3;
  transition: transform .3s var(--au-ease);
}
.au-hex:hover { transform: translateY(-6px) rotate(-4deg); }
.au-hex--1 { background: linear-gradient(160deg, #0e7a8c, #0a5c6a); }
.au-hex--2 { background: linear-gradient(160deg, #3ec97c, #0e7a8c); }
.au-hex--3 { background: linear-gradient(160deg, #0e2233, #16233a); }
.au-hex--4 { background: linear-gradient(160deg, #0a5c6a, #0e2233); }
.au-hex--5 { background: linear-gradient(160deg, #7a4fc9, #0e7a8c); }

/* ==========================================================================
   TEAM
   ========================================================================== */
.au-team { padding: 4.5rem 0; }

.au-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}
@media (max-width: 991px) { .au-team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .au-team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .au-team-grid { grid-template-columns: 1fr; } }

.au-team-card { text-align: left; }
.au-team-photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--mint-bg);
}
.au-team-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--au-ease);
}
.au-team-card:hover .au-team-photo img { transform: scale(1.08); }

.au-team-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; gap: .75rem;
  opacity: 0;
  transition: opacity .3s ease;
}
.au-team-card:hover .au-team-overlay { opacity: 1; }
.au-team-overlay a {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  color: var(--teal-dark);
  transform: translateY(10px);
  opacity: 0;
  transition: all .3s var(--au-ease);
}
.au-team-card:hover .au-team-overlay a { transform: translateY(0); opacity: 1; }
.au-team-overlay a:nth-child(2) { transition-delay: .06s; }
.au-team-overlay a:hover { background: var(--teal); color: #fff; }

.au-team-card h6 { margin: 1rem 0 .1rem; font-family: 'Sora', sans-serif; font-weight: 700; color: var(--navy); }
.au-team-card p { margin: 0; font-size: .85rem; color: var(--muted); }

/* ==========================================================================
   TESTIMONIAL
   ========================================================================== */
.au-testi { padding: 1rem 0 4.5rem; }
.au-testi-card {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  background: linear-gradient(180deg, #fff, #f6fdfa);
  border: 1px solid var(--line);
  border-radius: var(--au-radius);
  padding: clamp(2rem, 5vw, 3.25rem);
  box-shadow: var(--au-shadow);
}
.au-testi-stars { color: #f5b400; font-size: .95rem; letter-spacing: .2rem; margin-bottom: 1rem; }
.au-testi-quote {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  color: var(--navy);
  line-height: 1.5;
  transition: opacity .2s ease;
  min-height: 3.6em;
}
.au-testi-card h6 { margin: 1.25rem 0 .1rem; font-weight: 700; color: var(--navy); }
.au-testi-card small { color: var(--muted); }
.au-testi-dots { display: flex; justify-content: center; gap: .5rem; margin-top: 1.5rem; }
.au-testi-dots span {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}
.au-testi-dots span.active { background: var(--teal); transform: scale(1.2); }

/* ==========================================================================
   CTA / CONSULTATION FORM
   ========================================================================== */
.au-cta { padding-bottom: 5rem; }
.au-cta-grid {
  background: var(--navy);
  border-radius: var(--au-radius);
  overflow: hidden;
}
.au-cta-left { padding: clamp(2rem, 5vw, 3.5rem); color: #fff; }
.au-cta-right { padding: clamp(1.5rem, 4vw, 3rem); background: #fff; display: flex; align-items: center; }

.au-checklist { list-style: none; padding: 0; margin: 1.5rem 0; display: grid; gap: .65rem; }
.au-checklist li { display: flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.85); font-size: .92rem; }
.au-checklist i { color: var(--green); }

.au-contact-row { display: flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.75); font-size: .9rem; margin-top: .6rem; }
.au-contact-row i { color: var(--teal); width: 18px; }

.au-form { width: 100%; background: #fff; border-radius: 16px; }
.au-form h5 { font-family: 'Sora', sans-serif; font-weight: 700; color: var(--navy); margin-bottom: 1.5rem; }

.au-field { position: relative; margin-bottom: 1.35rem; }
.au-field input,
.au-field select,
.au-field textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: .95rem .9rem .55rem;
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  color: var(--ink);
  background: #fff;
  transition: border-color .2s ease;
}
.au-field textarea { resize: vertical; min-height: 90px; }
.au-field input:focus,
.au-field select:focus,
.au-field textarea:focus {
  outline: none;
  border-color: var(--teal);
}
.au-field label {
  position: absolute;
  left: .95rem; top: 1rem;
  font-size: .95rem;
  color: var(--muted);
  pointer-events: none;
  transition: all .18s var(--au-ease);
  background: #fff;
  padding: 0 .2rem;
}
.au-field input:focus + label,
.au-field input:not(:placeholder-shown) + label,
.au-field textarea:focus + label,
.au-field textarea:not(:placeholder-shown) + label,
.au-field select:focus + label,
.au-field select:valid + label {
  top: -.55rem;
  left: .7rem;
  font-size: .74rem;
  color: var(--teal-dark);
  font-weight: 600;
}
.au-field--textarea label { top: 1rem; }

.au-submit { width: 100%; justify-content: center; }

.au-form-success {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  color: var(--teal-dark);
  background: var(--mint-bg);
  border-radius: 8px;
  font-size: .85rem;
  margin: 0;
  transition: all .3s var(--au-ease);
}
.au-form-success.show { max-height: 60px; opacity: 1; padding: .65rem .85rem; margin-top: .9rem; }

@media (prefers-reduced-motion: reduce) {
  .au-piece, .au-float-chip, .au-marquee-track, .au-scroll-cue span {
    animation: none !important;
  }
}

.au-body a:focus-visible,
.au-body button:focus-visible,
.au-body input:focus-visible,
.au-body select:focus-visible,
.au-body textarea:focus-visible,
.au-body span[onclick]:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
