.elementor-23 .elementor-element.elementor-element-8d40676{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-2b89d74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74d73a8 */.about-hero {
  background: var(--dark); padding: 120px 60px 80px;
  position: relative; overflow: hidden;
}
.about-hero::after {
  content: 'OGO USA'; position: absolute; right: -20px; bottom: -40px;
  font-family: 'Bebas Neue', sans-serif; font-size: 200px; letter-spacing: 20px;
  color: rgba(245,192,0,0.04); white-space: nowrap; pointer-events: none;
}
.about-hero-inner { max-width: 1200px; margin: 0 auto; }
.about-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(56px, 8vw, 90px); letter-spacing: 4px; line-height: 0.95; }
.about-hero h1 em { font-style: normal; color: var(--gold); }
.about-hero-desc { font-size: 18px; color: #AAAAAA; max-width: 600px; margin-top: 28px; line-height: 1.8; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8d40676 *//* ── HERO ── */
  .hero {
    min-height: 100vh;
    position: relative;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
  }
  .hero-bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 60% 50%, rgba(245,192,0,0.07) 0%, transparent 60%),
                linear-gradient(135deg, #0A0A0A 0%, #141008 40%, #0A0A0A 100%);
  }
  .hero-grid {
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(245,192,0,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(245,192,0,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  }
  .hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 60%, var(--black) 100%);
  }
  .hero-stripe {
    position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
  }
  .hero-content {
    position: relative; z-index: 2; text-align: center;
    padding: 120px 40px 80px;
    animation: fadeUp 0.9s ease both;
  }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 11px; letter-spacing: 4px;
    text-transform: uppercase; color: var(--gold);
    border: 1px solid rgba(245,192,0,0.4); padding: 7px 22px;
    margin-bottom: 40px;
  }
  .hero-badge-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

  .hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 13px; letter-spacing: 6px; text-transform: uppercase;
    color: var(--silver); margin-bottom: 16px; display: block;
  }
  .hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(80px, 14vw, 160px);
    line-height: 0.88;
    letter-spacing: 6px;
    color: var(--white);
    margin-bottom: 10px;
    position: relative;
  }
  .hero-title span {
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .hero-sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
    color: var(--silver); margin-bottom: 20px;
  }
  .hero-desc {
    font-size: 16px; color: rgba(255,255,255,0.55); max-width: 560px; margin: 0 auto 48px;
    line-height: 1.7;
  }
  .hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .btn-primary {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 13px; letter-spacing: 3px;
    text-transform: uppercase; color: var(--black);
    background: var(--gold); border: none; padding: 15px 44px;
    cursor: pointer; transition: all 0.2s;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    text-decoration: none; display: inline-block;
  }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(245,192,0,0.3); }
  .btn-outline {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 13px; letter-spacing: 3px;
    text-transform: uppercase; color: var(--white);
    background: transparent; border: 1px solid rgba(255,255,255,0.3); padding: 15px 44px;
    cursor: pointer; transition: all 0.2s;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    text-decoration: none; display: inline-block;
  }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2180f7e *//* ============================================================
   ABOUT PAGE — BODY / STORY / STATS
   ============================================================ */
.about-body { padding: 100px 60px; background: var(--black); }
.about-body-inner { max-width: 1200px; margin: 0 auto; }
.about-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-grid2 p { font-size: 16px; line-height: 1.9; color: #AAAAAA; margin-bottom: 24px; }
.about-features { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.about-features li {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600; font-size: 16px; letter-spacing: 1px; color: var(--silver-light);
}
.about-features li::before { content: '▶'; color: var(--gold); font-size: 9px; }
.about-visual {
  background: var(--dark2); padding: 50px; border: 1px solid rgba(245,192,0,0.1);
  position: relative;
}
.about-visual::before {
  content: ''; position: absolute; top: -2px; left: -2px; right: 2px; bottom: 2px;
  border: 2px solid rgba(245,192,0,0.15); z-index: -1;
}
.about-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.about-stat-num {
  font-family: 'Bebas Neue', sans-serif; font-size: 56px; color: var(--gold); line-height: 1;
}
.about-stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--silver);
}
.about-divider { height: 1px; background: rgba(245,192,0,0.12); margin: 80px 0; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2b89d74 *//* ── HERO ── */
  .hero {
    min-height: 100vh;
    position: relative;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
  }
  .hero-bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 60% 50%, rgba(245,192,0,0.07) 0%, transparent 60%),
                linear-gradient(135deg, #0A0A0A 0%, #141008 40%, #0A0A0A 100%);
  }
  .hero-grid {
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(245,192,0,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(245,192,0,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  }
  .hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 60%, var(--black) 100%);
  }
  .hero-stripe {
    position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
  }
  .hero-content {
    position: relative; z-index: 2; text-align: center;
    padding: 120px 40px 80px;
    animation: fadeUp 0.9s ease both;
  }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 11px; letter-spacing: 4px;
    text-transform: uppercase; color: var(--gold);
    border: 1px solid rgba(245,192,0,0.4); padding: 7px 22px;
    margin-bottom: 40px;
  }
  .hero-badge-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

  .hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 13px; letter-spacing: 6px; text-transform: uppercase;
    color: var(--silver); margin-bottom: 16px; display: block;
  }
  .hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(80px, 14vw, 160px);
    line-height: 0.88;
    letter-spacing: 6px;
    color: var(--white);
    margin-bottom: 10px;
    position: relative;
  }
  .hero-title span {
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .hero-sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
    color: var(--silver); margin-bottom: 20px;
  }
  .hero-desc {
    font-size: 16px; color: rgba(255,255,255,0.55); max-width: 560px; margin: 0 auto 48px;
    line-height: 1.7;
  }
  .hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .btn-primary {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 13px; letter-spacing: 3px;
    text-transform: uppercase; color: var(--black);
    background: var(--gold); border: none; padding: 15px 44px;
    cursor: pointer; transition: all 0.2s;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    text-decoration: none; display: inline-block;
  }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(245,192,0,0.3); }
  .btn-outline {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 13px; letter-spacing: 3px;
    text-transform: uppercase; color: var(--white);
    background: transparent; border: 1px solid rgba(255,255,255,0.3); padding: 15px 44px;
    cursor: pointer; transition: all 0.2s;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    text-decoration: none; display: inline-block;
  }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }/* End custom CSS */