*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:linear-gradient(135deg,#fff 0%,#f4f7fc 100%);color:#1c1c1e;overflow-x:hidden;font:16px/1.65 'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:color .3s ease}
.ZneCtr{max-width:1280px;margin:0 auto;padding:0 24px}
.MstHd{background:linear-gradient(158deg,#2118A0 0%,#4a3fd8 100%);padding:28px 0;position:relative;overflow:hidden}
.MstHd::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ed8e1726 0%,transparent 70%);pointer-events:none}
.MstHd-in{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.MstHd-cmp{color:#fff;letter-spacing:-.02em;text-align:center;font:700 36px 'Space Grotesk',sans-serif}
.EdtBar{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;position:relative}
.EdtBar-in{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:32px}
.Lgo-zn{display:flex;align-items:center;flex-shrink:0}
.Lgo-img{height:85px;width:85px;object-fit:contain}
.NavPri{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.NavPri-lnk{padding:12px 20px;font-size:15px;font-weight:500;color:#3c3c43;border-radius:6px;transition:background .25s ease,color .25s ease;white-space:nowrap}
.NavPri-lnk:hover{background:#ed8e1714;color:#ED8E17}
.NavPri-lnk:focus{outline:3px solid #ED8E17;outline-offset:2px}
.NavPri-lnk:focus:not(:focus-visible){outline:none}
.Ftr{background:linear-gradient(175deg,#1c1c1e 0%,#2c2c2e 100%);padding:64px 0 32px;margin-top:80px;position:relative}
.Ftr::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#ED8E17 50%,transparent 100%)}
.Ftr-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:48px}
.Ftr-blk{background:#ffffff08;padding:28px;border-radius:8px;border:1px solid #ffffff14}
.Ftr-ttl{color:#E1FBEB;margin-bottom:20px;font:600 18px 'Space Grotesk',sans-serif}
.Ftr-lst{list-style:none;display:flex;flex-direction:column;gap:12px}
.Ftr-lnk{color:#a8a8b0;font-size:15px;transition:color .3s ease;display:inline-block}
.Ftr-lnk:hover{color:#ED8E17}
.Ftr-lnk:focus{outline:2px solid #ED8E17;outline-offset:3px;color:#ED8E17}
.Ftr-cnt{color:#a8a8b0;font-size:14px;line-height:1.7}
.Ftr-eml{color:#E1FBEB;text-decoration:underline;text-decoration-color:#e1fbeb4d}
.Ftr-eml:hover{text-decoration-color:#ED8E17;color:#ED8E17}
.Ftr-cpy{text-align:center;color:#6c6c74;font-size:14px;padding-top:32px;border-top:1px solid #ffffff0f}
.CkMdl{position:fixed;bottom:24px;left:24px;max-width:440px;background:#fff;border-radius:12px;box-shadow:0 12px 48px #0000002e;padding:32px;z-index:9999;border:1px solid #e5e7eb;animation:ckSlideUp .45s cubic-bezier(0.16,1,0.3,1)}
@keyframes ckSlideUp {
from{opacity:0;transform:translateY(40px)}
to{opacity:1;transform:translateY(0)}
}
.CkMdl-hd{color:#2118A0;margin-bottom:14px;font:700 22px 'Space Grotesk',sans-serif}
.CkMdl-txt{font-size:15px;line-height:1.6;color:#3c3c43;margin-bottom:24px}
.CkMdl-grp{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.CkMdl-itm{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}
.CkMdl-lbl{font-size:14px;font-weight:500;color:#1c1c1e}
.CkTgl{position:relative;width:48px;height:26px;background:#d1d5db;border-radius:13px;cursor:pointer;transition:background .3s ease;flex-shrink:0}
.CkTgl-inp{position:absolute;opacity:0;width:0;height:0}
.CkTgl-inp:checked + .CkTgl{background:#ED8E17}
.CkTgl-inp:focus + .CkTgl{outline:3px solid #ed8e1766;outline-offset:2px}
.CkTgl::after{content:'';position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease}
.CkTgl-inp:checked + .CkTgl::after{transform:translateX(22px)}
.CkMdl-act{display:flex;gap:10px}
.CkBtn{flex:1;padding:12px 18px;border-radius:6px;border:none;cursor:pointer;transition:background .25s ease,transform .2s ease;font:600 15px 'Manrope',sans-serif}
.CkBtn:focus{outline:3px solid #ed8e1780;outline-offset:2px}
.CkBtn:active{transform:scale(0.98)}
.CkBtn-acc{background:#ED8E17;color:#fff}
.CkBtn-acc:hover{background:#d67d14}
.CkBtn-dec{background:#f3f4f6;color:#3c3c43}
.CkBtn-dec:hover{background:#e5e7eb}
.CkMdl.HdnSt{display:none}
@media (max-width: 768px) {
.MstHd-cmp{font-size:26px}
.EdtBar-in{flex-direction:column;gap:20px;padding:20px 0}
.Lgo-img{height:70px;width:70px}
.NavPri{width:100%;justify-content:center}
.NavPri-lnk{font-size:14px;padding:10px 16px}
.Ftr-grd{grid-template-columns:1fr;gap:32px}
.CkMdl{left:16px;right:16px;bottom:16px;max-width:calc(100% - 32px);padding:24px}
.CkMdl-hd{font-size:19px}
.CkMdl-act{flex-direction:column}
}
@media (max-width: 480px) {
.ZneCtr{padding:0 16px}
.MstHd{padding:20px 0}
.MstHd-cmp{font-size:22px}
.NavPri{flex-direction:column;width:100%}
.NavPri-lnk{width:100%;text-align:center}
}
@media (prefers-reduced-motion: reduce) {
*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.wbnrHro{background:linear-gradient(135deg,#f8f4ee 0%,#fef9f3 100%);padding:90px 0 70px;position:relative;overflow:hidden}
.wbnrHro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ed8e1714 0%,transparent 70%);border-radius:50%}
.wbnrHro .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.wbnrHro_grid{display:flex;flex-direction:row;align-items:center;gap:60px}
.wbnrHro_txtZone{flex:1;max-width:580px}
.wbnrHro_eyebrow{display:inline-block;color:#2118A0;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:16px;text-transform:uppercase}
.wbnrHro_mainTtl{font-size:3rem;line-height:1.15;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.wbnrHro_mainTtl::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#ED8E17 0%,#2118A0 100%);margin-top:20px;border-radius:2px}
.wbnrHro_desc{font-size:1.1rem;line-height:1.7;color:#3a3a3a;margin-bottom:32px}
.wbnrHro_btnWrap{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.wbnrHro_cta{padding:14px 32px;font-size:1rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all .3s ease;display:inline-block;border:2px solid transparent}
.wbnrHro_cta.primBtn{background:#ED8E17;color:#fff;box-shadow:0 4px 12px #ed8e1740}
.wbnrHro_cta.primBtn:hover{background:#d97d0f;box-shadow:0 6px 16px #ed8e1759;transform:translateY(-2px)}
.wbnrHro_cta.secBtn{background:transparent;color:#2118A0;border-color:#2118A0}
.wbnrHro_cta.secBtn:hover{background:#2118A0;color:#fff;transform:translateY(-2px)}
.wbnrHro_imgZone{flex:1;position:relative}
.wbnrHro_imgFrame{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001f}
.wbnrHro_imgFrame img{width:100%;height:auto;display:block}
.wbnrHro_imgFrame::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:3px solid #ed8e174d;border-radius:12px;pointer-events:none}
.actvWbnr{padding:80px 0;background:#fff}
.actvWbnr .container{max-width:1200px;margin:0 auto;padding:0 20px}
.actvWbnr_hdrSec{text-align:center;margin-bottom:60px}
.actvWbnr_hl{font-size:2.5rem;color:#1a1a1a;font-weight:700;margin-bottom:16px;position:relative;display:inline-block}
.actvWbnr_hl::before{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-8px;width:60px;height:3px;background:#ED8E17}
.actvWbnr_subTxt{font-size:1.15rem;color:#5a5a5a;line-height:1.6;max-width:700px;margin:24px auto 0}
.actvWbnr_sessions{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.ssnCard{background:#fafafa;border-radius:10px;overflow:hidden;transition:all .3s ease;border:2px solid transparent}
.ssnCard:hover{border-color:#ED8E17;box-shadow:0 8px 24px #ed8e1726;transform:translateY(-4px)}
.ssnCard_imgBox{position:relative;overflow:hidden;height:220px}
.ssnCard_imgBox img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.ssnCard:hover .ssnCard_imgBox img{transform:scale(1.08)}
.ssnCard_badge{position:absolute;top:16px;left:16px;background:#2118a0f2;color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;z-index:3}
.ssnCard_cntnt{padding:28px 24px}
.ssnCard_ttl{font-size:1.4rem;color:#1a1a1a;font-weight:700;margin-bottom:12px;line-height:1.3}
.ssnCard_meta{display:flex;flex-direction:row;gap:20px;margin-bottom:16px;flex-wrap:wrap}
.ssnCard_metaItm{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:.9rem;color:#666}
.ssnCard_metaItm::before{content:'';width:6px;height:6px;background:#ED8E17;border-radius:50%}
.ssnCard_excerpt{font-size:1rem;line-height:1.65;color:#4a4a4a;margin-bottom:20px}
.ssnCard_spkr{display:flex;flex-direction:row;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #e0e0e0}
.ssnCard_spkrAvtr{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid #E1FBEB}
.ssnCard_spkrAvtr img{width:100%;height:100%;object-fit:cover}
.ssnCard_spkrInfo h6{font-size:.95rem;font-weight:600;color:#1a1a1a;margin:0 0 4px}
.ssnCard_spkrInfo p{font-size:.85rem;color:#777;margin:0}
.ssnCard_actBar{padding:0 24px 24px}
.ssnCard_regBtn{display:block;width:100%;padding:12px 20px;background:#2118A0;color:#fff;text-align:center;text-decoration:none;border-radius:6px;font-weight:600;font-size:.95rem;transition:all .3s ease}
.ssnCard_regBtn:hover{background:#1a1380;box-shadow:0 4px 12px #2118a040}
@media (max-width: 992px) {
.wbnrHro_grid{flex-direction:column;gap:40px}
.wbnrHro_mainTtl{font-size:2.4rem}
.actvWbnr_sessions{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.wbnrHro{padding:60px 0 50px}
.wbnrHro_mainTtl{font-size:2rem}
.wbnrHro_desc{font-size:1rem}
.wbnrHro_btnWrap{flex-direction:column}
.wbnrHro_cta{width:100%;text-align:center}
.actvWbnr{padding:60px 0}
.actvWbnr_hl{font-size:2rem}
.actvWbnr_subTxt{font-size:1rem}
}
.hauptbereich{margin:0;padding:0;font-family:'IBM Plex Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#1e1e1e;line-height:1.65;background:#fefefe}
.container{max-width:1240px;margin:0 auto;padding:0 2.5rem}
@media (max-width: 768px) {
.container{padding:0 1.25rem}
}
.einstieg-bereich{background:linear-gradient(135deg,#f7f9fc 0%,#fff 50%,#fcf8f0 100%);padding:8rem 0 6rem;position:relative;overflow:hidden}
.einstieg-bereich::before{content:'';position:absolute;top:-50%;right:-10%;width:70%;height:200%;background:radial-gradient(ellipse at center,#ed8e170f 0%,transparent 70%);pointer-events:none}
.einstieg-inhalt{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}
.einstieg-titel{font-size:6.2rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0 0 1.8rem;color:#2118A0;max-width:920px}
.einstieg-untertitel{font-size:1.5rem;line-height:1.7;color:#4a4a4a;max-width:680px;margin:0 0 3rem;font-weight:400}
.einstieg-aktionen{display:flex;gap:1.5rem;margin-bottom:4rem}
.hauptknopf{background:#ED8E17;color:#fff;padding:1.1rem 2.8rem;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 4px 16px #ed8e1740}
.hauptknopf:hover{background:#d67d0f;box-shadow:0 6px 24px #ed8e1759;transform:translateY(-2px)}
.nebenknopf{background:transparent;color:#2118A0;padding:1.1rem 2.8rem;border:2px solid #2118A0;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}
.nebenknopf:hover{background:#2118A0;color:#fff;transform:translateY(-2px)}
.visuelle-akzent{width:100%;max-width:480px;height:auto;border-radius:3px;box-shadow:0 12px 48px #00000014}
@media (max-width: 968px) {
.einstieg-titel{font-size:4.5rem}
.einstieg-untertitel{font-size:1.3rem}
.einstieg-aktionen{flex-direction:column;width:100%;max-width:360px}
}
@media (max-width: 640px) {
.einstieg-bereich{padding:5rem 0 4rem}
.einstieg-titel{font-size:3rem}
.visuelle-akzent{max-width:340px}
}
.kernwerte-zone{padding:7rem 0;background:#fff}
.kernwerte-header{text-align:center;margin-bottom:5rem}
.kernwerte-header h2{font-size:3.8rem;font-weight:700;color:#2118A0;margin:0 0 1.2rem;line-height:1.2}
.kernwerte-header h2::after{content:'';display:block;width:80px;height:4px;background:#ED8E17;margin:1.5rem auto 0}
.kernwerte-beschreibung{font-size:1.25rem;color:#5a5a5a;max-width:720px;margin:0 auto;line-height:1.7}
.werte-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.wert-karte{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:3rem 2.5rem;border-left:4px solid #ED8E17;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}
.wert-karte:hover{box-shadow:0 8px 32px #0000001a;transform:translateY(-4px);border-left-color:#2118A0}
.wert-karte h3{font-size:1.65rem;color:#2118A0;margin:0 0 1rem;font-weight:600}
.wert-karte p{font-size:1.05rem;color:#666;line-height:1.7;margin:0}
@media (max-width: 968px) {
.werte-grid{grid-template-columns:1fr;gap:2rem}
.kernwerte-header h2{font-size:3rem}
}
.methodik-segment{padding:7rem 0;background:linear-gradient(180deg,#f9fafb 0%,#fff 100%)}
.methodik-anordnung{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:center}
.methodik-textbox{padding-right:2rem}
.methodik-textbox h2{font-size:4rem;font-weight:700;color:#2118A0;margin:0 0 2rem;line-height:1.15;position:relative;padding-left:1.5rem}
.methodik-textbox h2::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#ED8E17 0%,#2118A0 100%)}
.methodik-textbox h4{font-size:1.45rem;color:#ED8E17;margin:2.5rem 0 1rem;font-weight:600}
.methodik-textbox p{font-size:1.1rem;color:#555;line-height:1.75;margin:0 0 1.5rem}
.methodik-bildbereich{position:relative}
.methodik-bildbereich img{width:100%;height:auto;border-radius:4px;box-shadow:0 16px 56px #2118a026}
.methodik-cta{margin-top:2.5rem}
@media (max-width: 968px) {
.methodik-anordnung{grid-template-columns:1fr;gap:3rem}
.methodik-textbox{padding-right:0}
.methodik-textbox h2{font-size:3rem}
}
.anwendungen-rahmen{padding:7rem 0;background:#fff;position:relative}
.anwendungen-rahmen::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#2118A0 0%,#ED8E17 50%,#2118A0 100%)}
.anwendungen-kopf{max-width:820px;margin:0 auto 5rem;text-align:center}
.anwendungen-kopf h2{font-size:3.8rem;font-weight:700;color:#2118A0;margin:0 0 1.5rem;line-height:1.2}
.anwendungen-kopf p{font-size:1.2rem;color:#5a5a5a;line-height:1.7}
.anwendungen-liste{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:4rem}
.anwendung-punkt{display:flex;gap:2rem;background:#fafbfc;padding:2.5rem;border-radius:2px;transition:all .3s ease;border-bottom:3px solid transparent}
.anwendung-punkt:hover{background:#fff;box-shadow:0 6px 24px #0000000f;border-bottom-color:#ED8E17}
.anwendung-visuell{flex-shrink:0}
.anwendung-visuell img{width:180px;height:180px;object-fit:cover;border-radius:2px;box-shadow:0 4px 16px #00000014}
.anwendung-text h5{font-size:1.5rem;color:#2118A0;margin:0 0 1rem;font-weight:600}
.anwendung-text p{font-size:1.05rem;color:#666;line-height:1.7;margin:0}
.anwendungen-fuss{text-align:center}
@media (max-width: 968px) {
.anwendungen-liste{grid-template-columns:1fr;gap:2rem}
.anwendung-punkt{flex-direction:column;gap:1.5rem}
.anwendung-visuell img{width:100%;height:auto;max-width:280px;margin:0 auto;display:block}
.anwendungen-kopf h2{font-size:3rem}
}
.stimmen-block{padding:7rem 0;background:linear-gradient(135deg,#f5f7fa 0%,#fff 50%,#fef9f3 100%)}
.stimmen-uberschrift{text-align:center;margin-bottom:5rem}
.stimmen-uberschrift h2{font-size:3.8rem;font-weight:700;color:#2118A0;margin:0 0 1rem;line-height:1.2}
.stimmen-uberschrift h2::before{content:'„';color:#ED8E17;font-size:5rem;line-height:0;display:block;margin-bottom:.5rem}
.meinungen-reihe{display:grid;grid-template-columns:repeat(2,1fr);gap:3.5rem}
.meinung-element{background:#fff;padding:3rem;box-shadow:0 4px 20px #0000000f;border-top:5px solid #ED8E17;transition:all .3s ease}
.meinung-element:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}
.meinung-profil{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.8rem}
.meinung-avatar img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #E1FBEB}
.meinung-info h6{font-size:1.25rem;color:#2118A0;margin:0 0 .3rem;font-weight:600}
.meinung-info .rolle{font-size:.95rem;color:#ED8E17;font-weight:500}
.meinung-text{font-size:1.1rem;color:#555;line-height:1.75;font-style:italic;margin:0;position:relative;padding-left:1.5rem}
.meinung-text::before{content:'"';position:absolute;left:0;top:-.2rem;font-size:3rem;color:#ED8E17;opacity:.3;line-height:1}
@media (max-width: 968px) {
.meinungen-reihe{grid-template-columns:1fr;gap:2.5rem}
.stimmen-uberschrift h2{font-size:3rem}
.meinung-element{padding:2.5rem}
}
@media (max-width: 640px) {
.stimmen-block{padding:5rem 0}
.hauptknopf,.nebenknopf{padding:1rem 2rem;font-size:1rem}
}
.kntflx__wrapper{background:linear-gradient(165deg,#fef9f2 0%,#f0f4ff 100%);min-height:85vh;padding:0;margin:0}
.kntflx__wrapper .container{max-width:1180px;margin:0 auto;padding:0 24px}
.knt-primgrid{display:grid;grid-template-columns:1fr 1.15fr;gap:0;align-items:center;min-height:82vh;position:relative}
.knt-primgrid__txzone{padding:65px 48px 65px 0;z-index:5}
.knt-primgrid h1{font-size:2.95rem;line-height:1.18;font-weight:700;color:#1a2744;margin:0 0 28px;letter-spacing:-.02em}
.knt-primgrid h1::before{content:'';display:block;width:67px;height:4px;background:linear-gradient(90deg,#ED8E17 0%,#2118A0 100%);margin-bottom:22px;border-radius:2px}
.knt-desc__flow{font-size:1.12rem;line-height:1.72;color:#3a4558;margin:0 0 36px}
.knt-info__splitter{display:flex;flex-direction:column;gap:18px;margin:42px 0 0;padding:28px 0 0;border-top:1px solid #2118a01f}
.knt-info__row{display:flex;align-items:flex-start;gap:14px}
.knt-info__row::before{content:'';width:6px;height:6px;background:#ED8E17;border-radius:50%;margin-top:10px;flex-shrink:0}
.knt-info__row span{font-size:1.04rem;color:#2d3748;line-height:1.6}
.knt-info__row a{color:#2118A0;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .25s ease}
.knt-info__row a:hover{border-bottom-color:#2118A0}
.knt-primgrid__imgzone{position:relative;height:100%;min-height:540px;overflow:hidden;border-radius:0 0 0 85px}
.knt-primgrid__imgzone img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.knt-primgrid__imgzone::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ed8e172e 0%,#2118a038 100%);pointer-events:none}
.axd-formholder{background:#fff;padding:82px 0 95px;position:relative}
.axd-formholder .container{max-width:940px;margin:0 auto;padding:0 24px}
.axd-formholder__intro{text-align:center;margin-bottom:58px}
.axd-formholder__intro h2{font-size:2.35rem;font-weight:700;color:#1a2744;margin:0 0 20px;letter-spacing:-.015em}
.axd-formholder__intro p{font-size:1.08rem;line-height:1.68;color:#4a5568;max-width:680px;margin:0 auto}
.axd-blockform{background:linear-gradient(145deg,#fefbf7 0%,#f7f9ff 100%);border:1px solid #2118a014;border-radius:14px;padding:52px 48px;box-shadow:0 8px 28px #0000000a}
.axd-blockform__grid{display:grid;grid-template-columns:1fr;gap:26px;margin-bottom:28px}
.axd-inputwrap label{display:block;font-size:.94rem;font-weight:600;color:#2d3748;margin-bottom:9px;letter-spacing:.01em}
.axd-inputwrap input,.axd-inputwrap textarea,.axd-inputwrap select{width:100%;padding:14px 16px;font-size:1.02rem;color:#2d3748;background:#fff;border:1px solid #d4dae3;border-radius:7px;transition:all .22s ease;font-family:inherit}
.axd-inputwrap input:focus,.axd-inputwrap textarea:focus,.axd-inputwrap select:focus{outline:none;border-color:#2118A0;box-shadow:0 0 0 3px #2118a014}
.axd-inputwrap textarea{min-height:138px;resize:vertical;line-height:1.6}
.axd-inputwrap select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232d3748' d='M1.41 0L6 4.59 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;padding-right:40px;cursor:pointer}
.axd-checkzone{margin:32px 0 0;padding:22px 24px;background:#e1fbeb47;border-radius:8px;border-left:3px solid #ED8E17}
.axd-checkzone label{display:flex;align-items:flex-start;gap:12px;font-size:.96rem;line-height:1.62;color:#3a4558;cursor:pointer}
.axd-checkzone input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#2118A0}
.axd-checkzone a{color:#2118A0;text-decoration:underline;transition:color .2s ease}
.axd-checkzone a:hover{color:#ED8E17}
.axd-submitzone{margin-top:38px;display:flex;justify-content:center}
.axd-btn__main{padding:16px 62px;font-size:1.06rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#ED8E17 0%,#2118A0 100%);border:none;border-radius:8px;cursor:pointer;transition:all .28s ease;box-shadow:0 4px 16px #ed8e1740;letter-spacing:.02em;position:relative;z-index:10}
.axd-btn__main:hover{transform:translateY(-2px);box-shadow:0 7px 24px #ed8e1759}
.axd-btn__main:active{transform:translateY(0)}
@media (max-width: 1024px) {
.knt-primgrid{grid-template-columns:1fr;min-height:auto}
.knt-primgrid__txzone{padding:52px 24px}
.knt-primgrid h1{font-size:2.4rem}
.knt-primgrid__imgzone{min-height:420px;border-radius:0 0 0 55px}
.axd-blockform{padding:40px 32px}
}
@media (max-width: 768px) {
.kntflx__wrapper{min-height:auto}
.knt-primgrid{gap:0}
.knt-primgrid__txzone{padding:42px 20px}
.knt-primgrid h1{font-size:2rem;margin-bottom:22px}
.knt-desc__flow{font-size:1.04rem;margin-bottom:28px}
.knt-info__splitter{margin-top:32px;padding-top:22px}
.knt-primgrid__imgzone{min-height:340px;border-radius:0 0 0 40px}
.axd-formholder{padding:58px 0 68px}
.axd-formholder__intro{margin-bottom:42px}
.axd-formholder__intro h2{font-size:1.85rem}
.axd-blockform{padding:32px 24px}
.axd-blockform__grid{gap:22px}
.axd-checkzone{padding:18px;margin-top:26px}
.axd-submitzone{margin-top:32px}
.axd-btn__main{width:100%;padding:15px 24px}
}
@media (max-width: 480px) {
.knt-primgrid h1{font-size:1.75rem}
.knt-primgrid__imgzone{min-height:280px;border-radius:0 0 0 28px}
.axd-formholder__intro h2{font-size:1.6rem}
.axd-blockform{padding:28px 20px}
}
.manifest__realm{background:linear-gradient(135deg,#fef9f2 0%,#fff 50%,#f0f7fc 100%);overflow-x:hidden}
.manifest__realm .bx--grid{max-width:1280px;margin:0 auto;padding:0 2rem}
.zenith__hero__zone{padding:5rem 0 4rem;position:relative}
.zenith__hero__zone::before{content:'';position:absolute;top:-50px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#ed8e1714 0%,transparent 70%);border-radius:50%;z-index:1}
.zenith__hero__content{position:relative;z-index:2}
.zenith__hero__content h1{font-size:3.2rem;font-weight:700;color:#1a1f36;margin-bottom:1.5rem;line-height:1.2}
.zenith__hero__content h1::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#ED8E17 0%,#2118A0 100%);margin-top:1.5rem;border-radius:3px}
.zenith__hero__paragraph{font-size:1.2rem;line-height:1.8;color:#4a5568;margin-top:2rem;max-width:680px}
.mission__vertical__territory{padding:5rem 0;background:#fff;position:relative}
.mission__vertical__territory::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#E1FBEB 0%,#2118A0 50%,#ED8E17 100%)}
.mission__grid__framework{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}
.mission__visual__capsule{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 12px 35px #2118a01f}
.mission__visual__capsule img{width:100%;height:520px;object-fit:cover;display:block;transition:transform .6s ease}
.mission__visual__capsule:hover img{transform:scale(1.06)}
.mission__narrative__block h2{font-size:2.5rem;font-weight:700;color:#2118A0;margin-bottom:1.8rem;line-height:1.3}
.mission__narrative__block h2::before{content:'';display:inline-block;width:12px;height:12px;background:#ED8E17;border-radius:50%;margin-right:.8rem;vertical-align:middle}
.mission__text__flow{font-size:1.05rem;line-height:1.9;color:#3d4452;margin-bottom:1.5rem}
.approach__diagonal__realm{padding:6rem 0;background:linear-gradient(165deg,#f8fbff 0%,#fef9f2 100%);position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:3rem 0}
.approach__content__orchestration{display:flex;flex-direction:column;gap:3.5rem}
.approach__header__anchor{text-align:center;max-width:780px;margin:0 auto 3rem}
.approach__header__anchor h2{font-size:2.8rem;font-weight:700;color:#1a1f36;margin-bottom:1.5rem}
.approach__header__anchor h2::after{content:'';display:block;width:100px;height:4px;background:linear-gradient(90deg,#2118A0 0%,#ED8E17 100%);margin:1.5rem auto 0;border-radius:2px}
.approach__segment__container{display:grid;grid-template-columns:0.9fr 1.1fr;gap:3rem;align-items:center}
.approach__segment__container:nth-child(even){grid-template-columns:1.1fr 0.9fr}
.approach__segment__container:nth-child(even) .approach__visual__wrapper{order:2}
.approach__segment__container:nth-child(even) .approach__text__wrapper{order:1}
.approach__visual__wrapper{position:relative}
.approach__visual__wrapper::before{content:'';position:absolute;top:-20px;left:-20px;width:100%;height:100%;border:3px solid #E1FBEB;border-radius:12px;z-index:1}
.approach__visual__wrapper img{position:relative;z-index:2;width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #2118a026}
.approach__text__wrapper h3{font-size:2rem;font-weight:600;color:#ED8E17;margin-bottom:1.5rem}
.approach__text__wrapper h3::before{content:'';display:inline-block;width:8px;height:8px;background:#2118A0;border-radius:50%;margin-right:.7rem;vertical-align:middle}
.approach__text__detail{font-size:1.05rem;line-height:1.85;color:#3d4452;margin-bottom:1.2rem}
.team__mosaic__domain{padding:5rem 0;background:#fff}
.team__intro__segment{text-align:center;max-width:720px;margin:0 auto 4rem}
.team__intro__segment h2{font-size:2.6rem;font-weight:700;color:#2118A0;margin-bottom:1.5rem}
.team__intro__segment h2::before{content:'◆';color:#ED8E17;margin-right:.8rem;font-size:1.5rem}
.team__intro__text{font-size:1.1rem;line-height:1.85;color:#4a5568}
.team__profile__lattice{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-top:3rem}
.team__card__unit{background:linear-gradient(135deg,#fefefe 0%,#f9fcff 100%);border-radius:14px;padding:2.5rem;box-shadow:0 8px 25px #0000000f;transition:transform .4s ease,box-shadow .4s ease;border:2px solid transparent}
.team__card__unit:hover{transform:translateY(-8px);box-shadow:0 18px 45px #2118a02e;border-color:#E1FBEB}
.team__portrait__frame{width:140px;height:140px;margin:0 auto 1.8rem;position:relative}
.team__portrait__frame::before{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border:3px solid #ED8E17;border-radius:50%;opacity:.4}
.team__portrait__frame img{width:100%;height:100%;object-fit:cover;border-radius:50%;box-shadow:0 6px 20px #0000001f}
.team__member__designation h4{font-size:1.5rem;font-weight:600;color:#1a1f36;margin-bottom:.5rem;text-align:center}
.team__role__label{font-size:.95rem;color:#2118A0;font-weight:500;text-align:center;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.5px}
.team__bio__narrative{font-size:1rem;line-height:1.75;color:#4a5568;text-align:center}
@media (max-width: 768px) {
.zenith__hero__zone{padding:3rem 0 2rem}
.zenith__hero__content h1{font-size:2.2rem}
.zenith__hero__paragraph{font-size:1.05rem}
.mission__grid__framework{grid-template-columns:1fr;gap:2.5rem}
.mission__visual__capsule img{height:380px}
.mission__narrative__block h2{font-size:2rem}
.approach__diagonal__realm{clip-path:none;padding:4rem 0}
.approach__header__anchor h2{font-size:2.2rem}
.approach__segment__container,.approach__segment__container:nth-child(even){grid-template-columns:1fr}
.approach__segment__container:nth-child(even) .approach__visual__wrapper{order:1}
.approach__segment__container:nth-child(even) .approach__text__wrapper{order:2}
.approach__visual__wrapper img{height:320px}
.approach__text__wrapper h3{font-size:1.7rem}
.team__intro__segment h2{font-size:2.1rem}
.team__profile__lattice{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 480px) {
.manifest__realm .bx--grid{padding:0 1rem}
.zenith__hero__content h1{font-size:1.8rem}
.zenith__hero__paragraph{font-size:1rem}
.mission__visual__capsule img{height:280px}
.approach__visual__wrapper img{height:260px}
}
.gen3-lernprogramm__kern{background:linear-gradient(135deg,#fef9f3 0%,#f0f7ff 100%);padding:0;margin:0}
.gen3-lernprogramm__kern .container{max-width:1200px;margin:0 auto;padding:0 20px}
.v2-hero__schicht{background:linear-gradient(165deg,#2118A0 0%,#4a3ec9 100%);padding:90px 0 110px;position:relative;overflow:hidden}
.v2-hero__schicht::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ed8e1726 0%,transparent 70%);border-radius:50%}
.v2-hero__schicht::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,#e1fbeb1f 0%,transparent 70%);border-radius:50%}
.v2-hero__inhalt-box{position:relative;z-index:2;max-width:820px;margin:0 auto;text-align:center}
.v2-hero__obertitel{font-size:15px;letter-spacing:2.5px;text-transform:uppercase;color:#E1FBEB;margin-bottom:18px;font-weight:500}
.v2-hero__haupttitel{font-size:56px;line-height:1.15;color:#fff;margin-bottom:26px;font-weight:700}
.v2-hero__beschreibung{font-size:19px;line-height:1.65;color:#E1FBEB;margin-bottom:45px;max-width:680px;margin-left:auto;margin-right:auto}
.v2-hero__cta-reihe{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}
.v2-hero__btn--primaer{background:#ED8E17;color:#fff;padding:16px 38px;border-radius:6px;font-size:17px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;display:inline-block}
.v2-hero__btn--primaer:hover{background:#d67d0f;transform:translateY(-2px);box-shadow:0 8px 20px #ed8e1759}
.v2-hero__btn--sekundaer{background:transparent;color:#fff;padding:16px 38px;border-radius:6px;font-size:17px;font-weight:600;text-decoration:none;border:2px solid #fff6;cursor:pointer;transition:all .3s ease;display:inline-block}
.v2-hero__btn--sekundaer:hover{border-color:#fff;background:#ffffff1a}
.mech-programm__struktur{padding:95px 0;background:#fff;position:relative}
.mech-programm__struktur::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ED8E17 0%,#2118A0 50%,#E1FBEB 100%)}
.mech-programm__kopf-zone{text-align:center;margin-bottom:75px}
.mech-programm__kennzeichen{display:inline-block;background:linear-gradient(135deg,#E1FBEB 0%,#d4f5e3 100%);color:#2118A0;padding:9px 24px;border-radius:25px;font-size:14px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:20px}
.mech-programm__titel-haupt{font-size:44px;line-height:1.25;color:#2118A0;margin-bottom:22px;font-weight:700}
.mech-programm__untertitel-text{font-size:18px;line-height:1.7;color:#4a5568;max-width:720px;margin:0 auto}
.mech-programm__gitter-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-bottom:85px}
.mech-programm__modul-karte{background:#fafbfc;border:2px solid #e8ecf1;border-radius:12px;padding:38px 32px;transition:all .35s ease;position:relative;overflow:hidden}
.mech-programm__modul-karte::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#ED8E17 0%,#2118A0 100%);transform:scaleY(0);transform-origin:top;transition:transform .35s ease}
.mech-programm__modul-karte:hover{border-color:#ED8E17;box-shadow:0 12px 28px #ed8e1726;transform:translateY(-5px)}
.mech-programm__modul-karte:hover::before{transform:scaleY(1)}
.mech-programm__modul-nummer{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#ED8E17 0%,#f5a542 100%);color:#fff;border-radius:50%;font-size:20px;font-weight:700;margin-bottom:22px}
.mech-programm__modul-titel{font-size:23px;line-height:1.35;color:#2118A0;margin-bottom:16px;font-weight:700}
.mech-programm__modul-beschreib{font-size:16px;line-height:1.65;color:#5a6575;margin-bottom:20px}
.mech-programm__themen-liste{list-style:none;padding:0;margin:0}
.mech-programm__themen-punkt{font-size:15px;line-height:1.6;color:#4a5568;padding-left:26px;position:relative;margin-bottom:10px}
.mech-programm__themen-punkt::before{content:'→';position:absolute;left:0;color:#ED8E17;font-weight:700}
.mech-programm__highlight-bereich{background:linear-gradient(135deg,#f0f7ff 0%,#fef9f3 100%);border-radius:16px;padding:65px 50px;position:relative;overflow:hidden;margin-bottom:85px}
.mech-programm__highlight-bereich::after{content:'';position:absolute;bottom:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,#ed8e1714 0%,transparent 70%);border-radius:50%}
.mech-programm__highlight-spalten{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.mech-programm__highlight-bild{border-radius:12px;overflow:hidden;box-shadow:0 16px 40px #2118a026}
.mech-programm__highlight-bild img{width:100%;height:auto;display:block;object-fit:cover}
.mech-programm__highlight-inhalt h3{font-size:36px;line-height:1.3;color:#2118A0;margin-bottom:24px;font-weight:700}
.mech-programm__highlight-inhalt p{font-size:17px;line-height:1.75;color:#4a5568;margin-bottom:18px}
.mech-programm__dozenten-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:85px}
.mech-programm__dozent-profil{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease}
.mech-programm__dozent-profil:hover{box-shadow:0 12px 32px #2118a026;transform:translateY(-6px)}
.mech-programm__dozent-foto{width:100%;height:280px;overflow:hidden}
.mech-programm__dozent-foto img{width:100%;height:100%;object-fit:cover;display:block}
.mech-programm__dozent-info{padding:28px 24px}
.mech-programm__dozent-name{font-size:21px;line-height:1.3;color:#2118A0;margin-bottom:8px;font-weight:700}
.mech-programm__dozent-rolle{font-size:15px;line-height:1.5;color:#ED8E17;margin-bottom:14px;font-weight:600}
.mech-programm__dozent-text{font-size:15px;line-height:1.65;color:#5a6575}
.circuit-preis__sektor{padding:90px 0 100px;background:linear-gradient(165deg,#2118A0 0%,#4a3ec9 100%);position:relative;overflow:hidden}
.circuit-preis__sektor::before{content:'';position:absolute;top:-25%;left:-8%;width:500px;height:500px;background:radial-gradient(circle,#e1fbeb1a 0%,transparent 70%);border-radius:50%}
.circuit-preis__kopfzeile{text-align:center;margin-bottom:65px;position:relative;z-index:2}
.circuit-preis__kopfzeile h2{font-size:42px;line-height:1.25;color:#fff;margin-bottom:18px;font-weight:700}
.circuit-preis__kopfzeile p{font-size:18px;line-height:1.65;color:#E1FBEB;max-width:650px;margin:0 auto}
.circuit-preis__karten-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:35px;position:relative;z-index:2}
.circuit-preis__paket-box{background:#fff;border-radius:14px;padding:42px 36px;box-shadow:0 8px 24px #0000001f;transition:all .35s ease;position:relative;overflow:hidden}
.circuit-preis__paket-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#ED8E17 0%,#2118A0 100%)}
.circuit-preis__paket-box:hover{transform:translateY(-8px);box-shadow:0 16px 40px #ed8e1740}
.circuit-preis__paket-name{font-size:26px;line-height:1.3;color:#2118A0;margin-bottom:12px;font-weight:700}
.circuit-preis__paket-dauer{font-size:15px;line-height:1.5;color:#5a6575;margin-bottom:24px;font-weight:500}
.circuit-preis__betrag-anzeige{margin-bottom:28px;padding-bottom:28px;border-bottom:2px solid #e8ecf1}
.circuit-preis__betrag-zahl{font-size:48px;line-height:1.1;color:#ED8E17;font-weight:700;display:flex;align-items:baseline;gap:8px}
.circuit-preis__betrag-suffix{font-size:18px;color:#5a6575;font-weight:500}
.circuit-preis__leistungen-aufzaehl{list-style:none;padding:0;margin:0 0 32px}
.circuit-preis__leistung-eintrag{font-size:16px;line-height:1.6;color:#4a5568;padding-left:32px;position:relative;margin-bottom:14px}
.circuit-preis__leistung-eintrag::before{content:'';position:absolute;left:0;color:#E1FBEB;background:#2118A0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}
.circuit-preis__aktions-btn{width:100%;background:#2118A0;color:#fff;padding:16px 24px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;display:inline-block;text-align:center}
.circuit-preis__aktions-btn:hover{background:#1a1380;transform:scale(1.02);box-shadow:0 8px 20px #2118a04d}
.circuit-preis__paket-box--empfohlen{border:3px solid #ED8E17;transform:scale(1.03)}
.circuit-preis__paket-box--empfohlen .circuit-preis__aktions-btn{background:#ED8E17}
.circuit-preis__paket-box--empfohlen .circuit-preis__aktions-btn:hover{background:#d67d0f}
.circuit-preis__empfehlung-marke{position:absolute;top:18px;right:18px;background:#ED8E17;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.8px;text-transform:uppercase}
@media (max-width: 1024px) {
.v2-hero__haupttitel{font-size:44px}
.mech-programm__titel-haupt{font-size:36px}
.mech-programm__highlight-spalten{grid-template-columns:1fr;gap:40px}
.mech-programm__dozenten-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.v2-hero__schicht{padding:65px 0 75px}
.v2-hero__haupttitel{font-size:36px}
.v2-hero__beschreibung{font-size:17px}
.v2-hero__cta-reihe{flex-direction:column}
.v2-hero__btn--primaer,.v2-hero__btn--sekundaer{width:100%;text-align:center}
.mech-programm__struktur{padding:65px 0}
.mech-programm__titel-haupt{font-size:32px}
.mech-programm__gitter-layout{grid-template-columns:1fr}
.mech-programm__highlight-bereich{padding:45px 30px}
.mech-programm__dozenten-grid{grid-template-columns:1fr}
.circuit-preis__sektor{padding:65px 0 70px}
.circuit-preis__kopfzeile h2{font-size:34px}
.circuit-preis__karten-wrapper{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.v2-hero__haupttitel{font-size:30px}
.mech-programm__titel-haupt{font-size:28px}
.mech-programm__highlight-inhalt h3{font-size:28px}
.circuit-preis__betrag-zahl{font-size:40px}
}
.data-preferences-container{max-width:900px;margin:0 auto;padding:48px 24px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;color:#1e1e1e;background:linear-gradient(135deg,#fff 0%,#fef9f4 50%,#f0f7ff 100%)}
.data-preferences-container h1{font-size:2.5em;font-weight:700;margin:0 0 32px;color:#2118A0;line-height:1.2}
.data-preferences-container h2{font-size:1.9em;font-weight:600;margin:48px 0 24px;color:#2118A0;border-bottom:3px solid #ED8E17;padding-bottom:12px}
.data-preferences-container h3{font-size:1.5em;font-weight:600;margin:36px 0 20px;color:#2118A0}
.data-preferences-container h4{font-size:1.2em;font-weight:600;margin:28px 0 16px;color:#2118A0}
.data-preferences-container p{margin:16px 0;color:#2a2a2a;font-size:1.05em}
.data-preferences-container ul{margin:20px 0;padding-left:0;list-style:none}
.data-preferences-container li{margin:16px 0;padding:20px;background:#fff;border-left:4px solid #ED8E17;box-shadow:0 2px 8px #2118a014;border-radius:6px}
.data-preferences-container span{font-weight:600;color:#2118A0}
.data-preferences-container .intro-section{background:linear-gradient(120deg,#E1FBEB 0%,#fff 100%);padding:32px;border-radius:12px;margin-bottom:36px;border:2px solid #E1FBEB}
.data-preferences-container .content-block{margin:28px 0;padding:24px;background:#fff;border-radius:8px;box-shadow:0 3px 12px #2118a00f}
.data-preferences-container .highlight-box{background:linear-gradient(135deg,#fff8ef 0%,#fff 100%);padding:20px;border-radius:8px;border-left:5px solid #ED8E17;margin:24px 0}
.privacy-policy-container{max-width:1200px;margin:0 auto;padding:60px 20px;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:linear-gradient(135deg,#fff 0%,#fef9f5 50%,#f0f4ff 100%);color:#1a1a2e;line-height:1.7}
.privacy-policy-container h1{font-size:2.8rem;font-weight:700;color:#2118A0;margin-bottom:2rem;line-height:1.2;text-align:center}
.privacy-policy-container h2{font-size:2rem;font-weight:600;color:#2118A0;margin-top:3.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #ED8E17;line-height:1.3}
.privacy-policy-container h3{font-size:1.5rem;font-weight:600;color:#2118A0;margin-top:2.5rem;margin-bottom:1.2rem;line-height:1.3}
.privacy-policy-container h4{font-size:1.2rem;font-weight:600;color:#2118A0;margin-top:2rem;margin-bottom:1rem;line-height:1.4}
.privacy-policy-container p{margin-bottom:1.3rem;font-size:1.05rem;color:#2d2d44;text-align:justify}
.privacy-policy-container ul{margin:1.5rem 0;padding-left:0;list-style:none}
.privacy-policy-container li{margin-bottom:1rem;padding-left:2rem;position:relative;font-size:1.05rem;color:#2d2d44;line-height:1.6}
.privacy-policy-container li:before{content:"→";position:absolute;left:0;color:#ED8E17;font-weight:700;font-size:1.2rem}
.privacy-policy-container span{font-weight:600;color:#2118A0;background:linear-gradient(120deg,#e1fbebb3 0%,#ed8e1726 100%);padding:2px 6px;border-radius:3px}
.privacy-intro{background:linear-gradient(135deg,#E1FBEB 0%,#fff 100%);padding:2rem;border-radius:12px;border-left:5px solid #ED8E17;margin-bottom:3rem;box-shadow:0 4px 15px #2118a014}
.privacy-section{background:#fff;padding:2rem;border-radius:10px;margin-bottom:2rem;box-shadow:0 2px 10px #2118a00d;border:1px solid #ed8e1726}
.highlight-box{background:linear-gradient(120deg,#e1fbeb80 0%,#ed8e1714 100%);padding:1.5rem;border-radius:8px;margin:1.5rem 0;border-left:4px solid #2118A0}
.wave_success_anchor{background:linear-gradient(135deg,#fef7ed 0%,#fff 40%,#f0f5ff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;overflow:hidden}
.wave_success_anchor::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e1fbeb66 0%,transparent 70%);border-radius:50%;z-index:1}
.wave_success_anchor::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#ed8e1714 0%,transparent 70%);border-radius:50%;z-index:1}
.orbit_message_hub{max-width:720px;margin:0 auto;background:#fff;padding:3.5rem 2.8rem;border-radius:16px;box-shadow:0 8px 32px #2118a014 0 2px 8px #0000000a;position:relative;z-index:2;border-top:4px solid #ED8E17}
.pulse_confirm_icon{width:68px;height:68px;background:linear-gradient(135deg,#E1FBEB 0%,#b8f5d3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.8rem;position:relative}
.pulse_confirm_icon::before{content:'';font-size:2.2rem;color:#2118A0;font-weight:700;line-height:1}
.pulse_confirm_icon::after{content:'';position:absolute;width:100%;height:100%;border:3px solid #E1FBEB;border-radius:50%;animation:ripple_expand 2s ease-out infinite}
@keyframes ripple_expand {
0%{transform:scale(1);opacity:1}
100%{transform:scale(1.5);opacity:0}
}
.echo_title_primary{font-size:2.1rem;font-weight:700;color:#2118A0;text-align:center;margin:0 0 1.2rem;line-height:1.3;letter-spacing:-.02em}
.stream_info_block{font-size:1.05rem;color:#3d3d3d;line-height:1.75;margin:0 0 2rem;text-align:center}
.stream_info_block p{margin:0 0 .9rem}
.stream_info_block p:last-child{margin-bottom:0}
.trace_detail_card{background:linear-gradient(135deg,#fef9f3 0%,#f8f9ff 100%);border-left:3px solid #ED8E17;padding:1.5rem 1.8rem;margin:2rem 0;border-radius:8px}
.trace_detail_card h6{font-size:.92rem;font-weight:600;color:#2118A0;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .8rem}
.trace_detail_card p{font-size:.98rem;color:#4a4a4a;line-height:1.65;margin:0}
.relay_timeline_wrapper{margin:2.2rem 0;padding-left:2rem;position:relative}
.relay_timeline_wrapper::before{content:'';position:absolute;left:7px;top:10px;bottom:10px;width:2px;background:linear-gradient(180deg,#ED8E17 0%,#E1FBEB 100%)}
.horizon_step_item{position:relative;padding-left:1.8rem;margin-bottom:1.6rem}
.horizon_step_item::before{content:'';position:absolute;left:-2rem;top:6px;width:16px;height:16px;background:#fff;border:3px solid #ED8E17;border-radius:50%;z-index:1}
.horizon_step_item h6{font-size:1rem;font-weight:600;color:#2118A0;margin:0 0 .4rem}
.horizon_step_item p{font-size:.94rem;color:#5a5a5a;line-height:1.6;margin:0}
.spark_action_zone{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}
.prism_btn_main{background:linear-gradient(135deg,#ED8E17 0%,#d67a0e 100%);color:#fff;font-size:1.02rem;font-weight:600;padding:.95rem 2rem;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .3s ease;box-shadow:0 4px 14px #ed8e1740}
.prism_btn_main:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ed8e1759;background:linear-gradient(135deg,#d67a0e 0%,#ED8E17 100%)}
.prism_btn_main:active{transform:translateY(0)}
.mirror_btn_alt{background:transparent;color:#2118A0;font-size:.98rem;font-weight:600;padding:.9rem 1.8rem;border:2px solid #2118A0;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .3s ease}
.mirror_btn_alt:hover{background:#2118A0;color:#fff;transform:translateY(-1px)}
.crystal_contact_strip{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e8e8e8;text-align:center}
.crystal_contact_strip h6{font-size:.88rem;font-weight:600;color:#2118A0;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .9rem}
.crystal_contact_strip p{font-size:.95rem;color:#5a5a5a;line-height:1.6;margin:0 0 .5rem}
.crystal_contact_strip a{color:#ED8E17;text-decoration:none;font-weight:500;transition:color .2s ease}
.crystal_contact_strip a:hover{color:#2118A0;text-decoration:underline}
@media (max-width: 768px) {
.wave_success_anchor{padding:2rem 1rem;min-height:auto}
.orbit_message_hub{padding:2.5rem 1.8rem;border-radius:12px}
.echo_title_primary{font-size:1.75rem}
.stream_info_block{font-size:1rem}
.pulse_confirm_icon{width:58px;height:58px}
.pulse_confirm_icon::before{font-size:1.9rem}
.relay_timeline_wrapper{padding-left:1.5rem}
.horizon_step_item{padding-left:1.5rem}
.horizon_step_item::before{left:-1.5rem}
.spark_action_zone{gap:.8rem}
.prism_btn_main,.mirror_btn_alt{font-size:.95rem;padding:.85rem 1.5rem}
}
@media (max-width: 480px) {
.orbit_message_hub{padding:2rem 1.4rem}
.echo_title_primary{font-size:1.55rem}
.trace_detail_card{padding:1.2rem 1.4rem}
}