
:root{
  --ink:#052f52;--ink2:#083e69;--blue:#0d91fc;--cyan:#35b9ff;--ice:#edf7ff;
  --soft:#f6fafe;--white:#fff;--text:#2a3c50;--muted:#65778a;--line:#d9e8f5;
  --shadow:0 20px 55px rgba(5,47,82,.11);--shadow-sm:0 10px 28px rgba(5,47,82,.07);
  --max:1240px;--radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.62;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 42px));margin-inline:auto}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px;border-radius:8px}
.brand-banner{background:linear-gradient(180deg,#f7fbff,#fff);overflow:hidden}
.brand-banner img{width:100%;height:clamp(112px,16.67vw,220px);object-fit:contain;object-position:center;background:#f7fbff}
.navbar{position:sticky;top:0;z-index:100;background:linear-gradient(90deg,#052b49,#063b67);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.nav-inner{min-height:66px;display:flex;align-items:center;gap:22px;position:relative}
.nav-home{font-size:18px;font-weight:850;text-decoration:none;margin-right:auto;white-space:nowrap;letter-spacing:.01em}
.nav-links{display:flex;align-items:center;gap:24px;white-space:nowrap}
.nav-links>a,.nav-item>a{color:#fff;text-decoration:none;font-size:15px;font-weight:750;padding:9px 0}
.nav-links>a:hover,.nav-item>a:hover{color:#aee0ff}
.nav-item{position:relative}
.dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);min-width:310px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:9px;box-shadow:0 22px 55px rgba(2,35,60,.22);display:none}
.dropdown a{display:block;text-decoration:none;color:var(--ink);padding:11px 13px;border-radius:10px;font-weight:700;white-space:normal}
.dropdown a:hover{background:var(--ice);color:var(--ink)}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{display:block}
.nav-cta{background:#fff;color:var(--ink)!important;padding:11px 17px!important;border-radius:999px;box-shadow:0 5px 15px rgba(0,0,0,.12)}
.menu-btn{display:none;margin-left:auto;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45);border-radius:9px;padding:8px 11px;font-weight:750}

.hero{position:relative;padding:78px 0 72px;background:linear-gradient(180deg,#eef8ff 0%,#fff 91%);overflow:hidden}
.hero::before{content:"";position:absolute;inset:auto -10% 5% auto;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(53,185,255,.14),transparent 68%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:52px;align-items:center;position:relative}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:850;font-size:13px;color:var(--blue);margin-bottom:10px}
h1,h2,h3{color:var(--ink);margin-top:0}
h1{font-size:clamp(42px,5.2vw,70px);line-height:1.03;margin-bottom:21px;letter-spacing:-.035em}
h2{font-size:clamp(31px,4vw,47px);line-height:1.12;margin-bottom:17px;letter-spacing:-.025em}
h3{font-size:22px;line-height:1.25;margin-bottom:10px}
.lead{font-size:19px;max-width:900px}
.subline{font-size:clamp(22px,2.5vw,31px);line-height:1.3;color:var(--blue);font-weight:800;margin-bottom:20px}
.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--blue);color:#fff;border:2px solid var(--blue);border-radius:11px;padding:13px 20px;font-weight:850;transition:.18s ease}
.btn:hover{transform:translateY(-2px);filter:brightness(.98);box-shadow:0 10px 24px rgba(13,145,252,.22)}
.btn.dark{background:var(--ink);border-color:var(--ink)}
.btn.light{background:#fff;color:var(--ink);border-color:#bfdcf0}
.btn.small{padding:10px 15px;font-size:14px}

.hero-bridge{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.hero-bridge::after{content:"";position:absolute;right:-65px;bottom:-70px;width:190px;height:190px;border-radius:50%;background:linear-gradient(135deg,rgba(13,145,252,.22),rgba(53,185,255,.03))}
.bridge-title{font-weight:850;font-size:20px;color:var(--ink);margin-bottom:18px}
.bridge-list{display:grid;gap:13px;position:relative;z-index:1}
.bridge-item{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:13px 15px;border-radius:15px;background:#f7fbff;border:1px solid #e0eef8}
.bridge-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--blue),#045e9f);display:grid;place-items:center;color:#fff;font-weight:900;font-size:18px}
.language-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:19px;position:relative;z-index:1}.language-row span{padding:7px 11px;border-radius:999px;background:#edf7ff;color:var(--ink);font-weight:750;font-size:14px}

.section{padding:78px 0}.section.soft{background:var(--soft)}.section.dark{background:linear-gradient(135deg,#052944,#063b67);color:#e8f4ff}.section.dark h2,.section.dark h3{color:#fff}
.section-intro{font-size:18px;max-width:920px;margin-bottom:34px}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:25px;box-shadow:var(--shadow-sm)}
.card.accent{border-top:4px solid var(--blue)}
.card p:last-child{margin-bottom:0}
.card-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:850;color:var(--blue);margin-bottom:8px}
.stat-line{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.stat-line:last-child{border-bottom:0}.stat-badge{flex:0 0 46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),#045e9f);color:#fff;font-weight:900}

.product-teasers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}
.product-teaser{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-height:330px;transition:.2s ease}
.product-teaser:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-logo-box{height:112px;display:flex;align-items:center;justify-content:center;padding:8px;margin-bottom:10px}.product-logo-box img{max-height:96px;max-width:100%;object-fit:contain}
.product-teaser p{flex:1}.product-chip{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:var(--ice);color:var(--ink);font-size:12px;font-weight:800;margin-bottom:9px}

.sales-panel{margin-top:34px;border-radius:25px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:#fff}.sales-panel img{width:100%;height:auto}

.timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;position:relative}.timeline::before{content:"";position:absolute;left:7%;right:7%;top:31px;height:3px;background:linear-gradient(90deg,#35b9ff,#0d91fc,#075b9a);z-index:0}.timeline-step{position:relative;z-index:1;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 18px 21px;box-shadow:var(--shadow-sm)}.timeline-number{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--blue),#045e9f);font-size:16px;font-weight:900;margin-bottom:14px;box-shadow:0 8px 18px rgba(13,145,252,.23)}

.solution-map{margin-top:35px;border:1px solid var(--line);border-radius:27px;padding:28px;background:linear-gradient(180deg,#fff,#f4faff);box-shadow:var(--shadow);position:relative;overflow:hidden}
.solution-map::before{content:"";position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(13,145,252,.15),transparent 70%)}
.map-head{text-align:center;position:relative;z-index:1}.map-head .map-core{display:inline-flex;align-items:center;gap:10px;background:var(--ink);color:#fff;border-radius:999px;padding:11px 18px;font-weight:850;margin-top:8px}
.map-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:26px;position:relative;z-index:1}
.map-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;min-height:240px;display:flex;flex-direction:column}.map-card img{height:78px;object-fit:contain;margin:auto auto 13px}.map-card p{font-size:14px}.map-card strong{color:var(--ink);font-size:17px}
.map-note{text-align:center;margin-top:21px;font-weight:750;color:var(--ink);position:relative;z-index:1}
.integration-band{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.integration-item{background:#edf7ff;border:1px solid #d7eaf8;border-radius:15px;padding:15px;text-align:center;font-weight:750;color:var(--ink)}

/* Product pages */
.product-hero{padding:58px 0 64px;position:relative;overflow:hidden}
.product-hero .hero-grid{gap:44px}
.product-mark{display:flex;align-items:center;min-height:120px;margin-bottom:18px}.product-mark img{max-height:128px;max-width:min(620px,92vw);object-fit:contain}
.product-visual{border-radius:25px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.product-visual img{width:100%;height:auto}
.product-tags{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0}.product-tags span{padding:7px 11px;border-radius:999px;background:#edf7ff;color:var(--ink);font-size:13px;font-weight:800;border:1px solid #d7eaf8}
.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.feature-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:var(--blue)}.feature-card strong{display:block;color:var(--ink);font-size:18px;margin-bottom:7px}.feature-card span{font-size:15px;color:var(--text)}
.flow-band{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;margin-top:28px}.flow-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;text-align:center;box-shadow:var(--shadow-sm);position:relative}.flow-card .num{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--ice);color:var(--blue);font-weight:900;margin:0 auto 10px}.flow-card strong{display:block;color:var(--blue);font-size:17px;margin-bottom:7px}.flow-card span{font-size:14px}
.video-shell{margin-top:30px;background:#061f36;border-radius:26px;padding:12px;box-shadow:0 24px 65px rgba(2,37,64,.22)}.video-shell video{display:block;width:100%;border-radius:17px;background:#000}.video-caption{font-size:14px;color:var(--muted);margin-top:12px}.video-caption strong{color:var(--ink)}

.corienta-page .product-hero{background:linear-gradient(135deg,#f2faff,#fff)}
.corienta-page .feature-card:nth-child(1)::before,.corienta-page .feature-card:nth-child(5)::before{background:#34b7ff}
.corienta-page .feature-card:nth-child(2)::before,.corienta-page .feature-card:nth-child(6)::before{background:#0d91fc}
.corienta-page .feature-card:nth-child(3)::before,.corienta-page .feature-card:nth-child(7)::before{background:#0870bf}
.corienta-page .feature-card:nth-child(4)::before,.corienta-page .feature-card:nth-child(8)::before{background:#054e87}

.wscp-page{background:#fff}.wscp-page .product-hero{background:radial-gradient(circle at 72% 25%,#0c4d80 0,#062b4a 42%,#031d32 100%);color:#dbefff}.wscp-page .product-hero h1,.wscp-page .product-hero h2,.wscp-page .product-hero h3{color:#fff}.wscp-page .product-hero .eyebrow{color:#5ac9ff}.wscp-page .product-tags span{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.18);color:#fff}.wscp-page .product-visual{border-color:rgba(255,255,255,.16);background:#041e34}.wscp-process{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-top:28px}.wscp-step{padding:16px 12px;background:#061f36;border:1px solid #144e78;border-radius:15px;color:#dbefff;text-align:center}.wscp-step strong{display:block;color:#54c6ff;font-size:14px;margin-bottom:6px}.wscp-step span{font-size:12px}.wscp-page .feature-card{background:linear-gradient(180deg,#fff,#f7fbff)}

.objentra-page .product-hero{background:linear-gradient(135deg,#fff,#f5f9ff)}
.document-pipeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:11px;margin-top:27px}.doc-step{background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px;text-align:center;box-shadow:var(--shadow-sm)}.doc-step strong{display:block;color:#7a4bb7;margin-bottom:7px}.doc-step span{font-size:13px}.objentra-page .feature-card::before{background:linear-gradient(90deg,#0d91fc,#7447af)}

.individual-page .product-hero{background:linear-gradient(135deg,#f2faff,#fff)}
.individual-orbit{background:#fff;border:1px solid var(--line);border-radius:25px;padding:24px;box-shadow:var(--shadow);display:grid;gap:15px}.orbit-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.orbit-node{padding:13px 11px;border-radius:13px;text-align:center;background:#edf7ff;border:1px solid #d7eaf8;color:var(--ink);font-weight:800;font-size:13px}.orbit-core{margin:2px auto;width:190px;height:92px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),#034b82);color:#fff;font-weight:900;text-align:center;box-shadow:0 12px 30px rgba(13,145,252,.25)}
.process-image{margin-top:30px;border-radius:25px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.process-image img{width:100%}

/* About / Sales */
.about-hero{background:linear-gradient(135deg,#f3faff,#fff)}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pillar{background:#fff;border:1px solid var(--line);border-radius:19px;padding:23px;box-shadow:var(--shadow-sm)}.pillar .round{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),#045e9f);color:#fff;font-weight:900;font-size:18px;margin-bottom:14px}
.sales-page .hero{padding-bottom:44px}.sales-page .sales-panel{margin-top:0}.sales-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.sales-step{padding:19px;background:#fff;border-radius:17px;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.sales-step strong{display:block;color:var(--blue);font-size:18px;margin-bottom:6px}

/* Contact / legal */
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:38px;align-items:start}.contact-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:block;font-weight:750;color:var(--ink);margin-bottom:6px}input,select,textarea{width:100%;font:inherit;padding:12px 13px;border:1px solid #bfd1df;border-radius:9px;margin-bottom:16px;background:#fff}textarea{min-height:160px;resize:vertical}.check{display:flex;gap:10px;font-weight:400;color:var(--text)}.check input{width:auto;margin-top:5px}.legal h2{margin-top:35px}.legal h3{margin-top:24px}.legal p,.legal li{max-width:1000px}

.cta{padding:62px 0;text-align:center;background:linear-gradient(135deg,#052944,#063b67);color:#dcefff}.cta h2{color:#fff}.cta p{max-width:820px;margin:0 auto 24px}
.footer{background:#041c31;color:#d7e3ed;padding:38px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer h3{color:#fff}.footer a{color:#fff;text-decoration:none}.footer a:hover{text-decoration:underline}.footer small{display:block;margin-top:25px;color:#9eb2c2}

[data-reveal]{opacity:1;transform:none}.js [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.js [data-reveal].is-visible{opacity:1;transform:none}

@media(max-width:1120px){
  .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#063b67;padding:16px;flex-direction:column;align-items:stretch;gap:4px;white-space:normal;box-shadow:0 18px 35px rgba(0,0,0,.22)}
  .nav-links.open{display:flex}.nav-links>a,.nav-item>a{display:block;padding:11px 13px;border-radius:9px}.nav-links>a:hover,.nav-item>a:hover{background:rgba(255,255,255,.11);color:#fff}
  .dropdown{display:block;position:static;transform:none;box-shadow:none;background:transparent;border:0;min-width:0;padding:2px 0 2px 16px}.dropdown a{color:#d8edff;background:transparent;padding:8px 12px}.dropdown a:hover{background:rgba(255,255,255,.08);color:#fff}
  .nav-cta{display:block;text-align:center;margin-top:12px}.menu-btn{display:block}.hero-grid,.contact-grid{grid-template-columns:1fr}.hero-bridge{max-width:760px}.product-teasers,.map-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-band{grid-template-columns:repeat(3,minmax(0,1fr))}.wscp-process{grid-template-columns:repeat(4,minmax(0,1fr))}.document-pipeline{grid-template-columns:repeat(3,minmax(0,1fr))}.timeline{grid-template-columns:repeat(2,1fr)}.timeline::before{display:none}
}
@media(max-width:760px){
  .container{width:min(var(--max),calc(100% - 28px))}.brand-banner img{height:104px}.nav-inner{min-height:58px}.nav-home{font-size:16px}.hero,.section{padding:52px 0}.product-hero{padding:42px 0 50px}h1{font-size:clamp(37px,11vw,52px)}h2{font-size:clamp(29px,8.6vw,39px)}.lead{font-size:17px}
  .grid-2,.grid-3,.grid-4,.product-teasers,.map-grid,.feature-grid,.pillars,.sales-process,.integration-band,.footer-grid,.form-row{grid-template-columns:1fr}.flow-band,.wscp-process,.document-pipeline{grid-template-columns:1fr}.timeline{grid-template-columns:1fr}.product-teaser{min-height:auto}.orbit-row{grid-template-columns:1fr}.product-mark{justify-content:center}.product-mark img{max-height:105px}.video-shell{padding:7px;border-radius:18px}.video-shell video{border-radius:12px}.solution-map{padding:20px}.footer{padding:32px 0}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}[data-reveal]{opacity:1;transform:none}}

/* V3.0 RC2 CLEAN – restore the stronger predecessor header presentation */
.brand-banner{
  width:100%;
  margin:0;
  padding:0;
  background:#fff;
  overflow:hidden;
}
.brand-banner a{
  display:block;
  width:100%;
  line-height:0;
}
.brand-banner img{
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:initial;
  object-position:center;
  margin:0;
  padding:0;
  background:#fff;
}

/* Keep the navigation visually attached to the banner, as in the better predecessor. */
.navbar{margin-top:0}

@media(max-width:760px){
  .brand-banner{height:118px}
  .brand-banner img{
    width:100%;
    height:118px;
    object-fit:cover;
    object-position:center 58%;
  }
}

/* RC3 additions: integrate newly approved about/sales graphics more cleanly */
.media-split{align-items:center;gap:30px}
.media-highlight{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.media-highlight img{display:block;width:100%;height:auto}
.media-highlight figcaption{padding:14px 18px;font-size:14px;line-height:1.55;color:var(--muted);background:#fff}
.top-gap{margin-top:28px}
.sales-panel.media-highlight{background:#fff}
.sales-panel.media-highlight img{aspect-ratio:auto}
@media(max-width:760px){
  .media-highlight figcaption{padding:12px 14px;font-size:13px}
}

/* RC4 – stronger product-page and image placements based on user review */
.product-brand-visual{display:flex;align-items:center;justify-content:center;min-height:320px;padding:28px;background:linear-gradient(180deg,#ffffff,#f5fbff)}
.product-brand-visual img{max-width:min(100%,560px);max-height:220px;object-fit:contain}
.wscp-page .product-brand-visual{background:linear-gradient(180deg,#0a365a,#04233b)}
.wscp-page .product-brand-visual img{filter:drop-shadow(0 14px 28px rgba(0,0,0,.24))}
.product-poster-section{padding:30px 0 12px}
.product-poster-shell{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.product-poster-shell img{width:100%;height:auto;display:block}
.product-poster-copy{padding:18px 22px 22px}
.product-poster-copy .eyebrow{margin-bottom:8px}
.product-poster-copy p{margin:0;max-width:900px}
.dark-poster .product-poster-shell{background:#07243c;border-color:#174a73}
.dark-poster .product-poster-copy{background:#07243c;color:#dcefff}
.dark-poster .product-poster-copy h2,.dark-poster .product-poster-copy h3{color:#fff}
.dark-poster .product-poster-copy .eyebrow{color:#69d1ff}
.dark-poster .product-poster-copy p{color:#dcefff}
.fullwidth-visual{margin-top:30px;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.fullwidth-visual img{display:block;width:100%;height:auto}
.fullwidth-visual figcaption{padding:16px 20px;font-size:15px;color:var(--muted);background:#fff}
.hero-side-note{margin-top:18px;font-size:15px;color:var(--muted)}
.wscp-page .hero-side-note{color:#cfe7fb}

.individual-solution-board{display:grid;gap:14px;background:#fff;border:1px solid var(--line);border-radius:25px;padding:24px;box-shadow:var(--shadow)}
.solution-board-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.solution-board-item{padding:14px 12px;border-radius:15px;background:#eef8ff;border:1px solid #d7eaf8;color:var(--ink);font-weight:800;text-align:center;font-size:14px;line-height:1.35}
.solution-board-core{padding:22px;border-radius:22px;background:linear-gradient(135deg,var(--blue),#034b82);color:#fff;text-align:center;box-shadow:0 14px 34px rgba(13,145,252,.24)}
.solution-board-core strong{display:block;font-size:24px;line-height:1.15;margin-bottom:8px}
.solution-board-core span{display:block;font-size:15px;line-height:1.55;max-width:440px;margin:0 auto}

.language-band{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:center}
.language-visual{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:24px;box-shadow:0 18px 40px rgba(0,0,0,.16)}
.language-map{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}
.language-node{background:rgba(255,255,255,.94);color:var(--ink);border-radius:18px;padding:16px 14px;text-align:center}
.language-node strong{display:block;font-size:17px;margin-bottom:6px;color:var(--ink)}
.language-node span{font-size:13px;color:var(--muted)}
.language-flow{display:flex;gap:10px;flex-wrap:wrap}
.language-flow span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.14);font-weight:750;font-size:14px}
.language-text-card{background:rgba(255,255,255,.95);color:var(--text);border-radius:24px;padding:26px;box-shadow:var(--shadow)}
.language-text-card h3{margin-bottom:10px}
.language-text-card p:last-child{margin-bottom:0}

@media(max-width:1120px){
  .language-band{grid-template-columns:1fr}
}
@media(max-width:760px){
  .product-brand-visual{min-height:220px;padding:20px}
  .product-brand-visual img{max-height:160px}
  .product-poster-copy{padding:16px}
  .solution-board-grid{grid-template-columns:1fr}
  .solution-board-core strong{font-size:21px}
  .language-map{grid-template-columns:1fr}
}


/* RC7 – product pages follow logo → benefit → functions → product graphic */
.product-hero-compact .product-hero-inner{max-width:980px}
.product-hero-compact .product-mark{min-height:0;margin-bottom:22px}
.product-hero-compact .product-mark img{max-width:min(100%,720px);max-height:none;width:auto;height:auto}
.product-hero-compact .lead{max-width:920px}
.product-hero-compact .button-row{flex-wrap:wrap}
.product-hero-compact .hero-side-note{max-width:880px}
.poster-caption{margin:0;padding:18px 22px 22px;color:var(--muted);background:#fff;font-size:15px;line-height:1.6}
.dark-poster .poster-caption{background:#07243c;color:#dcefff}
@media(max-width:760px){.product-hero-compact .product-mark img{max-width:100%}.poster-caption{padding:16px}}

/* V3.1 final polish */
:root{--max:1200px}
body{overflow-x:hidden}
img{max-width:100%}
.brand-banner{width:100%;background:#f7fbff}
.brand-banner img{width:100%;max-width:none;object-fit:cover;object-position:center}
.product-mark.wave-mark{justify-content:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px 26px;box-shadow:var(--shadow-sm);overflow:hidden}
.product-mark.wave-mark img{width:min(100%,980px);height:auto;max-height:235px;object-fit:contain}
.product-poster-shell,.fullwidth-visual,.video-shell{max-width:100%;overflow:hidden}
.product-poster-shell img,.fullwidth-visual img,.video-shell video{max-width:100%;height:auto}
.icon-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px}
.icon-feature{background:#fff;border:1px solid var(--line);border-radius:18px;padding:19px;box-shadow:var(--shadow-sm)}
.icon-feature .mini-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#eaf6ff;color:#087dcc;font-weight:900;font-size:18px;margin-bottom:12px}
.icon-feature strong{display:block;color:var(--ink);margin-bottom:5px}
.icon-feature span{font-size:14px;color:var(--muted)}
.footer-brand-wave{position:relative;background:linear-gradient(180deg,#f7fbff 0%,#eaf6ff 100%);padding:18px 0 36px;overflow:hidden}
.footer-brand-wave:after{content:"";position:absolute;left:-3%;right:-3%;bottom:-18px;height:56px;background:linear-gradient(90deg,#77c7ff,#078df0 42%,#003b80 86%);border-radius:50% 50% 0 0/35% 35% 0 0;transform:rotate(-1deg)}
.footer-brand-inner{width:min(var(--max),calc(100% - 40px));margin:auto;position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-start}
.footer-brand-inner img{width:310px;max-width:58vw;height:auto;display:block;border-radius:10px}
.footer{padding-top:30px}
.solution-visual{margin-top:28px}
.sales-hero-visual{margin-top:28px}
.about-feature-visual{margin-top:28px}
@media(max-width:1120px){.icon-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-mark.wave-mark img{max-height:190px}}
@media(max-width:760px){.brand-banner img{object-fit:cover}.product-mark.wave-mark{padding:14px}.product-mark.wave-mark img{max-height:none}.icon-feature-grid{grid-template-columns:1fr}.footer-brand-inner{width:calc(100% - 28px)}.footer-brand-inner img{width:250px;max-width:85vw}.footer-brand-wave{padding-bottom:30px}.fullwidth-visual,.product-poster-shell{border-radius:18px}.nav-links>a:hover,.nav-item>a:hover,.dropdown a:hover{background:#0a568d!important;color:#fff!important}.nav-cta{padding-left:18px!important;padding-right:18px!important}}

/* V3.1.2 footer integration */
.footer-primary{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start}
.footer-company-copy h3{margin-top:0;margin-bottom:8px}
.footer-company-copy p{margin:0}
.footer-inline-brand{display:flex;align-items:flex-start;gap:14px;min-width:0;padding-top:2px}
.footer-brand-bars{display:flex;align-items:flex-end;gap:5px;flex:0 0 auto;height:52px}
.footer-brand-bars span{display:block;width:16px;border-radius:3px 3px 0 0;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.footer-brand-bars span:nth-child(1){height:30px;background:linear-gradient(180deg,#58b5ff 0%,#2f8ef3 100%)}
.footer-brand-bars span:nth-child(2){height:40px;background:linear-gradient(180deg,#2f8ef3 0%,#1768db 100%)}
.footer-brand-bars span:nth-child(3){height:52px;background:linear-gradient(180deg,#0b3f9c 0%,#082f7d 100%)}
.footer-brand-bars span:nth-child(4){height:44px;background:linear-gradient(180deg,#0a357f 0%,#07265d 100%)}
.footer-brand-copy{display:flex;flex-direction:column;gap:6px;min-width:0}
.footer-brand-name{font-size:26px;line-height:1.02;font-weight:800;letter-spacing:.01em;color:#fff}
.footer-brand-tag{font-size:11px;line-height:1.35;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#a8d6ff;max-width:330px}
.footer .language-row{margin-top:16px}
.footer .language-row span{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.14)}
.footer small{display:block;margin-top:25px;color:#9eb2c2}
@media(max-width:760px){
  .footer-primary{grid-template-columns:1fr;gap:14px}
  .footer-inline-brand{padding-top:0}
  .footer-brand-name{font-size:22px}
  .footer-brand-tag{font-size:10px;letter-spacing:.14em}
}


/* V3.1.5 footer correction: small integrated brand at far left */
.footer-grid{grid-template-columns:minmax(0,2.2fr) minmax(150px,.9fr) minmax(130px,.8fr);gap:34px;align-items:start}
.footer-primary{display:grid;grid-template-columns:210px minmax(0,1fr);gap:18px;align-items:start}
.footer-inline-brand{display:flex;align-items:flex-start;gap:10px;max-width:210px;min-width:0;padding-top:4px;margin:0}
.footer-brand-bars{display:flex;align-items:flex-end;gap:4px;flex:0 0 auto;height:36px}
.footer-brand-bars span{display:block;width:10px;border-radius:2px 2px 0 0;box-shadow:none}
.footer-brand-bars span:nth-child(1){height:20px;background:linear-gradient(180deg,#5fc0ff 0%,#3799f7 100%)}
.footer-brand-bars span:nth-child(2){height:27px;background:linear-gradient(180deg,#3799f7 0%,#1e72df 100%)}
.footer-brand-bars span:nth-child(3){height:36px;background:linear-gradient(180deg,#0f459f 0%,#0a347d 100%)}
.footer-brand-bars span:nth-child(4){height:30px;background:linear-gradient(180deg,#0d3b86 0%,#08295f 100%)}
.footer-brand-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.footer-brand-name{font-size:15px;line-height:1.06;font-weight:600;letter-spacing:.01em;color:#eef7ff;white-space:nowrap}
.footer-brand-tag{font-size:7.8px;line-height:1.18;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b8dbff;white-space:nowrap;max-width:none}
.footer-company-copy h3{display:none}
.footer-company-copy{padding-top:1px}
.footer-company-copy p{margin:0;max-width:520px}
.footer .language-row{margin-top:14px}
.footer .language-row span{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.14)}
@media(max-width:1080px){
  .footer-primary{grid-template-columns:190px minmax(0,1fr);gap:16px}
  .footer-inline-brand{max-width:190px}
  .footer-brand-name{font-size:14px}
  .footer-brand-tag{font-size:7.2px;letter-spacing:.06em}
}
@media(max-width:760px){
  .footer-grid{grid-template-columns:1fr}
  .footer-primary{grid-template-columns:1fr;gap:12px}
  .footer-inline-brand{max-width:220px;padding-top:0}
  .footer-brand-name{font-size:16px}
  .footer-brand-tag{font-size:8px;white-space:normal}
}


/* V3.1.6 footer final positioning */
.footer-grid{grid-template-columns:minmax(0,2.45fr) minmax(150px,.8fr) minmax(140px,.8fr);gap:40px;align-items:start}
.footer-primary{display:grid;grid-template-columns:248px minmax(0,1fr);gap:26px;align-items:center}
.footer-inline-brand{display:flex;align-items:flex-start;justify-content:flex-start;gap:10px;width:248px;max-width:248px;min-width:248px;margin:0;padding:2px 0 0 0;overflow:hidden}
.footer-brand-bars{display:flex;align-items:flex-end;gap:4px;flex:0 0 auto;height:34px}
.footer-brand-bars span{display:block;width:9px;border-radius:2px 2px 0 0;box-shadow:none}
.footer-brand-bars span:nth-child(1){height:18px;background:linear-gradient(180deg,#58b5ff 0%,#2f8ef3 100%)}
.footer-brand-bars span:nth-child(2){height:24px;background:linear-gradient(180deg,#2f8ef3 0%,#1768db 100%)}
.footer-brand-bars span:nth-child(3){height:34px;background:linear-gradient(180deg,#0b3f9c 0%,#082f7d 100%)}
.footer-brand-bars span:nth-child(4){height:28px;background:linear-gradient(180deg,#0b3b88 0%,#06295d 100%)}
.footer-brand-copy{display:flex;flex-direction:column;gap:3px;min-width:0;white-space:nowrap}
.footer-brand-name{font-size:14px;line-height:1.04;font-weight:600;letter-spacing:.01em;color:#eef7ff;white-space:nowrap}
.footer-brand-tag{font-size:6.6px;line-height:1.1;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b8dbff;white-space:nowrap;max-width:none}
.footer-company-copy{padding-top:0;margin:0}
.footer-company-copy h3{display:none!important}
.footer-company-copy p{margin:0;max-width:360px;font-size:15px;line-height:1.48}
.footer .language-row{margin-top:14px}
.footer .language-row span{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.14)}
@media(max-width:1180px){
  .footer-grid{grid-template-columns:minmax(0,1.9fr) minmax(135px,.9fr) minmax(135px,.9fr);gap:32px}
  .footer-primary{grid-template-columns:220px minmax(0,1fr);gap:20px}
  .footer-inline-brand{width:220px;max-width:220px;min-width:220px}
  .footer-brand-name{font-size:13px}
  .footer-brand-tag{font-size:6.2px}
  .footer-company-copy p{font-size:14px;max-width:330px}
}
@media(max-width:760px){
  .footer-grid{grid-template-columns:1fr;gap:26px}
  .footer-primary{grid-template-columns:1fr;gap:12px;align-items:start}
  .footer-inline-brand{width:230px;max-width:230px;min-width:0}
  .footer-brand-name{font-size:15px}
  .footer-brand-tag{font-size:6.8px;white-space:nowrap}
  .footer-company-copy p{max-width:none;font-size:15px}
}


/* V3.1.7 integrated product brand marks */
.product-mark.clean-mark{justify-content:flex-start;min-height:0;margin-bottom:18px;padding:0;background:transparent;border:0;box-shadow:none;overflow:visible}
.product-mark.clean-mark img{display:block;width:auto;height:auto;max-width:min(100%,700px);max-height:165px;object-fit:contain}
.product-hero-compact .product-mark.clean-mark img{max-width:min(100%,660px);max-height:160px}
.product-brand-mark{position:relative}
.product-poster-copy .eyebrow{margin-bottom:6px}
@media(max-width:1120px){
  .product-mark.clean-mark img{max-height:145px}
  .product-hero-compact .product-mark.clean-mark img{max-height:138px}
}
@media(max-width:760px){
  .product-mark.clean-mark{margin-bottom:14px}
  .product-mark.clean-mark img,.product-hero-compact .product-mark.clean-mark img{max-width:100%;max-height:110px}
}


/* V3.1.8: larger integrated product wave logos, no visible card */
.product-mark.integrated-wave-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:0;
  margin:0 auto 26px;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
}
.product-mark.integrated-wave-mark img{
  display:block;
  width:min(100%,940px);
  max-width:940px;
  height:auto;
  max-height:none;
  object-fit:contain;
  margin:0 auto;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
.product-hero-compact .product-mark.integrated-wave-mark img{width:min(100%,920px);max-width:920px;max-height:none}
.wscp-page .product-mark.integrated-wave-mark{margin-top:-4px}
.wscp-page .product-mark.integrated-wave-mark img{filter:none;opacity:1}
@media(max-width:1120px){
 .product-mark.integrated-wave-mark img,.product-hero-compact .product-mark.integrated-wave-mark img{width:min(100%,820px);max-width:820px}
}
@media(max-width:760px){
 .product-mark.integrated-wave-mark{margin-bottom:18px}
 .product-mark.integrated-wave-mark img,.product-hero-compact .product-mark.integrated-wave-mark img{width:100%;max-width:100%}
}

/* V3.1.9: WSCP hero logo softer and more integrated on dark background */
.product-mark.wscp-soft-mark{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  min-height:0;
  margin:0 0 18px;
  padding:6px 0 2px;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
}
.product-mark.wscp-soft-mark::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:min(100%,720px);
  height:76%;
  background:radial-gradient(circle at 24% 50%,rgba(255,255,255,.10) 0,rgba(94,201,255,.08) 24%,rgba(10,38,62,0) 68%);
  filter:blur(18px);
  pointer-events:none;
}
.product-mark.wscp-soft-mark img{
  position:relative;
  z-index:1;
  display:block;
  width:min(100%,760px);
  max-width:760px;
  height:auto;
  max-height:none;
  object-fit:contain;
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  filter:drop-shadow(0 14px 30px rgba(0,0,0,.16));
}
.product-hero-compact .product-mark.wscp-soft-mark img{width:min(100%,760px);max-width:760px}
@media(max-width:1120px){
  .product-mark.wscp-soft-mark img,.product-hero-compact .product-mark.wscp-soft-mark img{width:min(100%,670px);max-width:670px}
}
@media(max-width:760px){
  .product-mark.wscp-soft-mark{margin-bottom:16px;padding-top:0}
  .product-mark.wscp-soft-mark::before{width:100%;height:70%}
  .product-mark.wscp-soft-mark img,.product-hero-compact .product-mark.wscp-soft-mark img{width:100%;max-width:100%}
}


/* V3.1.11 WSCP hero: dark integrated logo with one wave */
.wscp-page .product-hero{background:radial-gradient(circle at 72% 25%,#0c4d80 0,#062b4a 42%,#031d32 100%);}
.product-mark.wscp-soft-mark{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:0;margin:0 auto 20px;padding:8px 0 0;background:transparent;border:0;box-shadow:none;overflow:visible}
.product-mark.wscp-soft-mark::before{content:"";position:absolute;inset:8% 8% 24%;background:radial-gradient(circle at 50% 45%,rgba(64,177,255,.12),rgba(3,29,50,0) 68%);filter:blur(18px);pointer-events:none}
.product-mark.wscp-soft-mark img{position:relative;z-index:2;display:block;width:min(100%,780px);max-width:780px;height:auto;margin:0 auto;background:transparent;border:0;box-shadow:none;filter:drop-shadow(0 14px 28px rgba(0,0,0,.18))}
.wscp-single-wave{position:relative;z-index:1;width:min(76%,690px);height:54px;margin:-18px auto 0;overflow:hidden}
.wscp-single-wave::before{content:"";position:absolute;left:3%;right:3%;top:7px;height:34px;border-bottom:7px solid #118df4;border-radius:0 0 50% 50%/0 0 100% 100%;transform:rotate(-1.5deg);filter:drop-shadow(0 3px 0 rgba(46,167,255,.22))}
.wscp-single-wave::after{content:"";position:absolute;left:10%;right:1%;top:14px;height:28px;border-bottom:3px solid #6cc6ff;border-radius:0 0 52% 48%/0 0 100% 100%;transform:rotate(1deg);opacity:.95}
@media(max-width:1120px){.product-mark.wscp-soft-mark img{width:min(100%,700px);max-width:700px}.wscp-single-wave{width:min(82%,620px)}}
@media(max-width:760px){.product-mark.wscp-soft-mark{margin-bottom:16px}.product-mark.wscp-soft-mark img{width:100%;max-width:100%}.wscp-single-wave{width:88%;height:42px;margin-top:-12px}.wscp-single-wave::before{height:27px;border-bottom-width:5px}.wscp-single-wave::after{height:22px;border-bottom-width:2px}}


/* V3.1.13 – WSCP Hero: dunkles Logo mit integrierter einzelner Welle im Stil von Corienta/Objentra */
.wscp-page .product-mark.wscp-integrated-wave-mark{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;margin:-4px auto 22px;padding:0;background:transparent;border:0;box-shadow:none;overflow:visible}
.wscp-page .product-mark.wscp-integrated-wave-mark::before{content:"";position:absolute;inset:6% 12% 18%;background:radial-gradient(circle at 50% 40%,rgba(74,186,255,.13),rgba(3,29,50,0) 70%);filter:blur(20px);pointer-events:none;z-index:0}
.wscp-page .product-mark.wscp-integrated-wave-mark > img{position:relative;z-index:2;display:block;width:min(100%,760px);max-width:760px;height:auto;max-height:none;margin:0 auto;filter:drop-shadow(0 16px 28px rgba(0,0,0,.22))}
.wscp-page .wscp-integrated-wave{position:relative;z-index:1;display:block;width:min(82%,700px);max-width:700px;height:auto;margin:-38px auto 0;transform:translateX(18px);pointer-events:none}
.wscp-page .wscp-integrated-wave img{display:block;width:100%;max-width:none;max-height:none;height:auto;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(18,140,244,.18))}
@media(max-width:1120px){.wscp-page .product-mark.wscp-integrated-wave-mark > img{width:min(100%,700px);max-width:700px}.wscp-page .wscp-integrated-wave{width:min(84%,620px);max-width:620px;margin-top:-34px;transform:translateX(14px)}}
@media(max-width:760px){.wscp-page .product-mark.wscp-integrated-wave-mark{margin-bottom:18px}.wscp-page .product-mark.wscp-integrated-wave-mark::before{inset:6% 6% 16%}.wscp-page .product-mark.wscp-integrated-wave-mark > img{width:100%;max-width:100%}.wscp-page .wscp-integrated-wave{width:92%;max-width:none;margin-top:-20px;transform:translateX(6px)}}

/* V3.1.14 – WSCP Logo und Welle optisch verbunden */
.wscp-page .product-mark.wscp-integrated-wave-mark > img{width:min(100%,760px);max-width:760px;margin:0 auto}
.wscp-page .wscp-integrated-wave{width:min(78%,650px);max-width:650px;margin:-24px auto 0;transform:translateX(10px)}
@media(max-width:1120px){.wscp-page .product-mark.wscp-integrated-wave-mark > img{width:min(100%,700px);max-width:700px}.wscp-page .wscp-integrated-wave{width:min(80%,590px);max-width:590px;margin-top:-22px;transform:translateX(8px)}}
@media(max-width:760px){.wscp-page .wscp-integrated-wave{width:88%;margin-top:-13px;transform:translateX(3px)}}


/* V3.1.15 – finaler WSCP-Markenheader: Logo und Welle als eine gemeinsame Grafik */
.wscp-page .product-mark.wscp-final-mark{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;margin:-6px auto 20px;padding:0;background:transparent;border:0;box-shadow:none;overflow:visible}
.wscp-page .product-mark.wscp-final-mark::before{content:"";position:absolute;inset:8% 11% 12%;background:radial-gradient(circle at 50% 42%,rgba(62,180,255,.11),rgba(3,29,50,0) 72%);filter:blur(18px);pointer-events:none}
.wscp-page .product-mark.wscp-final-mark img{position:relative;z-index:1;display:block;width:min(100%,900px);max-width:900px;height:auto;max-height:none;margin:0 auto;background:transparent;border:0;box-shadow:none;filter:drop-shadow(0 14px 28px rgba(0,0,0,.20))}
@media(max-width:1120px){.wscp-page .product-mark.wscp-final-mark img{width:min(100%,790px);max-width:790px}}
@media(max-width:760px){.wscp-page .product-mark.wscp-final-mark{margin-bottom:16px}.wscp-page .product-mark.wscp-final-mark img{width:100%;max-width:100%}}

/* V3.1.18 – Kontaktformular: sichtbare Versandbestätigung */
.form-status{display:flex;flex-direction:column;gap:6px;margin:0 0 20px;padding:16px 18px;border-radius:14px;font-size:15px;line-height:1.45}
.form-status[hidden]{display:none}
.form-status strong{font-size:16px}
.form-status.success{background:#eef9f3;border:1px solid #9ed6b6;color:#123b28;box-shadow:0 8px 24px rgba(18,59,40,.08)}
.form-status.error{background:#fff4f3;border:1px solid #e7b2ac;color:#6d2721;box-shadow:0 8px 24px rgba(109,39,33,.06)}

/* V3.1.23 – B2B Projekt-Assistent */
.b2b-assistant-launcher{position:fixed;right:22px;bottom:22px;z-index:1500;display:flex;align-items:center;gap:12px;padding:10px 14px 10px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:linear-gradient(135deg,#062b49,#0a4f82);color:#fff;box-shadow:0 16px 42px rgba(3,29,50,.28);cursor:pointer;font:inherit;transition:.22s ease}
.b2b-assistant-launcher:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(3,29,50,.34)}
.b2b-assistant-launcher:focus-visible{outline:3px solid rgba(83,196,255,.42);outline-offset:3px}
.b2b-assistant-orb{position:relative;width:48px;height:48px;flex:0 0 48px;border-radius:50%;background:radial-gradient(circle at 38% 34%,#34c4ff 0,#0d84df 37%,#073b6b 72%,#041f3a 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 8px 22px rgba(0,0,0,.22);overflow:hidden}
.b2b-assistant-bars{position:absolute;left:11px;top:12px;display:flex;align-items:flex-end;gap:3px;height:24px}
.b2b-assistant-bars i{display:block;width:5px;border-radius:2px 2px 0 0;background:linear-gradient(180deg,#8de1ff,#1c8bf0);box-shadow:0 0 8px rgba(74,193,255,.34)}
.b2b-assistant-bars i:nth-child(1){height:12px}.b2b-assistant-bars i:nth-child(2){height:17px}.b2b-assistant-bars i:nth-child(3){height:24px}.b2b-assistant-bars i:nth-child(4){height:20px}
.b2b-assistant-wave{position:absolute;left:6px;right:5px;bottom:7px;height:11px;border-bottom:3px solid #56c7ff;border-radius:0 0 55% 45%/0 0 100% 100%;transform:rotate(-4deg);opacity:.95}
.b2b-assistant-orb::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#d9f6ff;box-shadow:0 0 12px #7bd8ff;left:9px;bottom:8px;animation:b2bPulseTravel 3.4s ease-in-out infinite}
@keyframes b2bPulseTravel{0%,100%{transform:translateX(0);opacity:.55}50%{transform:translateX(25px);opacity:1}}
.b2b-assistant-launcher-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.b2b-assistant-launcher-copy strong{font-size:14px}.b2b-assistant-launcher-copy span{margin-top:3px;font-size:11px;color:#b9d8ec}

.b2b-assistant-backdrop{position:fixed;inset:0;z-index:1590;background:rgba(2,19,33,.48);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:.2s ease}
.b2b-assistant-backdrop.open{opacity:1;pointer-events:auto}
.b2b-assistant-panel{position:fixed;z-index:1600;right:18px;bottom:18px;width:min(720px,calc(100vw - 36px));max-height:min(820px,calc(100vh - 36px));display:flex;flex-direction:column;background:#f8fbfe;border:1px solid #d8e8f3;border-radius:26px;box-shadow:0 28px 80px rgba(2,27,48,.34);overflow:hidden;transform:translateY(22px) scale(.98);opacity:0;pointer-events:none;transition:.22s ease}
.b2b-assistant-panel.open{transform:none;opacity:1;pointer-events:auto}
.b2b-assistant-head{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:18px 20px;background:linear-gradient(135deg,#062943,#083d66 55%,#0a558a);color:#fff}
.b2b-assistant-head .b2b-assistant-orb{width:52px;height:52px;flex-basis:52px}
.b2b-assistant-head h2{margin:0;font-size:18px;color:#fff}.b2b-assistant-head p{margin:4px 0 0;font-size:12px;line-height:1.4;color:#c9e0ef}
.b2b-assistant-close{width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:23px;line-height:1;cursor:pointer}.b2b-assistant-close:hover{background:rgba(255,255,255,.18)}
.b2b-assistant-progress-wrap{position:relative;background:#eef6fb;padding-bottom:22px}.b2b-assistant-progress{height:4px;background:#d9e9f4}.b2b-assistant-progress span{display:block;height:100%;width:16.6%;background:linear-gradient(90deg,#0d8ee8,#46c8ff);transition:width .25s ease}.b2b-assistant-step-label{position:absolute;right:18px;bottom:5px;font-size:10px;font-weight:700;letter-spacing:.04em;color:#688298}
.b2b-assistant-body{overflow:auto;padding:24px 24px 18px}
.b2b-assistant-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#0d8ee8;font-weight:800;margin-bottom:8px}
.b2b-assistant-question{margin:0;color:#082f50;font-size:clamp(22px,3vw,31px);line-height:1.18}.b2b-assistant-help{margin:10px 0 0;color:#547086;font-size:14px;line-height:1.55}
.b2b-assistant-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}
.b2b-assistant-option{position:relative;text-align:left;padding:17px 18px;border:1px solid #d6e5f0;border-radius:17px;background:#fff;color:#0b3656;box-shadow:0 8px 22px rgba(12,65,103,.06);cursor:pointer;transition:.18s ease;font:inherit}
.b2b-assistant-option:hover{transform:translateY(-2px);border-color:#76bde9;box-shadow:0 12px 28px rgba(12,65,103,.11)}
.b2b-assistant-option.selected{border-color:#1294e9;background:linear-gradient(180deg,#f7fcff,#edf8ff);box-shadow:0 0 0 2px rgba(18,148,233,.10),0 12px 28px rgba(12,65,103,.10)}.b2b-assistant-option.selected::after{content:"✓";position:absolute;right:13px;top:12px;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#1294e9;color:#fff;font-size:12px;font-weight:900}
.b2b-assistant-option strong{display:block;font-size:15px;color:#072f4f;margin-bottom:4px}.b2b-assistant-option span{display:block;font-size:12px;line-height:1.45;color:#698095}
.b2b-assistant-option.wide{grid-column:1/-1}
.b2b-assistant-free{margin-top:16px;padding-top:16px;border-top:1px solid #dce9f2}.b2b-assistant-free label{display:block;font-size:12px;font-weight:700;color:#426177;margin-bottom:7px}.b2b-assistant-free textarea,.b2b-assistant-free input,.b2b-assistant-contact input,.b2b-assistant-contact select{width:100%;box-sizing:border-box;border:1px solid #ccddea;border-radius:12px;background:#fff;padding:12px 13px;font:inherit;color:#0d3552;outline:none}.b2b-assistant-free textarea{min-height:92px;resize:vertical}.b2b-assistant-free textarea:focus,.b2b-assistant-free input:focus,.b2b-assistant-contact input:focus,.b2b-assistant-contact select:focus{border-color:#178fd9;box-shadow:0 0 0 3px rgba(23,143,217,.11)}
.b2b-assistant-actions{display:flex;justify-content:space-between;gap:12px;padding:14px 24px 20px;border-top:1px solid #e0ecf4;background:#fff}.b2b-assistant-actions .btn{border:0;cursor:pointer}.b2b-assistant-actions .btn.assistant-back{background:#edf4f8;color:#17415e}.b2b-assistant-actions .btn[disabled]{opacity:.45;cursor:not-allowed}
.b2b-assistant-summary{margin-top:18px;border:1px solid #d7e7f1;border-radius:18px;background:#fff;overflow:hidden}.b2b-assistant-summary-row{display:grid;grid-template-columns:150px 1fr;gap:14px;padding:13px 16px;border-bottom:1px solid #e6eff5;font-size:13px}.b2b-assistant-summary-row:last-child{border-bottom:0}.b2b-assistant-summary-row strong{color:#0b4a76}.b2b-assistant-summary-row span{color:#4d687b;line-height:1.5}
.b2b-assistant-contact{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.b2b-assistant-contact label{font-size:12px;font-weight:700;color:#426177}.b2b-assistant-contact label span{display:block;margin-bottom:6px}.b2b-assistant-contact .full{grid-column:1/-1}.b2b-assistant-privacy{display:flex;gap:9px;align-items:flex-start;margin-top:14px;font-size:12px;line-height:1.45;color:#5f7587}.b2b-assistant-privacy input{margin-top:2px}
.b2b-assistant-note{margin-top:14px;padding:12px 14px;border-radius:13px;background:#edf8ff;border:1px solid #cfe8f7;color:#335d78;font-size:12px;line-height:1.5}
.b2b-assistant-success{padding:28px 10px;text-align:center}.b2b-assistant-success .b2b-assistant-orb{margin:0 auto 18px}.b2b-assistant-success h3{margin:0 0 10px;color:#083453;font-size:27px}.b2b-assistant-success p{margin:0 auto;max-width:520px;color:#5a7588;line-height:1.6}
body.assistant-open{overflow:hidden}
@media(max-width:760px){.b2b-assistant-launcher{right:14px;bottom:14px;padding-right:11px}.b2b-assistant-launcher-copy span{display:none}.b2b-assistant-panel{inset:8px;width:auto;max-height:none;border-radius:20px}.b2b-assistant-body{padding:20px 16px 16px}.b2b-assistant-actions{padding:12px 16px 16px}.b2b-assistant-options{grid-template-columns:1fr}.b2b-assistant-option.wide{grid-column:auto}.b2b-assistant-contact{grid-template-columns:1fr}.b2b-assistant-contact .full{grid-column:auto}.b2b-assistant-summary-row{grid-template-columns:1fr;gap:4px}}

@media(prefers-reduced-motion:reduce){.b2b-assistant-orb::after{animation:none}.b2b-assistant-launcher,.b2b-assistant-panel,.b2b-assistant-backdrop,.b2b-assistant-progress span,.b2b-assistant-option{transition:none}}

/* V3.1.27 – KI-gestützte B2B Pre-Discovery mit Mistral EU */
.b2b-prediscovery-panel{width:min(760px,calc(100vw - 36px));max-height:min(880px,calc(100vh - 36px))}
.b2b-prediscovery-panel .b2b-assistant-head p{max-width:520px}
.b2b-ai-progress{position:relative;height:30px;background:#eef6fb;border-bottom:1px solid #ddeaf3;overflow:hidden}
.b2b-ai-progress::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:#d8e9f4}
.b2b-ai-progress>span{position:absolute;left:0;top:0;height:4px;width:8%;background:linear-gradient(90deg,#0d8ee8,#47c9ff);transition:width .28s ease}
.b2b-ai-progress small{position:absolute;right:18px;bottom:6px;font-size:10px;font-weight:800;letter-spacing:.045em;color:#688298}
.b2b-ai-body{padding:0!important;display:flex;flex-direction:column;min-height:0}
.b2b-ai-chat{padding:22px 22px 8px;overflow:auto;min-height:210px;max-height:360px;scroll-behavior:smooth}
.b2b-ai-message{max-width:86%;margin:0 0 13px;padding:12px 14px;border-radius:16px;font-size:14px;line-height:1.58;box-shadow:0 7px 20px rgba(6,47,79,.06)}
.b2b-ai-message.assistant{background:#fff;border:1px solid #d9e8f2;color:#29485f;border-top-left-radius:5px}
.b2b-ai-message.user{margin-left:auto;background:linear-gradient(135deg,#0b6fb6,#0c8fe7);color:#fff;border-top-right-radius:5px;box-shadow:0 8px 22px rgba(8,111,181,.18)}
.b2b-ai-message-label{font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.09em;font-weight:900;margin-bottom:7px;opacity:.72}
.b2b-ai-message.typing{display:flex;align-items:center;gap:5px;width:68px;padding:14px 16px}.b2b-ai-message.typing .b2b-ai-message-label{display:none}.b2b-ai-message.typing>span{display:block;width:7px;height:7px;border-radius:50%;background:#5ca9d9;animation:b2bTyping 1.15s infinite ease-in-out}.b2b-ai-message.typing>span:nth-child(2){animation-delay:.15s}.b2b-ai-message.typing>span:nth-child(3){animation-delay:.3s}@keyframes b2bTyping{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}
.b2b-ai-facts{margin:6px 22px 0;padding:11px 13px;border-radius:13px;background:#eef8fe;border:1px solid #d2e9f6}.b2b-ai-facts>strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#0d7fc7;margin-bottom:7px}.b2b-ai-facts>div{display:flex;flex-wrap:wrap;gap:6px}.b2b-ai-facts span{display:inline-flex;gap:4px;padding:5px 8px;border-radius:999px;background:#fff;border:1px solid #d4e7f3;color:#4b687c;font-size:11px}.b2b-ai-facts b{color:#0a4f7f}
.b2b-ai-chips{display:flex;flex-wrap:wrap;gap:8px;padding:12px 22px 0}.b2b-ai-chip{border:1px solid #c7dfef;background:#fff;color:#15527c;border-radius:999px;padding:8px 11px;font:inherit;font-size:11px;font-weight:700;cursor:pointer;transition:.18s ease}.b2b-ai-chip:hover{border-color:#43a8e6;background:#f1f9fe;transform:translateY(-1px)}
.b2b-ai-ready{margin:13px 22px 0;padding:12px 14px;border-radius:13px;background:#f1fbf7;border:1px solid #ccebdc;color:#2c6650}.b2b-ai-ready strong,.b2b-ai-ready span{display:block}.b2b-ai-ready strong{font-size:12px}.b2b-ai-ready span{font-size:11px;line-height:1.5;margin-top:3px}
.b2b-ai-composer{margin:16px 22px 0;padding-top:14px;border-top:1px solid #dfeaf2}.b2b-ai-composer>label{display:block;font-size:11px;font-weight:800;color:#375f78;margin-bottom:6px}.b2b-ai-composer textarea{display:block;width:100%;box-sizing:border-box;min-height:92px;max-height:180px;resize:vertical;border:1px solid #c8dbe8;border-radius:14px;background:#fff;padding:12px 13px;font:inherit;font-size:14px;line-height:1.5;color:#123c5b;outline:none}.b2b-ai-composer textarea:focus{border-color:#188ed8;box-shadow:0 0 0 3px rgba(24,142,216,.11)}.b2b-ai-composer textarea:disabled{background:#f4f7f9;color:#7b8d99}
.b2b-ai-composer-foot{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;margin-top:8px}.b2b-ai-composer-foot small{font-size:10px;line-height:1.45;color:#748998}.b2b-ai-composer-foot .btn{border:0;cursor:pointer;min-width:96px}.b2b-ai-composer-foot .btn:disabled{opacity:.5;cursor:wait}
.b2b-ai-actions{display:flex;justify-content:flex-end;padding:11px 22px 18px}.b2b-ai-actions .btn{border:0;cursor:pointer;background:#edf4f8;color:#17415e}.b2b-ai-actions .btn:not(:disabled){background:linear-gradient(135deg,#0a78c7,#119be9);color:#fff}.b2b-ai-actions .btn:disabled{opacity:.42;cursor:not-allowed}
.b2b-ai-fallback-note{margin:20px 22px 4px;padding:12px 14px;border-radius:13px;background:#fff7e8;border:1px solid #f2d8a6;color:#7a5820}.b2b-ai-fallback-note strong,.b2b-ai-fallback-note span{display:block}.b2b-ai-fallback-note strong{font-size:12px}.b2b-ai-fallback-note span{font-size:11px;line-height:1.5;margin-top:3px}.b2b-prediscovery-panel .b2b-assistant-kicker,.b2b-prediscovery-panel .b2b-assistant-question,.b2b-prediscovery-panel .b2b-assistant-help,.b2b-prediscovery-panel .b2b-assistant-options,.b2b-prediscovery-panel .b2b-assistant-free,.b2b-prediscovery-panel .b2b-assistant-contact,.b2b-prediscovery-panel .b2b-assistant-privacy,.b2b-prediscovery-panel .b2b-assistant-note{margin-left:22px;margin-right:22px}.b2b-prediscovery-panel .b2b-assistant-kicker{margin-top:21px}.b2b-prediscovery-panel .b2b-assistant-free{margin-bottom:0}
.b2b-ai-legacy-actions,.b2b-report-actions{display:flex;justify-content:space-between;flex-wrap:wrap;gap:9px;padding:15px 22px 20px;margin-top:16px;border-top:1px solid #e0ecf4;background:#fff}.b2b-ai-legacy-actions .btn,.b2b-report-actions .btn{border:0;cursor:pointer}.b2b-ai-legacy-actions .btn:first-child,.b2b-report-actions .btn:first-child{background:#edf4f8;color:#17415e}.b2b-ai-legacy-actions .btn:disabled{opacity:.4;cursor:not-allowed}
.b2b-prediscovery-report{margin:18px 22px 0;border:1px solid #d5e5ef;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(7,62,98,.07)}.b2b-prediscovery-report .report-lead{padding:17px 18px;background:linear-gradient(135deg,#f1f9fe,#f8fcff);font-size:14px;line-height:1.65;color:#274b63;border-bottom:1px solid #e0edf4}.b2b-prediscovery-report section{padding:14px 18px;border-bottom:1px solid #e7eff5}.b2b-prediscovery-report section h4{margin:0 0 8px;color:#0b4f7c;font-size:12px;text-transform:uppercase;letter-spacing:.055em}.b2b-prediscovery-report section p{margin:0;color:#48677a;font-size:13px;line-height:1.6}.b2b-prediscovery-report ul{margin:0;padding-left:18px;color:#48677a;font-size:13px;line-height:1.55}.b2b-prediscovery-report li+li{margin-top:5px}.b2b-prediscovery-report footer{padding:10px 18px;background:#f7fafc;color:#7a8c99;font-size:10px;line-height:1.45}
.b2b-ai-direction{margin:12px 22px 0;padding:11px 13px;border-radius:13px;background:#082f50;color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.b2b-ai-direction span{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#8fc7e8}.b2b-ai-direction strong{font-size:13px}.b2b-ai-direction small{font-size:10px;color:#b8d9ec}
.b2b-report-actions .report-contact,.b2b-report-actions .contact-submit{margin-left:auto;background:linear-gradient(135deg,#0a78c7,#119be9);color:#fff}.b2b-report-actions .contact-submit:disabled{opacity:.45;cursor:not-allowed}.b2b-report-actions .report-copy{background:#eaf6fd;color:#105b88}
@media(max-width:760px){.b2b-prediscovery-panel{inset:8px;width:auto;max-height:none}.b2b-ai-chat{padding:17px 14px 6px;max-height:38vh}.b2b-ai-message{max-width:91%;font-size:13px}.b2b-ai-facts,.b2b-ai-ready,.b2b-ai-composer{margin-left:14px;margin-right:14px}.b2b-ai-chips{padding-left:14px;padding-right:14px}.b2b-ai-actions{padding-left:14px;padding-right:14px}.b2b-ai-composer-foot{grid-template-columns:1fr}.b2b-ai-composer-foot .btn{justify-self:end}.b2b-ai-fallback-note{margin-left:14px;margin-right:14px}.b2b-prediscovery-panel .b2b-assistant-kicker,.b2b-prediscovery-panel .b2b-assistant-question,.b2b-prediscovery-panel .b2b-assistant-help,.b2b-prediscovery-panel .b2b-assistant-options,.b2b-prediscovery-panel .b2b-assistant-free,.b2b-prediscovery-panel .b2b-assistant-contact,.b2b-prediscovery-panel .b2b-assistant-privacy,.b2b-prediscovery-panel .b2b-assistant-note{margin-left:14px;margin-right:14px}.b2b-prediscovery-report,.b2b-ai-direction{margin-left:14px;margin-right:14px}.b2b-ai-direction{grid-template-columns:1fr}.b2b-ai-legacy-actions,.b2b-report-actions{padding-left:14px;padding-right:14px}.b2b-report-actions .btn{flex:1 1 100%;margin-left:0}.b2b-ai-progress small{right:12px}}


/* V3.1.28 – temporäre statische Produktvisualisierungen bis finale Filme vorliegen */
.static-product-visual{overflow:hidden}
.static-poster{position:relative;margin:30px auto 0;max-width:1120px;border-radius:24px;overflow:hidden;background:#061f39;box-shadow:0 20px 55px rgba(3,43,75,.16)}
.static-poster img{display:block;width:100%;height:auto}
.static-poster-badge{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;background:#0d91fc;color:#fff;font-weight:800;line-height:1;box-shadow:0 0 0 2px rgba(13,145,252,.08)}
.static-poster-objentra .static-poster-badge{left:2.5%;top:26.4%;width:30.5%;height:7.5%;border-radius:999px;font-size:clamp(13px,1.75vw,24px)}
.static-poster-wscp .static-poster-badge{left:4.3%;top:35.4%;width:26.2%;height:6.7%;border-radius:6px;font-size:clamp(13px,1.6vw,22px)}
@media(max-width:700px){.static-poster{border-radius:15px;margin-top:22px}.static-poster-objentra .static-poster-badge,.static-poster-wscp .static-poster-badge{font-size:clamp(9px,2.5vw,15px)}}

/* V3.1.32 – einheitlicher B2B-CI-Abschluss der statischen Produktvisualisierungen */
.static-poster-media{position:relative}
.static-poster-media>img{display:block;width:100%;height:auto}
.poster-ci-strip{display:block!important;width:100%!important;height:auto!important;margin:0!important;border:0!important}

/* V3.1.33 – Kontakt-/Projekt-Hub */
.contact-hub-page .contact-hub-hero{padding-bottom:48px;background:linear-gradient(180deg,#eef8ff 0%,#f8fcff 72%,#fff 100%)}
.contact-hub-intro{max-width:1000px;text-align:center}
.contact-hub-intro .lead{margin-left:auto;margin-right:auto;max-width:900px}
.contact-hub-route{margin:28px auto 0;max-width:820px;text-align:left}.contact-route-label{margin-bottom:10px;text-align:center;text-transform:uppercase;letter-spacing:.10em;font-size:10px;font-weight:900;color:#6c8799}.contact-route-options{display:flex;justify-content:center;gap:34px;flex-wrap:wrap}.contact-route-option{display:flex;align-items:flex-start;gap:10px;min-width:260px;max-width:340px}.contact-route-dot{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#e7f4fc;color:#0879c9;font-size:11px;font-weight:900}.contact-route-option>span:last-child{display:flex;flex-direction:column;gap:2px}.contact-hub-route strong{color:var(--ink);font-size:14px}.contact-hub-route small{color:var(--muted);line-height:1.45;font-size:12px}
.contact-hub-selection{padding-top:58px}.contact-hub-selection .section-heading{max-width:860px;margin:0 auto 30px;text-align:center}.contact-hub-selection .section-intro{margin-left:auto;margin-right:auto}
.contact-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.contact-path-card{position:relative;display:flex;flex-direction:column;min-height:360px;padding:28px;border:1px solid #d8e7f1;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 12px 34px rgba(7,62,98,.07);overflow:hidden}
.contact-path-card::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-82px;top:-85px;background:radial-gradient(circle,rgba(13,145,252,.11),transparent 70%);pointer-events:none}
.contact-path-card:hover{border-color:#b8d9ed;box-shadow:0 18px 42px rgba(7,62,98,.11);transform:translateY(-2px);transition:.18s ease}
.contact-path-icon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#eaf6fd;color:#0a78c7;font-weight:900;font-size:14px;margin-bottom:18px}.contact-path-kicker{text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:900;color:var(--blue);margin-bottom:7px}.contact-path-card h3{margin:0 0 10px;font-size:24px}.contact-path-card p{margin:0 0 18px;color:var(--text);line-height:1.6}.contact-path-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:24px}.contact-path-tags span{padding:6px 9px;border-radius:999px;background:#f0f7fb;border:1px solid #d9e8f2;color:#45667c;font-size:11px;font-weight:750}.contact-path-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}.contact-path-actions .btn{flex:1 1 180px;border-width:1px;cursor:pointer}.contact-path-card-general{background:linear-gradient(180deg,#f7fbfe,#fff)}
.direct-contact-section{background:#f5f9fc;border-top:1px solid #e3edf4;border-bottom:1px solid #e3edf4}.direct-contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:38px;align-items:start}.direct-contact-copy{padding-top:18px}.direct-contact-copy>p{font-size:17px;line-height:1.7;max-width:560px}.direct-contact-benefits{display:grid;gap:12px;margin-top:28px}.direct-contact-benefits span{display:block;padding:15px 16px;border-radius:15px;background:#fff;border:1px solid #dce8f1}.direct-contact-benefits strong,.direct-contact-benefits small{display:block}.direct-contact-benefits strong{color:var(--ink);font-size:14px;margin-bottom:4px}.direct-contact-benefits small{color:var(--muted);line-height:1.45}.direct-contact-card{padding:30px}.direct-form-head{margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid #e3edf4}.direct-form-step{display:inline-block;margin-bottom:7px;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:900;color:var(--blue)}.direct-form-head h3{margin:0 0 7px;font-size:24px}.direct-form-head p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.optional{font-size:11px;font-weight:500;color:#8093a1}.direct-contact-card input,.direct-contact-card select,.direct-contact-card textarea{background:#fbfdff;border-color:#cbdce8}.direct-contact-card input:focus,.direct-contact-card select:focus,.direct-contact-card textarea:focus{outline:none;border-color:#168ee6;box-shadow:0 0 0 3px rgba(22,142,230,.10)}.direct-submit-row{display:flex;gap:15px;align-items:center;flex-wrap:wrap;margin-top:6px}.direct-submit-row span{font-size:12px;color:var(--muted)}
.contact-hub-note{padding-top:54px}.contact-hub-note-card{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.25fr) auto;gap:30px;align-items:center;padding:30px 32px;border-radius:22px;background:linear-gradient(135deg,#082f50,#0b527e);color:#dbefff;box-shadow:0 18px 44px rgba(5,48,80,.16)}.contact-hub-note-card .eyebrow{color:#69d1ff}.contact-hub-note-card h2{margin:0;color:#fff;font-size:28px}.contact-hub-note-card p{margin:0;color:#d3e8f5;line-height:1.65}.contact-hub-note-card .btn.dark{background:#fff;color:#0a4f7f;border-color:#fff;white-space:nowrap}.contact-hub-note-card .btn.dark:hover{box-shadow:0 10px 24px rgba(255,255,255,.14)}
@media(max-width:980px){.direct-contact-grid{grid-template-columns:1fr}.contact-hub-note-card{grid-template-columns:1fr}.contact-hub-note-card .btn{justify-self:start}}
@media(max-width:760px){.contact-route-options{display:grid;grid-template-columns:1fr;gap:12px}.contact-route-option{min-width:0;max-width:none}.contact-path-grid{grid-template-columns:1fr}.contact-path-card{min-height:0;padding:22px}.contact-path-actions .btn{flex-basis:100%}.direct-contact-card{padding:22px}.direct-submit-row .btn{width:100%}.contact-hub-note-card{padding:24px}.contact-hub-note-card h2{font-size:25px}}

/* V3.1.44 – Pre-Discovery context-sensitive multi-select */
.b2b-ai-chip.multi{position:relative;padding-left:30px}
.b2b-ai-chip.multi::before{content:'+';position:absolute;left:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:50%;display:grid;place-items:center;background:#eef7fd;color:#1779b9;font-size:12px;font-weight:900;line-height:1}
.b2b-ai-chip.multi.selected{background:#e8f6ff;border-color:#1597e5;color:#073e63;box-shadow:0 0 0 2px rgba(21,151,229,.10)}
.b2b-ai-chip.multi.selected::before{content:'✓';background:#1597e5;color:#fff}
.b2b-ai-chip-custom{border-style:dashed;background:#fbfdff;color:#526b7d}
.b2b-ai-multi-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 22px 0}
.b2b-ai-multi-actions small{font-size:11px;color:#60788a;font-weight:700}
.b2b-ai-multi-submit{padding:9px 14px;font-size:12px}
.b2b-ai-multi-submit:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:760px){.b2b-ai-multi-actions{padding-left:14px;padding-right:14px;align-items:flex-start;flex-direction:column}.b2b-ai-multi-submit{width:100%;justify-content:center}}
