*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--ft-font-body);font-weight:var(--ft-weight-body);font-size:1.05rem;line-height:1.65;color:var(--ft-color-text);background:var(--ft-color-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--ft-font-heading);font-weight:var(--ft-weight-heading);color:var(--ft-color-heading);line-height:1.15;margin:0 0 .6em}h1{font-size:clamp(2.2rem,5vw,3.4rem)}h2{font-size:clamp(1.8rem,3.6vw,2.6rem)}h3{font-size:1.35rem}p{margin:0 0 1em}a{color:var(--ft-color-primary);text-decoration:none}img{max-width:100%;height:auto;display:block}.ft-container{max-width:var(--ft-page-width);margin:0 auto;padding:0 1.25rem}.ft-section{padding:4.5rem 0}.ft-section--alt{background:var(--ft-color-bg-alt)}.ft-section--dark{background:var(--ft-color-dark)}.ft-section--dark h2,.ft-section--dark h3,.ft-section--dark h5,.ft-section--dark p{color:var(--ft-color-light)}.ft-eyebrow{display:block;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ft-color-primary);margin-bottom:.9rem}.ft-center{text-align:center}.ft-lead{font-size:1.15rem;max-width:44em}.ft-center .ft-lead{margin-left:auto;margin-right:auto}.ft-btn{display:inline-block;padding:.8rem 1.8rem;border-radius:999px;border:0;font-family:var(--ft-font-heading);font-weight:700;font-size:1rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.ft-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0e2a472e}.ft-btn--primary{background:var(--ft-color-accent);color:var(--ft-color-heading)}.ft-btn--dark{background:var(--ft-color-dark);color:var(--ft-color-light)}.ft-input,.ft-textarea{width:100%;padding:.8rem 1rem;border:1px solid rgba(14,42,71,.2);border-radius:var(--ft-radius);font:inherit;color:var(--ft-color-heading);background:#fff}.ft-input:focus,.ft-textarea:focus{outline:2px solid var(--ft-color-primary);border-color:transparent}.ft-form-row{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.ft-form-msg{padding:.8rem 1rem;border-radius:var(--ft-radius);margin-bottom:1rem}.ft-form-msg--ok{background:#e4f7e9;color:#1b6b33}.ft-form-msg--err{background:#fdecec;color:#a12c2c}.ft-checkbox{display:flex;gap:.55rem;align-items:center;font-size:.95rem}.ft-header{background:var(--ft-color-bg);border-bottom:1px solid rgba(14,42,71,.08);position:sticky;top:0;z-index:50}.ft-header__inner{display:flex;align-items:center;gap:2rem;min-height:72px}.ft-header__brand{display:flex;align-items:center;gap:.6rem;font-family:var(--ft-font-heading);font-weight:700;font-size:1.25rem;color:var(--ft-color-heading)}.ft-header__logo{width:auto;height:38px}.ft-header__nav{display:flex;gap:1.6rem;margin-left:auto}.ft-header__nav a{color:var(--ft-color-heading);font-weight:600;font-size:.97rem}.ft-header__nav a:hover{color:var(--ft-color-primary)}.ft-header__toggle{display:none}@media(max-width:860px){.ft-header__nav{display:none}.ft-header__toggle{display:block;margin-left:auto}.ft-header__toggle summary{list-style:none;cursor:pointer;font-size:1.6rem;color:var(--ft-color-heading);padding:.3rem .6rem}.ft-header__toggle summary::-webkit-details-marker{display:none}.ft-header__toggle[open] .ft-header__drawer{position:absolute;left:0;right:0;top:100%;background:var(--ft-color-bg);border-bottom:1px solid rgba(14,42,71,.1);display:flex;flex-direction:column;padding:1rem 1.5rem;gap:.9rem}.ft-header__drawer a{color:var(--ft-color-heading);font-weight:600}}.ft-hero{padding:5.5rem 0 4.5rem;background:linear-gradient(180deg,var(--ft-color-bg-alt) 0%,var(--ft-color-bg) 100%)}.ft-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.ft-hero__launch{font-weight:700;color:var(--ft-color-heading)}.ft-hero__form{display:flex;gap:.8rem;margin:1.6rem 0 1.4rem;max-width:480px}.ft-hero__form .ft-input{flex:1}.ft-hero__badges{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;padding:0;margin:0;list-style:none;font-size:.92rem;font-weight:600;color:var(--ft-color-heading)}.ft-hero__badges li:before{content:"\2713";color:var(--ft-color-primary);margin-right:.4rem}.ft-hero__image img{border-radius:calc(var(--ft-radius) * 1.5)}@media(max-width:860px){.ft-hero__grid{grid-template-columns:1fr}.ft-hero__form{flex-direction:column}}.ft-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}.ft-feature{background:#fff;border:1px solid rgba(14,42,71,.08);border-radius:var(--ft-radius);padding:1.8rem;box-shadow:0 2px 10px #0e2a470d}.ft-feature h3{font-size:1.15rem}@media(max-width:860px){.ft-features{grid-template-columns:1fr}}.ft-pills{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin:1.4rem 0 2.4rem}.ft-pill{padding:.45rem 1.2rem;border-radius:999px;background:#fff;border:1px solid rgba(14,42,71,.15);font-weight:600;font-size:.92rem;color:var(--ft-color-heading)}.ft-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.ft-card{background:#fff;border-radius:var(--ft-radius);overflow:hidden;border:1px solid rgba(14,42,71,.08);box-shadow:0 2px 10px #0e2a470d}.ft-card__body{padding:1.4rem}.ft-card__body h3{font-size:1.2rem;margin-bottom:.4rem}.ft-card__body p{font-size:.95rem;margin:0}.ft-iwt{display:grid;grid-template-columns:.9fr 1.1fr;gap:3.5rem;align-items:center}.ft-iwt--flip{grid-template-columns:1.1fr .9fr}.ft-iwt__image img{border-radius:calc(var(--ft-radius) * 1.5);width:100%;object-fit:cover}.ft-quote{border-left:4px solid var(--ft-color-accent);padding:.4rem 0 .4rem 1.2rem;margin:1.6rem 0 0;font-style:italic;color:var(--ft-color-heading)}.ft-quote cite{display:block;font-style:normal;font-size:.9rem;color:var(--ft-color-text);margin-top:.5rem}@media(max-width:860px){.ft-iwt,.ft-iwt--flip{grid-template-columns:1fr;gap:2rem}}.ft-faces{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;margin-top:2.5rem}.ft-face{background:#fff;border:1px solid rgba(14,42,71,.08);border-radius:var(--ft-radius);padding:1.5rem}.ft-face__tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;padding:.25rem .7rem;border-radius:999px;margin-bottom:.9rem}.ft-face__tag--electrical{background:#1e8fd51f;color:var(--ft-color-primary)}.ft-face__tag--mechanical{background:#ffc83d40;color:#8a6400}.ft-face h3{font-size:1.05rem;margin-bottom:.4rem}.ft-face p{font-size:.92rem;margin:0}@media(max-width:1000px){.ft-faces{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ft-faces{grid-template-columns:1fr}}.ft-newsletter__form{display:flex;gap:.8rem;max-width:520px;margin:1.6rem auto 1rem}.ft-newsletter__form .ft-input{flex:1}.ft-newsletter .ft-checkbox{justify-content:center}.ft-section--dark .ft-checkbox{color:var(--ft-color-light)}@media(max-width:600px){.ft-newsletter__form{flex-direction:column}}.ft-experts{display:grid;grid-template-columns:1.15fr .85fr;gap:3.5rem;align-items:center}.ft-badge-row{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.2rem 0 2rem}.ft-badge{background:#ffc83d33;color:var(--ft-color-heading);font-weight:700;font-size:.85rem;padding:.4rem 1rem;border-radius:999px;border:1px solid rgba(255,200,61,.6)}.ft-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.ft-stat{background:#fff;border:1px solid rgba(14,42,71,.08);border-radius:var(--ft-radius);padding:1.3rem 1.5rem}.ft-stat__num{font-family:var(--ft-font-heading);font-weight:700;font-size:1.9rem;color:var(--ft-color-primary);line-height:1.1}.ft-stat__label{font-size:.92rem}.ft-experts__image img{border-radius:calc(var(--ft-radius) * 1.5);width:100%;object-fit:cover}@media(max-width:860px){.ft-experts{grid-template-columns:1fr}.ft-stats{grid-template-columns:1fr 1fr}}.ft-story{max-width:46em;margin:0 auto}.ft-story__sig{margin-top:2rem;font-weight:700;color:var(--ft-color-heading)}.ft-story__role{font-size:.92rem;color:var(--ft-color-text)}.ft-faq{max-width:50em;margin:2.5rem auto 0}.ft-faq details{border:1px solid rgba(14,42,71,.1);border-radius:var(--ft-radius);margin-bottom:1rem;background:#fff}.ft-faq summary{cursor:pointer;padding:1.1rem 3rem 1.1rem 1.4rem;font-family:var(--ft-font-heading);font-weight:600;font-size:1.05rem;color:var(--ft-color-heading);list-style:none;position:relative}.ft-faq summary::-webkit-details-marker{display:none}.ft-faq summary:after{content:"+";position:absolute;right:1.3rem;top:50%;transform:translateY(-50%);font-size:1.4rem;color:var(--ft-color-primary)}.ft-faq details[open] summary:after{content:"\2013"}.ft-faq__body{padding:0 1.4rem 1.2rem}.ft-contact{max-width:620px;margin:0 auto}.ft-contact .ft-form-row,.ft-contact .ft-input,.ft-contact .ft-textarea{margin-bottom:1rem}.ft-footer{background:var(--ft-color-dark);color:#ffffffc7;padding:4rem 0 2rem}.ft-footer a{color:#ffffffc7}.ft-footer a:hover{color:#fff}.ft-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2.5rem}.ft-footer__brand{display:flex;align-items:center;gap:.6rem;font-family:var(--ft-font-heading);font-weight:700;font-size:1.2rem;color:#fff;margin-bottom:.9rem}.ft-footer__brand img{height:34px;width:auto}.ft-footer h4{color:#fff;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem}.ft-footer ul{list-style:none;padding:0;margin:0}.ft-footer li{margin-bottom:.6rem}.ft-footer__social{display:flex;gap:.9rem;margin-top:.4rem}.ft-footer__social a{display:inline-flex;width:36px;height:36px;border-radius:50%;background:#ffffff1a;align-items:center;justify-content:center}.ft-footer__social svg{width:18px;height:18px;fill:#fff}.ft-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:3rem;padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem;font-size:.88rem}@media(max-width:860px){.ft-footer__grid{grid-template-columns:1fr 1fr}}.ft-page{padding:4rem 0}.ft-product{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.ft-product__price{font-size:1.4rem;font-weight:700;color:var(--ft-color-heading);margin:.8rem 0 1.4rem}.ft-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem}.ft-grid__item a{color:var(--ft-color-heading);font-weight:600}.ft-grid__item img{border-radius:var(--ft-radius);margin-bottom:.7rem}.ft-cart-table{width:100%;border-collapse:collapse}.ft-cart-table th,.ft-cart-table td{padding:.9rem .6rem;border-bottom:1px solid rgba(14,42,71,.1);text-align:left}@media(max-width:860px){.ft-product{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
