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

*, *::before, *::after { box-sizing: border-box; }
html, body {max-width: 100%;width: 100%;overflow-x: clip;isolation:auto;visibility:visible}
html {scroll-behavior: smooth;font-size: 16px}
body.ws-body {line-height: 1.6;color: var(--ws-text);padding: 0;font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;margin: 0;font-size: 1rem;background: var(--ws-surface);padding-top: var(--ws-header-h)}
img {height: auto;display: block;max-width: 100%}
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 {align-items: center;cursor: pointer;border-radius: var(--ws-radius-lg);text-decoration: none;padding: 0.75rem 2rem;font-weight: 600;border: none;transition: all 0.2s;justify-content: center;font-size: 1rem;text-align: center;display: inline-flex}
.ws-btn--ghost {color: var(--ws-primary);background: transparent;border: 2px solid var(--ws-primary)}
.ws-btn--ghost:hover {color: #fff;transform: translateY(-2px);background: var(--ws-primary)}
.ws-btn--gold, .ws-btn--primary {color: #fff;background: var(--ws-primary)}
.ws-btn--gold:hover, .ws-btn--primary:hover {transform: translateY(-2px);box-shadow: var(--ws-shadow-lg);background: var(--ws-primary-dark)}
.ws-btn--success {color: #fff;background: var(--ws-success)}
.ws-btn--success:hover {background: var(--ws-success-dark);box-shadow: var(--ws-shadow-lg);transform: translateY(-2px)}
.ws-btn--accent {background: var(--ws-accent);color: var(--ws-text)}
.ws-btn--hero {font-size: 1.125rem;padding: 1rem 2rem}
.ws-btn--lg {padding: 1.25rem 2.5rem;font-size: 1.25rem}


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


@media (min-width: 1025px) {
  .ws-nav__menu {margin: 0;right: 0;width: 100%;border-bottom: 1px solid var(--ws-border);max-height: calc(100vh - var(--ws-header-h));box-shadow: var(--ws-shadow-lg);padding: 1.5rem clamp(1rem, 3vw, 4rem);left: 0;top: calc(var(--ws-header-h) + env(safe-area-inset-top, 0px));position: fixed;max-width: 100vw;background: var(--ws-surface);bottom: auto;height: auto}
  .ws-nav__menu.ws-is-active {grid-template-columns: repeat(5, minmax(0, 1fr));gap: 0.75rem;align-items: stretch;display: grid !important}
  .ws-nav__menu a {justify-content: center;min-height: 48px;padding: 0.75rem 0.5rem;border-bottom: none;align-items: center;text-align: center;display: flex;border: 1px solid var(--ws-border);border-radius: var(--ws-radius-md)}
  .ws-nav__menu a:hover {border-color: var(--ws-primary);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 {font-size: 0.75rem;min-width: 0;flex-shrink: 1;white-space: nowrap;padding: 0.45rem 0.65rem}
  .ws-nav__menu {height: 100vh;padding: calc(var(--ws-header-h) + env(safe-area-inset-top, 0px) + 2rem) 1rem 3rem;width: 100%;max-height: none;height: 100dvh;right: 0;left: 0;box-shadow: none;margin: 0;background: var(--ws-surface);overflow-y: auto;bottom: 0;z-index: 1001;top: 0;position: fixed;border-bottom: none}
  .ws-nav__menu.ws-is-active {display: flex !important;flex-direction: column}
  .ws-nav__menu a {font-size: 1rem;padding: 1rem 0.75rem;border-bottom: 1px solid var(--ws-border);width: 100%}
  .ws-nav__menu a:last-child { border-bottom: none; }
  body.ws-body--menu-open .ws-nav__toggle {width: 44px;left: auto;z-index: 1003;background: var(--ws-surface-alt);min-height: 44px;border: 1px solid var(--ws-border);border-radius: var(--ws-radius-full);top: calc(env(safe-area-inset-top, 0px) + 14px);box-shadow: var(--ws-shadow-md);position: fixed;height: 44px;min-width: 44px;margin: 0;right: 16px}
  body.ws-body--menu-open .ws-nav__ctas {opacity: 0;visibility: hidden;pointer-events: none}
  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 {background: var(--ws-surface-alt);padding: 1.25rem 0}
.ws-trust-bar__row {gap: 1.5rem 2.5rem;display: flex;justify-content: center;flex-wrap: wrap}
.ws-trust-bar__item {align-items: center;display: flex;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 {flex-direction: column;gap: 0.75rem}
  .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 {gap: 2rem;grid-template-columns: 1.15fr 0.85fr;display: grid;align-items: center}
.ws-hero__content h1 {color: #fff;font-size: 2.25rem;font-weight: 700;line-height: 1.2;margin: 0 0 1rem}
.ws-hero__lead {line-height: 1.6;font-size: 1.125rem;margin-bottom: 1.5rem;opacity: 0.95}
.ws-hero__stats {gap: 2rem;flex-wrap: wrap;display: flex;margin-bottom: 1.5rem}
.ws-hero__stat {display: flex;flex-direction: column}
.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;display: flex;flex-direction: column}
.ws-hero__badges-line {opacity: 0.85;font-size: 0.875rem;margin: 0}
.ws-hero__visual {justify-content: center;align-items: center;display: flex}
.ws-hero__visual a {max-width: 380px;margin: 0 auto;display: block;width: 100%}
.ws-hero__img {max-width: 380px;box-shadow: var(--ws-shadow-xl);height: auto;width: 100%;border-radius: var(--ws-radius-xl)}

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


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


.ws-media-block {text-align: center;margin: 1.5rem 0}
.ws-media-block img {height: auto;display: block;border-radius: 12px;box-shadow: 0 8px 24px rgba(0,0,0,0.15);margin: 0 auto;max-width: 100%}
.ws-media-caption {font-size: 0.9rem;margin-top: 0.5rem;color: rgb(107,114,128)}
.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 {border-radius: 16px;box-shadow: var(--ws-shadow-sm);height: 100%;background: var(--ws-surface-alt);padding: 1.75rem;border: 1px solid var(--ws-border)}
.ws-info-card-wrap h3 {font-weight: 700;font-size: 1.2rem;margin: 0 0 1rem}
.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;text-align: center;margin-bottom: 1.5rem;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);-webkit-text-fill-color: transparent;-webkit-background-clip: text !important;font-size: 1.9rem}


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


.ws-footer {padding: 3rem 0 1.5rem;color: #fff;background: var(--ws-surface-dark)}
.ws-footer__top {flex-wrap: wrap;display: flex;margin-bottom: 2rem;gap: 2.5rem;justify-content: space-between}
.ws-footer__brand {align-items: flex-start;gap: 0.75rem;display: flex;max-width: 260px;flex-direction: column}
.ws-footer__brand p {font-size: 0.9rem;color: #9ca3af}
.ws-footer__groups {flex: 1;gap: 1.5rem;grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));display: grid}
.ws-footer__group h4 {margin: 0 0 0.75rem;font-size: 1rem;color: #fff}
.ws-footer__group a {padding: 0.35rem 0;display: block;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 {display: flex;font-size: 0.9rem;color: #d1d5db;gap: 1rem 1.5rem;flex-wrap: wrap}
.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;text-align: center;font-size: 0.85rem;border-top: 1px solid #374151;color: #6b7280}


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


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