/*
 * Interior experience system.
 * Loaded only outside the homepage so the conversion-focused landing page
 * keeps its deliberately separate composition.
 */

body.site-interior {
    --wi-bg: #0c0c0e;
    --wi-panel: #171719;
    --wi-panel-raised: #1d1d20;
    --wi-panel-soft: #141416;
    --wi-line: rgba(255, 255, 255, 0.11);
    --wi-line-strong: rgba(255, 255, 255, 0.18);
    --wi-text: #f5f2ec;
    --wi-text-soft: #c7c1bb;
    --wi-muted: #98928b;
    --wi-orange: #fa5a31;
    --wi-orange-soft: rgba(250, 90, 49, 0.13);
    --wi-green: #b4e998;
    background: var(--wi-bg);
    color: var(--wi-text);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
}

body.site-interior::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 52px 52px;
    content: '';
    inset: 0;
    opacity: 0.42;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

body.site-interior :where(h1, h2, h3, h4) {
    color: var(--wi-text);
    font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
}

body.site-interior :where(p, li, td) { color: var(--wi-text-soft); }
body.site-interior .container { max-width: 1260px; padding-inline: 28px; }
body.site-interior [id] { scroll-margin-top: 100px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

/* Shared chrome ---------------------------------------------------------- */
body.site-interior .header {
    background: rgba(12, 12, 14, 0.79);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    height: 76px;
}

body.site-interior .header.scrolled {
    background: rgba(12, 12, 14, 0.94);
    box-shadow: none;
}

body.site-interior .nav-container { gap: 20px; }
body.site-interior .logo { gap: 10px; }
body.site-interior .brand-mark {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--wi-orange);
    flex-basis: 44px;
    height: 30px;
    width: 44px;
}

body.site-interior .logo-text {
    color: var(--wi-text);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    letter-spacing: -0.065em;
    line-height: 1.05;
}

body.site-interior .text-accent {
    background: none;
    -webkit-text-fill-color: var(--wi-orange);
}

body.site-interior .brand-subtitle {
    color: #88847f;
    font-size: 8px;
    letter-spacing: 0.085em;
}

body.site-interior .nav-menu { gap: 27px; }
body.site-interior .nav-link {
    color: #bfbbb5;
    font-size: 13px;
    font-weight: 600;
}
body.site-interior .nav-link:hover { color: #fff; }
body.site-interior .btn {
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 750;
    min-height: 44px;
    padding: 11px 16px;
}
body.site-interior .nav-cta,
body.site-interior .btn-primary {
    background: var(--wi-orange);
    border: 1px solid var(--wi-orange);
    box-shadow: 0 11px 24px rgba(250, 90, 49, 0.18);
    color: #1b110e;
}
body.site-interior .nav-cta:hover,
body.site-interior .btn-primary:hover {
    background: #ff724b;
    border-color: #ff724b;
    color: #1b110e;
    transform: translateY(-1px);
}

body.site-interior .nav-mobile-cta {
    background: var(--wi-orange);
    border-color: var(--wi-orange);
    box-shadow: none;
    color: #1b110e;
    display: none;
    font-size: 12px;
    min-height: 38px;
    padding: 8px 11px;
}

body.site-interior .nav-mobile-cta:hover {
    background: #ff724b;
    border-color: #ff724b;
    color: #1b110e;
}

body.site-interior .nav-account-link {
    background: rgba(255, 255, 255, 0.035);
    border-color: var(--wi-line);
    border-radius: 10px;
    color: var(--wi-text);
}

body.site-interior .nav-account-link:hover {
    background: rgba(250, 90, 49, 0.1);
    border-color: rgba(250, 90, 49, 0.5);
    color: var(--wi-orange);
}
body.site-interior .btn-secondary {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--wi-line);
    color: var(--wi-text);
}
body.site-interior .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--wi-line-strong);
    color: #fff;
    transform: translateY(-1px);
}

/* Shared page patterns --------------------------------------------------- */
.wi-page {
    overflow: clip;
    padding: 140px 0 112px;
}

.wi-eyebrow,
body.site-interior .section-label {
    align-items: center;
    color: var(--wi-orange);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.11em;
    line-height: 1.2;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.wi-eyebrow::before,
body.site-interior .section-label::before {
    background: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 0 5px var(--wi-orange-soft);
    content: '';
    height: 6px;
    width: 6px;
}

.wi-heading,
body.site-interior .section-title {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 600;
    letter-spacing: -0.065em;
    line-height: 1.02;
    text-wrap: balance;
}

.wi-lede {
    color: var(--wi-text-soft);
    font-size: 17px;
    line-height: 1.7;
    margin-top: 22px;
    max-width: 680px;
}

.wi-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.wi-surface {
    background: var(--wi-panel);
    border: 1px solid var(--wi-line);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.wi-inline-link,
body.site-interior .wi-content a:not(.btn) {
    color: #f9a68f;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(250, 90, 49, 0.55);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.wi-inline-link:hover,
body.site-interior .wi-content a:not(.btn):hover { color: #fff3ee; }

/* Documentation ---------------------------------------------------------- */
.wi-docs-page { padding-top: 112px; }

body.site-interior .docs-layout {
    align-items: start;
    display: grid;
    gap: 26px;
    grid-template-columns: 240px minmax(0, 1fr);
    max-width: 1204px;
    padding-top: 32px;
}

body.site-interior .docs-sidebar {
    background: rgba(23, 23, 25, 0.88);
    border: 1px solid var(--wi-line);
    border-radius: 16px;
    padding: 20px 13px 15px;
    position: sticky;
    top: 98px;
}

body.site-interior .docs-sidebar-title {
    color: var(--wi-text);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    margin: 0 8px 11px;
}

body.site-interior .docs-sidebar ul { list-style: none; margin: 0; padding: 0; }
body.site-interior .docs-sidebar li { margin: 0; }
body.site-interior .docs-nav-link {
    border-radius: 8px;
    color: #aaa49d;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    padding: 8px;
}
body.site-interior .docs-nav-link:hover,
body.site-interior .docs-nav-link.active { background: rgba(250, 90, 49, 0.11); color: #fff4ef; }

body.site-interior .docs-sidebar-foot {
    border-top: 1px solid var(--wi-line);
    display: grid;
    gap: 3px;
    margin: 13px 7px 0;
    padding-top: 15px;
}
body.site-interior .docs-sidebar-foot span { color: #918b84; font-size: 10px; }
body.site-interior .docs-sidebar-foot strong { color: #e9e3dc; font-size: 11px; }
.wi-mobile-docs-nav { display: none; }

body.site-interior .docs-content {
    background: rgba(17, 17, 19, 0.74);
    border: 1px solid var(--wi-line);
    border-radius: 20px;
    min-width: 0;
    padding: clamp(28px, 5vw, 62px);
}

body.site-interior .docs-header { border-bottom: 1px solid var(--wi-line); margin-bottom: 9px; padding-bottom: 43px; }
body.site-interior .docs-header h1 {
    font-size: clamp(35px, 4.35vw, 58px);
    font-weight: 600;
    letter-spacing: -0.065em;
    line-height: 1.04;
    max-width: 780px;
    text-wrap: balance;
}
body.site-interior .docs-lede { color: var(--wi-text-soft); font-size: 16px; line-height: 1.72; margin-top: 21px; max-width: 720px; }

body.site-interior .docs-section { border-bottom: 1px solid var(--wi-line); padding: 55px 0; }
body.site-interior .docs-section:last-child { border-bottom: 0; padding-bottom: 0; }
body.site-interior .docs-section h2 {
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 600;
    letter-spacing: -0.047em;
    line-height: 1.12;
    margin: 0 0 20px;
    text-wrap: balance;
}
body.site-interior .docs-section h3 { font-size: 17px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.3; margin: 30px 0 11px; }
body.site-interior .docs-section p { color: var(--wi-text-soft); font-size: 14px; line-height: 1.76; margin: 14px 0; }
body.site-interior .docs-section strong { color: #fff7f1; }
body.site-interior .docs-section code,
body.site-interior .docs-path,
body.site-interior .docs-token {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 5px;
    color: #f5bfac;
    font-family: 'SFMono-Regular', Consolas, monospace;
    font-size: 0.88em;
    padding: 2px 5px;
}

body.site-interior .docs-table { border: 1px solid var(--wi-line); border-collapse: separate; border-radius: 12px; border-spacing: 0; margin: 23px 0; overflow: hidden; width: 100%; }
body.site-interior .docs-table th,
body.site-interior .docs-table td { border-bottom: 1px solid var(--wi-line); padding: 13px 15px; text-align: left; vertical-align: top; }
body.site-interior .docs-table tr:last-child th,
body.site-interior .docs-table tr:last-child td { border-bottom: 0; }
body.site-interior .docs-table th { background: rgba(255, 255, 255, 0.035); color: #f3ede6; font-size: 12px; font-weight: 700; width: 33%; }
body.site-interior .docs-table td { color: #bcb6af; font-size: 12px; line-height: 1.55; }

body.site-interior .docs-steps,
body.site-interior .docs-list-ordered { counter-reset: docs-step; display: grid; gap: 12px; list-style: none; margin: 24px 0; padding: 0; }
body.site-interior .docs-steps > li,
body.site-interior .docs-list-ordered > li { background: rgba(255, 255, 255, 0.025); border: 1px solid var(--wi-line); border-radius: 12px; counter-increment: docs-step; max-width: 100%; min-width: 0; padding: 18px 19px 18px 55px; position: relative; }
body.site-interior .docs-steps > li::before,
body.site-interior .docs-list-ordered > li::before { color: var(--wi-orange); content: counter(docs-step, decimal-leading-zero); font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; left: 18px; position: absolute; top: 20px; }
body.site-interior .docs-steps h3,
body.site-interior .docs-list-ordered h3 { margin: 0 0 6px; }
body.site-interior .docs-steps p,
body.site-interior .docs-list-ordered p { margin: 0; }

body.site-interior .docs-list-check { display: grid; gap: 10px; list-style: none; margin: 20px 0; padding: 0; }
body.site-interior .docs-list-check li { color: #ccc6be; font-size: 13px; padding-left: 23px; position: relative; }
body.site-interior .docs-list-check li::before { color: var(--wi-green); content: '✓'; font-size: 14px; font-weight: 800; left: 0; position: absolute; }

body.site-interior .docs-callout { border-radius: 13px; font-size: 13px; line-height: 1.65; margin: 25px 0; padding: 18px 20px; }
body.site-interior .docs-callout strong { display: block; margin-bottom: 3px; }
body.site-interior .docs-callout-note { background: rgba(250, 90, 49, 0.075); border: 1px solid rgba(250, 90, 49, 0.25); color: #e4c5ba; }
body.site-interior .docs-callout-warn { background: rgba(245, 189, 79, 0.08); border: 1px solid rgba(245, 189, 79, 0.27); color: #e7d9b1; }

body.site-interior .docs-code-wrap { background: #0c0c0e; border: 1px solid var(--wi-line); border-radius: 12px; margin: 16px 0; max-width: 100%; min-width: 0; overflow-x: auto; padding: 15px; }
body.site-interior .docs-code-wrap code { background: none; border: 0; color: #e7e1da; display: block; font-size: 12px; line-height: 1.65; padding: 0; white-space: pre; }
body.site-interior .docs-mode { background: rgba(255, 255, 255, 0.025); border: 1px solid var(--wi-line); border-radius: 14px; margin-top: 13px; padding: 20px; }
body.site-interior .docs-mode-default { border-color: rgba(250, 90, 49, 0.55); box-shadow: inset 0 0 0 1px rgba(250, 90, 49, 0.07); }
body.site-interior .docs-mode-head { align-items: center; display: flex; gap: 12px; justify-content: space-between; }
body.site-interior .docs-mode-head h3 { margin: 0; }
body.site-interior .docs-mode-badge { background: var(--wi-orange-soft); border: 1px solid rgba(250, 90, 49, 0.36); border-radius: 999px; color: #ffaf97; font-size: 9px; font-weight: 800; letter-spacing: 0.07em; padding: 5px 8px; text-transform: uppercase; }
body.site-interior .docs-token-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
body.site-interior .docs-token { color: #ded8d0; font-size: 11px; }

body.site-interior .support-form-wrap { background: rgba(255, 255, 255, 0.027); border: 1px solid var(--wi-line); border-radius: 15px; margin-top: 22px; padding: 24px; }
body.site-interior .support-form-wrap .form-row { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 16px; }
body.site-interior .support-form-wrap .form-group { margin-bottom: 16px; min-width: 0; }
body.site-interior .support-form-wrap .form-group-recaptcha { margin-bottom: 20px; }
body.site-interior #docs-recaptcha { display: flex; justify-content: center; max-width: 100%; overflow: hidden; }
body.site-interior .support-form-wrap .form-group-recaptcha > span { color: #9d9790; display: block; font-size: 11px; line-height: 1.5; margin-top: 7px; }
body.site-interior .docs-support-submit { font-size: 15px; font-weight: 700; justify-content: center; padding: 14px 24px; width: 100%; }
body.site-interior #form-status { border-radius: 8px; display: none; font-size: 14px; margin-top: 20px; padding: 14px; }
body.site-interior .form-group label { color: #e7e1da; display: block; font-size: 12px; font-weight: 700; margin-bottom: 7px; }
body.site-interior .form-group input,
body.site-interior .form-group textarea,
body.site-interior .form-group select { background: #101012; border: 1px solid var(--wi-line); border-radius: 8px; color: var(--wi-text); font: inherit; font-size: 13px; min-height: 42px; padding: 10px 12px; width: 100%; }
body.site-interior .form-group textarea { min-height: 130px; resize: vertical; }
body.site-interior .form-group input:focus,
body.site-interior .form-group textarea:focus,
body.site-interior .form-group select:focus { border-color: rgba(250, 90, 49, 0.7); outline: 2px solid rgba(250, 90, 49, 0.18); outline-offset: 2px; }

/* Contact support --------------------------------------------------------- */
.wi-contact-page { padding: 100px 0 52px; }
.wi-contact-hero { padding: 0 0 18px; }
.wi-contact-hero-inner { align-items: center; background: linear-gradient(115deg, #181719 0%, #191719 62%, #261513 100%); border: 1px solid var(--wi-line); border-radius: 19px; display: flex; justify-content: space-between; min-height: 142px; overflow: hidden; padding: 26px 32px; position: relative; }
.wi-contact-hero-inner::before { background: radial-gradient(circle, rgba(250, 90, 49, 0.28), rgba(250, 90, 49, 0) 68%); content: ''; height: 280px; pointer-events: none; position: absolute; right: -52px; top: -89px; width: 280px; }
.wi-contact-hero-inner > div { position: relative; z-index: 1; }
.wi-contact-hero .wi-heading { font-size: clamp(32px, 3.3vw, 46px); margin: 0; max-width: none; }
.wi-contact-hero .wi-lede { font-size: 15px; line-height: 1.55; margin-top: 8px; max-width: none; }
.wi-contact-hero-mark { color: #ff6840; display: inline-flex; flex: 0 0 auto; margin: 0 18px 0 28px; opacity: 0.96; position: relative; width: 118px; z-index: 1; }
.wi-contact-hero-mark svg { display: block; height: auto; width: 100%; }
.wi-contact-layout { align-items: start; display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.05fr); padding-top: 18px; }
.wi-contact-options { display: grid; gap: 14px; }
.wi-contact-option { align-items: flex-start; background: rgba(23, 23, 25, 0.76); border: 1px solid var(--wi-line); border-radius: 15px; display: flex; gap: 13px; padding: 19px; }
.wi-contact-option-icon { align-items: center; background: rgba(250, 90, 49, 0.11); border: 1px solid rgba(250, 90, 49, 0.3); border-radius: 9px; color: #ff9c7d; display: inline-flex; flex: 0 0 32px; font-size: 16px; font-weight: 750; height: 32px; justify-content: center; }
.wi-contact-option > div { min-width: 0; }
.wi-contact-option-label { color: #f4eee7 !important; font-family: 'Space Grotesk', sans-serif; font-size: 14px !important; font-weight: 600; margin: 0 0 3px !important; }
.wi-contact-option p:not(.wi-contact-option-label) { color: #aaa49d; font-size: 12px; line-height: 1.58; margin: 7px 0 0; }
.wi-contact-email { color: #ffad92; font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.wi-contact-email:hover { color: #fff3ed; }
.wi-contact-chat { margin-top: 13px; min-height: 39px !important; padding: 8px 12px !important; }
.wi-contact-account-icon svg { display: block; height: 18px; width: 18px; }
.wi-contact-account-link { margin-top: 13px; min-height: 39px !important; padding: 8px 12px !important; }
.wi-contact-safe-note { border-left: 2px solid var(--wi-orange); color: #bdb6af; font-size: 12px; line-height: 1.6; margin: 8px 4px 0; padding: 5px 0 5px 13px; }
.wi-contact-safe-note strong { color: #f4eee7; display: block; font-size: 12px; margin-bottom: 3px; }
.wi-contact-safe-note p { color: inherit; margin: 0; }

.wi-contact-form-panel { background: rgba(23, 23, 25, 0.86); border: 1px solid var(--wi-line); border-radius: 18px; padding: clamp(23px, 3vw, 34px); }
.wi-contact-form-panel .wi-eyebrow { margin-bottom: 12px; }
.wi-contact-form-panel h2 { font-size: clamp(27px, 3vw, 38px); font-weight: 600; letter-spacing: -0.055em; line-height: 1.1; margin: 0; }
.wi-contact-form-intro { color: #b7b0a9; font-size: 14px; line-height: 1.65; margin: 12px 0 25px; max-width: 620px; }
.wi-contact-form-row { display: grid; gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wi-contact-form-panel .form-group { margin-bottom: 16px; min-width: 0; }
.wi-contact-field-help { color: #969089; display: block; font-size: 11px; line-height: 1.5; margin-top: 7px; }
.wi-contact-form-panel .form-group-recaptcha { margin: 22px 0 20px; }
.wi-contact-form-panel [data-recaptcha-container] { display: flex; justify-content: flex-start; max-width: 100%; overflow: hidden; }
.wi-contact-form-panel .form-group-recaptcha > span { color: #9d9790; display: block; font-size: 11px; line-height: 1.5; margin-top: 7px; }
.wi-contact-form-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 13px 18px; }
.wi-contact-form-actions .btn { justify-content: center; min-width: 205px; }
.wi-contact-form-actions [data-contact-form-status] { border-radius: 8px; color: #c7c1bb; flex: 1 1 230px; font-size: 12px; line-height: 1.5; margin: 0; padding: 9px 11px; }
.wi-contact-form-actions [data-contact-form-status][data-state="success"] { background: rgba(180, 233, 152, 0.09); border: 1px solid rgba(180, 233, 152, 0.32); color: #d4f5c1; }
.wi-contact-form-actions [data-contact-form-status][data-state="error"] { background: rgba(250, 90, 49, 0.09); border: 1px solid rgba(250, 90, 49, 0.32); color: #ffc5b4; }
.wi-contact-form-unavailable { background: rgba(250, 90, 49, 0.07); border: 1px solid rgba(250, 90, 49, 0.28); border-radius: 12px; color: #cfc4bd; padding: 18px; }
.wi-contact-form-unavailable strong { color: #ffe5da; display: block; font-size: 14px; margin-bottom: 5px; }
.wi-contact-form-unavailable p { color: inherit; font-size: 13px; line-height: 1.65; margin: 0; }
.wi-contact-form-unavailable a { color: #ffad92; font-weight: 700; }

/* Blog archive ------------------------------------------------------------ */
.wi-blog-archive { padding-top: 100px; }
.wi-blog-archive-hero { padding: 0 0 18px; }
.wi-blog-archive-hero-card { align-items: center; background: linear-gradient(115deg, #181719 0%, #191719 62%, #261513 100%); border: 1px solid var(--wi-line); border-radius: 19px; display: flex; justify-content: space-between; min-height: 142px; overflow: hidden; padding: 26px 32px; position: relative; }
.wi-blog-archive-hero-card::before { background: radial-gradient(circle, rgba(250, 90, 49, 0.28), rgba(250, 90, 49, 0) 68%); content: ''; height: 280px; pointer-events: none; position: absolute; right: -52px; top: -89px; width: 280px; }
.wi-blog-archive-hero-card > div { min-width: 0; position: relative; z-index: 1; }
.wi-blog-archive-hero .wi-heading { font-size: clamp(32px, 3.3vw, 46px); line-height: 1.05; margin: 0; max-width: 940px; }
.wi-blog-archive-hero .wi-lede { font-size: 15px; line-height: 1.55; margin-top: 8px; max-width: none; }
.wi-blog-archive-hero-mark { color: #ff6840; display: inline-flex; flex: 0 0 auto; margin: 0 18px 0 28px; opacity: 0.96; position: relative; width: 118px; z-index: 1; }
.wi-blog-archive-hero-mark svg { display: block; height: auto; width: 100%; }

.wi-blog-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 42px; }
.wi-blog-card { background: rgba(23, 23, 25, 0.88); border: 1px solid var(--wi-line); border-radius: 16px; display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease; }
.wi-blog-card:hover { background: #1b1b1e; border-color: rgba(250, 90, 49, 0.48); transform: translateY(-4px); }
.wi-blog-card-visual { aspect-ratio: 16 / 9; background: linear-gradient(140deg, #221311, #151518 58%, #171719); border-bottom: 1px solid var(--wi-line); display: block; min-height: 156px; overflow: hidden; position: relative; }
.wi-guide-image { display: block; height: 100%; object-fit: cover; width: 100%; }
.wi-blog-card-image { transition: transform 0.35s ease; }
.wi-blog-card:hover .wi-blog-card-image { transform: scale(1.025); }
.wi-blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.wi-blog-card-meta { color: #98928b; font-size: 10px; font-weight: 700; letter-spacing: 0.075em; line-height: 1.3; text-transform: uppercase; }
.wi-blog-card h2 { font-size: 21px; font-weight: 600; letter-spacing: -0.045em; line-height: 1.16; margin: 13px 0 11px; text-wrap: balance; }
.wi-blog-card h2 a { color: var(--wi-text); }
.wi-blog-card h2 a:hover { color: #ffb49d; }
.wi-blog-card p { color: #b4aea7; font-size: 13px; line-height: 1.65; margin: 0; }
.wi-blog-card-link { align-items: center; color: #ff9a7e; display: inline-flex; font-size: 12px; font-weight: 750; gap: 7px; margin-top: 21px; }
.wi-blog-card-link:hover { color: #fff2ec; }

/* Guide artwork ---------------------------------------------------------- */
.wi-article-visual { background: #151518; border: 1px solid var(--wi-line); border-radius: 18px; margin: 0; min-width: 0; overflow: hidden; }
.wi-article-hero-image { aspect-ratio: 16 / 9; }
.wi-article-visual figcaption,
.wi-article-inline-visual figcaption { border-top: 1px solid rgba(255, 255, 255, 0.08); color: #a59f98; font-size: 11px; line-height: 1.5; margin: 0; padding: 10px 13px 11px; text-align: center; }
.wi-article-inline-visual { background: #151518; border: 1px solid rgba(250, 90, 49, 0.28); border-radius: 17px; margin: 32px 0 38px; overflow: hidden; }
.wi-article-detail-image { aspect-ratio: 16 / 9; }

/* Blog article ------------------------------------------------------------ */
.wi-article { padding-top: 112px; }
.wi-article-hero { border-bottom: 1px solid var(--wi-line); padding: 28px 0 48px; }
.wi-breadcrumbs { color: #97918a; display: flex; flex-wrap: wrap; font-size: 11px; font-weight: 650; gap: 8px; margin-bottom: 22px; }
.wi-breadcrumbs a { color: #c8c2ba; }
.wi-breadcrumbs a:hover { color: #fff3ef; }
.wi-article-hero-grid { align-items: center; display: grid; gap: clamp(28px, 4vw, 56px); grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.92fr); }
.wi-article-hero h1 { font-size: clamp(34px, 3.7vw, 54px); font-weight: 600; letter-spacing: -0.062em; line-height: 1.05; max-width: 660px; text-wrap: balance; }
.wi-article-excerpt { color: var(--wi-text-soft); font-size: 16px; line-height: 1.65; margin-top: 18px; max-width: 640px; }
.wi-article-meta { align-items: center; color: #99938c; display: flex; flex-wrap: wrap; font-size: 11px; font-weight: 650; gap: 9px; margin-top: 19px; }
.wi-article-meta b { color: #e9e3dc; }
.wi-article-meta i { background: #807a74; border-radius: 50%; height: 3px; width: 3px; }

.wi-article-layout { align-items: start; display: grid; gap: 32px; grid-template-columns: 210px minmax(0, 760px); justify-content: start; padding-top: 48px; }
.wi-article-toc { background: rgba(23, 23, 25, 0.88); border: 1px solid var(--wi-line); border-radius: 14px; padding: 18px 15px; position: sticky; top: 98px; }
.wi-article-toc > strong { color: #f4eee7; display: block; font-family: 'Space Grotesk', sans-serif; font-size: 13px; margin: 0 6px 10px; }
.wi-article-toc ul { display: grid; gap: 2px; list-style: none; margin: 0; padding: 0; }
body.site-interior .wi-article-toc a { border-left: 2px solid transparent; border-radius: 0 7px 7px 0; color: #aaa49d; display: block; font-size: 11px; font-weight: 600; line-height: 1.42; padding: 7px 6px; transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease; }
body.site-interior .wi-article-toc a:hover { color: #fff2ec; }
body.site-interior .wi-article-toc a.active { background: rgba(250, 90, 49, 0.11); border-left-color: var(--wi-orange); color: #fff4ef; }

body.site-interior .blog-post-body { background: transparent; border: 0; border-radius: 0; box-shadow: none; color: var(--wi-text-soft); line-height: 1.76; padding: 0; }
body.site-interior .blog-post-body > :first-child { margin-top: 0; }
body.site-interior .blog-post-body h2 { border-top: 1px solid var(--wi-line); color: #fbf7f1; font-size: clamp(25px, 3.1vw, 35px); font-weight: 600; letter-spacing: -0.052em; line-height: 1.14; margin: 48px 0 18px; padding-top: 46px; text-wrap: balance; }
body.site-interior .blog-post-body h3 { color: #f1ebe4; font-size: 19px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.28; margin: 31px 0 11px; }
body.site-interior .blog-post-body h4 { color: #f1ebe4; font-size: 16px; margin: 20px 0 7px; }
body.site-interior .blog-post-body p { color: #c3bdb6; font-size: 15px; line-height: 1.78; margin: 16px 0; }
body.site-interior .blog-post-body strong { color: #f9f2eb; }
body.site-interior .blog-post-body ul,
body.site-interior .blog-post-body ol { display: grid; gap: 9px; margin: 19px 0; padding-left: 21px; }
body.site-interior .blog-post-body li { color: #c3bdb6; font-size: 15px; line-height: 1.7; padding-left: 3px; }
body.site-interior .blog-post-body li::marker { color: #ff9173; font-weight: 800; }
body.site-interior .blog-post-body pre { background: #101012 !important; border: 1px solid var(--wi-line); border-radius: 13px !important; color: #e8e1da !important; font-size: 12px !important; line-height: 1.6; margin: 22px 0; overflow-x: auto; padding: 18px !important; }
body.site-interior .blog-post-body code { background: rgba(255, 255, 255, 0.055); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 4px; color: #fac2b1; font-size: 0.88em; padding: 1px 4px; }
body.site-interior .blog-post-body pre code { background: none; border: 0; color: inherit; padding: 0; }
body.site-interior .blog-post-body blockquote { border-left: 2px solid var(--wi-orange); color: #d4cec7; font-size: 16px; margin: 25px 0; padding: 6px 0 6px 20px; }
body.site-interior .blog-post-body table { border-collapse: separate; border: 1px solid var(--wi-line); border-radius: 12px; border-spacing: 0; display: block; font-size: 13px; margin: 24px 0; max-width: 100%; overflow-x: auto; }
body.site-interior .blog-post-body th,
body.site-interior .blog-post-body td { border-bottom: 1px solid var(--wi-line); padding: 11px 13px; text-align: left; }
body.site-interior .blog-post-body th { color: #f1ebe4; }
body.site-interior .blog-post-body tr:last-child td { border-bottom: 0; }
body.site-interior .blog-post-body .blog-cta-box { background: linear-gradient(135deg, rgba(250, 90, 49, 0.15), rgba(250, 90, 49, 0.035)) !important; border: 1px solid rgba(250, 90, 49, 0.35) !important; border-radius: 15px !important; margin: 36px 0 !important; padding: 28px !important; text-align: left !important; }
body.site-interior .blog-post-body .blog-cta-box h4 { font-size: 20px; margin: 0 0 8px !important; }
body.site-interior .blog-post-body .blog-cta-box p { margin: 0 0 17px !important; }
.wi-article-scope { background: rgba(250, 90, 49, 0.08); border: 1px solid rgba(250, 90, 49, 0.26); border-radius: 14px; margin-top: 42px; padding: 19px 20px; }
.wi-article-scope strong { color: #ffe4da; display: block; font-family: 'Space Grotesk', sans-serif; font-size: 13px; margin-bottom: 5px; }
.wi-article-scope p { color: #cfc4bd !important; font-size: 13px !important; line-height: 1.62 !important; margin: 0 !important; }

.wi-article-next { border-top: 1px solid var(--wi-line); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; margin-top: 50px; padding-top: 25px; }
.wi-article-next a { color: #f5a189; font-size: 13px; font-weight: 750; }
.wi-article-next a:hover { color: #fff2ec; }
.wi-related { margin-top: 80px; }
.wi-related-heading { align-items: end; display: flex; gap: 22px; justify-content: space-between; margin-bottom: 22px; }
.wi-related-heading h2 { font-size: clamp(27px, 3vw, 38px); font-weight: 600; letter-spacing: -0.055em; }
.wi-related-heading p { color: #aaa49d; font-size: 13px; max-width: 360px; }
.wi-related-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wi-related-card { background: rgba(23, 23, 25, 0.85); border: 1px solid var(--wi-line); border-radius: 14px; display: block; padding: 20px; transition: border-color 0.2s ease, transform 0.2s ease; }
.wi-related-card:hover { border-color: rgba(250, 90, 49, 0.45); transform: translateY(-3px); }
.wi-related-card span { color: #f4eee7; display: block; font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: -0.035em; line-height: 1.25; }
.wi-related-card small { color: #aaa49d; display: block; font-size: 12px; line-height: 1.55; margin-top: 8px; }

/* Legal / 404 ------------------------------------------------------------- */
.wi-legal { max-width: 1040px; }
.wi-legal-hero { border-bottom: 1px solid var(--wi-line); padding: 32px 0 45px; }
.wi-legal-hero .wi-heading { max-width: 680px; }
.wi-legal-hero .wi-lede { font-size: 15px; max-width: 630px; }
.wi-legal-layout { align-items: start; display: grid; gap: 34px; grid-template-columns: 205px minmax(0, 1fr); padding-top: 45px; }
.wi-legal-nav { background: rgba(23, 23, 25, 0.86); border: 1px solid var(--wi-line); border-radius: 14px; padding: 16px 12px; position: sticky; top: 98px; }
.wi-legal-nav strong { color: #f2ece5; display: block; font-family: 'Space Grotesk', sans-serif; font-size: 12px; margin: 0 7px 9px; }
.wi-legal-nav ul { display: grid; gap: 2px; list-style: none; margin: 0; padding: 0; }
.wi-legal-nav a { color: #aaa49d; display: block; font-size: 11px; font-weight: 600; line-height: 1.4; padding: 7px; }
.wi-legal-nav a:hover { color: #fff0ea; }
body.site-interior .legal-content { background: rgba(23, 23, 25, 0.86); border: 1px solid var(--wi-line); border-radius: 18px; padding: clamp(24px, 5vw, 50px); }
body.site-interior .legal-content h2 { border-top: 1px solid var(--wi-line); color: #faf5ee; font-size: clamp(22px, 2.6vw, 30px); font-weight: 600; letter-spacing: -0.047em; line-height: 1.17; margin: 39px 0 14px; padding-top: 37px; }
body.site-interior .legal-content h2:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
body.site-interior .legal-content h3 { color: #f4eee7; font-size: 17px; margin: 24px 0 8px; }
body.site-interior .legal-content p { color: #c5beb7; font-size: 14px; line-height: 1.77; margin: 14px 0; }
body.site-interior .legal-content ul { display: grid; gap: 8px; margin: 16px 0; padding-left: 19px; }
body.site-interior .legal-content li { color: #c5beb7; font-size: 14px; line-height: 1.7; padding-left: 3px; }
body.site-interior .legal-content strong { color: #faf4ed; }
.wi-legal-updated { color: #9b958e; font-size: 11px; font-weight: 650; letter-spacing: 0.04em; margin-top: 18px; }

.wi-not-found { align-items: center; display: grid; min-height: calc(100vh - 76px); padding: 124px 0 80px; text-align: center; }
.wi-not-found-inner { margin: 0 auto; max-width: 760px; }
.wi-not-found-code { color: var(--wi-orange); font-family: 'Space Grotesk', sans-serif; font-size: clamp(76px, 14vw, 156px); font-weight: 600; letter-spacing: -0.12em; line-height: 0.78; }
.wi-not-found h1 { font-size: clamp(37px, 5vw, 62px); font-weight: 600; letter-spacing: -0.065em; line-height: 1.04; margin-top: 26px; }
.wi-not-found p { color: #c7c1bb; font-size: 16px; line-height: 1.7; margin: 18px auto 0; max-width: 570px; }
.wi-not-found-actions { justify-content: center; }
.wi-not-found-guides { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 60px; text-align: left; }

/* Footer ----------------------------------------------------------------- */
body.site-interior .footer { background: #0a0a0c; border-top: 1px solid var(--wi-line); padding: 70px 0 29px; }
body.site-interior .footer-grid { gap: 42px; grid-template-columns: 1.5fr repeat(3, minmax(130px, 0.8fr)); margin-bottom: 52px; }
body.site-interior .footer-desc { color: #a9a39d; font-size: 13px; line-height: 1.65; max-width: 355px; }
body.site-interior .trust-icons-small { background: rgba(250, 90, 49, 0.09); border-color: rgba(250, 90, 49, 0.25); border-radius: 999px; color: #ffab92; font-size: 10px; letter-spacing: 0.035em; padding: 7px 10px; }
body.site-interior .footer-links h4 { color: #e7e1da; font-size: 10px; letter-spacing: 0.11em; margin-bottom: 17px; }
body.site-interior .footer-links ul li { margin-bottom: 10px; }
body.site-interior .footer-links ul li a { color: #aaa49d; font-size: 12px; }
body.site-interior .footer-links ul li a:hover { color: #fff3ee; padding-left: 0; }
body.site-interior .footer-bottom { align-items: flex-start; border-top: 1px solid var(--wi-line); color: #8d8780; display: flex; flex-direction: row; font-size: 10px; gap: 34px; justify-content: space-between; padding-top: 22px; text-align: left; }
body.site-interior .footer-bottom p,
body.site-interior .footer-bottom a,
body.site-interior .disclaimer { color: #98928b; font-size: 10px; line-height: 1.55; }
body.site-interior .footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
body.site-interior .disclaimer { max-width: 580px; text-align: right; }

/* Payment recovery ------------------------------------------------------- */
.wi-payment-recovery-page { min-height: calc(100vh - 100px); padding: 104px 0 58px; }
.wi-payment-recovery-hero { padding: 24px 0 30px; }
.wi-payment-recovery-hero .wi-heading { max-width: 700px; }
.wi-payment-recovery-hero .wi-lede { max-width: 680px; }
.wi-payment-recovery-layout { align-items: stretch; display: grid; gap: 20px; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); padding: 24px 0 0; }
.wi-payment-recovery-card,
.wi-payment-recovery-help,
.wi-payment-recovery-noscript { background: #171719; border: 1px solid var(--wi-line); border-radius: 18px; }
.wi-payment-recovery-card { align-items: flex-start; display: flex; gap: 18px; padding: 29px; }
.wi-payment-recovery-icon { align-items: center; background: rgba(250, 90, 49, 0.12); border: 1px solid rgba(250, 90, 49, 0.28); border-radius: 12px; color: #ff8d6a; display: inline-flex; flex: 0 0 42px; height: 42px; justify-content: center; width: 42px; }
.wi-payment-recovery-icon svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 22px; }
.wi-payment-recovery-card h2,
.wi-payment-recovery-help h2 { color: #f5f0eb; font-family: var(--font-head); font-size: clamp(22px, 2.4vw, 29px); letter-spacing: -0.045em; line-height: 1.1; margin: 8px 0 12px; }
.wi-payment-recovery-status { color: #f0c7b9; font-size: 15px; font-weight: 600; line-height: 1.55; margin: 0; }
.wi-payment-recovery-detail { color: #aaa39d; font-size: 13px; line-height: 1.65; margin: 12px 0 0; max-width: 540px; }
.wi-payment-recovery-help { padding: 29px; }
.wi-payment-recovery-help > p:not(.wi-eyebrow) { color: #b7b0a9; font-size: 14px; line-height: 1.65; margin: 0; }
.wi-payment-recovery-actions { align-items: flex-start; display: flex; flex-direction: column; gap: 13px; margin-top: 24px; }
.wi-payment-recovery-email { color: #ffb09a; font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.wi-payment-recovery-noscript { color: #c8c0ba; margin-bottom: 78px; padding: 20px 23px; }
.wi-payment-recovery-noscript strong { color: #f5f0eb; display: block; font-size: 15px; }
.wi-payment-recovery-noscript p { font-size: 13px; line-height: 1.6; margin: 8px 0 0; }
.wi-payment-recovery-noscript a { color: #ffab92; text-decoration: underline; text-underline-offset: 3px; }
html[data-payment-recovery-state="success"] .wi-payment-recovery-status { color: #a9dd90; }
html[data-payment-recovery-state="direct"] .wi-payment-recovery-status { color: #ffba8f; }

/* Customer portal -------------------------------------------------------- */
.wi-account-page { min-height: calc(100vh - 100px); padding: 100px 0 52px; }
.wi-account-hero { padding: 0 0 18px; }
.wi-account-hero-inner { align-items: center; background: linear-gradient(115deg, #181719 0%, #191719 62%, #261513 100%); border: 1px solid var(--wi-line); border-radius: 19px; display: flex; justify-content: space-between; min-height: 142px; overflow: hidden; padding: 26px 32px; position: relative; }
.wi-account-hero-inner::before { background: radial-gradient(circle, rgba(250, 90, 49, 0.28), rgba(250, 90, 49, 0) 68%); content: ''; height: 280px; pointer-events: none; position: absolute; right: -52px; top: -89px; width: 280px; }
.wi-account-hero-inner > div { position: relative; z-index: 1; }
.wi-account-hero .wi-heading { font-size: clamp(32px, 3.3vw, 46px); margin: 0; max-width: none; }
.wi-account-hero .wi-lede { font-size: 15px; line-height: 1.55; margin-top: 8px; max-width: none; }
.wi-account-hero-mark { color: #ff6840; display: inline-flex; flex: 0 0 auto; margin: 0 18px 0 28px; opacity: 0.96; position: relative; width: 118px; z-index: 1; }
.wi-account-hero-mark svg { display: block; height: auto; width: 100%; }
.wi-account-layout { padding: 18px 0 0; }
.wi-account-portal-frame { background: #171719; border: 1px solid var(--wi-line); border-radius: 20px; isolation: isolate; min-height: 820px; overflow: hidden; position: relative; }
.wi-account-portal-frame #fs_dashboard_container { border: 0; border-radius: inherit; height: 820px !important; min-height: 820px; overflow: hidden; position: relative !important; width: 100%; }
.wi-account-portal-frame #fs_dashboard_container iframe { border: 0; }
.wi-account-portal-unavailable { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 820px; padding: 36px; text-align: center; }
.wi-account-portal-unavailable strong { color: #f5f0eb; font-family: var(--font-head); font-size: clamp(21px, 2.4vw, 28px); letter-spacing: -0.04em; line-height: 1.16; }
.wi-account-portal-unavailable p { color: #aaa39d; font-size: 14px; line-height: 1.65; margin: 10px 0 21px; max-width: 440px; }
.wi-account-portal-unavailable a { color: #ffb09a; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.wi-account-noscript { background: #171719; border: 1px solid var(--wi-line); border-radius: 16px; color: #c8c0ba; margin-bottom: 72px; padding: 20px 23px; }
.wi-account-noscript strong { color: #f5f0eb; display: block; font-size: 15px; }
.wi-account-noscript p { font-size: 13px; line-height: 1.6; margin: 8px 0 0; }
.wi-account-noscript a { color: #ffab92; text-decoration: underline; text-underline-offset: 3px; }

/* Responsive -------------------------------------------------------------- */
@media (max-width: 1024px) {
    body.site-interior .nav-menu { gap: 0; }
    body.site-interior .nav-menu {
        background: #171719;
        border: 1px solid var(--wi-line);
        border-radius: 12px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        display: none;
        flex-direction: column;
        left: auto;
        padding: 7px;
        position: absolute;
        right: 28px;
        top: calc(100% + 8px);
        width: min(270px, calc(100vw - 56px));
    }
    body.site-interior .nav-menu.active { display: flex; }
    body.site-interior .nav-link { padding: 11px 10px; width: 100%; }
    body.site-interior .mobile-menu-toggle { display: flex; }
    body.site-interior .nav-actions .nav-mobile-cta { display: inline-flex; }
    body.site-interior .nav-actions .nav-cta { display: none; }
    .wi-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wi-article-layout { gap: 24px; grid-template-columns: 185px minmax(0, 1fr); }
}

@media (max-width: 900px) {
    body.site-interior .header { height: 68px; }
    body.site-interior .nav-menu { right: 20px; width: min(270px, calc(100vw - 44px)); }
    body.site-interior .footer-grid { gap: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.site-interior .footer-brand { grid-column: 1 / -1; }
    .wi-page { padding: 110px 0 86px; }
    .wi-docs-page { padding-top: 93px; }
    body.site-interior .docs-layout { display: block; padding-top: 25px; }
    body.site-interior .docs-sidebar { margin-bottom: 17px; position: static; }
    body.site-interior .docs-sidebar ul { column-count: 2; column-gap: 8px; }
    body.site-interior .docs-sidebar li { break-inside: avoid; }
    body.site-interior .docs-sidebar-foot { display: none; }
    .wi-article-hero-grid { grid-template-columns: 1fr; }
    .wi-contact-layout { gap: 28px; grid-template-columns: 1fr; }
    .wi-payment-recovery-layout { grid-template-columns: 1fr; }
    .wi-contact-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wi-contact-safe-note { grid-column: 1 / -1; }
    .wi-blog-archive-note { max-width: 580px; }
    .wi-article-visual { max-width: 610px; }
    .wi-article-layout,
    .wi-legal-layout { display: block; }
    .wi-article-toc,
    .wi-legal-nav { margin-bottom: 28px; position: static; }
    .wi-article-toc ul,
    .wi-legal-nav ul { column-count: 2; column-gap: 12px; }
    .wi-article-toc li,
    .wi-legal-nav li { break-inside: avoid; }
    .wi-related-grid { grid-template-columns: 1fr; }
    .wi-related-card { padding: 18px; }
}

@media (max-width: 640px) {
    body.site-interior .container { padding-inline: 18px; }
    body.site-interior .brand-subtitle { display: none; }
    .wi-page { padding: 100px 0 70px; }
    .wi-heading,
    body.site-interior .section-title { font-size: clamp(34px, 10vw, 44px); line-height: 1.04; }
    .wi-lede { font-size: 15px; line-height: 1.65; }
    .wi-actions { align-items: stretch; flex-direction: column; }
    .wi-actions .btn { width: 100%; }
    body.site-interior .docs-content { border-radius: 15px; padding: 23px 18px; }
    body.site-interior .support-form-wrap { padding: 19px 15px; }
    body.site-interior .support-form-wrap .form-row { grid-template-columns: 1fr; }
    body.site-interior .docs-header { padding-bottom: 30px; }
    body.site-interior .docs-header h1 { font-size: clamp(32px, 10vw, 42px); }
    body.site-interior .docs-lede { font-size: 14px; }
    body.site-interior .docs-section { padding: 40px 0; }
    body.site-interior .docs-section h2 { font-size: 26px; }
    body.site-interior .docs-sidebar { display: none; }
    .wi-mobile-docs-nav { background: rgba(23, 23, 25, 0.88); border: 1px solid var(--wi-line); border-radius: 13px; display: block; margin-bottom: 18px; overflow: hidden; }
    .wi-mobile-docs-nav summary { color: #f1ebe4; cursor: pointer; font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 600; list-style: none; padding: 15px 17px; }
    .wi-mobile-docs-nav summary::-webkit-details-marker { display: none; }
    .wi-mobile-docs-nav summary::after { color: #ff9b7e; content: '+'; float: right; font-size: 19px; font-weight: 400; line-height: 0.8; }
    .wi-mobile-docs-nav[open] summary { border-bottom: 1px solid var(--wi-line); }
    .wi-mobile-docs-nav[open] summary::after { content: '−'; }
    .wi-mobile-docs-nav nav { padding: 8px 10px 12px; }
    .wi-mobile-docs-nav ul { display: grid; gap: 2px; list-style: none; margin: 0; padding: 0; }
    .wi-mobile-docs-nav a { color: #beb7b0; display: block; font-size: 12px; font-weight: 600; line-height: 1.35; padding: 9px 7px; }
    .wi-mobile-docs-nav a:hover { color: #fff1eb; }
    body.site-interior .docs-sidebar ul,
    .wi-article-toc ul,
    .wi-legal-nav ul { column-count: 1; }
    body.site-interior .docs-table { display: block; overflow-x: auto; }
    body.site-interior .docs-table th,
    body.site-interior .docs-table td { min-width: 140px; }
    .wi-contact-page { padding: 84px 0 38px; }
    .wi-payment-recovery-page { padding: 84px 0 48px; }
    .wi-payment-recovery-hero { padding: 18px 0 23px; }
    .wi-payment-recovery-hero .wi-heading { font-size: clamp(32px, 9vw, 40px); }
    .wi-payment-recovery-layout { gap: 14px; padding: 18px 0 0; }
    .wi-payment-recovery-card,
    .wi-payment-recovery-help { border-radius: 15px; padding: 21px 18px; }
    .wi-payment-recovery-card { gap: 14px; }
    .wi-payment-recovery-icon { flex-basis: 38px; height: 38px; width: 38px; }
    .wi-payment-recovery-status { font-size: 14px; }
    .wi-account-page { padding: 84px 0 38px; }
    .wi-account-hero { padding: 0 0 14px; }
    .wi-account-hero-inner { border-radius: 15px; min-height: 116px; padding: 20px; }
    .wi-account-hero .wi-heading { font-size: clamp(30px, 9vw, 39px); }
    .wi-account-hero .wi-lede { font-size: 14px; }
    .wi-account-hero-mark { margin-right: -2px; width: 77px; }
    .wi-account-layout { padding-top: 14px; }
    .wi-account-portal-frame { border-radius: 15px; min-height: 720px; }
    .wi-account-portal-frame #fs_dashboard_container { height: 720px !important; min-height: 720px; }
    .wi-account-portal-unavailable { min-height: 720px; padding: 28px 20px; }
    .wi-account-noscript { margin-bottom: 58px; }
    .wi-contact-hero { padding: 0 0 14px; }
    .wi-contact-hero-inner { border-radius: 15px; min-height: 116px; padding: 20px; }
    .wi-contact-hero .wi-heading { font-size: clamp(30px, 9vw, 39px); line-height: 1.04; }
    .wi-contact-hero .wi-lede { font-size: 14px; margin-top: 8px; }
    .wi-contact-hero-mark { margin-right: -2px; width: 77px; }
    .wi-contact-layout { padding-top: 14px; }
    .wi-contact-options { grid-template-columns: 1fr; }
    .wi-contact-safe-note { grid-column: auto; }
    .wi-contact-form-panel { border-radius: 15px; padding: 22px 18px; }
    .wi-contact-form-panel h2 { font-size: 28px; }
    .wi-contact-form-row { grid-template-columns: 1fr; }
    .wi-contact-form-actions { align-items: stretch; flex-direction: column; }
    .wi-contact-form-actions .btn { width: 100%; }
    .wi-contact-form-actions [data-contact-form-status] { flex-basis: auto; width: 100%; }
    .wi-contact-form-panel [data-recaptcha-container] { justify-content: center; }
    .wi-blog-archive { padding-top: 84px; }
    .wi-blog-archive-hero { padding: 0 0 14px; }
    .wi-blog-archive-hero-card { border-radius: 15px; display: block; min-height: 176px; padding: 20px; }
    .wi-blog-archive-hero .wi-heading { font-size: clamp(29px, 8.7vw, 39px); line-height: 1.05; }
    .wi-blog-archive-hero .wi-lede { font-size: 14px; margin-top: 7px; max-width: 230px; }
    .wi-blog-archive-hero-mark { bottom: 19px; margin: 0; opacity: 0.85; position: absolute; right: 18px; width: 66px; }
    .wi-blog-grid { grid-template-columns: 1fr; padding-top: 28px; }
    .wi-blog-card-visual { min-height: 145px; }
    .wi-article { padding-top: 92px; }
    .wi-article-hero { padding: 24px 0 36px; }
    .wi-article-hero h1 { font-size: clamp(30px, 8.6vw, 36px); letter-spacing: -0.055em; line-height: 1.08; }
    .wi-article-excerpt { font-size: 14px; line-height: 1.62; margin-top: 16px; }
    .wi-article-meta { margin-top: 16px; }
    .wi-article-layout { padding-top: 30px; }
    body.site-interior .blog-post-body h2 { font-size: 27px; margin-top: 38px; padding-top: 36px; }
    body.site-interior .blog-post-body p,
    body.site-interior .blog-post-body li { font-size: 14px; }
    .wi-related { margin-top: 58px; }
    .wi-related-heading { align-items: start; flex-direction: column; gap: 9px; }
    .wi-legal-hero { padding-bottom: 34px; }
    body.site-interior .legal-content { border-radius: 15px; padding: 24px 19px; }
    .wi-not-found-guides { grid-template-columns: 1fr; margin-top: 42px; }
    body.site-interior .footer { padding-top: 52px; }
    body.site-interior .footer-grid { gap: 31px; grid-template-columns: 1fr; margin-bottom: 35px; }
    body.site-interior .footer-brand { grid-column: auto; }
    body.site-interior .footer-bottom { flex-direction: column; gap: 11px; }
    body.site-interior .disclaimer { text-align: left; }
}

@media (max-width: 420px) {
    body.site-interior .nav-actions { gap: 7px; }

    body.site-interior .nav-mobile-cta {
        font-size: 11px;
        min-height: 36px;
        padding: 8px 9px;
    }

    body.site-interior .nav-account-link {
        height: 36px;
        width: 36px;
    }

    body.site-interior .logo { gap: 7px; }
    body.site-interior .brand-mark { flex-basis: 38px; height: 26px; width: 38px; }
    body.site-interior .logo-text { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    body.site-interior *,
    body.site-interior *::before,
    body.site-interior *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
