/* ===== EGYTEL v5 — LIGHT THEME with Purple/Blue Accents ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 16px; line-height: 1.6;
  color: #1a0a2e; background: #ffffff;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1,h2,h3,h4,h5 { font-weight: 800; line-height: 1.15; }
h1 { font-size: clamp(2.2rem,5vw,3.8rem); }
h2 { font-size: clamp(1.7rem,3.5vw,2.6rem); }
h3 { font-size: 1.3rem; font-weight: 700; }
h4 { font-size: 1rem; font-weight: 700; }
p { color: #4a4060; line-height: 1.7; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.alt-bg { background: #f7f5ff; }

/* GRADIENT UTILITIES */
.grad { background: linear-gradient(135deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }

.section-eyebrow {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; display: block; margin-bottom: 10px;
  background: linear-gradient(90deg,#7b2fbe,#3b82f6);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.section-header { text-align:center; margin-bottom:52px; }
.section-title { color:#1a0a2e; }
.section-intro { max-width:580px; margin:12px auto 0; color:#5a4a7a; }

/* BUTTONS */
.btn { display:inline-block; padding:13px 28px; font-size:0.88rem; font-weight:700; letter-spacing:0.06em; border-radius:6px; cursor:pointer; transition:all 0.25s; border:2px solid transparent; text-align:center; }
.btn-primary { background:linear-gradient(135deg,#7b2fbe,#3b82f6); color:#fff; border:none; box-shadow:0 4px 20px rgba(123,47,190,0.3); }
.btn-primary:hover { box-shadow:0 6px 28px rgba(123,47,190,0.45); transform:translateY(-1px); }
.btn-outline { background:transparent; color:#7b2fbe; border-color:#7b2fbe; }
.btn-outline:hover { background:#7b2fbe; color:#fff; }
.btn-white { background:#fff; color:#3d0066; border-color:rgba(255,255,255,0.6); }
.btn-white:hover { background:#f0e8ff; }
.btn-light-outline { background:transparent; color:#fff; border:2px solid rgba(255,255,255,0.5); }
.btn-light-outline:hover { background:rgba(255,255,255,0.12); border-color:#fff; }
.btn-sm { padding:8px 18px; font-size:0.8rem; }
.btn-full { width:100%; }

/* ===== NAVIGATION — WHITE ===== */
.nav {
  position:fixed; top:0; left:0; right:0; z-index:1000;
  background:#ffffff;
  border-bottom:1px solid #ede8f8;
  box-shadow:0 2px 16px rgba(123,47,190,0.08);
  transition:all 0.3s;
}
.nav.scrolled { box-shadow:0 4px 24px rgba(123,47,190,0.15); }
.nav-inner { max-width:1180px; margin:0 auto; padding:0 24px; height:70px; display:flex; align-items:center; justify-content:space-between; }
.nav-logo-img { height:44px; width:auto; display:block; }
.nav-links { display:flex; align-items:center; gap:4px; }
.nav-links li a { color:#3a3050; font-size:0.88rem; font-weight:600; padding:7px 13px; border-radius:5px; transition:all 0.2s; }
.nav-links li a:hover, .nav-links li a.active { color:#7b2fbe; background:rgba(123,47,190,0.08); }
.nav-links li a.nav-cta { background:linear-gradient(135deg,#7b2fbe,#3b82f6); color:#fff; margin-left:6px; padding:8px 18px; }
.nav-links li a.nav-cta:hover { box-shadow:0 4px 14px rgba(123,47,190,0.35); transform:translateY(-1px); }
.hamburger { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:6px; }
.hamburger span { display:block; width:24px; height:2px; background:#3a3050; transition:all 0.3s; border-radius:2px; }

/* ===== HERO — LIGHT GRADIENT ===== */
.hero {
  min-height:100vh;
  background: linear-gradient(135deg, #f0ebff 0%, #e8f0fe 40%, #f5f0ff 70%, #eef4ff 100%);
  display:flex; align-items:center; padding-top:70px;
  position:relative; overflow:hidden;
}
.hero::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(123,47,190,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,130,246,0.06) 1px, transparent 1px);
  background-size:60px 60px;
}
/* Decorative blobs */
.hero::after {
  content:''; position:absolute;
  width:600px; height:600px; border-radius:50%;
  background:radial-gradient(circle, rgba(123,47,190,0.1) 0%, transparent 70%);
  right:-150px; top:-150px; pointer-events:none;
}
.hero-content { flex:1; padding:60px 24px 60px 60px; max-width:660px; position:relative; z-index:2; }
.hero-visual { flex:0 0 380px; display:flex; align-items:center; justify-content:center; padding:40px; position:relative; z-index:2; }
.hero-logo-large { width:320px; filter:drop-shadow(0 8px 30px rgba(123,47,190,0.25)); animation:floatLogo 5s ease-in-out infinite; }
@keyframes floatLogo { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.hero-eyebrow { font-size:0.7rem; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; display:block; margin-bottom:18px;
  background:linear-gradient(90deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.hero-title { font-size:clamp(2.6rem,6vw,4.4rem); font-weight:900; color:#1a0a2e; line-height:1.05; margin-bottom:20px; }
.hero-title-accent { background:linear-gradient(135deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.hero-desc { font-size:1.02rem; color:#5a4a7a; margin-bottom:34px; max-width:520px; }
.hero-actions { display:flex; gap:14px; margin-bottom:48px; flex-wrap:wrap; }
.hero-stats { display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.stat { display:flex; flex-direction:column; }
.stat-num { font-size:1.5rem; font-weight:900; line-height:1; background:linear-gradient(135deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.stat-label { font-size:0.62rem; color:#8a7aaa; text-transform:uppercase; letter-spacing:0.08em; margin-top:2px; }
.stat-div { width:1px; height:34px; background:rgba(123,47,190,0.2); }

/* ===== SLOGAN BAND ===== */
.slogan-band { background:linear-gradient(135deg,#7b2fbe,#3b82f6); padding:16px 0; }
.slogan-inner { display:flex; align-items:center; justify-content:center; gap:16px; flex-wrap:wrap; text-align:center; }
.slogan-text { font-size:1rem; font-weight:700; font-style:italic; color:#fff; }
.slogan-sep { color:rgba(255,255,255,0.4); font-size:1.2rem; }
.slogan-sub { font-size:0.78rem; color:rgba(255,255,255,0.7); letter-spacing:0.06em; }

/* ===== PAGE HERO — LIGHT ===== */
.page-hero {
  background:linear-gradient(135deg,#f0ebff 0%,#e8f0fe 50%,#f5f0ff 100%);
  padding:130px 24px 72px; text-align:center; position:relative; overflow:hidden;
}
.page-hero::before {
  content:''; position:absolute; inset:0;
  background-image:linear-gradient(rgba(123,47,190,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,0.05) 1px,transparent 1px);
  background-size:50px 50px;
}
.page-hero .container { position:relative; z-index:2; }
.page-hero h1 { color:#1a0a2e; margin-bottom:14px; }
.page-hero p { color:#5a4a7a; font-size:1.05rem; max-width:560px; margin:0 auto; }

/* ===== SERVICES GRID ===== */
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.service-card { display:block; background:#fff; border:2px solid #ede8f8; border-radius:12px; padding:32px 24px; transition:all 0.3s; box-shadow:0 2px 12px rgba(123,47,190,0.05); }
.service-card:hover { border-color:#7b2fbe; box-shadow:0 8px 36px rgba(123,47,190,0.12); transform:translateY(-4px); }
.service-icon-emoji { font-size:2.2rem; margin-bottom:16px; }
.service-card h3 { color:#1a0a2e; margin-bottom:10px; }
.service-card p { font-size:0.9rem; margin-bottom:18px; }
.card-link { font-size:0.82rem; font-weight:700; background:linear-gradient(90deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }

/* ===== ACHIEVEMENTS ===== */
.achievements-section { background:linear-gradient(135deg,#7b2fbe,#3b82f6); }
.achieve-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:16px; }
.achieve-card { background:rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.2); border-radius:12px; padding:22px 16px; text-align:center; transition:all 0.3s; }
.achieve-card:hover { background:rgba(255,255,255,0.2); transform:translateY(-3px); }
.achieve-num { font-size:1.8rem; font-weight:900; color:#fff; line-height:1; margin-bottom:6px; }
.achieve-label { font-size:0.7rem; font-weight:700; color:rgba(255,255,255,0.9); text-transform:uppercase; letter-spacing:0.06em; margin-bottom:5px; }
.achieve-card p { font-size:0.75rem; color:rgba(255,255,255,0.65); }

/* ===== WHY SECTION ===== */
.why-section { background:#f7f5ff; }
.why-grid { display:grid; grid-template-columns:1fr 1.4fr; gap:64px; align-items:start; }
.why-desc { margin:14px 0 24px; }
.why-right { display:flex; flex-direction:column; gap:24px; }
.why-item { display:flex; gap:16px; align-items:flex-start; }
.why-marker { font-size:0.68rem; font-weight:900; letter-spacing:0.08em; min-width:26px; padding-top:4px; background:linear-gradient(135deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.why-item h4 { margin-bottom:5px; color:#1a0a2e; }
.why-item p { font-size:0.88rem; }

/* ===== PARTNERS ===== */
.partners-section { padding:52px 0; background:#1a0a2e; }
.partners-section .section-eyebrow { text-align:center; margin-bottom:22px; color:rgba(255,255,255,0.5); -webkit-text-fill-color:rgba(255,255,255,0.5); }
.partners-row { display:flex; align-items:center; justify-content:center; gap:12px; flex-wrap:wrap; }
.partner-badge { padding:10px 22px; border-radius:6px; font-weight:800; font-size:0.95rem; letter-spacing:0.06em; }
.partner-badge.operator { background:rgba(168,85,247,0.15); color:#fff; border:1px solid rgba(168,85,247,0.4); }
.partner-badge.vendor { background:rgba(255,255,255,0.07); color:rgba(255,255,255,0.75); border:1px solid rgba(255,255,255,0.15); }
.partner-divider { width:1px; height:32px; background:rgba(255,255,255,0.15); margin:0 6px; }

/* ===== PLATFORMS ===== */
.platforms-section { background:#f7f5ff; }
.platforms-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.platform-card { background:#fff; border:2px solid #ede8f8; border-radius:12px; padding:28px; text-align:center; transition:all 0.3s; box-shadow:0 2px 12px rgba(123,47,190,0.05); }
.platform-card:hover { border-color:#7b2fbe; box-shadow:0 6px 24px rgba(123,47,190,0.1); }
.platform-icon { font-size:2rem; margin-bottom:12px; }
.platform-card h4 { margin-bottom:8px; }
.platform-card p { font-size:0.85rem; }

/* ===== CTA BAND ===== */
.cta-band { background:linear-gradient(135deg,#3d0066,#1e3a8a); padding:72px 24px; text-align:center; position:relative; overflow:hidden; }
.cta-band::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 50%,rgba(168,85,247,0.15) 0%,transparent 60%); }
.cta-band .container { position:relative; z-index:2; }
.cta-band h2 { color:#fff; margin-bottom:12px; }
.cta-band p { color:rgba(255,255,255,0.7); max-width:480px; margin:0 auto 26px; }

/* ===== FOOTER ===== */
.footer { background:#0d0820; padding:64px 0 0; }
.footer-grid { display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:36px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,0.07); }
.footer-logo-img { height:40px; width:auto; margin-bottom:14px; }
.footer-brand p { font-size:0.83rem; color:rgba(255,255,255,0.35); line-height:1.7; }
.footer-links h5,.footer-contact h5 { font-size:0.65rem; font-weight:700; letter-spacing:0.16em; text-transform:uppercase; color:rgba(255,255,255,0.3); margin-bottom:14px; }
.footer-links ul li { margin-bottom:8px; }
.footer-links ul li a { color:rgba(255,255,255,0.5); font-size:0.86rem; transition:color 0.2s; }
.footer-links ul li a:hover { color:#a855f7; }
.footer-contact p { font-size:0.86rem; color:rgba(255,255,255,0.4); margin-bottom:14px; }
.footer-contact .btn-outline { color:rgba(255,255,255,0.5); border-color:rgba(168,85,247,0.3); font-size:0.78rem; padding:7px 16px; }
.footer-contact .btn-outline:hover { background:rgba(168,85,247,0.15); color:#fff; border-color:#a855f7; }
.footer-bottom { padding:18px 0; text-align:center; }
.footer-bottom span { font-size:0.75rem; color:rgba(255,255,255,0.18); }

/* ===== ABOUT PAGE ===== */
.overview-grid { display:grid; grid-template-columns:1.3fr 1fr; gap:60px; align-items:start; }
.overview-info h2 { margin-bottom:16px; }
.overview-info p { margin-bottom:14px; }
.overview-details { margin-top:24px; border:2px solid #ede8f8; border-radius:10px; overflow:hidden; }
.detail-row { display:flex; border-bottom:1px solid #ede8f8; }
.detail-row:last-child { border-bottom:none; }
.detail-label { font-size:0.75rem; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:#7b2fbe; background:#f7f5ff; padding:10px 14px; min-width:110px; }
.detail-val { font-size:0.88rem; color:#1a0a2e; padding:10px 14px; }
.detail-val a { color:#7b2fbe; }
.overview-logo-block { display:flex; flex-direction:column; align-items:center; gap:24px; padding-top:20px; }
.about-logo-img { max-width:320px; width:100%; filter:drop-shadow(0 4px 20px rgba(123,47,190,0.2)); }
.overview-badges { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.ov-badge { font-size:0.75rem; font-weight:700; padding:6px 14px; border-radius:20px; background:linear-gradient(135deg,rgba(123,47,190,0.1),rgba(59,130,246,0.1)); border:1px solid rgba(123,47,190,0.3); color:#7b2fbe; }

/* VISION MISSION */
.vm-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.vm-card { border-radius:12px; padding:36px; border:2px solid #ede8f8; }
.vm-card.vision { background:linear-gradient(135deg,#f0ebff,#e8f0fe); }
.vm-card.mission { background:linear-gradient(135deg,#eef4ff,#f0ebff); }
.vm-icon { font-size:2.5rem; margin-bottom:14px; }
.vm-card h3 { color:#1a0a2e; margin-bottom:12px; font-size:1.4rem; }
.vm-card p { color:#4a4060; font-size:0.95rem; }

/* ORG CHART */
.org-top { display:flex; flex-direction:column; align-items:center; margin-bottom:32px; }
.org-node { background:#fff; border:2px solid #ede8f8; border-radius:10px; padding:16px 24px; text-align:center; min-width:200px; box-shadow:0 2px 12px rgba(123,47,190,0.08); }
.org-node.ceo-node { border-color:#7b2fbe; background:linear-gradient(135deg,#f0ebff,#e8f0fe); }
.org-node.director-node { border-color:rgba(123,47,190,0.4); }
.org-avatar { width:48px; height:48px; border-radius:50%; background:linear-gradient(135deg,#7b2fbe,#3b82f6); display:flex; align-items:center; justify-content:center; margin:0 auto 8px; font-weight:800; font-size:0.85rem; color:#fff; }
.org-name { font-weight:700; color:#1a0a2e; font-size:0.95rem; }
.org-role { font-size:0.68rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; background:linear-gradient(90deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; margin-top:3px; }
.org-connector-v { width:2px; height:28px; background:linear-gradient(to bottom,#7b2fbe,#3b82f6); }
.org-mid-label { text-align:center; font-size:0.7rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:rgba(123,47,190,0.6); margin-bottom:20px; }

/* TEAM */
.team-section { background:#f7f5ff; }
.team-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.team-card { background:#fff; border-radius:10px; padding:26px; border:2px solid #ede8f8; text-align:center; transition:all 0.3s; box-shadow:0 2px 12px rgba(123,47,190,0.05); }
.team-card:hover { border-color:#7b2fbe; box-shadow:0 4px 24px rgba(123,47,190,0.1); }
.team-avatar { width:58px; height:58px; border-radius:50%; background:linear-gradient(135deg,#7b2fbe,#3b82f6); display:flex; align-items:center; justify-content:center; margin:0 auto 12px; font-weight:800; font-size:0.9rem; color:#fff; }
.team-card h4 { margin-bottom:4px; }
.team-role { font-size:0.68rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; display:block; margin-bottom:10px; background:linear-gradient(90deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.team-card p { font-size:0.84rem; }
.team-card.founder-card { border-color:rgba(123,47,190,0.4); background:linear-gradient(135deg,rgba(123,47,190,0.03),rgba(59,130,246,0.03)); }

/* VALUES */
.values-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.values-grid.six-col { grid-template-columns:repeat(3,1fr); }
.value-card { background:linear-gradient(135deg,#f0ebff,#eef4ff); border-radius:10px; padding:28px; text-align:center; border:2px solid #ede8f8; transition:all 0.3s; }
.value-card:hover { border-color:#7b2fbe; box-shadow:0 4px 20px rgba(123,47,190,0.1); }
.value-icon { font-size:2rem; margin-bottom:12px; }
.value-card h4 { color:#1a0a2e; margin-bottom:8px; }
.value-card p { color:#5a4a7a; font-size:0.86rem; }

/* REGIONAL */
.regional-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.regional-card { background:#fff; border:2px solid #ede8f8; border-radius:12px; padding:28px; transition:all 0.3s; box-shadow:0 2px 12px rgba(123,47,190,0.05); }
.regional-card:hover { border-color:#7b2fbe; }
.regional-card.active-region { border-color:#7b2fbe; background:linear-gradient(135deg,rgba(123,47,190,0.03),rgba(59,130,246,0.03)); }
.regional-flag { font-size:2.5rem; margin-bottom:10px; }
.regional-card h3 { margin-bottom:8px; }
.regional-status { display:inline-block; font-size:0.68rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; padding:3px 10px; border-radius:3px; margin-bottom:10px; }
.regional-status.active { background:rgba(123,47,190,0.1); color:#7b2fbe; }
.regional-status.intl { background:rgba(59,130,246,0.1); color:#1e3a8a; }
.regional-status.future { background:rgba(0,150,80,0.1); color:#006640; }
.regional-card p { font-size:0.88rem; margin-bottom:14px; }
.regional-tags { display:flex; flex-wrap:wrap; gap:6px; }
.regional-tags span { font-size:0.68rem; font-weight:600; background:#f7f5ff; color:#7b2fbe; padding:2px 8px; border-radius:3px; }

/* ===== SERVICES PAGE ===== */
.service-detail-grid { display:grid; grid-template-columns:1.1fr 1fr; gap:64px; align-items:start; }
.service-detail-grid.reverse { direction:rtl; }
.service-detail-grid.reverse > * { direction:ltr; }
.service-detail-number { font-size:5rem; font-weight:900; line-height:1; margin-bottom:-8px; background:linear-gradient(135deg,rgba(123,47,190,0.15),rgba(59,130,246,0.15)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.service-detail-content h2 { margin-bottom:14px; }
.service-detail-content p { margin-bottom:12px; }
.service-detail-scope { margin-top:20px; }
.service-detail-scope h4 { font-size:0.72rem; text-transform:uppercase; letter-spacing:0.12em; margin-bottom:12px; background:linear-gradient(90deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.scope-list { display:flex; flex-direction:column; gap:7px; }
.scope-list li { font-size:0.88rem; color:#4a4060; padding-left:14px; position:relative; }
.scope-list li::before { content:'—'; position:absolute; left:0; color:#7b2fbe; font-size:0.7rem; top:3px; }
.service-visual-card { background:linear-gradient(135deg,#f7f5ff,#eef4ff); border-radius:12px; padding:32px; border:2px solid #ede8f8; display:flex; align-items:center; justify-content:center; min-height:270px; box-shadow:0 2px 12px rgba(123,47,190,0.06); }
.rope-card { background:linear-gradient(135deg,#1a0a2e,#0d1a3a); border-color:rgba(168,85,247,0.3); }
.irata-badge { border:3px solid #7b2fbe; border-radius:50%; width:160px; height:160px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; box-shadow:0 0 30px rgba(123,47,190,0.2); }
.irata-text { font-size:2.2rem; font-weight:900; background:linear-gradient(135deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.irata-sub { font-size:0.72rem; font-weight:800; color:rgba(255,255,255,0.8); letter-spacing:0.2em; }
.irata-detail { font-size:0.6rem; color:rgba(255,255,255,0.35); text-align:center; line-height:1.4; }

/* Service visuals */
.ftth-diagram { text-align:center; width:100%; }
.ftth-node { display:inline-block; background:linear-gradient(135deg,#7b2fbe,#3b82f6); color:#fff; font-size:0.75rem; font-weight:700; padding:8px 12px; border-radius:6px; }
.ftth-node.hub { font-size:0.9rem; padding:10px 20px; margin-bottom:12px; }
.ftth-node.sub { background:linear-gradient(135deg,#5b1f9e,#2563eb); font-size:0.68rem; padding:6px 10px; }
.ftth-node.end { background:rgba(123,47,190,0.1); color:#7b2fbe; border:1px solid rgba(123,47,190,0.3); font-size:0.62rem; padding:5px 8px; }
.ftth-row { display:flex; justify-content:center; gap:8px; margin-bottom:10px; }
.ftth-caption { font-size:0.72rem; color:#8a7aaa; margin-top:12px; }
.mobile-visual { display:flex; flex-direction:column; gap:8px; }
.mv-item { background:rgba(123,47,190,0.06); border:1px solid rgba(123,47,190,0.15); border-radius:6px; padding:10px 14px; font-size:0.88rem; color:#1a0a2e; font-weight:600; }
.fiber-stats { display:flex; flex-direction:column; gap:16px; align-items:center; }
.fstat { text-align:center; }
.fstat-num { font-size:1.6rem; font-weight:900; background:linear-gradient(135deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.fstat-label { font-size:0.72rem; color:#8a7aaa; }
.power-visual { display:flex; flex-direction:column; gap:10px; }
.pv-item { background:rgba(123,47,190,0.06); border:1px solid rgba(123,47,190,0.15); border-radius:6px; padding:12px 16px; font-size:0.9rem; color:#1a0a2e; font-weight:600; }
.managed-visual { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; min-height:200px; }
.managed-icon { font-size:3rem; }

/* ===== PROJECTS PAGE ===== */
.projects-list { display:flex; flex-direction:column; gap:16px; }
.project-detail-card { background:#fff; border:2px solid #ede8f8; border-radius:12px; padding:24px 28px; transition:all 0.3s; box-shadow:0 2px 12px rgba(123,47,190,0.05); }
.project-detail-card:hover { border-color:#7b2fbe; box-shadow:0 4px 20px rgba(123,47,190,0.1); }
.project-detail-card.featured-project { border-color:rgba(123,47,190,0.4); background:linear-gradient(135deg,rgba(123,47,190,0.02),rgba(59,130,246,0.02)); }
.pdcard-header { display:flex; align-items:flex-start; gap:16px; margin-bottom:14px; }
.pdcard-num { font-size:2rem; font-weight:900; line-height:1; min-width:44px; background:linear-gradient(135deg,rgba(123,47,190,0.25),rgba(59,130,246,0.25)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.pdcard-header h3 { font-size:1.15rem; color:#1a0a2e; margin-top:4px; }
.pdcard-sites { margin-left:auto; text-align:center; background:linear-gradient(135deg,#7b2fbe,#3b82f6); color:#fff; border-radius:8px; padding:8px 14px; font-weight:900; font-size:1.2rem; min-width:70px; }
.pdcard-sites span { display:block; font-size:0.6rem; font-weight:600; opacity:0.8; letter-spacing:0.06em; }
.pdcard-body { display:flex; flex-wrap:wrap; gap:10px 24px; }
.pdcard-detail { font-size:0.85rem; color:#4a4060; }
.pdcard-detail span { font-weight:700; color:#7b2fbe; margin-right:4px; }
.project-type,.ftth-type,.mobile-type,.rope-type,.fiber-type,.power-type { display:inline-block; font-size:0.67rem; font-weight:700; padding:3px 9px; border-radius:4px; text-transform:uppercase; letter-spacing:0.07em; margin-bottom:5px; }
.ftth-type { background:rgba(123,47,190,0.1); color:#7b2fbe; }
.mobile-type { background:rgba(59,130,246,0.1); color:#1e3a8a; }
.rope-type { background:rgba(0,150,0,0.1); color:#006400; }
.fiber-type { background:rgba(0,150,80,0.1); color:#006640; }
.power-type { background:rgba(255,140,0,0.1); color:#b05000; }
.project-meta { display:flex; flex-wrap:wrap; gap:6px; }
.project-meta span { font-size:0.68rem; color:#7b2fbe; background:#f7f5ff; padding:3px 8px; border-radius:3px; }

/* Tracking */
.tracking-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.tracking-card { background:#fff; border-radius:10px; padding:26px; border:2px solid #ede8f8; text-align:center; transition:all 0.3s; box-shadow:0 2px 12px rgba(123,47,190,0.05); }
.tracking-card:hover { border-color:#7b2fbe; }
.tracking-icon { font-size:1.8rem; margin-bottom:12px; }
.tracking-card h4 { margin-bottom:8px; }
.tracking-card p { font-size:0.84rem; }

/* ===== CLIENTS PAGE ===== */
.clients-grid { display:flex; flex-direction:column; gap:20px; }
.client-card { display:grid; grid-template-columns:180px 1fr; gap:28px; align-items:start; background:#fff; border:2px solid #ede8f8; border-radius:12px; padding:28px; transition:border-color 0.2s; box-shadow:0 2px 12px rgba(123,47,190,0.05); }
.client-card:hover { border-color:#7b2fbe; }
.client-logo-area { text-align:center; padding:18px; background:#f7f5ff; border-radius:8px; min-height:88px; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.client-logo-text { font-size:1.5rem; font-weight:900; }
.client-logo-text.vodafone { color:#e60000; }
.client-logo-text.orange { color:#ff6600; }
.client-logo-text.etisalat { color:#009a44; }
.client-logo-sub { font-size:0.65rem; text-transform:uppercase; letter-spacing:0.12em; color:#8a7aaa; margin-top:2px; }
.client-info h3 { margin-bottom:8px; }
.client-info p { margin-bottom:12px; font-size:0.9rem; }
.client-tags { display:flex; flex-wrap:wrap; gap:7px; }
.client-tags span { font-size:0.7rem; font-weight:700; background:#f7f5ff; color:#7b2fbe; padding:3px 9px; border-radius:3px; }
.vendors-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.vendor-card { background:#fff; border:2px solid #ede8f8; border-radius:12px; padding:26px; transition:all 0.3s; box-shadow:0 2px 12px rgba(123,47,190,0.05); }
.vendor-card:hover { border-color:#7b2fbe; }
.vendor-name { font-size:1.4rem; font-weight:900; color:#1a0a2e; margin-bottom:8px; }
.vendor-card p { font-size:0.88rem; margin-bottom:12px; }
.vendor-list { display:flex; flex-direction:column; gap:5px; }
.vendor-list li { font-size:0.83rem; color:#5a4a7a; padding-left:12px; position:relative; }
.vendor-list li::before { content:'·'; position:absolute; left:0; color:#7b2fbe; font-size:1.1rem; top:-2px; }
.certs-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.cert-card { background:#f7f5ff; border-radius:10px; padding:26px; text-align:center; border:2px solid #ede8f8; transition:all 0.3s; }
.cert-card:hover { border-color:#7b2fbe; }
.cert-badge { display:inline-block; background:linear-gradient(135deg,#7b2fbe,#3b82f6); color:#fff; font-size:1rem; font-weight:900; letter-spacing:0.1em; padding:7px 14px; border-radius:5px; margin-bottom:12px; }
.cert-card h4 { margin-bottom:7px; }
.cert-card p { font-size:0.83rem; }

/* ===== CONTACT PAGE ===== */
.contact-grid { display:grid; grid-template-columns:1.4fr 1fr; gap:56px; align-items:start; }
.contact-form-wrap h2 { margin-bottom:6px; }
.contact-form-wrap > p { margin-bottom:26px; font-size:0.93rem; }
.contact-form { display:flex; flex-direction:column; gap:14px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-group { display:flex; flex-direction:column; gap:5px; }
.form-group label { font-size:0.75rem; font-weight:700; color:#1a0a2e; letter-spacing:0.05em; text-transform:uppercase; }
.form-group input,.form-group select,.form-group textarea { padding:11px 13px; border:2px solid #ede8f8; border-radius:6px; font-family:inherit; font-size:0.93rem; color:#1a0a2e; background:#fff; transition:border-color 0.2s; outline:none; }
.form-group input:focus,.form-group select:focus,.form-group textarea:focus { border-color:#7b2fbe; box-shadow:0 0 0 3px rgba(123,47,190,0.08); }
.form-group textarea { resize:vertical; min-height:120px; }
.form-success { display:none; background:#f0e8ff; color:#6b21a8; padding:13px; border-radius:6px; font-size:0.88rem; font-weight:600; border:1px solid #c084fc; }
.contact-info-wrap { display:flex; flex-direction:column; gap:20px; }
.contact-info-block { background:#f7f5ff; border-radius:10px; padding:22px; border:2px solid #ede8f8; }
.contact-info-block h3 { font-size:0.68rem; text-transform:uppercase; letter-spacing:0.14em; margin-bottom:12px; background:linear-gradient(90deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.contact-detail { display:flex; gap:10px; align-items:flex-start; margin-bottom:10px; }
.contact-detail:last-child { margin-bottom:0; }
.contact-icon { font-size:1rem; margin-top:2px; }
.contact-detail strong { display:block; font-size:0.82rem; color:#1a0a2e; margin-bottom:1px; }
.contact-detail a { font-size:0.88rem; color:#7b2fbe; }
.contact-detail div { font-size:0.86rem; color:#4a4060; }
.hours-table { display:flex; flex-direction:column; gap:7px; }
.hours-row { display:flex; justify-content:space-between; font-size:0.83rem; color:#4a4060; padding-bottom:7px; border-bottom:1px solid #ede8f8; }
.hours-row:last-child { border-bottom:none; padding-bottom:0; }
.services-tags-list { display:flex; flex-wrap:wrap; gap:7px; }
.tag-link { font-size:0.72rem; font-weight:700; background:linear-gradient(135deg,#7b2fbe,#3b82f6); color:#fff; padding:4px 11px; border-radius:4px; transition:opacity 0.2s; }
.tag-link:hover { opacity:0.8; }

/* ===== STORY / TIMELINE ===== */
.story-grid { display:grid; grid-template-columns:1.1fr 1fr; gap:64px; align-items:start; }
.story-text h2 { margin-bottom:18px; }
.story-text p { margin-bottom:14px; }
.timeline-item { display:flex; gap:18px; padding-bottom:26px; border-left:2px solid rgba(123,47,190,0.2); padding-left:20px; margin-left:8px; position:relative; }
.timeline-item::before { content:''; position:absolute; left:-7px; top:5px; width:12px; height:12px; border-radius:50%; background:linear-gradient(135deg,#7b2fbe,#3b82f6); }
.timeline-year { font-size:0.75rem; font-weight:900; letter-spacing:0.05em; min-width:44px; padding-top:2px; background:linear-gradient(135deg,#7b2fbe,#3b82f6); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.timeline-content h4 { margin-bottom:4px; }
.timeline-content p { font-size:0.86rem; }

/* ===== RESPONSIVE ===== */
@media (max-width:1024px) {
  .hero { flex-direction:column; }
  .hero-content { padding:60px 24px 32px; max-width:100%; }
  .hero-visual { padding:20px 20px 40px; }
  .services-grid { grid-template-columns:1fr 1fr; }
  .achieve-grid { grid-template-columns:repeat(3,1fr); }
  .why-grid { grid-template-columns:1fr; gap:36px; }
  .team-grid { grid-template-columns:repeat(3,1fr); }
  .values-grid,.values-grid.six-col { grid-template-columns:repeat(2,1fr); }
  .service-detail-grid { grid-template-columns:1fr; }
  .service-detail-grid.reverse { direction:ltr; }
  .tracking-grid,.platforms-grid { grid-template-columns:repeat(2,1fr); }
  .certs-grid { grid-template-columns:repeat(2,1fr); }
  .vendors-grid { grid-template-columns:repeat(2,1fr); }
  .contact-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .overview-grid { grid-template-columns:1fr; }
  .vm-grid { grid-template-columns:1fr; }
  .regional-grid { grid-template-columns:1fr 1fr; }
  .story-grid { grid-template-columns:1fr; }
}
@media (max-width:768px) {
  .section { padding:52px 0; }
  .hamburger { display:flex; }
  .nav-links { display:none; position:absolute; top:70px; left:0; right:0; background:#fff; flex-direction:column; gap:0; padding:12px 0; border-bottom:2px solid #ede8f8; box-shadow:0 8px 24px rgba(123,47,190,0.1); }
  .nav-links.open { display:flex; }
  .nav-links li a { padding:11px 20px; border-radius:0; display:block; }
  .services-grid { grid-template-columns:1fr; }
  .team-grid { grid-template-columns:repeat(2,1fr); }
  .projects-list .pdcard-header { flex-wrap:wrap; }
  .tracking-grid { grid-template-columns:1fr 1fr; }
  .certs-grid { grid-template-columns:1fr 1fr; }
  .vendors-grid { grid-template-columns:1fr; }
  .client-card { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .regional-grid { grid-template-columns:1fr; }
}
@media (max-width:480px) {
  .team-grid,.values-grid,.values-grid.six-col,.tracking-grid,.certs-grid,.footer-grid,.achieve-grid { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { animation-duration:0.01ms !important; transition-duration:0.01ms !important; }
}
