/*
Theme Name: Masa Tech
Theme URI: https://masatech.store
Author: Masa Tech
Author URI: https://masatech.store
Description: ثيم وردبريس احترافي لوكالة Masa Tech للتسويق الرقمي - داكن بلون ذهبي مع دعم WooCommerce و RTL
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: masa-tech
Tags: rtl-language, dark, gold, agency, woocommerce, one-column, custom-colors
WC requires at least: 8.0
WC tested up to: 9.0
*/

/* =============================================
   CSS VARIABLES
   ============================================= */
:root {
  --gold: #F5A800;
  --dark: #1a1a1a;
  --darker: #111111;
  --white: #f5f0e8;
  --gray: #2e2e2e;
  --gold-hover: #ffbe30;
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Cairo', sans-serif;
  background: var(--darker);
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
  direction: rtl;
}

a { color: inherit; }

img { max-width: 100%; height: auto; }

/* =============================================
   CUSTOM CURSOR
   ============================================= */
.cursor {
  width: 16px; height: 16px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s, width 0.2s, height 0.2s;
  mix-blend-mode: difference;
}
.cursor-ring {
  width: 40px; height: 40px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease, width 0.3s, height 0.3s;
  opacity: 0.5;
}

/* =============================================
   NAVIGATION
   ============================================= */
nav, .site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 60px;
  background: rgba(17,17,17,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(245,168,0,0.15);
}
.nav-logo img { height: 48px; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  color: var(--white); text-decoration: none;
  font-weight: 600; font-size: 0.95rem;
  letter-spacing: 0.03em;
  transition: color 0.2s;
  position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; right: 0;
  width: 0; height: 2px; background: var(--gold);
  transition: width 0.3s;
}
.nav-links a:hover,
.nav-links a.current-menu-item,
.nav-links a.active { color: var(--gold); }
.nav-links a:hover::after,
.nav-links a.current-menu-item::after { width: 100%; }
.nav-cta {
  background: var(--gold); color: var(--dark);
  padding: 10px 28px; border-radius: 4px;
  font-weight: 700; font-size: 0.9rem;
  text-decoration: none; transition: background 0.2s, transform 0.2s;
  display: inline-block;
}
.nav-cta:hover { background: var(--gold-hover); transform: translateY(-2px); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: var(--white); transition: 0.3s; }
.mobile-menu {
  display: none;
  position: fixed; inset: 0;
  background: var(--darker);
  z-index: 200;
  flex-direction: column; align-items: center; justify-content: center;
  gap: 32px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--white); font-size: 1.5rem; font-weight: 700; text-decoration: none; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-close {
  position: absolute; top: 24px; left: 24px;
  font-size: 2rem; color: var(--white);
  cursor: pointer; background: none; border: none;
}

/* =============================================
   PAGE HERO (inner pages)
   ============================================= */
.page-hero {
  min-height: 50vh;
  display: flex; align-items: center;
  padding: 140px 60px 80px;
  position: relative; overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 60%, rgba(245,168,0,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(245,168,0,0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(245,168,0,0.04) 1px, transparent 1px);
  background-size: 60px 60px; pointer-events: none;
}
.page-hero-bg-text {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(100px, 16vw, 220px);
  color: rgba(245,168,0,0.05); white-space: nowrap; pointer-events: none;
}
.page-hero-content { position: relative; z-index: 1; text-align: center; width: 100%; }
.breadcrumb {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; margin-bottom: 20px; font-size: 0.85rem; color: #666;
}
.breadcrumb a { color: #666; text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .cur { color: var(--gold); }
.page-tag { color: var(--gold); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 14px; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 900; line-height: 1.05; margin-bottom: 20px; animation: fadeUp 0.7s ease both; }
.page-hero h1 span { color: var(--gold); }
.page-hero p { font-size: 1.1rem; color: #aaa; line-height: 1.8; max-width: 560px; margin: 0 auto; animation: fadeUp 0.7s ease 0.1s both; }

/* =============================================
   SECTIONS COMMON
   ============================================= */
.section { padding: 100px 60px; }
.section-tag {
  color: var(--gold); font-size: 0.82rem;
  font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; margin-bottom: 12px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900; line-height: 1.1; margin-bottom: 16px;
}
.section-sub {
  color: #888; font-size: 1.05rem;
  max-width: 500px; line-height: 1.7; margin-bottom: 60px;
}

/* =============================================
   HERO (Homepage)
   ============================================= */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 120px 60px 80px;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 70% at 80% 50%, rgba(245,168,0,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(245,168,0,0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(245,168,0,0.04) 1px, transparent 1px);
  background-size: 60px 60px; pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 700px; }
.hero-badge {
  display: inline-block;
  background: rgba(245,168,0,0.15);
  border: 1px solid rgba(245,168,0,0.4);
  color: var(--gold);
  padding: 6px 18px; border-radius: 100px;
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.1em; margin-bottom: 28px;
  animation: fadeUp 0.6s ease both;
}
.hero h1 {
  font-size: clamp(3rem, 7vw, 6rem); font-weight: 900;
  line-height: 1.05; margin-bottom: 24px;
  animation: fadeUp 0.7s ease 0.1s both;
}
.hero h1 span { color: var(--gold); }
.hero p {
  font-size: 1.15rem; color: #aaa;
  line-height: 1.8; max-width: 520px;
  margin-bottom: 40px; animation: fadeUp 0.7s ease 0.2s both;
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp 0.7s ease 0.3s both; }
.hero-visual {
  position: absolute; left: 5%; top: 50%;
  transform: translateY(-50%);
  opacity: 0.07;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(120px, 18vw, 260px);
  letter-spacing: -0.02em; color: var(--gold);
  pointer-events: none;
  animation: fadeIn 1s ease 0.5s both;
  white-space: nowrap;
}

/* BUTTONS */
.btn-primary {
  background: var(--gold); color: var(--dark);
  padding: 14px 36px; border-radius: 4px;
  font-weight: 800; font-size: 1rem;
  text-decoration: none; transition: all 0.2s; display: inline-block;
}
.btn-primary:hover { background: var(--gold-hover); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(245,168,0,0.35); }
.btn-outline {
  border: 2px solid rgba(245,168,0,0.5); color: var(--gold);
  padding: 14px 36px; border-radius: 4px;
  font-weight: 700; font-size: 1rem;
  text-decoration: none; transition: all 0.2s; display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); background: rgba(245,168,0,0.08); transform: translateY(-3px); }
.btn-dark {
  background: var(--dark); color: var(--white);
  padding: 16px 44px; border-radius: 6px;
  font-weight: 800; font-size: 1.05rem;
  text-decoration: none; transition: all 0.2s; display: inline-block; position: relative;
}
.btn-dark:hover { background: #111; transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.35); }

/* =============================================
   STATS
   ============================================= */
.stats {
  padding: 60px;
  border-top: 1px solid rgba(245,168,0,0.1);
  border-bottom: 1px solid rgba(245,168,0,0.1);
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 40px; background: rgba(245,168,0,0.03);
}
.stat-item { text-align: center; }
.stat-num { font-size: 2.8rem; font-weight: 900; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.9rem; color: #888; margin-top: 6px; }

/* =============================================
   SERVICES GRID
   ============================================= */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: var(--gray);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 36px 28px;
  position: relative; overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  cursor: default;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--gold);
  transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(245,168,0,0.3); box-shadow: 0 20px 50px rgba(0,0,0,0.4); }
.service-card:hover::before { transform: scaleX(1); transform-origin: left; }
.service-icon {
  width: 56px; height: 56px;
  background: rgba(245,168,0,0.1); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; font-size: 1.6rem;
}
.service-title { font-size: 1.15rem; font-weight: 800; margin-bottom: 10px; }
.service-desc { color: #888; font-size: 0.92rem; line-height: 1.7; }

/* =============================================
   WHY US
   ============================================= */
.why-section {
  padding: 100px 60px;
  background: linear-gradient(135deg, rgba(245,168,0,0.06) 0%, transparent 60%);
  border-top: 1px solid rgba(245,168,0,0.08);
}
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-list { display: flex; flex-direction: column; gap: 28px; margin-top: 40px; }
.why-item { display: flex; gap: 20px; align-items: flex-start; }
.why-num {
  width: 44px; height: 44px; min-width: 44px;
  background: var(--gold); color: var(--dark);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 1rem;
}
.why-text h4 { font-weight: 800; margin-bottom: 4px; }
.why-text p { color: #888; font-size: 0.92rem; line-height: 1.6; }
.why-visual {
  background: var(--gray); border: 1px solid rgba(245,168,0,0.15);
  border-radius: 16px; padding: 48px;
  display: flex; flex-direction: column; gap: 28px;
}
.metric-row { display: flex; align-items: center; gap: 16px; }
.metric-label { font-size: 0.9rem; color: #aaa; min-width: 120px; }
.metric-bar { flex: 1; height: 8px; background: rgba(255,255,255,0.07); border-radius: 100px; overflow: hidden; }
.metric-fill { height: 100%; background: var(--gold); border-radius: 100px; animation: fillBar 1.5s ease forwards; transform-origin: left; }
.metric-pct { font-size: 0.9rem; font-weight: 800; color: var(--gold); min-width: 40px; text-align: left; }
@keyframes fillBar { from { width: 0; } }

/* =============================================
   PROCESS STEPS
   ============================================= */
.process-section { padding: 100px 60px; }
.process-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; position: relative; margin-top: 60px;
}
.process-steps::before {
  content: ''; position: absolute; top: 36px; right: 12.5%; left: 12.5%;
  height: 2px; background: linear-gradient(90deg, var(--gold), rgba(245,168,0,0.1));
}
.step { text-align: center; padding: 0 20px; position: relative; }
.step-circle {
  width: 72px; height: 72px;
  background: var(--dark); border: 2px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.5rem;
  position: relative; z-index: 1; transition: background 0.3s;
}
.step:hover .step-circle { background: var(--gold); }
.step-num {
  position: absolute; top: -8px; right: -8px;
  width: 24px; height: 24px; background: var(--gold);
  color: var(--dark); border-radius: 50%;
  font-size: 0.7rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.step h4 { font-weight: 800; margin-bottom: 8px; }
.step p { color: #888; font-size: 0.88rem; line-height: 1.6; }

/* =============================================
   PACKAGES / SERVICES CARDS
   ============================================= */
.pkg-section {
  padding: 100px 60px;
  background: linear-gradient(180deg, var(--darker) 0%, #161616 100%);
  border-top: 1px solid rgba(245,168,0,0.08);
}
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }
.pkg-main-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; }
.pkg-card {
  background: var(--gray); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
}
.pkg-card:hover { transform: translateY(-10px); border-color: var(--gold); box-shadow: 0 24px 60px rgba(245,168,0,0.18); }
.pkg-card.featured {
  border-color: var(--gold);
  background: linear-gradient(160deg, #2e2e2e 0%, #252010 100%);
  position: relative;
}
.pkg-badge {
  position: absolute; top: 20px; left: 20px;
  background: var(--gold); color: var(--dark);
  font-size: 0.72rem; font-weight: 900;
  padding: 4px 14px; border-radius: 100px; letter-spacing: 0.05em;
}
.pkg-header { padding: 36px 32px 28px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.pkg-icon {
  width: 64px; height: 64px;
  background: rgba(245,168,0,0.1); border: 1px solid rgba(245,168,0,0.25);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin-bottom: 20px;
}
.pkg-name { font-size: 1.35rem; font-weight: 900; margin-bottom: 8px; }
.pkg-tagline { color: #888; font-size: 0.9rem; line-height: 1.6; }
.pkg-features { padding: 28px 32px; flex: 1; display: flex; flex-direction: column; gap: 14px; }
.pkg-feat { display: flex; align-items: flex-start; gap: 12px; font-size: 0.9rem; color: #bbb; line-height: 1.5; }
.pkg-feat::before { content: '✓'; color: var(--gold); font-weight: 900; font-size: 0.85rem; margin-top: 1px; flex-shrink: 0; }
.pkg-footer { padding: 24px 32px 32px; border-top: 1px solid rgba(255,255,255,0.06); }
.pkg-btn {
  display: block; width: 100%;
  background: transparent; border: 2px solid rgba(245,168,0,0.4);
  color: var(--gold); padding: 14px; border-radius: 8px;
  font-family: 'Cairo', sans-serif; font-weight: 800; font-size: 0.95rem;
  text-align: center; text-decoration: none; transition: all 0.25s; cursor: pointer;
}
.pkg-btn:hover, .pkg-card.featured .pkg-btn { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.pkg-card.featured .pkg-btn:hover { background: var(--gold-hover); }

/* =============================================
   CTA SECTION
   ============================================= */
.cta-section {
  margin: 0 60px 100px;
  background: linear-gradient(135deg, var(--gold) 0%, #e69500 100%);
  border-radius: 20px; padding: 80px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: 'GROW'; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 300px; color: rgba(0,0,0,0.06);
  pointer-events: none; white-space: nowrap; letter-spacing: -0.02em;
}
.cta-section h2 { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; color: var(--dark); margin-bottom: 16px; position: relative; }
.cta-section p { color: rgba(26,26,26,0.7); font-size: 1.1rem; margin-bottom: 36px; position: relative; }

/* =============================================
   CONTACT PAGE
   ============================================= */
.contact-section { padding: 80px 60px 100px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.contact-info-title { font-size: 1.6rem; font-weight: 900; margin-bottom: 10px; }
.contact-info-sub { color: #888; font-size: 0.95rem; line-height: 1.7; margin-bottom: 40px; }
.contact-channels { display: flex; flex-direction: column; gap: 20px; }
.channel-card {
  background: var(--gray); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px; padding: 24px 28px;
  display: flex; align-items: center; gap: 20px;
  text-decoration: none; color: var(--white);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  position: relative; overflow: hidden;
}
.channel-card::before {
  content: ''; position: absolute; top: 0; right: 0; bottom: 0;
  width: 3px; background: var(--gold);
  transform: scaleY(0); transform-origin: bottom; transition: transform 0.3s;
}
.channel-card:hover { transform: translateX(-6px); border-color: rgba(245,168,0,0.3); box-shadow: 0 12px 36px rgba(0,0,0,0.3); }
.channel-card:hover::before { transform: scaleY(1); }
.channel-icon {
  width: 52px; height: 52px; background: rgba(245,168,0,0.1);
  border: 1px solid rgba(245,168,0,0.25); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; flex-shrink: 0;
}
.channel-label { font-size: 0.78rem; color: #888; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 4px; }
.channel-value { font-weight: 800; font-size: 1rem; }
.channel-desc { font-size: 0.82rem; color: #666; margin-top: 3px; }
.channel-arrow { margin-right: auto; color: var(--gold); font-size: 1.2rem; opacity: 0.5; transition: opacity 0.3s, transform 0.3s; }
.channel-card:hover .channel-arrow { opacity: 1; transform: translateX(-4px); }
.response-box {
  margin-top: 32px; background: rgba(245,168,0,0.07);
  border: 1px solid rgba(245,168,0,0.2); border-radius: 12px;
  padding: 20px 24px; display: flex; align-items: center; gap: 16px;
}
.response-box .icon { font-size: 2rem; }
.response-box h4 { font-weight: 800; font-size: 0.95rem; }
.response-box p { color: #888; font-size: 0.85rem; margin-top: 3px; }
.contact-form-wrap {
  background: var(--gray); border: 1px solid rgba(245,168,0,0.15);
  border-radius: 20px; padding: 44px;
}
.form-title { font-size: 1.4rem; font-weight: 900; margin-bottom: 6px; }
.form-sub { color: #888; font-size: 0.9rem; margin-bottom: 32px; line-height: 1.6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.form-group label { font-size: 0.85rem; font-weight: 700; color: #ccc; }
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px; padding: 13px 16px;
  color: var(--white); font-family: 'Cairo', sans-serif;
  font-size: 0.92rem; transition: border-color 0.2s, box-shadow 0.2s;
  outline: none; width: 100%; direction: rtl;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(245,168,0,0.1); }
.form-group select option { background: var(--gray); color: var(--white); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: #555; }
.submit-btn {
  width: 100%; background: var(--gold); color: var(--dark); border: none;
  padding: 16px; border-radius: 8px;
  font-family: 'Cairo', sans-serif; font-weight: 900; font-size: 1rem;
  cursor: pointer; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; margin-top: 8px;
}
.submit-btn:hover { background: var(--gold-hover); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(245,168,0,0.35); }
.form-note { text-align: center; color: #666; font-size: 0.82rem; margin-top: 14px; }
.form-note a { color: var(--gold); text-decoration: none; }

/* =============================================
   ABOUT PAGE
   ============================================= */
.about-story-section { padding: 80px 60px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-text .section-title { margin-bottom: 24px; }
.story-text p { color: #888; line-height: 1.8; font-size: 0.97rem; margin-bottom: 16px; }
.story-visual {
  background: var(--gray); border: 1px solid rgba(245,168,0,0.15);
  border-radius: 20px; padding: 48px; text-align: center;
}
.big-num { font-size: 6rem; font-weight: 900; color: var(--gold); line-height: 1; }
.big-label { color: #888; margin-top: 8px; font-size: 1.05rem; }
.story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.mini-stat { background: rgba(245,168,0,0.07); border: 1px solid rgba(245,168,0,0.15); border-radius: 12px; padding: 20px; text-align: center; }
.mini-stat .num { font-size: 2rem; font-weight: 900; color: var(--gold); }
.mini-stat .lbl { color: #888; font-size: 0.85rem; margin-top: 4px; }

.team-section { padding: 80px 60px; background: linear-gradient(180deg, var(--darker) 0%, #161616 100%); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 50px; }
.team-card {
  background: var(--gray); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; padding: 32px 24px; text-align: center;
  transition: transform 0.3s, border-color 0.3s;
}
.team-card:hover { transform: translateY(-8px); border-color: rgba(245,168,0,0.3); }
.team-avatar { font-size: 3rem; margin-bottom: 16px; }
.team-name { font-weight: 800; font-size: 1.05rem; margin-bottom: 4px; }
.team-role { color: var(--gold); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.05em; margin-bottom: 12px; }
.team-bio { color: #888; font-size: 0.88rem; line-height: 1.6; }

.values-section { padding: 80px 60px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 50px; }
.value-card {
  background: var(--gray); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; padding: 36px; text-align: center;
  transition: transform 0.3s, border-color 0.3s;
}
.value-card:hover { transform: translateY(-6px); border-color: rgba(245,168,0,0.3); }
.value-icon { font-size: 2.5rem; margin-bottom: 16px; }
.value-title { font-weight: 800; font-size: 1.1rem; margin-bottom: 10px; }
.value-desc { color: #888; font-size: 0.9rem; line-height: 1.7; }

/* =============================================
   FOOTER
   ============================================= */
footer, .site-footer {
  background: rgba(0,0,0,0.5);
  border-top: 1px solid rgba(245,168,0,0.1);
  padding: 60px 60px 30px;
}
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px; margin-bottom: 50px;
}
.footer-brand img { height: 44px; margin-bottom: 16px; }
.footer-brand p { color: #666; font-size: 0.9rem; line-height: 1.7; }
.footer-col h5 { font-weight: 800; margin-bottom: 18px; color: var(--white); }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: #666; font-size: 0.9rem; text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 24px; display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { color: #444; font-size: 0.85rem; }
.footer-bottom a { color: var(--gold); text-decoration: none; }

/* =============================================
   WOOCOMMERCE OVERRIDES
   ============================================= */
.woocommerce-page .woocommerce,
.woocommerce { color: var(--white); }

/* Shop heading */
.woocommerce .woocommerce-products-header__title,
.woocommerce h1.page-title,
.woocommerce h2, .woocommerce h3 { color: var(--white); }

/* Product cards */
.woocommerce ul.products li.product {
  background: var(--gray);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; overflow: hidden;
  padding: 0; transition: transform 0.3s, border-color 0.3s;
}
.woocommerce ul.products li.product:hover { transform: translateY(-8px); border-color: rgba(245,168,0,0.4); }
.woocommerce ul.products li.product a img { margin: 0; width: 100%; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--white); padding: 16px 16px 8px; font-family: 'Cairo', sans-serif; font-size: 1rem; font-weight: 800; }
.woocommerce ul.products li.product .price { color: var(--gold); padding: 0 16px 8px; font-weight: 900; font-size: 1.1rem; }
.woocommerce ul.products li.product .button { background: var(--gold); color: var(--dark); font-family: 'Cairo', sans-serif; font-weight: 800; border-radius: 0; width: 100%; text-align: center; padding: 12px; margin: 0; transition: background 0.2s; }
.woocommerce ul.products li.product .button:hover { background: var(--gold-hover); }

/* Breadcrumb WC */
.woocommerce .woocommerce-breadcrumb { color: #666; }
.woocommerce .woocommerce-breadcrumb a { color: #888; }

/* Single product */
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--white); font-family: 'Cairo', sans-serif; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-color: var(--gold); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--gold); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--gold); font-size: 1.6rem; font-weight: 900; }
.woocommerce div.product .product_title { color: var(--white); font-family: 'Cairo', sans-serif; font-weight: 900; }
.woocommerce div.product .woocommerce-product-details__short-description { color: #aaa; }

/* Add to cart button */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce div.product form.cart .single_add_to_cart_button {
  background: var(--gold) !important; color: var(--dark) !important;
  font-family: 'Cairo', sans-serif !important; font-weight: 900 !important;
  border-radius: 8px !important; border: none !important;
  transition: background 0.2s, transform 0.2s !important;
  padding: 14px 32px !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: var(--gold-hover) !important; transform: translateY(-2px) !important;
}

/* Cart & Checkout */
.woocommerce table.shop_table { background: var(--gray); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; color: var(--white); }
.woocommerce table.shop_table th { background: rgba(245,168,0,0.1); color: var(--gold); font-family: 'Cairo', sans-serif; font-weight: 800; }
.woocommerce table.shop_table td { border-color: rgba(255,255,255,0.07); }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { background: var(--gold); color: var(--dark); font-family: 'Cairo', sans-serif; font-weight: 900; border-radius: 8px; padding: 16px; font-size: 1.05rem; }

/* Form fields WC */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1);
  color: var(--white); border-radius: 8px; font-family: 'Cairo', sans-serif;
  padding: 12px 14px;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 3px rgba(245,168,0,0.1); }
.woocommerce form .form-row label { color: #ccc; font-family: 'Cairo', sans-serif; font-weight: 700; }

/* Notices */
.woocommerce-message { background: rgba(245,168,0,0.1); border-top-color: var(--gold); color: var(--white); }

/* Shop page wrapper */
.woocommerce-shop-wrap { padding: 60px; background: var(--darker); min-height: 60vh; }
.woocommerce-shop-wrap h1 { font-size: 2.5rem; font-weight: 900; margin-bottom: 40px; }

/* =============================================
   REVEAL ANIMATION
   ============================================= */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 0.07; } }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  nav, .site-header { padding: 18px 30px; }
  .hero { padding: 120px 30px 80px; }
  .section, .why-section, .process-section { padding: 80px 30px; }
  .stats { padding: 40px 30px; grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 40px; }
  .process-steps::before { display: none; }
  .cta-section { margin: 0 30px 80px; padding: 60px 30px; }
  footer, .site-footer { padding: 60px 30px 30px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .pkg-grid, .pkg-main-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .contact-section { padding: 60px 30px; }
  .contact-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .woocommerce-shop-wrap { padding: 30px; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 2.8rem; }
  .services-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .about-story-section, .team-section, .values-section { padding: 60px 20px; }
}
