/* ============================================================
   Base reset + shared layout (header / footer / splash)
   Copied from home.css so about.html doesn't depend on it
   ============================================================ */

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

#home-landpage {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 200;
  background: #1a0a2e;
  color: #fff;
}
#home-landpage * {
  box-sizing: border-box;
}

/* Header */
.hp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  padding: 20px 0;
  backdrop-filter: blur(10px);
}
.hp-header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}
.hp-logo {
  height: 48px;
}
.hp-nav {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}
.hp-nav a {
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
  color: inherit;
  opacity: .6;
  display: block;
  padding: 10px 0;
  position: relative;
}
.hp-nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 32px;
  margin-left: -20px;
  bottom: 0;
  height: 4px;
  border-radius: 20px;
  background: #fff;
  display: none;
}
.hp-nav a:hover {
  opacity: 1;
}
.hp-nav a.cur {
  font-weight: 600;
  font-size: 16px;
  opacity: 1;
}
.hp-nav a.cur::after {
  display: block;
}

.hp-btn-signin {
  background: #fff;
  padding: 12px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
/* Primary Button */
.hp-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 10px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hp-btn-primary .txt {
  flex: 1;
  padding: 0 40px;
}
.hp-btn-primary .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #933CFB;
  border-radius: 100px;
}
.hp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.4);
}

/* Footer */
.hp-footer {
  padding: 40px 0;
}
.hp-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.hp-footer-logo {
  height: 58px;
  margin-bottom: 30px;
}
.hp-footer-nav {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.hp-footer-nav a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
.hp-footer-nav a:hover {
  color: #fff;
}
.hp-footer .copy {
  font-size: 12px;
  opacity: .4;
  margin-top: 20px;
}

/* ============================================================
   About Us page — page-specific styles
   ============================================================ */

/* Hero */
.au-hero {
  position: relative;
  padding: 148px 0 60px;
  overflow: hidden;
  color: #fff;
}
.au-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.au-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.au-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}
.au-hero-icons {
  margin-bottom: 24px;
}
.au-hero-icon img {
  height: 90px;
  width: auto;
  display: block;
}
.au-hero-inner h1 {
  font-size: 56px;
  font-weight: lighter;
  line-height: 1.2;
  margin-bottom: 24px;
}
.au-hero-inner h1 strong {
  font-size: 72px;
  font-weight: 700;
  display: block;
}
.au-hero-inner p {
  max-width: 720px;
  font-size: 14px;
  line-height: 2;
  opacity: .85;
}
.au-hero-inner p a {
  color: inherit;
  text-decoration: underline;
}

/* Common section wrapper */
.au-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.au-section {
  padding: 80px 0;
  color: #fff;
}
.au-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px;
}
.au-section p {
  font-size: 14px;
  line-height: 1.6;
  opacity: .85;
  margin-bottom: 16px;
}
.au-section p a {
  color: inherit;
  text-decoration: underline;
}
.au-lead {
  opacity: 1 !important;
}
.au-section-dark {
  background: #160625;
}

/* Our Mission */
.au-section-mission {
  position: relative;
  z-index:1;
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
}
.au-mission-img {
  max-width: 1119px;
  margin: 0 auto;
  padding: 0 24px;
  aspect-ratio: 10/3.5;
  position:relative;
}
.au-mission-img picture {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.au-mission-img picture img {
  display: block;
  width: 100%;
}

.au-section-works{
  padding-top: 240px;
}

/* Alternating D/A/P feature sections */
.au-feature {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  position:relative;
}
.au-feature-purple {
  background: #933CFB;
}
.au-feature-dark {
  background: #160625;
}
.au-feature-img img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.au-feature-txt {
  position:absolute;
  max-width: 920px;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:100%;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 0px;
  padding-right: 30%;
}
.au-feature-txt h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}
.au-dropcap {
  font-size: 64px;
  font-weight: 700;
  line-height: .78;
  float: left;
  margin-right: 4px;
}
.au-feature-txt p {
  font-size: 13px;
  line-height: 1.6;
  opacity: .85;
  margin-bottom: 14px;
}
.au-feature-txt p a {
  color: inherit;
  text-decoration: underline;
}
.au-feature-reverse {
  flex-direction: row-reverse;
}
.au-feature-reverse .au-feature-txt {
  padding-left: 30%;
  padding-right: 0;
}

/* Looking Ahead CTA */
.au-section-ahead .hp-btn-primary {
  margin-top: 30px;
  background: linear-gradient(90deg, #AE51FF, #DAA3FF);
  box-shadow: 0 0 20px 10px rgba(174,81,255,.35);
}
.au-section-ahead .hp-btn-primary .icon {
  background: #000;
}

/* Closing CTA */
.au-section-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #fff;
}
.au-section-cta h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}
.au-section-cta p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .hp-header {
    padding: 10px 0;
    background: #00000010;
  }
  .hp-header-inner {
    padding: 0 14px;
  }
  .hp-header-inner .hp-nav{
    display: none;
  }

  .hp-btn-primary {
    height: 70px;
    padding: 8px;
  }
  .hp-btn-primary .txt {
    padding: 0 24px;
    flex: none;
    font-size: 18px;
  }
  .hp-btn-primary .icon {
    width: 56px;
    height: 56px;
  }

  .hp-footer-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .hp-footer-logo {
    margin-bottom: 20px;
  }
  .hp-footer-nav {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .au-hero {
    padding: 380px 0 20px;
    height: #200532;
  }

  .au-hero-bg img{
    height: auto;
  }
  .au-hero-inner {
    padding: 0 20px 40px;
  }
  .au-hero-icons {
    gap: 10px;
    margin-bottom: 20px;
  }
  .au-hero-icon img{
    height: 65px;
  }
  .au-hero-inner h1 {
    font-size: 32px;
  }
  .au-hero-inner h1 strong {
    font-size: 60px;
  }

  .au-inner {
    padding: 0 20px;
  }
  .au-section {
    padding: 40px 0;
  }
  .au-section h2 {
    font-size: 32px;
  }

  .au-section-mission {
    padding-bottom: 0;
  }
  .au-mission-img {
    padding: 0;
    aspect-ratio: 10/ 5;
  }

  .au-section-works{
    padding-top: 160px;
  }
  .au-feature {
    flex-direction: column;
    position: relative;
  }
  .au-feature-reverse {
    flex-direction: column;
  }
  .au-feature-img,
  .au-feature-txt {
    width: 100%;
  }
  .au-feature-txt {
    padding: 106px 12px 30px;
    margin-top: -100px;
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 100px);
  }
  .au-feature-purple .au-feature-txt {
    background: linear-gradient(180deg, rgba(147,60,251,0) 0%, #933CFB 100px);
  }
  .au-feature-dark .au-feature-txt {
    background: linear-gradient(180deg, rgba(22,6,37,0) 0%, #160625 100px);
  }
  .au-feature-txt h2 {
    font-size: 22px;
    display:flex;
    align-items:flex-end;
  }

  .au-feature-reverse .au-feature-txt{
    padding-left: 12px;
    padding-right: 12px;
  }
  .au-dropcap {
    font-size: 52px;
    vertical-align: baseline;
  }

  .au-section-cta {
    padding: 60px 0;
  }
  .au-section-cta h2 {
    font-size: 30px;
  }
}
