
:root{
  --blue:#004b80;--blue-deep:#063a63;--purple:#1b1143;--gray:#696766;--lime:#c9e15f;--olive:#588627;
  --line:rgba(17,28,53,.08);--shadow:0 18px 50px rgba(17,28,53,.12);--radius:24px;--max:1180px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--purple);background:linear-gradient(180deg,#fbfcfd,#f2f5f8);overflow-x:hidden}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.container{width:min(calc(100% - 2rem),var(--max));margin:auto}
.skip-link{position:absolute;left:1rem;top:-3rem;z-index:40;padding:.8rem 1rem;border-radius:12px;background:#fff;color:var(--purple);box-shadow:var(--shadow);transition:top .2s ease}
.skip-link:focus{top:1rem}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);border-bottom:1px solid rgba(17,28,53,.05)}
.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand img{width:146px}.desktop-nav,.footer-nav{display:flex;align-items:center;gap:1.2rem}
.desktop-nav a,.footer-nav a{font-size:.95rem;color:var(--gray)}.desktop-nav a:hover,.desktop-nav a.active,.footer-nav a:hover{color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:.75rem}
.lang-link{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .7rem;border-radius:999px;border:1px solid rgba(17,28,53,.08);background:#fff;color:var(--gray)}
.lang-link-mobile{display:none!important}
.nav-actions .lang-link-desktop{display:inline-flex}
.intranet-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-left:.1rem;border-radius:13px;border:1px solid rgba(17,28,53,.08);background:rgba(255,255,255,.84);color:rgba(17,28,53,.62);box-shadow:0 10px 24px rgba(17,28,53,.05);transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}
.intranet-link svg,.mobile-intranet-link svg{width:22.5px;height:22.5px;fill:currentColor}
.intranet-link:hover{background:#fff;border-color:rgba(17,28,53,.14);color:var(--blue);transform:translateY(-1px);box-shadow:0 14px 28px rgba(17,28,53,.08)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.9rem 1.15rem;border-radius:14px;font-weight:700;border:1px solid transparent;transition:transform .2s ease}
.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-deep));color:#fff}.btn-secondary{background:#fff;border-color:#d8e0e8;color:var(--blue)}.btn-lime{background:var(--lime);color:var(--purple)}
.menu-toggle{display:none;width:48px;height:48px;border-radius:14px;border:1px solid var(--line);background:#fff;flex-direction:column;gap:6px;align-items:center;justify-content:center}.menu-toggle span{width:18px;height:2px;background:var(--purple)}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}.menu-toggle span{transition:transform .2s ease}
.mobile-nav{display:none;background:#fff;border-top:1px solid rgba(17,28,53,.05)}.mobile-nav.open{display:block}.mobile-nav-inner{display:grid;padding:.75rem 0 1rem}.mobile-nav-inner a{padding:.95rem 0;border-bottom:1px solid rgba(17,28,53,.06)}.mobile-lang-switch{padding-top:.7rem}
.mobile-intranet-link{display:flex;align-items:center;gap:.65rem;color:var(--gray)}
.hero{position:relative;overflow:hidden;padding:5.2rem 0 4.8rem}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:2.2rem;align-items:center;position:relative;z-index:1}
.orb{position:absolute;border-radius:50%;filter:blur(56px);opacity:.28;pointer-events:none}.orb.a{width:320px;height:320px;right:-80px;top:20px;background:var(--lime)}.orb.b{width:390px;height:390px;left:-160px;bottom:-120px;background:rgba(0,75,128,.2)}
.grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(17,28,53,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(17,28,53,.03) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(circle at center,rgba(0,0,0,.75),transparent 88%)}
.eyebrow{display:inline-flex;padding:.45rem .8rem;border-radius:999px;background:rgba(201,225,95,.18);color:var(--olive);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hero h1,.section h2,.pricing-hero h1{margin:1rem 0 .9rem;font-size:clamp(2.8rem,6vw,5.7rem);line-height:.93;letter-spacing:-.065em}.hero h1 span{color:var(--blue)}
.lead,.section p,.pricing-hero p,.cta-copy p{color:var(--gray);line-height:1.82;font-size:1.02rem}
.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.6rem}
.hero-stats,.cards,.pricing-grid,.sector-grid,.compare-mobile-grid{display:grid;gap:1rem}.hero-stats{grid-template-columns:repeat(3,1fr);margin-top:1.8rem}.cards,.pricing-grid,.sector-grid{grid-template-columns:repeat(3,1fr)}
.card,.screen,.feature,.price,.sector,.stat,.compare-card,.faq-item,.cta-shell,.stack-item,.showcase{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}
.card,.feature,.price,.sector,.stat,.compare-card,.stack-item,.showcase{padding:1.2rem}
.card strong,.stat strong{display:block;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.06em;color:var(--blue)}.card span,.stat span{display:block;margin-top:.35rem;color:var(--gray);font-size:.9rem;line-height:1.55}
.screen{padding:1rem;background:linear-gradient(160deg,var(--purple),var(--blue));position:relative}.screen img{border-radius:22px}
.pulse{position:absolute;border-radius:999px;border:1px solid rgba(255,255,255,.35);animation:pulse 2.8s ease-out infinite}.pulse.a{left:18%;top:29%;width:36%;height:18%}.pulse.b{right:8%;top:34%;width:19%;height:48%;animation-delay:1.1s}
.chip{position:absolute;z-index:2;min-width:210px;padding:1rem;border-radius:18px;background:rgba(255,255,255,.88);border:1px solid var(--line);box-shadow:0 14px 34px rgba(17,28,53,.12)}
.chip span{display:block;font-size:.8rem;color:var(--gray);margin-bottom:.25rem}.chip strong{font-size:1rem}.chip.left{left:-16px;bottom:42px}.chip.right{right:-10px;top:60px}
.icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:1rem;border-radius:14px;background:rgba(0,75,128,.08);color:var(--blue);font-weight:800}
.feature h3,.price h3,.sector h3{margin:0 0 .7rem;font-size:1.45rem;letter-spacing:-.04em}.feature p,.price p,.sector p,.stack-item span,.showcase p,.faq-item p{color:var(--gray);line-height:1.72}
.feature.dark,.showcase.dark,.price.featured,.compare-card.featured{background:linear-gradient(160deg,var(--purple),var(--blue));color:#fff}
.feature.dark p,.showcase.dark p,.showcase.dark small,.price.featured p,.price.featured li,.price.featured .tier,.compare-card.featured li strong,.compare-card.featured li span,.compare-card.featured .tier{color:rgba(255,255,255,.82)}
.feature.dark .icon{background:rgba(255,255,255,.1);color:var(--lime)}.feature.accent{background:linear-gradient(180deg,rgba(201,225,95,.16),rgba(255,255,255,.94))}
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:2.35rem;align-items:center}.stack{display:grid;gap:1rem;margin-top:1.55rem}.stack-item strong{display:block;margin-bottom:.35rem}
.showcase{padding:1.2rem}.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.showcase-grid article{padding:1rem;border-radius:18px;background:rgba(255,255,255,.08);color:#fff}.showcase-grid strong{display:block;margin:.45rem 0;font-size:1.4rem}.showcase-grid p,.showcase-grid small{color:rgba(255,255,255,.8)}
.showcase-grid article{position:relative;padding:1.15rem 1.05rem 1.02rem}
.showcase-grid article::after{content:"";position:absolute;left:1.05rem;right:1.05rem;bottom:.55rem;height:1px;background:linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,0))}
.showcase-grid small{display:block;opacity:.95}
.showcase-grid strong{position:relative;padding-top:.15rem}
.showcase-grid strong::before{content:"";display:block;width:32px;height:2px;margin:0 0 .65rem;background:rgba(201,225,95,.72);border-radius:999px}
.sector{min-height:318px;color:#fff;background:linear-gradient(160deg,var(--blue),var(--purple))}.sector p{color:rgba(255,255,255,.82)}.sector.olive{background:linear-gradient(160deg,var(--olive),var(--blue))}.sector.gray{background:linear-gradient(160deg,var(--purple),#4a4f56)}
.sector-example{margin-top:.85rem;font-size:.92rem;line-height:1.65;color:rgba(255,255,255,.72)}
.sector-tag{display:inline-flex;padding:.35rem .6rem;border-radius:999px;background:rgba(255,255,255,.14);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag-list span{padding:.45rem .72rem;border-radius:999px;background:rgba(255,255,255,.12);font-size:.82rem}
.section{padding:6rem 0}.section-dark{background:linear-gradient(135deg,var(--purple),var(--blue));color:#fff}.section-dark p{color:rgba(255,255,255,.82)}
.tier{display:inline-block;margin-bottom:.8rem;color:var(--blue);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.price .value{margin:.35rem 0 1rem;font-size:2.6rem;font-weight:800;letter-spacing:-.06em}.price .value small{font-size:1rem;font-weight:600}
.badge{position:absolute;top:1rem;right:1rem;padding:.4rem .7rem;border-radius:999px;background:var(--lime);color:var(--purple);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.price ul,.compare-card ul{list-style:none;padding:0;margin:1rem 0 1.4rem;display:grid;gap:.7rem}.price li{position:relative;padding-left:1.2rem;color:var(--gray);line-height:1.55}.price li:before{content:"•";position:absolute;left:0;color:var(--olive);font-weight:900}.price.featured li:before{color:var(--lime)}
.table-wrap{padding:0;overflow:auto}.pricing-table{width:100%;min-width:760px;border-collapse:collapse}.pricing-table th,.pricing-table td{padding:1rem 1.1rem;text-align:left;border-bottom:1px solid rgba(17,28,53,.06)}.pricing-table th{background:rgba(0,75,128,.05);font-size:.82rem;text-transform:uppercase;letter-spacing:.07em}
.comparison-mobile{display:none}.compare-card li{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid rgba(17,28,53,.06)}.compare-card li:last-child{border-bottom:0}.compare-card li strong{max-width:60%;display:block;font-size:.95rem}.compare-card li span{text-align:right;color:var(--gray)}
.faq-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start}.faq-list{display:grid;gap:1rem}.faq-item{padding:1rem 1.1rem}.faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;list-style:none;cursor:pointer;font-weight:700}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary em{font-style:normal;font-size:1.2rem}.faq-item[open] summary em{transform:rotate(45deg)}
.cta-shell{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;background:linear-gradient(130deg,var(--blue),var(--purple));color:#fff}.cta-copy h2{color:#fff;max-width:12ch}.tag-light span{color:#fff;background:rgba(255,255,255,.12)}
.cta-result{max-width:40ch;margin-top:.95rem;font-weight:600;color:rgba(255,255,255,.9)}
.contact-form{padding:1.2rem;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.form-grid label{display:grid;gap:.4rem}.form-grid .full{grid-column:1/-1}.form-grid span{color:rgba(255,255,255,.82);font-size:.84rem}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:.95rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.93);color:var(--purple);outline:none}.form-grid textarea{min-height:120px;resize:vertical}.form-feedback{min-height:24px;margin:.9rem 0 .7rem;font-size:.92rem;color:rgba(255,255,255,.9)}.form-feedback.error{color:#ffd7d7}.form-feedback.success{color:#e6ffd2}
.required-field span::after{content:" *";color:#ffd166;font-weight:800}
.field-error{padding:.7rem;border-radius:18px;background:rgba(255,99,99,.18);box-shadow:0 0 0 2px rgba(255,133,133,.28)}
.field-error span{color:#fff}
.consent-check{display:flex !important;align-items:flex-start;gap:.8rem;padding:1rem 1rem .95rem;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}
.consent-check.invalid{border-color:#ffb3b3;box-shadow:0 0 0 3px rgba(255,179,179,.12)}
.consent-check input{width:18px;height:18px;margin:.15rem 0 0;padding:0;accent-color:var(--lime)}
.consent-check span{font-size:.92rem;line-height:1.7;color:rgba(255,255,255,.88)}
.consent-check a,.form-legal a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.form-legal{margin:.15rem 0 0;color:rgba(255,255,255,.76);font-size:.84rem;line-height:1.75}
.contact-embed{
  padding:.8rem;
  overflow:hidden;
}
.contact-embed iframe{
  display:block;
  width:100%;
  min-height:520px;
  border:0;
  border-radius:20px;
  background:#fff;
}
.mailjet-embed{
  height:0;
}
.intranet-actions{
  margin-top:1.25rem;
  display:grid;
  gap:.8rem;
}
.visually-hidden{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mini-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.5rem}
.mini-list li{position:relative;padding-left:1rem;font-size:.9rem;line-height:1.55;color:rgba(17,28,53,.72)}
.mini-list li::before{content:"";position:absolute;left:0;top:.55rem;width:6px;height:6px;border-radius:999px;background:var(--olive)}
.feature.dark .mini-list li,.showcase.dark .mini-list li,.section-dark .mini-list li,.price.featured .mini-list li,.compare-card.featured .mini-list li{color:rgba(255,255,255,.84)}
.feature.dark .mini-list li::before,.showcase.dark .mini-list li::before,.section-dark .mini-list li::before,.price.featured .mini-list li::before,.compare-card.featured .mini-list li::before{background:var(--lime)}
.mobile-cta-bar{display:none}
.site-footer{padding:1.6rem 0 3rem}.footer-wrap{padding-top:1.2rem;border-top:1px solid rgba(17,28,53,.08);display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.footer-wrap p{margin:.3rem 0 0;color:var(--gray)}
.legal-hero{padding-bottom:2.5rem}
.legal-shell h1{max-width:14ch}
.legal-shell p{max-width:64ch}
.legal-page{padding-top:0}
.legal-layout{display:grid;grid-template-columns:minmax(220px,.32fr) minmax(0,.68fr);gap:2rem;align-items:start}
.legal-index,.legal-block{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}
.legal-index{position:sticky;top:108px;display:grid;gap:.75rem;padding:1.2rem}
.legal-index strong{font-size:1rem}
.legal-index a{color:var(--gray);font-size:.95rem}
.legal-index a:hover{color:var(--blue)}
.legal-content{display:grid;gap:1rem}
.legal-block{padding:1.45rem}
.legal-block h2{margin:0 0 1rem;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.05;letter-spacing:-.05em}
.legal-block p{margin:.85rem 0;color:var(--gray);line-height:1.84}
.legal-block strong{color:var(--purple)}
.legal-block a{color:var(--blue)}
.error-page{
  min-height:calc(100vh - 82px);
  display:flex;
  align-items:center;
  padding:4.6rem 0 5.4rem;
  background:
    radial-gradient(circle at top left, rgba(201,225,95,.12), transparent 22%),
    radial-gradient(circle at 85% 18%, rgba(0,75,128,.12), transparent 26%),
    linear-gradient(180deg, #f8fafc 0%, #edf3f7 100%);
}
.error-layout{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);
  gap:3.4rem;
  align-items:center;
}
.error-copy{
  max-width:560px;
}
.error-copy h1{
  margin:1rem 0 1.1rem;
  font-size:clamp(3rem,7vw,5.7rem);
  line-height:.92;
  letter-spacing:-.078em;
  color:#10192d;
}
.error-copy .lead{
  max-width:45ch;
  color:rgba(17,28,53,.64);
}
.error-actions{
  display:flex;
  gap:.85rem;
  flex-wrap:wrap;
  margin-top:1.8rem;
}
.error-links{
  display:flex;
  flex-wrap:wrap;
  gap:1rem 1.25rem;
  margin-top:1.25rem;
}
.error-links a{
  color:rgba(17,28,53,.58);
  font-size:.95rem;
  font-weight:600;
}
.error-links a:hover{
  color:var(--blue);
}
.error-stage{
  position:relative;
  min-height:560px;
  border-radius:34px;
  padding:2rem;
  overflow:hidden;
  background:
    linear-gradient(160deg, rgba(11,20,51,.96), rgba(0,75,128,.96)),
    radial-gradient(circle at top right, rgba(201,225,95,.18), transparent 32%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 34px 86px rgba(17,28,53,.22);
}
.error-stage-glow{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 20%, rgba(201,225,95,.18), transparent 22%),
    radial-gradient(circle at 78% 72%, rgba(92,172,255,.18), transparent 26%);
  pointer-events:none;
}
.error-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size:46px 46px;
  mask-image:radial-gradient(circle at center, rgba(0,0,0,.92), transparent 86%);
}
.error-diagonal{
  position:absolute;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.26), rgba(255,255,255,0));
  transform-origin:left center;
  opacity:.7;
}
.error-diagonal-a{
  left:12%;
  top:28%;
  width:58%;
  transform:rotate(24deg);
}
.error-diagonal-b{
  right:10%;
  bottom:22%;
  width:44%;
  transform:rotate(-31deg);
}
.error-orbit{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.2);
}
.error-orbit.orbit-a{
  width:430px;
  height:430px;
  right:-34px;
  top:50%;
  transform:translateY(-50%);
}
.error-orbit.orbit-b{
  width:260px;
  height:260px;
  left:68px;
  top:76px;
  border-color:rgba(201,225,95,.32);
}
.error-signal{
  position:absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--lime);
  box-shadow:0 0 0 8px rgba(201,225,95,.12), 0 0 30px rgba(201,225,95,.34);
}
.error-signal::after{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:50%;
  border:1px solid rgba(201,225,95,.25);
}
.error-signal.signal-a{
  left:20%;
  top:21%;
}
.error-signal.signal-b{
  right:19%;
  bottom:24%;
  background:#86bfff;
  box-shadow:0 0 0 8px rgba(134,191,255,.14), 0 0 28px rgba(134,191,255,.32);
}
.error-signal.signal-b::after{
  border-color:rgba(134,191,255,.22);
}
.error-core{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(72%,360px);
  padding:2rem 1.8rem 1.75rem;
  border-radius:28px;
  text-align:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(20px);
  color:#fff;
  box-shadow:0 28px 60px rgba(6,15,39,.26);
}
.error-core span{
  display:block;
  margin-bottom:.55rem;
  color:var(--lime);
  font-size:clamp(3.8rem,10vw,6.3rem);
  font-weight:800;
  line-height:.92;
  letter-spacing:-.08em;
}
.error-core strong{
  display:block;
  font-size:1.35rem;
  letter-spacing:-.035em;
}
.error-core small{
  display:block;
  margin-top:.55rem;
  color:rgba(255,255,255,.74);
  font-size:.9rem;
  line-height:1.6;
}
.error-card{
  position:absolute;
  width:min(240px,42%);
  padding:1rem 1.05rem;
  border-radius:20px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 18px 38px rgba(6,15,39,.18);
}
.error-card span{
  display:block;
  margin-bottom:.3rem;
  color:rgba(17,28,53,.52);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.error-card strong{
  display:block;
  color:var(--purple);
  font-size:1rem;
  line-height:1.4;
  letter-spacing:-.02em;
}
.error-card-top{
  left:28px;
  top:28px;
}
.error-card-bottom{
  right:26px;
  bottom:34px;
}
.error-panel{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.8rem;
}
.error-panel article{
  padding:.9rem .95rem;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(12px);
}
.error-panel span{
  display:block;
  margin-bottom:.28rem;
  color:rgba(255,255,255,.54);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.error-panel strong{
  display:block;
  color:#fff;
  font-size:.92rem;
  line-height:1.45;
  letter-spacing:-.02em;
}
.reveal,.reveal-left,.reveal-right{opacity:1;filter:none;transform:none}
html.js-enhanced .reveal,html.js-enhanced .reveal-left,html.js-enhanced .reveal-right{transition:opacity .8s ease,transform .8s ease,filter .8s ease}
html.js-enhanced .reveal:not(.visible),html.js-enhanced .reveal-left:not(.visible),html.js-enhanced .reveal-right:not(.visible){opacity:0;filter:blur(10px)}
html.js-enhanced .reveal:not(.visible){transform:translateY(34px)}
html.js-enhanced .reveal-left:not(.visible){transform:translateX(-40px)}
html.js-enhanced .reveal-right:not(.visible){transform:translateX(40px)}
html.js-enhanced .reveal.visible,html.js-enhanced .reveal-left.visible,html.js-enhanced .reveal-right.visible{opacity:1;filter:none;transform:none}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(201,225,95,.36)}100%{box-shadow:0 0 0 28px rgba(201,225,95,0)}}
@media(max-width:1100px){.hero-grid,.split,.cta-shell,.faq-layout{grid-template-columns:1fr}.hero-stats,.cards,.pricing-grid,.sector-grid{grid-template-columns:repeat(2,1fr)}.chip{min-width:180px}}
@media(max-width:1100px){.legal-layout{grid-template-columns:1fr}.legal-index{position:static}}
@media(max-width:1100px){.error-layout{grid-template-columns:1fr;gap:2.1rem}.error-copy{max-width:680px}.error-stage{min-height:520px}.error-panel{grid-template-columns:1fr 1fr}}
@media(max-width:860px){.desktop-nav,.nav-actions .btn,.nav-actions .intranet-link,.nav-actions .lang-link-desktop{display:none!important}.lang-link-mobile{display:inline-flex!important;justify-self:center}.menu-toggle{display:flex}.hero-stats,.showcase-grid,.form-grid{grid-template-columns:1fr}.chip{display:none}}
@media(max-width:760px){.comparison-desktop{display:none}.comparison-mobile{display:block}}
@media(max-width:640px){.hero h1,.pricing-hero h1,.section h2{font-size:clamp(2.5rem,12vw,4.2rem)}.cards,.pricing-grid,.sector-grid,.hero-stats,.error-panel{grid-template-columns:1fr}.hero-actions,.pricing-actions,.error-actions{display:grid}.btn{width:100%}.compare-card li{flex-direction:column}.compare-card li strong,.compare-card li span{max-width:100%;text-align:left}.error-page{padding:3.6rem 0 4.2rem}.error-copy h1{font-size:clamp(2.7rem,14vw,4rem)}.error-links{display:grid;gap:.75rem}.error-stage{min-height:520px;padding:1rem}.error-core{width:calc(100% - 2rem);padding:1.55rem 1.2rem 1.35rem}.error-core span{font-size:clamp(3.2rem,18vw,4.8rem)}.error-card{width:calc(100% - 2rem)}.error-card-top{left:1rem;top:1rem}.error-card-bottom{right:1rem;bottom:150px}.error-panel{left:1rem;right:1rem;bottom:1rem}.cta-shell{padding:1rem}.contact-embed{padding:.35rem}.contact-embed iframe{min-height:620px;border-radius:16px}.form-legal{font-size:.8rem;line-height:1.68}}



.btn-glass{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.24);backdrop-filter:blur(16px)}
.btn-glass:hover{background:rgba(255,255,255,.18)}
.btn-secondary-light{background:rgba(255,255,255,.72);color:var(--purple);border-color:rgba(17,28,53,.08);backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(17,28,53,.08)}
.btn-secondary-light:hover{background:#fff;transform:translateY(-1px)}
.hero-photo{min-height:860px;padding:0;display:flex;align-items:stretch;background:#edf2f7}
.hero-photo-bg,.hero-photo-overlay{position:absolute;inset:0}
.hero-photo-bg{background-image:url("../img/hero-dymap-bg.webp");background-size:cover;background-position:center center;transform:scale(1.01);filter:saturate(.9) contrast(.96) brightness(1.02)}
.hero-photo-overlay{background:
  linear-gradient(90deg, rgba(245,247,251,.88) 0%, rgba(245,247,251,.72) 30%, rgba(245,247,251,.34) 56%, rgba(245,247,251,.12) 78%, rgba(245,247,251,.08) 100%),
  linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(236,241,247,.28) 100%)}
.hero-photo .grid-overlay,.hero-photo .orb,.hero-photo .screen{display:none}
.hero-photo-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(280px,.58fr);grid-template-areas:"copy aside" "summary aside";column-gap:5.5rem;row-gap:2rem;align-items:center;padding:8.8rem 0 5.4rem;min-height:860px}
.hero-copy{grid-area:copy;max-width:760px;color:var(--purple)}
.hero-copy .eyebrow-light{display:inline-flex;align-items:center;padding:.48rem .8rem;border-radius:999px;background:rgba(255,255,255,.74);color:rgba(17,28,53,.78);border:1px solid rgba(17,28,53,.08);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(17,28,53,.04)}
.hero-photo h1{color:var(--purple);max-width:11.5ch;margin:1rem 0 1.5rem;font-size:clamp(3.6rem,8.5vw,6.1rem);line-height:.96;letter-spacing:-.075em;text-shadow:none}
.hero-photo h1 span{color:#283144}
.hero-photo .lead{max-width:58ch;color:rgba(17,28,53,.76);font-size:1.08rem;line-height:1.9}
.hero-photo .hero-actions{margin-top:2rem;gap:.9rem}
.hero-photo .hero-actions .btn{min-width:178px}
.hero-aside{grid-area:aside;align-self:center;justify-self:end;width:min(100%,340px)}
.hero-note{padding:1.45rem 1.45rem 1.35rem;border-radius:24px;background:rgba(255,255,255,.78);border:1px solid rgba(17,28,53,.08);box-shadow:0 24px 60px rgba(17,28,53,.08);backdrop-filter:blur(16px);color:var(--purple)}
.hero-note-label{display:inline-block;margin-bottom:.85rem;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(17,28,53,.56)}
.hero-note strong{display:block;font-size:1.16rem;line-height:1.45;letter-spacing:-.03em;margin-bottom:.7rem}
.hero-note p{margin:0;color:rgba(17,28,53,.68);line-height:1.8}
.hero-summary{grid-area:summary;display:flex;flex-wrap:wrap;gap:.8rem 1rem;align-items:center;padding-top:.2rem}
.hero-summary span{display:inline-flex;align-items:center;padding:.78rem 1.02rem;border-radius:999px;background:rgba(255,255,255,.74);border:1px solid rgba(17,28,53,.08);color:rgba(17,28,53,.78);font-size:.88rem;font-weight:600;letter-spacing:.01em;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(17,28,53,.04)}
html[lang="es"] .hero-copy{max-width:620px}
html[lang="es"] .hero-photo h1{max-width:8.6ch;margin:1rem 0 1.8rem;font-size:clamp(3rem,7.1vw,5.1rem);line-height:1.03;letter-spacing:-.062em}
html[lang="es"] .hero-photo h1 span{display:block;margin-top:.14em}
html[lang="es"] .hero-photo .lead{max-width:47ch;font-size:1.04rem;line-height:1.92}
html[lang="es"] .hero-photo .hero-actions{margin-top:2.2rem}
@media(max-width:1100px){
  .hero-photo{min-height:auto}
  .hero-photo-inner{grid-template-columns:1fr;grid-template-areas:"copy" "summary" "aside";row-gap:1.5rem;align-items:start;padding:7.2rem 0 4.2rem;min-height:auto}
  .hero-aside{justify-self:start;width:min(100%,560px)}
}
@media(max-width:860px){
  .hero-photo-inner{padding:6.3rem 0 3.4rem}
  .hero-photo h1{max-width:12ch}
  html[lang="es"] .hero-photo h1{max-width:9.6ch;font-size:clamp(2.85rem,10vw,4.55rem)}
  .hero-summary{gap:.7rem}
}
@media(max-width:640px){
  .hero-photo{min-height:auto}
  .hero-photo-bg{background-position:66% center}
  .hero-photo-overlay{background:
    linear-gradient(180deg, rgba(245,247,251,.84) 0%, rgba(245,247,251,.64) 44%, rgba(245,247,251,.44) 100%),
    linear-gradient(90deg, rgba(245,247,251,.72) 0%, rgba(245,247,251,.3) 100%)}
  .hero-photo h1{max-width:none;font-size:clamp(2.85rem,15vw,4.25rem);line-height:1.02}
  html[lang="es"] .hero-photo h1{max-width:7.7ch;font-size:clamp(2.55rem,13vw,3.7rem);line-height:1.05;letter-spacing:-.055em}
  .hero-photo .lead{font-size:1rem;line-height:1.78;max-width:34ch}
  html[lang="es"] .hero-photo .lead{max-width:31ch;font-size:.98rem;line-height:1.82}
  .hero-note{padding:1.2rem}
  .hero-summary span{width:100%;justify-content:flex-start}
}

/* Language switcher: SVG flags */
.lang-link{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:36px;padding:.38rem .58rem;border-radius:10px;border:1px solid rgba(17,28,53,.08);background:rgba(255,255,255,.76);color:var(--purple);font-size:.76rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 8px 24px rgba(17,28,53,.05);backdrop-filter:blur(12px);transition:background .2s ease,border-color .2s ease,transform .12s ease,box-shadow .2s ease}
.lang-link img{display:block;width:18px;height:12px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(17,28,53,.08)}
.lang-link:hover{background:#fff;border-color:rgba(17,28,53,.12);box-shadow:0 12px 26px rgba(17,28,53,.08);transform:translateY(-1px)}
.lang-link:active{transform:translateY(0)}
.lang-label{display:inline-block;line-height:1}
.mobile-lang-switch .lang-link{justify-content:flex-start;width:100%;padding:.85rem 0;border:0;border-radius:0;background:none;box-shadow:none;backdrop-filter:none;font-size:.95rem;letter-spacing:.01em;text-transform:none}
.mobile-lang-switch .lang-link:hover{background:none;transform:none}
.mobile-lang-switch .lang-link img{width:20px;height:14px}


/* Enterprise hero */
.hero-enterprise{
  padding:7.8rem 0 5.8rem;
  background:
    radial-gradient(circle at top right, rgba(0,75,128,.06), transparent 29%),
    radial-gradient(circle at top left, rgba(201,225,95,.09), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, #edf3f7 100%);
}
.event-banner{
  padding:1.2rem 0 0;
  background:linear-gradient(180deg, rgba(248,250,252,.92) 0%, rgba(248,250,252,0) 100%);
}
.event-banner-shell{
  display:grid;
  grid-template-columns:auto minmax(0,1.2fr) auto auto;
  gap:1.15rem 1.5rem;
  align-items:center;
  padding:1.15rem 1.2rem;
  border-radius:28px;
  border:1px solid rgba(17,28,53,.08);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.55), transparent 30%),
    linear-gradient(135deg, rgba(6,22,62,.96), rgba(0,75,128,.95));
  box-shadow:0 22px 48px rgba(17,28,53,.14);
  color:#fff;
  overflow:hidden;
  position:relative;
}
.event-banner-badge{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
}
.event-banner-badge img{
  width:88px;
  height:auto;
  border-radius:12px;
  box-shadow:0 14px 28px rgba(6,15,39,.24);
}
.event-banner-shell::before{
  content:"";
  position:absolute;
  inset:-20% auto auto 58%;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(34,198,255,.28), rgba(34,198,255,0));
  pointer-events:none;
}
.event-kicker{
  display:block;
  width:max-content;
  margin-bottom:.6rem;
  padding:.34rem .62rem;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:var(--lime);
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.event-banner-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.event-banner-copy strong{
  display:block;
  font-size:1.32rem;
  line-height:1.25;
  letter-spacing:-.03em;
}
.event-banner-copy p{
  margin:.42rem 0 0;
  max-width:62ch;
  color:rgba(255,255,255,.8);
  line-height:1.65;
  font-size:.95rem;
}
.event-banner-meta{
  display:grid;
  gap:.45rem;
  justify-items:start;
}
.event-banner-meta span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:.6rem .82rem;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
  color:#fff;
  font-size:.84rem;
  font-weight:700;
  letter-spacing:.01em;
}
.event-banner-actions{
  display:flex;
  align-items:center;
}
.hero-enterprise-inner{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:4.7rem;
  align-items:center;
}
.hero-enterprise-copy{
  max-width:540px;
}
.hero-kicker{
  display:inline-block;
  margin-bottom:1.15rem;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(17,28,53,.46);
}
.hero-enterprise h1{
  margin:0 0 1.55rem;
  max-width:9.5ch;
  font-size:clamp(3.35rem,6.7vw,5.35rem);
  line-height:.94;
  letter-spacing:-.078em;
  color:#10192d;
}
.hero-enterprise h1 span{
  color:#344561;
}
.hero-enterprise .lead{
  max-width:48ch;
  margin:0;
  font-size:1.04rem;
  line-height:1.84;
  color:rgba(17,28,53,.65);
}
.hero-enterprise .hero-actions{
  margin-top:2.05rem;
  gap:.9rem;
}
.hero-enterprise .hero-actions .btn{
  min-width:176px;
}
.hero-enterprise-note{
  max-width:44ch;
  margin:1.45rem 0 0;
  color:rgba(17,28,53,.54);
  font-size:.88rem;
  line-height:1.72;
}
.hero-enterprise-visual{
  position:relative;
  padding:0;
}
.hero-enterprise-visual::before{
  content:"";
  position:absolute;
  inset:auto auto -18px -14px;
  width:150px;
  height:150px;
  border-radius:32px;
  background:linear-gradient(135deg, rgba(201,225,95,.14), rgba(255,255,255,0));
  filter:blur(6px);
  pointer-events:none;
}
.hero-insight-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin-top:1rem;
}
.hero-floating-card{
  position:relative;
  z-index:2;
  max-width:none;
  padding:.9rem .95rem .88rem;
  border-radius:18px;
  border:1px solid rgba(17,28,53,.07);
  background:rgba(255,255,255,.84);
  box-shadow:0 16px 34px rgba(17,28,53,.09);
  backdrop-filter:blur(12px);
}
.hero-floating-card span{
  display:block;
  margin-bottom:.3rem;
  font-size:.69rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(17,28,53,.48);
}
.hero-floating-card strong{
  display:block;
  font-size:.95rem;
  line-height:1.42;
  letter-spacing:-.02em;
  color:#15223a;
}
.hero-floating-card small{
  display:block;
  margin-top:.38rem;
  font-size:.76rem;
  line-height:1.5;
  color:rgba(17,28,53,.56);
}
.hero-product-frame{
  position:relative;
  border-radius:30px;
  padding:1rem;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,251,.94));
  border:1px solid rgba(17,28,53,.07);
  box-shadow:0 34px 82px rgba(17,28,53,.14);
}
.hero-product-frame::before{
  content:"";
  position:absolute;
  inset:20px 20px auto auto;
  width:88px;
  height:88px;
  border-radius:28px;
  background:radial-gradient(circle, rgba(0,75,128,.07), transparent 68%);
  pointer-events:none;
}
.hero-product-meta{
  display:flex;
  flex-direction:column;
  gap:.45rem;
  padding:.42rem .3rem .9rem;
}
.hero-product-label{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:.35rem .62rem;
  border-radius:999px;
  background:rgba(0,75,128,.06);
  color:var(--blue);
  font-size:.73rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-product-meta strong{
  max-width:32ch;
  font-size:1rem;
  line-height:1.5;
  color:#1a263c;
  letter-spacing:-.02em;
}
.hero-product-frame img{
  width:100%;
  border-radius:22px;
  border:1px solid rgba(17,28,53,.07);
  box-shadow:0 18px 44px rgba(17,28,53,.09);
  filter:contrast(1.04) saturate(1.02);
}
html[lang="es"] .hero-enterprise-copy{
  max-width:600px;
}
html[lang="es"] .hero-enterprise h1{
  max-width:9.1ch;
  font-size:clamp(3.2rem,6.4vw,5rem);
  line-height:.98;
  letter-spacing:-.072em;
}
html[lang="es"] .hero-enterprise .lead{
  max-width:47ch;
  font-size:1.05rem;
  line-height:1.92;
}
@media(max-width:1100px){
  .event-banner-shell{
    grid-template-columns:1fr;
    align-items:start;
  }
  .event-banner-badge{
    justify-content:flex-start;
  }
  .hero-enterprise-inner{
    grid-template-columns:1fr;
    gap:2.35rem;
  }
  .hero-enterprise-copy{
    max-width:680px;
  }
  .hero-enterprise-note{
    max-width:50ch;
  }
}
@media(max-width:860px){
  .hero-enterprise{
    padding:6.6rem 0 4.4rem;
  }
  .hero-enterprise h1{
    max-width:none;
    font-size:clamp(3rem,10vw,4.7rem);
  }
  html[lang="es"] .hero-enterprise h1{
    max-width:10ch;
    font-size:clamp(2.8rem,9vw,4.25rem);
  }
  .hero-insight-row{
    grid-template-columns:1fr;
    gap:.85rem;
    margin-top:.85rem;
  }
  .hero-enterprise-visual{
    padding:0;
  }
}
@media(max-width:640px){
  .event-banner{
    padding:.7rem 0 0;
  }
  .event-banner-shell{
    gap:.8rem;
    padding:.9rem;
    border-radius:20px;
  }
  .event-banner-badge{
    justify-content:flex-start;
  }
  .event-banner-badge img{
    width:52px;
    border-radius:10px;
  }
  .event-kicker{
    margin-bottom:.42rem;
    font-size:.68rem;
    letter-spacing:.07em;
  }
  .event-banner-copy strong{
    font-size:1rem;
    line-height:1.28;
  }
  .event-banner-copy p{
    margin:.34rem 0 0;
    font-size:.84rem;
    line-height:1.5;
  }
  .event-banner-meta{
    gap:.45rem;
  }
  .event-banner-meta span{
    width:100%;
    justify-content:flex-start;
    min-height:34px;
    padding:.48rem .7rem;
    font-size:.78rem;
  }
  .event-banner-actions{
    width:100%;
  }
  .event-banner-actions .btn{
    min-height:44px;
    font-size:.95rem;
  }
  .hero-enterprise{
    padding:5.7rem 0 3.8rem;
  }
  .hero-enterprise .hero-actions{
    display:grid;
  }
  .hero-enterprise .hero-actions .btn{
    width:100%;
    min-width:0;
  }
  .hero-enterprise .lead{
    font-size:1rem;
    line-height:1.78;
  }
  .hero-enterprise-note{
    font-size:.88rem;
    line-height:1.68;
  }
  .section{
    padding:4.9rem 0;
  }
  .hero-product-frame{
    border-radius:22px;
    padding:.75rem;
  }
  .hero-product-frame img{
    border-radius:16px;
  }
}
main section[id],#page-top{scroll-margin-top:108px}
.btn:focus-visible,.lang-link:focus-visible,.intranet-link:focus-visible,.desktop-nav a:focus-visible,.footer-nav a:focus-visible,.mobile-nav a:focus-visible,.menu-toggle:focus-visible,.form-grid input:focus-visible,.form-grid select:focus-visible,.form-grid textarea:focus-visible{outline:3px solid rgba(0,75,128,.22);outline-offset:3px}
.form-grid input[aria-invalid="true"],.form-grid select[aria-invalid="true"],.form-grid textarea[aria-invalid="true"]{border-color:#ff6b6b;box-shadow:0 0 0 4px rgba(255,107,107,.24);background:#fff5f5}
.btn[disabled]{opacity:.7;cursor:not-allowed;transform:none}
body.menu-open{overflow:hidden}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
  html.js-enhanced .reveal:not(.visible),html.js-enhanced .reveal-left:not(.visible),html.js-enhanced .reveal-right:not(.visible){opacity:1;filter:none;transform:none}
}
