/* UGC Arabia professional visual system - 2026-07-07 */
:root {
  --gold: #a87622;
  --gold2: #c99232;
  --dark: #f6f8f6;
  --darker: #eef2ef;
  --card: #ffffff;
  --card2: #f0f5f2;
  --text: #10221d;
  --text2: #52645f;
  --green: #057a5b;
  --red: #c44536;
  --ink: #10221d;
  --blue: #235b82;
  --coral: #d4563f;
  --bd: rgba(16, 34, 29, .12);
  --shadow: 0 18px 46px rgba(16, 34, 29, .10);
  --grad: linear-gradient(135deg, #057a5b 0%, #a87622 55%, #d4563f 100%);
}

html {
  background: #f6f8f6;
}

body {
  background:
    linear-gradient(180deg, rgba(5, 122, 91, .08), transparent 420px),
    #f6f8f6 !important;
  color: var(--text) !important;
  letter-spacing: 0 !important;
}

body::before,
.hero::before {
  background:
    linear-gradient(180deg, rgba(5, 122, 91, .10), rgba(255,255,255,0) 62%),
    radial-gradient(circle at 76% 18%, rgba(212, 86, 63, .10), transparent 30%) !important;
}

nav {
  height: 68px !important;
  background: rgba(255,255,255,.88) !important;
  border-bottom: 1px solid var(--bd) !important;
  box-shadow: 0 12px 30px rgba(16, 34, 29, .06) !important;
}

nav .logo,
.nav-logo {
  color: var(--ink) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  letter-spacing: 0 !important;
}

nav a,
.nav-links a {
  color: var(--text2) !important;
}

nav a:hover,
.nav-links a:hover {
  color: var(--green) !important;
}

.hero,
.header {
  min-height: auto !important;
  padding-top: 118px !important;
  padding-bottom: 56px !important;
}

.hero > *,
.header > * {
  position: relative;
  z-index: 1;
}

.hero::before,
body::before {
  z-index: 0 !important;
  pointer-events: none;
}

.hero {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.hero h1,
.header h1 {
  max-width: 920px;
  color: var(--ink);
  letter-spacing: 0 !important;
}

.hero p,
.header p,
.section-desc {
  color: var(--text2) !important;
  opacity: 1 !important;
}

.hero-badge,
.badge,
.section-tag {
  color: var(--green) !important;
  background: rgba(5, 122, 91, .08) !important;
  border: 1px solid rgba(5, 122, 91, .18) !important;
  border-radius: 999px !important;
}

.hero h1 span,
section h2 span,
.header h1 span,
.section-title span,
.num,
.price-card .price,
.stat-box .num {
  background: var(--grad) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.btn,
.cta-btn,
.btn-wa,
.btn-free,
.cta-section .btn {
  border-radius: 8px !important;
  box-shadow: none !important;
  text-decoration: none !important;
  min-height: 44px;
}

.btn-gold,
.cta-btn,
.btn-wa,
.cta-section .btn:not(.outline) {
  background: var(--green) !important;
  color: #fff !important;
  border: 1px solid var(--green) !important;
}

.btn-outline,
.btn-free,
.cta-section .btn.outline {
  background: #fff !important;
  color: var(--ink) !important;
  border: 1px solid var(--bd) !important;
}

.btn:hover,
.cta-btn:hover,
.btn-wa:hover,
.btn-free:hover {
  transform: translateY(-1px) !important;
  box-shadow: var(--shadow) !important;
}

.hero-stats,
.stats-row {
  gap: 14px !important;
}

.hero-stats > div,
.stat-box,
.step,
.showcase-card,
.why-card,
.feature-card,
.price-card,
.pricing-card,
.pricing-card.popular,
.order-form,
.calc,
.faq-item,
.audio-section,
.video-card,
.proof-card,
.cta-box,
.cta-section,
.comparison {
  background: rgba(255,255,255,.92) !important;
  color: var(--text) !important;
  border: 1px solid var(--bd) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(16,34,29,.06) !important;
}

.step:hover,
.showcase-card:hover,
.why-card:hover,
.feature-card:hover,
.price-card:hover,
.pricing-card:hover,
.video-card:hover {
  border-color: rgba(5,122,91,.24) !important;
  transform: translateY(-2px) !important;
  box-shadow: var(--shadow) !important;
}

.step::before,
.pricing-card.popular::before,
.price-card.featured::before,
.hero-badge .dot {
  background: var(--green) !important;
  color: #fff !important;
}

.float-phone {
  display: none !important;
  border-radius: 28px !important;
  background: #fff !important;
  border: 1px solid var(--bd) !important;
  box-shadow: 0 24px 54px rgba(16,34,29,.14) !important;
}

.float-phone .screen {
  background: linear-gradient(160deg, #f3f7f4, #ffffff) !important;
}

.showcase-card .thumb {
  background:
    linear-gradient(160deg, rgba(5,122,91,.12), rgba(212,86,63,.10)),
    #f7faf8 !important;
}

.marquee-wrap {
  background: #fff !important;
  border-top: 1px solid var(--bd) !important;
  border-bottom: 1px solid var(--bd) !important;
}

.marquee span::before {
  background: var(--coral) !important;
}

.form-group input,
.form-group select,
.form-group textarea,
.calc-field select,
.calc-field input,
input,
textarea,
select {
  background: #fff !important;
  color: var(--ink) !important;
  border: 1px solid var(--bd) !important;
  border-radius: 8px !important;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.calc-field select:focus,
.calc-field input:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: var(--green) !important;
  box-shadow: 0 0 0 3px rgba(5,122,91,.10) !important;
}

.video-card video,
.hero-preview video {
  background: #0b1512 !important;
  border-radius: 8px !important;
}

.pro-preview {
  width: min(920px, calc(100vw - 32px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, .9fr);
  gap: 18px;
  align-items: stretch;
  text-align: right;
}

.pro-preview-media,
.pro-preview-copy {
  background: rgba(255,255,255,.94);
  border: 1px solid var(--bd);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.pro-preview-media {
  aspect-ratio: 16 / 9;
}

.pro-preview-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pro-preview-copy {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.pro-preview-kicker {
  font-size: 12px;
  font-weight: 800;
  color: var(--green);
}

.pro-preview-copy strong {
  font-size: 22px;
  line-height: 1.35;
}

.pro-preview-copy span {
  color: var(--text2);
  font-size: 14px;
  line-height: 1.7;
}

footer,
.footer {
  background: #10221d !important;
  color: rgba(255,255,255,.72) !important;
  border-top: 0 !important;
}

footer a,
.footer a {
  color: rgba(255,255,255,.9) !important;
}

@media (max-width: 820px) {
  nav {
    height: 60px !important;
    padding: 0 14px !important;
  }

  .hero,
  .header {
    padding-top: 92px !important;
  }

  .pro-preview {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .hero-stats .label {
    font-size: 11px !important;
  }
}
