:root {
  --page: #f6f3ec;
  --page-2: #ece6db;
  --card: #ffffff;
  --ink: #1c1915;
  --muted: #5c574d;
  --line: rgba(28, 25, 21, 0.12);
  --gold: #b8922a;
  --gold-2: #8a6b16;
  --it: #dc1c2e;
  --dev: #e85d04;
  --ocean: #19c6ff;
  --ocean-2: #ff3db5;
  --header-bg: #1e1f24;
  --header-ink: #f4efe4;
  --header-muted: #b7b0a3;
  --header-line: rgba(232, 213, 163, 0.16);
  --radius: 18px;
  --header: 84px;
  --switcher: 58px;
  --shadow: 0 18px 40px rgba(28, 25, 21, 0.08);
  --font: "Outfit", "Heebo", system-ui, sans-serif;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
}
html[lang="he"] { --font: "Heebo", "Outfit", system-ui, sans-serif; }
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--page); color: var(--ink); font-family: var(--font); }
html { scroll-behavior: smooth; overflow-x: clip; }
body { min-height: 100vh; letter-spacing: 0.01em; overflow-x: clip; }
body.nav-open { overflow: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.02em; line-height: 1.08; margin: 0 0 0.6em; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 6vw, 5.4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
h3 { font-size: 1.45rem; }
p { color: var(--muted); line-height: 1.7; }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 32px)); }
.skip-link { position: absolute; inset-inline-start: -999px; top: 8px; background: var(--gold); color: #111; padding: 8px 12px; z-index: 40; }
.skip-link:focus { inset-inline-start: 8px; }
[hidden] { display: none !important; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.78rem; color: var(--gold-2); margin: 0 0 12px; }
.eyebrow.gold { color: var(--gold); }
.lede { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 42rem; color: var(--muted); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; padding: 14px 22px; font-weight: 600; letter-spacing: 0.04em; transition: 0.25s ease; cursor: pointer; position: relative; z-index: 2; }
.btn-sm { padding: 11px 18px; font-size: 0.95rem; }
.btn-gold { background: linear-gradient(180deg, #f0e2b8 0%, #e8d5a3 28%, #c9a227 72%, #8a6b16 100%); color: #16120a; box-shadow: 0 8px 18px rgba(138, 107, 22, 0.28); }
.btn-gold:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn-outline, .btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-outline:hover, .btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); }
.btn-it { background: var(--it); color: #fff; }
.btn-dev { background: var(--dev); color: #fff; }
.btn-ocean { background: linear-gradient(90deg, #00d4ff 0%, #6a5cff 52%, #ff3db5 100%); color: #fff; }

main { position: relative; z-index: 1; background: var(--page); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--header-bg);
  color: var(--header-ink);
  border-bottom: 1px solid var(--header-line);
}
.site-header a, .site-header p, .site-header strong, .site-header em { color: inherit; }
.header-inner { width: min(1360px, calc(100% - 24px)); margin: auto; min-height: var(--header); display: flex; align-items: center; justify-content: flex-start; gap: 16px; direction: ltr; }
.brand { display: flex; align-items: center; flex: 0 1 auto; min-width: 0; order: 0; }
.brand-logo { height: 52px; width: auto; max-width: min(280px, 48vw); object-fit: contain; background: transparent; }
.primary-nav { display: flex; gap: 22px; flex: 1; justify-content: center; font-size: 0.95rem; min-width: 0; }
.primary-nav a { color: var(--header-muted); position: relative; padding-block: 8px; white-space: nowrap; }
.primary-nav a.is-active, .primary-nav a:hover { color: var(--header-ink); }
.primary-nav a.is-active::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 2px; background: #c9a227; }
.accent-it.is-active::after { background: var(--it); }
.accent-dev.is-active::after { background: var(--dev); }
.accent-ocean.is-active::after { background: linear-gradient(90deg, #00d4ff, #ff3db5); }
.header-tools { display: flex; align-items: center; gap: 10px; margin-left: auto; flex: 0 0 auto; }
html[dir="rtl"] .primary-nav { direction: rtl; }
html[dir="rtl"] .header-tools { direction: rtl; }
.header-tools .btn-ghost { border-color: var(--header-line); color: var(--header-ink); }
.header-tools .btn-ghost:hover { border-color: #c9a227; color: #e8d5a3; }
.lang-dropdown { position: relative; z-index: 4; }
.lang-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 14px; border: 1px solid var(--header-line); border-radius: 999px; background: #2a2b32; color: var(--header-ink); cursor: pointer; }
.lang-toggle:hover, .lang-toggle[aria-expanded="true"] { border-color: #c9a227; color: #e8d5a3; }
.lang-code { font-size: 0.78rem; letter-spacing: 0.12em; font-weight: 700; }
.lang-name { font-size: 0.86rem; color: var(--header-muted); }
.lang-caret { width: 10px; height: 7px; flex: 0 0 auto; }
.lang-toggle[aria-expanded="true"] .lang-caret,
.dept-nav-toggle[aria-expanded="true"] .lang-caret { transform: rotate(180deg); }
.lang-menu { position: absolute; inset-inline-end: 0; top: calc(100% + 8px); margin: 0; padding: 8px; list-style: none; min-width: 180px; background: #121214; border: 1px solid var(--header-line); border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,0.35); }
.lang-menu a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; color: var(--header-muted); }
.lang-menu a:hover, .lang-menu a.is-active { background: #1d1c16; color: #e8d5a3; }
.lang-menu a strong { font-weight: 600; color: inherit; }
.lang-menu a span { font-size: 0.75rem; letter-spacing: 0.08em; }
.lang-dropdown-footer .lang-toggle { background: transparent; }
.lang-dropdown-mobile { margin-top: 28px; }
.lang-dropdown-mobile .lang-menu { position: static; inset: auto; min-width: 0; margin-top: 8px; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--header-line); background: transparent; border-radius: 10px; padding: 0; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 6px auto; background: var(--header-ink); }

.dept-switcher {
  background: #2c2e36;
  border-top: 1px solid var(--header-line);
}
.dept-switcher-inner {
  width: min(1360px, calc(100% - 24px));
  margin: auto;
  min-height: var(--switcher);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px 40px;
  padding: 8px 0;
  direction: ltr;
}
.dept-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 4px 8px;
  opacity: 0.72;
  border-bottom: 2px solid transparent;
}
.dept-switch img { height: 36px; width: auto; max-height: 36px; max-width: 148px; object-fit: contain; background: transparent; }
.dept-switch img[alt="Ocean"] { height: 44px; max-height: 44px; max-width: 120px; }
.dept-switch img[alt="expert IT"] { mix-blend-mode: screen; }
.dept-switch:hover, .dept-switch.is-active { opacity: 1; }
.dept-switch.accent-it.is-active { border-bottom-color: var(--it); }
.dept-switch.accent-dev.is-active { border-bottom-color: var(--dev); }
.dept-switch.accent-ocean.is-active { border-bottom-color: #00d4ff; }

.dept-bar { background: #25262c; border-bottom: 0; overflow: visible; }
.dept-bar-inner {
  width: min(1360px, calc(100% - 24px));
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 64px;
  padding: 10px 0;
  direction: ltr;
  overflow: visible;
}
.dept-nav { position: relative; display: flex; align-items: center; min-width: 0; z-index: 5; }
.dept-nav-toggle { display: none; }
.dept-bar nav {
  display: flex;
  align-items: center;
  gap: 16px 22px;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1.12rem;
  font-weight: 500;
  flex-wrap: wrap;
  overflow: visible;
}
.dept-bar nav a { color: var(--header-muted); white-space: nowrap; padding-block: 8px; position: relative; z-index: 2; }
.dept-bar nav a.is-active, .dept-bar nav a:hover { color: var(--header-ink); }
.dept-bar nav a.is-active { box-shadow: inset 0 -2px 0 currentColor; }
.dept-ctas { margin-left: auto; display: flex; gap: 10px; flex: 0 0 auto; }
html[dir="rtl"] .dept-nav,
html[dir="rtl"] .dept-bar nav,
html[dir="rtl"] .dept-ctas { direction: rtl; }
.dept-ctas .btn { min-height: 44px; }
.dept-it { box-shadow: inset 0 -3px 0 var(--it); }
.dept-dev { box-shadow: inset 0 -3px 0 var(--dev); }
.dept-ocean { box-shadow: inset 0 -3px 0 #00d4ff; }

.mobile-panel { position: fixed; inset: calc(var(--header) + var(--switcher)) 0 0 0; background: rgba(30, 31, 36, 0.97); z-index: 29; padding: 24px 24px 48px; color: var(--header-ink); overflow-y: auto; }
.mobile-panel nav { display: flex; flex-direction: column; gap: 16px; font-size: 1.2rem; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: #f4efe4; isolation: isolate; }
.hero-page { min-height: 68svh; }
.hero h1, .hero h2, .hero h3 { color: #f4efe4; }
.hero .lede, .hero p { color: #e4dccf; }
.hero .btn-outline { border-color: rgba(244,239,228,0.35); color: #f4efe4; }
.hero .btn-outline:hover { border-color: #e8d5a3; color: #e8d5a3; }
.hero-media, .hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video, .hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-fallback { z-index: 0; pointer-events: none; transition: opacity 0.45s ease; }
.hero-video { z-index: 1; background: #070708; }
.hero-slide { opacity: 0; z-index: 0; transition: opacity 0.9s ease; }
.hero-slide.is-active { opacity: 1; z-index: 1; }
.hero-overlay { position: absolute; inset: 0; z-index: 2; pointer-events: none; background:
  linear-gradient(180deg, rgba(7,7,8,0.28) 0%, rgba(7,7,8,0.38) 42%, rgba(7,7,8,0.88) 100%),
  linear-gradient(90deg, rgba(7,7,8,0.5), transparent 55%); }
html[dir="rtl"] .hero-overlay { background:
  linear-gradient(180deg, rgba(7,7,8,0.28) 0%, rgba(7,7,8,0.38) 42%, rgba(7,7,8,0.88) 100%),
  linear-gradient(270deg, rgba(7,7,8,0.5), transparent 55%); }
.hero-copy { position: relative; z-index: 3; padding-block: 12vh 10vh; }
.hero-actions, .row-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-pager { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-top: 36px; }
.hero-pager button { background: transparent; border: 0; color: #b7b0a3; padding: 8px 0; border-bottom: 2px solid transparent; cursor: pointer; letter-spacing: 0.08em; font-size: 0.82rem; }
.hero-pager button.is-active { color: #e8d5a3; border-bottom-color: #c9a227; }
.scroll-hint { position: absolute; inset-inline-start: 50%; bottom: 24px; z-index: 3; width: 1px; height: 48px; background: #c9a227; transform: translateX(-50%); pointer-events: none; }

.section { padding: 96px 0; background: var(--page); }
.section.muted { background: var(--page-2); }
.section-head { margin-bottom: 42px; }
.section-head.split, .split-page { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 36px; align-items: start; }
.dept-cards, .card-grid, .why-grid, .quote-grid { display: grid; gap: 18px; }
.dept-cards { grid-template-columns: repeat(3, 1fr); }
.card-grid, .why-grid { grid-template-columns: repeat(3, 1fr); }
.card-grid.pricing, .card-grid.apps { grid-template-columns: repeat(4, 1fr); }

.dept-card, .text-card, .app-card, .price-card, .bundle-card, .promo-card, .side-panel, .empty-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  padding: 28px;
  box-shadow: var(--shadow);
  color: var(--ink);
}
.dept-card { min-height: 460px; display: flex; flex-direction: column; justify-content: flex-start; color: #fff; background: #111; padding: 0; }
.dept-card-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; transition: 0.5s; }
.dept-card:hover .dept-card-bg { transform: scale(1.06); opacity: 0.7; }
.dept-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,5,6,0.28) 0%, rgba(5,5,6,0.45) 38%, #050506 100%); pointer-events: none; }
.dept-card-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto auto auto;
  align-items: start;
  gap: 14px;
  padding: 28px 28px 32px;
  width: 100%;
}
.dept-logo-wrap { height: 72px; display: flex; align-items: flex-start; justify-content: flex-start; }
.dept-logo { max-height: 58px; max-width: 220px; width: auto; height: auto; object-fit: contain; object-position: left top; }
.dept-card.it .dept-logo, .dept-card.ocean .dept-logo { mix-blend-mode: screen; }
.dept-card.it { box-shadow: inset 0 0 0 1px rgba(220,28,46,0.35); }
.dept-card.dev { box-shadow: inset 0 0 0 1px rgba(232,93,4,0.35); }
.dept-card.ocean { box-shadow: inset 0 0 0 1px rgba(0,212,255,0.45); }
.dept-card h3, .dept-card p { color: #f4efe4; margin: 0; }
.dept-card h3 { font-size: 1.38rem; line-height: 1.2; }
.dept-card p { display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.dept-card span, .text-card span { color: var(--gold-2); font-size: 0.9rem; font-weight: 600; }
.dept-card span { color: #e8d5a3; align-self: end; }
.dept-card .btn { justify-self: start; margin-top: 6px; }

.price { font-family: var(--serif); font-size: 1.8rem; color: var(--gold-2); margin: 12px 0; }
.price-card ul, .bundle-card ul, .check-list { padding: 0; list-style: none; color: var(--muted); }
.price-card li, .bundle-card li, .check-list li { padding: 7px 0 7px 18px; position: relative; }
.price-card li::before, .check-list li::before { content: ""; position: absolute; inset-inline-start: 0; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
html[dir="rtl"] .price-card li, html[dir="rtl"] .check-list li { padding: 7px 18px 7px 0; }
.price-card.is-featured { border-color: var(--gold); }
.badge { position: absolute; top: 16px; inset-inline-end: 16px; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: #111; background: #c9a227; padding: 4px 8px; border-radius: 999px; }
.why-grid article { padding: 8px 4px 24px; border-top: 1px solid var(--line); background: transparent; box-shadow: none; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; list-style: none; padding: 0; margin: 0; }
.steps li { border-top: 2px solid var(--gold); padding-top: 18px; }
.steps span { font-family: var(--serif); font-size: 2rem; color: var(--gold); }
.quote-grid { grid-template-columns: repeat(3, 1fr); }
blockquote { margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
blockquote p { color: var(--ink); font-family: var(--serif); font-size: 1.4rem; font-style: italic; }
blockquote footer { margin-top: 16px; color: var(--gold-2); font-size: 0.85rem; }
.cta-band { padding: 90px 0; text-align: center; background: var(--page-2); }
.cta-band.compact { padding: 50px 0; margin-top: 40px; }
.page-hero { position: relative; overflow: hidden; min-height: 52svh; display: grid; align-items: end; color: #f4efe4; }
.page-hero h1 { color: #f4efe4; }
.page-hero .lede, .page-hero p, .page-hero .fine { color: #e4dccf; }
.page-hero .container { position: relative; z-index: 3; padding-block: 8vh 7vh; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.filters button { border: 1px solid rgba(244,239,228,0.3); background: transparent; color: #e4dccf; border-radius: 999px; padding: 8px 14px; cursor: pointer; }
.filters button.is-active { color: #111; background: #e8d5a3; border-color: #e8d5a3; }

.bd-form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.bd-form label { display: grid; gap: 6px; font-size: 0.86rem; color: var(--gold-2); }
.bd-form input, .bd-form select, .bd-form textarea { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; color: var(--ink); }
.bd-form input:focus, .bd-form select:focus, .bd-form textarea:focus { outline: 1px solid var(--gold); }
.check { display: flex; align-items: start; gap: 8px; color: var(--muted); }
.hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.form-status { padding: 12px; border-radius: 12px; background: #e8f5ea; color: #1d5c2c; }
.form-status.is-error { background: #fde8ea; color: #8a1f2a; }
.side-panel { position: sticky; top: 120px; overflow: visible; display: grid; gap: 12px; }
.prose-wide { width: min(820px, calc(100% - 32px)); }
.article-body p { font-size: 1.08rem; }
.article-body img, .admin-shell { max-width: 100%; overflow-x: auto; }

.site-footer { padding: 72px 0 24px; border-top: 1px solid var(--header-line); background: var(--header-bg); color: var(--header-ink); }
.site-footer h3 { color: var(--header-ink); }
.site-footer p { color: var(--header-muted); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(5, 1fr); gap: 22px; }
.footer-grid a, .footer-grid button { display: block; color: var(--header-muted); background: none; border: 0; padding: 6px 0; text-align: start; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: #e8d5a3; }
.footer-logo { width: min(280px, 100%); height: auto; margin-bottom: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--header-line); color: var(--header-muted); font-size: 0.82rem; flex-wrap: wrap; }

.cookie-bar { position: fixed; inset-inline-end: 16px; inset-inline-start: auto; bottom: 16px; z-index: 40; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; padding: 14px 16px; background: #12110d; color: #f4efe4; border: 1px solid #c9a227; border-radius: 16px; width: min(360px, calc(100% - 32px)); }
.cookie-bar p { color: #d9d1c3; }
.wa-float { position: fixed; inset-inline-end: 18px; bottom: 18px; z-index: 35; background: #25d366; color: #062; padding: 12px 16px; border-radius: 999px; font-weight: 700; }
.empty-panel { text-align: center; padding: 48px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.promo-panel {
  background:
    radial-gradient(900px 280px at 8% -10%, rgba(232, 213, 163, 0.28), transparent 55%),
    radial-gradient(700px 240px at 100% 120%, rgba(138, 107, 22, 0.35), transparent 50%),
    linear-gradient(155deg, #1a1710 0%, #2c2416 42%, #121014 100%);
  color: #f4efe4;
  border: 1px solid rgba(201, 162, 39, 0.38);
  box-shadow: 0 24px 50px rgba(28, 25, 21, 0.22), inset 0 1px 0 rgba(232, 213, 163, 0.22);
  padding: 48px 40px;
  text-align: center;
}
.promo-panel p, .promo-panel h3 { color: #e8dfd0; }
.promo-panel .eyebrow { color: #e8d5a3; }
.promo-panel .btn-gold { margin-top: 8px; }
.commercial-section { background: #14131a; color: #f4efe4; }
.commercial-section h2, .commercial-section .lede { color: #f4efe4; }
.commercial-section .lede { color: #cfc6b6; }
.commercial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.commercial-card {
  background: linear-gradient(180deg, #1f1e24 0%, #16151b 100%);
  border: 1px solid rgba(232, 213, 163, 0.16);
  border-radius: var(--radius);
  padding: 28px;
  display: grid;
  gap: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
  position: relative;
  overflow: hidden;
}
.commercial-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 4px;
  background: #c9a227;
}
.commercial-card.accent-it::before { background: var(--it); }
.commercial-card.accent-dev::before { background: var(--dev); }
.commercial-card.accent-ocean::before { background: linear-gradient(90deg, #00d4ff, #ff3db5); }
.commercial-card h3 { color: #f4efe4; margin: 0; }
.commercial-card p { color: #b7b0a3; }
.commercial-card .price { color: #e8d5a3; }
.commercial-card ul { padding: 0; margin: 8px 0 16px; list-style: none; color: #d9d1c3; }
.commercial-card li { padding: 7px 0 7px 18px; position: relative; }
.commercial-card li::before { content: ""; position: absolute; inset-inline-start: 0; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: #c9a227; }
html[dir="rtl"] .commercial-card li { padding: 7px 18px 7px 0; }
.value-section { background: var(--page-2); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}
.value-depts { display: flex; flex-wrap: wrap; gap: 8px; }
.value-pill { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; font-weight: 700; }
.value-pill.accent-it { background: #fde8ea; color: var(--it); }
.value-pill.accent-dev { background: #ffeee3; color: var(--dev); }
.value-pill.accent-ocean { background: #e8f8ff; color: #146b8a; }
.value-includes { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: var(--muted); }
.value-includes li { padding-inline-start: 16px; position: relative; }
.value-includes li::before { content: ""; position: absolute; inset-inline-start: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.value-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.insights-toolbar { display: flex; gap: 10px; align-items: center; margin-bottom: 18px; }
.insights-search { flex: 1; }
.insights-search input { width: 100%; border: 1px solid var(--line); border-radius: 999px; padding: 12px 16px; background: #fff; }
.insights-subjects { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.insights-subjects a { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; }
.insights-subjects a.is-active, .insights-subjects a:hover { background: #1e1f24; color: #e8d5a3; border-color: #1e1f24; }
.insight-feature {
  display: grid;
  gap: 12px;
  padding: 36px;
  border-radius: var(--radius);
  background:
    radial-gradient(800px 240px at 100% 0%, rgba(201,162,39,0.2), transparent 50%),
    linear-gradient(135deg, #1e1f24, #2a2418);
  color: #f4efe4;
  margin-bottom: 24px;
  box-shadow: var(--shadow);
}
.insight-feature h2 { color: #f4efe4; margin: 0; }
.insight-feature p { color: #d9d1c3; }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card, .insight-article .article-body { background: #fff; }
.insight-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 240px;
}
.insight-card span { color: var(--gold-2); font-weight: 600; }
.insights-empty { color: var(--muted); }
.article-body { font-size: 1.08rem; line-height: 1.8; color: var(--muted); }
.article-body p { color: var(--muted); }
.contact-section {
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(201, 162, 39, 0.22), transparent 58%),
    radial-gradient(720px 380px at 100% 12%, rgba(220, 28, 46, 0.10), transparent 52%),
    linear-gradient(180deg, #1e1c18 0%, #ece6db 120px, #f6f3ec 100%);
  padding: 56px 0 88px;
}
.contact-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: start; }
.contact-form-card, .contact-info-card {
  background: #fbf6ea;
  border-radius: 24px;
  border: 1px solid rgba(201, 162, 39, 0.28);
  box-shadow: 0 24px 50px rgba(10, 9, 12, 0.16);
  padding: 36px;
}
.contact-form-card {
  background: linear-gradient(180deg, #fffaf0 0%, #f3ead8 100%);
}
.contact-form-card h2 { margin-bottom: 8px; }
.contact-lead { color: var(--muted); margin-bottom: 22px; }
.contact-form .form-grid { margin-bottom: 8px; }
.contact-form input:not([type="checkbox"]):not([type="hidden"]),
.contact-form textarea,
.contact-form select {
  background: transparent;
  border: 1px solid rgba(138, 107, 22, 0.28);
  border-radius: 14px;
}
.contact-form input:not([type="checkbox"]):focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(201, 162, 39, 0.45);
  border-color: #c9a227;
}
.contact-agree {
  margin: 8px 0 18px;
  padding: 20px 22px;
  border-radius: 18px;
  background:
    radial-gradient(420px 160px at 100% 0%, rgba(201, 162, 39, 0.18), transparent 60%),
    #1e1f24;
  color: #f4efe4;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(201, 162, 39, 0.4);
}
.contact-agree .eyebrow { color: #e8d5a3; margin-bottom: 0; }
.contact-agree p { color: #d9d1c3; margin: 0; }
.contact-agree a { color: #e8d5a3; text-decoration: underline; }
.bd-form .agree-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #f4efe4;
  font-size: 0.95rem;
  cursor: pointer;
}
.agree-check input {
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
  padding: 0;
  flex: 0 0 auto;
  border: 2px solid #c9a227;
  border-radius: 6px;
  background: #121317;
  box-shadow: none;
  cursor: pointer;
}
.agree-check input:checked {
  background: #c9a227;
  box-shadow: inset 0 0 0 4px #121317;
}
.contact-aside { display: grid; gap: 16px; }
.contact-info-card h3 { margin-bottom: 8px; }
.contact-info-card a { color: var(--gold-2); font-weight: 600; }
.contact-it-card {
  background: linear-gradient(160deg, #2a1014 0%, #1a1214 55%, #241016 100%);
  color: #f4efe4;
  border-color: rgba(220, 28, 46, 0.45);
}
.contact-it-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.contact-it-head .eyebrow { margin: 0; }
.badge-247 {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #dc1c2e;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.contact-it-card h3, .contact-it-card p { color: #f4efe4; }
.contact-it-card .eyebrow { color: #ffb4ba; }
.contact-it-phone {
  display: block;
  margin-top: 14px;
  padding: 0;
  background: none;
  color: #f4efe4 !important;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  letter-spacing: 0.04em;
  line-height: 1.35;
  white-space: normal;
}
.contact-it-phone:hover { color: #e8d5a3 !important; background: none; }
.contact-hours-card {
  background: linear-gradient(165deg, #3a3428 0%, #1e1c18 100%);
  border-color: rgba(201, 162, 39, 0.45);
}
.contact-hours-card h3 { color: #f4efe4; }
.contact-hours-card p { color: #e8dcc8; }
.contact-hours-card .eyebrow { color: #e8d5a3; }
.contact-hours-card .fine { color: #c9bfae; }
.contact-dept-list { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 8px; }
.contact-dept-list a { color: var(--gold-2); font-weight: 600; }
.bd-form input:not([type="checkbox"]):invalid,
.bd-form select:invalid,
.bd-form textarea:invalid { border-color: inherit; }
.bd-form.is-tried input:not([type="checkbox"]):invalid,
.bd-form.is-tried select:invalid,
.bd-form.is-tried textarea:invalid {
  border-color: #c44;
  box-shadow: 0 0 0 3px rgba(196,68,68,0.12);
}
.bd-form.is-tried .agree-check input:invalid { border-color: #e8a0a0; }
.fine { font-size: 0.82rem; color: var(--muted); }
.meta { color: var(--gold); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }
.is-hidden-card { display: none; }

html.theme-ocean {
  --page: #eef4ff;
  --page-2: #e4ebff;
  --card: #ffffff;
  --ink: #12162b;
  --muted: #4d5678;
  --line: rgba(70, 90, 180, 0.16);
  --gold: #6a5cff;
  --gold-2: #3d47e6;
  --header-line: rgba(0, 212, 255, 0.28);
  --shadow: 0 18px 44px rgba(70, 80, 180, 0.12);
}
html.theme-ocean .site-header {
  background: #1a2030;
  border-bottom-color: rgba(0, 212, 255, 0.22);
}
html.theme-ocean .dept-switcher,
html.theme-ocean .dept-bar { background: #22283a; }
html.theme-ocean .lang-toggle:hover,
html.theme-ocean .lang-toggle[aria-expanded="true"],
html.theme-ocean .header-tools .btn-ghost:hover {
  border-color: #00d4ff;
  color: #9befff;
}
html.theme-ocean .primary-nav a.is-active::after { background: linear-gradient(90deg, #00d4ff, #ff3db5); }
html.theme-ocean main {
  background:
    radial-gradient(1100px 520px at 8% -10%, rgba(0, 212, 255, 0.18), transparent 58%),
    radial-gradient(900px 480px at 100% 8%, rgba(255, 61, 181, 0.14), transparent 52%),
    radial-gradient(700px 380px at 50% 100%, rgba(106, 92, 255, 0.10), transparent 55%),
    var(--page);
}
html.theme-ocean .hero-overlay {
  background:
    linear-gradient(180deg, rgba(18, 12, 48, 0.08) 0%, rgba(10, 16, 48, 0.22) 40%, rgba(6, 8, 28, 0.78) 100%),
    linear-gradient(115deg, rgba(0, 212, 255, 0.32), transparent 46%, rgba(255, 61, 181, 0.26));
}
html[dir="rtl"].theme-ocean .hero-overlay {
  background:
    linear-gradient(180deg, rgba(18, 12, 48, 0.08) 0%, rgba(10, 16, 48, 0.22) 40%, rgba(6, 8, 28, 0.78) 100%),
    linear-gradient(245deg, rgba(0, 212, 255, 0.32), transparent 46%, rgba(255, 61, 181, 0.26));
}
html.theme-ocean .hero .eyebrow.gold {
  background: linear-gradient(90deg, #67e8ff, #c4b5ff, #ff7ad5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html.theme-ocean .hero .lede, html.theme-ocean .hero p { color: #e8f4ff; }
html.theme-ocean .btn-gold,
html.theme-ocean .btn-ocean {
  background: linear-gradient(90deg, #00d4ff 0%, #6a5cff 50%, #ff3db5 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(106, 92, 255, 0.28);
}
html.theme-ocean .btn-gold:hover,
html.theme-ocean .btn-ocean:hover { filter: brightness(1.08) saturate(1.08); }
html.theme-ocean .btn-outline {
  border-color: rgba(106, 92, 255, 0.35);
  color: #3d47e6;
}
html.theme-ocean .btn-outline:hover {
  border-color: #ff3db5;
  color: #ff3db5;
}
html.theme-ocean .text-card,
html.theme-ocean .price-card,
html.theme-ocean .side-panel {
  background: linear-gradient(180deg, #ffffff, #f4f7ff);
  border-color: rgba(106, 92, 255, 0.18);
}
html.theme-ocean .text-card:hover,
html.theme-ocean .price-card:hover {
  border-color: #6a5cff;
  box-shadow: 0 18px 40px rgba(80, 70, 220, 0.14);
  transform: translateY(-3px);
}
html.theme-ocean .price {
  background: linear-gradient(90deg, #00b7ff, #6a5cff 55%, #ff3db5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html.theme-ocean .price-card.is-featured {
  border-color: #6a5cff;
  box-shadow: 0 0 0 1px #6a5cff, 0 18px 40px rgba(80, 70, 220, 0.16);
}
html.theme-ocean .price-card li::before,
html.theme-ocean .check-list li::before {
  background: linear-gradient(180deg, #00d4ff, #ff3db5);
}
html.theme-ocean .cta-band {
  background:
    radial-gradient(600px 220px at 20% 0%, rgba(0, 212, 255, 0.22), transparent 70%),
    radial-gradient(600px 220px at 80% 100%, rgba(255, 61, 181, 0.18), transparent 70%),
    linear-gradient(135deg, #dce9ff, #efe4ff 50%, #ffe4f4);
}
html.theme-ocean .site-footer { border-top-color: rgba(0, 212, 255, 0.22); }
html.theme-ocean .footer-grid a:hover,
html.theme-ocean .footer-grid button:hover { color: #9befff; }
html.theme-ocean .bd-form input:focus,
html.theme-ocean .bd-form select:focus,
html.theme-ocean .bd-form textarea:focus { outline-color: #6a5cff; }
html.theme-ocean .dept-ocean .dept-nav-toggle[aria-expanded="true"],
html.theme-ocean .dept-nav-toggle:hover {
  border-color: #00d4ff;
  color: #9befff;
}

@media (max-width: 1280px) {
  .primary-nav { display: none; }
  .nav-toggle { display: block; }
  .lang-name { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .dept-nav { width: 100%; }
  .dept-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 8px 16px;
    border: 1px solid var(--header-line);
    border-radius: 999px;
    background: #2a2b32;
    color: var(--header-ink);
    cursor: pointer;
    font-weight: 500;
  }
  .dept-nav-toggle:hover, .dept-nav-toggle[aria-expanded="true"] { border-color: #c9a227; color: #e8d5a3; }
  .dept-it .dept-nav-toggle[aria-expanded="true"] { border-color: var(--it); color: #ffd5d8; }
  .dept-dev .dept-nav-toggle[aria-expanded="true"] { border-color: var(--dev); color: #ffd0b5; }
  .dept-ocean .dept-nav-toggle[aria-expanded="true"] { border-color: #00d4ff; color: #9befff; }
  .dept-nav-toggle span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dept-bar nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    inset-inline: 0;
    z-index: 8;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: min(70vh, 480px);
    overflow: auto;
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    flex-wrap: nowrap;
    font-size: 1rem;
    background: #121214;
    border: 1px solid var(--header-line);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  }
  .dept-nav.is-open nav { display: flex; }
  .dept-bar nav a { padding: 12px 14px; border-radius: 10px; white-space: normal; }
  .dept-bar nav a.is-active { box-shadow: none; background: #1d1c16; color: #e8d5a3; }
  .dept-it .dept-bar nav a.is-active, .dept-it .dept-bar nav a:hover { color: #ffd5d8; }
  .dept-dev .dept-bar nav a.is-active, .dept-dev .dept-bar nav a:hover { color: #ffd0b5; }
  .dept-ocean .dept-bar nav a.is-active, .dept-ocean .dept-bar nav a:hover { color: #9befff; }
}
@media (max-width: 1100px) {
  .header-support { display: none; }
  .dept-cards, .card-grid, .why-grid, .quote-grid, .steps, .card-grid.pricing, .card-grid.apps, .section-head.split, .split-page, .commercial-grid, .value-grid, .insights-grid, .contact-layout { grid-template-columns: 1fr 1fr; }
  .side-panel { position: static; }
}
@media (max-width: 820px) {
  :root { --header: 64px; --switcher: 52px; }
  .brand-logo { height: 44px; max-width: min(240px, 52vw); }
  .dept-switcher-inner { gap: 12px 20px; }
  .dept-switch img { height: 26px; max-height: 26px; max-width: 108px; }
  .section { padding: 64px 0; }
  .hero { min-height: 88svh; }
  .hero-page, .page-hero { min-height: 56svh; }
  .hero-copy { padding-block: 16vh 8vh; }
  .dept-ctas .btn-outline { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .dept-card-body { grid-template-rows: auto auto auto auto; }
  .dept-bar-inner { grid-template-columns: 1fr auto; gap: 12px; }
  .dept-ctas { order: 2; margin-left: 0; }
  .dept-nav { grid-column: 1 / -1; order: 3; width: 100%; }
}
@media (max-width: 720px) {
  .dept-cards, .card-grid, .why-grid, .quote-grid, .steps, .card-grid.pricing, .card-grid.apps, .footer-grid, .form-grid, .section-head.split, .split-page, .commercial-grid, .value-grid, .insights-grid, .contact-layout { grid-template-columns: 1fr; }
  .container, .narrow, .prose-wide { width: min(1180px, calc(100% - 24px)); }
  .header-quote { display: none; }
  .brand-logo { height: 40px; max-width: 52vw; }
  .footer-bottom { flex-direction: column; }
  .dept-bar-inner { gap: 10px; }
  .dept-card { min-height: 400px; }
  .cookie-bar { inset-inline: 12px; width: auto; }
  .lang-menu { inset-inline-end: 0; inset-inline-start: auto; }
}
@media (max-width: 420px) {
  .header-quote span, .header-inner { gap: 8px; }
  .brand-logo { height: 36px; max-width: 50vw; }
  .dept-switch img { height: 22px; max-height: 22px; max-width: 92px; }
  .btn { padding: 12px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
  .hero-video { display: none; }
  .hero-fallback { display: block !important; }
}
.admin-shell { width: min(1100px, calc(100% - 32px)); margin: 40px auto; overflow-x: auto; }
.admin-shell table { width: 100%; border-collapse: collapse; }
.admin-shell td, .admin-shell th { border-bottom: 1px solid var(--line); padding: 10px; text-align: start; }
.admin-nav { display: flex; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
