@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap";.dashboard-shell{display:flex;flex-direction:column;min-height:100vh;background:#f5f5f7}.dashboard-topnav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 20px;background:#ffffffb8;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.1)}.topnav-left{display:flex;align-items:center;gap:24px}.topnav-logo{display:flex;align-items:center;text-decoration:none}.topnav-tabs{display:flex;align-items:center;gap:4px}.topnav-tab{padding:6px 14px;font-size:13px;font-weight:400;color:#1d1d1f;text-decoration:none;border-radius:6px;transition:all .15s ease}.topnav-tab:hover{background:#0000000a}.topnav-tab.active{background:#007aff1a;color:#007aff;font-weight:500}.topnav-right{display:flex;align-items:center;gap:8px}.topnav-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#6e6e73;text-decoration:none;background:transparent;border:none;cursor:pointer;transition:all .15s ease}.topnav-icon:hover{background:#0000000f;color:#1d1d1f}.topnav-logout:hover{background:#ff3b301a;color:#ff3b30}.dashboard-body{display:flex;flex:1}.dashboard-sidebar{width:240px;min-height:calc(100vh - 48px);background:#fff;border-right:1px solid rgba(0,0,0,.08);padding:16px 12px}.sidebar-nav{display:flex;flex-direction:column;gap:2px}.sidebar-item{display:flex;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:400;color:#1d1d1f;text-decoration:none;border-radius:8px;transition:all .15s ease}.sidebar-item:hover{background:#0000000a}.sidebar-item.active{background:#007aff1a;color:#007aff;font-weight:500}.sidebar-item svg{flex-shrink:0;color:#6e6e73}.sidebar-item.active svg{color:#007aff}.dashboard-main{flex:1;padding:24px 32px;overflow-y:auto}.dashboard-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;padding:24px;margin-bottom:20px}.dashboard-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dashboard-card-title{font-size:15px;font-weight:600;color:#1d1d1f;margin:0}.dashboard-card-subtitle{font-size:13px;color:#86868b;margin-top:4px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.kpi-tile{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;padding:20px;display:flex;flex-direction:column}.kpi-tile-label{font-size:12px;font-weight:500;color:#86868b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.kpi-tile-value{font-size:32px;font-weight:600;color:#1d1d1f;line-height:1.1}.kpi-tile-change{font-size:12px;margin-top:8px;display:flex;align-items:center;gap:4px}.kpi-tile-change.positive{color:#34c759}.kpi-tile-change.negative{color:#ff3b30}.kpi-tile-change.neutral{color:#86868b}.section-header{margin-bottom:20px}.section-title{font-size:22px;font-weight:600;color:#1d1d1f;margin:0 0 4px}.section-subtitle{font-size:14px;color:#86868b;margin:0}.narrative-box{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;padding:24px;margin-bottom:20px}.narrative-box h2{font-size:18px;font-weight:600;color:#1d1d1f;margin:0 0 12px}.narrative-box p{font-size:14px;line-height:1.7;color:#424245;margin:0 0 12px}.narrative-box p:last-child{margin-bottom:0}.chart-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;padding:24px;margin-bottom:20px}.chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.06)}.chart-title{font-size:15px;font-weight:600;color:#1d1d1f;margin:0}.chart-actions{display:flex;align-items:center;gap:8px}.chart-action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#6e6e73;cursor:pointer;transition:all .15s ease}.chart-action-btn:hover{background:#0000000a;color:#1d1d1f}.chart-action-btn.active{background:#007aff1a;border-color:#007aff4d;color:#007aff}.export-section{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding-top:20px;border-top:1px solid rgba(0,0,0,.06)}.export-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:500;color:#007aff;background:#fff;border:1px solid rgba(0,122,255,.3);border-radius:8px;cursor:pointer;transition:all .15s ease}.export-btn:hover{background:#007aff0f}.export-formats{display:flex;align-items:center;gap:8px}.export-format-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;transition:all .15s ease}.export-format-btn:hover{background:#0000000a}.export-format-btn img{width:24px;height:24px}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{text-align:left;padding:12px 16px;font-weight:500;color:#86868b;border-bottom:1px solid rgba(0,0,0,.08);background:#00000005}.data-table td{padding:12px 16px;color:#1d1d1f;border-bottom:1px solid rgba(0,0,0,.04)}.data-table tr:hover td{background:#007aff0a}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:500;border-radius:12px}.status-badge.success{background:#34c7591f;color:#34c759}.status-badge.warning{background:#ff95001f;color:#ff9500}.status-badge.danger{background:#ff3b301f;color:#ff3b30}.status-badge.info{background:#007aff1f;color:#007aff}.chart-legend{display:flex;align-items:center;gap:24px;margin-top:16px;justify-content:center}.legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#6e6e73}.legend-dot{width:10px;height:10px;border-radius:50%}@media (max-width: 1024px){.dashboard-sidebar{width:200px}.topnav-tab{padding:6px 10px;font-size:12px}}@media (max-width: 768px){.dashboard-sidebar{display:none}.dashboard-main{padding:16px}.topnav-tabs{display:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;font-size:16px;background:#f3f5fa;color:#2d2d2d;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1140px;margin:0 auto;padding:2rem 1rem}h1,h2,h3{font-family:Lato,sans-serif;font-weight:700;color:#007aff}h1{font-size:1.75rem;margin-bottom:1.5rem}.form-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #00000014;max-width:400px;margin:4rem auto}.form-card h1{text-align:center}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:700;margin-bottom:.25rem}.form-group input,.form-group select{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:Lato,sans-serif}button{padding:.6rem 1.2rem;font-size:1rem;font-family:Lato,sans-serif;font-weight:700;border:none;border-radius:4px;background:#007aff;color:#fff;cursor:pointer;transition:background .15s ease}button:hover{background:#0066d6}.error{color:#d00;margin-bottom:1rem}table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}th,td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid #EDEDED}th{background:#007aff;color:#fff;font-weight:700}nav{background:#fff;padding:.75rem 1.5rem;display:flex;align-items:center;gap:1.5rem;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000f}nav a{color:#007aff;text-decoration:none;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.02em}nav a.logo-link{margin-right:.5rem;padding-right:1.5rem;border-right:1px solid #EDEDED}nav a:hover{text-decoration:underline}nav .spacer{flex:1}nav button{font-size:.875rem;padding:.4rem 1rem}footer{background:#f3f5fa;height:150px;display:flex;align-items:center;justify-content:center;margin-top:auto}#root{display:flex;flex-direction:column;min-height:100vh}.page-body{flex:1}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;padding:0 2.5rem;height:64px;background:#fff;box-shadow:0 1px 4px #0000000f}.landing-nav__logo{margin-right:2.5rem;display:flex;align-items:center}.landing-nav__links{display:flex;align-items:center;gap:.25rem;position:relative}.landing-nav__pill{position:absolute;top:50%;transform:translateY(-50%);height:34px;background:#007aff;border-radius:50px;z-index:0;pointer-events:none}.landing-nav__pill--animate{transition:left .32s cubic-bezier(.4,0,.2,1),width .32s cubic-bezier(.4,0,.2,1)}.landing-nav__links a{position:relative;z-index:1;color:#007aff;text-decoration:none;font-weight:700;font-size:.9rem;letter-spacing:.01em;padding:.45rem .9rem;border-radius:50px;transition:color .2s ease;white-space:nowrap}.landing-nav__links a:hover,.landing-nav__links a.landing-nav__link--active{color:#fff}.landing-nav__links:has(a:not(.landing-nav__link--active):hover) a.landing-nav__link--active{color:#007aff}.landing-nav__actions{margin-left:auto}.landing-nav__signin{display:inline-flex;align-items:center;gap:.4rem;color:#007aff;text-decoration:none;font-weight:700;font-size:.875rem;padding:.5rem 1.25rem;border:2px solid #007AFF;border-radius:50px;transition:all .2s ease}.landing-nav__signin:hover{background:#007aff;color:#fff}.landing-nav__signin:hover svg{stroke:#fff}.landing-nav__hamburger{display:none;background:none;border:none;padding:.5rem;cursor:pointer;flex-direction:column;gap:4px}.landing-nav__hamburger span{display:block;width:22px;height:2px;background:#2d2d2d;border-radius:2px}@media (max-width: 768px){.landing-nav{padding:0 1.25rem}.landing-nav__hamburger{display:flex}.landing-nav__links{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 2rem;gap:1rem;box-shadow:0 4px 12px #00000014}.landing-nav__pill{display:none}.landing-nav__links a.landing-nav__link--active{color:#007aff}.landing-nav__links--open{display:flex}.landing-nav__actions{margin-left:auto}}.landing-hero{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8rem 2rem 5rem}.landing-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#050b38,#0d1f6b 40%,#007aff);z-index:0}.landing-hero__bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 60%,rgba(0,122,255,.25) 0%,transparent 60%),radial-gradient(circle at 70% 40%,rgba(0,122,255,.15) 0%,transparent 50%)}.landing-hero__bg:after{content:"";position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border:1px solid rgba(255,255,255,.06);border-radius:50%;animation:hero-pulse 6s ease-in-out infinite}@keyframes hero-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.4}50%{transform:translate(-50%,-50%) scale(1.15);opacity:.8}}.landing-hero__content{position:relative;z-index:1;text-align:center;max-width:700px}.landing-hero__logo-mark{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:2px solid rgba(255,255,255,.25);border-radius:12px;margin-bottom:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-hero h1{font-size:3.25rem;font-weight:900;color:#fff;line-height:1.15;margin-bottom:1.5rem}.landing-hero__sub{font-size:1.15rem;color:#ffffffd9;line-height:1.7;font-weight:400;margin-bottom:2.5rem}.landing-hero__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border-radius:50px;font-family:Lato,sans-serif;font-weight:700;font-size:1rem;text-decoration:none;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.btn--white{background:#fff;color:#007aff}.btn--white:hover{background:#e8f0fe}.btn--outline{border-color:#ffffff80;color:#fff;background:transparent}.btn--outline:hover{background:#ffffff1a;border-color:#fff}.btn--primary{background:#007aff;color:#fff}.btn--primary:hover{background:#0066d6}.landing-container{max-width:1140px;margin:0 auto;padding:0 2rem}.landing-features{padding:5rem 2rem;background:#fff}.landing-features h2{text-align:center;margin-bottom:3rem;font-size:1.75rem}.landing-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.feature-card{padding:2rem;border-radius:12px;background:#f3f5fa;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#007aff1a;margin-bottom:1rem}.feature-card h3{font-size:1.15rem;margin-bottom:.5rem}.feature-card p{font-size:.9rem;line-height:1.6;color:#555}.landing-about{padding:5rem 2rem;background:#f3f5fa;text-align:center}.landing-about h2{margin-bottom:1.5rem;font-size:1.75rem}.landing-about p{max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.8;color:#555}.landing-contact{padding:6rem 2rem;background:#fff;text-align:center}.landing-contact h2{margin-bottom:1.25rem;font-size:2.25rem;font-weight:900;color:#050b38}.landing-contact p{max-width:560px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7;color:#555}.site-footer{background:#050b38;color:#ffffffbf;width:100%;height:auto;min-height:0;display:block;align-items:initial;justify-content:initial;box-sizing:border-box;position:relative}.site-footer__main{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:6.5rem 2.5rem 5.5rem;display:grid;grid-template-columns:1.1fr 1.1fr 1.1fr 1.5fr;gap:3.5rem 3.5rem}@media (max-width: 960px){.site-footer__main{grid-template-columns:1fr 1fr;gap:3rem 4rem;padding:3.5rem 2.5rem 3rem}}@media (max-width: 560px){.site-footer__main{grid-template-columns:1fr;gap:2.5rem;padding:3rem 1.5rem 2.5rem}}.site-footer__col h4{color:#fff;font-size:1.08rem;font-weight:700;margin-bottom:1.7rem;letter-spacing:.01em;text-transform:uppercase}.site-footer__col ul{list-style:none;padding:0;margin:0 0 1.2rem}.site-footer__col li{margin-bottom:.55rem}.site-footer__col a{color:#fffc;text-decoration:none;font-size:.97rem;line-height:1.6;font-weight:400;transition:color .15s}.site-footer__col a:hover{color:#fff;text-decoration:underline}.site-footer__col--newsletter p{color:#ffffffb3;font-size:.98rem;margin-bottom:1.2rem;line-height:1.5}.site-footer__signup-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 2.2rem;background:#1a3fa6;color:#fff;border:none;border-radius:50px;font-family:inherit;font-size:1rem;font-weight:700;letter-spacing:.01em;text-decoration:none;cursor:pointer;box-shadow:0 2px 8px #1a3fa614;transition:background .15s,color .15s}.site-footer__signup-btn:hover{background:#17408b;color:#fff;text-decoration:none}.site-footer__signup-btn svg{flex-shrink:0;stroke:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:2.5rem}.site-footer__bottom-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:2.5rem}.site-footer__bottom p{color:#ffffff61;font-size:.82rem;margin:0}@media (max-width: 600px){.site-footer__bottom{padding:1.5rem}.site-footer__bottom-inner{flex-direction:column;text-align:center}.site-footer__bottom-inner img{margin-right:0}}.landing-features-preview{padding:6rem 2rem;background:#f8f9fb;text-align:center}.landing-features-preview h2{font-size:2.25rem;font-weight:900;color:#050b38;margin-bottom:1.25rem}.landing-features-preview p{font-size:1.1rem;color:#555;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7}.landing-platform{padding:8rem 2rem 5rem;background:#fff}.landing-platform__intro{margin-bottom:5rem}.landing-platform__intro h2{font-size:2.5rem;font-weight:900;color:#050b38;margin-bottom:2rem}.landing-platform__content h3{font-size:1.4rem;font-weight:900;color:#050b38;margin-bottom:1.5rem}.landing-platform__content p{font-size:1.05rem;line-height:1.8;color:#444;margin-bottom:1.25rem;max-width:800px}.landing-platform__features{margin-top:4rem}.landing-platform__features>h3{font-size:2rem;font-weight:900;color:#050b38;margin-bottom:2.5rem;text-align:center}.landing-platform__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media (max-width: 800px){.landing-platform__grid{grid-template-columns:1fr}}.platform-feature{background:#f8f9fb;padding:2.5rem;border-radius:12px;transition:box-shadow .2s ease,transform .2s ease}.platform-feature:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.platform-feature h4{font-size:1.15rem;font-weight:900;color:#050b38;margin-bottom:.75rem}.platform-feature p{font-size:.95rem;line-height:1.7;color:#555}.landing-platform__closing{text-align:center;margin-top:4rem;padding:3rem 2rem;background:linear-gradient(135deg,#050b38,#0d1f6b 40%,#007aff);border-radius:12px;color:#ffffffe6;font-size:1.05rem;line-height:1.7}.landing-platform__closing strong{color:#fff;font-size:1.3rem;font-weight:900}.landing-why{padding:6rem 2rem;background:#fff}.landing-why>.landing-container>h2{margin-bottom:1.25rem;font-size:2.25rem;font-weight:900;color:#050b38;text-align:center}.landing-why>.landing-container>p{font-size:1.1rem;color:#555;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7;text-align:center}.landing-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:3rem}@media (max-width: 1000px){.landing-why__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.landing-why__grid{grid-template-columns:1fr}}.why-card{background:#f8f9fb;padding:2.5rem 2rem;border-radius:12px;transition:box-shadow .2s ease,transform .2s ease;text-align:center}.why-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-3px)}.why-card__icon{color:#007aff;margin-bottom:1.5rem;display:flex;justify-content:center}.why-card h3{font-size:1.3rem;color:#050b38;margin-bottom:1rem;font-weight:900}.why-card p{color:#555;font-size:.95rem;line-height:1.65}.about-hero{padding:8rem 2rem 5rem;background:linear-gradient(135deg,#050b38,#0d1f6b 40%,#007aff);color:#fff;text-align:center}.about-hero h1{font-size:3.25rem;margin-bottom:1.5rem;font-weight:900;color:#fff}.about-hero__sub{font-size:1.2rem;color:#ffffffe6;max-width:640px;margin:0 auto;line-height:1.7}.about-section{padding:5rem 2rem}.about-section .landing-container{max-width:900px}.about-section h2{font-size:2rem;color:#050b38;margin-bottom:2rem;font-weight:900}.about-section p{color:#444;line-height:1.8;font-size:1.05rem;margin-bottom:1.5rem;max-width:800px}.about-section--problem{background:#fafafa}.about-section--solution{background:#fff}.about-section--team{background:#fafafa}.about-section--philosophy{background:#fff}.about-section--vision{background:#f0f4ff;text-align:center}.about-section--vision p{margin-left:auto;margin-right:auto}.about-team-content p{margin-bottom:1.5rem}.about-beliefs{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}@media (max-width: 900px){.about-beliefs{grid-template-columns:1fr}}.belief{background:#f8f9fb;padding:2.5rem;border-radius:12px}.belief h3{font-size:1.15rem;color:#050b38;margin-bottom:1rem;font-weight:900}.belief p{color:#555;line-height:1.7;margin:0;font-size:.95rem}.about-signature{margin-top:3rem;font-size:1.05rem;color:#050b38}.landing-contact-page{padding:8rem 2rem 5rem;background:#fff}.landing-contact-page .landing-container{max-width:1000px}.landing-contact-page h1{font-size:3rem;color:#050b38;margin-bottom:1.25rem;font-weight:900}.landing-contact-page__intro{font-size:1.15rem;color:#555;margin-bottom:3rem;max-width:640px;line-height:1.7}.landing-contact-page__content{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;margin-top:2rem}@media (max-width: 1000px){.landing-contact-page__content{grid-template-columns:1fr;gap:3rem}}.landing-contact-page__form-section{display:flex;flex-direction:column}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form__group{display:flex;flex-direction:column}.contact-form__group label{font-weight:700;color:#050b38;margin-bottom:.5rem;font-size:.9rem;letter-spacing:.01em}.contact-form__group input,.contact-form__group textarea{padding:.85rem 1rem;border:1.5px solid #d4d8e0;border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .15s ease,box-shadow .15s ease;background:#fafbfc}.contact-form__group input:focus,.contact-form__group textarea:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.contact-form__group textarea{resize:vertical;min-height:150px}.landing-contact-page__info-section{display:flex;flex-direction:column}.contact-info h3{font-size:1.1rem;color:#050b38;margin-bottom:1rem;font-weight:700}.contact-info p{color:#666;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.contact-info a{color:#007aff;text-decoration:none;transition:color .15s ease}.contact-info a:hover{color:#0056b3;text-decoration:underline}.contact-info ul{list-style:none;padding:0;margin:0}.contact-info li{margin-bottom:.75rem}.contact-info__note{font-size:.85rem;color:#888;font-style:italic}.legal-page{padding:6rem 2rem 4rem;background:#fff;min-height:60vh}.legal-page__container{max-width:760px;margin:0 auto}.legal-page__container h1{font-size:2rem;font-weight:900;color:#050b38;margin-bottom:.5rem}.legal-page__meta{color:#888;font-size:.9rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #EDEDED}.legal-page__container h2{font-size:1.15rem;font-weight:900;color:#050b38;margin-top:2.25rem;margin-bottom:.75rem}.legal-page__container h3{font-size:1rem;font-weight:700;color:#2d2d2d;margin-top:1.5rem;margin-bottom:.5rem}.legal-page__container p{font-size:.925rem;line-height:1.75;color:#444;margin-bottom:.75rem}.legal-page__container ul{margin:.5rem 0 1rem 1.5rem;padding:0}.legal-page__container li{font-size:.925rem;line-height:1.75;color:#444;margin-bottom:.25rem}.legal-page__container a{color:#007aff;text-decoration:none}.legal-page__container a:hover{text-decoration:underline}.legal-page__container strong{font-weight:700;color:#2d2d2d}
