@source "./primitives.tsx";:root{--navy:#1b3a6b;--navy-dark:#0f2345;--navy-deepest:#0a1a33;--navy-light:#64748b;--red:#b91c1c;--red-hover:#991b1b;--red-light:#fca5a5;--white:#fff;--bg:#f4f6f9;--card:#fff;--border:#e5e7eb;--code-bg:#1e1e2e;--text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--success:#16a34a;--warning:#d97706;--warning-bg:#fef3c7;--error:#dc2626;--error-bg:#fee2e2;--info:#2563eb;--purple:#7c3aed;--color-navy:var(--navy);--color-red:var(--red);--color-white:var(--white);--color-bg:var(--bg);--color-surface:var(--card);--color-border:var(--border);--color-text-primary:var(--text-primary);--color-text-secondary:var(--text-secondary);--color-success:var(--success);--color-warning:var(--warning);--color-warning-bg:var(--warning-bg);--color-error:var(--error);--color-error-bg:var(--error-bg);--color-error-bg-strong:var(--red-light);--trade-roofing:#1b3a6b;--trade-masonry:#b91c1c;--trade-siding:#475569;--font-display-stack:"Barlow Condensed", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-body-stack:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono-stack:"JetBrains Mono", "SF Mono", Menlo, monospace;--font-display:var(--font-display-stack);--font-body:var(--font-body-stack);--font-mono:var(--font-mono-stack);--sidebar-bg:#1b3a6b;--sidebar-active:#ffffff1f;--sidebar-accent:#b91c1c;--sidebar-text:#fffc;--sidebar-muted:#ffffff80;--sidebar-width:220px;--banner-bg:#1b3a6b;--banner-urgent:#b91c1c}@theme{--breakpoint-xs: 30rem;  --color-navy: var(--navy); --color-navy-dark: var(--navy-dark); --color-navy-deepest: var(--navy-deepest); --color-navy-light: var(--navy-light); --color-red: var(--red); --color-red-hover: var(--red-hover); --color-red-light: var(--red-light); --color-white: var(--white);  --color-bg: var(--bg); --color-surface: var(--card); --color-border: var(--border); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-success: var(--success); --color-warning: var(--warning); --color-warning-bg: var(--warning-bg); --color-error: var(--error); --color-error-bg: var(--error-bg); --color-error-bg-strong: var(--red-light);  --font-display: var(--font-display-stack); --font-body: var(--font-body-stack); --font-mono: var(--font-mono-stack);  --shadow-antigravity: 0 4px 6px -1px #0000000d, 0 20px 40px -10px #1b3a6b14, 0 1px 3px 0 #00000008; --ease-antigravity: cubic-bezier(.16, 1, .3, 1); --animate-antigravity: .3s var(--ease-antigravity);}@layer utilities{.touch-target{min-width:44px;min-height:44px}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}.shadow-antigravity{box-shadow:var(--shadow-antigravity)}.glass-panel-light{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffffbf;border:1px solid #fff6}.glass-panel-dark{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#0f172acc;border:1px solid #ffffff0d}.transition-antigravity{transition:all .3s cubic-bezier(.16,1,.3,1)}}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased}body:has(.hub-mobile-backdrop){overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin:0}:focus-visible{outline:3px solid var(--red-light);outline-offset:3px}.hub-container{width:min(100%,1280px);margin-inline:auto;padding-inline:24px}.hub-app-icon{object-fit:contain;flex:none;display:block}.hub-button{cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:11px 18px;font-size:13px;font-weight:700;line-height:1;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.hub-button:hover{transform:translateY(-1px)}.hub-button--accent{background:var(--red);color:var(--white)}.hub-button--accent:hover{background:var(--red-hover)}.hub-button--outline{border-color:var(--navy);color:var(--navy);background:0 0}.hub-button--outline:hover{background:var(--navy);color:var(--white)}.hub-button--large{min-height:48px;padding:13px 21px;font-size:14px}.hub-wordmark{font-family:var(--font-display);letter-spacing:.01em;align-items:baseline;font-weight:700;line-height:1;display:inline-flex}.hub-wordmark-prefix{color:var(--navy)}.hub-wordmark-suffix,.hub-wordmark--reverse .hub-wordmark-prefix{color:var(--red)}.hub-wordmark--reverse .hub-wordmark-suffix{color:var(--navy)}.hub-wordmark--dark .hub-wordmark-prefix{color:var(--white)}.hub-wordmark--dark .hub-wordmark-suffix,.hub-wordmark--dark.hub-wordmark--reverse .hub-wordmark-prefix{color:var(--red-light)}.hub-wordmark--dark.hub-wordmark--reverse .hub-wordmark-suffix{color:var(--white)}.hub-brand-mark-primary{fill:none;stroke:var(--navy)}.hub-brand-mark-accent{fill:none;stroke:var(--red)}.hub-brand-mark-fill{fill:var(--red)}.hub-brand-mark--dark .hub-brand-mark-primary{stroke:var(--white)}.hub-eyebrow{color:var(--red);font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:10px;font-size:11px;font-weight:700;display:inline-flex}.hub-eyebrow:before{background:var(--red);content:"";width:28px;height:2px}.hub-eyebrow--dark{color:var(--red-light)}.hub-product-dot{background:var(--navy);border-radius:999px;flex:none;display:inline-block}.hub-product-dot--crm{background:linear-gradient(135deg, var(--navy) 0 49%, var(--red) 50% 100%)}.hub-product-dot--pipe,.hub-product-dot--duct,.hub-product-dot--spark,.hub-product-dot--carp{background:var(--red)}.hub-section-head{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:48px;display:flex}.hub-section-head-copy{max-width:720px}.hub-section-head h2{color:var(--text-primary);font-family:var(--font-display);letter-spacing:-.01em;margin-top:12px;font-size:clamp(36px,5vw,48px);font-weight:700;line-height:1.05}.hub-section-head p{max-width:620px;color:var(--text-secondary);margin-top:12px;font-size:18px;line-height:1.55}.hub-section-head--dark h2{color:var(--white)}.hub-section-head--dark p{color:#ffffffb8}.hub-section-head-right{flex:none}.hub-stat-key,.hub-stat-sub{color:var(--text-secondary);font-size:13px;line-height:1.25;display:block}.hub-stat strong{color:var(--text-primary);font-family:var(--font-display);margin-top:6px;font-size:36px;line-height:1;display:block}.hub-stat-sub{margin-top:6px}.hub-stat--dark .hub-stat-key,.hub-stat--dark .hub-stat-sub{color:#ffffff9e}.hub-stat--dark strong{color:var(--white)}.hub-stat--accent strong{color:var(--red-light)}.rp-splash{z-index:9999;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:16px;transition:opacity .4s;display:flex;position:fixed;inset:0}.rp-loaded .rp-splash{opacity:0;pointer-events:none}.rp-splash-text{color:var(--navy);font-family:var(--font-display);font-size:22px;font-weight:700}.rp-splash-sub{color:var(--text-secondary);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;font-size:11px}.hub-utility{background:var(--navy-deepest);color:#ffffff94;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;padding-block:8px;font-size:11px}.hub-utility-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.hub-utility a:hover{color:var(--white)}.hub-utility-divider{opacity:.4;margin-inline:12px}.hub-nav{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;position:sticky;top:0}.hub-nav-inner{align-items:center;gap:32px;height:72px;display:flex}.hub-home-link,.hub-nav-wordmark{align-items:center;display:inline-flex}.hub-home-link{gap:8px}.hub-nav-wordmark{font-family:var(--font-display);letter-spacing:.02em;font-size:22px;font-weight:700;line-height:1}.hub-nav-wordmark strong{color:var(--red)}.hub-nav-wordmark span{color:var(--navy);margin-left:2px}.hub-desktop-nav,.hub-desktop-actions{align-items:center;display:flex}.hub-desktop-nav{gap:26px}.hub-desktop-actions{gap:16px;margin-left:auto}.hub-nav-link,.hub-products-trigger{color:var(--text-primary);cursor:pointer;background:0 0;border:0;font-size:13.5px;font-weight:600}.hub-nav-link:hover,.hub-products-trigger:hover{color:var(--red)}.hub-products-wrap{position:relative}.hub-products-trigger{align-items:center;gap:5px;padding:8px 0;display:inline-flex}.hub-menu-trigger,.hub-mobile-close{width:44px;height:44px;color:var(--navy);cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;display:none}.hub-mobile-backdrop{z-index:100;background:#0a1a3394;justify-content:flex-end;display:flex;position:fixed;inset:0}.hub-mobile-panel{background:var(--white);width:min(88vw,320px);min-height:100%;padding:20px;box-shadow:-24px 0 64px #0a1a3347}.hub-mobile-panel-head{justify-content:flex-end;display:flex}.hub-mobile-close{display:inline-flex}.hub-mobile-links{flex-direction:column;gap:4px;margin-top:8px;display:flex}.hub-mobile-links>a:not(.hub-button){min-height:44px;color:var(--text-primary);border-radius:3px;padding:12px;font-weight:600}.hub-mobile-links>a:not(.hub-button):hover{background:var(--bg);color:var(--red)}.hub-mobile-links .hub-button{margin-top:8px}.hub-mega-menu{z-index:100;border:1px solid var(--border);background:var(--white);border-radius:4px;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:min(1120px,100vw - 48px);padding:24px;display:grid;position:absolute;top:calc(100% + 8px);left:-24px;box-shadow:0 24px 64px #0a1a3333}.hub-mega-title{border-bottom:1px solid var(--border);color:var(--red);font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;margin:0 12px 8px;padding-bottom:8px;font-size:9.5px;font-weight:700}.hub-mega-title span{color:var(--text-muted);margin-left:4px;font-weight:500}.hub-mega-list{flex-direction:column;display:flex}.hub-mega-item{border-radius:3px;align-items:center;gap:12px;padding:10px 12px;display:flex}.hub-mega-item:hover{background:var(--bg)}.hub-mega-icon,.hub-product-icon-frame,.hub-method-icon{border:1px solid var(--border);background:var(--white);border-radius:6px;flex:none;justify-content:center;align-items:center;display:flex}.hub-mega-icon{width:34px;height:34px}.hub-mega-name{align-items:baseline;display:flex}.hub-beta-pill{border:1px solid var(--red);color:var(--red);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;border-radius:999px;margin-left:8px;padding:2px 6px;font-size:9px;font-weight:700}.hub-mega-domain{color:var(--text-secondary);font-family:var(--font-mono);margin-top:2px;font-size:10px;line-height:1.4;display:block}.hub-mega-note{color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;padding:16px 12px 0;font-size:10px;line-height:1.5}.hub-hero{background:var(--navy-dark);color:var(--white);padding-block:112px;position:relative;overflow:hidden}.hub-hero:before,.hub-hero:after,.hub-field-companions:before,.hub-crm:before,.hub-veteran:before{pointer-events:none;content:"";position:absolute;inset:0}.hub-hero:before,.hub-field-companions:before{background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:48px 48px}.hub-hero:after{background:radial-gradient(at 75% 35%,#b91c1c2e 0%,#0000 55%),linear-gradient(105deg,#0a1a33d9 0%,#1b3a6b59 65%,#1b3a6b1a 100%)}.hub-hero .hub-container,.hub-field-companions .hub-container,.hub-crm .hub-container,.hub-veteran .hub-container{z-index:2;position:relative}.hub-hero-grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:48px;display:grid}.hub-hero h1{color:var(--white);font-family:var(--font-display);margin-block:16px 24px;font-size:clamp(52px,6vw,76px);font-weight:700;line-height:.98}.hub-hero h1 span{display:block}.hub-hero h1 .hub-hero-accent{color:var(--red-light)}.hub-hero-lede{color:#ffffffc7;max-width:540px;font-size:18px;line-height:1.55}.hub-hero-action{margin-top:32px}.hub-hero-stats{border-top:1px solid #ffffff24;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:56px;padding-top:28px;display:grid}.hub-hero-visual{min-width:0;position:relative}.hub-motion{aspect-ratio:16/10;background:var(--navy-deepest);border:1px solid #ffffff29;border-radius:16px;margin:0;position:relative;overflow:hidden;box-shadow:0 40px 90px #00000080,0 0 0 10px #ffffff06}.hub-motion:after{pointer-events:none;content:"";background:linear-gradient(#0000 48%,#0a1a33d1 100%);position:absolute;inset:0}.hub-motion-video{object-fit:cover;width:100%;height:100%}.hub-motion figcaption{z-index:2;justify-content:space-between;align-items:flex-end;gap:20px;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.hub-motion figcaption span{color:var(--red-light);font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:700}.hub-motion figcaption strong{max-width:260px;color:var(--white);font-family:var(--font-display);text-align:right;font-size:22px;line-height:1.05}.hub-hero-reticle{opacity:.18;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hub-hero-browser{background:var(--white);border-radius:10px;width:min(720px,58vw);position:absolute;top:30px;left:0;overflow:hidden;transform:rotateY(-14deg)rotateX(4deg)rotate(-1deg);box-shadow:0 40px 80px #0000008c,0 12px 28px #00000059,0 0 0 1px #ffffff14}.hub-browser-bar{border-bottom:1px solid var(--border);background:var(--bg);align-items:center;gap:7px;padding:9px 14px;display:flex}.hub-browser-dot{background:var(--red);border-radius:999px;width:10px;height:10px}.hub-browser-dot:nth-child(2){background:var(--text-secondary)}.hub-browser-dot:nth-child(3){background:var(--navy)}.hub-browser-domain{color:var(--text-secondary);font-family:var(--font-mono);margin-left:18px;font-size:11px}.hub-hero-browser img,.hub-hero-phone img{width:100%;display:block}.hub-hero-phone{z-index:2;filter:drop-shadow(0 24px 48px #00000080);width:220px;position:absolute;bottom:-20px;left:-50px;transform:rotate(-5deg)}.hub-hero-badge{z-index:3;background:var(--red);color:var(--white);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;border-radius:2px;padding:7px 10px;font-size:10px;font-weight:700;position:absolute;bottom:130px;left:175px;transform:rotate(-3deg);box-shadow:0 8px 16px #0006}.hub-products,.hub-spotlight,.hub-cta{background:var(--white);padding-block:96px}.hub-products{border-block:1px solid var(--border)}.hub-category{border-top:1px dashed var(--border);grid-template-columns:240px minmax(0,1fr);gap:48px;margin-top:56px;padding-top:56px;display:grid}.hub-category--first{border-top:0;margin-top:24px;padding-top:24px}.hub-category-copy{align-self:start;position:sticky;top:96px}.hub-category-index{color:var(--red);font-family:var(--font-mono);letter-spacing:.18em;font-size:11px;font-weight:700}.hub-category-index:before{background:var(--red);vertical-align:middle;content:"";width:24px;height:2px;margin-right:10px;display:inline-block}.hub-category h3{font-family:var(--font-display);margin-block:10px;font-size:28px;line-height:1.1}.hub-category-copy p{color:var(--text-secondary);font-size:13px;line-height:1.55}.hub-category-count{border-top:1px solid var(--border);color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;margin-top:16px;padding-top:12px;font-size:10.5px;display:block}.hub-product-grid{grid-template-columns:repeat(var(--hub-cols), minmax(0, 1fr));border-top:1px solid var(--border);border-left:1px solid var(--border);display:grid}.hub-product-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white);flex-direction:column;min-height:280px;padding:26px 22px 22px;transition:background-color .16s;display:flex;position:relative}.hub-product-card--service,.hub-product-card:hover{background:var(--bg)}.hub-product-tag{background:var(--navy);color:var(--white);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;padding:5px 10px;font-size:10px;font-weight:600;position:absolute;top:0;right:0}.hub-product-tag--red{background:var(--red)}.hub-product-brand{align-items:center;gap:12px;margin-bottom:14px;display:flex}.hub-product-icon-frame{width:42px;height:42px}.hub-product-domain,.hub-product-stat-label{color:var(--text-secondary);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:10px;display:block}.hub-product-domain{letter-spacing:.14em;margin-top:4px}.hub-product-card h3{font-family:var(--font-display);margin:4px 0 8px;font-size:18px;line-height:1.2}.hub-product-card>p{color:var(--text-secondary);font-size:13px;line-height:1.5}.hub-product-stats{border-top:1px solid var(--border);align-items:flex-end;gap:14px;margin-top:auto;padding-top:14px;display:flex}.hub-product-stat-value{font-family:var(--font-display);margin-top:4px;font-size:19px;font-weight:700;line-height:1;display:block}.hub-product-visit{color:var(--navy);align-self:center;align-items:center;gap:5px;margin-left:auto;font-size:12px;font-weight:700;display:inline-flex}.hub-method{background:var(--bg);padding-block:96px}.hub-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.hub-method-card{border:1px solid var(--border);background:var(--white);border-radius:4px;height:100%;padding:28px;box-shadow:0 8px 24px #1b3a6b0f}.hub-method-icon{width:44px;height:44px;margin-bottom:16px}.hub-method-index{color:var(--red);font-family:var(--font-mono);letter-spacing:.16em;font-size:11px;font-weight:700}.hub-method-card h3{font-family:var(--font-display);margin-block:10px 8px;font-size:22px}.hub-method-card p{color:var(--text-secondary);font-size:14px;line-height:1.55}.hub-method-callout{border:1px solid var(--border);border-left:3px solid var(--red);background:var(--white);border-radius:3px;flex-wrap:wrap;align-items:baseline;gap:14px;margin-top:40px;padding:16px 22px;display:inline-flex}.hub-method-callout strong{font-family:var(--font-display);font-size:28px}.hub-method-callout strong span{color:var(--red)}.hub-method-callout small{color:var(--text-secondary);font-size:13px}.hub-spotlight-feature{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:32px;display:grid}.hub-feature-report{border:1px solid var(--border);background:var(--white);border-radius:4px;position:relative;overflow:hidden;box-shadow:0 24px 48px #1b3a6b1f}.hub-feature-report img{width:100%;display:block}.hub-feature-label,.hub-report-corner{z-index:2;color:var(--white);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;border-radius:2px;font-weight:700;position:absolute}.hub-feature-label{background:var(--red);padding:6px 10px;font-size:10px;top:14px;left:14px}.hub-spotlight-copy h3,.hub-lineup-copy h3{font-family:var(--font-display);line-height:1.1}.hub-spotlight-copy h3{margin-block:14px 12px;font-size:36px}.hub-spotlight-copy>p,.hub-lineup-copy p{color:var(--text-secondary);font-size:16px;line-height:1.6}.hub-feature-stats{border-block:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px;display:grid}.hub-feature-stat{border-right:1px solid var(--border);padding:16px 14px}.hub-feature-stat:last-child{border-right:0}.hub-feature-stat span{color:var(--text-secondary);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:600;display:block}.hub-feature-stat strong{font-family:var(--font-display);margin-top:6px;font-size:28px;display:block}.hub-feature-stat--accent strong{color:var(--red)}.hub-spotlight-action{margin-top:24px}.hub-lineup-copy{max-width:720px;margin-top:64px}.hub-lineup-copy h3{margin-block:12px 8px;font-size:30px}.hub-lineup-copy p{font-size:18px}.hub-report-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:32px;display:grid}.hub-report-tile{border:1px solid var(--border);background:var(--white);border-radius:4px;transition:transform .2s,box-shadow .2s;overflow:hidden}.hub-report-tile:hover{transform:translateY(-4px);box-shadow:0 24px 48px #1b3a6b2e}.hub-report-preview{aspect-ratio:8.5/11;border-bottom:1px solid var(--border);background:var(--bg);position:relative;overflow:hidden}.hub-report-preview:after{content:"";background:linear-gradient(#0000,#fffffff2 80%);height:60px;position:absolute;bottom:0;left:0;right:0}.hub-report-preview img{object-fit:cover;object-position:top center;width:100%;height:100%;position:absolute;inset:0}.hub-report-corner{background:#1b3a6bf0;padding:5px 8px;font-size:9.5px;top:10px;right:10px}.hub-report-meta{flex-direction:column;gap:4px;padding:14px 16px 16px;display:flex}.hub-report-domain{color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.12em;font-size:10px}.hub-field-companions,.hub-crm{background:var(--navy-dark);color:var(--white);padding-block:96px;position:relative;overflow:hidden}.hub-field-phone-grid{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:24px;margin-top:56px;display:flex}.hub-field-phone{filter:drop-shadow(0 16px 32px #00000080);flex:none;width:min(320px,28vw);transition:transform .4s cubic-bezier(.16,1,.3,1);position:relative}.hub-field-phone--lifted{transform:translateY(-24px)}.hub-field-phone img{width:100%;display:block}.hub-field-phone figcaption{color:#ffffff80;font-family:var(--font-mono);letter-spacing:.16em;white-space:nowrap;text-transform:uppercase;font-size:10.5px;position:absolute;bottom:-28px;left:50%;transform:translate(-50%)}.hub-companion-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:64px;display:grid}.hub-companion-card{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:4px;padding:18px 18px 16px}.hub-companion-card:hover{background:#ffffff0f;border-color:#ffffff40}.hub-companion-brand{align-items:center;gap:10px;margin-bottom:10px;display:flex}.hub-companion-card p{color:#ffffffb3;font-size:12.5px;line-height:1.5}.hub-companion-tag{color:#ffffff80;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;border-top:1px solid #ffffff1a;margin-top:8px;padding-top:8px;font-size:10px;display:block}.hub-crm:before{opacity:.6;background-image:radial-gradient(circle at 1px 1px,#ffffff14 1px,#0000 0);background-size:24px 24px}.hub-crm-grid,.hub-veteran-grid{grid-template-columns:5fr 7fr;align-items:center;gap:64px;margin-top:40px;display:grid}.hub-crm-point{border-bottom:1px solid #ffffff1a;gap:14px;padding-block:16px;display:flex}.hub-crm-point:last-child{border-bottom:0}.hub-crm-icon{background:#ffffff14;border-radius:6px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;margin-top:1px;display:flex}.hub-crm-point strong{color:var(--white);font-family:var(--font-display);margin-bottom:3px;font-size:17px;display:block}.hub-crm-point p{color:#ffffffa6;font-size:14px;line-height:1.55}.hub-crm-action{margin-top:32px}.hub-crm-screenshot{border:1px solid #ffffff1f;border-radius:4px;width:100%;display:block;box-shadow:0 30px 80px #00000080}.hub-veteran{background:var(--navy);color:var(--white);padding-block:96px;position:relative}.hub-veteran:before{background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:32px 32px}.hub-veteran-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.hub-veteran h2,.hub-cta h2{font-family:var(--font-display);font-size:40px;line-height:1.1}.hub-veteran h2{color:var(--white);margin-top:12px}.hub-veteran-copy>p{color:#ffffffbf;margin-top:18px;font-size:16px;line-height:1.65}.hub-veteran-motto{color:var(--red-light);font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;align-items:center;gap:10px;margin-top:28px;font-size:11px;font-weight:600;display:inline-flex}.hub-veteran-motto:before{background:var(--red);content:"";width:28px;height:2px}.hub-veteran-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.hub-veteran-stat{border:1px solid #ffffff2e;border-radius:4px;padding:22px}.hub-cta{border-block:1px solid var(--border);padding-block:64px}.hub-cta-row{justify-content:space-between;align-items:center;gap:40px;display:flex}.hub-cta h2{max-width:580px;font-size:36px}.hub-cta p{max-width:520px;color:var(--text-secondary);margin-top:8px;font-size:16px}.hub-cta-actions{flex-wrap:wrap;gap:12px;display:flex}.hub-footer{background:var(--navy-deepest);color:#ffffffb3;padding:72px 0 32px}.hub-footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.7fr repeat(4,1fr);gap:28px;padding-bottom:48px;display:grid}.hub-footer-brand{align-items:center;gap:8px;margin-bottom:16px;display:flex}.hub-footer-wordmark{font-family:var(--font-display);letter-spacing:.02em;align-items:baseline;font-size:22px;font-weight:700;display:inline-flex}.hub-footer-wordmark strong{color:var(--red)}.hub-footer-wordmark span{color:var(--white);margin-left:2px}.hub-footer-intro p{color:#ffffff8c;max-width:280px;font-size:13px;line-height:1.6}.hub-footer-title{color:#ffffff80;font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;margin-bottom:16px;font-size:10.5px;font-weight:600}.hub-footer-title span{color:var(--red);margin-left:4px;font-weight:700}.hub-footer-link{color:#ffffffbf;padding-block:5px;font-size:13.5px;display:block}.hub-footer-link:hover{color:var(--white)}.hub-footer-beta{color:var(--red-light);margin-left:4px;font-size:10px}.hub-footer-bottom{color:#ffffff73;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:28px;font-size:11px;display:flex}.hub-footer-legal{align-items:center;gap:22px;display:flex}.hub-footer-legal a{color:#ffffff8c}.hub-footer-legal a:hover{color:var(--white)}@media (width<=1023px){.hub-desktop-nav,.hub-desktop-actions{display:none}.hub-menu-trigger{margin-left:auto;display:inline-flex}.hub-hero-grid{grid-template-columns:1fr}.hub-hero-visual{width:min(760px,100%);margin-top:16px}.hub-mega-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-category{grid-template-columns:1fr;gap:24px}.hub-category-copy{position:static}.hub-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-report-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hub-field-phone{width:min(280px,30vw)}.hub-crm-grid{gap:40px}.hub-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hub-footer-intro{grid-column:1/-1}}@media (width<=767px){.hub-container{padding-inline:20px}.hub-utility-copy,.hub-utility-location{display:none}.hub-utility-row{justify-content:flex-end}.hub-section-head{flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:40px}.hub-section-head h2{font-size:36px}.hub-section-head p{font-size:16px}.hub-hero{padding-block:72px}.hub-hero h1{font-size:46px}.hub-hero-stats{gap:12px}.hub-stat strong{font-size:30px}.hub-products,.hub-method,.hub-spotlight,.hub-field-companions,.hub-crm,.hub-veteran{padding-block:64px}.hub-category{margin-top:40px;padding-top:40px}.hub-category--first{margin-top:0;padding-top:0}.hub-method-grid,.hub-companion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-spotlight-feature,.hub-crm-grid,.hub-veteran-grid{grid-template-columns:1fr}.hub-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-field-phone{width:min(240px,42vw)}.hub-cta-row{flex-direction:column;align-items:flex-start}.hub-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=479px){.hub-nav-wordmark{font-size:19px}.hub-hero-stats,.hub-feature-stats,.hub-veteran-stats,.hub-product-grid,.hub-method-grid,.hub-companion-grid,.hub-report-grid,.hub-footer-grid{grid-template-columns:1fr}.hub-field-phone{width:min(220px,70vw)}.hub-field-phone--lifted{transform:none}.hub-footer-legal{flex-wrap:wrap}.hub-motion figcaption{bottom:12px;left:14px;right:14px}.hub-motion figcaption strong{max-width:180px;font-size:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
