:root {
  --ch-bg: hsl(225, 12%, 98%);
  --ch-text: hsl(225, 20%, 15%);
  --ch-text-light: hsl(225, 15%, 35%);
  --ch-primary: hsl(225, 75%, 45%);
  --ch-primary-hover: hsl(225, 80%, 35%);
  --ch-secondary: hsl(190, 80%, 35%);
  --ch-border: hsl(225, 15%, 85%);
  --ch-nav-bg: rgba(250, 250, 252, 0.95);
  --ch-font-serif: "Georgia", "Times New Roman", serif;
  --ch-font-sans: system-ui, -apple-system, sans-serif;
  --page-primary: hsl(84, 69%, 57%);
  --page-secondary: hsl(210, 55%, 57%);
  --page-text: hsl(84, 10%, 7%);
  --page-bg: hsl(84, 6%, 97%);
  --page-card-bg: hsl(0, 0%, 100%);
  --brand-primary: hsl(84, 69%, 57%);
  --brand-secondary: hsl(210, 55%, 57%);
  --bg-main: hsl(84, 6%, 97%);
  --text-main: var(--text-color, hsl(84, 10%, 7%));
  --card-bg: #ffffff;
  --border-radius: 0px;
  --shadow-sm: var(--shadow-low, 0 2px 8px rgba(0,0,0,0.05));
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.08);
  --font-serif: "Playfair Display", "Source Serif Pro", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --primary: var(--primary-color, hsl(84, 69%, 57%));
  --secondary: var(--secondary-color, hsl(210, 55%, 57%));
  --text: var(--text-color, hsl(84, 10%, 7%));
  --bg: var(--bg-background, hsl(84, 6%, 97%));
  --surface: #ffffff;
  --shadow: 0 4px 12px rgba(0,0,0,0.08);
  --version-accent: hsl(84, 69%, 57%);
  --version-secondary: hsl(210, 55%, 57%);
  --version-text: hsl(84, 10%, 7%);
  --version-bg: hsl(84, 6%, 97%);
  --version-card-bg: hsl(0, 0%, 100%);
  --version-border: hsl(84, 8%, 88%);
  --sr-primary: #1e40af;
  --sr-secondary: #4f46e5;
  --sr-accent: #0891b2;
  --sr-bg: #f8fafc;
  --sr-surface: #ffffff;
  --sr-text-main: #0f172a;
  --sr-text-muted: #475569;
  --sr-border: #cbd5e1;
  --sr-font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --sr-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --sr-spacing-base: 1.5rem;
  --faq-primary: hsl(220, 80%, 32%);
  --faq-secondary: hsl(190, 85%, 40%);
  --faq-text-main: hsl(220, 25%, 12%);
  --faq-text-muted: hsl(220, 15%, 35%);
  --faq-bg-page: hsl(220, 20%, 98%);
  --faq-bg-card: #ffffff;
  --faq-border-color: hsl(220, 25%, 85%);
  --faq-font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --faq-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.wh-glowomg{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.875rem 1.5rem;
    }

.wh-pixel_jqs3{
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--ch-primary, #1c4ed8);
    text-decoration: none;
    letter-spacing: -0.5px;
    }

.wh-haze5vc{
    display: flex;
    gap: 2rem;
    }

.wh-haze5vc a{
    text-decoration: none;
    color: var(--ch-text, #333333);
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
    }

.wh-haze5vc a:hover{
    color: var(--ch-primary, #1c4ed8);
    }

@media (max-width: 768px){.wh-haze5vc { display: none; }}

div.wh-st-m.wh-hqaiqhotiy *{ box-sizing: border-box; margin: 0; padding: 0; }

div.wh-st-m.wh-hqaiqhotiy{
    background-color: var(--ch-bg, #fafafc);
    color: var(--ch-text, #20242e);
    font-family: var(--ch-font-sans, sans-serif);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }

div.wh-st-m.wh-hqaiqhotiy div.wh-st-h{
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--ch-nav-bg, #ffffff);
    border-bottom: 1px solid var(--ch-border, #dddddd);
    backdrop-filter: blur(8px);
    }

div.wh-st-m.wh-hqaiqhotiy .nav-container{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.875rem 1.5rem;
    }

div.wh-st-m.wh-hqaiqhotiy .logo{
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--ch-primary, #1c4ed8);
    text-decoration: none;
    letter-spacing: -0.5px;
    }

div.wh-st-m.wh-hqaiqhotiy .nav-links{
    display: flex;
    gap: 2rem;
    }

div.wh-st-m.wh-hqaiqhotiy .nav-links a{
    text-decoration: none;
    color: var(--ch-text, #333333);
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
    }

div.wh-st-m.wh-hqaiqhotiy .nav-links a:hover{
    color: var(--ch-primary, #1c4ed8);
    }

div.wh-st-m.wh-hqaiqhotiy{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    }

div.wh-st-m.wh-hqaiqhotiy h1, div.wh-st-m.wh-hqaiqhotiy h2, div.wh-st-m.wh-hqaiqhotiy h3{
    font-family: var(--ch-font-serif, serif);
    font-weight: 700;
    color: var(--ch-text, #111111);
    margin-bottom: 1rem;
    line-height: 1.25;
    }

div.wh-st-m.wh-hqaiqhotiy h1{ font-size: 2.75rem; letter-spacing: -0.02em; }

div.wh-st-m.wh-hqaiqhotiy h2{ font-size: 1.75rem; border-bottom: 2px solid var(--ch-text, #111); padding-bottom: 0.5rem; margin-top: 1rem; }

div.wh-st-m.wh-hqaiqhotiy h3{ font-size: 1.25rem; }

div.wh-st-m.wh-hqaiqhotiy p{ margin-bottom: 1rem; }

div.wh-st-m.wh-hqaiqhotiy a{ color: var(--ch-primary, #1c4ed8); text-decoration: underline; text-underline-offset: 4px; }

div.wh-st-m.wh-hqaiqhotiy a:hover{ color: var(--ch-primary-hover, #1e3a8a); }

div.wh-st-m.wh-hqaiqhotiy .wh-mfmbchvo9x67{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
    min-height: 55vh;
    padding: 4rem 0;
    }

div.wh-st-m.wh-hqaiqhotiy .wh-spark_2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    }

div.wh-st-m.wh-hqaiqhotiy .wh-wisp{
    font-size: 0.85rem;
    color: var(--ch-text-light, #555555);
    background: var(--ch-border, #eeeeee);
    padding: 0.25rem 0.75rem;
    font-family: var(--ch-font-sans, sans-serif);
    border-left: 3px solid var(--ch-primary, #1c4ed8);
    }

div.wh-st-m.wh-hqaiqhotiy .wh-quill_9{
    display: inline-block;
    background-color: var(--ch-primary, #1c4ed8);
    color: #ffffff;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 6px 6px 0 var(--ch-secondary, #0e7490);
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    margin-top: 0.5rem;
    }

div.wh-st-m.wh-hqaiqhotiy .wh-quill_9:hover{
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0 var(--ch-secondary, #0e7490);
    color: #ffffff;
    }

div.wh-st-m.wh-hqaiqhotiy .wh-echo_v{
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border: 1px solid var(--ch-text, #111);
    box-shadow: -8px 8px 0 var(--ch-border, #ddd);
    }

div.wh-st-m.wh-hqaiqhotiy .wh-blur8{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 4rem 0;
    }

div.wh-st-m.wh-hqaiqhotiy .wh-vex{
    border: 1px solid var(--ch-border, #dddddd);
    padding: 1.5rem;
    background: #ffffff;
    display: flex;
    flex-direction: column; color: #1a1a2e;}

div.wh-st-m.wh-hqaiqhotiy .wh-drift{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 1.5rem;
    border: 1px solid var(--ch-border, #eeeeee);
    }

div.wh-st-m.wh-hqaiqhotiy .wh-prism_k{
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1.25rem;
    fill: var(--ch-primary, #1c4ed8);
    }

div.wh-st-m.wh-hqaiqhotiy .wh-vex p{
    font-size: 0.95rem;
    color: var(--ch-text-light, #444444);
    margin-bottom: 0;
    }

div.wh-st-m.wh-hqaiqhotiy .wh-volt3{
    background: #ffffff;
    border: 1px solid var(--ch-border, #dddddd);
    border-left: 4px solid var(--ch-secondary, #0e7490);
    padding: 2.5rem;
    margin: 4rem 0; color: #1a1a2e;}

div.wh-st-m.wh-hqaiqhotiy .wh-volt3 p{
    font-size: 1rem;
    color: var(--ch-text, #333333);
    }

div.wh-st-m.wh-hqaiqhotiy div.wh-st-f{
    border-top: 1px solid var(--ch-border, #dddddd);
    padding: 2.5rem 0;
    margin-top: 5rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0.9rem;
    color: var(--ch-text-light, #666666);
    }

div.wh-st-m.wh-hqaiqhotiy .wh-flux{
    display: flex;
    gap: 1.5rem;
    }

div.wh-st-m.wh-hqaiqhotiy .wh-flux a{
    color: var(--ch-text-light, #666666);
    text-decoration: none;
    }

div.wh-st-m.wh-hqaiqhotiy .wh-flux a:hover{
    text-decoration: underline;
    color: var(--ch-primary, #1c4ed8);
    }

@media (max-width: 992px){div.wh-st-m.wh-hqaiqhotiy .wh-mfmbchvo9x67{ grid-template-columns: 1fr; gap: 2rem; padding: 2rem 0; }
div.wh-st-m.wh-hqaiqhotiy .wh-blur8{ grid-template-columns: repeat(2, 1fr); }
div.wh-st-m.wh-hqaiqhotiy .wh-echo_v{ box-shadow: none; }}

@media (max-width: 768px){div.wh-st-m.wh-hqaiqhotiy .nav-links{ display: none; }
div.wh-st-m.wh-hqaiqhotiy h1{ font-size: 2rem; }
div.wh-st-m.wh-hqaiqhotiy .wh-blur8{ grid-template-columns: 1fr; gap: 1.5rem; }
div.wh-st-m.wh-hqaiqhotiy div.wh-st-f{ flex-direction: column; gap: 1.5rem; }
div.wh-st-m.wh-hqaiqhotiy .wh-volt3{ padding: 1.5rem; }}

div.wh-st-m.wh-hqaiqhotiy .wh-jade{box-sizing:border-box;}

html, body{
    margin: 0;
    padding: 0;
    }

div.wh-st-m img.sbv2-ai-image{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }

div.wh-st-m img.sbv2-ai-image.sbv2-ratio-16-9{ aspect-ratio: 16 / 9; }

div.wh-st-m img.sbv2-ai-image.sbv2-ratio-16-10{ aspect-ratio: 16 / 10; }

div.wh-st-m img.sbv2-ai-image.sbv2-ratio-4-3{ aspect-ratio: 4 / 3; }

div.wh-st-m img.sbv2-ai-image.sbv2-ratio-1-1{ aspect-ratio: 1 / 1; }

div.wh-st-m :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote){
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }

div.wh-st-m .sbv2-media-frame{
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }

div.wh-st-m .sbv2-media-frame.sbv2-ratio-16-9{ aspect-ratio: 16 / 9; }

div.wh-st-m .sbv2-media-frame.sbv2-ratio-16-10{ aspect-ratio: 16 / 10; }

div.wh-st-m .sbv2-media-frame.sbv2-ratio-4-3{ aspect-ratio: 4 / 3; }

div.wh-st-m .sbv2-media-frame.sbv2-ratio-1-1{ aspect-ratio: 1 / 1; }

div.wh-st-m .sbv2-media-frame > img.sbv2-ai-image,
    div.wh-st-m .sbv2-media-frame > picture > img.sbv2-ai-image{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

div.wh-st-m.wh-hqaiqhotiy .wh-quill_9 a:not([class]){color:#ffffff !important;text-decoration:underline;}

div.wh-st-m.wh-hqaiqhotiy .wh-quill_9 a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.wh-st-m.wh-hqaiqhotiy .wh-quill_9 a:not([class]):hover{opacity:0.92;}

div.wh-st-m.wh-hqaiqhotiy .wh-quill_9 a[class=""]:hover{opacity:0.92;}

div.wh-st-m.wh-hqaiqhotiy .wh-quill_9 a:not([class]):visited{color:#ffffff !important;}

div.wh-st-m.wh-hqaiqhotiy .wh-quill_9 a[class=""]:visited{color:#ffffff !important;}

.wh-twist_4mmh{box-sizing:border-box;}

.wh-flux{
    display: flex;
    gap: 1.5rem;
    }

.wh-flux a{
    color: var(--ch-text-light, #666666);
    text-decoration: none;
    }

.wh-flux a:hover{
    text-decoration: underline;
    color: var(--ch-primary, #1c4ed8);
    }

.wh-jade{box-sizing:border-box;}

.site-logo{display:block;max-width:100%;height:auto;}

.wh-sf{box-sizing:border-box;}

.wh-sn{box-sizing:border-box;}

.wh-st-n{box-sizing:border-box;}

div.wh-st-m.wh-qg7xz7z9o *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

div.wh-st-m.wh-qg7xz7z9o{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--page-text);
    background: var(--page-bg);
    line-height: 1.6;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-wave{
    background: linear-gradient(135deg, var(--page-primary) 0%, var(--page-secondary) 100%);
    padding: 80px 20px 60px;
    text-align: center;
    color: white;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-wave h1{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-wave p{
    font-size: 18px;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto 40px;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-mesh_q{
    display: inline-block;
    background: white;
    color: #1a1a2e;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-mesh_q:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
    }

div.wh-st-m.wh-qg7xz7z9o .wh-tint_w{
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.9;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-arc{
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-arc h2{
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-zoom_3{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-surge{
    background: var(--page-card-bg);
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-surge:hover{
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }

div.wh-st-m.wh-qg7xz7z9o .wh-pulse9{
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    fill: var(--page-secondary);
    }

div.wh-st-m.wh-qg7xz7z9o .wh-surge h3{
    font-size: 22px;
    margin-bottom: 12px;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-surge .wh-beam_x{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.8;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-surge .wh-shade_m{
    display: inline-block;
    background: var(--page-primary);
    color: var(--page-text);
    padding: 12px 32px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-surge .wh-shade_m:hover{
    background: hsl(84, 69%, 50%); color: #1a1a2e;}

div.wh-st-m.wh-qg7xz7z9o .wh-ripple{
    background: var(--page-card-bg);
    max-width: 1200px;
    margin: 60px auto;
    padding: 48px 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }

div.wh-st-m.wh-qg7xz7z9o .wh-ripple h2{
    font-size: 28px;
    margin-bottom: 32px;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-loop_5{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-frost h3{
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--page-secondary);
    }

div.wh-st-m.wh-qg7xz7z9o .wh-frost ul{
    list-style: none;
    padding-left: 0;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-frost li{
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-frost li:before{
    content: "•";
    position: absolute;
    left: 0;
    color: var(--page-primary);
    font-weight: bold;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-flare{
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-flare h2{
    font-size: 28px;
    margin-bottom: 24px;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-flare p{
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 16px;
    color: #555;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-flare a{
    color: var(--page-secondary);
    text-decoration: none;
    font-weight: 500;
    }

div.wh-st-m.wh-qg7xz7z9o .wh-flare a:hover{
    text-decoration: underline;
    }

@media (max-width: 768px){div.wh-st-m.wh-qg7xz7z9o .wh-wave h1{
    font-size: 32px;
    }
    div.wh-st-m.wh-qg7xz7z9o .wh-zoom_3{
    grid-template-columns: 1fr;
    }
    div.wh-st-m.wh-qg7xz7z9o .wh-loop_5{
    grid-template-columns: 1fr;
    }}

div.wh-st-m.wh-qg7xz7z9o .wh-wave a:not([class]){color:#ffffff !important;text-decoration:underline;}

div.wh-st-m.wh-qg7xz7z9o .wh-wave a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.wh-st-m.wh-qg7xz7z9o .wh-wave a:not([class]):hover{opacity:0.92;}

div.wh-st-m.wh-qg7xz7z9o .wh-wave a[class=""]:hover{opacity:0.92;}

div.wh-st-m.wh-qg7xz7z9o .wh-wave a:not([class]):visited{color:#ffffff !important;}

div.wh-st-m.wh-qg7xz7z9o .wh-wave a[class=""]:visited{color:#ffffff !important;}

.wh-st-f{box-sizing:border-box;}

.wh-st-h{box-sizing:border-box;}

    div.wh-st-m.wh-h6euu3c{
    background-color: var(--bg-main);
    color: var(--text-main);
    font-family: var(--font-sans);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }

    div.wh-st-m.wh-h6euu3c h1, div.wh-st-m.wh-h6euu3c h2, div.wh-st-m.wh-h6euu3c h3{
    font-family: var(--font-serif);
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.2;
    margin-bottom: 1rem;
    }

div.wh-st-m.wh-h6euu3c h1{ font-size: 3.5rem; }

div.wh-st-m.wh-h6euu3c h2{ font-size: 2.2rem; border-left: 5px solid var(--brand-primary); padding-left: 1.5rem; margin: 4rem 0 2rem; }

div.wh-st-m.wh-h6euu3c h3{ font-size: 1.4rem; margin-top: 1.5rem; }

    div.wh-st-m.wh-h6euu3c .wh-swirl{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    }

    div.wh-st-m.wh-h6euu3c .wh-clip_z{
    display: flex;
    align-items: center;
    min-height: 80vh;
    padding: 4rem 0;
    background: linear-gradient(135deg, #ffffff 0%, var(--bg-main) 100%); color: #1a1a2e;}

div.wh-st-m.wh-h6euu3c .wh-grain_4{
    flex: 1;
    max-width: 600px;
    padding-right: 4rem;
    }

div.wh-st-m.wh-h6euu3c .wh-flow{
    flex: 1;
    position: relative;
    }

div.wh-st-m.wh-h6euu3c .wh-flow img{
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-lg);
    object-fit: cover;
    aspect-ratio: 16/10;
    }

    div.wh-st-m.wh-h6euu3c .wh-rush{
    display: inline-block;
    background-color: var(--brand-primary);
    color: #000;
    padding: 1rem 2.5rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--border-radius);
    box-shadow: 0 4px 15px rgba(138, 203, 87, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    margin-top: 2rem;
    font-size: 1.1rem;
    }

div.wh-st-m.wh-h6euu3c .wh-rush:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(138, 203, 87, 0.6);
    }

    div.wh-st-m.wh-h6euu3c .wh-shift{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 4rem;
    }

div.wh-st-m.wh-h6euu3c .wh-snap{
    background: var(--card-bg);
    padding: 2.5rem;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 0; 
    transition: border-color 0.3s;
    }

div.wh-st-m.wh-h6euu3c .wh-snap:hover{
    border-color: var(--brand-secondary);
    }

div.wh-st-m.wh-h6euu3c .wh-snap svg{
    width: 40px;
    height: 40px;
    margin-bottom: 1.5rem;
    fill: var(--brand-secondary);
    }

    div.wh-st-m.wh-h6euu3c .wh-ow5y68gf7{
    display: flex;
    flex-direction: column;
    gap: 6rem;
    padding: 4rem 0;
    }

div.wh-st-m.wh-h6euu3c .wh-fade6{
    display: flex;
    align-items: center;
    gap: 4rem;
    }

div.wh-st-m.wh-h6euu3c .wh-fade6.wh-node_p{
    flex-direction: row-reverse;
    }

div.wh-st-m.wh-h6euu3c .wh-orbit{
    flex: 1;
    }

div.wh-st-m.wh-h6euu3c .wh-hhqgg3cktfq9{
    flex: 1;
    }

div.wh-st-m.wh-h6euu3c .wh-hhqgg3cktfq9 img{
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    }

    div.wh-st-m.wh-h6euu3c .wh-peak7{
    display: inline-block;
    background: var(--brand-secondary);
    color: white;
    font-size: 0.8rem;
    padding: 0.2rem 0.8rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

div.wh-st-m.wh-h6euu3c .wh-trace_8{
    color: var(--brand-secondary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }

div.wh-st-m.wh-h6euu3c .wh-trace_8:hover{
    border-bottom-color: var(--brand-secondary);
    }

div.wh-st-m.wh-h6euu3c .footer-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    border-bottom: 1px solid #333;
    padding-bottom: 3rem;
    }

div.wh-st-m.wh-h6euu3c .footer-bottom{
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    }

div.wh-st-m.wh-h6euu3c .footer-links a{
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    }

div.wh-st-m.wh-h6euu3c .footer-links a:hover{
    color: var(--brand-primary);
    }

@media (max-width: 968px){div.wh-st-m.wh-h6euu3c .wh-clip_z, div.wh-st-m.wh-h6euu3c .wh-fade6, div.wh-st-m.wh-h6euu3c .wh-fade6.wh-node_p{ flex-direction: column; text-align: left; }
    div.wh-st-m.wh-h6euu3c .wh-shift{ grid-template-columns: 1fr; }
    div.wh-st-m.wh-h6euu3c h1{ font-size: 2.5rem; }
    div.wh-st-m.wh-h6euu3c .wh-grain_4{ padding-right: 0; margin-bottom: 3rem; }}

div.wh-st-m.wh-nrql20bjb{
    background-color: var(--bg);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    }

    div.wh-st-m.wh-nrql20bjb .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    }

    div.wh-st-m.wh-nrql20bjb .wh-flip{
    display: flex;
    min-height: 60vh;
    align-items: stretch;
    border-bottom: 2px solid var(--text);
    background: var(--surface);
    }

div.wh-st-m.wh-nrql20bjb .wh-tone_6{
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(0,0,0,0.1);
    }

div.wh-st-m.wh-nrql20bjb .wh-sync3{
    flex: 1;
    background-image: url("../img/install-guide-browser-download-install-4.jpg");
    background-size: cover;
    background-position: center;
    min-height: 400px;
    }

div.wh-st-m.wh-nrql20bjb h1{
    font-family: var(--font-serif);
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    }

div.wh-st-m.wh-nrql20bjb .wh-zoe2h5qc41{
    font-size: 1.25rem;
    color: var(--text);
    max-width: 500px;
    margin-bottom: 32px;
    }

    div.wh-st-m.wh-nrql20bjb .wh-mist{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }

div.wh-st-m.wh-nrql20bjb .wh-spin9{
    padding: 80px 40px;
    }

div.wh-st-m.wh-nrql20bjb .wh-spin9:nth-child(odd){
    border-right: 1px solid rgba(0,0,0,0.1);
    }

div.wh-st-m.wh-nrql20bjb h2{
    font-family: var(--font-serif);
    font-size: 2rem;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    }

div.wh-st-m.wh-nrql20bjb h2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--primary);
    }

div.wh-st-m.wh-nrql20bjb .wh-dash{
    list-style: none;
    padding: 0;
    }

div.wh-st-m.wh-nrql20bjb .wh-path{
    margin-bottom: 24px;
    display: flex;
    gap: 20px;
    }

div.wh-st-m.wh-nrql20bjb .wh-blur{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--secondary);
    min-width: 30px;
    }

div.wh-st-m.wh-nrql20bjb .wh-leap h3{
    font-size: 1.1rem;
    margin: 0 0 8px 0;
    }

div.wh-st-m.wh-nrql20bjb .wh-leap p{
    margin: 0;
    font-size: 0.95rem;
    color: #555;
    }

    div.wh-st-m.wh-nrql20bjb .wh-nekn1xvwr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--text);
    color: #fff;
    }

div.wh-st-m.wh-nrql20bjb .wh-bolt{
    padding: 60px 40px;
    border-right: 1px solid rgba(255,255,255,0.1);
    }

div.wh-st-m.wh-nrql20bjb .wh-bolt:last-child{
    border-right: none;
    }

div.wh-st-m.wh-nrql20bjb .wh-bolt h3{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--primary);
    }

    div.wh-st-m.wh-nrql20bjb .wh-ring_2{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    background: var(--primary);
    padding: 15px 30px;
    box-shadow: 10px 10px 0px var(--text);
    transition: transform 0.2s;
    }

div.wh-st-m.wh-nrql20bjb .wh-ring_2:hover{
    transform: translate(-4px, -4px);
    }

div.wh-st-m.wh-nrql20bjb .wh-ring_2 a{
    text-decoration: none;
    color: var(--text);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    }

    div.wh-st-m.wh-nrql20bjb .wh-orul0um4ash{
    color: var(--secondary);
    text-decoration: underline;
    text-underline-offset: 4px;
    }

div.wh-st-m.wh-nrql20bjb .wh-orul0um4ash:hover{
    background: var(--secondary);
    color: white;
    }

div.wh-st-m.wh-nrql20bjb .footer-grid{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    }

div.wh-st-m.wh-nrql20bjb .wh-vvbs9rlpoh9qs{
    display: inline-block;
    padding: 4px 12px;
    background: #e0e0e0;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px; color: #1a1a2e;}

@media (max-width: 992px){div.wh-st-m.wh-nrql20bjb .wh-flip{ flex-direction: column; }
    div.wh-st-m.wh-nrql20bjb .wh-mist, div.wh-st-m.wh-nrql20bjb .wh-nekn1xvwr, div.wh-st-m.wh-nrql20bjb .footer-grid{ grid-template-columns: 1fr; }
    div.wh-st-m.wh-nrql20bjb .wh-tone_6{ border-right: none; border-bottom: 1px solid rgba(0,0,0,0.1); }
    div.wh-st-m.wh-nrql20bjb .wh-spin9{ border-right: none !important; border-bottom: 1px solid rgba(0,0,0,0.1); }}

div.wh-st-m.wh-343ki8 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

div.wh-st-m.wh-343ki8{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--version-text);
    background: var(--version-bg);
    line-height: 1.6;
    }

div.wh-st-m.wh-343ki8{
    padding-top: 80px;
    }

div.wh-st-m.wh-343ki8 .wh-skip{
    background: linear-gradient(135deg, var(--version-secondary) 0%, var(--version-accent) 100%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    }

div.wh-st-m.wh-343ki8 .wh-skip h1{
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 16px;
    }

div.wh-st-m.wh-343ki8 .wh-skip p{
    font-size: 1.1rem;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
    }

div.wh-st-m.wh-343ki8 .wh-cast_5{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    }

div.wh-st-m.wh-343ki8 .wh-ramp4{
    background: var(--version-card-bg);
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

div.wh-st-m.wh-343ki8 .wh-ramp4 h2{
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--version-text);
    }

div.wh-st-m.wh-343ki8 .wh-ramp4 p{
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 16px;
    }

div.wh-st-m.wh-343ki8 .wh-ramp4 a{
    color: var(--version-secondary);
    text-decoration: none;
    border-bottom: 1px solid var(--version-secondary);
    }

div.wh-st-m.wh-343ki8 .wh-ramp4 a:hover{
    color: var(--version-accent);
    border-bottom-color: var(--version-accent);
    }

div.wh-st-m.wh-343ki8 .wh-bind_l{
    display: flex;
    flex-direction: column;
    gap: 30px;
    }

div.wh-st-m.wh-343ki8 .wh-warp{
    background: var(--version-card-bg);
    border: 1px solid var(--version-border);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s;
    }

div.wh-st-m.wh-343ki8 .wh-warp:hover{
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    }

div.wh-st-m.wh-343ki8 .wh-ping{
    background: linear-gradient(90deg, var(--version-accent) 0%, var(--version-secondary) 100%);
    padding: 24px 32px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

div.wh-st-m.wh-343ki8 .wh-yk59us3goie{
    font-size: 1.6rem;
    font-weight: 700;
    }

div.wh-st-m.wh-343ki8 .wh-ipw1od6o2{
    font-size: 0.95rem;
    opacity: 0.9;
    }

div.wh-st-m.wh-343ki8 .wh-tilt{
    padding: 32px;
    }

div.wh-st-m.wh-343ki8 .wh-tilt h3{
    font-size: 1.3rem;
    margin-bottom: 16px;
    color: var(--version-text);
    }

div.wh-st-m.wh-343ki8 .wh-tilt ul{
    list-style: none;
    padding-left: 0;
    }

div.wh-st-m.wh-343ki8 .wh-tilt li{
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 1.02rem;
    line-height: 1.7;
    }

div.wh-st-m.wh-343ki8 .wh-tilt li:before{
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--version-accent);
    font-weight: 700;
    font-size: 1.2rem;
    }

div.wh-st-m.wh-343ki8 .wh-jazz7{
    display: flex;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
    }

div.wh-st-m.wh-343ki8 .wh-nest_g{
    background: var(--version-bg);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: var(--version-text);
    border: 1px solid var(--version-border);
    }

div.wh-st-m.wh-343ki8 .wh-kick{
    display: inline-block;
    background: var(--version-accent);
    color: white;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 12px rgba(132, 189, 0, 0.3);
    }

div.wh-st-m.wh-343ki8 .wh-kick:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(132, 189, 0, 0.4);
    }

div.wh-st-m.wh-343ki8 .wh-glow8{
    background: hsl(45, 100%, 95%);
    border-left: 4px solid hsl(45, 100%, 50%);
    padding: 24px;
    margin-top: 50px;
    border-radius: 4px; color: #1a1a2e;}

div.wh-st-m.wh-343ki8 .wh-glow8 h3{
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--version-text);
    }

div.wh-st-m.wh-343ki8 .wh-glow8 p{
    font-size: 1rem;
    line-height: 1.7;
    }

@media (max-width: 768px){div.wh-st-m.wh-343ki8 .wh-skip h1{
    font-size: 2rem;
    }
    div.wh-st-m.wh-343ki8 .wh-ping{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    }
    div.wh-st-m.wh-343ki8 .wh-tilt{
    padding: 24px;
    }}

    div.wh-st-m.wh-5pgx5fq.wh-knot_e{
    font-family: var(--sr-font-sans);
    color: var(--sr-text-main, #333);
    background-color: var(--sr-bg, #f4f4f4);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }

div.wh-st-m.wh-5pgx5fq h1, div.wh-st-m.wh-5pgx5fq h2, div.wh-st-m.wh-5pgx5fq h3, div.wh-st-m.wh-5pgx5fq h4{
    font-family: var(--sr-font-serif);
    color: var(--sr-text-main);
    margin-top: 0;
    font-weight: 700;
    text-align: left;
    letter-spacing: -0.02em;
    }

    div.wh-st-m.wh-5pgx5fq .wh-hype2{
    padding: var(--sr-spacing-base) 5%;
    max-width: 1280px;
    margin: 0 auto;
    }

    div.wh-st-m.wh-5pgx5fq .sr-hero{
    min-height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, var(--sr-bg) 0%, #e2e8f0 100%);
    border-bottom: 2px solid var(--sr-text-main);
    padding-top: 4rem;
    padding-bottom: 3rem; color: #1a1a2e;}

div.wh-st-m.wh-5pgx5fq .sr-hero-content{
    max-width: 800px;
    }

div.wh-st-m.wh-5pgx5fq .sr-hero h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1rem;
    color: var(--sr-primary);
    }

div.wh-st-m.wh-5pgx5fq .sr-hero p{
    font-size: 1.125rem;
    color: var(--sr-text-muted);
    max-width: 650px;
    margin-bottom: 1.5rem;
    }

div.wh-st-m.wh-5pgx5fq .sr-meta-info{
    font-size: 0.875rem;
    font-family: var(--sr-font-sans);
    color: var(--sr-text-muted);
    border-left: 3px solid var(--sr-accent);
    padding-left: 0.75rem;
    margin-top: 1rem;
    }

    div.wh-st-m.wh-5pgx5fq .wh-snap9{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-top: 2rem;
    }

div.wh-st-m.wh-5pgx5fq .wh-tide{
    border: 2px solid var(--sr-text-main);
    box-shadow: 8px 8px 0px var(--sr-primary);
    background-color: var(--sr-surface);
    aspect-ratio: 16/9;
    overflow: hidden;
    }

div.wh-st-m.wh-5pgx5fq .wh-tide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }

    div.wh-st-m.wh-5pgx5fq .wh-rift{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
    }

div.wh-st-m.wh-5pgx5fq .wh-unit_v{
    background: var(--sr-surface);
    border: 1px solid var(--sr-border);
    padding: 1.5rem;
    border-top: 4px solid var(--sr-primary);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

div.wh-st-m.wh-5pgx5fq .wh-unit_v:hover{
    transform: translateY(-2px);
    box-shadow: 4px 4px 0px rgba(15, 23, 42, 0.1);
    }

div.wh-st-m.wh-5pgx5fq .wh-unit_v h3{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid var(--sr-border);
    padding-bottom: 0.5rem;
    }

div.wh-st-m.wh-5pgx5fq .wh-unit_v ul{
    list-style: none;
    padding: 0;
    margin: 0;
    }

div.wh-st-m.wh-5pgx5fq .wh-unit_v li{
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    padding-left: 1rem;
    position: relative;
    color: var(--sr-text-main);
    }

div.wh-st-m.wh-5pgx5fq .wh-unit_v li::before{
    content: "■";
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 0.6rem;
    color: var(--sr-accent);
    }

    div.wh-st-m.wh-5pgx5fq .wh-nova_6{
    background-color: var(--sr-text-main);
    color: var(--sr-surface);
    padding: 3rem 5%;
    margin: 3rem 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: center;
    }

div.wh-st-m.wh-5pgx5fq .wh-quad_8 h2{
    color: var(--sr-surface);
    font-size: 2rem;
    margin-bottom: 0.5rem;
    }

div.wh-st-m.wh-5pgx5fq .wh-mesh{
    font-size: 1rem;
    color: #e2e8f0;
    }

div.wh-st-m.wh-5pgx5fq .wh-q7gwdjra52nl{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    }

div.wh-st-m.wh-5pgx5fq .wh-arch{
    border-left: 2px solid var(--sr-accent);
    padding-left: 1rem;
    }

div.wh-st-m.wh-5pgx5fq .wh-arch strong{
    display: block;
    color: var(--sr-surface);
    font-family: var(--sr-font-serif);
    font-size: 1.1rem;
    }

    div.wh-st-m.wh-5pgx5fq .wh-vortex5{
    position: relative;
    padding: 4rem 2rem;
    border: 2px solid var(--sr-text-main);
    margin: 2rem 5%;
    background-color: var(--sr-surface);
    overflow: hidden;
    }

div.wh-st-m.wh-5pgx5fq .wh-jolt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 0;
    background-image: url("../img/system-requirements-browser-tab-navigation-2.jpg");
    background-size: cover;
    background-position: center;
    }

div.wh-st-m.wh-5pgx5fq .wh-sage_3{
    position: relative;
    z-index: 1;
    max-width: 800px;
    }

div.wh-st-m.wh-5pgx5fq .wh-vortex5 h2{
    font-size: 1.75rem;
    color: var(--sr-primary);
    }

    div.wh-st-m.wh-5pgx5fq .wh-mglf8rgc8p{
    color: var(--sr-secondary);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    font-weight: 600;
    transition: color 0.2s;
    }

div.wh-st-m.wh-5pgx5fq .wh-mglf8rgc8p:hover{
    color: var(--sr-primary);
    background-color: rgba(79, 70, 229, 0.1);
    }

    div.wh-st-m.wh-5pgx5fq .wh-opus{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: var(--sr-primary);
    color: #ffffff;
    padding: 1rem 2rem;
    font-family: var(--sr-font-sans);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid var(--sr-text-main);
    box-shadow: 6px 6px 0px var(--sr-text-main);
    z-index: 999;
    transition: all 0.1s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }

div.wh-st-m.wh-5pgx5fq .wh-opus:hover{
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0px var(--sr-text-main);
    background: var(--sr-secondary);
    color: #ffffff;
    }

div.wh-st-m.wh-5pgx5fq .wh-opus:active{
    transform: translate(4px, 4px);
    box-shadow: 2px 2px 0px var(--sr-text-main);
    }

    @media (max-width: 768px){div.wh-st-m.wh-5pgx5fq .wh-snap9, div.wh-st-m.wh-5pgx5fq .wh-nova_6{
    grid-template-columns: 1fr;
    }
    div.wh-st-m.wh-5pgx5fq .wh-tide{
    box-shadow: 4px 4px 0px var(--sr-primary);
    }
    div.wh-st-m.wh-5pgx5fq .sr-hero{
    padding-top: 2rem;
    min-height: auto;
    }
    div.wh-st-m.wh-5pgx5fq .wh-opus{
    bottom: 1rem;
    right: 1rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    }}

    div.wh-st-m.wh-5pgx5fq .wh-opus a:not([class]){color:#ffffff !important;text-decoration:underline;}

    div.wh-st-m.wh-5pgx5fq .wh-opus a[class=""]{color:#ffffff !important;text-decoration:underline;}

    div.wh-st-m.wh-5pgx5fq .wh-opus a:not([class]):hover{opacity:0.92;}

    div.wh-st-m.wh-5pgx5fq .wh-opus a[class=""]:hover{opacity:0.92;}

    div.wh-st-m.wh-5pgx5fq .wh-opus a:not([class]):visited{color:#ffffff !important;}

    div.wh-st-m.wh-5pgx5fq .wh-opus a[class=""]:visited{color:#ffffff !important;}

    div.wh-st-m.wh-qycy91f.wh-echo_2{
    font-family: var(--faq-font-sans);
    color: var(--faq-text-main);
    background-color: var(--faq-bg-page);
    line-height: 1.6;
    }

div.wh-st-m.wh-qycy91f .wh-apex4{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    }

    div.wh-st-m.wh-qycy91f.wh-echo_2 h1, div.wh-st-m.wh-qycy91f.wh-echo_2 h2, div.wh-st-m.wh-qycy91f.wh-echo_2 h3{
    font-family: var(--faq-font-serif);
    color: var(--faq-primary);
    margin: 0 0 1rem 0;
    font-weight: 700;
    }

div.wh-st-m.wh-qycy91f.wh-echo_2 h2{
    font-size: 2rem;
    border-bottom: 2px solid var(--faq-primary);
    padding-bottom: 0.5rem;
    display: inline-block;
    margin-bottom: 2rem;
    }

    div.wh-st-m.wh-qycy91f .wh-iris{
    min-height: 50vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--faq-bg-page) 0%, hsl(220, 20%, 92%) 100%);
    border-bottom: 2px solid var(--faq-text-main);
    padding: 4rem 0; color: #1a1a2e;}

div.wh-st-m.wh-qycy91f .wh-halo6{
    max-width: 60%;
    }

div.wh-st-m.wh-qycy91f .wh-iris h1{
    font-size: 2.75rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--faq-text-main);
    }

div.wh-st-m.wh-qycy91f .wh-iris p{
    font-size: 1.125rem;
    color: var(--faq-text-muted);
    margin-bottom: 2rem;
    max-width: 90%;
    }

    div.wh-st-m.wh-qycy91f .wh-fuse{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--faq-primary);
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid var(--faq-text-main);
    box-shadow: 6px 6px 0 var(--faq-secondary);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

div.wh-st-m.wh-qycy91f .wh-fuse:hover{
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0 var(--faq-secondary);
    color: #ffffff;
    }

    div.wh-st-m.wh-qycy91f .wh-whiz{
    padding: 4rem 0;
    }

div.wh-st-m.wh-qycy91f .wh-coil_9{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    }

div.wh-st-m.wh-qycy91f .wh-deck{
    background-color: var(--faq-bg-card);
    border: 2px solid var(--faq-border-color);
    padding: 1.5rem;
    position: relative;
    box-shadow: 4px 4px 0 var(--faq-border-color);
    transition: border-color 0.3s ease;
    }

div.wh-st-m.wh-qycy91f .wh-deck:hover{
    border-color: var(--faq-primary);
    }

div.wh-st-m.wh-qycy91f .wh-xray_m{
    width: 2rem;
    height: 2rem;
    margin-bottom: 1rem;
    color: var(--faq-primary);
    }

div.wh-st-m.wh-qycy91f .wh-deck h3{
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--faq-text-main);
    }

div.wh-st-m.wh-qycy91f .wh-deck p{
    font-size: 0.95rem;
    color: var(--faq-text-muted);
    margin: 0;
    }

    div.wh-st-m.wh-qycy91f.wh-echo_2 a.wh-gyro_k{
    color: var(--faq-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
    }

div.wh-st-m.wh-qycy91f.wh-echo_2 a.wh-gyro_k:hover{
    color: var(--faq-secondary);
    }

    div.wh-st-m.wh-qycy91f .wh-zeal_7{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
    }

div.wh-st-m.wh-qycy91f .wh-byte{
    border: 2px solid var(--faq-text-main);
    background: var(--faq-bg-card);
    display: flex;
    flex-direction: column;
    }

div.wh-st-m.wh-qycy91f .wh-byte img{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-bottom: 2px solid var(--faq-text-main);
    }

div.wh-st-m.wh-qycy91f .wh-yank{
    padding: 1rem;
    font-weight: bold;
    font-family: var(--faq-font-serif);
    text-align: left;
    }

    div.wh-st-m.wh-qycy91f .faq-footer{
    background-color: var(--faq-text-main);
    color: #ffffff;
    padding: 3rem 0;
    margin-top: 4rem;
    border-top: 4px solid var(--faq-secondary);
    }

div.wh-st-m.wh-qycy91f .faq-footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    }

    @media (max-width: 992px){div.wh-st-m.wh-qycy91f .wh-halo6{ max-width: 80%; }
    div.wh-st-m.wh-qycy91f .wh-coil_9{ grid-template-columns: repeat(2, 1fr); }
    div.wh-st-m.wh-qycy91f .wh-zeal_7{ grid-template-columns: repeat(2, 1fr); }}

@media (max-width: 768px){div.wh-st-m.wh-qycy91f .wh-halo6{ max-width: 100%; }
    div.wh-st-m.wh-qycy91f .wh-iris h1{ font-size: 2rem; }
    div.wh-st-m.wh-qycy91f .wh-coil_9{ grid-template-columns: 1fr; }
    div.wh-st-m.wh-qycy91f .wh-zeal_7{ grid-template-columns: 1fr; }
    div.wh-st-m.wh-qycy91f .faq-footer-content{ flex-direction: column; gap: 1rem; text-align: center; }}

    div.wh-st-m.wh-qycy91f .wh-fuse a:not([class]){color:#ffffff !important;text-decoration:underline;}

    div.wh-st-m.wh-qycy91f .wh-fuse a[class=""]{color:#ffffff !important;text-decoration:underline;}

    div.wh-st-m.wh-qycy91f .wh-fuse a:not([class]):hover{opacity:0.92;}

    div.wh-st-m.wh-qycy91f .wh-fuse a[class=""]:hover{opacity:0.92;}

    div.wh-st-m.wh-qycy91f .wh-fuse a:not([class]):visited{color:#ffffff !important;}

    div.wh-st-m.wh-qycy91f .wh-fuse a[class=""]:visited{color:#ffffff !important;}

.cc-sec-area.active,
.cc-sec-area.cc-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}