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

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

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


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

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


@media (min-width: 1025px) {
  .ws-nav__menu {border-bottom: 1px solid var(--ws-border);margin: 0;padding: 1.5rem clamp(1rem, 3vw, 4rem);background: var(--ws-surface);position: fixed;top: calc(var(--ws-header-h) + env(safe-area-inset-top, 0px));box-shadow: var(--ws-shadow-lg);max-width: 100vw;right: 0;height: auto;width: 100%;bottom: auto;max-height: calc(100vh - var(--ws-header-h));left: 0}
  .ws-nav__menu.ws-is-active {align-items: stretch;grid-template-columns: repeat(5, minmax(0, 1fr));gap: 0.75rem;display: grid !important}
  .ws-nav__menu a {border-bottom: none;padding: 0.75rem 0.5rem;border: 1px solid var(--ws-border);text-align: center;display: flex;border-radius: var(--ws-radius-md);min-height: 48px;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 {max-width: 100%;padding-left: 0.5rem;min-width: 0;gap: 0.25rem}
  .ws-nav__ctas .ws-btn {min-width: 0;font-size: 0.75rem;white-space: nowrap;padding: 0.45rem 0.65rem;flex-shrink: 1}
  .ws-nav__menu {width: 100%;max-height: none;position: fixed;height: 100vh;padding: calc(var(--ws-header-h) + env(safe-area-inset-top, 0px) + 2rem) 1rem 3rem;right: 0;left: 0;z-index: 1001;background: var(--ws-surface);overflow-y: auto;height: 100dvh;box-shadow: none;border-bottom: none;bottom: 0;margin: 0;top: 0}
  .ws-nav__menu.ws-is-active {display: flex !important;flex-direction: column}
  .ws-nav__menu a {font-size: 1rem;border-bottom: 1px solid var(--ws-border);width: 100%;padding: 1rem 0.75rem}
  .ws-nav__menu a:last-child { border-bottom: none; }
  body.ws-body--menu-open .ws-nav__toggle {min-width: 44px;height: 44px;position: fixed;border: 1px solid var(--ws-border);margin: 0;width: 44px;box-shadow: var(--ws-shadow-md);right: 16px;border-radius: var(--ws-radius-full);background: var(--ws-surface-alt);z-index: 1003;left: auto;min-height: 44px;top: calc(env(safe-area-inset-top, 0px) + 14px)}
  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 {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 {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 {gap: 1.5rem 2.5rem;justify-content: center;display: flex;flex-wrap: wrap}
.ws-trust-bar__item {gap: 0.5rem;display: flex;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 {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;display: grid;gap: 2rem;align-items: center}
.ws-hero__content h1 {margin: 0 0 1rem;font-size: 2.25rem;font-weight: 700;color: #fff;line-height: 1.2}
.ws-hero__lead {margin-bottom: 1.5rem;opacity: 0.95;font-size: 1.125rem;line-height: 1.6}
.ws-hero__stats {display: flex;gap: 2rem;flex-wrap: wrap;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 {align-items: flex-start;gap: 0.75rem;display: flex;flex-direction: column}
.ws-hero__badges-line {font-size: 0.875rem;margin: 0;opacity: 0.85}
.ws-hero__visual {justify-content: center;align-items: center;display: flex}
.ws-hero__visual a {margin: 0 auto;display: block;width: 100%;max-width: 380px}
.ws-hero__img {height: auto;max-width: 380px;border-radius: var(--ws-radius-xl);width: 100%;box-shadow: var(--ws-shadow-xl)}

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


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


.ws-media-block {margin: 1.5rem 0;text-align: center}
.ws-media-block img {border-radius: 12px;box-shadow: 0 8px 24px rgba(0,0,0,0.15);height: auto;max-width: 100%;display: block;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 {padding: 30px 0;text-align: center}


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


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


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