:root {
  --bg: #07111f;
  --bg-soft: #0b1728;
  --surface: rgba(16, 31, 51, 0.72);
  --surface-solid: #101f33;
  --surface-2: #152740;
  --text: #f4f8ff;
  --muted: #9fb0c6;
  --muted-2: #71849c;
  --line: rgba(255, 255, 255, 0.09);
  --primary: #2f7cff;
  --primary-2: #4fd1ff;
  --purple: #8a6cff;
  --green: #35d49a;
  --amber: #ffbd5c;
  --danger: #ff6f91;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1180px;
  --font-ar: "Noto Kufi Arabic", sans-serif;
  --font-en: "Inter", sans-serif;
}

html[data-theme="light"] {
  --bg: #f4f8fd;
  --bg-soft: #eaf1f8;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --surface-2: #edf4fb;
  --text: #0b1728;
  --muted: #53677e;
  --muted-2: #7b8da1;
  --line: rgba(13, 36, 64, 0.11);
  --shadow: 0 30px 70px rgba(37, 69, 105, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-ar);
  line-height: 1.75;
  overflow-x: hidden;
  transition: background .35s ease, color .35s ease;
}
html[lang="en"] body { font-family: var(--font-en); line-height: 1.65; }
::selection { background: rgba(79, 209, 255, .28); color: var(--text); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; position: relative; }
.skip-link { position: fixed; inset-inline-start: 20px; top: -80px; z-index: 9999; background: var(--primary); color: white; padding: 10px 16px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 18px; }
.page-noise { position: fixed; inset: 0; pointer-events: none; z-index: -1; opacity: .03; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(47,124,255,.12), transparent 68%); pointer-events: none; z-index: -1; transform: translate(-50%, -50%); opacity: .7; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: color-mix(in srgb, var(--bg) 82%, transparent); border-color: var(--line); backdrop-filter: blur(20px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 44px; height: 44px; color: var(--text); display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, rgba(79,209,255,.13), rgba(47,124,255,.04)); border: 1px solid var(--line); }
.brand-mark svg { width: 32px; height: 32px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { font-size: 16px; letter-spacing: -.03em; }
.brand-copy small { color: var(--muted); font-size: 9px; letter-spacing: .04em; }
html[lang="en"] .brand-copy small { letter-spacing: .1em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.desktop-nav a { color: var(--muted); font-size: 13px; font-weight: 600; position: relative; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; width: 0; bottom: -8px; inset-inline-start: 0; background: linear-gradient(90deg,var(--primary),var(--primary-2)); border-radius: 4px; transition: width .25s; }
.desktop-nav a:hover { color: var(--text); }
.desktop-nav a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .lang-button, .menu-button { border: 1px solid var(--line); background: var(--surface); backdrop-filter: blur(12px); cursor: pointer; transition: .2s; }
.icon-button { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; }
.icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-button:hover, .lang-button:hover { border-color: rgba(79,209,255,.35); transform: translateY(-1px); }
.moon-icon { display: none; }
html[data-theme="light"] .sun-icon { display: none; }
html[data-theme="light"] .moon-icon { display: block; }
.lang-button { height: 40px; padding: 0 12px; border-radius: 12px; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-en); font-size: 11px; font-weight: 700; }
.lang-current { color: var(--text); }
.lang-next { color: var(--muted-2); }
.lang-divider { height: 13px; width: 1px; background: var(--line); }
.menu-button { display: none; width: 42px; height: 40px; border-radius: 12px; padding: 0 11px; flex-direction: column; justify-content: center; gap: 5px; }
.menu-button span { width: 100%; height: 1.5px; background: currentColor; border-radius: 4px; transition: .25s; }
.menu-button.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-button.active span:nth-child(2) { opacity: 0; }
.menu-button.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-panel { display: none; }

.button { min-height: 52px; padding: 0 22px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
html[dir="rtl"] .button svg { transform: rotate(180deg); }
.button:hover { transform: translateY(-2px); }
.button:hover svg { translate: 3px 0; }
html[dir="rtl"] .button:hover svg { translate: -3px 0; }
.button-primary { background: linear-gradient(135deg, #2f7cff, #4b68ff); color: white; box-shadow: 0 13px 32px rgba(47,124,255,.25); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(47,124,255,.34); }
.button-ghost { border-color: var(--line); background: var(--surface); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: rgba(79,209,255,.35); }
.button-light { background: white; color: #0b1728; box-shadow: 0 14px 30px rgba(0,0,0,.14); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.07); }
.button-sm { min-height: 40px; padding: 0 16px; border-radius: 12px; font-size: 11px; }
.button.full { width: 100%; }
.mini-badge { font-size: 9px; color: var(--primary-2); border-inline-start: 1px solid var(--line); padding-inline-start: 10px; }

.hero { min-height: 850px; display: flex; align-items: center; padding-top: 155px; padding-bottom: 105px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 780px; height: 780px; border-radius: 50%; top: -340px; inset-inline-end: -230px; background: radial-gradient(circle, rgba(47,124,255,.16), transparent 65%); pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 650px; height: 650px; border-radius: 50%; bottom: -410px; inset-inline-start: -220px; background: radial-gradient(circle, rgba(138,108,255,.10), transparent 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--primary-2); border: 1px solid rgba(79,209,255,.19); background: rgba(79,209,255,.06); padding: 8px 13px; border-radius: 100px; font-size: 10px; font-weight: 700; margin-bottom: 24px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(53,212,154,.5); animation: pulse 2s infinite; flex: 0 0 auto; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(53,212,154,0); } 100% { box-shadow: 0 0 0 0 rgba(53,212,154,0); } }
.hero h1 { margin: 0 0 25px; font-size: clamp(46px, 5vw, 74px); line-height: 1.23; letter-spacing: -.055em; font-weight: 800; }
.hero h1 span { display: block; }
html[lang="ar"] .hero h1 { letter-spacing: -.06em; }
.gradient-text { width: max-content; max-width: 100%; color: transparent; background: linear-gradient(90deg, var(--primary-2), #6a8cff 48%, #ac80ff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 650px; color: var(--muted); font-size: 16px; line-height: 2; margin: 0 0 32px; }
html[lang="en"] .hero-lead { line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero-trust { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 36px; }
.trust-item { display: flex; flex-direction: column; gap: 2px; }
.trust-item strong { font-family: var(--font-en); font-size: 22px; line-height: 1.2; }
.trust-item span { color: var(--muted-2); font-size: 10px; }
.hero-visual { height: 560px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 9%; border-radius: 50%; background: radial-gradient(circle, rgba(47,124,255,.19), rgba(47,124,255,.02) 48%, transparent 72%); filter: blur(8px); }
.orbit { position: absolute; border: 1px dashed rgba(115,152,206,.18); border-radius: 50%; animation: rotate 30s linear infinite; }
.orbit-one { width: 420px; height: 420px; }
.orbit-two { width: 550px; height: 550px; animation-direction: reverse; animation-duration: 42s; opacity: .6; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--primary-2); top: 14%; left: 15%; box-shadow: 0 0 18px var(--primary-2); }
.orbit-two::before { background: var(--purple); top: auto; bottom: 17%; left: auto; right: 10%; box-shadow: 0 0 18px var(--purple); }
@keyframes rotate { to { transform: rotate(360deg); } }
.visual-core { width: 185px; height: 185px; border-radius: 46px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; z-index: 4; background: linear-gradient(145deg, rgba(25,47,76,.96), rgba(9,24,43,.96)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 80px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.1); transform: rotate(-4deg); }
html[data-theme="light"] .visual-core { background: linear-gradient(145deg,#fff,#e9f2fc); box-shadow: 0 30px 70px rgba(44,70,102,.18); }
.core-logo { color: var(--text); width: 69px; margin-bottom: 8px; }
.visual-core strong { font-family: var(--font-en); font-size: 23px; letter-spacing: .14em; line-height: 1.1; }
.visual-core > span { font-family: var(--font-en); font-size: 8px; letter-spacing: .55em; color: var(--primary-2); margin-inline-start: .55em; }
.floating-card { position: absolute; z-index: 5; min-width: 172px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.11); background: rgba(14,29,49,.76); backdrop-filter: blur(18px); border-radius: 17px; box-shadow: 0 20px 45px rgba(0,0,0,.2); animation: float 6s ease-in-out infinite; }
html[data-theme="light"] .floating-card { background: rgba(255,255,255,.83); border-color: rgba(20,53,86,.11); box-shadow: 0 20px 40px rgba(43,69,100,.13); }
.floating-card > div { display: flex; flex-direction: column; line-height: 1.4; }
.floating-card small { color: var(--muted-2); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.floating-card strong { font-size: 12px; }
.product-icon { width: 37px; height: 37px; border-radius: 11px; display: grid; place-items: center; }
.product-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.product-icon.cyan { color: var(--primary-2); background: rgba(79,209,255,.11); }
.product-icon.purple { color: #a38cff; background: rgba(138,108,255,.12); }
.product-icon.green { color: var(--green); background: rgba(53,212,154,.11); }
.product-icon.amber { color: var(--amber); background: rgba(255,189,92,.11); }
.card-crm { top: 17%; inset-inline-start: 0; animation-delay: -.8s; }
.card-school { top: 9%; inset-inline-end: -5%; animation-delay: -2.1s; }
.card-store { bottom: 12%; inset-inline-start: 2%; animation-delay: -3.3s; }
.card-estate { bottom: 20%; inset-inline-end: -7%; animation-delay: -4.4s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.data-chip { position: absolute; z-index: 2; display: flex; align-items: flex-end; gap: 3px; color: var(--primary-2); opacity: .65; }
.data-chip span { width: 3px; background: currentColor; border-radius: 3px; }
.data-chip span:nth-child(1) { height: 9px; }.data-chip span:nth-child(2) { height: 17px; }.data-chip span:nth-child(3) { height: 12px; }
.chip-one { top: 28%; right: 19%; }
.chip-two { bottom: 30%; left: 25%; font-family: var(--font-en); font-size: 8px; letter-spacing: .12em; border: 1px solid currentColor; padding: 5px 7px; border-radius: 6px; }
.hero-bottom-line { position: absolute; bottom: 0; left: 50%; width: min(calc(100% - 40px), var(--container)); transform: translateX(-50%); height: 1px; background: linear-gradient(90deg, transparent, var(--line) 10%, var(--line) 90%, transparent); }

.partners-strip { padding: 22px 0; background: color-mix(in srgb, var(--bg-soft) 75%, transparent); border-bottom: 1px solid var(--line); }
.strip-inner { display: flex; align-items: center; gap: 35px; }
.strip-inner > span { color: var(--muted-2); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; min-width: max-content; }
.strip-tags { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; gap: 20px; }
.strip-tags span { color: var(--muted); font-size: 11px; font-weight: 600; position: relative; padding-inline-start: 14px; }
.strip-tags span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--primary); position: absolute; inset-inline-start: 0; top: 50%; transform: translateY(-50%); }

.section-heading { max-width: 730px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading.split p { margin: 0; }
.section-kicker { display: inline-block; color: var(--primary-2); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 12px; }
.section-kicker.light { color: #bdefff; }
.section-heading h2, .contact-copy h2, .cta-copy h2 { margin: 0 0 18px; font-size: clamp(32px, 4vw, 52px); line-height: 1.38; letter-spacing: -.045em; }
html[lang="en"] .section-heading h2, html[lang="en"] .contact-copy h2, html[lang="en"] .cta-copy h2 { line-height: 1.12; }
.section-heading > p { color: var(--muted); max-width: 650px; margin: 0; font-size: 14px; }
.centered > p { margin-inline: auto; }

.about { background: linear-gradient(180deg, transparent, rgba(47,124,255,.025), transparent); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.about-content .large-copy { font-size: 21px; color: var(--text); margin: 0 0 20px; line-height: 1.9; }
.about-content > p:not(.large-copy) { color: var(--muted); margin: 0; font-size: 14px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 40px; }
.values-grid article { padding: 24px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.values-grid article > span { font-family: var(--font-en); color: var(--primary-2); font-size: 9px; font-weight: 700; }
.values-grid h3 { font-size: 13px; margin: 14px 0 8px; }
.values-grid p { color: var(--muted); font-size: 10px; margin: 0; }

.services { background: var(--bg-soft); border-block: 1px solid var(--line); }
.services-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-card { position: relative; min-height: 340px; overflow: hidden; padding: 29px 24px; border-radius: var(--radius-md); background: var(--surface); border: 1px solid var(--line); transition: transform .3s, border-color .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(79,209,255,.28); box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(145deg, rgba(47,124,255,.19), var(--surface)); }
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; background: var(--primary); filter: blur(90px); opacity: .08; bottom: -30px; inset-inline-end: -30px; }
.service-number { position: absolute; top: 24px; inset-inline-end: 24px; font-family: var(--font-en); font-size: 10px; color: var(--muted-2); }
.service-icon { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: rgba(79,209,255,.08); color: var(--primary-2); margin-bottom: 48px; }
.service-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 16px; margin: 0 0 13px; }
.service-card p { color: var(--muted); font-size: 11px; margin: 0; }
.service-tag { position: absolute; bottom: 25px; inset-inline-start: 24px; color: var(--muted-2); font-family: var(--font-en); font-size: 8px; letter-spacing: .08em; }

.flagships { overflow: hidden; }
.flagship-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.project-card { min-height: 690px; position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: 38px; border: 1px solid var(--line); }
.school-project { color: white; background: radial-gradient(circle at 85% 75%, rgba(98,77,255,.42), transparent 35%), linear-gradient(145deg,#173fc0,#3828a2 62%,#1d1b5c); border-color: rgba(255,255,255,.14); }
.store-project { background: radial-gradient(circle at 80% 80%, rgba(53,212,154,.11), transparent 30%), linear-gradient(145deg, var(--surface-solid), color-mix(in srgb,var(--surface-solid) 75%, #073b31)); }
.project-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 37px; }
.project-label { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.62); }
.store-project .project-label { color: var(--muted-2); }
.offer-pill, .status-pill { display: inline-flex; align-items: center; gap: 7px; border-radius: 50px; padding: 7px 10px; font-size: 8px; font-weight: 700; }
.offer-pill { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.status-pill { color: var(--green); background: rgba(53,212,154,.08); border: 1px solid rgba(53,212,154,.15); }
.project-logo { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; }
.project-logo > span { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; }
.project-logo > div { display: flex; flex-direction: column; }
.project-logo strong { font-size: 17px; }
.project-logo small { font-family: var(--font-en); font-size: 8px; letter-spacing: .1em; opacity: .65; }
.school-logo > span { font-size: 24px; font-weight: 800; background: white; color: #3040c8; }
.store-logo > span { color: var(--green); background: rgba(53,212,154,.1); }
.store-logo svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.project-card h3 { max-width: 460px; font-size: 30px; line-height: 1.45; margin: 0 0 16px; letter-spacing: -.04em; }
html[lang="en"] .project-card h3 { line-height: 1.2; }
.project-card > p { max-width: 500px; font-size: 12px; line-height: 2; margin: 0; color: rgba(255,255,255,.68); }
.store-project > p { color: var(--muted); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 15px; margin-top: 25px; max-width: 520px; }
.feature-list span { font-size: 9px; position: relative; padding-inline-start: 17px; }
.feature-list span::before { content: "✓"; position: absolute; inset-inline-start: 0; color: #8effd5; font-family: var(--font-en); }
.store-project .feature-list span::before { color: var(--green); }
.project-actions { display: flex; align-items: center; gap: 20px; margin-top: 31px; position: relative; z-index: 4; }
.text-link { color: var(--primary-2); font-size: 10px; font-weight: 700; border-bottom: 1px solid currentColor; }
.light-link { color: white; }
.school-dashboard { position: absolute; width: 350px; height: 200px; bottom: -48px; inset-inline-end: -55px; transform: rotate(-8deg); background: rgba(8,14,54,.72); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; display: grid; grid-template-columns: 58px 1fr; padding: 13px; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.dash-sidebar { border-radius: 10px; background: rgba(255,255,255,.06); padding: 14px 10px; display: flex; flex-direction: column; gap: 13px; }
.dash-sidebar i { height: 6px; border-radius: 5px; background: rgba(255,255,255,.17); }
.dash-sidebar i:first-child { height: 25px; width: 25px; border-radius: 8px; background: #6b8cff; margin-bottom: 3px; }
.dash-content { padding: 8px 10px; }
.dash-head { display: flex; justify-content: space-between; }
.dash-head span { height: 7px; width: 70px; background: rgba(255,255,255,.17); border-radius: 4px; }
.dash-head span:last-child { width: 28px; }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 17px; }
.dash-stats i { height: 43px; background: rgba(255,255,255,.07); border-radius: 8px; }
.dash-chart { margin-top: 10px; height: 69px; display: flex; align-items: flex-end; gap: 9px; padding: 9px 12px 0; background: rgba(255,255,255,.045); border-radius: 8px; }
.dash-chart span { width: 17px; border-radius: 4px 4px 0 0; background: linear-gradient(#55d8ff,#596fff); }
.dash-chart span:nth-child(1){height:35%}.dash-chart span:nth-child(2){height:55%}.dash-chart span:nth-child(3){height:42%}.dash-chart span:nth-child(4){height:80%}.dash-chart span:nth-child(5){height:65%}.dash-chart span:nth-child(6){height:91%}
.store-cards { position: absolute; width: 320px; height: 210px; bottom: -46px; inset-inline-end: -35px; }
.digital-card { position: absolute; width: 185px; height: 112px; border-radius: 15px; padding: 17px; color: white; font-family: var(--font-en); display: flex; flex-direction: column; box-shadow: 0 20px 40px rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.17); }
.digital-card span { font-size: 7px; letter-spacing: .16em; opacity: .7; }.digital-card strong { margin-top: auto; font-size: 23px; }.digital-card small { font-size: 6px; letter-spacing: .18em; opacity: .55; }
.card-a { right: 100px; top: 75px; background: linear-gradient(145deg,#2945c9,#7c4fd1); transform: rotate(-8deg); }
.card-b { right: 0; top: 15px; background: linear-gradient(145deg,#062f2e,#168c74); transform: rotate(8deg); }
.card-c { right: 64px; top: 0; background: linear-gradient(145deg,#182536,#384f6d); transform: rotate(-1deg); }

.italy-projects { background: var(--bg-soft); border-block: 1px solid var(--line); }
.italy-projects .section-heading { margin-bottom: 55px; }
.portfolio-list { display: flex; flex-direction: column; }
.portfolio-item { display: grid; grid-template-columns: 65px 1fr 235px; gap: 28px; padding: 38px 0; border-top: 1px solid var(--line); align-items: center; }
.portfolio-item:last-child { border-bottom: 1px solid var(--line); }
.portfolio-index { font-family: var(--font-en); color: var(--muted-2); font-size: 11px; }
.portfolio-title-row { display: flex; align-items: center; gap: 16px; }
.portfolio-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; flex: 0 0 auto; }
.portfolio-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.vision-icon { color: var(--primary-2); background: rgba(79,209,255,.09); }
.economic-icon { color: var(--green); background: rgba(53,212,154,.09); }
.genius-icon { color: var(--amber); background: rgba(255,189,92,.09); }
.portfolio-type { font-family: var(--font-en); font-size: 7px; font-weight: 700; letter-spacing: .17em; color: var(--muted-2); }
.portfolio-main h3 { font-family: var(--font-en); margin: 1px 0 0; font-size: 22px; }
.portfolio-main > p { color: var(--muted); max-width: 650px; font-size: 11px; margin: 18px 0; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tech-tags span { font-family: var(--font-en); color: var(--muted-2); font-size: 7px; border: 1px solid var(--line); border-radius: 20px; padding: 4px 8px; }
.portfolio-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-inline-start: 1px solid var(--line); padding-inline-start: 28px; }
.portfolio-meta span { display: flex; flex-direction: column; gap: 2px; }
.portfolio-meta small { color: var(--muted-2); font-size: 8px; }
.portfolio-meta strong { font-size: 10px; }

.school-cta { padding-bottom: 70px; }
.cta-panel { min-height: 410px; overflow: hidden; position: relative; border-radius: var(--radius-lg); padding: 60px; color: white; background: radial-gradient(circle at 90% 15%,rgba(79,209,255,.3),transparent 30%), radial-gradient(circle at 13% 100%,rgba(138,108,255,.45),transparent 36%), linear-gradient(135deg,#174ec9,#4930b6); display: grid; grid-template-columns: 1.15fr .7fr; align-items: center; gap: 70px; }
.cta-panel::after { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; inset-inline-end: -300px; top: -130px; box-shadow: 0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018); }
.cta-copy { position: relative; z-index: 2; }
.cta-copy h2 { font-size: clamp(32px,4vw,49px); }
.cta-copy > p { color: rgba(255,255,255,.7); max-width: 650px; font-size: 13px; margin: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cta-steps { position: relative; z-index: 2; display: flex; flex-direction: column; }
.cta-steps > div { display: flex; align-items: center; gap: 15px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.cta-steps strong { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17); font-family: var(--font-en); font-size: 10px; }
.cta-steps span { font-size: 11px; font-weight: 600; }

.process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.process-list { display: flex; flex-direction: column; }
.process-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid var(--line); }
.process-list article:last-child { border-bottom: 1px solid var(--line); }
.process-list article > span { font-family: var(--font-en); color: var(--primary-2); font-size: 9px; font-weight: 700; padding-top: 5px; }
.process-list h3 { font-size: 15px; margin: 0 0 5px; }
.process-list p { color: var(--muted); font-size: 10px; margin: 0; }

.contact { padding-top: 50px; }
.contact-panel { min-height: 440px; display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 65px; box-shadow: var(--shadow); }
.contact-copy > p { color: var(--muted); max-width: 600px; font-size: 13px; margin: 0; }
.contact-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 32px; }
.contact-links > a, .contact-links > div { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: color-mix(in srgb,var(--surface-solid) 55%,transparent); }
.contact-icon { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto; color: var(--primary-2); background: rgba(79,209,255,.08); }
.contact-icon svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-links > * > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.contact-links small { color: var(--muted-2); font-size: 7px; }
.contact-links strong { font-size: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.contact-action { padding: 35px; border: 1px solid var(--line); background: var(--bg-soft); border-radius: 24px; text-align: center; }
.action-orb { width: 105px; height: 105px; margin: 0 auto 25px; border-radius: 50%; position: relative; display: grid; place-items: center; background: radial-gradient(circle,#315eff,rgba(47,124,255,.1) 55%,transparent 57%); }
.action-orb::before, .action-orb::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(79,209,255,.2); }
.action-orb::before { inset: 12px; }.action-orb::after { inset: -10px; }
.action-orb span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--primary-2); box-shadow: 0 0 12px currentColor; }
.action-orb span:nth-child(1){top:10px;left:23px}.action-orb span:nth-child(2){right:8px;bottom:29px}.action-orb span:nth-child(3){bottom:2px;left:42px}
.contact-action h3 { font-size: 16px; margin: 0 0 22px; }

.site-footer { margin-top: 110px; border-top: 1px solid var(--line); background: var(--bg-soft); }
.footer-main { padding: 65px 0 50px; display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 70px; }
.footer-brand p { color: var(--muted); font-size: 10px; max-width: 320px; margin: 22px 0 0; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h3 { font-size: 11px; margin: 0 0 10px; }
.footer-column a, .footer-column span { color: var(--muted); font-size: 9px; transition: color .2s; }
.footer-column a:hover { color: var(--primary-2); }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); }
.footer-bottom p { color: var(--muted-2); font-size: 8px; margin: 0; }
.footer-bottom > div { display: flex; gap: 20px; }
.footer-bottom a { color: var(--muted-2); font-size: 8px; }
.floating-whatsapp { position: fixed; z-index: 900; bottom: 23px; inset-inline-end: 23px; width: 50px; height: 50px; border-radius: 17px; display: grid; place-items: center; background: #23c87a; color: white; box-shadow: 0 13px 28px rgba(35,200,122,.28); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .mobile-panel { display: block; max-height: 0; overflow: hidden; background: color-mix(in srgb,var(--bg) 94%,transparent); backdrop-filter: blur(20px); border-bottom: 1px solid transparent; transition: max-height .35s, border-color .35s; }
  .mobile-panel.open { max-height: 380px; border-color: var(--line); }
  .mobile-panel nav { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; display: flex; flex-direction: column; padding: 15px 0 25px; }
  .mobile-panel a { color: var(--muted); font-size: 13px; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero-grid { gap: 25px; }
  .hero-visual { transform: scale(.9); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 300px; }
  .portfolio-item { grid-template-columns: 45px 1fr; }
  .portfolio-meta { grid-column: 2; border-inline-start: 0; padding-inline-start: 0; max-width: 430px; }
  .contact-panel { gap: 35px; padding: 45px; }
  .contact-links { grid-template-columns: 1fr; }
  .footer-main { gap: 35px; }
}

@media (max-width: 820px) {
  .section-pad { padding: 85px 0; }
  .desktop-cta { display: none; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { max-width: 100%; }
  .gradient-text { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { height: 520px; max-width: 600px; width: 100%; margin-inline: auto; }
  .strip-inner { flex-direction: column; align-items: flex-start; gap: 15px; }
  .strip-tags { justify-content: flex-start; }
  .about-grid, .process-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 16px; }
  .flagship-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 650px; }
  .cta-panel { grid-template-columns: 1fr; padding: 45px; gap: 35px; }
  .cta-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
  .cta-steps > div { flex-direction: column; align-items: flex-start; border-bottom: 0; padding: 15px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-links { grid-template-columns: repeat(3,1fr); }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main .footer-column:last-child { grid-column: 2 / 4; flex-direction: row; flex-wrap: wrap; align-items: center; }
  .footer-main .footer-column:last-child h3 { width: 100%; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 68px 0; }
  .nav-wrap { min-height: 72px; gap: 10px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 13px; }.brand-copy small { font-size: 7px; }
  .nav-actions { gap: 5px; }.icon-button { width: 38px; }.lang-button { padding: 0 8px; }
  .hero { padding-top: 115px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(38px, 12vw, 56px); }
  .hero-lead { font-size: 13px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 18px; justify-content: space-between; }
  .trust-item strong { font-size: 18px; }.trust-item span { font-size: 8px; }
  .hero-visual { height: 420px; transform: scale(.86); margin-top: -20px; }
  .orbit-one { width: 340px; height: 340px; }.orbit-two { width: 440px; height: 440px; }
  .floating-card { min-width: 150px; padding: 11px 12px; }
  .card-crm { inset-inline-start: -20px; }.card-school { inset-inline-end: -20px; }.card-store { inset-inline-start: -15px; }.card-estate { inset-inline-end: -25px; }
  .strip-tags { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .section-heading h2, .contact-copy h2, .cta-copy h2 { font-size: 31px; }
  .values-grid, .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .service-icon { margin-bottom: 30px; }
  .project-card { padding: 26px; min-height: 720px; }
  .project-topline { gap: 10px; align-items: flex-start; }
  .offer-pill { text-align: center; }
  .project-card h3 { font-size: 25px; }
  .feature-list { grid-template-columns: 1fr; }
  .project-actions { align-items: flex-start; flex-direction: column; }
  .school-dashboard { width: 315px; inset-inline-end: -85px; }
  .store-cards { inset-inline-end: -85px; }
  .portfolio-item { grid-template-columns: 28px 1fr; gap: 10px; }
  .portfolio-meta { grid-template-columns: 1fr; gap: 8px; }
  .cta-panel { padding: 32px 25px; }
  .cta-steps { grid-template-columns: 1fr; }
  .contact-panel { padding: 30px 23px; }
  .contact-links { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-main .footer-column:last-child { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 18px 0; }
  .floating-whatsapp { bottom: 15px; inset-inline-end: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .cursor-glow { display: none; }
}
