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

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

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


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


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

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


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


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

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


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


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


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


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