.Nav-module__e1xquq__header{background-color:var(--surface);border-bottom:1px solid var(--line);width:100%;height:70px;box-shadow:var(--shadow);z-index:1000;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0}.Nav-module__e1xquq__logoContainer{color:var(--brand);cursor:pointer;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;display:flex}.Nav-module__e1xquq__isotypeLight{display:block}.Nav-module__e1xquq__isotypeDark{display:none}.Nav-module__e1xquq__logoDot{background-color:var(--state-red);border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite Nav-module__e1xquq__pulseRed}@keyframes Nav-module__e1xquq__pulseRed{0%{transform:scale(.85);box-shadow:0 0 #e24b4a66}50%{transform:scale(1.15);box-shadow:0 0 0 8px #e24b4a00}to{transform:scale(.85);box-shadow:0 0 #e24b4a00}}.Nav-module__e1xquq__nav{align-items:center;gap:1.5rem;display:none}.Nav-module__e1xquq__navLink{color:var(--muted);font-size:.95rem;font-weight:500;transition:color .2s}.Nav-module__e1xquq__navLink:hover{color:var(--brand)}.Nav-module__e1xquq__ctaButton{background-color:var(--brand);color:var(--surface);cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:background-color .2s,transform .1s}.Nav-module__e1xquq__ctaButton:hover{background-color:var(--brand-dark)}.Nav-module__e1xquq__ctaButton:active{transform:scale(.98)}@media (min-width:768px){.Nav-module__e1xquq__nav{display:flex}}@media (prefers-color-scheme:dark){.Nav-module__e1xquq__navLink:hover{color:var(--surface)}.Nav-module__e1xquq__isotypeLight{display:none}.Nav-module__e1xquq__isotypeDark{display:block}.Nav-module__e1xquq__logoContainer{color:var(--text)}}
.Hero-module__Z8hQ_W__hero{background:linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 100%);min-height:calc(100vh - 70px);color:var(--surface);text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-top:70px;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__hero:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px),radial-gradient(circle,#ffffff0d 0%,#0000 60%);background-size:40px 40px,40px 40px,auto;position:absolute;inset:0}.Hero-module__Z8hQ_W__content{z-index:1;flex-direction:column;align-items:center;max-width:900px;display:flex}.Hero-module__Z8hQ_W__badge{color:var(--surface);letter-spacing:.05em;text-transform:uppercase;background-color:#ffffff1a;border:1px solid #ffffff40;border-radius:9999px;margin-bottom:2rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.Hero-module__Z8hQ_W__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.15}.Hero-module__Z8hQ_W__subtitle{color:#ffffffd9;max-width:720px;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.Hero-module__Z8hQ_W__ctas{flex-direction:column;justify-content:center;gap:1rem;width:100%;display:flex}.Hero-module__Z8hQ_W__primaryCta{background-color:var(--state-amber);color:var(--brand-dark);cursor:pointer;border:none;border-radius:8px;padding:.9rem 2rem;font-size:1rem;font-weight:700;transition:transform .1s,filter .2s}.Hero-module__Z8hQ_W__primaryCta:hover{filter:brightness(1.1)}.Hero-module__Z8hQ_W__primaryCta:active{transform:scale(.98)}.Hero-module__Z8hQ_W__secondaryCta{color:var(--surface);cursor:pointer;background-color:#0000;border:1px solid #fff6;border-radius:8px;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:background-color .2s,border-color .2s,transform .1s}.Hero-module__Z8hQ_W__secondaryCta:hover{border-color:var(--surface);background-color:#ffffff1a}.Hero-module__Z8hQ_W__secondaryCta:active{transform:scale(.98)}@media (min-width:600px){.Hero-module__Z8hQ_W__title{font-size:4rem}.Hero-module__Z8hQ_W__subtitle{font-size:1.35rem}.Hero-module__Z8hQ_W__ctas{flex-direction:row;gap:1.5rem}}
.Problem-module__xNBfSq__section{background-color:var(--bg);border-bottom:1px solid var(--line);flex-direction:column;align-items:center;padding:5rem 2rem;display:flex}.Problem-module__xNBfSq__container{width:100%;max-width:1200px}.Problem-module__xNBfSq__header{text-align:center;margin-bottom:4rem}.Problem-module__xNBfSq__badge{background-color:var(--line);color:var(--brand);text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:700;display:inline-block}.Problem-module__xNBfSq__title{color:var(--brand);font-size:2.25rem;font-weight:800}.Problem-module__xNBfSq__grid{grid-template-columns:1fr;gap:2rem;display:grid}.Problem-module__xNBfSq__card{background-color:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;flex-direction:column;padding:2.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.Problem-module__xNBfSq__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}.Problem-module__xNBfSq__cardNum{color:#0b3d6b1f;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1}.Problem-module__xNBfSq__cardTitle{color:var(--brand);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Problem-module__xNBfSq__cardText{color:var(--muted);font-size:1rem;line-height:1.6}@media (min-width:768px){.Problem-module__xNBfSq__grid{grid-template-columns:repeat(3,1fr)}}@media (prefers-color-scheme:dark){.Problem-module__xNBfSq__cardNum{color:#f1f5f926}}
.Phases-module__npd6zq__section{background-color:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;align-items:center;padding:5rem 2rem;display:flex}.Phases-module__npd6zq__container{width:100%;max-width:1200px}.Phases-module__npd6zq__header{text-align:center;margin-bottom:4rem}.Phases-module__npd6zq__badge{background-color:var(--line);color:var(--brand);text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:700;display:inline-block}.Phases-module__npd6zq__title{color:var(--brand);font-size:2.25rem;font-weight:800}.Phases-module__npd6zq__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}.Phases-module__npd6zq__card{background-color:var(--bg);border:1px solid var(--line);z-index:1;box-shadow:var(--shadow);border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative}.Phases-module__npd6zq__cardHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Phases-module__npd6zq__phaseNumber{color:var(--brand);background-color:var(--line);text-transform:uppercase;border-radius:4px;padding:.2rem .6rem;font-size:.85rem;font-weight:700}.Phases-module__npd6zq__cardTitle{color:var(--brand-dark);font-size:1.25rem;font-weight:700}.Phases-module__npd6zq__cardContent{color:var(--muted);font-size:.95rem;line-height:1.6}.Phases-module__npd6zq__statusIndicator{border-top:1px solid var(--line);align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;font-size:.85rem;font-weight:600;display:flex}.Phases-module__npd6zq__dot{border-radius:50%;width:10px;height:10px}.Phases-module__npd6zq__dotRed{background-color:var(--state-red);box-shadow:0 0 0 4px #e24b4a33}.Phases-module__npd6zq__dotAmber{background-color:var(--state-amber);box-shadow:0 0 0 4px #ef9f2733}.Phases-module__npd6zq__dotGreen{background-color:var(--state-green);box-shadow:0 0 0 4px #63992233}.Phases-module__npd6zq__dotBlue{background-color:var(--state-blue);box-shadow:0 0 0 4px #378add33}.Phases-module__npd6zq__footerNote{background-color:var(--bg);border:1px solid var(--line);border-radius:8px;align-items:center;gap:1rem;width:100%;padding:1.5rem;display:flex}.Phases-module__npd6zq__noteTitle{color:var(--brand);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.Phases-module__npd6zq__noteText{color:var(--text);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.95rem;display:flex}@media (min-width:768px){.Phases-module__npd6zq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Phases-module__npd6zq__grid{grid-template-columns:repeat(5,1fr);position:relative}.Phases-module__npd6zq__grid:before{content:"";border-top:1px dashed var(--line);z-index:0;width:90%;height:1px;position:absolute;top:44px;left:5%}}.Phases-module__npd6zq__noteHighlight{color:var(--brand);font-weight:700}
.Specs-module__-HLrGG__section{background-color:var(--bg);border-bottom:1px solid var(--line);flex-direction:column;align-items:center;padding:5rem 2rem;display:flex}.Specs-module__-HLrGG__container{width:100%;max-width:1000px}.Specs-module__-HLrGG__header{text-align:center;margin-bottom:4rem}.Specs-module__-HLrGG__badge{background-color:var(--line);color:var(--brand);text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:700;display:inline-block}.Specs-module__-HLrGG__title{color:var(--brand);font-size:2.25rem;font-weight:800}.Specs-module__-HLrGG__tableWrapper{background-color:var(--surface);border:1px solid var(--line);width:100%;box-shadow:var(--shadow);border-radius:12px;overflow-x:auto}.Specs-module__-HLrGG__table{border-collapse:collapse;text-align:left;width:100%}.Specs-module__-HLrGG__row{border-bottom:1px solid var(--line)}.Specs-module__-HLrGG__row:last-child{border-bottom:none}.Specs-module__-HLrGG__cellLabel{color:var(--brand);background-color:#0b3d6b05;width:35%;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:700}.Specs-module__-HLrGG__cellValue{color:var(--text);padding:1.25rem 1.5rem;font-size:.95rem;line-height:1.5}@media (max-width:600px){.Specs-module__-HLrGG__row{flex-direction:column;display:flex}.Specs-module__-HLrGG__cellLabel{background-color:#0000;width:100%;padding-bottom:.5rem}.Specs-module__-HLrGG__cellValue{width:100%;padding-top:.5rem}}
.Contact-module__OWeMSG__section{background:linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 100%);color:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;align-items:center;padding:5rem 2rem;display:flex}.Contact-module__OWeMSG__container{width:100%;max-width:800px}.Contact-module__OWeMSG__header{text-align:center;margin-bottom:3rem}.Contact-module__OWeMSG__badge{color:var(--surface);text-transform:uppercase;letter-spacing:.05em;background-color:#ffffff1a;border:1px solid #fff3;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:700;display:inline-block}.Contact-module__OWeMSG__title{margin-bottom:1rem;font-size:2.25rem;font-weight:800}.Contact-module__OWeMSG__subtitle{color:#fffc;font-size:1.1rem;line-height:1.6}.Contact-module__OWeMSG__formCard{background-color:var(--surface);box-shadow:var(--shadow);color:var(--text);border:1px solid var(--line);border-radius:12px;padding:2.5rem}.Contact-module__OWeMSG__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.Contact-module__OWeMSG__label{color:var(--brand);font-size:.9rem;font-weight:700}.Contact-module__OWeMSG__input{border:1px solid var(--line);background-color:var(--bg);width:100%;color:var(--text);border-radius:6px;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.Contact-module__OWeMSG__input:focus{border-color:var(--brand)}.Contact-module__OWeMSG__textarea{resize:vertical;min-height:120px}.Contact-module__OWeMSG__submitBtn{background-color:var(--brand);color:var(--surface);cursor:pointer;border:none;border-radius:6px;width:100%;padding:.9rem 2rem;font-size:1rem;font-weight:700;transition:background-color .2s,transform .1s}.Contact-module__OWeMSG__submitBtn:hover{background-color:var(--brand-dark)}.Contact-module__OWeMSG__submitBtn:active{transform:scale(.99)}
.Footer-module__EZoWya__footer{border-top:1px solid var(--line);text-align:center;background-color:var(--surface);color:var(--muted);padding:3rem 2rem;font-size:.9rem}.Footer-module__EZoWya__container{flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__EZoWya__text{line-height:1.6}.Footer-module__EZoWya__brandLink{color:var(--brand);font-weight:700}.Footer-module__EZoWya__brandLink:hover{color:var(--brand-dark)}.Footer-module__EZoWya__founder{font-weight:500}@media (prefers-color-scheme:dark){.Footer-module__EZoWya__brandLink:hover{color:var(--state-blue)}}
