.section-title-component{text-align:center;margin-bottom:2rem}.section-title-component .title{font-weight:700;color:hsl(210,18%,14%);margin-bottom:.5rem;position:relative;display:inline-block}.section-title-component .title.h1{font-size:3rem}@media(max-width:768px){.section-title-component .title.h1{font-size:2.5rem}}@media(max-width:576px){.section-title-component .title.h1{font-size:2rem}}.section-title-component .title.h2{font-size:2.5rem}@media(max-width:768px){.section-title-component .title.h2{font-size:2rem}}@media(max-width:576px){.section-title-component .title.h2{font-size:1.75rem}}.section-title-component .title.h3{font-size:2rem}@media(max-width:768px){.section-title-component .title.h3{font-size:1.75rem}}@media(max-width:576px){.section-title-component .title.h3{font-size:1.5rem}}.section-title-component .title.h4{font-size:1.75rem}@media(max-width:768px){.section-title-component .title.h4{font-size:1.5rem}}@media(max-width:576px){.section-title-component .title.h4{font-size:1.25rem}}.section-title-component .title.h5{font-size:1.5rem}@media(max-width:768px){.section-title-component .title.h5{font-size:1.25rem}}@media(max-width:576px){.section-title-component .title.h5{font-size:1.125rem}}.section-title-component .title.h6{font-size:1.25rem}@media(max-width:768px){.section-title-component .title.h6{font-size:1.125rem}}@media(max-width:576px){.section-title-component .title.h6{font-size:1rem}}.section-title-component .title-decoration{height:4px;width:80px;background:linear-gradient(90deg,#0891b2,#22d3ee);border-radius:8px;margin:.5rem auto 0}.h1+.section-title-component .title-decoration{width:100px;height:5px}.h2+.section-title-component .title-decoration{width:80px;height:4px}.h3+.section-title-component .title-decoration{width:70px}.h4+.section-title-component .title-decoration{width:60px;height:3px}.h5+.section-title-component .title-decoration,.h6+.section-title-component .title-decoration{width:50px;height:3px}.faq-container{margin:3rem 0}.faq-list{display:flex;flex-direction:column;gap:1.25rem}.faq-item{border-radius:25px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid hsl(210,14%,93%)}.faq-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.faq-question{background-color:#fff;border:none;color:hsl(210,15%,24%);font-weight:600;transition:all .3s ease;font-size:1.1rem;border-radius:25px;padding:1rem 1.5rem!important}.faq-question:hover{background-color:#22d3ee}.faq-question.active{color:#fff;background:linear-gradient(135deg,#0891b2,#0e7490);font-weight:600;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 4px 10px rgba(14,116,144,.3)}.faq-question.active .transition-icon{color:#fff;transform:rotate(180deg)}.faq-question:focus{outline:none;box-shadow:none}.faq-answer{background-color:#fff;color:hsl(210,12%,38%);line-height:1.6;border-bottom-left-radius:25px;border-bottom-right-radius:25px;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,padding .3s ease}.faq-answer.show{max-height:1000px;padding:.5rem 0}.faq-answer.show div{padding:.5rem 1.5rem 1.5rem!important}.transition-icon{transition:transform .3s ease,color .3s ease;color:#0891b2;width:1em}@media(max-width:576px){.faq-question{font-size:1rem;padding:.75rem 1.25rem!important}}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#0891b2,#155e75);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;left:-20%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);animation:float 15s ease-in-out infinite}.cta-section .cta-content{text-align:center;position:relative;z-index:1}.cta-section .cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;margin-bottom:1rem}.cta-section .cta-subtitle{font-size:1.25rem;color:hsla(0,0%,100%,.9);margin-bottom:2rem}.cta-section .cta-contact{margin-top:2rem;color:hsla(0,0%,100%,.8);font-size:.95rem}.cta-section .cta-contact a{color:#fff;text-decoration:underline;transition:opacity .3s ease}.cta-section .cta-contact a:hover{opacity:.8}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{min-width:160px}.cta-buttons .btn-book{background:#0891b2;border:2px solid #fff;color:#fff;font-weight:700;padding:.75rem 1.75rem;border-radius:8px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px rgba(14,116,144,.35)}.cta-buttons .btn-book:hover{background:#0e7490;border-color:#0e7490;transform:translateY(-3px);box-shadow:0 8px 28px rgba(14,116,144,.4);color:#fff}.cta-buttons .btn-book:active{transform:translateY(-1px);box-shadow:0 4px 12px rgba(14,116,144,.3)}.cta-buttons .btn-custom-quote{background:rgba(0,0,0,0);border:2px solid #fff;color:#fff;font-weight:600;padding:.75rem 1.75rem;border-radius:8px;transition:all .25s cubic-bezier(.4,0,.2,1)}.cta-buttons .btn-custom-quote:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px);color:#fff}.cta-buttons .btn-custom-quote:active{transform:translateY(0);background:hsla(0,0%,100%,.05)}@media(max-width:576px){.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}.default-bg-success{background-color:hsl(158,64%,45%)}.default-bg-danger{background-color:hsl(0,72%,51%)}.default-bg-warning{background-color:hsl(38,92%,55%)}.marketplace-color{color:#0891b2}.marketplace-color-bg{background-color:#0891b2;color:#fff}.marketplace-color-border{border:2px solid #0891b2}.marketplace-color-btn{background-color:#0891b2;color:#fff;font-weight:600;border-radius:8px;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 3px rgba(8,145,178,.12)}.marketplace-color-btn:hover{background-color:#0e7490;color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px rgba(8,145,178,.12)}.marketplace-color-btn:active,.marketplace-color-btn:focus,.marketplace-color-btn:focus-visible{background-color:#0e7490;color:#fff;transform:translateY(0);box-shadow:0 1px 3px rgba(8,145,178,.15);outline:none}.marketplace-color-btn-outline{background-color:rgba(0,0,0,0);color:#0891b2;border:2px solid #0891b2;font-weight:600;border-radius:8px;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.marketplace-color-btn-outline:hover{background-color:#0891b2;color:#fff;transform:translateY(-1px);box-shadow:0 2px 12px rgba(8,145,178,.08)}.marketplace-color-btn-outline:active,.marketplace-color-btn-outline:focus,.marketplace-color-btn-outline:focus-visible{background-color:#0e7490;color:#fff;border-color:#0e7490;transform:translateY(0)}body{overflow-x:hidden}.bg-hero{background:linear-gradient(135deg,#0891b2,#155e75);position:relative;overflow:hidden;color:#fff;width:100%;max-width:100vw}.bg-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite;pointer-events:none}@media(max-width:768px){.bg-hero:before{width:400px;height:400px;right:-30%}}@media(max-width:576px){.bg-hero:before{width:300px;height:300px;right:-40%}}.bg-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);border-radius:50%;animation:float 15s ease-in-out infinite reverse;pointer-events:none}@media(max-width:768px){.bg-hero:after{width:300px;height:300px;left:-20%}}@media(max-width:576px){.bg-hero:after{width:200px;height:200px;left:-30%}}.bg-hero .container{position:relative;z-index:1}.bg-hero .badge-dot{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:8px;font-weight:600;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:100%;word-wrap:break-word}.bg-hero h1{animation:fadeInUp .8s ease-out .2s both;text-shadow:0 2px 4px rgba(0,0,0,.1);word-wrap:break-word;overflow-wrap:break-word}.bg-hero h1 .text-primary{color:#a5f3fc!important;position:relative;display:inline-block}.bg-hero h1 .text-primary:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#a5f3fc;border-radius:2px;opacity:.4}.bg-hero .lead{animation:fadeInUp 1s ease-out .4s both;word-wrap:break-word;overflow-wrap:break-word}.bg-hero .d-flex.gap-3{animation:fadeInUp 1.2s ease-out .6s both}.bg-hero .d-flex.gap-4{animation:fadeInUp 1.4s ease-out .8s both}.bg-hero .btn-primary{background:#fff;color:#0891b2;border:none;font-weight:700;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.bg-hero .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3);background:#fff;color:#0e7490}.bg-hero .btn-outline-secondary{border:2px solid hsla(0,0%,100%,.3);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600;transition:all .3s ease}.bg-hero .btn-outline-secondary:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.5);color:#fff;transform:translateY(-2px)}.border-bottom.bg-white{animation:fadeIn 1s ease-out 1s both;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;width:100%}.border-bottom.bg-white .d-flex{transition:all .3s ease}.border-bottom.bg-white .d-flex:hover{transform:scale(1.05);color:#0891b2!important}.border-bottom.bg-white .text-warning{animation:pulse 2s ease-in-out infinite}@media(max-width:576px){.border-bottom.bg-white .d-flex{font-size:.875rem}.border-bottom.bg-white .d-flex:hover{transform:scale(1.02)}}#benefits{overflow:hidden;width:100%}#benefits .check{position:relative;padding-left:2rem;transition:all .3s ease;animation:fadeInLeft .6s ease-out both}#benefits .check:first-child{animation-delay:.1s}#benefits .check:nth-child(2){animation-delay:.2s}#benefits .check:nth-child(3){animation-delay:.3s}#benefits .check:nth-child(4){animation-delay:.4s}#benefits .check:nth-child(5){animation-delay:.5s}#benefits .check i{position:absolute;left:0;color:hsl(158,64%,45%);font-size:1.5rem;transition:all .3s ease}#benefits .check:hover{transform:translateX(5px);color:#0891b2}#benefits .check:hover i{transform:scale(1.2)}#benefits .card{transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:12px;overflow:hidden;position:relative;animation:fadeInUp .6s ease-out both}#benefits .card:first-child{animation-delay:.1s}#benefits .card:nth-child(2){animation-delay:.2s}#benefits .card:nth-child(3){animation-delay:.3s}#benefits .card:nth-child(4){animation-delay:.4s}#benefits .card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0891b2,#22d3ee);transform:scaleX(0);transition:transform .4s ease}#benefits .card:hover{transform:translateY(-8px);box-shadow:0 12px 28px rgba(8,145,178,.15)!important}#benefits .card:hover:before{transform:scaleX(1)}#benefits .card .badge{padding:.4rem .8rem;font-size:.75rem;font-weight:700}#benefits .card .marketplace-badge{background:linear-gradient(135deg,#0891b2,#22d3ee);color:#fff;border:none}#requirements{overflow:hidden;width:100%}#requirements .card{transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:12px;background:#fff;animation:fadeInUp .6s ease-out both}#requirements .card:first-child{animation-delay:.1s}#requirements .card:nth-child(2){animation-delay:.2s}#requirements .card:nth-child(3){animation-delay:.3s}#requirements .card:nth-child(4){animation-delay:.4s}#requirements .card:nth-child(5){animation-delay:.5s}#requirements .card:nth-child(6){animation-delay:.6s}#requirements .card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(8,145,178,.12)!important}#requirements .card:hover i{transform:scale(1.1);color:#22d3ee!important}#requirements .card i{transition:all .3s ease}#how{overflow:hidden;width:100%}#how .card{transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:12px;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out both}#how .card:first-child{animation-delay:.15s}#how .card:nth-child(2){animation-delay:.3s}#how .card:nth-child(3){animation-delay:.45s}#how .card:nth-child(4){animation-delay:.6s}#how .card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#a5f3fc,transparent);opacity:0;transition:opacity .4s ease}#how .card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 32px rgba(8,145,178,.18)!important}#how .card:hover:before{opacity:.1}#how .card:hover .display-6{transform:scale(1.1);color:#0891b2!important}#how .card .display-6{transition:all .4s cubic-bezier(.4,0,.2,1);font-weight:900}#how .card .marketplace-icon,#how .card .marketplace-step-number{color:#0891b2}.border-top.border-bottom{overflow:hidden;width:100%}.border-top.border-bottom .marketplace-stat-number{color:#0891b2}.border-top.border-bottom .card{transition:all .3s ease;border-radius:8px;background:linear-gradient(135deg,hsl(0,0%,100%),hsl(210,20%,98%));position:relative;overflow:hidden;animation:fadeInUp .6s ease-out both}.border-top.border-bottom .card:first-child{animation-delay:.1s}.border-top.border-bottom .card:nth-child(2){animation-delay:.2s}.border-top.border-bottom .card:nth-child(3){animation-delay:.3s}.border-top.border-bottom .card:before{content:'"';position:absolute;top:-10px;left:10px;font-size:4rem;color:#a5f3fc;opacity:.3;font-family:Georgia,serif;line-height:1}.border-top.border-bottom .card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 20px rgba(8,145,178,.12)!important;background:linear-gradient(135deg,hsl(0,0%,100%),#a5f3fc)}.border-top.border-bottom .card:hover:before{color:#0891b2;opacity:.5}.border-top.border-bottom .card p{position:relative;z-index:1;font-style:italic;color:hsl(210,15%,24%);font-size:.95rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@media(max-width:768px){.bg-hero h1{font-size:2rem}.bg-hero .lead{font-size:1rem}.bg-hero .d-flex.gap-3{flex-direction:column}.bg-hero .d-flex.gap-3 .btn{width:100%}#how .card{margin-bottom:1rem}}@media(max-width:576px){.bg-hero{padding:2rem 0!important}.bg-hero h1{font-size:1.75rem}.bg-hero .d-flex.gap-3{flex-direction:column;gap:.75rem!important}.bg-hero .d-flex.gap-3 .btn{width:100%}.bg-hero .d-flex.gap-4{flex-direction:column;gap:.5rem!important}#benefits .check{font-size:.95rem;padding-left:1.75rem}#benefits .card,#how .card,#requirements .card{padding:1rem!important}.border-top.border-bottom .card{padding:1.25rem!important}}@media(max-width:320px){.bg-hero h1{font-size:1.5rem}.bg-hero .lead{font-size:.95rem}.bg-hero .btn{padding:.625rem 1.25rem!important;font-size:.875rem}#benefits .check{font-size:.875rem;padding-left:1.5rem}#benefits .check i{font-size:1.25rem}#benefits .card,#how .card,#requirements .card{padding:.875rem!important}.border-top.border-bottom .card{padding:1rem!important}.border-top.border-bottom .card:before{font-size:3rem;top:-5px;left:5px}}html{scroll-behavior:smooth}.section-title-animated{position:relative;display:inline-block;animation:fadeInUp .8s ease-out both}.section-title-animated:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#0891b2,#22d3ee);border-radius:2px}.marketplace-badge{background:linear-gradient(135deg,#0891b2,#22d3ee)!important;color:#fff!important;border:none!important;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.marketplace-icon,.marketplace-stat-number,.marketplace-step-number{color:#0891b2!important}.marketplace-icon-container{width:48px;height:48px;background:linear-gradient(135deg,#0891b2,#22d3ee);border-radius:12px;transition:all .3s ease}