.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.lp-cf7-wrap .wpcf7 form {
margin: 0;
}
.lp-cf7-wrap .wpcf7-response-output {
display: none !important;
}
@keyframes lp-cf7-spin {
to {
transform: rotate(360deg);
}
} .lp-cf7-wrap .lp-cf7-success {
display: none;
}
.lp-cf7-wrap.is-sent .lp-cf7-success {
display: block;
}
.lp-cf7-wrap.is-sent .lp-cf7-active {
display: none;
} .lp-cf7-wrap fieldset.hidden-fields-container,
.lp-cf7-wrap .hidden-fields-container,
.lp-cf7-wrap .wpcf7-hidden-fields,
.lp-cf7-wrap .akismet-fields-container {
display: none !important;
} .lp-cf7-wrap form.wpcf7-form {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin: 0;
}
.lp-cf7-wrap form.wpcf7-form > .lp-form-grid,
.lp-cf7-wrap form.wpcf7-form > .lp-cf7-grid {
display: contents;
}
.lp-cf7-wrap .lp-form-grid,
.lp-cf7-wrap .lp-cf7-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
width: 100%;
}
.lp-cf7-wrap .lp-field {
display: flex;
flex-direction: column;
gap: 6px;
margin: 0;
}
.lp-cf7-wrap .lp-field--full {
grid-column: 1 / -1;
}
.lp-cf7-wrap .lp-field:has(.wpcf7-form-control-wrap[data-name='select-5']) {
grid-column: 1 / -1;
}
.lp-cf7-wrap .lp-label {
font-size: 12px;
font-weight: 600;
color: #2d344d;
}
.lp-cf7-wrap .lp-req {
color: #e5484d;
}
.lp-cf7-wrap .wpcf7-form-control-wrap {
display: block;
}
.lp-cf7-wrap .lp-input,
.lp-cf7-wrap input.lp-input.wpcf7-form-control,
.lp-cf7-wrap .lp-textarea,
.lp-cf7-wrap textarea.lp-textarea.wpcf7-form-control {
width: 100%;
box-sizing: border-box;
font-family: 'Onest', sans-serif;
font-size: 14px;
color: #2d344d;
background: #fff;
border: 1px solid #d5dbf1;
border-radius: 8px;
outline: none;
}
.lp-cf7-wrap .lp-input,
.lp-cf7-wrap input.lp-input.wpcf7-form-control {
height: 44px;
padding: 0 14px;
}
.lp-cf7-wrap .lp-textarea,
.lp-cf7-wrap textarea.lp-textarea.wpcf7-form-control {
padding: 12px 14px;
resize: vertical;
height: 88px;
}
.lp-cf7-wrap .lp-input:focus,
.lp-cf7-wrap input.lp-input.wpcf7-form-control:focus,
.lp-cf7-wrap .lp-textarea:focus,
.lp-cf7-wrap textarea.lp-textarea.wpcf7-form-control:focus {
border-color: #3c61e2;
box-shadow: 0 0 0 3px rgba(60, 97, 226, 0.15);
}
.lp-cf7-wrap .wpcf7-not-valid {
border-color: #e5484d !important;
}
.lp-cf7-wrap .wpcf7-not-valid-tip {
font-size: 11px;
color: #e5484d;
margin-top: 4px;
}
.lp-cf7-wrap .lp-submit-wrap {
grid-column: 1 / -1;
position: relative;
width: 100%;
}
.lp-cf7-wrap form.wpcf7-form > input.lp-submit.wpcf7-submit {
grid-column: 1 / -1;
}
.lp-cf7-wrap input.lp-submit.wpcf7-submit {
width: 100%;
height: 48px;
background: #3c61e2;
color: #fff;
border: 0;
border-radius: 6px;
font-family: 'Onest', sans-serif;
font-weight: 700;
font-size: 15px;
cursor: pointer;
transition: background 180ms ease, color 150ms ease;
padding: 0 16px;
}
.lp-cf7-wrap input.lp-submit.wpcf7-submit:hover {
background: #2e50c4;
} .lp-cf7-wrap .wpcf7-spinner {
visibility: hidden;
opacity: 0;
display: block;
position: absolute;
inset: 0;
width: 22px;
height: 22px;
margin: auto;
padding: 0;
border: 2.5px solid rgba(255, 255, 255, 0.35);
border-top-color: #fff;
border-radius: 50%;
background: transparent;
pointer-events: none;
z-index: 2;
box-sizing: border-box;
transition: opacity 150ms ease, visibility 150ms ease;
}
.lp-cf7-wrap .wpcf7-spinner::before {
content: none;
display: none;
}
.lp-cf7-wrap form.submitting .wpcf7-spinner {
visibility: visible;
opacity: 1;
animation: lp-cf7-spin 0.65s linear infinite;
}
.lp-cf7-wrap form.submitting input.lp-submit.wpcf7-submit {
color: transparent;
pointer-events: none;
cursor: wait;
}
.lp-cf7-wrap form.submitting input.lp-submit.wpcf7-submit:hover {
background: #3c61e2;
} .lp-cf7-wrap .wpcf7-form-control-wrap:has(.lp-select),
.lp-cf7-wrap .wpcf7-form-control-wrap:has(select.lp-select-native--mobile) {
position: relative;
}
.lp-cf7-wrap .lp-select-native {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.lp-cf7-wrap .lp-select {
position: relative;
width: 100%;
}
.lp-cf7-wrap .lp-select__trigger {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
width: 100%;
height: 44px;
padding: 0 14px;
box-sizing: border-box;
font-family: 'Onest', sans-serif;
font-size: 14px;
color: #2d344d;
background: #fff;
border: 1px solid #d5dbf1;
border-radius: 8px;
outline: none;
cursor: pointer;
text-align: left;
transition: border-color 160ms ease, box-shadow 160ms ease;
}
.lp-cf7-wrap .lp-select__value {
flex: 1;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.lp-cf7-wrap .lp-select__value.is-placeholder {
color: #8a9ab5;
}
.lp-cf7-wrap .lp-select__chevron {
flex-shrink: 0;
width: 8px;
height: 8px;
border-right: 1.5px solid #54658d;
border-bottom: 1.5px solid #54658d;
transform: translateY(-2px) rotate(45deg);
pointer-events: none;
transition: transform 160ms ease;
}
.lp-cf7-wrap .lp-select.is-open .lp-select__chevron {
transform: translateY(2px) rotate(-135deg);
}
.lp-cf7-wrap .lp-select__trigger:focus-visible,
.lp-cf7-wrap .lp-select:focus-within .lp-select__trigger {
border-color: #3c61e2;
box-shadow: 0 0 0 3px rgba(60, 97, 226, 0.15);
}
.lp-cf7-wrap .lp-select.is-invalid .lp-select__trigger {
border-color: #e5484d;
box-shadow: 0 0 0 3px rgba(229, 72, 77, 0.12);
}
.lp-cf7-wrap .lp-select__list {
display: none;
position: absolute;
top: calc(100% + 4px);
left: 0;
right: 0;
z-index: 50;
margin: 0;
padding: 4px 0;
list-style: none;
background: #fff;
border: 1px solid #d5dbf1;
border-radius: 8px;
box-shadow: 0 8px 24px rgba(8, 34, 101, 0.12);
max-height: 220px;
overflow-y: auto;
box-sizing: border-box;
}
.lp-cf7-wrap .lp-select.is-open .lp-select__list {
display: block;
}
.lp-cf7-wrap .lp-select__option {
padding: 10px 14px;
font-family: 'Onest', sans-serif;
font-size: 14px;
color: #2d344d;
cursor: pointer;
}
.lp-cf7-wrap .lp-select__option:hover,
.lp-cf7-wrap .lp-select__option.is-focused {
background: #f4f6fb;
}
.lp-cf7-wrap .lp-select__option[aria-selected='true'] {
background: #eef2ff;
font-weight: 600;
}
.lp-cf7-wrap .lp-select__option.is-disabled {
opacity: 0.45;
pointer-events: none;
cursor: default;
}
.lp-cf7-wrap form.submitting .lp-select {
pointer-events: none;
opacity: 0.65;
} .lp-cf7-wrap select.lp-select-native--mobile {
position: relative;
width: 100%;
height: 44px;
padding: 0 36px 0 14px;
box-sizing: border-box;
font-family: 'Onest', sans-serif;
font-size: 14px;
color: #2d344d;
background: #fff;
border: 1px solid #d5dbf1;
border-radius: 8px;
outline: none;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
clip: auto;
margin: 0;
overflow: visible;
white-space: normal;
}
.lp-cf7-wrap .wpcf7-form-control-wrap:has(select.lp-select-native--mobile)::after {
content: '';
position: absolute;
right: 14px;
top: 50%;
width: 8px;
height: 8px;
border-right: 1.5px solid #54658d;
border-bottom: 1.5px solid #54658d;
transform: translateY(-70%) rotate(45deg);
pointer-events: none;
}
.lp-cf7-wrap select.lp-select-native--mobile:focus {
border-color: #3c61e2;
box-shadow: 0 0 0 3px rgba(60, 97, 226, 0.15);
}
.lp-cf7-wrap select.lp-select-native--mobile.wpcf7-not-valid {
border-color: #e5484d !important;
box-shadow: 0 0 0 3px rgba(229, 72, 77, 0.12);
}
.lp-cf7-wrap select.lp-select-native--mobile:required:invalid {
color: #8a9ab5;
}
.lp-cf7-wrap select.lp-select-native--mobile option {
color: #2d344d;
}
@media (max-width: 768px) {
.lp-cf7-wrap form.wpcf7-form,
.lp-cf7-wrap .lp-form-grid,
.lp-cf7-wrap .lp-cf7-grid {
grid-template-columns: 1fr;
}
}@import url("https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800;900&display=swap");
:root { --logo-blue:        #3946F4; --interactive-blue: #3C61E2; --text-primary:     #2D344D; --text-dark:        #18232F; --text-muted:       #54658D;  --blue-50:  #EEF2FD;
--blue-100: #E7EDFF; --blue-200: #D5DBF1; --blue-300: #AABDE7;
--blue-400: #C5D0EC;
--blue-500: #3C61E2; --blue-600: #2E50C4; --blue-700: #2040A6; --blue-800: #162E80;
--blue-900: #0C1D5A; --blue-950: #070F35; --navy-50:  #FAFBFD; --navy-100: #F5F5FD;
--navy-150: #F4F6F9; --navy-200: #E0E3EE;
--navy-300: #8A9AB5; --navy-400: #54658D; --navy-500: #37384F;
--navy-600: #2D344D; --navy-700: #18232F; --navy-800: #101820;
--navy-900: #080D14; --surface-bg:           #FFFFFF;
--surface-bg-alt:       #F4F6F9;
--surface-article-card: #F8F9FF;
--surface-nav-dropdown: #FAFBFD;
--surface-footer:       #FFFFFF;
--surface-footer-divider: #3C61E2;
--surface-blue-section: #3C61E2; --surface-nav:          rgba(255, 255, 255, 0.90);
--surface-overlay:      rgba(0, 0, 0, 0.50); --fg-primary:        #2D344D;
--fg-dark:           #18232F;
--fg-secondary:      #54658D;
--fg-tertiary:       #8A9AB5;
--fg-inverted:       #FFFFFF;
--fg-inverted-muted: rgba(255, 255, 255, 0.70);
--fg-accent:         #3C61E2;
--fg-accent-hover:   #2E50C4; --status-poor:      #F31212;
--status-fair:      #FE8C3A;
--status-good:      #F2D516;
--status-excellent: #07BD47;
--status-primary:   #3C61E2; --status-poor-bg:      #FEE2E2;
--status-fair-bg:      #FFF3E8;
--status-good-bg:      #FEFCE8;
--status-excellent-bg: #DCFCE7;
--status-primary-bg:   #E7EDFF; --border-subtle:  #E7EDFF;
--border-default: #D5DBF1;
--border-medium:  #AABDE7;
--border-strong:  #8A9AB5;
--border-focus:   #3C61E2;
--border-error:   #F31212; --gradient-hero: radial-gradient(ellipse at 40% 50%,
rgba(197,201,245,0.6) 0%,
rgba(240,197,213,0.4) 60%,
rgba(255,255,255,0) 100%); --gradient-brand: linear-gradient(135deg, #3C61E2 0%, #6F93EF 100%); --gradient-dark:  linear-gradient(135deg, #0C1D5A 0%, #3C61E2 100%);  --font-primary:   'Onest', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --font-preloader: 'Stolzl-Medium', 'Onest', sans-serif;
--font-mono:      'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', monospace; --fw-regular:   400; --fw-medium:    500; --fw-semibold:  600; --fw-bold:      700; --fw-extrabold: 800; --fw-black:     900;  --fs-xs: 12px; --fs-sm: 14px; --fs-nav: 15px; --fs-md: 16px;
--fs-lg: 18px;
--fs-h3-content: 20px; --fs-h2: 24px; --fs-h1-inner: 32px; --fs-h1-article: 36px; --fs-h1-blog: 44px; --fs-h1-home: 54px; --fs-display: 38px;  --sp-0:   0px;
--sp-1:   4px;
--sp-2:   8px;
--sp-3:   12px;
--sp-4:   16px;
--sp-5:   20px;
--sp-6:   24px;
--sp-8:   32px;
--sp-10:  40px;
--sp-12:  48px;
--sp-16:  64px;
--sp-20:  80px;
--sp-24:  96px;
--sp-32: 128px;
--sp-40: 160px; --radius-none:   0px;
--radius-sm:     4px; --radius-md:     8px; --radius-button: 6px; --radius-input:  8px;
--radius-blog:  10px; --radius-lg:    12px; --radius-banner:16px; --radius-xl:    20px;
--radius-pill: 100px;
--radius-full: 9999px;
--radius-circle: 50%; --shadow-sm:        0 1px 2px 0 rgba(0,0,0,0.05);
--shadow-md:        0 5px 8px rgba(0,0,0,0.12);
--shadow-lg:        0 4px 20px 0 rgba(8,34,101,0.15); --shadow-xl:        0 20px 16px rgba(0,0,0,0.12);
--shadow-blue-spot: 7px -7px 0 0 #3C61E2; --shadow-subtle:    0 8px 8px 0 rgba(10,74,171,0.02);  --bp-sm:  576px;
--bp-md:  768px;
--bp-lg:  992px;
--bp-xl: 1200px; --z-base:     0; --z-raised:   10; --z-dropdown: 100; --z-sticky:   200; --z-modal:    300; --z-toast:    400; --z-tooltip:  500; }  .h1-homepage {
font-family: var(--font-primary);
font-weight: 700;
font-size: 54px;
line-height: 54px;
letter-spacing: 0.35px;
color: var(--text-primary);
} .h1-blog {
font-family: var(--font-primary);
font-weight: 800;
font-size: 44px;
line-height: 57px;
color: var(--text-primary);
}
.h1-archive {
font-family: var(--font-primary);
font-weight: 800;
font-size: 44px;
line-height: 57.2px;
color: var(--text-muted); } .h1-article {
font-family: var(--font-primary);
font-weight: 700;
font-size: 36px;
line-height: 39.6px;
color: var(--text-primary);
} .h1-inner {
font-family: var(--font-primary);
font-weight: 800;
font-size: 32px;
line-height: 32px;
color: var(--text-primary);
}
.h1-inner-blue {
font-family: var(--font-primary);
font-weight: 800;
font-size: 32px;
line-height: 32px;
color: var(--interactive-blue); } h2, .h2, .section-title {
font-family: var(--font-primary);
font-weight: 700;
font-size: 24px;
line-height: 26px;
color: var(--text-primary);
}
.section-title.text-white { color: #FFFFFF; }  .h2-content, .wp-block-heading.h2 {
font-family: var(--font-primary);
font-weight: 700;
font-size: 24px;
line-height: 39.6px;
color: var(--text-primary);
} .h2-hub, .block-title {
font-family: var(--font-primary);
font-weight: 600;
font-size: 24px;
line-height: 28.8px;
color: var(--text-primary);
} .h3-accent {
font-family: var(--font-primary);
font-weight: 700;
font-size: 24px;
line-height: 31px;
color: var(--interactive-blue);
}
.h3-dark, h3 {
font-family: var(--font-primary);
font-weight: 600;
font-size: 24px;
line-height: 31px;
color: var(--text-dark);
}
.h3-content {
font-family: var(--font-primary);
font-weight: 700;
font-size: 20px;
line-height: 33px;
color: var(--text-primary);
} body, p, .body-md {
font-family: var(--font-primary);
font-size: var(--fs-md);
line-height: 24px;
font-weight: 400;
color: var(--text-primary);
}
.body-lg { font-size: 18px; line-height: 28px; }
.body-sm { font-size: 14px; line-height: 20px; }
.body-xs { font-size: 12px; line-height: 16px; } .nav-link {
font-family: var(--font-primary);
font-size: 15px;
line-height: 26px;
font-weight: 400;
color: var(--text-muted);
text-decoration: none;
transition: color 200ms ease;
}
.nav-link:hover { color: var(--interactive-blue); } .eyebrow {
font-family: var(--font-primary);
font-size: 12px;
line-height: 16px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-muted);
} .lead-text {
font-family: var(--font-primary);
font-size: 15px;
line-height: 17px;
font-weight: 600;
color: var(--interactive-blue);
} code, .code {
font-family: var(--font-mono);
font-size: 14px;
line-height: 20px;
background: #F0F2F7;
padding: 2px 6px;
border-radius: 4px;
color: var(--text-primary);
}
kbd {
font-family: var(--font-mono);
font-size: 13px;
line-height: 16px;
font-weight: 500;
background: #F0F2F7;
border: 1px solid #C2C8DD;
border-radius: 4px;
padding: 2px 6px;
} .tone-accent { color: var(--interactive-blue); }
.tone-primary { color: var(--text-primary); }
a {
color: var(--interactive-blue);
text-decoration: none;
}
a:hover { color: var(--fg-accent-hover); }
*, *::before, *::after { box-sizing: border-box; }
body {
margin: 0;
background: var(--surface-bg);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}@import url("https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800;900&display=swap");
:root { --logo-blue:        #3946F4; --interactive-blue: #3C61E2; --text-primary:     #2D344D; --text-dark:        #18232F; --text-muted:       #54658D;  --blue-50:  #EEF2FD;
--blue-100: #E7EDFF; --blue-200: #D5DBF1; --blue-300: #AABDE7;
--blue-400: #C5D0EC;
--blue-500: #3C61E2; --blue-600: #2E50C4; --blue-700: #2040A6; --blue-800: #162E80;
--blue-900: #0C1D5A; --blue-950: #070F35; --navy-50:  #FAFBFD; --navy-100: #F5F5FD;
--navy-150: #F4F6F9; --navy-200: #E0E3EE;
--navy-300: #8A9AB5; --navy-400: #54658D; --navy-500: #37384F;
--navy-600: #2D344D; --navy-700: #18232F; --navy-800: #101820;
--navy-900: #080D14; --surface-bg:           #FFFFFF;
--surface-bg-alt:       #F4F6F9;
--surface-article-card: #F8F9FF;
--surface-nav-dropdown: #FAFBFD;
--surface-footer:       #FFFFFF;
--surface-footer-divider: #3C61E2;
--surface-blue-section: #3C61E2; --surface-nav:          rgba(255, 255, 255, 0.90);
--surface-overlay:      rgba(0, 0, 0, 0.50); --fg-primary:        #2D344D;
--fg-dark:           #18232F;
--fg-secondary:      #54658D;
--fg-tertiary:       #8A9AB5;
--fg-inverted:       #FFFFFF;
--fg-inverted-muted: rgba(255, 255, 255, 0.70);
--fg-accent:         #3C61E2;
--fg-accent-hover:   #2E50C4; --status-poor:      #F31212;
--status-fair:      #FE8C3A;
--status-good:      #F2D516;
--status-excellent: #07BD47;
--status-primary:   #3C61E2; --status-poor-bg:      #FEE2E2;
--status-fair-bg:      #FFF3E8;
--status-good-bg:      #FEFCE8;
--status-excellent-bg: #DCFCE7;
--status-primary-bg:   #E7EDFF; --border-subtle:  #E7EDFF;
--border-default: #D5DBF1;
--border-medium:  #AABDE7;
--border-strong:  #8A9AB5;
--border-focus:   #3C61E2;
--border-error:   #F31212; --gradient-hero: radial-gradient(ellipse at 40% 50%,
rgba(197,201,245,0.6) 0%,
rgba(240,197,213,0.4) 60%,
rgba(255,255,255,0) 100%); --gradient-brand: linear-gradient(135deg, #3C61E2 0%, #6F93EF 100%); --gradient-dark:  linear-gradient(135deg, #0C1D5A 0%, #3C61E2 100%);  --font-primary:   'Onest', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --font-preloader: 'Stolzl-Medium', 'Onest', sans-serif;
--font-mono:      'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', monospace; --fw-regular:   400; --fw-medium:    500; --fw-semibold:  600; --fw-bold:      700; --fw-extrabold: 800; --fw-black:     900;  --fs-xs: 12px; --fs-sm: 14px; --fs-nav: 15px; --fs-md: 16px;
--fs-lg: 18px;
--fs-h3-content: 20px; --fs-h2: 24px; --fs-h1-inner: 32px; --fs-h1-article: 36px; --fs-h1-blog: 44px; --fs-h1-home: 54px; --fs-display: 38px;  --sp-0:   0px;
--sp-1:   4px;
--sp-2:   8px;
--sp-3:   12px;
--sp-4:   16px;
--sp-5:   20px;
--sp-6:   24px;
--sp-8:   32px;
--sp-10:  40px;
--sp-12:  48px;
--sp-16:  64px;
--sp-20:  80px;
--sp-24:  96px;
--sp-32: 128px;
--sp-40: 160px; --radius-none:   0px;
--radius-sm:     4px; --radius-md:     8px; --radius-button: 6px; --radius-input:  8px;
--radius-blog:  10px; --radius-lg:    12px; --radius-banner:16px; --radius-xl:    20px;
--radius-pill: 100px;
--radius-full: 9999px;
--radius-circle: 50%; --shadow-sm:        0 1px 2px 0 rgba(0,0,0,0.05);
--shadow-md:        0 5px 8px rgba(0,0,0,0.12);
--shadow-lg:        0 4px 20px 0 rgba(8,34,101,0.15); --shadow-xl:        0 20px 16px rgba(0,0,0,0.12);
--shadow-blue-spot: 7px -7px 0 0 #3C61E2; --shadow-subtle:    0 8px 8px 0 rgba(10,74,171,0.02);  --bp-sm:  576px;
--bp-md:  768px;
--bp-lg:  992px;
--bp-xl: 1200px; --z-base:     0; --z-raised:   10; --z-dropdown: 100; --z-sticky:   200; --z-modal:    300; --z-toast:    400; --z-tooltip:  500; }  .h1-homepage {
font-family: var(--font-primary);
font-weight: 700;
font-size: 54px;
line-height: 54px;
letter-spacing: 0.35px;
color: var(--text-primary);
} .h1-blog {
font-family: var(--font-primary);
font-weight: 800;
font-size: 44px;
line-height: 57px;
color: var(--text-primary);
}
.h1-archive {
font-family: var(--font-primary);
font-weight: 800;
font-size: 44px;
line-height: 57.2px;
color: var(--text-muted); } .h1-article {
font-family: var(--font-primary);
font-weight: 700;
font-size: 36px;
line-height: 39.6px;
color: var(--text-primary);
} .h1-inner {
font-family: var(--font-primary);
font-weight: 800;
font-size: 32px;
line-height: 32px;
color: var(--text-primary);
}
.h1-inner-blue {
font-family: var(--font-primary);
font-weight: 800;
font-size: 32px;
line-height: 32px;
color: var(--interactive-blue); } h2, .h2, .section-title {
font-family: var(--font-primary);
font-weight: 700;
font-size: 24px;
line-height: 26px;
color: var(--text-primary);
}
.section-title.text-white { color: #FFFFFF; }  .h2-content, .wp-block-heading.h2 {
font-family: var(--font-primary);
font-weight: 700;
font-size: 24px;
line-height: 39.6px;
color: var(--text-primary);
} .h2-hub, .block-title {
font-family: var(--font-primary);
font-weight: 600;
font-size: 24px;
line-height: 28.8px;
color: var(--text-primary);
} .h3-accent {
font-family: var(--font-primary);
font-weight: 700;
font-size: 24px;
line-height: 31px;
color: var(--interactive-blue);
}
.h3-dark, h3 {
font-family: var(--font-primary);
font-weight: 600;
font-size: 24px;
line-height: 31px;
color: var(--text-dark);
}
.h3-content {
font-family: var(--font-primary);
font-weight: 700;
font-size: 20px;
line-height: 33px;
color: var(--text-primary);
} body, p, .body-md {
font-family: var(--font-primary);
font-size: var(--fs-md);
line-height: 24px;
font-weight: 400;
color: var(--text-primary);
}
.body-lg { font-size: 18px; line-height: 28px; }
.body-sm { font-size: 14px; line-height: 20px; }
.body-xs { font-size: 12px; line-height: 16px; } .nav-link {
font-family: var(--font-primary);
font-size: 15px;
line-height: 26px;
font-weight: 400;
color: var(--text-muted);
text-decoration: none;
transition: color 200ms ease;
}
.nav-link:hover { color: var(--interactive-blue); } .eyebrow {
font-family: var(--font-primary);
font-size: 12px;
line-height: 16px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-muted);
} .lead-text {
font-family: var(--font-primary);
font-size: 15px;
line-height: 17px;
font-weight: 600;
color: var(--interactive-blue);
} code, .code {
font-family: var(--font-mono);
font-size: 14px;
line-height: 20px;
background: #F0F2F7;
padding: 2px 6px;
border-radius: 4px;
color: var(--text-primary);
}
kbd {
font-family: var(--font-mono);
font-size: 13px;
line-height: 16px;
font-weight: 500;
background: #F0F2F7;
border: 1px solid #C2C8DD;
border-radius: 4px;
padding: 2px 6px;
} .tone-accent { color: var(--interactive-blue); }
.tone-primary { color: var(--text-primary); }
a {
color: var(--interactive-blue);
text-decoration: none;
}
a:hover { color: var(--fg-accent-hover); }
*, *::before, *::after { box-sizing: border-box; }
body {
margin: 0;
background: var(--surface-bg);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}