.elementor-12 .elementor-element.elementor-element-7f70392{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-7f70392{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-d3ed7b9 */.aa-about {
  font-family: 'Barlow', sans-serif;
}

.aa-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 18px;
}

/* =============================
   1. HERO
   ============================= */
.aa-about__hero {
  background: #111111;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}

.aa-about__hero::before {
  content: 'ABOUT';
  font-family: 'Bebas Neue', sans-serif;
  font-size: 220px;
  color: rgba(255,255,255,0.025);
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.aa-about__hero-stripe {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: #FF6D00;
}

.aa-about__hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.aa-about__hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 18px;
}

.aa-about__hero h1 span { color: #FF6D00; }

.aa-about__hero p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.52);
  line-height: 1.78;
  margin: 0;
}

.aa-about__hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(255,255,255,0.06);
}

.aa-about__hero-stat {
  background: #161616;
  padding: 28px 24px;
  transition: background 0.25s;
}

.aa-about__hero-stat:hover { background: #1d1d1d; }

.aa-about__hero-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #FF6D00;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.aa-about__hero-stat-lbl {
  font-size: 11.5px;
  font-weight: 400;
  color: rgba(255,255,255,0.40);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .aa-about__hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .aa-about__hero { padding: 60px 0 50px; }
}

/* =============================
   2. OUR STORY
   ============================= */
.aa-about__story {
  background: #ffffff;
  padding: 100px 0;
}

.aa-about__story-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.aa-about__story-img {
  position: relative;
}

.aa-about__story-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.aa-about__story-img-border {
  position: absolute;
  bottom: -14px;
  right: -14px;
  width: 65%;
  height: 65%;
  border: 3px solid #FF6D00;
  pointer-events: none;
  z-index: 0;
}

.aa-about__story-img-stripe {
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 40%;
  background: #FF6D00;
}

.aa-about__story-text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 400;
  color: #111;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 20px;
}

.aa-about__story-text h2 span { color: #FF6D00; }

.aa-about__story-text p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  line-height: 1.78;
  margin-bottom: 16px;
}

.aa-about__story-text p:last-of-type { margin-bottom: 32px; }

.aa-about__story-founded {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #FFF3EC;
  border-left: 3px solid #FF6D00;
  padding: 14px 20px;
}

.aa-about__story-founded i {
  color: #FF6D00;
  font-size: 16px;
}

.aa-about__story-founded span {
  font-size: 13.5px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 860px) {
  .aa-about__story-inner { grid-template-columns: 1fr; gap: 48px; }
  .aa-about__story { padding: 70px 0; }
}

/* =============================
   3. OUR VALUES
   ============================= */
.aa-about__values {
  background: #111111;
  padding: 100px 0;
}

.aa-about__values-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.aa-about__values-intro {
  text-align: center;
  margin-bottom: 56px;
}

.aa-about__values-intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 12px;
}

.aa-about__values-intro p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

.aa-about__values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.06);
}

.aa-about__value {
  background: #161616;
  padding: 36px 28px;
  position: relative;
  transition: background 0.25s;
}

.aa-about__value:hover { background: #1d1d1d; }

.aa-about__value::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: #FF6D00;
  transition: width 0.35s ease;
}

.aa-about__value:hover::after { width: 100%; }

.aa-about__value-icon {
  width: 46px;
  height: 46px;
  background: rgba(255,109,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 20px;
  transition: background 0.25s;
}

.aa-about__value:hover .aa-about__value-icon { background: #FF6D00; }

.aa-about__value-icon i {
  font-size: 18px;
  color: #FF6D00;
  transition: color 0.25s;
}

.aa-about__value:hover .aa-about__value-icon i { color: #fff; }

.aa-about__value h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}

.aa-about__value p {
  font-size: 13.5px;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  line-height: 1.70;
  margin: 0;
}

@media (max-width: 860px) {
  .aa-about__values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .aa-about__values-grid { grid-template-columns: 1fr; }
  .aa-about__values { padding: 70px 0; }
}

/* =============================
   4. WHY TRUST US
   ============================= */
.aa-about__trust {
  background: #f8f8f8;
  padding: 100px 0;
}

.aa-about__trust-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.aa-about__trust-intro {
  text-align: center;
  margin-bottom: 56px;
}

.aa-about__trust-intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 400;
  color: #111;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 12px;
}

.aa-about__trust-intro p {
  font-size: 15px;
  font-weight: 300;
  color: #888;
  margin: 0;
}

.aa-about__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.aa-about__trust-card {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 32px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}

.aa-about__trust-card:hover {
  box-shadow: 0 10px 36px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.aa-about__trust-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #FF6D00;
}

.aa-about__trust-card i {
  font-size: 28px;
  color: #FF6D00;
  margin-bottom: 16px;
  display: block;
}

.aa-about__trust-card h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}

.aa-about__trust-card p {
  font-size: 13px;
  font-weight: 300;
  color: #777;
  line-height: 1.68;
  margin: 0;
}

@media (max-width: 860px) {
  .aa-about__trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .aa-about__trust-grid { grid-template-columns: 1fr; }
  .aa-about__trust { padding: 70px 0; }
}

/* =============================
   5. CTA
   ============================= */
.aa-about__cta {
  background: #FF6D00;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.aa-about__cta::before {
  content: 'ACTION';
  font-family: 'Bebas Neue', sans-serif;
  font-size: 220px;
  color: rgba(255,255,255,0.06);
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.aa-about__cta-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.aa-about__cta-text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 12px;
}

.aa-about__cta-text p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin: 0;
  max-width: 480px;
}

.aa-about__cta-btns {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.aa-about__cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #111;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 32px;
  text-decoration: none;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}

.aa-about__cta-primary:hover {
  transform: translateY(-2px);
  color: #FF6D00;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
}

.aa-about__cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 28px;
  text-decoration: none;
  transition: all 0.25s;
}

.aa-about__cta-secondary:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 760px) {
  .aa-about__cta-inner { flex-direction: column; text-align: center; }
  .aa-about__cta-text p { max-width: 100%; }
  .aa-about__cta-btns { justify-content: center; }
  .aa-about__cta { padding: 60px 0; }
}
</style>/* End custom CSS */