.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-height);display:flex;align-items:center;transition:background .3s,box-shadow .3s,backdrop-filter .3s}.header--scrolled{background:#000000eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--gray-200)}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__brand{display:flex;align-items:center;gap:.65rem}.header__logo-icon{width:40px;height:40px;object-fit:contain;flex-shrink:0}.header__wordmark{font-size:1.25rem;font-weight:800;letter-spacing:-.03em;color:var(--white);line-height:1}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav a:not(.btn){font-size:.9rem;font-weight:500;color:var(--gray-500);transition:color .2s}.header__nav a:not(.btn):hover{color:var(--white)}.header__cta{padding:.625rem 1.25rem;font-size:.875rem}.header__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;padding:.5rem;min-width:44px;min-height:44px;z-index:1001}.header__toggle span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform .3s,opacity .3s}.header__toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:900px){.header__toggle{display:flex}.header__nav{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;flex-direction:column;align-items:stretch;gap:0;padding:1.25rem 1.5rem 2rem;background:#000000fa;border-top:1px solid var(--gray-200);transform:translate(100%);transition:transform .35s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}.header__nav--open{transform:translate(0)}.header__nav a:not(.btn){padding:1rem 0;font-size:1.125rem;border-bottom:1px solid var(--gray-100)}.header__cta{margin-top:1.5rem;width:100%}.header__wordmark{font-size:1.1rem}.header__logo-icon{width:34px;height:34px}}.hero{position:relative;min-height:calc(100vh - var(--header-height));display:flex;align-items:center;padding:calc(var(--header-height) + 2rem) 0 4rem;overflow:hidden;background:linear-gradient(180deg,var(--black) 0%,var(--gray-50) 100%)}.hero__grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--gray-100) 1px,transparent 1px),linear-gradient(90deg,var(--gray-100) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(ellipse 90% 70% at 60% 30%,black 15%,transparent 75%);mask-image:radial-gradient(ellipse 90% 70% at 60% 30%,black 15%,transparent 75%);opacity:.5;animation:gridDrift 24s linear infinite alternate}.hero__glow{position:absolute;top:10%;right:5%;width:min(480px,50vw);height:min(480px,50vw);background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none;animation:glowPulse 6s ease-in-out infinite}.hero__inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center}.hero__brand-pill{display:inline-flex;align-items:center;gap:.65rem;padding:.4rem 1rem .4rem .5rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:100px;font-size:.8rem;font-weight:600;color:var(--gray-500);margin-bottom:1.5rem}.hero__mini-logo{width:28px;height:28px;object-fit:contain;flex-shrink:0}.hero__title{font-size:clamp(2.35rem,5.5vw,3.75rem);font-weight:800;letter-spacing:-.04em;line-height:1.05;color:var(--white)}.hero__title-accent{position:relative}.hero__title-accent:after{content:"";position:absolute;left:0;right:0;bottom:.08em;height:.12em;background:var(--white);opacity:.15;border-radius:4px}.hero__subtitle{font-size:1.125rem;color:var(--gray-500);margin-top:1.35rem;max-width:520px;line-height:1.75}.hero__subtitle strong{color:var(--white);font-weight:600}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.hero__metrics{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2.75rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.hero__trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1.5rem;margin-top:2.75rem;padding-top:2rem;border-top:1px solid var(--gray-200);list-style:none}.hero__trust li{font-size:.9rem;color:var(--gray-500);padding-left:1.25rem;position:relative}.hero__trust li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;background:var(--white);border-radius:50%}.hero__metric-value{display:block;font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--white)}.hero__metric-label{font-size:.8rem;color:var(--gray-500);font-weight:500}.hero__showcase{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__showcase-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.hero__showcase-logo{width:40px;height:40px;object-fit:contain}.hero__status{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;color:var(--gray-500);background:var(--gray-50);padding:.35rem .75rem;border-radius:100px;border:1px solid var(--gray-200)}.hero__status-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 3px #22c55e40;animation:pulse-green 2s infinite}@keyframes pulse-green{0%,to{box-shadow:0 0 0 3px #22c55e40}50%{box-shadow:0 0 0 6px #22c55e1f}}.hero__showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.hero__showcase-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem;transition:border-color .25s cubic-bezier(.22,1,.36,1),transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;opacity:0;animation:showcaseCardIn .6s cubic-bezier(.22,1,.36,1) forwards}.hero__showcase-card:hover{border-color:var(--white);transform:translateY(-4px);box-shadow:0 12px 32px #00000059}.hero__showcase-card strong{display:block;font-size:.9rem;color:var(--white);margin-bottom:.25rem}.hero__showcase-card span{font-size:.75rem;color:var(--gray-500)}.hero__showcase-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--gray-200)}.hero__showcase-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500)}.hero__showcase-big{font-size:1.75rem;font-weight:800;color:var(--white);letter-spacing:-.03em}.hero__showcase-badge{font-size:.75rem;font-weight:700;background:var(--white);color:var(--black);padding:.5rem .85rem;border-radius:100px;white-space:nowrap}@media(max-width:960px){.hero{min-height:auto;padding:calc(var(--header-height) + 1.5rem) 0 3rem}.hero__inner{grid-template-columns:1fr;text-align:center}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__actions .btn{flex:1 1 100%;max-width:320px}.hero__metrics{justify-content:center}.hero__trust{grid-template-columns:1fr;text-align:left;max-width:360px;margin-left:auto;margin-right:auto}.hero__visual{max-width:100%;margin:0 auto}.hero__showcase{animation:none}}@media(max-width:480px){.hero__title{font-size:clamp(1.85rem,9vw,2.35rem)}.hero__subtitle{font-size:1rem}.hero__showcase-grid{grid-template-columns:1fr}.hero__showcase-footer{flex-direction:column;align-items:flex-start}}.problem{background:var(--black)}.problem__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.problem__card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem;height:100%;transition:transform .25s,box-shadow .25s,border-color .25s}.problem__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card);border-color:var(--gray-300);background:var(--gray-100)}.problem__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--white);color:var(--black);font-size:.8rem;font-weight:800;border-radius:10px;margin-bottom:1.25rem}.problem__card h3{font-size:1.1rem;font-weight:700;margin-bottom:.65rem;color:var(--white)}.problem__card p{font-size:.9rem;color:var(--gray-500);line-height:1.65}@media(max-width:1024px){.problem__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.problem__grid{grid-template-columns:1fr}}.services{background:var(--black)}.services__loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-bottom:2rem}.services__skeleton{min-height:280px;border-radius:var(--radius-lg)}.services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.services__card{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;box-shadow:var(--shadow-card);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .35s}.services__card:hover{transform:translateY(-8px);border-color:var(--white);box-shadow:var(--shadow-lg)}.services__icon-wrap{width:52px;height:52px;background:var(--white);color:var(--black);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .3s}.services__card:hover .services__icon-wrap{transform:scale(1.06)}.services__card h3{font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.services__tagline{font-size:.875rem;font-weight:600;color:var(--gray-500);margin-bottom:.65rem}.services__desc{font-size:.9rem;color:var(--gray-500);line-height:1.65;margin-bottom:1rem;flex:1}.services__card ul{margin-bottom:1.25rem}.services__card li{font-size:.82rem;color:var(--gray-500);padding:.28rem 0 .28rem 1.1rem;position:relative}.services__card li:before{content:"•";position:absolute;left:0;color:var(--white);font-weight:700}.services__link{font-size:.9rem;font-weight:700;color:var(--white);margin-top:auto;transition:letter-spacing .2s}.services__link:hover{letter-spacing:.02em}.services__error{text-align:center;color:var(--gray-500);padding:2rem}.services__grid--offers{grid-template-columns:1fr;max-width:900px;margin:0 auto}.services__card--offer{padding:2rem}.services__detail{margin-bottom:1rem}.services__detail strong{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);margin-bottom:.35rem}.services__detail p{font-size:.9rem;color:var(--gray-500);line-height:1.65}.services__detail ul{margin-bottom:0}@media(max-width:640px){.services__grid,.services__loading-grid{grid-template-columns:1fr}.services__card,.services__card--offer{padding:1.35rem}.services__card:hover{transform:none}}.why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.why__card{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;box-shadow:var(--shadow-card);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .35s}.why__card:hover{transform:translateY(-6px);border-color:var(--white);box-shadow:var(--shadow-lg)}.why__card--skeleton{min-height:200px}.why__icon{width:56px;height:56px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;border-radius:16px;background:var(--white);color:var(--black)}.why__icon .icon svg{width:26px;height:26px}.why__card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--white)}.why__card p{font-size:.9rem;color:var(--gray-500);line-height:1.65}@media(max-width:900px){.why__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.why__grid{grid-template-columns:1fr}}.engineering-standards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.engineering-standards__block{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem}.engineering-standards__block h3{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:1rem}.engineering-standards__block ul{display:grid;gap:.5rem}.engineering-standards__block li{padding-left:1.25rem;position:relative;color:var(--gray-500);line-height:1.6;font-size:.92rem}.engineering-standards__block ul li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;background:var(--white);border-radius:50%}.engineering-standards__steps{display:grid;gap:.65rem}.engineering-standards__steps li{display:flex;align-items:center;gap:.75rem;color:var(--gray-500);font-size:.92rem}.engineering-standards__steps li span{font-weight:700;color:var(--white);min-width:1.75rem}@media(max-width:640px){.engineering-standards__grid{grid-template-columns:1fr}.engineering-standards__block{padding:1.35rem}}.case-studies__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.case-studies__card{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.case-studies__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.case-studies__media{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-bottom:1px solid var(--gray-200)}.case-studies__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.case-studies__card:hover .case-studies__media img{transform:scale(1.05)}.case-studies__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.55) 100%);pointer-events:none}.case-studies__body{padding:1.5rem 1.75rem 1.75rem;flex:1;display:flex;flex-direction:column}.case-studies__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.case-studies__tags span{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .6rem;background:var(--gray-50);color:var(--gray-500);border:1px solid var(--gray-200);border-radius:100px}.case-studies__card h3{font-size:1.35rem;font-weight:700;color:var(--white);margin-bottom:.35rem}.case-studies__industry{font-size:.85rem;color:var(--gray-500);margin-bottom:1rem}.case-studies__outcome{font-size:.95rem;color:var(--gray-500);line-height:1.6;margin-bottom:1.25rem;flex:1}.case-studies__metrics{display:flex;flex-wrap:wrap;gap:.5rem}.case-studies__metrics li{font-size:.8rem;font-weight:600;padding:.4rem .75rem;background:var(--white);color:var(--black);border-radius:8px}.case-studies__loading{text-align:center;color:var(--gray-500)}@media(max-width:768px){.case-studies__grid{grid-template-columns:1fr}}.case-studies__grid--detailed{grid-template-columns:1fr}.case-studies__card--detailed{max-width:900px;margin:0 auto}.case-studies__section{margin:1rem 0}.case-studies__section strong{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);margin-bottom:.35rem}.case-studies__section p,.case-studies__section li{font-size:.9rem;color:var(--gray-500);line-height:1.65}.case-studies__section ul{padding-left:1.1rem;list-style:disc}.case-studies__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--gray-200)}.case-studies__meta strong{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);margin-bottom:.25rem}.case-studies__meta p{font-size:.88rem;color:var(--gray-500)}.case-studies__nda-note{font-size:.85rem;color:var(--gray-400);font-style:italic;margin-top:1rem}.packages{background:var(--black)}.packages__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.packages__card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;position:relative;transition:transform .25s,box-shadow .25s}.packages__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.packages__card--featured{background:var(--gray-100);border:2px solid var(--white);box-shadow:var(--shadow-lg)}.packages__badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--white);color:var(--black);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .875rem;border-radius:100px}.packages__card h3{font-size:1.45rem;font-weight:800;margin-top:.5rem;margin-bottom:.35rem;color:var(--white)}.packages__for{font-size:.85rem;font-weight:600;color:var(--gray-500);margin-bottom:1rem}.packages__desc{font-size:.9375rem;color:var(--gray-500);line-height:1.65;margin-bottom:1.5rem}.packages__card ul{flex:1;margin-bottom:1.75rem}.packages__card li{font-size:.9rem;color:var(--gray-500);padding:.35rem 0 .35rem 1.5rem;position:relative}.packages__card li:before{content:"✓";position:absolute;left:0;font-weight:800;color:var(--white)}.packages__card .btn{width:100%}.packages__meta{font-size:.85rem;color:var(--gray-500);margin-bottom:.5rem}.packages__meta strong{color:var(--gray-400)}@media(max-width:900px){.packages__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.verified-reviews__card{max-width:720px;margin:0 auto;padding:2rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center}.verified-reviews__card p{color:var(--gray-500);line-height:1.75;margin-bottom:1.25rem}.verified-reviews__card a{color:var(--white)}.about{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.about__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,5vw,4rem);align-items:center}.about__content p{color:var(--gray-500);line-height:1.75;margin-top:1rem}.about__pillars{margin-top:1.75rem}.about__pillars li{padding:.5rem 0 .5rem 1.5rem;position:relative;font-weight:600;font-size:.95rem;color:var(--gray-600)}.about__pillars li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:var(--white);border-radius:50%}.about__stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.75rem}.about__stack span{padding:.4rem .85rem;font-size:.75rem;font-weight:600;color:var(--gray-500);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:100px}.about__visual{position:relative}.about__media{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-200);aspect-ratio:4 / 5;max-height:420px}.about__media img{width:100%;height:100%;object-fit:cover}.about__media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.75) 100%)}.about__card{position:relative;margin-top:-4.5rem;margin-left:1.25rem;margin-right:1.25rem;background:#0a0a0af0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;text-align:center;box-shadow:var(--shadow-lg);z-index:1}.about__logo{width:48px;height:48px;object-fit:contain;margin:0 auto 1rem}.about__tagline{font-weight:700;font-size:1.05rem;color:var(--white);margin-bottom:1.5rem}.about__stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1.25rem 0;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.about__stat-val{display:block;font-size:1.5rem;font-weight:800;color:var(--white);letter-spacing:-.03em}.about__stat-lbl{display:block;margin-top:.25rem;font-size:.7rem;font-weight:600;color:var(--gray-500);line-height:1.3}.about__location{margin-top:1.25rem;font-size:.85rem;color:var(--gray-500);font-weight:500}.about__card--simple{margin-top:0;margin-left:0;margin-right:0;text-align:left}.about__differentiators{text-align:left}.about__differentiators li{font-size:.9rem;color:var(--gray-500);padding:.45rem 0 .45rem 1.25rem;position:relative;line-height:1.5}.about__differentiators li:before{content:"";position:absolute;left:0;top:.85em;width:6px;height:6px;background:var(--white);border-radius:50%}@media(max-width:768px){.about__inner{grid-template-columns:1fr}.about__card{margin-top:0}.about__stat-row{grid-template-columns:1fr;gap:1rem;text-align:left}}.contact{background:var(--black);border-top:1px solid var(--gray-200)}.contact__layout{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(2rem,5vw,4rem);align-items:start}.contact__benefits{margin:2rem 0 0}.contact__benefits li{padding:.55rem 0 .55rem 1.75rem;position:relative;font-weight:500;color:var(--gray-600);font-size:.95rem}.contact__benefits li:before{content:"✓";position:absolute;left:0;font-weight:800;color:var(--white)}.contact__honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contact__form{position:relative;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.25rem);box-shadow:var(--shadow-lg)}.contact__form h3{font-size:1.35rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.35rem;color:var(--white)}.contact__form-note{font-size:.85rem;color:var(--gray-500);margin-bottom:1.5rem}.contact__form label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-600);margin-bottom:1.1rem}.contact__form input,.contact__form select,.contact__form textarea{display:block;width:100%;margin-top:.45rem;padding:.85rem 1rem;font-family:inherit;font-size:.9375rem;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--gray-50);color:var(--white);transition:border-color .2s,box-shadow .2s}.contact__form input::placeholder,.contact__form textarea::placeholder{color:var(--gray-400)}.contact__form input:focus,.contact__form select:focus,.contact__form textarea:focus{outline:none;border-color:var(--white);box-shadow:0 0 0 4px #ffffff14}.contact__form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact__form select option{background:#141414;color:#fafafa}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact__row label{margin-bottom:0}.contact__status{font-size:.9rem;padding:.85rem 1rem;border-radius:var(--radius);margin-bottom:1rem;line-height:1.5;word-break:break-word}.contact__status--success{background:#22c55e1f;color:#86efac;border:1px solid rgba(34,197,94,.35)}.contact__status--error{background:#ef44441f;color:#fca5a5;border:1px solid rgba(239,68,68,.35)}.contact__submit{width:100%;margin-top:.5rem}.contact__submit:disabled{opacity:.65;cursor:not-allowed}.contact__consult-card{margin:1.5rem 0;padding:1.25rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg)}.contact__consult-note{font-size:.88rem;color:var(--gray-500);margin-top:.35rem}.contact__consult-card .btn{margin-top:1rem;width:100%;white-space:normal;text-align:center}.contact__consent{display:flex;align-items:flex-start;gap:.65rem;font-size:.85rem;color:var(--gray-500);line-height:1.5}.contact__consent input{width:auto;min-width:1.1rem;min-height:1.1rem;margin-top:.2rem;flex-shrink:0}.contact__consent a{color:var(--white);text-decoration:underline}@media(max-width:900px){.contact__layout,.contact__row{grid-template-columns:1fr}.contact__form{padding:1.25rem}}@media(max-width:480px){.contact__form input,.contact__form select,.contact__form textarea{font-size:16px;padding:.9rem .95rem}.contact__form select{padding-right:2.5rem}}.footer{background:var(--black);color:var(--white);padding:4.5rem 0 0;border-top:1px solid var(--gray-200)}.footer__grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-200)}.footer__brand-link{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1rem}.footer__logo{width:40px;height:40px;object-fit:contain;flex-shrink:0}.footer__wordmark{font-size:1.2rem;font-weight:800;letter-spacing:-.03em;color:var(--white);line-height:1}.footer__brand p{font-size:.9rem;color:var(--gray-500);line-height:1.7;max-width:300px}.footer__col h4{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--gray-400);margin-bottom:1.15rem}.footer__col a,.footer__col span{display:block;font-size:.9rem;color:var(--gray-500);padding:.32rem 0;transition:color .2s}.footer__col a:hover{color:var(--white)}.footer__bottom{padding:1.5rem 0 2rem;text-align:center;font-size:.85rem;color:var(--gray-400);letter-spacing:.02em}.footer__contact-block{margin-top:1rem;display:grid;gap:.35rem}.footer__contact-block a,.footer__contact-block span{font-size:.88rem;color:var(--gray-500)}.footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;padding:1.25rem 0;border-bottom:1px solid var(--gray-200)}.footer__legal a{font-size:.85rem;color:var(--gray-500)}.footer__legal a:hover{color:var(--white)}@media(max-width:900px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1 / -1}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}.footer__legal{gap:.75rem 1rem;justify-content:flex-start}}.cta-band{position:relative;padding:3.5rem 0;background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);overflow:hidden}.cta-band--dark{background:var(--black);border-color:var(--gray-200)}.cta-band__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cta-band__bg img{width:100%;height:100%;object-fit:cover;opacity:.35}.cta-band__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000eb,#000000bf 55%,#000000e0)}.cta-band__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cta-band h2{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;letter-spacing:-.03em;color:var(--white)}.cta-band p{margin-top:.5rem;color:var(--gray-500);font-size:1rem;max-width:480px}.cta-band--dark p{color:var(--gray-400)}@media(max-width:640px){.cta-band__inner{flex-direction:column;align-items:flex-start}.cta-band__inner .btn{width:100%}}.legal-page{padding:7rem 0 4rem;min-height:60vh}.legal-page__inner{max-width:760px}.legal-page__back{display:inline-block;margin-bottom:1.5rem;color:var(--gray-500);font-size:.9rem}.legal-page__back:hover{color:var(--white)}.legal-page h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;margin-bottom:.5rem}.legal-page__updated{color:var(--gray-500);font-size:.875rem;margin-bottom:2rem}.legal-page__content h2{font-size:1.15rem;font-weight:700;margin:1.75rem 0 .75rem;color:var(--white)}.legal-page__content p,.legal-page__content li{color:var(--gray-500);line-height:1.75;margin-bottom:.75rem}.legal-page__content ul{padding-left:1.25rem;list-style:disc}.legal-page__contact{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-200);color:var(--gray-500)}.legal-page__contact a{color:var(--white)}@media(max-width:640px){.legal-page{padding:5.5rem 0 3rem}.legal-page__content h2{font-size:1.05rem}}.not-found{padding:8rem 0 5rem;min-height:60vh;text-align:center}.not-found__code{font-size:4rem;font-weight:800;color:var(--gray-200);line-height:1}.not-found h1{font-size:1.75rem;margin:1rem 0}.not-found p{color:var(--gray-500);margin-bottom:1.5rem}:root{--black: #000000;--white: #ffffff;--gray-50: #0a0a0a;--gray-100: #141414;--gray-200: #27272a;--gray-300: #3f3f46;--gray-400: #71717a;--gray-500: #a1a1aa;--gray-600: #d4d4d8;--gray-700: #e4e4e7;--gray-800: #f4f4f5;--gray-900: #fafafa;--radius: 14px;--radius-lg: 24px;--shadow: 0 8px 30px rgba(0, 0, 0, .4);--shadow-lg: 0 24px 80px rgba(0, 0, 0, .55);--shadow-card: 0 2px 0 rgba(255, 255, 255, .04), 0 12px 40px rgba(0, 0, 0, .45);--font: "Inter", system-ui, -apple-system, sans-serif;--max-width: 1180px;--header-height: 76px;--section-pad: clamp(4rem, 8vw, 6.5rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font);background:var(--black);color:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.menu-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.section{padding:var(--section-pad) 0;position:relative}.section--muted{background:var(--gray-50)}.section-header{text-align:center;max-width:720px;margin:0 auto 3.5rem}.section-header .section-subtitle{margin-left:auto;margin-right:auto}.section-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-500);margin-bottom:1rem}.section-title{font-size:clamp(1.65rem,5vw,3rem);font-weight:800;letter-spacing:-.035em;line-height:1.15;color:var(--white);overflow-wrap:break-word}.section-subtitle{font-size:clamp(.95rem,2.5vw,1.0625rem);color:var(--gray-500);max-width:600px;margin-top:1rem;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.65rem;font-size:.9375rem;font-weight:600;border-radius:100px;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s,background .2s;white-space:nowrap;min-height:44px}.btn:active{transform:scale(.98)}.btn-primary{background:var(--white);color:var(--black);box-shadow:0 6px 20px #ffffff1f}.btn-primary:hover{background:var(--gray-800);box-shadow:0 10px 32px #ffffff2e}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--gray-200)}.btn-outline:hover{border-color:var(--white);background:var(--white);color:var(--black)}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.skeleton{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.2s infinite;border-radius:var(--radius)}@media(max-width:640px){:root{--section-pad: clamp(3rem, 10vw, 4.5rem);--header-height: 64px}.section-header{margin-bottom:2.25rem}.btn{white-space:normal;text-align:center;padding:.9rem 1.25rem}}:root{--ease-out-expo: cubic-bezier(.22, 1, .36, 1);--ease-out-smooth: cubic-bezier(.16, 1, .3, 1);--anim-duration: .7s}.reveal{opacity:0;transform:translateY(28px);filter:blur(4px);transition:opacity var(--anim-duration) var(--ease-out-expo),transform var(--anim-duration) var(--ease-out-expo),filter calc(var(--anim-duration) * .85) var(--ease-out-expo);will-change:opacity,transform,filter}.reveal.visible{opacity:1;transform:translateY(0);filter:blur(0)}.reveal-left{transform:translate(-32px)}.reveal-left.visible{transform:translate(0)}.reveal-right{transform:translate(32px)}.reveal-right.visible{transform:translate(0)}.reveal-scale{transform:scale(.96) translateY(16px)}.reveal-scale.visible{transform:scale(1) translateY(0)}.reveal-stagger.visible>*{animation:staggerFadeUp .65s var(--ease-out-expo) backwards}.reveal-stagger.visible>*:nth-child(1){animation-delay:.05s}.reveal-stagger.visible>*:nth-child(2){animation-delay:.12s}.reveal-stagger.visible>*:nth-child(3){animation-delay:.19s}.reveal-stagger.visible>*:nth-child(4){animation-delay:.26s}.reveal-stagger.visible>*:nth-child(5){animation-delay:.33s}.reveal-stagger.visible>*:nth-child(6){animation-delay:.4s}@keyframes staggerFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSlideIn{0%{opacity:0;transform:translate(40px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes gridDrift{0%{transform:translate(0)}to{transform:translate(28px,28px)}}@keyframes glowPulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.55;transform:scale(1.05)}}@keyframes showcaseCardIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-animate{opacity:0;animation:heroFadeUp .85s var(--ease-out-expo) forwards}.hero-animate--visual{animation-name:heroSlideIn;animation-duration:1s}.hero-animate--delay-1{animation-delay:.08s}.hero-animate--delay-2{animation-delay:.18s}.hero-animate--delay-3{animation-delay:.28s}.hero-animate--delay-4{animation-delay:.38s}.hero-animate--delay-5{animation-delay:.48s}.hero-animate--delay-6{animation-delay:.62s}.section-label{position:relative}.reveal.visible .section-label:after,.section-header.reveal.visible .section-label:after{content:"";display:block;width:32px;height:2px;background:var(--white);margin:.65rem auto 0;border-radius:2px;animation:lineExpand .6s var(--ease-out-expo) .2s backwards}@keyframes lineExpand{0%{width:0;opacity:0}to{width:32px;opacity:1}}.btn-primary{position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.35) 50%,transparent 60%);transform:translate(-120%);transition:transform .55s var(--ease-out-expo)}.btn-primary:hover:after{transform:translate(120%)}.btn-primary:hover,.btn-outline:hover{transform:translateY(-2px)}.header__nav a:not(.btn){position:relative}.header__nav a:not(.btn):after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--white);transform:scaleX(0);transform-origin:right;transition:transform .3s var(--ease-out-expo)}.header__nav a:not(.btn):hover:after{transform:scaleX(1);transform-origin:left}.cta-band{position:relative}.cta-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.03),transparent);transform:translate(-100%);animation:ctaShimmer 8s ease-in-out infinite;pointer-events:none}@keyframes ctaShimmer{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.engineering-standards__steps li{transition:transform .25s var(--ease-out-expo),color .2s}.engineering-standards__steps li:hover{transform:translate(4px);color:var(--gray-600)}.engineering-standards__block{transition:transform .35s var(--ease-out-expo),border-color .35s,box-shadow .35s}.engineering-standards__block:hover{transform:translateY(-4px);border-color:var(--gray-300);box-shadow:var(--shadow-card)}.problem__card{transition:transform .35s var(--ease-out-expo),box-shadow .35s,border-color .35s}.problem__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.problem__card:hover .problem__icon{transform:scale(1.08)}.problem__icon{transition:transform .35s var(--ease-out-expo)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none;filter:none}html{scroll-behavior:auto}}
