
:root{
  --bg:#f7f9fc;--surface:#fff;--text:#0e1728;--muted:#667187;--line:#dde5ef;
  --brand:#5367ff;--brand2:#7d5cff;--cyan:#38c7d9;--mint:#4bd6b0;--warn:#ffb24a;
  --dark:#11182b;--shadow:0 22px 65px rgba(33,47,84,.10);--shadow-lg:0 34px 100px rgba(33,47,84,.15);
  --radius:28px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin:auto}.section{padding:108px 0;position:relative}
.ambient{position:absolute;border-radius:50%;filter:blur(110px);pointer-events:none}.ambient-a{width:460px;height:460px;background:rgba(83,103,255,.08);top:120px;left:-180px}.ambient-b{width:380px;height:380px;background:rgba(56,199,217,.06);top:920px;right:-140px}

.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:18px 0;transition:.3s}.site-header.scrolled{padding:10px 0;background:rgba(247,249,252,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,228,238,.8)}
.nav-shell{display:flex;justify-content:space-between;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.brand-icon{width:31px;height:31px;display:grid;grid-template-columns:repeat(2,1fr);gap:3px}.brand-icon span{background:linear-gradient(145deg,var(--brand),var(--cyan));border-radius:6px}.brand-icon span:nth-child(2){transform:translateY(4px)}.brand-icon span:nth-child(3){transform:translateY(-4px)}.brand-word{font:800 20px Manrope;letter-spacing:-.04em}.brand-signature{font-size:10px;color:var(--muted);font-weight:600}.desktop-nav{display:flex;gap:28px;font-size:13px;color:#4f5a6e}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--brand);transition:.2s}.desktop-nav a:hover:after{width:100%}.nav-cta{display:flex;align-items:center;gap:10px}.menu-toggle{display:none;background:none;border:0;width:38px;height:38px;position:relative}.menu-toggle span{position:absolute;width:22px;height:2px;background:var(--text);left:8px}.menu-toggle span:first-child{top:14px}.menu-toggle span:last-child{top:22px}.mobile-nav{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.22s}.btn:hover{transform:translateY(-2px)}.btn-sm{padding:11px 17px;font-size:12px}.btn-lg{padding:16px 23px;font-size:14px}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:white;box-shadow:0 14px 30px rgba(83,103,255,.24)}.btn-secondary{background:rgba(255,255,255,.7);border-color:var(--line); padding: 12px;}.btn-light{background:white;color:var(--dark)}.btn-full{width:100%}

.hero{padding-top:120px;padding-bottom:72px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}.eyebrow,.section-label{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:var(--brand)}.eyebrow{background:white;border:1px solid var(--line);padding:8px 11px;border-radius:999px;box-shadow:0 10px 30px rgba(33,47,84,.05)}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px rgba(75,214,176,.13)}
.hero h1,.section-heading h2,.intelligence-copy h2,.tech-copy h2,.blucloud-copy h2,.quote-card-big h2,.contact-copy h2{font:800 clamp(38px,5vw,62px)/1.04 Manrope;letter-spacing:-.05em;margin:22px 0}.hero h1{font-size:clamp(50px,6.3vw,78px)}.gradient-text,.section-heading h2 span,.intelligence-copy h2 span,.tech-copy h2 span{background:linear-gradient(135deg,var(--brand),var(--brand2) 55%,var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lead{font-size:18px;line-height:1.72;color:var(--muted);max-width:690px}.hero-pills{display:flex;flex-wrap:wrap;justify-content:center;max-width:850px;gap:5px;margin-left:auto;margin-right:auto;margin-bottom:10px;}.hero-pills span{font-size:11px;padding:8px 11px;border-radius:999px;background:#fff;border:1px solid var(--line);color:#4f5a6e}.hero-footnote{display:flex;align-items:center;gap:10px;margin-top:24px;color:#788295;font-size:10px;font-weight:700}.hero-footnote i{width:4px;height:4px;border-radius:50%;background:#b9c2cf}

.hero-visual{position:relative}.planner-frame{background:rgba(255,255,255,.84);border:1px solid var(--line);border-radius:30px;padding:10px;box-shadow:var(--shadow-lg);backdrop-filter:blur(16px);transform:perspective(1200px) rotateY(-2deg) rotateX(1deg);transition:.25s}.planner-top{height:48px;display:flex;align-items:center;gap:12px;padding:0 12px;font-size:10px;color:#7a8498}.window-dots{display:flex;gap:5px}.window-dots span{width:7px;height:7px;border-radius:50%;background:#ccd5e2}.planner-title{flex:1}.planner-status{background:#ebfff7;color:#289773;padding:6px 9px;border-radius:999px;font-weight:700}.planner-body{display:grid;grid-template-columns:150px 1fr;border:1px solid #e3e9f2;border-radius:20px;overflow:hidden;min-height:420px;background:#f9fbfe}.planner-sidebar{background:#fff;border-right:1px solid #e3e9f2;padding:18px 14px}.side-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#8b96a8;font-weight:800;margin-bottom:16px}.side-item{font-size:10px;color:#526078;padding:8px 0}.dot{width:7px;height:7px;border-radius:50%;display:inline-block;margin-right:7px}.blue{background:#5367ff}.violet{background:#7d5cff}.cyan{background:#38c7d9}.orange{background:#ffb24a}.green{background:#4bd6b0}.side-score{margin-top:28px;background:#f4f6fa;border-radius:14px;padding:13px}.side-score strong{display:block;font-size:22px}.side-score span{font-size:9px;color:#7b8598}
.planner-main{display:flex;flex-direction:column;min-width:0}.days{display:grid;grid-template-columns:repeat(5,1fr);padding:12px 8px;background:#fff;border-bottom:1px solid #e3e9f2}.days span{text-align:center;font-size:9px;color:#6f788b;font-weight:700}.calendar-grid{position:relative;flex:1;background:linear-gradient(to right,transparent calc(20% - 1px),#e7edf4 20%) 0 0/20% 100%,linear-gradient(to bottom,transparent calc(20% - 1px),#edf1f6 20%) 0 0/100% 20%}.slot{
  position:absolute;
  border-radius:9px;
  padding:8px 9px;
  font-size:8px;
  box-shadow:0 8px 16px rgba(48,62,98,.07);
  opacity:0;
  transform:translate(var(--dx,0),var(--dy,0)) scale(.96);
  transition:
    transform .72s cubic-bezier(.2,.85,.25,1),
    opacity .45s ease,
    box-shadow .35s ease,
    background .35s ease,
    color .35s ease;
  will-change:transform,opacity;
}
.slot.is-placed{
  opacity:1;
  transform:translate(0,0) scale(1);
}
.slot.is-moving{
  z-index:6;
  box-shadow:0 16px 34px rgba(72,92,255,.22);
}
.slot.is-solving{
  box-shadow:0 0 0 1px rgba(72,92,255,.18),0 18px 36px rgba(72,92,255,.16);
}.slot b,.slot small{display:block}.slot small{margin-top:3px;opacity:.68}.s1{left:2%;top:8%;width:17%;background:#e9edff;color:#4051d7;--dx:-24px;--dy:-18px}.s2{left:22%;top:35%;width:17%;background:#e8fbf7;color:#238c77;--dx:22px;--dy:-14px}.s3{left:42%;top:13%;width:17%;background:#f0ebff;color:#7152ce;--dx:-18px;--dy:20px}.s4{left:62%;top:53%;width:17%;background:#fff1e7;color:#d36d31;--dx:26px;--dy:18px}.s5{left:81%;top:23%;width:16%;background:#eaf9fd;color:#2b8492;--dx:-20px;--dy:-16px}.s6{left:3%;top:65%;width:17%;background:#f2edff;color:#7253cb;--dx:18px;--dy:22px}.s7{left:43%;top:70%;width:17%;background:#eff8e9;color:#58863f;--dx:-22px;--dy:16px}.s8{left:81%;top:64%;width:16%;background:#edf0ff;color:#4153cb;--dx:20px;--dy:-20px}.conflict:after{content:"";position:absolute;inset:-2px;border:1px solid rgba(255,107,107,.55);border-radius:11px;animation:pulse 1.6s infinite}.scan-line{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);box-shadow:0 0 16px var(--cyan);animation:scan 5s linear infinite;opacity:.55}.planner-bottom{height:54px;background:#fff;border-top:1px solid #e3e9f2;display:flex;align-items:center;gap:12px;padding:0 12px;font-size:8px;color:#667084}.planner-bottom button{margin-left:auto;border:0;background:var(--dark);color:#fff;border-radius:8px;padding:8px 10px;font-size:8px}.ok-dot,.warn-dot{width:6px;height:6px;border-radius:50%;display:inline-block;margin-right:4px}.ok-dot{background:var(--mint)}.warn-dot{background:var(--warn)}
.floating-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:12px 14px;animation:floatCard 4s ease-in-out infinite}.floating-card strong{display:block;font-size:11px}.floating-card span{font-size:9px;color:#7c8799}.floating-a{left:-38px;bottom:36px;display:flex;align-items:center;gap:10px}.floating-b{right:-22px;top:78px}.check-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e9fbf5;color:#2a997b;font-weight:800}
.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:22px;overflow:hidden;margin-top:74px}.stat-item{background:rgba(255,255,255,.76);padding:25px 28px}.stat-item strong{display:block;font:800 26px Manrope}.stat-item span{font-size:11px;color:var(--muted)}

.clients-section{
  background:#fff;
  border-top:1px solid #edf1f6;
  border-bottom:1px solid #edf1f6;
}

.section-heading{
  max-width:820px;
}

.section-heading.centered{
  text-align:center;
  margin:auto;
}

.section-heading p{
  font-size:16px;
  line-height:1.75;
  color:var(--muted);
  max-width:720px;
}

.centered p{
  margin-left:auto;
  margin-right:auto;
}

/* =========================================================
   NEW PROBLEM SECTION V2
   ========================================================= */

/* =========================================================
   PROBLEM SECTION V2
   ========================================================= */

.problem-v2-section{
  background:
    radial-gradient(circle at 50% 45%, rgba(78,97,255,.05), transparent 34%),
    linear-gradient(180deg,#fbfdff 0%,#f5f8fc 100%);
  border-top:1px solid #e9eef5;
  border-bottom:1px solid #e4eaf2;
  overflow:hidden;
}

.problem-v2-heading{
  max-width:900px;
}

.problem-v2-heading h2{
  margin:20px 0;
  font:800 clamp(42px,5.1vw,66px)/1.02 Manrope,sans-serif;
  letter-spacing:-.055em;
  color:#0b1324;
}

.problem-v2-heading h2 span{
  background:linear-gradient(135deg,var(--brand),var(--brand2) 55%,var(--cyan));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.problem-v2-heading p{
  max-width:780px;
  margin:0;
  color:#59667a;
  font-size:15px;
  line-height:1.75;
}


.problem-v2-flow{
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px minmax(0,1fr);
  gap:24px;
  align-items:center;
  margin-top:54px;
}


.problem-v2-chaos,
.problem-v2-result{
  min-height:500px;
  background:rgba(255,255,255,.92);
  border:1px solid #d2dce8;
  border-radius:28px;
  padding:26px;
  box-shadow:0 22px 60px rgba(34,48,82,.07);
  position:relative;
  overflow:hidden;
}

.problem-v2-chaos::before,
.problem-v2-result::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(83,103,255,.25),transparent);
}


.problem-v2-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
}

.problem-v2-kicker{
  display:block;
  font-size:8px;
  font-weight:800;
  letter-spacing:.15em;
  color:#8792a5;
  margin-bottom:6px;
}

.problem-v2-panel-head h3{
  margin:0;
  font:800 17px Manrope,sans-serif;
  letter-spacing:-.025em;
}

.problem-v2-badge{
  font-size:8px;
  font-weight:800;
  letter-spacing:.06em;
  border-radius:999px;
  padding:7px 10px;
  white-space:nowrap;
}

.problem-v2-badge-warn{
  color:#b56a22;
  background:#fff5e8;
  border:1px solid #ffe0ba;
}

.problem-v2-badge-ok{
  color:#288d70;
  background:#eafaf4;
  border:1px solid #ccefe3;
}


/* LEFT */

.problem-v2-workspace{
  height:350px;
  margin-top:24px;
  position:relative;
  border-radius:20px;
  overflow:hidden;
  background:
    linear-gradient(180deg,#fbfcff,#f6f8fc);
  border:1px solid #e8edf4;
}

.problem-v2-grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(#e9eef5 1px,transparent 1px),
    linear-gradient(90deg,#e9eef5 1px,transparent 1px);
  background-size:34px 34px;
  opacity:.75;
}

.problem-v2-event{
  position:absolute;
  display:flex;
  align-items:flex-start;
  gap:9px;
  min-width:145px;
  max-width:190px;
  padding:10px 12px;
  background:#fff;
  border:1px solid #dce4ee;
  border-radius:13px;
  box-shadow:0 12px 28px rgba(37,49,78,.08);
  animation:problemV2Float 5s ease-in-out infinite;
}

.problem-v2-event small{
  display:block;
  font-size:6px;
  letter-spacing:.12em;
  font-weight:800;
  color:#909aac;
  margin-bottom:3px;
}

.problem-v2-event strong{
  display:block;
  font-size:9px;
  line-height:1.25;
  color:#273247;
}

.event-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  margin-top:2px;
  flex:0 0 auto;
}

.event-dot.danger{background:#ff7474;box-shadow:0 0 0 5px rgba(255,116,116,.08)}
.event-dot.warn{background:#ffb452;box-shadow:0 0 0 5px rgba(255,180,82,.08)}
.event-dot.violet{background:#8268f4;box-shadow:0 0 0 5px rgba(130,104,244,.08)}
.event-dot.cyan{background:#3ec5d3;box-shadow:0 0 0 5px rgba(62,197,211,.08)}
.event-dot.blue{background:#5367ff;box-shadow:0 0 0 5px rgba(83,103,255,.08)}

.event-a{left:7%;top:10%;transform:rotate(-2deg)}
.event-b{right:6%;top:7%;animation-delay:.4s;transform:rotate(2deg)}
.event-c{left:15%;top:40%;animation-delay:.8s}
.event-d{right:6%;top:37%;animation-delay:1.1s}
.event-e{left:7%;bottom:11%;animation-delay:1.4s}
.event-f{right:6%;bottom:10%;animation-delay:.6s}
.event-g{left:37%;top:65%;animation-delay:1.7s}

.problem-v2-panel-foot{
  margin-top:18px;
  padding-top:15px;
  border-top:1px solid #edf1f6;
  color:#6d788a;
  font-size:10px;
}


/* CORE */

.problem-v2-core-wrap{
  min-height:500px;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.problem-v2-core-lines{
  position:absolute;
  top:50%;
  width:54px;
  height:68px;
}

.problem-v2-core-lines-left{left:-4px}
.problem-v2-core-lines-right{right:-4px}

.problem-v2-core-lines span{
  position:absolute;
  width:100%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(83,103,255,.4));
  overflow:hidden;
}

.problem-v2-core-lines-right span{
  background:linear-gradient(90deg,rgba(83,103,255,.4),transparent);
}

.problem-v2-core-lines span:nth-child(1){top:8px}
.problem-v2-core-lines span:nth-child(2){top:33px}
.problem-v2-core-lines span:nth-child(3){top:58px}

.problem-v2-core-lines span::after{
  content:"";
  position:absolute;
  top:-2px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#5367ff;
  box-shadow:0 0 12px rgba(83,103,255,.75);
  animation:problemV2Packet 2.2s linear infinite;
}

.problem-v2-core-lines-right span::after{
  animation-name:problemV2PacketReverse;
}

.problem-v2-core-lines span:nth-child(2)::after{animation-delay:.7s}
.problem-v2-core-lines span:nth-child(3)::after{animation-delay:1.4s}

.problem-v2-core-orbit{
  position:relative;
  width:150px;
  height:150px;
  display:grid;
  place-items:center;
}

.problem-v2-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(83,103,255,.20);
}

.problem-v2-ring.ring-1{
  inset:0;
  animation:problemV2Rotate 11s linear infinite;
}

.problem-v2-ring.ring-1::after{
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#5367ff;
  top:10px;
  left:29px;
  box-shadow:0 0 15px rgba(83,103,255,.8);
}

.problem-v2-ring.ring-2{
  inset:19px;
  border-color:rgba(43,194,207,.23);
  border-style:dashed;
  animation:problemV2RotateReverse 8s linear infinite;
}

.problem-v2-core{
  width:105px;
  height:105px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:
    radial-gradient(circle at 34% 28%,#697aff,#4d61ff 43%,#30409a 73%,#17204b);
  box-shadow:
    0 0 0 8px rgba(83,103,255,.05),
    0 20px 55px rgba(72,92,255,.28);
  animation:problemV2Breath 3s ease-in-out infinite;
}

.problem-v2-core-state{
  font-size:5px;
  font-weight:800;
  letter-spacing:.15em;
  color:#d2d8ff;
}

.problem-v2-core strong{
  font:800 13px Manrope,sans-serif;
  margin:5px 0 2px;
}

.problem-v2-core small{
  font-size:5px;
  color:#c1caec;
}

.problem-v2-core-loader{
  display:flex;
  gap:3px;
  margin-top:7px;
}

.problem-v2-core-loader i{
  width:3px;
  height:3px;
  border-radius:50%;
  background:#74e1dc;
  animation:problemV2Loader 1.1s ease-in-out infinite;
}

.problem-v2-core-loader i:nth-child(2){animation-delay:.18s}
.problem-v2-core-loader i:nth-child(3){animation-delay:.36s}

.problem-v2-core-caption{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:16px;
  color:#68758a;
  font-size:8px;
  text-align:center;
}

.problem-v2-live-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#4bd6b0;
  box-shadow:0 0 0 5px rgba(75,214,176,.09);
}


/* RIGHT */

.problem-v2-result-main{
  margin-top:24px;
}

.problem-v2-result-score{
  display:grid;
  grid-template-columns:115px 1fr;
  gap:20px;
  align-items:center;
  padding:20px;
  border:1px solid #e4eaf2;
  border-radius:19px;
  background:linear-gradient(145deg,#fbfdff,#f5f8fc);
}

.problem-v2-score-ring{
  width:100px;
  height:100px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:
    conic-gradient(#5367ff 0 74%,#40c3d2 74% 96%,#e7ecf4 96% 100%);
  position:relative;
}

.problem-v2-score-ring::before{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:50%;
  background:#fff;
}

.problem-v2-score-ring strong,
.problem-v2-score-ring span{
  position:relative;
  z-index:1;
}

.problem-v2-score-ring strong{
  font:800 25px Manrope,sans-serif;
}

.problem-v2-score-ring span{
  font-size:7px;
  color:#7c8798;
}

.problem-v2-result-label{
  font-size:6px;
  font-weight:800;
  letter-spacing:.13em;
  color:#788499;
}

.problem-v2-result-score h4{
  margin:5px 0 6px;
  font:800 16px Manrope,sans-serif;
}

.problem-v2-result-score p{
  margin:0;
  font-size:9px;
  line-height:1.55;
  color:#68758a;
}

.problem-v2-result-list{
  display:grid;
  gap:8px;
  margin-top:13px;
}

.problem-v2-result-row{
  display:flex;
  align-items:center;
  gap:11px;
  padding:11px 12px;
  border:1px solid #e4eaf2;
  border-radius:13px;
  background:#fff;
  opacity:.45;
  transform:translateX(-6px);
  animation:problemV2Reveal 6s ease-in-out infinite;
}

.problem-v2-result-row.row-2{animation-delay:.35s}
.problem-v2-result-row.row-3{animation-delay:.7s}
.problem-v2-result-row.row-4{animation-delay:1.05s}

.problem-v2-check{
  width:24px;
  height:24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eafaf4;
  color:#29977a;
  font-size:10px;
  font-weight:900;
  flex:0 0 auto;
}

.problem-v2-result-row strong{
  display:block;
  font-size:9px;
  margin-bottom:2px;
}

.problem-v2-result-row small{
  display:block;
  font-size:7px;
  color:#8390a2;
}

.problem-v2-residual{
  display:grid;
  grid-template-columns:30px 1fr 18px;
  gap:10px;
  align-items:center;
  margin-top:13px;
  padding:12px;
  border:1px solid #ffe1bf;
  border-radius:14px;
  background:#fff8ef;
}

.problem-v2-residual-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#ffe3c3;
  color:#aa6424;
  font-weight:900;
}

.problem-v2-residual strong{
  display:block;
  font-size:9px;
}

.problem-v2-residual span{
  display:block;
  font-size:7px;
  color:#8b745d;
  margin-top:2px;
}

.problem-v2-residual-arrow{
  color:#b77a3d !important;
  font-size:14px !important;
}


/* CLOSING */

.problem-v2-closing{
  margin-top:55px;
  text-align:center;
}

.problem-v2-closing span,
.problem-v2-closing strong{
  display:block;
  font:700 clamp(24px,3.1vw,42px)/1.12 Manrope,sans-serif;
  letter-spacing:-.04em;
}

.problem-v2-closing span{
  color:#8a95a7;
}

.problem-v2-closing strong{
  margin-top:5px;
  color:#111a2c;
}


/* ANIMATIONS */

@keyframes problemV2Float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}

@keyframes problemV2Packet{
  0%{left:0;opacity:0}
  15%{opacity:1}
  85%{opacity:1}
  100%{left:calc(100% - 5px);opacity:0}
}

@keyframes problemV2PacketReverse{
  0%{right:0;opacity:0}
  15%{opacity:1}
  85%{opacity:1}
  100%{right:calc(100% - 5px);opacity:0}
}

@keyframes problemV2Rotate{
  to{transform:rotate(360deg)}
}

@keyframes problemV2RotateReverse{
  to{transform:rotate(-360deg)}
}

@keyframes problemV2Breath{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.035)}
}

@keyframes problemV2Loader{
  0%,100%{opacity:.25;transform:translateY(0)}
  50%{opacity:1;transform:translateY(-2px)}
}

@keyframes problemV2Reveal{
  0%,12%{opacity:.35;transform:translateX(-6px)}
  22%,82%{opacity:1;transform:translateX(0)}
  94%,100%{opacity:.35;transform:translateX(-6px)}
}


/* RESPONSIVE */

@media(max-width:1050px){

  .problem-v2-flow{
    grid-template-columns:1fr;
  }

  .problem-v2-core-wrap{
    min-height:190px;
  }

  .problem-v2-core-lines{
    display:none;
  }

}


@media(max-width:720px){

  .problem-v2-heading h2{
    font-size:40px;
  }

  .problem-v2-chaos,
  .problem-v2-result{
    min-height:auto;
    padding:20px;
  }

  .problem-v2-workspace{
    height:420px;
  }

  .problem-v2-event{
    min-width:135px;
    max-width:165px;
  }

  .event-a{left:5%;top:7%}
  .event-b{right:5%;top:19%}
  .event-c{left:7%;top:34%}
  .event-d{right:5%;top:47%}
  .event-e{left:5%;bottom:24%}
  .event-f{right:5%;bottom:10%}
  .event-g{left:25%;top:61%}

  .problem-v2-result-score{
    grid-template-columns:1fr;
    text-align:center;
  }

  .problem-v2-score-ring{
    margin:0 auto;
  }

}
.brand-logo{
  display:block;
  width:100%;
  max-width:300px;
  height:auto;
  object-fit:contain;
}

.brand{
  flex:0 1 300px;
}
@media(max-width:1100px){
  .brand-logo{
    max-width:250px;
  }

  .brand{
    flex-basis:250px;
  }
}
.footer-brand-logo {max-width: 240px;}

.integrations-v2-logo{
  display:block;
  width:190px;
  max-width:90%;
  height:auto;
  object-fit:contain;
}

.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px}.step-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:325px;position:relative;overflow:hidden;box-shadow:0 18px 50px rgba(39,54,90,.05)}.step-num{font-size:9px;color:var(--muted);font-weight:800}.step-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#eef1ff;color:var(--brand);font-size:21px;margin:30px 0 20px}.step-card h3{font:800 25px Manrope;margin:0 0 10px}.step-card p{font-size:12px;line-height:1.7;color:var(--muted)}.step-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:20px}.step-tags span{font-size:8px;padding:7px 9px;border-radius:999px;border:1px solid var(--line);background:#fafbfd}.mini-progress{height:9px;background:#edf1f6;border-radius:999px;margin-top:28px;overflow:hidden}.mini-progress i{display:block;width:72%;height:100%;background:linear-gradient(90deg,var(--brand),var(--cyan));animation:progress 4s ease-in-out infinite}

.intelligence-section{background:linear-gradient(180deg,#f7f9fc,#f1f5fa)}.intelligence-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.intelligence-copy p{font-size:15px;line-height:1.75;color:var(--muted)}.feature-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:12px}.feature-list li{font-size:12px;padding-left:26px;position:relative}.feature-list li:before{content:"✓";position:absolute;left:0;color:#2a9c7d;font-weight:900}.analysis-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow-lg)}.analysis-top{display:flex;justify-content:space-between;font-size:11px;font-weight:800;padding-bottom:16px}.live-badge{background:#ecfbf6;color:#2b9a7c;padding:5px 8px;border-radius:999px;font-size:8px}.warning-box,.suggestion-box{display:flex;gap:12px;border-radius:17px;padding:15px}.warning-box{background:#fff7ee;border:1px solid #ffe1bf}.suggestion-box{margin-top:12px;background:#f3f5ff;border:1px solid #e0e5ff}.warning-icon,.spark{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-weight:800}.warning-icon{background:#ffd9ad;color:#a35d1f}.spark{background:#e6eaff;color:var(--brand)}.warning-box strong,.suggestion-box strong{font-size:11px}.warning-box p,.suggestion-box p{font-size:10px;line-height:1.55;color:var(--muted);margin:5px 0 0}.analysis-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:13px}.analysis-kpis div{padding:14px;border:1px solid var(--line);border-radius:14px}.analysis-kpis span{display:block;font-size:8px;color:var(--muted)}.analysis-kpis strong{display:block;font-size:20px;margin-top:4px}

.cluster-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:46px}.cluster-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;min-height:300px;transition:.25s}.cluster-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.cluster-head{display:flex;justify-content:space-between}.cluster-kicker,.cluster-index{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--brand)}.cluster-index{color:#a7b0bf}.cluster-card h3{font:800 25px Manrope;margin:34px 0 10px}.cluster-card p{font-size:12px;line-height:1.68;color:var(--muted)}.cluster-card ul{padding-left:18px;color:#475266;font-size:10px;line-height:1.8}

.tech-shell{background:linear-gradient(145deg,#11192d,#172542);border-radius:36px;padding:54px;display:grid;grid-template-columns:.95fr 1.05fr;gap:58px;color:#fff;overflow:hidden}.section-label.light{color:#8fdde5}.tech-copy p{font-size:13px;line-height:1.72;color:#b8c4d9}.tech-note{padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.tech-tags span{font-size:8px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);padding:8px 10px;border-radius:999px;color:#d4def0}.tech-visual{position:relative;min-height:400px}.tech-visual svg{position:absolute;inset:0;width:100%;height:100%}.tech-visual path{fill:none;stroke:rgba(110,165,255,.28);stroke-width:1.3;stroke-dasharray:6 9;animation:dash 8s linear infinite}.tech-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:176px;height:176px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 35% 30%,#5f74ff,#263b91 62%,#151f42);box-shadow:0 0 0 12px rgba(100,128,255,.08),0 0 90px rgba(89,108,255,.3);z-index:2}.tech-core span,.tech-core small{font-size:8px;color:#c5d0ff;text-transform:uppercase;letter-spacing:.11em}.tech-core strong{font:800 21px Manrope;margin:7px 0}.tech-node{position:absolute;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);padding:10px 13px;border-radius:999px;font-size:9px;color:#d4def0;backdrop-filter:blur(10px)}.n1{left:3%;top:14%}.n2{right:4%;top:12%}.n3{left:0;bottom:14%}.n4{right:3%;bottom:12%}.n5{left:50%;top:2%;transform:translateX(-50%)}

.integration-map{max-width:900px;margin:50px auto 0;background:#fff;border:1px solid var(--line);border-radius:30px;padding:40px;box-shadow:var(--shadow)}.integration-sources{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.source-card{text-align:center;border:1px solid var(--line);border-radius:17px;padding:19px;background:#fafbfd}.source-card.featured{border-color:#cbd2ff;background:#f3f5ff}.source-card strong{display:block;font-size:12px}.source-card span{font-size:8px;color:var(--muted)}.connector{height:78px;display:flex;justify-content:space-around;position:relative}.connector:after{content:"";position:absolute;left:17%;right:17%;top:50%;height:1px;background:#d8dfea}.connector i{width:1px;background:#d8dfea;height:50%;z-index:1}.connector i:nth-child(2){height:100%}.integration-core{width:210px;margin:auto;padding:17px;border-radius:18px;background:var(--dark);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px}.brand-icon.small{width:25px;height:25px}.integration-core strong{display:block;font-size:12px}.integration-core small{font-size:8px;color:#9faac0}

.logos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:45px 0 75px}.logo-card{min-height:145px;border:1px solid var(--line);border-radius:22px;background:#fbfcfe;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo-placeholder{font:800 23px Manrope;letter-spacing:-.03em;color:#44506a}.logo-card span{font-size:12px;color:var(--muted);margin-top:6px}.logo-card.muted{opacity:.55}.testimonials-title{text-align:center;max-width:680px;margin:0 auto 30px}.testimonials-title h3{font:800 33px Manrope;letter-spacing:-.04em;margin:14px 0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.testimonial-card{position:relative;border:1px solid var(--line);border-radius:22px;background:#fbfcfe;padding:24px;min-height:315px}.quote-mark{font:60px Georgia;line-height:.7;color:#cad3ff}.testimonial-card>p{font-size:12px;line-height:1.75;color:#4f5b70;margin:22px 0 28px}.testimonial-person{display:flex;gap:10px;align-items:center}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#ebeff7;font-size:9px;font-weight:800}.testimonial-person strong{display:block;font-size:10px}.testimonial-person span{font-size:8px;color:var(--muted)}.placeholder-tag{position:absolute;right:13px;bottom:11px;font-size:6px;letter-spacing:.1em;color:#b0b8c5}

.blucloud-section{background:linear-gradient(180deg,#f7f9fc,#eef4f9)}.blucloud-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.blucloud-copy p{font-size:14px;line-height:1.75;color:var(--muted)}.knowledge-list{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.knowledge-list span{background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px 18px;font-size:11px;font-weight:700}
.quote-section{padding-top:70px}.quote-card-big{background:#fff;border:1px solid var(--line);border-radius:30px;padding:42px;display:grid;grid-template-columns:1fr 1fr;gap:58px;box-shadow:var(--shadow)}.quote-card-big h2{font-size:42px}.quote-card-big p{font-size:15px;line-height:1.75;color:var(--muted);margin-bottom:24px}
.contact-section{padding-top:60px}.contact-shell{background:linear-gradient(145deg,#4b61ff,#6950dc 55%,#2fa9bc);border-radius:36px;padding:56px;display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;color:#fff;box-shadow:0 40px 100px rgba(77,99,255,.22)}.contact-copy p{font-size:14px;line-height:1.7;color:#e8ebff}.contact-points{display:grid;gap:9px;margin-top:26px;font-size:13px}.contact-form{background:#fff;color:var(--text);padding:25px;border-radius:24px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form label{display:block;margin-bottom:13px}.contact-form label span{display:block;font-size:11px;font-weight:800;margin-bottom:6px;color:#526078}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #dfe5ed;border-radius:12px;padding:12px 13px;background:#fbfcfe;outline:none}.privacy-note{display:block;margin-top:10px;text-align:center;color:#9aa3b1;font-size:9px}
.footer{padding:52px 0 22px;background:#0f1728;color:#fff;margin-top:38px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:38px}.footer p,.footer-by span{font-size:9px;color:#8f9bb0}.footer-by strong{display:block;font-size:11px}.footer-links{display:flex;gap:17px;justify-content:flex-end;font-size:9px;color:#aeb7c7}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:34px;padding-top:17px;display:flex;justify-content:space-between;font-size:8px;color:#778399}

.reveal{opacity:0;transform:translateY(24px);transition:.8s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}
@keyframes floatSlot{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes pulse{0%,100%{opacity:.4;box-shadow:0 0 0 0 rgba(255,107,107,.15)}50%{opacity:1;box-shadow:0 0 0 7px rgba(255,107,107,0)}}@keyframes scan{0%{top:3%}100%{top:97%}}@keyframes arrowMove{0%,100%{transform:translateX(-2px)}50%{transform:translateX(4px)}}@keyframes progress{0%,100%{width:72%}50%{width:94%}}@keyframes dash{to{stroke-dashoffset:-90}}

@media(max-width:1050px){.desktop-nav{display:none}.menu-toggle{display:block}.hero-grid,.intelligence-grid,.tech-shell,.blucloud-grid,.quote-card-big,.contact-shell{grid-template-columns:1fr}.problem-layout{grid-template-columns:1fr}.transition-core{display:flex;align-items:center;justify-content:center;gap:13px}.transition-orb{margin:0;width:56px;height:56px}.steps-grid{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.mobile-nav{position:fixed;top:70px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:17px;box-shadow:var(--shadow-lg);z-index:1001;flex-direction:column;gap:8px}.mobile-nav.open{display:flex}.mobile-nav a:not(.btn){padding:11px 7px;font-size:13px}}
@media(max-width:720px){.section{padding:80px 0}.container{width:min(calc(100% - 28px),var(--container))}.brand-signature{display:none}.nav-cta .btn{display:none}.hero{padding-top:132px}.hero h1{font-size:45px}.hero-lead{font-size:15px}.planner-body{grid-template-columns:1fr}.planner-sidebar{display:none}.planner-frame{transform:none}.floating-card{display:none}.stat-strip,.steps-grid,.cluster-grid,.logos-grid,.knowledge-list,.field-row{grid-template-columns:1fr}.section-heading h2,.intelligence-copy h2,.tech-copy h2,.blucloud-copy h2,.contact-copy h2{font-size:38px}.tech-shell,.contact-shell{padding:28px 21px}.tech-visual{min-height:330px}.integration-map{padding:21px}.integration-sources{grid-template-columns:1fr}.connector{height:50px}.quote-card-big{padding:27px}.quote-card-big h2{font-size:34px}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.footer-bottom{flex-direction:column;gap:7px}}


/* === V2 contrast & autonomous intelligence === */
:root{
  --bg:#f3f6fb;
  --surface:#ffffff;
  --text:#0a1222;
  --muted:#58657a;
  --line:#d3dce8;
  --brand:#485cff;
  --brand2:#7451f2;
  --cyan:#22bdd1;
  --dark:#0b1324;
}
body{
  background:
    radial-gradient(circle at 12% 6%, rgba(72,92,255,.12), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(34,189,209,.10), transparent 26%),
    linear-gradient(180deg,#f6f8fc 0%,#eef3f9 100%);
}
.hero-copy h1{color:#091324}
.hero-lead{color:#536176}
.site-header.scrolled{background:rgba(245,248,252,.92);box-shadow:0 8px 30px rgba(34,47,79,.06)}
.planner-frame{border-color:#cbd6e4;box-shadow:0 35px 110px rgba(35,49,87,.18)}
.planner-body{background:#f6f9fd}
.calendar-grid{background:
  linear-gradient(to right,transparent calc(20% - 1px),#dce5f0 20%) 0 0/20% 100%,
  linear-gradient(to bottom,transparent calc(20% - 1px),#e5ebf3 20%) 0 0/100% 20%;
}
.problem-section,.clients-section{background:#fbfdff}
.step-card,.cluster-card,.analysis-card,.logo-card,.testimonial-card,.integration-map,.quote-card-big{
  border-color:#d2dce8;
  box-shadow:0 18px 48px rgba(32,46,80,.065);
}
.client-login{
  font-size:11px;
  font-weight:700;
  color:#49566a;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid transparent;
  transition:.2s ease;
}
.client-login:hover{
  border-color:var(--line);
  background:#fff;
  color:var(--brand);
}
.automation-orbit{
  position:absolute;
  width:150px;height:150px;
  right:-28px;bottom:-46px;
  pointer-events:none;
  opacity:.85;
}
.orbit-ring{
  position:absolute;inset:0;border-radius:50%;
  border:1px solid rgba(72,92,255,.22);
}
.ring-1{animation:orbitSpin 9s linear infinite}
.ring-2{inset:22px;border-color:rgba(34,189,209,.28);animation:orbitSpinReverse 6s linear infinite}
.orbit-dot{
  position:absolute;width:8px;height:8px;border-radius:50%;
  background:var(--brand);box-shadow:0 0 16px rgba(72,92,255,.75);
}
.d1{left:50%;top:-4px;animation:dotPulse 1.7s ease-in-out infinite}
.d2{right:7px;bottom:28px;background:var(--cyan);animation:dotPulse 1.7s .4s ease-in-out infinite}
.d3{left:5px;bottom:33px;background:var(--brand2);animation:dotPulse 1.7s .8s ease-in-out infinite}

.autonomy-feed{
  position:absolute;
  left:-34px;top:28px;
  width:235px;
  background:rgba(9,19,36,.94);
  color:#fff;border:1px solid rgba(255,255,255,.08);
  border-radius:16px;padding:13px;
  box-shadow:0 20px 55px rgba(9,19,36,.24);
  backdrop-filter:blur(16px);
  animation:feedFloat 4.5s ease-in-out infinite;
}
.feed-head{
  display:flex;align-items:center;gap:7px;
  font-size:8px;text-transform:uppercase;letter-spacing:.1em;
  color:#a9b8d0;font-weight:800;padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.feed-pulse{
  width:7px;height:7px;border-radius:50%;
  background:#50ddb4;box-shadow:0 0 0 5px rgba(80,221,180,.12);
  animation:pulseGlow 1.5s infinite;
}
.feed-row{
  display:grid;grid-template-columns:20px 1fr 18px;gap:7px;
  align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05);
}
.feed-row:last-child{border-bottom:0}
.feed-row span{font-size:8px;color:#708099}
.feed-row p{font-size:8px;margin:0;color:#d8e0ec}
.feed-row b{font-size:9px;color:#52d9b0}
.feed-row.current p{color:#fff}
.feed-row.current b{color:#8fa0ff;letter-spacing:1px;animation:typingDots 1.1s steps(3,end) infinite}

.client-access-strip{
  padding:26px 0 12px;
}
.client-access-inner{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:#edf2f8;
  border:1px solid #d7e0ea;
  border-radius:22px;
  padding:22px 26px;
}
.client-access-inner h3{
  margin:7px 0 0;
  font:800 22px Manrope;
  letter-spacing:-.03em;
}
.footer{
  margin-top:32px;
  padding:58px 0 22px;
  background:#0b1324;
}
.footer-main{
  display:grid;
  grid-template-columns:1.3fr 1.1fr .8fr .8fr;
  gap:42px;
}
.footer-brand-block p{
  color:#96a3b8;font-size:14px;line-height:1.6;max-width:250px;
}
.footer-byline{display:block;margin-top:11px;color:#6f7e94;font-size:8px;text-transform:uppercase;letter-spacing:.1em}
.footer-company h4,.footer-links-group h4{
  font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#c8d1df;margin:0 0 14px;
}
.footer-company p{
  font-size:12px;line-height:1.7;color:#8896aa;margin:0 0 10px;
}
.footer-links-group{display:flex;flex-direction:column;gap:10px}
.footer-links-group a{
  font-size:12px;color:#94a1b4;transition:.2s
}
.footer-links-group a:hover{color:#fff}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:38px;padding-top:18px;
  display:flex;justify-content:space-between;
  color:#6f7d91;font-size:12px;
}

@keyframes orbitSpin{to{transform:rotate(360deg)}}
@keyframes orbitSpinReverse{to{transform:rotate(-360deg)}}
@keyframes dotPulse{0%,100%{transform:scale(.8);opacity:.55}50%{transform:scale(1.35);opacity:1}}
@keyframes feedFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 5px rgba(80,221,180,.12)}50%{box-shadow:0 0 0 8px rgba(80,221,180,.03)}}
@keyframes typingDots{0%{opacity:.25}50%{opacity:1}100%{opacity:.25}}

@media(max-width:1050px){
  .client-login{display:none}
  .autonomy-feed{left:8px;top:18px;transform:scale(.9);transform-origin:top left}
  .automation-orbit{right:0}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .autonomy-feed{display:none}
  .automation-orbit{display:none}
  .client-access-inner{flex-direction:column;align-items:flex-start}
  .footer-main{grid-template-columns:1fr}
}


/* === V3 slot placement / autonomous replanning === */
.calendar-grid::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at var(--scan-x,50%) var(--scan-y,50%),
      rgba(72,92,255,.10),
      rgba(34,189,209,.05) 18%,
      transparent 34%);
  opacity:.65;
  transition:opacity .4s ease;
}

.slot.just-placed::after{
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:12px;
  border:1px solid rgba(72,92,255,.22);
  animation:placementPulse .75s ease-out forwards;
}

.planner-status{
  transition:background .3s ease,color .3s ease,transform .25s ease;
}
.planner-status.is-thinking{
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(72,92,255,.10);
}

@keyframes placementPulse{
  0%{opacity:0;transform:scale(.92)}
  35%{opacity:1}
  100%{opacity:0;transform:scale(1.08)}
}


/* =========================================================
   PLANORA ENGINE STRIP
   ========================================================= */

.engine-strip{
  margin-top:50px;
  background:rgba(255,255,255,.92);
  border:1px solid #ccd6e4;
  border-radius:30px;
  padding:38px 42px 30px;
  box-shadow:
    0 28px 80px rgba(31,45,82,.12),
    inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter:blur(18px);
  position:relative;
  overflow:hidden;
}

.engine-strip::before{
  content:"";
  position:absolute;
  width:520px;
  height:280px;
  left:50%;
  top:43%;
  transform:translate(-50%,-50%);
  background:
    radial-gradient(circle,
      rgba(72,92,255,.11),
      rgba(34,189,209,.045) 42%,
      transparent 72%);
  pointer-events:none;
}

.engine-strip-head{
  text-align:center;
  position:relative;
  z-index:2;
}

.engine-strip-head h3{
  margin:10px 0 0;
  font:800 30px/1.15 Manrope,sans-serif;
  letter-spacing:-.04em;
  color:#0a1325;
}

.engine-strip-head h3 span{
  background:linear-gradient(135deg,var(--brand),var(--brand2),var(--cyan));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.engine-flow{
  display:grid;
  grid-template-columns:minmax(220px,1fr) 90px 180px 90px minmax(220px,1fr);
  align-items:center;
  gap:8px;
  margin-top:34px;
  position:relative;
  z-index:2;
}

.engine-side{min-width:0}

.engine-side-label{
  display:flex;
  align-items:center;
  gap:7px;
  font-size:8px;
  font-weight:800;
  letter-spacing:.14em;
  color:#7d899d;
  margin-bottom:13px;
}

.status-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#5367ff;
  box-shadow:0 0 0 5px rgba(83,103,255,.09);
}

.output-dot{
  background:#45cfa8;
  box-shadow:0 0 0 5px rgba(69,207,168,.10);
}

.data-cloud{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:7px;
}

.data-chip{
  min-height:65px;
  background:#f7f9fd;
  border:1px solid #dce4ef;
  border-radius:13px;
  padding:11px 12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}

.data-chip:hover{
  transform:translateY(-2px);
  border-color:#bdc9ff;
  box-shadow:0 10px 25px rgba(72,92,255,.08);
}

.data-chip span{
  font-size:7px;
  letter-spacing:.12em;
  font-weight:800;
  color:#8a95a8;
}

.data-chip strong{
  font:800 18px Manrope,sans-serif;
  color:#111a2c;
  margin-top:3px;
}

.data-chip.chip-small{
  min-height:auto;
  align-items:center;
  justify-content:center;
  padding:9px 7px;
  font-size:8px;
  font-weight:700;
  color:#59667b;
  background:#fff;
}

.engine-connector{
  position:relative;
  height:40px;
}

.flow-line{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  height:1px;
  background:linear-gradient(
    90deg,
    rgba(72,92,255,.12),
    rgba(72,92,255,.55),
    rgba(34,189,209,.35)
  );
}

.connector-out .flow-line{
  background:linear-gradient(
    90deg,
    rgba(34,189,209,.45),
    rgba(72,92,255,.45),
    rgba(72,92,255,.12)
  );
}

.flow-particle{
  position:absolute;
  top:calc(50% - 3px);
  width:6px;
  height:6px;
  border-radius:50%;
  background:#5367ff;
  box-shadow:0 0 12px rgba(83,103,255,.75);
  opacity:0;
  animation:dataFlow 2.4s linear infinite;
}

.connector-out .flow-particle{
  background:#35c6c9;
  box-shadow:0 0 12px rgba(53,198,201,.7);
}

.particle-2{animation-delay:.8s}
.particle-3{animation-delay:1.6s}

.engine-core-wrap{
  width:180px;
  height:180px;
  position:relative;
  display:grid;
  place-items:center;
}

.engine-core-rings{
  position:absolute;
  inset:0;
}

.core-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(83,103,255,.17);
}

.ring-a{
  inset:0;
  animation:engineRotate 13s linear infinite;
}

.ring-a::after{
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#5367ff;
  top:12px;
  left:30px;
  box-shadow:0 0 14px rgba(83,103,255,.7);
}

.ring-b{
  inset:17px;
  border-color:rgba(34,189,209,.20);
  animation:engineRotateReverse 9s linear infinite;
}

.ring-b::after{
  content:"";
  position:absolute;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#27c2cf;
  bottom:8px;
  right:28px;
  box-shadow:0 0 12px rgba(39,194,207,.7);
}

.ring-c{
  inset:34px;
  border-style:dashed;
  border-color:rgba(116,81,242,.22);
  animation:engineRotate 7s linear infinite;
}

.engine-core{
  width:110px;
  height:110px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:
    radial-gradient(circle at 35% 28%,#6678ff,#485cff 42%,#2d3b98 72%,#182252);
  box-shadow:
    0 0 0 8px rgba(83,103,255,.06),
    0 16px 45px rgba(72,92,255,.30);
  position:relative;
  z-index:3;
  animation:coreBreath 3s ease-in-out infinite;
}

.core-state{
  font-size:6px;
  letter-spacing:.16em;
  color:#ccd3ff;
}

.engine-core strong{
  font:800 14px Manrope,sans-serif;
  margin:5px 0 3px;
}

.engine-core small{
  font-size:6px;
  color:#c1cbeb;
}

.core-loader{
  display:flex;
  gap:3px;
  margin-top:7px;
}

.core-loader span{
  width:3px;
  height:3px;
  border-radius:50%;
  background:#74e1dc;
  animation:loaderDot 1.2s ease-in-out infinite;
}

.core-loader span:nth-child(2){animation-delay:.18s}
.core-loader span:nth-child(3){animation-delay:.36s}

.output-card{
  border:1px solid #d9e3ec;
  border-radius:17px;
  background:linear-gradient(145deg,#fff,#f7fbfb);
  padding:16px;
  box-shadow:0 14px 34px rgba(34,52,77,.06);
}

.output-title{
  display:flex;
  align-items:center;
  gap:10px;
  padding-bottom:13px;
  border-bottom:1px solid #e8edf3;
}

.output-icon{
  width:31px;
  height:31px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e8faf4;
  color:#299879;
  font-weight:900;
}

.output-title span{
  display:block;
  font-size:6px;
  font-weight:800;
  letter-spacing:.13em;
  color:#6f7e91;
}

.output-title strong{
  display:block;
  margin-top:2px;
  font-size:11px;
}

.output-list{
  display:grid;
  gap:7px;
  padding-top:12px;
}

.output-row{
  display:flex;
  align-items:center;
  gap:7px;
  font-size:8px;
  color:#526075;
  opacity:.35;
  transform:translateX(-6px);
  animation:outputReveal 5s ease-in-out infinite;
}

.output-row-2{animation-delay:.35s}
.output-row-3{animation-delay:.7s}

.output-check{
  width:17px;
  height:17px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#ecfaf6;
  color:#2a9b7c;
  font-size:8px;
  font-weight:900;
}

.engine-strip-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border-top:1px solid #e2e8f0;
  margin-top:28px;
  padding-top:21px;
}

.engine-strip-bottom p{
  max-width:590px;
  margin:0;
  font-size:10px;
  line-height:1.65;
  color:#68758a;
}

.engine-tech{
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  font-size:7px;
  font-weight:700;
  color:#7c8799;
}

.engine-tech i{
  width:3px;
  height:3px;
  border-radius:50%;
  background:#a9b3c1;
}

@keyframes dataFlow{
  0%{
    left:0;
    opacity:0;
    transform:scale(.5);
  }
  15%{opacity:1}
  80%{opacity:1}
  100%{
    left:calc(100% - 6px);
    opacity:0;
    transform:scale(1.2);
  }
}

@keyframes engineRotate{
  to{transform:rotate(360deg)}
}

@keyframes engineRotateReverse{
  to{transform:rotate(-360deg)}
}

@keyframes coreBreath{
  0%,100%{
    transform:scale(1);
    box-shadow:
      0 0 0 8px rgba(83,103,255,.06),
      0 16px 45px rgba(72,92,255,.30);
  }
  50%{
    transform:scale(1.035);
    box-shadow:
      0 0 0 13px rgba(83,103,255,.035),
      0 20px 55px rgba(72,92,255,.38);
  }
}

@keyframes loaderDot{
  0%,100%{
    opacity:.25;
    transform:translateY(0);
  }
  50%{
    opacity:1;
    transform:translateY(-2px);
  }
}

@keyframes outputReveal{
  0%,12%{
    opacity:.3;
    transform:translateX(-6px);
  }
  20%,80%{
    opacity:1;
    transform:translateX(0);
  }
  92%,100%{
    opacity:.3;
    transform:translateX(-6px);
  }
}

@media(max-width:1050px){
  .engine-flow{
    grid-template-columns:1fr 60px 150px 60px 1fr;
  }
  .engine-core-wrap{
    width:150px;
    height:150px;
  }
  .engine-core{
    width:96px;
    height:96px;
  }
}

@media(max-width:760px){
  .engine-strip{
    padding:28px 20px;
    margin-top:50px;
  }

  .engine-strip-head h3{
    font-size:25px;
  }

  .engine-flow{
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-top:28px;
  }

  .engine-side{
    width:100%;
  }

  .engine-connector{
    width:1px;
    height:45px;
  }

  .flow-line{
    left:0;
    right:auto;
    top:0;
    bottom:0;
    width:1px;
    height:auto;
  }

  .flow-particle{
    left:-3px !important;
    animation:dataFlowVertical 2.4s linear infinite;
  }

  .engine-core-wrap{
    width:145px;
    height:145px;
  }

  .data-cloud{
    grid-template-columns:repeat(3,1fr);
  }

  .engine-strip-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .engine-tech{
    flex-wrap:wrap;
    white-space:normal;
  }
}

@keyframes dataFlowVertical{
  0%{top:0;opacity:0}
  15%{opacity:1}
  80%{opacity:1}
  100%{top:calc(100% - 6px);opacity:0}
}


/* =========================================================
   USER CUSTOM OVERRIDES
   ========================================================= */

.hero{
  padding-top:120px;
}

.hero-pills{
  gap:5px;
}

.engine-strip{
  margin-top:50px;
}


/* =========================================================
   HOW IT WORKS / WORKFLOW V2
   ========================================================= */

.workflow-v2-section{
  background:
    radial-gradient(circle at 50% 10%, rgba(83,103,255,.05), transparent 34%),
    linear-gradient(180deg,#f6f8fc 0%,#eef3f9 100%);
  border-top:1px solid #e8edf4;
  border-bottom:1px solid #e3e9f1;
  overflow:hidden;
}

.workflow-v2-heading{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.workflow-v2-heading h2{
  margin:18px 0;
  font:800 clamp(42px,5vw,64px)/1.03 Manrope,sans-serif;
  letter-spacing:-.055em;
  color:#0c1425;
}

.workflow-v2-heading h2 span{
  background:linear-gradient(135deg,var(--brand),var(--brand2) 58%,var(--cyan));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.workflow-v2-heading p{
  max-width:700px;
  margin:0 auto;
  font-size:14px;
  line-height:1.7;
  color:#637086;
}


.workflow-v2-wrap{
  position:relative;
  margin-top:56px;
}

.workflow-v2-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}


/* FLOW TRACK */

.workflow-v2-track{
  position:absolute;
  z-index:1;
  left:8%;
  right:8%;
  top:50%;
  height:1px;
}

.workflow-v2-line{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(83,103,255,.12),
    rgba(83,103,255,.38) 40%,
    rgba(34,189,209,.34) 70%,
    rgba(34,189,209,.12)
  );
}

.workflow-v2-particle{
  position:absolute;
  top:-4px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#5367ff;
  box-shadow:0 0 14px rgba(83,103,255,.75);
  opacity:0;
  animation:workflowPacket 4.8s linear infinite;
}

.workflow-v2-particle.particle-b{
  animation-delay:2.4s;
  background:#37c4d0;
  box-shadow:0 0 14px rgba(55,196,208,.75);
}


/* CARD */

.workflow-v2-card{
  position:relative;
  min-height:390px;
  display:flex;
  flex-direction:column;
  background:rgba(255,255,255,.95);
  border:1px solid #d5dee9;
  border-radius:27px;
  padding:28px 28px 22px;
  box-shadow:0 20px 55px rgba(34,48,82,.07);
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease,
    opacity .35s ease;
  overflow:hidden;
}

.workflow-v2-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(83,103,255,.4),
    rgba(34,189,209,.28),
    transparent
  );
  opacity:.35;
}

.workflow-v2-card.is-active{
  transform:translateY(-5px);
  border-color:#bec9ff;
  box-shadow:0 26px 65px rgba(72,92,255,.13);
}

.workflow-v2-card.is-done{
  border-color:#cfe9e1;
}

.workflow-v2-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.workflow-v2-number{
  font:800 12px Manrope,sans-serif;
  letter-spacing:.08em;
  color:#78859a;
}

.workflow-v2-state{
  padding:7px 10px;
  border-radius:999px;
  font-size:8px;
  font-weight:800;
  letter-spacing:.04em;
}

.state-ready{
  color:#29977a;
  background:#eafaf4;
  border:1px solid #cfeee3;
}

.state-wait{
  color:#798599;
  background:#f4f6fa;
  border:1px solid #e1e6ed;
}

.workflow-v2-card.is-active .workflow-v2-state{
  color:#4e61d8;
  background:#eef1ff;
  border-color:#d9dfff;
}

.workflow-v2-card.is-done .workflow-v2-state{
  color:#29977a;
  background:#eafaf4;
  border-color:#cfeee3;
}


.workflow-v2-icon{
  width:58px;
  height:58px;
  margin:28px 0 20px;
  display:grid;
  place-items:center;
  border-radius:17px;
  background:
    linear-gradient(145deg,#eef1ff,#f4f7ff);
  color:#5367ff;
  font-size:22px;
  box-shadow:
    inset 0 0 0 1px rgba(83,103,255,.06);
  transition:.3s ease;
}

.workflow-v2-card.is-active .workflow-v2-icon{
  color:#fff;
  background:linear-gradient(135deg,var(--brand),var(--brand2));
  box-shadow:0 14px 30px rgba(83,103,255,.18);
  transform:scale(1.05);
}

.workflow-v2-card h3{
  margin:0 0 12px;
  font:800 27px Manrope,sans-serif;
  letter-spacing:-.035em;
  color:#0e1728;
}

.workflow-v2-card > p{
  margin:0;
  min-height:72px;
  font-size:13px;
  line-height:1.68;
  color:#5d6a7f;
}


/* STEP 1 MINI PANEL */

.workflow-v2-mini-panel{
  display:grid;
  gap:7px;
  margin-top:22px;
}

.workflow-v2-mini-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:9px 11px;
  border:1px solid #e2e8f0;
  border-radius:11px;
  background:#fafbfd;
  font-size:9px;
  color:#5f6b7e;
}

.workflow-v2-mini-row b{
  color:#32a887;
  font-size:10px;
}


/* STEP 2 RULES */

.workflow-v2-rules{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:22px;
}

.workflow-v2-rules span{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid #dce3ed;
  background:#fafbfd;
  color:#5a6679;
  font-size:8px;
  font-weight:700;
}


/* STEP 3 OUTPUT */

.workflow-v2-output{
  margin-top:22px;
  padding:13px 14px;
  border:1px solid #dee5ee;
  border-radius:13px;
  background:
    linear-gradient(145deg,#fafcff,#f7fafc);
}

.workflow-v2-output-head,
.workflow-v2-output-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.workflow-v2-output-head span{
  font-size:7px;
  font-weight:800;
  letter-spacing:.12em;
  color:#8792a4;
}

.workflow-v2-output-head strong{
  font:800 14px Manrope,sans-serif;
  color:#4054d2;
}

.workflow-v2-progress{
  height:8px;
  margin:9px 0;
  border-radius:999px;
  overflow:hidden;
  background:#e7ecf3;
}

.workflow-v2-progress i{
  display:block;
  width:0;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--brand),var(--cyan));
  transition:width 1s cubic-bezier(.2,.85,.25,1);
}

.workflow-v2-card.is-active .workflow-v2-progress i,
.workflow-v2-card.is-done .workflow-v2-progress i{
  width:96%;
}

.workflow-v2-output-bottom span{
  font-size:8px;
  color:#7b8799;
}

.workflow-v2-output-bottom b{
  font-size:8px;
  color:#2c9b7c;
}


/* FOOT */

.workflow-v2-card-foot{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid #edf1f6;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:9px;
  font-weight:700;
  color:#738095;
}

.workflow-v2-status-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#c4ccd7;
  box-shadow:0 0 0 4px rgba(196,204,215,.12);
}

.workflow-v2-card.is-active .workflow-v2-status-dot{
  background:#5367ff;
  box-shadow:0 0 0 5px rgba(83,103,255,.10);
}

.workflow-v2-card.is-done .workflow-v2-status-dot{
  background:#45cfa8;
  box-shadow:0 0 0 5px rgba(69,207,168,.10);
}


/* CLOSING */

.workflow-v2-closing{
  max-width:760px;
  margin:34px auto 0;
  padding:17px 20px;
  display:flex;
  align-items:center;
  gap:14px;
  border:1px solid #d7e1ec;
  border-radius:17px;
  background:rgba(255,255,255,.76);
  box-shadow:0 14px 35px rgba(34,48,82,.05);
}

.workflow-v2-closing-icon{
  width:34px;
  height:34px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eafaf4;
  color:#29977a;
  font-weight:900;
}

.workflow-v2-closing span{
  display:block;
  font-size:12px;
  color:#7a8799;
  margin-bottom:2px;
}

.workflow-v2-closing strong{
  display:block;
  font-size:13px;
  color:#283347;
}


/* ANIMATIONS */

@keyframes workflowPacket{
  0%{
    left:0;
    opacity:0;
    transform:scale(.7);
  }

  10%{
    opacity:1;
  }

  90%{
    opacity:1;
  }

  100%{
    left:calc(100% - 8px);
    opacity:0;
    transform:scale(1.1);
  }
}


/* RESPONSIVE */

@media(max-width:1050px){

  .workflow-v2-grid{
    grid-template-columns:1fr;
  }

  .workflow-v2-track{
    display:none;
  }

  .workflow-v2-card{
    min-height:auto;
  }

}

@media(max-width:720px){

  .workflow-v2-heading h2{
    font-size:40px;
  }

  .workflow-v2-heading p{
    font-size:13px;
  }

  .workflow-v2-card{
    padding:24px 22px 20px;
  }

  .workflow-v2-card h3{
    font-size:25px;
  }

  .workflow-v2-card > p{
    min-height:auto;
  }

}


/* =========================================================
   FINAL USER OVERRIDES
   ========================================================= */

.hero{
  padding-top:120px;
}

.hero-pills{
  gap:5px;
}

.engine-strip{
  margin-top:50px;
}


/* =========================================================
   CLUSTER / VERTICALI — LEGGIBILITÀ MIGLIORATA
   ========================================================= */

.cluster-card{
  padding:32px 34px 30px;
  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.cluster-card:hover{
  transform:translateY(-3px);
  border-color:#c5cff5;
  box-shadow:0 20px 45px rgba(49,62,100,.08);
}

/* Label superiore */
.cluster-card .cluster-label{
  font-size:10px;
  line-height:1.3;
  letter-spacing:.10em;
  font-weight:800;
}

/* Numero cluster in alto a destra */
.cluster-card .cluster-number{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:30px;
  height:24px;
  padding:0 7px;
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.05em;
  color:#7f8ba0;
  background:#f4f6fa;
  border:1px solid #e5e9f0;
  border-radius:8px;
}

/* Titolo */
.cluster-card h3{
  font-size:27px;
  line-height:1.18;
  letter-spacing:-.035em;
  margin-top:34px;
  margin-bottom:14px;
}

/* Descrizione */
.cluster-card > p{
  font-size:14px;
  line-height:1.65;
  color:#5d697d;
  max-width:95%;
}

/* Elenco */
.cluster-card ul{
  margin-top:17px;
  padding-left:19px;
}

.cluster-card li{
  font-size:12px;
  line-height:1.7;
  color:#566277;
  padding-left:2px;
}


/* =========================================================
   FINAL USER OVERRIDES
   ========================================================= */

.hero{
  padding-top:120px;
}

.hero-pills{
  gap:5px;
}

.engine-strip{
  margin-top:50px;
}


/* =========================================================
   INTEGRATIONS V2 — OPEN ECOSYSTEM
   ========================================================= */

.integrations-v2-section{
  background:
    linear-gradient(180deg,#f6f8fc 0%,#eef3f9 100%);
  border-top:1px solid #e7edf4;
  border-bottom:1px solid #e4eaf2;
}

.integrations-v2-heading{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.integrations-v2-heading h2{
  margin:18px 0;
  font:800 clamp(42px,5vw,64px)/1.03 Manrope,sans-serif;
  letter-spacing:-.055em;
  color:#0d1526;
}

.integrations-v2-heading h2 span{
  background:linear-gradient(135deg,var(--brand),var(--brand2) 58%,var(--cyan));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.integrations-v2-heading p{
  max-width:760px;
  margin:0 auto;
  font-size:14px;
  line-height:1.72;
  color:#617086;
}

.integrations-v2-map{
  max-width:930px;
  margin:44px auto 0;
  padding:34px 36px 30px;
  background:#fff;
  border:1px solid #d6dfe9;
  border-radius:30px;
  box-shadow:0 22px 60px rgba(34,48,82,.08);
}

.integrations-v2-sources{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.integrations-v2-source-card{
  min-height:120px;
  padding:20px 18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  background:#fafbfd;
  border:1px solid #dbe3ed;
  border-radius:18px;
}

.integrations-v2-source-kicker{
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.12em;
  color:#7d899c;
  margin-bottom:8px;
}

.subtitle_integration {font-size: 14px;}

.integrations-v2-source-card strong{
  display:block;
  font:800 17px Manrope,sans-serif;
  color:#1b2436;
}

.integrations-v2-source-card small{
  display:block;
  margin-top:6px;
  font-size:9px;
  line-height:1.45;
  color:#7a879a;
}

.integrations-v2-lines{
  position:relative;
  height:82px;
}

.integrations-v2-lines::before{
  content:"";
  position:absolute;
  left:16%;
  right:16%;
  top:50%;
  height:1px;
  background:#d8e0e9;
}

.integrations-v2-lines span{
  position:absolute;
  width:1px;
  background:#d8e0e9;
}

.integrations-v2-lines .line-left{
  left:16%;
  top:0;
  height:50%;
}

.integrations-v2-lines .line-center{
  left:50%;
  top:0;
  height:100%;
}

.integrations-v2-lines .line-right{
  right:16%;
  top:0;
  height:50%;
}

.integrations-v2-core{
  width:240px;
  margin:0 auto;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#fff;
  background:#0d1526;
  border-radius:20px;
  box-shadow:0 16px 38px rgba(13,21,38,.18);
}

.integrations-v2-core strong{
  display:block;
  font:800 15px Manrope,sans-serif;
}

.integrations-v2-core small{
  display:block;
  margin-top:3px;
  font-size:8px;
  color:#9eacc0;
}

.integrations-v2-native{
  width:290px;
  margin:18px auto 0;
  padding:13px 16px;
  text-align:center;
  background:#f4f6ff;
  border:1px solid #d8defd;
  border-radius:14px;
}

.integrations-v2-native-label{
  display:block;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#7d87a6;
}

.integrations-v2-native strong{
  display:block;
  margin-top:4px;
  font:800 13px Manrope,sans-serif;
  color:#3f50c6;
}

.integrations-v2-native small{
  display:block;
  margin-top:3px;
  font-size:10px;
  color:#77849b;
}

.integrations-v2-benefits{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid #e7ecf2;
  font-size:13px;
  font-weight:700;
  color:#677488;
}

.integrations-v2-benefits i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:#a8b2c0;
}

@media(max-width:900px){
  .integrations-v2-sources{
    grid-template-columns:1fr;
  }

  .integrations-v2-lines{
    display:none;
  }

  .integrations-v2-core{
    margin-top:18px;
  }
}

@media(max-width:720px){
  .integrations-v2-map{
    padding:24px 20px;
  }

  .integrations-v2-heading h2{
    font-size:40px;
  }

  .integrations-v2-native,
  .integrations-v2-core{
    width:100%;
  }

  .integrations-v2-benefits{
    flex-wrap:wrap;
  }
}


/* =========================================================
   FINAL USER OVERRIDES
   ========================================================= */

.section{
  padding:60px 0;
}

.hero{
  padding-top:120px;
}

.hero-pills{
  gap:5px;
}

.engine-strip{
  margin-top:50px;
}

.cluster-kicker,
.cluster-index{
  font-size:14px;
}
/* =========================================================
   KNOW-HOW BLUCLOUD
   ========================================================= */

.knowhow-section{
  background:
    radial-gradient(circle at 82% 24%, rgba(83,103,255,.06), transparent 28%),
    linear-gradient(180deg,#f5f8fc 0%,#eef3f9 100%);
  border-top:1px solid #e5ebf2;
  border-bottom:1px solid #e1e8f0;
}

.knowhow-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:64px;
  align-items:stretch;
}


/* =========================================================
   LEFT — COPY
   ========================================================= */

.knowhow-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.knowhow-copy h2{
  margin:18px 0 24px;
  font:800 clamp(44px,5vw,66px)/1.02 Manrope,sans-serif;
  letter-spacing:-.055em;
  color:#0d1526;
}

.knowhow-copy h2 span{
  background:linear-gradient(
    135deg,
    var(--brand),
    var(--brand2) 58%,
    var(--cyan)
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.knowhow-copy p{
  margin:0 0 16px;
  max-width:620px;
  font-size:14px;
  line-height:1.76;
  color:#5d697d;
}

.knowhow-copy .knowhow-lead{
  font-size:16px;
  line-height:1.72;
  color:#435067;
}

.knowhow-copy .knowhow-lead strong{
  color:#182236;
}


/* =========================================================
   RIGHT — PANEL
   ========================================================= */

.knowhow-panel{
  background:rgba(255,255,255,.94);
  border:1px solid #d4deea;
  border-radius:30px;
  padding:32px;
  box-shadow:0 24px 65px rgba(33,47,84,.08);
}

.knowhow-panel-head{
  padding-bottom:22px;
  border-bottom:1px solid #e8edf3;
}

.knowhow-panel-head > span{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.14em;
  color:#7e8a9d;
}

.knowhow-panel-head > strong{
  display:block;
  max-width:560px;
  font:800 21px/1.28 Manrope,sans-serif;
  letter-spacing:-.03em;
  color:#1b2537;
}


/* =========================================================
   STATS
   ========================================================= */

.knowhow-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:24px;
}

.knowhow-stat{
  min-height:125px;
  padding:18px 16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#f8fafd;
  border:1px solid #e0e7ef;
  border-radius:18px;
}

.knowhow-stat strong{
  display:block;
  font:800 28px/1 Manrope,sans-serif;
  letter-spacing:-.04em;
  color:#172134;
}

.knowhow-stat span{
  display:block;
  margin-top:9px;
  font-size:12px;
  line-height:1.5;
  color:#6c788c;
}


/* =========================================================
   SECTORS
   ========================================================= */

.knowhow-sectors{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.knowhow-sectors span{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid #dde5ef;
  background:#fafbfd;
  font-size:11px;
  line-height:1;
  font-weight:700;
  color:#5f6b7d;
}


/* =========================================================
   INSIGHT
   ========================================================= */

.knowhow-insight{
  margin-top:24px;
  padding:20px 21px;
  border-radius:18px;
  background:
    linear-gradient(145deg,#f2f5ff,#f7fbff);
  border:1px solid #d9e0fb;
}

.knowhow-insight-label{
  display:block;
  margin-bottom:7px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  color:#6170cf;
}

.knowhow-insight strong{
  display:block;
  font:800 16px/1.32 Manrope,sans-serif;
  letter-spacing:-.025em;
  color:#2a3550;
}

.knowhow-insight p{
  margin:9px 0 0;
  font-size:13px;
  line-height:1.62;
  color:#67738a;
}


/* =========================================================
   FINAL STATEMENT
   ========================================================= */

.knowhow-statement{
  margin-top:38px;
  padding:28px 32px;
  background:#0e1728;
  border-radius:24px;
  box-shadow:0 20px 55px rgba(14,23,40,.16);
}

.knowhow-statement span{
  display:block;
  margin-bottom:6px;
  font-size:13px;
  line-height:1.45;
  color:#8f9bb0;
}

.knowhow-statement strong{
  display:block;
  max-width:940px;
  font:800 clamp(24px,3vw,38px)/1.15 Manrope,sans-serif;
  letter-spacing:-.04em;
  color:#fff;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1050px){

  .knowhow-grid{
    grid-template-columns:1fr;
    gap:36px;
  }

  .knowhow-panel{
    padding:28px;
  }

}


@media(max-width:760px){

  .knowhow-copy h2{
    font-size:40px;
  }

  .knowhow-copy .knowhow-lead{
    font-size:15px;
  }

  .knowhow-stats{
    grid-template-columns:1fr;
  }

  .knowhow-stat{
    min-height:auto;
  }

  .knowhow-panel{
    padding:22px;
  }

  .knowhow-statement{
    padding:24px 22px;
  }

}

/* Mantiene visibile la stessa linea dell'hover sulla sezione attiva */
.desktop-nav a.active::after{
  width:100%;
}

/* =========================================================
   FORM CONTATTI PLANORA — STATI
   Copia questo blocco in fondo a styles.css
   ========================================================= */

.contact-form-status{
  min-height:20px;
  margin-top:12px;
  padding:0;
  font-size:11px;
  line-height:1.5;
  text-align:center;
}

.contact-form-status.is-success{
  padding:10px 12px;
  border-radius:10px;
  color:#287b64;
  background:#eaf9f4;
  border:1px solid #ccecdf;
}

.contact-form-status.is-error{
  padding:10px 12px;
  border-radius:10px;
  color:#a84f4f;
  background:#fff0f0;
  border:1px solid #f0cccc;
}

#planora-contact-submit:disabled{
  opacity:.65;
  cursor:not-allowed;
  transform:none;
}

.privacy-note a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}

.btn {
    cursor: pointer;
}
/* CTA PRIMARIA HERO */

.hero-actions .btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;

  padding:15px 24px !important;

  background:#643cff !important;
  color:#ffffff !important;

  border:1px solid #643cff !important;
  border-radius:999px !important;

  font-size:14px;
  font-weight:700;
  line-height:1;

  text-decoration:none !important;
  box-shadow:0 10px 28px rgba(100,60,255,.20);

  cursor:pointer;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.hero-actions .btn-primary:hover{
  background:#5732ef !important;
  color:#ffffff !important;
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(100,60,255,.28);
}

.hero-actions .btn-primary span{
  color:#ffffff !important;
}
/* HERO ACTIONS */

.hero-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;

  width:100%;
  margin-top:18px;
}


/* LINK SECONDARIO */

.hero-actions .hero-secondary-link{
  display:inline-flex !important;
  align-items:center;
  gap:7px;

  padding:8px 2px !important;

  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;

  color:#59657a !important;

  font-size:13px;
  font-weight:600;
  line-height:1;

  text-decoration:none !important;
  cursor:pointer;

  transition:color .2s ease;
}


.hero-actions .hero-secondary-link span{
  display:inline-block;

  color:#7b8799;

  font-size:14px;
  font-weight:400;

  transition:
    transform .2s ease,
    color .2s ease;
}


.hero-actions .hero-secondary-link:hover{
  color:#5b42f3 !important;

  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}


.hero-actions .hero-secondary-link:hover span{
  color:#5b42f3;
  transform:translateY(2px);
}

/* =========================================================
   WHATSAPP STICKY
   ========================================================= */

.whatsapp-sticky{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1000;

  display:flex;
  align-items:center;
  gap:9px;

  padding:11px 16px 11px 12px;

  background:#25D366;
  color:#fff;

  border-radius:999px;
  box-shadow:0 8px 28px rgba(20,30,50,.18);

  font-size:13px;
  font-weight:700;
  line-height:1;

  text-decoration:none;
  cursor:pointer;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.whatsapp-sticky svg{
  width:22px;
  height:22px;
  flex:0 0 auto;
}

.whatsapp-sticky:hover{
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 12px 34px rgba(20,30,50,.25);
}


/* MOBILE */

@media(max-width:700px){

  .whatsapp-sticky{
    right:16px;
    bottom:16px;

    width:52px;
    height:52px;

    padding:0;

    justify-content:center;
  }

  .whatsapp-sticky span{
    display:none;
  }

  .whatsapp-sticky svg{
    width:25px;
    height:25px;
  }

}