.cinquity-hero{position:relative;overflow:hidden;display:flex;align-items:center;padding:0}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-subtle);opacity:.05}.floating-particles{position:absolute;width:100%;height:100%;pointer-events:none}.particle{position:absolute;opacity:.6;animation-timing-function:ease-in-out}.particle-1{width:4px;height:4px;background:#60a5fa;border-radius:50%;top:20%;left:10%;animation:floatParticle 15s infinite alternate ease-in-out}.particle-2{width:6px;height:6px;background:#34d399;border-radius:50%;top:70%;left:85%;animation:floatParticle 18s infinite alternate ease-in-out}.particle-3{width:3px;height:3px;background:#10b981;border-radius:50%;top:40%;left:15%;animation:floatParticle 12s infinite alternate ease-in-out}.particle-4{width:5px;height:5px;background:#06b6d4;border-radius:50%;top:80%;left:20%;animation:floatParticle 20s infinite alternate ease-in-out}.particle-5{width:4px;height:4px;background:#60a5fa;border-radius:50%;top:30%;left:80%;animation:floatParticle 16s infinite alternate ease-in-out}.particle-6{width:3px;height:3px;background:#34d399;border-radius:50%;top:60%;left:70%;animation:floatParticle 14s infinite alternate ease-in-out}.particle-7{width:4px;height:4px;background:#06b6d4;border-radius:50%;top:15%;left:70%;animation:floatParticle 22s infinite alternate ease-in-out}.particle-8{width:5px;height:5px;background:#60a5fa;border-radius:50%;top:75%;left:50%;animation:floatParticle 19s infinite alternate ease-in-out}.particle-9{width:3px;height:3px;background:#10b981;border-radius:50%;top:25%;left:45%;animation:floatParticle 17s infinite alternate ease-in-out}.particle-10{width:6px;height:6px;background:#34d399;border-radius:50%;top:55%;left:25%;animation:floatParticle 24s infinite alternate ease-in-out}@keyframes floatParticle{0%{transform:translateY(0) rotate(0)}to{transform:translateY(-20px) rotate(360deg)}}.hero-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.floating-circle{position:absolute;border-radius:50%;background:#2bb6a314;animation:float 8s ease-in-out infinite}.circle-1{width:300px;height:300px;top:10%;right:15%;animation-delay:0s}.circle-2{width:200px;height:200px;bottom:20%;left:10%;animation-delay:3s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.floating-circle{will-change:transform;transform-box:border-box}.tech-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(43,182,163,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(43,182,163,.03) 1px,transparent 1px);background-size:80px 80px;animation:gridFlow 40s linear infinite}@keyframes gridFlow{0%{transform:translate(0)}to{transform:translate(80px,80px)}}.spatial-elements{position:absolute;width:100%;height:100%;z-index:1}.elegant-node{position:absolute;width:8px;height:8px;background:var(--secondary-teal);border-radius:50%;opacity:.6;box-shadow:0 0 20px #2bb6a366;animation:nodeFloat 6s ease-in-out infinite}.node-1{top:30%;left:20%;animation-delay:0s}.node-2{top:60%;right:30%;animation-delay:2s}.node-3{bottom:40%;left:70%;animation-delay:4s}@keyframes nodeFloat{0%,to{transform:scale(1) rotate(0);opacity:.6}50%{transform:scale(1.2) rotate(180deg);opacity:1}}.elegant-node{will-change:transform,opacity;transform-box:border-box}.hero-content{position:relative;z-index:2;max-width:100%;margin:0 auto;padding:var(--space-6) var(--space-3);color:var(--text-white);text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;text-shadow:var(--shadow-lg)}.hero-badge{display:inline-block;background:#33c0b04d;border:var(--border-width-2) solid rgba(51,192,176,.6);border-radius:var(--radius-full);padding:var(--space-2) var(--space-6);margin-bottom:var(--space-6);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-lg);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-align:center}.hero-badge span{color:var(--text-white);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wide)}.hero-title{font-size:clamp(var(--font-size-xl),6vw,var(--font-size-2xl));font-weight:var(--font-weight-medium);line-height:var(--line-height-snug);margin-bottom:var(--space-6);color:#fff;letter-spacing:var(--letter-spacing-tight);white-space:normal;text-shadow:0 4px 20px rgba(0,0,0,.8),0 2px 10px rgba(0,0,0,.6)}.hero-title .highlight{color:var(--secondary-teal);background:linear-gradient(135deg,var(--secondary-teal) 0%,var(--secondary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(43,182,163,.5);font-weight:var(--font-weight-bold)}.hero-subtitle{font-size:var(--font-size-xs);font-weight:var(--font-weight-light);color:#ffffffe6;text-align:center;max-width:100%;margin:0 auto var(--space-8) auto;line-height:var(--line-height-relaxed);letter-spacing:var(--letter-spacing-wide);padding:0 var(--space-2)}.hero-features{display:flex;flex-direction:column;justify-content:center;gap:var(--space-3);max-width:100%;margin:0 auto;padding:0 var(--space-2)}.hero-feature{flex:none;width:auto;max-width:100%;padding:var(--space-3) var(--space-4);background:#1e3a4acc;border-radius:var(--radius-xl);border:var(--border-width-1) solid rgba(51,192,176,.2);transition:all var(--duration-300) var(--ease-out);text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);align-self:center}.hero-feature:hover{background:#1e3a4ae6;transform:translateY(-3px);box-shadow:var(--shadow-xl);border-color:#33c0b066}.hero-feature .feature-text{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--text-light);letter-spacing:var(--letter-spacing-wide)}.hero-quote{font-size:var(--font-size-xs);font-style:italic;color:#fffc;margin-bottom:var(--space-2);max-width:500px;line-height:var(--line-height-normal);font-weight:var(--font-weight-light)}.hero-attribution{font-size:var(--font-size-xs);color:#ffffffb3;margin-bottom:var(--space-16);font-weight:var(--font-weight-light)}.hero-actions{display:flex;gap:var(--space-4)}.cta-primary{background:var(--gradient-accent);color:var(--text-white);border:none;padding:var(--space-4) var(--space-10);border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--duration-300) var(--ease-out);text-transform:uppercase;letter-spacing:var(--letter-spacing-wider);align-self:flex-start;box-shadow:0 4px 15px #2bb6a34d}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2bb6a366}.sophisticated-badge{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:var(--border-width-1) solid var(--border-light);border-radius:var(--radius-full);padding:var(--space-3) var(--space-6);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);display:inline-flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-8);color:var(--text-dark)}.elegant-title{font-size:clamp(var(--font-size-2xl),6vw,var(--font-size-4xl));font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight);margin-bottom:var(--space-6);letter-spacing:var(--letter-spacing-tightest)}.gradient-text{background:linear-gradient(135deg,var(--secondary-teal) 0%,var(--secondary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sophisticated-text{font-size:var(--font-size-xs);line-height:var(--line-height-relaxed);color:#ffffffeb;margin-bottom:var(--space-12);font-weight:var(--font-weight-normal);max-width:600px;margin-left:auto;margin-right:auto}.modern-metrics{display:flex;justify-content:center;gap:var(--space-12);margin-bottom:var(--space-12)}.sophisticated-metric{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-light);border-radius:20px;padding:var(--space-8);text-align:center;color:var(--text-dark);transition:all .3s ease;min-width:180px}.sophisticated-metric:hover{transform:translateY(-3px);box-shadow:0 12px 40px var(--shadow-medium)}.elegant-progress{background:radial-gradient(circle at center,var(--secondary-teal),var(--bg-white));color:var(--text-white);font-weight:var(--font-weight-bold);font-size:var(--font-size-lg);display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:var(--radius-full);margin:0 auto var(--space-4);position:relative}.elegant-ring{width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elegant-ring circle{fill:none;stroke-width:3;stroke-dasharray:251;stroke-dashoffset:251;stroke-linecap:round;animation:progressLoad 2s ease-in-out forwards}.elegant-ring circle:nth-child(1){stroke:url(#progressGradient1)}.elegant-ring circle:nth-child(2){stroke:url(#progressGradient2)}.elegant-ring circle:nth-child(3){stroke:url(#progressGradient3)}@keyframes progressLoad{to{stroke-dashoffset:50}}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.hero-cta{padding:var(--space-4) var(--space-8);border-radius:var(--radius-xl);font-weight:var(--font-weight-semibold);font-size:var(--font-size-xs);cursor:pointer;transition:all var(--duration-300) var(--ease-out);border:none;position:relative;overflow:hidden}.hero-cta.primary{background:#fffffff2;color:var(--primary-dark)}.hero-cta.secondary{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--text-white);border:1px solid rgba(255,255,255,.2)}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.trust-indicators-hero{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.trust-indicators-hero .trust-item{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);font-size:var(--font-size-xs);color:var(--text-dark);border:var(--border-width-1) solid var(--border-light);display:flex;align-items:center;gap:.5rem}.hero-3d-visual{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:100vw;height:100vh;opacity:.25;pointer-events:none}.human-body-3d{width:100%;height:100%;border-radius:0;overflow:hidden;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none}.data-visualization{width:280px}.chart-container{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));padding:var(--space-8);border-radius:20px;border:1px solid var(--border-light);text-align:center}.chart-bars{display:flex;align-items:end;gap:var(--space-2);height:120px;margin-bottom:var(--space-4)}.chart-bar{flex:1;background:var(--gradient-accent);border-radius:4px 4px 0 0;animation:barGrow 1.5s ease-out;min-height:20px}@keyframes barGrow{0%{height:0}}.chart-label{color:var(--text-medium);font-size:var(--font-size-xs)}.elegant-ring svg,.progress-ring svg{width:100%;height:100%}.elegant-ring svg defs,.progress-ring svg defs{position:absolute;width:0;height:0}.hero-cta:not(:hover){background:var(--gradient-primary);color:var(--text-white)}@media (min-width: 480px) and (max-width: 767px){.hero-content{padding:var(--space-8) var(--space-5)}.hero-badge{padding:var(--space-2) var(--space-5)}.hero-badge span{font-size:var(--font-size-sm)}.hero-title{font-size:clamp(var(--font-size-3xl),7vw,var(--font-size-4xl));margin-bottom:var(--space-8)}.hero-subtitle{font-size:var(--font-size-sm);margin-bottom:var(--space-10);padding:0 var(--space-4)}.hero-features{gap:var(--space-4);padding:0 var(--space-3)}.hero-feature{padding:var(--space-4) var(--space-5)}.hero-feature .feature-text{font-size:var(--font-size-sm)}}@media (min-width: 768px) and (max-width: 1023px){.hero-content{max-width:100%;padding:var(--space-6) var(--space-8)}.hero-badge{padding:var(--space-2) var(--space-6)}.hero-badge span{font-size:var(--font-size-base)}.hero-title{font-size:clamp(var(--font-size-2xl),4vw,var(--font-size-3xl));margin-bottom:var(--space-8)}.hero-subtitle{font-size:var(--font-size-base);max-width:700px;margin-bottom:var(--space-10);padding:0 var(--space-5)}.hero-features{flex-direction:row;flex-wrap:wrap;gap:var(--space-4);max-width:800px;padding:0 var(--space-4)}.hero-feature{flex:1 1 calc(50% - var(--space-2));min-width:200px;padding:var(--space-4)}.hero-feature .feature-text{font-size:var(--font-size-sm)}.hero-quote{font-size:var(--font-size-base)}.hero-attribution{font-size:var(--font-size-sm)}.cta-primary,.sophisticated-badge{font-size:var(--font-size-base)}.elegant-title{font-size:clamp(var(--font-size-4xl),6vw,var(--font-size-5xl-6xl))}.sophisticated-text{font-size:var(--font-size-base)}.elegant-progress{font-size:var(--font-size-2xl)}.hero-cta{font-size:var(--font-size-base)}}@media (min-width: 1024px) and (max-width: 1439px){.hero-content{max-width:900px;padding:var(--space-8) var(--space-6)}.hero-badge{padding:var(--space-2) var(--space-6)}.hero-badge span{font-size:var(--font-size-lg)}.hero-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl));margin-bottom:var(--space-10);white-space:nowrap}.hero-subtitle{font-size:var(--font-size-base);max-width:750px;padding:0 var(--space-6)}.hero-features{flex-direction:row;flex-wrap:wrap;gap:var(--space-5);max-width:900px;padding:0 var(--space-5);justify-content:center}.hero-feature{flex:1 1 calc(50% - var(--space-3));min-width:200px;max-width:400px;padding:var(--space-4) var(--space-5)}.hero-feature .feature-text{font-size:var(--font-size-base)}.hero-quote{font-size:var(--font-size-lg)}.hero-attribution{font-size:var(--font-size-base)}.cta-primary,.sophisticated-badge{font-size:var(--font-size-lg)}.elegant-title{font-size:clamp(var(--font-size-3xl),4vw,var(--font-size-4xl))}.sophisticated-text{font-size:var(--font-size-base)}.elegant-progress{font-size:var(--font-size-2xl)}.hero-cta{font-size:var(--font-size-lg)}}@media (min-width: 1440px) and (max-width: 1919px){.hero-content{max-width:var(--container-xl);padding:var(--space-10) var(--space-8)}.hero-badge{padding:var(--space-2) var(--space-6)}.hero-badge span{font-size:var(--font-size-lg-xl)}.hero-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-3xl-4xl))}.hero-subtitle{font-size:var(--font-size-base-lg);max-width:800px;padding:0 var(--space-7)}.hero-features{flex-direction:row;flex-wrap:wrap;gap:var(--space-6);padding:0 var(--space-6);justify-content:center}.hero-feature{flex:1 1 calc(50% - var(--space-3));min-width:250px;max-width:450px}.hero-feature .feature-text{font-size:var(--font-size-lg)}.hero-quote{font-size:var(--font-size-xl)}.hero-attribution{font-size:var(--font-size-lg)}.cta-primary,.sophisticated-badge{font-size:var(--font-size-xl)}.elegant-title{font-size:clamp(var(--font-size-4xl),4vw,var(--font-size-5xl))}.sophisticated-text{font-size:var(--font-size-lg)}.elegant-progress{font-size:var(--font-size-3xl)}.hero-cta{font-size:var(--font-size-xl)}}@media (min-width: 1920px) and (max-width: 2559px){.hero-content{max-width:var(--container-2xl);padding:var(--space-12) var(--space-10)}.hero-badge{padding:var(--space-2) var(--space-6)}.hero-badge span{font-size:var(--font-size-xl-2xl)}.hero-title{font-size:clamp(var(--font-size-4xl),3.5vw,var(--font-size-4xl-5xl));margin-bottom:var(--space-14)}.hero-subtitle{font-size:var(--font-size-lg-xl);max-width:900px;padding:0 var(--space-8)}.hero-features{flex-direction:row;flex-wrap:wrap;gap:var(--space-6);max-width:var(--container-2xl);padding:0 var(--space-6);justify-content:center}.hero-feature{flex:1 1 calc(50% - var(--space-3));min-width:280px;max-width:500px;padding:var(--space-4) var(--space-6)}.hero-feature .feature-text{font-size:var(--font-size-lg)}.hero-quote{font-size:var(--font-size-xl-2xl)}.hero-attribution{font-size:var(--font-size-lg-xl)}.cta-primary,.sophisticated-badge{font-size:var(--font-size-xl-2xl)}.elegant-title{font-size:clamp(var(--font-size-4xl),4vw,var(--font-size-5xl))}.sophisticated-text{font-size:var(--font-size-xl)}.elegant-progress{font-size:var(--font-size-2xl-3xl)}.hero-cta{font-size:var(--font-size-xl-2xl)}}@media (min-width: 2560px) and (max-width: 3439px){.cinquity-hero{min-height:100vh}.hero-content{max-width:var(--container-3xl);padding:var(--space-16) var(--space-12)}.hero-badge{padding:var(--space-2) var(--space-8)}.hero-badge span{font-size:var(--font-size-2xl-3xl)}.hero-title{font-size:clamp(var(--font-size-4xl),3.5vw,var(--font-size-4xl-5xl));margin-bottom:var(--space-16)}.hero-subtitle{font-size:var(--font-size-xl-2xl);max-width:var(--container-xl);margin-bottom:var(--space-12);padding:0 var(--space-9)}.hero-features{flex-direction:row;flex-wrap:wrap;gap:var(--space-8);max-width:var(--container-2xl);padding:0 var(--space-8);justify-content:center}.hero-feature{flex:1 1 calc(50% - var(--space-4));min-width:320px;max-width:600px;padding:var(--space-6) var(--space-8)}.hero-feature .feature-text{font-size:var(--font-size-base)}.hero-quote{font-size:var(--font-size-lg)}.hero-attribution,.cta-primary,.sophisticated-badge{font-size:var(--font-size-base)}.elegant-title{font-size:clamp(var(--font-size-3xl),4vw,var(--font-size-4xl))}.sophisticated-text{font-size:var(--font-size-xl)}.elegant-progress{font-size:var(--font-size-2xl)}.hero-cta{font-size:var(--font-size-xl)}.hero-3d-visual{width:120vw;height:120vh;opacity:.3}}@media (min-width: 3440px){.cinquity-hero{min-height:100vh}.hero-content{max-width:var(--container-4xl);padding:var(--space-20) var(--space-16)}.hero-badge{padding:0 var(--space-10)}.hero-badge span{font-size:var(--font-size-2xl-3xl)}.hero-title{font-size:clamp(var(--font-size-5xl),4vw,var(--font-size-5xl-6xl));margin-bottom:var(--space-20)}.hero-subtitle{font-size:var(--font-size-2xl-3xl);max-width:var(--container-2xl);margin-bottom:var(--space-16);padding:0 var(--space-10)}.hero-features{flex-direction:row;flex-wrap:wrap;gap:var(--space-10);max-width:var(--container-3xl);padding:0 var(--space-10);justify-content:center}.hero-feature{flex:1 1 calc(50% - var(--space-5));min-width:360px;max-width:700px;padding:var(--space-5) var(--space-7)}.hero-feature .feature-text{font-size:var(--font-size-base)}.hero-quote,.hero-attribution,.cta-primary,.sophisticated-badge{font-size:var(--font-size-xl-2xl)}.elegant-title{font-size:clamp(var(--font-size-3xl),4vw,var(--font-size-4xl))}.sophisticated-text{font-size:var(--font-size-xl)}.elegant-progress{font-size:var(--font-size-2xl)}.hero-cta{font-size:var(--font-size-xl)}.hero-3d-visual{width:130vw;height:130vh;opacity:.2}}@media (max-height: 500px) and (orientation: landscape){.cinquity-hero{min-height:100vh}.hero-content{padding:var(--space-4) var(--space-6);flex-direction:column;align-items:center;gap:var(--space-6);justify-content:center}.hero-badge{margin-bottom:var(--space-3)}.hero-title{font-size:clamp(var(--font-size-xl),4vw,var(--font-size-2xl));margin-bottom:var(--space-3)}.hero-subtitle{font-size:var(--font-size-xs);margin-bottom:var(--space-4)}.hero-features{flex-direction:row;flex-wrap:wrap;gap:var(--space-2);margin-top:0;padding-bottom:0;justify-content:center}.hero-feature{flex:1 1 calc(50% - var(--space-1));padding:var(--space-2) var(--space-3);text-align:center}.hero-feature .feature-text{font-size:var(--font-size-xs)}.hero-3d-visual{width:120vw;height:100vh;opacity:.25;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero-feature{border-width:.5px}.particle{transform:scale(.8)}}@media (prefers-reduced-motion: reduce){.particle,.floating-circle,.elegant-node{animation:none}.hero-3d-visual{opacity:.25}}.cinquity-services{padding:var(--space-12) 0;position:relative;z-index:1}.cinquity-services .section-header{text-align:center;margin-bottom:var(--space-6);padding:0 var(--space-4)}.cinquity-services .section-title{font-size:clamp(var(--font-size-xl),5vw,var(--font-size-2xl));font-weight:var(--font-weight-bold);color:var(--text-white);letter-spacing:var(--letter-spacing-tight);margin-bottom:var(--space-4);text-shadow:0 2px 8px rgba(0,0,0,.3);line-height:var(--line-height-snug)}.cinquity-services .section-subtitle{font-size:var(--font-size-xs);color:var(--text-white);text-shadow:0 1px 4px rgba(0,0,0,.2);max-width:100%;margin:0 auto;line-height:var(--line-height-relaxed);font-weight:var(--font-weight-normal);padding:0 var(--space-3)}.section-header{text-align:center;margin-bottom:2rem}.modern-title{font-size:clamp(var(--font-size-2xl),4vw,var(--font-size-4xl));font-weight:var(--font-weight-bold);color:var(--text-white);letter-spacing:var(--letter-spacing-tight);margin-bottom:var(--space-6);text-shadow:0 2px 8px rgba(0,0,0,.3);line-height:var(--line-height-snug)}.section-subtitle{font-size:var(--font-size-lg);color:var(--text-white);max-width:700px;margin:0 auto;line-height:var(--line-height-relaxed);text-shadow:0 1px 4px rgba(0,0,0,.2);font-weight:var(--font-weight-normal)}.platform-badge{display:inline-block;background:var(--gradient-accent);color:var(--text-white);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;margin-bottom:var(--space-6)}.cinquity-services .services-grid{display:grid;grid-template-columns:1fr;gap:var(--space-4);max-width:100%;margin:0 auto;justify-items:center;align-items:stretch;padding:0 var(--space-4)}.floating-card{background:#1e3a4acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-xl);padding:var(--space-5) var(--space-4);border:var(--border-width-1) solid rgba(51,192,176,.2);transition:all var(--duration-300) var(--ease-out);position:relative;overflow:hidden;box-shadow:var(--shadow-lg);width:100%;max-width:100%;box-sizing:border-box;text-align:center;display:flex;flex-direction:column;align-items:center;height:100%}.floating-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #00000040,0 0 20px #33c0b04d;border-color:#33c0b099;background:#1e3a4af2}.floating-card:hover .icon-bg{transform:scale(1.1) rotate(5deg);background:var(--primary);box-shadow:0 8px 20px #33c0b066}.floating-card:hover .icon-bg svg{transform:scale(1.1);filter:drop-shadow(0 2px 8px rgba(51,192,176,.6))}.floating-card:hover h3{color:var(--text-white);text-shadow:0 0 10px rgba(51,192,176,.3)}.floating-card .service-icon{margin-bottom:var(--space-6);display:flex;justify-content:center;align-items:center;width:100%}.floating-card .icon-bg{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:var(--text-white);padding:var(--space-3);border-radius:var(--radius-lg);font-size:var(--font-size-xl);display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;transition:all var(--duration-300) var(--ease-out);transform-origin:center;box-shadow:0 8px 25px #2bb6a34d}.floating-card .icon-bg svg{transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.floating-card .icon-bg{animation:iconPulse 2s ease-in-out .5s}.floating-card h3{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:silver;margin-bottom:var(--space-3);letter-spacing:var(--letter-spacing-tight);text-align:center;width:100%;line-height:var(--line-height-snug)}.floating-card .service-subtitle{font-size:var(--font-size-base);color:#a0a0a0;margin-bottom:var(--space-8);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal)}.floating-card .service-description{margin-bottom:0;line-height:var(--line-height-normal);font-size:var(--font-size-xs);color:#b0b0b0;text-align:center;width:100%;flex:1;font-weight:var(--font-weight-normal)}.floating-card .problem-text{font-size:var(--font-size-lg);color:var(--primary);margin-bottom:var(--space-4);font-weight:var(--font-weight-semibold)}.floating-card .problem-list{list-style:none;margin-bottom:2rem;padding-left:0}.floating-card .problem-list li{color:var(--text-dark);margin-bottom:.5rem;padding-left:1rem;position:relative}.floating-card .problem-list li:before{content:"•";color:var(--text-medium);position:absolute;left:0}.floating-card .solution-text{font-size:1.125rem;color:var(--primary);margin-bottom:1rem;font-weight:600}.floating-card .solution-list{list-style:none;padding-left:0}.floating-card .solution-list li{color:var(--primary);margin-bottom:1.5rem;line-height:1.6}.floating-card .solution-list li strong{color:var(--primary);font-weight:500}.show-more-btn{background:transparent;border:var(--border-width-1) solid rgba(51,192,176,.4);color:silver;padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--duration-300) var(--ease-out);text-transform:uppercase;letter-spacing:var(--letter-spacing-wider)}.show-more-btn:hover{background:#33c0b033;color:#e0e0e0;transform:translateY(-2px);border-color:#33c0b099}.service-icon{margin-bottom:var(--space-6)}.icon-bg{background:var(--gradient-accent);color:var(--text-white);padding:var(--space-4);border-radius:var(--radius-xl);font-size:var(--font-size-2xl);display:inline-block;box-shadow:0 8px 25px #2bb6a34d}.service-card h3{color:#e0e0e0;margin-bottom:var(--space-4);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);letter-spacing:var(--letter-spacing-tight)}.tech-tags{display:flex;gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap}.tech-tag{background:#33c0b033;color:silver;border:var(--border-width-1) solid rgba(51,192,176,.3);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wide)}.service-card p{color:var(--text-medium);margin-bottom:var(--space-8);line-height:var(--line-height-relaxed);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal)}.service-stats{display:flex;gap:var(--space-6);margin-bottom:var(--space-8)}.stat{text-align:center;padding:var(--space-4);border-radius:var(--radius-lg);background:#33c0b01a;border:var(--border-width-1) solid rgba(51,192,176,.2);flex:1}.stat-number{display:block;font-weight:var(--font-weight-bold);color:silver;font-size:var(--font-size-xl);margin-bottom:var(--space-1)}.stat-label{font-size:var(--font-size-sm);color:#a0a0a0;font-weight:var(--font-weight-medium)}.service-link{color:var(--secondary-teal);text-decoration:none;font-weight:var(--font-weight-semibold);display:flex;align-items:center;gap:var(--space-2);transition:all var(--duration-300) var(--ease-out);font-size:var(--font-size-sm)}.service-link:hover{gap:1rem;color:var(--primary-dark)}.link-arrow{transition:transform .3s ease}.service-link:hover .link-arrow{transform:translate(3px)}@media (min-width: 480px) and (max-width: 767px){.cinquity-services{padding:var(--space-13) 0}.section-header{margin-bottom:var(--space-8);padding:0 var(--space-5)}.cinquity-services .section-title{font-size:clamp(var(--font-size-2xl),6vw,var(--font-size-3xl));margin-bottom:var(--space-5)}.cinquity-services .section-subtitle{font-size:var(--font-size-sm);max-width:550px}.cinquity-services .services-grid{grid-template-columns:1fr;gap:var(--space-5);padding:0 var(--space-5)}.floating-card{padding:var(--space-6) var(--space-5)}.floating-card h3{font-size:var(--font-size-lg);margin-bottom:var(--space-4)}.service-description{font-size:var(--font-size-sm)}.icon-bg{width:56px;height:56px;padding:var(--space-4)}}@media (min-width: 768px) and (max-width: 1023px){.cinquity-services{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-10);padding:0 var(--space-6)}.cinquity-services .section-title{font-size:clamp(var(--font-size-xl-2xl),4vw,var(--font-size-2xl-3xl));margin-bottom:var(--space-6)}.cinquity-services .section-subtitle{font-size:var(--font-size-base);max-width:650px}.cinquity-services .services-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-6);padding:0 var(--space-6)}.floating-card{padding:var(--space-5) var(--space-5)}.floating-card h3{font-size:var(--font-size-lg-xl);margin-bottom:var(--space-4)}.service-description{font-size:var(--font-size-base)}.floating-card .icon-bg{width:64px;height:64px;padding:var(--space-5)}}@media (min-width: 1024px) and (max-width: 1439px){.cinquity-services{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-12)}.cinquity-services .section-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-8)}.cinquity-services .section-subtitle{font-size:var(--font-size-base-lg);max-width:750px}.cinquity-services .services-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-8);max-width:var(--container-xl)}.floating-card{padding:var(--space-10) var(--space-8)}.floating-card h3{font-size:var(--font-size-xl);margin-bottom:var(--space-5)}.service-description{font-size:var(--font-size-base)}.floating-card .icon-bg{width:72px;height:72px;padding:var(--space-6)}}@media (min-width: 1440px) and (max-width: 1919px){.cinquity-services{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-14)}.cinquity-services .section-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl));margin-bottom:var(--space-8)}.cinquity-services .section-subtitle{font-size:var(--font-size-lg);max-width:850px}.cinquity-services .services-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-10);max-width:var(--container-2xl)}.floating-card{padding:var(--space-12) var(--space-10)}.floating-card h3{font-size:var(--font-size-2xl);margin-bottom:var(--space-6)}.floating-card .service-description{font-size:var(--font-size-lg)}.icon-bg{width:80px;height:80px;padding:var(--space-7)}}@media (min-width: 1920px) and (max-width: 2559px){.cinquity-services{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-16)}.cinquity-services .section-title{font-size:clamp(var(--font-size-3xl-4xl),3vw,var(--font-size-4xl-5xl));margin-bottom:var(--space-10)}.cinquity-services .section-subtitle{font-size:var(--font-size-lg-xl);max-width:950px}.cinquity-services .services-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-12);max-width:var(--container-3xl)}.floating-card{padding:var(--space-12) var(--space-10)}.floating-card h3{font-size:var(--font-size-2xl-3xl);margin-bottom:var(--space-8)}.floating-card .service-description{font-size:var(--font-size-xl-2xl)}.floating-card .icon-bg{width:96px;height:96px;padding:var(--space-8)}}@media (min-width: 2560px) and (max-width: 3439px){.cinquity-services{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-20)}.cinquity-services .section-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-10)}.cinquity-services .section-subtitle{font-size:var(--font-size-xl-2xl);max-width:1100px}.cinquity-services .services-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-16);max-width:var(--container-4xl)}.floating-card{padding:var(--space-5) var(--space-5)}.floating-card h3{font-size:var(--font-size-2xl-3xl);margin-bottom:var(--space-10)}.floating-card .service-description{font-size:var(--font-size-xl-2xl)}.floating-card .icon-bg{width:112px;height:112px;padding:var(--space-10)}}@media (min-width: 3440px){.cinquity-services{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-24)}.cinquity-services .section-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-10)}.cinquity-services .section-subtitle{font-size:var(--font-size-2xl-3xl);max-width:1300px}.cinquity-services .services-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-18);max-width:var(--container-4xl)}.floating-card{padding:var(--space-10) var(--space-9)}.floating-card h3{font-size:var(--font-size-xl);margin-bottom:var(--space-8)}.floating-card .service-description{font-size:var(--font-size-base)}.floating-card .icon-bg{width:96px;height:96px;padding:var(--space-8)}}@media (max-height: 500px) and (orientation: landscape){.cinquity-services{padding:var(--space-8) 0}.section-header{margin-bottom:var(--space-6)}.cinquity-services .section-title{font-size:clamp(var(--font-size-xl),4vw,var(--font-size-2xl));margin-bottom:var(--space-3)}.cinquity-services .section-subtitle{font-size:var(--font-size-xs);margin-bottom:var(--space-4)}.cinquity-services .services-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.floating-card{padding:var(--space-4) var(--space-3)}.floating-card h3{font-size:var(--font-size-sm);margin-bottom:var(--space-2)}.floating-card .service-description{font-size:var(--font-size-xs);line-height:var(--line-height-tight)}.floating-card .icon-bg{width:40px;height:40px;padding:var(--space-2)}}@media (prefers-reduced-motion: reduce){.floating-card{transition:none}.floating-card:hover{transform:none}}@media (prefers-contrast: high){.floating-card,.service-card{background:var(--bg-white)!important;border:2px solid var(--primary-dark)!important}}.modern-process{padding:var(--space-12) 0;position:relative;overflow:hidden;z-index:1}.modern-process .section-title{color:var(--text-white);text-shadow:0 2px 8px rgba(0,0,0,.3);font-size:clamp(var(--font-size-xl),5vw,var(--font-size-2xl));font-weight:var(--font-weight-bold);text-align:center;margin-bottom:var(--space-4)}.modern-process .section-subtitle{color:var(--text-white);text-shadow:0 1px 4px rgba(0,0,0,.2);font-size:var(--font-size-xs);text-align:center;margin:0 auto;max-width:700px;line-height:var(--line-height-relaxed)}.modern-process .gradient-text{color:var(--secondary-teal);background:linear-gradient(135deg,var(--secondary-teal) 0%,var(--secondary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(43,182,163,.5)}@supports not (-webkit-background-clip: text){.modern-process .gradient-text{-webkit-text-fill-color:initial;background:initial;color:var(--secondary-teal)}}.modern-process:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-subtle);pointer-events:none}.section-header{margin-bottom:var(--space-8);padding:0 var(--space-4)}.process-flow{margin-top:var(--space-16)}.process-timeline-enhanced{display:flex;flex-direction:column;gap:var(--space-8);max-width:100%;margin:0 auto;position:relative}.process-step-enhanced{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-4);position:relative}.step-indicator-enhanced{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative}.step-number-enhanced{position:relative;width:60px;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease}.step-number-enhanced .icon-bg{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:var(--text-white);padding:var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;transition:all var(--duration-300) cubic-bezier(.4,0,.2,1);transform-origin:center;box-shadow:0 8px 25px #2bb6a34d}.step-number-enhanced:hover .icon-bg{transform:scale(1.1) rotate(5deg);background:var(--primary);box-shadow:0 8px 20px #33c0b066}.step-number-enhanced:hover .icon-bg svg{transform:scale(1.1);filter:drop-shadow(0 2px 8px rgba(51,192,176,.6))}.step-number-enhanced .icon-bg svg{transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.step-icon{display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-1);color:var(--text-white)}.step-icon svg{width:20px;height:20px}.step-num{font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);color:var(--text-white);text-shadow:0 1px 3px rgba(0,0,0,.3)}@keyframes iconPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.step-number-enhanced .icon-bg{animation:iconPulse 2s ease-in-out .5s}.step-connector{position:absolute;top:60px;left:50%;transform:translate(-50%);display:none}.connector-line{width:2px;height:40px;background:linear-gradient(to bottom,var(--secondary-teal),rgba(51,192,176,.3));position:relative}.connector-dot{width:8px;height:8px;background:var(--secondary-teal);border-radius:50%;position:absolute;bottom:-4px;left:50%;transform:translate(-50%);box-shadow:0 0 10px #2bb6a380}.step-content-enhanced{background:#1e3a4ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:var(--space-6);border:1px solid rgba(51,192,176,.2);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;width:100%;box-shadow:0 8px 25px #00000026}.step-content-enhanced:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--secondary-teal),var(--secondary-light));opacity:0;transition:opacity .3s ease}.step-content-enhanced:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003;border-color:#33c0b066;background:#1e3a4ae6}.step-content-enhanced:hover:before{opacity:1}.step-header{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.step-title{color:#e0e0e0;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);margin:0;letter-spacing:var(--letter-spacing-tight);line-height:var(--line-height-snug);text-align:center}.step-duration{background:#33c0b033;color:var(--secondary-teal);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);border:var(--border-width-1) solid rgba(51,192,176,.3);white-space:nowrap}.step-description{color:#b0b0b0;font-size:var(--font-size-base);line-height:var(--line-height-relaxed);margin-bottom:var(--space-6);font-weight:var(--font-weight-normal);text-align:center}.step-features{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-6);justify-content:center}.feature-tag{background:#33c0b026;color:silver;border:var(--border-width-1) solid rgba(51,192,176,.25);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);transition:all var(--duration-300) var(--ease-out)}.feature-tag:hover{background:#33c0b040;color:#e0e0e0;border-color:#33c0b066;transform:translateY(-2px)}.step-progress{display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.progress-bar{width:100%;height:4px;background:#33c0b033;border-radius:var(--radius-sm);overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,var(--secondary-teal),var(--secondary-light));border-radius:var(--radius-sm);position:relative;box-shadow:0 0 10px #2bb6a34d}.progress-fill:after{content:"";position:absolute;top:0;right:0;width:20px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3));animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-20px)}to{transform:translate(20px)}}.progress-text{color:#a0a0a0;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);text-align:center}@media (min-width: 320px) and (max-width: 374px){.modern-process{padding:var(--space-10) 0}.section-header{margin-bottom:var(--space-6);padding:0 var(--space-4)}.modern-process .section-title{font-size:clamp(var(--font-size-lg),8vw,var(--font-size-xl));margin-bottom:var(--space-3)}.modern-process .section-subtitle{font-size:var(--font-size-xs);margin-bottom:var(--space-4);line-height:var(--line-height-normal)}.container{padding:0 var(--space-4)}.process-flow{margin-top:var(--space-10)}.process-timeline-enhanced{gap:var(--space-6);padding:0 var(--space-4)}.process-step-enhanced{gap:var(--space-4)}.step-number-enhanced{width:56px;height:56px}.step-number-enhanced .icon-bg{padding:var(--space-2)}.step-icon svg{width:18px;height:18px}.step-num{font-size:var(--font-size-xs)}.step-content-enhanced{padding:var(--space-4);border-radius:var(--radius-md)}.step-header{gap:var(--space-2);margin-bottom:var(--space-3)}.step-title{font-size:var(--font-size-base)}.step-duration{font-size:var(--font-size-xs);padding:var(--space-1) var(--space-2)}.step-description{font-size:var(--font-size-sm);margin-bottom:var(--space-4)}.step-features{gap:var(--space-1);margin-bottom:var(--space-4)}.feature-tag{font-size:var(--font-size-xs);padding:var(--space-1) var(--space-2)}.step-progress{gap:var(--space-1)}.progress-bar{height:3px}.progress-text{font-size:var(--font-size-xs)}}@media (min-width: 375px) and (max-width: 424px){.modern-process{padding:var(--space-10) 0}.section-header{margin-bottom:var(--space-6);padding:0 var(--space-5)}.modern-process .section-title{font-size:clamp(var(--font-size-lg),7vw,var(--font-size-xl));margin-bottom:var(--space-3)}.modern-process .section-subtitle{font-size:var(--font-size-xs);margin-bottom:var(--space-5);line-height:var(--line-height-normal)}.container{padding:0 var(--space-5)}.process-flow{margin-top:var(--space-10)}.process-timeline-enhanced{gap:var(--space-6);padding:0 var(--space-5)}.process-step-enhanced{gap:var(--space-4)}.step-number-enhanced{width:60px;height:60px}.step-number-enhanced .icon-bg{padding:var(--space-3)}.step-icon svg{width:20px;height:20px}.step-num{font-size:var(--font-size-xs)}.step-content-enhanced{padding:var(--space-5);border-radius:var(--radius-md)}.step-header{gap:var(--space-2);margin-bottom:var(--space-4)}.step-title{font-size:var(--font-size-base)}.step-duration{font-size:var(--font-size-xs);padding:var(--space-1) var(--space-2)}.step-description{font-size:var(--font-size-sm);margin-bottom:var(--space-4)}.step-features{gap:var(--space-2);margin-bottom:var(--space-4)}.feature-tag{font-size:var(--font-size-xs);padding:var(--space-1) var(--space-2)}.step-progress{gap:var(--space-2)}.progress-bar{height:4px}.progress-text{font-size:var(--font-size-xs)}}@media (min-width: 480px) and (max-width: 767px){.modern-process{padding:var(--space-13) 0}.section-header{margin-bottom:var(--space-8);padding:0 var(--space-6)}.modern-process .section-title{font-size:clamp(var(--font-size-2xl),5vw,var(--font-size-3xl));margin-bottom:var(--space-5)}.modern-process .section-subtitle{font-size:var(--font-size-sm);max-width:550px;margin-bottom:var(--space-6);line-height:var(--line-height-relaxed)}.container{padding:0 var(--space-6)}.process-flow{margin-top:var(--space-12)}.process-timeline-enhanced{gap:var(--space-8);max-width:600px}.process-step-enhanced{gap:var(--space-5)}.step-number-enhanced{width:70px;height:70px}.step-number-enhanced .icon-bg{padding:var(--space-4)}.step-icon svg{width:22px;height:22px}.step-num{font-size:var(--font-size-sm)}.step-content-enhanced{padding:var(--space-7);border-radius:var(--radius-lg)}.step-header{gap:var(--space-3);margin-bottom:var(--space-5)}.step-title{font-size:var(--font-size-lg)}.step-duration{font-size:var(--font-size-sm);padding:var(--space-2) var(--space-4)}.step-description{font-size:var(--font-size-base);margin-bottom:var(--space-6)}.step-features{gap:var(--space-2);margin-bottom:var(--space-6)}.feature-tag{font-size:var(--font-size-sm);padding:var(--space-2) var(--space-4)}.step-progress{gap:var(--space-2)}.progress-bar{height:5px}.progress-text{font-size:var(--font-size-sm)}}@media (min-width: 768px) and (max-width: 1023px){.modern-process{padding:var(--space-20) 0}.section-header{margin-bottom:var(--space-10);padding:0 var(--space-6)}.modern-process .section-title{font-size:clamp(var(--font-size-2xl),4vw,var(--font-size-3xl));margin-bottom:var(--space-6)}.modern-process .section-subtitle{font-size:var(--font-size-base);max-width:650px;line-height:var(--line-height-relaxed)}.container{padding:0 var(--space-6)}.process-flow{margin-top:var(--space-14)}.process-timeline-enhanced{gap:var(--space-10);max-width:750px}.process-step-enhanced{flex-direction:row;align-items:flex-start;text-align:left;gap:var(--space-8)}.step-connector{display:flex;top:80px}.connector-line{height:50px}.step-number-enhanced{width:80px;height:80px}.step-number-enhanced .icon-bg{padding:var(--space-5)}.step-icon svg{width:24px;height:24px}.step-num{font-size:var(--font-size-sm)}.step-content-enhanced{padding:var(--space-10);width:auto;flex:1}.step-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:var(--space-4)}.step-title{font-size:var(--font-size-xl);text-align:left}.step-description{text-align:left;font-size:var(--font-size-base);margin-bottom:var(--space-8)}.step-features{justify-content:flex-start;gap:var(--space-3);margin-bottom:var(--space-8)}.feature-tag{font-size:var(--font-size-sm);padding:var(--space-2) var(--space-4)}.step-progress{flex-direction:row;gap:var(--space-4)}.progress-bar{height:6px}.progress-text{min-width:60px;text-align:right;font-size:var(--font-size-sm)}}@media (min-width: 1024px) and (max-width: 1439px){.modern-process{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-12);padding:0 var(--space-8)}.modern-process .section-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-8)}.modern-process .section-subtitle{font-size:var(--font-size-base-lg);max-width:750px;line-height:var(--line-height-relaxed)}.container{padding:0 var(--space-8)}.process-flow{margin-top:var(--space-16)}.process-timeline-enhanced{gap:var(--space-12);max-width:900px}.process-step-enhanced{flex-direction:row;align-items:flex-start;text-align:left;gap:var(--space-10)}.step-connector{display:flex;top:80px}.connector-line{height:60px}.step-number-enhanced{width:88px;height:88px}.step-number-enhanced .icon-bg{padding:var(--space-6)}.step-icon svg{width:28px;height:28px}.step-num{font-size:var(--font-size-base)}.step-content-enhanced{padding:var(--space-10);width:auto;flex:1}.step-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6)}.step-title{font-size:var(--font-size-2xl);text-align:left}.step-description{text-align:left;font-size:var(--font-size-lg);margin-bottom:var(--space-8)}.step-features{justify-content:flex-start;gap:var(--space-3);margin-bottom:var(--space-8)}.feature-tag{font-size:var(--font-size-base);padding:var(--space-2) var(--space-5)}.step-progress{flex-direction:row;gap:var(--space-4)}.progress-bar{height:6px}.progress-text{min-width:60px;text-align:right;font-size:var(--font-size-base)}}@media (min-width: 1440px) and (max-width: 1919px){.modern-process{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-14);padding:0 var(--space-10)}.modern-process .section-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl));margin-bottom:var(--space-8)}.modern-process .section-subtitle{font-size:var(--font-size-lg);max-width:850px;line-height:var(--line-height-relaxed)}.container{padding:0 var(--space-10);max-width:var(--container-2xl)}.process-flow{margin-top:var(--space-18)}.process-timeline-enhanced{gap:var(--space-13);max-width:1000px}.process-step-enhanced{flex-direction:row;align-items:flex-start;text-align:left;gap:var(--space-12)}.step-connector{display:flex;top:90px}.connector-line{height:70px}.step-number-enhanced{width:96px;height:96px}.step-number-enhanced .icon-bg{padding:var(--space-7)}.step-icon svg{width:32px;height:32px}.step-num{font-size:var(--font-size-lg)}.step-content-enhanced{padding:var(--space-10);width:auto;flex:1}.step-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6)}.step-title{font-size:var(--font-size-2xl);text-align:left}.step-description{text-align:left;font-size:var(--font-size-xl);margin-bottom:var(--space-8)}.step-features{justify-content:flex-start;gap:var(--space-4);margin-bottom:var(--space-8)}.feature-tag{font-size:var(--font-size-lg);padding:var(--space-3) var(--space-6)}.step-progress{flex-direction:row;gap:var(--space-4)}.progress-bar{height:6px}.progress-text{min-width:70px;text-align:right;font-size:var(--font-size-base)}}@media (min-width: 1920px) and (max-width: 2559px){.modern-process{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-16);padding:0 var(--space-12)}.modern-process .section-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl));margin-bottom:var(--space-8)}.modern-process .section-subtitle{font-size:var(--font-size-2xl);max-width:950px;line-height:var(--line-height-relaxed)}.container{padding:0 var(--space-12);max-width:var(--container-3xl)}.process-flow{margin-top:var(--space-20)}.process-timeline-enhanced{gap:var(--space-16);max-width:1200px}.process-step-enhanced{flex-direction:row;align-items:flex-start;text-align:left;gap:var(--space-14)}.step-connector{display:flex;top:100px}.connector-line{height:80px}.step-number-enhanced{width:112px;height:112px}.step-number-enhanced .icon-bg{padding:var(--space-8)}.step-icon svg{width:36px;height:36px}.step-num{font-size:var(--font-size-xl)}.step-content-enhanced{padding:var(--space-12);width:auto;flex:1}.step-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-8)}.step-title{font-size:var(--font-size-2xl);text-align:left}.step-description{text-align:left;font-size:var(--font-size-xl);margin-bottom:var(--space-10)}.step-features{justify-content:flex-start;gap:var(--space-4);margin-bottom:var(--space-10)}.feature-tag{font-size:var(--font-size-xl);padding:var(--space-3) var(--space-7)}.step-progress{flex-direction:row;gap:var(--space-4)}.progress-bar{height:8px}.progress-text{min-width:80px;text-align:right;font-size:var(--font-size-lg)}}@media (min-width: 2560px) and (max-width: 3439px){.modern-process{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-20);padding:0 var(--space-16)}.modern-process .section-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl));margin-bottom:var(--space-10)}.modern-process .section-subtitle{font-size:var(--font-size-2xl);max-width:1100px;line-height:var(--line-height-relaxed)}.container{padding:0 var(--space-16);max-width:var(--container-4xl)}.process-flow{margin-top:var(--space-24)}.process-timeline-enhanced{gap:var(--space-20);max-width:1400px}.process-step-enhanced{flex-direction:row;align-items:flex-start;text-align:left;gap:var(--space-16)}.step-connector{display:flex;top:120px}.connector-line{height:100px}.step-number-enhanced{width:128px;height:128px}.step-number-enhanced .icon-bg{padding:var(--space-10)}.step-icon svg{width:44px;height:44px}.step-num{font-size:var(--font-size-xl-2xl)}.step-content-enhanced{padding:var(--space-14);width:auto;flex:1}.step-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-8)}.step-title{font-size:var(--font-size-2xl-3xl);text-align:left}.step-description{text-align:left;font-size:var(--font-size-xl-2xl);margin-bottom:var(--space-12)}.step-features{justify-content:flex-start;gap:var(--space-5);margin-bottom:var(--space-12)}.feature-tag{font-size:var(--font-size-2xl);padding:var(--space-4) var(--space-8)}.step-progress{flex-direction:row;gap:var(--space-4)}.progress-bar{height:8px}.progress-text{min-width:90px;text-align:right;font-size:var(--font-size-xl)}}@media (min-width: 3440px){.modern-process{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-24);padding:0 var(--space-20)}.modern-process .section-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-10)}.modern-process .section-subtitle{font-size:var(--font-size-lg-xl);max-width:1300px;line-height:var(--line-height-relaxed)}.container{padding:0 var(--space-20);max-width:var(--container-4xl)}.process-flow{margin-top:var(--space-28)}.process-timeline-enhanced{gap:var(--space-18);max-width:1600px}.process-step-enhanced{flex-direction:row;align-items:flex-start;text-align:left;gap:var(--space-16)}.step-connector{display:flex;top:140px}.connector-line{height:120px}.step-number-enhanced{width:144px;height:144px}.step-number-enhanced .icon-bg{padding:var(--space-12)}.step-icon svg{width:52px;height:52px}.step-num{font-size:var(--font-size-xl)}.step-content-enhanced{padding:var(--space-10);width:auto;flex:1}.step-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-10)}.step-title{font-size:var(--font-size-xl-2xl);text-align:left}.step-description{text-align:left;font-size:var(--font-size-base-lg);margin-bottom:var(--space-10)}.step-features{justify-content:flex-start;gap:var(--space-5);margin-bottom:var(--space-10)}.feature-tag{font-size:var(--font-size-sm-base);padding:var(--space-3) var(--space-6)}.step-progress{flex-direction:row;gap:var(--space-4)}.progress-bar{height:10px}.progress-text{min-width:100px;text-align:right;font-size:var(--font-size-2xl)}}@media (max-height: 500px) and (orientation: landscape){.modern-process{padding:var(--space-8) 0}.section-header{margin-bottom:var(--space-4)}.modern-process .section-title{font-size:clamp(var(--font-size-lg),4vw,var(--font-size-xl));margin-bottom:var(--space-2)}.modern-process .section-subtitle{font-size:var(--font-size-xs);margin-bottom:var(--space-3)}.process-flow{margin-top:var(--space-6)}.process-timeline-enhanced{gap:var(--space-4)}.process-step-enhanced{gap:var(--space-2)}.step-content-enhanced{padding:var(--space-4)}.step-header{margin-bottom:var(--space-2)}.step-description{margin-bottom:var(--space-3);font-size:var(--font-size-xs)}.step-features{margin-bottom:var(--space-3)}.step-progress{gap:var(--space-1)}}@media (prefers-reduced-motion: reduce){.step-number-enhanced{transition:none;animation:none}.step-content-enhanced{transition:none}.step-content-enhanced:hover,.feature-tag:hover{transform:none}.progress-fill:after{animation:none}}@media (prefers-contrast: high){.step-content-enhanced{background:var(--bg-white);border:2px solid var(--primary-dark)}}.modern-impact{padding:var(--space-12) 0;position:relative;z-index:1}.modern-impact:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-subtle);pointer-events:none}.section-title{font-size:clamp(var(--font-size-xl),5vw,var(--font-size-2xl));font-weight:var(--font-weight-bold);color:var(--text-white);text-shadow:0 2px 8px rgba(0,0,0,.3);margin-bottom:var(--space-4)}.section-subtitle{color:var(--text-white);text-shadow:0 1px 4px rgba(0,0,0,.2);font-size:var(--font-size-xs);max-width:700px;margin:0 auto;line-height:var(--line-height-relaxed)}.impact-dashboard{display:grid;grid-template-columns:1fr;gap:var(--space-6);margin-top:var(--space-8)}.modern-stat{background:#1e3a4ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:var(--space-6);display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-4);border:1px solid rgba(51,192,176,.2);color:var(--text-white);transition:all .3s ease}.modern-stat:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003;border-color:#33c0b066}.stat-indicator{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);flex-shrink:0}.stat-number{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--secondary-teal);line-height:var(--line-height-none)}.stat-icon{font-size:var(--font-size-xl);opacity:.8;color:var(--secondary-teal);display:flex;align-items:center;justify-content:center}.stat-icon svg{width:1.5rem;height:1.5rem;stroke:currentColor;fill:none}.stat-content{flex:1}.stat-content h3{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);margin-bottom:var(--space-2);color:var(--text-white);line-height:var(--line-height-snug)}.stat-content p{opacity:.9;margin-bottom:0;line-height:var(--line-height-normal);color:var(--text-light);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal)}@media (min-width: 320px) and (max-width: 374px){.modern-impact{padding:var(--space-10) 0}.section-header{margin-bottom:var(--space-6);padding:0 var(--space-4)}.section-title{font-size:clamp(var(--font-size-lg),8vw,var(--font-size-xl));margin-bottom:var(--space-3)}.section-subtitle{font-size:var(--font-size-xs);margin-bottom:var(--space-4)}.container{padding:0 var(--space-4)}.impact-dashboard{gap:var(--space-4);margin-top:var(--space-6)}.modern-stat{padding:var(--space-4);gap:var(--space-3)}.stat-number{font-size:var(--font-size-xl)}.stat-icon{font-size:var(--font-size-lg)}.stat-icon svg{width:1.2rem;height:1.2rem}.stat-content h3{font-size:var(--font-size-base);margin-bottom:var(--space-1)}.stat-content p{font-size:var(--font-size-xs);line-height:var(--line-height-normal)}}@media (min-width: 375px) and (max-width: 424px){.modern-impact{padding:var(--space-10) 0}.section-header{margin-bottom:var(--space-6);padding:0 var(--space-5)}.section-title{font-size:clamp(var(--font-size-lg),7vw,var(--font-size-xl));margin-bottom:var(--space-3)}.section-subtitle{font-size:var(--font-size-xs);margin-bottom:var(--space-4)}.container{padding:0 var(--space-5)}.impact-dashboard{gap:var(--space-5);margin-top:var(--space-6)}.modern-stat{padding:var(--space-5);gap:var(--space-3)}.stat-number{font-size:var(--font-size-xl)}.stat-icon{font-size:var(--font-size-lg)}.stat-icon svg{width:1.3rem;height:1.3rem}.stat-content h3{font-size:var(--font-size-base);margin-bottom:var(--space-1)}.stat-content p{font-size:var(--font-size-xs);line-height:var(--line-height-normal)}}@media (min-width: 480px) and (max-width: 767px){.modern-impact{padding:var(--space-14) 0}.section-header{margin-bottom:var(--space-8);padding:0 var(--space-6)}.section-title{font-size:clamp(var(--font-size-2xl),5vw,var(--font-size-3xl));margin-bottom:var(--space-5)}.section-subtitle{font-size:var(--font-size-sm);max-width:550px;margin-bottom:var(--space-6)}.container{padding:0 var(--space-6)}.impact-dashboard{gap:var(--space-6);margin-top:var(--space-8)}.modern-stat{padding:var(--space-6);gap:var(--space-4)}.stat-number{font-size:var(--font-size-2xl)}.stat-icon{font-size:var(--font-size-xl)}.stat-icon svg{width:1.5rem;height:1.5rem}.stat-content h3{font-size:var(--font-size-lg);margin-bottom:var(--space-2)}.stat-content p{font-size:var(--font-size-sm);line-height:var(--line-height-normal)}}@media (min-width: 768px) and (max-width: 1023px){.modern-impact{padding:var(--space-20) 0}.section-header{margin-bottom:var(--space-10);padding:0 var(--space-6)}.section-title{font-size:clamp(var(--font-size-2xl),4vw,var(--font-size-3xl));margin-bottom:var(--space-6)}.section-subtitle{font-size:var(--font-size-base);max-width:650px}.container{padding:0 var(--space-6);max-width:var(--container-xl)}.impact-dashboard{grid-template-columns:repeat(2,1fr);gap:var(--space-7);margin-top:var(--space-10)}.modern-stat{padding:var(--space-8);gap:var(--space-5)}.stat-number{font-size:var(--font-size-2xl)}.stat-icon{font-size:var(--font-size-xl)}.stat-icon svg{width:1.75rem;height:1.75rem}.stat-content h3{font-size:var(--font-size-lg);margin-bottom:var(--space-3)}.stat-content p{font-size:var(--font-size-base);line-height:var(--line-height-normal)}}@media (min-width: 1024px) and (max-width: 1439px){.modern-impact{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-12);padding:0 var(--space-8)}.section-title{font-size:clamp(var(--font-size-3xl-4xl),3vw,var(--font-size-4xl-5xl));margin-bottom:var(--space-8)}.section-subtitle{font-size:var(--font-size-base-lg);max-width:750px}.container{padding:0 var(--space-8);max-width:var(--container-2xl)}.impact-dashboard{grid-template-columns:repeat(2,1fr);gap:var(--space-8);margin-top:var(--space-14)}.modern-stat{padding:var(--space-10);gap:var(--space-6)}.stat-number{font-size:var(--font-size-3xl-4xl)}.stat-icon{font-size:var(--font-size-2xl-3xl)}.stat-icon svg{width:2.25rem;height:2.25rem}.stat-content h3{font-size:var(--font-size-2xl);margin-bottom:var(--space-4)}.stat-content p{font-size:var(--font-size-lg);line-height:var(--line-height-normal)}}@media (min-width: 1440px) and (max-width: 1919px){.modern-impact{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-14);padding:0 var(--space-10)}.section-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl));margin-bottom:var(--space-8)}.section-subtitle{font-size:var(--font-size-lg);max-width:850px}.container{padding:0 var(--space-10);max-width:var(--container-2xl)}.impact-dashboard{grid-template-columns:repeat(2,1fr);gap:var(--space-9);margin-top:var(--space-16)}.modern-stat{padding:var(--space-10);gap:var(--space-6)}.stat-number{font-size:var(--font-size-3xl)}.stat-icon{font-size:var(--font-size-2xl)}.stat-icon svg{width:2.5rem;height:2.5rem}.stat-content h3{font-size:var(--font-size-2xl);margin-bottom:var(--space-4)}.stat-content p{font-size:var(--font-size-lg);line-height:var(--line-height-normal)}}@media (min-width: 1920px) and (max-width: 2559px){.modern-impact{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-16);padding:0 var(--space-12)}.section-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-8)}.section-subtitle{font-size:var(--font-size-lg-xl);max-width:950px}.container{padding:0 var(--space-12);max-width:var(--container-3xl)}.impact-dashboard{grid-template-columns:repeat(2,1fr);gap:var(--space-12);margin-top:var(--space-20)}.modern-stat{padding:var(--space-12);gap:var(--space-8)}.stat-number{font-size:var(--font-size-3xl-4xl)}.stat-icon{font-size:var(--font-size-2xl-3xl)}.stat-icon svg{width:3rem;height:3rem}.stat-content h3{font-size:var(--font-size-lg);margin-bottom:var(--space-5)}.stat-content p{font-size:var(--font-size-base);line-height:var(--line-height-normal)}}@media (min-width: 2560px) and (max-width: 3439px){.modern-impact{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-20);padding:0 var(--space-16)}.section-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-8)}.section-subtitle{font-size:var(--font-size-xl-2xl);max-width:1100px}.container{padding:0 var(--space-16);max-width:var(--container-4xl)}.impact-dashboard{grid-template-columns:repeat(2,1fr);gap:var(--space-16);margin-top:var(--space-24)}.modern-stat{padding:var(--space-10);gap:var(--space-8)}.stat-number{font-size:var(--font-size-2xl)}.stat-icon{font-size:var(--font-size-xl)}.stat-icon svg{width:3.5rem;height:3.5rem}.stat-content h3{font-size:var(--font-size-3xl);margin-bottom:var(--space-6)}.stat-content p{font-size:var(--font-size-2xl);line-height:var(--line-height-normal)}}@media (min-width: 3440px){.modern-impact{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-24);padding:0 var(--space-20)}.section-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-10)}.section-subtitle{font-size:var(--font-size-lg-xl);max-width:1300px}.container{padding:0 var(--space-20);max-width:var(--container-4xl)}.impact-dashboard{grid-template-columns:repeat(2,1fr);gap:var(--space-20);margin-top:var(--space-28)}.modern-stat{padding:var(--space-16);gap:var(--space-12)}.stat-number{font-size:var(--font-size-2xl-3xl)}.stat-icon{font-size:var(--font-size-xl-2xl)}.stat-icon svg{width:3rem;height:3rem}.stat-content h3{font-size:var(--font-size-lg-xl);margin-bottom:var(--space-8)}.stat-content p{font-size:var(--font-size-base);line-height:var(--line-height-normal)}}@media (max-height: 500px) and (orientation: landscape){.modern-impact{padding:var(--space-8) 0}.section-header{margin-bottom:var(--space-4)}.section-title{font-size:clamp(var(--font-size-lg),4vw,var(--font-size-xl));margin-bottom:var(--space-2)}.section-subtitle{font-size:var(--font-size-xs);margin-bottom:var(--space-3)}.impact-dashboard{grid-template-columns:repeat(2,1fr);gap:var(--space-4);margin-top:var(--space-6)}.modern-stat{padding:var(--space-4);gap:var(--space-2)}.stat-number{font-size:var(--font-size-lg)}.stat-icon{font-size:var(--font-size-base)}.stat-icon svg{width:1rem;height:1rem}.stat-content h3{font-size:var(--font-size-sm);margin-bottom:var(--space-1)}.stat-content p{font-size:var(--font-size-xs);line-height:var(--line-height-tight)}}@media (prefers-reduced-motion: reduce){.modern-stat{transition:none}.modern-stat:hover{transform:none}}@media (prefers-contrast: high){.modern-stat{background:var(--bg-white);border:2px solid var(--primary-dark)}}.trust{position:relative;padding:var(--space-12) 0;background:var(--background-dark);overflow:hidden}.trust .container{max-width:var(--container-xl);margin:0 auto;padding:0 var(--space-6)}.trust .section-header{text-align:center;margin-bottom:var(--space-16)}.trust .section-title{font-size:clamp(var(--font-size-2xl),4vw,var(--font-size-4xl));font-weight:var(--font-weight-bold);color:var(--text-white);margin-bottom:var(--space-4);line-height:var(--line-height-snug)}.trust .section-subtitle{font-size:var(--font-size-xs);color:var(--text-white);text-shadow:0 1px 4px rgba(0,0,0,.2);max-width:700px;margin:0 auto;line-height:var(--line-height-relaxed);font-weight:var(--font-weight-normal);opacity:.9}.trust .gradient-text{background:linear-gradient(135deg,#00d4ff,#33c0b0,#2bb6a3,#00ffe5,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:gradientShift 3s ease-in-out infinite;filter:drop-shadow(0 0 10px rgba(0,212,255,.3))}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-8);max-width:1200px;margin:0 auto}.trust-card{background:#1e3a4acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(51,192,176,.2);border-radius:var(--radius-xl);padding:var(--space-8);text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.trust-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#33c0b00d,#2bb6a30d);opacity:0;transition:opacity .4s ease;z-index:1}.trust-card:hover:before{opacity:1}.trust-card:hover{transform:translateY(-8px);border-color:#33c0b066;box-shadow:0 20px 40px #0003,0 0 20px #33c0b033}.trust-icon{margin-bottom:var(--space-6);position:relative;z-index:2}.trust-icon .icon-bg{width:80px;height:80px;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;transition:all .4s cubic-bezier(.4,0,.2,1)}.trust-icon .icon-bg svg{color:var(--text-white);transition:all .4s cubic-bezier(.4,0,.2,1)}.trust-card:hover .icon-bg{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 20px #33c0b066}.trust-card:hover .icon-bg svg{transform:scale(1.1);filter:drop-shadow(0 2px 8px rgba(51,192,176,.6))}.trust-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--text-white);margin-bottom:var(--space-4);line-height:1.3;position:relative;z-index:2}.trust-description{font-size:var(--font-size-base);color:var(--text-light);line-height:1.6;margin:0;position:relative;z-index:2}.trust-description strong{color:var(--secondary);font-weight:var(--font-weight-bold)}@media (min-width: 320px) and (max-width: 400px){.trust{padding:var(--space-16) 0}.trust .container{padding:0 var(--space-4)}.trust .section-header{margin-bottom:var(--space-12)}.trust .section-title{font-size:var(--font-size-2xl)}.trust-grid{grid-template-columns:1fr;gap:var(--space-6)}.trust-card{padding:var(--space-6)}.trust-icon .icon-bg{width:60px;height:60px}.trust-title{font-size:var(--font-size-lg)}.trust-description{font-size:var(--font-size-sm)}}@media (min-width: 401px) and (max-width: 479px){.trust{padding:var(--space-16) 0}.trust .container{padding:0 var(--space-4)}.trust .section-header{margin-bottom:var(--space-12)}.trust .section-title{font-size:var(--font-size-3xl)}.trust-grid{grid-template-columns:1fr;gap:var(--space-6)}.trust-card{padding:var(--space-6)}.trust-icon .icon-bg{width:65px;height:65px}.trust-title{font-size:var(--font-size-lg)}.trust-description{font-size:var(--font-size-sm)}}@media (min-width: 480px) and (max-width: 767px){.trust{padding:var(--space-18) 0}.trust .container{padding:0 var(--space-5)}.trust .section-header{margin-bottom:var(--space-14)}.trust .section-title{font-size:var(--font-size-3xl)}.trust-grid{grid-template-columns:1fr;gap:var(--space-8)}.trust-card{padding:var(--space-8)}.trust-icon .icon-bg{width:70px;height:70px}.trust-title{font-size:var(--font-size-lg-xl)}.trust-description{font-size:var(--font-size-sm-base)}}@media (min-width: 768px) and (max-width: 1023px){.trust{padding:var(--space-20) 0}.trust .container{padding:0 var(--space-6)}.trust .section-header{margin-bottom:var(--space-16)}.trust .section-title{font-size:clamp(var(--font-size-2xl),4vw,var(--font-size-3xl))}.trust .section-subtitle{font-size:var(--font-size-sm);max-width:650px}.trust-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-8)}.trust-card{padding:var(--space-8)}.trust-icon .icon-bg{width:80px;height:80px}.trust-title{font-size:var(--font-size-lg-xl)}.trust-description{font-size:var(--font-size-sm-base)}}@media (min-width: 1024px) and (max-width: 1439px){.trust{padding:var(--space-16) 0}.trust .container{padding:0 var(--space-8)}.trust .section-header{margin-bottom:var(--space-20)}.trust .section-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl))}.trust .section-subtitle{font-size:var(--font-size-base);max-width:750px}.trust-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-10)}.trust-card{padding:var(--space-10)}.trust-icon .icon-bg{width:90px;height:90px}.trust-title{font-size:var(--font-size-lg-xl)}.trust-description{font-size:var(--font-size-sm-base)}}@media (min-width: 1440px) and (max-width: 1919px){.trust{padding:var(--space-16) 0}.trust .container{padding:0 var(--space-10)}.trust .section-header{margin-bottom:var(--space-24)}.trust .section-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl))}.trust .section-subtitle{font-size:var(--font-size-lg);max-width:850px}.trust-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-8)}.trust-card{padding:var(--space-8)}.trust-icon .icon-bg{width:100px;height:100px}.trust-title{font-size:var(--font-size-2xl)}.trust-description{font-size:var(--font-size-lg)}}@media (min-width: 1920px) and (max-width: 2559px){.trust{padding:var(--space-16) 0}.trust .container{padding:0 var(--space-12)}.trust .section-header{margin-bottom:var(--space-28)}.trust .section-title{font-size:clamp(var(--font-size-4xl),3vw,var(--font-size-5xl))}.trust .section-subtitle{font-size:var(--font-size-xl);max-width:950px}.trust-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-8)}.trust-card{padding:var(--space-8)}.trust-icon .icon-bg{width:90px;height:90px}.trust-title{font-size:var(--font-size-lg)}.trust-description{font-size:var(--font-size-sm)}}@media (min-width: 2560px) and (max-width: 3439px){.trust{padding:var(--space-16) 0}.trust .container{padding:0 var(--space-4)}.trust .section-header{margin-bottom:var(--space-32)}.trust .section-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl))}.trust .section-subtitle{font-size:var(--font-size-base-lg);max-width:1100px}.trust-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-8)}.trust-card{padding:var(--space-8)}.trust-icon .icon-bg{width:120px;height:120px}.trust-title{font-size:var(--font-size-lg-xl)}.trust-description{font-size:var(--font-size-sm-base)}}@media (min-width: 3440px){.trust{padding:var(--space-16) 0}.trust .container{padding:0 var(--space-4)}.trust .section-header{margin-bottom:var(--space-36)}.trust .section-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl))}.trust .section-subtitle{font-size:var(--font-size-lg-xl);max-width:1300px}.trust-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-8)}.trust-card{padding:var(--space-8)}.trust-icon .icon-bg{width:100px;height:100px}.trust-title{font-size:var(--font-size-lg-xl)}.trust-description{font-size:var(--font-size-sm-base)}}.modern-testimonials{padding:var(--space-12) 0;position:relative;z-index:1;overflow:hidden}.modern-testimonials:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-subtle);pointer-events:none}.section-header{text-align:center;margin-bottom:var(--space-8);padding:0 var(--space-4)}.modern-title{font-size:clamp(var(--font-size-xl),5vw,var(--font-size-2xl));font-weight:var(--font-weight-bold);color:var(--text-white);text-shadow:0 2px 8px rgba(0,0,0,.3)}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6);margin:var(--space-16) 0}.testimonial-card{background:#1e3a4ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:var(--space-6);border:1px solid rgba(51,192,176,.2);transition:all .3s ease;width:100%}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003;border-color:#33c0b066;background:#1e3a4ae6}.testimonial-content p{font-size:var(--font-size-base);line-height:var(--line-height-relaxed);color:#b0b0b0;margin-bottom:var(--space-6);font-style:italic;font-weight:var(--font-weight-normal)}.testimonial-author{display:flex;align-items:center;gap:var(--space-4)}.author-info{display:flex;flex-direction:column}.author-info h4{color:silver;font-weight:var(--font-weight-bold);margin-bottom:var(--space-1);font-size:var(--font-size-base)}.author-info span{color:#a0a0a0;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal)}@media (min-width: 320px) and (max-width: 374px){.modern-testimonials{padding:var(--space-10) 0}.section-header{margin-bottom:var(--space-6);padding:0 var(--space-4)}.modern-title{font-size:clamp(var(--font-size-lg),8vw,var(--font-size-xl));margin-bottom:var(--space-3)}.container{padding:0 var(--space-4)}.testimonials-grid{gap:var(--space-4);margin:var(--space-10) 0}.testimonial-card{padding:var(--space-4)}.testimonial-content p{font-size:var(--font-size-sm);margin-bottom:var(--space-4)}.author-info h4{font-size:var(--font-size-sm)}.author-info span{font-size:var(--font-size-xs)}}@media (min-width: 375px) and (max-width: 424px){.modern-testimonials{padding:var(--space-10) 0}.section-header{margin-bottom:var(--space-6);padding:0 var(--space-5)}.modern-title{font-size:clamp(var(--font-size-lg),7vw,var(--font-size-xl));margin-bottom:var(--space-3)}.container{padding:0 var(--space-5)}.testimonials-grid{gap:var(--space-5);margin:var(--space-10) 0}.testimonial-card{padding:var(--space-5)}.testimonial-content p{font-size:var(--font-size-sm);margin-bottom:var(--space-5)}.author-info h4{font-size:var(--font-size-sm)}.author-info span{font-size:var(--font-size-xs)}}@media (min-width: 480px) and (max-width: 767px){.modern-testimonials{padding:var(--space-14) 0}.section-header{margin-bottom:var(--space-8);padding:0 var(--space-6)}.modern-title{font-size:clamp(var(--font-size-2xl),5vw,var(--font-size-3xl));margin-bottom:var(--space-5)}.container{padding:0 var(--space-6)}.testimonials-grid{gap:var(--space-8);margin:var(--space-12) 0}.testimonial-card{padding:var(--space-7)}.testimonial-content p{font-size:var(--font-size-base);margin-bottom:var(--space-6)}.author-info h4{font-size:var(--font-size-base)}.author-info span{font-size:var(--font-size-sm)}}@media (min-width: 768px) and (max-width: 1023px){.modern-testimonials{padding:var(--space-20) 0}.section-header{margin-bottom:var(--space-10);padding:0 var(--space-6)}.modern-title{font-size:clamp(var(--font-size-2xl),4vw,var(--font-size-3xl));margin-bottom:var(--space-6)}.container{padding:0 var(--space-6);max-width:var(--container-xl)}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-10);margin:var(--space-14) 0}.testimonial-card{padding:var(--space-8)}.testimonial-content p{font-size:var(--font-size-lg);margin-bottom:var(--space-8)}.author-info h4{font-size:var(--font-size-lg)}.author-info span{font-size:var(--font-size-base)}}@media (min-width: 1024px) and (max-width: 1439px){.modern-testimonials{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-12);padding:0 var(--space-8)}.modern-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl));margin-bottom:var(--space-8)}.container{padding:0 var(--space-8);max-width:var(--container-2xl)}.testimonials-grid{gap:var(--space-12);margin:var(--space-16) 0}.testimonial-card{padding:var(--space-10)}.testimonial-content p{font-size:var(--font-size-xl);margin-bottom:var(--space-8)}.author-info h4{font-size:var(--font-size-xl)}.author-info span{font-size:var(--font-size-lg)}}@media (min-width: 1440px) and (max-width: 1919px){.modern-testimonials{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-14);padding:0 var(--space-10)}.modern-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-8)}.container{padding:0 var(--space-10);max-width:var(--container-2xl)}.testimonials-grid{gap:var(--space-13);margin:var(--space-18) 0}.testimonial-card{padding:var(--space-10)}.testimonial-content p{font-size:var(--font-size-xl-2xl);margin-bottom:var(--space-8)}.author-info h4{font-size:var(--font-size-xl-2xl)}.author-info span{font-size:var(--font-size-lg-xl)}}@media (min-width: 1920px) and (max-width: 2559px){.modern-testimonials{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-16);padding:0 var(--space-12)}.modern-title{font-size:clamp(var(--font-size-3xl-4xl),3vw,var(--font-size-4xl-5xl));margin-bottom:var(--space-10)}.container{padding:0 var(--space-12);max-width:var(--container-3xl)}.testimonials-grid{gap:var(--space-16);margin:var(--space-20) 0}.testimonial-card{padding:var(--space-12)}.testimonial-content p{font-size:var(--font-size-xl-2xl);margin-bottom:var(--space-10)}.author-info h4{font-size:var(--font-size-xl-2xl)}.author-info span{font-size:var(--font-size-xl)}}@media (min-width: 2560px) and (max-width: 3439px){.modern-testimonials{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-20);padding:0 var(--space-16)}.modern-title{font-size:clamp(var(--font-size-4xl),3vw,var(--font-size-5xl));margin-bottom:var(--space-12)}.container{padding:0 var(--space-16);max-width:var(--container-4xl)}.testimonials-grid{gap:var(--space-20);margin:var(--space-24) 0}.testimonial-card{padding:var(--space-14)}.testimonial-content p{font-size:var(--font-size-3xl);margin-bottom:var(--space-12)}.author-info h4{font-size:var(--font-size-3xl)}.author-info span{font-size:var(--font-size-2xl)}}@media (min-width: 3440px){.modern-testimonials{padding:var(--space-16) 0}.section-header{margin-bottom:var(--space-24);padding:0 var(--space-20)}.modern-title{font-size:clamp(var(--font-size-5xl),3vw,var(--font-size-6xl));margin-bottom:var(--space-14)}.container{padding:0 var(--space-20);max-width:var(--container-4xl)}.testimonials-grid{gap:var(--space-24);margin:var(--space-28) 0}.testimonial-card{padding:var(--space-10)}.testimonial-content p{font-size:var(--font-size-lg-xl);margin-bottom:var(--space-10)}.author-info h4{font-size:var(--font-size-base-lg)}.author-info span{font-size:var(--font-size-sm-base)}}@media (max-height: 500px) and (orientation: landscape){.modern-testimonials{padding:var(--space-8) 0}.section-header{margin-bottom:var(--space-4)}.modern-title{font-size:clamp(var(--font-size-lg),4vw,var(--font-size-xl));margin-bottom:var(--space-2)}.testimonials-grid{gap:var(--space-4);margin:var(--space-6) 0}.testimonial-card{padding:var(--space-4)}.testimonial-content p{font-size:var(--font-size-xs);margin-bottom:var(--space-3)}.author-info h4,.author-info span{font-size:var(--font-size-xs)}}@media (prefers-reduced-motion: reduce){.testimonial-card{transition:none}.testimonial-card:hover{transform:none}}@media (prefers-contrast: high){.testimonial-card{background:var(--bg-white);border:2px solid var(--primary-dark)}}.professional-cta{padding:var(--space-12) 0;position:relative;overflow:hidden;background:var(--gradient-subtle);z-index:1}.professional-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-subtle);pointer-events:none}.container{max-width:100%;margin:0 auto;padding:0 var(--space-4);position:relative;z-index:2}.cta-content-centered{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2}.cta-headline{font-size:clamp(var(--font-size-2xl),5vw,var(--font-size-4xl));font-weight:var(--font-weight-bold);color:var(--text-white);margin-bottom:var(--space-6);text-shadow:0 2px 8px rgba(0,0,0,.3);line-height:var(--line-height-snug)}.gradient-text{color:var(--secondary-teal);background:linear-gradient(135deg,var(--secondary-teal) 0%,var(--secondary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-description{font-size:var(--font-size-base);line-height:var(--line-height-relaxed);color:#b0b0b0;margin-bottom:var(--space-10);max-width:600px;margin-left:auto;margin-right:auto;font-weight:var(--font-weight-normal)}.cta-demo-btn{background:linear-gradient(135deg,#2bb6a3,#33c0b0);color:var(--text-white);border:none;padding:var(--space-4) var(--space-10);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--duration-300) var(--ease-out);box-shadow:0 4px 15px #2bb6a34d;text-transform:uppercase;letter-spacing:var(--letter-spacing-wider)}.cta-demo-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2bb6a366}.cta-demo-btn:active{transform:translateY(0)}.cta-animated-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.floating-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#2bb6a31a,#d4457c1a);animation:float 6s ease-in-out infinite}.shape-1{width:60px;height:60px;top:20%;left:10%;animation-delay:0s}.shape-2{width:80px;height:80px;top:60%;right:15%;animation-delay:2s}.shape-3{width:40px;height:40px;top:80%;left:20%;animation-delay:4s}.shape-4{width:70px;height:70px;top:30%;right:30%;animation-delay:1s}.shape-5{width:50px;height:50px;top:70%;right:40%;animation-delay:3s}.shape-6{width:65px;height:65px;top:10%;left:60%;animation-delay:5s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-20px) rotate(180deg);opacity:.6}}.neural-connections{position:absolute;width:100%;height:100%}.connection{position:absolute;height:2px;background:linear-gradient(90deg,transparent,rgba(43,182,163,.3),transparent);animation:pulse 4s ease-in-out infinite}.connection-1{width:150px;top:25%;left:5%;animation-delay:0s}.connection-2{width:120px;top:45%;right:10%;animation-delay:1s}.connection-3{width:140px;top:65%;left:15%;animation-delay:2s}.connection-4{width:100px;top:85%;right:25%;animation-delay:3s}@keyframes pulse{0%,to{opacity:.2;transform:scaleX(.8)}50%{opacity:.6;transform:scaleX(1.2)}}.data-particles{position:absolute;width:100%;height:100%}.particle{position:absolute;width:3px;height:3px;background:var(--secondary-teal);border-radius:50%;animation:drift 8s linear infinite}.p1{top:20%;left:20%;animation-delay:0s}.p2{top:40%;right:30%;animation-delay:1s}.p3{top:60%;left:40%;animation-delay:2s}.p4{top:80%;right:20%;animation-delay:3s}.p5{top:30%;left:70%;animation-delay:4s}.p6{top:50%;right:60%;animation-delay:5s}.p7{top:70%;left:10%;animation-delay:6s}.p8{top:90%;right:50%;animation-delay:7s}@keyframes drift{0%{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) translate(50px);opacity:0}}.cta-3d-scene{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.component-loader{display:none}@media (min-width: 320px) and (max-width: 374px){.professional-cta{padding:var(--space-10) 0}.container,.cta-content-centered{padding:0 var(--space-4)}.cta-headline{font-size:clamp(var(--font-size-lg),8vw,var(--font-size-xl));margin-bottom:var(--space-4)}.cta-description{font-size:var(--font-size-sm);margin-bottom:var(--space-6)}.cta-demo-btn{padding:var(--space-2) var(--space-6);font-size:var(--font-size-sm)}.cta-3d-scene{height:180px}}@media (min-width: 375px) and (max-width: 424px){.professional-cta{padding:var(--space-10) 0}.container,.cta-content-centered{padding:0 var(--space-5)}.cta-headline{font-size:clamp(var(--font-size-lg),7vw,var(--font-size-xl));margin-bottom:var(--space-4)}.cta-description{font-size:var(--font-size-sm);margin-bottom:var(--space-6)}.cta-demo-btn{padding:var(--space-2) var(--space-6);font-size:var(--font-size-sm)}.cta-3d-scene{height:180px}}@media (min-width: 480px) and (max-width: 767px){.professional-cta{padding:var(--space-12) 0}.container,.cta-content-centered{padding:0 var(--space-6)}.cta-headline{font-size:clamp(var(--font-size-2xl),5vw,var(--font-size-3xl));margin-bottom:var(--space-5)}.cta-description{font-size:var(--font-size-base);margin-bottom:var(--space-8)}.cta-demo-btn{padding:var(--space-3) var(--space-8);font-size:var(--font-size-base)}.cta-3d-scene{height:200px}}@media (min-width: 768px) and (max-width: 1023px){.professional-cta{padding:var(--space-16) 0}.container{padding:0 var(--space-6);max-width:var(--container-xl)}.cta-content-centered{padding:0 var(--space-6)}.cta-headline{font-size:clamp(var(--font-size-2xl),4vw,var(--font-size-3xl));margin-bottom:var(--space-6)}.cta-description{font-size:var(--font-size-lg);margin-bottom:var(--space-10)}.cta-demo-btn{padding:var(--space-4) var(--space-10);font-size:var(--font-size-lg)}.cta-3d-scene{height:250px}}@media (min-width: 1024px) and (max-width: 1439px){.professional-cta{padding:var(--space-16) 0}.container{padding:0 var(--space-8);max-width:var(--container-2xl)}.cta-content-centered{padding:0 var(--space-8)}.cta-headline{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl));margin-bottom:var(--space-8)}.cta-description{font-size:var(--font-size-lg);margin-bottom:var(--space-12)}.cta-demo-btn{padding:var(--space-5) var(--space-12);font-size:var(--font-size-lg)}.cta-3d-scene{height:280px}}@media (min-width: 1440px) and (max-width: 1919px){.professional-cta{padding:var(--space-16) 0}.container{padding:0 var(--space-10);max-width:var(--container-2xl)}.cta-content-centered{padding:0 var(--space-10)}.cta-headline{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-10)}.cta-description{font-size:var(--font-size-lg-xl);margin-bottom:var(--space-14)}.cta-demo-btn{padding:var(--space-6) var(--space-14);font-size:var(--font-size-lg-xl)}.cta-3d-scene{height:300px}}@media (min-width: 1920px) and (max-width: 2559px){.professional-cta{padding:var(--space-16) 0}.container{padding:0 var(--space-12);max-width:var(--container-3xl)}.cta-content-centered{padding:0 var(--space-12)}.cta-headline{font-size:clamp(var(--font-size-3xl-4xl),3vw,var(--font-size-4xl-5xl));margin-bottom:var(--space-12)}.cta-description{font-size:var(--font-size-xl-2xl);margin-bottom:var(--space-16)}.cta-demo-btn{padding:var(--space-7) var(--space-16);font-size:var(--font-size-xl-2xl)}.cta-3d-scene{height:350px}}@media (min-width: 2560px) and (max-width: 3439px){.professional-cta{padding:var(--space-16) 0}.container{padding:0 var(--space-16);max-width:var(--container-4xl)}.cta-content-centered{padding:0 var(--space-16)}.cta-headline{font-size:clamp(var(--font-size-4xl-5xl),3vw,var(--font-size-5xl-6xl));margin-bottom:var(--space-14)}.cta-description{font-size:var(--font-size-2xl-3xl);margin-bottom:var(--space-18)}.cta-demo-btn{padding:var(--space-8) var(--space-20);font-size:var(--font-size-xl-2xl)}.cta-3d-scene{height:400px}}@media (min-width: 3440px){.professional-cta{padding:var(--space-16) 0}.container{padding:0 var(--space-20);max-width:var(--container-4xl)}.cta-content-centered{padding:0 var(--space-20)}.cta-headline{font-size:clamp(var(--font-size-3xl-4xl),3vw,var(--font-size-4xl-5xl));margin-bottom:var(--space-16)}.cta-description{font-size:var(--font-size-3xl-4xl);margin-bottom:var(--space-20)}.cta-demo-btn{padding:var(--space-10) var(--space-24);font-size:var(--font-size-2xl-3xl)}.cta-3d-scene{height:450px}}@media (max-height: 500px) and (orientation: landscape){.professional-cta{padding:var(--space-8) 0}.container,.cta-content-centered{padding:0 var(--space-3)}.cta-headline{font-size:clamp(var(--font-size-base),4vw,var(--font-size-lg));margin-bottom:var(--space-2)}.cta-description{font-size:var(--font-size-xs);margin-bottom:var(--space-4)}.cta-demo-btn{padding:var(--space-1) var(--space-4);font-size:var(--font-size-xs)}.cta-3d-scene{height:150px}}@media (prefers-reduced-motion: reduce){.shape,.connection,.particle{animation:none}.cta-demo-btn{transition:none}.cta-demo-btn:hover{transform:none}}.modern-contact{padding:1.67rem 0;position:relative;z-index:1}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-intro{display:flex;flex-direction:column;gap:2rem}.contact-kicker{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--secondary-teal);text-transform:uppercase;letter-spacing:var(--letter-spacing-wider)}.contact-title{font-size:clamp(var(--font-size-2xl),3vw,var(--font-size-3xl));font-weight:var(--font-weight-bold);color:var(--text-white);line-height:var(--line-height-tight);margin-bottom:var(--space-4)}.contact-divider{width:60px;height:3px;background:var(--gradient-accent);border-radius:2px;margin-bottom:1rem}.contact-email-info{margin-top:2rem}.email-details{display:flex;flex-direction:column;gap:.5rem}.email-label{font-size:var(--font-size-sm);color:#a0a0a0;font-weight:var(--font-weight-medium)}.email-address{font-size:var(--font-size-lg);color:var(--secondary-teal);text-decoration:none;font-weight:var(--font-weight-semibold);transition:color var(--duration-300) var(--ease-out)}.email-address:hover{color:var(--secondary-light)}.contact-social{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.contact-social span{font-size:var(--font-size-sm);color:#a0a0a0;font-weight:var(--font-weight-medium)}.social-icons{display:flex;gap:1.5rem}.social-link{color:var(--text-white);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;display:flex;align-items:center;gap:.5rem}.social-link:hover{color:var(--secondary-teal)}.social-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--secondary-teal);transition:width .3s ease}.social-link:hover:after{width:100%}.social-icon{transition:all .3s ease;flex-shrink:0}.social-link:hover .social-icon{transform:scale(1.1)}.contact-form{background:#1e3a4acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem;border:1px solid rgba(51,192,176,.2)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:silver;text-transform:uppercase;letter-spacing:var(--letter-spacing-wider)}.form-field input,.form-field textarea{background:#141e2899;border:var(--border-width-1) solid rgba(51,192,176,.3);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);color:var(--text-white);font-size:var(--font-size-base);transition:all var(--duration-300) var(--ease-out);font-weight:var(--font-weight-normal)}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--secondary-teal);box-shadow:0 0 0 3px #2bb6a31a;background:#141e28cc}.form-field input::placeholder,.form-field textarea::placeholder{color:#666}.form-field textarea{resize:vertical;min-height:120px}.form-actions{margin-top:2rem;display:flex;justify-content:flex-end}.modern-btn.primary{background:var(--gradient-accent);color:var(--text-white);border:none;padding:var(--space-4) var(--space-10);border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--duration-300) var(--ease-out);text-transform:uppercase;letter-spacing:var(--letter-spacing-wider);box-shadow:0 4px 15px #2bb6a34d}.modern-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2bb6a366}.modern-btn.primary:active{transform:translateY(0)}.contact-map{margin-top:3rem;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);border-radius:12px;overflow:hidden;border:1px solid var(--border-light);width:100vw;height:550px;position:relative}.globe-map{width:100%;height:100%;background:transparent;position:relative}@media (min-width: 2560px){.modern-contact{padding:8rem 0}.contact-grid{gap:6rem}.contact-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl))}.contact-form{padding:3.5rem}.contact-map{height:700px;margin-top:4rem}}@media (min-width: 1920px) and (max-width: 2559px){.modern-contact{padding:7rem 0}.contact-grid{gap:5rem}.contact-title{font-size:clamp(var(--font-size-2xl-3xl),3vw,var(--font-size-3xl-4xl))}.contact-form{padding:3rem}.contact-map{height:650px;margin-top:3.5rem}}@media (min-width: 1440px) and (max-width: 1919px){.modern-contact{padding:6rem 0}.contact-grid{gap:4.5rem}.contact-title{font-size:clamp(var(--font-size-xl-2xl),3vw,var(--font-size-2xl-3xl))}.contact-form{padding:2.75rem}.contact-map{height:600px;margin-top:3.5rem}}@media (min-width: 1024px) and (max-width: 1439px){.modern-contact{padding:5.5rem 0}.contact-grid{gap:4rem}.contact-title{font-size:clamp(var(--font-size-xl-2xl),3vw,var(--font-size-2xl-3xl))}.contact-form{padding:2.5rem}.contact-map{height:550px;margin-top:3rem}}@media (min-width: 768px) and (max-width: 1023px){.modern-contact{padding:5rem 0}.contact-grid{grid-template-columns:1fr;gap:3.5rem}.contact-title{font-size:clamp(var(--font-size-xl-2xl),3vw,var(--font-size-2xl-3xl))}.contact-form{padding:2.25rem}.contact-map{height:500px;margin-top:2.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem}.social-icons{gap:1.25rem}}@media (min-width: 481px) and (max-width: 767px){.modern-contact{padding:1.33rem 0}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-title{font-size:clamp(1.75rem,1.8vw,2rem)}.contact-form{padding:2rem}.contact-map{height:450px;margin-top:2rem}.form-row{grid-template-columns:1fr;gap:1rem}.social-icons{gap:1rem}.contact-intro{gap:1.5rem}.contact-email-info,.contact-social{margin-top:1.5rem}}@media (min-width: 320px) and (max-width: 480px){.modern-contact{padding:1rem 0}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.contact-title{font-size:clamp(1.5rem,1.6vw,1.75rem);line-height:1.3}.contact-form{padding:1.5rem}.contact-map{height:400px;margin-top:1.5rem}.form-row{grid-template-columns:1fr;gap:.875rem}.form-field{gap:.375rem}.form-field input,.form-field textarea{padding:.75rem .875rem;font-size:.9rem}.form-field textarea{min-height:100px}.form-actions{margin-top:1.5rem}.modern-btn.primary{padding:var(--space-3) var(--space-6);font-size:var(--font-size-sm);width:100%}.contact-intro{gap:1.25rem}.contact-email-info,.contact-social{margin-top:1.25rem}.email-address{font-size:1rem}.contact-kicker{font-size:.8rem}.social-icons{flex-direction:column;gap:.875rem}.social-link{font-size:.9rem}.social-icon{width:18px;height:18px}}@media (max-height: 500px) and (orientation: landscape){.modern-contact{padding:2rem 0}.contact-grid{gap:2rem}.contact-title{font-size:clamp(1.5rem,1.8vw,2rem)}.contact-form{padding:1.5rem}.contact-map{height:300px;margin-top:1.5rem}.form-field textarea{min-height:80px}}.globe-section{padding:var(--space-12) 0;position:relative;z-index:1;overflow:hidden}.container{max-width:100%;margin:0 auto;padding:0 var(--space-4)}.globe-map{margin-top:var(--space-12);margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-light);width:100vw;height:400px;position:relative;background:transparent}.globe-map .maplibregl-map{width:100%!important;height:100%!important}.globe-map .mapboxgl-canvas,.globe-map .maplibregl-canvas{display:block!important;width:100%!important;height:100%!important}.globe-map .maplibregl-ctrl{margin:10px!important;border-radius:8px!important;box-shadow:0 2px 8px #00000026!important}.globe-map .maplibregl-ctrl-group{background:#fffffff2!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:8px!important}.globe-map .maplibregl-ctrl-group button{background:#2bb6a31a!important;border:none!important;border-radius:6px!important;margin:2px!important;transition:all .2s ease!important}.globe-map .maplibregl-ctrl-group button:hover{background:var(--secondary-teal)!important;color:#fff!important}.globe-map .maplibregl-ctrl-compass{background:#fffffff2!important;border-radius:50%!important}.globe-map .maplibregl-ctrl-compass .maplibregl-ctrl-icon{color:var(--secondary-teal)!important}@media (min-width: 320px) and (max-width: 374px){.globe-section{padding:var(--space-10) 0}.container{padding:0 var(--space-4)}.globe-map{height:400px;margin-top:var(--space-10)}}@media (min-width: 375px) and (max-width: 424px){.globe-section{padding:var(--space-10) 0}.container{padding:0 var(--space-5)}.globe-map{height:420px;margin-top:var(--space-10)}}@media (min-width: 480px) and (max-width: 767px){.globe-section{padding:var(--space-14) 0}.container{padding:0 var(--space-6)}.globe-map{height:450px;margin-top:var(--space-12)}}@media (min-width: 768px) and (max-width: 1023px){.globe-section{padding:var(--space-20) 0}.container{padding:0 var(--space-6);max-width:var(--container-xl)}.globe-map{height:500px;margin-top:var(--space-14)}}@media (min-width: 1024px) and (max-width: 1439px){.globe-section{padding:var(--space-16) 0}.container{padding:0 var(--space-8);max-width:var(--container-2xl)}.globe-map{height:550px;margin-top:var(--space-16)}}@media (min-width: 1440px) and (max-width: 1919px){.globe-section{padding:var(--space-16) 0}.container{padding:0 var(--space-10);max-width:var(--container-2xl)}.globe-map{height:600px;margin-top:var(--space-18)}}@media (min-width: 1920px) and (max-width: 2559px){.globe-section{padding:var(--space-16) 0}.container{padding:0 var(--space-12);max-width:var(--container-3xl)}.globe-map{height:650px;margin-top:var(--space-20)}}@media (min-width: 2560px) and (max-width: 3439px){.globe-section{padding:var(--space-16) 0}.container{padding:0 var(--space-16);max-width:var(--container-4xl)}.globe-map{height:700px;margin-top:var(--space-24)}}@media (min-width: 3440px){.globe-section{padding:var(--space-16) 0}.container{padding:0 var(--space-20);max-width:var(--container-4xl)}.globe-map{height:800px;margin-top:var(--space-28)}}@media (max-height: 500px) and (orientation: landscape){.globe-section{padding:var(--space-8) 0}.globe-map{height:300px;margin-top:var(--space-6)}}.platform-showcase{padding:var(--space-12) 0;background:transparent;position:relative;overflow-x:hidden;overflow-y:visible;min-height:auto;display:flex;align-items:center}.platform-showcase:before{content:"";position:absolute;inset:0;background:var(--gradient-subtle);z-index:0}.showcase-header{text-align:center;margin-bottom:var(--space-8);position:relative;z-index:1;padding:0 var(--space-4)}.showcase-title{font-size:clamp(var(--font-size-2xl),6vw,var(--font-size-3xl));font-weight:var(--font-weight-bold);margin-bottom:var(--space-3);color:var(--text-white);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tight)}.showcase-subtitle{font-size:var(--font-size-xs);color:var(--text-white);text-shadow:0 1px 4px rgba(0,0,0,.2);opacity:.9;max-width:100%;margin:0 auto;line-height:var(--line-height-relaxed);font-weight:var(--font-weight-normal)}.gradient-text{color:var(--secondary-teal);background:linear-gradient(135deg,var(--secondary-teal) 0%,var(--secondary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(43,182,163,.5)}@supports not (-webkit-background-clip: text){.gradient-text{-webkit-text-fill-color:initial;background:initial;color:var(--secondary-teal)}}.module-tabs{display:flex;justify-content:center;gap:var(--space-1);margin-bottom:var(--space-8);flex-wrap:wrap;position:relative;z-index:1;padding:0 var(--space-3)}.tab-button{padding:var(--space-2) var(--space-3);border:none;border-radius:var(--radius-md);background:#ffffff1a;color:var(--text-white);cursor:pointer;transition:all var(--duration-300) var(--ease-out);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:var(--border-width-1) solid rgba(255,255,255,.1);font-size:.75rem;font-weight:var(--font-weight-medium);text-align:center;white-space:nowrap;flex-shrink:0}.tab-button:hover{transform:translateY(-2px);background:#ffffff26;border-color:#33c0b04d}.tab-button.active{background:var(--gradient-primary);transform:translateY(-2px);box-shadow:0 8px 20px #0003;border-color:#33c0b080;font-weight:var(--font-weight-semibold)}.showcase-content{display:flex;flex-direction:column;gap:var(--space-6);align-items:center;position:relative;z-index:1;overflow:visible}.mockup-section{display:flex;justify-content:flex-start;align-items:center;width:auto;max-width:none;margin-left:0;margin-right:calc(-50vw + 50%);order:1;overflow:visible;padding:0 var(--space-4)}.mockup-carousel-container{width:100%;max-width:none;position:relative;overflow:visible}.mockup-carousel{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;gap:var(--space-4);padding:var(--space-4) 0;scrollbar-width:none;-ms-overflow-style:none}.mockup-carousel::-webkit-scrollbar{display:none}.mockup-slide{flex:0 0 auto;scroll-snap-align:center;width:100%;max-width:400px;display:flex;justify-content:center}.module-mockup{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #0000004d;transition:transform .3s ease,box-shadow .3s ease;cursor:grab}.module-mockup:active{cursor:grabbing}.module-mockup:hover{transform:scale(1.02);box-shadow:0 25px 50px #0006}.scroll-indicator{display:flex;justify-content:center;margin-top:var(--space-4)}.scroll-hint{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.7;transition:opacity .3s ease}.scroll-hint:hover{opacity:1}.scroll-text{font-size:var(--font-size-xs);color:var(--text-muted);font-weight:var(--font-weight-medium);text-align:center}.scroll-arrows{display:flex;gap:1rem}.scroll-arrow{font-size:var(--font-size-base);color:var(--secondary-teal);animation:bounce-horizontal 2s infinite;font-weight:700}.scroll-arrow:nth-child(2){animation-delay:.5s}@keyframes bounce-horizontal{0%,to{transform:translate(0);opacity:.5}50%{transform:translate(5px);opacity:1}}.carousel-indicators{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.carousel-scrollbar{width:200px;height:4px}.scrollbar-track{width:100%;height:100%;background:#fff3;border-radius:2px;position:relative;overflow:hidden}.scrollbar-thumb{height:100%;background:var(--secondary-teal);border-radius:2px;width:33.33%;transition:width .3s ease;position:absolute;left:0;top:0}.carousel-info{display:flex;align-items:center;gap:.5rem}.mockup-count{font-size:var(--font-size-sm);color:var(--text-muted);font-weight:var(--font-weight-medium);background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.features-section{padding:var(--space-6) 0;width:100%;order:2}.feature-highlights{color:var(--text-white);text-align:center}.module-title{font-size:clamp(var(--font-size-lg),3vw,var(--font-size-xl));font-weight:var(--font-weight-bold);margin-bottom:var(--space-3);color:var(--text-white);line-height:var(--line-height-snug)}.module-description{font-size:var(--font-size-xs);color:var(--text-muted);margin-bottom:var(--space-6);line-height:var(--line-height-relaxed);padding:0 var(--space-3)}.feature-list{display:grid;grid-template-columns:1fr;gap:var(--space-3);margin-bottom:var(--space-6)}.feature-item{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);background:#1e3a4acc;border-radius:var(--radius-xl);border:var(--border-width-1) solid rgba(51,192,176,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--duration-300) var(--ease-out)}.feature-item:hover{transform:translate(8px);background:#1e3a4ae6;border-color:#33c0b066;box-shadow:var(--shadow-xl)}.feature-icon{width:16px;height:16px;border-radius:var(--radius-full);background:var(--secondary-teal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);font-weight:700;flex-shrink:0}.feature-text{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:silver}.module-cta{margin-top:var(--space-6);text-align:center}.explore-module-btn{background:var(--gradient-accent);color:var(--text-white);border:none;border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--duration-300) var(--ease-out);position:relative;overflow:hidden;padding:var(--space-4) var(--space-10);min-width:180px;display:flex;align-items:center;gap:var(--space-2);box-shadow:0 4px 15px #2bb6a34d;margin:0 auto;justify-content:center}.explore-module-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2bb6a366}.btn-icon{font-size:var(--font-size-base);transition:transform var(--duration-300) var(--ease-out)}.explore-module-btn:hover .btn-icon{transform:translate(3px)}@media (min-width: 480px) and (max-width: 767px){.platform-showcase{padding:var(--space-13) 0}.showcase-header{margin-bottom:var(--space-10);padding:0 var(--space-5)}.showcase-title{font-size:clamp(var(--font-size-3xl),6vw,var(--font-size-4xl));margin-bottom:var(--space-4)}.showcase-subtitle{font-size:var(--font-size-sm);max-width:550px}.module-tabs{gap:var(--space-1);padding:0 var(--space-4)}.tab-button{padding:var(--space-2) var(--space-3);font-size:.8rem}.mockup-section{margin-left:0;margin-right:calc(-50vw + 50%);width:auto;max-width:none;padding:0 var(--space-4)}.mockup-carousel-container{max-width:none}.mockup-slide{max-width:500px}.module-title{font-size:clamp(var(--font-size-lg),3vw,var(--font-size-xl))}.module-description{font-size:var(--font-size-xs)}.feature-item{padding:var(--space-4)}.feature-icon{width:18px;height:18px;font-size:var(--font-size-sm)}.feature-text{font-size:var(--font-size-sm)}.explore-module-btn{padding:var(--space-4) var(--space-7);font-size:var(--font-size-sm);min-width:200px}.btn-icon{font-size:var(--font-size-lg)}}@media (min-width: 768px) and (max-width: 1023px){.platform-showcase{padding:var(--space-16) 0;min-height:100vh}.showcase-header{margin-bottom:var(--space-12);padding:0 var(--space-6)}.showcase-title{font-size:clamp(var(--font-size-2xl),4vw,var(--font-size-3xl));margin-bottom:var(--space-5)}.showcase-subtitle{font-size:var(--font-size-base);max-width:650px}.module-tabs{gap:var(--space-1);margin-bottom:var(--space-12)}.tab-button{padding:var(--space-2) var(--space-4);font-size:.85rem}.showcase-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8)}.mockup-section{order:2;margin-left:0;margin-right:calc(-50vw + 50%);width:auto;max-width:none;padding:0 var(--space-5)}.features-section{order:1}.mockup-carousel-container{max-width:none}.mockup-slide{max-width:700px}.module-title{font-size:clamp(var(--font-size-xl),3vw,var(--font-size-2xl))}.module-description{font-size:var(--font-size-sm)}.feature-list{gap:var(--space-4)}.feature-item{padding:var(--space-4) var(--space-5)}.feature-icon{width:20px;height:20px}.feature-text{font-size:var(--font-size-base)}.explore-module-btn{padding:var(--space-4) var(--space-8);font-size:var(--font-size-base);min-width:220px}.btn-icon{font-size:var(--font-size-xl)}}@media (min-width: 1024px) and (max-width: 1439px){.platform-showcase{padding:var(--space-16) 0;min-height:100vh}.showcase-header{margin-bottom:var(--space-14)}.showcase-title{font-size:clamp(var(--font-size-2xl-3xl),4vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-6)}.showcase-subtitle{font-size:var(--font-size-base-lg);max-width:700px}.module-tabs{gap:var(--space-2);margin-bottom:var(--space-16)}.tab-button{padding:var(--space-2) var(--space-5);font-size:.9rem}.showcase-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-12)}.mockup-section{order:2;margin-left:0;margin-right:calc(-50vw + 50%);width:auto;max-width:none;padding:0 var(--space-6)}.features-section{order:1}.mockup-carousel-container{max-width:none}.mockup-slide{max-width:900px}.module-title{font-size:clamp(var(--font-size-2xl),3vw,var(--font-size-3xl))}.module-description{font-size:var(--font-size-base)}.feature-list{gap:var(--space-4)}.feature-item{padding:var(--space-4) var(--space-5)}.feature-text{font-size:var(--font-size-base)}.explore-module-btn{padding:var(--space-5) var(--space-10);font-size:var(--font-size-lg);min-width:260px}.btn-icon{font-size:var(--font-size-2xl)}}@media (min-width: 1440px) and (max-width: 1919px){.platform-showcase{padding:var(--space-16) 0}.showcase-header{margin-bottom:var(--space-16)}.showcase-title{font-size:clamp(var(--font-size-2xl-3xl),4vw,var(--font-size-3xl-4xl));margin-bottom:var(--space-6)}.showcase-subtitle{font-size:var(--font-size-lg-xl);max-width:800px}.module-tabs{gap:var(--space-2);margin-bottom:var(--space-20)}.tab-button{padding:var(--space-3) var(--space-6);font-size:.95rem}.showcase-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-16)}.mockup-section{order:2;margin-left:0;margin-right:calc(-50vw + 50%);width:auto;max-width:none;padding:0 var(--space-8)}.features-section{order:1}.mockup-carousel-container{max-width:none}.mockup-slide{max-width:1100px}.module-title{font-size:clamp(var(--font-size-2xl),3vw,var(--font-size-3xl))}.module-description{font-size:var(--font-size-lg)}.feature-list{gap:var(--space-4)}.feature-item{padding:var(--space-4) var(--space-6)}.feature-icon{width:20px;height:20px}.feature-text{font-size:var(--font-size-base)}.explore-module-btn{padding:var(--space-6) var(--space-12);font-size:var(--font-size-xl);min-width:300px}.btn-icon{font-size:var(--font-size-2xl)}}@media (min-width: 1920px) and (max-width: 2559px){.platform-showcase{padding:var(--space-16) 0}.showcase-header{margin-bottom:var(--space-20)}.showcase-title{font-size:clamp(var(--font-size-5xl),4vw,var(--font-size-6xl));margin-bottom:var(--space-8)}.showcase-subtitle{font-size:var(--font-size-2xl);max-width:900px}.module-tabs{gap:var(--space-2);margin-bottom:var(--space-24)}.tab-button{padding:var(--space-3) var(--space-6);font-size:1rem}.showcase-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-20)}.mockup-section{order:2;margin-left:0;margin-right:calc(-50vw + 50%);width:auto;max-width:none;padding:0 var(--space-10)}.features-section{order:1}.mockup-carousel-container{max-width:none}.mockup-slide{max-width:1300px}.module-title{font-size:clamp(var(--font-size-2xl),3vw,var(--font-size-3xl))}.module-description{font-size:var(--font-size-lg)}.feature-list{gap:var(--space-5)}.feature-item{padding:var(--space-5) var(--space-7)}.feature-icon{width:22px;height:22px}.feature-text{font-size:var(--font-size-base)}.explore-module-btn{padding:var(--space-8) var(--space-16);font-size:var(--font-size-2xl);min-width:360px}.btn-icon{font-size:var(--font-size-3xl)}}@media (min-width: 2560px) and (max-width: 3439px){.platform-showcase{padding:var(--space-16) 0}.showcase-header{margin-bottom:var(--space-24)}.showcase-title{font-size:clamp(var(--font-size-3xl-4xl),4vw,var(--font-size-4xl-5xl));margin-bottom:var(--space-10)}.showcase-subtitle{font-size:var(--font-size-xl-2xl);max-width:1100px}.module-tabs{gap:var(--space-2);margin-bottom:var(--space-28)}.tab-button{padding:var(--space-3) var(--space-6);font-size:1.05rem}.showcase-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-18)}.mockup-section{order:2;margin-left:0;margin-right:calc(-50vw + 50%);width:auto;max-width:none;padding:0 var(--space-12)}.features-section{order:1}.mockup-carousel-container{max-width:none}.mockup-slide{max-width:1400px}.module-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl))}.module-description{font-size:var(--font-size-xl)}.feature-list{gap:var(--space-6)}.feature-item{padding:var(--space-6) var(--space-8)}.feature-icon{width:24px;height:24px}.feature-text{font-size:var(--font-size-lg)}.explore-module-btn{padding:var(--space-10) var(--space-18);font-size:var(--font-size-2xl);min-width:420px}.btn-icon{font-size:var(--font-size-3xl)}}@media (min-width: 3440px){.platform-showcase{padding:var(--space-16) 0}.showcase-header{margin-bottom:var(--space-28)}.showcase-title{font-size:clamp(var(--font-size-4xl-5xl),4vw,var(--font-size-5xl-6xl));margin-bottom:var(--space-12)}.showcase-subtitle{font-size:var(--font-size-2xl-3xl);max-width:1200px}.module-tabs{gap:var(--space-2);margin-bottom:var(--space-32)}.tab-button{padding:var(--space-3) var(--space-6);font-size:1.1rem}.showcase-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-20)}.mockup-section{order:2;margin-left:0;margin-right:calc(-50vw + 50%);width:auto;max-width:none;padding:0 var(--space-16)}.features-section{order:1}.mockup-carousel-container{max-width:none}.mockup-slide{max-width:1600px}.module-title{font-size:clamp(var(--font-size-3xl),3vw,var(--font-size-4xl))}.module-description{font-size:var(--font-size-xl)}.feature-list{gap:var(--space-6)}.feature-item{padding:var(--space-6) var(--space-9)}.feature-icon{width:24px;height:24px}.feature-text{font-size:var(--font-size-lg)}.explore-module-btn{padding:var(--space-12) var(--space-20);font-size:var(--font-size-3xl);min-width:480px}.btn-icon{font-size:var(--font-size-4xl)}}
