*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{margin:0;padding:0;min-height:100vh;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1a1a1a;background-color:#fff}main{display:block}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;line-height:1.2;color:#000}p{margin-top:0;margin-bottom:1rem}a{color:#0ac7a4;text-decoration:none;transition:color 150ms ease}a:hover{color:rgb(7.5598086124,150.4401913876,123.980861244)}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{appearance:button;-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}fieldset{padding:0;margin:0;border:0}legend{padding:0}ul,ol{margin:0;padding:0;list-style:none}figure{margin:0}table{border-collapse:collapse;border-spacing:0}[hidden]{display:none !important}::selection{background-color:#0ac7a4;color:#fff}h1,.h1{font-size:2.25rem}@media(min-width: 768px){h1,.h1{font-size:3rem}}@media(min-width: 1024px){h1,.h1{font-size:3.75rem}}h2,.h2{font-size:1.875rem}@media(min-width: 768px){h2,.h2{font-size:2.25rem}}h3,.h3{font-size:1.5rem}@media(min-width: 768px){h3,.h3{font-size:1.875rem}}h4,.h4{font-size:1.25rem}@media(min-width: 768px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.125rem}@media(min-width: 768px){h5,.h5{font-size:1.25rem}}h6,.h6{font-size:1rem;font-weight:600}.lead{font-size:1.125rem;line-height:1.6;color:#666}@media(min-width: 768px){.lead{font-size:1.25rem}}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-accent{color:#0ac7a4}.text-muted{color:#666}.text-center{text-align:center}.text-uppercase{text-transform:uppercase;letter-spacing:.05em}.font-bold{font-weight:700}.font-semibold{font-weight:600}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.container--narrow{max-width:800px}.container--wide{max-width:1400px}.section{padding-top:4rem;padding-bottom:4rem}@media(min-width: 1024px){.section{padding-top:6rem;padding-bottom:6rem}}.section--dark{background-color:#000;color:#fff}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5,.section--dark h6{color:#fff}.section--dark p{color:hsla(0,0%,100%,.8)}.section--light{background-color:#f2f2f2}.section--accent{background-color:#0ac7a4;color:#fff}.section--accent h1,.section--accent h2,.section--accent h3,.section--accent h4,.section--accent h5,.section--accent h6{color:#fff}.grid{display:grid;gap:1.5rem}@media(min-width: 768px){.grid--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.grid--3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid--3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 640px){.grid--4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid--4{grid-template-columns:repeat(4, 1fr)}}.flex{display:flex}.flex--center{display:flex;align-items:center;justify-content:center}.flex--between{display:flex;align-items:center;justify-content:space-between}.flex--column{display:flex;flex-direction:column}.flex--wrap{flex-wrap:wrap}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2rem}.mt-0{margin-top:0}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mt-2xl{margin-top:3rem}.mb-0{margin-bottom:0}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mb-2xl{margin-bottom:3rem}.site-main{padding-top:80px}.top-bar{position:fixed;top:0;left:0;right:0;z-index:301;background-color:#000;color:#fff;font-size:.875rem}.top-bar__inner{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.top-bar__left,.top-bar__right{display:flex;align-items:center;gap:1.5rem}.top-bar__link{display:inline-flex;align-items:center;gap:.25rem;color:hsla(0,0%,100%,.9);text-decoration:none;transition:color 150ms ease}.top-bar__link:hover{color:#0ac7a4}.top-bar__link .dashicons{font-size:16px;width:16px;height:16px}.site-main{padding-top:100px}.has-top-bar .site-header{top:36px}.has-top-bar .site-main{padding-top:140px}.site-header{position:fixed;top:0;left:0;right:0;z-index:300;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:background-color 250ms ease,box-shadow 250ms ease}.site-header.is-scrolled{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:80px}.site-header__brand{flex-shrink:0}.site-header__brand .custom-logo-link{display:block}.site-header__brand .custom-logo-link img{height:50px;width:auto}.site-header__logo-text{font-size:1.25rem;font-weight:700;color:#000;text-decoration:none}.site-header__logo-text:hover{color:#0ac7a4}.site-header__nav{display:none}@media(min-width: 1024px){.site-header__nav{display:block}}.site-header__cta{display:none}@media(min-width: 1024px){.site-header__cta{display:block}}.site-header__menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:none;border:none;cursor:pointer}@media(min-width: 1024px){.site-header__menu-toggle{display:none}}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-menu li{position:relative}.nav-menu a{display:block;padding:.5rem 0;font-size:1rem;font-weight:500;color:#000;text-decoration:none;transition:color 150ms ease}.nav-menu a:hover{color:#0ac7a4}.nav-menu .current-menu-item>a,.nav-menu .current_page_item>a{color:#0ac7a4}.nav-menu .sub-menu{position:absolute;top:100%;left:0;min-width:200px;padding:.5rem 0;background-color:#fff;border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);opacity:0;visibility:hidden;transform:translateY(10px);transition:all 150ms ease}.nav-menu .sub-menu li{display:block}.nav-menu .sub-menu a{padding:.5rem 1.5rem;font-size:.875rem}.nav-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px}.hamburger__line{display:block;width:100%;height:2px;background-color:#000;transition:all 150ms ease}.primary-navigation.is-open{display:block;position:fixed;top:80px;left:0;right:0;bottom:0;background-color:#fff;padding:1.5rem;overflow-y:auto}@media(min-width: 1024px){.primary-navigation.is-open{position:static;padding:0;overflow:visible}}.primary-navigation.is-open .nav-menu{flex-direction:column;align-items:stretch;gap:0}@media(min-width: 1024px){.primary-navigation.is-open .nav-menu{flex-direction:row;align-items:center;gap:2rem}}.primary-navigation.is-open .nav-menu a{padding:1rem 0;font-size:1.125rem;border-bottom:1px solid #e5e5e5}@media(min-width: 1024px){.primary-navigation.is-open .nav-menu a{padding:.5rem 0;font-size:1rem;border-bottom:none}}.primary-navigation.is-open .nav-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding-left:1.5rem}@media(min-width: 1024px){.primary-navigation.is-open .nav-menu .sub-menu{position:absolute;opacity:0;visibility:hidden;transform:translateY(10px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);padding-left:0}}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:600;padding:1rem 1.5rem;background-color:#000;color:#fff;border-radius:8px;clip:auto;width:auto;height:auto}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.site-footer{background-color:#000;color:#fff;padding-top:4rem;padding-bottom:2rem}.site-footer__inner{display:grid;gap:3rem;margin-bottom:3rem}@media(min-width: 768px){.site-footer__inner{grid-template-columns:2fr 1fr 1fr}}.site-footer__brand .custom-logo-link img{height:40px;width:auto}.site-footer__logo-text{display:inline-block;margin-bottom:1rem;font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.site-footer__tagline{margin-top:1rem;color:hsla(0,0%,100%,.7);max-width:300px}.site-footer__heading{margin-bottom:1.5rem;font-size:1rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.site-footer__bottom{display:flex;flex-direction:column;gap:.5rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}@media(min-width: 768px){.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer__copyright{margin:0;font-size:.875rem;color:hsla(0,0%,100%,.7)}.site-footer__credit{margin:0;font-size:.875rem;color:hsla(0,0%,100%,.7)}.site-footer__credit a{color:#0ac7a4}.site-footer__credit a:hover{color:#fff}.footer-menu li{margin-bottom:.5rem}.footer-menu a{color:hsla(0,0%,100%,.7);font-size:.875rem;transition:color 150ms ease}.footer-menu a:hover{color:#0ac7a4}.footer-contact-list li{margin-bottom:.5rem}.footer-contact-list a{color:hsla(0,0%,100%,.7);font-size:.875rem;transition:color 150ms ease}.footer-contact-list a:hover{color:#0ac7a4}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:8px;cursor:pointer;transition:all 250ms ease}.btn:focus{outline:2px solid #0ac7a4;outline-offset:2px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background-color:#0ac7a4;color:#fff;border-color:#0ac7a4}.btn--primary:hover{background-color:rgb(7.5598086124,150.4401913876,123.980861244);border-color:rgb(7.5598086124,150.4401913876,123.980861244);color:#fff}.btn--secondary{background-color:#000;color:#fff;border-color:#000}.btn--secondary:hover{background-color:#1a1a1a;border-color:#1a1a1a;color:#fff}.btn--outline{background-color:rgba(0,0,0,0);color:#000;border-color:#000}.btn--outline:hover{background-color:#000;color:#fff}.btn--outline-light{background-color:rgba(0,0,0,0);color:#fff;border-color:#fff}.btn--outline-light:hover{background-color:#fff;color:#000}.btn--outline-accent{background-color:rgba(0,0,0,0);color:#0ac7a4;border-color:#0ac7a4}.btn--outline-accent:hover{background-color:#0ac7a4;color:#fff}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:1.5rem 3rem;font-size:1.125rem}.btn--full{width:100%}.btn--icon{padding:1rem}.btn--icon svg{width:20px;height:20px}.btn .dashicons{font-size:18px;width:18px;height:18px;line-height:1;vertical-align:middle;margin-right:.25rem;position:relative;top:-1px}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#000}.form-input,.form-textarea,.form-select{width:100%;padding:1rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#000;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#0ac7a4;box-shadow:0 0 0 3px rgba(10,199,164,.1)}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#666}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{background-color:#f2f2f2;cursor:not-allowed}.form-textarea{min-height:150px;resize:vertical}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.form-checkbox,.form-radio{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}.form-checkbox input,.form-radio input{width:18px;height:18px;margin-top:2px;accent-color:#0ac7a4}.form-error{margin-top:.25rem;font-size:.875rem;color:#dc2626}.form-success{padding:1rem;margin-bottom:1.5rem;background-color:rgba(10,199,164,.1);border:1px solid #0ac7a4;border-radius:8px;color:rgb(7.5598086124,150.4401913876,123.980861244)}.contact-form{max-width:600px}.contact-form__row{display:grid;gap:1.5rem}@media(min-width: 768px){.contact-form__row{grid-template-columns:1fr 1fr}}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;transition:transform 250ms ease,box-shadow 250ms ease}.card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.card__image{aspect-ratio:1.6;overflow:hidden}@supports not (aspect-ratio: 1){.card__image::before{content:"";float:left;padding-top:62.5%}.card__image::after{content:"";display:block;clear:both}}.card__image img{width:100%;height:100%;object-fit:cover;transition:transform 350ms ease}.card:hover .card__image img{transform:scale(1.05)}.card__content{padding:1.5rem}.card__category{display:inline-block;margin-bottom:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#0ac7a4;background-color:rgba(10,199,164,.1);border-radius:4px}.card__title{margin-bottom:.5rem;font-size:1.25rem}.card__title a{color:#000}.card__title a:hover{color:#0ac7a4}.card__excerpt{margin-bottom:1rem;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card__link{display:inline-flex;align-items:center;gap:.25rem;font-weight:600;color:#0ac7a4}.card__link svg{width:16px;height:16px;transition:transform 150ms ease}.card__link:hover svg{transform:translateX(4px)}.case-study-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;transition:transform 250ms ease,box-shadow 250ms ease;height:100%;display:flex;flex-direction:column}.case-study-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.case-study-card__image{aspect-ratio:1.3333333333;overflow:hidden;background-color:#f2f2f2}@supports not (aspect-ratio: 1){.case-study-card__image::before{content:"";float:left;padding-top:75%}.case-study-card__image::after{content:"";display:block;clear:both}}.case-study-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 350ms ease}.case-study-card:hover .case-study-card__image img{transform:scale(1.05)}.case-study-card__content{flex:1;display:flex;flex-direction:column;padding:1.5rem}.case-study-card__category{display:inline-block;margin-bottom:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#0ac7a4}.case-study-card__title{margin-bottom:.5rem;font-size:1.125rem}.case-study-card__title a{color:#000}.case-study-card__title a:hover{color:#0ac7a4}.case-study-card__excerpt{flex:1;margin-bottom:1rem;color:#666;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.case-study-card__link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#0ac7a4}.case-study-card__link svg{width:14px;height:14px;transition:transform 150ms ease}.case-study-card__link:hover svg{transform:translateX(4px)}.case-study-card__badge{position:absolute;top:1rem;right:1rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#fff;background-color:#0ac7a4;border-radius:4px}.hero{position:relative;display:flex;align-items:center;min-height:80vh;padding:6rem 0;background-color:#000;color:#fff;overflow:hidden}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0}.hero__background::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 100%)}.hero__background img{width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:1;max-width:700px}.hero__subtitle{display:inline-block;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#0ac7a4;background-color:rgba(10,199,164,.1);border-radius:9999px}.hero__title{margin-bottom:1.5rem;font-size:2.25rem;font-weight:800;color:#fff;line-height:1.1}@media(min-width: 768px){.hero__title{font-size:3rem}}@media(min-width: 1024px){.hero__title{font-size:3.75rem}}.hero__description{margin-bottom:2rem;font-size:1.125rem;color:hsla(0,0%,100%,.8);line-height:1.6}@media(min-width: 768px){.hero__description{font-size:1.25rem}}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.features__grid{display:grid;gap:2rem}@media(min-width: 768px){.features__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.features__grid{grid-template-columns:repeat(3, 1fr)}}.feature-card{padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform 250ms ease,box-shadow 250ms ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.feature-card__icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:1.5rem;background-color:rgba(10,199,164,.1);border-radius:8px;color:#0ac7a4}.feature-card__icon svg{width:28px;height:28px}.feature-card__title{margin-bottom:.5rem;font-size:1.25rem}.feature-card__description{margin-bottom:0;color:#666}.cta-section{background-color:#0ac7a4;color:#fff;text-align:center}.cta-section__title{margin-bottom:1rem;color:#fff}.cta-section__description{margin-bottom:2rem;font-size:1.125rem;color:hsla(0,0%,100%,.9);max-width:600px;margin-left:auto;margin-right:auto}.section-header{text-align:center;max-width:700px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.section-header__subtitle{display:inline-block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#0ac7a4}.section-header__title{margin-bottom:1rem}.section-header__description{color:#666;font-size:1.125rem}.section-header--left{text-align:left;margin-left:0}.about-page__hero{padding:6rem 0;background-color:#000;color:#fff;text-align:center}.about-page__hero-title{margin-bottom:1.5rem;color:#fff}.about-page__hero-description{max-width:700px;margin:0 auto;font-size:1.125rem;color:hsla(0,0%,100%,.8);line-height:1.6}.about-content__grid{display:grid;gap:3rem;align-items:center}@media(min-width: 1024px){.about-content__grid{grid-template-columns:1fr 1fr;gap:4rem}}.about-content__image{border-radius:12px;overflow:hidden}.about-content__image img{width:100%;height:auto}.about-content__text h2{margin-bottom:1.5rem}.about-content__text p{color:#666;line-height:1.8}.about-content__text p:last-child{margin-bottom:0}.values-section{background-color:#f2f2f2}.values-section__grid{display:grid;gap:1.5rem}@media(min-width: 768px){.values-section__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.values-section__grid{grid-template-columns:repeat(4, 1fr)}}.value-card{padding:2rem;background-color:#fff;border-radius:12px;text-align:center}.value-card__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1.5rem;background-color:rgba(10,199,164,.1);border-radius:9999px;color:#0ac7a4;font-size:1.5rem}.value-card__title{margin-bottom:.5rem;font-size:1.125rem}.value-card__description{margin-bottom:0;color:#666;font-size:.875rem}.partner-section{text-align:center}.partner-section__logo{display:inline-block;margin-bottom:1.5rem}.partner-section__logo img{height:60px;width:auto}.partner-section__description{max-width:700px;margin:0 auto 2rem;color:#666;line-height:1.8}.products-page__hero{position:relative;padding:6rem 0;background-color:#000;color:#fff}.products-page__hero::after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom, transparent, #ffffff)}.products-page__hero-content{position:relative;z-index:1;max-width:700px}.products-page__hero-title{margin-bottom:1.5rem;color:#fff}.products-page__hero-description{font-size:1.125rem;color:hsla(0,0%,100%,.8);line-height:1.6}.product-features__grid{display:grid;gap:2rem}@media(min-width: 768px){.product-features__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.product-features__grid{grid-template-columns:repeat(3, 1fr)}}.product-feature{padding:2rem;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;transition:border-color 250ms ease,box-shadow 250ms ease}.product-feature:hover{border-color:#0ac7a4;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.product-feature__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1.5rem;background-color:rgba(10,199,164,.1);border-radius:8px;color:#0ac7a4}.product-feature__icon svg{width:28px;height:28px}.product-feature__title{margin-bottom:.5rem;font-size:1.125rem}.product-feature__description{margin-bottom:0;color:#666;font-size:.875rem}.product-planes{background-color:#f2f2f2}.product-planes__grid{display:grid;gap:1.5rem}@media(min-width: 768px){.product-planes__grid{grid-template-columns:repeat(3, 1fr)}}.plane-card{padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.plane-card__title{margin-bottom:1.5rem;font-size:1.25rem;color:#0ac7a4}.plane-card__list li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:#666}.plane-card__list li::before{content:"";flex-shrink:0;width:6px;height:6px;margin-top:8px;background-color:#0ac7a4;border-radius:50%}.use-cases__grid{display:grid;gap:1.5rem}@media(min-width: 640px){.use-cases__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.use-cases__grid{grid-template-columns:repeat(4, 1fr)}}.use-case-card{padding:1.5rem;text-align:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;transition:all 250ms ease}.use-case-card:hover{border-color:#0ac7a4;transform:translateY(-4px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.use-case-card__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1rem;background-color:#f2f2f2;border-radius:9999px;font-size:1.5rem}.use-case-card__title{margin-bottom:0;font-size:1rem;font-weight:600}.case-studies-archive__filters{margin-bottom:3rem}.case-studies-archive__grid{display:grid;gap:1.5rem}@media(min-width: 640px){.case-studies-archive__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.case-studies-archive__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1280px){.case-studies-archive__grid{grid-template-columns:repeat(4, 1fr)}}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.category-filters__btn{padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;color:#666;background-color:rgba(0,0,0,0);border:1px solid #e5e5e5;border-radius:9999px;cursor:pointer;transition:all 150ms ease}.category-filters__btn:hover{color:#0ac7a4;border-color:#0ac7a4}.category-filters__btn.is-active{color:#fff;background-color:#0ac7a4;border-color:#0ac7a4}.single-case-study__header{padding:4rem 0;background-color:#000;color:#fff}.single-case-study__category{display:inline-block;margin-bottom:1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#0ac7a4}.single-case-study__title{margin-bottom:1.5rem;color:#fff}.single-case-study__excerpt{font-size:1.125rem;color:hsla(0,0%,100%,.8);max-width:700px}.single-case-study__content{padding:4rem 0}.single-case-study__content .container--narrow h2,.single-case-study__content .container--narrow h3,.single-case-study__content .container--narrow h4{margin-top:3rem;margin-bottom:1rem}.single-case-study__content .container--narrow p{margin-bottom:1.5rem;line-height:1.8}.single-case-study__content .container--narrow ul,.single-case-study__content .container--narrow ol{margin-bottom:1.5rem;padding-left:2rem}.single-case-study__content .container--narrow ul li,.single-case-study__content .container--narrow ol li{margin-bottom:.5rem;line-height:1.7}.single-case-study__content .container--narrow ul{list-style-type:disc}.single-case-study__content .container--narrow ol{list-style-type:decimal}.single-case-study__content .container--narrow img{margin:2rem 0;border-radius:12px}.single-case-study__content .container--narrow blockquote{margin:2rem 0;padding:1.5rem 2rem;background-color:#f2f2f2;border-left:4px solid #0ac7a4;border-radius:0 8px 8px 0}.single-case-study__content .container--narrow blockquote p{margin-bottom:0;font-size:1.125rem;font-style:italic}.single-case-study__pdf-download{text-align:center;padding:3rem;background-color:#f2f2f2;border-radius:12px}.single-case-study__pdf-download p{margin-bottom:1.5rem;color:#666}.single-case-study__nav{padding:3rem 0;border-top:1px solid #e5e5e5}.single-case-study__nav .container{display:flex;justify-content:space-between;gap:1.5rem}.single-case-study__nav-link{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#666}.single-case-study__nav-link:hover{color:#0ac7a4}.single-case-study__nav-link--next{margin-left:auto}.pdf-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#dc2626;background-color:rgba(220,38,38,.1);border-radius:4px}.pdf-badge svg{width:12px;height:12px}.contact-page__grid{display:grid;gap:3rem}@media(min-width: 1024px){.contact-page__grid{grid-template-columns:1fr 1fr;gap:4rem}}.contact-page__info h2{margin-bottom:1.5rem}.contact-page__info p{color:#666;margin-bottom:2rem}.contact-page__details{margin-bottom:2rem}.contact-page__detail{display:flex;gap:1rem;margin-bottom:1.5rem}.contact-page__detail:last-child{margin-bottom:0}.contact-page__detail-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:rgba(10,199,164,.1);border-radius:8px;color:#0ac7a4}.contact-page__detail-icon svg{width:24px;height:24px}.contact-page__detail-content h4{margin-bottom:.25rem;font-size:1rem}.contact-page__detail-content p,.contact-page__detail-content a{margin-bottom:0;color:#666}.contact-page__detail-content a:hover{color:#0ac7a4}.contact-page__form-wrapper{padding:2rem;background-color:#f2f2f2;border-radius:12px}@media(min-width: 1024px){.contact-page__form-wrapper{padding:3rem}}.contact-page__form-wrapper h3{margin-bottom:2rem}.contact-form__honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.contact-form__row{display:grid;gap:2rem}@media(min-width: 768px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__field{position:relative;margin-bottom:2rem}.contact-form__field input,.contact-form__field textarea{width:100%;padding:1rem 0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:400;color:#000;background-color:rgba(0,0,0,0);border:none;border-bottom:2px solid #e5e5e5;border-radius:0;outline:none;transition:border-color 250ms ease}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:#666;font-weight:400;transition:opacity 150ms ease,transform 150ms ease}.contact-form__field input:focus,.contact-form__field textarea:focus{border-bottom-color:#0ac7a4}.contact-form__field input:focus::placeholder,.contact-form__field textarea:focus::placeholder{opacity:.5;transform:translateX(4px)}.contact-form__field textarea{min-height:120px;resize:vertical}.contact-form__field.is-focused input,.contact-form__field.is-focused textarea{border-bottom-color:#0ac7a4}.contact-form__field.has-error input,.contact-form__field.has-error textarea{border-bottom-color:#dc2626}.contact-form__error{display:block;margin-top:.25rem;font-size:.875rem;color:#dc2626;min-height:20px}.contact-form__submit{margin-top:1.5rem}.contact-form__submit .btn{min-width:200px}.contact-form__submit .btn svg.spinner{width:20px;height:20px;margin-right:.5rem}.contact-form__submit .btn__loading{display:inline-flex;align-items:center}.contact-form__message{margin-top:2rem;padding:1.5rem;border-radius:8px;font-weight:500}.contact-form__message--success{background-color:rgba(10,199,164,.1);border:1px solid #0ac7a4;color:rgb(7.5598086124,150.4401913876,123.980861244)}.contact-form__message--error{background-color:rgba(220,38,38,.1);border:1px solid #dc2626;color:#dc2626}
