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

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


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


@media (min-width: 1025px) {
  .ws-nav__menu {padding: 1.5rem clamp(1rem, 3vw, 4rem);bottom: auto;width: 100%;background: var(--ws-surface);border-bottom: 1px solid var(--ws-border);left: 0;box-shadow: var(--ws-shadow-lg);height: auto;right: 0;position: fixed;max-width: 100vw;max-height: calc(100vh - var(--ws-header-h));top: calc(var(--ws-header-h) + env(safe-area-inset-top, 0px));margin: 0}
  .ws-nav__menu.ws-is-active {align-items: stretch;display: grid !important;gap: 0.75rem;grid-template-columns: repeat(5, minmax(0, 1fr))}
  .ws-nav__menu a {justify-content: center;padding: 0.75rem 0.5rem;align-items: center;display: flex;min-height: 48px;border-bottom: none;border: 1px solid var(--ws-border);text-align: center;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;gap: 0.25rem;padding-left: 0.5rem;max-width: 100%}
  .ws-nav__ctas .ws-btn {white-space: nowrap;min-width: 0;font-size: 0.75rem;padding: 0.45rem 0.65rem;flex-shrink: 1}
  .ws-nav__menu {margin: 0;border-bottom: none;z-index: 1001;height: 100vh;width: 100%;box-shadow: none;top: 0;bottom: 0;position: fixed;background: var(--ws-surface);height: 100dvh;padding: calc(var(--ws-header-h) + env(safe-area-inset-top, 0px) + 2rem) 1rem 3rem;overflow-y: auto;right: 0;left: 0;max-height: none}
  .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 {right: 16px;min-height: 44px;left: auto;top: calc(env(safe-area-inset-top, 0px) + 14px);min-width: 44px;box-shadow: var(--ws-shadow-md);background: var(--ws-surface-alt);z-index: 1003;width: 44px;position: fixed;height: 44px;border: 1px solid var(--ws-border);border-radius: var(--ws-radius-full);margin: 0}
  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 {width: 56px;height: 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 {flex-wrap: wrap;gap: 1.5rem 2.5rem;display: flex;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 {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;background: linear-gradient(135deg, var(--ws-primary) 0%, var(--ws-primary-dark) 100%);padding: 6rem 0 4rem}
.ws-hero__grid {display: grid;grid-template-columns: 1.15fr 0.85fr;align-items: center;gap: 2rem}
.ws-hero__content h1 {font-size: 2.25rem;line-height: 1.2;margin: 0 0 1rem;font-weight: 700;color: rgba(255,255,255,1)}
.ws-hero__lead {font-size: 1.125rem;opacity: 0.95;margin-bottom: 1.5rem;line-height: 1.6}
.ws-hero__stats {margin-bottom: 1.5rem;flex-wrap: wrap;gap: 2rem;display: flex}
.ws-hero__stat {flex-direction: column;display: flex}
.ws-hero__stat strong {font-weight: 700;font-size: 1.5rem;color: var(--ws-accent)}
.ws-hero__stat span {opacity: 0.9;font-size: 0.875rem}
.ws-hero__actions {flex-direction: column;gap: 0.75rem;align-items: flex-start;display: flex}
.ws-hero__badges-line {margin: 0;opacity: 0.85;font-size: 0.875rem}
.ws-hero__visual {justify-content: center;display: flex;align-items: center}
.ws-hero__visual a {max-width: 380px;margin: 0 auto;width: 100%;display: block}
.ws-hero__img {border-radius: var(--ws-radius-xl);box-shadow: var(--ws-shadow-xl);width: 100%;max-width: 380px;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 {min-width: 0;word-break: break-word;overflow-wrap: break-word;display: contents}
  .ws-hero__content h1 {font-size: clamp(1.25rem, 5.5vw, 1.875rem);margin-bottom: 0;order: 1;line-height: 1.35}
  .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 {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 {background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);padding: 1.5rem 0}
.ws-breadcrumb-list {flex-wrap: wrap;padding: 0;margin: 0;align-items: center;list-style: none;display: flex;gap: 0.5rem}
.ws-breadcrumb-item a {align-items: center;background: rgba(255,255,255,0.7);padding: 0.5rem 1rem;font-weight: 500;display: flex;border-radius: 8px;gap: 0.3rem}
.ws-breadcrumb-item.ws-is-active {padding: 0.5rem 1rem;box-shadow: var(--ws-shadow-sm);font-weight: 600;background: #fff;color: var(--ws-text);border-radius: 8px}


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


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


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


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


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