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

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

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

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


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


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


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


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


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


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