@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #0b1020;
  --night: #070b16;
  --night-2: #10172c;
  --paper: #f7f8fc;
  --white: #fff;
  --muted: #667085;
  --line: rgba(25, 35, 68, .12);
  --violet: #7a36f6;
  --blue: #2d94f3;
  --cyan: #15c7df;
  --coral: #ff5a52;
  --pink: #f72585;
  --green: #25d366;
  --gradient: linear-gradient(120deg, #7a36f6 0%, #596df5 45%, #22c7e8 100%);
  --shadow: 0 24px 70px rgba(12, 19, 43, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { width: 100%; max-width: 100%; margin: 0; color: var(--ink); background: var(--paper); font-family: Alexandria, sans-serif; font-size: 15px; line-height: 1.75; overflow-x: clip; }
#app { min-height: 100vh; }
html[lang="en"] body { font-family: "Space Grotesk", sans-serif; }
html[lang="ar"] body { line-height: 1.9; }
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4 { letter-spacing: 0 !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { color: var(--cyan); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gradient-text { color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.section { padding: 110px 0; position: relative; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
.section-head h2 { margin: 12px 0 0; font-size: clamp(1.85rem, 3.2vw, 3.1rem); line-height: 1.3; max-width: 760px; }
.section-head p { color: var(--muted); max-width: 430px; line-height: 2; margin: 0; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 18px 0; transition: .35s ease; }
.site-header.scrolled { padding: 9px 0; background: rgba(7, 11, 22, .88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { display: flex; align-items: center; gap: 26px; }
.brand { width: 190px; height: 58px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 166px; }
.nav { margin-inline: auto; display: flex; gap: 23px; align-items: center; color: rgba(255,255,255,.78); font-size: .88rem; }
.nav a { transition: .2s; white-space: nowrap; }
.nav a:hover, .nav a.active { color: white; }
.nav .hosting-cta { color: white; border: 1px solid rgba(130, 105, 255, .72); border-radius: 999px; padding: 9px 16px; background: linear-gradient(120deg, rgba(123, 70, 255, .28), rgba(32, 191, 224, .2)); }
.nav .hosting-cta:hover { border-color: transparent; background: var(--gradient); box-shadow: 0 10px 25px rgba(92, 65, 255, .24); transform: translateY(-1px); }
.nav-cta, .btn { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; padding: 13px 21px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.nav-cta { color: white; background: var(--gradient); }
.btn:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(74, 83, 255, .25); }
.btn-primary { color: white; background: var(--gradient); }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.lang-btn, .menu-btn { color: white; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); width: 42px; height: 42px; border-radius: 50%; cursor: pointer; }
.menu-btn { display: none; }

.hero { position: relative; isolation: isolate; min-height: 800px; padding: 160px 0 70px; display: flex; align-items: center; color: white; background-color: var(--night); background-image: linear-gradient(90deg, rgba(4,8,18,.3), rgba(4,8,18,.08) 48%, rgba(4,8,18,.38)), url("../img/hero-space.jpg?v=space1"); background-position: center; background-size: cover; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(1,3,8,.84), rgba(1,3,8,.7) 48%, rgba(1,3,8,.58)), radial-gradient(circle at 52% 54%, rgba(3,5,12,.12) 0 28%, rgba(2,4,10,.48) 68%, rgba(0,1,5,.82) 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
[dir="rtl"] .hero-copy { order: 2; }
.hero-copy { min-width: 0; }
.hero-copy h1 { max-width: 650px; font-size: clamp(2.75rem, 4.5vw, 4.85rem); line-height: 1.2; margin: 24px 0 30px; letter-spacing: -.025em; }
html[lang="ar"] .hero-copy h1 { line-height: 1.32; }
.hero-copy p { color: rgba(255,255,255,.7); font-size: 1rem; line-height: 2.05; max-width: 580px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero-visual { position: relative; height: 575px; display: flex; align-items: flex-end; justify-content: center; }
.hero-visual img { width: auto; height: 100%; max-width: 100%; object-fit: contain; filter: drop-shadow(0 40px 70px rgba(0,0,0,.42)); animation: float 6s ease-in-out infinite; }
.hero-chip { position: absolute; bottom: 6%; inset-inline-end: 0; padding: 14px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; backdrop-filter: blur(15px); background: rgba(255,255,255,.08); font-size: .85rem; }
.hero-earth { position: absolute; z-index: 1; width: 520px; height: 520px; left: -175px; right: auto; bottom: -245px; pointer-events: none; opacity: .92; filter: drop-shadow(0 0 42px rgba(31,145,255,.45)); }
.hero-earth img { width: 100%; height: 100%; object-fit: contain; animation: earth-spin 34s linear infinite; }
.scroll-cue { position: absolute; z-index: 1; bottom: 28px; left: 50%; transform: translateX(-50%); font-size: .73rem; color: rgba(255,255,255,.45); writing-mode: vertical-rl; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-row { padding: 23px 0; display: flex; gap: 40px; align-items: center; justify-content: space-between; color: #7b8397; font-size: .85rem; }
.trust-row strong { color: var(--ink); font-size: 1rem; }

.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 65px; }
.intro-art { min-height: 430px; padding: 26px; display: grid; place-items: center; background: linear-gradient(145deg, #f7f1ff, #eef9ff); border-radius: 36px; overflow: hidden; box-shadow: var(--shadow); }
.intro-art img { width: 100%; height: 390px; object-fit: contain; }
.intro-copy h2 { font-size: clamp(2rem, 3.4vw, 3.35rem); line-height: 1.3; margin: 16px 0 25px; }
.intro-copy p { color: var(--muted); line-height: 2.05; }
.mini-points { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.mini-point { border-top: 1px solid var(--line); padding-top: 16px; }
.mini-point b { display: block; font-size: 1.2rem; margin-bottom: 4px; }
.mini-point span { color: var(--muted); font-size: .82rem; }

.services-section { background: #eef2f8; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 430px; border-radius: 24px; background: white; border: 1px solid white; position: relative; overflow: hidden; transition: .35s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(73, 116, 255, .18); }
.service-art { height: 225px; padding: 20px 18px 8px; display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, #fbfbff, #f4efff); overflow: hidden; }
.service-art img { width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; object-position: center; transition: transform .5s ease; }
.service-card:hover .service-art img { transform: scale(1.045); }
.service-body { position: relative; min-height: 205px; padding: 23px 25px 44px; }
.service-no { color: #a8b0c1; font-size: .76rem; }
.service-card h3 { font-size: 1.08rem; line-height: 1.55; margin: 8px 0 10px; }
.service-card p { color: var(--muted); line-height: 1.95; font-size: .81rem; }
.service-card .arrow { position: absolute; bottom: 23px; inset-inline-end: 24px; font-size: 1.2rem; }

.slogan { position: relative; isolation: isolate; min-height: 420px; padding: 82px 0; display: grid; place-items: center; color: white; text-align: center; background: var(--night) url("../img/hero-space.jpg?v=space1") center 48% / cover no-repeat; overflow: hidden; }
.slogan::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,7,16,.93), rgba(13,8,28,.68) 50%, rgba(4,7,16,.93)), radial-gradient(circle at 50% 50%, rgba(126,52,246,.16), transparent 46%); }
.slogan::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-block: 1px solid rgba(167,111,255,.3); box-shadow: inset 0 0 90px rgba(93,45,180,.16); }
.slogan-inner { position: relative; z-index: 1; }
.slogan-kicker { margin: 0 0 18px; color: #c5a4ff; font: 600 .72rem/1.5 Alexandria, sans-serif; letter-spacing: .14em; }
.slogan-kicker-ar { font-size: .82rem; letter-spacing: 0; }
.slogan-lines { display: grid; justify-items: center; gap: 4px; }
.slogan-ar { margin: 0; font: 700 clamp(2.25rem, 4.8vw, 5.2rem)/1.5 Alexandria, sans-serif; }
.slogan-en { margin: 0; color: rgba(255,255,255,.84); font: 600 clamp(1.4rem, 2.65vw, 2.7rem)/1.35 "Space Grotesk", sans-serif; letter-spacing: .055em; text-transform: uppercase; }
.slogan-en-primary { font-size: clamp(2.2rem, 4.5vw, 4.9rem); line-height: 1.25; }
.slogan em { position: relative; display: inline-block; color: #a970ff; font-style: normal; font-weight: 700; text-shadow: 0 0 30px rgba(147,87,255,.32); }
.slogan-en em { font-style: italic; font-weight: 500; letter-spacing: .015em; }
.slogan em::after { content: ""; position: absolute; height: 4px; inset-inline: 2%; bottom: .02em; border-radius: 99px; background: linear-gradient(90deg, #6f32d9, #b986ff); transform: rotate(-2deg); box-shadow: 0 0 20px rgba(169,112,255,.38); }

.portfolio-list { display: grid; gap: 110px; }
.project { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.project:nth-child(even) .project-art { order: -1; }
.project-art { border-radius: 34px; overflow: hidden; background: var(--night-2); box-shadow: var(--shadow); }
.project-art img { aspect-ratio: 1.2; object-fit: cover; transition: transform .7s; }
.project-art img.project-dashboard { aspect-ratio: 1.5; object-fit: contain; }
.project:hover .project-art img { transform: scale(1.035); }
.project-copy h3 { font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.32; margin: 16px 0 20px; }
.project-copy p { color: var(--muted); line-height: 2.05; }
.project-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 25px 0; }
.project-tags span { background: #eef2f8; border-radius: 999px; padding: 8px 12px; font-size: .75rem; }

.stats { background: var(--night); color: white; overflow: hidden; }
.stats::after { content: "N"; position: absolute; inset-inline-end: -40px; bottom: -170px; font: 700 480px/1 "Space Grotesk"; color: rgba(255,255,255,.025); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; position: relative; z-index: 1; }
.stat { border-inline-start: 1px solid rgba(255,255,255,.14); padding-inline-start: 26px; }
.stat b { font: 700 clamp(2.35rem, 4vw, 4.25rem)/1.1 "Space Grotesk"; display: block; color: transparent; background: var(--gradient); background-clip: text; }
.stat span { color: rgba(255,255,255,.62); display: block; line-height: 1.8; margin-top: 14px; }

.clients-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.client-card { min-height: 205px; border: 1px solid var(--line); background: white; border-radius: 18px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; padding: 14px 14px 20px; overflow: hidden; transition: .25s; }
.client-card:hover { border-color: var(--purple); transform: translateY(-4px); box-shadow: 0 18px 40px rgba(74,52,180,.1); }
.client-logo { width: 100%; height: 112px; object-fit: contain; border-radius: 12px; background: #fcfcfe; }
.client-card--dark {
  border-color: rgba(126,83,255,.28);
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(32,187,234,.17), transparent 42%),
    radial-gradient(circle at 86% 88%, rgba(124,58,237,.22), transparent 45%),
    #080b18;
}
.client-card--dark:hover { border-color: #7b54ff; box-shadow: 0 18px 45px rgba(69,45,180,.24); }
.client-card--dark .client-logo { background: transparent; }
.client-card--dark b { color: #fff; }
.client-card--dark small { color: rgba(255,255,255,.62); }
.client-card b { display: block; font-size: 1.02rem; line-height: 1.55; }
.client-card small { display: block; color: var(--muted); margin-top: 6px; }
.clients-page-grid { grid-template-columns: repeat(4, 1fr); }

.client-showcase { position: relative; isolation: isolate; overflow: hidden; padding: 96px 0 88px; color: #fff; background: #04060c url("../img/hero-space.jpg?v=space1") center/cover no-repeat; }
.client-showcase::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 82% 22%, rgba(110,53,225,.22), transparent 32%), linear-gradient(180deg, rgba(2,4,10,.76), rgba(2,4,10,.93)); }
.client-showcase::after { content: ""; position: absolute; width: 520px; height: 520px; inset-inline-end: -220px; bottom: -320px; z-index: -1; border-radius: 50%; background: rgba(83,39,190,.24); filter: blur(90px); }
.client-showcase-head { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.client-showcase-head h2 { margin: 12px 0 8px; font-size: clamp(2.25rem, 4.5vw, 4.75rem); line-height: 1.25; }
.client-showcase-head p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.8; }
.client-showcase-grid { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(0,1.85fr); gap: 18px; align-items: stretch; }
.client-showcase-feature { display: flex; min-width: 0; flex-direction: column; gap: 12px; }
.client-showcase-media { flex: 1; min-height: 570px; overflow: hidden; border: 1px solid rgba(184,141,255,.28); border-radius: 24px; background: #12091f; box-shadow: 0 28px 70px rgba(0,0,0,.42); }
.client-showcase-media img { display: block; width: 100%; height: 100%; object-fit: fill; object-position: center; }
.client-showcase-button { align-self: flex-start; border-color: rgba(255,255,255,.3); background: rgba(7,9,17,.56); color: #fff; backdrop-filter: blur(14px); }
.client-showcase-logos { display: grid; min-width: 0; grid-template-columns: repeat(5,minmax(0,1fr)); align-content: start; gap: 12px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: linear-gradient(145deg,rgba(30,30,39,.9),rgba(10,11,18,.94)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05),0 28px 70px rgba(0,0,0,.34); backdrop-filter: blur(16px); }
.client-showcase-logo { display: grid; min-width: 0; height: 96px; padding: 12px; place-items: center; overflow: hidden; border: 1px solid #fff; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.18); transition: transform .25s,border-color .25s,box-shadow .25s; }
.client-showcase-logo:hover { transform: translateY(-3px); border-color: #9f6aff; box-shadow: 0 12px 30px rgba(104,55,210,.3); }
.client-showcase-logo img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }
.client-showcase-logo--darken img { filter: brightness(0) saturate(100%) opacity(.82); }

.blogs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { background: white; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); }
.blog-art { height: 240px; color: white; background: var(--night-2); position: relative; overflow: hidden; }
.blog-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(5,8,18,.52), transparent 48%, rgba(5,8,18,.12)); }
.blog-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.blog-art span { position: absolute; z-index: 1; top: 22px; inset-inline-start: 24px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(7,11,22,.52); backdrop-filter: blur(12px); font: 600 .7rem/1 "Space Grotesk", sans-serif; letter-spacing: .06em; }
.blog-card:hover .blog-art img { transform: scale(1.045); }
.blog-body { padding: 26px; }
.blog-body h3 { line-height: 1.55; margin: 0 0 12px; }
.blog-body p { color: var(--muted); line-height: 1.8; font-size: .83rem; }

.contact-section { background: linear-gradient(145deg, #0b1020, #151d38); color: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.contact-copy h2 { font-size: clamp(2rem, 3.15vw, 3.35rem); line-height: 1.48; margin: 17px 0 27px; }
.contact-copy p { color: rgba(255,255,255,.62); line-height: 2.05; }
.contact-astro { width: 210px; height: 260px; margin-top: 24px; object-fit: contain; object-position: center; filter: drop-shadow(0 24px 35px rgba(0,0,0,.35)); }
.contact-form { padding: 36px; border-radius: 28px; background: white; color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.honeypot { position: fixed !important; top: 0; left: 0; width: 1px; height: 1px; padding: 0; border: 0; opacity: 0; pointer-events: none; overflow: hidden; clip-path: inset(50%); }
.field { width: 100%; border: 1px solid #e2e6ef; background: #f8f9fc; padding: 16px 17px; border-radius: 13px; outline: 0; }
.field:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(45,148,243,.1); }
textarea.field { min-height: 130px; resize: vertical; grid-column: 1 / -1; }
.form-grid .btn { grid-column: 1 / -1; }

.page-hero { min-height: 520px; padding: 180px 0 90px; display: flex; align-items: center; color: white; background: radial-gradient(circle at 75% 20%, rgba(21,199,223,.18), transparent 28%), radial-gradient(circle at 20% 50%, rgba(247,37,133,.16), transparent 30%), var(--night); }
.page-hero h1 { font-size: clamp(2.75rem, 5vw, 5.15rem); line-height: 1.22; max-width: 900px; margin: 20px 0 28px; }
html[lang="ar"] .page-hero h1 { line-height: 1.35; }
.page-hero p { color: rgba(255,255,255,.68); max-width: 650px; line-height: 2.05; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.detail-card { min-height: 310px; padding: 35px; border-radius: 26px; background: white; border: 1px solid var(--line); }
.detail-card .service-art { height: clamp(300px, 28vw, 380px); margin: -35px -35px 24px; padding: 24px; border-radius: 26px 26px 0 0; }
.detail-card .service-art img { transform: none; }
.detail-card .service-body { min-height: 190px; padding: 0 0 35px; }
.detail-card.wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.detail-card h3 { font-size: 1.45rem; line-height: 1.5; margin: 20px 0 14px; }
.detail-card p { color: var(--muted); line-height: 2; }
.detail-card ul { color: var(--muted); line-height: 2; padding-inline-start: 20px; }
.career-join { position: relative; min-height: 390px; padding: clamp(38px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #f7f3ff 54%, #edfaff 100%); border: 1px solid rgba(112, 55, 238, .16); border-radius: 32px; box-shadow: var(--shadow); }
.career-join::after { content: ""; position: absolute; width: 360px; height: 360px; inset-inline-end: -145px; bottom: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(29, 192, 231, .24), rgba(116, 54, 238, .11) 48%, transparent 70%); }
.career-join-copy { position: relative; z-index: 1; max-width: 760px; }
.career-join h2 { margin: 16px 0 20px; max-width: 720px; font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.45; }
.career-join p { max-width: 650px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 2.05; }
.career-join-btn { position: relative; z-index: 1; min-width: 210px; white-space: nowrap; }
.quote-panel { max-width: 900px; margin: 0 auto; }

.site-footer { color: rgba(255,255,255,.66); background: #050812; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 45px; }
.footer-brand img { width: 210px; margin-bottom: 17px; }
.footer-brand p { max-width: 350px; line-height: 1.9; }
.footer-col h4 { color: white; margin: 0 0 18px; }
.footer-col a { display: block; margin: 11px 0; font-size: .85rem; }
.company-legal { display: block; margin: 18px 0 6px; color: white; font-size: .85rem; }
.address-link { max-width: 290px; line-height: 1.9; }
.address-link:hover { color: var(--cyan); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; font-size: .75rem; }
.whatsapp-float { position: fixed; z-index: 90; bottom: 22px; inset-inline-end: 22px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--green); box-shadow: 0 15px 35px rgba(37,211,102,.35); transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 20px 42px rgba(37,211,102,.48); }
.whatsapp-float svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-float .filled { fill: currentColor; stroke: none; }
.reveal { opacity: 1; transform: none; transition: .75s ease; }

@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes earth-spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .nav { position: fixed; inset: 80px 20px auto; background: rgba(7,11,22,.97); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; padding: 25px; display: none; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav-cta { display: none; }
  .menu-btn { display: block; }
  .brand { margin-inline-end: auto; width: 165px; }
  .hero { min-height: auto; padding-top: 145px; background-position: 58% center; }
  .hero-grid, .intro-grid, .project, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 0 !important; }
  .hero-visual { height: 510px; margin-top: 15px; }
  .hero-visual img { width: auto; height: 100%; margin: 0; }
  .hero-earth { width: 380px; height: 380px; left: -165px; bottom: -175px; opacity: .82; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid, .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .client-showcase-grid { grid-template-columns: 1fr; }
  .client-showcase-media { min-height: 480px; }
  .blogs-grid { grid-template-columns: 1fr; }
  .project:nth-child(even) .project-art { order: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, 1180px); }
  .section { padding: 75px 0; }
  .section-head { align-items: start; flex-direction: column; }
  .hero-copy h1 { font-size: 2.55rem; line-height: 1.36; }
  .hero { padding-bottom: 45px; background-position: 55% center; }
  .hero-visual { height: 420px; }
  .hero-earth { width: 300px; height: 300px; left: -145px; bottom: -135px; opacity: .7; }
  .hero-chip { inset-inline-end: 8px; bottom: 3%; }
  .trust-row { overflow-x: auto; justify-content: start; }
  .services-grid, .stats-grid, .clients-grid, .detail-grid, .form-grid, .mini-points { grid-template-columns: 1fr; }
  .client-showcase { padding: 72px 0 66px; }
  .client-showcase-head { margin-bottom: 26px; }
  .client-showcase-grid { gap: 14px; }
  .client-showcase-media { min-height: 360px; }
  .client-showcase-logos { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; padding: 12px; }
  .client-showcase-logo { height: 78px; padding: 9px; }
  .client-showcase-button { width: 100%; }
  .detail-card.wide { grid-column: auto; grid-template-columns: 1fr; }
  .stats-grid { gap: 25px; }
  .project { gap: 30px; }
  .slogan { min-height: 330px; padding: 58px 0; background-position: 52% center; }
  .slogan-kicker { margin-bottom: 14px; font-size: .62rem; letter-spacing: .08em; }
  .slogan-lines { gap: 10px; }
  .slogan-ar { font-size: clamp(2rem, 10vw, 3.1rem); line-height: 1.65; }
  .slogan-en { max-width: 330px; font-size: clamp(1.05rem, 5.5vw, 1.45rem); line-height: 1.55; letter-spacing: .03em; }
  .slogan-en-primary { max-width: 360px; font-size: clamp(1.85rem, 9vw, 2.8rem); line-height: 1.35; }
  .contact-form { padding: 23px; }
  .contact-copy h2 { font-size: clamp(2rem, 9vw, 2.8rem); line-height: 1.55; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .career-join { min-height: auto; padding: 32px 24px; grid-template-columns: 1fr; gap: 28px; border-radius: 24px; }
  .career-join h2 { font-size: clamp(1.85rem, 8.5vw, 2.6rem); }
  .career-join-btn { width: 100%; }
  .brand { width: 135px; }
  .brand img { width: 140px; }
}

@media (max-width: 430px) {
  .client-showcase-logos { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}
