
:root {
  --navy: #192238;
  --navy-2: #27324b;
  --gold: #b39a60;
  --gold-dark: #8f7946;
  --sand: #f4f0e7;
  --paper: #fbfbf8;
  --white: #ffffff;
  --ink: #1f2937;
  --muted: #667085;
  --line: #e5e7eb;
  --success: #217a68;
  --shadow: 0 18px 45px rgba(25,34,56,.12);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position:absolute; inset-inline-start:-9999px; top:8px; background:#fff; padding:10px 14px; z-index:9999; }
.skip-link:focus { inset-inline-start:8px; }
.topbar { background: var(--navy); color: rgba(255,255,255,.78); font-size: .84rem; }
.topbar .container { min-height: 38px; display:flex; align-items:center; justify-content:space-between; gap:18px; }
.topbar-note { display:flex; align-items:center; gap:8px; }
.topbar-note::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--gold); }
.lang-links { display:flex; align-items:center; gap:7px; }
.lang-links a { color:#fff; opacity:.72; padding:2px 6px; border-radius:6px; }
.lang-links a:hover, .lang-links a[aria-current="true"] { opacity:1; background:rgba(255,255,255,.1); }
.site-header { position:sticky; top:0; z-index:1000; background:rgba(251,251,248,.94); backdrop-filter:blur(16px); border-bottom:1px solid rgba(25,34,56,.08); }
.nav-wrap { min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand img { width:224px; height:auto; }
.main-nav { display:flex; align-items:center; gap:28px; }
.main-nav a { font-size:.96rem; font-weight:650; color:var(--navy); position:relative; }
.main-nav a::after { content:""; position:absolute; inset-inline:0; bottom:-11px; height:2px; background:var(--gold); transform:scaleX(0); transition:.2s; transform-origin:center; }
.main-nav a:hover::after, .main-nav a.active::after { transform:scaleX(1); }
.nav-actions { display:flex; align-items:center; gap:11px; }
.menu-toggle { display:none; border:0; background:transparent; padding:8px; color:var(--navy); }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:48px; padding:11px 21px; border-radius:999px; font-weight:750; border:1px solid transparent; transition:transform .18s ease, box-shadow .18s ease, background .18s ease; cursor:pointer; }
.btn:hover { transform:translateY(-2px); }
.btn-primary { background:var(--navy); color:#fff; box-shadow:0 10px 24px rgba(25,34,56,.22); }
.btn-primary:hover { background:var(--navy-2); }
.btn-gold { background:var(--gold); color:var(--navy); box-shadow:0 10px 24px rgba(179,154,96,.25); }
.btn-outline { border-color:rgba(25,34,56,.2); color:var(--navy); background:rgba(255,255,255,.72); }
.btn-light { background:#fff; color:var(--navy); }
.hero { position:relative; overflow:hidden; padding:88px 0 86px; background:
  radial-gradient(circle at 80% 16%, rgba(179,154,96,.23), transparent 30%),
  radial-gradient(circle at 10% 88%, rgba(25,34,56,.08), transparent 34%),
  linear-gradient(145deg,#fbfbf8 0%,#f1eee6 100%); }
.hero::before { content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(179,154,96,.22); border-radius:50%; inset-inline-end:-170px; top:-230px; }
.hero-grid { display:grid; grid-template-columns:1.06fr .94fr; align-items:center; gap:64px; position:relative; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; color:var(--gold-dark); font-weight:800; text-transform:uppercase; letter-spacing:.12em; font-size:.78rem; }
.eyebrow::before { content:""; width:34px; height:2px; background:var(--gold); }
.hero h1 { margin:18px 0 22px; color:var(--navy); font-size:clamp(2.65rem,5.6vw,5.3rem); letter-spacing:-.055em; line-height:1.02; max-width:760px; }
html[dir="rtl"] .hero h1 { letter-spacing:0; }
.hero .lead { font-size:1.18rem; color:var(--muted); max-width:660px; margin:0 0 30px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:13px; }
.hero-trust { margin-top:30px; display:flex; flex-wrap:wrap; gap:20px; color:var(--navy); font-size:.93rem; font-weight:650; }
.hero-trust span { display:flex; gap:8px; align-items:center; }
.hero-trust span::before { content:"✓"; color:var(--success); font-weight:900; }
.dashboard-shell { position:relative; background:var(--navy); color:#fff; border-radius:30px; padding:22px; box-shadow:0 28px 70px rgba(25,34,56,.28); transform:rotate(1deg); }
html[dir="rtl"] .dashboard-shell { transform:rotate(-1deg); }
.dashboard-top { display:flex; justify-content:space-between; align-items:center; padding:4px 4px 18px; }
.dashboard-title { display:flex; align-items:center; gap:10px; font-weight:800; }
.dashboard-title .mark { width:31px; height:31px; border-radius:10px; background:linear-gradient(145deg,var(--gold),#d7c28d); display:grid; place-items:center; color:var(--navy); }
.window-dots { display:flex; gap:6px; }
.window-dots i { width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.28); }
.kpi-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:13px; }
.kpi { background:rgba(255,255,255,.075); border:1px solid rgba(255,255,255,.1); border-radius:17px; padding:17px; }
.kpi small { color:rgba(255,255,255,.66); }
.kpi strong { display:block; margin-top:6px; font-size:1.55rem; }
.chart-panel { margin-top:13px; border-radius:18px; background:#fff; color:var(--navy); padding:18px; }
.chart-head { display:flex; justify-content:space-between; align-items:center; font-weight:800; font-size:.92rem; }
.bars { height:138px; display:flex; align-items:flex-end; gap:10px; padding-top:20px; border-bottom:1px solid var(--line); }
.bars i { flex:1; min-width:15px; border-radius:8px 8px 0 0; background:linear-gradient(180deg,#c9b47e,var(--gold-dark)); }
.bars i:nth-child(1){height:35%}.bars i:nth-child(2){height:58%}.bars i:nth-child(3){height:48%}.bars i:nth-child(4){height:78%}.bars i:nth-child(5){height:67%}.bars i:nth-child(6){height:92%}.bars i:nth-child(7){height:76%}
.floating-card { position:absolute; inset-inline-start:-44px; bottom:45px; width:185px; background:#fff; color:var(--navy); border-radius:16px; padding:14px 16px; box-shadow:var(--shadow); transform:rotate(-2deg); }
html[dir="rtl"] .floating-card { transform:rotate(2deg); }
.floating-card small { color:var(--muted); }
.floating-card strong { display:block; font-size:1.35rem; margin-top:3px; }
.logo-strip { padding:24px 0; border-bottom:1px solid var(--line); background:#fff; }
.logo-strip .container { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:12px 28px; color:var(--muted); font-size:.92rem; }
.sector-pill { padding:8px 13px; border:1px solid var(--line); border-radius:999px; background:#fff; color:var(--navy); font-weight:650; }
.section { padding:92px 0; }
.section-sm { padding:68px 0; }
.section-dark { background:var(--navy); color:#fff; }
.section-sand { background:var(--sand); }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:42px; }
.section-head h2 { margin:8px 0 0; color:var(--navy); font-size:clamp(2rem,4vw,3.35rem); line-height:1.12; letter-spacing:-.035em; max-width:720px; }
.section-dark .section-head h2 { color:#fff; }
.section-head p { max-width:490px; color:var(--muted); margin:0; }
.section-dark .section-head p { color:rgba(255,255,255,.68); }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:26px; }
.solution-card { min-height:100%; background:#fff; border:1px solid rgba(25,34,56,.09); border-radius:var(--radius); padding:27px; box-shadow:0 10px 30px rgba(25,34,56,.05); transition:.2s; display:flex; flex-direction:column; }
.solution-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:rgba(179,154,96,.45); }
.icon-box { width:50px; height:50px; border-radius:15px; background:var(--sand); color:var(--navy); display:grid; place-items:center; font-size:1.25rem; font-weight:900; margin-bottom:20px; }
.solution-card h3 { margin:0 0 10px; color:var(--navy); font-size:1.25rem; }
.solution-card p { color:var(--muted); margin:0 0 18px; }
.feature-list { list-style:none; margin:0; padding:0; display:grid; gap:9px; color:#374151; font-size:.93rem; }
.feature-list li { display:flex; gap:9px; align-items:flex-start; }
.feature-list li::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--gold); margin-top:.55rem; flex:0 0 auto; }
.card-link { margin-top:auto; padding-top:20px; font-weight:800; color:var(--gold-dark); display:inline-flex; align-items:center; gap:7px; }
.card-link::after { content:"→"; }
html[dir="rtl"] .card-link::after { content:"←"; }
.saas-feature { padding:26px; border-radius:var(--radius); background:rgba(255,255,255,.065); border:1px solid rgba(255,255,255,.11); }
.saas-feature .num { font-size:.75rem; letter-spacing:.14em; color:var(--gold); font-weight:900; }
.saas-feature h3 { margin:12px 0 9px; font-size:1.22rem; }
.saas-feature p { color:rgba(255,255,255,.68); margin:0; }
.process { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; counter-reset:step; }
.process-item { position:relative; padding:26px 22px; border-radius:var(--radius); background:#fff; border:1px solid var(--line); }
.process-item::before { counter-increment:step; content:"0" counter(step); display:inline-flex; color:var(--gold-dark); font-weight:900; font-size:.78rem; letter-spacing:.12em; margin-bottom:16px; }
.process-item h3 { margin:0 0 8px; color:var(--navy); font-size:1.12rem; }
.process-item p { margin:0; color:var(--muted); font-size:.94rem; }
.cta-band { padding:38px; border-radius:28px; background:linear-gradient(135deg,var(--gold),#d0bc86); color:var(--navy); display:flex; align-items:center; justify-content:space-between; gap:28px; }
.cta-band h2 { margin:0 0 6px; font-size:clamp(1.8rem,3vw,2.7rem); line-height:1.12; letter-spacing:-.03em; }
.cta-band p { margin:0; opacity:.8; }
.page-hero { padding:72px 0 66px; background:linear-gradient(145deg,var(--navy),#2a3651); color:#fff; position:relative; overflow:hidden; }
.page-hero::after { content:""; width:430px; height:430px; border-radius:50%; border:1px solid rgba(179,154,96,.25); position:absolute; inset-inline-end:-100px; top:-220px; }
.page-hero .eyebrow { color:#d8c28a; }
.page-hero h1 { margin:16px 0 15px; font-size:clamp(2.5rem,5vw,4.6rem); line-height:1.05; letter-spacing:-.045em; max-width:850px; }
html[dir="rtl"] .page-hero h1 { letter-spacing:0; }
.page-hero p { max-width:700px; color:rgba(255,255,255,.72); font-size:1.12rem; margin:0; }
.detail-card { background:#fff; border-radius:var(--radius); border:1px solid var(--line); padding:30px; }
.detail-card h2, .detail-card h3 { color:var(--navy); }
.solution-detail { display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:start; padding:34px 0; border-bottom:1px solid var(--line); }
.solution-detail:last-child { border-bottom:0; }
.solution-detail:nth-child(even) .solution-copy { order:2; }
.solution-detail:nth-child(even) .solution-visual { order:1; }
.solution-copy h2 { margin:7px 0 12px; font-size:2rem; color:var(--navy); }
.solution-copy p { color:var(--muted); }
.solution-visual { min-height:285px; border-radius:26px; background:linear-gradient(145deg,#fff,var(--sand)); border:1px solid var(--line); padding:27px; display:grid; align-content:center; gap:14px; }
.mini-row { display:grid; grid-template-columns:1fr auto; gap:14px; align-items:center; padding:14px 16px; background:#fff; border:1px solid var(--line); border-radius:13px; }
.mini-row strong { color:var(--navy); }
.mini-row span { color:var(--gold-dark); font-weight:800; font-size:.86rem; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:23px; align-items:stretch; }
.plan { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px; display:flex; flex-direction:column; }
.plan.featured { border:2px solid var(--gold); box-shadow:var(--shadow); position:relative; }
.plan-badge { position:absolute; top:18px; inset-inline-end:18px; background:var(--gold); color:var(--navy); padding:5px 10px; border-radius:999px; font-size:.72rem; font-weight:900; }
.plan h3 { margin:0 0 6px; color:var(--navy); font-size:1.5rem; }
.plan .audience { color:var(--muted); min-height:50px; }
.plan .price { margin:18px 0; color:var(--navy); font-weight:900; font-size:2rem; }
.plan .price small { font-size:.88rem; color:var(--muted); font-weight:600; }
.plan .feature-list { margin-bottom:25px; }
.plan .btn { margin-top:auto; }
.about-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:54px; align-items:center; }
.about-panel { background:var(--navy); border-radius:30px; padding:38px; color:#fff; min-height:430px; display:grid; align-content:space-between; position:relative; overflow:hidden; }
.about-panel::after { content:""; width:270px; height:270px; border:1px solid rgba(179,154,96,.28); border-radius:50%; position:absolute; inset-inline-end:-100px; top:-80px; }
.about-panel img { width:270px; filter:brightness(0) invert(1); opacity:.95; }
.about-panel blockquote { margin:0; font-size:1.42rem; line-height:1.45; position:relative; z-index:1; }
.stats { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:28px; }
.stat { background:var(--sand); padding:19px; border-radius:15px; }
.stat strong { display:block; color:var(--navy); font-size:1.6rem; }
.stat span { color:var(--muted); font-size:.86rem; }
.contact-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:36px; align-items:start; }
.contact-info { background:var(--navy); color:#fff; border-radius:28px; padding:34px; }
.contact-info h2 { margin-top:0; }
.contact-info p { color:rgba(255,255,255,.68); }
.contact-point { padding:18px 0; border-top:1px solid rgba(255,255,255,.12); }
.contact-point strong { display:block; }
.contact-point span { color:rgba(255,255,255,.68); font-size:.93rem; }
.contact-form { background:#fff; border:1px solid var(--line); border-radius:28px; padding:34px; box-shadow:0 14px 40px rgba(25,34,56,.06); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:grid; gap:7px; }
.field.full { grid-column:1 / -1; }
.field label { color:var(--navy); font-weight:750; font-size:.9rem; }
.field input, .field select, .field textarea { width:100%; border:1px solid #d8dce4; border-radius:12px; background:#fff; min-height:48px; padding:11px 13px; color:var(--ink); outline:none; }
.field textarea { min-height:140px; resize:vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(179,154,96,.16); }
.form-note { color:var(--muted); font-size:.82rem; margin-top:13px; }
.faq { display:grid; gap:12px; }
.faq details { background:#fff; border:1px solid var(--line); border-radius:14px; padding:17px 19px; }
.faq summary { cursor:pointer; color:var(--navy); font-weight:800; }
.faq p { color:var(--muted); margin-bottom:0; }
.site-footer { background:#111827; color:#fff; padding:62px 0 22px; }
.footer-grid { display:grid; grid-template-columns:1.35fr .8fr .8fr 1fr; gap:40px; }
.footer-brand img { width:230px; filter:brightness(0) invert(1); opacity:.95; }
.footer-brand p { color:rgba(255,255,255,.6); max-width:390px; }
.footer-col h3 { font-size:.95rem; margin:0 0 15px; color:#d7c28d; }
.footer-col a { display:block; color:rgba(255,255,255,.68); margin:8px 0; font-size:.92rem; }
.footer-col a:hover { color:#fff; }
.footer-bottom { margin-top:42px; padding-top:19px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.48); font-size:.82rem; }
.reveal { opacity:1; transform:none; }
.reveal.visible { opacity:1; transform:none; }
@media (max-width: 980px) {
  .main-nav { position:fixed; top:120px; inset-inline:20px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); padding:22px; display:none; flex-direction:column; align-items:stretch; gap:18px; }
  .main-nav.open { display:flex; }
  .menu-toggle { display:block; }
  .nav-actions .btn { display:none; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns:1fr; }
  .dashboard-shell { max-width:650px; margin:15px auto 0; }
  .grid-3, .pricing-grid { grid-template-columns:repeat(2,1fr); }
  .process { grid-template-columns:repeat(2,1fr); }
  .solution-detail { grid-template-columns:1fr; }
  .solution-detail:nth-child(even) .solution-copy, .solution-detail:nth-child(even) .solution-visual { order:initial; }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 680px) {
  .container { width:min(100% - 28px,var(--container)); }
  .topbar .container { min-height:44px; }
  .topbar-note { display:none; }
  .nav-wrap { min-height:72px; }
  .brand img { width:180px; }
  .hero { padding:66px 0; }
  .hero h1 { font-size:2.75rem; }
  .floating-card { display:none; }
  .grid-3, .grid-2, .pricing-grid, .process, .stats, .form-grid { grid-template-columns:1fr; }
  .section { padding:70px 0; }
  .section-head { align-items:start; flex-direction:column; }
  .cta-band { padding:28px; flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .field.full { grid-column:auto; }
  .kpi-grid { grid-template-columns:1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto !important; transition:none !important; }
  .reveal { opacity:1; transform:none; }
}

/* Visual enhancement pack */
.hero-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--navy);
  box-shadow: 0 28px 70px rgba(25,34,56,.28);
  isolation: isolate;
}
.hero-media > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,18,39,.05) 28%, rgba(8,18,39,.88) 100%);
  z-index: 1;
}
.hero-media-overlay {
  position: absolute;
  inset-inline: 26px;
  bottom: 26px;
  z-index: 2;
  display: grid;
  gap: 5px;
  color: #fff;
}
.hero-media-kicker {
  color: #d8c28a;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-media-overlay strong { font-size: 1.42rem; line-height: 1.2; }
.hero-media-overlay small { color: rgba(255,255,255,.76); font-size: .91rem; }
.hero-media-stat {
  position: absolute;
  top: 22px;
  inset-inline-end: 22px;
  z-index: 2;
  min-width: 128px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(17,24,39,.72);
  color: #fff;
  backdrop-filter: blur(10px);
}
.hero-media-stat strong { display: block; font-size: 1.75rem; line-height: 1; color: #d8c28a; }
.hero-media-stat span { display: block; margin-top: 5px; font-size: .78rem; color: rgba(255,255,255,.75); }

.card-image {
  width: calc(100% + 54px);
  height: 172px;
  margin: -27px -27px 22px;
  border-radius: var(--radius) var(--radius) 0 0;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
html[dir="rtl"] .card-image { margin-inline: -27px; }
.solution-photo {
  width: calc(100% + 54px);
  height: 190px;
  margin: -27px -27px 10px;
  border-radius: 26px 26px 14px 14px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
.solution-visual { align-content: start; overflow: hidden; }

.saas-showcase {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  overflow: hidden;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(25,34,56,.07);
}
.saas-showcase > img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  background: #eef5ff;
}
.saas-showcase-copy { padding: 38px; }
.saas-showcase-copy h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.8rem; line-height: 1.2; }
.saas-showcase-copy p { color: var(--muted); margin: 0 0 20px; }

.about-photo-wrap {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  margin: -38px -38px 32px;
}
.about-photo-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  filter: none;
  opacity: 1;
}
.about-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(25,34,56,.86) 100%);
}
.about-photo-wrap span {
  position: absolute;
  inset-inline-start: 28px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
  font-weight: 800;
}
.about-panel { align-content: initial; }
.about-panel blockquote { margin-top: auto; }

.contact-photo {
  width: calc(100% + 68px);
  height: 235px;
  margin: -34px -34px 28px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

@media (max-width: 980px) {
  .hero-media { max-width: 720px; margin-inline: auto; }
  .saas-showcase { grid-template-columns: 1fr; }
  .saas-showcase > img { height: 300px; }
}
@media (max-width: 680px) {
  .hero-media, .hero-media > img { min-height: 420px; }
  .hero-media-overlay { inset-inline: 20px; bottom: 20px; }
  .hero-media-stat { top: 16px; inset-inline-end: 16px; }
  .card-image { height: 155px; }
  .solution-photo { height: 175px; }
  .saas-showcase-copy { padding: 26px; }
  .saas-showcase > img { height: 250px; }
}
