:root{--bg-primary:#000;--bg-secondary:#000;--bg-tertiary:#1a1a1a;--bg-card:#141414;--bg-elevated:#1e1e1e;--text-primary:#f5f5f5;--text-secondary:#a0a0a0;--text-muted:#666;--accent:#af0;--accent-dim:#aaff0026;--accent-glow:#af06;--border-subtle:#ffffff0f;--border-medium:#ffffff1a;--font-heading:"Clash Display", sans-serif;--font-body:"General Sans", sans-serif;--transition-fast:.2s cubic-bezier(.25, .46, .45, .94);--transition-medium:.4s cubic-bezier(.25, .46, .45, .94);--transition-slow:.8s cubic-bezier(.25, .46, .45, .94)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-weight:400;line-height:1.6;overflow-x:hidden}#root{text-align:left;box-sizing:border-box;border:none;width:100%;min-height:100svh;display:block}::selection{background:var(--accent);color:var(--bg-primary)}.accent{color:var(--accent)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:600;line-height:1.1}.btn{font-family:var(--font-body);letter-spacing:.01em;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent);color:var(--bg-primary);border-color:var(--accent)}.btn-primary:hover{box-shadow:0 0 30px var(--accent-glow);background:#bfff33;transform:translateY(-2px)}.btn-outline{color:var(--text-primary);border-color:var(--border-medium);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent);box-shadow:0 0 20px var(--accent-glow)}.btn-large{padding:1.125rem 2.5rem;font-size:1rem}.section{padding:7rem 2rem}.section-container{max-width:1200px;margin:0 auto}.section-header{margin-bottom:4rem}.section-header.center{text-align:center}.section-label{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.8125rem;font-weight:500;display:inline-block}.section-title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(2.25rem,4.5vw,4rem);font-weight:600;line-height:1.1}[data-animate]{opacity:0;transition:opacity var(--transition-slow), transform var(--transition-slow);transform:translateY(30px)}[data-animate].visible{opacity:1;transform:translateY(0)}@media (width<=768px){.section{padding:5rem 1.5rem}.btn-large{width:100%}br{display:none}.core-thesis-text div{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.core-thesis-text{font-size:clamp(1rem,4.5vw,1.5rem)!important}.core-thesis-text-parent{padding:0 1.5rem!important}}.core-thesis-text{word-break:normal;overflow-wrap:break-word;font-size:clamp(1.5rem,3.5vw,2.75rem);line-height:1.4}.core-thesis-text span{word-break:normal;overflow-wrap:break-word}.global-container{box-sizing:border-box;width:100%;max-width:1720px;margin-left:auto;margin-right:auto;padding-left:5vw;padding-right:5vw}@media (width>=1200px){.global-container{padding-left:0;padding-right:0}}.global-container p,.global-container h1,.global-container h2,.global-container h3,.global-container h4,.global-container h5,.global-container h6,.global-container span,.global-container div{overflow-wrap:break-word;word-break:break-word}.nav{z-index:1000;background:#000000f2;border-bottom:1px solid #ffffff14;width:100%;padding:0;position:fixed;top:0;left:0}.nav.scrolled{-webkit-backdrop-filter:blur(20px)saturate(1.5);background:#000000fa;border-bottom:1px solid #ffffff1a}.nav-container{justify-content:space-between;align-items:center;width:100%;height:72px;display:flex}.logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.logo img{width:auto;height:46px;transition:transform var(--transition-fast)}.logo:hover img{transform:scale(1.05)}.nav-links{align-items:center;gap:4rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{font-family:var(--font-heading);color:var(--text-secondary);letter-spacing:.01em;transition:color var(--transition-fast);font-size:.9375rem;font-weight:500;text-decoration:none;position:relative}.nav-links a:after{content:"";background:var(--text-primary);width:0;height:1.5px;transition:width var(--transition-medium);position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--text-primary)}.nav-links a:hover:after{width:100%}.nav-contact-btn{background:var(--text-primary);letter-spacing:.02em;border-radius:4px;padding:.5rem 1.25rem;transition:background .4s,color .4s,box-shadow .4s;color:var(--bg-primary)!important;font-weight:600!important}.nav-contact-btn:after{display:none!important}.nav-contact-btn:hover{background:var(--accent);box-shadow:0 0 20px #aaff004d;color:var(--bg-primary)!important}.nav-contact-btn:active{background:var(--accent);color:var(--bg-primary)!important}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-fast);display:block}@media (width<=768px){.logo img{width:auto;height:38px}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000fa;border-bottom:1px solid #ffffff14;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open,.nav-toggle{display:flex}}.fix-engine-hero{-webkit-user-select:none;user-select:none;background-color:#000;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.fix-engine-hero-canvas{z-index:0;pointer-events:none;opacity:0;width:100%;height:100%;animation:1.5s ease-out .3s forwards fadeInCanvas;position:absolute;inset:0}@keyframes fadeInCanvas{to{opacity:1}}.fix-engine-hero-gradient{z-index:10;pointer-events:none;background:linear-gradient(90deg,#000,#0000004d 50%,#0000 100%);position:absolute;inset:0}@media (width<=1024px){.fix-engine-hero-gradient{background:linear-gradient(90deg,#0009,#00000026 50%,#0009 100%)}}.fix-engine-hero-content{z-index:20;pointer-events:none;position:absolute;top:calc(22% - 10px);left:5vw;right:5vw}.fix-engine-hero-left{pointer-events:auto}.fix-engine-hero-left h1{color:#e8f4fd;letter-spacing:-.03em;font-size:clamp(3rem,6vw,5.5rem);font-weight:500;line-height:1.05;font-family:var(--font-heading);text-align:left;margin:0}.typewriter-cursor{color:#0000;font-size:inherit;vertical-align:baseline;opacity:0;will-change:opacity, box-shadow;background:#af0;width:.55em;height:.8em;margin-left:2px;line-height:1;transition:opacity .12s,box-shadow .4s;display:inline-block;position:relative;top:.05em}.typewriter-cursor.visible{opacity:1}.typewriter-cursor-glow{box-shadow:0 0 10px #af0,0 0 25px #af06,0 0 50px #af03}.typewriter-trail{background:linear-gradient(90deg,#e8f4fd,#af0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtext{font-family:var(--font-body);color:#c8ccd0;z-index:30;pointer-events:none;overflow-wrap:break-word;word-break:break-word;max-width:70rem;margin:0;font-size:clamp(1.25rem,1.8vw,1.6rem);font-weight:400;line-height:1.5;position:absolute;bottom:8rem;left:5vw;right:5vw}.scroll-indicator{z-index:30;cursor:pointer;pointer-events:auto;opacity:0;animation:.8s 1.5s forwards fadeIn;position:absolute;bottom:5rem;left:50%;transform:translate(-50%)}@keyframes fadeIn{to{opacity:1}}.hero-subtext-mobile,.hero-subtext-xs{display:none}@media (width<=1024px){.fix-engine-hero-content{top:12%}.fix-engine-hero-left h1{font-size:clamp(2.2rem,8vw,3.2rem);line-height:1.1}.hero-subtext{font-size:clamp(1.15rem,3.7vw,1.4rem);bottom:4rem}}@media (width>=768px) and (width<=1024px){.fix-engine-hero-content{top:10%;left:5vw;right:5vw}.fix-engine-hero-left h1{max-width:60ch;font-size:clamp(2.6rem,5.5vw,3.8rem);line-height:1.08}.hero-subtext{font-size:clamp(1.35rem,3.2vw,1.7rem);bottom:3rem}}@media (width<=767px){.hero-subtext-desktop{display:none}.hero-subtext-mobile{display:block}}@media (width<=376px){.hero-subtext-mobile{display:none}.hero-subtext-xs{display:block}}.scroll-indicator-chevrons{flex-direction:column;align-items:center;gap:4px;display:flex}@media (width<=1024px){.scroll-indicator{display:none}}.fix-engine-hero-left p{color:#9ca3af;text-align:left;max-width:36rem;font-size:clamp(.9375rem,1.2vw,1.0625rem);line-height:1.7;font-family:var(--font-body);margin:0 0 2rem}.fix-engine-hero-left>div:last-child{pointer-events:auto;flex-wrap:wrap;gap:1rem;display:flex}.fix-engine-hero-btn{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;padding:.75rem 1.25rem;font-size:.75rem;font-weight:600;transition:all .2s}.fix-engine-hero-btn-primary{color:#000;background-color:#fff;border:none}.fix-engine-hero-btn-primary:hover{background-color:#e5e7eb}.fix-engine-hero-btn-outline{color:#d1d5db;background:0 0;border:1px solid #374151}.fix-engine-hero-btn-outline:hover{color:#fff;background-color:#ffffff0d}@media (width>=1200px){.fix-engine-hero-content{left:0;right:0}.hero-subtext{left:auto;right:0}}.hero{background-color:#000;width:100%;min-height:100vh}@media (width>=1200px){.hero .fix-engine-hero-canvas{transform:translate(-3.3%)}}.stats{background:var(--bg-secondary);border:none;padding:4rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{text-align:center;opacity:0;transition:opacity var(--transition-slow), transform var(--transition-slow);transform:translateY(30px)}.stat-item .stat-number,.stat-item .stat-suffix{display:inline-block}.stat-item.visible{opacity:1;transform:translateY(0)}.stat-number,.stat-suffix{font-family:var(--font-heading);color:var(--accent);font-size:clamp(2rem,3.5vw,3.5rem);font-weight:600;line-height:1}.stat-suffix{margin-left:2px}.stat-label{font-family:var(--font-body);color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;margin-top:.75rem;font-size:.8125rem;font-weight:400;display:block}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding:4rem 0 2rem}.footer-container{flex-direction:column;gap:2rem;display:flex}.footer-top{align-items:start;gap:4rem;display:flex}.footer-brand{flex-direction:column;justify-self:start;gap:.75rem;display:flex}.footer-logo{width:auto;height:56px}.footer-tagline{font-family:var(--font-body);color:var(--text-secondary);margin: ;font-size:.9375rem}.footer-links{grid-template-columns:repeat(2,auto);gap:6rem;margin-left:1rem;display:grid}.footer-col-connect{display:none}.footer-col h4{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.02em;margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li{margin-bottom:.625rem}.footer-col a{font-family:var(--font-body);color:var(--text-secondary);transition:color var(--transition-fast);font-size:1rem;text-decoration:none}.footer-col a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem 0 0;display:flex}.footer-logo-bottom{text-align:left;padding:4rem 0}.footer-logo-bottom img{width:100%;display:block}@media (width>=769px) and (width<=1199px){.footer-logo-bottom{padding:4rem 5vw}}@media (width<=768px){.footer-logo-bottom{padding:3rem 5vw}.footer-logo-bottom img{filter:brightness(3.5);width:100%;margin-left:0}}.footer-bottom p{font-family:var(--font-body);color:var(--text-muted);margin:0;font-size:.8125rem}.footer-bottom a{color:var(--text-muted);transition:color var(--transition-fast);text-decoration:none}.footer-bottom a:hover,.footer-bottom a:active{color:var(--accent)}.footer-bottom-links{gap:1.5rem;display:flex}@media (width<=1024px){.footer-top{flex-direction:column;gap:2rem}.footer-links{margin-left:0}.footer-bottom{padding-left:5vw;padding-right:5vw}}@media (width<=768px){.footer-links{grid-template-columns:auto auto}.footer-bottom{text-align:center;flex-direction:column-reverse;align-items:center;gap:.5rem;padding-left:5vw;padding-right:5vw}}.technology-page{background:var(--bg-primary);min-height:100vh}.tech-page-hero{padding:8rem 0 2rem}.tech-page-hero .section-label{text-transform:uppercase;letter-spacing:.2em;color:#fff;margin-top:7rem;margin-bottom:1.5rem;font-family:Clash Display;font-size:3rem;font-weight:600;display:block}.tech-page-hero .section-title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:700;line-height:1.1}.tech-page-hero .accent{color:var(--accent)}.back-link{font-family:var(--font-body);color:var(--text-secondary);margin-top:3rem;margin-bottom:1rem;font-size:.875rem;text-decoration:none;transition:color .3s;display:inline-block}.back-link:hover{color:var(--accent)}.tech-intro{font-family:var(--font-body);color:var(--text-secondary);margin-top:3rem;margin-bottom:3rem;font-size:2.125rem;font-weight:500;line-height:1.7}.tech-page-content{padding:4rem 0 8rem}.tech-capabilities{flex-direction:column;gap:10rem;max-width:800px;display:flex}.tech-capability-card{padding-left:0}.tech-capability-title{color:var(--text-primary);margin-bottom:1.5rem;font-family:Clash Display,sans-serif;font-size:2rem;font-weight:500}.tech-capability-desc{color:var(--text-secondary);overflow-wrap:break-word;word-break:break-word;font-family:General Sans,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.8}@media (width<=768px){.tech-page-hero{padding:5rem 0 2rem}.tech-page-hero .section-label{letter-spacing:.15em;margin-top:4rem;font-size:2rem}.tech-intro{margin-top:2rem;margin-bottom:2rem;font-size:1.5rem}.tech-capabilities{gap:5rem}.tech-capability-title{margin-bottom:1rem;font-size:1.5rem}.tech-capability-desc{font-size:1.1rem}.tech-page-content{padding:3rem 0 5rem}.back-link{margin-bottom:2rem}}@media (width<=480px){.tech-page-hero .section-label{margin-top:3rem;font-size:1.5rem}.tech-intro{font-size:1.25rem;line-height:1.6}.tech-capabilities{gap:3.5rem}.tech-capability-title{font-size:1.25rem}.tech-capability-desc{font-size:1rem;line-height:1.7}.tech-page-content{padding:2rem 0 4rem}}.about-page{background:var(--bg-primary);min-height:100vh}.about-page-hero{padding:8rem 0 2rem}.about-page-hero .back-link{margin-top:3rem}.about-page-hero .section-label{text-transform:uppercase;letter-spacing:.2em;color:#fff;margin-top:2rem;margin-bottom:.5rem;font-family:Clash Display;font-size:3rem;font-weight:600;display:block}.about-hero-title{font-family:var(--font-heading);color:var(--text-secondary);max-width:900px;margin-bottom:2rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:500;line-height:1.3}.about-page-mission{padding:1rem 0}.about-section-title{color:var(--text-primary);margin-bottom:2rem;font-family:Clash Display,sans-serif;font-size:2rem;font-weight:500}.about-origin-text{color:var(--text-secondary);font-family:General Sans,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.8}.about-page-values{padding:4rem 0 20rem}.about-values-list{flex-direction:column;gap:3rem;margin-top:2rem;padding-left:1.5rem;list-style:outside;display:flex}.about-value-item{padding-left:.5rem}.about-value-title{color:var(--text-primary);margin-bottom:.75rem;font-family:Clash Display,sans-serif;font-size:1.5rem;font-weight:500}.about-value-desc{color:var(--text-secondary);font-family:General Sans,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.7}.about-page-approach{padding:4rem 0 8rem}.about-approach-text{color:var(--text-secondary);max-width:800px;font-family:General Sans,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.8}@media (width<=768px){.about-page-hero{padding:5rem 0 2rem}.about-page-hero .section-label{letter-spacing:.15em;margin-top:2rem;font-size:2rem}.about-hero-title{margin-top:2rem;font-size:clamp(1.75rem,4vw,2.5rem)}.about-page-mission{padding:.5rem 0}.about-section-title{font-size:1.5rem}.about-origin-text{font-size:1.1rem;line-height:1.7}.about-page-values{padding:3rem 0 10rem}.about-values-list{gap:2rem}.about-value-title{font-size:1.25rem}.about-value-desc{font-size:1rem}}@media (width<=480px){.about-page-hero{padding:4rem 0 1.5rem}.about-page-hero .section-label{letter-spacing:.1em;margin-top:1rem;font-size:1.5rem}.about-hero-title{font-size:1.5rem;line-height:1.4}.about-page-mission{padding:.5rem 0}.about-section-title{font-size:1.25rem}.about-origin-text{font-size:1rem;line-height:1.6}.about-page-values{padding:2rem 0 8rem}.about-values-list{gap:1.5rem;padding-left:1rem}.about-value-title{margin-bottom:.5rem;font-size:1.1rem}.about-value-desc{font-size:.9rem;line-height:1.6}}.contact-page{background:var(--bg-primary);min-height:100vh}.contact-page-hero{padding:8rem 0 2rem}.contact-page-hero .back-link{margin-top:3rem}.contact-page-hero .section-label{text-transform:uppercase;letter-spacing:.2em;color:#fff;margin-top:2rem;margin-bottom:1rem;font-family:Clash Display;font-size:3rem;font-weight:600;display:block}.contact-hero-subtitle{color:var(--text-secondary);max-width:600px;font-family:General Sans,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.7}.contact-page-form{padding:2rem 0 20rem}.contact-form-wrapper{grid-template-columns:1fr 1fr;gap:6rem;display:grid}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-family:General Sans,sans-serif;font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{color:var(--text-primary);transition:all var(--transition-fast);background:#ffffff08;border:1px solid #ffffff1a;border-radius:4px;outline:none;padding:1rem 1.25rem;font-family:General Sans,sans-serif;font-size:1rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group textarea:focus{background:#ffffff0d;border-color:#ffffff4d}.form-group input:disabled,.form-group textarea:disabled{opacity:.5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:120px}.contact-submit-btn{background:var(--text-primary);color:var(--bg-primary);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:4px;align-self:flex-start;min-width:220px;padding:1rem 2rem;font-family:Clash Display,sans-serif;font-size:1rem;font-weight:600}.contact-submit-btn:hover:not(:disabled){background:var(--text-secondary);transform:translateY(-2px)}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.sending-text{align-items:center;gap:2px;display:inline-flex}.sending-dots{gap:1px;display:inline-flex}.sending-dots span{font-size:1.4em;line-height:1;animation:1.4s ease-in-out infinite dotPulse}.sending-dots span:nth-child(2){animation-delay:.2s}.sending-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{opacity:.2}40%{opacity:1}}.contact-success{flex-direction:column;align-items:flex-start;gap:.75rem;padding:3rem 0;display:flex}.success-icon{width:56px;height:56px;color:var(--accent);background:#aaff001a;border:1px solid #aaff004d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;font-size:1.5rem;display:flex}.contact-success h3{color:var(--text-primary);font-family:Clash Display,sans-serif;font-size:1.75rem;font-weight:600}.contact-success p{color:var(--text-secondary);max-width:420px;font-family:General Sans,sans-serif;font-size:1.05rem;line-height:1.6}.contact-error{color:#f44;background:#ff444414;border:1px solid #f443;border-radius:4px;margin:0;padding:.75rem 1rem;font-family:General Sans,sans-serif;font-size:.9rem}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-info h3{color:var(--text-primary);margin-bottom:1rem;font-family:Clash Display,sans-serif;font-size:1.75rem;font-weight:500}.contact-info-item h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-family:General Sans,sans-serif;font-size:.85rem;font-weight:500}.contact-info-item a{color:var(--text-primary);font-family:General Sans,sans-serif;font-size:1.1rem;font-weight:400;text-decoration:none;transition:color .3s}.contact-info-item a:hover,.contact-info-item a:active{color:var(--accent)}.contact-social-links{gap:1.5rem;display:flex}@media (width<=768px){.contact-page-hero{padding:5rem 0 2rem}.contact-page-hero .section-label{letter-spacing:.15em;margin-top:2rem;font-size:2rem}.contact-hero-subtitle{font-size:1.1rem}.contact-form-wrapper{grid-template-columns:1fr;gap:3rem}.contact-page-form{padding:2rem 0 10rem}}@media (width<=480px){.contact-page-hero{padding:4rem 0 1.5rem}.contact-page-hero .section-label{letter-spacing:.1em;margin-top:1rem;font-size:1.5rem}.contact-hero-subtitle{font-size:1rem}.contact-info h3{font-size:1.5rem}.contact-page-form{padding:1.5rem 0 8rem}}.privacy-page{background:var(--bg-primary);min-height:100vh}.privacy-page-hero{padding:8rem 0 2rem}.privacy-page-hero .back-link{margin-top:3rem}.privacy-page-hero .section-label{text-transform:uppercase;letter-spacing:.2em;color:#fff;margin-top:2rem;margin-bottom:.5rem;font-family:Clash Display;font-size:3rem;font-weight:600;display:block}.privacy-page-content{padding:2rem 0 20rem}.policy-content [data-custom-class=title],.policy-content [data-custom-class=title] *{color:var(--text-primary)!important}.policy-content [data-custom-class=subtitle],.policy-content [data-custom-class=subtitle] *{color:var(--text-secondary)!important}.policy-content [data-custom-class=heading_1],.policy-content [data-custom-class=heading_1] *,.policy-content [data-custom-class=heading_2],.policy-content [data-custom-class=heading_2] *{color:var(--text-primary)!important}.policy-content [data-custom-class=body_text],.policy-content [data-custom-class=body_text] *{color:var(--text-secondary)!important}.policy-content [data-custom-class=link],.policy-content [data-custom-class=link] *{color:var(--accent)!important}.policy-content span[style*="color: rgb(89, 89, 89)"],.policy-content span[style*="color: rgb(89, 89, 89)"] *,.policy-content span[style*="color: rgb(127, 127, 127)"],.policy-content span[style*="color: rgb(127, 127, 127)"] *{color:var(--text-secondary)!important}.policy-content span[style*="color: rgb(0, 58, 250)"],.policy-content span[style*="color: rgb(0, 58, 250)"] *{color:var(--accent)!important}.policy-content h1{margin:0;font-family:Clash Display,sans-serif;line-height:1.2;color:var(--text-primary)!important;font-size:2rem!important;font-weight:600!important}.policy-content strong{color:var(--text-primary)}.policy-content ul{list-style-type:square}.policy-content ul>li>ul{list-style-type:circle}.policy-content ul>li>ul>li>ul{list-style-type:square}.policy-content ol li{font-family:General Sans,sans-serif}.policy-content li{color:var(--text-secondary)}.policy-content table{border-collapse:collapse;width:100%;margin:1.5rem 0}.policy-content th,.policy-content td{vertical-align:top;padding:.75rem 1rem;border:1px solid #ffffff26!important}.policy-content th{background:#ffffff08}@media (width<=768px){.privacy-page-hero{padding:5rem 0 2rem}.privacy-page-hero .section-label{letter-spacing:.15em;margin-top:2rem;font-size:2rem}.privacy-page-content{padding:2rem 0 10rem}}@media (width<=480px){.privacy-page-hero{padding:4rem 0 1.5rem}.privacy-page-hero .section-label{letter-spacing:.1em;margin-top:1rem;font-size:1.5rem}.privacy-page-content{padding:1.5rem 0 8rem}}.disclosures-page{background:var(--bg-primary);min-height:100vh}.disclosures-page-hero{padding:8rem 0 2rem}.disclosures-page-hero .back-link{margin-top:3rem}.disclosures-page-hero .section-label{text-transform:uppercase;letter-spacing:.2em;color:#fff;margin-top:2rem;margin-bottom:.5rem;font-family:Clash Display;font-size:3rem;font-weight:600;display:block}.disclosures-subtitle{color:var(--text-secondary);margin-top:.5rem;font-family:General Sans,sans-serif;font-size:1rem;display:block}.disclosures-page-content{padding:2rem 0 20rem}.disclosures-content{max-width:100%}.disclosures-title{color:var(--text-primary);margin-bottom:2rem;font-family:Clash Display,sans-serif;font-size:2rem;font-weight:500}.disclosures-text{color:var(--text-secondary);font-family:General Sans,sans-serif;font-size:2rem;font-weight:400;line-height:1.8}@media (width<=768px){.disclosures-page-hero{padding:5rem 0 2rem}.disclosures-page-hero .section-label{letter-spacing:.15em;margin-top:2rem;font-size:2rem}.disclosures-title{font-size:1.5rem}.disclosures-text{font-size:1rem}.disclosures-page-content{padding:2rem 0 10rem}}@media (width<=480px){.disclosures-page-hero{padding:4rem 0 1.5rem}.disclosures-page-hero .section-label{letter-spacing:.1em;margin-top:1rem;font-size:1.5rem}.disclosures-title{font-size:1.25rem}.disclosures-page-content{padding:1.5rem 0 8rem}}
