:root{
--ink:#0d1637;--muted:#68728c;--line:#e6e9f2;--purple:#5637f5;--purple2:#7548ff;--green:#15935d;--lime:#93d64e;--orange:#f59e0b;--red:#ef4444;--blue:#2677df;--bg:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff}
button,input{font:inherit}
button{cursor:pointer}
.nav{height:72px;padding:0 2.2vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);z-index:100}
.brand{display:flex;align-items:center;gap:10px;font-size:25px;font-weight:850;color:var(--ink);text-decoration:none}
.brand-mark{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#6b40f8,#e943a9 62%,#ff7a30);position:relative}
.brand-mark:before{content:"";position:absolute;left:8px;top:7px;width:19px;height:6px;border-radius:8px;background:#fff}
.brand-mark:after{content:"";position:absolute;left:8px;top:16px;width:11px;height:13px;border-radius:3px 8px 8px 8px;background:#fff}
.brand-mark i{position:absolute;right:6px;bottom:6px;width:6px;height:6px;border-radius:50%;background:#fff}
.main-links{display:flex;gap:28px}.main-links a{font-size:13px;text-decoration:none;color:var(--ink);font-weight:650}
.nav-actions{display:flex;align-items:center;gap:10px}.nav-actions button{white-space:nowrap}
.language,.link-btn{border:0;background:transparent;color:var(--ink)}
.btn{border:0;border-radius:8px;padding:12px 19px;font-weight:750}
.btn.primary{background:linear-gradient(90deg,#6237f6,#5637f5);color:#fff;box-shadow:0 8px 18px rgba(86,55,245,.22)}
.btn.secondary{background:#fff;border:1px solid #cfd5ea;color:var(--ink)}
.hero{display:grid;grid-template-columns:26% 74%;gap:24px;padding:24px 2.2vw 16px;max-width:1600px;margin:auto}
.hero-copy{padding:56px 5px 0}
.pill{display:inline-block;padding:8px 12px;border-radius:999px;background:#f0ecff;color:#5131df;font-size:11px;margin-bottom:24px}
.hero-copy h1{font-size:clamp(40px,4vw,64px);line-height:1.08;letter-spacing:-.04em;margin:0 0 18px}
.hero-copy p{font-size:16px;line-height:1.7;color:#3f4a69;max-width:420px}
.hero-actions{display:flex;gap:12px;margin:28px 0}
.assurances{display:flex;gap:24px;flex-wrap:wrap;font-size:11px;color:#33405f}
.hero-product{min-width:0}
.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px}
.kpi{height:122px;border:1px solid var(--line);border-radius:13px;padding:15px;display:grid;grid-template-columns:42px 1fr;gap:12px;position:relative;overflow:hidden;box-shadow:0 5px 15px rgba(22,34,72,.04)}
.kpi-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:#fff;font-size:22px;font-weight:900}
.kpi.purple .kpi-icon{background:linear-gradient(135deg,#7a42ff,#4f36ed)}.kpi.green .kpi-icon{background:linear-gradient(135deg,#2fc578,#128d4f)}.kpi.blue .kpi-icon{background:linear-gradient(135deg,#4b9cf2,#246bc5)}.kpi.orange .kpi-icon{background:linear-gradient(135deg,#ff8a24,#df4b00)}
.kpi span{font-size:12px}.kpi strong{display:block;font-size:26px;margin:5px 0}.kpi strong em{font-size:14px;font-style:normal;color:#68728c}.kpi small{font-size:10px}.kpi.purple small,.kpi.green small{color:#19945e}.kpi.blue small{color:#2478cf}.kpi.orange small{color:#f07a13}
.kpi svg{position:absolute;left:12px;right:12px;bottom:8px;width:calc(100% - 24px);height:34px}.kpi svg path{fill:none;stroke-width:2}.kpi.purple svg path{stroke:#6d3df5}.kpi.green svg path{stroke:#15935d}.kpi.blue svg path{stroke:#2677df}.kpi.orange svg path{stroke:#f97316}
.map-panel{height:330px}
.map-canvas{height:100%;border:1px solid #dfe4ef;border-radius:13px;overflow:hidden;position:relative;background-image:url('premium-map.svg');background-size:112% auto;background-position:center 48%;box-shadow:0 10px 22px rgba(27,40,76,.07)}
.map-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.03),transparent 60%,rgba(255,255,255,.02));pointer-events:none}
.map-filter{position:absolute;left:14px;top:14px;width:174px;background:rgba(255,255,255,.97);border-radius:12px;padding:13px;box-shadow:0 12px 25px rgba(29,44,75,.14);z-index:5}
.filter-title{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-bottom:8px}
.filter{width:100%;border:0;background:transparent;display:grid;grid-template-columns:12px 1fr auto;gap:8px;align-items:center;padding:8px;border-radius:7px;text-align:left;color:#34405e;font-size:11px}
.filter:first-of-type{grid-template-columns:1fr auto}.filter.active{background:#f1edff;color:#5033e5;font-weight:800}.filter:hover{background:#f6f4ff}
.filter .dot{width:8px;height:8px;border-radius:50%}.dot.excellent{background:var(--green)}.dot.good{background:var(--lime)}.dot.average{background:var(--orange)}.dot.attention{background:#f97316}.dot.critical{background:var(--red)}
.clear{width:100%;margin-top:8px;border:1px solid #dce1ed;background:#fff;border-radius:8px;padding:9px;color:#33405e;font-size:11px}
.layers{position:absolute;right:283px;top:14px;width:38px;height:38px;border:0;border-radius:9px;background:#fff;box-shadow:0 8px 18px rgba(23,38,70,.14);z-index:4}
.marker{position:absolute;width:28px;height:28px;border:0;border-radius:50%;color:#fff;font-weight:900;font-size:11px;display:grid;place-items:center;box-shadow:0 5px 12px rgba(11,30,56,.25),0 0 0 3px rgba(255,255,255,.75);z-index:3;transition:.2s}
.marker:hover{transform:scale(1.14)}.marker.hidden{opacity:0;pointer-events:none;transform:scale(.6)}
.marker.excellent{background:var(--green)}.marker.good{background:#0f915e}.marker.average{background:var(--orange)}.marker.attention{background:#f97316}.marker.critical{background:var(--red)}
.m1{left:28%;top:21%}.m2{left:38%;top:15%}.m3{left:51%;top:23%}.m4{left:66%;top:17%}.m5{left:70%;top:37%}.m6{left:47%;top:40%}.m7{left:38%;top:64%}.m8{left:56%;top:53%}.m9{left:35%;top:75%}.m10{left:21%;top:67%}.m11{left:72%;top:69%}
.zoom{position:absolute;right:287px;bottom:14px;z-index:5;display:grid}.zoom button{width:34px;height:34px;border:1px solid #dce2ed;background:#fff;font-size:20px}.zoom button:first-child{border-radius:8px 8px 0 0}.zoom button:last-child{border-radius:0 0 8px 8px}
.location-card{position:absolute;right:12px;top:12px;width:260px;background:rgba(255,255,255,.98);border-radius:12px;padding:12px;box-shadow:0 14px 30px rgba(25,40,72,.16);z-index:6}
.dealer-photo{height:76px;border-radius:8px;overflow:hidden}.dealer-photo img{width:100%;height:100%;object-fit:cover}
.card-head{display:flex;justify-content:space-between;align-items:center;margin:9px 0}.card-head h3{margin:0;font-size:16px}.status{font-size:10px;border-radius:999px;padding:5px 8px}.status.excellent{background:#e8f8f0;color:#13754a}.status.good{background:#eaf5ff;color:#236fba}.status.average{background:#fff4dd;color:#a76000}.status.attention{background:#fff0e8;color:#b34700}.status.critical{background:#ffeaea;color:#b92929}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.metrics div{background:#f6f7fb;border-radius:8px;padding:8px}.metrics small{font-size:8px;color:#778198}.metrics strong{display:block;font-size:17px;margin-top:4px}
.trend-row{display:grid;grid-template-columns:1fr .65fr 70px;align-items:end;gap:6px;padding:10px 2px;font-size:9px;color:#68728c}.trend-row b{color:#19945e}.trend-row svg{width:70px;height:32px}.trend-row path{fill:none;stroke:#15935d;stroke-width:2}
.eval-btn{width:100%;border:0;border-radius:8px;background:linear-gradient(90deg,#6d3df5,#5637f5);color:#fff;padding:10px;font-weight:800}
.feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;padding:6px 2.2vw 16px;max-width:1600px;margin:auto}
.feature-card{border:1px solid var(--line);border-radius:12px;padding:14px;min-height:315px;display:flex;flex-direction:column;box-shadow:0 5px 16px rgba(23,35,70,.04)}
.feature-head{display:flex;gap:10px}.feature-icon{width:35px;height:35px;border-radius:10px;background:linear-gradient(135deg,#7147ff,#5033e5);color:#fff;display:grid;place-items:center;font-size:18px}.feature-head h3{font-size:14px;margin:2px 0 5px}.feature-head p{font-size:10px;line-height:1.5;color:#67728b;margin:0}
.feature-card>button{margin-top:auto;border:0;background:transparent;color:#5637f5;font-weight:750;text-align:left;padding:10px 0 0}
.eval-preview,.report-preview{border:1px solid #e6e9f2;border-radius:9px;padding:10px;margin-top:13px}.eval-preview strong{font-size:23px}.eval-preview em{float:right;color:#17955e;font-style:normal;font-size:10px}.progress{height:5px;background:#eceef4;border-radius:99px;margin:8px 0}.progress i{display:block;height:100%;background:#5637f5;border-radius:99px}.eval-preview ul,.report-preview ul{list-style:none;padding:0;margin:8px 0}.eval-preview li,.report-preview li{font-size:9px;padding:4px 0;display:flex;justify-content:space-between}.eval-preview li span{background:#edf6ff;color:#2468bc;border-radius:99px;padding:3px 5px;font-size:8px}
.report-title{display:flex;justify-content:space-between}.report-title b{font-size:10px}.report-title span{font-size:9px;background:#e8f8ef;color:#16834f;padding:4px 7px;border-radius:99px}.report-preview>small{font-size:8px;color:#778198}.thumbs{display:flex;gap:4px}.thumbs i,.thumbs span{width:34px;height:28px;border-radius:5px;background:linear-gradient(135deg,#2d3949,#b8c4cd)}.thumbs span{background:#f0f1f6;display:grid;place-items:center;font-size:9px}
.phone{width:150px;margin:12px auto 0;border:5px solid #111827;border-radius:22px;padding:10px;background:#fff}.notch{width:52px;height:7px;background:#111827;border-radius:99px;margin:-5px auto 7px}.phone h4{font-size:10px;margin:0}.phone>small{font-size:7px;color:#7a8498}.visit{display:grid;grid-template-columns:30px 1fr auto;gap:4px;align-items:center;font-size:7px;padding:6px;background:#f6f7fb;border-radius:7px;margin-top:5px}.visit em{font-style:normal;color:#138552}.phone-nav{text-align:center;font-size:9px;color:#5637f5;padding-top:7px}
.efficiency{display:grid;gap:8px;margin-top:12px}.efficiency>div{border:1px solid #e7eaf2;border-radius:8px;padding:8px;position:relative}.efficiency span{font-size:9px}.efficiency b{display:block;font-size:22px}.efficiency small{color:#5637f5}.efficiency svg{position:absolute;right:5px;bottom:7px;width:82px}.efficiency path{fill:none;stroke:#5637f5;stroke-width:2}.check{list-style:none;padding:0;font-size:9px;line-height:1.9}.check li:before{content:"✓";color:#15935d;margin-right:5px}
.before-after{text-align:center;border:1px solid #e6e9f2;border-radius:9px;margin-top:13px;padding:10px}.before-after h4{margin:0 0 8px;font-size:11px}.old-tools{display:flex;gap:6px;justify-content:center}.old-tools span{border:1px solid #e5e8ef;border-radius:7px;padding:7px;font-size:12px}.old-tools small{display:block;font-size:7px}.before-after>b{display:block;color:#6f7890;margin:6px}.after{background:#f1edff;border-radius:8px;padding:8px}.after strong{display:block;color:#5637f5}.after small{font-size:8px}
.impact-list{display:grid;gap:7px;margin-top:12px}.impact-list div{display:grid;grid-template-columns:24px 55px 1fr;gap:5px;align-items:center}.impact-list i{width:24px;height:24px;border-radius:7px;background:#eef9f1;color:#15935d;display:grid;place-items:center;font-style:normal}.impact-list b{font-size:18px}.impact-list span{font-size:9px;color:#65708a}
.savings{margin:0 2.2vw 20px;border:1px solid #e5e2ff;border-radius:12px;background:linear-gradient(90deg,#faf9ff,#fff);padding:13px 15px 28px;display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr 1fr 1.2fr;gap:12px;align-items:center;position:relative}
.saving-intro h2{font-size:18px;color:#4b2ee3;margin:0 0 5px}.saving-intro p{font-size:10px;color:#68728c;margin:0}
.savings label,.saving-metric,.saving-total{border:1px solid #e5e8f0;border-radius:9px;background:#fff;padding:10px}.savings label span,.saving-metric small,.saving-total small{display:block;font-size:8px;color:#6f7890}.savings input{width:100%;border:1px solid #e3e7ef;border-radius:7px;padding:8px;margin-top:6px;font-weight:800}.saving-metric{display:flex;gap:9px;align-items:center}.saving-metric>span,.saving-total>span{font-size:21px;color:#5637f5}.saving-metric strong,.saving-total strong{font-size:20px;display:block}.saving-metric em,.saving-total em{font-size:8px;color:#68728c;font-style:normal}.saving-metric>b{margin-left:auto}.saving-total{display:flex;gap:10px;background:#f1edff;border-color:#e0d9ff}.saving-total strong{font-size:25px;color:#5637f5}.formula-note{position:absolute;left:15px;bottom:7px;font-size:8px;color:#68728c}
.modal{position:fixed;inset:0;background:rgba(12,20,48,.48);display:none;place-items:center;z-index:300}.modal.open{display:grid}.modal-card{width:min(420px,90vw);background:#fff;border-radius:18px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.25);position:relative}.modal-close{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:25px}
@media(max-width:1250px){.hero{grid-template-columns:1fr}.hero-copy{padding-top:10px}.feature-grid{grid-template-columns:repeat(3,1fr)}.savings{grid-template-columns:1fr 1fr 1fr}.main-links{display:none}}
@media(max-width:760px){.nav-actions .secondary,.nav-actions .link-btn,.language{display:none}.nav{padding:0 14px}.hero{padding:16px}.kpi-row{grid-template-columns:1fr 1fr}.map-panel{height:620px}.map-filter{left:10px;top:10px}.layers{right:10px}.location-card{left:10px;right:10px;top:auto;bottom:10px;width:auto}.zoom{right:10px;bottom:260px}.feature-grid{grid-template-columns:1fr;padding:10px 16px}.savings{grid-template-columns:1fr;margin:0 16px 20px;padding-bottom:40px}.assurances{gap:12px}.hero-copy h1{font-size:43px}}

.marker.filtered-out{
  display:none !important;
}

.map-canvas{
  box-shadow:0 14px 34px rgba(27,40,76,.09);
  background-color:#eef4f8;
}
.map-filter,.location-card{
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,.95);
}
.marker{
  box-shadow:0 7px 18px rgba(19,38,70,.24),0 0 0 4px rgba(255,255,255,.86);
}
.map-filter{
  border:1px solid rgba(215,223,235,.92);
}
.location-card{
  border:1px solid rgba(215,223,235,.92);
}


/* REAL INTERACTIVE MAP */
.live-map{
  position:absolute;
  inset:0;
  z-index:1;
  border-radius:13px;
}
.map-canvas{
  background:#eef3f7 !important;
  background-image:none !important;
}
.map-filter,.location-card{
  z-index:500;
}
.leaflet-control-container{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.leaflet-control-zoom{
  border:none!important;
  box-shadow:0 10px 24px rgba(20,35,70,.16)!important;
}
.leaflet-control-zoom a{
  color:#17213e!important;
  border-bottom:1px solid #e7eaf1!important;
}
.leaflet-control-attribution{
  font-size:8px!important;
  background:rgba(255,255,255,.75)!important;
}
.fp-marker{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  border:4px solid rgba(255,255,255,.92);
  box-shadow:0 8px 18px rgba(20,35,70,.28);
  transition:transform .2s ease;
}
.fp-marker:hover{
  transform:scale(1.14);
}
.fp-marker.excellent{background:#15935d}
.fp-marker.good{background:#59b77d}
.fp-marker.average{background:#f59e0b}
.fp-marker.attention{background:#f97316}
.fp-marker.critical{background:#ef4444}
.fp-popup .leaflet-popup-content-wrapper{
  border-radius:14px;
  box-shadow:0 18px 38px rgba(20,35,70,.2);
}
.fp-popup .leaflet-popup-content{
  margin:13px 15px;
  min-width:180px;
}
.fp-popup strong{font-size:14px}
.fp-popup small{color:#68728c}
@media(max-width:760px){
  .map-filter{width:160px}
  .location-card{z-index:600}
}

.premium-filter{width:220px;padding:15px;border-radius:20px;border:1px solid rgba(218,223,236,.96);background:rgba(255,255,255,.97);box-shadow:0 20px 48px rgba(30,42,80,.18)}
.premium-filter .filter-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px;padding:2px 3px 4px}
.premium-filter .filter-title small{display:block;color:#8a93a8;font-size:8px;font-weight:800;letter-spacing:.12em;margin-bottom:4px}
.premium-filter .filter-title strong{display:block;color:#0d1637;font-size:18px;line-height:1.15;letter-spacing:-.02em}
.filter-settings{width:36px;height:36px;border:1px solid #e2e6f0;border-radius:11px;background:#fff;color:#5b36ee;display:grid;place-items:center;font-size:17px;box-shadow:0 5px 13px rgba(40,50,90,.08)}
.premium-filter .filter{min-height:47px;margin-top:7px;padding:7px 9px;grid-template-columns:35px 1fr auto 26px;gap:8px;border:1px solid #e6e9f1;border-radius:13px;background:#fff;color:#1a2546;font-size:13px;transition:.18s}
.premium-filter .filter:hover{transform:translateY(-1px);border-color:#d8d0ff;background:#fcfbff;box-shadow:0 8px 18px rgba(83,54,238,.09)}
.premium-filter .filter-all{grid-template-columns:35px 1fr auto;min-height:56px;background:linear-gradient(90deg,#f2eeff,#faf8ff);border-color:#ddd3ff}
.premium-filter .filter.active{background:linear-gradient(90deg,#eee9ff,#faf8ff);border-color:#c8b8ff;color:#4f2ee7;box-shadow:0 8px 19px rgba(83,54,238,.12)}
.filter-icon{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#7147ff,#5130e6);font-size:18px;box-shadow:0 7px 15px rgba(86,55,245,.22)}
.filter-label{font-weight:750;text-align:left}
.premium-filter .filter b{min-width:31px;height:29px;padding:0 8px;border-radius:999px;display:grid;place-items:center;background:#f3f4f8;color:#26314f;font-size:12px}
.premium-filter .filter-all b,.premium-filter .filter.active b{background:#e8e0ff;color:#5230e9}
.status-orb{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;position:relative}
.status-orb:after{content:"";width:17px;height:17px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45),0 4px 8px rgba(30,40,70,.12)}
.status-orb.excellent{background:#e6f7ef}.status-orb.excellent:after{background:#15935d}
.status-orb.good{background:#eff9df}.status-orb.good:after{background:#7dcc35}
.status-orb.average{background:#fff4df}.status-orb.average:after{background:#f5a30b}
.status-orb.attention{background:#fff0e6}.status-orb.attention:after{background:#f97316}
.status-orb.critical{background:#ffeaea}.status-orb.critical:after{background:#ef3340}
.filter-check{width:23px;height:23px;border-radius:7px;display:grid;place-items:center;background:#5b36ee;color:#fff;font-size:13px;opacity:0;transform:scale(.8);transition:.18s}
.premium-filter .filter.active .filter-check{opacity:1;transform:scale(1)}
.filter-divider{height:1px;background:#e7e9f0;margin:13px 2px 10px}
.premium-clear{width:100%;min-height:44px;border:1px solid #cdbfff;border-radius:13px;color:#5332e9;background:linear-gradient(90deg,#fff,#faf8ff);font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:7px}
.premium-clear:hover{background:#f3efff;transform:translateY(-1px);box-shadow:0 8px 18px rgba(83,54,238,.1)}
@media(max-width:760px){.premium-filter{width:190px;padding:12px}.premium-filter .filter-title strong{font-size:16px}.premium-filter .filter{min-height:42px;grid-template-columns:31px 1fr auto 23px;font-size:12px}.status-orb,.filter-icon{width:31px;height:31px}}

.hero-highlight{position:relative;display:inline-flex;align-items:center;padding:8px 14px;margin-bottom:26px;border-radius:4px;background:transparent!important;color:#0d1637!important;font-size:14px!important;font-weight:900;letter-spacing:.015em;text-transform:uppercase;isolation:isolate}
.hero-highlight::before{content:"";position:absolute;z-index:-1;left:-6px;right:-8px;top:5px;bottom:3px;background:#ffe81f;transform:rotate(-1.2deg);clip-path:polygon(1% 12%,97% 2%,100% 85%,4% 100%,0 72%);box-shadow:8px 0 0 #ffe81f,-5px 1px 0 #ffe81f}
.hero-highlight::after{content:"";position:absolute;z-index:-2;left:-14px;right:-18px;top:-5px;bottom:-6px;background:linear-gradient(78deg,transparent 0 7%,#f7d900 8% 9%,transparent 10% 88%,#f7d900 89% 90%,transparent 91%),linear-gradient(103deg,transparent 0 6%,#f7d900 7% 8%,transparent 9% 91%,#f7d900 92% 93%,transparent 94%);opacity:.9}
.hero-highlight span{position:relative;z-index:1}
@media(max-width:760px){.hero-highlight{font-size:12px!important;padding:7px 11px}}

.savings-large{margin:28px 2.2vw 34px!important;padding:28px!important;display:grid!important;grid-template-columns:.8fr 1fr 1fr!important;gap:22px!important;border-radius:22px!important;background:linear-gradient(180deg,#fff,#fcfbff)!important;box-shadow:0 20px 50px rgba(38,45,90,.08)!important}
.save-left{padding:8px}.save-label{display:inline-flex;padding:8px 11px;border:1px solid #ddd6ff;border-radius:999px;color:#5637f5;font-weight:900;font-size:12px}
.save-left h2{font-size:52px;line-height:1.02;letter-spacing:-.05em;margin:24px 0 14px}.save-left h2 span{color:#5637f5}.save-left>p{font-size:17px;line-height:1.7;color:#48536f}.save-benefits{display:grid;gap:16px;margin-top:28px}.save-benefits>div{display:flex;gap:12px}.save-benefits i{width:40px;height:40px;border-radius:12px;background:#f1edff;color:#5637f5;display:grid;place-items:center;font-style:normal;font-weight:900}.save-benefits b,.save-benefits small{display:block}.save-benefits small{color:#6d768d;margin-top:4px;line-height:1.45}
.save-form{border:1px solid #e4e7f0;border-radius:18px;padding:18px 20px;background:#fff}.save-form label{display:grid;grid-template-columns:40px 1fr 105px;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid #eceef4}.save-form label i{width:40px;height:40px;border-radius:11px;background:#f1edff;color:#5637f5;display:grid;place-items:center;font-style:normal;font-weight:900}.save-form label b,.save-form label small{display:block}.save-form label small{color:#727c92;margin-top:4px}.save-form input{width:100%;padding:11px;border:1px solid #dfe3ed;border-radius:10px;font-size:20px;font-weight:850}.save-actions{display:flex;gap:10px;margin-top:18px}.save-actions .btn{flex:1}.save-actions>button:last-child{border:0;background:transparent;color:#5637f5;font-weight:800}
.save-result{position:relative;overflow:hidden;min-height:480px;border:1px solid #b9a7ff;border-radius:18px;padding:24px;background:radial-gradient(circle at 20% 10%,rgba(255,229,93,.35),transparent 22%),radial-gradient(circle at 80% 10%,rgba(255,119,212,.25),transparent 25%),linear-gradient(160deg,#eee8ff,#fff 65%,#f3efff)}#fireworksCanvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:0}.save-result.celebrating #fireworksCanvas{opacity:1}.save-result-content{position:relative;z-index:2;text-align:center}.party{width:72px;height:72px;border-radius:50%;background:#fff;display:grid;place-items:center;margin:0 auto 14px;font-size:34px;box-shadow:0 12px 25px rgba(69,48,165,.15)}.save-result h3{font-size:20px;margin:0}.save-result-content>strong{display:block;font-size:58px;color:#5637f5;letter-spacing:-.04em;margin:14px 0}.choice{display:inline-flex;padding:9px 14px;border-radius:9px;background:#e7f8ec;color:#137a49;font-weight:800;font-size:13px}.save-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.save-result-grid>div{padding:15px;border:1px solid #e4e7ef;border-radius:12px;background:rgba(255,255,255,.92)}.save-result-grid small,.save-result-grid b,.save-result-grid span{display:block}.save-result-grid b{font-size:25px;margin:7px 0}.save-result-grid small,.save-result-grid span{color:#6d768d}.equivalent{margin-top:15px;padding:14px;border-radius:11px;background:#eaf8ef;color:#23603d;line-height:1.5}
.save-breakdown{grid-column:1/-1;border:1px solid #e4e7f0;border-radius:17px;padding:20px;background:#fff}.save-breakdown h3{margin:0 0 5px}.save-breakdown>p{margin:0 0 18px;color:#6d768d}.formula-cards{display:flex;gap:9px;align-items:stretch;flex-wrap:wrap}.formula-cards>div{flex:1 1 120px;border:1px solid #e5e8f1;border-radius:13px;padding:14px;text-align:center}.formula-cards>i{display:grid;place-items:center;font-style:normal;font-size:21px;font-weight:850;color:#5d667c}.formula-cards small,.formula-cards b,.formula-cards span{display:block}.formula-cards b{font-size:22px;margin:9px 0 4px}.formula-cards small,.formula-cards span{color:#68728c}.formula-cards .green{background:#eaf8ef;color:#117a49}.formula-cards .gold{background:#f5f8e8;color:#527a18}.save-note{grid-column:1/-1;display:flex;gap:12px;padding:15px 18px;border:1px solid #ddd6ff;border-radius:14px;background:#f8f6ff;color:#626c83}
@media(max-width:1100px){.savings-large{grid-template-columns:1fr!important}.save-breakdown,.save-note{grid-column:auto}.save-result{min-height:auto}}@media(max-width:700px){.savings-large{margin:18px 14px!important;padding:18px!important}.save-left h2{font-size:40px}.save-form label{grid-template-columns:38px 1fr}.save-form input{grid-column:2}.save-result-grid{grid-template-columns:1fr}.save-result-content>strong{font-size:43px}}

.save-form label b{font-size:19px!important;line-height:1.2}
.save-form label small{font-size:13px!important}
.save-form input{font-size:30px!important;padding:14px 16px!important;text-align:center}
.save-form label{grid-template-columns:52px 1fr 125px!important;min-height:96px}
.save-form label i{width:52px!important;height:52px!important;font-size:23px!important}
.save-left h2{font-size:64px!important}
.save-left>p{font-size:20px!important}
.save-benefits b{font-size:16px!important}
.save-benefits small{font-size:13px!important}
.save-result{min-height:560px!important;background:radial-gradient(circle at 20% 10%,rgba(255,153,0,.22),transparent 22%),radial-gradient(circle at 82% 9%,rgba(255,0,191,.22),transparent 24%),radial-gradient(circle at 50% 45%,rgba(106,69,255,.24),transparent 34%),linear-gradient(160deg,#090522,#15084f 48%,#07143c)!important;border:1px solid rgba(150,110,255,.85)!important;box-shadow:inset 0 0 50px rgba(94,54,255,.26),0 28px 70px rgba(18,8,72,.28)!important;color:#fff}
.save-result::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 20%,rgba(255,255,255,.7) 0 1px,transparent 2px),radial-gradient(circle at 35% 16%,rgba(255,255,255,.5) 0 1px,transparent 2px),radial-gradient(circle at 63% 18%,rgba(255,255,255,.65) 0 1px,transparent 2px),radial-gradient(circle at 88% 26%,rgba(255,255,255,.55) 0 1px,transparent 2px),radial-gradient(circle at 24% 73%,rgba(255,255,255,.55) 0 1px,transparent 2px),radial-gradient(circle at 76% 68%,rgba(255,255,255,.5) 0 1px,transparent 2px);pointer-events:none}
.party{width:86px!important;height:86px!important;font-size:42px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 0 0 12px rgba(255,255,255,.08),0 0 35px rgba(255,255,255,.3)!important}
.save-result h3{font-size:24px!important;color:#fff}
.save-result-content>strong{font-size:80px!important;line-height:1!important;color:#ffd64f!important;text-shadow:0 0 8px rgba(255,226,92,.9),0 0 22px rgba(255,132,0,.65),0 0 46px rgba(255,71,181,.35)}
.choice{background:linear-gradient(90deg,#d8ffe1,#b9ffd1)!important;color:#0a6f3b!important;font-size:15px!important;padding:12px 18px!important;box-shadow:0 0 28px rgba(69,255,146,.22)}
.save-result-grid>div{background:rgba(15,17,72,.74)!important;border:1px solid rgba(147,113,255,.85)!important;color:#fff;box-shadow:inset 0 0 22px rgba(116,75,255,.14)}
.save-result-grid small,.save-result-grid span{color:rgba(255,255,255,.74)!important;font-size:12px!important}
.save-result-grid b{font-size:34px!important;color:#fff}
.save-result-grid>div:last-child b{color:#50f06d!important;text-shadow:0 0 14px rgba(80,240,109,.28)}
.equivalent{background:linear-gradient(90deg,#caffd7,#e8ffe9)!important;color:#0d4e2c!important;font-size:16px!important;font-weight:800;box-shadow:0 0 30px rgba(82,255,145,.18)}
#fireworksCanvas{mix-blend-mode:screen;filter:saturate(1.3) brightness(1.15)}
.save-result.celebrating{animation:resultPulse 1.2s ease-in-out 2}
@keyframes resultPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.012)}}
@media(max-width:700px){.save-left h2{font-size:46px!important}.save-form label{grid-template-columns:46px 1fr!important}.save-form label i{width:46px!important;height:46px!important}.save-form input{grid-column:2;font-size:26px!important}.save-result-content>strong{font-size:52px!important}}

.fp-workspace{position:fixed;inset:0;z-index:999;background:#f4f6fa;display:none;overflow:auto}.fp-workspace.open{display:block}.fp-workspace-bar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:18px 28px;background:rgba(255,255,255,.97);border-bottom:1px solid #e3e7ef;backdrop-filter:blur(14px)}.fp-workspace-bar>div:first-child{display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center}.fp-workspace-bar>div:first-child button{grid-row:1/3;width:42px;height:42px;border:1px solid #dfe4ed;background:#fff;border-radius:12px;font-size:20px}.fp-workspace-bar span{font-size:10px;letter-spacing:.14em;color:#6a45f4;font-weight:900}.fp-workspace-bar h2{margin:2px 0 0;font-size:28px}.fp-workspace-bar>div:last-child{display:flex;gap:10px}.primary,.ghost{border:0;border-radius:10px;padding:11px 15px;font-weight:800}.primary{background:linear-gradient(90deg,#6237f6,#5637f5);color:#fff}.ghost{background:#f1edff;color:#5834eb}.fp-eval-layout{display:grid;grid-template-columns:340px 1fr;gap:22px;padding:24px;max-width:1500px;margin:auto}.fp-profile,.fp-panel,.fp-report-main{background:#fff;border:1px solid #e3e7ef;border-radius:20px;box-shadow:0 10px 32px rgba(23,37,75,.06)}.fp-profile{padding:18px;height:max-content;position:sticky;top:102px}.fp-profile img{width:100%;height:155px;object-fit:cover;border-radius:15px}.fp-profile-head{display:flex;justify-content:space-between;gap:12px;margin:16px 0}.fp-profile-head small{color:#148554}.fp-profile-head h3{font-size:24px;margin:8px 0 4px}.fp-profile-head p{margin:0;color:#6b758b;font-size:12px}.fp-profile-head>b{font-size:25px;color:#5637f5}.fp-profile-kpis{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:14px}.fp-profile-kpis div{background:#f6f7fb;border-radius:11px;padding:11px}.fp-profile-kpis span{display:block;color:#788197;font-size:9px}.fp-profile-kpis b{display:block;font-size:17px;margin-top:5px}.fp-profile label,.fp-report-section label{display:block;font-size:11px;font-weight:750;color:#3f4a67;margin-top:11px}.fp-profile input,.fp-profile select,.fp-report-section input,.fp-report-section select,.fp-report-section textarea{width:100%;margin-top:6px;border:1px solid #dfe4ed;border-radius:11px;padding:12px;background:#fff}.fp-eval-main{display:grid;gap:18px}.fp-panel{padding:22px}.fp-panel-title{display:flex;justify-content:space-between;gap:16px;align-items:center}.fp-panel-title>div{display:flex;gap:12px;align-items:center}.fp-panel-title i{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-style:normal;font-weight:900;font-size:19px}.fp-panel-title i.green{background:#e7f8ee;color:#148554}.fp-panel-title i.orange{background:#fff1e4;color:#e96b12}.fp-panel-title i.purple{background:#f0ecff;color:#5834e9}.fp-panel-title h3{margin:0 0 4px;font-size:21px}.fp-panel-title p{margin:0;color:#6d768c;font-size:12px}.fp-panel-title button,.fp-upload{border:1px solid #dcd5ff;background:#f4f1ff;color:#5734e7;border-radius:10px;padding:10px 13px;font-weight:800;font-size:12px}.fp-upload input{display:none}.fp-panel textarea{width:100%;min-height:90px;margin-top:12px;border:1px solid #dfe4ed;border-radius:12px;padding:13px}.evaluation-point,.attachment-item{display:flex;justify-content:space-between;gap:10px;padding:12px;border:1px solid #e5e8ef;border-radius:11px;background:#fafbfc;margin-top:9px}.evaluation-point button,.attachment-item button{border:0;background:transparent;color:#c43d3d}.fp-generate{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-top:16px;padding:18px;border-radius:15px;background:linear-gradient(90deg,#f4f1ff,#fff);border:1px solid #ddd6ff}.fp-generate p{margin:4px 0 0;color:#667088;font-size:11px}.fp-report-layout{display:grid;grid-template-columns:240px 1fr;gap:22px;max-width:1500px;margin:auto;padding:24px}.fp-report-nav{background:#101936;border-radius:18px;padding:14px;height:max-content;position:sticky;top:102px}.fp-report-nav button{width:100%;border:0;background:transparent;color:#aeb7ce;padding:13px;border-radius:11px;text-align:left;font-weight:800}.fp-report-nav button.active{background:linear-gradient(90deg,#673cf3,#4f2edc);color:#fff}.fp-report-nav span{margin-left:9px}.fp-report-main{padding:28px;min-height:720px}.fp-report-section{display:none}.fp-report-section.active{display:block}.fp-report-section h3{font-size:27px;margin:0 0 16px}.fp-report-section textarea{min-height:135px;resize:vertical}.fp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.action-row{display:grid;grid-template-columns:2fr 1fr .8fr .8fr 34px;gap:9px;margin-top:10px}.action-row input,.action-row select{border:1px solid #dfe4ed;border-radius:10px;padding:11px}.action-row button{border:0;background:#fff0f0;color:#bd3434;border-radius:9px}.fp-add-action{margin-top:14px;border:1px solid #dcd5ff;background:#f4f1ff;color:#5734e7;border-radius:10px;padding:11px 14px;font-weight:800}@media(max-width:900px){.fp-eval-layout,.fp-report-layout{grid-template-columns:1fr}.fp-profile,.fp-report-nav{position:static}.fp-form-grid{grid-template-columns:1fr}.action-row{grid-template-columns:1fr}}
/* TOP COLLABORATIVE EVALUATION WORKSPACE */
.top-evaluation{background:#f5f7fb}.top-eval-header{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:rgba(255,255,255,.98);border-bottom:1px solid #e2e7f0;backdrop-filter:blur(14px)}.top-eval-title{display:flex;align-items:center;gap:13px}.top-eval-title button{width:44px;height:44px;border:1px solid #dce2ed;border-radius:13px;background:#fff;font-size:21px}.top-eval-title small{display:block;color:#6440ec;font-size:9px;font-weight:900;letter-spacing:.14em}.top-eval-title h2{margin:3px 0 0;font-size:27px}.top-eval-actions{display:flex;align-items:center;gap:9px}.autosave{display:grid;grid-template-columns:10px auto;column-gap:7px;padding:8px 11px;border:1px solid #e3e7ef;border-radius:11px;background:#f9fafc}.autosave i{width:9px;height:9px;border-radius:50%;background:#20b46e;box-shadow:0 0 0 4px #dff7eb}.autosave b{font-size:10px}.autosave small{grid-column:2;font-size:8px;color:#7c8598}.top-eval-page{padding:17px;max-width:1600px;margin:auto}.evaluation-summary{display:grid;grid-template-columns:1fr 1fr .9fr .9fr 1.6fr;gap:13px}.metric-card,.ai-card,.insight-zone,.reports-premium,.timeline-premium{background:#fff;border:1px solid #e3e7ef;border-radius:18px;box-shadow:0 8px 25px rgba(28,40,76,.055)}.metric-card{padding:17px;display:flex;align-items:center;gap:14px;position:relative}.metric-emoji{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;font-size:31px}.metric-card.green .metric-emoji{background:#e8f8ef}.metric-card.red .metric-emoji{background:#fff0f0}.metric-card.visit .metric-emoji{background:#f1edff}.metric-card small{display:block;font-size:10px;font-weight:900;letter-spacing:.08em}.metric-card.green small{color:#13824e}.metric-card.red small{color:#dc3030}.metric-card b{display:block;font-size:42px;line-height:1;margin:8px 0}.metric-card.visit b{font-size:17px}.metric-card p{margin:0;color:#6c758b;font-size:10px;line-height:1.5}.metric-card i{display:block;height:6px;background:#edf0f4;border-radius:999px;margin-top:12px;overflow:hidden}.metric-card i em{display:block;height:100%;background:#15a460;border-radius:999px}.metric-card.red i em{background:#ea3737}.metric-card.score strong{position:absolute;right:12px;top:42px;font-size:10px;color:#13824e;background:#e7f8ee;padding:6px 8px;border-radius:999px}.ai-card{padding:16px;background:linear-gradient(145deg,#fff,#faf8ff);border-color:#ddd5ff}.ai-title{display:flex;align-items:center;justify-content:space-between}.ai-title h3{margin:0;color:#5934e5}.ai-title span{font-size:8px;color:#5934e5;background:#eee9ff;padding:5px 7px;border-radius:999px;font-weight:900}.ai-card>p{font-size:10px;color:#69738b}.ai-card ul{list-style:none;padding:0;margin:8px 0}.ai-card li{display:grid;grid-template-columns:18px 1fr auto;gap:7px;align-items:center;padding:5px 0;font-size:10px}.ai-card li:first-letter{color:#6038ec}.ai-card li em{font-style:normal;border:1px solid #d9cffd;color:#5d35e8;border-radius:999px;padding:4px 6px;font-size:8px}.ai-card footer{display:grid;grid-template-columns:1fr auto auto;gap:11px;align-items:center;padding:9px;border-radius:10px;background:#f1edff}.ai-card footer span{font-size:9px;color:#64708a}.ai-card footer b{color:#5934e5}.evaluation-columns{display:grid;grid-template-columns:1fr 410px;gap:15px;margin-top:15px}.evaluation-content,.evaluation-sidebar{display:grid;gap:15px;height:max-content}.insight-zone,.reports-premium,.timeline-premium{padding:18px}.zone-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.zone-heading>div{display:flex;align-items:center;gap:11px}.zone-heading>div>span{width:41px;height:41px;border-radius:12px;display:grid;place-items:center;font-size:21px}.strength-zone .zone-heading>div>span{background:#e8f8ef}.weakness-zone .zone-heading>div>span{background:#fff0f0}.reports-premium .zone-heading>div>span{background:#eaf2ff}.zone-heading h3{font-size:20px;margin:0 0 3px}.zone-heading p{margin:0;color:#6c758b;font-size:10px}.zone-heading>button,.zone-heading>label{border-radius:10px;padding:9px 12px;background:#fff;font-size:11px;font-weight:850;cursor:pointer}.strength-zone .zone-heading>button{border:1px solid #2db56b;color:#17854f}.weakness-zone .zone-heading>button{border:1px solid #ef4545;color:#d42e2e}.reports-premium .zone-heading>label{border:0;background:#126bee;color:#fff}.zone-heading label input{display:none}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:15px}.insight-card{position:relative;border-radius:15px;padding:15px;min-height:222px;display:flex;flex-direction:column}.insight-card.strength{background:linear-gradient(145deg,#f7fffa,#edf9f3);border:1px solid #bee6cf}.insight-card.weakness{background:linear-gradient(145deg,#fff8f8,#fff0f0);border:1px solid #f1c3c3}.insight-card .card-menu{position:absolute;right:10px;top:8px;border:0;background:transparent;font-size:18px}.insight-main{display:flex;gap:11px}.insight-emoji{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;font-size:26px;flex:0 0 auto}.strength .insight-emoji{background:#dcf5e7}.weakness .insight-emoji{background:#ffdede}.insight-card h4{font-size:15px;line-height:1.3;margin:0 0 7px}.insight-card p{font-size:11px;line-height:1.5;color:#47526b;margin:0}.insight-author{display:grid;grid-template-columns:36px 1fr auto;gap:8px;align-items:center;margin-top:auto;padding-top:13px;border-top:1px solid rgba(80,100,120,.14)}.avatar-circle{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#6540ed,#e34da8);color:#fff;font-size:11px;font-weight:900}.insight-author b,.insight-author small{display:block}.insight-author b{font-size:10px}.insight-author small,.insight-author time{font-size:8px;color:#6e778b}.insight-author time{text-align:right}.insight-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.insight-tag{font-size:8px;font-weight:850;padding:5px 7px;border-radius:999px}.strength .insight-tag{background:#dcf5e7;color:#117b49}.weakness .insight-tag{background:#ffdede;color:#c92727}.insight-composer{margin-top:11px;padding:11px;border-radius:12px}.strength-zone .insight-composer{background:#f9fffb;border:1px dashed #8ed1ac}.weakness-zone .insight-composer{background:#fffafa;border:1px dashed #eda5a5}.insight-composer>input,.insight-composer textarea,.insight-composer select,.insight-composer div input{border:1px solid #dfe4ed;border-radius:9px;padding:9px;background:#fff}.insight-composer>input{width:100%;font-weight:850}.insight-composer textarea{width:100%;min-height:65px;margin-top:7px}.insight-composer>div{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:7px;margin-top:7px}.weakness-zone .insight-composer>div{grid-template-columns:1fr 1fr 1fr 1fr auto}.insight-composer button{border:0;border-radius:9px;background:#5835ec;color:#fff;font-weight:850;padding:9px 12px}.drop-area{display:grid;place-items:center;text-align:center;margin-top:15px;padding:22px;border:1px dashed #8fb3ef;border-radius:12px;background:#fbfdff;cursor:pointer}.drop-area>span{font-size:36px}.drop-area b{font-size:13px}.drop-area small{color:#7a8497;margin:3px}.drop-area em{font-style:normal;border:1px solid #6790ee;color:#3167d9;padding:6px 10px;border-radius:8px;font-size:10px;font-weight:850}.drop-area p{font-size:8px;color:#8992a4}.attachment-premium{display:grid;gap:7px;margin-top:12px}.attachment-premium .attachment-item{display:grid;grid-template-columns:36px 1fr auto;gap:8px;align-items:center;padding:9px;border:1px solid #e5e8ef;border-radius:10px}.attachment-icon{width:33px;height:33px;border-radius:8px;display:grid;place-items:center;background:#eef3ff}.attachment-item b,.attachment-item small{display:block}.attachment-item b{font-size:10px}.attachment-item small{font-size:8px;color:#6c758b}.generate-premium{position:relative;margin-top:14px;padding:17px;border-radius:13px;background:linear-gradient(145deg,#f8fbff,#eef5ff);border:1px solid #b5cefb;text-align:center}.generate-premium>span{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#dbe9ff;margin:auto;font-size:25px}.generate-premium h4{margin:8px 0 4px;color:#0f60d3}.generate-premium p{font-size:10px;color:#657088}.generate-premium button{width:100%;margin-top:8px}.timeline-premium h3{margin:0 0 12px}.timeline-item{display:grid;grid-template-columns:10px 1fr;gap:8px;margin-top:10px}.timeline-dot{width:9px;height:9px;border-radius:50%;background:#6140ef;margin-top:4px}.timeline-item b{font-size:10px}.timeline-item p{font-size:9px;color:#6e778b;margin:2px 0}.evaluation-savebar{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding:13px 16px;border:1px solid #e3e7ef;border-radius:14px;background:#fff}.evaluation-savebar>div{display:flex;align-items:center;gap:9px}.evaluation-savebar b,.evaluation-savebar small{display:block}.evaluation-savebar small{font-size:8px;color:#6c758b}.insight-card.adding{animation:cardIn .4s ease both}@keyframes cardIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:1250px){.evaluation-summary{grid-template-columns:1fr 1fr 1fr}.ai-card{grid-column:1/-1}.evaluation-columns{grid-template-columns:1fr}.evaluation-sidebar{grid-template-columns:1fr 1fr}.insight-grid{grid-template-columns:1fr 1fr}}@media(max-width:800px){.evaluation-summary,.evaluation-sidebar,.insight-grid{grid-template-columns:1fr}.insight-composer>div,.weakness-zone .insight-composer>div{grid-template-columns:1fr}.top-eval-actions .autosave{display:none}.evaluation-savebar{align-items:flex-start;flex-direction:column}}


/* JLR-ALIGNED FIELD REPORT */
.report-jlr-layout{display:grid;grid-template-columns:285px 1fr;gap:20px;max-width:1550px;margin:auto;padding:22px}
.report-jlr-nav{position:sticky;top:96px;height:max-content;background:#101936;border-radius:18px;padding:14px;box-shadow:0 16px 38px rgba(20,30,68,.18)}
.report-nav-intro{padding:10px 11px 14px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:8px}.report-nav-intro span{display:block;color:#8f9ab8;font-size:9px;letter-spacing:.14em;font-weight:900}.report-nav-intro strong{display:block;color:#fff;margin-top:5px;font-size:18px}
.report-jlr-nav button{width:100%;display:grid;grid-template-columns:34px 1fr 18px;align-items:center;gap:9px;border:0;background:transparent;color:#aeb7ce;padding:12px;border-radius:11px;text-align:left;font-weight:800}.report-jlr-nav button b{font-size:17px}.report-jlr-nav button span{font-size:12px}.report-jlr-nav button i{font-style:normal;text-align:right}.report-jlr-nav button.active{background:linear-gradient(90deg,#673cf3,#4f2edc);color:#fff}
.report-jlr-main{min-width:0}.report-jlr-hero{display:flex;justify-content:space-between;align-items:center;padding:28px;border-radius:20px;background:linear-gradient(135deg,#0c1535,#172458 70%,#43269d);color:#fff;margin-bottom:16px;box-shadow:0 16px 36px rgba(19,31,76,.18)}.report-jlr-hero span{font-size:10px;letter-spacing:.16em;color:#b7c2e2;font-weight:900}.report-jlr-hero h1{font-size:42px;letter-spacing:-.04em;margin:7px 0}.report-jlr-hero p{margin:0;color:#cbd3e7}.report-hero-score{text-align:center;padding:16px 23px;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(255,255,255,.08)}.report-hero-score small,.report-hero-score strong,.report-hero-score em{display:block}.report-hero-score strong{font-size:42px;margin:7px 0}.report-hero-score em{font-style:normal;color:#8cf0b7}
.report-section{display:none;background:#fff;border:1px solid #e3e7ef;border-radius:20px;padding:25px;box-shadow:0 10px 30px rgba(25,38,76,.06);min-height:650px}.report-section.active{display:block}.report-section-head{display:flex;gap:14px;align-items:center;padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid #e7eaf1}.report-section-head>span{width:48px;height:48px;border-radius:13px;background:#f0ecff;color:#5a35ec;display:grid;place-items:center;font-size:20px;font-weight:900}.report-section-head h3{font-size:26px;margin:0 0 4px}.report-section-head p{margin:0;color:#6d768c;font-size:12px}
.report-form-grid{display:grid;gap:15px}.report-form-grid.three{grid-template-columns:repeat(3,1fr)}.report-form-grid.two{grid-template-columns:1fr 1fr}.report-section label{display:block;font-size:11px;font-weight:800;color:#3e4967}.report-section input,.report-section select,.report-section textarea{width:100%;margin-top:6px;border:1px solid #dfe4ed;border-radius:11px;padding:12px;background:#fff;outline:none}.report-section textarea{min-height:130px;resize:vertical}.wide-label{display:block;margin-top:16px}
.dynamic-list{display:grid;gap:11px}.dynamic-row{display:grid;gap:9px;padding:13px;border:1px solid #e4e8ef;border-radius:13px;background:#fafbfc}.history-row{grid-template-columns:150px 1fr 1fr 130px 36px}.participant-row{grid-template-columns:1fr 1fr 1fr 36px}.activity-row{grid-template-columns:1.3fr 1fr 1fr 130px 36px}.workorder-row{grid-template-columns:150px 150px 1fr 1fr 36px}.evidence-row{grid-template-columns:150px 150px 1fr 1fr 36px}.action-row{grid-template-columns:1.5fr 1fr 130px 140px 130px 36px}.dynamic-row input,.dynamic-row select,.dynamic-row textarea{border:1px solid #dfe4ed;border-radius:9px;padding:10px;background:#fff}.dynamic-row textarea{min-height:72px}.dynamic-row button{border:0;border-radius:8px;background:#fff0f0;color:#bd3434}.add-row-btn{margin-top:14px;border:1px solid #d8d0ff;background:#f3efff;color:#5637f5;border-radius:10px;padding:11px 14px;font-weight:900}
.visual-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.visual-summary-card{padding:18px;border-radius:15px;border:1px solid #e3e7ef}.visual-summary-card span{font-size:28px}.visual-summary-card h4{margin:10px 0 3px}.visual-summary-card strong{display:block;font-size:34px}.visual-summary-card p{color:#667088;font-size:11px;line-height:1.5}.visual-summary-card.positive{background:#effbf4;border-color:#c7ead5}.visual-summary-card.negative{background:#fff3f3;border-color:#f0cccc}.visual-summary-card.neutral{background:#fff8eb;border-color:#f1dfb6}.visual-summary-card.score{background:#f2efff;border-color:#dcd4ff}
@media(max-width:1050px){.report-jlr-layout{grid-template-columns:1fr}.report-jlr-nav{position:static;display:flex;overflow:auto}.report-jlr-nav button{min-width:200px}.report-nav-intro{display:none}.report-form-grid.three,.report-form-grid.two,.visual-summary-grid{grid-template-columns:1fr 1fr}.history-row,.participant-row,.activity-row,.workorder-row,.evidence-row,.action-row{grid-template-columns:1fr}}
@media(max-width:700px){.report-form-grid.three,.report-form-grid.two,.visual-summary-grid{grid-template-columns:1fr}.report-jlr-hero{align-items:flex-start;gap:18px;flex-direction:column}.report-jlr-hero h1{font-size:34px}}

/* EXECUTIVE REPORT */
.executive-report-workspace{background:#f3f5fa}.er-top{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:15px 24px;background:rgba(255,255,255,.97);border-bottom:1px solid #e2e6ef;backdrop-filter:blur(14px)}.er-brand,.er-actions{display:flex;align-items:center;gap:12px}.er-brand>button{width:42px;height:42px;border:1px solid #dfe4ed;background:#fff;border-radius:12px;font-size:20px}.er-brand small{font-size:9px;letter-spacing:.15em;color:#6841f3;font-weight:900}.er-brand h2{font-size:24px;margin:2px 0}.ai-ready{padding:9px 12px;background:#f1edff;color:#5b35ef;border:1px solid #ded6ff;border-radius:11px;font-weight:850;font-size:11px}.er-shell{display:grid;grid-template-columns:270px 1fr;gap:20px;max-width:1550px;margin:auto;padding:22px}.er-nav{position:sticky;top:90px;height:max-content;background:#101936;border-radius:19px;padding:14px;box-shadow:0 18px 42px rgba(20,31,72,.18)}.er-score{padding:16px;border-radius:14px;background:linear-gradient(145deg,#6842f4,#3f278f);color:#fff;margin-bottom:12px}.er-score small,.er-score b,.er-score span{display:block}.er-score small{font-size:9px;letter-spacing:.12em}.er-score b{font-size:38px;margin:8px 0}.er-nav button{width:100%;display:grid;grid-template-columns:30px 1fr;gap:8px;border:0;background:transparent;color:#abb5ce;padding:11px;border-radius:10px;text-align:left;font-weight:800}.er-nav button.active{background:linear-gradient(90deg,#673cf3,#4f2edc);color:#fff}.er-main{min-width:0}.er-section{display:none;min-height:720px;background:#fff;border:1px solid #e2e6ef;border-radius:21px;padding:28px;box-shadow:0 11px 32px rgba(24,38,77,.06)}.er-section.active{display:block}.er-kicker{display:inline-block;font-size:9px;letter-spacing:.16em;color:#5b35ef;background:#f0ecff;border-radius:99px;padding:7px 10px;font-weight:900}.er-kicker.green{color:#168451;background:#e8f8ef}.er-kicker.red{color:#cc3030;background:#fff0f0}.er-section>h3{font-size:31px;letter-spacing:-.03em;margin:13px 0 6px}.er-section>p{color:#68728a}.er-grid{display:grid;gap:15px}.er-grid.three{grid-template-columns:repeat(3,1fr)}.er-grid.four{grid-template-columns:repeat(4,1fr)}.er-section label{display:block;font-size:11px;font-weight:800;color:#3f4967}.er-section input,.er-section select,.er-section textarea{width:100%;margin-top:6px;border:1px solid #dfe4ed;border-radius:11px;padding:12px;background:#fff}.er-section textarea{min-height:135px;resize:vertical}.er-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:22px}.er-kpis>div{padding:18px;border-radius:15px;background:#f5f7fb;border:1px solid #e2e6ef;font-size:22px}.er-kpis span,.er-kpis b{display:block}.er-kpis span{font-size:12px;color:#62708a;margin-top:7px}.er-kpis b{font-size:31px;margin-top:7px}.ai-generate{border:0;border-radius:11px;padding:12px 16px;background:linear-gradient(90deg,#6c42f4,#9c4df4);color:#fff;font-weight:900}.er-list{display:grid;gap:11px;margin-top:17px}.er-row{display:grid;gap:9px;padding:14px;border:1px solid #e3e7ef;border-radius:14px;background:#fafbfc}.er-rec{grid-template-columns:1.2fr 2fr 120px 110px 120px 35px}.er-strength{grid-template-columns:55px 1fr 2fr 125px 1fr 1fr 35px;background:#f3fcf7;border-color:#c8ead6}.er-weakness{grid-template-columns:55px 1fr 2fr 125px 1fr 125px 35px;background:#fff5f5;border-color:#efcccc}.er-time{grid-template-columns:100px 1fr 2fr 35px}.er-action{grid-template-columns:1.5fr 1fr 110px 135px 120px 35px}.er-row input,.er-row select{border:1px solid #dfe4ed;border-radius:9px;padding:10px;background:#fff}.er-row button{border:0;border-radius:8px;background:#fff0f0;color:#c03535}.add-row-btn{margin-top:14px;border:1px solid #d7d0ff;background:#f2eeff;color:#5937e9;border-radius:10px;padding:11px 14px;font-weight:900}.green-btn{background:#edf9f2;color:#178252;border-color:#b7e0c7}.red-btn{background:#fff1f1;color:#c72e2e;border-color:#ecc1c1}.er-insight-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.er-insight-columns>div{padding:16px;border:1px solid #e4e8ef;border-radius:16px}.er-upload{display:grid;place-items:center;padding:28px;border:1px dashed #97b6ec;border-radius:15px;background:#fbfdff;color:#3165d9;font-weight:900;margin-top:20px;cursor:pointer}.er-upload input{display:none}.er-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:15px}.er-photo{position:relative;border:1px solid #dfe4ed;border-radius:14px;overflow:hidden}.er-photo img{width:100%;height:180px;object-fit:cover}.er-photo input{margin:8px;width:calc(100% - 16px)}.er-photo button{position:absolute;right:8px;top:8px;width:30px;height:30px;border:0;border-radius:50%;background:rgba(0,0,0,.6);color:#fff}.financial-grid{margin-top:22px;padding:18px;border-radius:16px;background:linear-gradient(145deg,#effaf4,#fff);border:1px solid #c7ead5}.er-final-preview{margin-top:25px;text-align:center;padding:30px;border-radius:18px;background:linear-gradient(145deg,#0e1736,#41248d);color:#fff}.er-final-preview small,.er-final-preview b,.er-final-preview span{display:block}.er-final-preview b{font-size:72px;color:#ffe167;margin:10px 0}@media(max-width:1100px){.er-shell{grid-template-columns:1fr}.er-nav{position:static;display:flex;overflow:auto}.er-nav button{min-width:170px}.er-grid.three,.er-grid.four,.er-insight-columns{grid-template-columns:1fr 1fr}.er-rec,.er-strength,.er-weakness,.er-time,.er-action{grid-template-columns:1fr}}@media(max-width:700px){.er-actions .ai-ready,.er-actions .ghost{display:none}.er-grid.three,.er-grid.four,.er-insight-columns,.er-kpis,.er-gallery{grid-template-columns:1fr}.er-section{padding:20px}}

/* VISIT REPORT + KPI SNAPSHOTS */
.nav-visit-card{padding:16px;border-radius:14px;background:linear-gradient(145deg,#6842f4,#3f278f);color:#fff;margin-bottom:12px}.nav-visit-card small,.nav-visit-card strong,.nav-visit-card span{display:block}.nav-visit-card small{font-size:9px;letter-spacing:.12em;color:#d9d3ff}.nav-visit-card strong{font-size:19px;margin:8px 0}.nav-visit-card span{font-size:10px}
.kpi-toolbar{display:flex;gap:10px;margin:18px 0}.compact-btn{padding:10px 13px!important}.kpi-editor-grid{display:grid;gap:10px}.kpi-editor-row{display:grid;grid-template-columns:55px 1.2fr 130px 115px 145px 135px 42px;gap:9px;align-items:center;padding:12px;border:1px solid #e1e5ee;border-radius:13px;background:#fafbfc}.kpi-editor-row input,.kpi-editor-row select{width:100%;border:1px solid #dfe4ed;border-radius:9px;padding:10px;background:#fff}.kpi-editor-row .emoji-input{text-align:center;font-size:22px}.kpi-editor-row button{border:0;border-radius:8px;background:#fff0f0;color:#c23333;height:39px}.custom-kpi-preview{margin-top:20px}.custom-kpi-preview>div{position:relative}.custom-kpi-preview small{display:block;color:#7a8497;margin-top:6px}.comparison-empty{padding:24px;border:1px dashed #cbd3e1;border-radius:14px;background:#fafbfc;color:#69748a;text-align:center}.comparison-table{display:grid;gap:9px;margin-top:16px}.comparison-row{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:9px;align-items:center;padding:13px;border:1px solid #e2e6ee;border-radius:12px;background:#fff}.comparison-row.header{background:#111a39;color:#fff;font-weight:900}.trend-good{color:#11844e}.trend-bad{color:#d13737}.trend-neutral{color:#6d768c}.visit-history-timeline{display:flex;gap:10px;overflow:auto;margin-top:20px}.history-snapshot-card{min-width:190px;padding:14px;border:1px solid #e1e5ee;border-radius:14px;background:#fff}.history-snapshot-card b,.history-snapshot-card small{display:block}.history-snapshot-card small{color:#69748a;margin-top:4px}.open-issue-row{display:grid;grid-template-columns:1.4fr 1fr 115px 135px 125px 35px;gap:9px;padding:14px;border:1px solid #efc7c7;border-radius:14px;background:#fff7f7}.job-card-row{display:grid;grid-template-columns:120px 1.2fr 1.2fr 1.2fr 115px 35px;gap:9px;padding:14px;border:1px solid #dfe4ed;border-radius:14px;background:#fafbfc}.open-issue-row input,.open-issue-row select,.job-card-row input,.job-card-row select,.job-card-row textarea{width:100%;border:1px solid #dfe4ed;border-radius:9px;padding:10px;background:#fff}.open-issue-row button,.job-card-row button{border:0;border-radius:8px;background:#fff0f0;color:#c23333}.analysis-summary-card{margin-top:18px;padding:18px;border-radius:15px;background:linear-gradient(145deg,#f4f0ff,#fff);border:1px solid #ddd5ff}.analysis-summary-card h4{color:#5d34e9;margin:0 0 10px}.analysis-summary-card textarea{width:100%;min-height:100px;border:1px solid #dcdfe9;border-radius:10px;padding:12px}.workshop-analysis-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.workshop-row{padding:15px;border:1px solid #e1e5ee;border-radius:15px;background:#fafbfc}.workshop-row-head{display:grid;grid-template-columns:1fr 150px 35px;gap:8px}.workshop-row input,.workshop-row select,.workshop-row textarea{width:100%;border:1px solid #dfe4ed;border-radius:9px;padding:10px;background:#fff}.workshop-row textarea{min-height:85px;margin-top:8px}.workshop-row button{border:0;border-radius:8px;background:#fff0f0;color:#c23333}.snapshot-toast{position:fixed;right:20px;top:90px;z-index:2000;padding:14px 18px;border-radius:13px;background:#10203c;color:#fff;box-shadow:0 18px 45px rgba(10,24,55,.28);animation:toastIn .3s ease}.snapshot-toast b,.snapshot-toast small{display:block}.snapshot-toast small{color:#c8d1e4;margin-top:4px}@keyframes toastIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
@media(max-width:1150px){.kpi-editor-row,.open-issue-row,.job-card-row{grid-template-columns:1fr}.workshop-analysis-grid{grid-template-columns:1fr}.comparison-row{grid-template-columns:1.2fr repeat(3,1fr)}}
@media(max-width:700px){.comparison-row{grid-template-columns:1fr}.comparison-row.header{display:none}}


/* =========================================================
   FIELD VISIT REPORT — COMPLETE PREMIUM REDESIGN
   ========================================================= */

.report-executive-workspace{
  background:
    radial-gradient(circle at 90% 5%,rgba(113,71,255,.10),transparent 25%),
    linear-gradient(180deg,#f7f8fc 0%,#eef1f7 100%);
  color:#111936;
}

.executive-report-header{
  position:sticky;
  top:0;
  z-index:1000;
  min-height:78px;
  padding:14px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #e1e5ef;
  box-shadow:0 8px 24px rgba(24,35,74,.06);
  backdrop-filter:blur(18px);
}

.executive-brand,
.executive-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.executive-brand .round-back{
  width:44px;
  height:44px;
  border:1px solid #dce2ed;
  border-radius:14px;
  background:#fff;
  color:#17213f;
  font-size:21px;
  box-shadow:0 6px 14px rgba(28,39,75,.07);
}

.executive-brand .brand-mark{
  width:42px;
  height:42px;
  border-radius:13px;
}

.executive-brand>div:last-child>span{
  display:block;
  color:#6540f2;
  font-size:9px;
  font-weight:950;
  letter-spacing:.17em;
}

.executive-brand h2{
  margin:3px 0 0;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.025em;
}

.ai-status{
  display:flex;
  align-items:center;
  gap:9px;
  padding:8px 12px;
  border:1px solid #dfd8ff;
  border-radius:13px;
  background:linear-gradient(135deg,#f5f1ff,#fff);
}

.ai-status>span{font-size:22px}
.ai-status b,.ai-status small{display:block}
.ai-status b{font-size:11px;color:#5835eb}
.ai-status small{margin-top:2px;font-size:8px;color:#778098}

.executive-actions .ghost,
.executive-actions .primary{
  min-height:42px;
  padding:0 16px;
  border-radius:12px;
}

.executive-editor-shell{
  width:min(1580px,calc(100% - 32px));
  margin:0 auto;
  padding:22px 0 32px;
  display:grid;
  grid-template-columns:272px minmax(0,1fr);
  gap:20px;
}

.executive-editor-nav{
  position:sticky;
  top:100px;
  align-self:start;
  max-height:calc(100vh - 122px);
  overflow:auto;
  padding:14px;
  border-radius:22px;
  background:
    radial-gradient(circle at 20% 0%,rgba(109,65,244,.32),transparent 34%),
    linear-gradient(180deg,#101939,#0b1430);
  box-shadow:0 22px 48px rgba(17,29,70,.22);
  scrollbar-width:thin;
  scrollbar-color:#6651b9 transparent;
}

.nav-visit-card{
  position:relative;
  overflow:hidden;
  padding:18px;
  margin-bottom:12px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:17px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.20),transparent 35%),
    linear-gradient(135deg,#7248ff,#4b2bc3);
  color:#fff;
  box-shadow:0 12px 26px rgba(89,48,224,.3);
}

.nav-visit-card::after{
  content:"📍";
  position:absolute;
  right:13px;
  bottom:10px;
  font-size:30px;
  opacity:.18;
}

.nav-visit-card small,
.nav-visit-card strong,
.nav-visit-card span{display:block}

.nav-visit-card small{
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  color:#e5deff;
}

.nav-visit-card strong{
  max-width:180px;
  margin:9px 0 6px;
  font-size:21px;
  line-height:1.15;
}

.nav-visit-card span{
  font-size:10px;
  color:#ebe7ff;
}

.executive-editor-nav>button{
  width:100%;
  min-height:46px;
  margin:4px 0;
  padding:9px 10px;
  display:grid;
  grid-template-columns:34px 1fr;
  align-items:center;
  gap:8px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#aeb8d2;
  text-align:left;
  transition:.2s ease;
}

.executive-editor-nav>button b{
  font-size:15px;
  color:#7f91bc;
}

.executive-editor-nav>button span{
  font-size:11px;
  font-weight:800;
  line-height:1.25;
}

.executive-editor-nav>button:hover{
  color:#fff;
  background:rgba(255,255,255,.07);
  transform:translateX(2px);
}

.executive-editor-nav>button.active{
  color:#fff;
  background:linear-gradient(90deg,#7043fa,#5730df);
  box-shadow:0 9px 19px rgba(91,48,230,.32);
}

.executive-editor-nav>button.active b{color:#fff}

.executive-editor-main{
  min-width:0;
}

.executive-section{
  display:none;
  min-height:760px;
  padding:30px;
  border:1px solid #e0e5ef;
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(105,68,246,.045),transparent 25%),
    #fff;
  box-shadow:0 16px 42px rgba(28,40,78,.08);
}

.executive-section.active{
  display:block;
  animation:reportSectionIn .25s ease both;
}

@keyframes reportSectionIn{
  from{opacity:0;transform:translateY(5px)}
  to{opacity:1;transform:none}
}

.section-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  background:#f0ebff;
  color:#5e37ee;
  font-size:9px;
  font-weight:950;
  letter-spacing:.15em;
}

.section-kicker.green{
  background:#e8f8ef;
  color:#148253;
}

.section-kicker.red{
  background:#fff0f0;
  color:#d13737;
}

.executive-section>h3{
  margin:14px 0 7px;
  font-size:32px;
  line-height:1.07;
  letter-spacing:-.035em;
}

.executive-section>p{
  max-width:850px;
  margin:0 0 24px;
  color:#68738b;
  font-size:14px;
  line-height:1.65;
}

.executive-form-grid,
.conclusion-grid,
.impact-three{
  display:grid;
  gap:15px;
}

.executive-form-grid.three{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.conclusion-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:16px;
}

.impact-three{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:17px;
}

.executive-section label{
  display:block;
  color:#36415f;
  font-size:11px;
  font-weight:850;
}

.executive-section input,
.executive-section select,
.executive-section textarea{
  width:100%;
  margin-top:7px;
  border:1px solid #dce2ed;
  border-radius:12px;
  background:#fff;
  color:#101936;
  outline:none;
  transition:.18s ease;
}

.executive-section input,
.executive-section select{
  min-height:46px;
  padding:0 13px;
}

.executive-section textarea{
  min-height:125px;
  padding:13px;
  resize:vertical;
  line-height:1.5;
}

.executive-section input:focus,
.executive-section select:focus,
.executive-section textarea:focus{
  border-color:#7353f6;
  box-shadow:0 0 0 4px rgba(101,63,242,.10);
}

.wide-label{
  margin-top:17px;
}

.kpi-toolbar{
  display:flex;
  align-items:center;
  gap:10px;
  margin:18px 0;
}

.kpi-toolbar .add-row-btn,
.compact-btn{
  margin:0!important;
  min-height:42px;
}

.kpi-editor-grid{
  display:grid;
  gap:10px;
}

.kpi-editor-row{
  padding:12px;
  display:grid;
  grid-template-columns:58px minmax(150px,1.3fr) 115px 110px 155px 145px 40px;
  gap:9px;
  align-items:center;
  border:1px solid #e0e5ee;
  border-radius:15px;
  background:linear-gradient(135deg,#fbfcfe,#f6f8fc);
}

.kpi-editor-row .emoji-input{
  font-size:24px;
  text-align:center;
}

.kpi-editor-row button,
.open-issue-row button,
.job-card-row button,
.workshop-row button,
.recommendation-row button,
.strength-editor-row button,
.weakness-editor-row button,
.timeline-editor-row button,
.action-editor-row button{
  width:38px;
  min-height:40px;
  border:0;
  border-radius:10px;
  background:#fff0f0;
  color:#c93636;
}

.live-dashboard-preview.custom-kpi-preview{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}

.custom-kpi-preview>div{
  position:relative;
  min-height:146px;
  padding:18px;
  overflow:hidden;
  border:1px solid #e0e5ee;
  border-radius:17px;
  background:
    radial-gradient(circle at 90% 10%,rgba(102,62,244,.10),transparent 35%),
    linear-gradient(145deg,#fafbff,#f2f5fa);
}

.custom-kpi-preview>div::after{
  content:"";
  position:absolute;
  right:-22px;
  bottom:-28px;
  width:95px;
  height:95px;
  border-radius:50%;
  background:rgba(105,65,245,.045);
}

.custom-kpi-preview span{
  display:block;
  color:#56617c;
  font-size:13px;
  font-weight:750;
}

.custom-kpi-preview b{
  display:block;
  margin-top:13px;
  font-size:34px;
  letter-spacing:-.03em;
}

.custom-kpi-preview small{
  margin-top:9px;
  color:#7a8499;
  font-size:9px;
}

.comparison-empty{
  padding:30px;
  border:1px dashed #bfc8d8;
  border-radius:17px;
  background:#fafbfc;
  color:#6d778d;
  text-align:center;
}

.comparison-table{
  display:grid;
  gap:8px;
  margin-top:18px;
}

.comparison-row{
  padding:14px;
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:10px;
  align-items:center;
  border:1px solid #e1e5ee;
  border-radius:13px;
  background:#fff;
}

.comparison-row.header{
  border-color:#111a39;
  background:#111a39;
  color:#fff;
  font-size:11px;
  font-weight:900;
}

.comparison-row:not(.header):hover{
  border-color:#d7d0ff;
  box-shadow:0 7px 18px rgba(70,48,145,.06);
}

.trend-good{color:#11824f}
.trend-bad{color:#d23a3a}
.trend-neutral{color:#70798e}

.visit-history-timeline{
  display:flex;
  gap:10px;
  overflow:auto;
  margin-top:20px;
  padding-bottom:4px;
}

.history-snapshot-card{
  min-width:205px;
  padding:15px;
  border:1px solid #e1e5ee;
  border-radius:15px;
  background:linear-gradient(145deg,#fff,#f7f8fc);
}

.history-snapshot-card b,
.history-snapshot-card small{display:block}

.history-snapshot-card small{
  margin-top:5px;
  color:#6f798e;
}

.ai-generate-btn{
  min-height:45px;
  padding:0 17px;
  border:0;
  border-radius:12px;
  background:linear-gradient(90deg,#6e43f6,#9c4cf2);
  color:#fff;
  font-weight:900;
  box-shadow:0 10px 23px rgba(99,57,237,.22);
}

.executive-dynamic-list,
.editor-card-list{
  display:grid;
  gap:11px;
  margin-top:18px;
}

.recommendation-row,
.strength-editor-row,
.weakness-editor-row,
.timeline-editor-row,
.action-editor-row,
.open-issue-row,
.job-card-row{
  display:grid;
  gap:9px;
  align-items:center;
  padding:13px;
  border-radius:14px;
}

.recommendation-row{
  grid-template-columns:minmax(150px,1.2fr) minmax(220px,2fr) 125px 115px 130px 38px;
  border:1px solid #e1e5ee;
  background:#fafbfc;
}

.strength-editor-row{
  grid-template-columns:58px minmax(145px,1fr) minmax(210px,2fr) 130px 145px 145px 38px;
  border:1px solid #c5e8d3;
  background:linear-gradient(135deg,#f6fdf9,#edf9f2);
}

.weakness-editor-row{
  grid-template-columns:58px minmax(145px,1fr) minmax(210px,2fr) 130px 145px 135px 38px;
  border:1px solid #efcaca;
  background:linear-gradient(135deg,#fff9f9,#fff0f0);
}

.open-issue-row{
  grid-template-columns:minmax(170px,1.4fr) 145px 115px 135px 125px 38px;
  border:1px solid #efc7c7;
  background:linear-gradient(135deg,#fff9f9,#fff2f2);
}

.job-card-row{
  grid-template-columns:115px minmax(160px,1.1fr) minmax(160px,1.1fr) minmax(170px,1.2fr) 140px 38px;
  border:1px solid #e0e5ee;
  background:#fafbfc;
}

.timeline-editor-row{
  grid-template-columns:105px minmax(150px,1fr) minmax(230px,2fr) 38px;
  border:1px solid #e0e5ee;
  background:#fafbfc;
}

.action-editor-row{
  grid-template-columns:minmax(190px,1.5fr) 145px 110px 135px 125px 38px;
  border:1px solid #e0e5ee;
  background:#fafbfc;
}

.add-row-btn{
  min-height:42px;
  margin-top:14px;
  padding:0 15px;
  border:1px solid #d5ccff;
  border-radius:11px;
  background:#f1edff;
  color:#5b35e9;
  font-weight:900;
}

.green-btn{
  border-color:#b9e0c8;
  background:#eaf8ef;
  color:#15814f;
}

.red-btn{
  border-color:#ecc2c2;
  background:#fff0f0;
  color:#c93232;
}

.analysis-summary-card{
  margin-top:20px;
  padding:20px;
  border:1px solid #dcd4ff;
  border-radius:17px;
  background:
    radial-gradient(circle at 100% 0%,rgba(104,62,242,.10),transparent 35%),
    linear-gradient(135deg,#f5f1ff,#fff);
}

.analysis-summary-card h4{
  margin:0 0 10px;
  color:#5d36eb;
  font-size:17px;
}

.workshop-analysis-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.workshop-row{
  padding:15px;
  border:1px solid #e0e5ee;
  border-radius:16px;
  background:linear-gradient(145deg,#fff,#f7f9fc);
}

.workshop-row-head{
  display:grid;
  grid-template-columns:1fr 160px 38px;
  gap:8px;
}

.workshop-row textarea{
  min-height:90px;
  margin-top:9px;
}

.gallery-upload{
  min-height:135px;
  margin-top:20px;
  display:grid;
  place-items:center;
  border:1px dashed #8eade6;
  border-radius:16px;
  background:
    radial-gradient(circle at 50% 0%,rgba(56,113,242,.08),transparent 45%),
    #fbfdff;
  color:#3267d8;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
}

.gallery-upload input{display:none}

.gallery-preview-grid{
  margin-top:15px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}

.gallery-item{
  position:relative;
  overflow:hidden;
  border:1px solid #e0e4ec;
  border-radius:15px;
  background:#fff;
}

.gallery-item img{
  width:100%;
  height:190px;
  object-fit:cover;
}

.gallery-item>div{padding:9px}
.gallery-item>button{
  position:absolute;
  top:8px;
  right:8px;
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:rgba(10,18,40,.72);
  color:#fff;
}

.snapshot-toast{
  position:fixed;
  top:96px;
  right:22px;
  z-index:2200;
  padding:15px 18px;
  border-radius:14px;
  background:#101b39;
  color:#fff;
  box-shadow:0 20px 48px rgba(11,24,55,.30);
}

.snapshot-toast b,.snapshot-toast small{display:block}
.snapshot-toast small{
  margin-top:4px;
  color:#cdd5e8;
}

@media(max-width:1280px){
  .executive-editor-shell{
    grid-template-columns:230px minmax(0,1fr);
  }
  .kpi-editor-row,
  .recommendation-row,
  .strength-editor-row,
  .weakness-editor-row,
  .open-issue-row,
  .job-card-row,
  .action-editor-row{
    grid-template-columns:1fr 1fr 1fr;
  }
  .kpi-editor-row button,
  .recommendation-row button,
  .strength-editor-row button,
  .weakness-editor-row button,
  .open-issue-row button,
  .job-card-row button,
  .action-editor-row button{
    width:100%;
  }
}

@media(max-width:980px){
  .executive-report-header{
    align-items:flex-start;
  }
  .ai-status{display:none}
  .executive-editor-shell{
    grid-template-columns:1fr;
  }
  .executive-editor-nav{
    position:static;
    max-height:none;
    display:flex;
    overflow:auto;
    border-radius:17px;
  }
  .nav-visit-card{
    min-width:200px;
    margin:0 8px 0 0;
  }
  .executive-editor-nav>button{
    min-width:170px;
  }
  .executive-form-grid.three,
  .conclusion-grid,
  .impact-three,
  .live-dashboard-preview.custom-kpi-preview{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .executive-report-header{
    padding:12px;
  }
  .executive-brand h2{
    font-size:19px;
  }
  .executive-actions .ghost{display:none}
  .executive-actions .primary{
    padding:0 11px;
    font-size:11px;
  }
  .executive-editor-shell{
    width:calc(100% - 20px);
    padding-top:10px;
  }
  .executive-section{
    min-height:0;
    padding:20px;
    border-radius:18px;
  }
  .executive-section>h3{
    font-size:27px;
  }
  .executive-form-grid.three,
  .conclusion-grid,
  .impact-three,
  .live-dashboard-preview.custom-kpi-preview,
  .workshop-analysis-grid,
  .gallery-preview-grid{
    grid-template-columns:1fr;
  }
  .kpi-editor-row,
  .recommendation-row,
  .strength-editor-row,
  .weakness-editor-row,
  .open-issue-row,
  .job-card-row,
  .timeline-editor-row,
  .action-editor-row{
    grid-template-columns:1fr;
  }
  .comparison-row{
    grid-template-columns:1fr;
  }
  .comparison-row.header{display:none}
}

.social-emoji{width:58px!important;height:58px!important;border-radius:18px!important;font-size:29px!important;display:grid!important;place-items:center!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 10px 22px rgba(34,45,90,.12)!important;transition:transform .22s ease,box-shadow .22s ease}
.social-emoji.team{background:linear-gradient(135deg,#eee7ff,#d9ccff)!important}
.social-emoji.visits{background:linear-gradient(135deg,#e8f1ff,#cfe3ff)!important}
.social-emoji.weeks{background:linear-gradient(135deg,#fff1d9,#ffe2ad)!important}
.social-emoji.cost{background:linear-gradient(135deg,#e5faef,#c8f2dc)!important}
.save-form label{position:relative;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}
.save-form label:hover{transform:translateY(-2px);border-color:#d3c8ff;background:linear-gradient(90deg,#fff,#fbf9ff);box-shadow:0 10px 24px rgba(85,53,220,.08)}
.save-form label:hover .social-emoji{transform:scale(1.08) rotate(-3deg)}
.save-form label.field-activated{border-color:#7a59f5!important;background:linear-gradient(90deg,#fff,#faf7ff)!important;box-shadow:0 0 0 4px rgba(104,63,242,.10),0 12px 28px rgba(85,53,220,.10)!important;animation:fieldPop .38s ease}
.save-form label.field-activated .social-emoji{animation:emojiBounce .5s ease}
@keyframes fieldPop{0%{transform:scale(1)}50%{transform:scale(1.018)}100%{transform:scale(1)}}
@keyframes emojiBounce{0%,100%{transform:translateY(0) scale(1)}35%{transform:translateY(-6px) scale(1.10)}65%{transform:translateY(2px) scale(.98)}}
.save-form label b{font-size:20px!important;color:#202a49!important;letter-spacing:-.015em}
.save-form label small{font-size:13px!important;color:#78839a!important;margin-top:5px!important}
.save-form input{min-height:70px!important;border-radius:16px!important;background:linear-gradient(180deg,#fff,#fbfcff)!important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.save-form input:focus{transform:scale(1.015)}
.social-calc-button{position:relative;overflow:hidden;font-size:17px!important}
.social-calc-button::after{content:"";position:absolute;inset:-2px;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.28) 45%,transparent 70%);transform:translateX(-120%)}
.social-calc-button:hover::after{animation:buttonShine .8s ease}
@keyframes buttonShine{to{transform:translateX(120%)}}
@media(max-width:700px){.social-emoji{width:50px!important;height:50px!important;font-size:25px!important}.save-form label b{font-size:17px!important}}

/* KPI cards: dedicated zones for text and sparkline */
.kpi{
  position:relative!important;
  min-height:155px!important;
  padding:16px 16px 14px!important;
  display:grid!important;
  grid-template-columns:46px 1fr!important;
  grid-template-rows:auto auto 1fr 38px!important;
  column-gap:12px!important;
  row-gap:4px!important;
  overflow:hidden!important;
}
.kpi .kpi-icon{
  grid-column:1!important;
  grid-row:1/span 2!important;
  width:44px!important;
  height:44px!important;
}
.kpi span{
  grid-column:2!important;
  grid-row:1!important;
  position:static!important;
  margin:0!important;
  line-height:1.25!important;
}
.kpi strong{
  grid-column:2!important;
  grid-row:2!important;
  position:static!important;
  margin:2px 0 0!important;
  line-height:1!important;
}
.kpi small{
  grid-column:1/-1!important;
  grid-row:3!important;
  align-self:end!important;
  position:relative!important;
  z-index:3!important;
  margin:10px 0 6px 56px!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}
.kpi svg{
  grid-column:1/-1!important;
  grid-row:4!important;
  align-self:end!important;
  width:100%!important;
  height:34px!important;
  max-height:34px!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  margin:0!important;
  z-index:1!important;
  overflow:visible!important;
}
.kpi::after{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:48px;
  height:1px;
  background:linear-gradient(90deg,transparent,#e5e9f0 15%,#e5e9f0 85%,transparent);
}
@media(max-width:560px){
  .kpi small{white-space:normal!important}
}


/* MAP LOCATION ACTION MENU — PUBLIC DEMO */
.map-demo-card{
  width:270px!important;
  min-height:318px;
  padding:12px!important;
  overflow:hidden;
}

.map-card-hint{
  margin-top:10px;
  padding:9px 10px;
  border:1px solid #ded7ff;
  border-radius:10px;
  background:#f7f4ff;
  color:#6541e9;
  font-size:9px;
  font-weight:750;
  line-height:1.4;
  text-align:center;
}

.location-action-view{
  min-height:292px;
}

.location-action-view[hidden],
#locationInfoView[hidden]{
  display:none!important;
}

.action-view-enter{
  animation:mapActionIn .28s ease both;
}

@keyframes mapActionIn{
  from{opacity:0;transform:translateX(10px)}
  to{opacity:1;transform:none}
}

.action-location-head{
  display:grid;
  grid-template-columns:34px 1fr auto;
  gap:9px;
  align-items:center;
  padding-bottom:11px;
  border-bottom:1px solid #e8eaf1;
}

.action-location-head small{
  display:block;
  color:#858da0;
  font-size:7px;
  font-weight:900;
  letter-spacing:.12em;
}

.action-location-head h3{
  margin:3px 0 0;
  font-size:17px;
  line-height:1.15;
}

.action-back{
  width:32px;
  height:32px;
  border:1px solid #dfe3ec;
  border-radius:9px;
  background:#fff;
  color:#283451;
  font-size:16px;
}

.demo-access-note{
  display:flex;
  gap:8px;
  align-items:center;
  margin:11px 0;
  padding:9px 10px;
  border:1px solid #ded6ff;
  border-radius:11px;
  background:linear-gradient(90deg,#f2eeff,#faf8ff);
}

.demo-access-note>span{
  font-size:17px;
}

.demo-access-note b,
.demo-access-note small{
  display:block;
}

.demo-access-note b{
  color:#5937e8;
  font-size:10px;
}

.demo-access-note small{
  margin-top:2px;
  color:#70798e;
  font-size:8px;
  line-height:1.35;
}

.location-action-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.location-demo-action{
  position:relative;
  min-height:75px;
  padding:9px;
  display:grid;
  grid-template-columns:30px 1fr;
  grid-template-rows:auto auto;
  column-gap:7px;
  align-items:center;
  border:1px solid #e1e5ed;
  border-radius:12px;
  background:#fff;
  color:#17213f;
  text-align:left;
  opacity:1!important;
  cursor:not-allowed;
  overflow:hidden;
}

.location-demo-action::after{
  content:"🔒";
  position:absolute;
  top:5px;
  right:6px;
  font-size:8px;
  opacity:.55;
}

.location-demo-action>span{
  grid-row:1 / span 2;
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:9px;
  font-size:16px;
}

.location-demo-action b{
  align-self:end;
  padding-right:9px;
  font-size:10px;
  line-height:1.1;
}

.location-demo-action small{
  align-self:start;
  margin-top:3px;
  color:#768096;
  font-size:7px;
  line-height:1.25;
}

.audit-action>span{background:#fff0e8}
.evaluation-action>span{background:#f1edff}
.visit-action>span{background:#eaf3ff}
.report-action>span{background:#edf9f2}
.kpi-action>span{background:#fff7df}

.location-demo-action.kpi-action{
  grid-column:1 / -1;
  min-height:62px;
}

.demo-unlock-footer{
  display:flex;
  gap:7px;
  align-items:flex-start;
  margin-top:9px;
  padding:8px 9px;
  border-radius:10px;
  background:#101936;
  color:#fff;
}

.demo-unlock-footer span{
  font-size:13px;
}

.demo-unlock-footer p{
  margin:0;
  color:#d7ddef;
  font-size:7.5px;
  line-height:1.35;
}

@media(max-width:760px){
  .map-demo-card{
    width:245px!important;
  }

  .location-action-grid{
    grid-template-columns:1fr;
  }

  .location-demo-action.kpi-action{
    grid-column:auto;
  }
}

.language-switcher{position:relative;z-index:1300}
.language-current{height:40px;min-width:72px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:11px;background:#fff;color:#17213f;cursor:pointer}
.language-current:hover,.language-current[aria-expanded="true"]{border-color:#ddd6ff;background:#f7f4ff}
.language-menu{position:absolute;top:48px;right:0;width:220px;padding:8px;border:1px solid #e0e4ed;border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(20,32,73,.18)}
.language-menu[hidden]{display:none!important}
.language-menu button{width:100%;min-height:46px;padding:8px 10px;display:grid;grid-template-columns:28px 1fr auto;gap:9px;align-items:center;border:0;border-radius:11px;background:transparent;text-align:left;cursor:pointer}
.language-menu button:hover{background:#f5f2ff}.language-menu button>span{font-size:20px}.language-menu button b{font-size:12px}.language-menu button small{font-size:9px;color:#778198}
html[lang="zh-CN"] body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC","Segoe UI",sans-serif}
html[lang="zh-CN"] .hero-copy h1{line-height:1.08;letter-spacing:-.04em}

/* FIELDGRAM BRAND */
.brand{gap:0;min-width:210px}
.brand-logo{display:block;width:190px;height:auto;max-height:52px;object-fit:contain;object-position:left center}
@media(max-width:760px){.brand{min-width:0}.brand-logo{width:146px;max-height:44px}}

/* Primary Evaluation Card action inside the selected location card */
.map-evaluation-cta{
  width:100%;
  margin-top:10px;
  min-height:48px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 11px;
  border:1px solid rgba(104,68,255,.24);
  border-radius:12px;
  background:linear-gradient(135deg,#6c45ff 0%,#8d4bff 52%,#d94ec8 100%);
  color:#fff;
  box-shadow:0 9px 22px rgba(104,68,255,.22);
  cursor:pointer;
  text-align:left;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.map-evaluation-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 13px 28px rgba(104,68,255,.3);
  filter:saturate(1.08);
}
.map-evaluation-cta:active{transform:translateY(0)}
.map-evaluation-icon{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(255,255,255,.2);
  font-size:15px;
}
.map-evaluation-cta>span:nth-child(2){display:flex;flex:1;min-width:0;flex-direction:column;gap:1px}
.map-evaluation-cta b{font-size:11px;line-height:1.2;letter-spacing:.01em}
.map-evaluation-cta small{font-size:8px;line-height:1.25;color:rgba(255,255,255,.82);font-weight:600}
.map-evaluation-cta i{font-style:normal;font-size:18px;font-weight:800}

/* Fieldgram pricing */
.pricing-section{padding:96px 24px;background:radial-gradient(circle at 50% 0,#f0efff 0,transparent 34%),linear-gradient(180deg,#fff,#f8faff);color:#08143d;scroll-margin-top:80px}.pricing-shell{max-width:1280px;margin:auto}.pricing-brand{text-align:center}.pricing-brand img{width:210px;max-height:60px;object-fit:contain}.pricing-heading{text-align:center;max-width:900px;margin:18px auto 42px}.pricing-eyebrow{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.15em;color:#6742ec;background:#f0ebff;padding:8px 13px;border-radius:999px}.pricing-heading h2{font-size:clamp(34px,4.5vw,62px);line-height:1.02;margin:18px 0 14px;letter-spacing:-.05em}.pricing-heading h2 span{background:linear-gradient(90deg,#2366f4,#8246ef,#ff7a31);-webkit-background-clip:text;color:transparent}.pricing-heading p{font-size:18px;line-height:1.6;color:#59647d}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.price-card{position:relative;background:rgba(255,255,255,.94);border:1px solid #e2e6f0;border-radius:24px;padding:28px;box-shadow:0 16px 45px rgba(19,35,79,.08);display:flex;flex-direction:column;transition:.25s ease;overflow:hidden}.price-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(19,35,79,.15)}.price-card.featured{border:2px solid #6848f2;transform:translateY(-10px);box-shadow:0 22px 60px rgba(104,72,242,.18);padding-top:48px}.price-card.featured:hover{transform:translateY(-15px)}.popular-ribbon{position:absolute;top:0;left:0;right:0;height:34px;display:grid;place-items:center;background:linear-gradient(90deg,#3567f4,#7546ed);color:#fff;font-size:12px;font-weight:900;letter-spacing:.06em}.plan-head{display:flex;gap:15px;align-items:center;padding-bottom:20px;border-bottom:1px solid #e5e9f2}.plan-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#eef4ff;color:#2465ef;font-size:29px;font-weight:900}.professional .plan-icon{background:#f0ebff;color:#7048eb}.enterprise .plan-icon{background:#e8f8f3;color:#079678}.plan-head h3{font-size:27px;margin:0 0 5px}.plan-head p{font-size:14px;line-height:1.45;color:#667086;margin:0}.plan-price{display:flex;align-items:baseline;gap:10px;margin:24px 0 12px}.plan-price strong{font-size:47px;letter-spacing:-.05em;color:#2865ef}.professional .plan-price strong{color:#6943e5}.enterprise .plan-price strong{color:#078d72}.plan-price span{font-size:13px;font-weight:700;color:#606b82}.plan-price.custom{display:block}.plan-price.custom span{display:block;margin-top:4px}.custom-included{padding:10px 12px;background:#f4f7ff;border-radius:10px;color:#235cdf;font-size:13px;font-weight:800}.professional .custom-included{color:#6641df;background:#f4f0ff}.enterprise .custom-included{color:#087e68;background:#edf9f5}.inherits{margin:20px 0 4px;font-size:13px;font-weight:900;color:#5e43d5}.price-card ul{list-style:none;padding:0;margin:18px 0 24px;display:grid;gap:17px}.price-card li{position:relative;padding-left:29px}.price-card li:before{content:'✓';position:absolute;left:0;top:1px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#eaf2ff;color:#2365ef;font-size:12px;font-weight:900}.professional li:before{background:#eee8ff;color:#6b43e5}.enterprise li:before{background:#e5f7f1;color:#078e74}.price-card li b,.price-card li small{display:block}.price-card li b{font-size:14px}.price-card li small{font-size:12px;line-height:1.45;color:#687289;margin-top:3px}.plan-cta{margin-top:auto;border:0;border-radius:12px;padding:14px 18px;font-size:14px;font-weight:900;cursor:pointer;transition:.2s}.plan-cta:hover{transform:translateY(-2px);filter:brightness(.98)}.plan-cta.outline{color:#245fe4;background:#fff;border:2px solid #3168ed}.plan-cta.primary{color:#fff;background:linear-gradient(90deg,#2969f5,#7446ed)}.plan-cta.green{color:#fff;background:linear-gradient(90deg,#078f74,#10b995)}.pricing-included{margin-top:26px;background:#fff;border:1px solid #e2e7f0;border-radius:22px;display:grid;grid-template-columns:repeat(4,1fr) 1.5fr;padding:23px;box-shadow:0 12px 40px rgba(15,31,75,.06)}.pricing-included>div{text-align:center;padding:8px 14px;border-right:1px solid #e8ebf3}.pricing-included span{font-size:23px;color:#7047ec}.pricing-included b,.pricing-included small{display:block}.pricing-included b{font-size:13px;margin:8px 0 4px}.pricing-included small{font-size:11px;line-height:1.4;color:#727c91}.pricing-included aside{padding:8px 24px;display:flex;flex-direction:column;justify-content:center}.pricing-included aside b{font-size:18px}.pricing-included aside p{font-size:13px;line-height:1.45;color:#5f6a82;margin:7px 0 0}.pricing-final-cta{margin-top:20px;border-radius:20px;padding:20px 24px;background:linear-gradient(110deg,#0a194c,#5544d7 56%,#08ab89);color:white;display:flex;align-items:center;justify-content:space-between;gap:22px}.pricing-final-cta>div:first-child{display:flex;gap:15px;align-items:center}.pricing-final-cta>div:first-child>span{font-size:25px;background:rgba(255,255,255,.12);padding:13px;border-radius:13px}.pricing-final-cta p{margin:0}.pricing-final-cta b,.pricing-final-cta small{display:block}.pricing-final-cta b{font-size:18px}.pricing-final-cta small{margin-top:4px;color:#dce6ff}.pricing-cta-actions{display:flex;align-items:center;gap:13px;flex-shrink:0}.pricing-cta-actions button{border:0;background:#fff;color:#5d3be0;padding:13px 21px;border-radius:11px;font-weight:900;cursor:pointer}.pricing-cta-actions button.interest{background:transparent;color:white;border:1px solid rgba(255,255,255,.75)}.pricing-cta-actions em{font-style:normal;color:#dbe4ff}
/* Lead form */
.lead-modal{position:fixed;inset:0;z-index:1000;background:rgba(5,12,38,.66);backdrop-filter:blur(8px);display:none;place-items:center;padding:22px}.lead-modal.open{display:grid}.lead-dialog{width:min(980px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:26px;display:grid;grid-template-columns:1.45fr .8fr;position:relative;box-shadow:0 40px 110px rgba(0,0,0,.35)}.lead-close{position:absolute;right:15px;top:12px;z-index:2;border:0;background:rgba(255,255,255,.9);width:34px;height:34px;border-radius:50%;font-size:24px;cursor:pointer}.lead-form-side{padding:38px}.lead-kicker{font-size:11px;letter-spacing:.16em;font-weight:900;color:#6844e7}.lead-form-side h2{font-size:34px;letter-spacing:-.04em;margin:9px 0}.lead-form-side>p{color:#687289;line-height:1.5;margin:0 0 24px}.lead-form-side form{display:grid;gap:14px}.lead-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lead-form-side label{font-size:12px;font-weight:800;color:#27334d;display:grid;gap:6px}.lead-form-side input,.lead-form-side select,.lead-form-side textarea{width:100%;box-sizing:border-box;border:1px solid #dce1eb;background:#fbfcff;border-radius:10px;padding:12px;font:inherit;color:#101b3d;outline:none}.lead-form-side input:focus,.lead-form-side select:focus,.lead-form-side textarea:focus{border-color:#6b48ec;box-shadow:0 0 0 3px rgba(107,72,236,.1)}.lead-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:9px!important;font-weight:500!important;line-height:1.4}.lead-consent input{width:auto;margin-top:2px}.lead-submit{border:0;border-radius:11px;padding:14px;color:#fff;font-weight:900;font-size:15px;background:linear-gradient(90deg,#2868f3,#7445eb);cursor:pointer}.lead-privacy{text-align:center;color:#8991a3}.lead-benefits{padding:42px 34px;background:linear-gradient(145deg,#081744,#3030a6 65%,#6450eb);color:#fff;display:flex;flex-direction:column;justify-content:center}.lead-benefits img{width:175px;filter:brightness(0) invert(1);margin-bottom:36px}.lead-benefits h3{font-size:29px;line-height:1.15;margin:0 0 20px}.lead-benefits ul{list-style:none;padding:0;display:grid;gap:14px}.lead-benefits li:before{content:'✓';margin-right:10px;color:#55ebbc}.lead-benefits blockquote{margin:35px 0 0;padding-top:25px;border-top:1px solid rgba(255,255,255,.24);font-size:18px;line-height:1.45;font-weight:700}.lead-success{text-align:center;padding:35px 15px}.lead-success>span{margin:auto;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#e6f8f1;color:#079b78;font-size:30px;font-weight:900}.lead-success h3{font-size:29px;margin:15px 0 7px}.lead-success p{color:#657087}.lead-success button{border:0;border-radius:10px;background:#6242df;color:#fff;padding:12px 25px;font-weight:900;cursor:pointer}
@media(max-width:900px){.pricing-grid{grid-template-columns:1fr}.price-card.featured,.price-card.featured:hover{transform:none}.pricing-included{grid-template-columns:1fr 1fr}.pricing-included aside{grid-column:1/-1;text-align:center}.pricing-final-cta{align-items:flex-start;flex-direction:column}.lead-dialog{grid-template-columns:1fr}.lead-benefits{display:none}}@media(max-width:560px){.pricing-section{padding:70px 14px}.price-card{padding:22px}.pricing-included{grid-template-columns:1fr}.pricing-included>div{border-right:0;border-bottom:1px solid #e8ebf3}.pricing-cta-actions{width:100%;flex-direction:column}.pricing-cta-actions button{width:100%}.pricing-cta-actions em{display:none}.lead-form-side{padding:28px 20px}.lead-row{grid-template-columns:1fr}.lead-form-side h2{font-size:28px}}

/* LinkedIn interest CTA */
.plan-cta.linkedin{color:#fff;background:linear-gradient(135deg,#0a66c2,#004182);border:0;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 24px rgba(10,102,194,.22)}
.plan-cta.linkedin:hover{box-shadow:0 14px 30px rgba(10,102,194,.32)}
.linkedin-mark{display:inline-grid;place-items:center;width:23px;height:23px;border-radius:5px;background:#fff;color:#0a66c2;font-size:15px;font-weight:950;line-height:1;font-family:Arial,sans-serif}
.pricing-cta-actions .linkedin-interest{display:flex;align-items:center;justify-content:center;gap:9px;background:#0a66c2!important;border:1px solid rgba(255,255,255,.38)!important;color:#fff!important;box-shadow:0 10px 24px rgba(0,0,0,.14)}
.pricing-cta-actions .linkedin-interest:hover{background:#004182!important;transform:translateY(-2px)}
.pricing-cta-actions .linkedin-interest .linkedin-mark{width:22px;height:22px;font-size:14px}


/* Unified top CTAs — same labels and visual language as the pricing CTA */
.top-contact-btn{border:0;border-radius:11px;padding:13px 21px;font-weight:900;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.top-contact-btn:hover{transform:translateY(-2px)}
.top-call-btn{background:#fff;color:#5d3be0;border:1px solid #d9d2ff;box-shadow:0 8px 20px rgba(56,40,150,.10)}
.top-call-btn:hover{box-shadow:0 12px 26px rgba(56,40,150,.17)}
.top-linkedin-btn{background:#0a66c2;color:#fff;border:1px solid #0a66c2;box-shadow:0 10px 24px rgba(10,102,194,.22)}
.top-linkedin-btn:hover{background:#004182;border-color:#004182;box-shadow:0 14px 30px rgba(10,102,194,.32)}
.top-linkedin-btn .linkedin-mark{width:22px;height:22px;font-size:14px;flex:0 0 auto}
.hero-actions .top-contact-btn{min-height:47px}
@media(max-width:760px){.nav-actions .top-call-btn{display:none}.nav-actions .top-linkedin-btn{padding:11px 14px}.nav-actions .top-linkedin-btn .linkedin-mark{display:none}.hero-actions{flex-wrap:wrap}.hero-actions .top-contact-btn{flex:1 1 220px}}

/* Pricing cards intentionally have no individual CTA buttons. Conversion actions remain in the shared CTA below. */
.price-card ul{margin-bottom:0}
