:root{--primary:#223dff;--primary-hover:#001df0;--secondary:#f9f9fa;--background:#fff;--muted-foreground:#616161}.transformation-hero-section{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--background)}.hero-background-pattern{position:absolute;inset:0;background:rgba(34,61,255,.03);z-index:0}.hero-radial-gradient{position:absolute;inset:0;pointer-events:none}.hero-gradient-1{background:radial-gradient(circle at 30% 20%,rgba(34,61,255,.08) 0%,transparent 50%)}.hero-gradient-2{background:radial-gradient(circle at 70% 80%,rgba(34,61,255,.05) 0%,transparent 50%)}.hero-content-wrapper{position:relative;z-index:10;max-width:896px;margin:0 auto;text-align:center;padding:80px 20px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(34,61,255,.1);color:var(--primary);padding:8px 16px;border-radius:9999px;font-size:14px;font-weight:500;margin-bottom:24px;animation:fadeIn .6s ease-out}.hero-badge-dot{width:8px;height:8px;background:var(--primary);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.hero-title{font-size:72px;font-weight:700;line-height:1.1;color:var(--jet-black,#0f0f0f);margin-bottom:24px;text-align:center;animation:fadeIn .6s ease-out .1s both}.hero-title-accent{display:block;color:var(--primary);margin-top:8px}.hero-description{font-size:18px;line-height:1.6;color:var(--muted-foreground);max-width:672px;margin:0 auto 40px;animation:fadeIn .6s ease-out .2s both}@media (min-width:768px){.hero-description{font-size:20px}}.hero-partners{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:32px;animation:fadeIn .6s ease-out .15s both}.hero-partner-logo{display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--card-background,#fff);padding:12px 16px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease}.hero-partner-logo:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.hero-partner-img{height:30px;width:auto;opacity:.8;transition:opacity .3s ease}.hero-partner-logo:hover .hero-partner-img{opacity:1}.hero-partner-separator{color:var(--muted-foreground);font-weight:600;font-size:18px}.hero-buttons{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center;animation:fadeIn .6s ease-out .3s both}@media (min-width:640px){.hero-buttons{flex-direction:row}}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-size:18px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;min-width:160px}.hero-btn-icon{width:20px;height:20px;margin-left:8px;transition:transform .3s ease}.hero-btn-primary{background:var(--primary);color:var(--background) !important;border:1px solid var(--primary)}.hero-btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0px 10px 25px rgba(34,61,255,.3)}.hero-btn-primary:hover .hero-btn-icon{transform:translateX(4px)}.hero-btn-outline{background:0 0;color:var(--primary);border:2px solid var(--primary)}.hero-btn-outline:hover{background:var(--primary);color:var(--background);transform:translateY(-2px);box-shadow:0px 10px 25px rgba(34,61,255,.2)}.hero-bottom-fade{position:absolute;bottom:0;left:0;right:0;height:128px;background:linear-gradient(to top,var(--background),transparent);pointer-events:none;z-index:5}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out both}@media (max-width:1024px){.hero-title{font-size:56px}.hero-description{font-size:18px}}@media (max-width:768px){.transformation-hero-section{min-height:80vh}.hero-content-wrapper{padding:60px 20px}.hero-title{font-size:42px}.hero-title-accent{margin-top:4px}.hero-description{font-size:16px;margin-bottom:32px}.hero-btn{font-size:16px;padding:14px 28px;min-width:140px}.hero-badge{font-size:13px;padding:6px 14px}}@media (max-width:480px){.hero-title{font-size:36px}.hero-description{font-size:15px}.hero-buttons{width:100%}.hero-btn{width:100%}}.what-is-section{padding:100px 0;background:var(--background);position:relative}.what-is-header{max-width:768px;margin:0 auto 64px;text-align:center}.what-is-title{font-size:48px;font-weight:700;line-height:1.2;color:var(--jet-black);margin-bottom:24px}.what-is-description{font-size:18px;line-height:1.6;color:var(--muted-foreground)}.what-is-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:32px;max-width:1200px;margin:0 auto}@media (min-width:768px){.what-is-grid{grid-template-columns:repeat(3,1fr);gap:32px}}.what-is-card{background:var(--background);border:1px solid rgba(34,61,255,.1);border-radius:16px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out both}.what-is-card:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(34,61,255,.03) 0%,rgba(34,61,255,.01) 100%);opacity:0;transition:opacity .3s ease;z-index:0}.what-is-card:hover{transform:translateY(-8px);box-shadow:0px 20px 40px rgba(34,61,255,.15);border-color:rgba(34,61,255,.2)}.what-is-card:hover:before{opacity:1}.what-is-icon-container{width:56px;height:56px;background:rgba(34,61,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .3s ease;position:relative;z-index:1}.what-is-card:hover .what-is-icon-container{background:rgba(34,61,255,.2);transform:scale(1.05)}.what-is-icon{width:28px;height:28px;color:var(--primary);transition:all .3s ease}.what-is-card:hover .what-is-icon{transform:rotate(5deg) scale(1.1)}.what-is-card-title{font-size:24px;font-weight:600;line-height:1.3;color:var(--jet-black);margin-bottom:12px;position:relative;z-index:1}.what-is-card-description{font-size:16px;line-height:1.6;color:var(--muted-foreground);margin:0;position:relative;z-index:1}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.what-is-card:nth-child(1){animation-delay:.1s}.what-is-card:nth-child(2){animation-delay:.2s}.what-is-card:nth-child(3){animation-delay:.3s}@media (max-width:1024px){.what-is-section{padding:80px 0}.what-is-title{font-size:40px}.what-is-description{font-size:17px}}@media (max-width:768px){.what-is-section{padding:60px 0}.what-is-header{margin-bottom:48px}.what-is-title{font-size:36px;margin-bottom:20px}.what-is-description{font-size:16px}.what-is-grid{gap:24px}.what-is-card{padding:28px}.what-is-icon-container{width:48px;height:48px;margin-bottom:20px}.what-is-icon{width:24px;height:24px}.what-is-card-title{font-size:22px;margin-bottom:10px}.what-is-card-description{font-size:15px}}@media (max-width:480px){.what-is-section{padding:48px 0}.what-is-title{font-size:32px}.what-is-card{padding:24px}}:root{--card-background:#fff;--foreground:#0f0f0f;--jet-black:#0f0f0f}.what-we-do-section{padding:100px 0;background:rgba(249,249,250,.5);position:relative}.what-we-do-header{max-width:768px;margin:0 auto 64px;text-align:center}.what-we-do-badge{display:block;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:16px}.what-we-do-title{font-size:48px;font-weight:700;line-height:1.2;color:var(--jet-black);margin-bottom:24px}.what-we-do-description{font-size:18px;line-height:1.6;color:var(--muted-foreground)}.what-we-do-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:32px;max-width:1200px;margin:0 auto}@media (min-width:1024px){.what-we-do-grid{grid-template-columns:repeat(3,1fr)}}.what-we-do-card{background:var(--card-background);border-radius:24px;padding:32px;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}.what-we-do-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transform:translateY(-4px)}.what-we-do-card-decoration{position:absolute;top:0;right:0;width:128px;height:128px;background:rgba(34,61,255,.05);border-radius:50%;transform:translate(50%,-50%);transition:all .3s ease}.what-we-do-card:hover .what-we-do-card-decoration{background:rgba(34,61,255,.1);transform:translate(40%,-40%) scale(1.1)}.what-we-do-highlight{display:inline-block;font-size:12px;font-weight:600;color:var(--primary);background:rgba(34,61,255,.1);padding:4px 12px;border-radius:9999px;margin-bottom:24px;position:relative;z-index:1}.what-we-do-icon-box{width:48px;height:48px;background:var(--foreground);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative;z-index:1;transition:all .3s ease}.what-we-do-card:hover .what-we-do-icon-box{transform:scale(1.05)}.what-we-do-icon{width:24px;height:24px;color:var(--background);transition:all .3s ease}.what-we-do-card:hover .what-we-do-icon{transform:rotate(5deg)}.what-we-do-card-title{font-size:24px;font-weight:600;line-height:1.3;color:var(--jet-black);margin-bottom:16px;position:relative;z-index:1}.what-we-do-card-description{font-size:16px;line-height:1.75;color:var(--muted-foreground);margin:0;position:relative;z-index:1}@media (max-width:1024px){.what-we-do-section{padding:80px 0}.what-we-do-title{font-size:40px}.what-we-do-description{font-size:17px}}@media (max-width:768px){.what-we-do-section{padding:60px 0}.what-we-do-header{margin-bottom:48px}.what-we-do-title{font-size:36px;margin-bottom:20px}.what-we-do-description{font-size:16px}.what-we-do-grid{gap:24px}.what-we-do-card{padding:28px}.what-we-do-icon-box{width:44px;height:44px;margin-bottom:20px}.what-we-do-icon{width:22px;height:22px}.what-we-do-card-title{font-size:22px;margin-bottom:12px}.what-we-do-card-description{font-size:15px}.what-we-do-card-decoration{width:100px;height:100px}}@media (max-width:480px){.what-we-do-section{padding:48px 0}.what-we-do-title{font-size:32px}.what-we-do-card{padding:24px}.what-we-do-badge{font-size:12px}}.strategy-section{padding:100px 0;background:var(--background);position:relative}.strategy-header{max-width:768px;margin:0 auto 64px;text-align:center}.strategy-badge{display:block;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:16px}.strategy-title{font-size:48px;font-weight:700;line-height:1.2;color:var(--jet-black);margin:0}.strategy-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:32px;max-width:896px;margin:0 auto}@media (min-width:768px){.strategy-grid{grid-template-columns:repeat(2,1fr)}}.strategy-card{display:flex;gap:24px;padding:24px;border-radius:24px;transition:all .3s ease;cursor:pointer}.strategy-card:hover{background:rgba(249,249,250,.5)}.strategy-icon-container{flex-shrink:0;width:64px;height:64px;background:var(--primary);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.strategy-card:hover .strategy-icon-container{transform:scale(1.05);box-shadow:0px 8px 16px rgba(34,61,255,.2)}.strategy-icon{width:32px;height:32px;color:var(--background);transition:all .3s ease}.strategy-card:hover .strategy-icon{transform:rotate(5deg)}.strategy-content{flex:1}.strategy-card-title{font-size:20px;font-weight:600;line-height:1.3;color:var(--jet-black);margin-bottom:12px}.strategy-card-description{font-size:16px;line-height:1.6;color:var(--muted-foreground);margin:0}@media (max-width:1024px){.strategy-section{padding:80px 0}.strategy-title{font-size:40px}}@media (max-width:768px){.strategy-section{padding:60px 0}.strategy-header{margin-bottom:48px}.strategy-title{font-size:36px}.strategy-grid{gap:24px}.strategy-card{flex-direction:column;gap:20px;padding:20px}.strategy-icon-container{width:56px;height:56px}.strategy-icon{width:28px;height:28px}.strategy-card-title{font-size:18px;margin-bottom:10px}.strategy-card-description{font-size:15px}}@media (max-width:480px){.strategy-section{padding:48px 0}.strategy-title{font-size:32px}.strategy-card{padding:16px}.strategy-badge{font-size:12px}}.case-study-section{padding:100px 0;background:var(--foreground,#0f0f0f);color:var(--background);position:relative}.case-study-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:64px;align-items:center}@media (min-width:1024px){.case-study-grid{grid-template-columns:repeat(2,1fr);gap:64px}}.case-study-content{max-width:100%}.case-study-badge{display:block;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:16px}.case-study-title{font-size:48px;font-weight:700;line-height:1.2;color:var(--background);margin-bottom:24px}.case-study-tags{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px}.case-study-tag{background:rgba(255,255,255,.1);color:var(--background);padding:8px 16px;border-radius:9999px;font-size:14px}.case-study-intro{font-size:18px;line-height:1.6;color:rgba(255,255,255,.8);margin-bottom:32px}.case-study-key-points{display:flex;flex-direction:column;gap:16px}.case-study-point{display:flex;align-items:flex-start;gap:12px}.case-study-check-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:2px}.case-study-point span{font-size:16px;line-height:1.6;color:rgba(255,255,255,.9)}.case-study-results{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border-radius:24px;padding:32px}@media (min-width:1024px){.case-study-results{padding:48px}}.case-study-results-title{font-size:24px;font-weight:600;color:var(--background);margin-bottom:32px}.case-study-stats{display:flex;flex-direction:column;gap:32px;margin-bottom:40px}.case-study-stat{display:flex;align-items:center;gap:24px}.case-study-stat-icon-box{width:64px;height:64px;background:var(--primary);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.case-study-stat-icon{width:32px;height:32px;color:var(--background)}.case-study-stat-content{flex:1}.case-study-stat-value{font-size:36px;font-weight:700;color:var(--background);margin-bottom:4px}.case-study-stat-label{font-size:16px;color:rgba(255,255,255,.6)}.case-study-footer{margin-top:40px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.case-study-footer-text{font-size:14px;line-height:1.6;color:rgba(255,255,255,.7);margin:0}.cta-section{padding:100px 0;background:var(--background);position:relative}.cta-content{max-width:1024px;margin:0 auto;text-align:center}.cta-quote-icon{width:48px;height:48px;color:rgba(34,61,255,.3);margin:0 auto 24px}.cta-quote-icon svg{width:100%;height:100%}.cta-title{font-size:48px;font-weight:700;line-height:1.2;color:var(--jet-black);margin-bottom:32px}.cta-quote{font-size:20px;line-height:1.75;color:var(--muted-foreground);max-width:768px;margin:0 auto 48px;font-style:italic;border:none;padding:0}@media (min-width:768px){.cta-quote{font-size:24px}}.cta-buttons{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center}@media (min-width:640px){.cta-buttons{flex-direction:row}}.cta-btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-size:18px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;border:2px solid var(--primary);color:var(--primary);background:0 0;min-width:200px}.cta-btn-outline:hover{background:var(--primary);color:var(--background);transform:translateY(-2px);box-shadow:0px 10px 25px rgba(34,61,255,.2)}@media (max-width:1024px){.case-study-section{padding:80px 0}.case-study-title{font-size:40px}.case-study-results{padding:32px}}@media (max-width:768px){.case-study-section{padding:60px 0}.case-study-grid{gap:48px}.case-study-title{font-size:36px;margin-bottom:20px}.case-study-intro{font-size:16px;margin-bottom:24px}.case-study-point span{font-size:15px}.case-study-results{padding:24px}.case-study-results-title{font-size:22px;margin-bottom:24px}.case-study-stats{gap:24px;margin-bottom:32px}.case-study-stat-icon-box{width:56px;height:56px}.case-study-stat-icon{width:28px;height:28px}.case-study-stat-value{font-size:32px}.case-study-footer{margin-top:32px;padding-top:24px}.cta-section{padding:60px 0}.cta-title{font-size:36px;margin-bottom:24px}.cta-quote{font-size:18px;margin-bottom:40px}.cta-buttons{width:100%}.cta-btn-outline{width:100%;font-size:16px;padding:14px 28px}}@media (max-width:480px){.case-study-title{font-size:32px}.case-study-tag{font-size:13px;padding:6px 12px}.case-study-stat{gap:16px}.case-study-stat-icon-box{width:48px;height:48px}.case-study-stat-icon{width:24px;height:24px}.case-study-stat-value{font-size:28px}.cta-title{font-size:32px}.cta-quote{font-size:16px}}