@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Figtree,system-ui,-apple-system,sans-serif!important;background-color:#fff;color:#0f172a;line-height:1.5;overflow-x:hidden;position:relative}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.all-content{position:relative;z-index:2}h1,h2,h3{letter-spacing:-.02em;line-height:1.1}.text-highlight{color:#139897}.section-label{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border-radius:50px;background:#13989714;color:#139897;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem}.section-label i{width:14px;height:14px}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.1;margin-bottom:.75rem}.section-title span{color:#139897}.section-subtitle{font-size:1.0625rem;color:#475569;line-height:1.7;max-width:560px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;border-radius:8px;text-decoration:none;transition:all .2s ease-in-out;cursor:pointer;border:none}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 1.75rem;font-size:1.125rem}.btn--primary{background-color:#139897;color:#fff;box-shadow:0 4px 14px #13989763}.btn--primary:hover{background-color:#0e7c7b;transform:translateY(-2px);box-shadow:0 6px 20px #13989766}.btn--secondary{background-color:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 2px 5px #0000000d}.btn--secondary:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.btn--outline{background:transparent;color:#0f172a;border:1px solid #e2e8f0}.btn--outline:hover{background-color:#f8fafc}@keyframes spin{to{transform:rotate(360deg)}}.page-loader{position:fixed;inset:0;background:#fff;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease,visibility .5s ease}.page-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.page-loader__inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.page-loader__logo{height:40px;width:auto;object-fit:contain}.page-loader__spinner{width:52px;height:52px;animation:spin 1s linear infinite}.btn-spinner{display:none;width:18px;height:18px;flex-shrink:0;animation:spin .75s linear infinite}.btn.is-loading{pointer-events:none;opacity:.85}.btn.is-loading .btn-spinner{display:block}.btn.is-loading .btn-arrow{display:none}.bg-texture__grid{position:absolute;inset:0;background-image:radial-gradient(rgba(19,152,151,.25) 1px,transparent 1px);background-size:25px 25px;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);pointer-events:none;z-index:1}.bg-texture__grid--blue{background-image:radial-gradient(rgba(255,255,255,.18) 1px,transparent 1px)}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.site-header.is-scrolled{background:#fffffff5;border-bottom-color:#e2e8f0;box-shadow:0 2px 20px #0000000f}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:68px}.site-header__logo{flex-shrink:0;display:flex;align-items:center;text-decoration:none}.site-header__logo img{height:36px;width:auto;object-fit:contain;display:block}.site-header__nav{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.site-header__nav a{font-size:.9375rem;font-weight:500;color:#475569;text-decoration:none;white-space:nowrap;transition:color .2s ease}.site-header__nav a:hover{color:#0f172a}@media(max-width:900px){.site-header__nav{display:none}}.site-header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width:640px){.site-header__cta{display:none}}.site-header__hamburger{display:none;width:40px;height:40px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#0f172a;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-family:Figtree,system-ui,-apple-system,sans-serif}.site-header__hamburger i{width:20px;height:20px}.site-header__hamburger:hover{background:#f1f5f9;border-color:#c7d3e2}@media(max-width:900px){.site-header__hamburger{display:flex}}.site-header__mobile{display:none;border-top:1px solid #e2e8f0;padding-bottom:20px;background:#fff;box-shadow:0 8px 24px #00000014}.site-header__mobile.is-open{display:block}.site-header__mobile nav{display:flex;flex-direction:column;padding:.5rem 1.5rem 0}.site-header__mobile nav a{font-size:.9375rem;font-weight:500;color:#475569;text-decoration:none;padding:.875rem 0;border-bottom:1px solid #e2e8f0;transition:color .2s ease}.site-header__mobile nav a:last-child{border-bottom:none}.site-header__mobile nav a:hover{color:#0f172a}.site-header__mobile>.btn{display:flex;justify-content:center;margin:1rem 1.5rem 1.25rem;padding:.875rem 1.5rem;font-size:1rem}.hero{padding-top:10rem;padding-bottom:6rem;min-height:100vh}@media(max-width:768px){.hero{padding-top:7rem;padding-bottom:4rem;min-height:auto}}.hero__container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}@media(max-width:900px){.hero__container{grid-template-columns:1fr;gap:0}}.hero__left{display:flex;flex-direction:column;text-align:left}@media(max-width:900px){.hero__left{text-align:center;align-items:center}}.hero__right{display:flex;justify-content:center;align-items:center}@media(max-width:900px){.hero__right{display:none}}.hero__badges{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin-bottom:2rem}@media(max-width:900px){.hero__badges{justify-content:center}}.hero__badges .badge{display:flex;align-items:center;gap:.35rem;background:#fff;border:1px solid #e2e8f0;padding:.35rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;color:#475569;box-shadow:0 2px 10px #00000005}.hero__badges .badge .icon-sm{width:16px;height:16px;color:#139897}.hero__title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1}.hero__subtitle{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:400;color:#475569;margin-bottom:1.5rem}.hero__subtitle strong{color:#0f172a}.hero__description{font-size:1.125rem;color:#475569;max-width:560px;margin-bottom:3rem}@media(max-width:900px){.hero__description{max-width:100%}}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}@media(max-width:900px){.hero__cta{justify-content:center}}@media(max-width:480px){.hero__cta{flex-direction:column}.hero__cta .btn{width:100%;justify-content:center}}.hero__social-proof{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media(max-width:900px){.hero__social-proof{align-items:center}}.hero__social-proof .avatar-group{display:flex;align-items:center}.hero__social-proof .avatar-group .avatar{width:48px;height:48px;border-radius:50%;border:3px solid white;background:#fff;box-shadow:0 2px 8px #0000001a;margin-left:-16px;object-fit:cover}.hero__social-proof .avatar-group .avatar--count{background:linear-gradient(135deg,#139897,#0e7c7b);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.75rem;border:none;margin-left:-16px}.hero__social-proof .social-text{font-size:.875rem;color:#475569}.hero__social-proof .social-text strong{color:#0f172a}.qr-code-label{font-size:.875rem;color:#475569;font-weight:500}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{opacity:0;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:var(--delay, 0s)}.animate-fade-in-down{opacity:0;animation:fadeInDown .8s cubic-bezier(.16,1,.3,1) forwards}@media(max-width:768px){.hero{padding-top:6rem;padding-bottom:3rem}.hero__container{grid-template-columns:1fr;gap:2rem}.hero__left{text-align:left}.hero__cta{flex-direction:column;width:100%}.hero__cta .btn{width:100%}.qr-code-wrapper{padding:1rem}.qr-code-wrapper svg{width:200px;height:200px}}.hero__badges{display:flex;width:100%;justify-content:center;align-items:center}.hero__badges .badge{width:auto}.scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.scroll-indicator .scroll-text{font-size:.85rem;color:#475569}.is-scrolled .scroll-indicator .scroll-text{display:none}.scroll-indicator .mouse-container{width:28px;height:44px;border:2px solid #e2e8f0;border-radius:18px;display:flex;align-items:flex-start;justify-content:center;padding:4px}.scroll-indicator .mouse-container .mouse-wheel{width:4px;height:6px;background:#e2e8f0;border-radius:4px;margin-top:4px;animation:scrollWheel 1.5s ease-in-out infinite}@keyframes scrollWheel{0%{transform:translateY(0);opacity:1}to{transform:translateY(8px);opacity:0}}.challenge-section{padding:6rem 0}.challenge-section .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:.75rem}.challenge-section .section-subtitle{font-size:1.125rem;color:#475569;font-weight:400}.challenge-header{text-align:center;margin-bottom:4rem}.challenge-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.challenge-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.challenge-card{display:flex;flex-direction:column;gap:.5rem}.challenge-number{font-size:2.5rem;font-weight:800;color:#139897;opacity:.2;line-height:1;margin-bottom:.5rem}.solution-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#003d8a,#005ac7 60%,#1a7ad4);padding:7rem 0}.solution-section__container{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:2}@media(max-width:768px){.solution-section__container{grid-template-columns:1fr;gap:3rem}}.solution-section__left{display:flex;flex-direction:column;gap:0}.solution-section__right{display:flex;justify-content:center;align-items:center}.solution-label{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#ffffffe6;padding:.35rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;width:fit-content;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.solution-label i{width:14px;height:14px}.solution-title{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;color:#fff9;margin-bottom:1.5rem;line-height:1.1}.solution-title--white{color:#fff}.solution-description{font-size:1.125rem;color:#ffffffbf;margin-bottom:2.5rem;line-height:1.7}.solution-features{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.solution-features__item{display:flex;align-items:center;gap:.875rem;color:#fff;font-size:1.0625rem;font-weight:500}.solution-features__icon{display:flex;align-items:center;color:#80b4e8;flex-shrink:0}.solution-features__icon i{width:22px;height:22px}.btn--white{background:#fff;color:#003d8a;font-weight:700;box-shadow:0 4px 20px #0003}.btn--white:hover{background:#f0f9ff;transform:translateY(-2px);box-shadow:0 8px 30px #00000040}.solution-image-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 30px 80px #0006;border:1px solid rgba(255,255,255,.1);animation:float 4s ease-in-out infinite}@media(max-width:768px){.solution-image-wrapper{animation:none}}.solution-image{display:block;width:100%;height:auto;object-fit:cover}.services-section{padding:7rem 0;background:#fff}.services-header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.services-label{display:inline-flex;align-items:center;gap:.4rem;background:#13989714;color:#139897;border:none;padding:.4rem 1.1rem;border-radius:50px;font-size:.875rem;font-weight:600}.services-label i{width:14px;height:14px}.services-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;margin:0}.services-subtitle{font-size:1.125rem;color:#475569;margin:0}.services-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.services-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;border-radius:10px;font-size:.875rem;font-weight:600;font-family:Figtree,system-ui,-apple-system,sans-serif;cursor:pointer;transition:all .2s ease;background:#fff;color:#0f172a;border:1px solid #e2e8f0}.services-tab i{width:18px;height:18px;color:#139897;flex-shrink:0}.services-tab:hover{background:#1398970f;border-color:#1398974d}.services-tab--active{background:#139897;color:#fff;border-color:#139897;box-shadow:0 4px 14px #13989759}.services-tab--active i{color:#fff}.services-tab--active:hover{background:#0e7c7b}.services-card-area{position:relative;max-width:1000px;margin:0 auto}.services-card{background:#fff;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 4px 24px #0000000f,0 1px 4px #0000000a;padding:3rem;display:flex;gap:3rem;align-items:center;transition:opacity .25s ease,transform .25s ease}.services-card.is-transitioning{opacity:0;transform:translateY(8px)}@media(max-width:768px){.services-card{flex-direction:column;padding:2rem;gap:2rem}}.services-card__image{flex-shrink:0;width:45%;aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.services-card__image img{width:100%;height:100%;object-fit:contain}@media(max-width:768px){.services-card__image{width:100%;aspect-ratio:16/9}}.services-card__content{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media(max-width:768px){.services-card__content{align-items:center;text-align:center}}.services-card__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#0f172a;margin:0;line-height:1.15}.services-card__desc{font-size:1.0625rem;color:#475569;line-height:1.75;margin:0}.services-card__cta{margin-top:.75rem}.services-nav{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;color:#0f172a;cursor:pointer;font-family:Figtree,system-ui,-apple-system,sans-serif;box-shadow:0 2px 8px #0000000f;transition:all .2s ease;flex-shrink:0}.services-nav i{width:22px;height:22px}.services-nav:hover{color:#139897;box-shadow:0 4px 16px #0000001a;transform:scale(1.1)}.services-nav--prev,.services-nav--next{position:absolute;top:40%;z-index:5}@media(max-width:1024px){.services-nav--prev,.services-nav--next{display:none}}.services-nav--prev{left:-24px}.services-nav--next{right:-24px}.services-mobile-nav{display:none;justify-content:center;gap:1rem;margin-top:1.5rem}@media(max-width:1024px){.services-mobile-nav{display:flex}}.services-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.services-dot{height:8px;border-radius:50px;background:#e2e8f0;border:none;cursor:pointer;transition:all .3s ease;padding:0;width:8px;font-family:Figtree,system-ui,-apple-system,sans-serif}.services-dot:hover{background:#13989766}.services-dot--active{background:#139897;width:28px}.services-card__image-placeholder{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#139897}.services-card__image-placeholder i{width:32px;height:32px}.services-card__image{background:#fff}.section-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem}.section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;margin:0}.section-header p{font-size:1.125rem;color:#475569;margin:0;max-width:520px}.section-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1.1rem;border-radius:50px;font-size:.875rem;font-weight:600;background:#13989714;color:#139897}.section-badge i{width:14px;height:14px}.section-badge--primary{background:#139897;color:#fff;box-shadow:0 4px 14px #1398974d}.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s cubic-bezier(.16,1,.3,1) var(--delay, 0s),transform .6s cubic-bezier(.16,1,.3,1) var(--delay, 0s)}.reveal.in-view{opacity:1;transform:translateY(0)}.industries-section{position:relative;overflow:hidden;padding:7rem 0;background:#f8fafc}.industries-section__inner{position:relative;z-index:2}.industries-section .bg-texture__grid{opacity:1;-webkit-mask-image:radial-gradient(ellipse at center,black 40%,transparent 80%);mask-image:radial-gradient(ellipse at center,black 40%,transparent 80%)}.industries-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}@media(max-width:900px){.industries-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.industries-grid{grid-template-columns:repeat(2,1fr)}}.industry-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;background:#ffffff1b;border:1px solid #e2e8f0;border-radius:16px;cursor:default;transition:all .25s ease}.industry-card:hover{border-color:#13989766;box-shadow:0 8px 30px #13989714;transform:translateY(-4px)}.industry-card:hover .industry-card__icon{background:#139897;color:#fff}.industry-card__icon{width:52px;height:52px;border-radius:14px;background:#13989714;color:#139897;display:flex;align-items:center;justify-content:center;transition:all .25s ease;flex-shrink:0}.industry-card__icon i{width:24px;height:24px}.industry-card__name{font-size:.9375rem;font-weight:600;color:#0f172a;text-align:center}.revenue-section{padding:7rem 0;background:#fff}.revenue-section .section-header{margin-bottom:3.5rem}.revenue-section .section-header h2{color:#0f172a}.revenue-layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}@media(max-width:900px){.revenue-layout{grid-template-columns:1fr}}.revenue-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #0000000d}.revenue-card__header{padding:2rem 2rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.revenue-card__label{font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em}.revenue-card__range{font-size:1.375rem;font-weight:800;color:#139897}.revenue-card__range em{font-style:normal;font-size:.875rem;font-weight:500;color:#475569;margin-left:.2rem}.revenue-items{list-style:none;padding:.5rem 0}.revenue-item{display:flex;align-items:center;gap:1rem;padding:1.125rem 2rem;transition:background .2s ease}.revenue-item:hover{background:#f8fafc}.revenue-item+.revenue-item{border-top:1px solid rgba(226,232,240,.6)}.revenue-item__icon{width:36px;height:36px;border-radius:10px;background:#13989714;color:#139897;display:flex;align-items:center;justify-content:center;flex-shrink:0}.revenue-item__icon i{width:18px;height:18px}.revenue-item__desc{font-size:.9375rem;color:#0f172a;font-weight:500;flex-shrink:0}.revenue-item__dots{flex:1;border-bottom:2px dotted #e2e8f0;margin:0 .5rem;min-width:2rem}.revenue-item__amount{font-size:1rem;font-weight:700;color:#0f172a;flex-shrink:0}.revenue-item__amount em{font-style:normal;font-size:.75rem;font-weight:500;color:#475569;margin-left:.2rem}.revenue-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#1398970f,#13989705);border-top:2px solid rgba(19,152,151,.15);flex-wrap:wrap;gap:.5rem}.revenue-total__label{font-size:.9375rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.04em}.revenue-total__amount{font-size:1.5rem;font-weight:800;color:#139897}.revenue-total__amount em{font-style:normal;font-size:.875rem;font-weight:500;color:#475569;margin-left:.2rem}.revenue-callout{background:linear-gradient(145deg,#003d8a,#005ac7);border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #005ac74d;position:relative}.revenue-callout:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.revenue-callout__inner{position:relative;z-index:1;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1rem}.revenue-callout__icon{width:48px;height:48px;color:#ffffffb3}.revenue-callout__title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.revenue-callout__body{font-size:.9375rem;color:#ffffffbf;line-height:1.7;margin:0}.revenue-callout__stat{margin:.5rem 0;display:flex;align-items:baseline;gap:.5rem}.revenue-callout__stat span{font-size:3rem;font-weight:800;color:#fff;line-height:1}.revenue-callout__stat em{font-style:normal;font-size:1rem;color:#ffffffb3;font-weight:500}.revenue-callout .btn--white{align-self:flex-start;color:#003d8a}.included-section{padding:7rem 0;background:#fff}.included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#e2e8f0;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #0000000d}@media(max-width:640px){.included-grid{grid-template-columns:1fr}}.included-item{display:flex;align-items:flex-start;gap:1.25rem;padding:2rem;background:#fff;transition:background .2s ease}.included-item:hover{background:#f8faff}.included-item:hover .included-item__check{background:#139897;color:#fff;transform:scale(1.1)}.included-item__check{width:36px;height:36px;border-radius:50%;background:#1398971a;color:#139897;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.15rem;transition:all .25s ease}.included-item__check i{width:18px;height:18px;stroke-width:2.5}.included-item div{display:flex;flex-direction:column;gap:.35rem}.included-item strong{font-size:1rem;font-weight:700;color:#0f172a;line-height:1.3}.included-item p{font-size:.9rem;color:#475569;line-height:1.6;margin:0}.bonuses-section{position:relative;overflow:hidden;background:linear-gradient(140deg,#002d6b,#005ac7 55%,#1a7ad4);padding:7rem 0}.bonuses-section__inner{position:relative;z-index:2}.bonuses-section .section-header h2,.bonuses-section .section-header p{color:#fff}.bonuses-section .section-header p{color:#ffffffb3}.bonuses-eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1.1rem;border-radius:50px;font-size:.875rem;font-weight:600;background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bonuses-eyebrow i{width:14px;height:14px}.bonuses-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff9;margin:0;line-height:1.15}.bonuses-title span{color:#fff}.bonuses-subtitle{color:#ffffffb3;font-size:1.0625rem;max-width:520px;margin:0}.bonuses-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:1.25rem}@media(max-width:900px){.bonuses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.bonuses-grid{grid-template-columns:1fr}}.bonus-card{position:relative;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:2rem 1.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;overflow:hidden}.bonus-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);opacity:0;transition:opacity .3s ease}.bonus-card:hover{background:#ffffff21;border-color:#ffffff40;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.bonus-card:hover:before{opacity:1}.bonus-card:hover .bonus-card__icon{background:#fff3}.bonus-card--wide{grid-column:span 2}@media(max-width:480px){.bonus-card--wide{grid-column:span 1}}.bonus-card__number{font-size:.75rem;font-weight:800;letter-spacing:.1em;color:#ffffff59;text-transform:uppercase;margin-bottom:1.25rem}.bonus-card__icon{width:48px;height:48px;border-radius:14px;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:background .25s ease}.bonus-card__icon i{width:24px;height:24px}.bonus-card h3{font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:.625rem;line-height:1.3}.bonus-card p{font-size:.9rem;color:#ffffffa6;line-height:1.65;margin:0}.bonus-card__tag{display:inline-block;margin-top:1.25rem;padding:.3rem .875rem;border-radius:50px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1a1a00;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;overflow:hidden;padding:100px 10px}.hero .bg-texture__noise{position:absolute;inset:0;opacity:.03;z-index:2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.hero .container.all-content{position:relative;z-index:10;width:100%;max-width:1200px}.hero__container{display:flex;flex-direction:column;align-items:center;text-align:center}.hero__content{max-width:750px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.hero__content .hero__badges{margin-bottom:2rem}.hero__content .hero__badges .badge{background:#fff;padding:8px 20px;border-radius:100px;font-size:.85rem;font-weight:500;box-shadow:0 4px 12px #00000008;border:1px solid rgba(0,0,0,.05);display:flex;align-items:center;gap:8px}.hero__content .hero__title{font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.05;font-weight:800;letter-spacing:-.03em;margin-bottom:1.5rem;color:#111827}.hero__content .hero__title .text-highlight{background:linear-gradient(90deg,#0a6060,#139897,#0a6060);background-size:200% 200%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-move 3s linear infinite}@keyframes gradient-move{0%{background-position:0% 50%}to{background-position:200% 50%}}.hero__content .hero__description{font-size:1.25rem;color:#666;max-width:550px;margin-bottom:2.5rem}.hero__content .hero__cta{display:flex;gap:.5rem;align-items:center;margin-bottom:3rem}@media(max-width:600px){.hero__content .hero__cta{flex-direction:column}}.hero__content .hero__cta .btn-green{background:#139897;color:#fff;padding:16px 32px;border-radius:100px;font-weight:600;text-decoration:none}.hero__content .hero__cta .clear-btn{color:#111827;font-weight:600;text-decoration:none;display:flex;opacity:.5;align-items:center;gap:8px}.hero .qr-code-wrapper{display:flex;position:relative}@media(max-width:1100px){.hero .qr-code-wrapper{display:none}}.hero .qr-code-wrapper>.gradient-to-top{position:absolute;border-radius:24px;bottom:0;left:0;right:0;height:100%;background:linear-gradient(to top,rgb(255,255,255),rgba(255,255,255,.6),rgba(255,255,255,.4),transparent);pointer-events:none;display:flex;align-items:flex-end;justify-content:center;transform:scale(1.005);padding:10px}.hero__right{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:5}@media(max-width:1100px){.hero__right{position:relative;order:3;margin-top:4rem;pointer-events:auto}}.hero__right .qr-code-container{position:absolute;padding:0rem;top:20%;right:5%;transform:rotate(8deg)}@media(max-width:1100px){.hero__right .qr-code-container{position:relative;top:0;right:0;transform:rotate(0)}}.hero__right .qr-code-container img{border-radius:24px;width:260px;height:330px;object-fit:cover}.hero__left-image{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:5}@media(max-width:1100px){.hero__left-image{position:relative;order:3;margin-top:4rem;pointer-events:auto}}.hero__left-image .qr-code-container{position:absolute;padding:0rem;top:40%;left:5%;transform:rotate(-10deg)}@media(max-width:1100px){.hero__left-image .qr-code-container{position:relative;top:0;left:0;transform:rotate(0)}}.hero__left-image .qr-code-container img{border-radius:24px;width:260px;height:330px;object-fit:cover}.hero__social-proof{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero__social-proof .avatar-group{display:flex;justify-content:center}.hero__social-proof .avatar-group .avatar{width:44px;height:44px;border-radius:50%;border:3px solid white;margin-left:-12px}.hero__social-proof .avatar-group .avatar:first-child{margin-left:0}.center{margin-left:auto;margin-right:auto;width:auto}.pricing-section{padding:7rem 0;background:#f8fafc}.pricing-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 auto 3.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:50px;padding:.375rem;width:fit-content;box-shadow:0 2px 8px #0000000d}.pricing-toggle__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.5rem;border-radius:50px;font-size:.9375rem;font-weight:600;font-family:Figtree,system-ui,-apple-system,sans-serif;cursor:pointer;border:none;background:transparent;color:#475569;transition:all .25s ease}.pricing-toggle__btn--active{background:#139897;color:#fff;box-shadow:0 4px 12px #13989759}.pricing-toggle__save{display:inline-block;padding:.15rem .6rem;border-radius:50px;background:#16a34a1f;color:#16a34a;font-size:.75rem;font-weight:700;transition:background .25s ease,color .25s ease}.pricing-toggle__btn--active .pricing-toggle__save{background:#ffffff40;color:#fff}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start;margin-bottom:3rem}@media(max-width:900px){.pricing-cards{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto;margin-bottom:3rem}}.pricing-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:2rem;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:0 12px 40px #00000014;transform:translateY(-4px)}.pricing-card--featured{border-color:#139897;box-shadow:0 8px 32px #13989726;transform:translateY(-8px)}.pricing-card--featured:hover{transform:translateY(-12px);box-shadow:0 20px 50px #13989733}.pricing-card__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#139897;color:#fff;font-size:.75rem;font-weight:700;padding:.3rem 1rem;border-radius:50px;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;box-shadow:0 4px 12px #13989766}.pricing-card__header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.pricing-card__name{font-size:1.25rem;font-weight:800;color:#0f172a;margin-bottom:.25rem;letter-spacing:-.01em}.pricing-card__tagline{font-size:.875rem;color:#475569;margin-bottom:1.25rem}.pricing-card__price{display:flex;align-items:flex-end;gap:.25rem;line-height:1;margin-bottom:.375rem}.pricing-card__currency{font-size:1.25rem;font-weight:700;color:#0f172a;align-self:flex-start;padding-top:.5rem}.pricing-card__amount{font-size:3.5rem;font-weight:800;color:#0f172a;line-height:1;transition:all .3s ease;letter-spacing:-.03em}.pricing-card__period{font-size:.9rem;color:#475569;padding-bottom:.5rem}.pricing-card__billed{font-size:.8125rem;color:#475569;margin:0}.pricing-card__cta{width:100%;margin-bottom:1.5rem;justify-content:center;padding:.875rem 1.5rem;font-size:.9375rem}.pricing-card__features{list-style:none;display:flex;flex-direction:column;gap:.75rem}.pricing-card__features li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9rem;color:#0f172a;line-height:1.4}.pricing-card__features li i{width:16px;height:16px;color:#16a34a;flex-shrink:0;margin-top:.1rem;stroke-width:2.5}.pricing-card--featured .pricing-card__features li i{color:#139897}.pricing-addons{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000a}.pricing-addons__label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.5rem}.pricing-addons__label i{width:16px;height:16px;color:#139897}.pricing-addons__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:640px){.pricing-addons__grid{grid-template-columns:1fr}}.pricing-addon{display:flex;align-items:flex-start;gap:1rem}.pricing-addon__icon{width:40px;height:40px;border-radius:10px;background:#13989714;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pricing-addon__icon i{width:20px;height:20px;color:#139897}.pricing-addon strong{display:block;font-size:.9375rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.pricing-addon p{font-size:.875rem;color:#475569;margin:0;line-height:1.6}.modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-overlay.is-open{opacity:1;pointer-events:all}.modal{background:#fff;border-radius:24px;padding:2.5rem;width:100%;max-width:460px;position:relative;box-shadow:0 30px 80px #00000040;transform:translateY(20px) scale(.97);transition:transform .35s cubic-bezier(.16,1,.3,1)}.modal-overlay.is-open .modal{transform:translateY(0) scale(1)}.modal__loader{position:absolute;inset:0;border-radius:24px;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;display:none;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem}.modal__loader svg{width:52px;height:52px;animation:spin 1s linear infinite}.modal__loader span{font-size:.9375rem;font-weight:600;color:#0f172a}.modal__loader.is-visible{display:flex}.modal__close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-family:Figtree,system-ui,-apple-system,sans-serif}.modal__close i{width:18px;height:18px}.modal__close:hover{background:#f1f5f9;color:#0f172a}.modal__icon{width:52px;height:52px;border-radius:14px;background:#1398971a;color:#139897;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.modal__icon i{width:26px;height:26px}.modal__title{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.375rem;letter-spacing:-.02em}.modal__subtitle{font-size:.9375rem;color:#475569;margin-bottom:2rem}.modal__form{display:flex;flex-direction:column;gap:1.25rem}.modal__submit{width:100%;justify-content:center;margin-top:.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.875rem;font-weight:600;color:#0f172a;font-family:Figtree,system-ui,-apple-system,sans-serif}.form-field label span{color:#139897}.form-field input{width:100%;padding:.875rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9375rem;font-family:Figtree,system-ui,-apple-system,sans-serif;color:#0f172a;background:#fff;transition:all .2s ease;outline:none}.form-field input::placeholder{color:#94a3b8}.form-field input:focus{border-color:#139897;box-shadow:0 0 0 3px #1398971a}.form-field input:invalid:not(:placeholder-shown){border-color:#ef4444;box-shadow:0 0 0 3px #ef444414}.testimonials-section{padding:7rem 0;background:#f8fafc;position:relative;overflow:hidden}.testimonials-section>.container{text-align:center}.testimonials-section>.container .section-subtitle{margin:0 auto}.testimonials-section .section-label{background:#f59e0b1a;color:#b45309}.testimonials-section .section-label i{color:#f59e0b}.testimonials-section .testimonial-card{text-align:left}.testimonials-wrapper{position:relative;display:flex;align-items:center;gap:1rem;margin-top:3rem;margin-bottom:2rem}.testimonials-viewport{flex:1;overflow:hidden}.testimonials-track{display:flex;gap:1.5rem;transition:transform .5s cubic-bezier(.25,.46,.45,.94);will-change:transform}.testimonial-card{flex-shrink:0;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:2rem;position:relative;display:flex;flex-direction:column;transition:box-shadow .3s ease,transform .3s ease}.testimonial-card:hover{box-shadow:0 12px 40px #00000014;transform:translateY(-4px)}.testimonial-card:before{content:"“";position:absolute;top:1rem;right:1.5rem;font-size:6rem;line-height:1;color:#13989712;font-family:Georgia,serif;font-weight:700;pointer-events:none}.testimonial-card__stars{display:flex;gap:.2rem;margin-bottom:1rem}.testimonial-card__stars i{font-size:.875rem;color:#f59e0b}.testimonial-card__text{font-size:.9375rem;color:#0f172a;line-height:1.75;margin-bottom:1.5rem;flex:1}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;padding-top:1.25rem;border-top:1px solid #e2e8f0;margin-top:auto}.testimonial-card__avatar{width:48px;height:48px;border-radius:50%;background:#f1f5f9;border:2px solid #e2e8f0;flex-shrink:0;object-fit:cover}.testimonial-card__author-info strong{display:block;font-size:.9375rem;font-weight:700;color:#0f172a}.testimonial-card__author-info span{font-size:.8125rem;color:#475569;line-height:1.4}.testimonials-arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1.5px solid #e2e8f0;background:#fff;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-family:Figtree,system-ui,-apple-system,sans-serif}.testimonials-arrow i{width:20px;height:20px}.testimonials-arrow:hover:not(:disabled){background:#139897;border-color:#139897;color:#fff;box-shadow:0 4px 12px #1398974d}.testimonials-arrow:disabled{opacity:.3;cursor:not-allowed}@media(max-width:640px){.testimonials-arrow{display:none}}.testimonials-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.testimonials-dot{width:8px;height:8px;border-radius:50%;border:none;background:#e2e8f0;cursor:pointer;padding:0;transition:all .3s ease;font-family:Figtree,system-ui,-apple-system,sans-serif}.testimonials-dot--active{width:24px;border-radius:4px;background:#139897}.testimonials-dot:hover:not(.testimonials-dot--active){background:#b0c0d6}.faq-section{padding:7rem 0;background:#fff}.faq-section>.container{text-align:center}.faq-section>.container .section-subtitle{margin:0 auto}.faq-section .faq-item{text-align:left}.faq-list{max-width:760px;margin:3rem auto 0;display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1.5px solid #e2e8f0;border-radius:16px;background:#fff;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.faq-item.active{border-color:#139897;box-shadow:0 4px 20px #1398971a}.faq-item__button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.375rem 1.5rem;background:none;border:none;cursor:pointer;font-family:Figtree,system-ui,-apple-system,sans-serif;text-align:left}.faq-item__button span{font-size:1rem;font-weight:600;color:#0f172a;line-height:1.4}.faq-item__button i{width:20px;height:20px;color:#475569;flex-shrink:0;transition:transform .3s ease,color .3s ease}.faq-item__button:hover span{color:#139897}.faq-item.active .faq-item__button i{transform:rotate(180deg);color:#139897}.faq-item__body{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 1.5rem}.faq-item__body p{font-size:.9375rem;color:#475569;line-height:1.75;padding-bottom:1.375rem;margin:0}.faq-item.active .faq-item__body{max-height:300px}.contact-cta-section{padding:5rem 0 7rem;overflow:hidden;background:linear-gradient(135deg,#139897,#4bbdbc)}.contact-cta-section.light{background:#fff}.contact-cta-section.light .contact-cta__title{color:#000}.contact-cta-section.light .contact-cta__subtitle{color:gray}.contact-cta-section.light .contact-cta__badges span{background:#f5f5f5;color:#000}.contact-cta-section.light .contact-cta__actions .btn--primary{background-color:#139897;color:#fff}.contact-cta-section.light .contact-cta__actions .btn--outline{background-color:#fff;border-color:gray;color:gray}.contact-cta-section.light .contact-cta__actions .btn--outline:hover{border-color:#000;color:#000}.contact-cta{border-radius:28px;padding:4rem 3rem;text-align:center;position:relative;overflow:hidden}.contact-cta__content{position:relative;z-index:1;max-width:600px;margin:0 auto}.contact-cta__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:1rem}.contact-cta__subtitle{font-size:1rem;color:#fffc;line-height:1.7;margin-bottom:2rem}.contact-cta__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem}.contact-cta__badges span{display:inline-flex;align-items:center;gap:.375rem;padding:.4rem 1rem;border-radius:50px;background:#ffffff26;color:#fff;font-size:.875rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.contact-cta__badges span i{width:14px;height:14px}.contact-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.contact-cta__actions .btn--primary{background:#fff;color:#139897;border-color:#fff}.contact-cta__actions .btn--primary:hover{background:#ffffffe6;box-shadow:0 8px 24px #0003}.contact-cta__actions .btn--outline{border-color:#fff6;color:#fff}.contact-cta__actions .btn--outline:hover{background:#ffffff26;border-color:#ffffffb3}@media(max-width:640px){.contact-cta{padding:3rem 1.5rem}}.site-footer{background:#0f172a;color:#fff;padding:5rem 0 0;border-top:1px solid rgba(255,255,255,.06)}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3.5rem}@media(max-width:960px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:560px){.site-footer__grid{grid-template-columns:1fr;gap:2rem}}.site-footer__brand p{font-size:.875rem;color:#ffffff8c;line-height:1.75;margin:1.25rem 0}.site-footer__brand address{display:flex;align-items:flex-start;gap:.5rem;font-style:normal;font-size:.875rem;color:#ffffff8c;line-height:1.6}.site-footer__brand address i{width:16px;height:16px;flex-shrink:0;margin-top:.15rem}.site-footer__logo{height:36px;width:auto;object-fit:contain}.site-footer__heading{font-size:.875rem;font-weight:700;color:#fff;margin-bottom:1.25rem}.site-footer__links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.site-footer__links a{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#ffffff8c;text-decoration:none;transition:color .2s ease}.site-footer__links a i{width:12px;height:12px}.site-footer__links a:hover{color:#fff}.site-footer__social-text{font-size:.875rem;color:#ffffff8c;margin-bottom:1rem;line-height:1.5}.site-footer__socials{display:flex;gap:.625rem}.site-footer__social-link{width:40px;height:40px;border-radius:10px;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#fff9;text-decoration:none;transition:all .25s ease}.site-footer__social-link i{width:18px;height:18px}.site-footer__social-link:hover{background:#ffffff29;transform:scale(1.1)}.site-footer__social-link--wa:hover{color:#25d366}.site-footer__social-link--yt:hover{color:red}.site-footer__social-link--tw:hover{color:#1da1f2}.site-footer__social-link--ig:hover{color:#e4405f}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.75rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer__bottom p{font-size:.8125rem;color:#ffffff59;margin:0}@media(max-width:640px){.site-footer__bottom{flex-direction:column;text-align:center}}.site-footer__trustpilot{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;opacity:.6;transition:opacity .2s ease}.site-footer__trustpilot:hover{opacity:1}.site-footer__trustpilot span{font-size:.875rem;font-weight:600;color:#fff}.site-footer__stars{display:flex;gap:.15rem}.site-footer__stars i{font-size:.8125rem;color:#f59e0b}
