img{display:block;max-width:100%;}
a{text-decoration:none;color:inherit;}
.container{
  max-width:1200px;
  margin:0 auto;
  padding:0 40px;}
.home-main{
  background:var(--surface);
  color:var(--ink); }
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background:#e6eef3;}
::-webkit-scrollbar-thumb{background:var(--brand);border-radius:4px;}
.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:140px 40px 100px;
  overflow:hidden;
  background:var(--ink); }
#hero-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:0;
  display:block; }
.hero-noise{
  position:absolute;inset:0;z-index:1;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events:none;
  opacity:.5; }
.hero-glow{
  position:absolute;
  width:800px;height:800px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(31,135,164,0.2) 0%, transparent 65%);
  top:-200px;right:-200px;
  z-index:1;
  animation:breathe 8s ease-in-out infinite;
  pointer-events:none; }
.hero-glow-2{
  position:absolute;
  width:600px;height:600px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(31,135,164,0.1) 0%, transparent 60%);
  bottom:-200px;left:-100px;
  z-index:1;
  animation:breathe 10s ease-in-out infinite reverse;
  pointer-events:none; }
@keyframes breathe{
  0%,100%{transform:scale(1);opacity:1;}
  50%{transform:scale(1.1);opacity:.7;} }
.hero-inner{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
  width:100%;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:80px;
  align-items:center; }
.hero-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:rgba(31,135,164,0.08);
  border:1px solid rgba(31,135,164,0.3);
  color:var(--brand-lt);
  padding:8px 18px;
  border-radius:50px;
  font-size:1.05rem;
  font-weight:600;
  letter-spacing:0.14em;
  text-transform:uppercase;
  margin-bottom:28px; }
.hero-pulse{
  width:7px;height:7px;
  border-radius:50%;
  background:var(--brand-lt);
  animation:pulse-dot 2s infinite; }
@keyframes pulse-dot{
  0%,100%{opacity:1;transform:scale(1);}
  50%{opacity:.5;transform:scale(1.3);} }
.hero h1{
  font-family:var(--ff-head);
  font-size:clamp(44px, 6vw, 64px);
  font-weight:700;
  line-height:1.04;
  letter-spacing:-0.03em;
  color:#fff;
  margin-bottom:28px; }
.hero h1 .accent{
  color:var(--brand-lt);
  display:inline-block;
  position:relative; }
.hero h1 .underline-anim{
  position:relative; }
.hero h1 .underline-anim::after{
  content:"";
  position:absolute;
  bottom:-4px;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg, var(--brand), var(--brand-lt));
  border-radius:2px;
  transform-origin:left;
  animation:line-in 1.2s 0.8s ease forwards;
  transform:scaleX(0); }
@keyframes line-in{
  to{transform:scaleX(1);} }
.hero-desc{
  font-size:1.3rem;
  color:rgba(255,255,255,0.72);
  line-height:1.8;
  max-width:520px;
  font-weight:400;
  margin-bottom:44px; }
.hero-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:56px; }
.btn-solid{
  background:var(--brand);
  color:#fff;
  padding:15px 32px;
  border-radius:10px;
  font-family:var(--ff-head);
  font-size: 1.2rem;
  font-weight:600;
  letter-spacing:0.01em;
  transition:background .25s,transform .25s,box-shadow .25s;
  position:relative;
  overflow:hidden; }
.btn-solid::before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,0.15),transparent);
  transform:translateX(-100%);
  transition:.5s; }
.btn-solid:hover::before{transform:translateX(100%);}
.btn-solid:hover{
  background:var(--brand-lt);
  transform:translateY(-2px);
  box-shadow:0 20px 50px rgba(31,135,164,0.35); }
.btn-outline{
  background:transparent;
  border:1px solid rgba(255,255,255,0.18);
  color:#fff;
  padding:15px 32px;
  border-radius:10px;
  font-size: 1.2rem;
  font-weight:500;
  transition:border-color .25s,background .25s;
  display:flex;align-items:center;gap:8px; }
.btn-outline:hover{
  border-color:rgba(255,255,255,0.4);
  background:rgba(255,255,255,0.06); }
.btn-outline svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;}
/* .hero-trust{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap; }
.trust-faces{
  display:flex; }
.trust-face{
  width:34px;height:34px;
  border-radius:50%;
  border:2px solid var(--ink);
  margin-left:-10px;
  font-family:var(--ff-head);
  font-size:1.1rem;font-weight:600;
  display:flex;align-items:center;justify-content:center;
  color:#fff; }
.trust-face:first-child{margin-left:0;}
.trust-face:nth-child(1){background:linear-gradient(135deg,#1f87a4,#50b4d2);}
.trust-face:nth-child(2){background:linear-gradient(135deg,#0a6478,#1f87a4);}
.trust-face:nth-child(3){background:linear-gradient(135deg,#50b4d2,#1f87a4);}
.trust-face:nth-child(4){background:linear-gradient(135deg,#1f87a4,#0a6478);}
.trust-text{
  font-size:15px;
  color:rgba(255,255,255,0.72);
  font-weight:400; }
.trust-text strong{
  color:#fff;
  font-weight:600; } */
.hero-metrics{
  display:flex;
  flex-direction:column;
  gap:16px; }
.metric-card{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:var(--radius);
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  transition:border-color .3s,background .3s;
  cursor:default; }
.metric-card:hover{
  border-color:var(--edge-b);
  background:rgba(31,135,164,0.08); }
.metric-card-left{
  display:flex;align-items:center;gap:16px; }
.metric-icon{
  width:44px;height:44px;
  border-radius:10px;
  background:var(--brand-dim);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0; }
.metric-icon svg{
  width:20px;height:20px;
  stroke:var(--brand-lt);
  stroke-width:1.8;fill:none; }
.metric-label{
  font-size:1.1rem;
  color:rgba(255,255,255,0.6);
  font-weight:400;
  margin-bottom:3px; }
.metric-val{
  font-family:var(--ff-head);
  font-size:22px;
  font-weight:600;
  color:#fff; }
.metric-badge{
  font-size:11px;
  font-weight:600;
  background:rgba(31,135,164,0.15);
  color:var(--brand-lt);
  border:1px solid rgba(31,135,164,0.2);
  padding:4px 10px;
  border-radius:50px;
  white-space:nowrap; }
.metric-badge.green{
  background:rgba(74,222,128,0.1);
  color:#4ade80;
  border-color:rgba(74,222,128,0.2); }
.logos-section{
  padding:56px 0;
  background:var(--white);
  border-top:1px solid var(--light-edge);
  border-bottom:1px solid var(--light-edge);
  overflow:hidden; }
.logos-label{
  text-align:center;
  font-size: 0.95rem;
  font-weight:600;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--ink-light);
  margin-bottom:32px; }
.logos-track{
  display:flex;
  gap:64px;
  width:max-content;
  transition: 0.6s;
  animation:marquee 32s linear infinite; }
.logos-track:hover{animation-play-state:paused;}
.logo-chip{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--ink-mid);
  font-family:var(--ff-head);
  font-size:17px;
  font-weight:600;
  letter-spacing:-0.01em;
  white-space:nowrap;
  transition:color .3s; }
.logo-chip:hover{color:var(--brand);}
.logo-chip svg{
  width:20px;height:20px;
  stroke:currentColor;stroke-width:1.5;fill:none;
  color:var(--brand); }
@keyframes marquee{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);} }
.section-label{
  display:inline-block;
  font-size:12px;
  font-weight:600;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--brand);
  margin-bottom:20px;
  padding:6px 14px;
  border:1px solid rgba(31,135,164,0.25);
  border-radius:4px;
  background:rgba(31,135,164,0.06); }
.section-title{
  font-family:var(--ff-head);
  font-size:clamp(36px,3.8vw,54px);
  font-weight:700;
  line-height:1.08;
  letter-spacing:-0.025em;
  color:var(--ink);
  margin-bottom:20px; }
.section-sub{
  font-size:17px;
  color:var(--light-sub);
  font-weight:400;
  line-height:1.7;
  max-width:540px; }
.section-head{
  margin-bottom:72px; }
.capabilities{
  padding:120px 0;
  position:relative;
  background:var(--surface); }
.cap-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--light-edge);
  border:1px solid var(--light-edge);
  border-radius:var(--radius-lg);
  overflow:hidden; }
.cap-cell{
  background:var(--white);
  padding:44px 36px;
  position:relative;
  overflow:hidden;
  transition:background .3s;
  cursor:default; }
.cap-cell::before{
  content:"";
  position:absolute;
  bottom:0;left:0;right:0;height:0;
  background:linear-gradient(to top, rgba(31,135,164,0.05), transparent);
  transition:height .5s ease; }
.cap-cell:hover::before{height:100%;}
.cap-cell:hover{background:#fbfdfe;}
.cap-num{
  font-family:var(--ff-head);
  font-size:1.2rem;
  font-weight:800;
  color:var(--ink-light);
  letter-spacing:0.1em;
  margin-bottom:24px; }
.cap-icon{
  width:50px;height:50px;
  border-radius:12px;
  background:rgba(31,135,164,0.08);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:22px;
  transition:transform .3s,box-shadow .3s,background .3s; }
.cap-cell:hover .cap-icon{
  transform:translateY(-4px);
  background:linear-gradient(135deg,var(--brand),var(--accent));
  box-shadow:0 16px 32px rgba(31,135,164,0.22); }
.cap-icon svg{
  width:28px;height:28px;
  stroke:var(--brand);
  stroke-width:1.8;fill:none;
  transition:stroke .3s; }
.cap-cell:hover .cap-icon svg{stroke:#fff;}
.cap-cell h3{
  font-family:var(--ff-head);
  font-size:1.5rem;
  font-weight:700;
  color:var(--ink);
  margin-bottom:12px;
  letter-spacing:-0.01em; }
.cap-cell p{
  font-size:1.1rem;
  color:var(--light-sub);
  line-height:1.7;
  font-weight:500; }
.cap-arrow{
  position:absolute;
  bottom:28px;right:28px;
  width:32px;height:32px;
  border:1px solid var(--light-edge);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .3s,transform .3s; }
.cap-arrow svg{
  width:24px;height:24px;
  stroke:var(--brand);
  stroke-width:2;fill:none; }
.cap-cell:hover .cap-arrow{opacity:1;transform:translateY(0);}
.ecosystem{
  padding:0 0 120px;
  padding-top:120px;
  background:var(--surface); }
.bento{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-template-rows:auto;
  gap:16px; }
.bento-card{
  background:var(--white);
  border:1px solid var(--light-edge);
  border-radius:var(--radius-lg);
  padding:34px;
  position:relative;
  overflow:hidden;
  transition:border-color .3s,transform .3s,box-shadow .3s; }
.bento-card:hover{
  border-color:rgba(31,135,164,0.25);
  transform:translateY(-4px);
  box-shadow:0 24px 48px rgba(31,135,164,0.07); }
.bento-card h3{
  font-family:var(--ff-head);
  font-size:21px;font-weight:600;
  color:var(--ink);margin-bottom:10px;
  letter-spacing:-0.01em; }
.bento-card p{
  font-size:15px;color:var(--light-sub);
  line-height:1.7;font-weight:400; }
.bento-1{grid-column:span 5;grid-row:span 2;}
.bento-2{grid-column:span 7;}
.bento-3{grid-column:span 4;}
.bento-4{grid-column:span 3;}
.bento-5{grid-column:span 5;}
.bento-big-num{
  font-family:var(--ff-head);
  font-size:46px;font-weight:700;
  color:var(--brand);
  line-height:1;
  margin-bottom:8px;
  letter-spacing:-0.04em; }
.bento-tag{
  font-size:11px;font-weight:600;
  letter-spacing:0.12em;text-transform:uppercase;
  color:var(--brand);margin-bottom:12px;
  display:block; }
.bento-visual{
  position:absolute;
  bottom:0;right:0;
  width:140px;height:140px;
  opacity:.05; }
.bento-visual svg{
  width:100%;height:100%;
  stroke:var(--brand);stroke-width:1;fill:none; }
.bento-list{
  list-style:none;
  margin-top:16px;
  display:flex;flex-direction:column;gap:8px; }
.bento-list li{
  font-size:15px;color:var(--light-sub);
  display:flex;align-items:center;gap:8px;
  font-weight:400; }
.bento-list li::before{
  content:"";
  width:16px;height:1px;
  background:var(--brand);
  flex-shrink:0; }
.process{
  padding:120px 0;
  background:var(--white);
  position:relative;
  overflow:hidden; }
.process::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(31,135,164,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,135,164,0.035) 1px, transparent 1px);
  background-size:80px 80px;
  pointer-events:none;
  mask-image:radial-gradient(ellipse at center, #000 40%, transparent 80%);
  -webkit-mask-image:radial-gradient(ellipse at center, #000 40%, transparent 80%); }
.process .container{position:relative;z-index:1;}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  position:relative;
  margin-top:72px; }
.process-grid::before{
  content:"";
  position:absolute;
  top:28px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);
  height:1px;
  background:linear-gradient(90deg, var(--brand), rgba(31,135,164,0.25), var(--brand)); }
.process-step{
  text-align:center;
  padding:0 24px;
  position:relative; }
.step-num{
  width:56px;height:56px;
  border-radius:50%;
  border:1px solid rgba(31,135,164,0.25);
  background:var(--white);
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 28px;
  font-family:var(--ff-head);
  font-size:1.3rem;font-weight:700;
  color:var(--brand);
  position:relative;z-index:1;
  transition:background .3s,border-color .3s,box-shadow .3s,color .3s; }
.process-step:hover .step-num{
  background:var(--brand);
  color:#fff;
  box-shadow:0 0 0 8px rgba(31,135,164,0.12); }
.process-step h4{
  font-family:var(--ff-head);
  font-size:1.3rem;font-weight:600;
  color:var(--ink);
  margin-bottom:10px;
  letter-spacing:-0.01em;}
.process-step p{
  font-size:1.1rem;color:var(--light-sub);
  line-height:1.7;font-weight:400; }
.cases{
  padding:120px 0;
  overflow:hidden;
  background:var(--surface); }
.cases-head{
  padding:0 40px;
  max-width:1200px;
  margin:0 auto 56px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px; }
.cases-head .btn-outline{
  border-color:rgba(31,135,164,0.3);
  color:var(--brand); }
.cases-head .btn-outline:hover{
  border-color:var(--brand);
  background:rgba(31,135,164,0.06); }
.cases-scroll{
  overflow-x:auto;
  padding:0 40px 24px;
  scrollbar-width:none;
  display:flex;
  gap:20px;
  cursor:grab;
  user-select:none; }
.cases-scroll::-webkit-scrollbar{display:none;}
.cases-scroll.dragging{cursor:grabbing;}
.case-card{
  flex-shrink:0;
  width:380px;
  background:var(--white);
  border:1px solid var(--light-edge);
  border-radius:var(--radius-lg);
  overflow:hidden;
  transition:border-color .3s,transform .3s,box-shadow .3s; }
.case-card:hover{
  border-color:rgba(37, 124, 148, 0.25);
  transform:translateY(-6px);
  box-shadow:0 24px 48px rgba(31,135,164,0.08); }
.case-thumb{
  height:200px;
  position:relative;
  overflow:hidden;
  background:#0d2230; }
.case-thumb-icon{
  position:absolute;
  inset:0;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover; }
.case-tag-row{
  position:absolute;
  top:16px;left:16px;
  display:flex;gap:8px;
  z-index:2; }
.case-tag{
  font-size:11px;font-weight:600;
  letter-spacing:0.08em;text-transform:uppercase;
  background:rgba(11,22,32,0.7);
  border:1px solid rgba(255,255,255,0.15);
  color:#fff;
  padding:4px 10px;border-radius:4px;
  backdrop-filter:blur(4px); }
.case-body{padding:26px;}
.case-body h3{
  font-family:var(--ff-head);
  font-size:21px;font-weight:600;
  color:var(--ink);margin-bottom:10px;
  letter-spacing:-0.01em; }
.case-body p{
  font-size:15px;color:var(--light-sub);
  line-height:1.65;font-weight:400;
  margin-bottom:20px; }
.case-metrics-row{
  display:flex;gap:16px;
  padding-top:20px;
  border-top:1px solid var(--light-edge); }
.case-metric{
  display:flex;flex-direction:column; }
.case-metric-val{
  font-family:var(--ff-head);
  font-size:15px;font-weight:700;
  color:var(--brand);
  letter-spacing:-0.02em; }
.case-metric-lbl{
  font-size:11px;color:var(--ink-light);
  font-weight:500;text-transform:uppercase;
  letter-spacing:0.06em;
  margin-top:2px; }
.why{
  padding:120px 0;
  background:var(--white); }
.why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--light-edge);
  border:1px solid var(--light-edge);
  border-radius:var(--radius-lg);
  overflow:hidden;
  margin-top:72px; }
.why-cell{
  background:var(--white);
  padding:42px 34px;
  position:relative;
  transition:background .3s;
  cursor:default; }
.why-cell:hover{background:#f7fbfd;}
.why-cell::after{
  content:"";
  position:absolute;
  bottom:0;left:34px;
  width:0;height:2px;
  background:var(--brand);
  transition:width .4s ease; }
.why-cell:hover::after{width:calc(100% - 68px);}
.why-icon{
  width:48px;height:48px;
  border-radius:12px;
  background:rgba(31,135,164,0.08);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:22px; }
.why-icon svg{
  width:22px;height:22px;
  stroke:var(--brand);stroke-width:1.8;fill:none; }
.why-cell h3{
  font-family:var(--ff-head);
  font-size:20px;font-weight:600;
  color:var(--ink);margin-bottom:10px; }
.why-cell p{
  font-size:15px;color:var(--light-sub);
  line-height:1.7;font-weight:400; }
.tech{
  padding:120px 0;
  background:var(--surface);
  position:relative;overflow:hidden; }
.tech-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:72px; }
.tech-card{
  background:var(--white);
  border:1px solid var(--light-edge);
  border-radius:var(--radius);
  padding:34px 28px;
  text-align:center;
  transition:border-color .3s,transform .3s,box-shadow .3s;
  position:relative;overflow:hidden; }
.tech-card:hover{
  border-color:rgba(31,135,164,0.25);
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(31,135,164,0.08); }
.tech-icon{
  margin-bottom:14px;
  height:48px;
  display:flex;align-items:center;justify-content:center; }
.tech-icon svg{width:44px;height:44px;}
.tech-card h4{
  font-family:var(--ff-head);
  font-size:17px;font-weight:600;
  color:var(--ink); }
.tech-card span{
  font-size:1.05rem;color:var(--ink-light);
  font-weight:400;display:block;
  margin-top:4px; }
.testimonials{
  padding:120px 0;
  background:var(--white);
  overflow:hidden; }
.t-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:72px; }
.t-card{
  background:var(--surface);
  border:1px solid var(--light-edge);
  border-radius:var(--radius-lg);
  padding:34px;
  transition:border-color .3s,transform .3s,box-shadow .3s; }
.t-card:hover{
  border-color:rgba(31,135,164,0.25);
  transform:translateY(-6px);
  box-shadow:0 30px 60px rgba(31,135,164,0.08); }
.t-stars{
  display:flex;gap:3px;margin-bottom:16px; }
.t-stars svg{
  width:14px;height:14px;
  fill:#f5a623;stroke:none; }
.t-quote{
  font-family:var(--ff-head);
  font-size:48px;color:var(--brand);
  line-height:1;margin-bottom:8px;
  opacity:.35; }
.t-text{
  font-size: 1.2rem;
  color:var(--ink-mid);
  line-height:1.75;
  font-weight:400;
  margin-bottom:24px; }
.t-user{
  display:flex;align-items:center;gap:12px;
  padding-top:20px;
  border-top:1px solid var(--light-edge); }
.t-avatar{
  width:42px;height:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--ff-head);
  font-size:15px;font-weight:700;
  color:#fff;flex-shrink:0; }
.t-card:nth-child(1) .t-avatar{background:linear-gradient(135deg,#1f87a4,#50b4d2);}
.t-card:nth-child(2) .t-avatar{background:linear-gradient(135deg,#0a6478,#1f87a4);}
.t-card:nth-child(3) .t-avatar{background:linear-gradient(135deg,#50b4d2,#1f87a4);}
.t-name{
  font-family:var(--ff-head);
  font-size:1.1rem;font-weight:600;
  color:var(--ink); }
.t-role{font-size:1.05rem;color:var(--ink-light);font-weight:400;}
.t-link{
  color:var(--brand);
  font-size:1.05rem;font-weight:500;
  margin-top:16px;display:inline-block; }
.stats{
  padding:80px 0;
  background:var(--surface);
  border-top:1px solid var(--light-edge);
  border-bottom:1px solid var(--light-edge); }
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  position:relative; }
.stats-grid::before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(90deg, transparent 24.9%, var(--light-edge) 25%),
    linear-gradient(90deg, transparent 49.9%, var(--light-edge) 50%),
    linear-gradient(90deg, transparent 74.9%, var(--light-edge) 75%);
  pointer-events:none; }
.stat-item{
  text-align:center;
  padding:0 32px; }
.stat-val{
  font-family:var(--ff-head);
  font-size:clamp(40px,5vw,60px);font-weight:700;
  color:var(--brand);
  letter-spacing:-0.04em;
  line-height:1;
  margin-bottom:10px; }
.stat-val sup{font-size:0.45em;}
.stat-lbl{font-size:1.1rem;color:var(--light-sub);
  font-weight:500; }
.cta-section{
  padding:140px 40px;
  background:var(--ink);
  position:relative;overflow:hidden; }
.cta-glow{
  position:absolute;
  width:1000px;height:1000px;border-radius:50%;
  background:radial-gradient(circle, rgba(31,135,164,0.15) 0%, transparent 65%);
  top:-300px;left:50%;
  transform:translateX(-50%);
  animation:breathe 10s ease-in-out infinite;
  pointer-events:none; }
.cta-box{
  max-width:800px;
  margin:0 auto;
  text-align:center;
  position:relative;z-index:2; }
.cta-box .section-label{
  color:var(--brand-lt);
  border-color:rgba(31,135,164,0.3);
  background:rgba(31,135,164,0.08); }
.cta-box h2{
  font-family:var(--ff-head);
  font-size:clamp(38px,4.5vw,62px);
  font-weight:700;
  letter-spacing:-0.03em;
  line-height:1.07;
  color:#fff;
  margin:20px 0 20px; }
.cta-box h2 span{
  color:var(--brand-lt); }
.cta-box p{
  font-size:17px;color:rgba(255,255,255,0.7);
  font-weight:400;line-height:1.75;
  max-width:540px;margin:0 auto 44px; }
.cta-actions{
  display:flex;gap:16px;
  justify-content:center;flex-wrap:wrap;
  margin-bottom:44px; }
.trust-row{
  display:flex;justify-content:center;
  gap:28px;flex-wrap:wrap; }
.trust-pill{
  display:flex;align-items:center;
  gap:8px;color:rgba(255,255,255,0.55);font-size:15px;
  font-weight:400; }
.trust-pill svg{
  width:16px;height:16px;
  stroke:var(--brand-lt);stroke-width:2.5;fill:none; }
.services{
  padding:120px 0;
  background:var(--white); }
.svc-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:72px; }
.svc-card{
  background:var(--surface);
  border:1px solid var(--light-edge);
  border-radius:var(--radius-lg);
  padding:32px;
  display:flex;
  flex-direction:column;
  gap:14px;
  transition:border-color .3s,transform .3s,box-shadow .3s; }
.svc-card:hover{
  border-color:rgba(31,135,164,0.25);
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(31,135,164,0.07); }
.svc-icon{
  width:46px;height:46px;
  border-radius:11px;
  background:rgba(31,135,164,0.08);
  display:flex;align-items:center;justify-content:center;
  transition:background .3s; }
.svc-card:hover .svc-icon{background:linear-gradient(135deg,var(--brand),var(--accent));}
.svc-icon svg{width:21px;height:21px;stroke:var(--brand);stroke-width:1.8;fill:none;transition:stroke .3s;}
.svc-card:hover .svc-icon svg{stroke:#fff;}
.svc-card h3{
  font-family:var(--ff-head);
  font-size:1.3rem;font-weight:600;
  color:var(--ink);letter-spacing:-0.01em; }
.svc-card p{
  font-size:14.5px;color:var(--light-sub);
  line-height:1.65;font-weight:400; }
.svc-link{
  margin-top:auto;
  font-size:1.1rem;font-weight:500;
  color:var(--brand);
  display:inline-flex;align-items:center;gap:5px;
  transition:gap .25s; }
.svc-card:hover .svc-link{gap:9px;}
.svc-link svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;}
.products{
  padding:120px 0;
  background:var(--ink-2);
  position:relative;
  overflow:hidden; }
.products::before{
  content:"";
  position:absolute;
  width:700px;height:700px;border-radius:50%;
  background:radial-gradient(circle, rgba(31,135,164,0.14) 0%, transparent 65%);
  top:-260px;right:-160px;
  pointer-events:none; }
.products .container{position:relative;z-index:1;}
.products .section-label{
  color:var(--brand-lt);
  border-color:rgba(31,135,164,0.3);
  background:rgba(31,135,164,0.08); }
.products .section-title{color:#fff;}
.products .section-sub{color:rgba(255,255,255,0.6);}
.prod-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:72px; }
.prod-card{
  background:rgba(255,255,255,0.035);
  border:1px solid rgba(255,255,255,0.09);
  border-radius:var(--radius-lg);
  padding:40px;
  position:relative;
  overflow:hidden;
  transition:border-color .3s,transform .3s,background .3s; }
.prod-card:hover{
  border-color:var(--edge-b);
  background:rgba(31,135,164,0.06);
  transform:translateY(-4px); }
.prod-badge{
  display:inline-block;
  font-size:11px;font-weight:600;
  letter-spacing:0.1em;text-transform:uppercase;
  color:#4ade80;
  background:rgba(74,222,128,0.1);
  border:1px solid rgba(74,222,128,0.2);
  padding:4px 12px;border-radius:50px;
  margin-bottom:20px; }
.prod-icon{
  width:54px;height:54px;
  border-radius:13px;
  background:linear-gradient(135deg,var(--brand),var(--accent));
  display:flex;align-items:center;justify-content:center;
  margin-bottom:22px; }
.prod-icon svg{width:26px;height:26px;stroke:#fff;stroke-width:1.7;fill:none;}
.prod-card h3{
  font-family:var(--ff-head);
  font-size:24px;font-weight:600;
  color:#fff;margin-bottom:12px;
  letter-spacing:-0.01em; }
.prod-card p{
  font-size:15px;color:rgba(255,255,255,0.65);
  line-height:1.7;font-weight:400;
  margin-bottom:24px; }
.prod-features{
  list-style:none;
  display:flex;flex-direction:column;gap:10px;
  margin-bottom:28px; }
.prod-features li{
  font-size:14.5px;color:rgba(255,255,255,0.8);
  display:flex;align-items:center;gap:10px;
  font-weight:400; }
.prod-features li svg{
  width:16px;height:16px;
  stroke:var(--brand-lt);stroke-width:2.5;fill:none;flex-shrink:0 }
.prod-actions{display:flex;gap:12px;flex-wrap:wrap;}
.prod-btn{
  display:inline-flex;align-items:center;gap:7px;
  background:var(--brand);color:#fff;
  padding:12px 24px;border-radius:9px;
  font-family:var(--ff-head);font-size:15px;font-weight:600;
  transition:background .25s,transform .25s; }
.prod-btn:hover{background:var(--brand-lt);transform:translateY(-2px);}
.prod-btn svg{width:15px;height:15px;stroke:#fff;stroke-width:2.5;fill:none;}
.prod-btn-ghost{
  display:inline-flex;align-items:center;gap:7px;
  background:transparent;
  border:1px solid rgba(255,255,255,0.18);
  color:#fff;
  padding:12px 24px;border-radius:9px;
  font-size:15px;font-weight:500;
  transition:border-color .25s,background .25s; } .prod-btn-ghost:hover{border-color:rgba(255,255,255,0.4);background:rgba(255,255,255,0.05);} .proof{ padding:120px 0; background:var(--white); } .proof-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:64px; } .proof-icon{ width:50px; height:50px; border-radius:12px; background:rgba(31,135,164,0.08); display:flex; align-items:center; justify-content:center; margin-bottom:18px; } .proof-icon svg{ width:24px; height:24px; stroke:var(--brand); stroke-width:1.7; fill:none; } .proof-item h3{ font-family:var(--ff-head); font-size:1.3rem; font-weight:600; color:var(--ink); margin-bottom:10px; } .proof-item p{ font-size:14px; color:var(--light-sub); line-height:1.7; } .founder{ padding:120px 0; background:var(--surface); } 
  .founder-inner{ max-width:1080px; margin:0 auto; display:grid; grid-template-columns:0.85fr 1.15fr; gap:60px; align-items:center; } .founder-photo{ position:relative; aspect-ratio:4/5; border-radius:22px; overflow:hidden; background:linear-gradient(135deg,rgba(31,135,164,0.12),rgba(31,135,164,0.04)),var(--ink-2); border:1px solid var(--light-edge); display:flex; align-items:center; justify-content:center; } .founder-photo img{ width:100%; height:100%; object-fit:cover; } .founder-badge{ position:absolute; bottom:18px; left:18px; right:18px; background:rgba(11,22,32,0.82); backdrop-filter:blur(6px); color:#fff; border-radius:12px; padding:14px 16px; } .founder-badge strong{ display:block; font-family:var(--ff-head); font-size:15px; font-weight:700; } .founder-badge span{ font-size: 0.95rem; color:rgba(255,255,255,0.6); } .founder-quote-mark{ font-family:var(--ff-head); font-size:60px; line-height:0.8; color:var(--brand); opacity:.3; margin-bottom:10px; } .founder-text{ font-family:var(--ff-head); font-size:clamp(20px,2.2vw,27px); font-weight:600; line-height:1.5; letter-spacing:-0.01em; color:var(--ink); margin-bottom:24px; } .founder-text span{ color:var(--brand); } .founder-body{ font-size: 1rem; color:var(--light-sub); line-height:1.8; margin-bottom:24px; } .founder-sign{ display:flex; align-items:center; gap:14px; } .founder-sign-line{ width:40px; height:2px; background:var(--brand); border-radius:2px; flex-shrink:0; } .founder-sign strong{ font-family:var(--ff-head); font-size: 1.2rem; font-weight:700; color:var(--ink); display:block; } .founder-sign span{ font-size:1.05rem; color:var(--ink-light); } .office-cta{ background:var(--ink); position:relative; overflow:hidden; } .office-cta-bg{ position:absolute; inset:0; background-position:center; background-size:cover; opacity:0.22; } .office-cta-overlay{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(11,22,32,0.82), rgba(6,12,20,0.92)); } .office-cta-inner{ position:relative; z-index:2; max-width:760px; margin:0 auto; text-align:center; padding:120px 40px; } .office-cta h2{ font-family:var(--ff-head); font-size:clamp(34px,4.2vw,56px); font-weight:800; letter-spacing:-0.03em; line-height:1.08; color:#fff; margin-bottom:18px; } .office-cta h2 span{ color:var(--brand-lt); } .office-cta p{ font-size:1.3rem; color:rgba(255,255,255,0.72); line-height:1.7; max-width:540px; margin:0 auto 40px; } .office-cta-actions{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.hero-services{ display:flex; flex-wrap:wrap; gap:14px 28px; margin:32px 0; }
.hero-service{ display:flex; align-items:center; gap:8px; font-size:15px; font-weight:500; color: #fff; }
.hero-service span:first-child{ color:var(--brand); font-weight:700; }
@media(max-width:1050px){ .proof-grid{ grid-template-columns:1fr 1fr; } .founder-inner{ grid-template-columns:1fr; gap:40px; max-width:560px; } }
@media(max-width:768px){ .proof-grid{ grid-template-columns:1fr; } .office-cta-inner{ padding:90px 24px; } } .reveal{ opacity:0; transform:translateY(32px); transition:opacity .8s ease, transform .8s ease; } .reveal.visible{ opacity:1;transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal{opacity:1;transform:none;transition:none;} .hero-glow,.hero-glow-2,.cta-glow{animation:none;} }
@media(max-width:1050px){ .hero-inner{grid-template-columns:1fr;gap:60px;} .hero-metrics{flex-direction:row;flex-wrap:wrap;} .metric-card{flex:1 1 calc(50% - 8px);} .bento{display:flex;flex-direction:column;} .bento-card{width:100%;} .cap-grid{grid-template-columns:1fr 1fr;} .why-grid{grid-template-columns:1fr 1fr;} .tech-grid{grid-template-columns:repeat(2,1fr);} .t-grid{grid-template-columns:1fr 1fr;} .svc-grid{grid-template-columns:1fr 1fr;} .prod-grid{grid-template-columns:1fr;} .stats-grid{grid-template-columns:repeat(2,1fr);} .stats-grid::before{ background:linear-gradient(90deg, transparent 49.9%, var(--light-edge) 50%); } }
@media(max-width:768px){ .container{padding:0 24px;} .hero{padding:120px 24px 80px;} .hero-metrics{flex-direction:column;} .metric-card{flex:1;} .cap-grid{grid-template-columns:1fr;} .why-grid{grid-template-columns:1fr;} .tech-grid{grid-template-columns:1fr 1fr;} .t-grid{grid-template-columns:1fr;} .svc-grid{grid-template-columns:1fr;} .stats-grid{grid-template-columns:1fr 1fr;} .stats-grid::before{display:none;} .stat-item{padding:20px 16px;} .process-grid{display:block;} .process-grid::before{display:none;} .process-step{margin-bottom:40px;} .process-step:last-child{margin-bottom:0;} .cases-head{flex-direction:column;align-items:flex-start;}}
@media(max-width:480px){ .tech-grid{grid-template-columns:1fr;} .stats-grid{grid-template-columns:1fr;} .hero h1{font-size:38px;} .case-card{width:300px;}
}