:root {
  --navy: #0B3155;
  --cyan: #53C6DD;
  --bg: #F1F3F2;
  --white: #ffffff;
  --navy-light: #164a7a;
  --cyan-dark: #38a8c0;
  --text: #1a1a2e;
  --text-light: #5a6a7a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Assistant', sans-serif;
  background: var(--bg);
  color: var(--text);
  direction: rtl;
  overflow-x: hidden;
}

/* ===== NAVBAR ===== */
nav {
  position: fixed;
  top: 0; right: 0; left: 0;
  z-index: 100;
  background: rgba(11, 49, 85, 0.97);
  backdrop-filter: blur(12px);
  padding: 0 5%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(83, 198, 221, 0.2);
}

.logo-area { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--cyan) 0%, var(--navy-light) 100%);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.logo-text { font-family: 'Assistant', sans-serif; color: var(--white); font-size: 15px; font-weight: 700; line-height: 1.2; }
.logo-text span { display: block; font-size: 11px; font-weight: 400; color: var(--cyan); font-family: 'Assistant', sans-serif; letter-spacing: 0.05em; }
.logo-icon-img { width: 42px; height: 42px; object-fit: contain; }
.logo-full-img { height: 48px; width: auto; object-fit: contain; }

.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 14px; font-weight: 400; transition: color 0.2s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; right: 0; width: 0; height: 2px; background: var(--cyan); transition: width 0.3s; }
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  background: var(--cyan); color: var(--navy) !important;
  padding: 10px 22px; border-radius: 8px;
  font-weight: 600 !important; font-size: 14px !important;
  transition: background 0.2s, transform 0.2s !important;
}
.nav-cta:hover { background: #6dd4e8 !important; transform: translateY(-1px); }
.nav-cta::after { display: none !important; }

/* ===== HERO ===== */
.hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(83, 198, 221, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(83, 198, 221, 0.08) 0%, transparent 50%),
    linear-gradient(135deg, #0B3155 0%, #0d3d6b 50%, #0B3155 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(83, 198, 221, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 198, 221, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content { position: relative; z-index: 2; padding: 120px 8% 80px; max-width: 750px; animation: fadeInUp 0.8s ease both; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(83, 198, 221, 0.15); border: 1px solid rgba(83, 198, 221, 0.3);
  color: var(--cyan); padding: 6px 16px; border-radius: 100px;
  font-size: 13px; font-weight: 500; margin-bottom: 28px; letter-spacing: 0.03em;
}
.hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; animation: pulse 2s infinite; }
.hero h1 { font-family: 'Assistant', sans-serif; font-size: clamp(50px, 7vw, 88px); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.02em; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero p { font-size: 19px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 44px; font-weight: 300; max-width: 520px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-primary {
  background: var(--cyan); color: var(--navy);
  padding: 16px 36px; border-radius: 10px; font-size: 16px; font-weight: 700;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.25s; box-shadow: 0 8px 32px rgba(83, 198, 221, 0.35);
}
.btn-primary:hover { background: #6dd4e8; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(83, 198, 221, 0.45); }
.btn-secondary {
  background: transparent; color: var(--white);
  padding: 16px 36px; border-radius: 10px; font-size: 16px; font-weight: 600;
  text-decoration: none; border: 1.5px solid rgba(255,255,255,0.25);
  display: inline-flex; align-items: center; gap: 8px; transition: all 0.25s;
}
.btn-secondary:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-2px); }

.hero-visual { position: absolute; left: calc(5% + 19px); top: 50%; transform: translateY(-50%); width: 440px; height: 440px; opacity: 0.26; perspective: 900px; }
.gear-svg { display: block; width: 100%; height: 100%; animation: gear3dSpin 22s linear infinite; filter: drop-shadow(0 2px 8px rgba(83,198,221,0.18)); }
@keyframes gear3dSpin {
  from { transform: rotateX(30deg) rotateZ(0deg); }
  to   { transform: rotateX(30deg) rotateZ(360deg); }
}
@media (prefers-reduced-motion: reduce) { .gear-svg { animation: none; } }


.hero-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.4); font-size: 12px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  animation: bounce 2s infinite;
}
.hero-scroll::after { content: ''; width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(83,198,221,0.6), transparent); }

/* ===== TRUST STRIP ===== */
.trust-strip { background: linear-gradient(135deg, rgba(11,49,85,0.04), rgba(83,198,221,0.08)); padding: 20px 8%; border-bottom: 1px solid rgba(0,0,0,0.06); display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-light); font-weight: 500; }
.trust-item .icon { width: 32px; height: 32px; background: rgba(83, 198, 221, 0.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.trust-divider { width: 1px; height: 28px; background: #e0e5ea; }

/* ===== SECTION HEADERS ===== */
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag { display: inline-block; background: rgba(83, 198, 221, 0.12); color: var(--navy); padding: 5px 16px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.section-header h2 { font-family: 'Assistant', sans-serif; font-size: clamp(34px, 5vw, 52px); font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 14px; }
.section-header p { font-size: 17px; color: var(--text-light); max-width: 520px; margin: 0 auto; line-height: 1.7; }

/* ===== SERVICES ===== */
.services { padding: 96px 8%; background: var(--bg); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card { background: linear-gradient(160deg, #ffffff 0%, rgba(83,198,221,0.06) 100%); border-radius: 20px; overflow: hidden; border: 1px solid rgba(0,0,0,0.06); transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1); cursor: pointer; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(11, 49, 85, 0.12); border-color: var(--cyan); }
.card-top { height: 8px; }
.card-top.navy { background: var(--navy); }
.card-top.cyan { background: var(--cyan); }
.card-top.gradient { background: linear-gradient(90deg, var(--navy), var(--cyan)); }
.card-body { padding: 36px 32px; }
.card-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 22px; }
.card-icon.navy-bg { background: rgba(11, 49, 85, 0.08); }
.card-icon.cyan-bg { background: rgba(83, 198, 221, 0.12); }
.card-icon.grad-bg { background: linear-gradient(135deg, rgba(11,49,85,0.08), rgba(83,198,221,0.12)); }
.card-body h3 { font-family: 'Assistant', sans-serif; font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 12px; line-height: 1.3; }
.card-body p { font-size: 15px; color: var(--text-light); line-height: 1.7; margin-bottom: 12px; }
.card-list { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 6px; }
.card-list li { font-size: 14px; color: var(--text-light); line-height: 1.5; padding-right: 18px; position: relative; }
.card-list li::before { content: ""; position: absolute; right: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); }
.card-features { list-style: none; margin-bottom: 32px; display: flex; flex-direction: column; gap: 8px; }
.card-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); }
.card-features li::before { content: ''; width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; flex-shrink: 0; }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 600; font-size: 14px; text-decoration: none; border-bottom: 2px solid var(--cyan); padding-bottom: 2px; transition: gap 0.2s, color 0.2s; }
.card-link:hover { gap: 12px; color: var(--cyan-dark); }

/* ===== STATS ===== */
.stats { background: var(--navy); padding: 61px 8%; position: relative; overflow: hidden; }
.stats::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 10% 50%, rgba(83, 198, 221, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 90% 50%, rgba(83, 198, 221, 0.06) 0%, transparent 50%); }
.stats-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat-item { text-align: center; padding: 16px; border-left: 1px solid rgba(83, 198, 221, 0.15); }
.stat-item:last-child { border-left: none; }
.stat-number { font-family: 'Assistant', sans-serif; font-size: 52px; font-weight: 700; color: var(--cyan); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 400; line-height: 1.4; }

/* ===== APPS / GENERIC CARDS GRID ===== */
.apps-teaser, .page-section { padding: 96px 8%; background: linear-gradient(180deg, rgba(83,198,221,0.05), rgba(11,49,85,0.03)); }
.apps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 800px; margin: 0 auto; }
.app-card { background: var(--bg); border-radius: 18px; padding: 32px; border: 1px solid rgba(0,0,0,0.06); position: relative; transition: all 0.3s; }
.app-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(11, 49, 85, 0.1); }
.coming-soon { position: absolute; top: 20px; left: 20px; background: var(--cyan); color: var(--navy); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px; letter-spacing: 0.05em; }
.app-icon { width: 60px; height: 60px; border-radius: 16px; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 18px; }
.app-card h3 { font-family: 'Assistant', sans-serif; font-size: 20px; color: var(--navy); margin-bottom: 8px; }
.app-card p { font-size: 14px; color: var(--text-light); line-height: 1.6; margin-bottom: 20px; }
.waitlist-form { display: flex; gap: 8px; }
.waitlist-form input { flex: 1; padding: 10px 14px; border: 1.5px solid #d0dae4; border-radius: 8px; font-size: 14px; font-family: 'Assistant', sans-serif; outline: none; transition: border-color 0.2s; text-align: right; }
.waitlist-form input:focus { border-color: var(--cyan); }
.waitlist-form button { background: var(--navy); color: var(--white); border: none; padding: 10px 18px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: 'Assistant', sans-serif; transition: background 0.2s; white-space: nowrap; }
.waitlist-form button:hover { background: var(--navy-light); }

/* ===== Generic content blocks (about/industrial/contact) ===== */
.content-block { max-width: 760px; margin: 0 auto; text-align: center; }
.content-block p { font-size: 17px; color: var(--text-light); line-height: 1.8; margin-bottom: 20px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
.process-step { background: var(--bg); border-radius: 16px; padding: 28px 20px; text-align: center; }
.process-step .step-num { font-family: 'Assistant', sans-serif; font-size: 32px; color: var(--cyan); font-weight: 700; margin-bottom: 10px; }
.process-step h4 { color: var(--navy); font-size: 16px; margin-bottom: 8px; }
.process-step p { font-size: 13px; color: var(--text-light); line-height: 1.6; margin: 0; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 960px; margin: 0 auto; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form input, .contact-form textarea {
  padding: 14px 16px; border: 1.5px solid #d0dae4; border-radius: 10px;
  font-size: 15px; font-family: 'Assistant', sans-serif; outline: none; transition: border-color 0.2s; text-align: right;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); }
.contact-form button { align-self: flex-start; }
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-info .info-item { display: flex; align-items: center; gap: 14px; font-size: 15px; color: var(--text); }
.contact-info .info-item .icon { width: 44px; height: 44px; background: rgba(83,198,221,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; }

/* ===== CTA SECTION ===== */
.cta-section { background: linear-gradient(135deg, var(--navy) 0%, #0d3d6b 100%); padding: 96px 8%; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(83,198,221,0.1) 0%, transparent 70%); }
.cta-section h2 { font-family: 'Assistant', sans-serif; font-size: clamp(28px, 4vw, 44px); color: var(--white); margin-bottom: 16px; position: relative; }
.cta-section p { font-size: 18px; color: rgba(255,255,255,0.65); margin-bottom: 44px; position: relative; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ===== FOOTER ===== */
footer { background: #060f1e; padding: 64px 8% 32px; color: rgba(255,255,255,0.5); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand h3 { font-family: 'Assistant', sans-serif; color: var(--white); font-size: 18px; margin-bottom: 12px; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
.footer-social { display: flex; gap: 12px; }
.social-btn { display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); transition: color 0.2s, transform 0.2s; cursor: pointer; }
.social-btn svg { width: 22px; height: 22px; }
.social-btn:hover { color: var(--cyan); transform: translateY(-2px); }
.social-btn:hover { background: rgba(83,198,221,0.2); }
.footer-col h4 { color: var(--white); font-size: 14px; font-weight: 600; margin-bottom: 16px; letter-spacing: 0.05em; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--cyan); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 28px; display: flex; flex-direction: column; gap: 8px; justify-content: center; align-items: center; text-align: center; font-size: 13px; }
.footer-bottom .cyan { color: var(--cyan); }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }
@keyframes rotate { from { transform: translateY(-50%) rotate(0deg); } to { transform: translateY(-50%) rotate(360deg); } }

.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .apps-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
}

/* Minimal geometric markers replacing removed icon glyphs */
.trust-item .icon::after,
.contact-info .info-item .icon:not(.icon-whatsapp):not(.icon-mail):not(.icon-pin):not(.icon-badge)::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); display: block; }
.card-icon::after { content: ""; width: 22px; height: 22px; border: 2px solid var(--navy); border-radius: 7px; display: block; }
.card-icon.cyan-bg::after { border-color: var(--cyan-dark); }
.card-icon.grad-bg::after { border-color: var(--navy); }
.app-icon::after { content: ""; width: 24px; height: 24px; border: 2px solid var(--cyan); border-radius: 50%; display: block; }

/* Light backdrop behind logo for contrast on dark navbar */
.logo-area { background: rgba(255,255,255,0.92); border-radius: 12px; padding: 6px 16px; display: inline-flex; align-items: center; }
.logo-full-img { height: 59px; }

/* Distinct minimal contact icons */
.icon-mail::after { content:""; width:18px; height:13px; border:1.6px solid var(--cyan-dark); border-radius:3px; }
.icon-pin::after { content:""; width:12px; height:12px; border:1.6px solid var(--cyan-dark); border-radius:50% 50% 50% 0; transform: rotate(-45deg); }
.icon-badge::after { content:""; width:14px; height:16px; border:1.6px solid var(--cyan-dark); border-radius:3px 3px 8px 8px; }

.icon-whatsapp { display: flex; align-items: center; justify-content: center; }
.icon-whatsapp svg { width: 22px; height: 22px; }

/* Audience rotator in hero */
.audience-rotator { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; font-size: 17px; }
.audience-label { color: rgba(255,255,255,0.55); font-weight: 300; }
.audience-word { color: var(--cyan); font-weight: 700; position: relative; padding-bottom: 2px; border-bottom: 2px solid rgba(83,198,221,0.4); transition: opacity 0.4s ease; }
.audience-word.fade { opacity: 0; }

/* Orbiting industry badges over hero visual */


/* ===== 3D rotating ring (hero audiences) ===== */
.ring3d-stage { position: absolute; left: calc(5% + 89px); top: 50%; width: 280px; height: 280px; transform: translateY(-50%); z-index: 1; pointer-events: none; perspective: 1200px; }
.ring3d { position: absolute; inset: 0; transform-style: preserve-3d; animation: ring3dSpin 26s linear infinite; }
.ob-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); display: inline-block; flex-shrink: 0; }
.ring3d-tag {
  position: absolute; top: 50%; left: 50%; width: 156px; margin: -18px 0 0 -78px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  height: 36px; padding: 0 16px; border-radius: 100px; white-space: nowrap;
  font-size: 13px; font-weight: 600; color: rgba(234,252,255,0.75);
  background: rgba(83,198,221,0.12); border: 1px solid rgba(83,198,221,0.35);
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  backface-visibility: hidden;
  transition: background 0.35s, border-color 0.35s, color 0.35s, box-shadow 0.35s;
  transform: rotateY(calc(var(--i) * 40deg)) translateZ(230px);
}
.ring3d-tag.lit {
  background: rgba(83,198,221,0.38);
  border-color: rgba(83,198,221,0.95);
  color: #ffffff;
  box-shadow: 0 0 18px rgba(83,198,221,0.85), 0 0 48px rgba(83,198,221,0.4), 0 4px 24px rgba(0,0,0,0.2);
}
.ring3d-tag.lit .ob-dot { box-shadow: 0 0 10px 3px rgba(83,198,221,0.9); }
.ring3d-core {
  position: absolute; top: 50%; left: 50%; width: 140px; height: 140px; margin: -70px 0 0 -70px;
  border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 2px; line-height: 1.25; color: rgba(255,255,255,0.8);
  background: radial-gradient(circle at 50% 40%, rgba(83,198,221,0.25), rgba(11,49,85,0.05) 70%);
  border: 1px solid rgba(83,198,221,0.35);
  box-shadow: inset 0 0 40px rgba(83,198,221,0.18), 0 0 30px rgba(83,198,221,0.12);
  animation: corePulse 3.5s ease-in-out infinite;
}
.ring3d-core strong { font-size: 30px; color: var(--cyan); font-weight: 800; letter-spacing: -0.02em; display: block; }
.ring3d-core span { font-size: 11px; color: rgba(255,255,255,0.65); font-weight: 500; letter-spacing: 0.02em; }
@keyframes corePulse {
  0%, 100% { box-shadow: inset 0 0 40px rgba(83,198,221,0.18), 0 0 30px rgba(83,198,221,0.12); }
  50% { box-shadow: inset 0 0 55px rgba(83,198,221,0.32), 0 0 50px rgba(83,198,221,0.25); }
}
@keyframes ring3dSpin { from { transform: rotateY(0deg); } to { transform: rotateY(360deg); } }
@media (prefers-reduced-motion: reduce) { .ring3d { animation: none; } }
@media (max-width: 1100px) { .ring3d-stage { display: none; } }

/* Brain (thinking) + Gear (execution) concept mark */
.bg-pulse-dot { animation: pulse 2.4s ease-in-out infinite; }
@media (max-width: 1100px) {  }

/* Client logos / company representation strip */
.clients-strip { background: var(--bg); padding: 36px 8% 56px; text-align: center; }
.clients-label { font-family: 'Assistant', sans-serif; font-size: 14px; font-weight: 500; color: var(--navy); letter-spacing: 0.04em; margin-bottom: 22px; }
.clients-row { display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; }
.client-logo { font-family: 'Assistant', sans-serif; font-weight: 700; font-size: 16px; color: var(--navy); opacity: 0.55; letter-spacing: 0.02em; transition: opacity 0.25s, color 0.25s; }
.client-logo:hover { opacity: 1; color: var(--cyan-dark); }

/* Represented companies line in footer */
.footer-clients { border-top: 1px solid rgba(255,255,255,0.06); margin-top: 36px; padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,0.45); text-align: center; }
.footer-clients-label { color: var(--cyan); font-weight: 600; }

.section-header h2 em { color: var(--cyan-dark); font-style: normal; }

/* Card icon with emoji glyph */
.card-icon.has-emoji { font-size: 30px; line-height: 1; }
.card-icon.has-emoji::after { display: none; }

/* ===== ACCESSIBILITY ===== */
/* Skip link */
.skip-link { position: absolute; right: -9999px; top: 0; z-index: 9999; background: var(--navy); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0; }
.skip-link:focus { right: 0; }

/* Visible keyboard focus on all interactive elements */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid #ffbf00; outline-offset: 2px; border-radius: 4px;
}

/* Accessibility toggle button (floating) */
.a11y-toggle {
  position: fixed; bottom: 22px; left: 22px; z-index: 9998;
  width: 54px; height: 54px; border-radius: 50%; border: none;
  background: var(--navy); color: #fff; cursor: pointer;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25); display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s, background 0.2s;
}
.a11y-toggle:hover { transform: scale(1.08); background: var(--navy-light); }
.a11y-toggle svg { width: 30px; height: 30px; fill: #fff; }

/* Accessibility panel */
.a11y-panel {
  position: fixed; bottom: 88px; left: 22px; z-index: 9998;
  width: 290px; max-width: calc(100vw - 44px);
  background: #fff; border-radius: 16px; box-shadow: 0 12px 40px rgba(0,0,0,0.25);
  padding: 20px; display: none; border: 1px solid rgba(0,0,0,0.08);
}
.a11y-panel.open { display: block; }
.a11y-panel h2 { font-family: 'Assistant', sans-serif; font-size: 17px; color: var(--navy); margin-bottom: 14px; }
.a11y-btn {
  display: flex; align-items: center; gap: 8px; width: 100%; text-align: right;
  background: var(--bg); border: 1.5px solid transparent; border-radius: 10px;
  padding: 11px 14px; margin-bottom: 8px; font-family: 'Assistant', sans-serif;
  font-size: 14px; color: var(--text); cursor: pointer; transition: all 0.18s;
}
.a11y-btn:hover { border-color: var(--cyan); }
.a11y-btn.active { background: var(--navy); color: #fff; }
.a11y-reset { color: var(--cyan-dark); font-weight: 600; }
.a11y-panel .a11y-statement-link { display:block; text-align:center; margin-top:10px; font-size:13px; color: var(--text-light); }

/* Body modes toggled by JS */
body.a11y-contrast { filter: contrast(1.35); }
body.a11y-grayscale { filter: grayscale(1); }
body.a11y-contrast.a11y-grayscale { filter: contrast(1.35) grayscale(1); }
body.a11y-links a { text-decoration: underline !important; font-weight: 700 !important; }
body.a11y-readable * { font-family: Arial, 'Assistant', sans-serif !important; letter-spacing: 0.02em !important; }
body.a11y-no-motion *, body.a11y-no-motion *::before, body.a11y-no-motion *::after { animation: none !important; transition: none !important; }
body.a11y-fs-1 { font-size: 112.5%; } body.a11y-fs-2 { font-size: 125%; } body.a11y-fs-3 { font-size: 140%; }

@media print { .a11y-toggle, .a11y-panel { display: none !important; } }

/* Screen-reader-only utility */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.icon-phone::after { content:""; width:15px; height:15px; border:1.6px solid var(--cyan-dark); border-radius:50% 50% 50% 4px; transform: rotate(8deg); }

/* Founder block on contact page */
.founder-block { max-width: 960px; margin: 72px auto 0; display: grid; grid-template-columns: 280px 1fr; gap: 44px; align-items: center; background: linear-gradient(160deg, #ffffff 0%, rgba(83,198,221,0.06) 100%); border: 1px solid rgba(0,0,0,0.06); border-radius: 24px; padding: 40px; }
.founder-photo img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 20px; box-shadow: 0 12px 40px rgba(11,49,85,0.15); background: rgba(11,49,85,0.06); }
.founder-text h2 { font-family: 'Assistant', sans-serif; font-size: 28px; font-weight: 700; color: var(--navy); margin: 10px 0 16px; }
.founder-text p { font-size: 16px; line-height: 1.8; color: var(--text-light); margin-bottom: 14px; }
.founder-text .btn-primary { margin-top: 8px; }
@media (max-width: 760px) { .founder-block { grid-template-columns: 1fr; text-align: center; } .founder-photo { max-width: 220px; margin: 0 auto; } .founder-text .btn-primary { align-self: center; } }

/* Represented company card */
.company-card { max-width: 860px; margin: 0 auto; background: linear-gradient(160deg, #ffffff 0%, rgba(83,198,221,0.06) 100%); border: 1px solid rgba(0,0,0,0.06); border-radius: 24px; padding: 40px; box-shadow: 0 12px 40px rgba(11,49,85,0.06); }
.company-logo { text-align: center; margin-bottom: 28px; }
.company-logo img { max-height: 70px; width: auto; }
.company-image { width: 100%; max-width: 460px; margin-left: auto; margin-right: auto; border-radius: 16px; margin-bottom: 28px; display: block; }
.company-info p { font-size: 16px; line-height: 1.8; color: var(--text-light); margin-bottom: 14px; }

/* Supply-chain mark (industrial hero) */
.supply-mark { position: absolute; left: 5%; top: 50%; transform: translateY(-50%); width: 440px; max-width: 40vw; opacity: 0.9; z-index: 1; }
.supply-route { stroke-dashoffset: 0; animation: dashMove 4s linear infinite; }
@keyframes dashMove { to { stroke-dashoffset: -56; } }
@media (max-width: 1100px) { .supply-mark { display: none; } }

/* CNC machining mark (production hero) */
.cnc-mark { position: absolute; left: 5%; top: 50%; transform: translateY(-50%); width: 440px; max-width: 40vw; opacity: 0.9; z-index: 1; }
.cnc-chuck { animation: rotate 8s linear infinite; }
.cnc-sparks { animation: sparkBlink 0.5s steps(2) infinite; }
@keyframes sparkBlink { 0%,100% { opacity: 0.9; } 50% { opacity: 0.2; } }
@media (max-width: 1100px) { .cnc-mark { display: none; } }

/* App / code window mark (software hero) */
.code-mark { position: absolute; left: 5%; top: 50%; transform: translateY(-50%); width: 440px; max-width: 40vw; opacity: 0.9; z-index: 1; }
.code-lines line { animation: codeType 3s ease-in-out infinite; transform-origin: right center; }
.code-lines line:nth-child(1){animation-delay:0s} .code-lines line:nth-child(2){animation-delay:.3s}
.code-lines line:nth-child(3){animation-delay:.6s} .code-lines line:nth-child(4){animation-delay:.9s}
.code-lines line:nth-child(5){animation-delay:1.2s} .code-lines line:nth-child(6){animation-delay:1.5s}
@keyframes codeType { 0%,100%{opacity:.25} 50%{opacity:.8} }
.code-cursor { animation: pulse 1.2s steps(2) infinite; }
@media (max-width: 1100px) { .code-mark { display: none; } }

/* Benefits list */
.benefits-list { max-width: 720px; margin: 0 auto; list-style: none; padding: 0; }
.benefits-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 18px; color: var(--text); padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.07); line-height: 1.6; }
.benefits-list li:last-child { border-bottom: none; }
.b-check { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: rgba(83,198,221,0.15); color: var(--cyan-dark); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; margin-top: 2px; }

/* ===== BLOG ===== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1100px; margin: 0 auto; }
.blog-card { display: flex; flex-direction: column; background: linear-gradient(160deg, #ffffff 0%, rgba(83,198,221,0.06) 100%); border: 1px solid rgba(0,0,0,0.06); border-radius: 18px; overflow: hidden; text-decoration: none; color: var(--text); transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(11,49,85,0.12); border-color: var(--cyan); }
.blog-card-img { height: 160px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); display: flex; align-items: center; justify-content: center; font-size: 52px; }
.blog-card-body { padding: 24px 24px 28px; display: flex; flex-direction: column; gap: 10px; }
.blog-tag { display: inline-block; align-self: flex-start; background: rgba(83,198,221,0.15); color: var(--cyan-dark); padding: 4px 14px; border-radius: 100px; font-size: 12px; font-weight: 600; }
.blog-card-body h3 { font-size: 19px; font-weight: 700; color: var(--navy); line-height: 1.35; }
.blog-card-body p { font-size: 14.5px; color: var(--text-light); line-height: 1.7; }
.blog-meta { font-size: 12.5px; color: var(--text-light); margin-top: 4px; }

/* Article body */
.article-body { max-width: 760px; margin: 56px auto; padding: 0 8%; }
.article-body .lead { font-size: 21px; font-weight: 500; color: var(--navy); line-height: 1.7; margin-bottom: 24px; }
.article-body p { font-size: 17px; line-height: 1.9; color: var(--text); margin-bottom: 20px; }
.article-body h2 { font-size: 27px; font-weight: 700; color: var(--navy); margin: 36px 0 14px; }
.article-body ul { margin: 0 22px 24px; padding-right: 6px; }
.article-body li { font-size: 17px; line-height: 1.9; margin-bottom: 8px; }
.article-body blockquote { border-right: 4px solid var(--cyan); background: rgba(83,198,221,0.07); margin: 28px 0; padding: 18px 24px; border-radius: 0 10px 10px 0; font-size: 19px; font-weight: 500; color: var(--navy); }

@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr; } }

/* Production gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1100px; margin: 0 auto; }
.gallery-item { border-radius: 16px; overflow: hidden; aspect-ratio: 1/1; background: rgba(11,49,85,0.06); border: 1px solid rgba(0,0,0,0.06); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.06); }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===== HERO VIDEO BACKGROUND ===== */
.hero-video-bg {
  position: absolute;
  left: calc(27% - 12.5vw);
  top: 50%;
  transform: translateY(-50%);
  width: 25vw;
  height: 25vw;
  object-fit: cover;
  object-position: center center;
  z-index: 3;
  opacity: 0.85;
  border-radius: 50%;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-video-fade {
  position: absolute;
  inset: 0;
  z-index: 6;
  background: var(--navy);
  display: none;
  opacity: 0;
  pointer-events: none;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: linear-gradient(135deg, rgba(11,49,85,0.55) 0%, rgba(11,49,85,0.25) 50%, rgba(11,49,85,0.55) 100%);
}


/* ===== BRAIN RAYS ===== */
.brain-pulses {
  position: absolute;
  left: calc(27% - 12.5vw);
  top: 50%;
  transform: translateY(-50%);
  width: 25vw;
  height: 25vw;
  z-index: 7;
  pointer-events: none;
}
.brain-ray {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  font-weight: 700;
  color: rgba(83,198,221,0.95);
  white-space: nowrap;
  background: rgba(11,49,85,0.75);
  border: 1px solid rgba(83,198,221,0.45);
  padding: 3px 10px;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  letter-spacing: 0.02em;
  box-shadow: 0 0 8px rgba(83,198,221,0.25);
}

/* z-index stack: bg(1) < grid(2) < video(3) < overlay(5) < fade(6) < pulses(7) < content(8+) */
.hero-bg    { z-index: 1; }
.hero-grid  { z-index: 2; }
.hero-visual { z-index: 6; }
.ring3d-stage { z-index: 7; }
.hero-content { z-index: 8; }
.hero-scroll  { z-index: 8; }




/* ================================================================
   MOBILE RESPONSIVENESS
   ================================================================ */

/* ── Hamburger button ── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px; height: 44px;
  background: none;
  border: 1.5px solid rgba(83,198,221,0.35);
  border-radius: 8px;
  cursor: pointer;
  padding: 6px;
  z-index: 200;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.25s ease;
  transform-origin: center;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Tablet / large mobile (≤900px) ── */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }

  .nav-links {
    display: none;
    position: fixed;
    top: 84px; right: 0; left: 0;
    background: rgba(11,49,85,0.98);
    backdrop-filter: blur(14px);
    flex-direction: column;
    gap: 0;
    padding: 8px 5% 20px;
    border-bottom: 1px solid rgba(83,198,221,0.2);
    z-index: 99;
    list-style: none;
  }
  .nav-links.open { display: flex; }

  .nav-links li {
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .nav-links li:last-child { border-bottom: none; margin-top: 10px; }
  .nav-links a {
    display: block;
    padding: 14px 0;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
  }
  .nav-links a:hover { color: var(--cyan); }
  .nav-cta {
    display: block !important;
    text-align: center;
    padding: 13px 22px !important;
    border-radius: 8px;
  }
  /* hide underline hover pseudo on mobile nav */
  .nav-links a::after { display: none; }
}

/* ── Mobile hero (≤768px) ── */
@media (max-width: 768px) {
  /* Hero layout: brain at top-center, content fills lower portion */
  .hero-video-bg {
    width: min(58vw, 240px);
    height: min(58vw, 240px);
    left: 50%;
    top: 94px;
    transform: translateX(-50%);
    opacity: 0.8;
  }
  /* Brain rays on mobile — match brain video position */
  .brain-pulses {
    display: block;
    width: min(58vw, 240px);
    height: min(58vw, 240px);
    left: 50%;
    top: 94px;
    transform: translateX(-50%);
  }

  .hero-video-overlay {
    background: linear-gradient(
      to bottom,
      rgba(11,49,85,0.15) 0%,
      rgba(11,49,85,0.4)  45%,
      rgba(11,49,85,0.88) 70%,
      rgba(11,49,85,0.97) 100%
    );
  }

  .hero-content {
    position: absolute;
    bottom: 60px; right: 0; left: 0;
    padding: 0 6%;
    text-align: center;
    max-width: 100%;
    margin: 0;
    animation: none;
  }
  .hero-badge { font-size: 12px; }
  .hero h1 { font-size: clamp(30px, 8.5vw, 44px); margin-bottom: 12px; }
  .hero p  { font-size: 15px; margin-bottom: 28px; max-width: 100%; }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .btn-primary, .btn-secondary {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    padding: 14px 24px;
    font-size: 15px;
  }
}

/* ── Small mobile landscape ── */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-video-bg {
    width: min(38vw, 180px);
    height: min(38vw, 180px);
    top: 76px;
  }
  .hero-content { bottom: 30px; }
  .hero h1 { font-size: clamp(24px, 6vw, 36px); }
  .hero p   { display: none; }
}

/* ── Small screens (≤480px) ── */
@media (max-width: 480px) {
  nav { height: 72px; }
  .logo-full-img { height: 46px; }

  .hero-video-bg { top: 78px; }
  .hero-content  { bottom: 50px; }

  .trust-strip { gap: 20px; padding: 16px 5%; }
  .trust-divider { display: none; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .process-steps { grid-template-columns: 1fr; }

  .section-header h2 { font-size: clamp(22px, 7vw, 32px); }
}


/* ── Grid override fix (beats inline styles) ── */
@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr !important; }
  .apps-grid     { grid-template-columns: 1fr !important; }
  .gallery-grid  { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ── App icon with emoji ── */
.app-icon.has-emoji { font-size: 30px; }
.app-icon.has-emoji::after { display: none; }

/* ── Floating WhatsApp CTA ── */
.float-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 500;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45), 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.float-cta:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,0.55);
}
.float-cta svg { width: 30px; height: 30px; fill: #fff; }

/* ── Reduce dead space on mobile ── */
@media (max-width: 768px) {
  .services  { padding: 40px 5% 48px; }
  .page-section { padding: 40px 5% 48px; }
  .apps-teaser  { padding: 40px 5% 48px; }
  .cta-section  { padding: 48px 5%; }
  .section-header { margin-bottom: 28px; }
  .section-header h2 { font-size: clamp(20px, 6.5vw, 32px); }
  .section-header p  { font-size: 14px; }
  .service-card { padding: 0 0 4px; }
  .stats-grid { padding: 32px 5%; }
  .process-steps { margin-top: 28px; gap: 16px; }
  .trust-strip { gap: 18px; padding: 14px 4%; }
  .footer { padding: 48px 5% 24px; }
}
