.header-wrapper{z-index:1000;flex-direction:column;display:flex;position:fixed;top:0;left:0;right:0}.top-banner-slider{background:var(--black);color:var(--white);letter-spacing:.04em;white-space:nowrap;width:100%;padding:8px 0;font-size:.8rem;font-weight:600;overflow:hidden}.top-banner-track{width:max-content;animation:20s linear infinite marquee;display:flex}.top-banner-content{align-items:center;gap:20px;padding-right:20px;display:flex}.top-dot{background:#fff6;border-radius:50%;width:4px;height:4px}.navbar{background:0 0;width:100%;padding:20px 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);background:#fffffff7;padding:12px 0;box-shadow:0 2px 30px #00000014}.navbar__inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.navbar__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.navbar__logo img{object-fit:contain;width:auto;height:60px;transition:transform .3s,filter .3s}.navbar__logo:hover img{transform:scale(1.02)}.navbar__links{align-items:center;gap:32px;display:flex}.navbar__link{color:var(--black-mid);font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.navbar--scrolled .navbar__link{color:var(--black-mid)}.navbar__link:after{content:"";background:var(--orange);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-3px;left:0}.navbar__link:hover:after{width:100%}.navbar__link:hover{color:var(--orange)!important}.navbar__cta{padding:10px 24px;font-size:.875rem}.navbar__hamburger{cursor:pointer;flex-direction:column;gap:5px;width:32px;padding:4px;display:none}.navbar__hamburger span{background:var(--black);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:all .35s;display:block}.navbar--scrolled .navbar__hamburger span{background:var(--black)}.navbar__hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile{background:var(--white);border-top:1px solid var(--white-mid);flex-direction:column;max-height:0;transition:max-height .4s;display:none;overflow:hidden}.navbar__mobile--open{max-height:500px}.navbar__mobile-link{color:var(--black-mid);border-bottom:1px solid var(--white-mid);padding:16px 24px;font-size:1rem;font-weight:500;transition:color .2s,background .2s}.navbar__mobile-link:hover{color:var(--orange);background:var(--orange-glow)}@media (max-width:900px){.navbar__links,.navbar__cta{display:none}.navbar__hamburger,.navbar__mobile{display:flex}.navbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2}.navbar--scrolled{background:#fffffff7}}@media (max-width:480px){.navbar__logo img{height:45px}}
.hero{background:var(--white);flex-direction:column;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;z-index:0;position:absolute;inset:0}.hero__glow{border-radius:50%;position:absolute}.hero__glow--purple{background:radial-gradient(circle,#1877f214 0%,#0000 65%);width:700px;height:700px;top:-150px;left:-100px}.hero__glow--blue{background:radial-gradient(circle,#34a85314 0%,#0000 65%);width:500px;height:500px;bottom:-100px;right:-50px}.hero__grid{background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.hero__shape{border-radius:50%;position:absolute}.hero__shape--1{border:1px solid #1877f226;width:500px;height:500px;animation:30s linear infinite spin;top:-100px;right:-100px}.hero__shape--2{background:radial-gradient(circle,#34a8530f 0%,#0000 70%);width:300px;height:300px;animation:6s ease-in-out infinite pulse;bottom:100px;left:-80px}.hero__container{z-index:2;padding-top:160px;padding-bottom:40px;position:relative}.hero__content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero__content--enter{animation:.8s cubic-bezier(.4,0,.2,1) forwards fadeInUp}.hero__badge{color:#1877f2;letter-spacing:.04em;background:#1877f21a;border:1px solid #1877f233;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:.82rem;font-weight:600;display:inline-flex}.badge-dot{background:#1877f2;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse;display:inline-block}.hero__title{color:var(--black);margin-bottom:20px;font-size:clamp(2.2rem,4.5vw,3.4rem);line-height:1.15}.hero__title-gradient{background:linear-gradient(135deg,#1877f2 0%,#34a853 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__sub{color:var(--black-light);max-width:500px;margin-bottom:36px;font-size:1.05rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:14px;margin-bottom:32px;display:flex}.hero__btn-primary{padding:15px 28px;color:#fff!important;background:#1877f2!important;border-color:#0000!important;box-shadow:0 8px 30px #1877f24d!important}.hero__btn-primary:hover{transform:translateY(-3px)!important;box-shadow:0 16px 48px #1877f273!important}.hero__btn-outline{padding:15px 28px;color:var(--black)!important;background:#00000005!important;border:2px solid #0000001a!important}.hero__btn-outline:hover{transform:translateY(-3px);background:#0000000f!important;border-color:#0003!important}.hero__trust-chips{flex-wrap:wrap;gap:12px;display:flex}.trust-chip{color:var(--black);background:var(--white);box-shadow:var(--shadow-sm);border:1px solid #0000001a;border-radius:8px;align-items:center;gap:8px;padding:7px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.chip-icon{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.chip-icon svg{width:100%;height:100%;display:block}.hero__visual{position:relative}.hero__dashboard{height:420px;position:relative}.dashboard__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border:1px solid #00000014;border-radius:20px;padding:20px}.dashboard__card--main{position:absolute;top:20px;left:0;right:0;box-shadow:0 20px 60px #0000001a}.dashboard__card-header{align-items:center;gap:10px;margin-bottom:18px;display:flex}.dashboard__platform-dot{border-radius:50%;width:10px;height:10px}.dashboard__card-title{color:var(--black-light);flex:1;font-size:.85rem;font-weight:600}.dashboard__live{color:#34a853;letter-spacing:.04em;font-size:.72rem;font-weight:700;animation:2s ease-in-out infinite pulse}.dashboard__bars{align-items:flex-end;gap:5px;height:90px;margin-bottom:16px;display:flex}.dashboard__bar-wrap{flex:1;align-items:flex-end;height:100%;display:flex}.dashboard__bar{border-radius:4px 4px 0 0;width:100%;animation:1.2s cubic-bezier(.4,0,.2,1) forwards barrise}@keyframes barrise{0%{opacity:0;height:0!important}to{opacity:1}}.dashboard__stats-row{border-top:1px solid #00000014;gap:16px;padding-top:14px;display:flex}.dashboard__stat{flex-direction:column;gap:3px;display:flex}.ds-label{color:#00000080;font-size:.72rem;font-weight:500}.ds-val{color:var(--black);font-family:Poppins,sans-serif;font-size:1rem;font-weight:800}.ds-highlight .ds-val{background:linear-gradient(135deg,#1877f2,#34a853);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__metric-chip{border:1px solid var(--chip-color,#0000000d);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;animation:4s ease-in-out infinite floatY;display:flex;position:absolute;box-shadow:0 8px 24px #00000014}.hero__metric-chip:nth-child(2){top:30px;right:-20px}.hero__metric-chip:nth-child(3){bottom:160px;right:-30px}.hero__metric-chip:nth-child(4){bottom:80px;left:-20px}.chip-emoji{font-size:1.3rem}.chip-val{color:var(--black);font-family:Poppins,sans-serif;font-size:1rem;font-weight:800;line-height:1}.chip-lbl{color:#00000080;font-size:.7rem}.hero__lead-notif{background:#34a8531a;border:1px solid #34a85333;border-radius:10px;align-items:center;gap:10px;padding:10px 16px;animation:.6s .8s both fadeInUp;display:flex;position:absolute;bottom:20px;left:0;right:0}.notif__dot{background:#34a853;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse}.hero__lead-notif span{color:var(--black-light);font-size:.82rem;font-weight:600}.hero__stats{z-index:2;background:#00000005;border-top:1px solid #0000000f;padding:24px 0;position:relative}.hero__stats-inner{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.hero__stat-item{flex-direction:column;align-items:center;gap:4px;padding:8px 32px;display:flex}.hero__stat-sep{background:#0000001a;width:1px;height:36px}.hero__stat-val{background:linear-gradient(135deg,#1877f2,#34a853);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:800}.hero__stat-key{color:#0009;font-size:.78rem;font-weight:500}@media (max-width:900px){.hero__content{grid-template-columns:1fr;gap:40px}.hero__visual{order:0}.hero__dashboard{height:320px}.hero__title{font-size:2.2rem}.hero__metric-chip:nth-child(3){right:0}.hero__metric-chip:nth-child(4){left:0}}@media (max-width:580px){.hero__container{padding-top:100px;padding-bottom:20px}.hero__actions{flex-direction:column}.hero__btn-primary,.hero__btn-outline{justify-content:center;width:100%}.hero__stat-item{padding:8px 16px}.hero__dashboard{display:none}}
.logo-ticker-section{background:#fff;padding:60px 0;overflow:hidden}.logo-ticker-title{text-align:center;color:#0f172a;margin-bottom:40px;font-size:1.1rem;font-weight:500}.logo-ticker-overflow{width:100%;max-width:1200px;margin:0 auto;position:relative;overflow:hidden}.fade-left,.fade-right{z-index:2;pointer-events:none;width:150px;position:absolute;top:0;bottom:0}.fade-left{background:linear-gradient(90deg,#fff,#0000);left:0}.fade-right{background:linear-gradient(270deg,#fff,#0000);right:0}.marquee-track{align-items:center;gap:80px;width:max-content;animation:60s linear infinite scrollX;display:flex}.marquee-track:hover{animation-play-state:paused}.logo-item{flex-shrink:0;justify-content:center;align-items:center;width:180px;height:80px;display:flex}.logo-item img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.logo-item:hover img{transform:scale(1.05)}@keyframes scrollX{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media (max-width:768px){.fade-left,.fade-right{width:60px}.marquee-track{gap:40px;animation-duration:50s}.logo-item{width:120px;height:60px}}
.pain{background:#0a0a0f;position:relative;overflow:hidden}.pain:before{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed14 0%,#0000 65%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.pain .container{max-width:1400px}.pain__content-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:40px;margin-bottom:60px;display:grid}.pain__header{text-align:center;margin-bottom:60px}.pain__title{color:#fff;margin-bottom:16px;font-size:clamp(2rem,4vw,2.75rem)}.pain__sub{color:#fff;max-width:650px;margin:0 auto;font-size:1.1rem;line-height:1.6}.text-gradient{background:linear-gradient(135deg,#7c3aed,#4f46e5,#0ea5e9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pain__grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.pain__card{background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;padding:28px 24px;transition:all .35s;position:relative;overflow:hidden}.pain__card:hover{background:#7c3aed14;border-color:#7c3aed4d;transform:translateY(-4px)}.pain__card-icon{margin-bottom:14px;font-size:2rem}.pain__card-title{color:#fff;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700}.pain__card-desc{color:#fff;font-size:15px;line-height:1.6}.pain__card-line{opacity:0;background:linear-gradient(90deg,#7c3aed,#0000);width:100%;height:2px;transition:opacity .35s;position:absolute;bottom:0;left:0}.pain__card:hover .pain__card-line{opacity:1}.pain__form-wrap{background:#fff;border-radius:32px;padding:32px 30px;position:relative;box-shadow:0 40px 100px #0006}.form-title{color:#111827;text-align:center;font-size:1.6rem;font-weight:800;font-family:var(--font-heading);margin-bottom:24px}.form-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:12px;display:grid}.pain-form .form-group{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.pain-form label{color:#111827;font-size:.85rem;font-weight:700}.pain-form input,.pain-form select,.pain-form textarea{color:#111827;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px;font-size:.95rem;transition:all .3s}.pain-form input::placeholder,.pain-form textarea::placeholder{color:#94a3b8}.pain-form input:focus,.pain-form select:focus,.pain-form textarea:focus{background:#fff;border-color:#ff6b00;outline:none;box-shadow:0 0 0 4px #ff6b001a}.pain-form select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 15px center;background-repeat:no-repeat;background-size:20px}.pain-form .form-submit{color:#fff;background:#ff6b00;border:none;border-radius:50px;justify-content:center;align-items:center;width:100%;margin-top:12px;padding:16px;font-size:1rem;font-weight:800;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 30px #ff6b004d}.pain-form .form-submit:hover{background:#e66000;transform:translateY(-3px);box-shadow:0 15px 40px #ff6b0066}.form-note{text-align:center;color:#64748b;margin-top:16px;font-size:.8rem;font-weight:500}.pain__success{text-align:center;padding:20px 0}.pain__success h3{color:#fff;margin:20px 0 12px;font-size:1.6rem}.pain__success p{color:#fff;margin-bottom:30px;font-size:15px;line-height:1.6}.success-checkmark-wrap{margin-bottom:20px}.success-checkmark-circle{width:80px;height:80px;margin:0 auto}.success-checkmark-svg{width:80px;height:80px}.success-checkmark-bg{stroke:#7c3aed;stroke-width:2px;fill:none}.success-checkmark-path{stroke:#7c3aed;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:48;stroke-dashoffset:48px;animation:.5s ease-in-out .2s forwards checkPath}@keyframes checkPath{to{stroke-dashoffset:0}}.pain__transition{justify-content:center;display:flex}.pain__transition-inner{text-align:center;background:#7c3aed0f;border:1.5px solid #7c3aed33;border-radius:100px;align-items:center;gap:24px;max-width:850px;padding:24px 48px;display:flex;box-shadow:0 10px 30px #0003}.pain__transition-inner p{color:#fff;margin:0;font-size:15px;line-height:1.5}.pain__transition-inner strong{color:#a78bfa}.pain__transition-dot{background:#7c3aed;border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (max-width:1024px){.pain__content-grid{gap:40px}}@media (max-width:900px){.pain__content-grid{grid-template-columns:1fr;gap:48px}.pain__header{text-align:center}.pain__sub{margin:0 auto}.pain__grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr;gap:0}}@media (max-width:580px){.pain__grid{grid-template-columns:1fr}.pain__form-wrap{padding:30px 20px}.pain__transition-inner{border-radius:16px;flex-direction:column;padding:20px}.pain__transition-dot{display:none}}
.services-grid{background:#f9f9fb;position:relative}.services-grid__header{text-align:center;margin-bottom:56px}.services-grid__sub{color:#000;max-width:500px;margin:12px auto 0;font-size:1rem;line-height:1.7}.services-grid__grid{background:#fff;border:1px solid #e2e2ec;border-radius:16px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.svc-card{border-bottom:1px solid #e2e2ec;border-right:1px solid #e2e2ec;align-items:flex-start;gap:20px;padding:36px 32px;transition:background .25s;display:flex}.svc-card:nth-child(3n){border-right:none}.svc-card:nth-last-child(-n+3):nth-child(3n+1),.svc-card:nth-last-child(-n+3):nth-child(3n+2),.svc-card:nth-last-child(-n+3):nth-child(3n),.svc-card:last-child,.svc-card:nth-last-child(2):nth-child(3n+1),.svc-card:nth-last-child(2):nth-child(3n+2){border-bottom:none}.svc-card:hover{background:#f5f3ff}.svc-card__icon{filter:grayscale(.2);flex-shrink:0;margin-top:2px;font-size:2rem;line-height:1}.svc-card__body{flex:1}.svc-card__title{color:#5b21b6;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.3}.svc-card__desc{color:#1b1b1b;font-size:.875rem;line-height:1.75}.services-grid__cta{text-align:center;margin-top:48px}.svc-cta-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 40px;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 8px 28px #7c3aed4d}.svc-cta-btn:hover{transform:translateY(-2px);box-shadow:0 14px 40px #7c3aed73}@media (max-width:900px){.services-grid__grid{grid-template-columns:repeat(2,1fr)}.svc-card:nth-child(3n){border-right:1px solid #e2e2ec}.svc-card:nth-child(2n){border-right:none}.svc-card:nth-last-child(-n+2){border-bottom:none}}@media (max-width:560px){.services-grid__grid{background:0 0;border:0;border-radius:0;flex-direction:column;gap:12px;display:flex}.svc-card{background:#fff;border:1px solid #e2e2ec;border-radius:14px;padding:22px 16px}.services-grid__mobile-controls{display:none}}@media (min-width:561px){.services-grid__mobile-controls{display:none}}
.results{background:#fff;position:relative;overflow:hidden}.results__bg-pattern{pointer-events:none;background-image:radial-gradient(circle at 20%,#7c3aed0d 0%,#0000 50%),radial-gradient(circle at 80%,#0ea5e90d 0%,#0000 50%);position:absolute;inset:0}.results__header{text-align:center;margin-bottom:56px;position:relative}.results__title{color:#0d0d0d;margin-bottom:16px;font-size:clamp(2rem,4vw,2.75rem)}.results__sub{color:#000;max-width:560px;margin:0 auto;font-size:1.05rem}.results__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.result-card{text-align:center;background:#fafafa;border:1px solid #ede8ff;border-radius:20px;padding:36px 24px;transition:all .35s;position:relative;overflow:hidden}.result-card:hover{border-color:#7c3aed;transform:translateY(-6px);box-shadow:0 20px 50px #7c3aed26}.result-card__glow{pointer-events:none;background:radial-gradient(circle,#7c3aed1f 0%,#0000 70%);width:180px;height:180px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.result-card__number{justify-content:center;align-items:baseline;gap:2px;margin-bottom:12px;display:flex}.result-prefix{color:#7c3aed;font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:700}.result-value{color:#0d0d0d;font-family:Poppins,sans-serif;font-size:3.2rem;font-weight:800;line-height:1}.result-suffix{color:#7c3aed;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700}.result-card__label{color:#1a1a1a;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.result-card__desc{color:#3b3b3b;font-size:.82rem;line-height:1.5}@media (max-width:900px){.results__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:520px){.results__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px}.result-card{border-radius:14px;width:100%;min-width:0;padding:22px 14px}.result-value{font-size:2.1rem}.result-prefix,.result-suffix{font-size:1.35rem}.result-card__label{font-size:.92rem}.result-card__desc{font-size:.76rem;line-height:1.45}}
.mkt-results{background:linear-gradient(135deg,#6d28d9 0%,#7c3aed 40%,#8b5cf6 100%);padding:72px 0;position:relative;overflow:hidden}.mkt-results__inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.mkt-results__left{color:#fff}.mkt-results__eyebrow{color:#fde68a;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700}.mkt-results__heading{color:#fff;margin-bottom:20px;font-family:Poppins,sans-serif;font-size:2.4rem;font-weight:800;line-height:1.2}.mkt-results__body{color:#ffffffd9;margin-bottom:14px;font-size:.95rem;line-height:1.8}.mkt-results__right{grid-template-columns:1fr 1fr;gap:14px;display:grid}.mkt-stat-card{border-radius:16px;align-items:center;gap:16px;padding:20px 22px;transition:transform .25s;display:flex}.mkt-stat-card:hover{transform:translateY(-3px)}.mkt-stat-card--light{background:#ffffff38;border:1px solid #ffffff4d}.mkt-stat-card--dark{background:#6d28d98c;border:1px solid #ffffff26}.mkt-stat-arrow{color:#fff;opacity:.9;flex-shrink:0;font-size:1.6rem;line-height:1}.mkt-stat-text{flex-direction:column;gap:4px;display:flex}.mkt-stat-value{color:#fff;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:800;line-height:1}.mkt-stat-label{color:#ffffffbf;font-size:.75rem;line-height:1.4}@media (max-width:900px){.mkt-results__inner{grid-template-columns:1fr;gap:40px}.mkt-results__heading{font-size:1.9rem}}@media (max-width:480px){.mkt-results__right{grid-template-columns:1fr}.mkt-results__heading{font-size:1.6rem}}
.casestudy{background:#050508;position:relative;overflow:hidden}.casestudy:before{content:"";pointer-events:none;background:radial-gradient(circle,#0ea5e90f 0%,#0000 70%);width:600px;height:600px;position:absolute;bottom:-200px;right:-100px}.casestudy__header{text-align:center;margin-bottom:56px}.casestudy__title{color:#fff;margin-bottom:16px;font-size:clamp(2rem,4vw,2.75rem)}.casestudy__sub{color:#fff;font-size:1.05rem}.casestudy__grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.cs-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;transition:transform .35s,box-shadow .35s;overflow:hidden}.cs-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px #0006}.cs-card__top{padding:32px 28px;position:relative;overflow:hidden}.cs-card__top:after{content:"";background:#00000026;position:absolute;inset:0}.cs-card__tag{color:#ffffffe6;text-transform:uppercase;letter-spacing:.06em;z-index:1;align-items:center;gap:10px;margin-bottom:24px;font-size:.85rem;font-weight:600;display:flex;position:relative}.cs-card__icon{font-size:1.3rem}.cs-card__metrics{z-index:1;gap:24px;display:flex;position:relative}.cs-metric{flex-direction:column;gap:4px;display:flex}.cs-metric__val{color:#fff;font-family:Poppins,sans-serif;font-size:2rem;font-weight:800;line-height:1}.cs-metric__label{color:#ffffffb3;font-size:.78rem;font-weight:500}.cs-card__body{padding:28px}.cs-card__desc{color:#fff;margin-bottom:20px;font-size:.9rem;line-height:1.7}.cs-strategy{background:#ffffff0a;border-radius:10px;flex-wrap:wrap;align-items:flex-start;gap:8px;margin-bottom:20px;padding:12px 16px;display:flex}.cs-strategy__label{color:#fff6;white-space:nowrap;font-size:.82rem;font-weight:600}.cs-strategy__text{font-size:.85rem;font-weight:600}.cs-highlights{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.cs-highlight-chip{border:1px solid;border-radius:50px;padding:5px 12px;font-size:.78rem;font-weight:600}.cs-cta{align-items:center;gap:6px;font-size:.9rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.cs-cta:hover{gap:10px}@media (max-width:760px){.casestudy__grid{grid-template-columns:1fr}.cs-card__metrics{flex-wrap:wrap;gap:16px}}
.whyus{background:#07070f;position:relative;overflow:hidden}.whyus:before{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed1a 0%,#0000 65%);width:700px;height:700px;position:absolute;top:-200px;right:-200px}.whyus__header{text-align:center;margin-bottom:56px}.whyus__title{color:#fff;margin-bottom:14px;font-size:clamp(2rem,4vw,2.75rem)}.whyus__sub{color:#fff;max-width:500px;margin:0 auto;font-size:1rem}.whyus__cards{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px;display:grid}.whyus__card{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;padding:28px 22px;transition:all .35s;position:relative;overflow:hidden}.whyus__card:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-6px);box-shadow:0 20px 50px #0000004d}.whyus__card-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;font-size:1.5rem;display:flex}.whyus__card-title{color:#fff;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.whyus__card-desc{color:#fff;font-size:.88rem;line-height:1.65}.whyus__card-bar{opacity:0;width:100%;height:2px;transition:opacity .35s;position:absolute;bottom:0;left:0}.whyus__card:hover .whyus__card-bar{opacity:1}.whyus__stats-row{background:#ffffff0f;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:40px;display:grid;overflow:hidden}.whyus__stat{background:#ffffff08;border:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:6px;padding:28px 20px;display:flex}.stat-number{background:linear-gradient(135deg,#a78bfa,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:800}.stat-label{color:#ffffff73;text-align:center;font-size:.8rem;font-weight:500}.whyus__partners{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.partner-chip{color:#ffffffa6;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50px;padding:8px 20px;font-size:.82rem;font-weight:600}@media (max-width:900px){.whyus__cards,.whyus__stats-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.whyus__cards,.whyus__stats-row{grid-template-columns:1fr}}
.process{background:#fff;position:relative}.process:before{content:"";background:linear-gradient(90deg,#0000,#7c3aed4d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.process__header{text-align:center;margin-bottom:64px}.process__title{color:#0d0d0d;margin-bottom:14px;font-size:clamp(2rem,4vw,2.75rem)}.process__sub{color:#1f1f1f;max-width:500px;margin:0 auto;font-size:1rem}.text-gradient{background:linear-gradient(135deg,#7c3aed,#4f46e5,#0ea5e9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.process__timeline-container{position:relative}.process__steps-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.process-node{flex-direction:column;align-items:center;gap:24px;height:100%;padding:0 12px;display:flex;position:relative}.node-number-wrap{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.node-number{color:#fff;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:800;display:flex;box-shadow:0 8px 20px #7c3aed4d}.node-connector{background:linear-gradient(90deg,#7c3aed66,#0ea5e966);height:2px;position:absolute;top:50%;left:calc(50% + 24px);right:calc(24px - 50%);transform:translateY(-50%)}.node-card{text-align:center;background:#fafafa;border:1px solid #ede8ff;border-radius:16px;flex-direction:column;flex:1;align-items:center;width:100%;padding:24px 20px;transition:all .3s;display:flex}.node-card:hover{border-color:#7c3aed;transform:translateY(-4px);box-shadow:0 12px 40px #7c3aed1f}.node-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 14px;transition:transform .3s;display:flex}.node-card:hover .node-icon{transform:scale(1.1)}.node-title{color:#0d0d0d;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;line-height:1.3}.node-desc{color:#232323;font-size:.82rem;line-height:1.6}@media (max-width:900px){.process__steps-grid{grid-template-columns:repeat(2,1fr);gap:24px}.node-connector{display:none}}@media (max-width:520px){.process__steps-grid{transform:translateX(calc(var(--process-mobile-index,0) * -100%));gap:0;transition:transform .35s;display:flex}.process-node{flex:0 0 100%;min-width:100%;padding:0 6px}.node-connector{display:none}.node-card{border-radius:14px;padding:22px 16px}.process__timeline-container{overflow:hidden}.process__mobile-controls{justify-content:space-between;align-items:center;gap:10px;margin-top:14px;display:flex}.process__nav-btn{color:#7c3aed;cursor:pointer;background:#fff;border:1px solid #e6dcff;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.process__dots{align-items:center;gap:8px;display:inline-flex}.process__dot{cursor:pointer;background:#d9cdfa;border:none;border-radius:999px;width:8px;height:8px;transition:all .25s}.process__dot.active{background:#7c3aed;width:20px}}@media (min-width:521px){.process__mobile-controls{display:none}}
.pricing{background:#f8f7ff;position:relative;overflow:hidden}.pricing__bg-glow{pointer-events:none;background:radial-gradient(#7c3aed12 0%,#0000 65%);width:900px;height:600px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.pricing__header{text-align:center;margin-bottom:56px;position:relative}.pricing__title{color:#0d0d0d;margin-bottom:16px;font-size:clamp(2rem,4vw,2.75rem)}.pricing__sub{color:#666;max-width:520px;margin:0 auto;font-size:1.05rem}.pricing__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.pricing-card{background:#fff;border:1px solid #e8e4ff;border-radius:24px;padding:36px 28px;transition:all .35s;position:relative}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 24px 60px #7c3aed1f}.pricing-card--popular{background:linear-gradient(#faf8ff 0%,#fff 100%);border-color:#7c3aed;transform:scale(1.04);box-shadow:0 8px 40px #7c3aed26}.pricing-card--popular:hover{transform:scale(1.04)translateY(-8px)}.pricing-card__popular-badge{color:#fff;letter-spacing:.08em;white-space:nowrap;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:50px;align-items:center;gap:5px;padding:6px 18px;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricing-card__header{margin-bottom:20px}.pricing-card__tag{color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.78rem;font-weight:600;display:block}.pricing-card__name{color:#0d0d0d;margin-bottom:16px;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:800}.pricing-card__price{align-items:baseline;gap:2px;display:flex}.price-currency{color:#7c3aed;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700}.price-amount{color:#0d0d0d;font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:800;line-height:1}.price-period{color:#999;font-size:.9rem;font-weight:500}.pricing-card__divider{opacity:.3;border-radius:2px;height:2px;margin:20px 0}.pricing-card__features{flex-direction:column;gap:12px;margin-bottom:28px;list-style:none;display:flex}.pricing-feature{color:#444;align-items:center;gap:10px;font-size:.9rem;display:flex}.pricing-card__cta{text-align:center;cursor:pointer;border-radius:50px;width:100%;padding:14px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:block}.pricing-cta--filled{border:none;color:#fff!important}.pricing-cta--filled:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 10px 30px #7c3aed59}.pricing-cta--outline{border:2px solid;background:0 0!important}.pricing-cta--outline:hover{opacity:.8;transform:translateY(-2px)}.pricing__note{text-align:center;color:#777;margin-top:40px;font-size:.9rem}.pricing__note a{color:#7c3aed;font-weight:600;text-decoration:underline}@media (max-width:900px){.pricing__grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}.pricing-card--popular{transform:scale(1)}.pricing-card--popular:hover{transform:translateY(-8px)}}
.testimonials-section{background:#fff;padding:80px 0;position:relative;overflow:hidden}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-header .tagline{color:#1e293b;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:.85rem;font-weight:700}.testimonials-header .heading{color:#1e293b;margin-bottom:20px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2}.subtext-container{justify-content:center;align-items:center;gap:20px;margin-bottom:8px;display:flex}.testimonials-header .subtext{color:#64748b;margin:0;font-size:clamp(1rem,2vw,1.2rem)}.header-line{display:none}.testimonials-header .caption{color:#64748b;margin:0;font-size:1rem}@media (max-width:991px){.tm-carousel__viewport{align-items:center;gap:16px;display:flex;position:relative}.tm-carousel__arrow{cursor:pointer;z-index:2;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.tm-carousel__track-wrapper{flex:1;overflow:hidden}.tm-carousel__track{transition:transform .5s;display:flex}.tm-card{box-sizing:border-box;padding:0 10px}.tm-card__inner{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;height:auto;padding:20px;display:flex;box-shadow:0 2px 12px #0000000a}.tm-card__quote{color:#3b82f6;opacity:.2;margin-bottom:15px}.tm-card__review{color:#475569;margin-bottom:14px;font-size:.88rem;line-height:1.55;display:block;overflow:visible}.tm-card__author{align-items:center;gap:12px;display:flex}.tm-card__avatar{object-fit:cover;border-radius:50%;width:45px;height:45px}.tm-card__name{margin:0;font-size:.95rem;font-weight:700}.tm-card__role{color:#64748b;margin:0;font-size:.8rem}.tm-card__company{color:#005b8e;margin:2px 0 0;font-size:.75rem;font-weight:600}}@media (min-width:992px){.testimonials-header{text-align:left;margin-bottom:80px}.subtext-container{justify-content:flex-start}.header-line{background:#cbd5e1;flex:1;max-width:400px;height:1px;display:block}.testimonials-desktop-content{grid-template-columns:1fr 1.5fr;align-items:center;gap:80px;min-height:550px;display:grid}.arc-nav-container{flex-direction:column;justify-content:space-between;align-items:center;height:500px;padding:20px 0;display:flex;position:relative}.arc-nav{width:100%;height:400px;position:relative}.arc-line{pointer-events:none;border:1px solid #f1f5f9;border-radius:50%;width:140%;height:140%;position:absolute;top:50%;left:0;transform:translate(-70%,-50%)}.arc-arrow{cursor:pointer;z-index:15;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.arc-arrow:hover{color:#fff;background:#3b82f6;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.arc-item{cursor:pointer;z-index:5;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute}.arc-item-content{white-space:nowrap;background:0 0;border-radius:50px;align-items:center;gap:20px;padding:10px;transition:all .3s;display:flex}.avatar-wrapper{border:2px solid #fff;border-radius:50%;width:60px;height:60px;transition:all .3s;overflow:hidden;box-shadow:0 4px 10px #0000000d}.avatar-wrapper img{object-fit:cover;width:100%;height:100%}.author-brief{opacity:0;transition:all .3s;transform:translate(-10px)}.author-brief .name{text-transform:uppercase;color:#1e293b;margin:0;font-size:.85rem;font-weight:800}.author-brief .role,.author-brief .comp{color:#64748b;margin:0;font-size:.7rem}.arc-item.active{z-index:10}.arc-item.active .arc-item-content{background:#eef6ff;padding-right:25px;box-shadow:0 10px 30px #3b82f61a}.arc-item.active .author-brief{opacity:1;transform:translate(0)}.arc-item.active .avatar-wrapper{border-color:#3b82f6;width:80px;height:80px;box-shadow:0 10px 20px #3b82f633}.arc-item:not(.active){opacity:.4}.arc-item:not(.active):hover{opacity:.8}.testimonial-detail{background:#fff;border-radius:30px;padding:50px;position:relative;box-shadow:0 20px 50px #00000008}.quote-icon-bg{color:#f8fafc;z-index:-1;position:absolute;top:-30px;right:20px}.detail-header{align-items:center;gap:25px;margin-bottom:40px;display:flex}.detail-avatar{border-radius:50%;width:80px;height:80px;overflow:hidden;box-shadow:0 10px 20px #0000001a}.detail-avatar img{object-fit:cover;width:100%;height:100%}.detail-author .name{color:#1e293b;margin:0;font-size:1.2rem;font-weight:800}.detail-author .role{color:#64748b;margin:0;font-size:.95rem}.detail-author .comp{color:#005b8e;margin:2px 0 0;font-size:.85rem;font-weight:600}.testimonial-title{color:#005b8e;margin-bottom:24px;font-size:1.8rem;font-weight:850;line-height:1.3}.testimonial-text{color:#475569;font-size:1.1rem;line-height:1.8}.border-accent{background:#005b8e;border-radius:10px;width:5px;position:absolute}.border-accent.left{top:50px;bottom:50px;left:-20px}.border-accent.right{top:50px;bottom:50px;right:-20px}.fade-in{opacity:1;transition:all .5s;transform:translateY(0)}.fade-out{opacity:0;transition:all .3s;transform:translateY(10px)}}.text-gradient-blue{background:linear-gradient(135deg,#005b8e,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}
.faq{background:#fff;position:relative}.faq__header{text-align:center;margin-bottom:52px}.faq__title{color:#0d0d0d;margin-bottom:12px;font-size:clamp(2rem,4vw,2.75rem)}.faq__list{flex-direction:column;gap:12px;max-width:780px;margin:0 auto;display:flex}.faq__item{background:#fafafa;border:1px solid #ede8ff;border-radius:14px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.faq__item--open{border-color:#7c3aed;box-shadow:0 8px 30px #7c3aed14}.faq__question{text-align:left;cursor:pointer;color:#1a1a1a;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 24px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;transition:color .2s;display:flex}.faq__item--open .faq__question{color:#7c3aed}.faq__chevron{color:#999;flex-shrink:0;transition:transform .35s cubic-bezier(.4,0,.2,1)}.faq__item--open .faq__chevron{color:#7c3aed}.faq__answer{transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq__answer p{color:#555;padding:0 24px 20px;font-size:.92rem;line-height:1.75}
.final-cta{background:#060610;padding:100px 0;position:relative;overflow:hidden}.final-cta__bg{pointer-events:none;position:absolute;inset:0}.final-cta__glow{border-radius:50%;position:absolute}.final-cta__glow--1{background:radial-gradient(circle,#7c3aed26 0%,#0000 65%);width:500px;height:500px;top:-100px;left:10%}.final-cta__glow--2{background:radial-gradient(circle,#0ea5e91f 0%,#0000 65%);width:400px;height:400px;bottom:-80px;right:10%}.final-cta__grid{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.final-cta__content{text-align:center;z-index:1;position:relative}.final-cta__badge{color:#a78bfa;letter-spacing:.04em;background:#7c3aed26;border:1px solid #7c3aed66;border-radius:50px;margin-bottom:28px;padding:8px 20px;font-size:.82rem;font-weight:600;display:inline-block}.final-cta__title{color:#fff;margin-bottom:20px;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.2}.text-gradient-light{background:linear-gradient(135deg,#a78bfa,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.final-cta__sub{color:#ffffff8c;max-width:600px;margin:0 auto 40px;font-size:1.1rem;line-height:1.7}.final-cta__actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:32px;display:flex}.final-cta__btn{cursor:pointer;border-radius:50px;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.final-cta__btn--primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);box-shadow:0 8px 30px #7c3aed66}.final-cta__btn--primary:hover{transform:translateY(-3px);box-shadow:0 16px 50px #7c3aed8c}.final-cta__btn--whatsapp{color:#fff;background:#25d366;box-shadow:0 8px 30px #25d36659}.final-cta__btn--whatsapp:hover{background:#1eb858;transform:translateY(-3px);box-shadow:0 16px 50px #25d36673}.final-cta__trust{flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.final-cta__trust span{color:#fff6;font-size:.85rem;font-weight:500}@media (max-width:600px){.final-cta{padding:70px 0}.final-cta__title{font-size:1.8rem}.final-cta__actions{flex-direction:column;align-items:center}.final-cta__btn{justify-content:center;width:100%;max-width:300px}}
.contact{background:var(--white-soft)}.contact__grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:80px;display:grid}.contact__title{color:var(--black);margin:16px 0;font-size:clamp(1.7rem,3vw,2.6rem)}.contact__sub{color:var(--black-light);margin-bottom:32px;font-size:1rem;line-height:1.75}.contact__details{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.contact-item{border-radius:var(--radius-md);background:var(--white);transition:var(--transition);border:1px solid #0000000f;align-items:flex-start;gap:14px;padding:16px;display:flex}.contact-item:hover{border-color:#ff6b004d;transform:translate(4px)}.contact-item__icon{background:var(--orange-glow);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.contact-item__label{color:var(--black-light);margin-bottom:2px;font-size:.75rem;font-weight:500}.contact-item__value{color:var(--black);font-size:.9rem;font-weight:600}a.contact-item__value:hover{color:var(--orange)}.audit-badge{background:linear-gradient(135deg, var(--orange-glow), #ff6b0014);border-radius:var(--radius-md);border:1px solid #ff6b0040;align-items:center;gap:14px;padding:18px 20px;display:flex}.audit-icon{font-size:1.8rem}.audit-title{color:var(--black);font-size:.95rem;font-weight:700}.audit-sub{color:var(--orange);font-size:.8rem;font-weight:500}.contact__form-wrap{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid #0000000d;padding:44px 40px}.form-title{font-family:var(--font-heading);color:var(--black);margin-bottom:28px;font-size:1.3rem;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-group label{color:var(--black-mid);font-size:.82rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-sm);font-size:.9rem;font-family:var(--font-body);color:var(--black);background:var(--white-soft);resize:vertical;border:1.5px solid #0000001a;outline:none;padding:12px 16px;transition:border-color .25s,box-shadow .25s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--orange);background:var(--white);box-shadow:0 0 0 3px #ff6b0014}.form-group select{appearance:none;cursor:pointer}.form-submit{justify-content:center;width:100%;margin-top:4px;padding:16px;font-size:1rem}.form-submit:disabled{opacity:.75;cursor:not-allowed;transform:none!important}.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}.form-note{text-align:center;color:var(--black-light);margin-top:12px;font-size:.78rem}.contact__success{text-align:center;padding:50px 20px}.success-checkmark-wrap{margin-bottom:24px;display:inline-block;position:relative}.success-checkmark-circle{width:80px;height:80px;display:inline-block}.success-checkmark-svg{width:80px;height:80px}.success-checkmark-bg{stroke:#22c55e;stroke-width:2px;stroke-dasharray:157;stroke-dashoffset:157px;animation:.6s ease-in-out forwards checkCircle}.success-checkmark-path{stroke:#22c55e;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48px;animation:.4s ease-in-out .4s forwards checkPath}@keyframes checkCircle{to{stroke-dashoffset:0}}@keyframes checkPath{to{stroke-dashoffset:0}}.success-confetti{pointer-events:none;position:absolute;inset:-20px}.confetti-dot{opacity:0;border-radius:50%;width:8px;height:8px;animation:.8s ease-out .5s forwards confettiBurst;position:absolute;top:50%;left:50%}.confetti-dot:first-child{--angle:0deg;background:#f59e0b}.confetti-dot:nth-child(2){--angle:60deg;background:#3b82f6}.confetti-dot:nth-child(3){--angle:120deg;background:#ef4444}.confetti-dot:nth-child(4){--angle:180deg;background:#8b5cf6}.confetti-dot:nth-child(5){--angle:240deg;background:#10b981}.confetti-dot:nth-child(6){--angle:300deg;background:#ec4899}@keyframes confettiBurst{0%{opacity:1;transform:translate(-50%, -50%) rotate(var(--angle)) translateY(0)}to{opacity:0;transform:translate(-50%, -50%) rotate(var(--angle)) translateY(-50px)}}.contact__success h3{color:var(--black);margin-bottom:12px;font-size:1.8rem;font-weight:800}.contact__success p{color:var(--black-light);max-width:380px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.success-actions{flex-direction:column;align-items:center;gap:14px;display:flex}.success-visit-btn{align-items:center;gap:10px;padding:14px 36px;font-size:.95rem;text-decoration:none;display:inline-flex}.success-another-btn{color:var(--black-mid);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:1.5px solid #e2e8f0;padding:12px 28px;font-size:.88rem;font-weight:600;transition:all .3s}.success-another-btn:hover{border-color:var(--orange);color:var(--orange)}@media (max-width:900px){.contact__grid{grid-template-columns:1fr;gap:48px}}@media (max-width:600px){.contact__form-wrap{padding:28px 20px}.form-row{grid-template-columns:1fr}.contact__success{padding:36px 16px}.success-visit-btn{justify-content:center;width:100%}.success-another-btn{width:100%}}
.popup-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.popup-content{background:#fff;border-radius:30px;width:100%;max-width:550px;max-height:90vh;padding:40px;position:relative;overflow-y:auto;box-shadow:0 40px 100px #00000026}.popup-close{cursor:pointer;width:40px;height:40px;color:var(--black-mid);background:#f8fafc;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.popup-close:hover{background:var(--orange-glow);color:var(--orange);transform:rotate(90deg)}.popup-header{text-align:center;margin-bottom:30px}.popup-header h2{color:var(--black);margin:10px 0;font-size:1.8rem;font-weight:850}.popup-header p{color:var(--black-light);font-size:.95rem}.popup-actions{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:25px;display:grid}.action-btn{border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:15px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.whatsapp-btn{color:#fff;background:#25d366}.whatsapp-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #25d3664d}.call-btn{color:#fff;background:#006aff}.call-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #006aff4d}.btn-icon{background:#fff3;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.popup-divider{align-items:center;gap:15px;margin:20px 0;display:flex}.popup-divider:before,.popup-divider:after{content:"";background:#e2e8f0;flex:1;height:1px}.popup-divider span{color:#94a3b8;letter-spacing:.1em;font-size:.75rem;font-weight:700}.form-grid{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;display:grid}.form-group{margin-bottom:15px}.form-group label{color:var(--black-mid);margin-bottom:8px;font-size:.85rem;font-weight:700;display:block}.form-group input,.form-group select,.form-group textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:12px 16px;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px var(--orange-glow);background:#fff;outline:none}.submit-btn{background:var(--black);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:10px;padding:16px;font-size:1rem;font-weight:800;transition:all .3s;display:flex}.submit-btn:hover{background:var(--orange);transform:translateY(-3px);box-shadow:0 10px 20px #ff6b0033}.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}.floating-cta{z-index:1000;background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 30px #ff6b0066}.floating-cta:hover{transform:scale(1.1)translateY(-5px)}.cta-pulse{background:var(--orange);opacity:.4;z-index:-1;border-radius:50%;animation:2s infinite pulse;position:absolute;inset:0}@keyframes pulse{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}.popup-success{text-align:center;padding:30px 10px}.popup-success .success-checkmark-wrap{margin-bottom:20px;display:inline-block;position:relative}.popup-success .success-checkmark-circle{width:72px;height:72px;display:inline-block}.popup-success .success-checkmark-svg{width:72px;height:72px}.popup-success .success-checkmark-bg{stroke:#22c55e;stroke-width:2px;stroke-dasharray:157;stroke-dashoffset:157px;animation:.6s ease-in-out forwards popupCheckCircle}.popup-success .success-checkmark-path{stroke:#22c55e;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48px;animation:.4s ease-in-out .4s forwards popupCheckPath}@keyframes popupCheckCircle{to{stroke-dashoffset:0}}@keyframes popupCheckPath{to{stroke-dashoffset:0}}.popup-success .success-confetti{pointer-events:none;position:absolute;inset:-16px}.popup-success .confetti-dot{opacity:0;border-radius:50%;width:7px;height:7px;animation:.8s ease-out .5s forwards popupConfettiBurst;position:absolute;top:50%;left:50%}.popup-success .confetti-dot:first-child{--angle:0deg;background:#f59e0b}.popup-success .confetti-dot:nth-child(2){--angle:60deg;background:#3b82f6}.popup-success .confetti-dot:nth-child(3){--angle:120deg;background:#ef4444}.popup-success .confetti-dot:nth-child(4){--angle:180deg;background:#8b5cf6}.popup-success .confetti-dot:nth-child(5){--angle:240deg;background:#10b981}.popup-success .confetti-dot:nth-child(6){--angle:300deg;background:#ec4899}@keyframes popupConfettiBurst{0%{opacity:1;transform:translate(-50%, -50%) rotate(var(--angle)) translateY(0)}to{opacity:0;transform:translate(-50%, -50%) rotate(var(--angle)) translateY(-44px)}}.popup-success__title{color:var(--black);margin-bottom:10px;font-size:1.6rem;font-weight:800}.popup-success__desc{color:var(--black-light);max-width:340px;margin-bottom:28px;margin-left:auto;margin-right:auto;font-size:.92rem;line-height:1.6}.popup-success__actions{flex-direction:column;align-items:center;gap:12px;display:flex}.popup-visit-btn{background:linear-gradient(135deg,#005b8e,#3b82f6);text-decoration:none}.popup-visit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #005b8e4d}.popup-close-btn{color:var(--black-mid);cursor:pointer;background:0 0;border:1.5px solid #e2e8f0;border-radius:16px;width:100%;padding:12px 32px;font-size:.88rem;font-weight:600;transition:all .3s}.popup-close-btn:hover{background:#f8fafc;border-color:#cbd5e1}@media (max-width:600px){.popup-overlay{padding:10px}.popup-content{border-radius:20px;max-height:95vh;padding:20px 15px}.popup-header{margin-bottom:15px}.popup-header h2{margin:5px 0;font-size:1.4rem}.popup-header p{font-size:.85rem;line-height:1.3}.popup-actions{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:15px}.action-btn{border-radius:12px;padding:10px;font-size:.8rem}.btn-icon{width:24px;height:24px}.btn-icon svg{width:16px;height:16px}.popup-divider{margin:10px 0}.form-grid{grid-template-columns:1fr;gap:10px;margin-bottom:10px}.form-group{margin-bottom:10px}.form-group label{margin-bottom:4px;font-size:.75rem}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;font-size:.9rem}.submit-btn{margin-top:5px;padding:14px;font-size:.95rem}.popup-success{padding:15px 5px}.popup-success__title{font-size:1.4rem}.popup-success__desc{margin-bottom:20px;font-size:.85rem}}@media (max-height:700px) and (max-width:600px){.popup-header p,.popup-divider,.popup-actions{display:none}.popup-header{margin-bottom:10px}.popup-content{padding:15px}}
.section-cta{justify-content:center;align-items:center;padding:40px 0;display:flex;position:relative;overflow:hidden}.section-cta__container{justify-content:center;align-items:center;display:flex;position:relative}.section-cta__btn{z-index:2;transition:var(--transition);padding:16px 40px;font-size:1.1rem;animation:3s infinite pulse-cta;position:relative}.section-cta__btn:hover{transform:translateY(-4px)scale(1.05)}.section-cta__glow{background:radial-gradient(circle, var(--orange-glow-strong) 0%, transparent 70%);filter:blur(40px);z-index:1;pointer-events:none;opacity:.6;width:200px;height:200px;position:absolute}@keyframes pulse-cta{0%{box-shadow:0 0 #ff6b0066}70%{box-shadow:0 0 0 20px #ff6b0000}to{box-shadow:0 0 #ff6b0000}}@media (max-width:640px){.section-cta{padding:30px 0}.section-cta__btn{justify-content:center;width:100%;padding:14px 24px;font-size:1rem}}
.footer{background:var(--black);color:#ffffffb3}.footer__top{padding:72px 0 56px}.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:48px;display:grid}.footer__logo{font-family:var(--font-heading);letter-spacing:-.03em;margin-bottom:16px;font-size:1.6rem;font-weight:800;display:inline-block}.footer__logo .logo-brand{color:var(--white)}.footer__logo .logo-accent{color:var(--orange)}.footer__tagline{color:#ffffff80;max-width:300px;margin-bottom:24px;font-size:.875rem;line-height:1.75}.footer__socials{gap:10px;display:flex}.footer__social{color:#ffffff80;width:40px;height:40px;transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;display:flex}.footer__social:hover{background:var(--orange);border-color:var(--orange);color:var(--white);transform:translateY(-3px)}.footer__col-title{font-family:var(--font-heading);color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-size:.875rem;font-weight:700}.footer__links{flex-direction:column;gap:10px;display:flex}.footer__link{color:#ffffff80;font-size:.875rem;transition:color .2s,padding-left .2s}.footer__link:hover{color:var(--orange);padding-left:6px}.footer__bottom{border-top:1px solid #ffffff12;padding:20px 0}.footer__bottom-inner{color:#ffffff59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;font-size:.82rem;display:flex}.heart{font-size:.9rem}@media (max-width:900px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (max-width:480px){.footer__grid{text-align:center;grid-template-columns:1fr;gap:32px}.footer__socials{justify-content:center}.footer__bottom-inner{text-align:center;justify-content:center}}
