:root {
  --ink: #06112f;
  --muted: #58627b;
  --line: #dfe6f3;
  --blue: #0869ff;
  --blue-deep: #0047d8;
  --sky: #55c8f4;
  --mist: #f1f7ff;
  --white: #ffffff;
  --radius: 2rem;
  --shadow: 0 24px 70px rgba(16, 64, 145, 0.12);
  --header-height: 80px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; }

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible,
button:focus-visible { outline: 3px solid #56a5ff; outline-offset: 4px; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; transform: translateY(-180%); padding: .75rem 1rem; border-radius: .7rem; background: var(--ink); color: white; font-weight: 700; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.page-glow { position: fixed; inset: 0 0 auto auto; width: 42vw; height: 55vh; background: radial-gradient(circle at top right, rgba(73, 185, 255, .08), transparent 68%); pointer-events: none; z-index: -1; }
.section-shell { width: min(1440px, calc(100% - 9vw)); margin-inline: auto; }

.site-header {
  width: min(1680px, calc(100% - 15.5vw)); height: var(--header-height); margin: 0 auto;
  display: grid; grid-template-columns: 104px 1fr auto; align-items: center; gap: 0;
  position: sticky; top: 0; z-index: 50; isolation: isolate;
  color: var(--ink);
  transition: color .25s ease;
}
.site-header::before {
  content: ""; position: absolute; z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  border: 1px solid transparent;
  border-radius: 0;
  background: rgba(255,255,255,0);
  box-shadow: 0 14px 40px rgba(6,17,47,0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled { color: #fff; }
.site-header.is-scrolled::before {
  background: linear-gradient(90deg, rgba(6,17,47,.9), rgba(9,29,66,.86));
  border-color: transparent transparent rgba(96,202,255,.18);
  box-shadow: 0 12px 32px rgba(6,17,47,.14);
  backdrop-filter: blur(20px) saturate(135%);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
}
.site-header.is-menu-open { color: var(--ink); }
.site-header.is-menu-open::before {
  background: rgba(255,255,255,.97);
  border-color: rgba(223,230,243,.9);
  box-shadow: 0 10px 28px rgba(16,64,145,.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand { display: inline-flex; width: 100px; height: 68px; align-items: center; justify-content: flex-start; overflow: hidden; }
.brand img { display: block; width: 86px; height: auto; max-height: 64px; object-fit: contain; image-rendering: auto; transition: filter .25s ease; }
.site-header.is-scrolled .brand img { filter: brightness(0) invert(1); }
.site-header.is-menu-open .brand img { filter: none; }
.desktop-nav { display: flex; justify-content: flex-start; gap: clamp(1.35rem, 2.25vw, 2.75rem); margin-inline-start: clamp(1.25rem, 1.75vw, 2.25rem); }
.desktop-nav a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; font-size: .92rem; font-weight: 640; position: relative; padding: .9rem .2rem; }
.desktop-nav a::after { content: ""; position: absolute; left: .2rem; right: 100%; bottom: .42rem; height: 2px; background: var(--blue); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: .2rem; }
.site-header.is-scrolled .desktop-nav a::after { background: #60caff; }
.header-actions { display: flex; align-items: center; gap: .75rem; }
.lang-switch { min-width: 44px; min-height: 44px; border: 0; background: transparent; color: var(--ink); display: inline-flex; align-items: center; gap: .45rem; cursor: pointer; font-weight: 700; padding: .7rem; transition: color .25s ease; }
.site-header.is-scrolled .lang-switch { color: #fff; }
.site-header.is-scrolled .menu-toggle span { background: #fff; }
.site-header.is-menu-open .lang-switch { color: var(--ink); }
.site-header.is-menu-open .menu-toggle span { background: var(--ink); }
.lang-switch:disabled { opacity: 1; cursor: default; }
.lang-switch svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button { min-height: 54px; padding: .78rem 1.6rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; font-weight: 750; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), #1855e8); box-shadow: 0 15px 32px rgba(3, 101, 255, .22); }
.button-primary:hover { box-shadow: 0 18px 40px rgba(3, 101, 255, .34); }
.header-cta { min-height: 48px; padding: .68rem 1.4rem; gap: .9rem; font-size: .9rem; }
.button-secondary { border: 1px solid #9ab8e8; color: var(--ink); background: rgba(255,255,255,.75); }
.play { width: 28px; height: 28px; display: grid; place-items: center; color: var(--blue); border: 1px solid #77aaf2; border-radius: 50%; font-size: .62rem; padding-left: 2px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; position: relative; cursor: pointer; }
.menu-toggle span { position: absolute; left: 10px; width: 23px; height: 2px; background: var(--ink); transition: .25s ease; }
.menu-toggle span:first-child { top: 15px; }
.menu-toggle span:last-child { top: 24px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 20px; transform: rotate(-45deg); }
.mobile-menu { display: none; }
main section[id] { scroll-margin-top: calc(var(--header-height) + .75rem); }

.hero { width: min(1680px, calc(100% - 15.5vw)); height: calc(100svh - var(--header-height)); min-height: 0; position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: start; padding: clamp(3.5rem, 8svh, 5.5rem) 0 clamp(2.5rem, 5svh, 4rem); overflow: visible; }
.hero-copy { position: relative; z-index: 3; max-width: 620px; min-width: 0; padding-left: .1rem; }
.hero .eyebrow { margin-bottom: 1.75rem; }
.eyebrow { margin: 0 0 1.6rem; font-size: .75rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 800; color: #3c4b6a; }
.hero h1, .section-heading h2, .about h2, .process h2, .contact h2 { margin: 0; font-size: clamp(4.3rem, 6.75vw, 6.6rem); line-height: .9; letter-spacing: -.075em; font-weight: 850; }
.hero h1 em, .contact h2 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 555px; margin: 1.85rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.28vw, 1.25rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.9rem; }
.hero-actions .button { min-height: 60px; padding-inline: 1.8rem; }
.hero-stats { display: flex; margin: clamp(2rem, 4.25svh, 2.75rem) 0 0; }
.hero-stats div { min-width: 150px; padding: 0 2.3rem; border-left: 1px solid #cbd5e7; }
.hero-stats div:first-child { padding-left: 0; border-left: 0; }
.hero-stats dt { font-size: 2rem; line-height: 1; font-weight: 850; letter-spacing: -.04em; }
.hero-stats sup { color: var(--blue); font-size: .65em; }
.hero-stats dd { margin: .55rem 0 0; font-size: .85rem; color: var(--muted); white-space: nowrap; }

.hero-visual { position: absolute; top: calc(0px - var(--header-height)); right: -7.75vw; width: 54vw; height: calc(100% + var(--header-height)); overflow: hidden; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 4% 0 3% 0; background: radial-gradient(ellipse at 60% 43%, rgba(132, 206, 255, .1) 0, rgba(231, 246, 255, .04) 48%, rgba(255,255,255,0) 74%); }
.hero-art-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.05);
  transform-origin: center;
}
.visual-note { position: absolute; z-index: 3; top: 27%; right: 13%; display: grid; gap: .72rem; color: #4d5871; font-size: 1.05rem; line-height: 1; letter-spacing: .27em; }
.visual-note i { display: block; width: 45px; height: 1px; margin-top: .35rem; background: #53617a; }
.visual-values { position: absolute; z-index: 3; right: 5%; bottom: 8.5%; display: grid; gap: .65rem; padding-left: 1.7rem; border-left: 1px solid #b8c5d7; color: #43506b; font-size: .75rem; font-weight: 720; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue { position: absolute; bottom: clamp(1.5rem, 3.25svh, 2.2rem); left: .1rem; display: flex; min-height: 44px; align-items: center; gap: 1rem; color: #4c5872; letter-spacing: .2em; text-transform: uppercase; font-size: .75rem; font-weight: 700; }
.scroll-cue span:first-child { font-size: 1.5rem; font-weight: 300; }

.trust-strip { padding: 2.4rem 0 1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip > p { margin: 0 0 1.6rem; color: #58627b; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 750; }
.trust-names { display: flex; align-items: center; justify-content: space-between; gap: 2rem; overflow-x: auto; padding-bottom: 1.3rem; scrollbar-width: none; }
.trust-names::-webkit-scrollbar { display: none; }
.trust-names span { flex: 0 0 auto; color: #15213d; font-size: clamp(.95rem, 1.45vw, 1.25rem); font-weight: 820; letter-spacing: -.025em; }

.services { padding: 7rem 0 5rem; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; align-items: end; margin-bottom: 4.5rem; }
.section-heading h2, .about h2, .process h2 { font-size: clamp(3rem, 5vw, 5.5rem); line-height: .98; }
.section-heading > p { max-width: 480px; margin: 0 0 .5rem; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { min-height: 430px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1.6rem; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.service-card:hover { transform: translateY(-9px); border-color: #aad0ff; box-shadow: var(--shadow); }
.service-number { font-size: .76rem; color: #7d879a; }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; background: var(--mist); border-radius: 18px; margin: 4.4rem 0 2.5rem; color: var(--blue); }
.service-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 .8rem; font-size: 1.45rem; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.tags { margin-top: auto; padding-top: 2rem; display: flex; gap: .5rem; flex-wrap: wrap; }
.tags span { padding: .4rem .7rem; border: 1px solid #d8e2f0; border-radius: 999px; font-size: .75rem; font-weight: 700; color: #536079; }
.service-card-accent { background: var(--blue); border-color: var(--blue); color: white; }
.service-card-accent .service-number, .service-card-accent p { color: rgba(255,255,255,.72); }
.service-card-accent .service-icon { color: white; background: rgba(255,255,255,.14); }
.service-card-accent .tags span { color: white; border-color: rgba(255,255,255,.3); }

.about { padding: 6rem 0; }
.about-panel { padding: clamp(2rem, 5vw, 5.5rem); border-radius: var(--radius); background: #071432; color: white; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 8vw, 9rem); position: relative; overflow: hidden; }
.about-panel::after { content: "V"; position: absolute; right: -4rem; bottom: -11rem; font-size: 34rem; font-weight: 900; line-height: 1; color: rgba(47, 126, 255, .055); transform: rotate(-4deg); pointer-events: none; }
.eyebrow-light { color: #87b9ff; }
.about-copy { position: relative; z-index: 2; }
.about-copy > p:not(.eyebrow) { color: #b7c1d7; font-size: 1.08rem; line-height: 1.75; margin: 2rem 0; }
.text-link { display: inline-flex; gap: 1rem; color: #77b7ff; font-weight: 760; padding-bottom: .35rem; border-bottom: 1px solid rgba(119,183,255,.4); }
.about-principles { position: relative; z-index: 2; }
.about-principles article { display: grid; grid-template-columns: 56px 1fr; column-gap: 1rem; padding: 1.7rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.about-principles article:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.about-principles article > span { color: #62a9ff; font-size: .8rem; }
.about-principles h3 { margin: -.2rem 0 .45rem; font-size: 1.3rem; }
.about-principles p { grid-column: 2; margin: 0; color: #9eabc4; max-width: 440px; }

.products { padding: 7rem 0; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.product-card { grid-column: span 4; min-height: 410px; padding: 1.6rem; border: 1px solid var(--line); border-radius: 1.7rem; background: linear-gradient(155deg, #fff 0%, #f5faff 100%); display: flex; flex-direction: column; overflow: hidden; position: relative; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.product-card:hover { transform: translateY(-8px); border-color: #a9cdff; box-shadow: var(--shadow); }
.product-featured { grid-column: span 7; min-height: 500px; background: #eaf4ff; }
.product-blue { grid-column: span 5; min-height: 500px; background: linear-gradient(145deg, #0876ff, #0451d1); border-color: transparent; color: white; }
.product-dark { background: #081329; border-color: #081329; color: white; }
.product-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; position: relative; z-index: 2; }
.product-logo { font-family: Tahoma, Arial, sans-serif; font-size: 2.15rem; font-weight: 850; color: var(--blue); letter-spacing: -.06em; }
.product-logo-en { font-family: inherit; font-size: 1.35rem; letter-spacing: -.045em; }
.product-blue .product-logo, .product-dark .product-logo { color: white; }
.product-badge { padding: .38rem .65rem; border: 1px solid #bdd5f3; border-radius: 999px; color: #52617b; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.product-blue .product-badge, .product-dark .product-badge { border-color: rgba(255,255,255,.35); color: rgba(255,255,255,.78); }
.product-kicker { margin: auto 0 .5rem; color: var(--blue) !important; font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-card:not(.product-featured):not(.product-blue) .product-kicker { margin-top: clamp(3rem, 6vw, 4.5rem); }
.product-blue .product-kicker, .product-dark .product-kicker { color: #77cbff !important; }
.product-card h3 { margin: 0 0 .75rem; font-size: clamp(1.6rem, 2.3vw, 2.5rem); line-height: 1.05; letter-spacing: -.045em; }
.product-description { margin: 0; color: var(--muted); max-width: 580px; line-height: 1.65; }
.product-blue .product-description, .product-dark .product-description { color: rgba(255,255,255,.7); }
.product-action { margin-top: 1.35rem; display: inline-flex; align-items: center; justify-content: space-between; gap: .85rem; width: fit-content; min-height: 44px; color: var(--blue); font-size: .82rem; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: .32rem; transition: gap .2s ease, color .2s ease; }
.product-action:hover { gap: 1.2rem; color: var(--blue-deep); }
.product-blue .product-action, .product-dark .product-action { color: #9edbff; }
.product-blue .product-action:hover, .product-dark .product-action:hover { color: white; }
.voice-visual { height: 160px; margin: 2rem 0 0; display: flex; align-items: center; justify-content: center; gap: clamp(.45rem, 1.2vw, 1rem); }
.voice-visual i { width: 8px; height: 32px; border-radius: 99px; background: linear-gradient(to top, #0876ff, #61d6ff); animation: wave 1.8s ease-in-out infinite alternate; }
.voice-visual i:nth-child(2), .voice-visual i:nth-child(8) { height: 52px; animation-delay: -.5s; }
.voice-visual i:nth-child(3), .voice-visual i:nth-child(7) { height: 84px; animation-delay: -.9s; }
.voice-visual i:nth-child(4), .voice-visual i:nth-child(6) { height: 118px; animation-delay: -.3s; }
.voice-visual i:nth-child(5) { height: 145px; animation-delay: -.7s; }
.product-orb { width: 210px; aspect-ratio: 1; margin: 1.8rem auto 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 0 38px rgba(255,255,255,.06), 0 0 0 76px rgba(255,255,255,.035); }
.product-orb span { width: 72px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #65d7ff 28%, #0b5eff 70%); box-shadow: 0 0 48px rgba(112,219,255,.7); }
@keyframes wave { to { transform: scaleY(.55); opacity: .62; } }

.process { padding: 7rem 0 8rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.process-top { position: sticky; top: 4rem; align-self: start; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 72px 1fr; padding: 2rem 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--blue); font-size: .8rem; font-weight: 800; }
.process-list h3 { margin: -.35rem 0 .5rem; font-size: 1.75rem; letter-spacing: -.03em; }
.process-list p { color: var(--muted); margin: 0; max-width: 520px; }

.contact { padding: 4rem 0 2rem; }
.contact-panel { min-height: 650px; padding: clamp(2rem, 5vw, 5rem); border-radius: var(--radius); background: linear-gradient(140deg, #096dff 0%, #0755df 62%, #063caf 100%); color: white; position: relative; overflow: hidden; }
.contact-panel > *:not(.contact-orbit) { position: relative; z-index: 2; }
.contact-layout { min-height: 510px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); padding-bottom: 3rem; }
.contact-copy { min-width: 0; }
.contact-panel .eyebrow { color: rgba(255,255,255,.74); }
.contact h2 { font-size: clamp(3.5rem, 5.5vw, 6.2rem); }
.contact h2 em { color: white; opacity: .68; }
.contact-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.78); font-size: 1.08rem; margin: 1.65rem 0; }
.button-white { background: white; color: #0755df; box-shadow: 0 15px 35px rgba(0, 36, 112, .22); }
.contact-channels { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.5rem; }
.contact-direct { width: fit-content; display: flex; min-height: 44px; align-items: center; gap: .8rem; color: white; font-size: .92rem; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.48); padding-bottom: .35rem; }
.contact-form { width: 100%; padding: clamp(1.35rem, 2.3vw, 2rem); border: 1px solid rgba(255,255,255,.24); border-radius: 22px; background: rgba(4, 40, 133, .3); box-shadow: 0 24px 60px rgba(0, 27, 103, .18); backdrop-filter: blur(10px); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: grid; gap: .42rem; color: rgba(255,255,255,.88); font-size: .75rem; font-weight: 700; }
.form-field-wide { grid-column: 1 / -1; }
.form-field input,
.form-field select,
.form-field textarea { width: 100%; min-height: 48px; padding: .78rem .9rem; border: 1px solid rgba(255,255,255,.32); border-radius: 11px; background: rgba(255,255,255,.11); color: white; font: inherit; outline: none; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 92px; resize: vertical; }
.form-field select { color-scheme: dark; }
.form-field select option { color: #06112f; background: white; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: white; background: rgba(255,255,255,.17); box-shadow: 0 0 0 3px rgba(255,255,255,.13); }
.contact-submit { margin-top: 1.15rem; border: 0; cursor: pointer; }
.contact-submit[aria-busy="true"] { opacity: .72; pointer-events: none; }
.form-status { min-height: 1.4em; margin: .7rem 0 0; font-size: .76rem; color: rgba(255,255,255,.88); }
.form-status.is-error { color: #ffe4e4; }
.form-status.is-success { color: #d7ffe9; }
.contact-orbit { position: absolute; right: -8%; top: -45%; width: 60%; aspect-ratio: 1; border-radius: 50%; border: 90px solid rgba(255,255,255,.11); box-shadow: 0 0 0 90px rgba(255,255,255,.045); }
.contact-foot { position: absolute !important; left: clamp(2rem, 6vw, 6rem); right: clamp(2rem, 6vw, 6rem); bottom: 2rem; display: flex; justify-content: space-between; color: rgba(255,255,255,.63); font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; }

.footer { margin-top: 6rem; padding: 5.2rem 0 2rem; background: #06112f; color: white; }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: clamp(2rem, 5vw, 5.5rem); padding-bottom: 4.5rem; }
.footer-brand-block { max-width: 380px; }
.footer-brand { width: 132px; }
.footer-brand img { width: auto; height: 70px; filter: brightness(0) invert(1); }
.footer-brand-block > p { margin: 1.5rem 0; color: #aebbd3; line-height: 1.7; }
.footer-location { color: #66b9ff; font-size: .75rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.footer-legal { display: grid; gap: .3rem; margin-top: 1rem; color: #aebbd3; font-size: .75rem; line-height: 1.55; }
.footer-legal span:first-child { color: #fff; font-weight: 700; }
.footer-legal span span:first-child { color: inherit; font-weight: inherit; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; }
.footer-column h3 { margin: .5rem 0 .75rem; color: #9ab0d2; font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; }
.footer-column a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; color: #d5ddeb; font-size: .9rem; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: #66b9ff; transform: translateX(3px); }
[dir="rtl"] .footer-column a:hover { transform: translateX(-3px); }
.back-top { margin-top: .55rem; color: #66b9ff !important; font-size: .75rem !important; text-transform: uppercase; letter-spacing: .1em; font-weight: 750; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; padding-top: 1.6rem; border-top: 1px solid rgba(255,255,255,.13); color: #a7b7d3; font-size: .75rem; }
.footer-bottom > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.5rem; text-align: right; }
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; color: #a7b7d3; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes drift { to { transform: scale(1.2) translate3d(-1.2%, 1%, 0); } }
@keyframes shine { 0%, 55% { transform: translateX(-110%); } 82%, 100% { transform: translateX(110%); } }

[dir="rtl"] body { font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif; line-height: 1.7; }
[dir="rtl"] .page-glow { inset: 0 auto auto 0; background: radial-gradient(circle at top left, rgba(73, 185, 255, .08), transparent 68%); }
[dir="rtl"] .desktop-nav a::after { right: .2rem; left: 100%; }
[dir="rtl"] .desktop-nav a:hover::after,
[dir="rtl"] .desktop-nav a.active::after { left: .2rem; }
[dir="rtl"] .hero h1,
[dir="rtl"] .section-heading h2,
[dir="rtl"] .about h2,
[dir="rtl"] .process h2,
[dir="rtl"] .contact h2,
[dir="rtl"] .service-card h3,
[dir="rtl"] .product-card h3,
[dir="rtl"] .process-list h3 { font-family: "Alexandria", "IBM Plex Sans Arabic", sans-serif; letter-spacing: -.04em; }
[dir="rtl"] .hero h1 { line-height: 1.02; }
[dir="rtl"] .section-heading h2,
[dir="rtl"] .about h2,
[dir="rtl"] .process h2,
[dir="rtl"] .contact h2 { line-height: 1.12; }
[dir="rtl"] .eyebrow,
[dir="rtl"] .visual-note,
[dir="rtl"] .visual-values,
[dir="rtl"] .product-kicker,
[dir="rtl"] .footer-column h3,
[dir="rtl"] .footer-location { letter-spacing: 0; }
[dir="rtl"] .hero-lede,
[dir="rtl"] .section-heading > p,
[dir="rtl"] .service-card p,
[dir="rtl"] .product-card > p:last-child,
[dir="rtl"] .about-copy > p:not(.eyebrow) { line-height: 1.85; }
[dir="rtl"] .hero-copy { padding-left: 0; padding-right: .25rem; }
[dir="rtl"] .hero-visual { right: auto; left: -4.5vw; }
[dir="rtl"] .visual-values { right: auto; left: 5%; padding-left: 0; padding-right: 1.7rem; border-left: 0; border-right: 1px solid #b8c5d7; }
[dir="rtl"] .hero-stats div { border-left: 0; border-right: 1px solid #cbd5e7; }
[dir="rtl"] .hero-stats div:first-child { padding-left: 2.3rem; padding-right: 0; border-right: 0; }
[dir="rtl"] .scroll-cue { left: auto; right: .4rem; }
[dir="rtl"] .about-principles article { grid-template-columns: 56px 1fr; }
[dir="rtl"] .about-principles p { grid-column: 2; }
[dir="rtl"] .about-panel::after { right: auto; left: -4rem; }
[dir="rtl"] .contact-orbit { right: auto; left: -8%; }
[dir="rtl"] .contact-form { text-align: right; }
[dir="rtl"] .button > span[aria-hidden="true"],
[dir="rtl"] .text-link > span:last-child { transform: scaleX(-1); }

@media (max-width: 1180px) {
  .site-header, .hero { width: min(100% - 4rem, 1440px); }
  .site-header { grid-template-columns: 96px 1fr auto; }
  .desktop-nav { gap: 1.05rem; margin-inline-start: 1.25rem; }
  .header-cta { display: none; }
  .header-actions { margin-right: 0; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(420px, .94fr); padding-top: clamp(2.5rem, 6.5svh, 4rem); }
  .hero-visual { right: -2rem; }
  .hero h1 { font-size: clamp(3.8rem, 7vw, 5.55rem); }
  .hero-stats div { min-width: 0; padding-inline: clamp(1rem, 2.25vw, 1.7rem); }
  .hero-stats dd { white-space: normal; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 370px; }
  .service-icon { margin-top: 2.8rem; }
  .product-card { grid-column: span 6; }.product-featured, .product-blue { grid-column: span 6; }
}

@media (max-width: 960px) {
  :root { --header-height: 74px; }
  .section-shell, .site-header { width: min(100% - 2rem, 720px); }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header::before { top: 0; bottom: 0; width: 100vw; border-radius: 0; }
  .brand { width: 80px; height: 60px; justify-content: flex-start; }.brand img { width: 76px; height: auto; max-height: 56px; }
  .desktop-nav { display: none; }.menu-toggle { display: inline-block; }.lang-switch { padding: .5rem; }
  .mobile-menu { display: flex; position: fixed; inset: var(--header-height) 0 0; padding: 3rem 1.5rem; background: #fff; flex-direction: column; gap: .2rem; transform: translateX(105%); transition: transform .35s ease; }
  [dir="rtl"] .mobile-menu { transform: translateX(-105%); }
  .mobile-menu.open { transform: translateX(0); }
  .mobile-menu a { font-size: 2rem; font-weight: 820; letter-spacing: -.04em; padding: .6rem 0; }
  .hero { width: min(100% - 2rem, 720px); height: auto; min-height: calc(100svh - var(--header-height)); padding: clamp(2.75rem, 8vw, 4rem) 0 4.5rem; display: block; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(4rem, 17vw, 6rem); }
  .hero-lede { max-width: 520px; }
  .hero-visual { position: relative; width: calc(100% + 2rem); height: clamp(400px, 92vw, 550px); top: auto; right: auto; margin: clamp(2.25rem, 6vw, 3rem) -1rem 0; }
  [dir="rtl"] .hero-visual { left: auto; }
  .hero-visual::before { top: -4%; right: -12%; width: 112%; }
  .hero-art-image { top: 0; right: 1rem; bottom: auto; left: 1rem; width: calc(100% - 2rem); height: 100%; max-width: none; max-height: none; object-fit: contain; transform: none; }
  .visual-note { top: 18%; right: 2%; font-size: .8rem; gap: .52rem; }
  .visual-values { right: 2%; bottom: 4%; font-size: .75rem; gap: .45rem; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 2rem; }
  .trust-strip { margin-top: 1rem; }
  .about-panel { grid-template-columns: 1fr; }
  .product-card, .product-featured, .product-blue { grid-column: span 12; min-height: 400px; }
  .process { grid-template-columns: 1fr; gap: 3rem; }.process-top { position: static; }
  .contact-layout { grid-template-columns: 1fr; padding-bottom: 4.5rem; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }.footer-brand-block { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .hero { padding-top: 3.7rem; }
  .eyebrow { margin-bottom: 1.25rem; letter-spacing: .18em; }
  .hero h1 { font-size: 3.75rem; }
  .hero-lede { font-size: 1.05rem; margin-top: 1.5rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }.button { width: 100%; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 3.2rem; }
  .hero-stats div { min-width: 0; padding: 0 .6rem; }.hero-stats dt { font-size: 1.45rem; }.hero-stats dd { white-space: normal; font-size: .75rem; }
  [dir="rtl"] .hero-stats div:first-child { padding-left: .6rem; }
  .hero-visual { height: clamp(400px, 112vw, 500px); }
  .visual-note, .visual-values { display: none; }
  .services { padding-top: 6rem; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 360px; }
  .section-heading h2, .about h2, .process h2 { font-size: 2.85rem; }
  .contact-panel { min-height: 570px; }.contact h2 { font-size: 3.35rem; }.contact-foot { display: grid; gap: .5rem; }
  .contact-layout { gap: 2rem; }.form-grid { grid-template-columns: 1fr; }.form-field-wide { grid-column: auto; }.contact-form { padding: 1.15rem; }
  .product-featured, .product-blue { min-height: 460px; }.product-card { min-height: 350px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; }.footer-brand-block { grid-column: 1 / -1; }.footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: .8rem; }.footer-bottom > div { flex-direction: column; gap: .4rem; text-align: left; }
  [dir="rtl"] .footer-bottom > div { text-align: right; }
}

@media (max-width: 390px) {
  .section-shell, .site-header, .hero { width: calc(100% - 1.5rem); }
  .brand { width: 74px; }
  .brand img { width: 72px; height: auto; max-height: 53px; }
  .hero h1 { font-size: clamp(3.15rem, 16.5vw, 3.7rem); }
  .hero-stats div { padding-inline: .42rem; }
  .hero-stats dd { font-size: .75rem; }
  .hero-visual { width: calc(100% + 1.5rem); margin-inline: -.75rem; }
  .service-card, .product-card { padding: 1.25rem; }
  .footer { margin-top: 4rem; }
}

@media (max-width: 960px) and (max-height: 620px) and (orientation: landscape) {
  :root { --header-height: 68px; }
  .mobile-menu { top: var(--header-height); padding-top: 1.5rem; }
  .hero { min-height: 0; padding-top: 2rem; }
  .hero-visual { max-width: 640px; height: 380px; margin-top: 2rem; margin-inline: auto; }
}

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