:root{--m:#d83ca7;--t:#29c4d1;--d:#122033;--muted:#6b7c93;--line:#d9e6f1;--soft:#f4fbfd;--glass:rgba(255,255,255,.78);--shadow:0 28px 80px rgba(14,34,52,.14);--r:30px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--d);background:radial-gradient(circle at 8% 0%,rgba(41,196,209,.18),transparent 28%),radial-gradient(circle at 94% 4%,rgba(216,60,167,.16),transparent 32%),#f7fbfd;line-height:1.55}.omq-bg:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(18,32,51,.03) 1px,transparent 1px),linear-gradient(0deg,rgba(18,32,51,.03) 1px,transparent 1px);background-size:76px 76px;mask-image:linear-gradient(to bottom,#000,transparent 72%);z-index:-1}a{color:#0b6f86;text-decoration:none}a:hover{text-decoration:underline}.wrap{width:min(1240px,calc(100% - 42px));margin:auto}.topbar{position:sticky;top:14px;z-index:50;margin:14px auto 0;width:min(1320px,calc(100% - 24px));display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;border:1px solid rgba(150,181,203,.42);border-radius:28px;background:rgba(255,255,255,.82);backdrop-filter:blur(22px);box-shadow:0 14px 50px rgba(18,32,51,.08)}.brand{display:flex;align-items:center;gap:14px}.brand img{height:54px;width:auto}.brand strong{font-size:18px}.nav{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.nav a,.btn,.btn2{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:18px;padding:12px 16px;font-weight:800;border:1px solid rgba(173,199,216,.66);background:rgba(255,255,255,.72);color:var(--d);text-decoration:none}.btn{border:none;color:#fff;background:linear-gradient(110deg,var(--m),var(--t));box-shadow:0 18px 38px rgba(216,60,167,.2)}.btn2{background:#fff}.hero{padding:74px 0 34px}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:9px 13px;border:1px solid rgba(216,60,167,.22);border-radius:99px;background:rgba(255,255,255,.78);font-size:13px;font-weight:900;color:#a51c72;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(42px,6vw,84px);line-height:.96;margin:18px 0 18px;letter-spacing:-.06em}.lead{font-size:clamp(18px,2.2vw,25px);color:#43546a;max-width:780px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.visual-card{position:relative;padding:16px;border:1px solid rgba(177,204,222,.6);border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(246,252,255,.72));box-shadow:var(--shadow);overflow:hidden}.visual-card:after{content:"";position:absolute;inset:auto -20% -35% 6%;height:170px;background:linear-gradient(90deg,rgba(216,60,167,.28),rgba(41,196,209,.25));filter:blur(45px)}.visual-card img{position:relative;z-index:1;width:100%;border-radius:24px;display:block;border:1px solid rgba(18,32,51,.08)}.section{padding:54px 0}.section h2{font-size:clamp(32px,4vw,54px);letter-spacing:-.045em;line-height:1.02;margin:0 0 16px}.section-intro{font-size:19px;color:#52657c;max-width:850px}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{position:relative;border:1px solid rgba(177,204,222,.65);border-radius:var(--r);background:var(--glass);backdrop-filter:blur(18px);box-shadow:0 18px 52px rgba(18,32,51,.08);padding:28px;overflow:hidden}.card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--m),var(--t));opacity:.88}.card h3{font-size:24px;margin:6px 0 10px;letter-spacing:-.02em}.card p{color:#55697f}.mini{font-size:14px;color:#6c7d8f}.steps{counter-reset:s;display:grid;gap:14px}.step{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;padding:18px;border-radius:22px;background:#fff;border:1px solid #dfeaf2}.step:before{counter-increment:s;content:counter(s);display:grid;place-items:center;width:46px;height:46px;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--m),var(--t));font-weight:900}.modules{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.module{border:1px solid rgba(177,204,222,.65);background:#fff;border-radius:28px;padding:18px;box-shadow:0 14px 38px rgba(18,32,51,.06);transition:.22s ease;min-height:100%}.module:hover{transform:translateY(-5px);box-shadow:0 26px 70px rgba(18,32,51,.12)}.module-img{width:100%;aspect-ratio:1/1;border-radius:22px;background:linear-gradient(145deg,#f5fbfd,#fff);display:grid;place-items:center;overflow:hidden;border:1px solid #e1edf5}.module-img img{width:86%;height:86%;object-fit:contain;display:block}.module h3{font-size:18px;margin:16px 0 4px}.admin-shell{display:grid;grid-template-columns:280px 1fr;gap:20px;padding:20px}.sidebar{position:sticky;top:20px;height:calc(100vh - 40px);overflow:auto;border-radius:28px;background:#fff;border:1px solid #dce8f1;padding:18px;box-shadow:0 20px 70px rgba(18,32,51,.08)}.side-logo{width:190px;margin:8px 0 22px}.side-nav a{display:flex;align-items:center;gap:10px;padding:13px 14px;border-radius:16px;color:var(--d);font-weight:850}.side-nav a:hover,.side-nav a.active{background:linear-gradient(110deg,rgba(216,60,167,.12),rgba(41,196,209,.12));text-decoration:none}.admin-main{min-width:0}.admin-top{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:20px}.admin-top h1{font-size:42px;letter-spacing:-.04em;margin:0}.panel{background:#fff;border:1px solid #dce8f1;border-radius:28px;box-shadow:0 18px 56px rgba(18,32,51,.06);padding:24px;margin-bottom:20px}.table{width:100%;border-collapse:separate;border-spacing:0 10px}.table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7a8797}.table td{background:#f9fcfe;border-top:1px solid #e3edf5;border-bottom:1px solid #e3edf5;padding:14px}.table td:first-child{border-left:1px solid #e3edf5;border-radius:16px 0 0 16px}.table td:last-child{border-right:1px solid #e3edf5;border-radius:0 16px 16px 0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}label{font-weight:850;font-size:13px;color:#30445c;margin:6px 0;display:block}input,select,textarea{width:100%;border:1px solid #d5e3ee;border-radius:16px;padding:13px 14px;background:#fff;color:var(--d);font:inherit}textarea{min-height:130px}.notice{padding:18px 20px;border-radius:20px;border:1px solid #f5bfdb;background:#fff3fa;color:#9c1267;font-weight:800}.ok{border-color:#bdebd5;background:#effaf4;color:#0f7844}.omq-dropzone{display:grid;place-items:center;text-align:center;border:3px dashed rgba(216,60,167,.55);border-radius:28px;background:linear-gradient(145deg,#fff7fc,#f2fcff);min-height:220px;padding:30px;cursor:pointer;transition:.2s}.omq-dropzone.is-drag,.omq-dropzone:hover{transform:translateY(-2px);border-color:var(--t);box-shadow:0 20px 50px rgba(41,196,209,.13)}.drop-icon{font-size:52px}.file-chip{padding:10px 13px;border:1px solid #dce8f1;background:#fff;border-radius:14px;margin:8px 0;font-weight:750}.legal{font-size:15px;color:#53677f}.footer{margin-top:54px;padding:34px 0;border-top:1px solid rgba(177,204,222,.7);color:#60748b}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}[data-reveal].is-visible{opacity:1;transform:none}.pill{display:inline-flex;padding:8px 12px;border-radius:99px;background:#edf8fb;border:1px solid #cfe8ef;font-weight:900;color:#146f83}.print-doc{background:#fff;padding:36px;border-radius:26px;border:1px solid #dce8f1}.line-items{display:grid;gap:10px}.danger{color:#9f1239}@media(max-width:980px){.hero-grid,.grid2,.grid3,.admin-shell{grid-template-columns:1fr}.modules{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{position:relative;height:auto}.nav{display:none}}@media(max-width:620px){.wrap{width:min(100% - 24px,1240px)}.hero{padding-top:38px}.modules{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.hero-actions .btn,.hero-actions .btn2{width:100%}.brand strong{display:none}}

/* V12 isolated homepage/navigation/newsroom optimization - does not touch portal/admin core logic */
body{background:radial-gradient(circle at 8% 2%,rgba(41,196,209,.24),transparent 30%),radial-gradient(circle at 93% 0%,rgba(216,60,167,.22),transparent 34%),linear-gradient(180deg,#f8fdff 0%,#f3f9fc 45%,#ffffff 100%)}
.omq-bg:before{background:linear-gradient(90deg,rgba(17,54,75,.055) 1px,transparent 1px),linear-gradient(0deg,rgba(17,54,75,.055) 1px,transparent 1px),linear-gradient(45deg,rgba(216,60,167,.028) 1px,transparent 1px);background-size:58px 58px,58px 58px,116px 116px;opacity:.95;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.82) 45%,transparent 88%)}
.topbar{top:12px;padding:12px 16px;border-radius:30px;background:rgba(255,255,255,.78);box-shadow:0 18px 70px rgba(18,32,51,.105)}.brand-logo-only img{height:50px}.brand-logo-only strong{display:none!important}.nav{gap:8px}.nav a,.nav-trigger,.lang-select summary{min-height:46px}.nav-direct{background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(246,253,255,.82));border-color:rgba(41,196,209,.32)}
.nav-login{position:relative;isolation:isolate;padding-inline:20px;box-shadow:0 18px 44px rgba(216,60,167,.28),0 0 0 6px rgba(216,60,167,.08);animation:omqLoginPulse 4s ease-in-out infinite}.nav-login:after{content:"";position:absolute;inset:-3px;border-radius:20px;background:linear-gradient(120deg,rgba(216,60,167,.52),rgba(41,196,209,.48));filter:blur(12px);z-index:-1;opacity:.55}@keyframes omqLoginPulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-1px)}}
.nav-dropdown{position:relative}.nav-trigger{display:inline-flex;align-items:center;gap:7px;border-radius:18px;padding:12px 16px;font-weight:900;border:1px solid rgba(173,199,216,.66);background:rgba(255,255,255,.72);color:var(--d);font:inherit;cursor:pointer}.nav-trigger span{font-size:14px;color:#0a8fa3}.nav-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:230px;padding:10px;border:1px solid rgba(177,204,222,.72);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 28px 80px rgba(18,32,51,.14);backdrop-filter:blur(22px);opacity:0;transform:translateY(8px) scale(.98);pointer-events:none;transition:.18s ease;z-index:80}.nav-dropdown:hover .nav-menu,.nav-dropdown:focus-within .nav-menu{opacity:1;transform:none;pointer-events:auto}.nav-menu a{display:flex;width:100%;justify-content:flex-start;border-radius:15px;background:transparent;border-color:transparent}.nav-menu a:hover{background:linear-gradient(110deg,rgba(216,60,167,.11),rgba(41,196,209,.12));text-decoration:none}
.lang-select{position:relative}.lang-select summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;border-radius:18px;padding:12px 15px;font-weight:900;border:1px solid rgba(173,199,216,.66);background:rgba(255,255,255,.72)}.lang-select summary::-webkit-details-marker{display:none}.lang-select>div{position:absolute;right:0;top:calc(100% + 10px);min-width:168px;background:rgba(255,255,255,.95);border:1px solid rgba(177,204,222,.7);border-radius:20px;padding:9px;box-shadow:0 24px 70px rgba(18,32,51,.14);z-index:90}.lang-select>div a{display:block;border:0;background:transparent;text-align:left;padding:11px 12px;border-radius:14px}.lang-select>div a:hover{background:#f1fbfd;text-decoration:none}
.hero-switch{position:relative;overflow:hidden;padding:84px 0 46px}.hero-switch:before{content:"";position:absolute;inset:30px max(12px,calc((100vw - 1320px)/2)) 12px;border:1px solid rgba(177,204,222,.44);border-radius:46px;background:linear-gradient(135deg,rgba(255,255,255,.58),rgba(255,255,255,.2));box-shadow:inset 0 1px 0 rgba(255,255,255,.75);pointer-events:none}.hero-orb{position:absolute;border-radius:999px;filter:blur(18px);opacity:.62;pointer-events:none;mix-blend-mode:multiply}.hero-orb-a{width:260px;height:260px;left:4%;top:10%;background:radial-gradient(circle,rgba(41,196,209,.42),transparent 68%);animation:floatOrb 9s ease-in-out infinite}.hero-orb-b{width:320px;height:320px;right:3%;bottom:6%;background:radial-gradient(circle,rgba(216,60,167,.34),transparent 70%);animation:floatOrb 11s ease-in-out infinite reverse}@keyframes floatOrb{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(22px,-18px,0) scale(1.05)}}
.mode-switch{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0;width:min(100%,520px);padding:8px;margin:30px 0 0;border-radius:24px;background:rgba(255,255,255,.78);border:1px solid rgba(177,204,222,.62);box-shadow:0 18px 48px rgba(18,32,51,.1);backdrop-filter:blur(18px)}.mode-option{position:relative;z-index:2;border:0;background:transparent;border-radius:18px;padding:16px 15px;font-weight:950;color:#405269;cursor:pointer;font:inherit;transition:.23s ease}.mode-option span{display:block;font-size:11px;letter-spacing:.18em;color:#8b9bb0}.mode-option.is-active{color:#fff}.mode-option.is-active span{color:rgba(255,255,255,.78)}.mode-glider{position:absolute;inset:8px auto 8px 8px;width:calc(50% - 8px);border-radius:18px;background:linear-gradient(115deg,var(--m),var(--t));box-shadow:0 18px 44px rgba(216,60,167,.26);transition:transform .34s cubic-bezier(.2,.8,.2,1)}[data-active-mode="self"] .mode-glider{transform:translateX(100%)}
.switch-visual{transform-style:preserve-3d;transition:transform .38s ease,box-shadow .38s ease}.switch-visual:hover{transform:translateY(-5px) rotateX(1.4deg) rotateY(-1.4deg);box-shadow:0 34px 100px rgba(18,32,51,.18)}.switch-visual img{aspect-ratio:16/10;object-fit:cover;transition:opacity .22s ease,transform .45s ease}.switch-visual.is-changing img{opacity:.15;transform:scale(.965)}.visual-frame-label{position:absolute;z-index:3;left:28px;top:28px;border-radius:999px;padding:10px 14px;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#9c1267;border:1px solid rgba(216,60,167,.24)}.visual-pulse{position:absolute;right:28px;bottom:28px;width:86px;height:86px;border-radius:999px;background:radial-gradient(circle,rgba(41,196,209,.42),rgba(216,60,167,.18),transparent 70%);filter:blur(6px);animation:pulseMed 2.8s ease-in-out infinite}@keyframes pulseMed{0%,100%{transform:scale(.9);opacity:.65}50%{transform:scale(1.1);opacity:.95}}
.switch-content{transition:opacity .28s ease,transform .28s ease}.switch-content.is-hidden{display:none}.section-head{margin-bottom:26px}.process-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.process-strip span{padding:15px 14px;border-radius:18px;background:linear-gradient(145deg,#fff,#f4fbfd);border:1px solid #dce8f1;font-weight:900;color:#31445b;box-shadow:0 10px 28px rgba(18,32,51,.05)}
.modules-compact{grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}.modules-compact .module{padding:12px;border-radius:24px}.modules-compact .module-img{border-radius:18px}.module-img img{width:78%;height:78%;max-width:78%;max-height:78%;object-fit:contain}.modules-compact .module h3{font-size:15px;line-height:1.15}.modules-compact .module p{font-size:12px;line-height:1.35}
.blog-card{display:flex;flex-direction:column;gap:12px}.blog-image{display:block;aspect-ratio:16/9;border-radius:22px;overflow:hidden;border:1px solid #dce8f1;background:#f5fbfd;margin:-10px -10px 6px}.blog-image img,.article-cover{width:100%;height:100%;object-fit:cover;display:block}.blog-card h3 a{color:var(--d);text-decoration:none}.blog-card h3 a:hover{color:#a10d6a}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}.article-cover{aspect-ratio:16/9;border-radius:24px;margin-bottom:28px;border:1px solid #dce8f1}.article-side{position:sticky;top:120px}.rich-content p{font-size:17px;color:#43546a}.rich-content h2{font-size:clamp(26px,3vw,38px);letter-spacing:-.035em;margin-top:28px}.rich-content h3{font-size:24px}.rich-content blockquote{margin:24px 0;padding:20px 22px;border-left:5px solid var(--m);background:linear-gradient(90deg,rgba(216,60,167,.08),rgba(41,196,209,.06));border-radius:0 18px 18px 0;color:#26384d;font-weight:800}.rich-content ul,.rich-content ol{padding-left:22px;color:#43546a}.rich-toolbar{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 10px}.rich-toolbar button{border:1px solid #d5e3ee;background:#fff;border-radius:12px;padding:9px 12px;font-weight:850;cursor:pointer}.rich-toolbar button:hover{background:#f1fbfd}.rich-editor{min-height:240px;border:1px solid #d5e3ee;border-radius:18px;background:#fff;padding:18px;line-height:1.6;outline:none}.rich-editor:focus{border-color:var(--t);box-shadow:0 0 0 4px rgba(41,196,209,.12)}.blog-admin-preview{margin:14px 0}.blog-admin-preview img{max-width:360px;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;border:1px solid #dce8f1}.table-thumb{width:94px;height:54px;object-fit:cover;border-radius:12px;border:1px solid #dce8f1;background:#fff}
@media(max-width:1180px){.modules-compact{grid-template-columns:repeat(4,minmax(0,1fr))}.nav-direct{display:none}}@media(max-width:980px){.nav{display:flex}.nav-dropdown,.nav a:not(.nav-login),.lang-select{display:none}.process-strip{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.article-side{position:relative;top:auto}.hero-switch:before{inset:18px 10px;border-radius:34px}.modules-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.mode-switch{grid-template-columns:1fr}.mode-glider{display:none}.mode-option.is-active{background:linear-gradient(115deg,var(--m),var(--t))}.process-strip{grid-template-columns:1fr}.modules-compact{grid-template-columns:1fr}.nav-login{padding-inline:14px}.brand-logo-only img{height:42px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* V11 Master Patch 02 - isolated homepage/menu/newsroom refinements */
body{background:
  radial-gradient(circle at 6% 4%,rgba(41,196,209,.34),transparent 28%),
  radial-gradient(circle at 86% 2%,rgba(216,60,167,.31),transparent 34%),
  radial-gradient(circle at 58% 38%,rgba(41,196,209,.16),transparent 30%),
  linear-gradient(180deg,#ffffff 0%,#f1fbff 38%,#ffffff 100%)!important}
.omq-bg:before{background:
  linear-gradient(90deg,rgba(13,54,79,.078) 1px,transparent 1px),
  linear-gradient(0deg,rgba(13,54,79,.078) 1px,transparent 1px),
  linear-gradient(45deg,rgba(216,60,167,.045) 1px,transparent 1px)!important;
  background-size:44px 44px,44px 44px,88px 88px!important;opacity:1!important}
.topbar-p02{background:rgba(255,255,255,.84);border-color:rgba(151,190,211,.58);box-shadow:0 20px 74px rgba(18,32,51,.13)}
.topbar-p02 .nav-direct{font-size:14px;padding:10px 14px;min-height:42px;border-radius:15px}
.topbar-p02 .nav-direct.is-active-mode{background:linear-gradient(115deg,rgba(216,60,167,.14),rgba(41,196,209,.16));border-color:rgba(216,60,167,.26);color:#a10d6a;box-shadow:0 12px 32px rgba(216,60,167,.09)}
.topbar-p02 .nav a:not(.btn),.topbar-p02 .lang-select summary{font-size:14px;padding:10px 14px;min-height:42px;border-radius:15px}.topbar-p02 .nav-login{font-size:14px;padding:11px 18px;border-radius:16px}
.hero-switch-p02{padding:78px 0 38px;background:
  radial-gradient(circle at 13% 17%,rgba(41,196,209,.22),transparent 22%),
  radial-gradient(circle at 79% 16%,rgba(216,60,167,.2),transparent 24%)}
.hero-switch-p02:before{background:linear-gradient(135deg,rgba(255,255,255,.74),rgba(241,252,255,.36));border-color:rgba(113,165,192,.36);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 34px 110px rgba(18,32,51,.11)}
.hero-raster{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.3),transparent 45%),linear-gradient(90deg,rgba(41,196,209,.085) 1px,transparent 1px),linear-gradient(0deg,rgba(216,60,167,.065) 1px,transparent 1px);background-size:100% 100%,34px 34px,34px 34px;mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 82%,transparent 100%)}
.hero-switch-p02 .hero-copy{position:relative;z-index:2}.hero-switch-p02 .hero-copy h1{max-width:760px;text-shadow:0 10px 34px rgba(18,32,51,.08)}
.mode-switch-p02{width:min(100%,430px);padding:6px;border-radius:19px;margin-top:24px;box-shadow:0 16px 38px rgba(18,32,51,.105), inset 0 1px 0 rgba(255,255,255,.9)}
.mode-switch-p02 .mode-option{padding:11px 12px;border-radius:14px;font-size:14px;line-height:1.05;letter-spacing:-.01em}
.mode-switch-p02 .mode-option span{display:none!important}.mode-switch-p02 .mode-glider{inset:6px auto 6px 6px;width:calc(50% - 6px);border-radius:14px;background:linear-gradient(115deg,#d9289c,#24c9d3);box-shadow:0 14px 32px rgba(216,60,167,.28),0 0 0 1px rgba(255,255,255,.38) inset}.hero-switch-p02[data-active-mode="self"] .mode-glider{transform:translateX(100%)}
.switch-hint{display:inline-flex;margin:14px 0 0;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(41,196,209,.26);font-size:13px;font-weight:850;color:#456073;box-shadow:0 12px 32px rgba(18,32,51,.06)}
.small-btn{padding:10px 14px!important;border-radius:15px!important;font-size:14px!important;min-height:40px!important}.hero-actions.compact-actions{justify-content:flex-end;margin-top:20px}.visual-actions{position:relative;z-index:4;display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin:14px 2px 0}.switch-visual-p02{padding:14px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(235,251,255,.74));box-shadow:0 32px 110px rgba(18,32,51,.18),0 0 0 1px rgba(216,60,167,.08) inset}.switch-visual-p02:before{content:"";position:absolute;inset:9px;border-radius:28px;background:linear-gradient(135deg,rgba(216,60,167,.12),transparent 42%,rgba(41,196,209,.14));pointer-events:none;z-index:2}.switch-visual-p02 img{aspect-ratio:16/10;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px rgba(18,32,51,.12)}
.visual-frame-label{font-size:11px;padding:8px 12px}.visual-pulse{width:68px;height:68px}.hero-switch-p02[data-active-mode="self"] .visual-pulse{background:radial-gradient(circle,rgba(216,60,167,.46),rgba(41,196,209,.24),transparent 72%)}.hero-switch-p02[data-active-mode="self"] .switch-visual-p02{box-shadow:0 36px 120px rgba(216,60,167,.16),0 22px 80px rgba(18,32,51,.14)}
.article-hero-p02{padding-top:58px}.article-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:start}.article-login-mini{justify-self:end;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;background:rgba(255,255,255,.85);border:1px solid rgba(216,60,167,.22);font-size:13px;font-weight:900;color:#a10d6a;box-shadow:0 14px 34px rgba(18,32,51,.08)}.article-login-mini:hover{text-decoration:none;transform:translateY(-1px)}
.article-bottom{padding-top:16px}.category-row{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 20px}.category-chip{display:inline-flex;padding:9px 13px;border-radius:999px;background:linear-gradient(115deg,rgba(216,60,167,.1),rgba(41,196,209,.12));border:1px solid rgba(177,204,222,.65);font-size:13px;font-weight:900;color:#31445b}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.related-card{display:grid;gap:10px;padding:14px;border-radius:24px;background:rgba(255,255,255,.82);border:1px solid rgba(177,204,222,.65);box-shadow:0 16px 42px rgba(18,32,51,.07);color:var(--d);text-decoration:none}.related-card:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(18,32,51,.11);text-decoration:none}.related-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:17px;border:1px solid #dce8f1}.related-card span{font-size:12px;font-weight:950;color:#a10d6a;text-transform:uppercase;letter-spacing:.06em}.related-card strong{font-size:17px;line-height:1.2}
@media(max-width:1180px){.topbar-p02 .nav-direct{display:inline-flex}.topbar-p02 .nav{gap:6px}.topbar-p02 .nav a:not(.btn),.topbar-p02 .lang-select summary{font-size:13px;padding:9px 11px}.topbar-p02 .brand-logo-only img{height:44px}}
@media(max-width:980px){.topbar-p02 .nav a:not(.nav-login),.topbar-p02 .lang-select{display:none}.visual-actions,.hero-actions.compact-actions{justify-content:flex-start}.article-hero-grid{grid-template-columns:1fr}.article-login-mini{justify-self:start}.related-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.mode-switch-p02{grid-template-columns:1fr 1fr}.mode-switch-p02 .mode-glider{display:block}.mode-switch-p02 .mode-option.is-active{background:transparent}.visual-actions{display:grid;grid-template-columns:1fr}.small-btn{width:100%}.related-grid{grid-template-columns:1fr}.switch-hint{border-radius:18px}.hero-switch-p02{padding-top:54px}}


/* V11 Master Patch 03 - isolated refinements for homepage switch + hero visuals + newsroom article side previews */
.hero-switch-p03{padding-top:92px;padding-bottom:72px}
.hero-switch-p03 .hero-grid{align-items:center;grid-template-columns:minmax(0,1fr) minmax(360px,500px);gap:36px}
.hero-copy-p03{max-width:620px}
.hero-copy-p03 .hero-copy-shell{position:relative;padding:28px 28px 24px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(247,252,255,.74));border:1px solid rgba(177,204,222,.65);box-shadow:0 26px 80px rgba(18,32,51,.12),0 0 0 1px rgba(255,255,255,.45) inset;backdrop-filter:blur(10px)}
.hero-copy-p03 h1{font-size:clamp(2.45rem,3.35vw,4.2rem);line-height:.98;max-width:12.5ch;margin:0 0 18px;letter-spacing:-.045em}
.hero-copy-p03 .lead{font-size:clamp(1.02rem,1.22vw,1.16rem);max-width:57ch;color:#39526b}
.hero-switch-p03 .switch-hint{margin-top:14px;background:linear-gradient(115deg,rgba(255,255,255,.92),rgba(237,250,253,.84));border:1px solid rgba(41,196,209,.22);font-size:12.5px;padding:9px 12px}
.mode-switch-p03{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0;width:min(100%,360px);padding:7px;border-radius:24px;background:linear-gradient(135deg,#68c8ab,#58c9b7);box-shadow:0 24px 70px rgba(82,194,169,.28),0 1px 0 rgba(255,255,255,.55) inset;margin-top:22px;overflow:hidden}
.mode-switch-p03 .mode-option{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;min-height:64px;padding:0 14px;border:0;background:transparent;color:#11324d;font-size:14px;font-weight:900;letter-spacing:-.01em;transition:color .25s ease, transform .25s ease}
.mode-switch-p03 .mode-option .mode-title{display:inline-flex;align-items:center;gap:10px}
.mode-switch-p03 .mode-option .mode-title:before{content:"";display:inline-block;width:14px;height:8px;border-left:3px solid currentColor;border-bottom:3px solid currentColor;transform:rotate(-45deg) translateY(-1px);opacity:.28;transition:opacity .25s ease}
.mode-switch-p03 .mode-option.is-active{color:#fff}
.mode-switch-p03 .mode-option.is-active .mode-title:before{opacity:1}
.mode-switch-p03 .mode-glider{position:absolute;top:7px;left:7px;width:calc(50% - 7px);height:calc(100% - 14px);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,251,253,.96));box-shadow:0 16px 28px rgba(18,32,51,.14),0 0 0 1px rgba(18,32,51,.05) inset;transition:transform .32s cubic-bezier(.22,.61,.36,1)}
.mode-switch-p03 .mode-glider:before{content:"";position:absolute;inset:14px;border-radius:14px;background-image:radial-gradient(circle,rgba(164,182,198,.46) 1px,transparent 1.5px);background-size:12px 12px;background-position:center}
.hero-switch-p03[data-active-mode="self"] .mode-glider{transform:translateX(100%)}
.hero-switch-p03[data-active-mode="service"] .mode-option[data-mode="service"],.hero-switch-p03[data-active-mode="self"] .mode-option[data-mode="self"]{color:#fff}
.hero-switch-p03[data-active-mode="service"] .mode-option[data-mode="self"],.hero-switch-p03[data-active-mode="self"] .mode-option[data-mode="service"]{color:#13324e}
.switch-visual-p03{padding:0;background:transparent;box-shadow:none}
.switch-visual-p03 .visual-frame{position:relative;padding:28px;border-radius:40px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(242,250,252,.74));border:1px solid rgba(177,204,222,.55);box-shadow:0 35px 120px rgba(18,32,51,.18),0 0 0 1px rgba(255,255,255,.42) inset;overflow:visible}
.switch-visual-p03 .visual-backdrop{position:absolute;inset:10px;border-radius:32px;background:linear-gradient(135deg,rgba(216,60,167,.14),rgba(41,196,209,.12) 55%,rgba(255,255,255,.4));filter:blur(.2px)}
.switch-visual-p03 .visual-frame:before{content:"";position:absolute;right:18px;bottom:-18px;width:82%;height:30px;border-radius:50%;background:radial-gradient(circle,rgba(18,32,51,.18),transparent 72%);filter:blur(10px);z-index:0}
.switch-visual-p03 .visual-frame-label{position:absolute;top:14px;left:16px;z-index:5;backdrop-filter:blur(8px)}
.switch-visual-p03 img{position:relative;z-index:2;display:block;width:100%;aspect-ratio:16/10;border-radius:26px;object-fit:cover;border:1px solid rgba(177,204,222,.8);box-shadow:0 22px 68px rgba(18,32,51,.18);transform:perspective(1600px) rotateY(-12deg) rotateX(4deg) rotateZ(-1deg) translateZ(0);transform-origin:center left;transition:transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease, opacity .25s ease}
.hero-switch-p03[data-active-mode="self"] .switch-visual-p03 img{transform:perspective(1600px) rotateY(12deg) rotateX(4deg) rotateZ(1deg) translateZ(0);transform-origin:center right}
.switch-visual-p03.is-changing img{opacity:.62;transform:perspective(1600px) rotateY(0deg) scale(.985)}
.switch-visual-p03 .visual-pulse{z-index:1;width:90px;height:90px;right:-10px;top:-10px;background:radial-gradient(circle,rgba(41,196,209,.24),rgba(216,60,167,.18),transparent 70%)}
.hero-switch-p03 .visual-actions{justify-content:flex-end;gap:10px;margin-top:18px;padding-right:4px}
.hero-switch-p03 .small-btn{padding:10px 14px!important;min-height:40px!important;font-size:13.5px!important}
.article-hero-grid-p03{grid-template-columns:minmax(0,1fr) minmax(260px,330px);align-items:start}
.article-top-side{display:grid;gap:14px}
.article-mini-feed{display:grid;gap:10px;padding:14px;border-radius:24px;background:rgba(255,255,255,.82);border:1px solid rgba(177,204,222,.65);box-shadow:0 16px 40px rgba(18,32,51,.08)}
.article-mini-head{font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#a10d6a}
.article-mini-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:10px;align-items:center;padding:8px;border-radius:16px;background:rgba(247,250,252,.82);border:1px solid rgba(220,232,241,.95);color:var(--d);text-decoration:none;transition:transform .2s ease, box-shadow .2s ease,border-color .2s ease}
.article-mini-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(18,32,51,.08);text-decoration:none;border-color:rgba(216,60,167,.28)}
.article-mini-card.is-current{border-color:rgba(216,60,167,.4);background:linear-gradient(145deg,rgba(255,245,251,.95),rgba(240,251,253,.92))}
.article-mini-card img{width:78px;height:58px;object-fit:cover;border-radius:12px;border:1px solid #dce8f1}
.article-mini-card span{display:block;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#a10d6a;margin-bottom:3px}
.article-mini-card strong{display:block;font-size:13px;line-height:1.2}
@media(max-width:1120px){.hero-switch-p03 .hero-grid{grid-template-columns:1fr;gap:26px}.hero-copy-p03 h1{max-width:none}.switch-visual-p03 .visual-actions{justify-content:flex-start}.article-hero-grid-p03{grid-template-columns:1fr}}
@media(max-width:640px){.hero-copy-p03 .hero-copy-shell{padding:22px 18px 18px}.hero-copy-p03 h1{font-size:clamp(2.05rem,9vw,3rem)}.mode-switch-p03{width:100%}.mode-switch-p03 .mode-option{min-height:58px;padding:0 8px;font-size:13px}.switch-visual-p03 .visual-frame{padding:18px;border-radius:28px}.switch-visual-p03 img,.hero-switch-p03[data-active-mode="self"] .switch-visual-p03 img{transform:none}.article-mini-card{grid-template-columns:68px minmax(0,1fr)}.article-mini-card img{width:68px;height:52px}}


/* V11 Master Patch 04 - isolated homepage/newsroom refinements */
.hero-switch-p04 .hero-grid{align-items:stretch}
.hero-copy-p04 .hero-copy-shell{min-height:500px;display:flex;flex-direction:column;justify-content:center}
.hero-copy-p04 h1{font-size:clamp(2.25rem,3.05vw,3.75rem)!important;line-height:1.02!important;min-height:7.8rem;max-width:11.7ch!important;display:flex;align-items:flex-end}
.hero-copy-p04 .lead{min-height:6.7rem}
.switch-label-p04{margin:18px 0 8px;font-size:12px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;color:#0e7990}
.mode-switch-p04{width:min(100%,338px)!important;border-radius:22px!important;background:linear-gradient(125deg,rgba(216,60,167,.9),rgba(41,196,209,.95))!important;box-shadow:0 0 22px rgba(216,60,167,.16),0 0 24px rgba(41,196,209,.13),inset 0 1px 0 rgba(255,255,255,.45)!important;animation:omqSwitchGlow 3.2s ease-in-out infinite}
.mode-switch-p04 .mode-option{min-height:56px!important;font-size:13px!important}
.mode-switch-p04 .mode-option .mode-title{display:inline-flex!important}
.mode-switch-p04 .mode-glider{border-radius:16px!important}
@keyframes omqSwitchGlow{0%,100%{box-shadow:0 0 14px rgba(216,60,167,.12),0 0 18px rgba(41,196,209,.1),inset 0 1px 0 rgba(255,255,255,.45)}50%{box-shadow:0 0 24px rgba(216,60,167,.24),0 0 30px rgba(41,196,209,.18),inset 0 1px 0 rgba(255,255,255,.45)}}
.switch-visual-p04{display:flex;flex-direction:column;justify-content:center}
.switch-visual-p04 .visual-frame{position:relative;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;min-height:390px;display:flex;align-items:center;justify-content:center}
.switch-visual-p04 .visual-frame:before,.switch-visual-p04 .visual-backdrop,.switch-visual-p04 .visual-pulse,.switch-visual-p04 .visual-frame-label{display:none!important}
.switch-visual-p04 .blob{position:absolute;border-radius:999px;filter:blur(18px);opacity:.48;z-index:0;pointer-events:none}
.switch-visual-p04 .blob-a{width:240px;height:150px;background:rgba(41,196,209,.26);left:8%;top:16%;transform:rotate(-9deg)}
.switch-visual-p04 .blob-b{width:230px;height:140px;background:rgba(216,60,167,.18);right:4%;bottom:15%;transform:rotate(11deg)}
.switch-visual-p04 .blob-c{width:170px;height:110px;background:rgba(255,255,255,.78);left:34%;bottom:4%;filter:blur(10px)}
.switch-visual-p04 img{width:min(100%,470px)!important;position:relative;z-index:2;aspect-ratio:16/10;object-fit:cover;border:0!important;border-radius:18px!important;box-shadow:0 16px 38px rgba(18,32,51,.12)!important;transform:perspective(1450px) rotateY(-7deg) rotateX(2.5deg) rotateZ(-.6deg)!important;transition:opacity .22s ease, transform .35s ease!important}
.hero-switch-p04[data-active-mode="self"] .switch-visual-p04 img{transform:perspective(1450px) rotateY(-7deg) rotateX(2.5deg) rotateZ(-.6deg)!important}
.switch-visual-p04.is-changing img{opacity:.7!important}
.hero-switch-p04 .visual-actions{justify-content:flex-end;margin-top:0;padding-right:8px}
.module-carousel3d{position:relative;overflow:hidden;margin-top:18px;padding:16px 0;border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.68),rgba(238,251,253,.62));border:1px solid rgba(177,204,222,.58);perspective:900px}
.module-carousel3d:before,.module-carousel3d:after{content:"";position:absolute;top:0;bottom:0;width:54px;z-index:3;pointer-events:none}
.module-carousel3d:before{left:0;background:linear-gradient(90deg,rgba(255,255,255,.92),transparent)}
.module-carousel3d:after{right:0;background:linear-gradient(270deg,rgba(255,255,255,.92),transparent)}
.module-carousel-track{display:flex;gap:12px;width:max-content;animation:omqModuleDrift 24s linear infinite;transform-style:preserve-3d}
.module-carousel3d:hover .module-carousel-track{animation-play-state:paused}
.module-mini{width:108px;min-width:108px;height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border-radius:22px;background:rgba(255,255,255,.9);border:1px solid rgba(177,204,222,.58);box-shadow:0 12px 28px rgba(18,32,51,.07);transform:rotateY(-8deg)}
.module-mini img{width:50px;height:50px;object-fit:contain;image-rendering:auto}
.module-mini strong{font-size:11px;line-height:1.1;text-align:center;color:#17304b}
@keyframes omqModuleDrift{0%{transform:translateX(12px) rotateX(0deg)}100%{transform:translateX(-48%) rotateX(0deg)}}
.article-hero-p04 .eyebrow,.article-hero-p04 .article-login-mini{display:none!important}
.article-work-card{align-self:start;padding:18px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(238,251,253,.72));border:1px solid rgba(177,204,222,.62);box-shadow:0 14px 38px rgba(18,32,51,.07)}
.article-work-card h3{margin:0 0 8px;font-size:18px}
.article-work-card p{margin:0;color:#587087;font-size:14px}
.article-side-news .article-mini-feed{box-shadow:none;border:0;background:transparent;padding:0}
.article-side-news .article-mini-head{display:none}
@media(max-width:1120px){.hero-copy-p04 .hero-copy-shell{min-height:auto}.hero-copy-p04 h1,.hero-copy-p04 .lead{min-height:auto}.switch-visual-p04 .visual-frame{min-height:310px}.hero-switch-p04 .visual-actions{justify-content:flex-start}.switch-visual-p04 img,.hero-switch-p04[data-active-mode="self"] .switch-visual-p04 img{transform:perspective(1200px) rotateY(-4deg) rotateX(1.5deg)!important}}
@media(max-width:640px){.hero-copy-p04 h1{max-width:none!important;font-size:clamp(2rem,9vw,2.8rem)!important}.mode-switch-p04{width:100%!important}.switch-visual-p04 .visual-frame{min-height:240px}.switch-visual-p04 img,.hero-switch-p04[data-active-mode="self"] .switch-visual-p04 img{transform:none!important}.module-mini{width:94px;min-width:94px;height:104px}.module-mini img{width:44px;height:44px}}


/* V11 Master Patch 05 - isolated homepage hero and switch refinement */
.hero-switch-p05{position:relative;isolation:isolate}
.hero-switch-p05:after{content:"";position:absolute;inset:18px max(8px,calc((100vw - 1320px)/2 - 8px)) 0;pointer-events:none;border-radius:48px;background:radial-gradient(circle at 18% 28%,rgba(41,196,209,.12),transparent 28%),radial-gradient(circle at 82% 24%,rgba(216,60,167,.12),transparent 30%),radial-gradient(circle at 52% 82%,rgba(164,119,255,.08),transparent 34%);filter:blur(20px);opacity:.95;animation:omqHeroGlow 9s ease-in-out infinite alternate}
.siri-glow{position:absolute;pointer-events:none;border-radius:999px;filter:blur(40px);opacity:.55;mix-blend-mode:screen;z-index:0}
.siri-glow-a{width:320px;height:180px;left:9%;top:10%;background:radial-gradient(circle,rgba(41,196,209,.36),transparent 70%);animation:omqSiriGlowA 8.5s ease-in-out infinite}
.siri-glow-b{width:300px;height:180px;right:10%;top:18%;background:radial-gradient(circle,rgba(216,60,167,.28),transparent 70%);animation:omqSiriGlowB 10s ease-in-out infinite}
.siri-glow-c{width:420px;height:200px;left:36%;bottom:4%;background:radial-gradient(circle,rgba(117,139,255,.18),transparent 72%);animation:omqSiriGlowC 11s ease-in-out infinite}
@keyframes omqHeroGlow{0%{transform:translate3d(0,0,0) scale(1)}100%{transform:translate3d(0,-8px,0) scale(1.02)}}
@keyframes omqSiriGlowA{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(26px,-10px,0) scale(1.08)}}
@keyframes omqSiriGlowB{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-20px,12px,0) scale(1.06)}}
@keyframes omqSiriGlowC{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(0,-14px,0) scale(1.12)}}
.hero-copy-p05 .hero-copy-shell{backdrop-filter:blur(0)!important}
.hero-copy-p05 .lead{max-width:64ch}
.switch-label-p05{color:#1b4a60;opacity:.78}
.mode-switch-p05{width:min(100%,352px)!important;padding:7px!important;border-radius:24px!important;background:linear-gradient(135deg,rgba(255,255,255,.58),rgba(255,255,255,.18))!important;border:1px solid rgba(255,255,255,.54)!important;box-shadow:0 18px 42px rgba(18,32,51,.12),0 0 28px rgba(41,196,209,.14),0 0 22px rgba(216,60,167,.12),inset 0 1px 0 rgba(255,255,255,.68)!important;backdrop-filter:blur(16px)!important;overflow:hidden}
.mode-switch-p05 .mode-option{min-height:58px!important;color:#16334e!important;font-weight:950!important;text-shadow:none!important}
.mode-switch-p05 .mode-option .mode-title{position:relative;display:inline-flex!important;align-items:center;justify-content:center;padding:0 8px;border-radius:999px}
.mode-switch-p05 .mode-option .mode-title:before{display:none!important}
.mode-switch-p05 .mode-option.is-active{color:#122033!important}
.mode-switch-p05 .mode-option:not(.is-active){opacity:.92}
.mode-switch-p05 .mode-glider{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,251,253,.97))!important;box-shadow:0 10px 24px rgba(18,32,51,.14),0 0 0 1px rgba(18,32,51,.05) inset,0 0 18px rgba(255,255,255,.55)!important}
.mode-switch-p05 .mode-glider:before{content:"";position:absolute;left:14px;right:14px;top:14px;bottom:14px;border-radius:999px;background:linear-gradient(90deg,rgba(216,60,167,.08),rgba(41,196,209,.08));box-shadow:inset 0 0 0 1px rgba(18,32,51,.05)}
.switch-hint-p05{max-width:580px;border-color:rgba(216,60,167,.14)!important;background:linear-gradient(115deg,rgba(255,255,255,.9),rgba(244,252,255,.82))!important}
.switch-visual-p05{padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.switch-visual-p05:before{display:none!important}
.switch-visual-p05 .visual-stage{position:relative;min-height:390px;display:flex;align-items:center;justify-content:center;overflow:visible}
.visual-blob-p05,.visual-wave-p05{position:absolute;pointer-events:none}
.visual-blob-p05{border-radius:999px;filter:blur(18px);opacity:.58}
.visual-blob-p05.blob-a{width:250px;height:150px;left:4%;top:14%;background:radial-gradient(circle,rgba(41,196,209,.28),transparent 72%);animation:omqVisualBlobA 8.8s ease-in-out infinite}
.visual-blob-p05.blob-b{width:240px;height:148px;right:8%;bottom:16%;background:radial-gradient(circle,rgba(216,60,167,.22),transparent 72%);animation:omqVisualBlobB 9.4s ease-in-out infinite}
.visual-blob-p05.blob-c{width:170px;height:110px;left:40%;bottom:2%;background:radial-gradient(circle,rgba(255,255,255,.86),transparent 70%);filter:blur(10px);opacity:.9}
.visual-wave-p05{border-radius:999px;border:1px solid rgba(255,255,255,.7);box-shadow:0 0 0 1px rgba(177,204,222,.22) inset;opacity:.55}
.visual-wave-p05.wave-a{width:420px;height:420px;background:radial-gradient(circle,rgba(255,255,255,.26),transparent 60%);animation:omqWavePulse 7.8s ease-in-out infinite}
.visual-wave-p05.wave-b{width:320px;height:320px;background:radial-gradient(circle,rgba(255,255,255,.2),transparent 60%);animation:omqWavePulse 7.8s ease-in-out infinite 1.2s}
@keyframes omqVisualBlobA{0%,100%{transform:translate3d(0,0,0) rotate(-7deg)}50%{transform:translate3d(22px,-10px,0) rotate(-10deg)}}
@keyframes omqVisualBlobB{0%,100%{transform:translate3d(0,0,0) rotate(8deg)}50%{transform:translate3d(-18px,10px,0) rotate(12deg)}}
@keyframes omqWavePulse{0%,100%{transform:scale(.94);opacity:.34}50%{transform:scale(1.03);opacity:.6}}
.switch-visual-p05 img{width:min(100%,498px)!important;aspect-ratio:16/10;object-fit:cover;border-radius:20px!important;border:0!important;box-shadow:0 20px 44px rgba(18,32,51,.12)!important;transform:perspective(1600px) rotateY(-5deg) rotateX(1.6deg) rotateZ(-.35deg)!important;position:relative;z-index:2}
.hero-switch-p05[data-active-mode="self"] .switch-visual-p05 img{transform:perspective(1600px) rotateY(-5deg) rotateX(1.6deg) rotateZ(-.35deg)!important}
.visual-actions-p05{justify-content:center!important;gap:12px!important;margin-top:18px!important;padding-right:0!important}
.section-p05 [data-panel="service"],.section-p05 [data-panel="self"]{min-height:100%}
.section-p05 .service-card-p05 h3,.section-p05 .self-card-p05 h3{margin-bottom:10px}
.section-p05 .service-card-p05 p,.section-p05 .self-card-p05 p{margin-bottom:14px}
@media(max-width:1120px){.hero-switch-p05 .visual-stage{min-height:320px}.switch-visual-p05 img,.hero-switch-p05[data-active-mode="self"] .switch-visual-p05 img{transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)!important}.visual-actions-p05{justify-content:center!important}}
@media(max-width:640px){.mode-switch-p05{width:100%!important}.hero-switch-p05 .visual-stage{min-height:250px}.switch-visual-p05 img,.hero-switch-p05[data-active-mode="self"] .switch-visual-p05 img{transform:none!important}.visual-wave-p05.wave-a{width:280px;height:280px}.visual-wave-p05.wave-b{width:220px;height:220px}.visual-actions-p05{display:grid!important;grid-template-columns:1fr!important}.visual-actions-p05 .small-btn{width:100%!important}}


/* V11 Master Patch 06 - only homepage readability, separation and visual cleanup */
.hero-switch-p06 .hero-grid{align-items:center}
.hero-switch-p06 .hero-copy-shell{min-height:470px}
.hero-switch-p06 .switch-label-p04,.hero-switch-p06 .switch-hint,.hero-switch-p06 .switch-hint-p05{display:none!important}
.mode-switch-p06{background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(239,250,253,.88))!important;border:1px solid rgba(177,204,222,.72)!important;box-shadow:0 16px 36px rgba(18,32,51,.10),0 0 18px rgba(216,60,167,.12),0 0 24px rgba(41,196,209,.12)!important}
.mode-switch-p06 .mode-option{color:#17304b!important;opacity:1!important;text-shadow:none!important}
.mode-switch-p06 .mode-option .mode-title{color:#17304b!important;text-shadow:none!important;font-weight:950!important;letter-spacing:.02em}
.mode-switch-p06 .mode-option.is-active .mode-title{color:#07182b!important}
.mode-switch-p06 .mode-glider{background:linear-gradient(145deg,#ffffff,#eef8fb)!important;border:1px solid rgba(177,204,222,.62)!important;box-shadow:0 10px 22px rgba(18,32,51,.12),0 0 0 1px rgba(255,255,255,.8) inset!important}
.mode-switch-p06 .mode-glider:before{background:linear-gradient(90deg,rgba(216,60,167,.14),rgba(41,196,209,.14))!important}
.switch-visual-p06 .visual-stage{position:relative;min-height:390px;display:flex;align-items:center;justify-content:center;overflow:visible}
.switch-visual-p06 .visual-stage:before{content:"";position:absolute;width:min(92%,520px);height:min(82%,360px);border-radius:46% 54% 51% 49%/45% 42% 58% 55%;background:radial-gradient(circle at 24% 22%,rgba(41,196,209,.26),transparent 42%),radial-gradient(circle at 78% 70%,rgba(216,60,167,.20),transparent 46%),linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,255,255,.20));filter:blur(1px);opacity:.82;animation:omqVisualBreath06 7s ease-in-out infinite}
.switch-visual-p06 .visual-stage:after{content:"";position:absolute;width:66%;height:18%;left:17%;bottom:11%;border-radius:50%;background:radial-gradient(circle,rgba(18,32,51,.14),transparent 70%);filter:blur(18px);opacity:.34;animation:omqShadowFloat06 7s ease-in-out infinite}
.switch-visual-p06 .visual-wave-p05{display:none!important}
.switch-visual-p06 img{width:min(100%,520px)!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;border:0!important;outline:0!important;border-radius:16px!important;box-shadow:0 18px 36px rgba(18,32,51,.10)!important;transform:perspective(1500px) rotateY(-4deg) rotateX(1.2deg) translateY(0)!important;transition:transform .28s ease,filter .28s ease,box-shadow .28s ease!important}
.switch-visual-p06:hover img{transform:perspective(1500px) rotateY(-1deg) rotateX(.5deg) translateY(-8px) scale(1.018)!important;filter:saturate(1.05) contrast(1.02);box-shadow:0 24px 44px rgba(18,32,51,.14)!important}
.hero-switch-p06[data-active-mode="self"] .switch-visual-p06 img{transform:perspective(1500px) rotateY(-4deg) rotateX(1.2deg) translateY(0)!important}
.hero-switch-p06[data-active-mode="self"] .switch-visual-p06:hover img{transform:perspective(1500px) rotateY(-1deg) rotateX(.5deg) translateY(-8px) scale(1.018)!important}
@keyframes omqVisualBreath06{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(0,-8px,0) scale(1.025)}}
@keyframes omqShadowFloat06{0%,100%{transform:scale(.96);opacity:.28}50%{transform:scale(1.05);opacity:.38}}
.visual-actions-p06{justify-content:center!important;margin-top:12px!important}
.section-p06.is-hidden{display:none!important}
.section-p06[data-panel="service"] .grid3{align-items:stretch}
.self-card-p06{padding:26px!important}
.self-card-p06 .module-carousel3d{margin-bottom:22px}
.webplanner-only-p06{margin-top:18px}
.webplanner-only-p06>div{padding:16px;border-radius:20px;background:rgba(255,255,255,.74);border:1px solid rgba(177,204,222,.55)}
.webplanner-only-p06 p{font-size:14px;margin:.35rem 0 0;color:#587087}
@media(max-width:1120px){.hero-switch-p06 .hero-copy-shell{min-height:auto}.switch-visual-p06 .visual-stage{min-height:310px}.switch-visual-p06 img,.hero-switch-p06[data-active-mode="self"] .switch-visual-p06 img{transform:none!important}.switch-visual-p06:hover img,.hero-switch-p06[data-active-mode="self"] .switch-visual-p06:hover img{transform:translateY(-5px) scale(1.01)!important}}
@media(max-width:640px){.switch-visual-p06 .visual-stage{min-height:235px}.switch-visual-p06 img{width:100%!important}.mode-switch-p06 .mode-option .mode-title{font-size:12px}}


/* V11 Master Patch 07 - real readable sliding pill + hard removal of image frames */
.hero-switch-p06 .mode-switch-p06{
  position:relative!important;
  width:min(100%,430px)!important;
  height:76px!important;
  padding:8px!important;
  border-radius:999px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0!important;
  background:linear-gradient(105deg,#c735d9 0%,#9a35f4 46%,#26c8d4 100%)!important;
  border:0!important;
  outline:0!important;
  box-shadow:0 18px 42px rgba(121,56,229,.24),0 0 22px rgba(216,60,167,.12),inset 0 1px 0 rgba(255,255,255,.35)!important;
  overflow:hidden!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-glider{
  position:absolute!important;
  top:8px!important;
  left:8px!important;
  width:calc(50% - 8px)!important;
  height:calc(100% - 16px)!important;
  border-radius:999px!important;
  background:#ffffff!important;
  border:0!important;
  outline:0!important;
  box-shadow:0 12px 28px rgba(18,32,51,.18), inset 0 0 0 1px rgba(255,255,255,.85)!important;
  transform:translateX(0)!important;
  transition:transform .36s cubic-bezier(.22,.88,.22,1), box-shadow .28s ease!important;
  z-index:1!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-glider:before,
.hero-switch-p06 .mode-switch-p06 .mode-glider:after{
  display:none!important;
  content:none!important;
}
.hero-switch-p06[data-active-mode="self"] .mode-switch-p06 .mode-glider{
  transform:translateX(100%)!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-option{
  position:relative!important;
  z-index:2!important;
  min-height:60px!important;
  height:60px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  cursor:pointer!important;
  color:#ffffff!important;
  opacity:1!important;
  text-shadow:0 1px 2px rgba(18,32,51,.22)!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-option .mode-title{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:inherit!important;
  font-size:16px!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
  text-shadow:inherit!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-option.is-active{
  color:#8b2ff0!important;
  text-shadow:none!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-option.is-active .mode-title{
  color:#8b2ff0!important;
  text-shadow:none!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-option:not(.is-active) .mode-title{
  color:#ffffff!important;
  text-shadow:0 1px 2px rgba(18,32,51,.22)!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-option:focus-visible{
  outline:3px solid rgba(255,255,255,.9)!important;
  outline-offset:-6px!important;
}

/* remove every visual container/frame around the hero screenshot */
.hero-switch-p06 .switch-visual-p06,
.hero-switch-p06 .switch-visual-p06 .visual-stage,
.hero-switch-p06 .visual-card,
.hero-switch-p06 .visual-stage-p05,
.hero-switch-p06 .visual-stage-p06{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.hero-switch-p06 .switch-visual-p06:before,
.hero-switch-p06 .switch-visual-p06:after,
.hero-switch-p06 .visual-card:before,
.hero-switch-p06 .visual-card:after,
.hero-switch-p06 .visual-stage:before,
.hero-switch-p06 .visual-stage:after,
.hero-switch-p06 .visual-stage-p05:before,
.hero-switch-p06 .visual-stage-p05:after,
.hero-switch-p06 .visual-stage-p06:before,
.hero-switch-p06 .visual-stage-p06:after{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.hero-switch-p06 .visual-stage-p06:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  width:min(88%,520px)!important;
  height:min(72%,315px)!important;
  border-radius:44% 56% 52% 48%/45% 42% 58% 55%!important;
  background:radial-gradient(circle at 24% 22%,rgba(41,196,209,.25),transparent 42%),radial-gradient(circle at 78% 70%,rgba(216,60,167,.19),transparent 46%),linear-gradient(135deg,rgba(255,255,255,.42),rgba(255,255,255,.10))!important;
  filter:blur(10px)!important;
  opacity:.82!important;
  z-index:0!important;
  animation:omqVisualBreath06 7s ease-in-out infinite!important;
}
.hero-switch-p06 .visual-stage-p06:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  width:64%!important;
  height:14%!important;
  left:18%!important;
  bottom:12%!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(18,32,51,.12),transparent 72%)!important;
  filter:blur(20px)!important;
  opacity:.30!important;
  z-index:0!important;
  animation:omqShadowFloat06 7s ease-in-out infinite!important;
}
.hero-switch-p06 .switch-visual-p06 img{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  width:min(100%,540px)!important;
  max-width:100%!important;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:0 18px 32px rgba(18,32,51,.09)!important;
  transform:perspective(1500px) rotateY(-3.5deg) rotateX(1deg) translateY(0)!important;
  transition:transform .28s ease,filter .28s ease,box-shadow .28s ease!important;
}
.hero-switch-p06 .switch-visual-p06:hover img{
  transform:perspective(1500px) rotateY(-.8deg) rotateX(.3deg) translateY(-8px) scale(1.015)!important;
  box-shadow:0 22px 38px rgba(18,32,51,.12)!important;
  filter:saturate(1.04) contrast(1.015)!important;
}
.hero-switch-p06[data-active-mode="self"] .switch-visual-p06 img{
  transform:perspective(1500px) rotateY(-3.5deg) rotateX(1deg) translateY(0)!important;
}
.hero-switch-p06[data-active-mode="self"] .switch-visual-p06:hover img{
  transform:perspective(1500px) rotateY(-.8deg) rotateX(.3deg) translateY(-8px) scale(1.015)!important;
}
@media(max-width:640px){
  .hero-switch-p06 .mode-switch-p06{height:68px!important;width:100%!important}
  .hero-switch-p06 .mode-switch-p06 .mode-option{height:52px!important;min-height:52px!important;padding:0 10px!important}
  .hero-switch-p06 .mode-switch-p06 .mode-option .mode-title{font-size:13px!important}
  .hero-switch-p06 .switch-visual-p06 img,
  .hero-switch-p06[data-active-mode="self"] .switch-visual-p06 img{
    transform:none!important;
  }
}


/* V11 Master Patch 08 - CI color correction, larger centered hero image, no hover frames */
.hero-switch-p06 .hero-grid{
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr)!important;
  gap:22px!important;
}
.hero-switch-p06 .mode-switch-p06{
  background:linear-gradient(105deg,#d83ca7 0%,#cf2fa4 38%,#29c4d1 100%)!important;
  box-shadow:0 18px 42px rgba(216,60,167,.18),0 0 22px rgba(41,196,209,.14),inset 0 1px 0 rgba(255,255,255,.34)!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-option:not(.is-active) .mode-title{
  color:#ffffff!important;
  text-shadow:0 1px 2px rgba(18,32,51,.25)!important;
}
.hero-switch-p06[data-active-mode="service"] .mode-switch-p06 .mode-option.is-active .mode-title{
  color:#b51a84!important;
}
.hero-switch-p06[data-active-mode="self"] .mode-switch-p06 .mode-option.is-active .mode-title{
  color:#087b8a!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-glider{
  background:#ffffff!important;
  box-shadow:0 12px 26px rgba(18,32,51,.16),inset 0 0 0 1px rgba(255,255,255,.9)!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-glider:before{
  background:linear-gradient(90deg,rgba(216,60,167,.10),rgba(41,196,209,.12))!important;
}

/* right-side image: larger, centered, no artificial frame */
.hero-switch-p06 .switch-visual-p06{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.hero-switch-p06 .switch-visual-p06 .visual-stage,
.hero-switch-p06 .visual-stage-p06{
  width:100%!important;
  min-height:455px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  margin:0 auto!important;
}
.hero-switch-p06 .visual-stage-p06:before{
  width:min(92%,650px)!important;
  height:min(76%,360px)!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.hero-switch-p06 .visual-stage-p06:after{
  left:50%!important;
  transform:translateX(-50%)!important;
  width:58%!important;
}
.hero-switch-p06 .switch-visual-p06 img{
  width:min(100%,680px)!important;
  max-width:680px!important;
  margin:0 auto!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:0 18px 30px rgba(18,32,51,.08)!important;
}
.hero-switch-p06 .switch-visual-p06:hover,
.hero-switch-p06 .switch-visual-p06:hover .visual-stage,
.hero-switch-p06 .switch-visual-p06:hover .visual-stage-p06,
.hero-switch-p06 .switch-visual-p06:hover img,
.hero-switch-p06 .mode-switch-p06:hover,
.hero-switch-p06 .mode-switch-p06:hover .mode-option,
.hero-switch-p06 .mode-switch-p06:hover .mode-glider,
.hero-switch-p06 .visual-actions-p06:hover,
.hero-switch-p06 .visual-actions-p06 a:hover{
  outline:0!important;
}
.hero-switch-p06 .switch-visual-p06:hover,
.hero-switch-p06 .switch-visual-p06:hover .visual-stage,
.hero-switch-p06 .switch-visual-p06:hover .visual-stage-p06,
.hero-switch-p06 .mode-switch-p06:hover,
.hero-switch-p06 .visual-actions-p06:hover{
  border-color:transparent!important;
}
.hero-switch-p06 .visual-actions-p06{
  justify-content:center!important;
  width:100%!important;
  margin-top:10px!important;
}
.hero-switch-p06 .visual-actions-p06 .small-btn{
  outline:0!important;
  box-shadow:none;
}
.hero-switch-p06 .visual-actions-p06 .btn.small-btn{
  background:linear-gradient(105deg,#d83ca7,#29c4d1)!important;
}
.hero-switch-p06 .visual-actions-p06 .btn2.small-btn{
  background:rgba(255,255,255,.88)!important;
  color:#122033!important;
}
.hero-switch-p06 .visual-actions-p06 .small-btn:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 12px 24px rgba(18,32,51,.10)!important;
  outline:0!important;
}

@media(max-width:1120px){
  .hero-switch-p06 .hero-grid{
    grid-template-columns:1fr!important;
    gap:26px!important;
  }
  .hero-switch-p06 .switch-visual-p06 .visual-stage,
  .hero-switch-p06 .visual-stage-p06{
    min-height:330px!important;
  }
  .hero-switch-p06 .switch-visual-p06 img{
    width:min(100%,620px)!important;
  }
}
@media(max-width:640px){
  .hero-switch-p06 .switch-visual-p06 .visual-stage,
  .hero-switch-p06 .visual-stage-p06{
    min-height:245px!important;
  }
  .hero-switch-p06 .switch-visual-p06 img{
    width:100%!important;
  }
}


/* V11 Master Patch 09 - fixed slider position + clean hover without rectangular shimmer */
.hero-switch-p06 .hero-copy-shell{
  position:relative!important;
  min-height:640px!important;
  display:block!important;
  padding-bottom:145px!important;
}
.hero-switch-p06 .hero-copy-shell > h1{
  margin-bottom:34px!important;
}
.hero-switch-p06 .hero-copy-shell > .lead{
  margin-bottom:0!important;
  max-width:680px!important;
}

/* fixed bottom-left position for the slider, independent from text length */
.hero-switch-p06 .mode-switch-p06{
  position:absolute!important;
  left:36px!important;
  bottom:44px!important;
  margin:0!important;
  transform:none!important;
  will-change:auto!important;
}

/* no rectangular hover glow/flicker on image stage or button group */
.hero-switch-p06 .switch-visual-p06,
.hero-switch-p06 .switch-visual-p06:hover,
.hero-switch-p06 .visual-stage-p06,
.hero-switch-p06 .visual-stage-p06:hover,
.hero-switch-p06 .visual-stage-p05,
.hero-switch-p06 .visual-stage-p05:hover,
.hero-switch-p06 .visual-actions-p06,
.hero-switch-p06 .visual-actions-p06:hover{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
  backdrop-filter:none!important;
}

/* background blobs remain static and do not react to hover */
.hero-switch-p06 .visual-stage-p06:before,
.hero-switch-p06 .visual-stage-p06:after{
  pointer-events:none!important;
  transition:none!important;
  will-change:auto!important;
}
.hero-switch-p06 .switch-visual-p06:hover .visual-stage-p06:before,
.hero-switch-p06 .switch-visual-p06:hover .visual-stage-p06:after,
.hero-switch-p06 .visual-stage-p06:hover:before,
.hero-switch-p06 .visual-stage-p06:hover:after{
  transform:translate(-50%,-50%)!important;
  filter:blur(10px)!important;
  opacity:.82!important;
}
.hero-switch-p06 .switch-visual-p06:hover .visual-stage-p06:after,
.hero-switch-p06 .visual-stage-p06:hover:after{
  transform:translateX(-50%)!important;
  filter:blur(20px)!important;
  opacity:.30!important;
}

/* modern hover only on the image itself: no background changes */
.hero-switch-p06 .switch-visual-p06 img{
  transition:transform .24s ease, filter .24s ease!important;
  box-shadow:none!important;
  will-change:transform!important;
}
.hero-switch-p06 .switch-visual-p06:hover img,
.hero-switch-p06 .visual-stage-p06:hover img,
.hero-switch-p06[data-active-mode="self"] .switch-visual-p06:hover img,
.hero-switch-p06[data-active-mode="self"] .visual-stage-p06:hover img{
  transform:perspective(1500px) rotateY(-2deg) rotateX(.8deg) translateY(-6px) scale(1.012)!important;
  filter:saturate(1.04) contrast(1.015)!important;
  box-shadow:none!important;
}

/* button hover: only subtle lift, no square shimmer/container repaint */
.hero-switch-p06 .visual-actions-p06 .small-btn,
.hero-switch-p06 .visual-actions-p06 .small-btn:hover,
.hero-switch-p06 .visual-actions-p06 .small-btn:focus,
.hero-switch-p06 .visual-actions-p06 .small-btn:focus-visible{
  border-radius:18px!important;
  outline:0!important;
  text-decoration:none!important;
}
.hero-switch-p06 .visual-actions-p06 .small-btn:hover{
  transform:translateY(-2px) scale(1.015)!important;
  filter:saturate(1.04)!important;
  box-shadow:0 10px 22px rgba(18,32,51,.10)!important;
}
.hero-switch-p06 .visual-actions-p06 .btn.small-btn:hover{
  background:linear-gradient(105deg,#d83ca7,#29c4d1)!important;
}
.hero-switch-p06 .visual-actions-p06 .btn2.small-btn:hover{
  background:rgba(255,255,255,.88)!important;
  color:#122033!important;
}

/* prevent old global hover rules from drawing rectangular artifacts in the hero */
.hero-switch-p06 .switch-visual-p06 *,
.hero-switch-p06 .visual-actions-p06 *{
  -webkit-tap-highlight-color:transparent!important;
}
.hero-switch-p06 .switch-visual-p06 *:hover,
.hero-switch-p06 .visual-actions-p06 *:hover{
  outline:0!important;
}

/* responsive correction: fixed slider becomes normal flow on narrow layouts */
@media(max-width:1120px){
  .hero-switch-p06 .hero-copy-shell{
    min-height:auto!important;
    padding-bottom:28px!important;
  }
  .hero-switch-p06 .mode-switch-p06{
    position:relative!important;
    left:auto!important;
    bottom:auto!important;
    margin-top:34px!important;
  }
}
@media(max-width:640px){
  .hero-switch-p06 .hero-copy-shell{
    padding-bottom:20px!important;
  }
}


/* V11 Master Patch 12 - Master Patch 11 visual continuation: remove hover container/shadow + Apple Liquid Glass tuning */

/* remove large outer hero shadow/container depth while keeping subtle liquid glass surface */
.hero-switch-p06:before,
.hero-switch-p05:before,
.hero-switch-p04:before,
.hero-switch-p03:before,
.hero-switch-p02:before,
.hero-switch:before{
  box-shadow:none!important;
}
.hero-switch-p06:before{
  background:linear-gradient(135deg,rgba(255,255,255,.36),rgba(255,255,255,.13))!important;
  border:1px solid rgba(255,255,255,.52)!important;
  backdrop-filter:blur(22px) saturate(1.18)!important;
}

/* no rectangular hover field on image/button side */
.hero-switch-p06 .switch-visual-p06,
.hero-switch-p06 .switch-visual-p06:hover,
.hero-switch-p06 .visual-card,
.hero-switch-p06 .visual-card:hover,
.hero-switch-p06 .visual-stage,
.hero-switch-p06 .visual-stage:hover,
.hero-switch-p06 .visual-stage-p05,
.hero-switch-p06 .visual-stage-p05:hover,
.hero-switch-p06 .visual-stage-p06,
.hero-switch-p06 .visual-stage-p06:hover,
.hero-switch-p06 .visual-actions-p06,
.hero-switch-p06 .visual-actions-p06:hover{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
  backdrop-filter:none!important;
}

/* keep only organic non-rectangular image ambience, never a square hover panel */
.hero-switch-p06 .visual-stage-p06:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:min(92%,650px)!important;
  height:min(76%,360px)!important;
  transform:translate(-50%,-50%)!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:45% 55% 52% 48%/46% 41% 59% 54%!important;
  background:
    radial-gradient(circle at 24% 22%,rgba(41,196,209,.22),transparent 45%),
    radial-gradient(circle at 78% 70%,rgba(216,60,167,.17),transparent 48%),
    radial-gradient(circle at 52% 56%,rgba(255,255,255,.32),transparent 58%)!important;
  filter:blur(14px)!important;
  opacity:.72!important;
  pointer-events:none!important;
  z-index:0!important;
}
.hero-switch-p06 .visual-stage-p06:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:50%!important;
  bottom:12%!important;
  width:56%!important;
  height:12%!important;
  transform:translateX(-50%)!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(18,32,51,.08),transparent 74%)!important;
  filter:blur(18px)!important;
  opacity:.20!important;
  pointer-events:none!important;
  z-index:0!important;
}

/* image hover: only the image moves subtly; no parent/container repaint */
.hero-switch-p06 .switch-visual-p06 img{
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  transition:transform .26s cubic-bezier(.2,.8,.2,1), filter .26s ease!important;
}
.hero-switch-p06 .switch-visual-p06:hover img,
.hero-switch-p06 .visual-stage-p06:hover img,
.hero-switch-p06[data-active-mode="self"] .switch-visual-p06:hover img,
.hero-switch-p06[data-active-mode="self"] .visual-stage-p06:hover img{
  transform:perspective(1500px) rotateY(-1.2deg) rotateX(.45deg) translateY(-6px) scale(1.012)!important;
  filter:saturate(1.035) contrast(1.01)!important;
  box-shadow:none!important;
}

/* remove possible rectangular focus/hover artifacts */
.hero-switch-p06 .switch-visual-p06 *,
.hero-switch-p06 .visual-actions-p06 *,
.hero-switch-p06 .mode-switch-p06 *{
  -webkit-tap-highlight-color:transparent!important;
}
.hero-switch-p06 .switch-visual-p06 *:hover,
.hero-switch-p06 .switch-visual-p06 *:focus,
.hero-switch-p06 .switch-visual-p06 *:focus-visible,
.hero-switch-p06 .visual-actions-p06 *:hover,
.hero-switch-p06 .visual-actions-p06 *:focus,
.hero-switch-p06 .visual-actions-p06 *:focus-visible{
  outline:0!important;
}

/* Apple Liquid Glass general tuning */
.topbar,
.card,
.panel,
.hero-copy-shell,
.article-work-card,
.article-side,
.blog-card,
.module-carousel3d,
.omq-dropzone,
.admin-top,
.login-card,
.sidebar{
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.38))!important;
  border:1px solid rgba(255,255,255,.56)!important;
  backdrop-filter:blur(22px) saturate(1.22)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.22)!important;
  box-shadow:0 10px 30px rgba(18,32,51,.055), inset 0 1px 0 rgba(255,255,255,.72)!important;
}

/* hero text box: less heavy, more liquid */
.hero-switch-p06 .hero-copy-shell{
  box-shadow:0 12px 34px rgba(18,32,51,.06), inset 0 1px 0 rgba(255,255,255,.75)!important;
  border-color:rgba(255,255,255,.62)!important;
}

/* buttons: liquid, not boxy on hover */
.btn,
.btn2,
.nav-login,
.visual-actions-p06 .small-btn{
  transition:transform .22s ease, filter .22s ease, box-shadow .22s ease!important;
}
.btn:hover,
.btn2:hover,
.nav-login:hover,
.visual-actions-p06 .small-btn:hover{
  transform:translateY(-2px)!important;
  filter:saturate(1.04)!important;
  box-shadow:0 12px 24px rgba(18,32,51,.10)!important;
  outline:0!important;
}

/* keep the slider sharp and CI-colored after liquid glass tuning */
.hero-switch-p06 .mode-switch-p06{
  background:linear-gradient(105deg,#d83ca7 0%,#cf2fa4 42%,#29c4d1 100%)!important;
  border:0!important;
  box-shadow:0 14px 34px rgba(216,60,167,.14),0 0 22px rgba(41,196,209,.12),inset 0 1px 0 rgba(255,255,255,.34)!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-glider{
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,255,255,.86))!important;
  box-shadow:0 10px 24px rgba(18,32,51,.14), inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.hero-switch-p06[data-active-mode="service"] .mode-switch-p06 .mode-option.is-active .mode-title{
  color:#b51a84!important;
}
.hero-switch-p06[data-active-mode="self"] .mode-switch-p06 .mode-option.is-active .mode-title{
  color:#087b8a!important;
}

/* reduce global page heaviness */
.omq-bg{
  background:
    radial-gradient(circle at 4% 8%,rgba(41,196,209,.18),transparent 30%),
    radial-gradient(circle at 94% 12%,rgba(216,60,167,.18),transparent 32%),
    linear-gradient(180deg,#f6fcff,#fbfdff)!important;
}


/* V11 Master Patch 13 - remove remaining hover frame under hero action buttons */
.hero-switch-p06 .visual-actions-p06,
.hero-switch-p06 .visual-actions-p06:hover,
.hero-switch-p06 .visual-actions-p06:focus,
.hero-switch-p06 .visual-actions-p06:focus-within,
.hero-switch-p06 .visual-actions-p06:active{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.hero-switch-p06 .visual-actions-p06:before,
.hero-switch-p06 .visual-actions-p06:after,
.hero-switch-p06 .visual-actions-p06:hover:before,
.hero-switch-p06 .visual-actions-p06:hover:after,
.hero-switch-p06 .visual-actions-p06:focus-within:before,
.hero-switch-p06 .visual-actions-p06:focus-within:after{
  content:none!important;
  display:none!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
}

/* no parent rectangle / no bottom shimmer when hovering the two CTA buttons */
.hero-switch-p06 .visual-actions-p06 .small-btn,
.hero-switch-p06 .visual-actions-p06 .small-btn:hover,
.hero-switch-p06 .visual-actions-p06 .small-btn:focus,
.hero-switch-p06 .visual-actions-p06 .small-btn:focus-visible,
.hero-switch-p06 .visual-actions-p06 .small-btn:active{
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
  text-decoration:none!important;
  -webkit-tap-highlight-color:transparent!important;
}
.hero-switch-p06 .visual-actions-p06 .small-btn:before,
.hero-switch-p06 .visual-actions-p06 .small-btn:after,
.hero-switch-p06 .visual-actions-p06 .small-btn:hover:before,
.hero-switch-p06 .visual-actions-p06 .small-btn:hover:after,
.hero-switch-p06 .visual-actions-p06 .small-btn:focus:before,
.hero-switch-p06 .visual-actions-p06 .small-btn:focus:after{
  content:none!important;
  display:none!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
}

/* keep buttons clean: only a tiny movement, never a rectangular glow frame */
.hero-switch-p06 .visual-actions-p06 .small-btn:hover{
  transform:translateY(-1px)!important;
  box-shadow:none!important;
  filter:none!important;
}
.hero-switch-p06 .visual-actions-p06 .btn.small-btn,
.hero-switch-p06 .visual-actions-p06 .btn.small-btn:hover{
  background:linear-gradient(105deg,#d83ca7,#29c4d1)!important;
  color:#ffffff!important;
}
.hero-switch-p06 .visual-actions-p06 .btn2.small-btn,
.hero-switch-p06 .visual-actions-p06 .btn2.small-btn:hover{
  background:rgba(255,255,255,.88)!important;
  color:#122033!important;
  border:1px solid rgba(177,204,222,.55)!important;
}

/* eliminate browser focus rectangle/mouse artifact in the hero action area only */
.hero-switch-p06 .visual-actions-p06 a::-moz-focus-inner,
.hero-switch-p06 .visual-actions-p06 button::-moz-focus-inner{
  border:0!important;
}


/* V11 Master Patch 14 - FORCE remove every remaining shadow/ghost under hero buttons */

/* remove the oval/ghost shadow source below the right visual area */
.hero-switch-p06 .visual-stage-p06:after,
.hero-switch-p06 .visual-stage-p05:after,
.hero-switch-p06 .visual-stage:after,
.hero-switch-p06 .switch-visual-p06:after,
.hero-switch-p06 .switch-visual-p05:after,
.hero-switch-p06 .switch-visual-p04:after,
.hero-switch-p06 .switch-visual:after{
  content:none!important;
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  width:0!important;
  height:0!important;
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
}

/* neutralize all shadows on the complete CTA zone, all interaction states */
.hero-switch-p06 .visual-actions,
.hero-switch-p06 .visual-actions-p05,
.hero-switch-p06 .visual-actions-p06,
.hero-switch-p06 .visual-actions:hover,
.hero-switch-p06 .visual-actions-p05:hover,
.hero-switch-p06 .visual-actions-p06:hover,
.hero-switch-p06 .visual-actions:focus-within,
.hero-switch-p06 .visual-actions-p05:focus-within,
.hero-switch-p06 .visual-actions-p06:focus-within{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
  text-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* FORCE no shadow on both hero buttons in every state */
.hero-switch-p06 .visual-actions a,
.hero-switch-p06 .visual-actions-p05 a,
.hero-switch-p06 .visual-actions-p06 a,
.hero-switch-p06 .visual-actions .btn,
.hero-switch-p06 .visual-actions .btn2,
.hero-switch-p06 .visual-actions .small-btn,
.hero-switch-p06 .visual-actions-p05 .btn,
.hero-switch-p06 .visual-actions-p05 .btn2,
.hero-switch-p06 .visual-actions-p05 .small-btn,
.hero-switch-p06 .visual-actions-p06 .btn,
.hero-switch-p06 .visual-actions-p06 .btn2,
.hero-switch-p06 .visual-actions-p06 .small-btn,
.hero-switch-p06 .visual-actions a:hover,
.hero-switch-p06 .visual-actions-p05 a:hover,
.hero-switch-p06 .visual-actions-p06 a:hover,
.hero-switch-p06 .visual-actions .btn:hover,
.hero-switch-p06 .visual-actions .btn2:hover,
.hero-switch-p06 .visual-actions .small-btn:hover,
.hero-switch-p06 .visual-actions-p05 .btn:hover,
.hero-switch-p06 .visual-actions-p05 .btn2:hover,
.hero-switch-p06 .visual-actions-p05 .small-btn:hover,
.hero-switch-p06 .visual-actions-p06 .btn:hover,
.hero-switch-p06 .visual-actions-p06 .btn2:hover,
.hero-switch-p06 .visual-actions-p06 .small-btn:hover,
.hero-switch-p06 .visual-actions a:focus,
.hero-switch-p06 .visual-actions-p05 a:focus,
.hero-switch-p06 .visual-actions-p06 a:focus,
.hero-switch-p06 .visual-actions a:focus-visible,
.hero-switch-p06 .visual-actions-p05 a:focus-visible,
.hero-switch-p06 .visual-actions-p06 a:focus-visible,
.hero-switch-p06 .visual-actions a:active,
.hero-switch-p06 .visual-actions-p05 a:active,
.hero-switch-p06 .visual-actions-p06 a:active{
  box-shadow:none!important;
  filter:none!important;
  outline:0!important;
  text-shadow:none!important;
  border-color:rgba(177,204,222,.42)!important;
  transition:transform .18s ease, opacity .18s ease, background .18s ease, color .18s ease!important;
}

/* new hover animation without any shadow: gentle magnetic lift + gloss line */
.hero-switch-p06 .visual-actions-p06 .small-btn{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.hero-switch-p06 .visual-actions-p06 .small-btn:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:-40%!important;
  top:0!important;
  width:36%!important;
  height:100%!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent)!important;
  transform:skewX(-18deg) translateX(-120%)!important;
  opacity:0!important;
  box-shadow:none!important;
  filter:none!important;
  pointer-events:none!important;
  z-index:1!important;
  transition:transform .38s ease, opacity .22s ease!important;
}
.hero-switch-p06 .visual-actions-p06 .small-btn:hover:before{
  transform:skewX(-18deg) translateX(420%)!important;
  opacity:.75!important;
}
.hero-switch-p06 .visual-actions-p06 .small-btn:hover{
  transform:translateY(-1px) scale(1.012)!important;
  box-shadow:none!important;
  filter:none!important;
}

/* keep actual colors stable without hover shadow */
.hero-switch-p06 .visual-actions-p06 .btn.small-btn,
.hero-switch-p06 .visual-actions-p06 .btn.small-btn:hover,
.hero-switch-p06 .visual-actions-p06 .btn.small-btn:focus,
.hero-switch-p06 .visual-actions-p06 .btn.small-btn:active{
  background:linear-gradient(105deg,#d83ca7,#29c4d1)!important;
  color:#ffffff!important;
  border:0!important;
  box-shadow:none!important;
}
.hero-switch-p06 .visual-actions-p06 .btn2.small-btn,
.hero-switch-p06 .visual-actions-p06 .btn2.small-btn:hover,
.hero-switch-p06 .visual-actions-p06 .btn2.small-btn:focus,
.hero-switch-p06 .visual-actions-p06 .btn2.small-btn:active{
  background:rgba(255,255,255,.88)!important;
  color:#122033!important;
  border:1px solid rgba(177,204,222,.42)!important;
  box-shadow:none!important;
}

/* defensive: remove any old pseudo-element shadow on buttons except the new gloss line above */
.hero-switch-p06 .visual-actions-p06 .small-btn:after,
.hero-switch-p06 .visual-actions-p06 .small-btn:hover:after,
.hero-switch-p06 .visual-actions-p06 .small-btn:focus:after,
.hero-switch-p06 .visual-actions-p06 .small-btn:active:after{
  content:none!important;
  display:none!important;
  box-shadow:none!important;
  filter:none!important;
}


/* V11 Master Patch 15 - Patch 14 master continuation: WebPlanner default, menu cleanup, CI pulse */

/* top navigation: uppercase, turquoise outline only for normal menu items */
.topbar .nav > a:not(.nav-login),
.topbar-p02 .nav > a:not(.nav-login){
  text-transform:uppercase!important;
  letter-spacing:.035em!important;
  font-weight:950!important;
  background:rgba(255,255,255,.68)!important;
  color:#122033!important;
  border:1px solid rgba(41,196,209,.72)!important;
  box-shadow:none!important;
  filter:none!important;
}
.topbar .nav > a:not(.nav-login):hover,
.topbar-p02 .nav > a:not(.nav-login):hover,
.topbar .nav > a:not(.nav-login).is-active-mode,
.topbar-p02 .nav > a:not(.nav-login).is-active-mode{
  background:rgba(255,255,255,.86)!important;
  color:#087b8a!important;
  border-color:#29c4d1!important;
  box-shadow:none!important;
  filter:none!important;
  transform:translateY(-1px)!important;
}

/* Mein OrthoMetiQ: no glow, solid turquoise, white text */
.topbar .nav-login,
.topbar-p02 .nav-login,
.topbar a.nav-login,
.topbar-p02 a.nav-login{
  background:#29c4d1!important;
  color:#ffffff!important;
  border:1px solid #29c4d1!important;
  box-shadow:none!important;
  filter:none!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.topbar .nav-login:hover,
.topbar-p02 .nav-login:hover,
.topbar a.nav-login:hover,
.topbar-p02 a.nav-login:hover{
  background:#22b8c5!important;
  color:#ffffff!important;
  border-color:#22b8c5!important;
  box-shadow:none!important;
  filter:none!important;
  transform:translateY(-1px)!important;
}

/* keep language dropdown clean */
.topbar .lang-select,
.topbar-p02 .lang-select{
  box-shadow:none!important;
}

/* OMQ Service / OMQ WebPlanner switch: slow magenta/turquoise heartbeat pulse */
.hero-switch-p06 .mode-switch-p06{
  animation:omqSwitchHeartbeat15 4.6s ease-in-out infinite!important;
  transform-origin:center center!important;
}
@keyframes omqSwitchHeartbeat15{
  0%,100%{
    transform:scale(1);
    box-shadow:0 14px 34px rgba(216,60,167,.13),0 0 18px rgba(41,196,209,.10),inset 0 1px 0 rgba(255,255,255,.34)!important;
  }
  42%{
    transform:scale(1);
    box-shadow:0 14px 34px rgba(216,60,167,.14),0 0 20px rgba(41,196,209,.12),inset 0 1px 0 rgba(255,255,255,.34)!important;
  }
  48%{
    transform:scale(1.012);
    box-shadow:0 16px 40px rgba(216,60,167,.25),0 0 32px rgba(41,196,209,.24),inset 0 1px 0 rgba(255,255,255,.38)!important;
  }
  56%{
    transform:scale(1);
    box-shadow:0 14px 34px rgba(216,60,167,.14),0 0 22px rgba(41,196,209,.13),inset 0 1px 0 rgba(255,255,255,.34)!important;
  }
  62%{
    transform:scale(1.007);
    box-shadow:0 15px 38px rgba(216,60,167,.20),0 0 28px rgba(41,196,209,.20),inset 0 1px 0 rgba(255,255,255,.36)!important;
  }
  70%{
    transform:scale(1);
    box-shadow:0 14px 34px rgba(216,60,167,.13),0 0 18px rgba(41,196,209,.10),inset 0 1px 0 rgba(255,255,255,.34)!important;
  }
}

/* avoid menu button interior fills from old active-state gradients */
.topbar .nav > a.nav-direct,
.topbar-p02 .nav > a.nav-direct{
  background:rgba(255,255,255,.68)!important;
}
.topbar .nav > a.nav-direct.is-active-mode,
.topbar-p02 .nav > a.nav-direct.is-active-mode{
  background:rgba(255,255,255,.86)!important;
}


/* =========================================================
   V11 Master Patch 16
   Apple-inspired Liquid Glass Premium System
   CSS-only / no functionality touched
   ========================================================= */

:root{
  --omq-glass-bg: rgba(255,255,255,.58);
  --omq-glass-bg-strong: rgba(255,255,255,.72);
  --omq-glass-bg-soft: rgba(255,255,255,.42);
  --omq-glass-line: rgba(255,255,255,.54);
  --omq-glass-line-soft: rgba(177,204,222,.34);
  --omq-glass-shadow: 0 18px 50px rgba(18,32,51,.055);
  --omq-glass-shadow-soft: 0 10px 28px rgba(18,32,51,.045);
  --omq-glass-inner: inset 0 1px 0 rgba(255,255,255,.72), inset 0 -1px 0 rgba(255,255,255,.22);
  --omq-radius-xl: 32px;
  --omq-radius-lg: 26px;
  --omq-radius-md: 20px;
  --omq-text: #102033;
  --omq-muted: #526a80;
  --omq-turquoise: #29c4d1;
  --omq-magenta: #d83ca7;
}

/* Premium global base */
html{
  scroll-behavior:smooth;
}
body,
.omq-bg{
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Inter","Segoe UI",system-ui,sans-serif!important;
  color:var(--omq-text)!important;
  background:
    radial-gradient(circle at 8% 10%,rgba(41,196,209,.16),transparent 28%),
    radial-gradient(circle at 92% 8%,rgba(216,60,167,.15),transparent 30%),
    radial-gradient(circle at 55% 90%,rgba(255,255,255,.72),transparent 42%),
    linear-gradient(180deg,#f8fdff 0%,#f5fbfd 48%,#fbfdff 100%)!important;
  background-attachment:fixed!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* ultra-subtle medical grid stays calm */
.omq-bg:before{
  opacity:.28!important;
  filter:none!important;
}

/* Liquid glass primitive for all major surfaces */
.topbar,
.card,
.panel,
.sidebar,
.admin-top,
.hero-copy-shell,
.article-work-card,
.article-side,
.blog-card,
.module,
.module-mini,
.module-carousel3d,
.omq-dropzone,
.login-card,
.print-doc,
.legal,
.table,
form.card,
.lang-select,
details.lang-select,
.notice,
.modal,
.dialog,
.dropdown,
input,
select,
textarea{
  background:
    linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.42))!important;
  border:1px solid var(--omq-glass-line)!important;
  box-shadow:var(--omq-glass-shadow-soft),var(--omq-glass-inner)!important;
  backdrop-filter:blur(24px) saturate(1.16)!important;
  -webkit-backdrop-filter:blur(24px) saturate(1.16)!important;
}

/* refined radii */
.topbar,
.hero-copy-shell,
.card,
.panel,
.print-doc,
.legal,
form.card{
  border-radius:var(--omq-radius-xl)!important;
}
.sidebar,
.article-side,
.blog-card,
.module-carousel3d,
.omq-dropzone,
.login-card{
  border-radius:var(--omq-radius-lg)!important;
}
input,
select,
textarea,
.btn,
.btn2,
button,
.nav a,
.lang-select{
  border-radius:var(--omq-radius-md)!important;
}

/* subtle light reflection on glass panels */
.card,
.panel,
.hero-copy-shell,
.topbar,
.print-doc,
.sidebar,
.article-side,
.blog-card,
.omq-dropzone{
  position:relative;
  overflow:hidden;
}
.card:before,
.panel:before,
.hero-copy-shell:before,
.topbar:before,
.print-doc:before,
.sidebar:before,
.article-side:before,
.blog-card:before,
.omq-dropzone:before{
  content:"";
  position:absolute;
  left:18px;
  top:10px;
  right:18px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);
  opacity:.72;
  pointer-events:none;
  z-index:0;
}
.card>*,
.panel>*,
.hero-copy-shell>*,
.topbar>*,
.print-doc>*,
.sidebar>*,
.article-side>*,
.blog-card>*,
.omq-dropzone>*{
  position:relative;
  z-index:1;
}

/* Typography: calmer, Apple-like */
h1,h2,h3{
  letter-spacing:-.045em!important;
  color:#0e1d2f!important;
}
h1{
  font-weight:900!important;
}
h2{
  font-weight:860!important;
}
h3{
  font-weight:820!important;
}
p,
.lead,
.mini,
li{
  color:var(--omq-muted);
}
.lead{
  line-height:1.52!important;
}

/* Navigation: glass bar, clear active states, no heavy glow */
.topbar{
  background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.48))!important;
  box-shadow:0 12px 34px rgba(18,32,51,.055),var(--omq-glass-inner)!important;
}
.topbar .nav > a:not(.nav-login),
.topbar-p02 .nav > a:not(.nav-login){
  background:rgba(255,255,255,.48)!important;
  border:1px solid rgba(41,196,209,.56)!important;
  color:#102033!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72)!important;
  backdrop-filter:blur(18px) saturate(1.12)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.12)!important;
}
.topbar .nav > a:not(.nav-login):hover,
.topbar-p02 .nav > a:not(.nav-login):hover,
.topbar .nav > a:not(.nav-login).is-active-mode,
.topbar-p02 .nav > a:not(.nav-login).is-active-mode{
  background:rgba(255,255,255,.72)!important;
  border-color:rgba(41,196,209,.9)!important;
  color:#087b8a!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82)!important;
}

/* Mein OrthoMetiQ stays as requested: turquoise, white text, no glow */
.topbar .nav-login,
.topbar-p02 .nav-login,
.topbar a.nav-login,
.topbar-p02 a.nav-login{
  background:linear-gradient(145deg,#29c4d1,#22b8c5)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.42)!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
.topbar .nav-login:hover,
.topbar-p02 .nav-login:hover{
  background:linear-gradient(145deg,#2ccbd8,#20b2bf)!important;
  box-shadow:none!important;
}

/* Buttons: liquid but restrained */
.btn,
.btn2,
button{
  font-weight:820!important;
  border:1px solid rgba(255,255,255,.54)!important;
  box-shadow:0 8px 18px rgba(18,32,51,.055),inset 0 1px 0 rgba(255,255,255,.65)!important;
  backdrop-filter:blur(18px) saturate(1.12)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.12)!important;
  transition:transform .24s cubic-bezier(.2,.8,.2,1),background .24s ease,border-color .24s ease,filter .24s ease!important;
}
.btn{
  background:linear-gradient(115deg,rgba(216,60,167,.92),rgba(41,196,209,.92))!important;
  color:#fff!important;
}
.btn2{
  background:rgba(255,255,255,.56)!important;
  color:#122033!important;
  border-color:rgba(177,204,222,.48)!important;
}
.btn:hover,
.btn2:hover,
button:hover{
  transform:translateY(-1.5px)!important;
  filter:saturate(1.04)!important;
}

/* Hero container: no heavy shadow, glass depth only */
.hero-switch-p06:before,
.hero-switch-p05:before,
.hero-switch-p04:before,
.hero-switch-p03:before,
.hero-switch-p02:before,
.hero-switch:before{
  background:linear-gradient(145deg,rgba(255,255,255,.36),rgba(255,255,255,.14))!important;
  border:1px solid rgba(255,255,255,.48)!important;
  box-shadow:none!important;
  backdrop-filter:blur(26px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(26px) saturate(1.18)!important;
}

/* Hero text card: more premium glass, less weight */
.hero-switch-p06 .hero-copy-shell{
  background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(255,255,255,.42))!important;
  border:1px solid rgba(255,255,255,.56)!important;
  box-shadow:0 12px 34px rgba(18,32,51,.05),var(--omq-glass-inner)!important;
  backdrop-filter:blur(28px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(28px) saturate(1.18)!important;
}

/* Switch: preserve Patch 15 heartbeat, tune to premium CI */
.hero-switch-p06 .mode-switch-p06{
  background:linear-gradient(105deg,#d83ca7 0%,#d73ba7 42%,#29c4d1 100%)!important;
  border:1px solid rgba(255,255,255,.32)!important;
  box-shadow:0 12px 28px rgba(216,60,167,.12),0 0 18px rgba(41,196,209,.10),inset 0 1px 0 rgba(255,255,255,.36)!important;
  backdrop-filter:blur(18px) saturate(1.1)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.1)!important;
}
.hero-switch-p06 .mode-switch-p06 .mode-glider{
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,255,255,.86))!important;
  box-shadow:0 8px 20px rgba(18,32,51,.13),inset 0 1px 0 rgba(255,255,255,.88)!important;
}

/* Right hero image: no frame, no button shadow, no rectangular hover surface */
.hero-switch-p06 .switch-visual-p06,
.hero-switch-p06 .switch-visual-p06:hover,
.hero-switch-p06 .visual-stage,
.hero-switch-p06 .visual-stage:hover,
.hero-switch-p06 .visual-stage-p06,
.hero-switch-p06 .visual-stage-p06:hover,
.hero-switch-p06 .visual-actions-p06,
.hero-switch-p06 .visual-actions-p06:hover{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.hero-switch-p06 .visual-stage-p06:before{
  background:
    radial-gradient(circle at 24% 22%,rgba(41,196,209,.20),transparent 46%),
    radial-gradient(circle at 78% 70%,rgba(216,60,167,.16),transparent 48%),
    radial-gradient(circle at 52% 56%,rgba(255,255,255,.28),transparent 58%)!important;
  box-shadow:none!important;
  opacity:.68!important;
}
.hero-switch-p06 .visual-stage-p06:after{
  display:none!important;
}
.hero-switch-p06 .switch-visual-p06 img{
  box-shadow:none!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
}

/* Keep hero CTA area shadow-free after global button rules */
.hero-switch-p06 .visual-actions-p06 .small-btn,
.hero-switch-p06 .visual-actions-p06 .small-btn:hover,
.hero-switch-p06 .visual-actions-p06 .small-btn:focus,
.hero-switch-p06 .visual-actions-p06 .small-btn:active{
  box-shadow:none!important;
  outline:0!important;
  filter:none!important;
}
.hero-switch-p06 .visual-actions-p06 .btn.small-btn,
.hero-switch-p06 .visual-actions-p06 .btn.small-btn:hover{
  background:linear-gradient(105deg,#d83ca7,#29c4d1)!important;
  color:#fff!important;
  border:0!important;
}
.hero-switch-p06 .visual-actions-p06 .btn2.small-btn,
.hero-switch-p06 .visual-actions-p06 .btn2.small-btn:hover{
  background:rgba(255,255,255,.76)!important;
  color:#122033!important;
  border:1px solid rgba(177,204,222,.45)!important;
}

/* Inputs/forms: crisp and calm */
input,
select,
textarea{
  color:#102033!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72)!important;
}
input:focus,
select:focus,
textarea:focus{
  outline:0!important;
  border-color:rgba(41,196,209,.78)!important;
  box-shadow:0 0 0 4px rgba(41,196,209,.10),inset 0 1px 0 rgba(255,255,255,.72)!important;
}

/* Tables and admin surfaces softer */
.table{
  overflow:hidden;
}
.table th{
  background:rgba(255,255,255,.46)!important;
  color:#30455c!important;
}
.table td{
  border-color:rgba(177,204,222,.24)!important;
}

/* Reveal animation: subtle premium entrance */
[data-reveal]{
  opacity:0;
  transform:translateY(10px) scale(.992);
  transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1);
}
[data-reveal].is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

/* Hover lift on cards, no heavy shadows */
.card:hover,
.blog-card:hover,
.module:hover,
.module-mini:hover,
.panel:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(18,32,51,.06),var(--omq-glass-inner)!important;
}

/* Motion safety */
@media (prefers-reduced-motion: reduce){
  *,
  *:before,
  *:after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}

/* Mobile: keep glass lightweight and readable */
@media(max-width:640px){
  .topbar,
  .card,
  .panel,
  .hero-copy-shell{
    backdrop-filter:blur(18px) saturate(1.12)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.12)!important;
  }
  .hero-switch-p06 .hero-copy-shell{
    border-radius:28px!important;
  }
}


/* V11 Master Patch 17 - WebPlanner module overview cleanup only */
.self-card-p17{
  padding:30px 34px 34px!important;
}
.self-card-p17 h3{
  margin-bottom:8px!important;
}
.module-intro-p17{
  max-width:920px;
  margin:0 0 22px!important;
  color:#526a80!important;
  font-size:15.5px!important;
  line-height:1.55!important;
}

/* replace drifting carousel look with equal, larger, frame-filling module tiles */
.module-overview-p17{
  width:100%!important;
  overflow:visible!important;
  padding:18px!important;
  border-radius:30px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.64),rgba(255,255,255,.36))!important;
  border:1px solid rgba(255,255,255,.56)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72)!important;
  perspective:none!important;
}
.module-overview-p17:before,
.module-overview-p17:after{
  content:none!important;
  display:none!important;
}
.module-overview-p17 .module-carousel-track{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:14px!important;
  animation:none!important;
  transform:none!important;
}
.module-overview-p17:hover .module-carousel-track{
  animation:none!important;
}
.module-overview-p17 .module-mini{
  width:auto!important;
  min-width:0!important;
  height:150px!important;
  padding:14px 10px!important;
  transform:none!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.46))!important;
  border:1px solid rgba(255,255,255,.58)!important;
  box-shadow:0 10px 26px rgba(18,32,51,.045),inset 0 1px 0 rgba(255,255,255,.72)!important;
  backdrop-filter:blur(18px) saturate(1.14)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.14)!important;
}
.module-overview-p17 .module-mini img{
  width:78px!important;
  height:78px!important;
  max-width:78px!important;
  max-height:78px!important;
  object-fit:contain!important;
  image-rendering:auto!important;
}
.module-overview-p17 .module-mini strong{
  font-size:12.5px!important;
  line-height:1.15!important;
  color:#102033!important;
}
.module-overview-p17 .module-mini:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 12px 28px rgba(18,32,51,.06),inset 0 1px 0 rgba(255,255,255,.75)!important;
}

/* remove the old lower WebPlanner info boxes if any legacy markup remains */
.webplanner-only-p06{
  display:none!important;
}

@media(max-width:1180px){
  .module-overview-p17 .module-carousel-track{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}
@media(max-width:720px){
  .self-card-p17{
    padding:24px 18px!important;
  }
  .module-overview-p17 .module-carousel-track{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .module-overview-p17 .module-mini{
    height:136px!important;
  }
  .module-overview-p17 .module-mini img{
    width:66px!important;
    height:66px!important;
  }
}


/* V11 Master Patch 18 - WebPlanner module descriptions */
.self-card-p18{
  overflow:visible!important;
}
.self-card-p18 h3{
  margin-bottom:22px!important;
}
.self-card-p18 .module-intro-p17{
  display:none!important;
}
.module-overview-p18{
  position:relative!important;
}
.module-overview-p18 .module-carousel-track{
  align-items:stretch!important;
}
.module-overview-p18 .module-mini{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:1px solid rgba(255,255,255,.58)!important;
  cursor:pointer!important;
  color:#102033!important;
  text-align:center!important;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease!important;
}
.module-overview-p18 .module-mini:hover,
.module-overview-p18 .module-mini:focus-visible,
.module-overview-p18 .module-mini.is-active{
  transform:translateY(-4px)!important;
  border-color:rgba(41,196,209,.86)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(241,253,255,.62))!important;
  box-shadow:0 16px 34px rgba(18,32,51,.07),0 0 0 1px rgba(216,60,167,.10) inset,0 0 26px rgba(41,196,209,.12)!important;
  outline:0!important;
}
.module-overview-p18 .module-mini.is-active strong{
  color:#087b8a!important;
}
.module-detail-p18{
  position:relative;
  display:none;
  margin-top:18px;
  padding:24px 28px 26px;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.42));
  border:1px solid rgba(255,255,255,.60);
  box-shadow:0 14px 36px rgba(18,32,51,.055),inset 0 1px 0 rgba(255,255,255,.76);
  backdrop-filter:blur(22px) saturate(1.14);
  -webkit-backdrop-filter:blur(22px) saturate(1.14);
  animation:omqModuleDetailIn18 .34s cubic-bezier(.2,.8,.2,1);
}
.module-detail-p18.is-open{
  display:block;
}
.module-detail-p18:before{
  content:"";
  position:absolute;
  top:-1px;
  left:28px;
  right:28px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.86),transparent);
}
.module-detail-connector-p18{
  position:absolute;
  top:-16px;
  left:var(--module-connector-left,50%);
  width:28px;
  height:28px;
  transform:translateX(-50%) rotate(45deg);
  border-left:1px solid rgba(255,255,255,.60);
  border-top:1px solid rgba(255,255,255,.60);
  background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.42));
  backdrop-filter:blur(18px) saturate(1.1);
  -webkit-backdrop-filter:blur(18px) saturate(1.1);
  transition:left .24s ease;
}
.module-detail-p18 h4{
  margin:0 0 8px;
  font-size:24px;
  letter-spacing:-.035em;
  color:#102033!important;
}
.module-detail-p18 p{
  margin:0;
  max-width:1040px;
  color:#526a80!important;
  line-height:1.62!important;
  font-size:16px;
}
@keyframes omqModuleDetailIn18{
  from{opacity:0;transform:translateY(-8px) scale(.992)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@media(max-width:720px){
  .module-detail-p18{
    padding:22px 20px;
  }
  .module-detail-p18 h4{
    font-size:21px;
  }
  .module-detail-p18 p{
    font-size:15px;
  }
}


/* V11 Master Patch 19 - Hip module video player */
.module-video-card-p19{margin:26px auto 2px;max-width:760px;width:100%;display:block}
.module-video-card-p19[hidden]{display:none!important}
.module-video-trigger-p19{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden;border:0!important;outline:0!important;border-radius:30px!important;cursor:pointer;background:linear-gradient(145deg,rgba(255,255,255,.70),rgba(255,255,255,.36))!important;box-shadow:0 20px 48px rgba(18,32,51,.08),inset 0 1px 0 rgba(255,255,255,.78)!important;backdrop-filter:blur(24px) saturate(1.18)!important;-webkit-backdrop-filter:blur(24px) saturate(1.18)!important;isolation:isolate}
.module-video-trigger-p19:before{content:"";position:absolute;inset:1px;z-index:3;pointer-events:none;border-radius:29px;border:1px solid rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.80)}
.module-video-trigger-p19 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0!important;outline:0!important;filter:saturate(1.02) contrast(1.02);transition:transform .45s cubic-bezier(.2,.8,.2,1),filter .35s ease;z-index:1}
.module-video-trigger-p19:hover img{transform:scale(1.025);filter:saturate(1.08) contrast(1.04)}
.module-video-trigger-p19:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.18),transparent 32%),linear-gradient(180deg,rgba(16,32,51,.04),rgba(16,32,51,.38))}
.module-video-glow-p19{position:absolute;inset:auto 12% -18% 12%;height:38%;z-index:0;background:radial-gradient(circle,rgba(41,196,209,.26),rgba(216,60,167,.18),transparent 70%);filter:blur(22px);pointer-events:none}
.module-video-play-p19{position:absolute;left:50%;top:50%;width:86px;height:86px;transform:translate(-50%,-50%);z-index:5;border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,255,255,.54));border:1px solid rgba(255,255,255,.64);box-shadow:0 18px 42px rgba(18,32,51,.16),inset 0 1px 0 rgba(255,255,255,.85);backdrop-filter:blur(18px) saturate(1.16);-webkit-backdrop-filter:blur(18px) saturate(1.16);transition:transform .28s ease,background .28s ease}
.module-video-trigger-p19:hover .module-video-play-p19{transform:translate(-50%,-50%) scale(1.055);background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(242,253,255,.66))}
.module-video-play-p19 i{position:absolute;left:34px;top:27px;width:0;height:0;border-top:16px solid transparent;border-bottom:16px solid transparent;border-left:24px solid #d83ca7;filter:drop-shadow(0 1px 0 rgba(255,255,255,.8))}
.module-video-caption-p19{position:absolute;left:22px;bottom:18px;z-index:6;padding:10px 14px;border-radius:999px;color:#102033;font-weight:900;font-size:14px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.58);backdrop-filter:blur(14px) saturate(1.14);-webkit-backdrop-filter:blur(14px) saturate(1.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.76)}
.omq-video-overlay-p19{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:clamp(18px,4vw,54px);background:rgba(248,252,255,.56);backdrop-filter:blur(28px) saturate(1.2);-webkit-backdrop-filter:blur(28px) saturate(1.2);opacity:0;pointer-events:none;transition:opacity .28s ease}
.omq-video-overlay-p19.is-open{opacity:1;pointer-events:auto}
.omq-video-shell-p19{position:relative;width:min(1180px,96vw);border-radius:34px;padding:18px;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.38));border:1px solid rgba(255,255,255,.58);box-shadow:0 26px 80px rgba(18,32,51,.16),inset 0 1px 0 rgba(255,255,255,.78);backdrop-filter:blur(26px) saturate(1.18);-webkit-backdrop-filter:blur(26px) saturate(1.18);transform:translateY(10px) scale(.985);transition:transform .32s cubic-bezier(.2,.8,.2,1)}
.omq-video-overlay-p19.is-open .omq-video-shell-p19{transform:translateY(0) scale(1)}
.omq-video-shell-p19 video{display:block;width:100%;max-height:78vh;border-radius:24px;background:#05080d;outline:0}
.omq-video-close-p19{position:absolute;right:12px;top:12px;z-index:2;width:42px;height:42px;border-radius:999px!important;border:1px solid rgba(255,255,255,.64)!important;background:rgba(255,255,255,.78)!important;color:#102033!important;font-size:26px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 18px rgba(18,32,51,.10),inset 0 1px 0 rgba(255,255,255,.82)!important;backdrop-filter:blur(16px) saturate(1.14);-webkit-backdrop-filter:blur(16px) saturate(1.14)}
.omq-video-close-p19:hover{transform:translateY(-1px)}
@media(max-width:720px){.module-video-card-p19{margin-top:20px}.module-video-trigger-p19{border-radius:24px!important}.module-video-play-p19{width:68px;height:68px}.module-video-play-p19 i{left:27px;top:21px;border-top-width:13px;border-bottom-width:13px;border-left-width:20px}.module-video-caption-p19{font-size:12.5px;left:14px;bottom:12px}}


/* V11 Master Patch 21 - navigation color, language dropdown layering, footer text support */

/* 1) Mein OrthoMetiQ: magenta, white text, no glow */
.topbar .nav-login,
.topbar-p02 .nav-login,
.topbar a.nav-login,
.topbar-p02 a.nav-login,
.topbar .nav > a.nav-login,
.topbar-p02 .nav > a.nav-login{
  background:#d83ca7!important;
  color:#ffffff!important;
  border:1px solid #d83ca7!important;
  box-shadow:none!important;
  filter:none!important;
  text-shadow:none!important;
}
.topbar .nav-login:hover,
.topbar-p02 .nav-login:hover,
.topbar a.nav-login:hover,
.topbar-p02 a.nav-login:hover,
.topbar .nav > a.nav-login:hover,
.topbar-p02 .nav > a.nav-login:hover{
  background:#c92f99!important;
  color:#ffffff!important;
  border-color:#c92f99!important;
  box-shadow:none!important;
  filter:none!important;
  transform:translateY(-1px)!important;
}

/* 2) Language dropdown must stay above the start window / hero */
.topbar,
.topbar-p02{
  position:relative!important;
  z-index:5000!important;
  overflow:visible!important;
}
.topbar .nav,
.topbar-p02 .nav{
  position:relative!important;
  z-index:5010!important;
  overflow:visible!important;
}
.topbar details.lang-select,
.topbar-p02 details.lang-select,
details.lang-select{
  position:relative!important;
  z-index:5020!important;
  overflow:visible!important;
}
.topbar details.lang-select[open],
.topbar-p02 details.lang-select[open],
details.lang-select[open]{
  z-index:99999!important;
}
.topbar details.lang-select > summary,
.topbar-p02 details.lang-select > summary,
details.lang-select > summary{
  position:relative!important;
  z-index:2!important;
}
.topbar details.lang-select > div,
.topbar-p02 details.lang-select > div,
details.lang-select > div{
  position:absolute!important;
  right:0!important;
  top:calc(100% + 10px)!important;
  z-index:999999!important;
  min-width:172px!important;
  padding:10px!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,255,255,.68))!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 18px 46px rgba(18,32,51,.16),inset 0 1px 0 rgba(255,255,255,.82)!important;
  backdrop-filter:blur(24px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(24px) saturate(1.18)!important;
}
.topbar details.lang-select > div a,
.topbar-p02 details.lang-select > div a,
details.lang-select > div a{
  display:block!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  color:#102033!important;
  text-decoration:none!important;
  font-weight:850!important;
}
.topbar details.lang-select > div a:hover,
.topbar-p02 details.lang-select > div a:hover,
details.lang-select > div a:hover{
  background:rgba(41,196,209,.12)!important;
  color:#087b8a!important;
}

/* make sure hero never overlays the language menu */
.hero,
.hero-switch,
.hero-switch-p06{
  position:relative!important;
  z-index:1!important;
}


/* V11 Master Patch 24 - footer platform spacing only */
.footer .grid3 > div:nth-child(2){
  padding-left:clamp(24px,4vw,72px)!important;
}
@media(max-width:820px){
  .footer .grid3 > div:nth-child(2){
    padding-left:0!important;
  }
}
