@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:Inter;src:url(/fonts/InterVariable.woff2)format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/InterVariable-Italic.woff2)format("woff2-variations");font-weight:100 900;font-style:italic;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;scroll-behavior:smooth}body{color:#212121;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{line-height:1.25}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none}input,textarea{background:0 0;border:none;outline:none}:focus-visible{outline-offset:2px;outline:2px solid #00b4a2}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}h1,.h1{color:#212121;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.25}@media (width>=768px){h1,.h1{font-size:3.75rem}}h2,.h2{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}@media (width>=768px){h2,.h2{font-size:3rem}}h3,.h3{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25}@media (width>=768px){h3,.h3{font-size:2.25rem}}h4,.h4{color:#212121;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}@media (width>=768px){h4,.h4{font-size:1.875rem}}h5,.h5{color:#212121;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.25}@media (width>=768px){h5,.h5{font-size:1.5rem}}h6,.h6{color:#212121;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.25}@media (width>=768px){h6,.h6{font-size:1.25rem}}p,.body-text{color:#616161;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}p:last-child,.body-text:last-child{margin-bottom:0}small,.small{font-size:.875rem;line-height:1.5}a{color:#009a8a;text-decoration:none;transition:color .15s}a:hover{color:#007d71}ul,ol{margin-bottom:1rem;padding-left:1.5rem}ul li,ol li{margin-bottom:.25rem}ul li:last-child,ol li:last-child{margin-bottom:0}ul{list-style-type:disc}ol{list-style-type:decimal}blockquote{color:#616161;border-left:4px solid #00b4a2;margin:1.5rem 0;padding-left:1.5rem;font-style:italic}blockquote cite{color:#9e9e9e;margin-top:.5rem;font-size:.875rem;font-style:normal;display:block}code{color:#007d71;background-color:#f5f5f5;border-radius:.25rem;padding:.1em .4em;font-family:JetBrains Mono,Fira Code,monospace;font-size:.9em}pre{color:#fff;background-color:#1a1a2e;border-radius:1rem;margin:1.5rem 0;padding:1.5rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;overflow-x:auto}pre code{color:inherit;background:0 0;border-radius:0;padding:0}hr{border:none;border-top:1px solid #eee;margin:3rem 0}::selection{color:#212121;background-color:#00b4a233}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-5%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.animate-fade-in{animation:fadeIn .3s ease ease forwards}.animate-slide-up{animation:slideUp .3s ease ease forwards}.animate-slide-down{animation:slideDown .3s ease ease forwards}.animate-slide-left{animation:slideLeft .3s ease ease forwards}.animate-slide-right{animation:slideRight .3s ease ease forwards}.animate-scale-in{animation:scaleIn .3s ease ease forwards}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-spin{animation:1s linear infinite spin}.animate-bounce{animation:1s infinite bounce}.animate-shake{animation:.5s ease-in-out shake}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.stagger-7{animation-delay:.7s}.stagger-8{animation-delay:.8s}.stagger-9{animation-delay:.9s}.stagger-10{animation-delay:1s}.header{z-index:1020;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;border-bottom:1px solid #eee;transition:all .15s;position:fixed;top:0;left:0;right:0}.header--scrolled{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.header__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.header__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.header__container{padding-left:2rem;padding-right:2rem}}.header__container{justify-content:space-between;align-items:center;height:70px;display:flex}.header__logo{color:#212121;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.header__logo:hover{color:#009a8a}.header__logo-icon{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:.5rem;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:700;display:flex}.header__nav{display:none}@media (width>=768px){.header__nav{align-items:center;gap:2rem;display:flex}}.header__nav-link{color:#616161;font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s;position:relative}.header__nav-link:hover,.header__nav-link--active{color:#009a8a}.header__nav-link:hover:after,.header__nav-link--active:after{content:"";background-color:#00b4a2;border-radius:9999px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.header__actions{align-items:center;gap:1rem;display:flex}.header__cta{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.header__cta:focus{outline-offset:2px;outline:2px solid #00b4a2}.header__cta:disabled{opacity:.5;cursor:not-allowed}.header__cta{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:9999px;padding:.5rem 1.5rem}.header__cta:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.header__mobile-toggle{cursor:pointer;color:#212121;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (width>=768px){.header__mobile-toggle{display:none}}.header__mobile-menu{z-index:1030;background-color:#fff;padding:1.5rem;transition:transform .3s;position:fixed;inset:70px 0 0;transform:translate(100%)}.header__mobile-menu--open{transform:translate(0)}@media (width>=768px){.header__mobile-menu{display:none}}.header__mobile-nav{flex-direction:column;gap:1rem;display:flex}.header__mobile-nav-link{color:#616161;border-bottom:1px solid #eee;padding:1rem 0;font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .15s}.header__mobile-nav-link:hover,.header__mobile-nav-link--active{color:#009a8a}.header__mobile-cta{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.header__mobile-cta:focus{outline-offset:2px;outline:2px solid #00b4a2}.header__mobile-cta:disabled{opacity:.5;cursor:not-allowed}.header__mobile-cta{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:1rem;width:100%;margin-top:1.5rem;padding:1rem}.footer{color:#fff;background-color:#1a1a2e;padding:6rem 0 1.5rem}.footer__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.footer__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.footer__container{padding-left:2rem;padding-right:2rem}}.footer__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand{margin-bottom:2rem}@media (width>=768px){.footer__brand{margin-bottom:0}}.footer__logo{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.footer__logo-icon{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:.5rem;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:700;display:flex}.footer__description{color:#bdbdbd;max-width:300px;font-size:1rem;line-height:1.625}.footer__section{margin-bottom:2rem}@media (width>=768px){.footer__section{margin-bottom:0}}.footer__title{color:#fff;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer__links{flex-direction:column;gap:.5rem;display:flex}.footer__link{color:#bdbdbd;font-size:1rem;text-decoration:none;transition:color .15s}.footer__link:hover{color:#26bfaf}.footer__social{gap:1rem;margin-top:1.5rem;display:flex}@media (width>=768px){.footer__social{margin-top:0}}.footer__social-link{color:#fff;background-color:#ffffff1a;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .15s;display:flex}.footer__social-link:hover{background-color:#00b4a2;transform:translateY(-2px)}.footer__bottom{border-top:1px solid #ffffff1a;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;margin-top:4rem;padding-top:1.5rem;display:flex}@media (width>=768px){.footer__bottom{flex-direction:row}}.footer__copyright{color:#bdbdbd;font-size:.875rem}.footer__legal{gap:1.5rem;display:flex}.footer__legal a{color:#bdbdbd;font-size:.875rem;text-decoration:none;transition:color .15s}.footer__legal a:hover{color:#26bfaf}.button{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.button:focus{outline-offset:2px;outline:2px solid #00b4a2}.button:disabled{opacity:.5;cursor:not-allowed}.button{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.button--primary{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%)}.button--primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.button--secondary{color:#009a8a;background-color:#fff;border:2px solid #00b4a2}.button--secondary:hover{background-color:#e6f7f5;transform:translateY(-2px)}.button--accent{color:#fff;background:linear-gradient(135deg,#ff8c1e 0%,#b35f00 100%)}.button--accent:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.button--ghost{color:#212121;background-color:#0000}.button--ghost:hover{background-color:#f5f5f5}.button--dark{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.button--dark:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.button--lg{border-radius:1rem;padding:1rem 2rem;font-size:1.125rem}.button--sm{border-radius:.5rem;padding:.25rem 1rem;font-size:.875rem}.button--full{width:100%}.button--icon{border-radius:9999px;width:44px;height:44px;padding:0}.button-group{flex-wrap:wrap;gap:1rem;display:flex}.button-group--center{justify-content:center}.button-group--right{justify-content:flex-end}.button-link{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.button-link:focus{outline-offset:2px;outline:2px solid #00b4a2}.button-link:disabled{opacity:.5;cursor:not-allowed}.button-link{color:#009a8a;background:0 0;padding:0}.button-link:hover{color:#007d71;text-decoration:underline}.card{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card{flex-direction:column;display:flex}.card--featured{border:2px solid #00b4a2;position:relative}.card--featured:before{content:"";border-radius:inherit;z-index:-1;background:linear-gradient(135deg,#00b4a2,#ff8c1e);position:absolute;inset:-2px}.card--dark{color:#fff;background-color:#1a1a2e}.card--dark .card__title,.card--dark .card__description{color:#fff}.card--gradient{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%)}.card--gradient .card__title,.card--gradient .card__description{color:#fff}.card__image{object-fit:cover;border-radius:1rem 1rem 0 0;width:calc(100% + 3rem);height:200px;margin:-1.5rem -1.5rem 1.5rem}.card__content{flex-direction:column;flex:1;display:flex}.card__category{color:#009a8a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.card__title{color:#212121;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}.card__description{color:#616161;flex:1;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.card__meta{color:#9e9e9e;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem;display:flex}.card__meta-item{align-items:center;gap:.25rem;display:flex}.card__actions{gap:1rem;margin-top:auto;display:flex}.card__link{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.card__link:focus{outline-offset:2px;outline:2px solid #00b4a2}.card__link:disabled{opacity:.5;cursor:not-allowed}.card__link{color:#fff;text-align:center;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);width:100%}.card__link:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.feature-card{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.feature-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.feature-card{text-align:center;padding:3rem}@media (width>=768px){.feature-card{padding:4rem}}.feature-card__icon{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:1rem;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem;display:flex}@media (width>=768px){.feature-card__icon{width:80px;height:80px;font-size:1.875rem}}.feature-card__title{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}.feature-card__description{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.testimonial-card{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.testimonial-card{padding:3rem;position:relative}.testimonial-card:before{content:"“";color:#80d9cf;font-family:serif;font-size:4rem;line-height:1;position:absolute;top:1.5rem;left:1.5rem}.testimonial-card__quote{color:#616161;z-index:1;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-style:italic;font-weight:400;line-height:1.625;position:relative}.testimonial-card__author{align-items:center;gap:1rem;display:flex}.testimonial-card__avatar{object-fit:cover;border-radius:9999px;width:50px;height:50px}.testimonial-card__info{flex:1}.testimonial-card__name{color:#212121;margin-bottom:.25rem;font-size:1rem;font-weight:600}.testimonial-card__role{color:#9e9e9e;font-size:.875rem}.pricing-card{text-align:center;padding:3rem;position:relative}.pricing-card--popular{border:2px solid #00b4a2;transform:scale(1.05)}@media (width>=768px){.pricing-card--popular{transform:scale(1.1)}}.pricing-card__badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#ff8c1e 0%,#b35f00 100%);border-radius:9999px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card__price{color:#009a8a;margin-bottom:1rem;font-size:3rem;font-weight:700}.pricing-card__price span{color:#9e9e9e;font-size:1.125rem;font-weight:400}.pricing-card__features{text-align:left;margin:2rem 0;padding:0;list-style:none}.pricing-card__features li{border-bottom:1px solid #f5f5f5;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.pricing-card__features li:before{content:"✓";color:#4caf50;font-weight:700}.pricing-card__cta{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:1rem;width:100%;padding:1rem}.pricing-card__cta:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.not-found{text-align:center;background-color:#f8f9fa;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found__title{color:#00b4a2;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:8rem;font-weight:700;line-height:1}@media (width>=768px){.not-found__title{font-size:12rem}}.not-found__message{color:#616161;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25}.not-found__description{color:#616161;max-width:500px;margin-bottom:3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.not-found__link{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.not-found__link:focus{outline-offset:2px;outline:2px solid #00b4a2}.not-found__link:disabled{opacity:.5;cursor:not-allowed}.not-found__link{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:9999px;padding:1rem 3rem;font-size:1.125rem}.not-found__link:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.not-found__illustration{width:200px;height:200px;margin-bottom:2rem}@media (width>=768px){.not-found__illustration{width:300px;height:300px}}.hero{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:6rem 0;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#00b4a24d,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#ff8c1e33,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}@media (width>=768px){.hero{padding:6rem 0}}.hero__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.hero__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.hero__container{padding-left:2rem;padding-right:2rem}}.hero__container{z-index:1;position:relative}.hero__content{text-align:center;max-width:800px;margin:0 auto}.hero__badge{color:#26bfaf;background-color:#00b4a233;border:1px solid #00b4a24d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero__title{color:#fff;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}@media (width>=768px){.hero__title{font-size:3.75rem}}.hero__title span{background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__description{color:#e0e0e0;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.625}@media (width>=768px){.hero__description{font-size:1.25rem}}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero__stats{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:6rem;padding-top:3rem;display:grid}.hero__stat{text-align:center}.hero__stat-value{color:#26bfaf;margin-bottom:.25rem;font-size:1.875rem;font-weight:700}@media (width>=768px){.hero__stat-value{font-size:2.25rem}}.hero__stat-label{color:#bdbdbd;font-size:.875rem}.services{background-color:#fff;padding:6rem 0}.services__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.services__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.services__container{padding-left:2rem;padding-right:2rem}}.services__header{text-align:center;max-width:600px;margin:0 auto 4rem}.services__badge{color:#009a8a;background-color:#e6f7f5;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.services__title{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.services__description{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.services__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services__grid{grid-template-columns:repeat(3,1fr)}}.feature-card__actions{gap:1rem;margin-top:1.5rem;display:flex}.feature-card__price{color:#9e9e9e;margin-top:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.625}.feature-card__price strong{color:#009a8a;font-size:1.125rem;font-weight:700}.about{background-color:#f8f9fa;padding:6rem 0}.about__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.about__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.about__container{padding-left:2rem;padding-right:2rem}}.about__grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=768px){.about__grid{grid-template-columns:1fr 1fr}}.about__content{order:2}@media (width>=768px){.about__content{order:1}}.about__badge{color:#e67a00;background-color:#fff5eb;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.about__title{color:#212121;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.about__text{color:#616161;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.about__features{margin:2rem 0;padding:0;list-style:none}.about__features li{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.about__features li:last-child{margin-bottom:0}.about__feature-icon{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.75rem;display:flex}.about__feature-text{color:#616161;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.about__image{order:1;position:relative}@media (width>=768px){.about__image{order:2}}.about__image-main{object-fit:cover;border-radius:1.5rem;width:100%;height:400px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.about__image-accent{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:1.5rem;justify-content:center;align-items:center;width:150px;height:150px;font-size:2.25rem;font-weight:700;display:flex;position:absolute;bottom:-20px;right:-20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width>=768px){.about__image-accent{width:200px;height:200px;font-size:3rem}}.testimonials{background-color:#fff;padding:6rem 0}.testimonials__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.testimonials__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.testimonials__container{padding-left:2rem;padding-right:2rem}}.testimonials__header{text-align:center;max-width:600px;margin:0 auto 4rem}.testimonials__badge{color:#e6b300;background-color:#fff9e6;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.testimonials__title{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.testimonials__description{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.testimonials__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.cta{color:#fff;text-align:center;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);padding:6rem 0;position:relative;overflow:hidden}.cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.cta__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.cta__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.cta__container{padding-left:2rem;padding-right:2rem}}.cta__container{z-index:1;position:relative}.cta__title{color:#fff;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.cta__description{color:#ffffffe6;max-width:600px;margin:0 auto 3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta__button{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.cta__button:focus{outline-offset:2px;outline:2px solid #00b4a2}.cta__button:disabled{opacity:.5;cursor:not-allowed}.cta__button{color:#009a8a;background-color:#fff;border-radius:9999px;padding:1rem 3rem;font-size:1.125rem;font-weight:600}.cta__button:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.cta__button--secondary{color:#fff;background-color:#0000;border:2px solid #ffffff4d}.cta__button--secondary:hover{background-color:#ffffff1a}.services-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:6rem 0}.services-hero__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.services-hero__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.services-hero__container{padding-left:2rem;padding-right:2rem}}.services-hero__badge{color:#26bfaf;background-color:#00b4a233;border:1px solid #00b4a24d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.services-hero__title{color:#fff;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}@media (width>=768px){.services-hero__title{font-size:3.75rem}}.services-hero__title span{background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.services-hero__description{color:#e0e0e0;max-width:600px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.625}.services-tabs{z-index:1020;background-color:#f8f9fa;border-bottom:1px solid #eee;position:sticky;top:0}.services-tabs__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.services-tabs__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.services-tabs__container{padding-left:2rem;padding-right:2rem}}.services-tabs__container{justify-content:center;gap:.5rem;padding-top:1rem;padding-bottom:1rem;display:flex}.services-tab{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.services-tab:focus{outline-offset:2px;outline:2px solid #00b4a2}.services-tab:disabled{opacity:.5;cursor:not-allowed}.services-tab{color:#616161;background:0 0;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 2rem;transition:all .15s;display:flex}.services-tab:hover{color:#009a8a;background-color:#00b4a214}.services-tab--active{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.services-tab--active:hover{color:#fff;background-color:#009a8a}.services-tab__icon{font-size:1.125rem}.services-tab__label{font-size:.875rem;font-weight:600}.service-categories{background-color:#fff;padding:6rem 0}.service-categories__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.service-categories__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.service-categories__container{padding-left:2rem;padding-right:2rem}}.service-category{margin-bottom:6rem}.service-category:last-child{margin-bottom:0}.service-category__header{text-align:center;max-width:600px;margin:0 auto 4rem}.service-category__icon{margin-bottom:1rem;font-size:3rem}.service-category__title{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.service-category__description{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.pricing-tiers{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (width>=768px){.pricing-tiers,.pricing-tiers--horizontal{grid-template-columns:repeat(3,1fr)}}.pricing-tier{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.pricing-tier{text-align:center;padding:3rem;transition:all .3s;position:relative}.pricing-tier:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.pricing-tier--popular{border:2px solid #00b4a2;transform:scale(1.05)}@media (width>=768px){.pricing-tier--popular{transform:scale(1.08)}}.pricing-tier--popular:hover{transform:scale(1.1)translateY(-4px)}.pricing-tier__badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#ff8c1e 0%,#b35f00 100%);border-radius:9999px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-tier__header{margin-bottom:2rem}.pricing-tier__name{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}.pricing-tier__price{justify-content:center;align-items:baseline;gap:.25rem;display:flex}.pricing-tier__currency{color:#009a8a;font-size:1.25rem;font-weight:600}.pricing-tier__amount{color:#009a8a;font-size:3rem;font-weight:700;line-height:1}.pricing-tier__period{color:#9e9e9e;font-size:.875rem}.pricing-tier__features{text-align:left;margin:2rem 0;padding:0;list-style:none}.pricing-tier__features li{border-bottom:1px solid #f5f5f5;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.pricing-tier__features li:last-child{border-bottom:none}.pricing-tier__features li:before{content:"✓";color:#4caf50;font-weight:700}.marketing-services{background-color:#f8f9fa;padding:6rem 0}.marketing-services__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.marketing-services__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.marketing-services__container{padding-left:2rem;padding-right:2rem}}.marketing-services__header{text-align:center;max-width:600px;margin:0 auto 4rem}.marketing-services__badge{color:#009a8a;background-color:#e6f7f5;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.marketing-services__title{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.marketing-services__description{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.process{background-color:#fff;padding:6rem 0}.process__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.process__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.process__container{padding-left:2rem;padding-right:2rem}}.process__header{text-align:center;max-width:600px;margin:0 auto 4rem}.process__title{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.process__description{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.process__steps{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.process__steps{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.process__steps{grid-template-columns:repeat(4,1fr)}}.process__step{text-align:center;padding:2rem}.process__step-number{background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.process__step-title{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}.process__step-description{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.about-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:6rem 0}.about-hero__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.about-hero__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.about-hero__container{padding-left:2rem;padding-right:2rem}}.about-hero__badge{color:#26bfaf;background-color:#00b4a233;border:1px solid #00b4a24d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.about-hero__title{color:#fff;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}@media (width>=768px){.about-hero__title{font-size:3.75rem}}.about-hero__title span{background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-hero__description{color:#e0e0e0;max-width:600px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.625}.story{background-color:#fff;padding:6rem 0}.story__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.story__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.story__container{padding-left:2rem;padding-right:2rem}}.story__grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=768px){.story__grid{grid-template-columns:1fr 1fr}}.story__content{order:2}@media (width>=768px){.story__content{order:1}}.story__title{color:#212121;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.story__text{color:#616161;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.story__text:last-child{margin-bottom:0}.story__image{order:1}@media (width>=768px){.story__image{order:2}}.story__image-placeholder{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:300px;display:flex}.story__image-placeholder span{font-size:4rem}.story__image-placeholder p{font-size:1.125rem;font-weight:600}@media (width>=768px){.story__image-placeholder{height:400px}}.values{background-color:#f8f9fa;padding:6rem 0}.values__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.values__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.values__container{padding-left:2rem;padding-right:2rem}}.values__title{color:#212121;text-align:center;margin-bottom:4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.values__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.values__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.values__grid{grid-template-columns:repeat(4,1fr)}}.value-card{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.value-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.value-card{text-align:center;padding:3rem}.value-card__icon{margin-bottom:1rem;font-size:3rem}.value-card__title{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}.value-card__description{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.team{background-color:#fff;padding:6rem 0}.team__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.team__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.team__container{padding-left:2rem;padding-right:2rem}}.team__title{color:#212121;text-align:center;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.team__description{color:#616161;text-align:center;margin-bottom:4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.team__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.team__grid{grid-template-columns:repeat(3,1fr)}}.team-member{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.team-member:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.team-member{text-align:center;padding:3rem}.team-member__avatar{background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:9999px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;font-size:3rem;display:flex}.team-member__name{color:#212121;margin-bottom:.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}.team-member__role{color:#009a8a;margin-bottom:1rem;font-size:.875rem;font-weight:600}.team-member__bio{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.why-us{background-color:#f8f9fa;padding:6rem 0}.why-us__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.why-us__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.why-us__container{padding-left:2rem;padding-right:2rem}}.why-us__grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=768px){.why-us__grid{grid-template-columns:1fr 1fr}}.why-us__title{color:#212121;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.why-us__list{margin-bottom:2rem;padding:0;list-style:none}.why-us__list li{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.why-us__list li:last-child{margin-bottom:0}.why-us__icon{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.75rem;display:flex}.why-us__stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.stat-card{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.stat-card{text-align:center;padding:2rem}.stat-card__number{background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2.25rem;font-weight:700}.stat-card__label{color:#616161;font-size:.875rem}.contact-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:6rem 0}.contact-hero__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.contact-hero__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.contact-hero__container{padding-left:2rem;padding-right:2rem}}.contact-hero__badge{color:#26bfaf;background-color:#00b4a233;border:1px solid #00b4a24d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.contact-hero__title{color:#fff;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}@media (width>=768px){.contact-hero__title{font-size:3.75rem}}.contact-hero__title span{background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-hero__description{color:#e0e0e0;max-width:600px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.625}.contact{background-color:#fff;padding:6rem 0}.contact__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.contact__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.contact__container{padding-left:2rem;padding-right:2rem}}.contact__grid{grid-template-columns:1fr;gap:4rem;display:grid}@media (width>=768px){.contact__grid{grid-template-columns:1fr 1fr}}.contact__form-wrapper{background-color:#f8f9fa;border-radius:1.5rem;padding:3rem}.contact__form-title{color:#212121;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.contact-form__group{flex-direction:column;gap:.5rem;display:flex}.contact-form__label{color:#212121;font-size:.875rem;font-weight:500}.contact-form__input,.contact-form__select,.contact-form__textarea{border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;transition:border-color .15s}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{border-color:#00b4a2;outline:none}.contact-form__input::placeholder,.contact-form__select::placeholder,.contact-form__textarea::placeholder{color:#9e9e9e}.contact-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='%23616161' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:4rem}.contact-form__textarea{resize:vertical;min-height:120px}.contact__info{flex-direction:column;gap:2rem;display:flex}.contact-info-card{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.contact-info-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.contact-info-card{padding:3rem}.contact-info-card__title{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}.contact-info-card__description{color:#616161;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-info__item{align-items:flex-start;gap:1rem;display:flex}.contact-info__item strong{color:#212121;margin-bottom:.25rem;display:block}.contact-info__item p{color:#616161;margin:0}.contact-info__icon{flex-shrink:0;font-size:1.5rem}.contact-social{border-top:1px solid #eee;margin-top:2rem;padding-top:2rem}.contact-social h4{color:#212121;margin-bottom:1rem;font-size:.875rem;font-weight:600}.contact-social__links{gap:1rem;display:flex}.contact-social__link{color:#616161;background-color:#f5f5f5;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .15s;display:flex}.contact-social__link:hover{color:#fff;background-color:#00b4a2}.faq-card{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.faq-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.faq-card{padding:3rem}.faq-card__title{color:#212121;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}.faq-list{flex-direction:column;gap:1.5rem;display:flex}.faq-item{border-bottom:1px solid #eee;padding-bottom:1.5rem}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-item__question{color:#212121;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.25}.faq-item__answer{color:#616161;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.map-section{background-color:#f8f9fa;padding:6rem 0}.map-section__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.map-section__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.map-section__container{padding-left:2rem;padding-right:2rem}}.map-section__title{color:#212121;text-align:center;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.map-placeholder{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:300px;display:flex}.map-placeholder span{font-size:3rem}.map-placeholder p{font-size:1.125rem;font-weight:600}.blog-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:6rem 0}.blog-hero__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.blog-hero__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.blog-hero__container{padding-left:2rem;padding-right:2rem}}.blog-hero__badge{color:#26bfaf;background-color:#00b4a233;border:1px solid #00b4a24d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.blog-hero__title{color:#fff;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}@media (width>=768px){.blog-hero__title{font-size:3.75rem}}.blog-hero__title span{background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.blog-hero__description{color:#e0e0e0;max-width:600px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.625}.blog{background-color:#fff;padding:6rem 0}.blog__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.blog__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.blog__container{padding-left:2rem;padding-right:2rem}}.blog__filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:4rem;display:flex}.blog__filter{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.blog__filter:focus{outline-offset:2px;outline:2px solid #00b4a2}.blog__filter:disabled{opacity:.5;cursor:not-allowed}.blog__filter{color:#616161;background-color:#f5f5f5;border-radius:9999px;padding:.5rem 1.5rem}.blog__filter:hover{background-color:#eee}.blog__filter--active{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%)}.blog__filter--active:hover{background-color:#009a8a}.blog__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.blog__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.blog__grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.blog-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.blog-card{padding:0;overflow:hidden}.blog-card__image{justify-content:center;align-items:center;height:180px;display:flex;position:relative}.blog-card__category{color:#212121;background-color:#ffffffe6;border-radius:9999px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.blog-card__content{padding:1.5rem}.blog-card__meta{color:#9e9e9e;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;display:flex}.blog-card__title{color:#212121;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.25}@media (width>=768px){.blog-card__title{font-size:1.25rem}}.blog-card__excerpt{color:#616161;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625;display:-webkit-box;overflow:hidden}.blog-card__link{color:#009a8a;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s}.blog-card__link:hover{color:#007d71}.newsletter{text-align:center;color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:1.5rem;margin-top:6rem;padding:4rem}.newsletter__title{color:#fff;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25}.newsletter__description{color:#ffffffe6;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.newsletter__form{flex-direction:column;gap:1rem;max-width:500px;margin:0 auto;display:flex}@media (width>=768px){.newsletter__form{flex-direction:row}}.newsletter__input{border:none;border-radius:9999px;flex:1;padding:1rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem}.newsletter__input:focus{outline:none}.blog-post-hero{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:6rem 0 3rem}.blog-post-hero__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.blog-post-hero__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.blog-post-hero__container{padding-left:2rem;padding-right:2rem}}.blog-post-hero__container{max-width:800px}.blog-post-hero__back{color:#26bfaf;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:inline-flex}.blog-post-hero__back:hover{color:#4dcabc}.blog-post-hero__category{color:#26bfaf;background-color:#00b4a233;border-radius:9999px;margin-bottom:1.5rem;padding:.25rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.blog-post-hero__title{color:#fff;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25}@media (width>=768px){.blog-post-hero__title{font-size:3rem}}.blog-post-hero__meta{color:#bdbdbd;flex-wrap:wrap;gap:.5rem;font-size:.875rem;display:flex}.blog-post{background-color:#fff;padding:6rem 0}.blog-post__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.blog-post__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.blog-post__container{padding-left:2rem;padding-right:2rem}}.blog-post__container{max-width:800px}.blog-post__content{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.blog-post__content h2{color:#212121;margin-top:3rem;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25}.blog-post__content p{margin-bottom:1.5rem}.blog-post__content ul,.blog-post__content ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-post__content ul li,.blog-post__content ol li{margin-bottom:.5rem}.blog-post__content strong{color:#212121;font-weight:600}.blog-post__lead{color:#212121;margin-bottom:3rem;font-size:1.125rem;font-weight:500;line-height:1.625}.blog-post__author{background-color:#f8f9fa;border-radius:1rem;align-items:center;gap:1.5rem;margin-top:4rem;padding:2rem;display:flex}.blog-post__author-avatar{background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.blog-post__author-info h3{color:#212121;margin-bottom:.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.25}.blog-post__author-info p{color:#616161;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.blog-post__share{border-top:1px solid #eee;margin-top:3rem;padding-top:3rem}.blog-post__share h3{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.25}.blog-post__share-links{gap:1rem;display:flex}.blog-post__share-link{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.blog-post__share-link:focus{outline-offset:2px;outline:2px solid #00b4a2}.blog-post__share-link:disabled{opacity:.5;cursor:not-allowed}.blog-post__share-link{color:#616161;background-color:#f5f5f5;border-radius:9999px;padding:.5rem 1.5rem;text-decoration:none}.blog-post__share-link:hover{background-color:#eee}.related-posts{background-color:#f8f9fa;padding:6rem 0}.related-posts__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.related-posts__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.related-posts__container{padding-left:2rem;padding-right:2rem}}.related-posts__title{color:#212121;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.related-posts__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.related-posts__grid{grid-template-columns:repeat(2,1fr)}}.pricing-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:6rem 0}.pricing-hero__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.pricing-hero__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.pricing-hero__container{padding-left:2rem;padding-right:2rem}}.pricing-hero__badge{color:#26bfaf;background-color:#00b4a233;border:1px solid #00b4a24d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.pricing-hero__title{color:#fff;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}@media (width>=768px){.pricing-hero__title{font-size:3.75rem}}.pricing-hero__title span{background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pricing-hero__description{color:#e0e0e0;max-width:600px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.625}.pricing-section{background-color:#fff;padding:6rem 0}.pricing-section--alt{background-color:#f8f9fa}.pricing-section__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.pricing-section__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.pricing-section__container{padding-left:2rem;padding-right:2rem}}.pricing-section__header{text-align:center;margin-bottom:4rem}.pricing-section__title{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.pricing-section__description{color:#616161;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.pricing-toggle{background-color:#f5f5f5;border-radius:9999px;padding:.25rem;display:inline-flex}.pricing-toggle__button{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.pricing-toggle__button:focus{outline-offset:2px;outline:2px solid #00b4a2}.pricing-toggle__button:disabled{opacity:.5;cursor:not-allowed}.pricing-toggle__button{color:#616161;background-color:#0000;border-radius:9999px;padding:.5rem 2rem;font-size:.875rem;font-weight:500;transition:all .15s}.pricing-toggle__button:hover{color:#212121}.pricing-toggle__button--active{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.pricing-toggle__button--active:hover{color:#fff}.pricing-grid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (width>=768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.pricing-card{background-color:#fff;border:2px solid #eee;padding:2rem;transition:all .3s;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.pricing-card--popular{background-color:#fff;border-color:#00b4a2}@media (width>=768px){.pricing-card--popular{z-index:1;transform:scale(1.05)}.pricing-card--popular:hover{transform:scale(1.05)translateY(-4px)}}.pricing-card__badge{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);border-radius:9999px;padding:.25rem 1.5rem;font-size:.75rem;font-weight:600;position:absolute;top:0;left:50%;transform:translate(-50%)}.pricing-card__header{margin-bottom:1.5rem}.pricing-card__name{color:#212121;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}.pricing-card__description{color:#616161;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.625}.pricing-card__price{text-align:center;border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:2rem}.pricing-card__amount{color:#009a8a;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.pricing-card__period{color:#9e9e9e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.pricing-card__savings{color:#4caf50;margin-top:.5rem;font-size:.875rem;font-weight:600;display:block}.pricing-card__features{margin:0 0 2rem;padding:0;list-style:none}.pricing-card__feature{color:#616161;align-items:flex-start;gap:.5rem;padding:.5rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.625;display:flex}.pricing-card__feature-icon{color:#4caf50;flex-shrink:0;font-weight:700}.pricing-card__cta{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.pricing-card__cta:focus{outline-offset:2px;outline:2px solid #00b4a2}.pricing-card__cta:disabled{opacity:.5;cursor:not-allowed}.pricing-card__cta{text-align:center;border-radius:9999px;width:100%;padding:1rem 2rem;text-decoration:none;display:block}.pricing-card__cta--primary{color:#fff;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.pricing-card__cta--primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.pricing-card__cta--secondary{color:#009a8a;background-color:#fff;border:2px solid #00b4a2}.pricing-card__cta--secondary:hover{background-color:#e6f7f5}.pricing-faq{background-color:#f8f9fa;padding:6rem 0}.pricing-faq__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.pricing-faq__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.pricing-faq__container{padding-left:2rem;padding-right:2rem}}.pricing-faq__title{color:#212121;text-align:center;margin-bottom:3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.pricing-faq__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.pricing-faq__grid{grid-template-columns:repeat(2,1fr)}}.pricing-faq__item{background:#fff;border-radius:1rem;padding:1.5rem;transition:all .15s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.pricing-faq__item:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.pricing-faq__item{padding:2rem}.pricing-faq__item h3{color:#212121;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.25}.pricing-faq__item p{color:#616161;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.pricing-cta{text-align:center;background:linear-gradient(135deg,#00b4a2 0%,#007d71 100%);padding:6rem 0}.pricing-cta__container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (width>=768px){.pricing-cta__container{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=1024px){.pricing-cta__container{padding-left:2rem;padding-right:2rem}}.pricing-cta__title{color:#fff;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}.pricing-cta__description{color:#ffffffe6;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.625}.pricing-cta__button{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .15s;display:inline-flex}.pricing-cta__button:focus{outline-offset:2px;outline:2px solid #00b4a2}.pricing-cta__button:disabled{opacity:.5;cursor:not-allowed}.pricing-cta__button{color:#212121;background-color:#fff;border-radius:9999px;padding:1rem 3rem;font-weight:600;text-decoration:none;transition:all .15s;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.pricing-cta__button:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}:root{--color-primary-50:#e6f7f5;--color-primary-100:#b3e8e2;--color-primary-200:#80d9cf;--color-primary-300:#4dcabc;--color-primary-400:#26bfaf;--color-primary-500:#00b4a2;--color-primary-600:#009a8a;--color-primary-700:#007d71;--color-primary-800:#006058;--color-primary-900:#00433f;--color-secondary-50:#fff5eb;--color-secondary-100:#ffe0c2;--color-secondary-200:#ffcb99;--color-secondary-300:#ffb670;--color-secondary-400:#ffa147;--color-secondary-500:#ff8c1e;--color-secondary-600:#e67a00;--color-secondary-700:#b35f00;--color-secondary-800:#804400;--color-secondary-900:#4d2900;--color-accent-50:#fff9e6;--color-accent-100:#ffefb3;--color-accent-200:#ffe580;--color-accent-300:#ffdb4d;--color-accent-400:#ffd11a;--color-accent-500:#ffc700;--color-accent-600:#e6b300;--color-accent-700:#b38a00;--color-accent-800:#806200;--color-accent-900:#4d3b00;--color-neutral-50:#fafafa;--color-neutral-100:#f5f5f5;--color-neutral-200:#eee;--color-neutral-300:#e0e0e0;--color-neutral-400:#bdbdbd;--color-neutral-500:#9e9e9e;--color-neutral-600:#757575;--color-neutral-700:#616161;--color-neutral-800:#424242;--color-neutral-900:#212121;--color-success:#4caf50;--color-warning:#ff9800;--color-error:#f44336;--color-info:#2196f3;--color-bg-primary:#fff;--color-bg-secondary:#f8f9fa;--color-text-primary:#212121;--color-text-secondary:#616161;--color-text-light:#9e9e9e;--color-text-inverse:#fff;--font-primary:Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--font-heading:Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--font-mono:JetBrains Mono, Fira Code, monospace;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--shadow-2xl:0 25px 50px -12px #00000040;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease}
