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

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


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


@media (min-width: 1025px) {
  .ws-nav__menu {margin: 0;bottom: auto;max-width: 100vw;box-shadow: var(--ws-shadow-lg);background: var(--ws-surface);right: 0;border-bottom: 1px solid var(--ws-border);padding: 1.5rem clamp(1rem, 3vw, 4rem);top: calc(var(--ws-header-h) + env(safe-area-inset-top, 0px));width: 100%;left: 0;max-height: calc(100vh - var(--ws-header-h));position: fixed;height: auto}
  .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 {display: flex;border-bottom: none;align-items: center;justify-content: center;border: 1px solid var(--ws-border);border-radius: var(--ws-radius-md);padding: 0.75rem 0.5rem;min-height: 48px;text-align: center}
  .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 {max-width: 100%;gap: 0.25rem;min-width: 0;padding-left: 0.5rem}
  .ws-nav__ctas .ws-btn {padding: 0.45rem 0.65rem;min-width: 0;white-space: nowrap;font-size: 0.75rem;flex-shrink: 1}
  .ws-nav__menu {margin: 0;border-bottom: none;bottom: 0;z-index: 1001;top: 0;overflow-y: auto;width: 100%;max-height: none;box-shadow: none;height: 100vh;padding: calc(var(--ws-header-h) + env(safe-area-inset-top, 0px) + 2rem) 1rem 3rem;height: 100dvh;right: 0;position: fixed;left: 0;background: var(--ws-surface)}
  .ws-nav__menu.ws-is-active {display: flex !important;flex-direction: column}
  .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 {margin: 0;border: 1px solid var(--ws-border);z-index: 1003;min-width: 44px;position: fixed;background: var(--ws-surface-alt);height: 44px;min-height: 44px;width: 44px;left: auto;border-radius: var(--ws-radius-full);right: 16px;top: calc(env(safe-area-inset-top, 0px) + 14px);box-shadow: var(--ws-shadow-md)}
  body.ws-body--menu-open .ws-nav__ctas {visibility: hidden;opacity: 0;pointer-events: none}
  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 {overflow: hidden;touch-action: none}


.ws-trust-bar {background: var(--ws-surface-alt);padding: 1.25rem 0}
.ws-trust-bar__row {display: flex;flex-wrap: wrap;justify-content: center;gap: 1.5rem 2.5rem}
.ws-trust-bar__item {align-items: center;gap: 0.5rem;display: flex}
.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 {grid-template-columns: 1.15fr 0.85fr;align-items: center;display: grid;gap: 2rem}
.ws-hero__content h1 {margin: 0 0 1rem;font-weight: 700;line-height: 1.2;color: #fff;font-size: 2.25rem}
.ws-hero__lead {line-height: 1.6;margin-bottom: 1.5rem;font-size: 1.125rem;opacity: 0.95}
.ws-hero__stats {flex-wrap: wrap;display: flex;gap: 2rem;margin-bottom: 1.5rem}
.ws-hero__stat {display: flex;flex-direction: column}
.ws-hero__stat strong {font-size: 1.5rem;color: var(--ws-accent);font-weight: 700}
.ws-hero__stat span {font-size: 0.875rem;opacity: 0.9}
.ws-hero__actions {gap: 0.75rem;flex-direction: column;display: flex;align-items: flex-start}
.ws-hero__badges-line {font-size: 0.875rem;margin: 0;opacity: 0.85}
.ws-hero__visual {display: flex;align-items: center;justify-content: center}
.ws-hero__visual a {display: block;width: 100%;margin: 0 auto;max-width: 380px}
.ws-hero__img {max-width: 380px;width: 100%;box-shadow: var(--ws-shadow-xl);border-radius: var(--ws-radius-xl);height: auto}

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


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


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


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


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


.sf-sticky-cta {align-items: center;position: fixed;gap: 14px;z-index: 900;border-top: 1px solid #374151;background: var(--ws-surface-dark);display: flex;padding: 12px 20px;left: 0;bottom: 0;justify-content: space-between;right: 0}
.sf-sticky-cta__meta {flex-direction: column;color: rgb(209,213,219);font-size: 12px;display: flex}
.sf-sticky-cta__meta strong {font-size: 14px;color: var(--ws-accent)}
.sf-sticky-cta__button {font-weight: 700;color: rgb(255,255,255);padding: 10px 22px;border-radius: var(--ws-radius-full);background: var(--ws-success)}
@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{border:1px solid rgba(148,163,184,.24);padding:clamp(18px,3vw,28px);margin:clamp(28px,5vw,56px) auto;max-width:1120px;box-shadow:0 16px 45px rgba(15,23,42,.08);background:rgba(255,255,255,.06);border-radius:24px}
.sf-related-articles h2{margin:0 0 8px;font-size:clamp(1.35rem,2.5vw,2rem);line-height:1.2}
.sf-related-articles>p{opacity:.78;margin:0 0 18px;line-height:1.65}
.sf-related-articles__list{list-style:none;gap:14px;padding:0;display:grid;margin:0;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.sf-related-articles__item{margin:0;padding:0;list-style:none}
.sf-related-articles__link{min-height:100%;border-radius:18px;padding:16px;border:1px solid rgba(148,163,184,.18);color:inherit;transition:transform .18s ease,border-color .18s ease,background .18s ease;background:rgba(255,255,255,.08);flex-direction:column;display:flex;text-decoration:none;gap:7px}
.sf-related-articles__link:hover{transform:translateY(-2px);background:rgba(255,255,255,.13);border-color:rgba(59,130,246,.45)}
.sf-related-articles__type{font-size:.72rem;color:inherit;border-radius:999px;background:rgba(59,130,246,.14);opacity:.88;padding:3px 9px;letter-spacing:.04em;width:max-content;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;opacity:.72;font-size:.88rem}
@media(max-width:640px){.sf-related-articles{margin:28px 12px;border-radius:18px;padding:16px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
