@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Medium.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-SemiBold.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Bold.woff2") format("woff2");font-style:normal;font-weight:700 900;font-display:swap}
:root{
  --brand-primary:#0f766e;--brand-secondary:#0b2940;--brand-accent:#d99a3d;
  --ink:#10242f;--ink-soft:#526872;--muted:#526872;--surface:#ffffff;--surface-soft:#f4f8f7;--surface-tint:#edf5f3;
  --line:#dce8e5;--line-strong:#c8d9d5;--success:#16835f;--warning:#b87318;--danger:#b93a3a;
  --dark:#061d2b;--dark-2:#0a2b3b;--dark-3:#10394a;--mint:#54e6b5;--gold:#f3c76b;
  --container:1240px;--radius-xs:9px;--radius-sm:14px;--radius-md:22px;--radius-lg:32px;--radius-xl:44px;
  --shadow-sm:0 8px 28px rgba(5,35,48,.07);--shadow:0 18px 55px rgba(6,36,49,.11);--shadow-lg:0 34px 90px rgba(4,29,42,.19);
  --font:"IBM Plex Sans Arabic",Tahoma,"Segoe UI",Arial,sans-serif;--transition:180ms ease;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px;overflow-x:hidden;overflow-x:clip}
body{margin:0;font-family:var(--font);color:var(--ink);background:#fbfdfc;line-height:1.85;text-rendering:optimizeLegibility;overflow-x:hidden;overflow-x:clip}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit;max-width:100%}
button{cursor:pointer}
::selection{background:rgba(84,230,181,.4);color:#071d2b}
[hidden]{display:none!important}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.honeypot{position:fixed!important;inset:0 auto auto 0!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;opacity:0!important;pointer-events:none!important}
.skip-link{position:fixed;z-index:9999;top:12px;inset-inline-start:12px;transform:translateY(-150%);background:#fff;color:#071d2b;padding:11px 18px;border-radius:10px;box-shadow:var(--shadow);font-weight:700;transition:.2s}
.skip-link:focus{transform:translateY(0)}
.icon{display:inline-block;vertical-align:middle;flex:0 0 auto}
.page-noise{position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.22;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='.028'/%3E%3C/svg%3E")}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(251,253,252,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(201,220,216,.72);transition:box-shadow var(--transition),background var(--transition)}
.site-header.scrolled{box-shadow:0 10px 35px rgba(7,36,49,.08);background:rgba(255,255,255,.96)}
.header-top{background:var(--dark);color:#c8d9df;font-size:12px}
.header-top-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.header-top-row>span,.header-top-links,.header-top-links a{display:flex;align-items:center;gap:7px}
.header-top-links{gap:20px}.header-top-links a:hover{color:var(--mint)}
.navbar{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{display:flex;align-items:center;gap:12px;min-width:230px}
.brand-mark-image,.brand img{width:52px;height:52px;border-radius:16px;box-shadow:0 9px 24px rgba(7,38,50,.16)}
.brand .brand-logo-image{width:min(228px,100%);height:56px;border-radius:0;box-shadow:none;object-fit:contain;object-position:right center}
.brand-copy,.brand span{display:flex;flex-direction:column;line-height:1.35}
.brand strong{font-size:17px;letter-spacing:-.25px}.brand small{font-size:10.5px;color:var(--ink-soft);margin-top:4px}
.primary-nav{display:flex;align-items:center;gap:5px}
.primary-nav>a:not(.button){position:relative;padding:10px 12px;border-radius:11px;color:#415965;font-size:13px;font-weight:700;transition:background var(--transition),color var(--transition)}
.primary-nav>a:not(.button):hover,.primary-nav>a.active:not(.button){background:#edf6f4;color:var(--brand-primary)}
.primary-nav>a.active:not(.button):after{content:"";position:absolute;right:25%;left:25%;bottom:4px;height:2px;border-radius:9px;background:var(--brand-primary)}
.language-switch{min-width:39px;text-align:center;border:1px solid var(--line)}
.menu-toggle{display:none;border:0;background:#edf4f2;color:var(--ink);width:46px;height:46px;border-radius:14px;place-items:center}
.nav-cta{margin-inline-start:8px}

/* Buttons / labels */
.button{border:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 21px;font-weight:800;font-size:13px;transition:transform var(--transition),box-shadow var(--transition),background var(--transition),color var(--transition);white-space:nowrap}
.button:hover{transform:translateY(-2px)}
.button-primary{background:linear-gradient(135deg,var(--brand-primary),#0b8c78);color:white;box-shadow:0 12px 28px rgba(15,118,110,.22)}
.button-primary:hover{box-shadow:0 16px 35px rgba(15,118,110,.3)}
.button-dark{background:var(--dark);color:#fff;box-shadow:0 12px 28px rgba(6,29,43,.18)}
.button-light{background:white;color:var(--ink);box-shadow:var(--shadow-sm);border:1px solid var(--line)}
.button-ghost{background:transparent;border:1px solid var(--line-strong);color:var(--ink)}
.button-ghost:hover{background:#fff}
.button-small{padding:10px 15px;border-radius:11px;font-size:12px}
.button-wide{min-width:230px;padding-block:15px}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand-primary);font-weight:800;font-size:13px}
.text-link:hover{gap:12px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand-primary);font-weight:900;font-size:11px;letter-spacing:.04em;background:#e9f7f3;border:1px solid #d4eee7;border-radius:999px;padding:7px 12px;margin-bottom:17px}
.eyebrow.dark{color:var(--mint);background:rgba(84,230,181,.1);border-color:rgba(84,230,181,.19)}
.section{padding:100px 0;position:relative;max-width:100%;overflow-x:clip}
.section-sm{padding:70px 0}
.section-soft{background:linear-gradient(180deg,#f4f8f7,#fbfdfc)}
.section-dark{background:var(--dark);color:#fff;overflow:hidden}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:42px}
.section-head-copy{max-width:760px}.section-head h2{font-size:clamp(30px,4vw,48px);line-height:1.35;letter-spacing:-1.3px;margin:0 0 12px}.section-head p{color:var(--ink-soft);font-size:15px;margin:0;max-width:760px}
.section-dark .section-head p{color:#a9bec7}
.section-actions{display:flex;align-items:center;gap:10px}

/* Flash */
.flash-stack{position:fixed;top:128px;inset-inline-end:22px;width:min(420px,calc(100% - 44px));z-index:250;display:grid;gap:10px}
.flash{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border:1px solid var(--line);border-inline-start:5px solid var(--brand-primary);border-radius:16px;padding:14px 16px;box-shadow:var(--shadow);font-size:13px}
.flash-success{border-inline-start-color:var(--success)}.flash-warning{border-inline-start-color:var(--warning)}.flash-danger{border-inline-start-color:var(--danger)}
.flash button{border:0;background:transparent;color:var(--ink-soft);display:grid;place-items:center}

/* Home hero */
.hero{min-height:720px;background:radial-gradient(circle at 17% 18%,rgba(84,230,181,.12),transparent 31%),radial-gradient(circle at 88% 30%,rgba(243,199,107,.13),transparent 29%),linear-gradient(145deg,#061d2b,#0b3141 62%,#0b3c46);color:#fff;overflow:hidden;position:relative;display:flex;align-items:center}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.027) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.027) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 90%)}
.hero-orb{position:absolute;border:1px solid rgba(84,230,181,.13);border-radius:50%;pointer-events:none}.hero-orb-a{width:560px;height:560px;top:-260px;inset-inline-start:-170px}.hero-orb-b{width:430px;height:430px;bottom:-240px;inset-inline-end:-90px}.hero-orb-c{width:210px;height:210px;top:170px;inset-inline-end:18%;border-color:rgba(243,199,107,.15)}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center;padding-block:92px;position:relative;z-index:2}
.hero-copy h1{font-size:clamp(44px,5.3vw,72px);line-height:1.27;letter-spacing:-2px;margin:0 0 22px;max-width:740px}
.hero-copy h1 span{background:linear-gradient(95deg,var(--mint),#bbffe9 45%,var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy>p{font-size:18px;color:#c1d4da;max-width:690px;margin:0 0 31px;line-height:1.95}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:38px}
.hero .button-light{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.15);color:#fff;box-shadow:none;backdrop-filter:blur(10px)}
.hero .button-light:hover{background:rgba(255,255,255,.15)}
.hero-trust{display:flex;align-items:center;flex-wrap:wrap;gap:18px;color:#9eb6be;font-size:11px}.hero-trust span{display:flex;align-items:center;gap:7px}.hero-trust svg{color:var(--mint)}
.hero-showcase{position:relative;min-height:500px;display:grid;place-items:center}
.showcase-shell{width:min(100%,590px);background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.16);border-radius:30px;padding:14px;box-shadow:0 40px 100px rgba(0,0,0,.33);backdrop-filter:blur(20px);transform:perspective(1100px) rotateY(-5deg) rotateX(2deg)}
[dir="ltr"] .showcase-shell{transform:perspective(1100px) rotateY(5deg) rotateX(2deg)}
.showcase-window{background:#f8fbfa;border-radius:21px;overflow:hidden;min-height:410px;color:var(--ink)}
.showcase-top{height:46px;background:#eef5f3;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid #dce8e5}.window-dots{display:flex;gap:6px}.window-dots i{width:8px;height:8px;border-radius:50%;background:#b9cbc6}.window-dots i:first-child{background:#57d5a9}.showcase-top b{font-size:11px;color:#60767f}
.showcase-body{display:grid;grid-template-columns:105px 1fr;min-height:364px}
.showcase-nav{background:#0b2d3c;color:#d2e1e5;padding:18px 11px;display:flex;flex-direction:column;gap:10px}.showcase-mini-brand{display:flex;align-items:center;gap:7px;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:5px}.showcase-mini-brand img{width:25px;height:25px;border-radius:8px}.showcase-mini-brand b{font-size:8px}.showcase-nav span{height:25px;border-radius:8px;background:rgba(255,255,255,.06);position:relative}.showcase-nav span:before{content:"";position:absolute;top:9px;inset-inline-start:9px;width:55%;height:6px;border-radius:5px;background:rgba(255,255,255,.14)}.showcase-nav span.active{background:rgba(84,230,181,.17)}.showcase-nav span.active:before{background:#54e6b5}
.showcase-content{padding:20px}.showcase-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.showcase-heading div{height:10px;width:110px;background:#183a46;border-radius:5px}.showcase-heading i{width:72px;height:24px;border-radius:8px;background:#dff5ee}
.showcase-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.showcase-kpis span{height:66px;border:1px solid #e0e9e6;border-radius:12px;background:#fff;position:relative;box-shadow:0 7px 14px rgba(10,46,59,.04)}.showcase-kpis span:before{content:"";position:absolute;top:13px;inset-inline-start:13px;width:35px;height:7px;border-radius:5px;background:#c8d8d4}.showcase-kpis span:after{content:"";position:absolute;top:33px;inset-inline-start:13px;width:54px;height:13px;border-radius:5px;background:#153a45}
.showcase-chart{height:150px;border:1px solid #e0e9e6;border-radius:14px;margin-top:11px;padding:18px;display:flex;align-items:end;gap:10px;background:linear-gradient(to top,rgba(230,239,236,.7) 1px,transparent 1px);background-size:100% 34px}.showcase-chart i{flex:1;border-radius:6px 6px 2px 2px;background:linear-gradient(to top,#0f766e,#52dcae);min-height:18px}.showcase-list{margin-top:11px;display:grid;gap:6px}.showcase-list span{height:23px;border-radius:8px;background:#edf3f1}.showcase-float{position:absolute;background:rgba(8,36,48,.92);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:13px 15px;box-shadow:var(--shadow-lg);backdrop-filter:blur(12px);display:flex;align-items:center;gap:10px;font-size:11px;color:#d7e7eb}.showcase-float svg{color:var(--mint)}.showcase-float-a{top:9%;inset-inline-start:-28px}.showcase-float-b{bottom:8%;inset-inline-end:-20px}.showcase-float-b svg{color:var(--gold)}
.hero-metrics{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 50px rgba(6,35,47,.055)}
.metrics-row{display:grid;grid-template-columns:repeat(4,1fr)}
.metric{padding:27px 30px;border-inline-end:1px solid var(--line);display:flex;align-items:center;gap:15px}.metric:last-child{border-inline-end:0}.metric-icon{width:45px;height:45px;border-radius:14px;background:#e9f7f3;color:var(--brand-primary);display:grid;place-items:center}.metric strong{font-size:24px;line-height:1.2;display:block}.metric span{font-size:11px;color:var(--ink-soft)}

/* Project cards */
.project-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px;flex-wrap:wrap}
.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.filter-pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 15px;color:#526973;font-weight:700;font-size:11px;transition:.2s}.filter-pill:hover,.filter-pill.active{background:var(--dark);border-color:var(--dark);color:#fff}
.search-field{min-width:300px;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 14px}.search-field:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 4px rgba(15,118,110,.08)}.search-field svg{color:#78909a}.search-field input{border:0;outline:0;background:transparent;width:100%;height:47px;color:var(--ink);font-size:12px}
.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.project-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 9px 30px rgba(6,35,47,.045);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.project-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#c3d9d4}
.project-card-cover{height:245px;background:linear-gradient(145deg,#edf6f3,#e9f0f2);display:grid;place-items:center;padding:30px;position:relative;overflow:hidden}
.project-cover-backdrop{position:absolute;width:240px;height:240px;border-radius:50%;background:var(--project-accent);filter:blur(75px);opacity:.13;inset-inline-end:-80px;bottom:-100px}
.project-card-cover:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(8,40,51,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(8,40,51,.032) 1px,transparent 1px);background-size:29px 29px}
.project-card-cover>img{position:relative;z-index:2;max-height:145px;max-width:78%;object-fit:contain;filter:drop-shadow(0 13px 18px rgba(7,34,44,.13));transition:transform .28s ease}.project-card:hover .project-card-cover>img{transform:scale(1.045)}
.project-stage,.featured-pin{position:absolute;z-index:3;top:14px;border-radius:999px;padding:6px 10px;font-size:9px;font-weight:900;display:flex;align-items:center;gap:5px}.project-stage{inset-inline-start:14px;background:rgba(255,255,255,.89);color:#36515c;box-shadow:0 5px 16px rgba(5,34,45,.08);backdrop-filter:blur(8px)}.featured-pin{inset-inline-end:14px;background:#fff6e4;color:#9b6617;border:1px solid #f4dfb5}
.stage-production:before,.stage-preview:before,.stage-development:before{content:"";width:6px;height:6px;border-radius:50%;background:#18a67a}.stage-preview:before{background:#d9912e}.stage-development:before{background:#71869a}
.project-card-body{padding:23px}.project-card-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--ink-soft);font-size:9.5px;font-weight:700}.project-card-meta span:first-child{color:var(--brand-primary)}
.project-card h3{font-size:19px;line-height:1.55;margin:11px 0 7px;letter-spacing:-.3px}.project-card h3 a:hover{color:var(--brand-primary)}.project-card p{font-size:12px;color:var(--ink-soft);margin:0;min-height:70px}
.project-card-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.project-card-foot a{display:flex;align-items:center;gap:7px;color:var(--brand-primary);font-size:11px;font-weight:900}.project-card-foot>span{display:flex;align-items:center;gap:5px;color:#82949b;font-size:10px}
.project-empty{padding:55px 20px;text-align:center;background:#fff;border:1px dashed var(--line-strong);border-radius:24px;color:var(--ink-soft)}

/* Services / value sections */
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:23px;padding:25px;overflow:hidden;min-height:260px;transition:.22s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm)}.service-card:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:var(--brand-primary);opacity:.055;inset-inline-end:-60px;bottom:-65px}.service-card-icon{width:50px;height:50px;border-radius:15px;background:#e9f7f3;color:var(--brand-primary);display:grid;place-items:center}.service-card h3{font-size:17px;margin:21px 0 8px}.service-card p{font-size:12px;color:var(--ink-soft);margin:0}.service-card a{position:absolute;bottom:22px;inset-inline-start:25px;font-size:10px;font-weight:900;color:var(--brand-primary);display:flex;align-items:center;gap:6px;z-index:2}
.capability-strip{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:center}.capability-visual{min-height:470px;border-radius:34px;background:linear-gradient(145deg,#071d2b,#0e3a49);position:relative;overflow:hidden;padding:35px;display:grid;place-items:center}.capability-visual:before{content:"";position:absolute;inset:-30%;background:conic-gradient(from 180deg,transparent,rgba(84,230,181,.14),transparent,rgba(243,199,107,.12),transparent);animation:spin 18s linear infinite}.capability-core{position:relative;z-index:2;width:250px;height:250px;border-radius:50%;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center}.capability-core:before,.capability-core:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%}.capability-core:before{inset:-55px}.capability-core:after{inset:-105px}.capability-core img{width:90px;height:90px;border-radius:26px;box-shadow:0 22px 50px rgba(0,0,0,.3)}.capability-node{position:absolute;z-index:3;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);border-radius:14px;color:#d8e8eb;padding:10px 12px;display:flex;align-items:center;gap:7px;font-size:10px}.node-1{top:55px;inset-inline-start:45px}.node-2{top:85px;inset-inline-end:45px}.node-3{bottom:75px;inset-inline-start:60px}.node-4{bottom:52px;inset-inline-end:50px}.capability-node svg{color:var(--mint)}
@keyframes spin{to{transform:rotate(360deg)}}
.capability-copy h2{font-size:clamp(31px,4vw,50px);line-height:1.42;margin:0 0 18px;letter-spacing:-1.2px}.capability-copy>p{color:var(--ink-soft);font-size:15px;margin:0 0 28px}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.check-list li{display:flex;align-items:flex-start;gap:11px;font-size:13px;font-weight:700}.check-list span{width:25px;height:25px;border-radius:8px;background:#e6f6f1;color:var(--brand-primary);display:grid;place-items:center;flex:0 0 25px;margin-top:2px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;counter-reset:step}.process-card{padding:30px 25px;border-inline-end:1px solid rgba(255,255,255,.09);position:relative}.process-card:last-child{border-inline-end:0}.process-card:before{counter-increment:step;content:"0" counter(step);display:block;color:var(--mint);font-weight:900;font-size:11px;margin-bottom:30px}.process-card h3{font-size:18px;margin:0 0 10px}.process-card p{color:#a7bdc5;font-size:12px;margin:0}.process-card .process-line{position:absolute;top:51px;inset-inline-start:61px;inset-inline-end:0;height:1px;background:linear-gradient(90deg,rgba(84,230,181,.4),rgba(255,255,255,.03))}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px}.testimonial-stars{color:#d79a35;display:flex;gap:3px;margin-bottom:15px}.testimonial-card blockquote{margin:0;color:#435b66;font-size:13px;min-height:95px}.testimonial-person{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding-top:17px;margin-top:17px}.testimonial-avatar{width:43px;height:43px;border-radius:13px;background:#e8f5f1;color:var(--brand-primary);display:grid;place-items:center;font-weight:900}.testimonial-person strong{display:block;font-size:12px}.testimonial-person span{font-size:10px;color:var(--ink-soft)}
.cta-section{padding:50px 0 105px}.cta-panel{background:linear-gradient(135deg,#071d2b,#0f4351);border-radius:36px;padding:52px 58px;display:flex;align-items:center;justify-content:space-between;gap:40px;color:#fff;overflow:hidden;position:relative}.cta-panel:before{content:"";position:absolute;width:470px;height:470px;border:1px solid rgba(84,230,181,.16);border-radius:50%;inset-inline-end:-150px;bottom:-300px}.cta-panel:after{content:"";position:absolute;width:260px;height:260px;background:radial-gradient(circle,rgba(243,199,107,.18),transparent 67%);inset-inline-start:25%;top:-140px}.cta-copy{position:relative;z-index:2}.cta-copy h2{font-size:clamp(29px,4vw,45px);margin:0 0 11px;line-height:1.4}.cta-copy p{color:#b8cdd3;margin:0;max-width:710px;font-size:13px}.cta-actions{position:relative;z-index:2;display:flex;flex-direction:column;gap:10px;min-width:220px}.cta-panel .button-light{background:#fff;color:#071d2b;border:0}.cta-panel .button-ghost{color:#fff;border-color:rgba(255,255,255,.25)}

/* Inner hero / projects listing */
.inner-hero{background:radial-gradient(circle at 20% 30%,rgba(84,230,181,.13),transparent 30%),linear-gradient(145deg,#071d2b,#0c3a48);color:#fff;padding:90px 0 82px;position:relative;overflow:hidden}.inner-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px}.inner-hero-content{position:relative;z-index:2;max-width:850px}.inner-hero h1{font-size:clamp(39px,5.5vw,65px);line-height:1.35;margin:0 0 17px;letter-spacing:-1.6px}.inner-hero p{font-size:16px;color:#bfd0d5;max-width:770px;margin:0}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:10px;color:#a7bbc2;margin-bottom:25px}.breadcrumbs a{color:var(--mint)}
.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:30px;align-items:start}.catalog-sidebar,.catalog-main{min-width:0;max-width:100%}.catalog-sidebar{background:#fff;border:1px solid var(--line);border-radius:23px;padding:20px;position:sticky;top:135px}.catalog-sidebar h2{font-size:14px;margin:0 0 15px}.catalog-filter{display:grid;gap:7px;min-width:0;max-width:100%}.catalog-filter a{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:11px;padding:9px 11px;font-size:11px;color:#526973}.catalog-filter a:hover,.catalog-filter a.active{background:#eaf6f3;color:var(--brand-primary);font-weight:800}.catalog-filter b{font-size:9px;background:#f0f4f3;border-radius:999px;padding:2px 7px}.catalog-main .project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.catalog-summary p{margin:0;color:var(--ink-soft);font-size:12px}.catalog-summary strong{color:var(--ink)}

/* Product detail */
.product-hero{padding:78px 0 65px;background:linear-gradient(180deg,#f2f8f6,#fbfdfc);position:relative;overflow:hidden}.product-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 10%,var(--project-glow,rgba(15,118,110,.12)),transparent 30%)}
.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:65px;align-items:center;position:relative}.product-hero-grid>*{min-width:0;max-width:100%}.back-link{display:inline-flex;align-items:center;gap:7px;color:var(--ink-soft);font-size:11px;font-weight:700;margin-bottom:23px}.back-link:hover{color:var(--brand-primary)}
.product-title{display:flex;align-items:center;gap:18px;margin-bottom:18px;min-width:0}.product-title>div{min-width:0}.product-title-mark{width:82px;height:82px;flex:0 0 82px;border-radius:23px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);display:grid;place-items:center;padding:10px;overflow:hidden}.product-title-mark img{width:100%;height:100%;object-fit:contain}.product-title h1{font-size:clamp(34px,4.5vw,58px);line-height:1.3;margin:0;letter-spacing:-1.5px;overflow-wrap:anywhere}.product-title .latin{font-size:13px;color:var(--ink-soft);font-weight:700;margin-top:3px;direction:ltr;text-align:right;overflow-wrap:anywhere}
.product-lead{font-size:16px;color:#425c67;margin:0 0 22px;max-width:760px}.badge-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 27px}.badge-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 11px;color:#506872;font-size:9.5px;font-weight:800}.product-actions{display:flex;flex-wrap:wrap;gap:10px}.demo-credentials{margin-top:17px;background:#eaf7f3;border:1px solid #cae8df;border-radius:15px;padding:13px 16px;font-size:11px;color:#2f5a54;display:flex;gap:18px;flex-wrap:wrap}.demo-credentials code{direction:ltr;unicode-bidi:isolate;background:rgba(255,255,255,.7);padding:2px 6px;border-radius:5px}
.product-preview{background:rgba(255,255,255,.86);border:1px solid #d5e4e1;border-radius:30px;padding:15px;box-shadow:var(--shadow-lg);position:relative}.product-preview:after{content:"";position:absolute;inset:20px -20px -20px 20px;border:1px solid #dce8e5;border-radius:30px;z-index:-1}.product-preview-frame{background:#eef4f2;border-radius:20px;overflow:hidden;min-height:390px;display:grid;place-items:center;position:relative}.product-preview-frame img{max-height:360px;width:100%;object-fit:contain;padding:22px}.preview-label{position:absolute;bottom:13px;inset-inline-start:13px;background:rgba(7,29,43,.88);color:#fff;border-radius:10px;padding:7px 10px;font-size:9px;backdrop-filter:blur(8px)}
.product-facts{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-sm);margin-top:45px;position:relative;z-index:2}.product-fact{padding:18px 22px;border-inline-end:1px solid var(--line)}.product-fact:last-child{border:0}.product-fact span{display:block;color:var(--ink-soft);font-size:9px}.product-fact strong{font-size:12px}
.product-nav-wrap{position:sticky;top:116px;z-index:70;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(15px);max-width:100%;overflow:hidden}.product-nav{display:flex;align-items:center;gap:7px;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:none;padding-block:10px}.product-nav::-webkit-scrollbar{display:none}.product-nav a{white-space:nowrap;padding:9px 13px;border-radius:10px;color:#526872;font-size:10px;font-weight:800}.product-nav a:hover,.product-nav a.active{background:#eaf6f3;color:var(--brand-primary)}
.content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:start}.prose h2{font-size:clamp(29px,4vw,45px);line-height:1.4;margin:0 0 17px;letter-spacing:-1px}.prose h3{font-size:21px}.prose p{color:var(--ink-soft);font-size:14px;margin:0 0 16px}.prose ul,.prose ol{color:var(--ink-soft)}
.summary-card{background:#fff;border:1px solid var(--line);border-radius:23px;padding:9px 23px;box-shadow:var(--shadow-sm)}.summary-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.summary-row:last-child{border:0}.summary-row span{color:var(--ink-soft);font-size:10px}.summary-row strong{font-size:11px;text-align:end}
.beneficiary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.beneficiary-card{background:#0a2838;border:1px solid #163e50;border-radius:20px;padding:22px;min-height:205px;position:relative;overflow:hidden}.beneficiary-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:var(--project-accent,var(--mint));opacity:.07;inset-inline-end:-38px;bottom:-40px}.beneficiary-index{font-size:9px;color:var(--mint);font-weight:900}.beneficiary-card h3{font-size:16px;margin:21px 0 8px}.beneficiary-card p{color:#a9bdc5;font-size:11px;margin:0}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:21px;padding:22px;transition:.2s}.feature-card:hover{border-color:#bfd8d2;transform:translateY(-3px);box-shadow:var(--shadow-sm)}.feature-card-icon{width:45px;height:45px;border-radius:14px;background:#e9f7f3;color:var(--brand-primary);display:grid;place-items:center}.feature-card h3{font-size:15px;margin:16px 0 6px}.feature-card p{font-size:11.5px;color:var(--ink-soft);margin:0}
.workflow-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start}.workflow-sticky{position:sticky;top:180px}.workflow-list{list-style:none;margin:0;padding:0;counter-reset:workflow}.workflow-list li{display:grid;grid-template-columns:46px 1fr;gap:14px;position:relative;padding-bottom:13px}.workflow-list li:before{content:"";position:absolute;top:46px;bottom:0;inset-inline-start:22px;width:1px;background:#d6e3e0}.workflow-list li:last-child:before{display:none}.workflow-number{width:46px;height:46px;border-radius:15px;background:var(--dark);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900;position:relative;z-index:2}.workflow-content{background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 16px;min-height:46px}.workflow-content h3{font-size:12px;margin:0 0 3px}.workflow-content p{font-size:10px;color:var(--ink-soft);margin:0}
.value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.value-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:20px;display:flex;gap:14px}.value-card>span{width:39px;height:39px;border-radius:12px;background:#e8f6f2;color:var(--brand-primary);display:grid;place-items:center;flex:0 0 39px}.value-card h3{font-size:14px;margin:0 0 5px}.value-card p{font-size:11px;color:var(--ink-soft);margin:0}
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.gallery-item{background:#fff;border:1px solid var(--line);border-radius:23px;overflow:hidden;margin:0;cursor:zoom-in;transition:.22s}.gallery-item:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.gallery-image{height:285px;background:#eef4f2;position:relative;display:grid;place-items:center;overflow:hidden}.gallery-image img{width:100%;height:100%;object-fit:contain;padding:8px}.gallery-zoom{position:absolute;bottom:13px;inset-inline-end:13px;width:39px;height:39px;border-radius:12px;background:rgba(7,29,43,.84);color:#fff;display:grid;place-items:center}.gallery-item figcaption{padding:17px 19px}.gallery-item figcaption strong{font-size:13px;display:block}.gallery-item figcaption span{color:var(--ink-soft);font-size:10px;display:block;margin-top:3px}
.tech-cloud{display:flex;flex-wrap:wrap;gap:9px}.tech-cloud span{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px 13px;font-size:10px;font-weight:800}.tech-cloud svg{color:var(--brand-primary)}
.share-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.share-row button,.share-row a{border:1px solid var(--line);background:#fff;border-radius:11px;padding:9px 12px;display:inline-flex;align-items:center;gap:7px;color:#4d6570;font-size:10px;font-weight:800}.share-row button:hover,.share-row a:hover{border-color:var(--brand-primary);color:var(--brand-primary)}
.lightbox{position:fixed;inset:0;background:rgba(3,16,24,.94);z-index:500;display:grid;place-items:center;padding:35px}.lightbox[hidden]{display:none}.lightbox-inner{max-width:min(1280px,94vw);max-height:92vh;display:flex;flex-direction:column;align-items:center;gap:13px}.lightbox img{max-height:82vh;max-width:100%;object-fit:contain;background:#fff;border-radius:17px;box-shadow:0 35px 90px #000}.lightbox-caption{color:#fff;text-align:center;font-size:12px}.lightbox-close{position:absolute;top:20px;inset-inline-end:20px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.09);color:#fff;display:grid;place-items:center}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.related-grid .project-card-cover{height:200px}

/* General inner pages */
.content-card{background:#fff;border:1px solid var(--line);border-radius:25px;padding:31px;box-shadow:var(--shadow-sm)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.about-visual{background:linear-gradient(145deg,#071d2b,#0c3c4a);border-radius:31px;min-height:490px;padding:35px;position:relative;overflow:hidden;color:#fff}.about-visual:before{content:"";position:absolute;width:390px;height:390px;border:1px solid rgba(84,230,181,.15);border-radius:50%;right:-140px;top:-140px}.about-visual-cards{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:14px;height:100%;align-content:center}.about-visual-card{background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:20px;backdrop-filter:blur(10px)}.about-visual-card:nth-child(2){transform:translateY(30px)}.about-visual-card:nth-child(3){transform:translateY(-15px)}.about-visual-card span{color:var(--mint);font-weight:900;font-size:24px;display:block}.about-visual-card p{font-size:10px;color:#bdd0d6;margin:6px 0 0}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.values-card{background:#fff;border:1px solid var(--line);border-radius:21px;padding:24px}.values-card span{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:#e9f6f3;color:var(--brand-primary)}.values-card h3{font-size:16px;margin:16px 0 7px}.values-card p{font-size:11px;color:var(--ink-soft);margin:0}
.service-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-detail-card{background:#fff;border:1px solid var(--line);border-radius:23px;padding:25px;min-height:280px}.service-detail-card .service-card-icon{margin-bottom:18px}.service-detail-card h2{font-size:18px;margin:0 0 9px}.service-detail-card p{font-size:12px;color:var(--ink-soft)}.service-detail-card ul{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:8px}.service-detail-card li{display:flex;align-items:flex-start;gap:8px;font-size:10px;color:#526973}.service-detail-card li svg{color:var(--brand-primary);margin-top:2px}
.page-prose{max-width:930px;margin:auto}.page-prose h1,.page-prose h2,.page-prose h3{line-height:1.5}.page-prose p,.page-prose li{color:var(--ink-soft);font-size:13px}.page-prose img{border-radius:20px}.page-prose a{color:var(--brand-primary);text-decoration:underline}.legal-operator{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;background:var(--surface-tint);border:1px solid var(--line);border-radius:15px;padding:14px 17px;margin-bottom:26px}.legal-operator strong{font-size:14px}.legal-operator a{font-size:13px;overflow-wrap:anywhere}

/* Contact */
.contact-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:30px;align-items:start}.contact-layout>*{min-width:0;max-width:100%}.contact-aside{background:linear-gradient(145deg,#071d2b,#0c3a49);color:#fff;border-radius:27px;padding:30px;position:sticky;top:145px;overflow:hidden}.contact-aside:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;border:1px solid rgba(84,230,181,.15);inset-inline-end:-120px;bottom:-130px}.contact-aside h2{font-size:25px;margin:0 0 10px}.contact-aside>p{color:#b6cbd1;font-size:12px;margin:0 0 25px}.contact-methods{display:grid;gap:10px}.contact-method{display:flex;align-items:center;gap:11px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px;position:relative;z-index:2}.contact-method>span:first-child{width:37px;height:37px;border-radius:11px;background:rgba(84,230,181,.13);color:var(--mint);display:grid;place-items:center}.contact-method small{display:block;color:#9db4bc;font-size:8px}.contact-method strong{font-size:10px;font-weight:700}.inquiry-card{background:#fff;border:1px solid var(--line);border-radius:27px;padding:31px;box-shadow:var(--shadow-sm)}.inquiry-card h2{font-size:27px;margin:0 0 7px}.inquiry-card>p{font-size:12px;color:var(--ink-soft);margin:0 0 25px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{display:grid;gap:7px}.form-grid label>span{font-size:10px;font-weight:800;color:#405965}.form-grid label b{color:var(--danger)}.form-full{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid var(--line-strong);background:#fbfdfc;border-radius:12px;padding:11px 13px;outline:none;color:var(--ink);font-size:12px;transition:.18s}.form-grid input,.form-grid select{height:46px}.form-grid textarea{resize:vertical;min-height:140px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 4px rgba(15,118,110,.08);background:#fff}.consent{display:flex!important;grid-template-columns:18px 1fr!important;align-items:flex-start;gap:9px!important}.consent input{width:17px!important;height:17px!important;margin-top:4px}.consent span{font-weight:500!important;color:var(--ink-soft)!important;line-height:1.8}.inquiry-form .button{margin-top:20px}.form-status{font-size:11px;margin:10px 0 0;color:var(--ink-soft)}.form-status.success{color:var(--success)}.form-status.error{color:var(--danger)}

/* Footer */
.site-footer{background:#061d2b;color:#d9e6e9;padding:72px 0 0;position:relative;overflow:hidden}.footer-glow{position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(84,230,181,.1),transparent 68%);inset-inline-start:-230px;top:-330px}.footer-grid{display:grid;grid-template-columns:1.4fr .65fr .85fr 1.1fr;gap:45px;position:relative;z-index:2}.brand-footer{min-width:0}.brand-footer img{box-shadow:none}.brand-footer strong{color:#fff}.brand-footer small{color:#9db4bc}.footer-brand>p{color:#aabfc6;font-size:11px;max-width:360px;margin:18px 0}.footer-socials{display:flex;gap:8px}.footer-socials a{width:35px;height:35px;border-radius:10px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);display:grid;place-items:center;font-size:10px}.footer-socials a:hover{background:var(--brand-primary)}.footer-column h2,.footer-newsletter h2{font-size:13px;color:#fff;margin:0 0 17px}.footer-column{display:flex;flex-direction:column;gap:9px}.footer-column a,.footer-column>span{display:flex;align-items:center;gap:7px;color:#a9bec5;font-size:10px}.footer-column a:hover{color:var(--mint)}.footer-newsletter p{font-size:10px;color:#a9bec5;margin:0 0 13px}.footer-newsletter small{font-size:8px;color:#728d97;display:block;margin-top:8px}.newsletter-form{height:46px;display:flex;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11);border-radius:13px;overflow:hidden}.newsletter-form:focus-within{border-color:rgba(84,230,181,.5)}.newsletter-form input{flex:1;min-width:0;border:0;background:transparent;color:#fff;outline:0;padding:0 13px;direction:ltr;text-align:left;font-size:11px}.newsletter-form button{width:46px;border:0;background:var(--brand-primary);color:#fff;display:grid;place-items:center}.footer-bottom{margin-top:55px;border-top:1px solid rgba(255,255,255,.09);min-height:65px;display:flex;align-items:center;justify-content:space-between;color:#7f9aa4;font-size:9px;position:relative;z-index:2}.footer-version{direction:ltr}.back-to-top{position:fixed;z-index:90;bottom:22px;inset-inline-end:22px;width:43px;height:43px;border-radius:13px;border:0;background:var(--dark);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(10px) rotate(-90deg);transition:.2s}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0) rotate(-90deg)}

/* Responsive */
@media(max-width:1120px){
  .primary-nav>a:not(.button){padding-inline:9px}.brand{min-width:auto}.brand-copy small{display:none}
  .hero-grid,.product-hero-grid{gap:40px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid{grid-template-columns:repeat(2,1fr)}
  .beneficiary-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.2fr .7fr .8fr}.footer-newsletter{grid-column:1/-1;max-width:520px}
  .service-detail-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .header-top{display:none}.navbar{min-height:72px}.site-header{top:0}.menu-toggle{display:grid}.primary-nav{position:fixed;top:72px;right:16px;left:16px;max-height:calc(100vh - 95px);overflow:auto;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:var(--shadow-lg)}.primary-nav.open{display:flex}.primary-nav>a:not(.button){padding:12px 14px}.nav-cta{margin:5px 0 0}.language-switch{width:auto}.brand-mark-image{width:45px;height:45px;border-radius:14px}.brand strong{font-size:15px}
  .hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-block:75px}.hero-showcase{max-width:650px;width:100%;margin:auto}.showcase-float-a{inset-inline-start:5px}.showcase-float-b{inset-inline-end:4px}.metrics-row{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-inline-end:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .capability-strip,.content-grid,.workflow-layout,.about-grid,.contact-layout{grid-template-columns:minmax(0,1fr)}.capability-visual{order:2}.process-grid{grid-template-columns:repeat(2,1fr)}.process-card:nth-child(2){border-inline-end:0}.process-card:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}
  .testimonial-grid{grid-template-columns:1fr 1fr}.catalog-layout,.product-hero-grid{grid-template-columns:minmax(0,1fr)}.catalog-sidebar{position:static}.catalog-filter{display:flex;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain}.catalog-filter a{white-space:nowrap;flex:0 0 auto}.product-nav-wrap{top:72px}.workflow-sticky,.contact-aside{position:static}.product-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.product-fact:nth-child(2){border-inline-end:0}.product-fact:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .beneficiary-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-newsletter{grid-column:1/-1}.related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){.brand{min-width:0}.brand .brand-logo-image{width:min(210px,calc(100vw - 112px));height:50px}}
@media(max-width:650px){
  .container{width:min(calc(100% - 24px),var(--container))}.section{padding:70px 0}.section-sm{padding:50px 0}.section-head{align-items:stretch;flex-direction:column;margin-bottom:30px}.section-head h2{font-size:31px}.section-actions{width:100%}.section-actions .button{width:100%}
  .hero-grid{padding-block:58px;gap:35px}.hero-copy h1{font-size:40px;letter-spacing:-1px}.hero-copy>p{font-size:15px}.hero-actions .button{width:100%}.hero-showcase{min-height:370px}.showcase-shell{transform:none!important;padding:9px;border-radius:22px}.showcase-window{min-height:325px}.showcase-body{grid-template-columns:78px 1fr;min-height:280px}.showcase-content{padding:13px}.showcase-nav{padding:13px 8px}.showcase-kpis{gap:5px}.showcase-kpis span{height:54px}.showcase-chart{height:110px;padding:12px;gap:5px}.showcase-float{display:none}.metrics-row{grid-template-columns:1fr 1fr}.metric{padding:18px 15px;gap:10px}.metric-icon{width:38px;height:38px;border-radius:12px}.metric strong{font-size:19px}.metric span{font-size:9px}
  .project-toolbar{align-items:stretch;flex-direction:column;min-width:0}.project-toolbar>*{width:100%;min-width:0}.search-field{min-width:0;width:100%}.filter-select{width:100%;min-width:0}.project-grid,.catalog-main .project-grid{grid-template-columns:minmax(0,1fr)}.project-card,.project-card-cover,.project-card-body{min-width:0;max-width:100%}.project-card-cover{height:220px}.service-grid,.service-detail-grid,.testimonial-grid,.values-grid{grid-template-columns:minmax(0,1fr)}.service-card{min-height:235px}.capability-visual{min-height:390px;padding:20px}.capability-core{width:180px;height:180px}.capability-core:before{inset:-42px}.capability-core:after{inset:-80px}.node-1{top:35px;inset-inline-start:18px}.node-2{top:56px;inset-inline-end:16px}.node-3{bottom:52px;inset-inline-start:24px}.node-4{bottom:32px;inset-inline-end:19px}.process-grid{grid-template-columns:minmax(0,1fr)}.process-card{border-inline-end:0;border-bottom:1px solid rgba(255,255,255,.09)!important}.process-card:last-child{border-bottom:0!important}.cta-panel{padding:34px 24px;flex-direction:column;align-items:flex-start}.cta-actions{width:100%;min-width:0}.cta-actions .button{width:100%}
  .inner-hero{padding:60px 0}.inner-hero h1{font-size:38px}.product-hero{padding:52px 0}.product-title{align-items:flex-start}.product-title-mark{width:64px;height:64px;flex-basis:64px;border-radius:18px}.product-title h1{font-size:32px}.product-lead{font-size:14px}.product-actions .button{width:100%}.product-preview-frame{min-height:280px}.product-preview-frame img{max-height:270px}.product-preview:after{display:none}.product-facts{margin-top:28px}.beneficiary-grid,.feature-grid,.value-grid,.gallery-grid,.related-grid{grid-template-columns:1fr}.beneficiary-card{min-height:auto}.gallery-image{height:230px}.product-nav a{padding:8px 10px}.content-card{padding:22px}.about-visual{min-height:400px;padding:20px}.about-visual-card{padding:15px}.contact-aside,.inquiry-card{padding:23px}.form-grid{grid-template-columns:1fr}.form-full{grid-column:auto}.inquiry-form .button{width:100%}.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-newsletter{grid-column:auto}.footer-bottom{flex-direction:column;justify-content:center;gap:4px;text-align:center}.flash-stack{top:85px;inset-inline:12px;width:auto}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media print{.site-header,.site-footer,.back-to-top,.product-nav-wrap,.hero-actions,.product-actions,.share-row,.cta-section{display:none!important}body{background:#fff;color:#000}.section,.product-hero{padding:30px 0}.project-card,.feature-card,.beneficiary-card{break-inside:avoid;box-shadow:none}}
.filter-select{min-height:48px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);padding:0 14px;outline:0;min-width:190px}.filter-select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-primary) 12%,transparent)}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:32px;flex-wrap:wrap}.catalog-pagination a,.catalog-pagination span{width:40px;height:40px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;background:#fff;font-weight:800;font-size:12px}.catalog-pagination a:hover{border-color:var(--brand-primary);color:var(--brand-primary);transform:translateY(-2px)}.catalog-pagination span{background:var(--brand-secondary);border-color:var(--brand-secondary);color:#fff}.catalog-pagination i{font-style:normal;color:var(--muted)}
.narrow-container{width:min(680px,100%)}.unsubscribe-card{max-width:680px;margin-inline:auto}.form-success-block{text-align:center;display:grid;justify-items:center;gap:12px;padding:24px}.form-success-block>svg{color:var(--brand-primary)}.form-success-block h2,.form-success-block p{margin:0}.inline-alert{padding:11px 13px;border-radius:12px;margin:12px 0;font-size:.92rem}.inline-alert-danger{background:#fff1f1;color:#a83434;border:1px solid #f3c9c9}
.faq-layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:48px;align-items:start}.faq-intro{position:sticky;top:118px}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(6,29,43,.045)}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;cursor:pointer;font-weight:800;color:var(--ink)}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{flex:0 0 auto;transition:transform .2s;color:var(--brand-primary)}.faq-list details[open] summary svg{transform:rotate(45deg)}.faq-list details>div{padding:0 20px 18px}.faq-list p{margin:0;color:var(--muted);line-height:2}@media(max-width:820px){.faq-layout{grid-template-columns:1fr;gap:24px}.faq-intro{position:static}}

/* Final public readability pass: supporting text stays legible on mobile. */
.brand small,.eyebrow,.hero-trust,.showcase-top b,.showcase-float,.metric span,.filter-pill,.project-card-foot a,.service-card a,.capability-node,.process-card:before,.catalog-filter a,.back-link,.demo-credentials,.beneficiary-card p,.feature-card p,.value-card p,.gallery-item figcaption span,.tech-cloud span,.share-row button,.share-row a,.about-visual-card p,.values-card p,.service-detail-card li,.contact-method strong,.form-status,.footer-brand>p,.footer-column a,.footer-column>span,.footer-newsletter p,.footer-newsletter small,.newsletter-form input,.footer-bottom{font-size:12px}
.project-stage,.featured-pin,.project-card-meta,.catalog-filter b,.badge-row span,.preview-label,.product-fact span,.beneficiary-index{font-size:11px}
.breadcrumbs,.product-nav a,.summary-row span,.workflow-number,.workflow-content p{font-size:12px}
.contact-method small{font-size:12px}.contact-method strong{font-size:13px}.form-grid label>span{font-size:13px}.form-grid input,.form-grid select,.form-grid textarea{font-size:14px}.consent span{font-size:13px!important}
.footer-socials a{font-size:12px}.footer-column h2,.footer-newsletter h2{font-size:15px}.footer-version{opacity:.72}.newsletter-status{margin:8px 0 0;color:#b8cdd3}.newsletter-status.success{color:var(--mint)}.newsletter-status.error{color:#ffb8b8}
@media(max-width:650px){.metric span{font-size:12px}.product-nav a{font-size:12px;min-height:42px;display:flex;align-items:center}.footer-column a,.footer-column>span,.footer-newsletter p,.footer-newsletter small{font-size:13px}}

/* Final typography, touch and bidirectional refinements. */
html[dir="rtl"] .brand strong,
html[dir="rtl"] .eyebrow,
html[dir="rtl"] .section-head h2,
html[dir="rtl"] .hero-copy h1,
html[dir="rtl"] .project-card h3,
html[dir="rtl"] .capability-copy h2,
html[dir="rtl"] .inner-hero h1,
html[dir="rtl"] .product-title h1,
html[dir="rtl"] .brand strong,html[dir="rtl"] .hero-copy h1,html[dir="rtl"] .section-head h2,html[dir="rtl"] .project-card h3,html[dir="rtl"] .capability-copy h2,html[dir="rtl"] .inner-hero h1,html[dir="rtl"] .product-title h1,html[dir="rtl"] .prose h2{letter-spacing:0}
.product-title .latin{letter-spacing:0;text-align:start}
.project-card p,.service-card p,.process-card p,.testimonial-card blockquote,.service-detail-card p{font-size:13px}
.product-card-meta,.project-card-meta,.project-card-foot>span{font-size:12px;color:var(--ink-soft)}
.product-fact span,.summary-row span,.summary-row strong,.workflow-content p,.gallery-item figcaption span,.tech-cloud span,.share-row button,.share-row a{font-size:12px}
.product-fact strong,.workflow-content h3,.gallery-item figcaption strong{font-size:14px}
.form-grid input,.form-grid select,.form-grid textarea,.newsletter-form input{font-size:14px}
.contact-method>div,.footer-column,.header-top-links{min-width:0}
.contact-method strong,.footer-column a,.footer-column>span,.header-top-links a{overflow-wrap:anywhere;word-break:break-word}
.summary-row strong,.tech-cloud span,.badge-row span,.demo-credentials code{min-width:0;overflow-wrap:anywhere;word-break:break-word}
.filter-pill,.project-card-foot a,.service-card a,.text-link,.share-row button,.share-row a,.product-nav a,.catalog-filter a{min-height:44px;align-items:center}
.footer-socials a{width:44px;height:44px}
.footer-column a{min-height:44px}
.gallery-zoom,.back-to-top{width:44px;height:44px}
.catalog-pagination a,.catalog-pagination span{width:44px;height:44px}
.primary-nav{overscroll-behavior:contain}
.gallery-item[role="button"]:focus-visible{outline:3px solid var(--brand-primary);outline-offset:4px}
:where(a,button,[role="button"]):focus-visible{outline:3px solid var(--brand-primary);outline-offset:3px}
.testimonial-person span,.badge-row span{font-size:12px}
.button-small{min-height:44px}.flash [data-flash-close]{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px}
section[id]{scroll-margin-top:190px}
@media(max-width:900px){
  html{scroll-padding-top:150px}
  .primary-nav{max-height:calc(100vh - 95px);max-height:calc(100dvh - 95px)}
  .search-field input,.form-grid input,.form-grid select,.form-grid textarea,.newsletter-form input{font-size:16px}
  section[id]{scroll-margin-top:150px}
}
@media(max-width:650px){
  .search-field input,.form-grid input,.form-grid select,.form-grid textarea,.newsletter-form input{font-size:16px}
  .form-grid label>span,.consent span{font-size:13px!important}
  .contact-method strong{font-size:14px}
  .project-stage,.featured-pin,.catalog-filter b,.preview-label{font-size:12px}
  .product-nav a{min-height:44px}
  .service-card{min-height:260px}
}
