:root{--wise-blue:#1A3A6B;--wise-blue-dark:#0F2548;--wise-blue-soft:#EDF1F7;--wise-teal:#1F4E4B;--wise-teal-light:#2A6B66;--wise-teal-soft:#E8F0EF;--wise-navy:#0A1628;--wise-black:#111827;--wise-text:#1E293B;--wise-text-light:#64748B;--wise-bg:#FAFBFC;--wise-bg-alt:#F1F3F5;--wise-border:#D4D9E0;--wise-border-light:#E8ECF0;--wise-success:#10B981;--wise-gradient:linear-gradient(160deg,#050510 0%,#0A1628 40%,#1A3A6B 100%);--md-primary-fg-color:var(--wise-blue);--md-primary-fg-color--light:#2B5699;--md-primary-fg-color--dark:var(--wise-blue-dark);--md-primary-bg-color:#ffffff;--md-accent-fg-color:var(--wise-teal);--md-typeset-a-color:#3368B2;--md-footer-bg-color:var(--wise-navy);--md-footer-bg-color--dark:var(--wise-navy);--md-footer-fg-color:#ffffff;}[data-md-color-scheme="slate"]{--md-primary-fg-color:#4A7DC7;--md-accent-fg-color:var(--wise-teal);--md-typeset-a-color:#4A7DC7;--md-default-bg-color:#0c0c0c;--md-footer-bg-color:#050A14;--md-footer-bg-color--dark:#050A14;--wise-text:#D4D8E0;--wise-text-light:#9CA3AF;--wise-bg:#141414;--wise-blue-soft:#141C2E;--wise-teal-soft:#0E201F;--wise-bg-alt:#111;--wise-border:#2A3040;--wise-border-light:#1E2535;--wise-card:#1a1a1a;--wise-card-border:#333;--wise-accent:#4A7DC7;--wise-accent-hover:#6B9AD4;--wise-accent-bright:#5B8DD8;--wise-text-dim:#aaa;--wise-text-faint:#888;--wise-text-muted:#ccc;--wise-text-bright:#ddd;}body{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}.md-typeset h1,.md-typeset h2,.md-typeset h3,.md-typeset h4{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;letter-spacing:-0.01em;}.md-typeset{line-height:1.75;font-size:0.92rem;color:var(--wise-text);}.md-content__inner{max-width:800px;padding-top:2.5rem;padding-bottom:3rem;padding-left:2rem;padding-right:1rem;margin-right:0;}.md-typeset h1{font-size:2rem;font-weight:800;letter-spacing:-0.02em;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--wise-blue) 0%,var(--wise-teal-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}[data-md-color-scheme="slate"] .md-typeset h1{background:linear-gradient(135deg,#7BA3D9 0%,#5BB5B0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.md-typeset h2{font-size:1.4rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:2px solid var(--wise-blue);color:var(--wise-text);}[data-md-color-scheme="slate"] .md-typeset h2{border-bottom-color:var(--wise-accent);color:#fff;}.md-typeset h3{font-size:1.15rem;font-weight:700;margin-top:2rem;margin-bottom:0.75rem;color:var(--wise-blue-dark);}[data-md-color-scheme="slate"] .md-typeset h3{color:var(--wise-accent-hover);}.md-typeset h4{font-size:1rem;font-weight:600;margin-top:1.5rem;color:var(--wise-text);text-transform:uppercase;letter-spacing:0.03em;font-size:0.85rem;}.md-typeset a{text-decoration:none;border-bottom:1px solid transparent;transition:all 0.15s ease;}.md-typeset a:not(.ext):not(.md-button):not(.wr-card):not(.headerlink){color:var(--md-typeset-a-color);font-weight:550;border-bottom:1px solid rgba(51,104,178,0.25);}.md-typeset a:not(.ext):not(.md-button):not(.wr-card):not(.headerlink):hover{border-bottom-color:var(--md-typeset-a-color);}.md-typeset a:not(.ext):not(.md-button):not(.wr-card):not(.headerlink)::after{content:none;}.md-typeset a.ext{color:inherit;border-bottom:1px dotted var(--wise-border);}.md-typeset a.ext:hover{color:var(--md-typeset-a-color);border-bottom-style:solid;border-bottom-color:var(--md-typeset-a-color);}[data-md-color-scheme="slate"] .md-typeset a.ext{border-bottom-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .md-typeset a.ext:hover{color:var(--wise-accent-hover);border-bottom-color:var(--wise-accent-hover);}.md-typeset table:not([class]){border-collapse:separate;border-spacing:0;border-radius:8px;overflow:hidden;border:1px solid var(--wise-border);width:100%;margin:1.5rem 0;font-size:0.85rem;box-shadow:0 1px 3px rgba(0,0,0,0.04);}.md-typeset table:not([class]) thead{background:var(--wise-blue);color:#fff;}[data-md-color-scheme="slate"] .md-typeset table:not([class]) thead{background:#2a2a5a;}.md-typeset table:not([class]) thead th{padding:0.85rem 1rem;font-weight:600;font-size:0.82rem;text-transform:uppercase;letter-spacing:0.04em;border-bottom:none;color:#fff;text-align:left;}.md-typeset table:not([class]) tbody tr{transition:background 0.15s ease;}.md-typeset table:not([class]) tbody tr:nth-child(even){background:var(--wise-bg-alt);}[data-md-color-scheme="slate"] .md-typeset table:not([class]) tbody tr:nth-child(even){background:rgba(255,255,255,0.03);}.md-typeset table:not([class]) tbody tr:hover{background:var(--wise-blue-soft);}[data-md-color-scheme="slate"] .md-typeset table:not([class]) tbody tr:hover{background:rgba(74,125,199,0.08);}.md-typeset table:not([class]) td{padding:0.75rem 1rem;border-bottom:1px solid var(--wise-border-light);vertical-align:top;}.md-typeset table:not([class]) tbody tr:last-child td{border-bottom:none;}.md-typeset blockquote{border-left:4px solid var(--wise-blue);background:var(--wise-blue-soft);padding:1.25rem 1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0;font-style:italic;font-size:1.05em;line-height:1.7;color:var(--wise-text);}[data-md-color-scheme="slate"] .md-typeset blockquote{color:var(--wise-text-muted);}.md-typeset blockquote p{margin:0;}.md-typeset ul:not(.md-nav__list):not(.md-tabs__list):not(.md-search-result__list){padding-left:1.25rem;}.md-typeset ul:not(.md-nav__list):not(.md-tabs__list):not(.md-search-result__list) li{margin-bottom:0.5rem;padding-left:0.25rem;}.md-typeset ol li{margin-bottom:0.5rem;padding-left:0.25rem;}.md-typeset ol{counter-reset:item;padding-left:0;list-style:none;}.md-typeset ol > li{counter-increment:item;position:relative;padding-left:2.5rem;}.md-typeset ol > li::before{content:counter(item) ".";position:absolute;left:0;font-weight:700;color:var(--wise-blue);font-size:1.05em;}[data-md-color-scheme="slate"] .md-typeset ol > li::before{color:var(--wise-accent);}.md-typeset strong{color:var(--wise-text);font-weight:700;}[data-md-color-scheme="slate"] .md-typeset strong{color:#fff;}.md-typeset .admonition,.md-typeset details:not(.wr-faq__item){border:none;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.06);overflow:hidden;margin:1.5rem 0;}.md-typeset .admonition-title,.md-typeset summary:not(.wr-faq__item summary){font-weight:600;letter-spacing:0.01em;}.md-header__inner.md-grid,.md-tabs .md-grid{max-width:1200px;padding-left:1.5rem;padding-right:1.5rem;}.md-header{background:rgba(255,255,255,0.82);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);z-index:200;color:var(--wise-text);box-shadow:none;border-bottom:1px solid rgba(0,0,0,0.06);transition:transform 0.3s cubic-bezier(0.4,0,0.2,1),background 0.3s ease,box-shadow 0.3s ease;will-change:transform;overflow:visible !important;}.md-header[data-md-state="shadow"]{background:rgba(250,251,252,0.95);box-shadow:0 1px 12px rgba(0,0,0,0.08);border-bottom-color:rgba(0,0,0,0.08);}.md-header__inner{padding-top:0.4rem !important;padding-bottom:0.2rem !important;min-height:0 !important;display:flex !important;align-items:center !important;}.md-header__title{font-weight:600;letter-spacing:0.06em;text-transform:uppercase;font-size:0.7rem;margin-left:0.3rem !important;flex-grow:1 !important;}.md-header .md-ellipsis{color:var(--wise-text-light);}.md-header__topic:last-child{display:none !important;}[data-md-color-scheme="slate"] .md-header .md-ellipsis{color:rgba(255,255,255,0.5);}.md-header .md-search{order:10;margin-right:0.75rem;}.md-header .md-search__input{border-radius:9999px;font-size:0.72rem;background:transparent !important;border:1px solid var(--wise-border);padding:0.28rem 0.85rem 0.28rem 2rem !important;width:120px;height:auto !important;transition:all 0.25s ease;color:var(--wise-text-light);}.md-header .md-search__input::placeholder{color:var(--wise-text-light);opacity:0.5;font-size:0.72rem;}.md-header .md-search__input:focus{width:200px;background:#fff !important;border-color:var(--wise-blue);box-shadow:0 0 0 3px rgba(26,58,107,0.06);color:var(--wise-text);}.md-header .md-search__icon[for="__search"]{width:0.85rem !important;height:0.85rem !important;color:var(--wise-text-light);opacity:0.4;vertical-align:middle;margin-top:-2px;}[data-md-color-scheme="slate"] .md-header .md-search__input{background:transparent !important;border-color:rgba(255,255,255,0.12);color:rgba(255,255,255,0.6);}[data-md-color-scheme="slate"] .md-header .md-search__input::placeholder{color:rgba(255,255,255,0.35);}[data-md-color-scheme="slate"] .md-header .md-search__input:focus{background:rgba(255,255,255,0.08) !important;border-color:var(--wise-accent);box-shadow:0 0 0 3px rgba(74,125,199,0.1);color:#fff;}[data-md-color-scheme="slate"] .md-header .md-search__icon[for="__search"]{color:rgba(255,255,255,0.4);}.md-header .md-logo{margin-right:0 !important;margin-left:0.6rem !important;padding:0 !important;}.md-header .md-logo img,.md-header .md-logo svg{width:1.35rem !important;height:1.35rem !important;}.wr-header-cta{background:var(--wise-blue);order:30;color:#fff !important;padding:0.3rem 1rem;border-radius:9999px;font-size:0.75rem;font-weight:600;text-decoration:none !important;border:none !important;margin-right:0.5rem;transition:all 0.2s ease;white-space:nowrap;letter-spacing:0.01em;}.wr-header-cta:hover{background:var(--wise-blue-dark);transform:translateY(-1px);box-shadow:0 2px 8px rgba(26,58,107,0.25);color:#fff !important;}.md-header__button[for="__palette"],label[for="__palette"]{display:inline-flex !important;color:var(--wise-text-light);opacity:0.5;transition:opacity 0.2s ease;margin-right:0.25rem;order:20;}.md-header__button[for="__palette"]:hover,label[for="__palette"]:hover{opacity:1;}[data-md-color-scheme="slate"] .wr-header-cta{background:var(--md-primary-fg-color);}[data-md-color-scheme="slate"] .wr-header-cta:hover{background:var(--wise-accent-bright);}[data-md-color-scheme="slate"] .md-header__button[for="__palette"],[data-md-color-scheme="slate"] label[for="__palette"]{color:rgba(255,255,255,0.5);}.md-tabs{background:transparent;border-bottom:1px solid rgba(0,0,0,0.07);box-shadow:0 1px 4px rgba(0,0,0,0.03);height:auto !important;line-height:normal;overflow:visible !important;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1),background 0.3s ease;will-change:transform;position:relative;z-index:100;}.md-tabs .md-grid{overflow:visible !important;}.md-tabs__list{overflow:visible !important;}.md-tabs__link{font-weight:500;font-size:0.82rem;letter-spacing:0;text-transform:none;color:var(--wise-text-light);opacity:1;transition:all 0.2s ease;margin-top:0;padding:0.85rem 0.7rem;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;line-height:1.4;}.md-tabs__item:first-child .md-tabs__link{padding-left:0;font-weight:700;color:var(--wise-text);letter-spacing:0.02em;}.md-tabs__item:has(.md-tabs__link[href*="kontakt"]){display:none;}.md-tabs__link--has-menu::after{content:"\25BE";display:inline-block;margin-left:0.4rem;font-size:1em;opacity:0.4;vertical-align:-0.05em;transition:opacity 0.2s ease,transform 0.2s ease;}.md-tabs__item:hover .md-tabs__link--has-menu::after{opacity:0.8;transform:translateY(1px);}.md-tabs__link:hover{color:var(--wise-blue);border-bottom-color:rgba(26,58,107,0.15);}.md-tabs__link--active,.md-tabs__item--active .md-tabs__link{color:var(--wise-blue);font-weight:700;border-bottom-color:var(--wise-blue);}[data-md-color-scheme="slate"] .md-header{background:rgba(12,12,12,0.82);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,0.06);}[data-md-color-scheme="slate"] .md-header[data-md-state="shadow"]{background:rgba(12,12,12,0.92);box-shadow:0 1px 12px rgba(0,0,0,0.3);}[data-md-color-scheme="slate"] .md-tabs{background:transparent;border-bottom:1px solid rgba(255,255,255,0.06);box-shadow:0 1px 4px rgba(0,0,0,0.15);}[data-md-color-scheme="slate"] .md-tabs__link{color:var(--wise-text-dim);}[data-md-color-scheme="slate"] .md-tabs__link:hover{color:var(--wise-accent-hover);border-bottom-color:rgba(74,125,199,0.2);}[data-md-color-scheme="slate"] .md-tabs__item:first-child .md-tabs__link{color:rgba(255,255,255,0.7);}[data-md-color-scheme="slate"] .md-tabs__link--active,[data-md-color-scheme="slate"] .md-tabs__item--active .md-tabs__link{color:var(--wise-accent-hover);border-bottom-color:var(--wise-accent);}.wr-mega-panel{position:fixed;left:0;width:100%;top:0;background:var(--wise-bg);border-top:1px solid var(--wise-border-light);box-shadow:0 4px 6px rgba(0,0,0,0.04),0 12px 24px rgba(0,0,0,0.06);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity 0.2s cubic-bezier(0.4,0,0.2,1),transform 0.2s cubic-bezier(0.4,0,0.2,1),visibility 0.2s;z-index:999;pointer-events:none;padding:1.75rem 0 2rem;}.wr-mega-panel--visible{display:block !important;opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;}.wr-mega-panel__inner{max-width:1100px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr minmax(220px,280px);gap:1.75rem;}.wr-mega-panel__column h4{font-size:0.68rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--wise-text-light);margin:0 0 0.75rem;padding-bottom:0.5rem;border-bottom:1px solid var(--wise-border-light);}.wr-mega-panel__link{display:block;padding:0.45rem 0.5rem;border-radius:6px;text-decoration:none !important;border-bottom:none !important;transition:background 0.15s ease;}.wr-mega-panel__link:hover{background:var(--wise-blue-soft);}.wr-mega-panel__link strong{display:block;font-size:0.8rem;font-weight:600;color:var(--wise-text);line-height:1.3;}.wr-mega-panel__link span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:0.7rem;color:var(--wise-text-light);line-height:1.4;margin-top:0.15rem;}.wr-mega-panel__link:hover strong{color:var(--wise-blue);}.wr-mega-panel__featured{background:var(--wise-bg-alt);border-radius:8px;padding:1.25rem;height:fit-content;display:flex;flex-direction:column;gap:0.5rem;}.wr-mega-panel__featured h4{border-bottom:none;margin-bottom:0;font-size:0.72rem;}.wr-mega-panel__featured p{font-size:0.78rem;color:var(--wise-text-light);line-height:1.5;margin:0;}.wr-mega-panel__link--all strong{color:var(--wise-blue) !important;}.wr-mega-panel__cta{display:inline-block;background:var(--wise-blue);color:#fff !important;padding:0.45rem 1.1rem;border-radius:6px;font-size:0.76rem;font-weight:600;text-decoration:none !important;border-bottom:none !important;transition:background 0.15s ease;}.wr-mega-panel__cta:hover{background:var(--wise-blue-dark);}[data-md-color-scheme="slate"] .wr-mega-panel{background:#111;border-top-color:#222;box-shadow:0 4px 6px rgba(0,0,0,0.2),0 12px 24px rgba(0,0,0,0.3);}[data-md-color-scheme="slate"] .wr-mega-panel__link:hover{background:rgba(74,125,199,0.08);}[data-md-color-scheme="slate"] .wr-mega-panel__link strong{color:var(--wise-text-bright);}[data-md-color-scheme="slate"] .wr-mega-panel__link:hover strong{color:var(--wise-accent-hover);}[data-md-color-scheme="slate"] .wr-mega-panel__featured{background:var(--wise-card);}[data-md-color-scheme="slate"] .wr-mega-panel__column h4{color:var(--wise-text-faint);border-bottom-color:#333;}@media (max-width:76.1875em){.wr-mega-panel,.wr-mega-panel--visible{display:none !important;}}@media (min-width:76.25em){.md-sidebar--primary{display:none;}}.md-content{max-width:100%;}@media (max-width:76.1875em){.md-content__inner{margin-left:0;margin-right:0;padding-left:1rem;padding-right:1rem;}.md-nav--primary .md-nav--nested{display:none !important;}.md-nav--primary .md-nav__icon{display:none !important;}}@media (min-width:76.25em){.md-main__inner{margin-left:auto;margin-right:auto;max-width:1200px;}}.wr-article-nav{display:flex;align-items:center;justify-content:space-between;padding:0.6rem 1.25rem;background:var(--wise-bg-alt);border-bottom:1px solid var(--wise-border-light);font-size:0.78rem;max-width:100%;overflow:hidden;margin-bottom:0.5rem;}.wr-article-nav__prev,.wr-article-nav__next{display:flex;align-items:center;gap:0.4rem;color:var(--wise-text-light);text-decoration:none;font-weight:500;transition:color 0.15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:35%;min-width:0;}.wr-article-nav__prev:hover,.wr-article-nav__next:hover{color:var(--wise-blue);}.wr-article-nav__center{display:flex;align-items:center;gap:0.5rem;font-weight:600;color:var(--wise-blue);font-size:0.72rem;text-transform:uppercase;letter-spacing:0.08em;white-space:nowrap;}.wr-article-nav__center a{color:var(--wise-blue);text-decoration:none;border-bottom:none;}.wr-article-nav__center a:hover{color:var(--wise-blue-dark);}.wr-article-nav__counter{color:var(--wise-text-light);font-weight:400;font-size:0.72rem;text-transform:none;letter-spacing:0;}.wr-article-nav__arrow{font-size:0.9rem;opacity:0.6;flex-shrink:0;}.wr-article-nav__prev--empty,.wr-article-nav__next--empty{visibility:hidden;}[data-md-color-scheme="slate"] .wr-article-nav{background:#111;border-bottom-color:#222;}[data-md-color-scheme="slate"] .wr-article-nav__prev,[data-md-color-scheme="slate"] .wr-article-nav__next{color:var(--wise-text-faint);}[data-md-color-scheme="slate"] .wr-article-nav__prev:hover,[data-md-color-scheme="slate"] .wr-article-nav__next:hover{color:var(--wise-accent-hover);}[data-md-color-scheme="slate"] .wr-article-nav__center{color:var(--wise-accent-hover);}@media (max-width:768px){.wr-article-nav{padding:0.5rem 0.75rem;}.wr-article-nav__prev span,.wr-article-nav__next span{display:none;}.wr-article-nav__counter{display:none;}}.md-search{z-index:300;}.md-search__overlay{z-index:250;background:rgba(0,0,0,0.25);}.md-search__inner{z-index:300;}.md-search__form{background:transparent !important;border-radius:9999px;box-shadow:none;border:1px solid var(--wise-border);height:1.8rem;transition:all 0.25s ease;}.md-search__input{border-radius:9999px !important;font-size:0.72rem !important;background:transparent !important;border:none !important;padding:0 0.8rem 0 0.2rem !important;height:1.8rem !important;color:var(--wise-text-light);}.md-search__input::placeholder{color:var(--wise-text-light);opacity:0.5;font-size:0.72rem;}.md-search__suggest{display:none;}.md-search__input:focus{color:var(--wise-text);}[data-md-toggle="search"]:checked ~ .md-header .md-search__form{background:#fff !important;border-color:var(--wise-blue);box-shadow:0 0 0 3px rgba(26,58,107,0.06);border-radius:8px;}.md-search__icon[for="__search"]{color:var(--wise-text-light);opacity:0.4;width:1rem !important;height:1rem !important;}.md-search__output{z-index:300;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 8px 32px rgba(0,0,0,0.12);border-top:1px solid var(--wise-border-light);}[data-md-color-scheme="slate"] .md-search__form{border-color:rgba(255,255,255,0.1);}[data-md-color-scheme="slate"] .md-search__input{color:rgba(255,255,255,0.6);}[data-md-color-scheme="slate"] .md-search__input::placeholder{color:rgba(255,255,255,0.3);}[data-md-color-scheme="slate"] [data-md-toggle="search"]:checked ~ .md-header .md-search__form{background:var(--wise-card) !important;border-color:var(--wise-accent);}[data-md-color-scheme="slate"] .md-search__output{background:var(--wise-card);border-top-color:rgba(255,255,255,0.06);}[data-md-color-scheme="slate"] .md-search__overlay{background:rgba(0,0,0,0.5);}[data-md-color-scheme="slate"] .md-search__icon[for="__search"]{color:rgba(255,255,255,0.4);}.md-typeset code{border-radius:4px;font-size:0.82em;padding:0.15em 0.4em;background:var(--wise-bg-alt);border:1px solid var(--wise-border-light);}[data-md-color-scheme="slate"] .md-typeset code{background:rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.1);}.md-typeset hr{border:none;height:2px;background:linear-gradient(90deg,var(--wise-blue) 0%,transparent 100%);margin:2.5rem 0;opacity:0.3;}.md-footer{background:var(--wise-black);}.md-footer-meta{background:var(--wise-black);}.md-copyright{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem;}.md-copyright__legal{font-size:0.65rem;}.md-copyright__legal a{color:rgba(255,255,255,0.5);text-decoration:none;transition:color 0.15s ease;}.md-copyright__legal a:hover{color:rgba(255,255,255,0.8);}.md-footer__link{transition:all 0.2s ease;}.md-footer__link:hover{opacity:0.9;}.md-footer__title{font-weight:600;}.md-button--primary{background-color:var(--wise-blue);border-color:var(--wise-blue);border-radius:9999px;transition:all 0.2s ease;font-weight:600;}.md-button--primary:hover{background-color:var(--wise-blue-dark);border-color:var(--wise-blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,58,107,0.2);}.wr-btn{padding:0.75rem 2rem;font-weight:600;font-size:0.95rem;border-radius:9999px;transition:all 0.2s ease;text-decoration:none;}.wr-btn--ghost{background:transparent;border:2px solid rgba(255,255,255,0.3);color:#fff;}.wr-btn--ghost:hover{border-color:rgba(255,255,255,0.6);color:#fff;background:rgba(255,255,255,0.05);}.md-typeset blockquote:last-of-type{border-left-color:var(--wise-teal);background:var(--wise-teal-soft);border-radius:10px;}.wr-team-illustration{display:block;max-width:420px;margin:1.5rem auto 2rem;}[data-md-color-scheme="slate"] .md-typeset blockquote:last-of-type{background:var(--wise-teal-soft);border-left-color:var(--wise-teal);color:var(--wise-text-bright);}.md-typeset p{margin-bottom:1.25rem;}.md-typeset img{border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,0.08);}.md-sidebar--secondary .md-nav__title{font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--wise-text-light);padding-bottom:0.5rem;margin-bottom:0.5rem;border-bottom:1px solid var(--wise-border-light);}.md-sidebar--secondary{width:18rem;border-left:none;padding-top:3.5rem;}.md-sidebar--secondary .md-nav__link{font-size:0.76rem;line-height:1.5;padding:0.3rem 0;border-left:2px solid transparent;padding-left:0.75rem;color:var(--wise-text-light);transition:all 0.15s ease;}.md-sidebar--secondary .md-nav__link:hover{color:var(--wise-blue);border-left-color:var(--wise-blue);background:transparent;}.md-sidebar--secondary .md-nav__link--active{color:var(--wise-blue);font-weight:600;border-left-color:var(--wise-blue);background:transparent;}[data-md-color-scheme="slate"] .md-sidebar--secondary .md-nav__link{color:var(--wise-text-faint);}[data-md-color-scheme="slate"] .md-sidebar--secondary .md-nav__link:hover{color:var(--wise-accent-hover);border-left-color:var(--wise-accent);}[data-md-color-scheme="slate"] .md-sidebar--secondary .md-nav__link--active{color:var(--wise-accent-hover);border-left-color:var(--wise-accent);}.md-sidebar--secondary .md-nav__item--nested > .md-nav__link::after{display:none;}@media print{.md-typeset h2{border-bottom:1px solid #000;}.md-typeset table:not([class]) thead{background:#333;}}.wr-hero{position:relative;padding:6rem 2rem 5.5rem;overflow:hidden;background:var(--wise-navy);color:#fff;}.wr-hero__canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;}.wr-hero::before{content:"";position:absolute;inset:0;background:linear-gradient( 160deg,rgba(10,22,40,0.55) 0%,rgba(10,22,40,0.30) 50%,rgba(10,22,40,0.50) 100% );pointer-events:none;z-index:1;}.wr-hero__inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;text-align:left;display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:center;}.wr-hero__brand{font-size:0.82rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:rgba(52,136,130,0.9);margin-bottom:1rem;display:flex;align-items:center;gap:0.6rem;}.wr-hero__logo{width:2.8rem;height:2.8rem;filter:brightness(2.5) saturate(1.5);}.wr-hero__title,.md-typeset .wr-hero__title{font-size:clamp(2.5rem,5.5vw,3.8rem);font-weight:800;line-height:1.05;letter-spacing:-0.03em;margin:0 0 1.5rem;color:#fff;}.section-hero p.wr-hero__sub{line-height:1.7;color:rgba(255,255,255,0.72);max-width:520px;margin:0 0 2rem;margin-left:0;margin-right:0;text-align:left;}.wr-hero__cta{display:flex;gap:1rem;flex-wrap:wrap;}.wr-hero__proof{display:flex;flex-direction:column;gap:0.75rem;}.wr-hero__proof-card{background:rgba(255,255,255,0.04);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.08);border-radius:10px;padding:1.1rem 1.25rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:0.3rem 0.6rem;}.wr-hero__proof-value{font-size:1.5rem;font-weight:800;color:rgba(52,136,130,0.95);letter-spacing:-0.02em;line-height:1;}.wr-hero__proof-label{font-size:0.92rem;font-weight:600;color:rgba(255,255,255,0.9);line-height:1;}.wr-hero__proof-desc{font-size:0.78rem;color:rgba(255,255,255,0.45);line-height:1.4;width:100%;}.wr-hero .wr-btn.md-button--primary,.wr-hero .wr-btn--primary{background:var(--wise-teal-light);color:#fff;border:2px solid var(--wise-teal-light);}.wr-hero .wr-btn.md-button--primary:hover,.wr-hero .wr-btn--primary:hover{background:#348882;border-color:#348882;box-shadow:0 4px 16px rgba(42,107,102,0.35);}.wr-hero .wr-btn--dark{color:rgba(255,255,255,0.85);border-color:rgba(255,255,255,0.25);}.wr-hero .wr-btn--dark:hover{color:#fff;border-color:rgba(255,255,255,0.5);background:rgba(255,255,255,0.08);}[data-md-color-scheme="slate"] .wr-hero{background:#060D18;}[data-md-color-scheme="slate"] .wr-hero__sub{color:rgba(255,255,255,0.65);}.wr-stats{background:var(--wise-black);border-top:1px solid rgba(255,255,255,0.08);border-bottom:1px solid rgba(255,255,255,0.08);}.wr-stats__inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);text-align:center;padding:2rem 1rem;}.wr-stats__item{display:flex;flex-direction:column;gap:0.25rem;}.wr-stats__number{font-size:1.4rem;font-weight:800;color:#fff;letter-spacing:-0.01em;}.wr-stats__label{font-size:0.75rem;color:rgba(255,255,255,0.5);text-transform:uppercase;letter-spacing:0.08em;}.wr-section__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;text-align:center;margin:0 0 0.75rem;letter-spacing:-0.01em;color:var(--wise-text);}.wr-section__sub{text-align:center;color:var(--wise-text-light);font-size:1.05rem;max-width:560px;margin:0 auto 2.5rem;}.wr-topics{padding:4rem 2rem;background:var(--wise-bg);}.wr-topics__inner{max-width:960px;margin:0 auto;}.wr-topics__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;}.wr-card{display:flex;flex-direction:column;padding:2rem 1.5rem;border-radius:12px;border:1px solid var(--wise-border);background:var(--wise-bg);text-decoration:none !important;color:var(--wise-text);transition:all 0.25s ease;}.wr-card:hover{border-color:var(--wise-blue);box-shadow:0 8px 30px rgba(26,58,107,0.1);transform:translateY(-4px);}.wr-card__icon{font-size:2rem;margin-bottom:1rem;}.wr-card__title{font-size:1.15rem;font-weight:700;margin:0 0 0.5rem;color:var(--wise-text);}.wr-card__desc{font-size:0.88rem;color:var(--wise-text-light);line-height:1.6;flex:1;}.wr-card__link{margin-top:1rem;font-size:0.85rem;font-weight:600;color:var(--wise-blue);transition:transform 0.2s ease;display:inline-block;}.wr-card:hover .wr-card__link{transform:translateX(4px);}.wr-approach{padding:4rem 2rem;background:var(--wise-bg-alt);}.wr-approach__inner{max-width:960px;margin:0 auto;}.wr-approach__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;}.wr-approach__item{padding:2rem 1.5rem;background:var(--wise-bg);border-radius:10px;border:1px solid var(--wise-border-light);transition:all 0.2s ease;}.wr-approach__item:hover{box-shadow:0 4px 16px rgba(0,0,0,0.06);transform:translateY(-2px);}.wr-approach__item h3{font-size:1.1rem;font-weight:700;margin:0 0 0.75rem;color:var(--wise-text);}.wr-approach__item p{font-size:0.9rem;color:var(--wise-text-light);line-height:1.65;margin:0;}.wr-icp{padding:4rem 2rem;background:var(--wise-bg);}.wr-icp__inner{max-width:960px;margin:0 auto;}.wr-icp__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;}.wr-icp__item{text-align:center;padding:2rem 1.5rem;border-radius:10px;border:1px solid var(--wise-border-light);transition:all 0.2s ease;}.wr-icp__item:hover{border-color:var(--wise-blue);transform:translateY(-2px);box-shadow:0 4px 16px rgba(26,58,107,0.06);}.wr-icp__icon{font-size:2.5rem;margin-bottom:1rem;}.wr-icp__item h3{font-size:1.05rem;font-weight:700;margin:0 0 0.5rem;color:var(--wise-text);}.wr-icp__item p{font-size:0.88rem;color:var(--wise-text-light);line-height:1.6;margin:0;}[data-md-color-scheme="slate"] .wr-icp{background:var(--md-default-bg-color);}[data-md-color-scheme="slate"] .wr-icp__item{border-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-icp__item:hover{border-color:var(--wise-accent);box-shadow:0 4px 16px rgba(74,125,199,0.1);}[data-md-color-scheme="slate"] .wr-icp__item h3{color:#fff;}[data-md-color-scheme="slate"] .wr-icp__item p{color:var(--wise-text-dim);}.wr-process{padding:4rem 2rem;background:var(--wise-bg);}.wr-process__inner{max-width:720px;margin:0 auto;}.wr-process__timeline{position:relative;padding-left:0;}.wr-process__timeline::before{content:"";position:absolute;left:1.75rem;top:1rem;bottom:1rem;width:2px;background:linear-gradient(180deg,var(--wise-blue),var(--wise-teal));border-radius:2px;}.wr-process__step{display:flex;gap:1.5rem;padding:1.5rem 0;position:relative;}.wr-process__number{flex-shrink:0;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:var(--wise-blue);color:#fff;font-size:0.85rem;font-weight:800;border-radius:50%;z-index:1;box-shadow:0 2px 8px rgba(26,58,107,0.2);}.wr-process__content h3{font-size:1.1rem;font-weight:700;margin:0.25rem 0 0.5rem;color:var(--wise-text);}.wr-process__content p{font-size:0.88rem;color:var(--wise-text-light);line-height:1.65;margin:0;}[data-md-color-scheme="slate"] .wr-process{background:var(--md-default-bg-color);}[data-md-color-scheme="slate"] .wr-process__timeline::before{background:linear-gradient(180deg,var(--wise-accent),var(--wise-teal));}[data-md-color-scheme="slate"] .wr-process__number{background:var(--md-primary-fg-color);}[data-md-color-scheme="slate"] .wr-process__content h3{color:#fff;}[data-md-color-scheme="slate"] .wr-process__content p{color:var(--wise-text-dim);}.wr-faq{padding:4rem 2rem;background:var(--wise-bg);}.wr-faq__inner{max-width:720px;margin:0 auto;}.wr-faq__grid{display:flex;flex-direction:column;gap:0.75rem;}.wr-faq__item{border:1px solid var(--wise-border-light);border-radius:10px;overflow:hidden;transition:border-color 0.2s ease;background:var(--wise-bg);}.wr-faq__item:hover{border-color:var(--wise-blue);}.wr-faq__item[open]{border-color:var(--wise-blue);box-shadow:0 2px 8px rgba(26,58,107,0.06);}.wr-faq__item summary{padding:1.25rem 1.5rem;font-weight:600;font-size:0.95rem;cursor:pointer;color:var(--wise-text);list-style:none;display:flex;align-items:center;justify-content:space-between;transition:color 0.15s ease;}.wr-faq__item summary::-webkit-details-marker{display:none;}.wr-faq__item summary::before{display:none !important;}.wr-faq__item summary::after{content:"\203A";font-size:1.4rem;font-weight:400;color:var(--wise-blue);flex-shrink:0;margin-left:1rem;transition:transform 0.25s ease;transform:rotate(0deg);}.wr-faq__item[open] summary::after{transform:rotate(90deg);}.wr-faq__item p{padding:0 1.5rem 1.25rem;margin:0;font-size:0.88rem;color:var(--wise-text);line-height:1.7;}[data-md-color-scheme="slate"] .wr-faq__item{background:var(--wise-card);border-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-faq__item:hover,[data-md-color-scheme="slate"] .wr-faq__item[open]{border-color:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-faq__item summary{color:#fff;}[data-md-color-scheme="slate"] .wr-faq__item summary::after{color:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-faq__item p{color:var(--wise-text-muted);}.wr-cta{position:relative;padding:5rem 2rem;background:var(--wise-navy);color:#fff;text-align:center;overflow:hidden;isolation:isolate;}.wr-cta::before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,0.04) 1px,transparent 1px);background-size:32px 32px;z-index:0;}.wr-cta::after{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(42,107,102,0.25),transparent 70%);top:-120px;right:-60px;filter:blur(60px);animation:cta-drift 14s ease-in-out infinite;z-index:0;}.wr-cta__orb-1{position:absolute;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(26,58,107,0.3),transparent 70%);bottom:-100px;left:-80px;filter:blur(60px);animation:cta-drift 14s ease-in-out infinite reverse;z-index:0;pointer-events:none;}.wr-cta__orb-2{position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(52,136,130,0.12),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(50px);animation:cta-pulse 8s ease-in-out infinite;z-index:0;pointer-events:none;}@keyframes cta-drift{0%,100%{transform:translate(0,0) scale(1);}33%{transform:translate(25px,-15px) scale(1.04);}66%{transform:translate(-15px,10px) scale(0.96);}}@keyframes cta-pulse{0%,100%{opacity:0.6;transform:translate(-50%,-50%) scale(1);}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15);}}.wr-cta__inner{position:relative;z-index:1;max-width:600px;margin:0 auto;}.wr-cta__inner h2{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:800;margin:0 0 1rem;color:#fff;}.wr-cta__inner p{color:rgba(255,255,255,0.6);font-size:1rem;margin:0 0 2rem;line-height:1.7;}.wr-cta .wr-btn{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:#fff;backdrop-filter:blur(8px);padding:0.75rem 2rem;border-radius:6px;font-weight:600;transition:all 0.2s ease;}.wr-cta .wr-btn:hover{background:rgba(255,255,255,0.18);border-color:rgba(255,255,255,0.35);transform:translateY(-1px);box-shadow:0 4px 20px rgba(42,107,102,0.25);}.wr-social-proof{padding:4rem 2rem;background:var(--wise-bg-alt);}.wr-social-proof__inner{max-width:960px;margin:0 auto;}.wr-proof__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2.5rem;}.wr-proof__item{text-align:center;padding:2rem 1.5rem;background:var(--wise-bg);border-radius:12px;border:1px solid var(--wise-border-light);}.wr-proof__stat{font-size:2.5rem;font-weight:800;color:var(--wise-blue);letter-spacing:-0.02em;margin-bottom:0.75rem;line-height:1;}.wr-proof__item p{font-size:0.92rem;color:var(--wise-text);line-height:1.6;margin:0;}.wr-proof__source{display:block;font-size:0.78rem;color:var(--wise-text-light);margin-top:0.5rem;font-style:italic;}[data-md-color-scheme="slate"] .wr-social-proof{background:#111;}[data-md-color-scheme="slate"] .wr-proof__item{background:var(--wise-card);border-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-proof__stat{color:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-proof__item p{color:var(--wise-text-muted);}[data-md-color-scheme="slate"] .wr-section__title{color:#fff;}[data-md-color-scheme="slate"] .wr-topics{background:var(--md-default-bg-color);}[data-md-color-scheme="slate"] .wr-card{background:var(--wise-card);border-color:var(--wise-card-border);color:var(--wise-text-bright);}[data-md-color-scheme="slate"] .wr-card:hover{border-color:var(--wise-accent);box-shadow:0 8px 30px rgba(74,125,199,0.15);}[data-md-color-scheme="slate"] .wr-card__title{color:#fff;}[data-md-color-scheme="slate"] .wr-card__desc{color:var(--wise-text-dim);}[data-md-color-scheme="slate"] .wr-approach{background:#111;}[data-md-color-scheme="slate"] .wr-approach__item{background:var(--wise-card);border-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-approach__item h3{color:#fff;}[data-md-color-scheme="slate"] .wr-approach__item p{color:var(--wise-text-dim);}[data-md-color-scheme="slate"] .md-typeset{color:var(--wise-text-muted);}[data-md-color-scheme="slate"] .md-typeset strong{color:#fff;}[data-md-color-scheme="slate"] .md-typeset h4{color:#bbb;}[data-md-color-scheme="slate"] .md-nav__item--nested > .md-nav__link{color:var(--wise-text-faint);}@media (max-width:768px){.wr-hero{padding:4rem 1.5rem 3.5rem;}.wr-hero__inner{grid-template-columns:1fr;gap:2rem;}.wr-hero__proof{flex-direction:row;flex-wrap:wrap;gap:0.5rem;}.wr-hero__proof-card{flex:1 1 140px;padding:0.8rem 1rem;}.wr-hero__proof-value{font-size:1.2rem;}.wr-hero__brand{font-size:0.75rem;}.wr-stats__inner{grid-template-columns:repeat(2,1fr);gap:1.5rem;}.wr-topics__grid{grid-template-columns:1fr;}.wr-approach__grid{grid-template-columns:1fr;}.wr-icp__grid{grid-template-columns:1fr;}.wr-process__timeline::before{left:1.25rem;}.wr-process__number{width:2.5rem;height:2.5rem;font-size:0.75rem;}.md-typeset h1{font-size:1.6rem;}.md-typeset h2{font-size:1.2rem;}.md-typeset table:not([class]){font-size:0.8rem;}.md-typeset table:not([class]) td,.md-typeset table:not([class]) th{padding:0.5rem 0.65rem;}}@media (min-width:1220px){.md-content__inner{max-width:800px;}}.md-footer-meta__inner .md-footer-copyright{display:none;}html{scroll-behavior:smooth;}::selection{background:rgba(26,58,107,0.15);color:inherit;}[data-md-color-scheme="slate"]::selection{background:rgba(74,125,199,0.35);color:#fff;}[href="/seo/"] .md-typeset h2,.md-content[data-md-component="content"] h2{border-bottom-width:2px;}.md-typeset ul li a[href^="/"]{transition:color 0.15s ease,transform 0.15s ease;}.md-typeset ul li a[href^="/"]:hover{color:var(--wise-blue-dark);}.md-typeset h1::after{content:"";display:block;width:60px;height:3px;background:linear-gradient(90deg,var(--wise-blue),var(--wise-teal));margin-top:0.75rem;border-radius:2px;}[data-md-color-scheme="slate"] .md-typeset h1::after{background:linear-gradient(90deg,var(--wise-accent),var(--wise-teal));}.md-typeset blockquote strong:first-child{display:block;font-size:0.82rem;text-transform:uppercase;letter-spacing:0.05em;color:var(--wise-blue);margin-bottom:0.25rem;}[data-md-color-scheme="slate"] .md-typeset blockquote strong:first-child{color:var(--wise-accent-hover);}.md-main{background-image:radial-gradient(circle at 20% 50%,rgba(26,58,107,0.015) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,225,86,0.01) 0%,transparent 40%);background-attachment:fixed;}[data-md-color-scheme="slate"] .md-main{background-image:radial-gradient(circle at 20% 50%,rgba(74,125,199,0.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,225,86,0.02) 0%,transparent 40%);}.md-typeset .md-button{border-radius:8px;font-weight:600;font-size:0.85rem;padding:0.6rem 1.4rem;transition:all 0.2s ease;text-transform:none;letter-spacing:0.01em;}.md-typeset .md-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,58,107,0.15);}.md-typeset .md-button--primary{background:var(--wise-blue);border-color:var(--wise-blue);color:#fff;border-radius:9999px;}.md-typeset .md-button--primary:hover{background:var(--wise-blue-dark);border-color:var(--wise-blue-dark);}.md-typeset dl dt{font-weight:700;color:var(--wise-text);border-left:3px solid var(--wise-blue);padding-left:0.75rem;margin-top:1rem;}[data-md-color-scheme="slate"] .md-typeset dl dt{color:#fff;border-left-color:var(--wise-accent);}.md-typeset dl dd{margin-left:1rem;padding-left:0.75rem;border-left:1px solid var(--wise-border-light);}.md-typeset .footnote{font-size:0.82rem;border-top:1px solid var(--wise-border-light);margin-top:2rem;padding-top:1rem;}.md-footer__inner{max-width:960px;}.md-footer__link--prev .md-footer__title,.md-footer__link--next .md-footer__title{font-size:0.85rem;}.wr-hero::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--wise-teal-light),rgba(42,107,102,0.1));z-index:3;}[data-md-color-scheme="slate"] .wr-hero::after{background:linear-gradient(90deg,var(--wise-teal-light),rgba(42,107,102,0.05));}.wr-card::before{content:"";position:absolute;inset:-1px;border-radius:13px;padding:1px;background:linear-gradient(135deg,transparent 40%,var(--wise-blue) 50%,transparent 60%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity 0.3s ease;pointer-events:none;}.wr-card{position:relative;}.wr-card:hover::before{opacity:1;}.wr-stats__number{transition:transform 0.3s ease;}.wr-stats__item:hover .wr-stats__number{transform:scale(1.1);}.wr-approach__item{position:relative;counter-increment:approach;}.wr-approach__item::before{content:counter(approach);position:absolute;top:1.25rem;right:1.25rem;font-size:2.5rem;font-weight:800;color:var(--wise-blue);opacity:0.06;line-height:1;}.wr-approach{counter-reset:approach;}.md-top{background:var(--wise-blue);color:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(26,58,107,0.2);}.md-top:hover{background:var(--wise-blue-dark);}@media (max-width:768px){.wr-proof__grid{grid-template-columns:1fr;}.wr-proof__stat{font-size:2rem;}}.md-typeset .headerlink{display:none !important;}#wr-progress{display:none !important;}.wr-reading-time{display:none !important;}.md-footer-meta .md-copyright:not(.wr-footer-legal){visibility:hidden;height:0;overflow:hidden;}.wr-footer{background:var(--wise-navy);padding:3rem 2rem 1.5rem;color:rgba(255,255,255,0.6);font-size:0.82rem;line-height:1.7;}.wr-footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;}.wr-footer__brand{color:#fff;font-weight:700;font-size:1.1rem;margin-bottom:0.75rem;}.wr-footer__desc{color:rgba(255,255,255,0.5);font-size:0.82rem;line-height:1.6;margin-bottom:1rem;}.wr-footer__heading{color:rgba(255,255,255,0.8);font-weight:600;font-size:0.78rem;text-transform:uppercase;letter-spacing:0.08em;margin-bottom:1rem;}.wr-footer__links{list-style:none;padding:0;margin:0;}.wr-footer__links li{margin-bottom:0.5rem;}.wr-footer__links a{color:rgba(255,255,255,0.5);text-decoration:none;border-bottom:none !important;transition:color 0.15s ease;font-size:0.82rem;}.wr-footer__links a:hover{color:#fff;}.wr-footer__bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:0.72rem;color:rgba(255,255,255,0.35);}.wr-footer__bottom a{color:rgba(255,255,255,0.4);text-decoration:none;border-bottom:none !important;transition:color 0.15s ease;}.wr-footer__bottom a:hover{color:rgba(255,255,255,0.7);}.wr-footer__legal-links{display:flex;gap:1.5rem;}@media (max-width:768px){.wr-footer__inner{grid-template-columns:1fr;gap:2rem;}}.md-sidebar__scrollwrap{scrollbar-width:thin;scrollbar-color:var(--wise-border) transparent;}.md-sidebar__scrollwrap::-webkit-scrollbar{width:3px;}.md-sidebar__scrollwrap::-webkit-scrollbar-thumb{background:var(--wise-border);border-radius:3px;}.md-sidebar__scrollwrap::-webkit-scrollbar-track{background:transparent;}.md-path{display:none;}.md-typeset ul li a[href$="/"]{display:inline-block;transition:color 0.15s ease;}@media print{.wr-article-nav,#wr-progress,.wr-reading-time{display:none;}}.md-content__inner:has(.wr-hero){max-width:none;padding:0;margin:0;}.md-content__inner:has(.wr-hero)::before{display:none !important;}.md-content:has(.wr-hero) ~ .md-sidebar--secondary{display:none;}.md-main__inner:has(.wr-hero){display:block;margin:0;padding:0;max-width:none;}.md-main__inner.md-grid:has(.wr-hero){max-width:none;}.md-content:has(.wr-hero){margin:0 !important;padding:0;max-width:none;}@media (min-width:76.25em){.md-main__inner:has(.wr-hero) > .md-sidebar--primary,.md-main__inner:has(.wr-hero) > .md-sidebar--secondary{display:none;}}.md-main__inner:has(.wr-hero) > .md-sidebar--secondary{display:none;}.wr-hero,.wr-trust-bar,.wr-challenge,.wr-solution,.wr-expertise,.wr-technology,.wr-process,.wr-approach,.wr-evidence,.wr-faq{width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box;}.wr-hero h1,.wr-hero h1::after,.wr-challenge h2,.wr-challenge h3,.wr-solution h2,.wr-solution h3,.wr-expertise h3,.wr-technology h2,.wr-technology h3,.wr-approach h2,.wr-approach h3,.wr-process h2,.wr-process h3,.wr-evidence h2,.wr-faq h2,.wr-cta h2{border-bottom:none;margin-top:0;padding-bottom:0;}.wr-hero h1::after{display:none;}.wr-challenge h3,.wr-solution h3,.wr-expertise h3,.wr-approach h3,.wr-process h3{color:var(--wise-text);}[data-md-color-scheme="slate"] .wr-challenge h3,[data-md-color-scheme="slate"] .wr-solution h3,[data-md-color-scheme="slate"] .wr-expertise h3,[data-md-color-scheme="slate"] .wr-approach h3,[data-md-color-scheme="slate"] .wr-process h3{color:#fff;}.wr-challenge h2 + p::first-letter,.wr-solution h2 + p::first-letter,.wr-approach h2 + p::first-letter,.wr-evidence h2 + p::first-letter,.wr-faq h2 + p::first-letter,.wr-section__lead::first-letter,.wr-solution__lead::first-letter{float:none;font-size:inherit;font-weight:inherit;color:inherit;margin:0;}.wr-section-label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.12em;color:var(--wise-blue);margin-bottom:1rem;}.wr-section__title--left{text-align:left;}.wr-section__lead{font-size:1.1rem;line-height:1.7;color:var(--wise-text-light);max-width:640px;margin-bottom:2.5rem;}[data-md-color-scheme="slate"] .wr-section-label{color:var(--wise-accent);}.wr-btn--dark{background:transparent;border:2px solid var(--wise-black);color:var(--wise-text);}.wr-btn--dark:hover{background:var(--wise-black);color:#fff;}[data-md-color-scheme="slate"] .wr-btn--dark{border-color:rgba(255,255,255,0.4);color:#fff;}[data-md-color-scheme="slate"] .wr-btn--dark:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.7);}.wr-trust-bar{background:#0D1B2E;padding:1rem 2rem;border-top:1px solid rgba(42,107,102,0.15);}.wr-trust-bar__inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;font-size:0.78rem;font-weight:500;color:rgba(255,255,255,0.5);text-transform:uppercase;letter-spacing:0.06em;}.wr-trust-bar__dot{width:4px;height:4px;border-radius:50%;background:rgba(42,107,102,0.5);flex-shrink:0;}[data-md-color-scheme="slate"] .wr-trust-bar{background:#000;border-top:1px solid #222;border-bottom:1px solid #222;}.wr-challenge{padding:5rem 2rem;background:var(--wise-bg);}.wr-challenge__inner{max-width:960px;margin:0 auto;}.wr-challenge__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}.wr-challenge__item{padding:2rem 1.5rem 2rem 2rem;border-left:3px solid var(--wise-border);transition:border-color 0.2s ease;}.wr-challenge__item:hover{border-left-color:var(--wise-blue);}.wr-challenge__marker{display:none;}.wr-challenge__item h3{font-size:1.05rem;font-weight:700;margin:0 0 0.75rem;color:var(--wise-text);}.wr-challenge__item p{font-size:0.88rem;color:var(--wise-text-light);line-height:1.65;margin:0;}[data-md-color-scheme="slate"] .wr-challenge{background:var(--md-default-bg-color);}[data-md-color-scheme="slate"] .wr-challenge__item{border-left-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-challenge__item:hover{border-left-color:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-challenge__item h3{color:#fff;}[data-md-color-scheme="slate"] .wr-challenge__item p{color:var(--wise-text-dim);}.wr-solution{padding:5rem 2rem;background:var(--wise-bg-alt);}.wr-solution__inner{max-width:960px;margin:0 auto;}.wr-solution__content{display:grid;grid-template-columns:1fr 320px;gap:4rem;align-items:start;}.wr-solution__lead{font-size:1.05rem;line-height:1.7;color:var(--wise-text-light);margin-bottom:2rem;}.wr-solution__points{display:flex;flex-direction:column;gap:1.5rem;}.wr-solution__point{padding-left:1.25rem;border-left:2px solid var(--wise-blue);}.wr-solution__point strong{display:block;font-size:0.92rem;font-weight:700;color:var(--wise-text);margin-bottom:0.25rem;}.wr-solution__point span{font-size:0.85rem;color:var(--wise-text-light);line-height:1.6;}.wr-solution__metric{background:var(--wise-bg);border:1px solid var(--wise-border);border-radius:12px;padding:2.5rem 2rem;text-align:center;position:sticky;top:6rem;}.wr-solution__metric-value{display:block;font-size:4rem;font-weight:800;color:var(--wise-blue);line-height:1;margin-bottom:1rem;letter-spacing:-0.03em;}.wr-solution__metric-label{display:block;font-size:0.92rem;color:var(--wise-text);line-height:1.5;margin-bottom:0.75rem;}.wr-solution__metric-source{font-size:0.78rem;color:var(--wise-text-light);font-style:italic;}[data-md-color-scheme="slate"] .wr-solution{background:#111;}[data-md-color-scheme="slate"] .wr-solution__point{border-left-color:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-solution__point strong{color:#fff;}[data-md-color-scheme="slate"] .wr-solution__point span{color:var(--wise-text-dim);}[data-md-color-scheme="slate"] .wr-solution__metric{background:var(--wise-card);border-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-solution__metric-value{color:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-solution__metric-label{color:var(--wise-text-muted);}.wr-expertise{padding:5rem 2rem;background:var(--wise-bg);}.wr-expertise__inner{max-width:960px;margin:0 auto;}.wr-expertise__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}.wr-expertise__card{display:block;padding:2rem;border:1px solid var(--wise-border);border-radius:8px;background:var(--wise-bg);text-decoration:none !important;color:var(--wise-text);transition:all 0.25s ease;position:relative;}.wr-expertise__card:hover{border-color:var(--wise-blue);box-shadow:0 4px 20px rgba(26,58,107,0.08);transform:translateY(-2px);}.wr-expertise__card-num{font-size:0.72rem;font-weight:700;color:var(--wise-blue);letter-spacing:0.05em;display:block;margin-bottom:0.75rem;opacity:0.5;}.wr-expertise__card h3{font-size:1.15rem;font-weight:700;margin:0 0 0.5rem;color:var(--wise-text);}.wr-expertise__card p{font-size:0.88rem;color:var(--wise-text-light);line-height:1.6;margin:0 0 1rem;}.wr-expertise__card-meta{font-size:0.8rem;font-weight:600;color:var(--wise-blue);transition:transform 0.2s ease;display:inline-block;}.wr-expertise__card:hover .wr-expertise__card-meta{transform:translateX(4px);}[data-md-color-scheme="slate"] .wr-expertise{background:var(--md-default-bg-color);}[data-md-color-scheme="slate"] .wr-expertise__card{background:var(--wise-card);border-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-expertise__card:hover{border-color:var(--wise-accent);box-shadow:0 4px 20px rgba(74,125,199,0.12);}[data-md-color-scheme="slate"] .wr-expertise__card h3{color:#fff;}[data-md-color-scheme="slate"] .wr-expertise__card-num{color:var(--wise-accent);}.wr-evidence{padding:5rem 2rem;background:var(--wise-bg-alt);}.wr-evidence__inner{max-width:960px;margin:0 auto;}.wr-evidence__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}.wr-evidence__item{text-align:center;padding:2.5rem 1.5rem;background:var(--wise-bg);border-radius:8px;border:1px solid var(--wise-border-light);}.wr-evidence__stat{display:block;font-size:3rem;font-weight:800;color:var(--wise-blue);letter-spacing:-0.02em;margin-bottom:0.75rem;line-height:1;}.wr-evidence__item p{font-size:0.92rem;color:var(--wise-text);line-height:1.5;margin:0 0 0.5rem;}.wr-evidence__item cite{font-size:0.75rem;color:var(--wise-text-light);font-style:italic;}[data-md-color-scheme="slate"] .wr-evidence{background:#111;}[data-md-color-scheme="slate"] .wr-evidence__item{background:var(--wise-card);border-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-evidence__stat{color:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-evidence__item p{color:var(--wise-text-muted);}@media (max-width:768px){.wr-hero{padding:3.5rem 1.5rem 2.5rem;}.wr-challenge__grid{grid-template-columns:1fr;}.wr-solution__content{grid-template-columns:1fr;gap:2rem;}.wr-solution__metric{position:static;}.wr-expertise__grid{grid-template-columns:1fr;}.wr-evidence__grid{grid-template-columns:1fr;}.wr-trust-bar__inner{font-size:0.7rem;gap:0.75rem;}}.wr-form{max-width:640px;margin:2rem 0;}.wr-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}@media (max-width:600px){.wr-form-row{grid-template-columns:1fr;}}.wr-form-field{margin-bottom:1.25rem;}.wr-form-field label:first-child{display:block;font-size:0.82rem;font-weight:600;color:var(--wise-text);margin-bottom:0.4rem;letter-spacing:0.01em;}.wr-form-field input[type="text"],.wr-form-field input[type="email"],.wr-form-field input[type="url"],.wr-form-field select,.wr-form-field textarea{width:100%;padding:0.65rem 0.85rem;font-size:0.92rem;font-family:inherit;color:var(--wise-text);background:var(--wise-bg);border:1.5px solid rgba(0,0,0,0.12);border-radius:6px;outline:none;transition:border-color 0.15s ease,box-shadow 0.15s ease;box-sizing:border-box;}.wr-form-field input:focus,.wr-form-field select:focus,.wr-form-field textarea:focus{border-color:var(--wise-blue);box-shadow:0 0 0 3px rgba(26,58,107,0.08);}.wr-form-field textarea{resize:vertical;min-height:100px;}.wr-form-field select,.md-typeset .wr-form-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--wise-bg) !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:right 0.85rem center !important;padding-right:2.5rem;}.wr-form-field select::before,.wr-form-field select::after,.md-typeset .wr-form-field select::before,.md-typeset .wr-form-field select::after{display:none !important;}.md-typeset .wr-form input,.md-typeset .wr-form select,.md-typeset .wr-form textarea{border:1.5px solid rgba(0,0,0,0.12);border-radius:6px;box-shadow:none;margin:0;}.wr-form-checks{display:flex;flex-wrap:wrap;gap:0.5rem;}.wr-check{display:flex !important;align-items:center;gap:0.4rem;font-size:0.88rem !important;font-weight:400 !important;color:var(--wise-text) !important;padding:0.45rem 0.85rem;border:1.5px solid rgba(0,0,0,0.1);border-radius:6px;cursor:pointer;transition:border-color 0.15s ease,background 0.15s ease;user-select:none;margin-bottom:0 !important;}.wr-check:hover{border-color:var(--wise-blue);background:rgba(26,58,107,0.03);}.wr-check:has(input:checked){border-color:var(--wise-blue);background:rgba(26,58,107,0.06);}.wr-check input[type="checkbox"]{accent-color:var(--wise-blue);margin:0;width:16px;height:16px;}.wr-form-submit{display:inline-block;padding:0.75rem 2rem;font-size:0.95rem;font-weight:600;font-family:inherit;color:#fff;background:var(--wise-blue);border:none;border-radius:6px;cursor:pointer;transition:background 0.15s ease,transform 0.1s ease;}.wr-form-submit:hover{background:var(--wise-navy);}.wr-form-submit:active{transform:scale(0.98);}.wr-form-submit:disabled{opacity:0.6;cursor:not-allowed;}.wr-form-note{font-size:0.8rem;color:var(--wise-text-light);margin-top:0.75rem;}.wr-form-success{padding:2rem;background:rgba(31,78,75,0.06);border-left:4px solid var(--wise-teal);border-radius:6px;}.wr-form-success h2{color:var(--wise-teal);margin-top:0;}[data-md-color-scheme="slate"] .wr-form-field input,[data-md-color-scheme="slate"] .wr-form-field select,[data-md-color-scheme="slate"] .wr-form-field textarea{background:var(--wise-card);border-color:rgba(255,255,255,0.12);color:var(--wise-text);}[data-md-color-scheme="slate"] .wr-form-field input:focus,[data-md-color-scheme="slate"] .wr-form-field select:focus,[data-md-color-scheme="slate"] .wr-form-field textarea:focus{border-color:var(--wise-accent);box-shadow:0 0 0 3px rgba(74,125,199,0.15);}[data-md-color-scheme="slate"] .wr-check{border-color:rgba(255,255,255,0.1);}[data-md-color-scheme="slate"] .wr-check:hover{border-color:var(--wise-accent);background:rgba(74,125,199,0.08);}[data-md-color-scheme="slate"] .wr-check:has(input:checked){border-color:var(--wise-accent);background:rgba(74,125,199,0.12);}[data-md-color-scheme="slate"] .wr-form-submit{background:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-form-submit:hover{background:var(--wise-accent-bright);}[data-md-color-scheme="slate"] .wr-form-success{background:rgba(31,78,75,0.15);}[data-md-color-scheme="slate"] .wr-form-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");}.md-top{border-radius:6px;font-size:0.75rem;padding:0.5rem 1rem;background:var(--wise-navy);color:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.15);border:none;}.md-top:hover{background:var(--wise-blue);}.md-top svg{width:14px;height:14px;}[data-md-color-scheme="slate"] .md-top{background:#2a2a2a;color:var(--wise-text-muted);}[data-md-color-scheme="slate"] .md-top:hover{background:var(--wise-accent);color:#fff;}.wr-two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:2rem 0;}.wr-two-col--asymmetric{grid-template-columns:2fr 1fr;}@media (max-width:768px){.wr-two-col{grid-template-columns:1fr;gap:2rem;}}.wr-pull-quote{margin:3rem 0;padding:2rem 2.5rem;border-top:2px solid var(--wise-blue);border-bottom:2px solid var(--wise-blue);position:relative;background:var(--wise-blue-soft);}.wr-pull-quote::before{content:"\201C";position:absolute;top:-15px;left:20px;font-size:5rem;font-family:Georgia,serif;color:var(--wise-blue);opacity:0.2;line-height:1;}.wr-pull-quote p{font-size:1.4rem;font-weight:700;line-height:1.4;color:var(--wise-text);margin:0 0 0.75rem;font-style:italic;}.wr-pull-quote cite{font-size:0.88rem;color:var(--wise-text-light);font-style:normal;display:block;text-align:right;}.wr-pull-quote cite::before{content:"\2014\00a0";}[data-md-color-scheme="slate"] .wr-pull-quote{border-color:var(--wise-accent);background:var(--wise-blue-soft);}[data-md-color-scheme="slate"] .wr-pull-quote::before{color:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-pull-quote p{color:#fff;}.wr-comparison{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0;}.wr-comparison__col{background:var(--wise-bg);border:1.5px solid var(--wise-border);border-radius:8px;padding:2rem;position:relative;}.wr-comparison__col--highlight{border-color:var(--wise-blue);background:var(--wise-blue-soft);box-shadow:0 0 0 1px rgba(26,58,107,0.06),0 4px 16px rgba(26,58,107,0.08);}.wr-comparison__col--highlight::before{content:'';position:absolute;top:0;left:1rem;right:1rem;height:3px;background:var(--wise-blue);border-radius:0 0 3px 3px;}[data-md-color-scheme="slate"] .wr-comparison__col{background:var(--wise-bg-alt);border-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-comparison__col--highlight{background:var(--wise-card);border-color:var(--wise-accent);box-shadow:0 0 0 1px rgba(74,125,199,0.1),0 4px 16px rgba(74,125,199,0.1);}[data-md-color-scheme="slate"] .wr-comparison__col--highlight::before{background:var(--wise-accent);}.wr-comparison__col h4{text-align:center;margin-top:0;padding-bottom:0.75rem;border-bottom:2px solid var(--wise-border);margin-bottom:1rem;color:var(--wise-text);}.wr-comparison__col--highlight h4{border-bottom-color:var(--wise-blue);color:var(--wise-blue);}@media (max-width:768px){.wr-comparison{grid-template-columns:1fr;}}.wr-progress{margin:1.5rem 0;}.wr-progress__label{display:flex;justify-content:space-between;margin-bottom:0.5rem;font-size:0.88rem;}.wr-progress__name{font-weight:600;color:var(--wise-text);}.wr-progress__value{color:var(--wise-text-light);}.wr-progress__bar{width:100%;height:10px;background:var(--wise-border-light);border-radius:5px;overflow:hidden;}.wr-progress__fill{height:100%;background:var(--wise-blue);border-radius:5px;transition:width 0.6s ease;}[data-md-color-scheme="slate"] .wr-progress__bar{background:#333;}[data-md-color-scheme="slate"] .wr-progress__fill{background:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-progress__name{color:#fff;}.wr-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0;}.wr-feature-card{padding:1.5rem;background:var(--wise-bg);border:1px solid var(--wise-border);border-radius:8px;transition:all 0.2s ease;}.wr-feature-card:hover{border-color:var(--wise-blue);box-shadow:0 4px 12px rgba(26,58,107,0.06);}.wr-feature-card h4{font-size:1rem;font-weight:700;margin:0 0 0.5rem;color:var(--wise-text);text-transform:none;}.wr-feature-card p{font-size:0.88rem;color:var(--wise-text-light);line-height:1.6;margin:0;}[data-md-color-scheme="slate"] .wr-feature-card{background:var(--wise-card);border-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-feature-card:hover{border-color:var(--wise-accent);}[data-md-color-scheme="slate"] .wr-feature-card h4{color:#fff;}.wr-insight{background:var(--wise-teal-soft);border-left:4px solid var(--wise-teal);padding:1.5rem 2rem;margin:2rem 0;border-radius:0 8px 8px 0;}.wr-insight strong:first-child{display:block;font-size:0.78rem;text-transform:uppercase;letter-spacing:0.06em;color:var(--wise-blue);margin-bottom:0.5rem;}[data-md-color-scheme="slate"] .wr-insight{background:var(--wise-teal-soft);}.wr-metric-banner{background:var(--wise-blue);color:#ffffff;padding:2rem 2.5rem;border-radius:8px;display:flex;align-items:center;justify-content:space-between;margin:2rem 0;gap:2rem;}.wr-metric-banner__value{font-size:3rem;font-weight:800;flex-shrink:0;letter-spacing:-0.02em;}.wr-metric-banner__text{font-size:1rem;line-height:1.5;opacity:0.95;}@media (max-width:768px){.wr-metric-banner{flex-direction:column;text-align:center;padding:1.5rem;}}[data-md-color-scheme="slate"] .wr-metric-banner{background:#3333aa;}.wr-checklist{list-style:none;padding:0;margin:2rem 0;}.wr-checklist li{display:flex;align-items:flex-start;padding:0.75rem 1rem;margin-bottom:0.5rem;border-radius:4px;background:var(--wise-bg);border:1px solid var(--wise-border-light);font-size:0.9rem;gap:0.75rem;}.wr-checklist li::before{content:"\2713";color:var(--wise-blue);font-weight:700;font-size:1.1rem;flex-shrink:0;margin-top:-0.1rem;}[data-md-color-scheme="slate"] .wr-checklist li{background:var(--wise-card);border-color:var(--wise-card-border);}[data-md-color-scheme="slate"] .wr-checklist li::before{color:var(--wise-accent);}.wr-technology{padding:5rem 2rem;background:var(--wise-navy);color:#fff;}.wr-technology__inner{max-width:960px;margin:0 auto;}.wr-technology .wr-section-label{color:var(--wise-teal-light);}.wr-technology .wr-section__title{color:#fff;}.wr-technology .wr-section__sub{color:rgba(255,255,255,0.78);}.wr-technology__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}.wr-technology__card{padding:2rem;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:10px;transition:all 0.25s ease;}.wr-technology__card:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.2);transform:translateY(-2px);}.wr-technology__icon{margin-bottom:1rem;color:var(--wise-teal);line-height:1;}.wr-technology__icon svg{display:block;}.wr-technology__card h3{font-size:1.05rem;font-weight:700;margin:0 0 0.75rem;color:#fff;}.wr-technology__card p{font-size:0.88rem;color:rgba(255,255,255,0.8);line-height:1.65;margin:0;}[data-md-color-scheme="slate"] .wr-technology{background:#050510;}@media (max-width:768px){.wr-technology__grid{grid-template-columns:1fr;}}.wr-technology h2 + p::first-letter{float:none;font-size:inherit;font-weight:inherit;color:inherit;margin:0;}.wr-process__duration{display:inline-block;font-size:0.7rem;font-weight:600;color:var(--wise-blue);background:var(--wise-blue-soft);padding:0.15rem 0.6rem;border-radius:9999px;margin-left:0.5rem;vertical-align:middle;text-transform:uppercase;letter-spacing:0.03em;}[data-md-color-scheme="slate"] .wr-process__duration{color:var(--wise-accent-hover);background:rgba(74,125,199,0.15);}