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

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

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


.ws-btn {align-items: center;text-align: center;text-decoration: none;font-weight: 600;font-size: 1rem;padding: 0.75rem 2rem;cursor: pointer;display: inline-flex;border-radius: var(--ws-radius-lg);transition: all 0.2s;border: none;justify-content: center}
.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: rgba(255,255,255,1)}
.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 {color: #fff;background: var(--ws-success)}
.ws-btn--success:hover {transform: translateY(-2px);background: var(--ws-success-dark);box-shadow: var(--ws-shadow-lg)}
.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 {right: 0;position: fixed;box-shadow: 0 2px 12px rgba(0,0,0,0.08);transition: box-shadow .25s ease;background: rgba(255,255,255,0.97);z-index: 1000;width: 100%;left: 0;border-bottom: 1px solid var(--ws-border);top: 0;backdrop-filter: blur(10px)}
.ws-header--scrolled {background: rgba(255,255,255,0.99);box-shadow: 0 4px 20px rgba(0,0,0,0.12)}

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


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


.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 {align-items: center;gap: 2rem;display: grid;grid-template-columns: 1.15fr 0.85fr}
.ws-hero__content h1 {font-size: 2.25rem;margin: 0 0 1rem;line-height: 1.2;font-weight: 700;color: #fff}
.ws-hero__lead {opacity: 0.95;line-height: 1.6;font-size: 1.125rem;margin-bottom: 1.5rem}
.ws-hero__stats {display: flex;flex-wrap: wrap;gap: 2rem;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 {display: flex;flex-direction: column;gap: 0.75rem;align-items: flex-start}
.ws-hero__badges-line {opacity: 0.85;font-size: 0.875rem;margin: 0}
.ws-hero__visual {display: flex;align-items: center;justify-content: center}
.ws-hero__visual a {width: 100%;display: block;max-width: 380px;margin: 0 auto}
.ws-hero__img {box-shadow: var(--ws-shadow-xl);max-width: 380px;border-radius: var(--ws-radius-xl);width: 100%;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 {overflow-wrap: break-word;min-width: 0;display: contents;word-break: break-word}
  .ws-hero__content h1 {order: 1;margin-bottom: 0;font-size: clamp(1.25rem, 5.5vw, 1.875rem);line-height: 1.35}
  .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 {font-size: 1rem;overflow-wrap: anywhere}
  .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 {padding: 1.5rem 0;background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)}
.ws-breadcrumb-list {display: flex;align-items: center;padding: 0;gap: 0.5rem;list-style: none;flex-wrap: wrap;margin: 0}
.ws-breadcrumb-item a {font-weight: 500;border-radius: 8px;background: rgba(255,255,255,0.7);display: flex;align-items: center;gap: 0.3rem;padding: 0.5rem 1rem}
.ws-breadcrumb-item.ws-is-active {color: var(--ws-text);font-weight: 600;background: #fff;border-radius: 8px;padding: 0.5rem 1rem;box-shadow: var(--ws-shadow-sm)}


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


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


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


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


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