:root{
  --bg:#f7fafc;
  --surface:rgba(255,255,255,.72);
  --surface-strong:rgba(255,255,255,.88);
  --text:#0e1118;
  --muted:#66768a;
  --muted-2:#8b97a8;
  --line:rgba(20,36,59,.08);
  --blue:#1387e8;
  --blue-2:#0a4ea3;
  --blue-3:#dce5ee;
  --shadow:0 24px 70px rgba(28,49,74,.10);
  --shadow-soft:0 14px 36px rgba(28,49,74,.07);
  --max:1180px;
  --r-xl:36px;
  --r-lg:26px;
  --r-md:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 18%, rgba(157,201,244,.26), transparent 34rem),
    radial-gradient(circle at 92% 8%, rgba(19,135,232,.10), transparent 28rem),
    linear-gradient(180deg,#fbfdff 0%,#f7fafc 52%,#eef4fa 100%);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
ul{margin:0;padding-left:18px}
.bg-grid{
  position:fixed; inset:0; z-index:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(20,36,59,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,36,59,.02) 1px, transparent 1px);
  background-size:5px 5px;
}
.bg-glow{
  position:fixed; border-radius:999px; filter:blur(28px); pointer-events:none; z-index:0;
}
.glow-a{width:360px;height:360px;left:-180px;bottom:12vh;background:rgba(19,135,232,.10)}
.glow-b{width:420px;height:420px;right:-190px;top:10vh;background:rgba(169,215,255,.28)}

.site-header{
  position:sticky; top:14px; z-index:30;
  width:min(calc(100% - 26px), var(--max)); margin:14px auto 0;
  min-height:74px; display:flex; justify-content:space-between; align-items:center; gap:18px;
  padding:14px 18px; border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.90);
  box-shadow:0 10px 30px rgba(28,49,74,.07);
  backdrop-filter:blur(18px) saturate(165%); -webkit-backdrop-filter:blur(18px) saturate(165%);
}
.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}
.brand-mark{width:40px;height:40px;display:inline-flex}
.brand-mark.small{width:30px;height:30px}
.brand-mark svg{width:100%;height:100%}
.brand-text{font-size:26px;line-height:1;letter-spacing:-.04em}
.brand-text strong{font-weight:780}
.brand-text em{font-style:normal;font-weight:340}
.footer-text{font-size:22px}
.nav{display:flex;align-items:center;gap:22px;font-size:15px;color:rgba(14,17,24,.72)}
.nav a{transition:color .2s ease, transform .2s ease}
.nav a:hover{color:var(--text);transform:translateY(-1px)}
.nav-cta{
  padding:12px 18px;border-radius:999px;color:#fff!important;
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  box-shadow:0 14px 28px rgba(19,135,232,.22)
}
.nav-toggle{display:none;width:42px;height:42px;border:0;background:transparent}
.nav-toggle span{display:block;width:20px;height:2px;background:var(--text);margin:6px auto;border-radius:999px}

.section{
  position:relative; z-index:1; width:min(calc(100% - 36px), var(--max));
  margin:0 auto; padding:88px 0;
}
.hero{
  min-height:calc(100vh - 110px);
  display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center;
  padding-top:48px;
}
.eyebrow{
  margin:0 0 16px; color:var(--blue-2); font-size:12px; letter-spacing:.18em; text-transform:uppercase; font-weight:800;
}
h1,h2,h3,p{text-wrap:pretty}
h1{
  margin:0; max-width:12ch;
  font-size:clamp(46px,5.2vw,68px);
  line-height:1.02; letter-spacing:-.06em; font-weight:710;
}
h2{
  margin:0; font-size:clamp(34px,4vw,56px); line-height:1.04; letter-spacing:-.05em; font-weight:720;
}
h3{margin:0; font-size:22px; line-height:1.18; letter-spacing:-.03em}
.lead,.section-heading p,.paths-copy>p,.contact-copy>p{
  color:var(--muted); font-size:clamp(18px,1.8vw,22px); line-height:1.58;
}
.lead{margin:24px 0 0; max-width:680px}
.hero-actions,.contact-buttons{display:flex; gap:14px; align-items:center; flex-wrap:wrap; margin-top:30px}
.button{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:52px; padding:0 22px; border-radius:999px; border:1px solid transparent;
  font-size:15px; font-weight:760; cursor:pointer; transition:transform .18s ease, box-shadow .18s ease;
}
.button:hover{transform:translateY(-2px)}
.button.primary{color:#fff;background:linear-gradient(135deg,#1598ff,#0a4ea3);box-shadow:0 18px 42px rgba(19,135,232,.22)}
.button.ghost{color:rgba(14,17,24,.84);background:rgba(255,255,255,.62);border-color:rgba(20,36,59,.09);box-shadow:var(--shadow-soft)}
.hero-tags{display:flex; flex-wrap:wrap; gap:10px; margin-top:22px}
.hero-tags span{
  min-height:38px; display:inline-flex; align-items:center; padding:0 14px;
  border-radius:999px; background:rgba(255,255,255,.64); border:1px solid rgba(20,36,59,.08);
  color:#576678; font-size:13px
}

.hero-visual{position:relative; min-height:620px; display:grid; place-items:center}
.hero-visual::before{
  content:""; position:absolute; width:600px; height:600px; border-radius:999px;
  background:radial-gradient(circle at center, rgba(255,255,255,.9) 0, rgba(255,255,255,.46) 34%, rgba(19,135,232,.08) 56%, transparent 72%);
}
.ui-stage{position:relative; width:min(100%, 620px)}
.ui-window{
  position:relative; padding:14px 14px 18px; border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,250,252,.88));
  border:1px solid rgba(255,255,255,.92); box-shadow:0 28px 80px rgba(28,49,74,.14);
  backdrop-filter:blur(16px)
}
.window-bar{display:flex;align-items:center;gap:6px;padding:0 0 10px 6px}
.window-bar span{width:8px;height:8px;border-radius:999px;background:rgba(14,17,24,.14)}
.window-title{margin-left:auto;padding-right:10px;font-size:12px;color:var(--muted-2);font-weight:700}
.hero-dashboard{
  display:grid; grid-template-columns:146px 1fr; gap:12px;
  border-radius:22px; overflow:hidden; background:#fff; border:1px solid rgba(20,36,59,.08)
}
.dashboard-sidebar{
  background:linear-gradient(180deg,#f7fbff,#f3f7fb); padding:18px 14px; display:grid; gap:10px; align-content:start;
  border-right:1px solid rgba(20,36,59,.06)
}
.sidebar-chip{
  min-height:38px; display:flex; align-items:center; padding:0 14px; border-radius:14px;
  font-size:13px; color:#5e6e80; background:#fff; border:1px solid rgba(20,36,59,.06)
}
.sidebar-chip.active{background:linear-gradient(135deg,#e9f5ff,#ffffff); color:var(--blue-2); font-weight:700; border-color:rgba(19,135,232,.14)}
.dashboard-main{padding:18px; display:grid; gap:12px}
.metric-row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.metric-card{
  min-height:74px; display:flex; align-items:center; gap:12px; padding:14px;
  border-radius:18px; background:#f8fbff; border:1px solid rgba(20,36,59,.06)
}
.metric-card strong{display:block; font-size:14px}
.metric-card p{margin:4px 0 0; color:var(--muted); font-size:12px}
.metric-icon{
  width:34px; height:34px; border-radius:12px; flex-shrink:0; background:linear-gradient(145deg,#eef7ff,#fff); border:1px solid rgba(19,135,232,.12)
}
.metric-icon.blue{background:linear-gradient(145deg,#1387e8,#56b4ff)}
.metric-icon.soft{background:linear-gradient(145deg,#dce5ee,#ffffff)}
.flow-card{
  padding:16px; border-radius:20px; background:linear-gradient(180deg,#fbfdff,#f6f9fc); border:1px solid rgba(20,36,59,.06)
}
.flow-head{display:flex; justify-content:space-between; align-items:center; margin-bottom:14px}
.flow-head span{font-size:12px; text-transform:uppercase; letter-spacing:.14em; color:var(--muted-2); font-weight:800}
.flow-head b{font-size:14px}
.flow-line{display:grid; grid-template-columns:auto 1fr auto 1fr auto 1fr auto; gap:8px; align-items:center}
.flow-node{
  min-height:36px; padding:0 12px; display:flex; align-items:center; justify-content:center;
  border-radius:12px; background:#fff; border:1px solid rgba(20,36,59,.08); font-size:12px; font-weight:700
}
.flow-sep{height:2px; background:linear-gradient(90deg, rgba(19,135,232,.16), rgba(19,135,232,.48), rgba(19,135,232,.16)); border-radius:999px}
.insight-grid{display:grid; grid-template-columns:1.2fr .8fr; gap:12px}
.insight-card{
  padding:16px; border-radius:20px; border:1px solid rgba(20,36,59,.06);
  background:linear-gradient(180deg,#fbfdff,#f6f9fc)
}
.insight-card span{display:block; margin-bottom:10px; font-size:12px; text-transform:uppercase; letter-spacing:.14em; color:var(--muted-2); font-weight:800}
.insight-card.large strong{display:block; font-size:28px; line-height:1.06; letter-spacing:-.04em}
.insight-card.small li{color:var(--muted); margin-bottom:6px; font-size:14px}
.float-note{
  position:absolute; display:flex; align-items:flex-start; gap:12px; width:250px; padding:16px 18px;
  border-radius:22px; background:rgba(255,255,255,.78); border:1px solid rgba(255,255,255,.92);
  box-shadow:0 18px 38px rgba(28,49,74,.12); backdrop-filter:blur(14px)
}
.note-top{top:46px;right:-10px}
.note-bottom{bottom:30px;left:-10px}
.note-glyph{
  width:34px;height:34px;display:grid;place-items:center;border-radius:12px;
  background:linear-gradient(145deg,#eef7ff,#ffffff);border:1px solid rgba(19,135,232,.12);color:var(--blue-2);font-weight:800
}
.float-note strong{display:block;font-size:15px;margin-bottom:5px}
.float-note p{margin:0;font-size:13px;line-height:1.5;color:var(--muted)}

.intro-strip{padding-top:8px}
.intro-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px; padding:16px;
  border-radius:28px; background:rgba(255,255,255,.58); border:1px solid rgba(255,255,255,.84);
  box-shadow:var(--shadow-soft); backdrop-filter:blur(14px)
}
.intro-grid article{display:flex;gap:14px;align-items:flex-start;padding:12px}
.mini-icon,.icon-wrap,.number-chip,.lab-icon{
  width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:14px;background:linear-gradient(145deg,#eff7ff,#ffffff);
  border:1px solid rgba(19,135,232,.12);color:var(--blue-2);font-weight:800;flex-shrink:0
}
.mini-icon svg,.icon-wrap svg{
  width:22px;height:22px;stroke:var(--blue-2);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
.intro-grid strong{display:block;margin-bottom:6px;font-size:16px}
.intro-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}

.section-heading{display:grid; grid-template-columns:1fr 1fr; gap:38px; align-items:end; margin-bottom:40px}
.section-heading.narrow{display:block; max-width:860px}
.section-heading.soft h2{max-width:13ch}
.section-heading p{margin:0}

.pain-grid,.service-grid,.solve-grid,.path-grid{display:grid;gap:16px}
.pain-grid{grid-template-columns:repeat(3,1fr)}
.service-grid{grid-template-columns:repeat(3,1fr)}
.solve-grid{grid-template-columns:repeat(2,1fr)}
.path-grid{grid-template-columns:repeat(2,1fr)}
.pain-grid article,.service-card,.solve-card,.path-grid article,.orbit-card{
  padding:26px; border-radius:var(--r-lg); background:rgba(255,255,255,.66);
  border:1px solid rgba(20,36,59,.07); box-shadow:0 14px 34px rgba(28,49,74,.07); backdrop-filter:blur(14px)
}
.number-chip,.icon-wrap{margin-bottom:18px}
.pain-grid p,.service-card p,.solve-card p,.path-grid p,.about-copy p,.form-note,.orbit-card p{
  color:var(--muted); line-height:1.6
}
.solve-head,.path-head{display:flex; gap:12px; align-items:center; margin-bottom:14px}
.solve-head .mini-icon,.path-head .mini-icon{width:40px;height:40px}

.orbit-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:16px}
.orbit-card{text-align:center}
.orbit-ring{
  width:78px; height:78px; margin:0 auto 18px; display:grid; place-items:center;
  background:
    radial-gradient(circle at center, #fff 54%, transparent 55%),
    conic-gradient(from 145deg, #dce5ee 0 32%, #a9d7ff 32% 55%, #1387e8 55% 92%, transparent 92% 100%);
  border-radius:999px;
  box-shadow:0 16px 34px rgba(19,135,232,.12);
}
.orbit-ring span{
  width:42px;height:42px;display:grid;place-items:center;border-radius:999px;
  background:#fff; color:var(--blue-2); font-weight:800; font-size:18px; text-transform:lowercase;
  border:1px solid rgba(20,36,59,.06)
}

.paths-showcase{display:grid; grid-template-columns:.96fr 1.04fr; gap:34px; align-items:center}
.plan-board{
  padding:18px; border-radius:30px; background:rgba(255,255,255,.70); border:1px solid rgba(255,255,255,.88); box-shadow:var(--shadow)
}
.plan-header{display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:16px}
.plan-header strong{font-size:18px}
.plan-header span{font-size:12px; color:var(--muted-2); letter-spacing:.12em; text-transform:uppercase; font-weight:800}
.plan-lanes{display:grid; grid-template-columns:repeat(3,1fr); gap:12px}
.lane{padding:14px; border-radius:20px; background:linear-gradient(180deg,#fbfdff,#f6f9fc); border:1px solid rgba(20,36,59,.06)}
.lane-title{margin-bottom:12px; font-size:13px; color:var(--blue-2); text-transform:uppercase; letter-spacing:.14em; font-weight:800}
.lane-card{
  min-height:40px; display:flex; align-items:center; padding:0 12px; margin-bottom:10px;
  border-radius:12px; background:#fff; border:1px solid rgba(20,36,59,.07); font-size:13px
}
.plan-footer{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.result-pill{
  min-height:34px; padding:0 12px; display:inline-flex; align-items:center; border-radius:999px;
  background:linear-gradient(145deg,#eef7ff,#ffffff); border:1px solid rgba(19,135,232,.12); color:var(--blue-2); font-size:12px; font-weight:800
}

.lab{width:100%; max-width:none; padding:102px 18px}
.lab-shell{
  width:min(100%, var(--max)); margin:0 auto;
  display:grid; grid-template-columns:.92fr 1.08fr; gap:34px;
  padding:clamp(32px,5vw,56px); border-radius:40px; overflow:hidden; position:relative; color:#fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(19,135,232,.40), transparent 34rem),
    radial-gradient(circle at 11% 88%, rgba(95,184,255,.14), transparent 34rem),
    linear-gradient(135deg,#07101b,#0b1624 54%,#09131f);
  box-shadow:0 28px 90px rgba(8,17,28,.24)
}
.lab-shell::after{
  content:""; position:absolute; right:-58px; top:-88px; width:360px; height:360px; border-radius:999px;
  background:conic-gradient(from 145deg, rgba(220,229,238,.36) 0 30%, rgba(169,215,255,.32) 30% 54%, rgba(19,135,232,.34) 54% 92%, transparent 92% 100%);
  opacity:.55
}
.lab-copy,.lab-products{position:relative; z-index:1}
.lab-copy .eyebrow{color:#90d3ff}
.lab-copy p{color:rgba(255,255,255,.72); font-size:18px; line-height:1.64}
.lab-mini-flow{display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-top:24px}
.lab-badge{
  min-height:36px; padding:0 14px; display:inline-flex; align-items:center; border-radius:999px;
  background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.14); font-size:12px; text-transform:uppercase; letter-spacing:.14em; font-weight:800
}
.lab-sep{width:22px; height:2px; background:linear-gradient(90deg, rgba(255,255,255,.18), rgba(144,211,255,.6), rgba(255,255,255,.18)); border-radius:999px}
.lab-products{display:grid; gap:14px}
.lab-products article{padding:24px; border-radius:24px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.13); backdrop-filter:blur(14px)}
.lab-head{display:flex; gap:14px; align-items:center; margin-bottom:12px}
.lab-icon{background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.05)); border-color:rgba(255,255,255,.12); color:#fff; text-transform:lowercase}
.lab-products span{
  display:inline-block; margin-bottom:8px; color:#8cd0ff; font-size:12px; text-transform:uppercase; letter-spacing:.14em; font-weight:800
}
.lab-products h3{color:#fff; font-size:25px}
.lab-products p{margin:0; color:rgba(255,255,255,.72)}

.about-card{
  display:grid; grid-template-columns:1fr .82fr; gap:24px; align-items:center;
  padding:clamp(28px,4vw,44px); border-radius:34px; background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.86); box-shadow:var(--shadow-soft)
}
.about-copy p{margin:16px 0 0; font-size:17px}
.about-values{display:flex; gap:10px; flex-wrap:wrap; margin-top:24px}
.about-values span{
  min-height:36px; padding:0 14px; display:inline-flex; align-items:center; border-radius:999px;
  background:linear-gradient(145deg,#eef7ff,#ffffff); border:1px solid rgba(19,135,232,.12); color:var(--blue-2); font-size:12px; text-transform:uppercase; letter-spacing:.14em; font-weight:800
}
.quote-stack{display:grid; gap:14px}
.quote-card{
  padding:26px; border-radius:28px; background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.62));
  border:1px solid rgba(20,36,59,.07); box-shadow:0 18px 42px rgba(28,49,74,.08)
}
.quote-card span{
  display:block; margin-bottom:12px; color:var(--muted-2); font-size:12px; text-transform:uppercase; letter-spacing:.18em; font-weight:800
}
.quote-card strong{font-size:28px; line-height:1.1; letter-spacing:-.04em}
.belief-card{
  display:flex; gap:14px; align-items:flex-start; padding:20px; border-radius:24px; background:#fff; border:1px solid rgba(20,36,59,.07)
}
.belief-card p{margin:0; color:var(--muted); line-height:1.6}

.contact{display:grid; grid-template-columns:.9fr 1.1fr; gap:34px; align-items:start}
.contact-copy{position:sticky; top:132px}
.contact-benefits{display:grid; gap:12px; margin-top:24px}
.benefit{display:flex; gap:12px; align-items:center}
.benefit span{font-size:14px; color:var(--muted)}
.contact-form{
  display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:24px; border-radius:30px;
  background:rgba(255,255,255,.74); border:1px solid rgba(255,255,255,.9); box-shadow:var(--shadow); backdrop-filter:blur(18px)
}
.contact-form label{display:grid; gap:8px; font-size:13px; color:rgba(14,17,24,.72); font-weight:760}
.contact-form input,.contact-form textarea{
  width:100%; padding:15px 16px; border-radius:18px; border:1px solid rgba(20,36,59,.09); background:rgba(255,255,255,.72); outline:none; font:inherit; color:var(--text)
}
.contact-form input:focus,.contact-form textarea:focus{
  border-color:rgba(19,135,232,.45); box-shadow:0 0 0 4px rgba(19,135,232,.08); background:#fff
}
.contact-form textarea{min-height:130px; resize:vertical}
.full{grid-column:1/-1}
.form-note{margin:0; font-size:13px}

.footer{
  position:relative; z-index:1; width:min(calc(100% - 36px), var(--max)); margin:0 auto;
  padding:32px 0 88px; display:grid; grid-template-columns:1fr 1fr 1fr; gap:22px;
  border-top:1px solid var(--line); color:var(--muted); font-size:14px
}
.footer p{margin:6px 0}
.footer a{color:var(--text)}
.footer-brand{display:inline-flex; align-items:center; gap:8px}

.mobile-cta{
  display:none; position:fixed; left:14px; right:14px; bottom:14px; z-index:25;
  min-height:54px; border-radius:999px; align-items:center; justify-content:center;
  color:#fff; font-size:15px; font-weight:780; background:linear-gradient(135deg,#1598ff,#0a4ea3); box-shadow:0 18px 42px rgba(19,135,232,.26)
}

@media (max-width:1100px){
  .hero,.paths-showcase,.lab-shell,.about-card,.contact,.section-heading{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero-visual{min-height:auto}
  .note-top,.note-bottom{position:static; width:auto; margin-top:12px}
  .contact-copy{position:static}
}
@media (max-width:1040px){
  .intro-grid,.pain-grid,.service-grid{grid-template-columns:1fr 1fr}
  .solve-grid,.path-grid,.plan-lanes{grid-template-columns:1fr 1fr}
  .orbit-grid{grid-template-columns:repeat(5, minmax(150px,1fr)); overflow-x:auto; padding-bottom:12px}
  .orbit-grid::-webkit-scrollbar{height:8px}
}
@media (max-width:760px){
  .site-header{
    width:min(calc(100% - 16px), var(--max)); min-height:64px; padding:10px 12px; top:8px; margin-top:8px
  }
  .brand-text{font-size:22px}
  .nav-toggle{display:block}
  .nav{
    position:absolute; top:calc(100% + 10px); left:0; right:0; display:none; flex-direction:column; align-items:stretch; gap:0;
    padding:14px; border-radius:24px; background:rgba(255,255,255,.95); border:1px solid rgba(255,255,255,.88);
    box-shadow:var(--shadow-soft); backdrop-filter:blur(18px)
  }
  .nav.open{display:flex}
  .nav a{padding:14px 16px; border-radius:16px}
  .nav-cta{text-align:center; margin-top:8px}
  .section{width:min(calc(100% - 24px), var(--max)); padding:72px 0}
  h1{font-size:clamp(38px, 11vw, 52px); max-width:12ch; line-height:1.03}
  h2{font-size:clamp(30px, 8vw, 42px)}
  .hero{gap:20px; padding-top:48px}
  .hero-actions,.contact-buttons{align-items:stretch}
  .button{width:100%}
  .hero-tags,.about-values{gap:8px}
  .ui-window{padding:10px 10px 14px}
  .hero-dashboard{grid-template-columns:1fr}
  .dashboard-sidebar{grid-template-columns:repeat(2,1fr); border-right:0; border-bottom:1px solid rgba(20,36,59,.06)}
  .metric-row,.insight-grid,.intro-grid,.pain-grid,.service-grid,.solve-grid,.path-grid,.contact-form,.footer,.plan-lanes{grid-template-columns:1fr}
  .flow-line{grid-template-columns:1fr; gap:10px}
  .flow-sep{height:12px; width:2px; justify-self:center}
  .lab{padding:78px 12px}
  .mobile-cta{display:flex}
  .footer{padding-bottom:108px}
}
@media (prefers-reduced-motion:no-preference){
  .ui-window,.service-card,.solve-card,.path-grid article,.lab-products article,.quote-card,.intro-grid article,.orbit-card,.plan-board{
    animation:rise .7s ease both
  }
  @keyframes rise{from{opacity:0; transform:translateY(16px)} to{opacity:1; transform:translateY(0)}}
}


/* v1.3.1 ajustes finos */
.brand-logo{
  display:block;
  width:auto;
  height:50px;
  object-fit:contain;
}
.footer-logo{
  height:42px;
}
@media (max-width:760px){
  .brand-logo{height:42px}
  .footer-logo{height:38px}
}
.flow-line{
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto 1fr auto 1fr auto;
  gap:8px;
  align-items:center;
}
@media (max-width:760px){
  .flow-line{grid-template-columns:1fr; gap:10px}
}


/* v1.4 polimento final */
:root{
  --text:#121821;
  --muted:#667488;
}

.site-header{
  min-height:78px;
  padding:14px 20px;
  border-radius:999px;
  box-shadow:0 14px 34px rgba(22,39,63,.08), inset 0 1px 0 rgba(255,255,255,.75);
}

.brand{
  position:relative;
  overflow:visible;
  padding-left:2px;
}

.brand-logo{
  display:block;
  width:auto;
  object-fit:contain;
  image-rendering:auto;
}

.header-logo{
  height:64px;
  transform:translateY(-5px);
  margin-right:8px;
}

.footer-logo{
  height:34px;
}

.nav{
  gap:24px;
  font-size:15px;
  letter-spacing:-.01em;
}

.nav a{
  color:rgba(18,24,33,.74);
}

.section{
  padding:92px 0;
}

.hero{
  gap:54px;
  padding-top:54px;
}

.hero-copy{
  padding-top:8px;
}

.eyebrow{
  margin-bottom:18px;
  letter-spacing:.19em;
  color:#1d56af;
}

h1{
  max-width:10.8ch;
  font-size:clamp(44px,5vw,64px);
  line-height:1.04;
  letter-spacing:-.065em;
  font-weight:650;
  color:#121821;
}

.lead{
  max-width:620px;
  margin-top:26px;
  color:#6c7b8f;
  font-size:clamp(18px,1.7vw,21px);
  line-height:1.7;
}

.hero-actions{
  margin-top:34px;
  gap:16px;
}

.button{
  min-height:54px;
  padding:0 24px;
  letter-spacing:-.01em;
}

.hero-tags{
  margin-top:24px;
  gap:12px;
}

.hero-tags span{
  min-height:40px;
  padding:0 15px;
  background:rgba(255,255,255,.7);
  box-shadow:0 8px 18px rgba(20,36,59,.04);
}

.hero-visual{
  min-height:638px;
}

.hero-visual::before{
  width:640px;
  height:640px;
  background:radial-gradient(circle at center, rgba(255,255,255,.96) 0, rgba(255,255,255,.5) 35%, rgba(19,135,232,.11) 58%, transparent 73%);
}

.ui-window{
  padding:16px 16px 20px;
  border-radius:34px;
  box-shadow:0 30px 90px rgba(28,49,74,.13), inset 0 1px 0 rgba(255,255,255,.7);
}

.hero-dashboard{
  border-radius:24px;
}

.metric-card,
.flow-card,
.insight-card{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}

.insight-card.large strong{
  font-size:30px;
  line-height:1.04;
}

.float-note{
  border-radius:24px;
  box-shadow:0 20px 40px rgba(28,49,74,.11);
}

.note-top{ top:52px; right:-4px; }
.note-bottom{ bottom:36px; left:-2px; }

.intro-grid{
  border-radius:30px;
  padding:18px;
}

.section-heading{
  margin-bottom:44px;
}

.section-heading.soft h2{
  max-width:12.5ch;
}

.section-heading p{
  line-height:1.68;
}

.pain-grid article,.service-card,.solve-card,.path-grid article,.orbit-card{
  border-radius:28px;
  box-shadow:0 16px 36px rgba(28,49,74,.065), inset 0 1px 0 rgba(255,255,255,.7);
}

.service-card h3,
.solve-card h3,
.path-grid h3{
  font-size:21px;
}

.orbit-ring{
  width:82px;
  height:82px;
  box-shadow:0 18px 40px rgba(19,135,232,.12);
}

.plan-board{
  border-radius:32px;
  padding:20px;
  box-shadow:0 22px 60px rgba(28,49,74,.09), inset 0 1px 0 rgba(255,255,255,.75);
}

.lab-shell{
  border-radius:44px;
  box-shadow:0 30px 100px rgba(8,17,28,.26);
}

.about-card{
  border-radius:36px;
  box-shadow:0 18px 44px rgba(28,49,74,.07), inset 0 1px 0 rgba(255,255,255,.72);
}

.quote-card{
  border-radius:30px;
}

.contact-form{
  border-radius:32px;
  box-shadow:0 22px 58px rgba(28,49,74,.08), inset 0 1px 0 rgba(255,255,255,.72);
}

.contact-form input,.contact-form textarea{
  border-radius:20px;
}

.footer{
  padding-top:38px;
}

@media (max-width:760px){
  .site-header{
    min-height:70px;
    padding:10px 12px;
  }
  .header-logo{
    height:54px;
    transform:translateY(-3px);
  }
  h1{
    font-size:clamp(36px,10.4vw,50px);
    line-height:1.05;
    max-width:11.2ch;
  }
  .hero{
    gap:24px;
    padding-top:46px;
  }
  .ui-window{
    padding:12px 12px 16px;
    border-radius:28px;
  }
  .nav{
    gap:0;
  }
}


/* v1.4.1 final polish */
.site-header{
  min-height:76px;
  padding:14px 18px;
  box-shadow:0 14px 34px rgba(22,39,63,.07), inset 0 1px 0 rgba(255,255,255,.82);
}

.brand{
  display:flex;
  align-items:center;
  min-width:190px;
}

.header-logo{
  height:46px;
  transform:none;
  margin-right:0;
}

.footer-logo{
  height:30px;
}

.nav{
  gap:23px;
  font-size:14px;
}

.hero{
  gap:58px;
  padding-top:58px;
}

.eyebrow{
  margin-bottom:20px;
  letter-spacing:.20em;
}

h1{
  max-width:11.2ch;
  font-size:clamp(42px, 4.8vw, 60px);
  line-height:1.05;
  letter-spacing:-.06em;
  font-weight:620;
}

.lead{
  max-width:590px;
  margin-top:24px;
  font-size:clamp(18px, 1.65vw, 20px);
  line-height:1.72;
  color:#6f7d90;
}

.hero-actions{
  margin-top:32px;
}

.hero-tags{
  margin-top:22px;
}

.ui-window{
  border-radius:36px;
  padding:16px 16px 20px;
  box-shadow:0 30px 95px rgba(28,49,74,.12), inset 0 1px 0 rgba(255,255,255,.78);
}

.hero-dashboard{
  border-radius:26px;
}

.metric-card,
.flow-card,
.insight-card,
.pain-grid article,
.service-card,
.solve-card,
.path-grid article,
.orbit-card,
.plan-board,
.about-card,
.contact-form{
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.float-note{
  background:rgba(255,255,255,.82);
}

.button.primary{
  box-shadow:0 18px 42px rgba(19,135,232,.20);
}

.button.ghost{
  background:rgba(255,255,255,.74);
}

.section-heading{
  margin-bottom:46px;
}

@media (max-width:760px){
  .site-header{
    min-height:68px;
    padding:10px 12px;
  }

  .brand{
    min-width:auto;
  }

  .header-logo{
    height:38px;
  }

  h1{
    font-size:clamp(34px, 10vw, 48px);
    line-height:1.06;
    max-width:11.5ch;
  }

  .hero{
    gap:24px;
    padding-top:44px;
  }
}


/* v1.4.3 real logo fix */
.brand{
  min-width: 180px;
  display:flex;
  align-items:center;
}

.header-logo{
  height: 36px !important;
  width: auto !important;
  max-width: 260px !important;
  object-fit: contain;
  transform: none !important;
  margin-right: 0 !important;
}

.footer-logo{
  height: 28px !important;
  width: auto !important;
  max-width: 210px !important;
}

.site-header{
  min-height: 74px;
  padding: 14px 18px;
}

@media (max-width:760px){
  .header-logo{
    height: 32px !important;
    max-width: 220px !important;
  }
  .footer-logo{
    height: 24px !important;
  }
}


/* v1.4.4 brand fix */
.brand-live{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:auto;
  overflow:visible;
}

.brand-ring{
  display:block;
  width:auto;
  height:38px;
  object-fit:contain;
  flex:0 0 auto;
}

.brand-word{
  display:inline-flex;
  align-items:baseline;
  line-height:1;
  font-size:22px;
  letter-spacing:-0.045em;
  white-space:nowrap;
  color:#111722;
}

.brand-word strong{
  font-weight:800;
}

.brand-word em{
  font-style:normal;
  font-weight:340;
}

.footer-brand-live{
  gap:8px;
}

.footer-ring{
  height:30px;
}

.footer-word{
  font-size:18px;
}

.header-logo,
.footer-logo{
  display:none !important;
}

.site-header{
  min-height:74px;
  padding:14px 18px;
}

.brand{
  padding:0;
}

@media (max-width:760px){
  .brand-ring{
    height:34px;
  }

  .brand-word{
    font-size:20px;
  }

  .footer-ring{
    height:26px;
  }

  .footer-word{
    font-size:16px;
  }
}


/* v1.4.5 logo final fix - vector ring, no raster artifacts */
.brand-live{
  gap: 10px;
}

.brand-ring,
.footer-ring{
  display: none !important;
}

.brand-ring-svg{
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.brand-ring-svg svg{
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.brand-word{
  white-space: nowrap;
}

.footer-ring-svg{
  width: 28px;
  height: 28px;
}

@media (max-width:760px){
  .brand-ring-svg{
    width: 32px;
    height: 32px;
  }

  .footer-ring-svg{
    width: 24px;
    height: 24px;
  }
}


/* v1.4.6 logo final: text-only, no ring */
.brand-text-only{
  display:flex;
  align-items:center;
  min-width:150px;
  gap:0;
  overflow:visible;
}

.brand-text-only .brand-wordmark{
  display:inline-flex;
  align-items:baseline;
  line-height:1;
  white-space:nowrap;
  color:#111722;
  font-size:26px;
  letter-spacing:-0.055em;
}

.brand-wordmark strong{
  font-weight:820;
}

.brand-wordmark em{
  font-style:normal;
  font-weight:330;
}

.footer-brand-text-only .footer-word{
  font-size:22px;
}

.brand-ring,
.footer-ring,
.brand-ring-svg,
.footer-ring-svg,
.brand-logo,
.header-logo,
.footer-logo{
  display:none !important;
}

.site-header{
  min-height:74px;
  padding:14px 20px;
}

@media (max-width:760px){
  .brand-text-only{
    min-width:auto;
  }

  .brand-text-only .brand-wordmark{
    font-size:23px;
  }

  .footer-brand-text-only .footer-word{
    font-size:20px;
  }
}


/* v1.4.8 correção forte do quadro do hero
   problema real: o mockup estava maior que a coluna direita e vazava para fora da viewport.
   agora o painel não depende de overflow horizontal para parecer bonito.
*/

.hero{
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  gap:42px;
}

.hero-copy,
.hero-visual,
.ui-stage,
.ui-window,
.hero-dashboard,
.dashboard-main{
  min-width:0;
}

.hero-visual{
  justify-items:end;
  overflow:visible;
}

.ui-stage{
  width:100%;
  max-width:560px;
  justify-self:end;
  min-width:0;
}

.ui-window{
  width:100%;
  max-width:560px;
  overflow:visible;
}

.hero-dashboard{
  width:100%;
  grid-template-columns:126px minmax(0, 1fr);
  gap:0;
  overflow:hidden;
}

.dashboard-sidebar{
  padding:16px 12px;
}

.sidebar-chip{
  min-height:36px;
  padding:0 12px;
  font-size:12.5px;
}

.dashboard-main{
  padding:14px;
  gap:10px;
  overflow:hidden;
}

.metric-row{
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.metric-card{
  min-width:0;
  min-height:66px;
  padding:12px;
  gap:10px;
}

.metric-card strong{
  font-size:13px;
  line-height:1.15;
}

.metric-card p{
  font-size:11.5px;
  line-height:1.25;
}

.metric-icon{
  width:30px;
  height:30px;
  border-radius:11px;
}

.flow-card{
  padding:14px;
  min-width:0;
  overflow:hidden;
}

.flow-head{
  margin-bottom:12px;
}

.flow-head span{
  font-size:11px;
  letter-spacing:.13em;
}

.flow-head b{
  font-size:12px;
}

.flow-line{
  display:flex !important;
  flex-wrap:wrap;
  grid-template-columns:none !important;
  gap:8px;
  align-items:center;
}

.flow-sep{
  display:none !important;
}

.flow-node{
  min-height:32px;
  padding:0 10px;
  border-radius:11px;
  font-size:11.5px;
  white-space:nowrap;
  flex:0 0 auto;
}

.insight-grid{
  grid-template-columns:1fr !important;
  gap:10px;
  min-width:0;
}

.insight-card{
  min-width:0;
  overflow:hidden;
}

.insight-card.large{
  min-height:auto;
}

.insight-card.large strong{
  font-size:24px !important;
  line-height:1.08 !important;
  letter-spacing:-.035em;
  max-width:100%;
}

.insight-card.small{
  padding:14px 16px;
}

.insight-card.small ul{
  margin:0;
  padding-left:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:8px;
}

.insight-card.small li{
  position:relative;
  min-width:0;
  margin:0 !important;
  padding-left:14px;
  font-size:11.5px !important;
  line-height:1.25 !important;
  overflow-wrap:anywhere;
}

.insight-card.small li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:5px;
  height:5px;
  border-radius:999px;
  background:#1387e8;
  opacity:.65;
}

.float-note{
  max-width:235px;
}

.note-top{
  top:52px;
  right:-18px;
}

.note-bottom{
  bottom:34px;
  left:-10px;
}

@media (max-width:1180px){
  .hero{
    grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr);
    gap:32px;
  }

  .ui-stage,
  .ui-window{
    max-width:520px;
  }

  .hero-dashboard{
    grid-template-columns:116px minmax(0, 1fr);
  }

  .dashboard-sidebar{
    padding:14px 10px;
  }

  .sidebar-chip{
    font-size:12px;
    padding:0 10px;
  }

  .insight-card.large strong{
    font-size:22px !important;
  }

  .float-note{
    max-width:220px;
  }
}

@media (max-width:980px){
  .hero{
    grid-template-columns:1fr;
  }

  .hero-visual{
    justify-items:center;
  }

  .ui-stage,
  .ui-window{
    max-width:620px;
    justify-self:center;
  }

  .note-top,
  .note-bottom{
    position:static;
    width:100%;
    max-width:none;
    margin-top:12px;
  }
}

@media (max-width:760px){
  .hero-dashboard{
    grid-template-columns:1fr;
  }

  .dashboard-sidebar{
    grid-template-columns:repeat(2, 1fr);
  }

  .metric-row,
  .insight-card.small ul{
    grid-template-columns:1fr;
  }

  .flow-line{
    gap:7px;
  }

  .flow-node{
    font-size:11px;
  }
}


/* v1.4.9 mobile polish */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

main,
.site-header,
.section,
.hero,
.hero-copy,
hero-visual{
  max-width:100%;
}

@media (max-width:760px){
  body{
    overflow-x:hidden;
  }

  .site-header{
    width:calc(100vw - 20px);
    left:auto;
    right:auto;
    margin:10px auto 0;
  }

  .section{
    width:calc(100vw - 32px);
    margin-left:auto;
    margin-right:auto;
    padding-left:0;
    padding-right:0;
  }

  .hero{
    width:calc(100vw - 32px);
    overflow:hidden;
  }

  .hero-copy{
    width:100%;
    max-width:100%;
  }

  .hero-visual{
    width:100%;
    max-width:100%;
    overflow:hidden;
    justify-items:center;
  }

  .ui-stage{
    width:100%;
    max-width:100%;
    justify-self:center;
    overflow:visible;
  }

  .ui-window{
    width:100%;
    max-width:100%;
  }

  .float-note{
    width:100%;
    max-width:100%;
  }

  .hero-tags{
    width:100%;
  }

  .hero-tags span{
    max-width:100%;
  }

  .orbit-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    overflow:visible !important;
    gap:14px;
    padding-bottom:0;
  }

  .orbit-card{
    width:100%;
    max-width:100%;
    min-width:0;
    text-align:left;
    display:grid;
    grid-template-columns:76px 1fr;
    column-gap:16px;
    align-items:center;
    padding:20px;
  }

  .orbit-card .orbit-ring{
    grid-row:1 / span 2;
    width:70px;
    height:70px;
    margin:0;
  }

  .orbit-card h3{
    align-self:end;
    margin:0;
  }

  .orbit-card p{
    align-self:start;
    margin:6px 0 0;
  }

  .paths-showcase,
  .lab-shell,
  .about-card,
  .contact{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .plan-board{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .mobile-cta{
    left:16px;
    right:16px;
    bottom:calc(env(safe-area-inset-bottom) + 12px);
    min-height:52px;
  }
}

@media (max-width:420px){
  .section{
    width:calc(100vw - 28px);
  }

  .hero{
    width:calc(100vw - 28px);
  }

  h1{
    max-width:11.8ch;
  }

  .orbit-card{
    grid-template-columns:68px 1fr;
    column-gap:14px;
    padding:18px;
  }

  .orbit-card .orbit-ring{
    width:64px;
    height:64px;
  }
}


/* v1.5 mobile-first polish
   só altera mobile/tablet pequeno. desktop fica preservado.
*/
@media (max-width:760px){
  :root{
    --mobile-pad:16px;
    --mobile-gap:18px;
  }

  body{
    line-height:1.45;
  }

  .site-header{
    width:calc(100vw - 24px);
    min-height:62px;
    margin-top:10px;
    padding:9px 12px;
    border-radius:32px;
  }

  .brand-text-only .brand-wordmark{
    font-size:22px;
    letter-spacing:-.055em;
  }

  .nav-toggle{
    width:38px;
    height:38px;
  }

  .section{
    width:calc(100vw - 32px);
    padding:46px 0;
  }

  .hero{
    padding-top:40px;
    gap:28px;
  }

  .hero-copy{
    display:flex;
    flex-direction:column;
    gap:0;
  }

  .eyebrow{
    font-size:11px;
    line-height:1.45;
    letter-spacing:.17em;
    margin-bottom:18px;
  }

  h1{
    font-size:clamp(34px, 9.6vw, 46px);
    line-height:1.07;
    letter-spacing:-.055em;
    max-width:12ch;
  }

  h2{
    font-size:clamp(28px, 7.4vw, 38px);
    line-height:1.08;
    letter-spacing:-.045em;
  }

  h3{
    font-size:20px;
    line-height:1.14;
  }

  .lead,
  .section-heading p,
  .paths-copy>p,
  .contact-copy>p{
    font-size:17px;
    line-height:1.62;
  }

  .lead{
    margin-top:20px;
    max-width:100%;
  }

  .hero-actions{
    margin-top:28px;
    gap:12px;
  }

  .button{
    min-height:52px;
    padding:0 18px;
    font-size:14.5px;
  }

  .hero-tags{
    margin-top:20px;
    gap:10px;
  }

  .hero-tags span{
    min-height:36px;
    padding:0 13px;
    font-size:13px;
  }

  .hero-visual{
    margin-top:8px;
  }

  .ui-window{
    border-radius:28px;
    padding:10px;
    transform:scale(.96);
    transform-origin:top center;
  }

  .dashboard-sidebar{
    display:none;
  }

  .hero-dashboard{
    grid-template-columns:1fr;
    border-radius:22px;
  }

  .dashboard-main{
    padding:12px;
    gap:9px;
  }

  .metric-row{
    grid-template-columns:1fr;
    gap:9px;
  }

  .metric-card{
    min-height:58px;
    padding:11px;
  }

  .flow-card{
    padding:12px;
  }

  .flow-head{
    margin-bottom:10px;
  }

  .flow-line{
    gap:7px;
  }

  .flow-node{
    min-height:30px;
    font-size:11px;
    padding:0 9px;
  }

  .insight-card{
    padding:13px;
  }

  .insight-card.large strong{
    font-size:21px !important;
    line-height:1.1 !important;
  }

  .insight-card.small ul{
    grid-template-columns:1fr;
    gap:6px;
  }

  .float-note{
    display:none;
  }

  .intro-strip{
    padding-top:22px;
    padding-bottom:30px;
  }

  .intro-grid{
    padding:12px;
    gap:10px;
    border-radius:24px;
  }

  .intro-grid article{
    padding:10px;
  }

  .mini-icon,
  .icon-wrap,
  .number-chip,
  .lab-icon{
    width:40px;
    height:40px;
    border-radius:13px;
  }

  .section-heading{
    gap:14px;
    margin-bottom:24px;
  }

  .section-heading.narrow{
    margin-bottom:24px;
  }

  .section-heading.soft h2{
    max-width:100%;
  }

  .pain-grid,
  .service-grid,
  .solve-grid,
  .path-grid{
    gap:12px;
  }

  .pain-grid article,
  .service-card,
  .solve-card,
  .path-grid article,
  .orbit-card{
    padding:20px;
    border-radius:24px;
  }

  .number-chip,
  .icon-wrap{
    margin-bottom:14px;
  }

  .pain-grid p,
  .service-card p,
  .solve-card p,
  .path-grid p,
  .about-copy p,
  .form-note,
  .orbit-card p{
    font-size:15.5px;
    line-height:1.55;
  }

  .orbit{
    padding-top:42px;
  }

  .orbit-grid{
    gap:12px;
  }

  .orbit-card{
    grid-template-columns:64px 1fr;
    column-gap:14px;
    min-height:auto;
  }

  .orbit-card .orbit-ring{
    width:58px;
    height:58px;
  }

  .orbit-ring span{
    width:34px;
    height:34px;
    font-size:16px;
  }

  .paths-showcase{
    gap:24px;
    padding-top:42px;
  }

  .path-head{
    align-items:flex-start;
  }

  .plan-board{
    padding:14px;
    border-radius:26px;
  }

  .plan-header{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }

  .lane{
    padding:12px;
    border-radius:18px;
  }

  .lane-card{
    min-height:36px;
    font-size:12.5px;
    margin-bottom:8px;
  }

  .lab{
    padding:54px 12px;
  }

  .lab-shell{
    padding:26px 20px;
    gap:22px;
    border-radius:30px;
  }

  .lab-copy p{
    font-size:16px;
    line-height:1.6;
  }

  .lab-mini-flow{
    gap:8px;
    margin-top:18px;
  }

  .lab-sep{
    display:none;
  }

  .lab-badge{
    min-height:32px;
    padding:0 12px;
    font-size:11px;
  }

  .lab-products{
    gap:12px;
  }

  .lab-products article{
    padding:18px;
    border-radius:20px;
  }

  .lab-head{
    gap:12px;
    margin-bottom:10px;
  }

  .about-card{
    padding:24px 20px;
    gap:20px;
    border-radius:28px;
  }

  .about-copy p{
    font-size:15.5px;
    line-height:1.6;
  }

  .quote-card{
    padding:20px;
    border-radius:24px;
  }

  .quote-card strong{
    font-size:22px;
  }

  .belief-card{
    padding:18px;
    border-radius:22px;
  }

  .contact{
    gap:24px;
    padding-top:44px;
  }

  .contact-benefits{
    margin-top:18px;
    gap:10px;
  }

  .benefit .mini-icon{
    width:36px;
    height:36px;
  }

  .contact-buttons{
    margin-top:24px;
  }

  .contact-form{
    padding:18px;
    gap:12px;
    border-radius:26px;
  }

  .contact-form input,
  .contact-form textarea{
    padding:14px 15px;
    border-radius:16px;
  }

  .contact-form textarea{
    min-height:118px;
  }

  .footer{
    width:calc(100vw - 32px);
    gap:14px;
    padding-top:26px;
    padding-bottom:108px;
  }

  .mobile-cta{
    left:16px;
    right:16px;
    min-height:50px;
    font-size:14.5px;
  }
}

@media (max-width:390px){
  .section{
    width:calc(100vw - 28px);
    padding:42px 0;
  }

  h1{
    font-size:clamp(32px, 9.4vw, 43px);
  }

  .lead,
  .section-heading p,
  .paths-copy>p,
  .contact-copy>p{
    font-size:16.5px;
  }

  .hero-actions{
    margin-top:24px;
  }

  .orbit-card{
    grid-template-columns:58px 1fr;
    column-gap:12px;
    padding:18px;
  }

  .orbit-card .orbit-ring{
    width:52px;
    height:52px;
  }
}


/* v1.6 mobile instagram rhythm
   mobile only. desktop preservado.
*/
@media (max-width:760px){
  body{
    background:
      radial-gradient(circle at 18% 8%, rgba(19,135,232,.10), transparent 18rem),
      radial-gradient(circle at 94% 22%, rgba(169,215,255,.22), transparent 18rem),
      linear-gradient(180deg,#fbfdff 0%,#f7fafc 52%,#eef4fa 100%);
  }

  .bg-grid{
    opacity:.74;
    background-size:4px 4px;
  }

  .site-header{
    position:sticky;
    top:10px;
    z-index:40;
    box-shadow:0 12px 30px rgba(22,39,63,.075), inset 0 1px 0 rgba(255,255,255,.9);
  }

  .nav.open{
    margin-top:4px;
    padding:12px;
    border-radius:26px;
  }

  .nav.open a{
    font-size:15px;
    font-weight:650;
  }

  .nav.open .nav-cta{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .hero{
    min-height:auto;
    padding-top:34px;
    padding-bottom:36px;
  }

  .hero-copy{
    position:relative;
  }

  .hero-copy::before{
    content:"";
    width:42px;
    height:4px;
    border-radius:999px;
    background:linear-gradient(90deg,#1387e8,#dce5ee);
    margin-bottom:22px;
    display:block;
  }

  .eyebrow{
    color:#1454a4;
    max-width:30ch;
  }

  h1{
    max-width:11ch;
    text-wrap:balance;
  }

  .lead{
    color:#647388;
    margin-top:18px;
  }

  .hero-actions{
    margin-top:24px;
  }

  .hero-actions .button{
    box-shadow:0 14px 32px rgba(20,36,59,.08);
  }

  .hero-actions .button.primary{
    box-shadow:0 16px 38px rgba(19,135,232,.24);
  }

  .hero-tags{
    margin-top:18px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .hero-tags span{
    justify-content:center;
    text-align:center;
    min-height:38px;
  }

  .hero-tags span:nth-child(3){
    grid-column:1/-1;
  }

  .hero-visual{
    margin-top:2px;
  }

  .ui-window{
    transform:scale(.92);
    margin-top:-4px;
    box-shadow:0 22px 60px rgba(28,49,74,.10), inset 0 1px 0 rgba(255,255,255,.82);
  }

  .window-bar{
    padding-bottom:8px;
  }

  .window-title{
    font-size:11px;
  }

  .intro-strip{
    padding-top:18px;
  }

  .intro-grid{
    background:rgba(255,255,255,.70);
  }

  .intro-grid article{
    border-radius:18px;
    background:rgba(255,255,255,.56);
    border:1px solid rgba(20,36,59,.045);
  }

  .section:not(.hero):not(.intro-strip){
    padding-top:40px;
    padding-bottom:42px;
  }

  .section-heading,
  .section-heading.narrow{
    margin-bottom:20px;
  }

  .section-heading::after,
  .section-heading.narrow::after{
    content:"";
    display:block;
    width:38px;
    height:3px;
    border-radius:999px;
    background:linear-gradient(90deg,rgba(19,135,232,.85),rgba(220,229,238,.65));
    margin-top:18px;
  }

  .section-heading.soft{
    gap:10px;
  }

  .pain-grid article,
  .service-card,
  .solve-card,
  .path-grid article,
  .orbit-card{
    position:relative;
    overflow:hidden;
  }

  .pain-grid article::after,
  .service-card::after,
  .solve-card::after,
  .path-grid article::after,
  .orbit-card::after{
    content:"";
    position:absolute;
    right:-26px;
    top:-26px;
    width:78px;
    height:78px;
    border-radius:999px;
    background:radial-gradient(circle,rgba(19,135,232,.10),transparent 68%);
    pointer-events:none;
  }

  .pain-grid,
  .service-grid,
  .solve-grid,
  .path-grid{
    gap:11px;
  }

  .service-card,
  .solve-card{
    display:grid;
    grid-template-columns:42px 1fr;
    column-gap:13px;
    align-items:start;
  }

  .service-card .icon-wrap,
  .solve-card .mini-icon{
    margin-bottom:0;
    grid-row:1 / span 2;
  }

  .service-card h3,
  .solve-card h3{
    align-self:end;
  }

  .service-card p,
  .solve-card p{
    margin-top:7px;
    grid-column:2;
  }

  .solve-head{
    display:contents;
  }

  .orbit-card{
    background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.58));
  }

  .orbit-card h3{
    font-size:19px;
  }

  .orbit-card p{
    font-size:15px;
  }

  .paths-showcase{
    gap:20px;
  }

  .plan-board{
    margin-top:2px;
    background:rgba(255,255,255,.72);
  }

  .plan-footer{
    gap:8px;
  }

  .result-pill{
    min-height:32px;
    font-size:11.5px;
  }

  .lab-shell{
    background:
      radial-gradient(circle at 92% 8%, rgba(19,135,232,.34), transparent 19rem),
      radial-gradient(circle at 8% 92%, rgba(95,184,255,.13), transparent 19rem),
      linear-gradient(135deg,#07101b,#0b1624 58%,#09131f);
  }

  .lab-products article{
    background:rgba(255,255,255,.095);
  }

  .about-card,
  .contact-form{
    background:rgba(255,255,255,.76);
  }

  .about-values{
    gap:8px;
  }

  .about-values span{
    min-height:32px;
    font-size:10.5px;
    letter-spacing:.12em;
  }

  .contact-benefits{
    padding:12px;
    border-radius:22px;
    background:rgba(255,255,255,.62);
    border:1px solid rgba(20,36,59,.055);
  }

  .contact-form{
    margin-bottom:8px;
  }

  .mobile-cta{
    opacity:0;
    transform:translateY(16px);
    pointer-events:none;
    transition:opacity .22s ease, transform .22s ease;
    box-shadow:0 18px 42px rgba(19,135,232,.28);
  }

  body.mobile-cta-visible .mobile-cta{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
  }
}

@media (max-width:390px){
  .hero-tags{
    grid-template-columns:1fr;
  }

  .hero-tags span:nth-child(3){
    grid-column:auto;
  }

  .service-card,
  .solve-card{
    grid-template-columns:40px 1fr;
  }
}


/* v1.7 mobile final
   remove o mockup/quadro apenas no mobile.
   desktop permanece com o quadro do hero.
*/
@media (max-width:760px){
  .hero{
    padding-top:34px;
    padding-bottom:34px;
    gap:0;
  }

  .hero-visual{
    display:none !important;
  }

  .hero-copy{
    padding-bottom:4px;
  }

  .hero-copy::before{
    margin-bottom:20px;
  }

  .eyebrow{
    margin-bottom:16px;
  }

  h1{
    max-width:10.8ch;
    font-size:clamp(35px, 10vw, 48px);
    line-height:1.055;
  }

  .lead{
    margin-top:18px;
    max-width:32ch;
  }

  .hero-actions{
    margin-top:26px;
  }

  .hero-tags{
    margin-top:18px;
    margin-bottom:2px;
  }

  .intro-strip{
    padding-top:20px;
    padding-bottom:34px;
  }

  .intro-grid{
    box-shadow:0 16px 36px rgba(28,49,74,.06), inset 0 1px 0 rgba(255,255,255,.74);
  }

  .intro-grid article{
    min-height:88px;
  }

  .section:not(.hero):not(.intro-strip){
    padding-top:38px;
    padding-bottom:40px;
  }

  .pain{
    padding-top:36px !important;
  }

  .section-heading,
  .section-heading.narrow{
    margin-bottom:22px;
  }

  .section-heading::after,
  .section-heading.narrow::after{
    margin-top:16px;
  }

  .pain-grid article,
  .service-card,
  .solve-card,
  .path-grid article,
  .orbit-card{
    box-shadow:0 14px 32px rgba(28,49,74,.055), inset 0 1px 0 rgba(255,255,255,.78);
  }

  .service-card,
  .solve-card{
    min-height:auto;
  }

  .orbit{
    padding-top:38px !important;
  }

  .orbit-card{
    border-radius:22px;
  }

  .paths-showcase{
    padding-top:38px !important;
  }

  .plan-board{
    display:none;
  }

  .paths-visual{
    display:none;
  }

  .lab{
    padding-top:50px !important;
    padding-bottom:50px !important;
  }

  .lab-shell{
    box-shadow:0 22px 70px rgba(8,17,28,.20);
  }

  .about{
    padding-top:40px !important;
  }

  .contact{
    padding-top:40px !important;
    padding-bottom:50px !important;
  }

  .contact-copy .eyebrow{
    margin-bottom:14px;
  }

  .contact-benefits{
    margin-top:16px;
  }

  .contact-form{
    margin-top:2px;
  }

  .footer{
    padding-top:24px;
  }

  .mobile-cta{
    min-height:52px;
    border:1px solid rgba(255,255,255,.28);
  }
}

@media (max-width:390px){
  .hero{
    padding-top:30px;
    padding-bottom:32px;
  }

  .lead{
    max-width:30ch;
  }

  .intro-grid article{
    min-height:auto;
  }
}
