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

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

.ws-wrap {width: 100%;padding: 0 1rem;margin: 0 auto;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 {font-size: 1rem;padding: 0.75rem 2rem;cursor: pointer;text-align: center;transition: all 0.2s;justify-content: center;font-weight: 600;text-decoration: none;border-radius: var(--ws-radius-lg);border: none;align-items: center;display: inline-flex}
.ws-btn--ghost {border: 2px solid var(--ws-primary);background: transparent;color: var(--ws-primary)}
.ws-btn--ghost:hover {color: rgba(255,255,255,1);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: rgb(255,255,255);background: var(--ws-success)}
.ws-btn--success:hover {box-shadow: var(--ws-shadow-lg);background: var(--ws-success-dark);transform: translateY(-2px)}
.ws-btn--accent {background: var(--ws-accent);color: var(--ws-text)}
.ws-btn--hero {padding: 1rem 2rem;font-size: 1.125rem}
.ws-btn--lg {font-size: 1.25rem;padding: 1.25rem 2.5rem}


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

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


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


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


.ws-trust-bar {padding: 1.25rem 0;background: var(--ws-surface-alt)}
.ws-trust-bar__row {gap: 1.5rem 2.5rem;flex-wrap: wrap;display: flex;justify-content: center}
.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 {gap: 0.75rem;flex-direction: column}
  .ws-trust-bar__item {width: 100%;justify-content: center}
}


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

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


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


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


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


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


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


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