
:root{
  --vc47-navy:#021127;
  --vc47-navy-2:#072554;
  --vc47-blue:#109ff1;
  --vc47-cyan:#55cfff;
  --vc47-ink:#10233f;
  --vc47-muted:#687a91;
  --vc47-line:#dfe7f1;
  --vc47-soft:#f4f8fc;
  --vc47-gold:#e6c36c;
  --vc47-shadow:0 24px 70px rgba(10,38,77,.11);
}

html,body{max-width:100%;overflow-x:clip}
body[data-tenant="visocarte"] #public-content,
body[data-page="home"] #public-content{
  display:block;
  width:100%!important;
  max-width:100vw!important;
  min-width:0!important;
  overflow-x:clip!important;
}
body[data-tenant="visocarte"] #public-content>section,
body[data-page="home"] #public-content>section{
  width:100%!important;
  max-width:100vw!important;
  min-width:0!important;
}
body[data-tenant="visocarte"] .vc-platform-shell,
body[data-page="home"] .vc-platform-shell{
  width:min(1180px,calc(100vw - 32px))!important;
  max-width:calc(100vw - 32px)!important;
  min-width:0!important;
}

/* Premium header treatment for VisoCarte public pages */
body[data-tenant="visocarte"] .vc-platform-header{
  position:absolute!important;
  top:0;left:0;right:0;
  background:linear-gradient(180deg,rgba(2,17,39,.68),rgba(2,17,39,.16),transparent)!important;
  border-bottom:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
body[data-tenant="visocarte"] .vc-platform-nav{min-height:84px}
body[data-tenant="visocarte"] .vc-platform-brand-copy strong{color:#fff!important}
body[data-tenant="visocarte"] .vc-platform-brand-copy small{color:#c5d6e9!important}
body[data-tenant="visocarte"] .vc-platform-logo{
  border-color:rgba(255,255,255,.14)!important;
  background:rgba(3,29,66,.58)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.16)!important;
}
body[data-tenant="visocarte"] .vc-platform-menu a{
  color:#eef7ff!important;background:transparent!important;box-shadow:none!important
}
body[data-tenant="visocarte"] .vc-platform-menu a:hover{background:rgba(255,255,255,.07)!important}
body[data-tenant="visocarte"] .vc-platform-menu .vc-platform-login{
  background:linear-gradient(180deg,#18b7ff,#0879e5)!important;
  color:#fff!important;
  box-shadow:0 10px 28px rgba(0,126,255,.28)!important;
}

/* Hero family */
.vc47-page-hero,
body[data-tenant="visocarte"] .vcx-page-hero,
body[data-tenant="visocarte"] .viso-page-hero{
  position:relative;
  overflow:hidden;
  padding:132px 0 82px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 74% 38%,rgba(40,178,255,.28),transparent 27%),
    radial-gradient(circle at 12% 85%,rgba(0,87,184,.20),transparent 35%),
    linear-gradient(125deg,#021127 0%,#072554 52%,#0b4e93 100%)!important;
}
.vc47-page-hero:after,
body[data-tenant="visocarte"] .vcx-page-hero:after,
body[data-tenant="visocarte"] .viso-page-hero:after{
  content:"";
  position:absolute;inset:0;pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%);
}
.vc47-bg-grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);
  background-size:72px 72px;
}
.vc47-orbit{
  position:absolute;border:1px solid rgba(94,204,255,.15);border-radius:50%;
  width:620px;height:620px;right:-130px;top:46%;transform:translateY(-50%);
  animation:vc47Orbit 18s linear infinite
}
.vc47-orbit:before,.vc47-orbit:after{content:"";position:absolute;border:1px solid rgba(94,204,255,.10);border-radius:50%}
.vc47-orbit:before{inset:65px}.vc47-orbit:after{inset:145px}
@keyframes vc47Orbit{to{transform:translateY(-50%) rotate(360deg)}}

.vc47-card-hero-grid,.vc47-about-grid,.vc47-offers-hero-grid{
  position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  align-items:center;gap:54px;
}
.vc47-hero-copy h1,.vc47-page-hero-center h1{
  margin:10px 0 22px;font-size:clamp(48px,5.3vw,78px);line-height:.95;letter-spacing:-.055em;
}
.vc47-hero-copy h1 span,.vc47-page-hero-center h1 span{color:#22affb}
.vc47-hero-copy p,.vc47-page-hero-center p{
  max-width:680px;margin:0;color:#d8e5f2;font-size:18px;line-height:1.7
}
.vc47-kicker{
  display:inline-flex;font-size:10px;font-weight:950;letter-spacing:.22em;text-transform:uppercase;color:#8fdcff
}
.vc47-kicker.dark{color:#117fce}.vc47-kicker.light{color:#9ddfff}
.vc47-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.vc47-actions.center{justify-content:center}
.vc47-btn{
  min-height:48px;padding:13px 20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:900;text-decoration:none!important;transition:.22s ease
}
.vc47-btn:hover{transform:translateY(-2px)}
.vc47-btn-primary{background:linear-gradient(180deg,#18b7ff,#0879e5);color:#fff!important;box-shadow:0 14px 34px rgba(0,126,255,.28)}
.vc47-btn-ghost{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);color:#fff!important;backdrop-filter:blur(12px)}

.vc47-page-hero-center{position:relative;z-index:2;max-width:930px;text-align:center;margin:auto}
.vc47-page-hero-center p{margin-inline:auto}

/* generic sections */
.vc47-section{padding:82px 0;background:#fff;color:var(--vc47-ink)}
.vc47-section.vc47-soft{background:linear-gradient(180deg,#f3f8fd,#fbfdff)}
.vc47-section-head{max-width:820px;margin-bottom:34px}
.vc47-section-head h2{font-size:clamp(34px,4.2vw,53px);line-height:1.06;letter-spacing:-.045em;margin:12px 0}
.vc47-section-head p{color:var(--vc47-muted);font-size:16px;line-height:1.7;margin:0}
.vc47-feature-grid,.vc47-solutions-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px
}
.vc47-solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.vc47-feature-grid article,.vc47-solutions-grid article{
  position:relative;min-height:200px;padding:25px;border-radius:24px;background:#fff;border:1px solid var(--vc47-line);
  box-shadow:0 15px 42px rgba(13,48,90,.06);overflow:hidden;transition:.25s ease
}
.vc47-feature-grid article:hover,.vc47-solutions-grid article:hover{transform:translateY(-5px);box-shadow:0 25px 60px rgba(13,48,90,.11)}
.vc47-feature-grid article>span,.vc47-solutions-grid article>span{
  width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eaf5ff;color:#087ed5;font-size:9px;font-weight:950
}
.vc47-feature-grid h3,.vc47-solutions-grid h3{margin:20px 0 8px;font-size:19px}
.vc47-feature-grid p,.vc47-solutions-grid p{margin:0;color:var(--vc47-muted);font-size:13px;line-height:1.65}
.vc47-solution-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center;padding:36px;border-radius:30px;background:#fff;border:1px solid var(--vc47-line);box-shadow:var(--vc47-shadow)}
.vc47-solution-band h2{font-size:clamp(30px,4vw,48px);margin:10px 0}.vc47-solution-band p{color:var(--vc47-muted);line-height:1.7;margin:0;max-width:760px}

/* Shared real card */
.vc47-card-scene-wrap{position:relative;min-height:590px;display:flex;align-items:flex-end;justify-content:center}
.vc47-card-halo{position:absolute;width:520px;height:520px;border-radius:50%;bottom:30px;background:radial-gradient(circle,rgba(54,184,255,.36),transparent 67%);filter:blur(12px)}
.vc47-card-stage{position:relative;width:min(100%,560px);aspect-ratio:1317/1194}
.vc47-card-woman{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 25px 50px rgba(0,0,0,.34));z-index:2}
.vc47-held-card{
  position:absolute;z-index:4;left:5.0%;top:43.2%;width:30.8%;aspect-ratio:1.586/1;padding:0;border:0;background:transparent;
  transform:rotate(1.5deg);transform-origin:50% 50%;perspective:1200px;cursor:pointer
}
.vc47-showcase-card{
  position:relative;width:min(100%,560px);aspect-ratio:1.586/1;padding:0;border:0;background:transparent;perspective:1200px;cursor:pointer
}
.vc47-card-scene{position:absolute;inset:0;display:block;transform-style:preserve-3d}
.vc47-card-face{
  position:absolute;inset:0;display:block;overflow:hidden;border-radius:6.6%/10%;border:1px solid rgba(230,195,108,.92);
  color:#fff;opacity:0;visibility:hidden;pointer-events:none;box-shadow:0 24px 50px rgba(0,0,0,.28)
}
.vc47-card-face.is-visible{opacity:1;visibility:visible}
.vc47-card-front{background:radial-gradient(circle at 90% 5%,rgba(36,185,255,.24),transparent 28%),linear-gradient(132deg,#031d49,#0752a2 55%,#05295f)}
.vc47-card-back{background:radial-gradient(circle at 87% 8%,rgba(45,183,255,.18),transparent 28%),linear-gradient(135deg,#041c43,#073e80 54%,#031b3f)}
.vc47-card-face:before{content:"";position:absolute;inset:-25%;background:linear-gradient(110deg,transparent 36%,rgba(255,255,255,.11) 50%,transparent 64%);transform:translateX(-65%);animation:vc47Sheen 5.5s ease-in-out infinite}
@keyframes vc47Sheen{0%,70%{transform:translateX(-65%);opacity:0}80%{opacity:.8}100%{transform:translateX(70%);opacity:0}}
.vc47-card-sheen{position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.08),transparent 30%);pointer-events:none}
.vc47-card-watermark{position:absolute;left:25%;top:41%;font-size:clamp(13px,1.45vw,21px);font-weight:950;color:rgba(255,255,255,.055);transform:rotate(-8deg)}
.vc47-card-watermark span{color:rgba(55,185,255,.07)}
.vc47-card-topline{position:absolute;left:6%;right:6%;top:7%;display:flex;justify-content:space-between;align-items:flex-start}
.vc47-card-brand{display:flex;align-items:center;gap:6px}.vc47-card-logo{width:26px;height:26px;border-radius:8px;overflow:hidden;display:grid;place-items:center}.vc47-card-logo img{width:100%;height:100%;object-fit:cover}
.vc47-card-brand>span:last-child{display:flex;flex-direction:column}.vc47-card-brand b{font-size:clamp(7px,.68vw,11px);line-height:1}.vc47-card-brand small{font-size:clamp(3.8px,.32vw,5.5px);letter-spacing:.18em;color:#b8cce4;margin-top:3px;white-space:nowrap}
.vc47-card-status{font-size:clamp(3.6px,.34vw,5.5px);font-weight:900;padding:5px 8px;border-radius:999px;background:rgba(12,183,148,.22);border:1px solid rgba(77,232,196,.26)}
.vc47-card-number{position:absolute;left:6%;top:28%;display:flex;flex-direction:column}.vc47-card-number small,.vc47-card-name small,.vc47-card-meta small{font-size:clamp(3.8px,.31vw,5.3px);letter-spacing:.11em;color:#adc2de}.vc47-card-number b{font-size:clamp(8px,.78vw,12px);margin-top:3px}
.vc47-card-member{position:absolute;left:6%;bottom:18%;width:52%}.vc47-card-name{display:flex;flex-direction:column;margin-bottom:8%}.vc47-card-name b{font-size:clamp(5.6px,.58vw,9px);margin-top:3px}.vc47-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:5%}.vc47-card-meta>span{display:flex;flex-direction:column;padding:6%;background:rgba(255,255,255,.08);border-radius:12%}.vc47-card-meta b{font-size:clamp(4.6px,.43vw,7px);margin-top:3px}
.vc47-card-photo{position:absolute;right:6.4%;top:30.5%;width:22%;height:43%;border-radius:10%;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.7)}.vc47-card-photo img{width:100%;height:100%;object-fit:cover;object-position:center 26%}
.vc47-card-qr{background:#fff;border-radius:8%;overflow:hidden}.vc47-card-qr img{display:block;width:100%;height:100%;object-fit:contain}.vc47-card-qr-front{position:absolute;right:30%;bottom:13%;width:14.5%;aspect-ratio:1;padding:1.5%}
.vc47-card-tagline{position:absolute;left:6%;bottom:5.5%;font-size:clamp(3.6px,.31vw,5.3px);color:#dce8f4}
.vc47-card-back-head{position:absolute;left:6%;right:6%;top:7%}.vc47-card-magstripe{position:absolute;left:0;right:0;top:25%;height:17%;background:linear-gradient(#10131a,#05080d)}
.vc47-card-back-content{position:absolute;left:6%;right:6%;top:49%;bottom:17%;display:grid;grid-template-columns:1fr 27%;gap:6%}.vc47-card-back-copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.vc47-card-back-copy small{font-size:clamp(3.8px,.3vw,5px);letter-spacing:.14em;color:#73cbff}.vc47-card-back-copy>b{margin-top:4%;font-size:clamp(4.6px,.42vw,7px);line-height:1.25}.vc47-card-back-copy>span{margin-top:3%;font-size:clamp(3.6px,.29vw,5px);line-height:1.3;color:#b8cae0}.vc47-card-validity{color:#fff!important}
.vc47-card-qr-back{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3%;background:transparent}.vc47-card-qr-back img{width:78%;aspect-ratio:1;background:#fff;padding:3%;border-radius:8%}.vc47-card-qr-back small{font-size:clamp(3px,.24vw,4.2px);color:#b9d5ea}
.vc47-card-payments{position:absolute;right:5.5%;bottom:8%;display:flex;gap:3px}.vc47-pay{height:14px;min-width:24px;padding:2px 4px;border-radius:4px;background:#fff;color:#173f8f;display:flex;align-items:center;justify-content:center;font-size:4px;font-weight:950}.vc47-pay.mastercard{position:relative}.vc47-pay.mastercard i{width:9px;height:9px;border-radius:50%;position:absolute}.vc47-pay.mastercard i:first-child{left:4px;background:#e7552c}.vc47-pay.mastercard i:last-child{right:4px;background:#e9aa20}.vc47-pay.paypal{color:#1269b3}.vc47-pay.mobile{text-align:center;font-size:2.8px;line-height:.9}
.vc47-card-barcode{position:absolute;left:6%;right:45%;bottom:8.2%;height:5.3%;background:repeating-linear-gradient(90deg,#fff 0 1.2%,transparent 1.2% 2.1%,#fff 2.1% 2.7%,transparent 2.7% 4.2%);opacity:.9}
.vc47-card-back-footer{position:absolute;left:6%;right:6%;bottom:3%;display:flex;justify-content:space-between;font-size:clamp(3.3px,.28vw,4.7px);color:#9cc8e8}
.vc47-card-edge{position:absolute;z-index:10;left:49%;top:2%;bottom:2%;width:2px;border-radius:99px;background:linear-gradient(transparent,#fff,transparent);box-shadow:0 0 10px #6bd8ff;opacity:0}
.vc47-flip-card.is-turning .vc47-card-edge{animation:vc47Edge .78s ease both}@keyframes vc47Edge{0%,100%{opacity:0}46%,54%{opacity:1}}
.vc47-held-card.is-zoomed{transform:rotate(1.5deg) scale(1.10);filter:drop-shadow(0 20px 30px rgba(0,0,0,.42))}
.vc47-showcase-card.is-zoomed{transform:scale(1.04);filter:drop-shadow(0 22px 34px rgba(10,45,88,.24))}

.vc47-card-showcase{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);gap:62px;align-items:center}
.vc47-card-copy h2{font-size:clamp(35px,4.5vw,55px);line-height:1.05;letter-spacing:-.045em;margin:12px 0}.vc47-card-copy p{color:var(--vc47-muted);line-height:1.75;font-size:16px}
.vc47-checks{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.vc47-checks span{padding:9px 11px;border-radius:999px;background:#eef6fd;color:#1c5f95;font-size:10px;font-weight:850}
.vc47-dark-band{background:linear-gradient(125deg,#04142c,#0a3c77 62%,#0c65c5);color:#fff}.vc47-journey{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center}.vc47-journey h2{font-size:clamp(32px,4vw,48px);margin:10px 0}.vc47-journey p{color:#c1d5e8;line-height:1.7}.vc47-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.vc47-steps article{padding:18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10)}.vc47-steps b{width:31px;height:31px;border-radius:10px;background:rgba(87,205,255,.15);color:#76d8ff;display:grid;place-items:center;font-size:10px}.vc47-steps span{display:block;margin-top:12px;font-weight:900}.vc47-steps small{display:block;color:#b7cee3;margin-top:4px;line-height:1.4}

/* About visual */
.vc47-about-visual{position:relative;min-height:500px;display:grid;place-items:center}
.vc47-about-orbit-ring{position:absolute;border-radius:50%;border:1px solid rgba(93,205,255,.16);animation:vc47Spin 16s linear infinite}.vc47-about-orbit-ring.r1{width:470px;height:470px}.vc47-about-orbit-ring.r2{width:330px;height:330px;animation-direction:reverse;animation-duration:11s}
@keyframes vc47Spin{to{transform:rotate(360deg)}}
.vc47-about-card{width:min(78%,420px);z-index:3}
.vc47-node{position:absolute;z-index:4;padding:8px 11px;border-radius:999px;background:rgba(4,28,63,.70);border:1px solid rgba(255,255,255,.15);font-size:9px;font-weight:850;color:#d9efff;backdrop-filter:blur(10px)}.vc47-node.n1{left:3%;top:22%}.vc47-node.n2{right:3%;top:28%}.vc47-node.n3{left:8%;bottom:22%}.vc47-node.n4{right:7%;bottom:18%}

/* Existing pages polished */
body[data-tenant="visocarte"] .vcx-section,
body[data-tenant="visocarte"] .viso-section{padding:78px 0}
body[data-tenant="visocarte"] .vcx-soft-section,
body[data-tenant="visocarte"] .viso-soft-section{background:linear-gradient(180deg,#f3f8fd,#fbfdff)}
body[data-tenant="visocarte"] .vcx-page-hero h1,
body[data-tenant="visocarte"] .viso-page-hero h1{color:#fff!important;font-size:clamp(43px,5vw,66px)!important;line-height:1!important;letter-spacing:-.05em!important}
body[data-tenant="visocarte"] .vcx-page-hero p,
body[data-tenant="visocarte"] .viso-page-hero p{color:#d7e4f1!important;max-width:760px!important}
body[data-tenant="visocarte"] .vcx-kicker,
body[data-tenant="visocarte"] .viso-kicker{color:#72d4ff!important}

/* Offers premium */
.vc47-offers-hero{padding-bottom:68px!important}
.vc47-offer-visual{display:flex;justify-content:center}.vc47-offer-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.vc47-offer-trust span{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);font-size:10px;font-weight:850;color:#dcecff}
body[data-tenant="visocarte"][data-page="offers_services"] .vc-offers-page{background:#f7faff}
body[data-tenant="visocarte"][data-page="offers_services"] .vcv-offers-first{padding-top:62px!important;background:linear-gradient(180deg,#f5f9fe,#fff)}
body[data-tenant="visocarte"][data-page="offers_services"] .vcv-offers-topline h1{font-size:clamp(35px,4.2vw,53px);letter-spacing:-.045em}
body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-card{border-radius:28px;box-shadow:0 18px 55px rgba(10,42,81,.07);transition:.25s ease}
body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(10,42,81,.12)}
body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-card.is-featured{background:linear-gradient(150deg,#061426,#0a3b77 68%,#0963bf);border-color:#2b82cd;box-shadow:0 30px 80px rgba(0,50,112,.22)}
body[data-tenant="visocarte"][data-page="offers_services"] .vcv-billing-toggle{background:#edf4fb;border-radius:999px;padding:4px}
body[data-tenant="visocarte"][data-page="offers_services"] .vcv-billing-toggle button{border-radius:999px}

/* Contact + resource + use-case cards */
body[data-tenant="visocarte"] .vcx-sector-card,
body[data-tenant="visocarte"] .vcx-resource-card,
body[data-tenant="visocarte"] .vcx-case-card,
body[data-tenant="visocarte"] .viso-contact-aside-card,
body[data-tenant="visocarte"] .viso-form-card{
  border-radius:25px!important;border:1px solid var(--vc47-line)!important;box-shadow:0 16px 48px rgba(12,47,88,.065)!important
}
body[data-tenant="visocarte"] .vcx-sector-card:hover,
body[data-tenant="visocarte"] .vcx-resource-card:hover,
body[data-tenant="visocarte"] .vcx-case-card:hover{transform:translateY(-5px);box-shadow:0 25px 65px rgba(12,47,88,.11)!important}

/* Remove any full-width accidental overflow from old decorative elements */
body[data-tenant="visocarte"] [class*="rail"],
body[data-tenant="visocarte"] [class*="grid"],
body[data-tenant="visocarte"] [class*="layout"]{min-width:0}

/* Mobile */
@media(max-width:900px){
  body[data-tenant="visocarte"] .vc-platform-shell,
  body[data-page="home"] .vc-platform-shell{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
  }
  body[data-tenant="visocarte"] .vc-platform-header{position:absolute!important}
  body[data-tenant="visocarte"] .vc-platform-menu{
    position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:auto!important;
    width:min(86vw,340px)!important;height:100dvh!important;padding:82px 18px 24px!important;
    background:rgba(3,19,46,.98)!important;border-radius:0 28px 28px 0!important;
    transform:translateX(-105%);transition:transform .3s cubic-bezier(.22,.8,.25,1);overflow-y:auto!important
  }
  body[data-tenant="visocarte"] .vc-platform-menu.is-open{transform:translateX(0)}
  body[data-tenant="visocarte"] .vc-platform-menu-toggle{
    display:flex!important;background:rgba(3,25,58,.62)!important;border-color:rgba(255,255,255,.14)!important
  }
  body[data-tenant="visocarte"] .vc-platform-menu-toggle span{background:#fff!important}

  .vc47-page-hero,
  body[data-tenant="visocarte"] .vcx-page-hero,
  body[data-tenant="visocarte"] .viso-page-hero{padding:108px 0 60px!important}

  .vc47-card-hero-grid,.vc47-about-grid,.vc47-offers-hero-grid,.vc47-card-showcase,.vc47-journey{
    grid-template-columns:minmax(0,1fr)!important;gap:34px!important
  }
  .vc47-hero-copy,.vc47-page-hero-center{text-align:center}
  .vc47-hero-copy p{margin-inline:auto}.vc47-actions{justify-content:center}
  .vc47-card-scene-wrap{min-height:510px}.vc47-card-stage{width:min(100%,500px)}
  .vc47-card-showcase{text-align:center}.vc47-checks{justify-content:center}.vc47-showcase-card{margin-inline:auto}
  .vc47-feature-grid,.vc47-solutions-grid{display:flex;overflow-x:auto;gap:13px;scroll-snap-type:x mandatory;padding-bottom:14px;scrollbar-width:none}
  .vc47-feature-grid::-webkit-scrollbar,.vc47-solutions-grid::-webkit-scrollbar{display:none}
  .vc47-feature-grid article,.vc47-solutions-grid article{flex:0 0 min(82vw,315px);scroll-snap-align:start}
  .vc47-steps{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.vc47-steps article{flex:0 0 210px;scroll-snap-align:start}
  .vc47-solution-band{grid-template-columns:1fr;align-items:flex-start}
  .vc47-about-visual{min-height:420px}.vc47-about-orbit-ring.r1{width:390px;height:390px}.vc47-about-orbit-ring.r2{width:275px;height:275px}

  body[data-tenant="visocarte"][data-page="offers_services"] .vc-offers-grid{
    display:flex!important;overflow-x:auto!important;gap:14px!important;scroll-snap-type:x mandatory;padding-bottom:18px!important
  }
  body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-card{
    flex:0 0 min(86vw,355px)!important;min-width:0!important;scroll-snap-align:start
  }
}

@media(max-width:620px){
  body[data-tenant="visocarte"] .vc-platform-shell,
  body[data-page="home"] .vc-platform-shell{
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
  }

  body[data-tenant="visocarte"] .vc-platform-brand-copy small{display:none!important}
  body[data-tenant="visocarte"] .vc-platform-brand-copy strong{font-size:11px!important}
  body[data-tenant="visocarte"] .vc-platform-logo{width:42px!important;height:42px!important}

  .vc47-page-hero,
  body[data-tenant="visocarte"] .vcx-page-hero,
  body[data-tenant="visocarte"] .viso-page-hero{padding:96px 0 48px!important}

  .vc47-hero-copy h1,.vc47-page-hero-center h1{font-size:clamp(38px,11.8vw,53px)!important}
  .vc47-hero-copy p,.vc47-page-hero-center p{font-size:15px!important;line-height:1.6!important}
  .vc47-actions{width:100%}.vc47-btn{width:100%;max-width:360px;margin-inline:auto}
  .vc47-section{padding:58px 0}.vc47-section-head h2,.vc47-card-copy h2{font-size:clamp(31px,9vw,42px)}
  .vc47-card-scene-wrap{min-height:400px}.vc47-card-stage{width:min(100%,420px)}
  .vc47-held-card.is-zoomed{transform:rotate(1.5deg) scale(1.055)}
  .vc47-about-visual{min-height:340px}.vc47-about-orbit-ring.r1{width:310px;height:310px}.vc47-about-orbit-ring.r2{width:220px;height:220px}.vc47-node{font-size:7px;padding:6px 8px}
  .vc47-about-card{width:min(88%,330px)}
  .vc47-solutions-grid article,.vc47-feature-grid article{flex-basis:84vw}
  .vc47-dark-band{padding-bottom:64px}

  /* Strong full-bleed correction for the Home screenshot issue */
  body[data-page="home"] .vc46-hero-shell{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:0!important;
    margin-right:0!important;
    left:0!important;
    right:0!important;
  }
  body[data-page="home"] .vc46-hero-shell>.vc-platform-shell{
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
  }
  body[data-page="home"] .vc46-feature-rail{
    width:100%!important;
    max-width:100%!important;
    margin-inline:0!important;
    padding-inline:0!important;
  }
}

@media(max-width:390px){
  body[data-tenant="visocarte"] .vc-platform-shell,
  body[data-page="home"] .vc-platform-shell{
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
  }
  .vc47-card-scene-wrap{min-height:350px}
  .vc47-card-stage{width:min(100%,375px)}
}

@media(prefers-reduced-motion:reduce){
  .vc47-orbit,.vc47-about-orbit-ring,.vc47-card-face:before{animation:none!important}
}


/* ==========================================================
   V20.46.9 PRODUCTION PRO
   ========================================================== */

/* Header: transparent inside hero, glass/sticky after scrolling */
body[data-tenant="visocarte"] .vc-platform-header{
  transition:
    background .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    transform .28s ease,
    backdrop-filter .28s ease!important;
  will-change:background,transform;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  background:rgba(3,20,46,.88)!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.20)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-nav{
  min-height:68px!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-logo{
  transform:scale(.92);
}
body[data-tenant="visocarte"] .vc-platform-logo{
  transition:transform .25s ease;
}

/* Active page */
body[data-tenant="visocarte"] .vc-platform-menu a.is-active{
  color:#fff!important;
  background:rgba(27,166,244,.14)!important;
}
body[data-tenant="visocarte"] .vc-platform-menu a.is-active::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:2px;
  height:2px;
  border-radius:999px;
  background:#55cfff;
  box-shadow:0 0 14px rgba(85,207,255,.55);
}
body[data-tenant="visocarte"] .vc-platform-menu a{
  position:relative;
}
body[data-tenant="visocarte"] .vc-platform-menu a.is-active .vc46-nav-icon svg{
  stroke:#72d9ff!important;
}

/* About: restore the elegant original rotating mini-card inside the new hero */
.vc48-about-orbit-host{
  min-height:520px!important;
  display:grid;
  place-items:center;
}
.vc48-about-orbit-host .vcv-orbit-scene{
  width:100%;
  min-height:500px;
}
.vc48-about-orbit-host .vcv-about-card{
  box-shadow:0 26px 70px rgba(0,0,0,.22);
}
.vc48-about-orbit-host .vcv-about-card:hover{
  filter:drop-shadow(0 20px 30px rgba(31,167,245,.20));
}
.vc48-about-orbit-host .vcv-orbit-node{
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 10px 28px rgba(0,0,0,.14);
}

/* Real icon solution cards */
.vc48-tilt-card{
  transform-style:preserve-3d;
  perspective:900px;
}
.vc48-tilt-card .vc48-icon{
  position:relative;
  z-index:2;
  width:48px!important;
  height:48px!important;
  border-radius:15px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(145deg,#e8f6ff,#f5fbff)!important;
  border:1px solid #d8ecfb!important;
  color:#0d86dd!important;
  transform:translateZ(18px);
}
.vc48-tilt-card .vc48-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
}
.vc48-tilt-card .vc48-number{
  position:absolute!important;
  right:18px!important;
  top:18px!important;
  width:auto!important;
  height:auto!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  background:#f3f7fb!important;
  color:#8090a4!important;
  font-size:8px!important;
}
.vc48-tilt-card h3,
.vc48-tilt-card p{
  position:relative;
  z-index:2;
  transform:translateZ(8px);
}
.vc48-tilt-card:hover{
  transform:perspective(900px) translateY(-7px) rotateX(2.5deg) rotateY(-2.5deg)!important;
  border-color:#cce8fb!important;
  box-shadow:0 28px 70px rgba(10,50,95,.13)!important;
}
.vc48-tilt-card:hover .vc48-icon{
  transform:translateZ(26px) scale(1.05) rotate(-3deg);
}
.vc48-tilt-card .vc48-icon{
  transition:transform .3s cubic-bezier(.22,.8,.25,1);
}

/* Give existing cards on other pages a restrained 3D quality */
body[data-tenant="visocarte"] .vcx-pillar-grid article,
body[data-tenant="visocarte"] .vcx-principles article,
body[data-tenant="visocarte"] .vcx-sector-card,
body[data-tenant="visocarte"] .vcx-resource-card,
body[data-tenant="visocarte"] .vcx-case-card,
body[data-tenant="visocarte"] .viso-contact-aside-card,
body[data-tenant="visocarte"] .viso-form-card,
body[data-tenant="visocarte"] .vc-plan-card{
  transform-style:preserve-3d;
  transition:
    transform .32s cubic-bezier(.22,.8,.25,1),
    box-shadow .32s ease,
    border-color .32s ease!important;
}
body[data-tenant="visocarte"] .vcx-pillar-grid article:hover,
body[data-tenant="visocarte"] .vcx-principles article:hover,
body[data-tenant="visocarte"] .vcx-sector-card:hover,
body[data-tenant="visocarte"] .vcx-resource-card:hover,
body[data-tenant="visocarte"] .vcx-case-card:hover,
body[data-tenant="visocarte"] .viso-contact-aside-card:hover,
body[data-tenant="visocarte"] .viso-form-card:hover,
body[data-tenant="visocarte"] .vc-plan-card:hover{
  transform:perspective(1000px) translateY(-6px) rotateX(1.8deg) rotateY(-1.8deg)!important;
}

/* Make old numbered cards visually less technical */
body[data-tenant="visocarte"] .vcx-pillar-grid article>b,
body[data-tenant="visocarte"] .vcx-principles article>b{
  border-radius:12px;
  box-shadow:inset 0 0 0 1px rgba(17,132,213,.08);
}

/* Section transitions */
body[data-tenant="visocarte"] .vc47-section,
body[data-tenant="visocarte"] .vcx-section,
body[data-tenant="visocarte"] .viso-section{
  isolation:isolate;
}
body[data-tenant="visocarte"] .vc47-section::before,
body[data-tenant="visocarte"] .vcx-section::before{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(12,82,142,.08),transparent);
  pointer-events:none;
}

/* Mobile active menu + sticky state */
@media(max-width:900px){
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled{
    background:rgba(3,20,46,.94)!important;
  }
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-nav{
    min-height:64px!important;
  }
  body[data-tenant="visocarte"] .vc-platform-menu a.is-active{
    background:rgba(30,170,247,.14)!important;
    border:1px solid rgba(86,205,255,.16)!important;
  }
  body[data-tenant="visocarte"] .vc-platform-menu a.is-active::after{
    left:14px;
    right:auto;
    top:50%;
    bottom:auto;
    width:3px;
    height:24px;
    transform:translateY(-50%);
  }
  .vc48-about-orbit-host{
    min-height:430px!important;
  }
  .vc48-about-orbit-host .vcv-orbit-scene{
    min-height:410px!important;
  }
}

@media(max-width:620px){
  .vc48-about-orbit-host{
    min-height:350px!important;
  }
  .vc48-about-orbit-host .vcv-orbit-scene{
    min-height:350px!important;
    transform:scale(.92);
  }
}

/* Production: avoid accidental horizontal overflow from animated 3D cards */
body[data-tenant="visocarte"]{
  overflow-x:clip!important;
}
body[data-tenant="visocarte"] *{
  min-width:0;
}

/* Accessibility */
@media(prefers-reduced-motion:reduce){
  body[data-tenant="visocarte"] .vc-platform-header,
  .vc48-tilt-card,
  .vc48-tilt-card .vc48-icon{
    transition:none!important;
  }
}


/* ==========================================================
   V20.46.9 · RESOURCES + USE CASES PREMIUM
   ========================================================== */

.vc49-page-hero{
  position:relative;
  overflow:hidden;
  padding:132px 0 82px;
  color:#fff;
  background:
    radial-gradient(circle at 74% 38%,rgba(40,178,255,.30),transparent 26%),
    radial-gradient(circle at 15% 82%,rgba(0,87,184,.19),transparent 35%),
    linear-gradient(125deg,#021127 0%,#072554 52%,#0b4e93 100%);
}
.vc49-bg-grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%);
}
.vc49-orbit{
  position:absolute;width:620px;height:620px;border-radius:50%;
  border:1px solid rgba(93,205,255,.14);
  right:-125px;top:50%;transform:translateY(-50%);
  animation:vc49Orbit 18s linear infinite;
}
.vc49-orbit:before,.vc49-orbit:after{
  content:"";position:absolute;border-radius:50%;
  border:1px solid rgba(93,205,255,.10);
}
.vc49-orbit:before{inset:65px}.vc49-orbit:after{inset:145px}
@keyframes vc49Orbit{to{transform:translateY(-50%) rotate(360deg)}}

.vc49-hero-grid{
  position:relative;z-index:2;
  display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  gap:54px;align-items:center;
}
.vc49-kicker{
  display:inline-flex;
  font-size:10px;font-weight:950;letter-spacing:.22em;text-transform:uppercase;
  color:#8fdcff;
}
.vc49-kicker.dark{color:#117fce}
.vc49-hero-copy h1{
  margin:10px 0 22px;
  font-size:clamp(48px,5.2vw,76px);
  line-height:.95;
  letter-spacing:-.055em;
}
.vc49-hero-copy h1 span{color:#22affb}
.vc49-hero-copy p{
  max-width:700px;
  margin:0;
  color:#d8e5f2;
  font-size:18px;
  line-height:1.7;
}
.vc49-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.vc49-btn{
  min-height:48px;padding:13px 20px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:900;text-decoration:none!important;
  transition:.22s ease;
}
.vc49-btn:hover{transform:translateY(-2px)}
.vc49-btn-primary{
  background:linear-gradient(180deg,#18b7ff,#0879e5);
  color:#fff!important;
  box-shadow:0 14px 34px rgba(0,126,255,.28);
}
.vc49-btn-ghost{
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.06);
  color:#fff!important;
  backdrop-filter:blur(12px);
}
.vc49-resource-pills{
  display:flex;flex-wrap:wrap;gap:8px;margin-top:24px
}
.vc49-resource-pills span{
  display:inline-flex;align-items:center;gap:7px;
  padding:8px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.055);
  color:#dcecff;font-size:10px;font-weight:850;
}
.vc49-resource-pills svg{
  width:15px;height:15px;fill:none;stroke:#6bd6ff;stroke-width:1.9
}

/* Resources hero visual */
.vc49-resource-visual{
  position:relative;min-height:490px;perspective:1100px
}
.vc49-resource-center{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:210px;height:210px;border-radius:36px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:linear-gradient(145deg,rgba(6,31,68,.90),rgba(7,66,128,.78));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 80px rgba(0,0,0,.24),inset 0 0 55px rgba(47,180,255,.08);
  backdrop-filter:blur(16px);
  transform-style:preserve-3d;
  animation:vc49CenterFloat 5.5s ease-in-out infinite;
}
.vc49-resource-center-icon{
  width:60px;height:60px;border-radius:18px;display:grid;place-items:center;
  background:rgba(31,166,245,.16);border:1px solid rgba(98,211,255,.25);
}
.vc49-resource-center-icon svg{width:30px;height:30px;fill:none;stroke:#6bd6ff;stroke-width:1.9}
.vc49-resource-center b{margin-top:14px;font-size:18px}.vc49-resource-center small{margin-top:5px;color:#bcd2e6}
@keyframes vc49CenterFloat{0%,100%{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-8px)}}

.vc49-floating-doc{
  position:absolute;width:220px;padding:17px;border-radius:22px;
  background:linear-gradient(145deg,rgba(8,32,70,.84),rgba(8,47,94,.72));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 18px 46px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  transform-style:preserve-3d;
}
.vc49-floating-doc strong{display:block;margin-top:10px;font-size:14px}
.vc49-floating-doc small{display:block;margin-top:5px;color:#b9cde0;font-size:10px;line-height:1.4}
.vc49-doc-icon{
  width:40px;height:40px;border-radius:13px;display:grid;place-items:center;
  background:rgba(36,177,255,.14);border:1px solid rgba(87,205,255,.23)
}
.vc49-doc-icon svg{width:21px;height:21px;fill:none;stroke:#67d5ff;stroke-width:1.9}
.vc49-floating-doc.doc-a{left:2%;top:8%;transform:rotate(-4deg);animation:vc49DocA 6s ease-in-out infinite}
.vc49-floating-doc.doc-b{right:0;top:18%;transform:rotate(4deg);animation:vc49DocB 6.8s ease-in-out infinite}
.vc49-floating-doc.doc-c{left:13%;bottom:2%;transform:rotate(3deg);animation:vc49DocC 7.4s ease-in-out infinite}
@keyframes vc49DocA{50%{transform:rotate(-2deg) translateY(-8px)}}
@keyframes vc49DocB{50%{transform:rotate(2deg) translateY(-10px)}}
@keyframes vc49DocC{50%{transform:rotate(1deg) translateY(-6px)}}

/* Use cases visual */
.vc49-usecase-visual{position:relative;min-height:490px}
.vc49-usecase-center{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:210px;height:210px;border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  background:radial-gradient(circle at 40% 30%,rgba(39,175,255,.20),rgba(7,35,75,.85));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 80px rgba(0,0,0,.22),0 0 70px rgba(41,176,255,.08);
}
.vc49-usecase-center:before,.vc49-usecase-center:after{
  content:"";position:absolute;border-radius:50%;border:1px solid rgba(81,205,255,.13);
  animation:vc49Ring 13s linear infinite;
}
.vc49-usecase-center:before{inset:-72px}.vc49-usecase-center:after{inset:-135px;animation-direction:reverse;animation-duration:17s}
@keyframes vc49Ring{to{transform:rotate(360deg)}}
.vc49-usecase-center-icon{width:60px;height:60px;border-radius:18px;display:grid;place-items:center;background:rgba(31,166,245,.16);border:1px solid rgba(98,211,255,.25)}
.vc49-usecase-center-icon svg{width:30px;height:30px;fill:none;stroke:#6bd6ff;stroke-width:1.9}
.vc49-usecase-center b{margin-top:13px;font-size:18px}.vc49-usecase-center small{margin-top:5px;color:#bcd2e6}
.vc49-usecase-node{
  position:absolute;z-index:3;
  display:flex;align-items:center;gap:7px;
  padding:9px 12px;border-radius:999px;
  background:rgba(4,28,63,.76);border:1px solid rgba(255,255,255,.14);
  color:#e2f2ff;font-size:9px;font-weight:850;
  box-shadow:0 12px 30px rgba(0,0,0,.15);backdrop-filter:blur(12px);
}
.vc49-usecase-node svg{width:15px;height:15px;fill:none;stroke:#65d5ff;stroke-width:1.9}
.vc49-usecase-node.u1{left:2%;top:14%}.vc49-usecase-node.u2{right:4%;top:12%}.vc49-usecase-node.u3{left:0;top:47%}.vc49-usecase-node.u4{right:0;top:48%}.vc49-usecase-node.u5{left:8%;bottom:10%}.vc49-usecase-node.u6{right:5%;bottom:12%}

/* Sections */
.vc49-section{padding:82px 0;background:#fff;color:#10233f}
.vc49-section.vc49-soft{background:linear-gradient(180deg,#f3f8fd,#fbfdff)}
.vc49-section-head{max-width:820px;margin-bottom:34px}
.vc49-section-head h2{font-size:clamp(34px,4.2vw,53px);line-height:1.06;letter-spacing:-.045em;margin:12px 0}
.vc49-section-head p{color:#687a91;font-size:16px;line-height:1.7;margin:0}

/* Resource cards */
.vc49-resource-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px
}
.vc49-resource-card{
  position:relative;min-height:280px;padding:25px;border-radius:25px;background:#fff;
  border:1px solid #dfe7f1;box-shadow:0 16px 45px rgba(13,48,90,.065);
  overflow:hidden;transform-style:preserve-3d;
}
.vc49-resource-card:after{
  content:"";position:absolute;inset:auto -20% -45% 35%;height:170px;
  background:radial-gradient(circle,rgba(18,148,232,.08),transparent 70%);pointer-events:none
}
.vc49-resource-card-icon,.vc49-usecase-icon{
  width:50px;height:50px;border-radius:16px;display:grid;place-items:center;
  background:linear-gradient(145deg,#e8f6ff,#f7fbff);border:1px solid #d6ebfb;color:#0d86dd;
  transform:translateZ(20px);
}
.vc49-resource-card-icon svg,.vc49-usecase-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9}
.vc49-resource-badge,.vc49-usecase-tag{
  position:absolute;right:18px;top:18px;
  padding:6px 9px;border-radius:999px;background:#f0f6fb;color:#52718e;font-size:8px;font-weight:900
}
.vc49-resource-card h3,.vc49-usecase-card h3{margin:24px 0 9px;font-size:20px}
.vc49-resource-card p,.vc49-usecase-card p{color:#687a91;font-size:13px;line-height:1.7;margin:0}
.vc49-resource-card a{
  position:absolute;left:25px;bottom:22px;
  display:inline-flex;gap:7px;align-items:center;color:#0d80d6;font-size:11px;font-weight:900;text-decoration:none
}
.vc49-resource-card a span{transition:transform .2s ease}.vc49-resource-card a:hover span{transform:translateX(3px)}

/* Use case cards */
.vc49-usecase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc49-usecase-card{
  position:relative;min-height:315px;padding:25px;border-radius:25px;background:#fff;
  border:1px solid #dfe7f1;box-shadow:0 16px 45px rgba(13,48,90,.065);transform-style:preserve-3d
}
.vc49-usecase-card ul{display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:20px 0 0;list-style:none}
.vc49-usecase-card li{padding:7px 9px;border-radius:999px;background:#f2f7fb;color:#58748f;font-size:8px;font-weight:850}

/* 3D */
.vc49-tilt{
  transition:transform .32s cubic-bezier(.22,.8,.25,1),box-shadow .32s ease,border-color .32s ease;
}
.vc49-tilt:hover{
  transform:perspective(1000px) translateY(-7px) rotateX(2deg) rotateY(-2deg);
  box-shadow:0 28px 70px rgba(10,50,95,.12);border-color:#cce8fb
}

/* bottom bands */
.vc49-resource-band,.vc49-usecase-band{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center;
  padding:36px;border-radius:30px;background:#fff;border:1px solid #dfe7f1;
  box-shadow:0 24px 70px rgba(10,38,77,.10)
}
.vc49-resource-band h2,.vc49-usecase-band h2{
  font-size:clamp(30px,4vw,48px);margin:10px 0;letter-spacing:-.04em
}
.vc49-resource-band p,.vc49-usecase-band p{color:#687a91;line-height:1.7;margin:0;max-width:760px}

@media(max-width:900px){
  .vc49-page-hero{padding:108px 0 60px}
  .vc49-hero-grid{grid-template-columns:minmax(0,1fr);gap:34px}
  .vc49-hero-copy{text-align:center}.vc49-hero-copy p{margin-inline:auto}.vc49-actions,.vc49-resource-pills{justify-content:center}
  .vc49-resource-visual,.vc49-usecase-visual{min-height:420px}
  .vc49-resource-grid,.vc49-usecase-grid{
    display:flex;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;padding-bottom:16px;scrollbar-width:none
  }
  .vc49-resource-grid::-webkit-scrollbar,.vc49-usecase-grid::-webkit-scrollbar{display:none}
  .vc49-resource-card,.vc49-usecase-card{flex:0 0 min(84vw,340px);scroll-snap-align:start}
  .vc49-resource-band,.vc49-usecase-band{grid-template-columns:1fr}
}

@media(max-width:620px){
  .vc49-page-hero{padding:96px 0 48px}
  .vc49-hero-copy h1{font-size:clamp(38px,11.8vw,52px)}
  .vc49-hero-copy p{font-size:15px;line-height:1.6}
  .vc49-actions{width:100%}.vc49-btn{width:100%;max-width:360px;margin-inline:auto}
  .vc49-resource-pills{display:flex;overflow-x:auto;justify-content:flex-start;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}
  .vc49-resource-pills::-webkit-scrollbar{display:none}
  .vc49-resource-pills span{flex:0 0 auto}
  .vc49-resource-visual,.vc49-usecase-visual{min-height:350px}
  .vc49-resource-center,.vc49-usecase-center{width:165px;height:165px}
  .vc49-resource-center-icon,.vc49-usecase-center-icon{width:50px;height:50px}
  .vc49-floating-doc{width:175px;padding:13px}
  .vc49-floating-doc.doc-a{left:-4%;top:4%}.vc49-floating-doc.doc-b{right:-5%;top:22%}.vc49-floating-doc.doc-c{left:7%;bottom:0}
  .vc49-usecase-node{font-size:7px;padding:7px 9px}
  .vc49-usecase-node.u1{left:-3%}.vc49-usecase-node.u2{right:-2%}.vc49-usecase-node.u3{left:-5%}.vc49-usecase-node.u4{right:-4%}.vc49-usecase-node.u5{left:1%}.vc49-usecase-node.u6{right:0}
  .vc49-section{padding:58px 0}
  .vc49-section-head h2{font-size:clamp(31px,9vw,42px)}
  .vc49-resource-card,.vc49-usecase-card{flex-basis:86vw}
}


/* ==========================================================
   V20.46.10 · CONTACT + OFFERS + ABOUT 3D
   ========================================================== */

/* CONTACT HERO */
.vc50-contact-hero{
  position:relative;overflow:hidden;padding:132px 0 78px;color:#fff;
  background:
    radial-gradient(circle at 74% 34%,rgba(40,178,255,.31),transparent 27%),
    radial-gradient(circle at 10% 82%,rgba(6,105,221,.18),transparent 35%),
    linear-gradient(125deg,#021127 0%,#072554 52%,#0b4e93 100%);
}
.vc50-contact-grid-bg{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);
  background-size:70px 70px;mask-image:linear-gradient(to bottom,#000,transparent 88%)
}
.vc50-contact-orbit{position:absolute;border-radius:50%;border:1px solid rgba(88,205,255,.12)}
.vc50-contact-orbit.orbit-a{width:620px;height:620px;right:-140px;top:18%;animation:vc50Orbit 20s linear infinite}
.vc50-contact-orbit.orbit-b{width:430px;height:430px;right:-10px;top:31%;animation:vc50OrbitReverse 14s linear infinite}
@keyframes vc50Orbit{to{transform:rotate(360deg)}}@keyframes vc50OrbitReverse{to{transform:rotate(-360deg)}}
.vc50-contact-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:56px;align-items:center}
.vc50-kicker{font-size:10px;font-weight:950;letter-spacing:.22em;text-transform:uppercase;color:#8fdcff}.vc50-kicker.dark{color:#117fce}
.vc50-contact-copy h1{margin:10px 0 22px;font-size:clamp(52px,5.4vw,80px);line-height:.94;letter-spacing:-.055em}.vc50-contact-copy h1 span{color:#25b2fb}
.vc50-contact-copy>p{max-width:680px;margin:0;color:#d9e6f2;font-size:18px;line-height:1.7}
.vc50-contact-quick{display:grid;gap:9px;margin-top:28px;max-width:580px}
.vc50-contact-quick a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:17px;text-decoration:none;color:#fff;background:rgba(5,28,61,.52);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);transition:.25s}
.vc50-contact-quick a:hover{transform:translateX(5px);background:rgba(7,50,98,.65);border-color:rgba(89,207,255,.26)}
.vc50-contact-icon{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;background:rgba(42,176,246,.14);color:#69d5ff}.vc50-contact-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.vc50-contact-quick small{display:block;color:#9cb9d2;font-size:8px;text-transform:uppercase;letter-spacing:.11em}.vc50-contact-quick b{display:block;margin-top:2px;font-size:13px}

.vc50-contact-universe{position:relative;min-height:500px;perspective:1100px}
.vc50-contact-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:210px;height:210px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 38% 30%,rgba(52,189,255,.25),rgba(6,31,68,.88));border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 80px rgba(0,0,0,.28),0 0 90px rgba(30,169,255,.11);z-index:3;animation:vc50CoreFloat 5s ease-in-out infinite}
.vc50-contact-core img{width:58px;height:58px;border-radius:18px;object-fit:cover}.vc50-contact-core strong{margin-top:12px;letter-spacing:.12em}.vc50-contact-core small{margin-top:5px;color:#b9d1e5}
@keyframes vc50CoreFloat{50%{transform:translate(-50%,-50%) translateY(-8px)}}
.vc50-contact-ring{position:absolute;left:50%;top:50%;border-radius:50%;border:1px solid rgba(79,202,255,.15);transform-style:preserve-3d}
.vc50-contact-ring.ring-1{width:370px;height:370px;transform:translate(-50%,-50%) rotateX(66deg);animation:vc50Ring1 13s linear infinite}
.vc50-contact-ring.ring-2{width:500px;height:330px;transform:translate(-50%,-50%) rotateY(63deg);animation:vc50Ring2 17s linear infinite}
@keyframes vc50Ring1{to{transform:translate(-50%,-50%) rotateX(66deg) rotateZ(360deg)}}@keyframes vc50Ring2{to{transform:translate(-50%,-50%) rotateY(63deg) rotateZ(-360deg)}}
.vc50-contact-node{position:absolute;z-index:5;display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;text-decoration:none;color:#eaf7ff;background:rgba(3,27,61,.78);border:1px solid rgba(255,255,255,.14);box-shadow:0 12px 32px rgba(0,0,0,.18);backdrop-filter:blur(12px);font-size:9px;font-weight:850;transition:.25s}
.vc50-contact-node svg{width:16px;height:16px;fill:none;stroke:#68d5ff;stroke-width:1.9}.vc50-contact-node:hover{transform:translateY(-4px) scale(1.04);border-color:rgba(90,212,255,.3)}
.vc50-contact-node.node-mail{left:3%;top:20%}.vc50-contact-node.node-support{right:1%;top:21%}.vc50-contact-node.node-info{left:7%;bottom:19%}.vc50-contact-node.node-phone{right:4%;bottom:16%}

/* CONTACT BODY */
.vc50-contact-section{padding:82px 0;background:linear-gradient(180deg,#f3f8fd,#fff);color:#10233f}
.vc50-contact-layout{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:24px;align-items:start}
.vc50-contact-panel,.vc50-form-shell{border:1px solid #dfe8f2;border-radius:30px;background:#fff;box-shadow:0 25px 70px rgba(10,43,82,.09)}
.vc50-contact-panel{padding:30px;position:sticky;top:92px}.vc50-contact-panel h2,.vc50-form-head h2{font-size:clamp(30px,3.5vw,44px);letter-spacing:-.04em;line-height:1.05;margin:12px 0}.vc50-contact-panel>p,.vc50-form-head>p{color:#687a91;line-height:1.7;margin:0}
.vc50-contact-list{display:grid;gap:9px;margin-top:25px}.vc50-contact-list a{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:12px;border-radius:17px;background:#f8fbfe;border:1px solid #e6edf5;text-decoration:none;color:#17324f;transition:.25s}.vc50-contact-list a:hover{transform:translateX(4px);background:#f1f8fe;border-color:#cfe7f8}
.vc50-list-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#eaf6ff;color:#1183d0}.vc50-list-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9}.vc50-contact-list small{display:block;color:#7b8ca0;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.vc50-contact-list b{display:block;margin-top:3px;font-size:12px}.vc50-contact-list i{font-style:normal;color:#1895dd}
.vc50-phone-grid{display:grid;grid-template-columns:1fr;gap:8px;margin-top:20px}.vc50-phone-grid a{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:13px;background:#fff;border:1px solid #edf1f5;text-decoration:none;color:#213d59}.vc50-phone-grid small{color:#71849a;font-size:9px}.vc50-phone-grid b{font-size:11px}
.vc50-response-note{display:flex;gap:10px;padding:13px;margin-top:20px;border-radius:16px;background:#edf8f4;color:#426b5d;font-size:10px;line-height:1.5}.vc50-response-note svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:#14956c;stroke-width:1.8}
.vc50-form-shell{padding:30px}.vc50-form-head{margin-bottom:24px}
.vc50-form-shell .public-contact-form{margin:0}.vc50-form-shell .form-grid{gap:15px}.vc50-form-shell .form-field label{font-size:10px;font-weight:900;color:#3c536d;margin-bottom:7px}.vc50-form-shell .form-field input,.vc50-form-shell .form-field textarea,.vc50-form-shell .form-field select{width:100%;min-height:50px;border:1px solid #dce6f0;border-radius:15px;background:#fbfdff;padding:13px 14px;outline:none;transition:.22s}.vc50-form-shell .form-field textarea{min-height:150px}.vc50-form-shell .form-field input:focus,.vc50-form-shell .form-field textarea:focus,.vc50-form-shell .form-field select:focus{background:#fff;border-color:#36a8ed;box-shadow:0 0 0 4px rgba(34,158,231,.10)}
.vc50-form-shell .form-submit{width:100%;min-height:52px;border:0;border-radius:15px;background:linear-gradient(180deg,#17b5ff,#0779df);color:#fff;font-weight:900;box-shadow:0 14px 32px rgba(0,126,255,.22);cursor:pointer;transition:.22s}.vc50-form-shell .form-submit:hover{transform:translateY(-2px);box-shadow:0 19px 40px rgba(0,126,255,.28)}.vc50-form-shell .form-note{text-align:center;color:#8998a9;font-size:9px}
.vc50-contact-bottom{padding:54px 0;background:linear-gradient(125deg,#04152d,#0a407e);color:#fff}.vc50-contact-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:35px;align-items:center}.vc50-contact-bottom h2{font-size:clamp(29px,3.8vw,46px);line-height:1.05;letter-spacing:-.04em;margin:10px 0 0}.vc50-contact-cta{display:inline-flex;align-items:center;gap:9px;padding:14px 20px;border-radius:999px;background:#fff;color:#075aab;text-decoration:none;font-size:12px;font-weight:900}.vc50-contact-cta span{transition:.2s}.vc50-contact-cta:hover span{transform:translateX(4px)}

/* ABOUT — 3D WORLD UNIVERSE */
.vc50-world-section-wrap{overflow:hidden;background:linear-gradient(180deg,#fff,#f7fbff)}
.vc50-world-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:56px;align-items:center}
.vc50-world-copy h2{font-size:clamp(38px,4.5vw,58px);line-height:1.03;letter-spacing:-.05em;margin:12px 0 18px}.vc50-world-copy p{color:#667b91;line-height:1.75;font-size:15px}.vc50-world-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.vc50-world-tags span{padding:8px 10px;border-radius:999px;background:#edf6fd;color:#266a9f;font-size:9px;font-weight:850}
.vc50-world-universe{position:relative;min-height:500px;perspective:1200px;transform-style:preserve-3d}
.vc50-world-stars{position:absolute;inset:8%;border-radius:50%;background-image:radial-gradient(circle,#38b8ff 0 1px,transparent 1.5px);background-size:44px 44px;opacity:.15;mask-image:radial-gradient(circle,#000,transparent 72%);animation:vc50Stars 22s linear infinite}
@keyframes vc50Stars{to{transform:rotate(360deg)}}
.vc50-world-globe{position:absolute;left:50%;top:50%;width:235px;height:235px;border-radius:50%;transform:translate(-50%,-50%) rotateX(10deg);background:radial-gradient(circle at 35% 28%,rgba(65,194,255,.35),rgba(11,78,151,.26) 48%,rgba(3,29,67,.88));border:1px solid rgba(75,185,241,.35);box-shadow:inset -30px -25px 55px rgba(0,20,50,.34),0 30px 70px rgba(17,92,155,.18),0 0 80px rgba(34,169,239,.10);transform-style:preserve-3d;animation:vc50GlobeFloat 6s ease-in-out infinite}
@keyframes vc50GlobeFloat{50%{transform:translate(-50%,-50%) rotateX(10deg) translateY(-8px)}}
.vc50-globe-line{position:absolute;inset:15%;border:1px solid rgba(137,218,255,.18);border-radius:50%}.vc50-globe-line.lat.l1{transform:scaleY(.38)}.vc50-globe-line.lat.l2{transform:scaleY(.72)}.vc50-globe-line.lon.l3{transform:rotateY(64deg)}.vc50-globe-line.lon.l4{transform:rotateY(-64deg)}
.vc50-globe-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) translateZ(20px);display:flex;flex-direction:column;align-items:center}.vc50-globe-core img{width:52px;height:52px;border-radius:16px;object-fit:cover;box-shadow:0 10px 25px rgba(0,0,0,.18)}.vc50-globe-core b{margin-top:9px;color:#fff;font-size:11px;letter-spacing:.12em}
.vc50-world-orbit{position:absolute;left:50%;top:50%;border-radius:50%;border:1px solid rgba(42,151,218,.18);transform-style:preserve-3d}.vc50-world-orbit.orbit-1{width:430px;height:265px;transform:translate(-50%,-50%) rotateX(68deg);animation:vc50WorldOrbit1 14s linear infinite}.vc50-world-orbit.orbit-2{width:470px;height:330px;transform:translate(-50%,-50%) rotateY(66deg);animation:vc50WorldOrbit2 17s linear infinite}.vc50-world-orbit.orbit-3{width:520px;height:390px;transform:translate(-50%,-50%) rotateZ(-18deg);animation:vc50WorldOrbit3 21s linear infinite}
@keyframes vc50WorldOrbit1{to{transform:translate(-50%,-50%) rotateX(68deg) rotateZ(360deg)}}@keyframes vc50WorldOrbit2{to{transform:translate(-50%,-50%) rotateY(66deg) rotateZ(-360deg)}}@keyframes vc50WorldOrbit3{to{transform:translate(-50%,-50%) rotateZ(342deg)}}
.vc50-city{position:absolute;z-index:6;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid #dbe9f5;color:#175f94;font-size:9px;font-weight:900;box-shadow:0 12px 30px rgba(24,78,122,.11);backdrop-filter:blur(10px);animation:vc50CityFloat 5s ease-in-out infinite}.vc50-city i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#19a6ee;box-shadow:0 0 0 5px rgba(25,166,238,.11);margin-right:7px}
.vc50-city.city-k{left:5%;top:47%}.vc50-city.city-l{left:14%;bottom:15%;animation-delay:.7s}.vc50-city.city-j{left:31%;bottom:4%;animation-delay:1.2s}.vc50-city.city-b{right:27%;top:12%;animation-delay:.4s}.vc50-city.city-p{right:11%;top:29%;animation-delay:.9s}.vc50-city.city-m{right:2%;bottom:20%;animation-delay:1.4s}
@keyframes vc50CityFloat{50%{transform:translateY(-7px)}}

/* OFFERS — compact vertical rhythm */
body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-card{
  min-height:570px!important;
  padding:25px!important;
}
body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-card h3{margin:15px 0 7px!important;font-size:26px!important}
body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-summary{min-height:42px!important}
body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-price{margin:18px 0 14px!important}
body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-features{gap:8px!important;margin-bottom:13px!important}
body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-actions{margin-top:14px!important}
body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-details{margin-top:11px!important;padding-top:11px!important}
body[data-tenant="visocarte"][data-page="offers_services"] .vcv-offers-topline{margin-bottom:22px!important}

/* Mobile */
@media(max-width:900px){
  .vc50-contact-hero{padding:108px 0 58px}.vc50-contact-hero-grid,.vc50-contact-layout,.vc50-world-layout,.vc50-contact-bottom-grid{grid-template-columns:minmax(0,1fr)!important}
  .vc50-contact-copy{text-align:center}.vc50-contact-copy>p{margin-inline:auto}.vc50-contact-quick{margin-inline:auto}
  .vc50-contact-universe{min-height:420px}.vc50-contact-panel{position:static}
  .vc50-contact-bottom-grid{text-align:center}.vc50-contact-cta{margin-inline:auto}
  .vc50-world-copy{text-align:center}.vc50-world-tags{justify-content:center}.vc50-world-universe{min-height:440px}
}
@media(max-width:620px){
  .vc50-contact-hero{padding:96px 0 48px}.vc50-contact-copy h1{font-size:clamp(40px,12vw,54px)}.vc50-contact-copy>p{font-size:15px}
  .vc50-contact-universe{min-height:350px}.vc50-contact-core{width:165px;height:165px}.vc50-contact-core img{width:48px;height:48px}.vc50-contact-ring.ring-1{width:280px;height:280px}.vc50-contact-ring.ring-2{width:330px;height:240px}.vc50-contact-node{font-size:7px;padding:7px 9px}
  .vc50-contact-section{padding:58px 0}.vc50-contact-panel,.vc50-form-shell{padding:20px;border-radius:23px}.vc50-contact-list b{font-size:10px}
  .vc50-world-universe{min-height:350px}.vc50-world-globe{width:185px;height:185px}.vc50-world-orbit.orbit-1{width:300px;height:190px}.vc50-world-orbit.orbit-2{width:330px;height:230px}.vc50-world-orbit.orbit-3{width:350px;height:270px}.vc50-city{font-size:7px;padding:6px 8px}
  body[data-tenant="visocarte"][data-page="offers_services"] .vc-plan-card{min-height:545px!important;padding:22px!important}
}


/* ==========================================================
   V20.46.12 · SHARED CARD CONTENT RESPONSIVE
   All vc47 card typography follows the card width itself.
   ========================================================== */
.vc47-held-card,
.vc47-showcase-card{
  container-type:inline-size;
  container-name:vc47card;
}

.vc47-card-brand{gap:1.45cqw!important}
.vc47-card-logo{
  width:8.4cqw!important;height:8.4cqw!important;
  border-radius:2.2cqw!important;flex:0 0 8.4cqw;
}
.vc47-card-brand b{font-size:3.5cqw!important}
.vc47-card-brand small{font-size:1.42cqw!important;margin-top:1cqw!important}
.vc47-card-status{font-size:1.42cqw!important;padding:1.4cqw 2.1cqw!important}

.vc47-card-number small,
.vc47-card-name small,
.vc47-card-meta small{font-size:1.42cqw!important}
.vc47-card-number b{font-size:3.5cqw!important;margin-top:1cqw!important}
.vc47-card-name b{font-size:2.55cqw!important;margin-top:.8cqw!important}
.vc47-card-meta b{font-size:1.72cqw!important;margin-top:.8cqw!important}
.vc47-card-tagline{font-size:1.34cqw!important}
.vc47-card-watermark{font-size:7.1cqw!important}

.vc47-card-back-copy small{font-size:1.25cqw!important}
.vc47-card-back-copy>b{font-size:1.72cqw!important}
.vc47-card-back-copy>span{font-size:1.28cqw!important}
.vc47-card-qr-back small{font-size:1.05cqw!important}
.vc47-card-payments{gap:1cqw!important}
.vc47-pay{
  height:4.7cqw!important;min-width:7.5cqw!important;
  padding:.55cqw 1cqw!important;border-radius:1.1cqw!important;
  font-size:1.15cqw!important
}
.vc47-pay.visa{font-size:1.5cqw!important}
.vc47-pay.paypal{font-size:1.27cqw!important}
.vc47-pay.mobile{font-size:.80cqw!important}
.vc47-card-back-footer{font-size:1.17cqw!important}

.vc47-card-face *{box-sizing:border-box;max-width:100%}

/* V20.46.13 manager demo + FAQ */
.vc51-demo-hero,.vc51-faq-hero{position:relative;overflow:hidden;padding:132px 0 78px;color:#fff;background:radial-gradient(circle at 75% 34%,rgba(44,181,255,.30),transparent 27%),linear-gradient(125deg,#021127 0%,#072554 52%,#0b4e93 100%)}
.vc51-demo-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:70px 70px}
.vc51-demo-orbit,.vc51-faq-orbit{position:absolute;border-radius:50%;border:1px solid rgba(79,204,255,.13);animation:vc51Orbit 18s linear infinite}.vc51-demo-orbit.orbit-a{width:620px;height:620px;right:-150px;top:10%}.vc51-demo-orbit.orbit-b{width:420px;height:420px;right:80px;top:24%;animation-direction:reverse}.vc51-faq-orbit{width:560px;height:560px;right:-80px;top:12%}@keyframes vc51Orbit{to{transform:rotate(360deg)}}
.vc51-kicker{font-size:10px;font-weight:950;letter-spacing:.22em;text-transform:uppercase;color:#90ddff}.vc51-kicker.dark{color:#117fce}.vc51-demo-hero-grid,.vc51-faq-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:58px;align-items:center}.vc51-demo-hero-copy h1,.vc51-faq-hero-copy h1{margin:10px 0 22px;font-size:clamp(50px,5.4vw,80px);line-height:.94;letter-spacing:-.055em}.vc51-demo-hero-copy h1 span,.vc51-faq-hero-copy h1 span{color:#22affb}.vc51-demo-hero-copy>p,.vc51-faq-hero-copy>p{color:#d7e5f2;font-size:18px;line-height:1.72;max-width:720px}.vc51-demo-points,.vc51-faq-suggestions{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.vc51-demo-points span,.vc51-faq-suggestions button{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);color:#e5f4ff;font-size:8px}
.vc51-demo-preview-stack,.vc51-faq-visual{position:relative;min-height:430px}.vc51-preview-core,.vc51-faq-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:220px;height:220px;border-radius:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(4,27,61,.92),rgba(8,72,137,.80));border:1px solid rgba(255,255,255,.14);box-shadow:0 35px 90px rgba(0,0,0,.25)}.vc51-preview-core img{width:58px;height:58px;border-radius:18px}.vc51-preview-core strong,.vc51-faq-core strong{margin-top:13px}.vc51-preview-core small,.vc51-faq-core small{color:#b8cfe3;font-size:8px}.vc51-preview-card,.vc51-faq-bubble{position:absolute;padding:14px;border-radius:18px;background:rgba(5,31,69,.78);border:1px solid rgba(255,255,255,.13);box-shadow:0 18px 45px rgba(0,0,0,.18)}.vc51-preview-card span{display:block;font-size:25px;font-weight:950}.vc51-preview-card small{font-size:8px;color:#b9d0e3}.pc1{left:0;top:10%}.pc2{right:0;top:20%}.pc3{left:12%;bottom:6%}
.vc51-demo-section,.vc51-faq-section{padding:76px 0 90px;background:linear-gradient(180deg,#eef5fb,#fff);color:#10233f}.vc51-demo-intro,.vc51-faq-topline{display:grid;grid-template-columns:1fr .6fr;gap:35px;align-items:end;margin-bottom:28px}.vc51-demo-intro h2,.vc51-faq-topline h2{font-size:clamp(34px,4.2vw,54px);line-height:1.05;letter-spacing:-.045em;margin:10px 0}.vc51-demo-intro p{color:#6b7d92}
.vc51-manager-app{display:grid;grid-template-columns:245px minmax(0,1fr);min-height:800px;border-radius:32px;overflow:hidden;background:#f4f7fb;border:1px solid #d8e4ef;box-shadow:0 40px 100px rgba(8,34,68,.17)}.vc51-manager-sidebar{padding:22px 14px;background:linear-gradient(180deg,#06182f,#08264a 68%,#093766);color:#fff;display:flex;flex-direction:column}.vc51-manager-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.vc51-manager-brand img{width:42px;height:42px;border-radius:13px}.vc51-manager-brand strong{display:block;font-size:11px}.vc51-manager-brand small{font-size:8px;color:#8eabc7}.vc51-sidebar-label{padding:18px 10px 8px;color:#7193b2;font-size:8px}.vc51-manager-nav{display:flex;flex-direction:column;gap:4px;overflow-y:auto}.vc51-manager-nav button{border:0;background:transparent;color:#aac0d4;display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:12px;font-size:10px;font-weight:800;text-align:left}.vc51-manager-nav button.is-active{background:rgba(21,156,236,.19);color:#fff;box-shadow:inset 3px 0 #45caff}.vc51-nav-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.055)}.vc51-nav-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.vc51-sidebar-help{margin-top:auto;padding:12px;border-radius:16px;background:rgba(255,255,255,.06)}.vc51-sidebar-help strong,.vc51-sidebar-help small{display:block}.vc51-sidebar-help small{font-size:7px;color:#88a6c1}.vc51-sidebar-help a{color:#60d1ff}
.vc51-manager-topbar{min-height:76px;padding:0 22px;display:flex;align-items:center;gap:18px;background:#fff;border-bottom:1px solid #e1e8f0}.vc51-mobile-demo-title{display:none}.vc51-manager-search{flex:1;max-width:520px;height:42px;border-radius:13px;background:#f4f7fb;border:1px solid #e3e9f0;display:flex;align-items:center;gap:9px;padding:0 12px}.vc51-manager-search svg{width:17px;height:17px;fill:none;stroke:#7c8da1}.vc51-manager-search input{border:0;background:transparent;outline:0;width:100%;font-size:10px}.vc51-manager-top-actions{margin-left:auto;display:flex;gap:10px}.vc51-circle-action{position:relative;width:38px;height:38px;border-radius:12px;border:1px solid #e1e8ef;background:#fff}.vc51-circle-action svg{width:18px;fill:none;stroke:#567087}.vc51-circle-action i{position:absolute;right:-4px;top:-5px;background:#0d8edc;color:#fff;width:16px;height:16px;border-radius:50%;font-size:7px}.vc51-manager-profile{display:flex;align-items:center;gap:8px}.vc51-manager-profile>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e8f5fe;color:#1478b6;font-size:10px;font-weight:950}.vc51-manager-profile strong,.vc51-manager-profile small{display:block}.vc51-manager-profile small{font-size:7px;color:#8a98a9}
.vc51-manager-content{padding:24px}.vc51-manager-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.vc51-demo-breadcrumb{font-size:8px;color:#8796a7}.vc51-manager-heading h2{font-size:34px;margin:7px 0}.vc51-manager-heading p{font-size:11px;color:#718195}.vc51-primary-action{height:42px;border:0;border-radius:12px;padding:0 15px;background:#108bd7;color:#fff;font-weight:900}
.vc51-kpi-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:12px;margin-bottom:14px}.vc51-kpi{min-height:126px;border-radius:18px;background:#fff;border:1px solid #e1e8f0;padding:17px}.vc51-kpi-main{background:linear-gradient(145deg,#062348,#0b5da9);color:#fff}.vc51-kpi small{display:block;font-size:8px;color:#8493a5}.vc51-kpi-main small{color:#9ec0dc}.vc51-kpi>strong{display:block;margin-top:10px;font-size:30px}.vc51-kpi-trend{font-size:8px}.vc51-kpi-trend b{color:#64e2b5}.vc51-kpi-trend i{color:#a7bfd2}.vc51-kpi-dot{display:block;width:9px;height:9px;border-radius:50%;background:#2bacf0}.vc51-kpi-secondary>strong{font-size:25px}
.vc51-manager-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:14px}.vc51-dashboard-card{border-radius:20px;background:#fff;border:1px solid #e1e8f0;padding:18px}.vc51-card-head{display:flex;justify-content:space-between}.vc51-card-head span{font-size:7px;color:#8c99a8}.vc51-card-head strong{display:block;font-size:11px}.vc51-chart-wrap{display:grid;grid-template-columns:28px 1fr;gap:9px;height:175px;margin-top:24px}.vc51-chart-y{display:flex;flex-direction:column;justify-content:space-between;font-size:7px;color:#9aa7b6}.vc51-chart-bars{display:grid;grid-template-columns:repeat(12,1fr);gap:7px;align-items:end}.vc51-chart-bars>span{height:var(--h);background:linear-gradient(#32b8fa,#0d70c7);border-radius:7px 7px 2px 2px}.vc51-chart-x{display:grid;grid-template-columns:repeat(12,1fr);padding-left:37px;font-size:6px;color:#9aa7b6}.vc51-attention-list,.vc51-activity-list{display:grid;gap:7px;margin-top:14px}.vc51-attention-list button{display:grid;grid-template-columns:26px 1fr 18px;gap:8px;padding:9px;border:0;border-radius:11px;background:#f7f9fc;text-align:left}.vc51-attention-list button b,.vc51-activity-list b{font-size:8px}.vc51-live-dot{font-size:7px;color:#11936d}.vc51-activity-list>div{display:grid;grid-template-columns:28px 1fr 7px;gap:8px;align-items:center;border-bottom:1px solid #eef2f6;padding:7px 0}.vc51-activity-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#edf7fe;color:#1484c9}.vc51-activity-list i{width:6px;height:6px;border-radius:50%;background:#29b5f3}.vc51-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.vc51-quick-grid button{min-height:72px;border:1px solid #e7edf3;border-radius:13px;background:#f9fbfd;font-size:8px;font-weight:850}
.vc51-demo-next,.vc51-faq-bottom{padding:54px 0;background:linear-gradient(125deg,#04152d,#0a407e);color:#fff}.vc51-demo-next-grid,.vc51-faq-bottom-grid{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}.vc51-demo-next h2,.vc51-faq-bottom h2{font-size:clamp(29px,3.8vw,46px);margin:10px 0}.vc51-demo-next-actions{display:flex;gap:9px}.vc51-demo-btn,.vc51-faq-bottom a{padding:13px 18px;border-radius:999px;text-decoration:none;font-size:10px;font-weight:900}.vc51-demo-btn.primary,.vc51-faq-bottom a{background:#fff;color:#075ca8}.vc51-demo-btn.secondary{border:1px solid rgba(255,255,255,.17);color:#fff}
.vc51-faq-search-wrap{height:58px;margin-top:28px;border-radius:18px;background:#fff;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;padding:0 13px}.vc51-faq-search-wrap svg{width:21px;fill:none;stroke:#607a91}.vc51-faq-search-wrap input{border:0;outline:0;font-size:12px}.vc51-faq-search-wrap kbd{font-size:8px;background:#eff4f8;padding:5px 7px;border-radius:7px}.vc51-faq-core>span{font-size:30px;color:#72d8ff}.vc51-faq-bubble{font-size:9px;color:#e4f4ff}.b1{left:4%;top:18%}.b2{right:3%;top:15%}.b3{left:0;bottom:24%}.b4{right:4%;bottom:20%}.b5{left:42%;bottom:2%}
.vc51-faq-topline{display:flex}.vc51-faq-topline>a{color:#147fc2;text-decoration:none;font-size:10px;font-weight:900}.vc51-faq-layout{display:grid;grid-template-columns:240px 1fr;gap:28px}.vc51-faq-aside{position:sticky;top:92px;padding:16px;border-radius:22px;background:#fff;border:1px solid #dfe8f1;display:flex;flex-direction:column;gap:4px}.vc51-faq-aside>button{border:0;background:transparent;border-radius:11px;padding:9px 10px;text-align:left;font-size:9px;font-weight:800}.vc51-faq-aside>button.active{background:#e8f5fe;color:#087fce}.vc51-faq-aside-help{margin-top:11px;padding:14px;border-radius:16px;background:#082b55;color:#fff}.vc51-faq-aside-help *{display:block}.vc51-faq-aside-help p{font-size:8px}.vc51-faq-aside-help a{color:#73dbff;font-size:8px}.vc51-faq-count{font-size:9px;color:#7f8fa1;margin-bottom:10px}.vc51-faq-list{display:grid;gap:9px}.vc51-faq-list details{border:1px solid #dfe8f1;border-radius:18px;background:#fff;overflow:hidden}.vc51-faq-list summary{list-style:none;display:grid;grid-template-columns:100px 1fr 32px;gap:12px;align-items:center;padding:18px 20px;cursor:pointer}.vc51-faq-category{font-size:8px;color:#0d88d4;font-weight:950}.vc51-faq-list summary strong{font-size:12px}.vc51-faq-list summary i{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:#f0f5f9;font-style:normal}.vc51-faq-list details[open] summary i{transform:rotate(45deg)}.vc51-faq-answer{padding:0 20px 17px 132px}.vc51-faq-answer>div{color:#65798e;font-size:11px;line-height:1.7}.vc51-faq-answer footer{display:flex;gap:6px;align-items:center;margin-top:14px;border-top:1px solid #edf2f6;padding-top:12px}.vc51-faq-answer footer>span{margin-right:auto;font-size:8px}.vc51-faq-answer footer button{border:1px solid #e1e8ef;background:#f8fafc;border-radius:999px;padding:6px 9px;font-size:8px}.vc51-faq-answer footer button.is-selected{background:#e9f7f1;color:#11805f}.vc51-faq-empty{text-align:center;padding:45px;border:1px dashed #cbd9e5;border-radius:20px}
@media(max-width:1000px){.vc51-manager-app{grid-template-columns:205px 1fr}.vc51-kpi-grid{grid-template-columns:1fr 1fr}.vc51-manager-grid{grid-template-columns:1fr}}
@media(max-width:900px){.vc51-demo-hero,.vc51-faq-hero{padding:108px 0 58px}.vc51-demo-hero-grid,.vc51-faq-hero-grid,.vc51-demo-intro,.vc51-demo-next-grid,.vc51-faq-bottom-grid{grid-template-columns:1fr}.vc51-manager-app{grid-template-columns:1fr}.vc51-manager-sidebar{padding:10px}.vc51-manager-brand,.vc51-sidebar-label,.vc51-sidebar-help{display:none}.vc51-manager-nav{flex-direction:row;overflow-x:auto}.vc51-manager-nav button{flex:0 0 auto;white-space:nowrap}.vc51-mobile-demo-title{display:block}.vc51-manager-topbar{flex-wrap:wrap;padding:12px}.vc51-manager-search{order:3;max-width:none;width:100%}.vc51-manager-grid{grid-template-columns:1fr}.vc51-faq-layout{grid-template-columns:1fr}.vc51-faq-aside{position:static;flex-direction:row;overflow-x:auto}.vc51-faq-aside>strong,.vc51-faq-aside-help{display:none}}
@media(max-width:620px){.vc51-demo-hero,.vc51-faq-hero{padding:96px 0 46px}.vc51-demo-hero-copy h1,.vc51-faq-hero-copy h1{font-size:clamp(40px,12vw,54px)}.vc51-demo-preview-stack,.vc51-faq-visual{min-height:330px}.vc51-preview-core,.vc51-faq-core{width:170px;height:170px}.vc51-kpi-grid{grid-template-columns:1fr 1fr}.vc51-kpi-main{grid-column:1/-1}.vc51-manager-content{padding:14px}.vc51-manager-profile>div{display:none}.vc51-faq-list summary{grid-template-columns:1fr 30px;padding:15px}.vc51-faq-category{grid-column:1/-1}.vc51-faq-answer{padding:0 15px 15px}.vc51-faq-answer footer{flex-wrap:wrap}.vc51-faq-answer footer>span{width:100%;margin-right:0}.vc51-demo-next-actions{flex-direction:column}}


/* ==========================================================
   V20.46.14 · PRO FAQ + DUAL-STATE HEADER
   ========================================================== */

/* Hero state — same visual language as Home */
body[data-tenant="visocarte"] .vc-platform-header{
  background:transparent!important;
  border-bottom:0!important;
  box-shadow:none!important;
  color:#fff;
}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-nav{
  background:transparent!important;
}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-brand-copy strong{
  color:#fff!important;
}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-brand-copy small{
  color:#c7d8e9!important;
}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu a{
  color:#eff7ff!important;
}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu a:hover{
  background:rgba(255,255,255,.07)!important;
}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu a.is-active{
  background:rgba(39,179,247,.13)!important;
  color:#fff!important;
}

/* Scrolled state — turn fully white for maximum clarity/navigation */
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled{
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid #e3e9f0!important;
  box-shadow:0 12px 34px rgba(18,48,80,.10)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-brand-copy strong{
  color:#0b355f!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-brand-copy small{
  color:#6f8193!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-logo{
  background:#eef6fc!important;
  border-color:#dce8f2!important;
  box-shadow:none!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a{
  color:#29435e!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a:hover{
  background:#f2f7fb!important;
  color:#0b5e9e!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a.is-active{
  color:#0b6fb8!important;
  background:#eaf6ff!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a.is-active::after{
  background:#0d93df!important;
  box-shadow:none!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu .vc-platform-login{
  color:#fff!important;
  background:linear-gradient(180deg,#17aff7,#0879df)!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu-toggle,
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-mobile-account{
  background:#f5f9fc!important;
  border-color:#dce7f0!important;
  color:#173d60!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu-toggle span{
  background:#173d60!important;
}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-mobile-account svg{
  stroke:#173d60!important;
}

/* FAQ section polish */
.vc51-faq-main{
  min-width:0;
}
.vc51-faq-list{
  gap:12px!important;
}
.vc51-faq-list details{
  position:relative;
  overflow:hidden;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fff,#fcfdff)!important;
  border:1px solid #dde8f1!important;
  box-shadow:0 12px 34px rgba(13,48,90,.045)!important;
  transition:
    transform .28s cubic-bezier(.22,.8,.25,1),
    box-shadow .28s ease,
    border-color .28s ease!important;
}
.vc51-faq-list details:hover{
  transform:translateY(-3px)!important;
  border-color:#c9e3f4!important;
  box-shadow:0 22px 56px rgba(15,74,118,.08)!important;
}
.vc51-faq-list details[open]{
  border-color:#bfe0f4!important;
  box-shadow:0 24px 60px rgba(16,91,141,.10)!important;
}
.vc51-faq-list details[open]:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:4px;
  background:linear-gradient(180deg,#25b9fa,#087fd5);
}
.vc51-faq-list summary{
  grid-template-columns:52px minmax(0,1fr) 40px!important;
  gap:14px!important;
  padding:20px 22px!important;
  min-height:92px;
  align-items:center!important;
}
.vc52-faq-question-icon{
  width:46px;height:46px;border-radius:15px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,#ebf7ff,#f7fbfe);
  border:1px solid #d8ecf9;
  color:#0b87d2;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.7);
  transition:.25s ease;
}
.vc52-faq-question-icon svg{
  width:22px;height:22px;
  fill:none;stroke:currentColor;stroke-width:1.9;
}
.vc51-faq-list details[open] .vc52-faq-question-icon{
  color:#fff;
  background:linear-gradient(145deg,#1db2f4,#0a79d4);
  border-color:#1595dc;
  transform:translateZ(12px) rotate(-2deg);
  box-shadow:0 10px 22px rgba(15,141,216,.20);
}
.vc52-faq-question-copy{
  display:block;
  min-width:0;
}
.vc51-faq-category{
  display:inline-flex!important;
  margin-bottom:7px;
  padding:5px 8px;
  border-radius:999px;
  background:#eff6fb;
  color:#47718f!important;
  font-size:7px!important;
  letter-spacing:.10em!important;
}
.vc51-faq-list details[open] .vc51-faq-category{
  background:#e8f6fe;
  color:#0c7fc6!important;
}
.vc52-faq-question-copy strong{
  display:block;
  font-size:13px!important;
  line-height:1.42!important;
  color:#16344f!important;
  letter-spacing:-.01em;
}
.vc52-faq-toggle{
  width:34px;height:34px;border-radius:11px;
  display:grid;place-items:center;
  background:#f2f6f9;
  color:#6f8294;
  transition:.28s ease;
}
.vc52-faq-toggle svg{
  width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;
}
.vc51-faq-list details[open] .vc52-faq-toggle{
  transform:rotate(180deg);
  background:#e8f6fe;
  color:#0b87d2;
}

.vc51-faq-answer{
  padding:0 22px 20px 88px!important;
}
.vc52-faq-answer-inner{
  padding:18px 20px;
  border-radius:16px;
  background:linear-gradient(145deg,#f8fbfe,#f3f8fc);
  border:1px solid #e3edf4;
}
.vc52-faq-answer-label{
  display:block;
  margin-bottom:7px;
  color:#0b81cc;
  font-size:8px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.vc52-faq-answer-inner>div{
  color:#587086;
  font-size:11px;
  line-height:1.78;
}
.vc51-faq-answer footer{
  margin-top:14px!important;
  padding-top:14px!important;
  border-top:1px solid #edf2f6!important;
}
.vc51-faq-answer footer button{
  padding:7px 11px!important;
  border-radius:999px!important;
  background:#fff!important;
  border-color:#dce6ef!important;
  color:#556f85!important;
  transition:.2s ease;
}
.vc51-faq-answer footer button:hover{
  transform:translateY(-1px);
  border-color:#bedced!important;
  color:#0a78bc!important;
}
.vc51-faq-answer footer button.is-selected{
  background:#eaf7f1!important;
  border-color:#c7eadb!important;
  color:#11805f!important;
}

/* FAQ aside */
.vc51-faq-aside{
  border-radius:24px!important;
  padding:14px!important;
  box-shadow:0 18px 46px rgba(13,48,90,.055)!important;
}
.vc51-faq-aside>button{
  min-height:38px;
  padding:10px 11px!important;
  border-radius:12px!important;
  transition:.2s ease;
}
.vc51-faq-aside>button:hover{
  transform:translateX(2px);
}
.vc51-faq-aside>button.active{
  background:linear-gradient(90deg,#e8f5fe,#f5fbff)!important;
  color:#087dca!important;
  box-shadow:inset 3px 0 #1ca7ed,0 8px 18px rgba(14,126,205,.06)!important;
}

/* Search emphasis */
.vc51-faq-search-wrap{
  border:1px solid rgba(255,255,255,.35)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.20)!important;
}
.vc51-faq-search-wrap:focus-within{
  box-shadow:0 24px 66px rgba(0,0,0,.24),0 0 0 4px rgba(75,198,255,.12)!important;
}

/* Mobile */
@media(max-width:900px){
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu{
    background:rgba(255,255,255,.98)!important;
    border-right:1px solid #e2e8ef!important;
  }
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a{
    color:#29435e!important;
  }
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a.is-active{
    color:#0b6fb8!important;
    background:#eaf6ff!important;
  }

  .vc51-faq-list summary{
    grid-template-columns:46px minmax(0,1fr) 36px!important;
    min-height:84px;
    padding:17px!important;
  }
  .vc51-faq-answer{
    padding:0 17px 17px 17px!important;
  }
  .vc52-faq-question-icon{
    width:42px;height:42px;border-radius:13px;
  }
}
@media(max-width:620px){
  .vc51-faq-list summary{
    grid-template-columns:42px minmax(0,1fr) 32px!important;
    gap:10px!important;
    padding:15px!important;
  }
  .vc52-faq-question-icon{
    width:38px;height:38px;border-radius:12px;
  }
  .vc52-faq-question-icon svg{width:19px;height:19px}
  .vc52-faq-question-copy strong{font-size:12px!important}
  .vc51-faq-category{font-size:6.5px!important;padding:4px 7px}
  .vc52-faq-toggle{width:30px;height:30px}
  .vc51-faq-answer{padding:0 15px 15px!important}
  .vc52-faq-answer-inner{padding:15px}
}

/* preserve motion preference */
@media(prefers-reduced-motion:reduce){
  .vc51-faq-list details,
  .vc52-faq-question-icon,
  .vc52-faq-toggle{
    transition:none!important;
  }
}


/* ==========================================================
   V20.46.15 · DEMO MOBILE NAVIGATION
   Drawer left + quick horizontal module rail
   ========================================================== */

.vc53-demo-backdrop,
.vc53-demo-drawer-close,
.vc53-demo-menu-button,
.vc53-mobile-module-rail{
  display:none;
}

/* Desktop sidebar remains independently scrollable when many modules exist */
.vc51-manager-sidebar{
  min-height:0;
}
.vc51-manager-nav{
  min-height:0;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(100,205,255,.25) transparent;
}
.vc51-manager-nav::-webkit-scrollbar{width:5px}
.vc51-manager-nav::-webkit-scrollbar-thumb{
  background:rgba(100,205,255,.24);
  border-radius:999px;
}

/* Tablets/mobile: turn the demo sidebar into a true off-canvas drawer */
@media(max-width:900px){
  .vc51-manager-app{
    position:relative;
    overflow:hidden!important;
  }

  .vc51-manager-sidebar{
    display:flex!important;
    position:fixed!important;
    z-index:410!important;
    left:0!important;
    top:0!important;
    bottom:0!important;
    width:min(84vw,340px)!important;
    height:100dvh!important;
    padding:18px 14px 22px!important;
    border-radius:0 26px 26px 0!important;
    box-shadow:22px 0 70px rgba(0,0,0,.30)!important;
    transform:translateX(-105%)!important;
    transition:transform .34s cubic-bezier(.22,.8,.25,1)!important;
    overflow:hidden!important;
  }
  .vc51-manager-app.is-drawer-open .vc51-manager-sidebar{
    transform:translateX(0)!important;
  }

  .vc51-manager-brand{
    display:flex!important;
    padding-right:48px!important;
  }
  .vc51-sidebar-label{
    display:block!important;
  }
  .vc51-sidebar-help{
    display:grid!important;
  }

  .vc51-manager-nav{
    display:flex!important;
    flex-direction:column!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    max-height:none!important;
    padding:0 3px 12px 0!important;
    scroll-snap-type:none!important;
  }
  .vc51-manager-nav button{
    width:100%!important;
    flex:0 0 auto!important;
    white-space:normal!important;
    scroll-snap-align:none!important;
    min-height:48px;
    padding:9px 10px!important;
  }

  .vc53-demo-backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:400;
    border:0;
    padding:0;
    background:rgba(2,13,31,.55);
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter:blur(3px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .28s ease,visibility .28s ease;
  }
  .vc51-manager-app.is-drawer-open .vc53-demo-backdrop{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .vc53-demo-drawer-close{
    display:grid;
    place-items:center;
    position:absolute;
    right:14px;
    top:16px;
    width:38px;
    height:38px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:12px;
    background:rgba(255,255,255,.06);
    color:#fff;
    cursor:pointer;
    z-index:4;
  }
  .vc53-demo-drawer-close svg{
    width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;
  }

  .vc53-demo-menu-button{
    display:flex;
    align-items:center;
    gap:9px;
    min-width:0;
    height:46px;
    padding:5px 8px 5px 6px;
    border:1px solid #dfe7ef;
    border-radius:14px;
    background:#fff;
    color:#24415d;
    box-shadow:0 8px 20px rgba(19,58,92,.05);
    cursor:pointer;
  }
  .vc53-demo-menu-icon{
    width:34px;height:34px;border-radius:11px;
    display:grid;place-items:center;
    flex:0 0 34px;
    background:linear-gradient(145deg,#e7f5ff,#f5fbff);
    color:#0e83ce;
  }
  .vc53-demo-menu-icon svg,
  .vc53-demo-menu-chevron{
    width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;
  }
  .vc53-demo-menu-button>span:nth-child(2){
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    line-height:1.05;
  }
  .vc53-demo-menu-button small{
    font-size:6.5px;
    text-transform:uppercase;
    letter-spacing:.11em;
    color:#8b9aab;
  }
  .vc53-demo-menu-button strong{
    display:block;
    max-width:120px;
    margin-top:3px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:9px;
  }
  .vc53-demo-menu-chevron{
    flex:0 0 auto;
    color:#7a8fa2;
  }

  .vc51-mobile-demo-title{
    display:none!important;
  }

  .vc53-mobile-module-rail{
    display:flex;
    gap:8px;
    margin:-2px -16px 18px;
    padding:2px 16px 10px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .vc53-mobile-module-rail::-webkit-scrollbar{display:none}
  .vc53-mobile-module-rail button{
    flex:0 0 auto;
    min-height:34px;
    padding:8px 11px;
    border:1px solid #e0e8ef;
    border-radius:999px;
    background:#fff;
    color:#60758a;
    font:inherit;
    font-size:8px;
    font-weight:850;
    white-space:nowrap;
    cursor:pointer;
    scroll-snap-align:start;
    transition:.2s ease;
  }
  .vc53-mobile-module-rail button.is-active{
    color:#fff;
    border-color:#0d87d2;
    background:linear-gradient(180deg,#18aaf2,#0879d1);
    box-shadow:0 8px 18px rgba(13,135,210,.18);
  }

  body.vc53-demo-drawer-lock{
    overflow:hidden!important;
    touch-action:none;
  }
}

@media(max-width:620px){
  .vc51-manager-topbar{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:9px!important;
    padding:10px 11px!important;
  }
  .vc53-demo-menu-button{
    width:100%;
  }
  .vc51-manager-top-actions{
    margin-left:0!important;
  }
  .vc51-manager-search{
    grid-column:1/-1;
    order:3;
    width:100%!important;
    min-width:0;
  }
  .vc51-manager-content{
    padding:13px!important;
  }
  .vc53-mobile-module-rail{
    margin-left:-13px;
    margin-right:-13px;
    padding-left:13px;
    padding-right:13px;
  }
}

@media(max-width:390px){
  .vc53-demo-menu-button strong{
    max-width:92px;
  }
  .vc51-manager-top-actions .vc51-manager-profile{
    display:none!important;
  }
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  .vc51-manager-sidebar,
  .vc53-demo-backdrop,
  .vc53-mobile-module-rail button{
    transition:none!important;
  }
}

/* V20.46.16 FIXED HEADER + CLEAN MOBILE NAV */
body[data-tenant="visocarte"] .vc-platform-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:1000!important;background:transparent!important;border-bottom:1px solid transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease,color .28s ease!important}
body[data-tenant="visocarte"] .vc-platform-nav{min-height:82px!important;transition:min-height .25s ease!important}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-brand-copy strong{color:#fff!important}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-brand-copy small{color:rgba(220,236,250,.84)!important}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu a{color:#eef8ff!important}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-logo{background:rgba(3,26,60,.56)!important;border-color:rgba(255,255,255,.13)!important;box-shadow:0 10px 28px rgba(0,0,0,.15)!important}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled{background:rgba(255,255,255,.985)!important;border-bottom-color:#e2eaf1!important;box-shadow:0 12px 32px rgba(18,48,80,.11)!important;backdrop-filter:saturate(135%) blur(10px)!important;-webkit-backdrop-filter:saturate(135%) blur(10px)!important}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-nav{min-height:68px!important}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-brand-copy strong{color:#0a3159!important}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-brand-copy small{color:#6e8194!important}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-logo{background:#eef6fc!important;border-color:#dbe7f0!important;box-shadow:none!important}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a{color:#29435e!important}
body[data-tenant="visocarte"] .vc-platform-menu a.is-active{position:relative;font-weight:950!important}
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu a.is-active{color:#fff!important;background:rgba(31,172,246,.13)!important}
body[data-tenant="visocarte"] .vc-platform-menu a.is-active::after{content:"";position:absolute;left:12px;right:12px;bottom:3px;height:2px;border-radius:999px;background:#55cfff;box-shadow:0 0 12px rgba(85,207,255,.42)}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a.is-active{color:#0874bd!important;background:#eaf6ff!important}
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a.is-active::after{background:#0b8ed8!important;box-shadow:none!important}
body[data-tenant="visocarte"] .vc-platform-mobile-account,body[data-tenant="visocarte"] .vc46-account-drawer{display:none!important}
@media(max-width:900px){
 body[data-tenant="visocarte"] .vc-platform-nav{width:min(1180px,calc(100vw - 22px))!important;max-width:calc(100vw - 22px)!important;min-height:72px!important}
 body[data-tenant="visocarte"] .vc-platform-mobile-actions{display:flex!important;align-items:center!important;margin-left:auto!important;gap:0!important}
 body[data-tenant="visocarte"] .vc-platform-menu-toggle{display:flex!important;width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(3,28,63,.72)!important;box-shadow:0 10px 26px rgba(0,0,0,.14)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
 body[data-tenant="visocarte"] .vc-platform-menu-toggle span{background:#fff!important}
 body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu-toggle{background:#f4f8fb!important;border-color:#d9e5ee!important;box-shadow:none!important}
 body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu-toggle span{background:#173c5f!important}
 body[data-tenant="visocarte"] .vc-platform-menu{position:fixed!important;z-index:1003!important;top:0!important;bottom:0!important;left:0!important;right:auto!important;width:min(86vw,340px)!important;height:100dvh!important;padding:88px 16px 24px!important;display:flex!important;flex-direction:column!important;gap:7px!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;background:#061a35!important;border-right:1px solid #15395f!important;border-radius:0 25px 25px 0!important;box-shadow:24px 0 70px rgba(0,0,0,.34)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;transform:translateX(-104%)!important;transition:transform .30s cubic-bezier(.22,.8,.25,1)!important}
 body[data-tenant="visocarte"] .vc-platform-menu.is-open{transform:translateX(0)!important}
 body[data-tenant="visocarte"] .vc-platform-menu a{width:100%!important;min-height:50px!important;padding:10px 12px!important;border-radius:14px!important;display:flex!important;align-items:center!important;gap:11px!important;color:#eaf4fd!important;background:transparent!important;border:1px solid transparent!important;box-shadow:none!important;opacity:1!important;transform:none!important}
 body[data-tenant="visocarte"] .vc-platform-menu a:hover{background:#0b294d!important;border-color:#17466f!important}
 body[data-tenant="visocarte"] .vc-platform-menu .vc46-nav-icon{display:grid!important;width:34px!important;height:34px!important;flex:0 0 34px!important;place-items:center!important;border-radius:11px!important;background:#0c3159!important;color:#67ceff!important}
 body[data-tenant="visocarte"] .vc-platform-menu .vc46-nav-icon svg{width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important}
 body[data-tenant="visocarte"] .vc-platform-menu a.is-active{background:#0b3c6c!important;border-color:#165c91!important;color:#fff!important;box-shadow:inset 3px 0 #4fcaff!important}
 body[data-tenant="visocarte"] .vc-platform-menu a.is-active::after{display:none!important}
 body[data-tenant="visocarte"] .vc-platform-menu a.is-active .vc46-nav-icon{background:#0e568d!important;color:#8ce1ff!important}
 body[data-tenant="visocarte"] .vc-platform-menu .vc-platform-login{margin-top:12px!important;min-height:48px!important;justify-content:center!important;color:#fff!important;background:linear-gradient(180deg,#18aef7,#0878d8)!important;border-color:transparent!important;box-shadow:0 12px 26px rgba(0,126,218,.22)!important}
 body[data-tenant="visocarte"] .vc-platform-menu-overlay,body[data-tenant="visocarte"] [data-platform-menu-overlay]{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgba(2,10,24,.55)!important}
}
@media(max-width:620px){body[data-tenant="visocarte"] .vc-platform-nav{width:calc(100vw - 18px)!important;max-width:calc(100vw - 18px)!important}body[data-tenant="visocarte"] .vc-platform-brand-copy small{display:none!important}body[data-tenant="visocarte"] .vc-platform-menu{width:min(88vw,330px)!important;padding-top:82px!important}}


/* ==========================================================
   V20.46.17 · DEFINITIVE VISOCARTE HEADER
   The platform body can be data-tenant="public" while
   data-theme="visocarte". Target the theme, not only tenant.
   ========================================================== */

body[data-theme="visocarte"] .vc-platform-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:1200!important;
  background:transparent!important;
  border-bottom:1px solid transparent!important;
  box-shadow:none!important;
  transition:background .28s ease,border-color .28s ease,box-shadow .28s ease!important;
}

/* At the top: header visually belongs to the Hero */
body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-brand-copy strong{
  color:#fff!important;
}
body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-brand-copy small{
  color:rgba(222,237,249,.86)!important;
}
body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu a{
  color:#eff8ff!important;
}
body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-logo{
  background:rgba(4,29,65,.54)!important;
  border-color:rgba(255,255,255,.14)!important;
}

/* After scrolling: fixed white navigation */
body[data-theme="visocarte"] .vc-platform-header.is-scrolled{
  background:rgba(255,255,255,.985)!important;
  border-bottom-color:#e2e9f0!important;
  box-shadow:0 12px 34px rgba(15,45,76,.11)!important;
  backdrop-filter:saturate(135%) blur(12px)!important;
  -webkit-backdrop-filter:saturate(135%) blur(12px)!important;
}
body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-nav{
  min-height:68px!important;
}
body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-brand-copy strong{
  color:#0a3159!important;
}
body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-brand-copy small{
  color:#718294!important;
}
body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-logo{
  background:#eef6fc!important;
  border-color:#dae6ef!important;
  box-shadow:none!important;
}
body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a{
  color:#29435d!important;
}

/* Active tab */
body[data-theme="visocarte"] .vc-platform-menu a.is-active{
  position:relative!important;
  font-weight:950!important;
}
body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu a.is-active{
  color:#fff!important;
  background:rgba(31,172,246,.13)!important;
}
body[data-theme="visocarte"] .vc-platform-menu a.is-active::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:11px!important;
  right:11px!important;
  bottom:3px!important;
  height:2px!important;
  border-radius:999px!important;
  background:#56d0ff!important;
  box-shadow:0 0 12px rgba(86,208,255,.45)!important;
}
body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a.is-active{
  color:#0872ba!important;
  background:#eaf6ff!important;
}
body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a.is-active::after{
  background:#0a8dd8!important;
  box-shadow:none!important;
}

/* All platform heroes share the Home visual language */
body[data-theme="visocarte"] :is(
  .vc47-page-hero,
  .vc49-page-hero,
  .vc50-contact-hero,
  .vc51-demo-hero,
  .vc51-faq-hero,
  .vcx-page-hero,
  .viso-page-hero
){
  background:
    radial-gradient(circle at 74% 38%,rgba(40,178,255,.28),transparent 27%),
    radial-gradient(circle at 12% 85%,rgba(0,87,184,.20),transparent 35%),
    linear-gradient(125deg,#021127 0%,#072554 48%,#0b4e93 100%)!important;
}

/* Home card section: remove instructional/technical caption gap */
body[data-page="home"] .vc46-showcase-caption{
  display:none!important;
}
body[data-page="home"] .vc46-card-copy .vc46-checks span{
  text-transform:none!important;
  letter-spacing:0!important;
}

/* Mobile header: one crisp menu button */
@media(max-width:900px){
  body[data-theme="visocarte"] .vc-platform-header{
    position:fixed!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu-toggle{
    display:flex!important;
  }
  body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu-toggle{
    background:#f4f8fb!important;
    border-color:#d9e5ee!important;
  }
  body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu-toggle span{
    background:#183d60!important;
  }

  body[data-theme="visocarte"] .vc-platform-menu{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    filter:none!important;
    background:#061a35!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu a.is-active::after{
    display:none!important;
  }
}

/* Ensure anchor sections are not hidden behind fixed header */
body[data-theme="visocarte"] section[id]{
  scroll-margin-top:88px;
}


/* ==========================================================
   V20.46.18 · HOME STICKY HEADER + MOBILE NAV INTERACTION FIX
   ========================================================== */

/* One single active style everywhere:
   soft translucent pill, no underline / no yellow bar. */
body[data-theme="visocarte"] .vc-platform-menu a.is-active,
body[data-tenant="visocarte"] .vc-platform-menu a.is-active{
  position:relative!important;
  font-weight:950!important;
  border-radius:999px!important;
}
body[data-theme="visocarte"] .vc-platform-menu a.is-active::after,
body[data-tenant="visocarte"] .vc-platform-menu a.is-active::after{
  display:none!important;
  content:none!important;
}
body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu a.is-active,
body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu a.is-active{
  background:rgba(255,255,255,.11)!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.13)!important;
}
body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a.is-active,
body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu a.is-active{
  background:#eaf5fd!important;
  color:#0a72b9!important;
  box-shadow:inset 0 0 0 1px #d5eaf8!important;
}

/* Definitive fixed behavior on Home too */
body[data-page="home"] .vc-platform-header,
body[data-theme="visocarte"][data-page="home"] .vc-platform-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:1200!important;
}
body[data-page="home"] .vc-platform-header:not(.is-scrolled){
  background:transparent!important;
  border-bottom-color:transparent!important;
  box-shadow:none!important;
}
body[data-page="home"] .vc-platform-header.is-scrolled{
  background:rgba(255,255,255,.985)!important;
  border-bottom:1px solid #e3e9f0!important;
  box-shadow:0 12px 34px rgba(17,47,78,.10)!important;
}

/* Mobile menu: make it actually clickable by fixing z-index/pointer-events */
@media(max-width:900px){
  body[data-theme="visocarte"] .vc-platform-header,
  body[data-tenant="visocarte"] .vc-platform-header{
    z-index:1500!important;
  }

  body[data-theme="visocarte"] .vc-platform-mobile-actions,
  body[data-tenant="visocarte"] .vc-platform-mobile-actions{
    position:relative!important;
    z-index:1605!important;
    pointer-events:auto!important;
  }

  body[data-theme="visocarte"] .vc-platform-menu-toggle,
  body[data-tenant="visocarte"] .vc-platform-menu-toggle{
    position:relative!important;
    z-index:1606!important;
    pointer-events:auto!important;
    cursor:pointer!important;
    touch-action:manipulation!important;
  }

  /* Animated hamburger -> X */
  body[data-theme="visocarte"] .vc-platform-menu-toggle span,
  body[data-tenant="visocarte"] .vc-platform-menu-toggle span{
    position:absolute!important;
    left:50%!important;
    width:18px!important;
    height:2px!important;
    margin:0!important;
    border-radius:999px!important;
    transform-origin:center!important;
    transition:transform .24s ease,opacity .2s ease,top .24s ease!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu-toggle span:nth-child(1),
  body[data-tenant="visocarte"] .vc-platform-menu-toggle span:nth-child(1){
    top:14px!important;
    transform:translateX(-50%)!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu-toggle span:nth-child(2),
  body[data-tenant="visocarte"] .vc-platform-menu-toggle span:nth-child(2){
    top:21px!important;
    transform:translateX(-50%)!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu-toggle span:nth-child(3),
  body[data-tenant="visocarte"] .vc-platform-menu-toggle span:nth-child(3){
    top:28px!important;
    transform:translateX(-50%)!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu-toggle.is-open span:nth-child(1),
  body[data-tenant="visocarte"] .vc-platform-menu-toggle.is-open span:nth-child(1){
    top:21px!important;
    transform:translateX(-50%) rotate(45deg)!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu-toggle.is-open span:nth-child(2),
  body[data-tenant="visocarte"] .vc-platform-menu-toggle.is-open span:nth-child(2){
    opacity:0!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu-toggle.is-open span:nth-child(3),
  body[data-tenant="visocarte"] .vc-platform-menu-toggle.is-open span:nth-child(3){
    top:21px!important;
    transform:translateX(-50%) rotate(-45deg)!important;
  }

  /* Drawer above every hero/decorative layer */
  body[data-theme="visocarte"] .vc-platform-menu,
  body[data-tenant="visocarte"] .vc-platform-menu{
    z-index:1602!important;
    pointer-events:none!important;
    visibility:hidden!important;
    opacity:0!important;
    transform:translateX(-104%)!important;
    transition:transform .30s cubic-bezier(.22,.8,.25,1),opacity .20s ease,visibility .20s ease!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu.is-open,
  body[data-tenant="visocarte"] .vc-platform-menu.is-open{
    pointer-events:auto!important;
    visibility:visible!important;
    opacity:1!important;
    transform:translateX(0)!important;
  }

  /* Every nav item must receive pointer events */
  body[data-theme="visocarte"] .vc-platform-menu a,
  body[data-tenant="visocarte"] .vc-platform-menu a{
    position:relative!important;
    z-index:1!important;
    pointer-events:auto!important;
    cursor:pointer!important;
    touch-action:manipulation!important;
  }

  /* Mobile active item = one simple translucent row */
  body[data-theme="visocarte"] .vc-platform-menu a.is-active,
  body[data-tenant="visocarte"] .vc-platform-menu a.is-active{
    border-radius:14px!important;
    background:#0b3b69!important;
    color:#fff!important;
    box-shadow:inset 3px 0 #49c9ff!important;
  }

  /* Overlay must sit below drawer but above page, clickable to close */
  body[data-theme="visocarte"] .vc-platform-menu-overlay,
  body[data-theme="visocarte"] [data-platform-menu-overlay],
  body[data-tenant="visocarte"] .vc-platform-menu-overlay,
  body[data-tenant="visocarte"] [data-platform-menu-overlay]{
    position:fixed!important;
    inset:0!important;
    z-index:1600!important;
    pointer-events:none!important;
    opacity:0!important;
    visibility:hidden!important;
    transition:opacity .2s ease,visibility .2s ease!important;
  }
  body.vc54-menu-open .vc-platform-menu-overlay,
  body.vc54-menu-open [data-platform-menu-overlay]{
    pointer-events:auto!important;
    opacity:1!important;
    visibility:visible!important;
  }

  /* prevent hero pseudo layers from blocking touches */
  body[data-theme="visocarte"] .vc46-grid,
  body[data-theme="visocarte"] .vc46-orbit,
  body[data-theme="visocarte"] .vc47-bg-grid,
  body[data-theme="visocarte"] .vc49-bg-grid,
  body[data-theme="visocarte"] .vc50-contact-grid-bg,
  body[data-theme="visocarte"] .vc51-demo-grid-bg{
    pointer-events:none!important;
  }
}

/* small screens */
@media(max-width:620px){
  body[data-theme="visocarte"] .vc-platform-menu,
  body[data-tenant="visocarte"] .vc-platform-menu{
    width:min(88vw,330px)!important;
  }
}

/* accessibility */
@media(prefers-reduced-motion:reduce){
  .vc-platform-menu-toggle span,
  .vc-platform-menu{
    transition:none!important;
  }
}


/* ==========================================================
   V20.46.19 · ONE MOBILE DRAWER ONLY
   Home-style drawer reused everywhere.
   ========================================================== */

.vc55-drawer-head,
.vc55-drawer-label,
.vc55-drawer-secondary,
.vc55-drawer-spacer,
.vc55-drawer-promo,
.vc55-drawer-login,
.vc55-drawer-close,
.vc55-menu-overlay{
  display:none;
}

/* Desktop primary nav remains the familiar horizontal header. */
@media(min-width:901px){
  .vc55-drawer-primary{
    display:contents;
  }
  .vc-platform-menu > .vc-platform-login{
    display:inline-flex;
  }
}

/* Mobile: one single drawer, styled after the original Home "Espace VisoCarte". */
@media(max-width:900px){
  body.vc55-menu-open{
    overflow:hidden!important;
  }

  .vc-platform-header{
    z-index:1700!important;
  }

  .vc-platform-mobile-actions,
  .vc-platform-menu-toggle{
    position:relative!important;
    z-index:1710!important;
    pointer-events:auto!important;
  }

  .vc-platform-menu{
    display:flex!important;
    position:fixed!important;
    z-index:1720!important;
    top:0!important;
    right:0!important;
    left:auto!important;
    bottom:0!important;
    width:min(89vw,370px)!important;
    height:100dvh!important;
    padding:18px!important;
    flex-direction:column!important;
    gap:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;

    background:linear-gradient(180deg,#03152f 0%,#061f42 68%,#082d58 100%)!important;
    border:0!important;
    border-left:1px solid rgba(255,255,255,.09)!important;
    border-radius:26px 0 0 26px!important;
    box-shadow:-28px 0 80px rgba(0,0,0,.38)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;

    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
    transform:translateX(105%)!important;
    transition:transform .32s cubic-bezier(.22,.8,.25,1)!important;
  }

  .vc-platform-menu.is-open{
    pointer-events:auto!important;
    transform:translateX(0)!important;
  }

  .vc55-drawer-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:2px 2px 18px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .vc55-drawer-brand{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
  }
  .vc55-drawer-logo{
    width:44px;height:44px;flex:0 0 44px;
    border-radius:14px;
    overflow:hidden;
    background:#0b315d;
    border:1px solid rgba(255,255,255,.10);
  }
  .vc55-drawer-logo img{width:100%;height:100%;object-fit:cover}
  .vc55-drawer-brand strong{
    display:block;
    color:#fff;
    font-size:10px;
    letter-spacing:.10em;
  }
  .vc55-drawer-brand small{
    display:block;
    margin-top:4px;
    color:#8fa9c3;
    font-size:7.5px;
  }
  .vc55-drawer-close{
    display:grid;
    place-items:center;
    width:38px;height:38px;flex:0 0 38px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:12px;
    background:rgba(255,255,255,.055);
    color:#d9e9f7;
    cursor:pointer;
  }
  .vc55-drawer-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}

  .vc55-drawer-label{
    display:block;
    margin:17px 7px 8px;
    color:#6f91af;
    font-size:7px;
    font-weight:950;
    letter-spacing:.16em;
    text-transform:uppercase;
  }

  .vc55-drawer-primary{
    display:grid;
    gap:5px;
  }
  .vc55-drawer-primary>a,
  .vc55-drawer-secondary>a{
    display:flex!important;
    align-items:center!important;
    gap:11px!important;
    width:100%!important;
    min-height:48px!important;
    padding:8px 10px!important;
    border-radius:14px!important;
    border:1px solid transparent!important;
    color:#dbeaf7!important;
    background:transparent!important;
    box-shadow:none!important;
    text-decoration:none!important;
    pointer-events:auto!important;
    opacity:1!important;
    transform:none!important;
    transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
  }
  .vc55-drawer-primary>a:hover,
  .vc55-drawer-secondary>a:hover{
    background:rgba(255,255,255,.055)!important;
    border-color:rgba(94,201,255,.10)!important;
    transform:translateX(-2px)!important;
  }

  .vc-platform-menu .vc46-nav-icon{
    width:36px!important;height:36px!important;flex:0 0 36px!important;
    display:grid!important;place-items:center!important;
    border-radius:11px!important;
    background:rgba(24,145,220,.11)!important;
    color:#5dc9ff!important;
  }
  .vc-platform-menu .vc46-nav-icon svg{
    width:18px!important;height:18px!important;
    fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;
  }

  .vc55-drawer-primary>a.is-active,
  .vc55-drawer-secondary>a.is-active{
    background:linear-gradient(90deg,rgba(14,111,184,.34),rgba(13,84,146,.18))!important;
    border-color:rgba(69,192,249,.18)!important;
    color:#fff!important;
    box-shadow:inset 3px 0 #52cdff!important;
  }
  .vc55-drawer-primary>a.is-active::after,
  .vc55-drawer-secondary>a.is-active::after{
    display:none!important;
    content:none!important;
  }
  .vc55-drawer-primary>a.is-active .vc46-nav-icon,
  .vc55-drawer-secondary>a.is-active .vc46-nav-icon{
    background:rgba(38,174,244,.18)!important;
    color:#8bddff!important;
  }

  .vc55-drawer-secondary{
    display:grid;
    gap:6px;
  }
  .vc55-drawer-secondary>a>span:last-child{
    min-width:0;
  }
  .vc55-drawer-secondary strong{
    display:block;
    color:inherit;
    font-size:10px;
  }
  .vc55-drawer-secondary small{
    display:block;
    margin-top:3px;
    color:#829db6;
    font-size:7.5px;
  }

  .vc55-drawer-spacer{
    display:block;
    flex:1 0 16px;
    min-height:16px;
  }

  .vc55-drawer-promo{
    display:block;
    position:relative;
    overflow:hidden;
    margin-top:14px;
    padding:15px;
    border-radius:18px;
    background:
      radial-gradient(circle at 88% 10%,rgba(66,201,255,.20),transparent 32%),
      linear-gradient(145deg,#0a345f,#0b4f88);
    border:1px solid rgba(103,207,255,.13);
    color:#fff;
  }
  .vc55-promo-icon{
    width:34px;height:34px;border-radius:11px;
    display:grid;place-items:center;
    margin-bottom:10px;
    background:rgba(103,210,255,.13);
    color:#73dbff;
  }
  .vc55-promo-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9}
  .vc55-drawer-promo small{
    display:block;
    color:#74d6ff;
    font-size:6.5px;
    font-weight:950;
    letter-spacing:.14em;
  }
  .vc55-drawer-promo strong{
    display:block;
    margin-top:6px;
    font-size:12px;
    line-height:1.35;
  }
  .vc55-drawer-promo p{
    margin:6px 0 11px;
    color:#a9c5dc;
    font-size:8px;
    line-height:1.5;
  }
  .vc55-drawer-promo>a{
    display:inline-flex!important;
    align-items:center!important;
    gap:6px!important;
    min-height:0!important;
    width:auto!important;
    padding:0!important;
    color:#83ddff!important;
    background:none!important;
    border:0!important;
    font-size:8px!important;
    font-weight:900!important;
  }

  .vc55-drawer-login{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    min-height:48px!important;
    margin-top:10px!important;
    padding:12px 15px!important;
    border-radius:14px!important;
    background:linear-gradient(180deg,#18aef7,#0878d8)!important;
    color:#fff!important;
    border:0!important;
    box-shadow:0 12px 28px rgba(0,126,218,.20)!important;
  }
  .vc55-drawer-login svg{
    width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;
  }

  /* Overlay is always dark/transparent, never white. */
  .vc55-menu-overlay{
    display:block;
    position:fixed;
    z-index:1715;
    inset:0;
    width:100%;
    height:100%;
    padding:0;
    border:0;
    background:rgba(2,10,24,.58);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease,visibility .22s ease;
  }
  .vc55-menu-overlay.is-visible{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  /* hamburger animation */
  .vc-platform-menu-toggle span{
    transition:transform .22s ease,opacity .18s ease,top .22s ease!important;
  }
  .vc-platform-menu-toggle.is-open span:nth-child(1){
    top:21px!important;
    transform:translateX(-50%) rotate(45deg)!important;
  }
  .vc-platform-menu-toggle.is-open span:nth-child(2){opacity:0!important}
  .vc-platform-menu-toggle.is-open span:nth-child(3){
    top:21px!important;
    transform:translateX(-50%) rotate(-45deg)!important;
  }
}

@media(max-width:420px){
  .vc-platform-menu{
    width:92vw!important;
    border-radius:22px 0 0 22px!important;
    padding:15px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .vc-platform-menu,.vc55-menu-overlay,.vc-platform-menu-toggle span{
    transition:none!important;
  }
}


/* ==========================================================
   V20.46.20 · RESOURCES MOBILE + HEADER CONSISTENCY
   ========================================================== */

/* MOBILE HEADER:
   white surface, blue hamburger icon, same on Home and all pages */
@media(max-width:900px){
  body[data-theme="visocarte"] .vc-platform-header,
  body[data-tenant="visocarte"] .vc-platform-header{
    background:rgba(255,255,255,.985)!important;
    border-bottom:1px solid #e2e9f0!important;
    box-shadow:0 9px 28px rgba(15,45,76,.08)!important;
    backdrop-filter:saturate(135%) blur(10px)!important;
    -webkit-backdrop-filter:saturate(135%) blur(10px)!important;
  }

  body[data-theme="visocarte"] .vc-platform-brand-copy strong,
  body[data-tenant="visocarte"] .vc-platform-brand-copy strong{
    color:#0a3159!important;
  }
  body[data-theme="visocarte"] .vc-platform-brand-copy small,
  body[data-tenant="visocarte"] .vc-platform-brand-copy small{
    color:#718294!important;
  }
  body[data-theme="visocarte"] .vc-platform-logo,
  body[data-tenant="visocarte"] .vc-platform-logo{
    background:#eef6fc!important;
    border-color:#dae6ef!important;
    box-shadow:none!important;
  }

  body[data-theme="visocarte"] .vc-platform-menu-toggle,
  body[data-tenant="visocarte"] .vc-platform-menu-toggle{
    background:#fff!important;
    border:1px solid #d9e6ef!important;
    box-shadow:0 7px 18px rgba(12,78,123,.08)!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu-toggle span,
  body[data-tenant="visocarte"] .vc-platform-menu-toggle span{
    background:#0a82d0!important;
  }

  /* ONE direction only for the public site drawer: RIGHT -> LEFT */
  body[data-theme="visocarte"] .vc-platform-menu,
  body[data-tenant="visocarte"] .vc-platform-menu{
    left:auto!important;
    right:0!important;
    transform:translateX(105%)!important;
    border-radius:26px 0 0 26px!important;
    border-left:1px solid rgba(255,255,255,.09)!important;
    border-right:0!important;
    box-shadow:-28px 0 80px rgba(0,0,0,.38)!important;
  }
  body[data-theme="visocarte"] .vc-platform-menu.is-open,
  body[data-tenant="visocarte"] .vc-platform-menu.is-open{
    transform:translateX(0)!important;
  }
}

/* RESOURCE HERO — mobile:
   convert the overlapping 3D floating cards into a clean horizontal rail. */
@media(max-width:700px){
  .vc49-resources-hero .vc49-hero-grid{
    gap:22px!important;
  }

  .vc49-resources-hero .vc49-resource-visual{
    min-height:0!important;
    height:auto!important;
    display:flex!important;
    align-items:stretch!important;
    gap:12px!important;
    margin:8px -14px 0!important;
    padding:4px 14px 18px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
    perspective:none!important;
  }
  .vc49-resources-hero .vc49-resource-visual::-webkit-scrollbar{
    display:none!important;
  }

  .vc49-resources-hero .vc49-floating-doc,
  .vc49-resources-hero .vc49-resource-center{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    animation:none!important;
    flex:0 0 min(76vw,290px)!important;
    width:auto!important;
    height:auto!important;
    min-height:156px!important;
    border-radius:20px!important;
    scroll-snap-align:start!important;
  }

  .vc49-resources-hero .vc49-resource-center{
    order:-1!important;
    justify-content:flex-start!important;
    align-items:flex-start!important;
    padding:18px!important;
    text-align:left!important;
    background:linear-gradient(145deg,rgba(7,37,79,.95),rgba(7,80,147,.88))!important;
  }

  .vc49-resources-hero .vc49-resource-center-icon{
    width:46px!important;
    height:46px!important;
    border-radius:14px!important;
  }
  .vc49-resources-hero .vc49-resource-center-icon svg{
    width:23px!important;
    height:23px!important;
  }
  .vc49-resources-hero .vc49-resource-center b{
    margin-top:12px!important;
    font-size:16px!important;
  }
  .vc49-resources-hero .vc49-resource-center small{
    font-size:9px!important;
  }

  .vc49-resources-hero .vc49-floating-doc{
    padding:17px!important;
    background:linear-gradient(145deg,rgba(7,34,72,.94),rgba(7,60,112,.86))!important;
    border-color:rgba(255,255,255,.12)!important;
  }

  .vc49-resources-hero .vc49-floating-doc strong{
    font-size:13px!important;
  }
  .vc49-resources-hero .vc49-floating-doc small{
    font-size:9px!important;
    line-height:1.5!important;
  }

  /* hide the large orbit behind cards on small screens */
  .vc49-resources-hero .vc49-orbit{
    display:none!important;
  }

  /* pills below CTA become a clean horizontal row */
  .vc49-resources-hero .vc49-resource-pills{
    margin-left:-4px!important;
    margin-right:-4px!important;
    padding:2px 4px 4px!important;
  }
}

/* Main resources library cards:
   preserve comfortable width and prevent narrow squashing. */
@media(max-width:700px){
  .vc49-resource-grid{
    gap:12px!important;
    padding-bottom:10px!important;
  }
  .vc49-resource-card{
    flex:0 0 min(84vw,330px)!important;
    min-height:265px!important;
    padding:21px!important;
    border-radius:22px!important;
  }
  .vc49-resource-card h3{
    font-size:18px!important;
  }
  .vc49-resource-card p{
    font-size:12px!important;
    line-height:1.65!important;
  }
  .vc49-resource-card a{
    left:21px!important;
    bottom:18px!important;
  }
}

/* Extra small screen */
@media(max-width:430px){
  .vc49-resources-hero .vc49-resource-visual{
    margin-left:-10px!important;
    margin-right:-10px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .vc49-resources-hero .vc49-floating-doc,
  .vc49-resources-hero .vc49-resource-center{
    flex-basis:82vw!important;
  }
}


/* ==========================================================
   V20.46.21 · MOBILE HERO HEADER
   Transparent over the hero, white only after scrolling.
   ========================================================== */
@media(max-width:900px){
  /* Top of page: the header belongs visually to the Hero. */
  body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled),
  body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled){
    background:transparent!important;
    border-bottom-color:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-brand-copy strong,
  body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-brand-copy strong{
    color:#fff!important;
  }
  body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-brand-copy small,
  body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-brand-copy small{
    color:rgba(220,236,249,.82)!important;
  }
  body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-logo,
  body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-logo{
    background:rgba(4,29,65,.52)!important;
    border-color:rgba(255,255,255,.14)!important;
    box-shadow:0 8px 24px rgba(0,0,0,.13)!important;
  }

  /* Menu button stays readable on the dark blue Hero. */
  body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu-toggle,
  body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu-toggle{
    background:rgba(255,255,255,.96)!important;
    border-color:rgba(255,255,255,.88)!important;
    box-shadow:0 8px 24px rgba(0,0,0,.14)!important;
  }
  body[data-theme="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu-toggle span,
  body[data-tenant="visocarte"] .vc-platform-header:not(.is-scrolled) .vc-platform-menu-toggle span{
    background:#0a82d0!important;
  }

  /* After scroll: white fixed navigation. */
  body[data-theme="visocarte"] .vc-platform-header.is-scrolled,
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled{
    background:rgba(255,255,255,.985)!important;
    border-bottom:1px solid #e2e9f0!important;
    box-shadow:0 9px 28px rgba(15,45,76,.09)!important;
    backdrop-filter:saturate(135%) blur(10px)!important;
    -webkit-backdrop-filter:saturate(135%) blur(10px)!important;
  }

  body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-brand-copy strong,
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-brand-copy strong{
    color:#0a3159!important;
  }
  body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-brand-copy small,
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-brand-copy small{
    color:#718294!important;
  }
  body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-logo,
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-logo{
    background:#eef6fc!important;
    border-color:#dae6ef!important;
    box-shadow:none!important;
  }
  body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu-toggle,
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu-toggle{
    background:#fff!important;
    border-color:#d9e6ef!important;
    box-shadow:0 7px 18px rgba(12,78,123,.07)!important;
  }
  body[data-theme="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu-toggle span,
  body[data-tenant="visocarte"] .vc-platform-header.is-scrolled .vc-platform-menu-toggle span{
    background:#0a82d0!important;
  }

  /* Smooth visual transition without moving the header. */
  body[data-theme="visocarte"] .vc-platform-header,
  body[data-tenant="visocarte"] .vc-platform-header{
    transition:
      background .28s ease,
      border-color .28s ease,
      box-shadow .28s ease,
      backdrop-filter .28s ease!important;
  }
  body[data-theme="visocarte"] .vc-platform-logo,
  body[data-theme="visocarte"] .vc-platform-menu-toggle,
  body[data-theme="visocarte"] .vc-platform-brand-copy strong,
  body[data-theme="visocarte"] .vc-platform-brand-copy small{
    transition:
      background .28s ease,
      color .28s ease,
      border-color .28s ease,
      box-shadow .28s ease!important;
  }
}


/* ==========================================================
   V20.46.22 · ADAPTIVE MOBILE DRAWER
   Dark over Hero, light over white/scrolled pages.
   ========================================================== */

.vc55-drawer-footer{display:none}

@media(max-width:900px){
  /* Keep one visual surface, avoid white "cut-out" corners */
  .vc-platform-menu{
    border-radius:24px 0 0 24px!important;
    overflow:hidden!important;
    isolation:isolate!important;
  }

  /* Drawer internal scroll area */
  .vc55-drawer-primary,
  .vc55-drawer-secondary{
    flex:0 0 auto;
  }

  .vc55-drawer-spacer{
    flex:1 1 auto!important;
    min-height:14px!important;
  }

  .vc55-drawer-footer{
    display:block;
    position:sticky;
    bottom:-1px;
    z-index:6;
    margin:10px -18px -18px;
    padding:12px 18px 16px;
    background:linear-gradient(180deg,rgba(3,21,47,0) 0%,#041a36 22%,#041a36 100%);
  }

  /* Close control: no harsh white square */
  .vc55-drawer-close{
    width:38px!important;
    height:38px!important;
    border-radius:50%!important;
    background:rgba(28,159,228,.12)!important;
    border:1px solid rgba(94,207,255,.18)!important;
    color:#78d8ff!important;
    box-shadow:none!important;
  }
  .vc55-drawer-close:hover{
    background:rgba(28,159,228,.19)!important;
  }

  /* DARK MODE — drawer opened while still on Hero */
  body:not(.vc55-nav-light) .vc-platform-menu{
    background:linear-gradient(180deg,#03152f 0%,#061f42 70%,#082a52 100%)!important;
    color:#fff!important;
  }
  body:not(.vc55-nav-light) .vc55-drawer-brand strong{color:#fff!important}
  body:not(.vc55-nav-light) .vc55-drawer-brand small{color:#8fa9c3!important}
  body:not(.vc55-nav-light) .vc55-drawer-label{color:#6f91af!important}
  body:not(.vc55-nav-light) .vc55-drawer-primary>a,
  body:not(.vc55-nav-light) .vc55-drawer-secondary>a{
    color:#dbeaf7!important;
  }
  body:not(.vc55-nav-light) .vc55-drawer-secondary small{color:#829db6!important}
  body:not(.vc55-nav-light) .vc55-drawer-primary>a.is-active,
  body:not(.vc55-nav-light) .vc55-drawer-secondary>a.is-active{
    background:linear-gradient(90deg,rgba(15,119,194,.34),rgba(10,80,139,.18))!important;
    border-color:rgba(75,194,247,.18)!important;
    color:#fff!important;
    box-shadow:inset 3px 0 #54ceff!important;
  }

  /* LIGHT MODE — when page has scrolled onto white content */
  body.vc55-nav-light .vc-platform-menu{
    background:linear-gradient(180deg,#ffffff 0%,#f8fbfe 76%,#f2f7fb 100%)!important;
    border-left:1px solid #dce7f0!important;
    box-shadow:-26px 0 70px rgba(22,56,88,.18)!important;
    color:#173653!important;
  }
  body.vc55-nav-light .vc55-drawer-head{
    border-bottom-color:#e5edf4!important;
  }
  body.vc55-nav-light .vc55-drawer-logo{
    background:#eef6fc!important;
    border-color:#dae7f1!important;
  }
  body.vc55-nav-light .vc55-drawer-brand strong{
    color:#0a3159!important;
  }
  body.vc55-nav-light .vc55-drawer-brand small{
    color:#71869a!important;
  }
  body.vc55-nav-light .vc55-drawer-label{
    color:#8093a6!important;
  }

  body.vc55-nav-light .vc55-drawer-primary>a,
  body.vc55-nav-light .vc55-drawer-secondary>a{
    color:#2c4964!important;
    background:transparent!important;
    border-color:transparent!important;
  }
  body.vc55-nav-light .vc55-drawer-primary>a:hover,
  body.vc55-nav-light .vc55-drawer-secondary>a:hover{
    background:#eef6fc!important;
    border-color:#dcecf7!important;
  }

  body.vc55-nav-light .vc-platform-menu .vc46-nav-icon{
    background:#eaf5fc!important;
    color:#0a82d0!important;
  }
  body.vc55-nav-light .vc55-drawer-secondary small{
    color:#7d90a4!important;
  }

  /* Active item on light pages: blue tint, never a white block */
  body.vc55-nav-light .vc55-drawer-primary>a.is-active,
  body.vc55-nav-light .vc55-drawer-secondary>a.is-active{
    background:linear-gradient(90deg,#e7f5ff,#f4faff)!important;
    border-color:#cfe8f8!important;
    color:#0b6fae!important;
    box-shadow:inset 3px 0 #159ee4!important;
  }
  body.vc55-nav-light .vc55-drawer-primary>a.is-active .vc46-nav-icon,
  body.vc55-nav-light .vc55-drawer-secondary>a.is-active .vc46-nav-icon{
    background:#dff2fd!important;
    color:#087fc6!important;
  }

  /* Light close button */
  body.vc55-nav-light .vc55-drawer-close{
    background:#eef7fd!important;
    border-color:#d4e9f6!important;
    color:#087fc6!important;
  }

  /* Footer adapts with page state */
  body.vc55-nav-light .vc55-drawer-footer{
    background:linear-gradient(180deg,rgba(248,251,254,0) 0%,#f8fbfe 22%,#f8fbfe 100%)!important;
  }

  /* Promo: less bulky and more premium */
  .vc55-drawer-promo{
    margin-top:0!important;
    padding:13px 14px!important;
    border-radius:17px!important;
  }
  .vc55-drawer-promo p{
    margin-bottom:9px!important;
  }

  body.vc55-nav-light .vc55-drawer-promo{
    background:
      radial-gradient(circle at 90% 8%,rgba(35,175,240,.11),transparent 30%),
      linear-gradient(145deg,#edf7fd,#f8fbfe)!important;
    border-color:#d8eaf6!important;
    color:#173653!important;
  }
  body.vc55-nav-light .vc55-drawer-promo small{
    color:#0d83ca!important;
  }
  body.vc55-nav-light .vc55-drawer-promo strong{
    color:#143653!important;
  }
  body.vc55-nav-light .vc55-drawer-promo p{
    color:#6d8296!important;
  }
  body.vc55-nav-light .vc55-drawer-promo>a{
    color:#087cc0!important;
  }
  body.vc55-nav-light .vc55-promo-icon{
    background:#e2f3fc!important;
    color:#0a82d0!important;
  }

  /* Bottom login CTA: integrated, not visually detached */
  .vc55-drawer-login{
    margin-top:9px!important;
    min-height:45px!important;
    border-radius:13px!important;
  }
  body.vc55-nav-light .vc55-drawer-login{
    background:linear-gradient(180deg,#129ee9,#0874c8)!important;
    box-shadow:0 10px 24px rgba(9,120,196,.18)!important;
    color:#fff!important;
  }

  /* Overlay is lighter over white content, but never blurry */
  body.vc55-nav-light .vc55-menu-overlay{
    background:rgba(15,37,58,.34)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  /* Small screens: footer remains compact */
  @media(max-height:700px){
    .vc55-drawer-promo p{display:none!important}
    .vc55-drawer-promo{padding:11px 12px!important}
    .vc55-drawer-login{min-height:42px!important}
  }
}


/* V20.46.25 · Unified portrait */
.vc47-card-photo img{
  object-fit:cover!important;
  object-position:center 25%!important;
}

/* Keep flip faces stable and readable during rotation */
.vc47-card-scene{
  transform-style:preserve-3d!important;
}
.vc47-card-face{
  backface-visibility:hidden!important;
  -webkit-backface-visibility:hidden!important;
}
