
:root {--ws-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);--ws-radius-full: 9999px;--ws-radius-lg: 0.75rem;--ws-text: #111827;--ws-maxw: 1280px;--ws-surface: rgb(255,255,255);--ws-text-dim: rgb(75,85,99);--ws-radius-md: 0.5rem;--ws-success: #10b981;--ws-surface-dark: #1f2937;--ws-primary: #1e40af;--ws-header-h: 96px;--ws-surface-alt: #f3f4f6;--ws-shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1);--ws-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);--ws-shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);--ws-success-dark: #059669;--ws-accent: rgba(245,158,11,1);--ws-primary-dark: #1e3a8a;--ws-border: #e5e7eb;--ws-radius-xl: 1rem;--ws-text-inverse: #ffffff}

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

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


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


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

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


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


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


.ws-trust-bar {background: var(--ws-surface-alt);padding: 1.25rem 0}
.ws-trust-bar__row {gap: 1.5rem 2.5rem;flex-wrap: wrap;justify-content: center;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 {color: var(--ws-text-dim);font-weight: 600}
@media (max-width: 768px) {
  .ws-trust-bar__row {flex-direction: column;gap: 0.75rem}
  .ws-trust-bar__item {width: 100%;justify-content: center}
}


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

@media (max-width: 768px) {
  .ws-hero { padding: 3rem 0 2rem; }
  .ws-hero__grid {display: flex;gap: 1rem;flex-direction: column}
  .ws-hero__content {word-break: break-word;display: contents;overflow-wrap: break-word;min-width: 0}
  .ws-hero__content h1 {font-size: clamp(1.25rem, 5.5vw, 1.875rem);line-height: 1.35;margin-bottom: 0;order: 1}
  .ws-hero__visual {order: 2;margin: 0.5rem 0}
  .ws-hero__visual a, .ws-hero__img { max-width: 100%; }
  .ws-hero__body {min-width: 0;order: 3}
  .ws-hero__lead {overflow-wrap: anywhere;font-size: 1rem}
  .ws-hero__stats {gap: 1rem;flex-direction: column}
  .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 {gap: 0.5rem;padding: 0;flex-wrap: wrap;margin: 0;align-items: center;display: flex;list-style: none}
.ws-breadcrumb-item a {align-items: center;background: rgba(255,255,255,0.7);font-weight: 500;display: flex;gap: 0.3rem;border-radius: 8px;padding: 0.5rem 1rem}
.ws-breadcrumb-item.ws-is-active {font-weight: 600;padding: 0.5rem 1rem;color: var(--ws-text);border-radius: 8px;background: #fff;box-shadow: var(--ws-shadow-sm)}


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


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


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


.ws-faq-list {margin: 0 auto;max-width: 800px}
.ws-faq-item {margin-bottom: 1rem;overflow: hidden;border: 1px solid var(--ws-border);border-radius: 12px;background: #fff}
.ws-faq-question {cursor: pointer;font-weight: 600;padding: 1.25rem;margin: 0}
.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 {padding: 3rem 0 1.5rem;background: var(--ws-surface-dark);color: rgba(255,255,255,1)}
.ws-footer__top {display: flex;margin-bottom: 2rem;gap: 2.5rem;flex-wrap: wrap;justify-content: space-between}
.ws-footer__brand {gap: 0.75rem;display: flex;align-items: flex-start;max-width: 260px;flex-direction: column}
.ws-footer__brand p {font-size: 0.9rem;color: #9ca3af}
.ws-footer__groups {gap: 1.5rem;display: grid;grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));flex: 1}
.ws-footer__group h4 {color: rgb(255,255,255);margin: 0 0 0.75rem;font-size: 1rem}
.ws-footer__group a {display: block;padding: 0.35rem 0;color: #9ca3af}
.ws-footer__group a:hover { color: #fff; }
.ws-footer__certs {padding: 1.25rem 0;border-top: 1px solid #374151}
.ws-footer__certs-list {flex-wrap: wrap;color: rgba(209,213,219,1);font-size: 0.9rem;gap: 1rem 1.5rem;display: flex}
.ws-footer__notice {font-size: 0.85rem;padding: 1.25rem 0;color: #9ca3af;border-top: 1px solid #374151}
.ws-footer__notice a { color: var(--ws-accent); }
.ws-footer__bottom {border-top: 1px solid #374151;color: #6b7280;text-align: center;font-size: 0.85rem;padding-top: 1.25rem}


.sf-sticky-cta {border-top: 1px solid #374151;align-items: center;bottom: 0;gap: 14px;right: 0;padding: 12px 20px;position: fixed;justify-content: space-between;z-index: 900;left: 0;background: var(--ws-surface-dark);display: flex}
.sf-sticky-cta__meta {display: flex;color: #d1d5db;font-size: 12px;flex-direction: column}
.sf-sticky-cta__meta strong {color: var(--ws-accent);font-size: 14px}
.sf-sticky-cta__button {border-radius: var(--ws-radius-full);padding: 10px 22px;background: var(--ws-success);color: #fff;font-weight: 700}
@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 {color: var(--ws-text-dim);margin-bottom: 1rem;line-height: 1.75}


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