html{scroll-behavior:smooth;overflow-x:hidden}:root{--color-brand-primary:#c2410c;--color-brand-primary-hover:#9a3412;--color-brand-secondary:#5b3a1e;--color-brand-muted:#fff7ed;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-tertiary:#94a3b8;--color-surface:#fff;--color-surface-muted:#f8fafc;--color-surface-elevated:#fff;--color-border:#e2e8f0;--color-border-strong:#cbd5e1;--color-success:#15803d;--color-warning:#b45309;--color-error:#b91c1c;--color-info:#0369a1;--color-prototype:#7c3aed;--color-footer-bg:#0f172a;--color-footer-text:#e2e8f0;--bg-primary:var(--color-surface);--bg-secondary:var(--color-surface-muted);--bg-card:var(--color-surface);--text-primary:var(--color-text-primary);--text-secondary:var(--color-text-secondary);--accent-blue:var(--color-brand-primary);--accent-purple:var(--color-brand-secondary);--accent-gradient:linear-gradient(135deg,var(--color-brand-primary),var(--color-brand-secondary));--border-color:var(--color-border);--color-primary-rgb:194,65,12;--primary:var(--color-brand-primary);--accent:var(--color-brand-primary);--text:var(--color-text-primary);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:40px;--space-8:48px;--space-9:64px;--space-10:80px;--space-11:96px;--space-12:128px;--spacing-xs:var(--space-2);--spacing-sm:var(--space-4);--spacing-md:var(--space-6);--spacing-lg:var(--space-8);--spacing-xl:var(--space-12);--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-card:16px;--radius-lg:20px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px #0f172a0a;--shadow-md:0 8px 24px #0f172a0f;--shadow-lg:0 16px 40px #0f172a14;--shadow-lift:0 12px 32px #0f172a1a;--font-main:var(--font-inter),"Inter",system-ui,sans-serif;--font-display:var(--font-inter),"Inter",system-ui,sans-serif;--text-display:clamp(2.5rem,5vw,3.75rem);--text-h1:clamp(2.125rem,4vw,3rem);--text-h2:clamp(1.75rem,3vw,2.25rem);--text-h3:clamp(1.375rem,2vw,1.625rem);--text-h4:1.125rem;--text-body-lg:1.125rem;--text-body:1rem;--text-small:.875rem;--text-caption:.75rem;--motion-fast:.15s;--motion-base:.25s;--motion-slow:.4s;--ease-out:cubic-bezier(.16,1,.3,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--bp-sm:640px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px;--header-height:72px;--container-max:1200px;--container-wide:1280px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-surface);color:var(--color-text-primary);font-family:var(--font-main);font-size:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.625;overflow-x:hidden}a{color:inherit;transition:color var(--motion-fast)var(--ease-in-out);text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-text-primary);font-weight:700;line-height:1.2}img{max-width:100%;height:auto}ul,ol{list-style:none}button{font-family:inherit}.container{max-width:var(--container-max);padding:0 var(--space-4);margin:0 auto}.container-wide{max-width:var(--container-wide);padding:0 var(--space-4);margin:0 auto}.section{padding:var(--space-10)0}.section-muted{background:var(--color-surface-muted)}.section-tight{padding:var(--space-8)0}.stack{gap:var(--space-4);flex-direction:column;display:flex}.stack-lg{gap:var(--space-6);flex-direction:column;display:flex}.cluster{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.grid-2{gap:var(--space-5);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-5);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-5);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:var(--space-8)0}}.skip-link{z-index:9999;background:var(--color-brand-primary);color:#fff;border-radius:var(--radius-sm);padding:.75rem 1rem;position:absolute;top:0;left:-9999px}.skip-link:focus{left:var(--space-4);top:var(--space-4)}:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.btn,.btn-primary{justify-content:center;align-items:center;gap:var(--space-2);background:var(--color-brand-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;min-height:44px;transition:background var(--motion-fast)var(--ease-in-out),transform var(--motion-fast)var(--ease-out),box-shadow var(--motion-fast)var(--ease-in-out);border:1px solid #0000;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:hover,.btn-primary:hover{background:var(--color-brand-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-ghost:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.btn:disabled,.btn-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.btn-secondary{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--motion-fast)var(--ease-in-out),background var(--motion-fast)var(--ease-in-out),transform var(--motion-fast)var(--ease-out);background:0 0;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-secondary:hover{border-color:var(--color-brand-primary);background:#c2410c0a;transform:translateY(-1px)}.btn-ghost{min-height:44px;color:var(--color-brand-primary);cursor:pointer;background:0 0;border:none;align-items:center;padding:.5rem .75rem;font-weight:600;display:inline-flex}.btn-ghost:hover{color:var(--color-brand-secondary)}.btn-sm{min-height:36px;padding:.4rem 1rem;font-size:.85rem}.btn-lg{min-height:52px;padding:.9rem 1.75rem;font-size:1rem}.section-eyebrow{font-size:var(--text-caption);letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand-primary);margin-bottom:var(--space-3);font-weight:700}.section-title{font-size:var(--text-h2);margin-bottom:var(--space-3)}.section-lead{font-size:var(--text-body-lg);color:var(--color-text-secondary);max-width:42rem;line-height:1.7}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.status-live{color:var(--color-success);background:#dcfce7}.status-beta{color:var(--color-info);background:#e0f2fe}.status-pilot{color:var(--color-warning);background:#ffedd5}.status-prototype{color:var(--color-prototype);background:#ede9fe}.status-coming-soon,.status-comingssoon{color:var(--color-text-secondary);background:#f1f5f9}.result-badge{border-radius:var(--radius-full);letter-spacing:.02em;color:var(--color-text-secondary);border:1px solid var(--color-border);background:#f1f5f9;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.result-badge[data-type=Verified\ Result],.result-badge[data-type=Client-Approved\ Result]{color:var(--color-success);background:#dcfce7;border-color:#bbf7d0}.result-badge[data-type="Internal Demo Outcome"]{color:var(--color-info);background:#e0f2fe;border-color:#bae6fd}.result-badge[data-type="Projected Business Impact"]{color:var(--color-warning);background:#ffedd5;border-color:#fed7aa}.result-badge[data-type=Illustrative\ Example],.result-badge[data-type=Pilot\ Outcome]{color:var(--color-text-secondary);background:#f8fafc}.hover-lift{transition:transform var(--motion-base)var(--ease-out),box-shadow var(--motion-base)var(--ease-out)}.hover-lift:hover{box-shadow:var(--shadow-lift);transform:translateY(-4px)}.hover-fade{transition:opacity var(--motion-fast)var(--ease-in-out)}.hover-fade:hover{opacity:.85}.timeline{flex-direction:column;gap:0;display:flex;position:relative}.timeline-step{gap:var(--space-4);padding-bottom:var(--space-6);grid-template-columns:48px 1fr;display:grid;position:relative}.timeline-step:before{content:"";background:var(--color-border);width:2px;position:absolute;top:40px;bottom:0;left:23px}.timeline-step:last-child:before{display:none}.timeline-marker{border-radius:var(--radius-full);background:var(--color-brand-muted);width:48px;height:48px;color:var(--color-brand-primary);font-weight:700;font-size:var(--text-small);z-index:1;border:2px solid #c2410c33;justify-content:center;align-items:center;display:flex}.field{gap:var(--space-2);flex-direction:column;display:flex}.field label{font-size:var(--text-small);color:var(--color-text-primary);font-weight:600}.field input,.field select,.field textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);min-height:44px;font:inherit;background:var(--color-surface);color:var(--color-text-primary);transition:border-color var(--motion-fast)var(--ease-in-out),box-shadow var(--motion-fast)var(--ease-in-out);padding:.65rem .85rem}.field textarea{resize:vertical;min-height:120px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--color-brand-primary);outline:none;box-shadow:0 0 0 3px #c2410c1f}.field-error{font-size:var(--text-caption);color:var(--color-error)}.field input[aria-invalid=true],.field select[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:var(--color-error)}.skeleton{background:linear-gradient(90deg,var(--color-surface-muted)25%,#eef2f7 50%,var(--color-surface-muted)75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.2s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.skeleton{animation:none}}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_f21041a5-module__KJFHbG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_f21041a5-module__KJFHbG__variable{--font-inter:"Inter","Inter Fallback"}
.Header-module__arFiJq__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--color-border);background:#ffffffeb;width:100%;padding:.65rem 0;position:fixed;top:0;left:0}.Header-module__arFiJq__container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Header-module__arFiJq__logo{z-index:1002;flex-shrink:0;align-items:center;max-width:180px;display:flex}.Header-module__arFiJq__nav{align-items:center;gap:.5rem;display:flex}.Header-module__arFiJq__navList{align-items:center;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__arFiJq__navItem{position:relative}.Header-module__arFiJq__navLink,.Header-module__arFiJq__navLinkBtn{min-height:44px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.4rem .7rem;font-size:.9rem;font-weight:600;display:inline-flex}.Header-module__arFiJq__navLink:hover,.Header-module__arFiJq__navLinkBtn:hover .Header-module__arFiJq__navLink{color:var(--color-text-primary)}.Header-module__arFiJq__chevron{opacity:.7;font-size:.65rem}.Header-module__arFiJq__dropdown{border:1px solid var(--color-border);border-radius:var(--radius-card);min-width:280px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;z-index:20;background:#fff;padding:.6rem;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% - 2px);left:0;transform:translateY(6px)}.Header-module__arFiJq__dropdownOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__arFiJq__dropdownLink{border-radius:var(--radius-sm);min-height:44px;color:var(--color-text-primary);justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .75rem;font-size:.9rem;font-weight:500;display:flex}.Header-module__arFiJq__dropdownLink:hover{background:var(--color-surface-muted);color:var(--color-brand-primary)}.Header-module__arFiJq__status{border-radius:999px;flex-shrink:0;padding:.15rem .45rem;font-size:.68rem;font-weight:700}.Header-module__arFiJq__cta{white-space:nowrap;margin-left:.5rem}.Header-module__arFiJq__mobileMeta,.Header-module__arFiJq__backdrop{display:none}.Header-module__arFiJq__hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:8px;display:none}.Header-module__arFiJq__hamburger span{background:var(--color-text-primary);border-radius:2px;width:100%;height:2px;transition:all .25s;display:block}.Header-module__arFiJq__hamburger.Header-module__arFiJq__active span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__arFiJq__hamburger.Header-module__arFiJq__active span:nth-child(2){opacity:0}.Header-module__arFiJq__hamburger.Header-module__arFiJq__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1100px){.Header-module__arFiJq__navLink,.Header-module__arFiJq__navLinkBtn{padding:.35rem .45rem;font-size:.82rem}.Header-module__arFiJq__cta{padding-inline:1rem;font-size:.85rem}}@media (max-width:1024px){.Header-module__arFiJq__hamburger{display:flex}.Header-module__arFiJq__backdrop{z-index:1000;background:#0f172a59;border:none;display:block;position:fixed;inset:0}.Header-module__arFiJq__nav{width:min(100%,420px);height:100dvh;box-shadow:var(--shadow-lg);z-index:1001;background:#fff;flex-direction:column;align-items:stretch;gap:1rem;padding:5.5rem 1.25rem 2rem;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(105%)}.Header-module__arFiJq__navOpen{transform:translate(0)}.Header-module__arFiJq__mobileMeta{border-bottom:1px solid var(--color-border);flex-direction:column;gap:.35rem;padding-bottom:1rem;display:flex}.Header-module__arFiJq__mobileBrand{font-size:1.1rem;font-weight:800}.Header-module__arFiJq__mobileContact{min-height:44px;color:var(--color-text-secondary);align-items:center;font-weight:500;display:inline-flex}.Header-module__arFiJq__navList{flex-direction:column;align-items:stretch;gap:.25rem}.Header-module__arFiJq__navItem{border-bottom:1px solid var(--color-border)}.Header-module__arFiJq__navLinkBtn{justify-content:space-between;width:100%}.Header-module__arFiJq__navLink{min-height:48px;font-size:1.05rem}.Header-module__arFiJq__dropdown{opacity:1;visibility:visible;min-width:0;box-shadow:none;border:none;padding:0 0 .75rem;display:none;position:static;transform:none}.Header-module__arFiJq__dropdownOpen{display:block}.Header-module__arFiJq__cta{width:100%;margin:1rem 0 0}}
.Footer-module__rnk_JG__footer{color:#e2e8f0;background:#0f172a;margin-top:0;padding:4rem 0 2rem}.Footer-module__rnk_JG__container{max-width:1200px;margin:0 auto;padding:0 1rem}.Footer-module__rnk_JG__top{grid-template-columns:1.4fr repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}@media (max-width:1100px){.Footer-module__rnk_JG__top{grid-template-columns:1fr 1fr 1fr}}.Footer-module__rnk_JG__logoLink{background:#fff;border-radius:10px;max-width:160px;margin-bottom:1rem;padding:.4rem .6rem;display:inline-block}.Footer-module__rnk_JG__brandCopy{color:#94a3b8;max-width:28rem;margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}.Footer-module__rnk_JG__contactBlock{color:#cbd5e1;flex-direction:column;gap:.4rem;margin-bottom:1.25rem;font-size:.92rem;display:flex}.Footer-module__rnk_JG__contactBlock a:hover{color:#fdba74}.Footer-module__rnk_JG__social{gap:.65rem;display:flex}.Footer-module__rnk_JG__socialLink{color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,color .2s;display:flex}.Footer-module__rnk_JG__socialLink:hover{background:var(--color-brand-primary);color:#fff}.Footer-module__rnk_JG__links h4{color:#fff;margin-bottom:1rem;font-size:.95rem}.Footer-module__rnk_JG__links ul{flex-direction:column;gap:.55rem;list-style:none;display:flex}.Footer-module__rnk_JG__links a{color:#94a3b8;align-items:center;min-height:32px;font-size:.92rem;display:inline-flex}.Footer-module__rnk_JG__links a:hover{color:#fdba74}.Footer-module__rnk_JG__bottom{color:#64748b;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.85rem;display:flex}.Footer-module__rnk_JG__legalLinks{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__rnk_JG__legalLinks a:hover{color:#e2e8f0}@media (max-width:900px){.Footer-module__rnk_JG__top{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__rnk_JG__top{grid-template-columns:1fr;gap:2rem}.Footer-module__rnk_JG__bottom{flex-direction:column;align-items:flex-start}}
.GlobalBackground-module__X3lo6G__background{z-index:-1;pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffffe6,#fffc),url(/hero-bg.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100vw;height:100vh;position:fixed;top:0;left:0}.GlobalBackground-module__X3lo6G__grid{background-image:linear-gradient(#8b45130a 1px,#0000 1px),linear-gradient(90deg,#8b45130a 1px,#0000 1px);background-size:50px 50px;width:200%;height:200%;animation:20s linear infinite GlobalBackground-module__X3lo6G__gridMove;position:absolute;top:0;left:0;transform:perspective(500px)rotateX(60deg)translateY(-100px)translateZ(-200px)}@keyframes GlobalBackground-module__X3lo6G__gridMove{0%{transform:perspective(500px)rotateX(60deg)translateY(0)translateZ(-200px)}to{transform:perspective(500px)rotateX(60deg)translateY(50px)translateZ(-200px)}}
