@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#334155;background-color:#fff;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1.2;color:#0f172a;margin-bottom:1rem}h1{font-size:3rem;letter-spacing:-.025em;font-weight:800}h2{font-size:2.25rem;letter-spacing:-.025em}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;color:#64748b;line-height:1.75}a{color:#0d9488;text-decoration:none;transition:color .15s ease}a:hover{color:#0f766e}a:focus-visible{outline:none;box-shadow:0 0 0 3px #0d948859;border-radius:.5rem}.content{flex:1}.container{max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.section{padding:8rem 0}@media (max-width: 768px){.section{padding:4rem 0}}button,.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border:none;border-radius:.5rem;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:1rem;line-height:1;text-decoration:none;transition:all .2s ease;gap:.5rem}button:focus-visible,.btn:focus-visible{outline:none;box-shadow:0 0 0 3px #0d948859}button:disabled,.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d}.btn-primary:hover:not(:disabled){box-shadow:0 4px 14px #0d948840;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background-color:transparent;border:2px solid #0D9488;color:#0d9488}.btn-secondary:hover:not(:disabled){background-color:#0d9488;color:#fff}.btn-cta{padding:1.125rem 2.75rem;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;font-size:1.125rem;font-weight:700;border-radius:.75rem;box-shadow:0 4px 14px #0d948840}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a}.btn-accent{padding:1rem 2.25rem;background:#f97316;color:#fff;font-size:1.125rem;font-weight:700;border-radius:.75rem;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d}.btn-accent:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.p-1{padding:1rem}.p-2{padding:2rem}.skip-link{position:absolute;top:-100%;left:1rem;padding:.5rem 1rem;background:#0d9488;color:#fff;z-index:10000;border-radius:.5rem}.skip-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid #0D9488;outline-offset:2px}nav{width:100%;height:72px;position:sticky;top:0;z-index:1000;background:#0f172a;border-bottom:1px solid rgba(255,255,255,.08)}nav .nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 1.5rem}nav .menu-icon{display:none;cursor:pointer;padding:.5rem;border-radius:.5rem;background:transparent;transition:background-color .15s ease}nav .menu-icon:hover{background-color:#ffffff1a}nav .menu-icon:focus-visible{outline:2px solid #14B8A6;outline-offset:2px}nav .menu-icon svg{display:block}nav .logo{display:flex;align-items:center}nav .logo a{display:flex;align-items:center}nav .logo a:focus-visible{outline:2px solid #0D9488;outline-offset:4px;border-radius:.5rem}nav .logo img{height:36px;width:auto}nav .btn{background:linear-gradient(135deg,#0d9488,#0f766e);padding:.5rem 2rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;color:#fff;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}nav .btn:hover{box-shadow:0 4px 14px #0d948840;transform:translateY(-1px)}nav .btn:focus-visible{outline:2px solid #0D9488;outline-offset:2px}nav .btnMobile{display:none}nav .btnDesktop{display:block}nav .nav-elements ul{display:flex;align-items:center;list-style-type:none;gap:.25rem}nav .nav-elements ul li.navText a{color:#ffffffbf;font-size:.875rem;font-weight:500;text-decoration:none;padding:.5rem 1rem;border-radius:.5rem;transition:all .15s ease;position:relative}nav .nav-elements ul li.navText a:hover{color:#fff;background-color:#ffffff14}nav .nav-elements ul li.navText a:focus-visible{outline:2px solid #14B8A6;outline-offset:2px}nav .nav-elements ul li.navText a.active{color:#fff;font-weight:600}@media (max-width: 768px){nav{height:64px}nav .menu-icon{display:flex;align-items:center;justify-content:center}nav .btnMobile{display:inline-flex}nav .btnDesktop{display:none}nav .nav-elements{position:fixed;right:0;top:64px;background:#0f172a;width:0;height:calc(100vh - 64px);overflow:hidden;transition:width .3s ease;box-shadow:0 25px 50px -12px #00000026;border-left:1px solid rgba(255,255,255,.08)}nav .nav-elements.active{width:100%;max-width:320px}nav .nav-elements ul{flex-direction:column;align-items:stretch;gap:0;padding:1.5rem}nav .nav-elements ul li{margin:0}nav .nav-elements ul li.navText a{display:block;padding:1rem 1.5rem;font-size:1rem;border-radius:.5rem;color:#ffffffbf}nav .nav-elements ul li.navText a:hover{background-color:#ffffff14;color:#fff}nav .nav-elements ul .btnMobile{margin-top:1.5rem;text-align:center}}@media (max-width: 640px){nav .nav-elements.active{max-width:100%}}.footer{padding:6rem 1.5rem 3rem;background-color:#0f172a;color:#fff}.footer .footer-container{margin:0 auto;max-width:1200px;display:flex;flex-direction:column;gap:3rem}.footer .footer-container .footer-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.footer .footer-container .footer-row ul{list-style:none;padding:0;margin:0}.footer .footer-container .footer-row .footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer .footer-container .footer-row .footer-brand .footer-logo img{height:32px;width:auto}.footer .footer-container .footer-row .footer-brand .footer-description{font-size:.875rem;color:#fff9;line-height:1.75;max-width:280px;margin:0}.footer .footer-container .footer-row .footer-col{display:flex;flex-direction:column;gap:1rem}.footer .footer-container .footer-row .footer-col .footer-title{font-size:.875rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.footer .footer-container .footer-row .footer-col .footer-list{display:flex;flex-direction:column;gap:.5rem}.footer .footer-container .footer-row .footer-col .footer-list li{color:#fff9;font-size:.875rem;line-height:1.75}.footer .footer-container .footer-row .footer-col .footer-list .footer-link{color:#fff9;text-decoration:none;transition:color .15s ease;font-size:.875rem}.footer .footer-container .footer-row .footer-col .footer-list .footer-link:hover{color:#99f6e4}.footer .footer-container .footer-row .footer-col .footer-list .footer-link:focus-visible{outline:2px solid #99F6E4;outline-offset:2px;border-radius:.5rem}.footer .footer-divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:0}.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer .footer-bottom .footer-text{color:#fff6;font-size:.75rem;margin:0}.footer .footer-bottom .footer-legal{display:flex;gap:1.5rem}.footer .footer-bottom .footer-legal a{color:#fff6;font-size:.75rem;text-decoration:none;transition:color .15s ease}.footer .footer-bottom .footer-legal a:hover{color:#ffffffb3}@media screen and (max-width: 1024px){.footer .footer-container .footer-row{grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (max-width: 768px){.footer{padding:3rem 1rem 2rem}.footer .footer-container .footer-row{grid-template-columns:1fr;gap:2rem;text-align:center}.footer .footer-container .footer-row .footer-brand{align-items:center}.footer .footer-container .footer-row .footer-brand .footer-description{max-width:400px}.footer .footer-container .footer-row .footer-col,.footer .footer-container .footer-row .footer-col .footer-list{align-items:center}.footer .footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e3a5f,#0d9488);padding:8rem 1.5rem;min-height:calc(100vh - 72px);display:flex;align-items:center}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 25% 50%,rgba(13,148,136,.15) 0%,transparent 50%),radial-gradient(circle at 75% 30%,rgba(14,165,233,.1) 0%,transparent 40%);pointer-events:none}.hero .hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;position:relative;z-index:1;width:100%}.hero .hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:9999px;color:#99f6e4;font-size:.875rem;font-weight:500;width:fit-content;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero .hero-content h1{font-size:3.75rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:0}.hero .hero-content h1 .highlight{background:linear-gradient(135deg,#99f6e4,#67e8f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .hero-content .hero-description{font-size:1.25rem;color:#ffffffbf;line-height:1.75;max-width:520px;margin-bottom:1rem}.hero .hero-content .hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.hero .hero-content .hero-actions .btn-hero-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.125rem 2.75rem;background:#0d9488;color:#fff;font-size:1.125rem;font-weight:700;border-radius:.75rem;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 14px #0d948840;border:none}.hero .hero-content .hero-actions .btn-hero-primary:hover{background:#14b8a6;transform:translateY(-2px);box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a}.hero .hero-content .hero-actions .btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.125rem 2.75rem;background:transparent;color:#fff;font-size:1.125rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .2s ease;border:2px solid rgba(255,255,255,.25)}.hero .hero-content .hero-actions .btn-hero-secondary:hover{border-color:#ffffff80;background:#ffffff0d}.hero .hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.hero .hero-visual .hero-card{background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:1rem;padding:3rem;width:100%;max-width:460px}.hero .hero-visual .hero-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.hero .hero-visual .hero-card .card-header .card-icon{width:48px;height:48px;background:linear-gradient(135deg,#0d9488,#0f766e);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero .hero-visual .hero-card .card-header .card-title h3{color:#fff;font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.hero .hero-visual .hero-card .card-header .card-title p{color:#fff9;font-size:.875rem;margin:0}.hero .hero-visual .hero-card .card-features{display:flex;flex-direction:column;gap:1rem}.hero .hero-visual .hero-card .card-features .feature-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:.5rem;border:1px solid rgba(255,255,255,.06)}.hero .hero-visual .hero-card .card-features .feature-item .feature-icon{width:36px;height:36px;background:#0d948833;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero .hero-visual .hero-card .card-features .feature-item .feature-text h4{color:#fff;font-size:.875rem;font-weight:600;margin-bottom:2px}.hero .hero-visual .hero-card .card-features .feature-item .feature-text p{color:#ffffff80;font-size:.75rem;margin:0}@media screen and (max-width: 1024px){.hero{padding:4rem 1.5rem;min-height:auto}.hero .hero-inner{grid-template-columns:1fr;gap:3rem;text-align:center}.hero .hero-content{align-items:center}.hero .hero-content .hero-description{max-width:600px;margin-left:auto;margin-right:auto}.hero .hero-content h1{font-size:3rem}.hero .hero-content .hero-actions{justify-content:center}.hero .hero-visual .hero-card{max-width:500px;margin:0 auto}}@media screen and (max-width: 768px){.hero{padding:3rem 1rem}.hero .hero-content h1{font-size:2.25rem}.hero .hero-content .hero-description{font-size:1rem}.hero .hero-content .hero-actions{flex-direction:column;width:100%}.hero .hero-content .hero-actions .btn-hero-primary,.hero .hero-content .hero-actions .btn-hero-secondary{width:100%;max-width:320px;justify-content:center}.hero .hero-visual .hero-card{padding:2rem}}.benefits{padding:8rem 1.5rem;background:#fff}.benefits .benefits-inner{max-width:1200px;margin:0 auto}.benefits .benefits-header{text-align:center;margin-bottom:4rem}.benefits .benefits-header .section-label{display:inline-block;font-size:.875rem;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.benefits .benefits-header h2{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.benefits .benefits-header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.75}.benefits .benefit-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.benefits .benefit-container .benefit{background:#fff;border:1px solid #E2E8F0;padding:3rem;border-radius:1rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.benefits .benefit-container .benefit:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;border-color:#14b8a6}.benefits .benefit-container .benefit .benefit-icon{width:56px;height:56px;background:#f0fdfa;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefits .benefit-container .benefit h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:0}.benefits .benefit-container .benefit p{color:#64748b;font-size:1rem;line-height:1.75;margin-bottom:0}@media screen and (max-width: 1024px){.benefits{padding:4rem 1.5rem}.benefits .benefit-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.benefits{padding:3rem 1rem}.benefits .benefits-header h2{font-size:1.5rem}.benefits .benefit-container{grid-template-columns:1fr;gap:1.5rem}.benefits .benefit-container .benefit{padding:2rem}}.pricing-section{padding:8rem 1.5rem;background:#fff}.pricing-section .pricing-inner{max-width:1200px;margin:0 auto}.pricing-section .pricing-header{text-align:center;margin-bottom:4rem}.pricing-section .pricing-header .section-label{display:inline-block;font-size:.875rem;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.pricing-section .pricing-header h2{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.pricing-section .pricing-header>p{font-size:1.125rem;color:#64748b;max-width:640px;margin:0 auto 3rem;line-height:1.75}.pricing-section .mva-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer}.pricing-section .mva-toggle input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.pricing-section .mva-toggle .slider{position:relative;width:40px;height:22px;background-color:#e2e8f0;border-radius:9999px;cursor:pointer;transition:background-color .15s ease}.pricing-section .mva-toggle .slider:before{content:"";position:absolute;width:16px;height:16px;background-color:#fff;border-radius:50%;top:3px;left:3px;transition:transform .15s ease;box-shadow:0 1px 2px #0000000d}.pricing-section .mva-toggle input:checked+.slider{background-color:#0d9488}.pricing-section .mva-toggle input:checked+.slider:before{transform:translate(18px)}.pricing-section .mva-toggle input:focus-visible+.slider{box-shadow:0 0 0 3px #0d948859}.pricing-section .billing-toggle{display:inline-flex;background-color:#f1f5f9;padding:.25rem;border-radius:9999px;margin-bottom:3rem}.pricing-section .billing-toggle .toggle-button{background:transparent;border:none;padding:.5rem 2rem;cursor:pointer;font-size:.875rem;font-weight:500;border-radius:9999px;color:#64748b;transition:all .15s ease}.pricing-section .billing-toggle .toggle-button:hover:not(.active){color:#0f172a}.pricing-section .billing-toggle .toggle-button:focus-visible{box-shadow:0 0 0 3px #0d948859;outline:none}.pricing-section .billing-toggle .toggle-button.active{background:#fff;color:#0f172a;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d;font-weight:600}.pricing-section .pricing-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px}.pricing-section .pricing-plans .plan{background:#fff;border:1px solid #E2E8F0;border-radius:1rem;padding:3rem;text-align:left;position:relative;display:flex;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1)}.pricing-section .pricing-plans .plan:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;border-color:#14b8a6}.pricing-section .pricing-plans .plan h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.pricing-section .pricing-plans .plan .badge{position:absolute;top:2rem;right:2rem;background:#f0fdfa;padding:.25rem 1rem;font-size:.75rem;font-weight:700;border-radius:9999px;color:#0d9488;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(13,148,136,.2)}.pricing-section .pricing-plans .plan h4{font-size:3rem;font-weight:800;margin:1rem 0;color:#0f172a;display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.pricing-section .pricing-plans .plan h4 span{font-size:1rem;font-weight:400;color:#64748b}.pricing-section .pricing-plans .plan .setup-cost{font-size:.875rem;color:#64748b;font-weight:500;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E2E8F0}.pricing-section .pricing-plans .plan>p{font-size:1rem;color:#64748b;line-height:1.75;margin-bottom:1.5rem}.pricing-section .pricing-plans .plan ul{list-style:none;padding:0;flex-grow:1;margin-bottom:2rem}.pricing-section .pricing-plans .plan ul li{margin:.5rem 0;font-size:.875rem;color:#334155;display:flex;align-items:flex-start;gap:.5rem;line-height:1.5}.pricing-section .pricing-plans .plan ul li:before{content:"";display:inline-block;width:20px;height:20px;background:#f0fdfa;border-radius:9999px;flex-shrink:0;margin-top:1px;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 d='M2 6L5 9L10 3' stroke='%230D9488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.pricing-section .pricing-plans .plan .cta{display:flex;justify-content:center;align-items:center;height:48px;margin-top:auto;padding:0 2rem;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;border:none;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.pricing-section .pricing-plans .plan .cta:hover{box-shadow:0 4px 14px #0d948840;transform:translateY(-2px)}.pricing-section .pricing-plans .plan .cta:focus-visible{box-shadow:0 0 0 3px #0d948859;outline:none}.pricing-section .pricing-plans .plan .premium-info{text-align:center;font-weight:600;color:#64748b;padding:1rem 0;background-color:#f1f5f9;border-radius:.5rem;margin-top:auto;font-size:.875rem}.pricing-section .pricing-plans .premium{opacity:.7}.pricing-section .pricing-plans .pro{border-color:#0d9488;border-width:2px;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a}.pricing-section .pricing-plans .pro:hover{box-shadow:0 25px 50px -12px #00000026}@media screen and (max-width: 1024px){.pricing-section{padding:4rem 1.5rem}.pricing-section .pricing-header h2{font-size:1.875rem}.pricing-section .pricing-plans{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.pricing-section{padding:3rem 1rem}.pricing-section .pricing-header h2{font-size:1.5rem}.pricing-section .pricing-header>p{font-size:1rem}.pricing-section .pricing-plans{grid-template-columns:1fr;gap:1.5rem}.pricing-section .pricing-plans .plan{padding:2rem}.pricing-section .pricing-plans .plan h4{font-size:2.25rem}}.process-mobile{display:none}.process-mobile .mobile-row,.process-desktop{display:flex}.process{max-width:1200px;margin:0 auto;padding:8rem 1.5rem;flex-direction:column;align-items:center}.process .process-header{text-align:center;margin-bottom:4rem}.process .process-header .section-label{display:inline-block;font-size:.875rem;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.process .process-header h2{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.process .process-header>p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.75}.process .process-steps-container{display:flex;width:100%;flex-direction:column;gap:4rem}.process .process-steps-container h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.process .process-steps-container .step-container{display:flex;align-items:center;justify-content:center;flex-direction:column;height:240px}.process .process-steps-container .step-container .line{flex:1;width:2px;background:linear-gradient(180deg,#99f6e4,#0d9488);border-radius:9999px}.process .process-steps-container .step-container .num{width:52px;height:52px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;border-radius:9999px;z-index:1;box-shadow:0 4px 14px #0d948840}.process .process-steps-container .row{width:100%;display:grid;grid-template-columns:1fr 80px 1fr;gap:2rem;align-items:center}.process .process-steps-container .row .image{display:flex;justify-content:center;align-items:center}.process .process-steps-container .row .image img{width:100%;max-width:300px;height:auto;border-radius:1rem}.process .process-steps-container .row .text{display:flex;flex-direction:column;justify-content:center}.process .process-steps-container .row .text p{font-size:1.125rem;color:#64748b;line-height:1.75}.process .process-steps-container .row .text p a{color:#0d9488;font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#0d94884d}.process .process-steps-container .row .text p a:hover{text-decoration-color:#0d9488;color:#0f766e}@media screen and (max-width: 1024px){.process{padding:4rem 1.5rem}.process .process-header h2{font-size:1.875rem}.process .process-steps-container{gap:3rem}.process .process-steps-container .row{grid-template-columns:1fr 60px 1fr;gap:1.5rem}.process .process-steps-container .row .image img{max-width:250px}}@media screen and (max-width: 768px){.process-mobile{display:block;padding:3rem 1rem}.process-mobile .process-header{text-align:center;margin-bottom:2rem}.process-mobile .process-header .section-label{display:inline-block;font-size:.875rem;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.process-mobile .process-header h2{font-size:1.5rem;margin-bottom:1rem}.process-mobile .process-header>p{font-size:1rem;color:#64748b}.process-mobile .mobile-row{min-height:auto;text-align:left;gap:1rem;padding:1.5rem 0;border-bottom:1px solid #E2E8F0}.process-mobile .mobile-row:last-child{border-bottom:none}.process-mobile .mobile-row h3{font-size:1.125rem;text-align:left;margin-bottom:.5rem}.process-mobile .mobile-row p{font-size:1rem;color:#64748b;margin-bottom:0}.process-mobile .process-steps-container{gap:0}.process-mobile .process-steps-container .step-container{height:100%;width:50px;flex-shrink:0}.process-mobile .process-steps-container .step-container .num{width:40px;height:40px;font-size:.875rem}.process-desktop{display:none}}.faq{padding:8rem 1.5rem;background:#f1f5f9}.faq .faq-inner{max-width:800px;margin:0 auto}.faq .faq-header{text-align:center;margin-bottom:4rem}.faq .faq-header .section-label{display:inline-block;font-size:.875rem;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.faq .faq-header h2{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.faq .faq-header p{font-size:1.125rem;color:#64748b;max-width:560px;margin:0 auto;line-height:1.75}.faq .faq-header p a{color:#0d9488;font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#0d94884d}.faq .faq-header p a:hover{text-decoration-color:#0d9488}.faq .faq-list{display:flex;flex-direction:column;gap:1rem}.faq .faq-item{background:#fff;border:1px solid #E2E8F0;border-radius:.75rem;overflow:hidden;transition:border-color .2s ease}.faq .faq-item:hover{border-color:#0d94884d}.faq .faq-item.open{border-color:#0d9488}.faq .faq-item.open .faq-icon{transform:rotate(180deg)}.faq .faq-item .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:2rem;background:none;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.faq .faq-item .faq-question:focus-visible{outline:none;box-shadow:inset 0 0 0 3px #0d948859}.faq .faq-item .faq-icon{flex-shrink:0;color:#64748b;transition:transform .2s ease}.faq .faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq .faq-item .faq-answer p{padding:0 2rem 2rem;font-size:1rem;color:#64748b;line-height:1.75;margin:0}.faq .faq-item.open .faq-answer{max-height:300px}@media screen and (max-width: 768px){.faq{padding:3rem 1rem}.faq .faq-header h2{font-size:1.5rem}.faq .faq-item .faq-question{padding:1.5rem;font-size:.875rem}.faq .faq-item .faq-answer p{padding:0 1.5rem 1.5rem;font-size:.875rem}}.cta-banner{padding:8rem 1.5rem;background:linear-gradient(135deg,#0f172a,#1e3a5f,#0d9488);position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 30% 50%,rgba(13,148,136,.2) 0%,transparent 50%);pointer-events:none}.cta-banner .cta-inner{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2rem}.cta-banner .cta-content h2{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2}.cta-banner .cta-content p{font-size:1.125rem;color:#ffffffbf;max-width:560px;margin:0 auto;line-height:1.75}.cta-banner .cta-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:center}.cta-banner .cta-actions .btn-cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1.125rem 2.75rem;background:#0d9488;color:#fff;font-size:1.125rem;font-weight:700;border-radius:.75rem;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 14px #0d948840;border:none}.cta-banner .cta-actions .btn-cta-primary:hover{background:#14b8a6;transform:translateY(-2px);box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a}.cta-banner .cta-actions .btn-cta-phone{display:inline-flex;align-items:center;gap:.5rem;padding:1.125rem 2.75rem;background:transparent;color:#fff;font-size:1.125rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .2s ease;border:2px solid rgba(255,255,255,.25)}.cta-banner .cta-actions .btn-cta-phone:hover{border-color:#ffffff80;background:#ffffff0d}@media screen and (max-width: 768px){.cta-banner{padding:4rem 1rem}.cta-banner .cta-content h2{font-size:1.5rem}.cta-banner .cta-content p{font-size:1rem}.cta-banner .cta-actions{flex-direction:column}.cta-banner .cta-actions .btn-cta-primary,.cta-banner .cta-actions .btn-cta-phone{width:100%;max-width:300px;justify-content:center}}.contact{max-width:720px;margin:0 auto;padding:8rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.contact .contact-info{text-align:center;margin-bottom:3rem}.contact .contact-info .section-label{display:inline-block;font-size:.875rem;font-weight:700;color:#0d9488;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.contact .contact-info h1{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.contact .contact-info p{font-size:1.125rem;line-height:1.75;color:#64748b;margin-bottom:0;max-width:560px;margin-left:auto;margin-right:auto}.contact .content-container{margin:2rem 0}.contact .form-wrapper{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000000a,0 6px 16px #0000000f;padding:3rem;border:1px solid #E2E8F0}.contact .inputs form{display:flex;flex-direction:column;gap:1.5rem}.contact .inputs form label{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:-.5rem}.contact .inputs form input,.contact .inputs form textarea,.contact .inputs form select{padding:1rem;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border:1px solid #E2E8F0;border-radius:.5rem;background-color:#fff;transition:all .15s ease;color:#334155}.contact .inputs form input:focus,.contact .inputs form textarea:focus,.contact .inputs form select:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d948859;outline:none}.contact .inputs form input::placeholder,.contact .inputs form textarea::placeholder,.contact .inputs form select::placeholder{color:#94a3b8}.contact .inputs form textarea{resize:vertical;min-height:120px}.contact .inputs form .validation-error{font-size:.75rem;color:#dc2626;margin-top:-.5rem}.contact .inputs form button{align-self:stretch;padding:1rem 2rem;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#0d9488,#0f766e);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;margin-top:1rem}.contact .inputs form button:hover:not(:disabled){box-shadow:0 4px 14px #0d948840;transform:translateY(-2px)}.contact .inputs form button:focus-visible{box-shadow:0 0 0 3px #0d948859}.contact .inputs form button:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.contact .contact-details{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact .contact-details .detail-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f1f5f9;border-radius:.75rem}.contact .contact-details .detail-item .detail-icon{width:44px;height:44px;background:#f0fdfa;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact .contact-details .detail-item .detail-text strong{display:block;font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:2px}.contact .contact-details .detail-item .detail-text span,.contact .contact-details .detail-item .detail-text a{font-size:.875rem;color:#64748b}.contact .contact-details .detail-item .detail-text a{text-decoration:none}.contact .contact-details .detail-item .detail-text a:hover{color:#0d9488}@media screen and (max-width: 1024px){.contact{padding:4rem 1.5rem}.contact .contact-info h1{font-size:1.875rem}.contact .form-wrapper{padding:2rem}}@media screen and (max-width: 768px){.contact{padding:3rem 1rem}.contact .contact-info h1{font-size:1.5rem}.contact .contact-info p{font-size:1rem}.contact .form-wrapper{padding:1.5rem}.contact .contact-details{grid-template-columns:1fr}}.thank-you-container{min-height:calc(100vh - 200px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;background:linear-gradient(180deg,#fff,#f0fdfa)}.thank-you-content{border-radius:1rem;max-width:500px;padding:4rem;background-color:#fff;box-shadow:0 1px 3px #0000000a,0 6px 16px #0000000f;border:1px solid #E2E8F0}.thank-you-content .thank-you-icon{width:64px;height:64px;background:#f0fdfa;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.thank-you-header{color:#0f172a;font-size:1.5rem;font-weight:800;margin-bottom:1rem}.thank-you-message{color:#64748b;font-size:1.125rem;line-height:1.75;margin:0}@media screen and (max-width: 768px){.thank-you-container{padding:2rem 1rem}.thank-you-content{padding:2rem}.thank-you-header{font-size:1.25rem}.thank-you-message{font-size:1rem}}.not-found{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:3rem 1.5rem;background:linear-gradient(180deg,#fff,#f0fdfa);color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.not-found__content{text-align:center;padding:4rem;background:#fff;box-shadow:0 1px 3px #0000000a,0 6px 16px #0000000f;border-radius:1rem;max-width:500px;border:1px solid #E2E8F0}.not-found__title{font-size:7rem;font-weight:800;background:linear-gradient(135deg,#0d9488,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem;line-height:1}.not-found__message{font-size:1.125rem;color:#64748b;margin-bottom:2rem;line-height:1.75}.not-found__link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0d9488,#0f766e);padding:1rem 2.25rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.not-found__link:hover{box-shadow:0 4px 14px #0d948840;transform:translateY(-2px)}.not-found__link:focus-visible{box-shadow:0 0 0 3px #0d948859;outline:none}@media screen and (max-width: 768px){.not-found{padding:2rem 1rem}.not-found__content{padding:2rem}.not-found__title{font-size:5rem}.not-found__message{font-size:1rem}}
