@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap";:root{--color-primary:#05152b;--color-primary-dark:#030d1c;--color-primary-deep:#05152b;--color-primary-light:#123a63;--color-accent-blue:#0e3a6f;--color-secondary:#f07f3e;--color-secondary-light:#f5a272;--color-secondary-dark:#d9691f;--color-success:#22c55e;--color-warning:#f59e0b;--color-danger:#ef4444;--color-star:#ffb357;--color-star-light:#fdba12;--color-white:#fff;--color-background:#fff;--color-surface:#f8fafc;--color-text:#24303f;--color-text-light:#5f6c7b;--color-muted:#64748b;--color-ink:#0f172a;--color-border:#e5e7eb;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-2xl:32px;--radius-full:999px;--shadow-sm:0 4px 12px #0f3d5e0d;--shadow-md:0 12px 30px #0f3d5e14;--shadow-lg:0 24px 60px #0f3d5e1f;--shadow-xl:0 40px 90px #0f3d5e29;--container:1240px;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.45s ease;--font-heading:"Manrope",sans-serif;--font-body:"Inter",sans-serif}html{font-size:16px}body{font-family:var(--font-body);color:#24303f;font-weight:400;line-height:1.75}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:#0f3d5e;letter-spacing:-.03em;margin:0}h1{font-size:clamp(3rem,6vw,5.4rem);font-weight:800;line-height:1.02}h2{font-size:clamp(2.3rem,5vw,3.8rem);font-weight:800;line-height:1.1}h3{font-size:2rem;font-weight:700}h4{font-size:1.45rem;font-weight:700}h5{font-size:1.15rem;font-weight:700}h6{font-size:1rem;font-weight:700}p{color:#5f6c7b;margin:0;font-size:1.08rem}strong{font-weight:700}small{font-size:.9rem}.container{width:min(100% - 48px,var(--container));margin-inline:auto}.section{padding-block:var(--space-24)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.gap-10{gap:var(--space-10)}.rounded{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.shadow{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.surface{background:var(--color-white);border:1px solid var(--color-border)}.glass{-webkit-backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #ffffff80}.transition{transition:all var(--transition-normal)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;min-width:320px;min-height:100vh;overflow-x:hidden}img{max-width:100%;display:block}button{cursor:pointer;font:inherit;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.header{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#05152b47;border-bottom:1px solid #ffffff14;padding:18px 0;transition:background .35s,padding .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0}.header__container{justify-content:space-between;align-items:center;gap:3rem;display:flex}.header__logo{flex-shrink:0;align-items:center;display:flex}.header__logo img{height:46px;transition:all .3s;display:block}.header__logo:hover img{transform:scale(1.03)}.header__nav{align-items:center;gap:2.25rem;display:flex}.header__nav a{color:#ffffffe6;letter-spacing:.02em;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.header__nav a:hover{color:var(--color-secondary)}.header__nav a:after{content:"";background:var(--color-secondary);border-radius:999px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-8px;left:0}.header__nav a:hover:after{width:100%}.header__actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.header__mobile{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:14px;width:46px;height:46px;transition:all .3s;display:none}.header__mobile:hover{background:#ffffff29}.mobile-nav-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;z-index:998;background:#05152b99;transition:opacity .3s;position:fixed;inset:0}.mobile-nav-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-nav{visibility:hidden;z-index:999;background:#05152b;border-left:1px solid #ffffff14;flex-direction:column;gap:.25rem;width:min(320px,80vw);padding:110px 2rem 2rem;transition:transform .35s,visibility .35s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-20px 0 60px #00000059}.mobile-nav.is-open{visibility:visible;transform:translate(0)}.mobile-nav a{color:#ffffffeb;border-bottom:1px solid #ffffff14;padding:1rem 0;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .25s}.mobile-nav a:hover{color:var(--color-secondary)}.mobile-nav .button{justify-content:center;width:100%;margin-top:1.5rem}@media (width<=1024px){.header{padding:14px 0}.header__container{gap:1rem}.header__nav{display:none}.header__mobile{flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.header__logo{flex-shrink:0}.header__logo img{height:64px}.header__actions{flex:1;justify-content:center}.header__actions .button{padding:.95rem 1.4rem;font-size:.95rem}}@media (width<=768px){.header{padding:14px 0}.header__container{grid-template-columns:auto 1fr auto;align-items:center;column-gap:14px;display:grid}.header__nav{display:none}.header__logo{justify-self:start}.header__logo img{height:78px}.header__actions{justify-self:center}.header__actions .button{white-space:nowrap;border-radius:12px;padding:.55rem .95rem;font-size:.82rem}.header__mobile{border-radius:18px;justify-content:center;justify-self:end;align-items:center;width:56px;height:56px;display:flex}}@media (width<=480px){.header__container{column-gap:10px}.header__logo img{height:70px}.header__actions .button{padding:.48rem .8rem;font-size:.78rem}.header__mobile{width:52px;height:52px}}.header--scrolled{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#05152be0;border-bottom:1px solid #ffffff14;padding:12px 0;box-shadow:0 12px 40px #0000002e}.header--scrolled .header__logo img{height:40px}.header--scrolled .header__nav a{font-size:.92rem}@media (width<=768px){.header--scrolled{padding:10px 0}.header--scrolled .header__logo img{height:46px}}.button{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-family:var(--font-body);transition:all var(--transition-normal);border-radius:var(--radius-lg);border:none;outline:none;justify-content:center;align-items:center;gap:12px;font-weight:600;display:inline-flex;position:relative}.button--sm{min-height:42px;padding:0 18px;font-size:.9rem}.button--md{min-height:50px;padding:0 24px;font-size:1rem}.button--lg{min-height:60px;padding:0 34px;font-size:1rem}.button--primary{background:var(--color-secondary);color:#fff;box-shadow:var(--shadow-md)}.button--primary:hover{background:var(--color-secondary-light);box-shadow:var(--shadow-xl);transform:translateY(-3px)}.button--secondary{color:var(--color-primary);border:1px solid var(--color-border);background:#fff}.button--secondary:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.button--ghost{color:var(--color-primary);background:0 0}.button--ghost:hover{background:#f8fafc}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button svg{flex-shrink:0}.hero{isolation:isolate;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__background{z-index:-2;position:absolute;inset:0}.hero__image{object-fit:cover;object-position:center;width:100%;height:100%;transform:scale(1.05)}.hero__overlay{background:linear-gradient(90deg,#05162bfa 0%,#05162bf5 18%,#05162be0 34%,#05162bad 50%,#05162b59 66%,#05162b14 82%,#05162b00 100%);position:absolute;inset:0}.hero__content{max-width:620px;padding:140px 0 140px 16px}.hero__badge{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.85rem 1.35rem;font-size:.92rem;font-weight:700;display:inline-flex}.hero h1{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(3.2rem,6vw,4.8rem);font-weight:800;line-height:.95}.hero h1 span{color:var(--color-secondary);display:block}.hero p{color:#ffffffe6;max-width:560px;margin-top:2rem;margin-bottom:2.75rem;font-size:1.15rem;line-height:1.8}.hero__actions{flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:2.75rem;margin-bottom:3.5rem;display:flex}.hero__actions .button{justify-content:center;min-width:220px}.hero__actions .button:last-child{padding:1rem 2rem}.hero__numbers{flex-wrap:wrap;gap:2.75rem;display:flex}.hero__numbers div{flex-direction:column;display:flex}.hero__numbers strong{color:#fff;font-size:1.75rem;font-weight:800}.hero__numbers span{color:#ffffffbf;margin-top:.45rem;font-size:.95rem}@media (width<=1024px){.hero{min-height:auto}.hero__content{max-width:100%;padding:120px 0 90px}.hero__overlay{background:linear-gradient(#05162be0,#05162bc7)}.hero h1{font-size:clamp(2.8rem,9vw,4rem)}}@media (width<=768px){.hero{padding-top:20px}.hero__content{padding:110px 0 70px}.hero__badge{margin-bottom:1.5rem;font-size:.82rem}.hero h1{font-size:clamp(2.6rem,11vw,3.6rem);line-height:1}.hero p{margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.hero__actions{flex-direction:column;align-items:stretch;gap:.85rem;margin-top:2.5rem;margin-bottom:3rem}.hero__actions .button{width:100%;min-width:unset}.hero__actions .button:first-child,.hero__actions .button:last-child{padding:1rem 1.5rem}.hero__numbers{justify-content:space-between;gap:1.6rem}.hero__numbers div{min-width:120px}.hero__numbers strong{font-size:1.6rem}.hero__numbers span{font-size:.92rem}}@media (width<=480px){.hero__content{padding:100px 0 60px}.hero h1{font-size:3rem}.hero p{font-size:.98rem}.hero__actions{gap:.75rem}.hero__numbers{flex-direction:column;gap:1.2rem}.hero__numbers div{width:100%}}.apex-container{width:100%;margin-inline:auto;padding-inline:1.5rem;position:relative}.apex-container--sm{max-width:640px}.apex-container--md{max-width:768px}.apex-container--lg{max-width:1024px}.apex-container--xl{max-width:1280px}@media (width>=768px){.apex-container{padding-inline:2rem}}@media (width>=1024px){.apex-container{padding-inline:2.5rem}}@media (width>=1440px){.apex-container{padding-inline:3rem}}.apex-section{width:100%;padding-block:5rem;position:relative;overflow:hidden}.apex-section--default{background:var(--color-background,#fff)}.apex-section--light{background:#f8fafc}.apex-section--dark{color:#fff;background:#0b2238}.apex-section--compact{padding-block:2.5rem}@media (width>=768px){.apex-section{padding-block:6rem}.apex-section--compact{padding-block:3rem}}@media (width>=1024px){.apex-section{padding-block:7rem}.apex-section--compact{padding-block:3.5rem}}@media (width>=1440px){.apex-section{padding-block:8rem}}.services-header{text-align:center;max-width:760px;margin:0 auto 5rem}.services-header span{color:var(--color-secondary);background:#f973161f;border-radius:999px;margin-bottom:1.5rem;padding:.55rem 1rem;font-weight:700;display:inline-block}.services-header h2{color:var(--color-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.1}.services-header p{color:var(--color-text-light);font-size:1.15rem;line-height:1.8}.services-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:2rem;display:grid}.service-card{background:#fff;border:1px solid #0000000a;border-radius:24px;flex-direction:column;transition:transform .35s,box-shadow .35s;display:flex;overflow:hidden;box-shadow:0 20px 60px #0f172a14}.service-card:hover{transform:translateY(-10px);box-shadow:0 30px 80px #0f172a24}.service-card img{object-fit:cover;width:100%;height:240px;transition:transform .5s;display:block}.service-card:hover img{transform:scale(1.05)}.service-card-content{flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex}.service-card h3{color:var(--color-primary);margin:0;font-size:1.45rem;font-weight:700}.service-card p{color:var(--color-text-light);flex:1;margin:0;line-height:1.8}.service-card:after{content:"";background:linear-gradient(90deg, var(--color-secondary), var(--color-star));transform-origin:0;width:100%;height:4px;transition:all .35s;transform:scaleX(0)}.service-card:hover:after{transform:scaleX(1)}@media (width<=768px){.services-grid{grid-template-columns:1fr}.service-card img{height:220px}.services-header{margin-bottom:3rem}}.how-header{text-align:center;max-width:760px;margin:0 auto 5rem}.how-header span{color:var(--color-secondary);background:#f973161f;border-radius:999px;margin-bottom:1.5rem;padding:.55rem 1rem;font-weight:700;display:inline-block}.how-header h2{color:var(--color-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.1}.how-header p{color:var(--color-text-light);font-size:1.15rem;line-height:1.8}.timeline{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;display:grid;position:relative}.timeline:before{content:"";background:linear-gradient(90deg, var(--color-secondary), var(--color-star));z-index:0;height:4px;position:absolute;top:48px;left:10%;right:10%}.timeline-card{z-index:1;text-align:center;background:#fff;border:1px solid #0000000a;border-radius:24px;padding:2rem;transition:transform .35s,box-shadow .35s;position:relative;box-shadow:0 20px 60px #0f172a14}.timeline-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px #0f172a1f}.timeline-icon{background:linear-gradient(135deg, var(--color-secondary), var(--color-star));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.timeline-number{color:var(--color-secondary);letter-spacing:.08em;margin-bottom:1rem;font-size:.9rem;font-weight:800;display:inline-block}.timeline-card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.3rem}.timeline-card p{color:var(--color-text-light);margin:0;line-height:1.8}@media (width<=1100px){.timeline{grid-template-columns:repeat(2,1fr)}.timeline:before{display:none}}@media (width<=768px){.timeline{grid-template-columns:1fr;gap:1.5rem}.how-header{margin-bottom:3rem}}.diff-header{text-align:center;max-width:760px;margin:0 auto 5rem}.diff-header span{color:var(--color-secondary);background:#f973161f;border-radius:999px;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-weight:700;display:inline-block}.diff-header h2{color:var(--color-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.1}.diff-header p{color:var(--color-text-light);font-size:1.15rem;line-height:1.8}.diff-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:2rem;display:grid}.diff-card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;justify-content:flex-start;min-height:360px;padding:2.5rem 2rem;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a14}.diff-card:hover{transform:translateY(-10px);box-shadow:0 30px 80px #0f172a24}.diff-card:before{content:"";opacity:0;background:linear-gradient(#f973160d,#0000);transition:all .35s;position:absolute;inset:0}.diff-card:hover:before{opacity:1}.diff-icon{background:linear-gradient(135deg, var(--color-secondary), var(--color-star));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto 1.8rem;transition:all .35s;display:flex;box-shadow:0 18px 40px #f9731647}.diff-card:hover .diff-icon{transform:rotate(-8deg)scale(1.08)}.diff-card h3{color:var(--color-primary);min-height:70px;margin-bottom:1rem;font-size:1.3rem;font-weight:700;line-height:1.35}.diff-card p{color:var(--color-text-light);margin:0;font-size:.98rem;line-height:1.75}@media (width<=1024px){.diff-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.diff-header{margin-bottom:3rem}.diff-grid{grid-template-columns:1fr;gap:1.5rem}.diff-card{min-height:auto;padding:2rem}.diff-card h3{min-height:auto}}.testimonials-header{text-align:center;max-width:760px;margin:0 auto 5rem}.testimonials-header span{color:var(--color-secondary);background:#f973161f;border-radius:999px;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-weight:700;display:inline-block}.testimonials-header h2{color:var(--color-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.1}.testimonials-header p{color:var(--color-text-light);font-size:1.15rem;line-height:1.8}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.testimonial-card{background:#fff;border:1px solid #0000000d;border-radius:24px;padding:2.5rem;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a14}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px #0f172a24}.testimonial-card:before{content:"";background:linear-gradient(90deg, var(--color-secondary), var(--color-star));width:100%;height:5px;position:absolute;top:0;left:0}.testimonial-quote{color:var(--color-secondary);margin-bottom:2rem}.testimonial-text{color:var(--color-text);margin-bottom:2rem;font-size:1.05rem;line-height:1.9}.testimonial-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.testimonial-footer h3{color:var(--color-primary);margin-bottom:.3rem;font-size:1.05rem;font-weight:700;display:block}.testimonial-footer span{color:var(--color-text-light);font-size:.9rem}.testimonial-stars{color:var(--color-star-light);gap:.25rem;display:flex}.testimonial-stars svg{width:18px;height:18px}@media (width<=1024px){.testimonials-grid{grid-template-columns:1fr;gap:1.75rem}}@media (width<=768px){.testimonials-header{margin-bottom:3rem}.testimonials-header h2{font-size:clamp(2rem,8vw,2.8rem)}.testimonials-header p{font-size:1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{width:100%;max-width:100%;margin:0;padding:1.75rem}.testimonial-text{font-size:1rem;line-height:1.75}.testimonial-footer{flex-direction:column;align-items:flex-start;gap:.85rem}.testimonial-stars{margin-top:.25rem}}@media (width<=480px){.testimonials-grid{gap:1.25rem}.testimonial-card{border-radius:20px;padding:1.5rem}.testimonial-text{font-size:.98rem}}.faq{background:#fff;padding-block:120px;position:relative;overflow:hidden}.faq:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#12344e0a,#0000 35%),radial-gradient(circle at 0 100%,#e977250d,#0000 30%);position:absolute;inset:0}.faq__header{text-align:center;margin-inline:auto;max-width:760px;margin-bottom:72px;padding-inline:20px}.faq__title{letter-spacing:-.03em;color:var(--color-primary-deep);margin-top:24px;font-size:clamp(2.5rem,4vw,4rem);line-height:1.1}.faq__highlight{color:var(--color-secondary-dark)}.faq__description{color:var(--color-muted);margin-top:24px;font-size:1.1rem;line-height:1.8}.faq__list{flex-direction:column;gap:1rem;max-width:900px;margin-inline:auto;padding-inline:20px;display:flex}.faq-item{background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;padding:0;transition:box-shadow .35s,border-color .35s,transform .35s;overflow:hidden}.faq-item:hover{border-color:#e977254d;transform:translateY(-2px);box-shadow:0 20px 40px #0f172a0f}.faq-item__heading{font:inherit;margin:0}.faq-item__button{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.faq-item__question{color:var(--color-primary-deep);font-size:1.05rem;font-weight:600;line-height:1.5}.faq-item__icon{color:var(--color-secondary-dark);flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.faq-item.is-open .faq-item__icon{transform:rotate(180deg)}.faq-item__content{padding:0 2rem 2rem}.faq-item__answer{color:var(--color-muted);margin:0;font-size:1rem;line-height:1.9}@media (width<=1024px){.faq{padding-block:100px}}@media (width<=768px){.faq{padding-block:80px}.faq__header{margin-bottom:48px}.faq__title{font-size:clamp(2rem,8vw,2.8rem)}.faq__description{font-size:1rem;line-height:1.75}.faq__list{gap:1rem;padding-inline:16px}.faq-item{border-radius:18px}.faq-item__button{gap:.85rem;padding:1.25rem 1.35rem}.faq-item__question{font-size:1rem;line-height:1.5}.faq-item__content{padding:0 1.35rem 1.35rem}.faq-item__answer{font-size:.98rem;line-height:1.8}}@media (width<=480px){.faq{padding-block:70px}.faq__header{margin-bottom:40px}.faq__list{padding-inline:12px}.faq-item{border-radius:16px}.faq-item__button{padding:1.1rem 1.2rem}.faq-item__content{padding:0 1.2rem 1.2rem}}.apex-badge{white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;font-family:inherit;font-weight:600;line-height:1;transition:background .25s,color .25s,border-color .25s,transform .25s;display:inline-flex}.apex-badge--sm{height:30px;padding-inline:.85rem;font-size:.75rem}.apex-badge--md{height:36px;padding-inline:1rem;font-size:.85rem}.apex-badge--lg{height:44px;padding-inline:1.25rem;font-size:.95rem}.apex-badge--primary{color:var(--color-primary-deep);background:#12344e14}.apex-badge--secondary{color:var(--color-secondary-dark);background:#e977251f}.apex-badge--success{color:#15803d;background:#22c55e1f}.apex-badge--light{color:#334155;background:#f8fafc;border:1px solid #e2e8f0}.apex-badge--dark{background:var(--color-primary-deep);color:#fff}.apex-badge__icon{flex-shrink:0;justify-content:center;align-items:center;font-size:1em;display:flex}.apex-badge__label{align-items:center;display:flex}.apex-badge:hover{transform:translateY(-1px)}@media (width<=768px){.apex-badge--lg{height:40px;font-size:.9rem}}.apex-heading{font-family:var(--font-family,"Manrope", sans-serif);letter-spacing:-.02em;text-wrap:balance;margin:0;font-style:normal}.apex-heading--display{font-size:clamp(3.5rem,6vw,5.5rem);font-weight:800;line-height:1}.apex-heading--hero{font-size:clamp(3rem,5vw,4.75rem);font-weight:800;line-height:1.05}.apex-heading--h1{font-size:clamp(2.5rem,4vw,4rem);font-weight:800;line-height:1.1}.apex-heading--h2{font-size:clamp(2rem,3vw,3rem);font-weight:700;line-height:1.15}.apex-heading--h3{font-size:clamp(1.5rem,2vw,2rem);font-weight:700;line-height:1.2}.apex-heading--h4{font-size:clamp(1.25rem,1.5vw,1.5rem);font-weight:600;line-height:1.3}.apex-heading--left{text-align:left}.apex-heading--center{text-align:center}.apex-heading--right{text-align:right}.apex-heading--default{color:var(--color-text,#0f172a)}.apex-heading--primary{color:var(--color-primary,#12344e)}.apex-heading--white{color:#fff}.apex-heading--muted{color:var(--color-muted)}@media (width<=768px){.apex-heading--display,.apex-heading--hero,.apex-heading--h1{letter-spacing:-.04em}}.apex-card{will-change:transform;border-radius:24px;flex-direction:column;width:100%;transition:transform .35s,box-shadow .35s,border-color .35s,background .35s;display:flex;position:relative;overflow:hidden}.apex-card--padding-sm{padding:1.25rem}.apex-card--padding-md{padding:1.75rem}.apex-card--padding-lg{padding:2.5rem}.apex-card--default{background:#fff;border:1px solid #edf2f7;box-shadow:0 8px 24px #0f172a0f}.apex-card--outlined{background:#fff;border:1px solid #dce6ee}.apex-card--glass{-webkit-backdrop-filter:blur(24px);background:#ffffffb8;border:1px solid #ffffff59;box-shadow:0 20px 45px #0f172a14}.apex-card--dark{background:var(--color-primary-deep);color:#fff;border:1px solid #ffffff14}.apex-card--hover:hover{transform:translateY(-8px)}.apex-card--default.apex-card--hover:hover{box-shadow:0 25px 55px #0f172a1f}.apex-card--outlined.apex-card--hover:hover{border-color:var(--color-primary-deep);box-shadow:0 20px 50px #0f172a14}.apex-card--glass.apex-card--hover:hover{box-shadow:0 30px 60px #0f172a24}.apex-card--dark.apex-card--hover:hover{background:var(--color-primary-light)}.apex-card:focus-within{outline-offset:3px;outline:3px solid #e977254d}@media (width<=768px){.apex-card--padding-lg{padding:2rem}}.cta{background:linear-gradient(135deg, var(--color-primary-deep) 0%, var(--color-primary-light) 100%);color:#fff;padding-block:140px;position:relative;overflow:hidden}.cta:before{content:"";filter:blur(60px);pointer-events:none;background:#e977252e;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;left:-180px}.cta:after{content:"";filter:blur(50px);pointer-events:none;background:#ffffff14;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-160px;right:-160px}.cta__content{z-index:2;text-align:center;max-width:860px;margin-inline:auto;padding-inline:20px;position:relative}.cta__title{letter-spacing:-.03em;color:#fff;margin-top:24px;font-size:clamp(2.8rem,5vw,4.5rem);line-height:1.08}.cta__highlight{color:var(--color-secondary-dark)}.cta__description{margin-top:28px;color:#ffffffd1;max-width:700px;margin-inline:auto;font-size:1.15rem;line-height:1.9}.cta__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.4rem;margin-top:48px;display:flex}.cta__button-primary{min-width:260px}.cta__button-secondary{min-width:220px}.cta__benefits{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:48px;display:flex}.cta__benefit{color:#ffffffe0;align-items:center;gap:.65rem;font-size:.95rem;font-weight:500;display:flex}.cta__benefit-icon{color:var(--color-success);flex-shrink:0}@media (width<=1024px){.cta{padding-block:110px}}@media (width<=768px){.cta{padding-block:90px}.cta__content{padding-inline:16px}.cta__title{font-size:clamp(2.2rem,9vw,3rem);line-height:1.12}.cta__description{margin-top:22px;font-size:1rem;line-height:1.75}.cta__actions{flex-direction:column;align-items:stretch;gap:1.25rem;margin-top:38px}.cta__button-primary,.cta__button-secondary{width:100%;min-width:unset}.cta__benefits{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:38px}.cta__benefit{font-size:.95rem}}@media (width<=480px){.cta{padding-block:75px}.cta__title{font-size:2rem}.cta__description{font-size:.97rem}.cta__actions{gap:1rem}.cta__benefits{margin-top:32px}}.footer{background:linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;margin-top:8rem;padding-top:5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:4rem;display:grid}.footer-logo{width:220px;margin-bottom:1.75rem}.footer-description{color:#ffffffbf;max-width:420px;font-size:1rem;line-height:1.9}.footer h3{color:#fff;margin-bottom:1.5rem;font-size:1.15rem;font-weight:700}.footer ul{margin:0;padding:0;list-style:none}.footer li{color:#ffffffbf;align-items:center;gap:.75rem;margin-bottom:1rem;transition:color .25s,transform .25s;display:flex}.footer li:hover{color:#fff;transform:translate(5px)}.footer li svg{color:var(--color-secondary);flex-shrink:0}.footer-badges{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:2rem 0 0;display:flex}.footer-badges img{opacity:.85;transition:opacity .25s;display:block}.footer-badges a:hover img,.footer-badges img:hover{opacity:1}.footer-bottom{text-align:center;border-top:1px solid #ffffff14;padding:2rem 0}.footer-bottom p{color:#ffffff8c;margin:0;font-size:.95rem;line-height:1.6}@media (width<=1024px){.footer{margin-top:6rem;padding-top:4.5rem}.footer-grid{text-align:left;grid-template-columns:1fr;gap:3rem}.footer-logo{width:190px;margin-bottom:1.5rem}}@media (width<=768px){.footer{margin-top:5rem;padding-top:4rem}.footer-grid{padding-bottom:3rem;gap:2.5rem;padding-inline:16px}.footer-logo{width:170px}.footer-description{max-width:100%;font-size:.98rem;line-height:1.8}.footer h3{margin-bottom:1rem;font-size:1.1rem}.footer li{margin-bottom:.85rem;font-size:.96rem}.footer-bottom{padding:1.75rem 16px}.footer-bottom p{font-size:.9rem;line-height:1.7}}@media (width<=480px){.footer{padding-top:3.5rem}.footer-grid{gap:2rem;padding-inline:12px}.footer-logo{width:155px}.footer-description{font-size:.95rem}.footer h3{font-size:1rem}.footer li{gap:.65rem;font-size:.94rem}.footer-bottom{padding:1.5rem 12px}}.floating-whatsapp{right:24px;bottom:calc(env(safe-area-inset-bottom,0px) + 24px);color:#fff;background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));z-index:9999;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;text-decoration:none;transition:transform .3s,box-shadow .3s,filter .3s;animation:8s infinite whatsappPulse;display:flex;position:fixed;box-shadow:0 18px 40px #0f172a47}.floating-whatsapp:hover{filter:brightness(1.05);transform:translateY(-5px)scale(1.08);box-shadow:0 28px 60px #0f172a59}.floating-whatsapp svg{width:30px;height:30px;transition:transform .3s}.floating-whatsapp:hover svg{transform:rotate(-8deg)}.floating-whatsapp__tooltip{white-space:nowrap;background:var(--color-ink);color:#fff;opacity:0;pointer-events:none;border-radius:12px;padding:.8rem 1rem;font-size:.85rem;font-weight:600;transition:all .25s;position:absolute;top:50%;right:86px;transform:translateY(-50%)translate(10px);box-shadow:0 12px 30px #0000002e}.floating-whatsapp:hover .floating-whatsapp__tooltip{opacity:1;transform:translateY(-50%)translate(0)}@keyframes whatsappPulse{0%{transform:scale(1)}3%{transform:scale(1.08)}6%{transform:scale(1)}to{transform:scale(1)}}@media (width<=1024px){.floating-whatsapp{right:22px;bottom:calc(env(safe-area-inset-bottom,0px) + 22px)}}@media (width<=768px){.floating-whatsapp{width:62px;height:62px;right:18px;bottom:calc(env(safe-area-inset-bottom,0px) + 18px)}.floating-whatsapp svg{width:28px;height:28px}.floating-whatsapp__tooltip{display:none}}@media (width<=480px){.floating-whatsapp{width:58px;height:58px;right:14px;bottom:calc(env(safe-area-inset-bottom,0px) + 14px)}.floating-whatsapp svg{width:26px;height:26px}}.scroll-top{cursor:pointer;background:var(--color-primary-deep);color:#fff;z-index:9998;border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:all .3s;display:flex;position:fixed;bottom:110px;right:24px;box-shadow:0 18px 40px #0f172a38}.scroll-top:hover{background:var(--color-secondary-dark);transform:translateY(-4px)}.scroll-top svg{transition:all .3s}.scroll-top:hover svg{transform:translateY(-2px)}@media (width<=768px){.scroll-top{width:52px;height:52px;bottom:92px;right:18px}}
