
:root {--ws-text: rgb(17,24,39);--ws-success: #10b981;--ws-primary: rgba(30,64,175,1);--ws-border: #e5e7eb;--ws-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);--ws-radius-xl: 1rem;--ws-success-dark: rgb(5,150,105);--ws-surface: #ffffff;--ws-maxw: 1280px;--ws-text-dim: #4b5563;--ws-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);--ws-radius-full: 9999px;--ws-text-inverse: #ffffff;--ws-header-h: 96px;--ws-primary-dark: rgba(30,58,138,1);--ws-accent: #f59e0b;--ws-surface-dark: #1f2937;--ws-shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);--ws-radius-md: 0.5rem;--ws-surface-alt: #f3f4f6;--ws-shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1);--ws-radius-lg: 0.75rem}

*, *::before, *::after { box-sizing: border-box; }
html, body {max-width: 100%;overflow-x: clip;width: 100%;outline-offset:0;visibility:visible;isolation:auto;pointer-events:auto}
html {font-size: 16px;scroll-behavior: smooth}
body.ws-body {padding: 0;font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height: 1.6;background: var(--ws-surface);margin: 0;color: var(--ws-text);font-size: 1rem;padding-top: var(--ws-header-h)}
img {max-width: 100%;display: block;height: auto}
a {color: var(--ws-primary);text-decoration: none}

.ws-wrap {width: 100%;max-width: var(--ws-maxw);margin: 0 auto;padding: 0 1rem}
@media (min-width: 640px) { .ws-wrap { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .ws-wrap { padding: 0 2rem; } }


.ws-btn {font-size: 1rem;border-radius: var(--ws-radius-lg);border: none;align-items: center;font-weight: 600;transition: all 0.2s;padding: 0.75rem 2rem;display: inline-flex;cursor: pointer;justify-content: center;text-align: center;text-decoration: none}
.ws-btn--ghost {background: transparent;border: 2px solid var(--ws-primary);color: var(--ws-primary)}
.ws-btn--ghost:hover {color: #fff;transform: translateY(-2px);background: var(--ws-primary)}
.ws-btn--gold, .ws-btn--primary {background: var(--ws-primary);color: rgb(255,255,255)}
.ws-btn--gold:hover, .ws-btn--primary:hover {transform: translateY(-2px);background: var(--ws-primary-dark);box-shadow: var(--ws-shadow-lg)}
.ws-btn--success {color: #fff;background: var(--ws-success)}
.ws-btn--success:hover {background: var(--ws-success-dark);transform: translateY(-2px);box-shadow: var(--ws-shadow-lg)}
.ws-btn--accent {color: var(--ws-text);background: var(--ws-accent)}
.ws-btn--hero {padding: 1rem 2rem;font-size: 1.125rem}
.ws-btn--lg {padding: 1.25rem 2.5rem;font-size: 1.25rem}


.ws-header {border-bottom: 1px solid var(--ws-border);left: 0;backdrop-filter: blur(10px);right: 0;transition: box-shadow .25s ease;width: 100%;background: rgba(255,255,255,0.97);position: fixed;z-index: 1000;box-shadow: 0 2px 12px rgba(0,0,0,0.08);top: 0}
.ws-header--scrolled {box-shadow: 0 4px 20px rgba(0,0,0,0.12);background: rgba(255,255,255,0.99)}

.ws-nav {position: relative;padding: 0.75rem 0;gap: 0.5rem;grid-template-columns: auto auto 1fr auto;align-items: center;display: grid}
.ws-nav__logo-wrap {grid-column: 1;min-width: 0}
.ws-nav__logo-wrap img {object-fit: contain;height: 80px;width: 80px;display: block}
.ws-logo-text {font-size: 1.4rem;color: var(--ws-primary);font-weight: 800}
.ws-nav__toggle {border: none;align-items: center;flex-direction: column;padding: 0.5rem;min-height: 44px;display: flex;flex-shrink: 0;z-index: 1002;min-width: 44px;grid-column: 2;position: relative;gap: 4px;cursor: pointer;justify-content: center;background: none}
.ws-nav__toggle-bar {transition: all .15s;height: 2px;background: var(--ws-text);width: 24px}
.ws-nav__toggle.ws-is-active .ws-nav__toggle-bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.ws-nav__toggle.ws-is-active .ws-nav__toggle-bar:nth-child(2) { opacity: 0; }
.ws-nav__toggle.ws-is-active .ws-nav__toggle-bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.ws-nav__menu {left: 0;box-shadow: var(--ws-shadow-lg);-webkit-overflow-scrolling: touch;display: none;position: absolute;flex-direction: column;right: 0;background: var(--ws-surface);border-bottom: 1px solid var(--ws-border);gap: 0;top: 100%;max-height: calc(100vh - var(--ws-header-h));overflow-y: auto;z-index: 1001;padding: 1rem}
.ws-nav__menu.ws-is-active { display: flex !important; }
.ws-nav__menu a {white-space: nowrap;color: var(--ws-text-dim);display: block;border-bottom: 1px solid var(--ws-border);font-weight: 500;padding: 0.75rem}
.ws-nav__menu a:last-child { border-bottom: none; }
.ws-nav__menu a:hover, .ws-nav__link--active {color: var(--ws-primary);background: var(--ws-surface-alt)}
.ws-nav__ctas {gap: 0.75rem;margin-left: 0;flex-shrink: 0;display: flex;justify-self: end;grid-column: 4}


@media (min-width: 1025px) {
  .ws-nav__menu {border-bottom: 1px solid var(--ws-border);position: fixed;padding: 1.5rem clamp(1rem, 3vw, 4rem);height: auto;box-shadow: var(--ws-shadow-lg);margin: 0;max-width: 100vw;width: 100%;max-height: calc(100vh - var(--ws-header-h));right: 0;background: var(--ws-surface);bottom: auto;top: calc(var(--ws-header-h) + env(safe-area-inset-top, 0px));left: 0}
  .ws-nav__menu.ws-is-active {display: grid !important;align-items: stretch;gap: 0.75rem;grid-template-columns: repeat(5, minmax(0, 1fr))}
  .ws-nav__menu a {display: flex;padding: 0.75rem 0.5rem;border-bottom: none;border: 1px solid var(--ws-border);text-align: center;align-items: center;justify-content: center;border-radius: var(--ws-radius-md);min-height: 48px}
  .ws-nav__menu a:hover {color: var(--ws-primary);border-color: var(--ws-primary);background: var(--ws-surface-alt)}
}


@media (max-width: 1024px) {
  .ws-nav__logo-wrap img {width: 64px;height: 64px}
  .ws-nav__ctas {min-width: 0;padding-left: 0.5rem;gap: 0.25rem;max-width: 100%}
  .ws-nav__ctas .ws-btn {padding: 0.45rem 0.65rem;min-width: 0;font-size: 0.75rem;flex-shrink: 1;white-space: nowrap}
  .ws-nav__menu {height: 100vh;box-shadow: none;max-height: none;left: 0;position: fixed;bottom: 0;z-index: 1001;margin: 0;height: 100dvh;right: 0;width: 100%;padding: calc(var(--ws-header-h) + env(safe-area-inset-top, 0px) + 2rem) 1rem 3rem;background: var(--ws-surface);overflow-y: auto;top: 0;border-bottom: none}
  .ws-nav__menu.ws-is-active {flex-direction: column;display: flex !important}
  .ws-nav__menu a {font-size: 1rem;border-bottom: 1px solid var(--ws-border);padding: 1rem 0.75rem;width: 100%}
  .ws-nav__menu a:last-child { border-bottom: none; }
  body.ws-body--menu-open .ws-nav__toggle {box-shadow: var(--ws-shadow-md);z-index: 1003;right: 16px;left: auto;top: calc(env(safe-area-inset-top, 0px) + 14px);min-height: 44px;position: fixed;min-width: 44px;border: 1px solid var(--ws-border);border-radius: var(--ws-radius-full);margin: 0;background: var(--ws-surface-alt);width: 44px;height: 44px}
  body.ws-body--menu-open .ws-nav__ctas {opacity: 0;pointer-events: none;visibility: hidden}
  body.ws-body--menu-open .ws-header { z-index: 1002; }
}
@media (max-width: 640px) {
  .ws-nav__ctas {padding-left: 0.25rem;gap: 0.25rem}
  .ws-nav__ctas .ws-btn {padding: 0.4rem 0.5rem;font-size: 0.7rem}
  .ws-nav__logo-wrap img {height: 56px;width: 56px}
}
body.ws-body--menu-open {overflow: hidden;touch-action: none}


.ws-trust-bar {padding: 1.25rem 0;background: var(--ws-surface-alt)}
.ws-trust-bar__row {flex-wrap: wrap;justify-content: center;gap: 1.5rem 2.5rem;display: flex}
.ws-trust-bar__item {display: flex;align-items: center;gap: 0.5rem}
.ws-trust-bar__icon { font-size: 1.3rem; }
.ws-trust-bar__text {font-weight: 600;color: var(--ws-text-dim)}
@media (max-width: 768px) {
  .ws-trust-bar__row {gap: 0.75rem;flex-direction: column}
  .ws-trust-bar__item {width: 100%;justify-content: center}
}


.ws-hero {background: linear-gradient(135deg, var(--ws-primary) 0%, var(--ws-primary-dark) 100%);padding: 6rem 0 4rem;color: #fff}
.ws-hero__grid {grid-template-columns: 1.15fr 0.85fr;display: grid;gap: 2rem;align-items: center}
.ws-hero__content h1 {font-size: 2.25rem;margin: 0 0 1rem;color: #fff;font-weight: 700;line-height: 1.2}
.ws-hero__lead {opacity: 0.95;font-size: 1.125rem;line-height: 1.6;margin-bottom: 1.5rem}
.ws-hero__stats {flex-wrap: wrap;gap: 2rem;display: flex;margin-bottom: 1.5rem}
.ws-hero__stat {display: flex;flex-direction: column}
.ws-hero__stat strong {color: var(--ws-accent);font-weight: 700;font-size: 1.5rem}
.ws-hero__stat span {font-size: 0.875rem;opacity: 0.9}
.ws-hero__actions {align-items: flex-start;flex-direction: column;gap: 0.75rem;display: flex}
.ws-hero__badges-line {opacity: 0.85;margin: 0;font-size: 0.875rem}
.ws-hero__visual {align-items: center;justify-content: center;display: flex}
.ws-hero__visual a {width: 100%;display: block;margin: 0 auto;max-width: 380px}
.ws-hero__img {border-radius: var(--ws-radius-xl);height: auto;box-shadow: var(--ws-shadow-xl);max-width: 380px;width: 100%}

@media (max-width: 768px) {
  .ws-hero { padding: 3rem 0 2rem; }
  .ws-hero__grid {flex-direction: column;display: flex;gap: 1rem}
  .ws-hero__content {display: contents;min-width: 0;overflow-wrap: break-word;word-break: break-word}
  .ws-hero__content h1 {font-size: clamp(1.25rem, 5.5vw, 1.875rem);line-height: 1.35;order: 1;margin-bottom: 0}
  .ws-hero__visual {margin: 0.5rem 0;order: 2}
  .ws-hero__visual a, .ws-hero__img { max-width: 100%; }
  .ws-hero__body {order: 3;min-width: 0}
  .ws-hero__lead {overflow-wrap: anywhere;font-size: 1rem}
  .ws-hero__stats {flex-direction: column;gap: 1rem}
  .ws-hero__badges-line { overflow-wrap: anywhere; }
}
@media (max-width: 480px) {
  .ws-hero__content h1 { font-size: clamp(1.125rem, 5vw, 1.5rem); }
}


.ws-breadcrumb-wrap {background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);padding: 1.5rem 0}
.ws-breadcrumb-list {padding: 0;align-items: center;gap: 0.5rem;list-style: none;margin: 0;flex-wrap: wrap;display: flex}
.ws-breadcrumb-item a {padding: 0.5rem 1rem;align-items: center;font-weight: 500;gap: 0.3rem;border-radius: 8px;display: flex;background: rgba(255,255,255,0.7)}
.ws-breadcrumb-item.ws-is-active {padding: 0.5rem 1rem;box-shadow: var(--ws-shadow-sm);background: rgba(255,255,255,1);border-radius: 8px;font-weight: 600;color: var(--ws-text)}


.ws-main { padding: 0; }
.ws-section { padding: 2.5rem 0; }
.ws-cards-grid {align-items: start;display: grid;grid-template-columns: 1fr;gap: 1.5rem}
@media (min-width: 700px) { .ws-cards-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
.ws-article-col { min-width: 0; }
.ws-article, .ws-content-block {max-width: 100%;box-shadow: var(--ws-shadow-sm);border-radius: var(--ws-radius-lg);border: 1px solid var(--ws-border);margin-bottom: 1.5rem;padding: 1.5rem;background: #fff}
.ws-article h2 {font-size: 1.75rem;margin: 0 0 1.5rem;font-weight: 700}
.ws-article h3 {margin: 1.5rem 0 1rem;font-size: 1.4rem;font-weight: 600}
.ws-article h4 {font-size: 1.15rem;font-weight: 600;margin: 1.25rem 0 0.75rem}
.ws-article p {margin-bottom: 1rem;line-height: 1.75;color: var(--ws-text-dim)}
.ws-article ul, .ws-article ol { margin: 0 0 1rem 1.25rem; }
.ws-article li {line-height: 1.75;margin-bottom: 0.5rem;color: var(--ws-text-dim)}
.ws-tips-list {list-style: none;margin: 0 0 1rem;padding: 0}
.ws-tips-list li {color: var(--ws-text-dim);padding: 0.5rem 0 0.5rem 1.5rem;position: relative}
.ws-tips-list li::before {position: absolute;content: '✓';font-weight: 700;color: var(--ws-success);left: 0}


.ws-media-block {text-align: center;margin: 1.5rem 0}
.ws-media-block img {max-width: 100%;display: block;margin: 0 auto;height: auto;box-shadow: 0 8px 24px rgba(0,0,0,0.15);border-radius: 12px}
.ws-media-caption {font-size: 0.9rem;color: #6b7280;margin-top: 0.5rem}
.ws-media-caption__text { font-style: italic; }
.ws-cta-wrap {margin: 1.5rem 0;text-align: center}
.ws-cta-final {padding: 30px 0;text-align: center}


.ws-sidebar-section, .ws-section { }
.ws-info-card-wrap {padding: 1.75rem;border-radius: 16px;box-shadow: var(--ws-shadow-sm);border: 1px solid var(--ws-border);background: var(--ws-surface-alt);height: 100%}
.ws-info-card-wrap h3 {font-size: 1.2rem;margin: 0 0 1rem;font-weight: 700}
.ws-info-card-wrap ul {padding: 0;list-style: none;margin: 0}
.ws-info-card-wrap li { margin-bottom: 0.6rem; }
.ws-info-card-wrap li a { color: var(--ws-primary); }
.ws-heading-gradient {font-weight: 700;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);margin-bottom: 1.5rem;-webkit-text-fill-color: transparent;font-size: 1.9rem;text-align: center;-webkit-background-clip: text !important}


.ws-faq-list {margin: 0 auto;max-width: 800px}
.ws-faq-item {background: #fff;border: 1px solid var(--ws-border);overflow: hidden;margin-bottom: 1rem;border-radius: 12px}
.ws-faq-question {margin: 0;font-weight: 600;padding: 1.25rem;cursor: pointer}
.ws-faq-answer {display: none;color: var(--ws-text-dim);padding: 0 1.25rem 1.25rem}
.ws-faq-item.ws-is-active .ws-faq-answer { display: block; }


.ws-footer {color: #fff;background: var(--ws-surface-dark);padding: 3rem 0 1.5rem}
.ws-footer__top {justify-content: space-between;flex-wrap: wrap;margin-bottom: 2rem;display: flex;gap: 2.5rem}
.ws-footer__brand {align-items: flex-start;display: flex;gap: 0.75rem;flex-direction: column;max-width: 260px}
.ws-footer__brand p {color: #9ca3af;font-size: 0.9rem}
.ws-footer__groups {grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));flex: 1;display: grid;gap: 1.5rem}
.ws-footer__group h4 {font-size: 1rem;color: #fff;margin: 0 0 0.75rem}
.ws-footer__group a {display: block;padding: 0.35rem 0;color: #9ca3af}
.ws-footer__group a:hover { color: rgb(255,255,255); }
.ws-footer__certs {padding: 1.25rem 0;border-top: 1px solid #374151}
.ws-footer__certs-list {gap: 1rem 1.5rem;color: #d1d5db;flex-wrap: wrap;font-size: 0.9rem;display: flex}
.ws-footer__notice {border-top: 1px solid #374151;color: #9ca3af;padding: 1.25rem 0;font-size: 0.85rem}
.ws-footer__notice a { color: var(--ws-accent); }
.ws-footer__bottom {padding-top: 1.25rem;border-top: 1px solid #374151;font-size: 0.85rem;color: rgb(107,114,128);text-align: center}


.sf-sticky-cta {padding: 12px 20px;justify-content: space-between;right: 0;gap: 14px;align-items: center;bottom: 0;border-top: 1px solid #374151;background: var(--ws-surface-dark);display: flex;left: 0;z-index: 900;position: fixed}
.sf-sticky-cta__meta {color: #d1d5db;display: flex;flex-direction: column;font-size: 12px}
.sf-sticky-cta__meta strong {font-size: 14px;color: var(--ws-accent)}
.sf-sticky-cta__button {background: var(--ws-success);font-weight: 700;padding: 10px 22px;color: #fff;border-radius: var(--ws-radius-full)}
@media (max-width: 768px) {
  .sf-has-sticky-cta .ws-main { padding-bottom: calc(90px + env(safe-area-inset-bottom,0px)); }
}


.ws-generic .ws-hero { text-align: center; }
.ws-rich p {margin-bottom: 1rem;color: var(--ws-text-dim);line-height: 1.75}


.sf-related-articles{padding:clamp(18px,3vw,28px);margin:clamp(28px,5vw,56px) auto;max-width:1120px;border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.06);border-radius:24px;box-shadow:0 16px 45px rgba(15,23,42,.08)}
.sf-related-articles h2{margin:0 0 8px;line-height:1.2;font-size:clamp(1.35rem,2.5vw,2rem)}
.sf-related-articles>p{opacity:.78;line-height:1.65;margin:0 0 18px}
.sf-related-articles__list{margin:0;padding:0;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid;gap:14px;list-style:none}
.sf-related-articles__item{list-style:none;margin:0;padding:0}
.sf-related-articles__link{text-decoration:none;padding:16px;display:flex;background:rgba(255,255,255,.08);min-height:100%;gap:7px;color:inherit;border-radius:18px;flex-direction:column;transition:transform .18s ease,border-color .18s ease,background .18s ease;border:1px solid rgba(148,163,184,.18)}
.sf-related-articles__link:hover{background:rgba(255,255,255,.13);border-color:rgba(59,130,246,.45);transform:translateY(-2px)}
.sf-related-articles__type{padding:3px 9px;border-radius:999px;width:max-content;background:rgba(59,130,246,.14);color:inherit;opacity:.88;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;font-weight:700}
.sf-related-articles strong{line-height:1.35;font-size:1rem}
.sf-related-articles small{line-height:1.45;font-size:.88rem;opacity:.72}
@media(max-width:640px){.sf-related-articles{border-radius:18px;margin:28px 12px;padding:16px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
