/* The CompuGeek Unified 4.4 main stylesheet */

body.cg-theme-440 {
    --cg-black: #050806;
    --cg-black-2: #0a0f0c;
    --cg-panel: #101712;
    --cg-panel-2: #151e18;
    --cg-green: #39b54a;
    --cg-green-bright: #4bd15d;
    --cg-green-dark: #218833;
    --cg-white: #ffffff;
    --cg-ink: #111827;
    --cg-muted: #596474;
    --cg-silver: #d8dee5;
    --cg-line: #dce4df;
    --cg-light: #f5f8f6;
    --cg-radius-sm: 10px;
    --cg-radius: 18px;
    --cg-radius-lg: 28px;
    --cg-shadow: 0 20px 60px rgba(3, 15, 8, .12);
    --cg-container: 1240px;
    margin: 0;
    background: var(--cg-light);
    color: var(--cg-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.cg-theme-440 * { box-sizing: border-box; }
body.cg-theme-440 img { max-width: 100%; height: auto; }
body.cg-theme-440 a { color: inherit; }
body.cg-theme-440 button,
body.cg-theme-440 input,
body.cg-theme-440 textarea,
body.cg-theme-440 select { font: inherit; }
body.cg-theme-440 .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px;
    overflow: hidden; position: absolute !important; word-wrap: normal !important;
}
body.cg-theme-440 .screen-reader-text:focus {
    clip: auto !important; clip-path: none; display: block; height: auto; width: auto;
    left: 8px; top: 8px; z-index: 100000; padding: 12px 16px; background: #fff; color: #111;
}
body.cg-theme-440 :focus-visible { outline: 3px solid var(--cg-green-bright); outline-offset: 3px; }
body.cg-theme-440.admin-bar .cg-site-header { top: 32px; }

.cg-site-shell { min-height: 100vh; overflow: clip; }
.cg-container { width: min(var(--cg-container), calc(100% - 40px)); margin-inline: auto; }
.cg-main { min-height: 52vh; }
.cg-green-text { color: var(--cg-green-bright); }
.cg-icon { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }

.cg-skip-link { position: fixed; left: 16px; top: -100px; z-index: 100001; padding: 12px 16px; background: #fff; color: #111; border-radius: 8px; font-weight: 800; }
.cg-skip-link:focus { top: 12px; }

/* Header */
.cg-site-header { position: sticky; top: 0; z-index: 999; box-shadow: 0 8px 30px rgba(0, 0, 0, .18); }
.cg-utility-bar { background: #020403; color: #dce5df; font-size: .79rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.cg-utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cg-utility-copy, .cg-utility-actions { display: flex; align-items: center; gap: 22px; }
.cg-utility-copy span, .cg-utility-actions a { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.cg-utility-copy .cg-icon, .cg-utility-actions .cg-icon { color: var(--cg-green-bright); }
.cg-utility-actions a:hover { color: var(--cg-green-bright); }
.cg-nav-wrap { background: rgba(6, 10, 7, .98); color: #fff; backdrop-filter: blur(16px); }
.cg-nav-inner { min-height: 82px; display: grid; grid-template-columns: minmax(230px, 330px) 1fr auto; align-items: center; gap: 30px; }
.cg-brand { display: inline-flex; align-items: center; max-width: 310px; text-decoration: none; }
.cg-brand img { width: 100%; max-height: 64px; object-fit: contain; object-position: left center; display: block; }
.cg-brand .custom-logo-link { display: inline-flex; align-items: center; }
.cg-brand .custom-logo { max-height: 64px; width: auto; }
.cg-primary-nav { justify-self: end; }
.cg-menu { list-style: none; display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; }
.cg-menu li { position: relative; margin: 0; }
.cg-menu > li > a { display: inline-flex; align-items: center; min-height: 44px; padding: 9px 12px; color: #eaf1ec; text-decoration: none; font-size: .9rem; font-weight: 700; border-radius: 8px; transition: .2s ease; }
.cg-menu > li > a:hover, .cg-menu > li.current-menu-item > a, .cg-menu > li.current_page_item > a { color: var(--cg-green-bright); background: rgba(57,181,74,.11); }
.cg-menu .sub-menu { display: none; position: absolute; top: calc(100% + 4px); left: 0; min-width: 230px; margin: 0; padding: 10px; list-style: none; background: #fff; color: var(--cg-ink); border-radius: 12px; box-shadow: var(--cg-shadow); }
.cg-menu li:hover > .sub-menu, .cg-menu li:focus-within > .sub-menu { display: block; }
.cg-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; text-decoration: none; font-weight: 700; }
.cg-menu .sub-menu a:hover { background: #edf8ef; color: var(--cg-green-dark); }
.cg-header-cta { white-space: nowrap; }
.cg-menu-toggle { display: none; width: 46px; height: 46px; padding: 0; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); color: #fff; background: transparent; border-radius: 10px; cursor: pointer; }
.cg-menu-toggle .cg-icon { width: 25px; height: 25px; }
.cg-menu-toggle-close { display: none; }
.cg-menu-toggle[aria-expanded="true"] .cg-menu-toggle-open { display: none; }
.cg-menu-toggle[aria-expanded="true"] .cg-menu-toggle-close { display: inline-flex; }

/* Buttons and shared type */
.cg-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 12px 20px; border: 1px solid transparent; border-radius: 9px; text-decoration: none; font-weight: 850; line-height: 1.1; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease; }
.cg-button:hover { transform: translateY(-2px); }
.cg-button--primary { background: linear-gradient(135deg, var(--cg-green), #27953a); color: #041006; box-shadow: 0 10px 24px rgba(57,181,74,.23); }
.cg-button--primary:hover { background: var(--cg-green-bright); color: #021004; box-shadow: 0 14px 30px rgba(57,181,74,.32); }
.cg-button--outline { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.03); }
.cg-button--outline:hover { border-color: var(--cg-green-bright); color: var(--cg-green-bright); }
.cg-button--outline-light { border-color: rgba(255,255,255,.45); color: #fff; background: transparent; }
.cg-button--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.cg-button--large { min-height: 54px; padding: 15px 24px; }
.cg-button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.cg-eyebrow { margin: 0 0 12px; color: var(--cg-green-dark); font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cg-section-heading { max-width: 760px; margin-bottom: 40px; }
.cg-section-heading--center { margin-inline: auto; text-align: center; }
.cg-section-heading h2, .cg-cta-inner h2, .cg-audience-card h2, .cg-process-section h2 { margin: 0 0 15px; color: var(--cg-ink); font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(2rem, 4vw, 3.3rem); line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }
.cg-section-heading > p:last-child { margin: 0; color: var(--cg-muted); font-size: 1.08rem; }

/* Hero */
.cg-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 35%, rgba(57,181,74,.16), transparent 25%), linear-gradient(135deg, #030604 0%, #08110a 55%, #020403 100%); }
.cg-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(57,181,74,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(57,181,74,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, #000 40%, #000); }
.cg-hero-grid { min-height: 590px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 50px; padding-block: 76px 82px; }
.cg-hero-copy { max-width: 660px; position: relative; z-index: 2; }
.cg-hero .cg-eyebrow { color: var(--cg-green-bright); }
.cg-hero h1 { margin: 0; color: #fff; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(4rem, 8.8vw, 7.8rem); line-height: .84; letter-spacing: -.045em; text-transform: uppercase; }
.cg-hero h1 span { display: block; }
.cg-hero h1::first-line { color: #fff; }
.cg-hero h1 span + br { display: none; }
.cg-hero h1 { text-wrap: balance; }
.cg-hero h1 span:first-child { color: #fff; }
.cg-hero h1 span:first-child + span { color: var(--cg-green-bright); }
.cg-hero-lead { max-width: 650px; margin: 24px 0 30px; color: #d8e3db; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }
.cg-hero-contact-row { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 34px; color: #e6eee8; }
.cg-hero-contact-row > a, .cg-hero-contact-row > span { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.cg-hero-contact-row .cg-icon { width: 28px; height: 28px; color: var(--cg-green-bright); }
.cg-hero-contact-row span span { display: grid; line-height: 1.15; }
.cg-hero-contact-row small { color: #9dac9f; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.cg-hero-visual { min-height: 460px; position: relative; display: grid; place-items: center; }
.cg-hero-visual::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(57,181,74,.22), rgba(57,181,74,.04) 52%, transparent 70%); filter: blur(3px); }
.cg-hero-visual > img { width: min(360px, 70vw); position: relative; z-index: 2; filter: drop-shadow(0 28px 50px rgba(0,0,0,.55)); animation: cg-float 6s ease-in-out infinite; }
.cg-circuit-grid { position: absolute; inset: 6% 0; opacity: .42; background: url('../images/circuit-pattern.svg') center/cover no-repeat; }
.cg-hero-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(4, 12, 6, .84); box-shadow: 0 14px 32px rgba(0,0,0,.3); backdrop-filter: blur(12px); font-size: .8rem; font-weight: 850; }
.cg-hero-badge .cg-icon { color: var(--cg-green-bright); }
.cg-hero-badge--one { left: 2%; top: 22%; }
.cg-hero-badge--two { right: 2%; bottom: 20%; }
@keyframes cg-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.cg-trust-bar { border-top: 1px solid rgba(255,255,255,.09); background: rgba(0,0,0,.38); }
.cg-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.cg-trust-grid > div { min-height: 104px; display: flex; align-items: center; gap: 13px; padding: 20px 22px; border-right: 1px solid rgba(255,255,255,.09); }
.cg-trust-grid > div:last-child { border-right: 0; }
.cg-trust-grid .cg-icon { width: 29px; height: 29px; color: var(--cg-green-bright); }
.cg-trust-grid span { display: grid; line-height: 1.3; }
.cg-trust-grid strong { color: #fff; font-size: .92rem; }
.cg-trust-grid small { color: #9faca2; margin-top: 4px; }

/* Sections */
.cg-section { padding-block: 92px; }
.cg-section--light { background: var(--cg-light); }
.cg-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cg-service-card { position: relative; min-height: 290px; padding: 30px; border: 1px solid var(--cg-line); border-radius: var(--cg-radius); background: #fff; box-shadow: 0 8px 24px rgba(5, 20, 9, .045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.cg-service-card::after { content: ""; position: absolute; inset: auto 30px 0; height: 3px; border-radius: 999px 999px 0 0; background: var(--cg-green); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.cg-service-card:hover { transform: translateY(-5px); border-color: rgba(57,181,74,.42); box-shadow: var(--cg-shadow); }
.cg-service-card:hover::after { transform: scaleX(1); }
.cg-service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 14px; color: var(--cg-green-dark); background: #edf9ef; border: 1px solid #d5efd9; }
.cg-service-icon .cg-icon { width: 31px; height: 31px; }
.cg-service-card h2, .cg-service-card h3 { margin: 0 0 12px; color: var(--cg-ink); font-size: 1.2rem; line-height: 1.2; }
.cg-service-card p { margin: 0 0 22px; color: var(--cg-muted); }
.cg-service-card > a { display: inline-flex; align-items: center; gap: 8px; color: var(--cg-green-dark); text-decoration: none; font-weight: 850; }
.cg-service-card > a .cg-icon { transition: transform .18s ease; }
.cg-service-card > a:hover .cg-icon { transform: translateX(4px); }
.cg-service-grid--page { margin-bottom: 50px; }
.cg-service-card--large { min-height: 315px; }

.cg-audience-section { background: #fff; }
.cg-audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.cg-audience-card { position: relative; overflow: hidden; min-height: 520px; padding: 52px; border-radius: var(--cg-radius-lg); }
.cg-audience-card::before { content: ""; position: absolute; width: 300px; height: 300px; right: -110px; top: -110px; border-radius: 50%; background: rgba(57,181,74,.08); }
.cg-audience-card--home { color: var(--cg-ink); background: #eef6f0; border: 1px solid #d8e9dc; }
.cg-audience-card--business { color: #fff; background: linear-gradient(145deg, #071009, #101c13); }
.cg-audience-card--business h2 { color: #fff; }
.cg-audience-card--business p:not(.cg-eyebrow), .cg-audience-card--business .cg-check-list { color: #d3ddd5; }
.cg-audience-card--business .cg-eyebrow { color: var(--cg-green-bright); }
.cg-audience-icon { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 18px; color: var(--cg-green-dark); background: #fff; box-shadow: 0 12px 26px rgba(10,45,18,.08); }
.cg-audience-card--business .cg-audience-icon { background: rgba(57,181,74,.12); color: var(--cg-green-bright); border: 1px solid rgba(57,181,74,.24); }
.cg-audience-icon .cg-icon { width: 38px; height: 38px; }
.cg-audience-card > p:not(.cg-eyebrow) { color: var(--cg-muted); }
.cg-check-list { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 10px; color: #324138; }
.cg-check-list li { display: flex; align-items: center; gap: 9px; }
.cg-check-list .cg-icon { color: var(--cg-green); stroke-width: 2.5; }
.cg-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--cg-green-dark); font-weight: 900; text-decoration: none; }
.cg-audience-card--business .cg-text-link { color: var(--cg-green-bright); }
.cg-text-link .cg-icon { transition: transform .18s ease; }
.cg-text-link:hover .cg-icon { transform: translateX(4px); }

.cg-process-section { background: #edf3ef; }
.cg-process-section .cg-section-heading { max-width: 900px; }
.cg-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cg-process-grid > div { padding: 30px; border-top: 3px solid var(--cg-green); background: #fff; box-shadow: 0 10px 30px rgba(4,23,8,.05); }
.cg-process-grid span { display: block; color: var(--cg-green); font-family: "Arial Narrow", Impact, sans-serif; font-size: 2.7rem; line-height: 1; font-weight: 900; }
.cg-process-grid h3 { margin: 15px 0 8px; font-size: 1.12rem; }
.cg-process-grid p { margin: 0; color: var(--cg-muted); }

.cg-cta-section { color: #fff; background: linear-gradient(120deg, #030604 0%, #0b180e 75%, #17321c 100%); border-top: 1px solid rgba(57,181,74,.2); }
.cg-cta-inner { min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 58px; }
.cg-cta-inner > div:first-child { max-width: 780px; }
.cg-cta-inner h2 { color: #fff; margin-bottom: 0; }
.cg-cta-inner .cg-eyebrow { color: var(--cg-green-bright); }

/* Page hero and content */
.cg-page-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 30%, rgba(57,181,74,.18), transparent 30%), linear-gradient(135deg, #050906, #0c170e); }
.cg-page-hero::after { content: ""; position: absolute; inset: 0; background: url('../images/circuit-pattern.svg') right center/650px auto no-repeat; opacity: .16; pointer-events: none; }
.cg-page-hero-inner { min-height: 340px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 60px; }
.cg-page-hero-inner > div { max-width: 780px; }
.cg-page-hero h1 { margin: 0; color: #fff; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(2.8rem, 6vw, 5.6rem); line-height: .92; letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance; }
.cg-page-hero p:not(.cg-eyebrow) { max-width: 700px; margin: 20px 0 0; color: #d3ddd6; font-size: 1.08rem; }
.cg-page-hero .cg-eyebrow { color: var(--cg-green-bright); }
.cg-page-hero-inner > img { width: 190px; opacity: .75; filter: drop-shadow(0 16px 30px rgba(0,0,0,.35)); }
.cg-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 45px; align-items: start; }
.cg-entry-content, .cg-prose { min-width: 0; }
.cg-main .cg-prose { color: var(--cg-ink); }
.cg-main .cg-prose > :first-child { margin-top: 0; }
.cg-main .cg-prose h2, .cg-main .cg-prose h3, .cg-main .cg-prose h4 { color: var(--cg-ink); line-height: 1.15; }
.cg-main .cg-prose h2 { margin: 1.6em 0 .55em; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.7rem); text-transform: uppercase; }
.cg-main .cg-prose h3 { margin: 1.5em 0 .55em; font-size: 1.4rem; }
.cg-main .cg-prose p, .cg-main .cg-prose li { color: #3f4b43; line-height: 1.75; }
.cg-main .cg-prose a { color: var(--cg-green-dark); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.cg-main .cg-prose img { border-radius: 14px; }
.cg-main .cg-prose table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 12px; background: #fff; }
.cg-main .cg-prose th, .cg-main .cg-prose td { padding: 13px 15px; border: 1px solid var(--cg-line); text-align: left; }
.cg-main .cg-prose th { background: #101712; color: #fff; }
.cg-main .cg-prose blockquote { margin: 28px 0; padding: 22px 26px; border-left: 5px solid var(--cg-green); background: #edf8ef; }
.cg-prose--panel { margin-top: 45px; padding: 42px; background: #fff; border: 1px solid var(--cg-line); border-radius: var(--cg-radius); box-shadow: 0 12px 34px rgba(5,20,9,.05); }
.cg-page-aside { position: sticky; top: 140px; }
.cg-support-card { padding: 30px; border-radius: var(--cg-radius); color: #fff; background: linear-gradient(150deg, #071009, #111d14); box-shadow: var(--cg-shadow); }
.cg-support-card h2 { margin: 0 0 12px; font-size: 1.55rem; }
.cg-support-card p { margin: 0 0 22px; color: #ced9d1; }
.cg-support-card .cg-service-icon { color: var(--cg-green-bright); background: rgba(57,181,74,.12); border-color: rgba(57,181,74,.25); }

/* Contact and support */
.cg-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: start; }
.cg-contact-panel, .cg-contact-form-wrap { padding: 42px; border-radius: var(--cg-radius); }
.cg-contact-panel { color: #fff; background: linear-gradient(145deg, #061008, #122017); }
.cg-contact-panel .cg-eyebrow { color: var(--cg-green-bright); }
.cg-contact-panel h2 { margin: 0 0 24px; color: #fff; font-family: "Arial Narrow", Impact, sans-serif; font-size: 2.5rem; line-height: .98; text-transform: uppercase; }
.cg-contact-list { display: grid; gap: 14px; margin: 26px 0 32px; }
.cg-contact-list > a, .cg-contact-list > div { display: flex; align-items: center; gap: 13px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; text-decoration: none; }
.cg-contact-list .cg-icon { width: 28px; height: 28px; color: var(--cg-green-bright); }
.cg-contact-list span { display: grid; line-height: 1.25; font-weight: 800; }
.cg-contact-list small { margin-bottom: 4px; color: #9eafa2; text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; }
.cg-contact-form-wrap { background: #fff; border: 1px solid var(--cg-line); box-shadow: 0 14px 42px rgba(5,20,9,.06); }
.cg-support-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cg-support-action { min-height: 260px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--cg-line); border-radius: var(--cg-radius); background: #fff; color: var(--cg-ink); text-decoration: none; box-shadow: 0 8px 26px rgba(5,20,9,.04); transition: .2s ease; }
.cg-support-action:hover { transform: translateY(-5px); border-color: rgba(57,181,74,.45); box-shadow: var(--cg-shadow); }
.cg-support-action > span { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 16px; color: var(--cg-green-dark); background: #edf9ef; }
.cg-support-action .cg-icon { width: 34px; height: 34px; }
.cg-support-action strong { margin-bottom: 10px; font-size: 1.22rem; }
.cg-support-action small { color: var(--cg-muted); font-size: .95rem; }

/* Blog */
.cg-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cg-post-card { overflow: hidden; border: 1px solid var(--cg-line); border-radius: var(--cg-radius); background: #fff; box-shadow: 0 8px 24px rgba(5,20,9,.045); }
.cg-post-thumb { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.cg-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.cg-post-card:hover .cg-post-thumb img { transform: scale(1.035); }
.cg-post-card-body { padding: 26px; }
.cg-post-date { margin: 0 0 10px; color: var(--cg-green-dark); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.cg-post-card h2 { margin: 0 0 12px; font-size: 1.28rem; line-height: 1.2; }
.cg-post-card h2 a { text-decoration: none; }
.cg-post-card p:not(.cg-post-date) { color: var(--cg-muted); }
.cg-article-container { max-width: 900px; }
.cg-featured-image { margin-bottom: 35px; }
.cg-comments { margin-top: 60px; padding-top: 35px; border-top: 1px solid var(--cg-line); }

/* 404 */
.cg-404 { min-height: 650px; display: grid; place-items: center; color: #fff; text-align: center; background: radial-gradient(circle at center, rgba(57,181,74,.18), transparent 36%), #040705; }
.cg-404-inner { max-width: 760px; padding-block: 90px; }
.cg-404 img { width: 170px; margin-bottom: 25px; }
.cg-404 h1 { margin: 0 0 18px; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(3rem, 8vw, 6rem); line-height: .9; text-transform: uppercase; }
.cg-404 p:not(.cg-eyebrow) { color: #cbd6cd; font-size: 1.08rem; }
.cg-404 .cg-button-row { justify-content: center; margin-top: 30px; }
.cg-404 .cg-eyebrow { color: var(--cg-green-bright); }

/* Footer */
.cg-site-footer { color: #dce5df; background: #030504; border-top: 1px solid rgba(57,181,74,.22); }
.cg-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 48px; padding-block: 68px; }
.cg-footer-brand { max-width: 300px; margin-bottom: 20px; }
.cg-footer-brand-col > p { max-width: 420px; color: #9eaca1; }
.cg-footer-contact { display: grid; gap: 9px; margin-top: 22px; }
.cg-footer-contact a { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: #e7eee9; text-decoration: none; }
.cg-footer-contact .cg-icon { color: var(--cg-green-bright); }
.cg-footer-heading { margin: 8px 0 20px; color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; }
.cg-footer-links { list-style: none; display: grid; gap: 10px; margin: 0; padding: 0; }
.cg-footer-links a { color: #aebbb1; text-decoration: none; }
.cg-footer-links a:hover { color: var(--cg-green-bright); }
.cg-technician-link { margin-top: 8px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.08); }
.cg-technician-link a { font-size: .82rem; }
.cg-footer-location { display: flex; gap: 10px; color: #9eaca1; }
.cg-footer-location .cg-icon { margin-top: 4px; color: var(--cg-green-bright); }
.cg-footer-location span { line-height: 1.5; }
.cg-footer-location strong { color: #fff; }
.cg-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.cg-footer-bottom-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #829087; font-size: .82rem; }
.cg-footer-bottom p { margin: 0; }

/* WordPress core alignments */
body.cg-theme-440 .alignwide { width: min(1120px, 100%); max-width: none; margin-left: 50%; transform: translateX(-50%); }
body.cg-theme-440 .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
body.cg-theme-440 .navigation.pagination { margin-top: 45px; }
body.cg-theme-440 .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
body.cg-theme-440 .page-numbers { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; border-radius: 8px; background: #fff; border: 1px solid var(--cg-line); text-decoration: none; }
body.cg-theme-440 .page-numbers.current { color: #041006; background: var(--cg-green); border-color: var(--cg-green); font-weight: 900; }

/* Responsive */
@media (max-width: 1120px) {
    .cg-nav-inner { grid-template-columns: 260px 1fr auto; gap: 15px; }
    .cg-menu > li > a { padding-inline: 8px; font-size: .84rem; }
    .cg-hero-grid { gap: 20px; }
    .cg-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .cg-footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 960px) {
    body.cg-theme-440.admin-bar .cg-site-header { top: 46px; }
    .cg-utility-copy span:last-child { display: none; }
    .cg-nav-inner { grid-template-columns: 1fr auto auto; min-height: 74px; }
    .cg-header-brand { max-width: 260px; }
    .cg-menu-toggle { display: inline-flex; order: 2; }
    .cg-header-cta { order: 3; }
    .cg-primary-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 14px 20px 22px; background: #071009; border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 20px 30px rgba(0,0,0,.3); }
    .cg-primary-nav.is-open { display: block; }
    .cg-menu { align-items: stretch; flex-direction: column; }
    .cg-menu > li > a { width: 100%; min-height: 47px; padding: 11px 13px; }
    .cg-menu .sub-menu { display: block; position: static; min-width: 0; padding: 0 0 5px 16px; background: transparent; color: #dce5df; box-shadow: none; }
    .cg-menu .sub-menu a { color: #c4d0c7; }
    .cg-hero-grid { grid-template-columns: 1fr; padding-top: 65px; }
    .cg-hero-copy { max-width: 780px; }
    .cg-hero-visual { min-height: 380px; }
    .cg-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .cg-trust-grid > div:nth-child(2) { border-right: 0; }
    .cg-trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
    .cg-service-grid { grid-template-columns: repeat(2, 1fr); }
    .cg-audience-grid { grid-template-columns: 1fr; }
    .cg-audience-card { min-height: 0; }
    .cg-process-grid { grid-template-columns: 1fr; }
    .cg-cta-inner { align-items: flex-start; flex-direction: column; }
    .cg-content-layout { grid-template-columns: 1fr; }
    .cg-page-aside { position: static; }
    .cg-contact-grid { grid-template-columns: 1fr; }
    .cg-support-actions { grid-template-columns: 1fr; }
    .cg-support-action { min-height: 0; }
    .cg-post-grid { grid-template-columns: repeat(2, 1fr); }
    .cg-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .cg-footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 680px) {
    .cg-container { width: min(100% - 28px, var(--cg-container)); }
    .cg-utility-inner { min-height: 34px; }
    .cg-utility-copy { display: none; }
    .cg-utility-actions { width: 100%; justify-content: space-between; }
    .cg-utility-actions a:first-child span { display: none; }
    .cg-nav-inner { grid-template-columns: 1fr auto; }
    .cg-header-brand { max-width: 225px; }
    .cg-header-cta { display: none; }
    .cg-hero-grid { min-height: auto; padding-block: 54px 60px; }
    .cg-hero h1 { font-size: clamp(3.6rem, 20vw, 5.2rem); }
    .cg-hero-lead { font-size: 1rem; }
    .cg-button-row .cg-button { width: 100%; }
    .cg-hero-contact-row { display: grid; gap: 15px; }
    .cg-hero-visual { min-height: 320px; }
    .cg-hero-visual > img { width: 250px; }
    .cg-hero-badge { font-size: .7rem; }
    .cg-hero-badge--one { left: 0; top: 16%; }
    .cg-hero-badge--two { right: 0; bottom: 13%; }
    .cg-trust-grid { grid-template-columns: 1fr; }
    .cg-trust-grid > div { min-height: 86px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
    .cg-trust-grid > div:last-child { border-bottom: 0; }
    .cg-section { padding-block: 68px; }
    .cg-service-grid { grid-template-columns: 1fr; }
    .cg-service-card { min-height: 0; }
    .cg-audience-card { padding: 34px 28px; }
    .cg-page-hero-inner { min-height: 280px; padding-block: 50px; }
    .cg-page-hero-inner > img { display: none; }
    .cg-page-hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
    .cg-prose--panel, .cg-contact-panel, .cg-contact-form-wrap { padding: 28px 22px; }
    .cg-post-grid { grid-template-columns: 1fr; }
    .cg-footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .cg-footer-bottom-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}


/* ==========================================================================
   CompuGeek Unified Platform visual layer v4.4
   Dark-first, high-contrast, low-vision-friendly, green-action design.
   ========================================================================== */

body.cg-theme-440 {
    --cg-black: #020403;
    --cg-black-2: #060a07;
    --cg-panel: #0d1410;
    --cg-panel-2: #121b15;
    --cg-panel-3: #18221b;
    --cg-green: #39b54a;
    --cg-green-bright: #58dc68;
    --cg-green-dark: #2aa23b;
    --cg-white: #f4f7f5;
    --cg-ink: #f4f7f5;
    --cg-muted: #b9c5bd;
    --cg-silver: #c8d0cb;
    --cg-line: #354238;
    --cg-light: #070b08;
    --cg-shadow: 0 20px 60px rgba(0, 0, 0, .42);
    background: #030504;
    color: var(--cg-white);
    font-size: 18px;
    line-height: 1.68;
}

body.cg-theme-440 .cg-site-shell,
body.cg-theme-440 .cg-main,
body.cg-theme-440 .cg-section,
body.cg-theme-440 .cg-section--light,
body.cg-theme-440 .cg-audience-section,
body.cg-theme-440 .cg-process-section {
    background: #060a07;
    color: var(--cg-white);
}

body.cg-theme-440 p,
body.cg-theme-440 li,
body.cg-theme-440 td {
    line-height: 1.68;
}

body.cg-theme-440 .cg-nav-inner {
    grid-template-columns: 112px 1fr auto;
    min-height: 100px;
}

body.cg-theme-440 .cg-brand {
    width: 96px;
    max-width: 96px;
}
body.cg-theme-440 .cg-brand img,
body.cg-theme-440 .cg-brand .custom-logo {
    width: 96px;
    height: 96px;
    max-height: 96px;
    object-fit: contain;
}
body.cg-theme-440 .cg-footer-brand {
    width: 150px;
    max-width: 150px;
}
body.cg-theme-440 .cg-footer-brand img {
    width: 150px;
    height: 150px;
    max-height: none;
}

body.cg-theme-440 .cg-menu .sub-menu {
    background: #111a14;
    color: #f4f7f5;
    border: 1px solid #354238;
}
body.cg-theme-440 .cg-menu .sub-menu a:hover {
    background: #18251c;
    color: #58dc68;
}

body.cg-theme-440 .cg-button--secondary,
body.cg-theme-440 .cg-button--outline,
body.cg-theme-440 .cg-button--outline-light {
    color: #f4f7f5;
    background: #101812;
    border-color: #657168;
}
body.cg-theme-440 .cg-button--secondary:hover,
body.cg-theme-440 .cg-button--outline:hover,
body.cg-theme-440 .cg-button--outline-light:hover {
    color: #041006;
    background: #58dc68;
    border-color: #58dc68;
}
body.cg-theme-440 .cg-button,
body.cg-theme-440 button,
body.cg-theme-440 [role="button"] {
    min-height: 44px;
}

body.cg-theme-440 .cg-service-card,
body.cg-theme-440 .cg-audience-card,
body.cg-theme-440 .cg-process-grid > div,
body.cg-theme-440 .cg-prose--panel,
body.cg-theme-440 .cg-contact-form-wrap,
body.cg-theme-440 .cg-support-action,
body.cg-theme-440 .cg-post-card,
body.cg-theme-440 .page-numbers {
    background: #101712;
    color: #f4f7f5;
    border-color: #354238;
    box-shadow: 0 12px 34px rgba(0,0,0,.28);
}

body.cg-theme-440 .cg-service-card h2,
body.cg-theme-440 .cg-service-card h3,
body.cg-theme-440 .cg-audience-card h2,
body.cg-theme-440 .cg-process-grid h3,
body.cg-theme-440 .cg-support-action strong,
body.cg-theme-440 .cg-post-card h2,
body.cg-theme-440 .cg-main .cg-prose h2,
body.cg-theme-440 .cg-main .cg-prose h3,
body.cg-theme-440 .cg-main .cg-prose h4 {
    color: #ffffff;
}

body.cg-theme-440 .cg-service-card p,
body.cg-theme-440 .cg-audience-card > p:not(.cg-eyebrow),
body.cg-theme-440 .cg-process-grid p,
body.cg-theme-440 .cg-support-action small,
body.cg-theme-440 .cg-post-card p:not(.cg-post-date),
body.cg-theme-440 .cg-main .cg-prose p,
body.cg-theme-440 .cg-main .cg-prose li,
body.cg-theme-440 .cg-footer-brand-col > p {
    color: #c4cec7;
}

body.cg-theme-440 .cg-service-icon,
body.cg-theme-440 .cg-audience-icon,
body.cg-theme-440 .cg-support-action > span {
    color: #58dc68;
    background: #172219;
    border: 1px solid #36503b;
}

body.cg-theme-440 .cg-audience-card--home {
    background: linear-gradient(145deg, #0c130e, #121d15);
    border-color: #354238;
}
body.cg-theme-440 .cg-audience-card--business {
    background: linear-gradient(145deg, #071009, #101c13);
}
body.cg-theme-440 .cg-check-list {
    color: #d6ded8;
}

body.cg-theme-440 .cg-main .cg-prose a,
body.cg-theme-440 .cg-service-card > a,
body.cg-theme-440 .cg-text-link {
    color: #58dc68;
}

body.cg-theme-440 .cg-main .cg-prose table {
    background: #101712;
}
body.cg-theme-440 .cg-main .cg-prose th {
    background: #172219;
    color: #ffffff;
}
body.cg-theme-440 .cg-main .cg-prose td,
body.cg-theme-440 .cg-main .cg-prose th {
    border-color: #354238;
}
body.cg-theme-440 .cg-main .cg-prose blockquote {
    color: #edf4ef;
    background: #101a13;
}

body.cg-theme-440 .cg-contact-panel,
body.cg-theme-440 .cg-contact-form-wrap,
body.cg-theme-440 .cg-support-card {
    color: #f4f7f5;
    background: linear-gradient(145deg, #08100a, #121d15);
}
body.cg-theme-440 .cg-contact-form-wrap {
    border-color: #354238;
}

body.cg-theme-440 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
body.cg-theme-440 textarea,
body.cg-theme-440 select {
    color: #f4f7f5;
    background: #0c120e;
    border-color: #657168;
}
body.cg-theme-440 input::placeholder,
body.cg-theme-440 textarea::placeholder {
    color: #b2beb6;
    opacity: 1;
}

body.cg-theme-440 .cg-page-hero-inner > img,
body.cg-theme-440 .cg-hero-visual > img,
body.cg-theme-440 .cg-404 img {
    object-fit: contain;
}

body.cg-theme-440 .cg-hero-visual > img {
    width: min(480px, 78vw);
    animation: none;
}
body.cg-theme-440 .cg-page-hero-inner > img {
    width: 230px;
    opacity: 1;
}

body.cg-theme-440 .cg-footer-bottom-inner,
body.cg-theme-440 .cg-footer-links a,
body.cg-theme-440 .cg-footer-location,
body.cg-theme-440 .cg-footer-brand-col > p {
    color: #b9c5bd;
}

body.cg-theme-440 .cg-skip-link,
body.cg-theme-440 .screen-reader-text:focus {
    background: #58dc68;
    color: #041006;
}

body.cg-theme-440 :focus-visible {
    outline: 4px solid #58dc68;
    outline-offset: 4px;
}

@media (max-width: 1080px) {
    body.cg-theme-440 .cg-nav-inner {
        grid-template-columns: 88px auto auto;
        min-height: 88px;
    }
    body.cg-theme-440 .cg-brand,
    body.cg-theme-440 .cg-brand img {
        width: 78px;
        height: 78px;
    }
}

@media (max-width: 700px) {
    body.cg-theme-440 {
        font-size: 17px;
    }
    body.cg-theme-440 .cg-container {
        width: min(var(--cg-container), calc(100% - 28px));
    }
    body.cg-theme-440 .cg-nav-inner {
        grid-template-columns: 76px 1fr auto;
        min-height: 82px;
        gap: 12px;
    }
    body.cg-theme-440 .cg-brand,
    body.cg-theme-440 .cg-brand img {
        width: 70px;
        height: 70px;
    }
    body.cg-theme-440 .cg-service-card,
    body.cg-theme-440 .cg-audience-card,
    body.cg-theme-440 .cg-contact-panel,
    body.cg-theme-440 .cg-contact-form-wrap,
    body.cg-theme-440 .cg-support-action,
    body.cg-theme-440 .cg-prose--panel {
        padding: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.cg-theme-440 *,
    body.cg-theme-440 *::before,
    body.cg-theme-440 *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

@media (forced-colors: active) {
    body.cg-theme-440 :focus-visible {
        outline: 3px solid CanvasText;
    }
}
