.ecom-page,.ecom-page *,.ecom-page :before,.ecom-page :after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#07111f;--navy-mid:#0f1d35;--navy-light:#172643;--blue:#f25c2e;--blue-light:#f25c2e;--blue-glow:#ff8a3d;--cyan:#ffb347;--cyan-soft:#ffd08a;--white:#fff;--off-white:#f0f4ff;--gray-100:#e8edf8;--gray-200:#c8d3ec;--gray-400:#8895b3;--gray-600:#4a5578;--gold:#ffb347;--text-primary:#fff;--text-secondary:#a8b8d8;--card-bg:#101c31bd;--card-border:#f25c2e2e;--surface-light:#f7faff;--surface-light-alt:#ecf4ff;--surface-ink:#12203f;--surface-muted:#5a6b92;--surface-card:#ffffffe0;--surface-border:#11224e1a;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--section-pad:100px 0}html{scroll-behavior:smooth}.ecom-page{background:var(--navy);color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}@keyframes drift{0%,to{transform:translate(0,0)scale(1.04)}50%{transform:translateY(-14px)scale(1.08)}}@keyframes shimmer-sweep{0%{transform:translate(-130%)skew(-18deg)}to{transform:translate(180%)skew(-18deg)}}.ecom-page h1,.ecom-page h2,.ecom-page h3,.ecom-page h4,.ecom-page h5{font-family:var(--font-head,"Outfit", sans-serif);letter-spacing:0;line-height:1.15}.ecom-page h1{font-size:64px;font-weight:800}.ecom-page h2{font-size:42px;font-weight:700}.ecom-page h3{font-size:24px;font-weight:600}.ecom-page h4{font-size:16px;font-weight:600}.ecom-page p{color:var(--text-secondary);font-size:16px;line-height:1.75}.ecom-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.ecom-page section{padding:var(--section-pad);position:relative}.hero{align-items:center;min-height:100vh;padding-top:40px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:linear-gradient(112deg,#07111ff0 12%,#07111fb8 54%,#07111feb 100%),radial-gradient(900px 600px at 75% 48%,#f25c2e2e 0%,#0000 70%),radial-gradient(500px 400px at 12% 80%,#ffb3471a 0%,#0000 60%),url(https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1800&q=80) 50%/cover no-repeat;position:absolute;inset:0}.hero-grid{z-index:0;opacity:.04;background-image:linear-gradient(#f25c2e 1px,#0000 1px),linear-gradient(90deg,#f25c2e 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.hero-badge{color:var(--cyan-soft);letter-spacing:.04em;background:#f25c2e24;border:1px solid #f25c2e47;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.hero-badge:before{content:"";background:var(--cyan);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.ecom-page .hero h1{color:var(--white);margin-bottom:24px}.ecom-page .hero h1 em{color:var(--cyan-soft);font-style:normal}.ecom-page .hero p.lead{color:var(--gray-200);max-width:520px;margin-bottom:40px;font-size:18px}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.btn-primary{background:var(--blue-light);color:var(--white);border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.btn-primary:hover{background:var(--blue-glow);transform:translateY(-2px);box-shadow:0 8px 30px #3b82f659}.btn-outline{color:var(--white);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #fff3;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.btn-outline:hover{border-color:var(--blue-glow);background:#f25c2e1a}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-dashboard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%;max-width:480px;padding:28px;position:relative}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dashboard-title{color:var(--white);font-family:Outfit,sans-serif;font-size:14px;font-weight:600}.status-live{color:#22c55e;align-items:center;gap:6px;font-size:12px;display:flex}.status-live:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}.dash-stats{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.dash-stat{border-radius:var(--radius-sm);background:#ffffff0a;border:1px solid #ffffff0f;padding:14px}.dash-stat-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:11px}.dash-stat-value{color:var(--white);font-family:Outfit,sans-serif;font-size:22px;font-weight:700}.dash-stat-change{color:#22c55e;margin-top:2px;font-size:11px}.dash-chart{border-radius:var(--radius-sm);background:#ffffff08;margin-bottom:16px;padding:12px}.chart-bars{align-items:flex-end;gap:6px;height:60px;display:flex}.chart-bar{background:linear-gradient(to top, var(--blue-light), var(--cyan));opacity:.7;border-radius:3px 3px 0 0;flex:1;transition:opacity .2s}.chart-bar:hover{opacity:1}.dash-tags{flex-wrap:wrap;gap:8px;display:flex}.dash-tag{color:var(--cyan-soft);border:1px solid #f25c2e4d;border-radius:50px;padding:4px 10px;font-size:11px;font-weight:500}.floating-badge{background:var(--navy-mid);border:1px solid var(--card-border);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 14px;font-size:12px;animation:4s ease-in-out infinite float;display:flex;position:absolute}.floating-badge.left{top:30%;left:-30px}.floating-badge.right{animation-delay:2s;bottom:25%;right:-25px}.fb-icon{border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.fb-icon.blue{background:#f25c2e38}.fb-icon.cyan{background:#ffb3472e}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.stats-bar{background:#0d134080;border-top:1px solid #f25c2e1a;border-bottom:1px solid #f25c2e1a;padding:0}.stats-grid{grid-template-columns:repeat(4,1fr);display:grid}.stat-item{text-align:center;border-right:1px solid #f25c2e1a;padding:40px 24px;position:relative}.stat-item:last-child{border-right:none}.stat-number{color:var(--white);background:linear-gradient(135deg, #fff 0%, var(--cyan-soft) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:46px;font-weight:800;line-height:1}.stat-suffix{font-size:28px}.stat-label{color:var(--gray-400);margin-top:8px;font-size:14px}.section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--cyan);margin-bottom:12px;font-size:12px;font-weight:600;display:inline-block}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.ecom-page .section-header h2{color:var(--white);margin-bottom:16px}.section-header p{color:var(--text-secondary);font-size:17px}.light-section .section-eyebrow{color:var(--blue);background:#2563eb14;border-radius:999px;padding:6px 14px}.light-section .section-header h2,.light-section h2,.light-section h3,.light-section h4,.light-section h5{color:var(--surface-ink)}.light-section .section-header p,.light-section p{color:var(--surface-muted)}.image-panel-section{isolation:isolate;overflow:hidden}.image-panel-section:before{content:"";z-index:-2;background-position:50%;background-size:cover;animation:18s ease-in-out infinite drift;position:absolute;inset:0;transform:scale(1.06)}.image-panel-section:after{content:"";z-index:-1;position:absolute;inset:0}.services-section{background:var(--navy)}.services-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:50px;display:flex}.tab-btn{cursor:pointer;color:var(--gray-200);background:0 0;border:1px solid #f25c2e33;border-radius:50px;padding:10px 22px;font-size:14px;font-weight:500;transition:all .2s}.tab-btn.active,.tab-btn:hover{background:var(--blue-light);border-color:var(--blue-light);color:var(--white)}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);cursor:default;padding:32px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--blue-light), var(--cyan));opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card:hover{border-color:#f25c2e61;transform:translateY(-6px);box-shadow:0 20px 60px #f25c2e29}.service-card:hover:before{opacity:1}.card-icon{border-radius:var(--radius-sm);background:#f25c2e1f;border:1px solid #f25c2e38;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;font-size:24px;display:flex}.card-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--cyan);margin-bottom:10px;font-size:11px;font-weight:600;display:block}.service-card h3{color:var(--white);margin-bottom:12px;font-size:20px}.service-card p{margin-bottom:20px;font-size:14px;line-height:1.65}.card-features{flex-direction:column;gap:8px;list-style:none;display:flex}.card-features li{color:var(--gray-200);align-items:flex-start;gap:10px;font-size:13px;line-height:1.4;display:flex}.card-features li:before{content:"";background:#ffb34729 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%2306B6D4' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/10px no-repeat;border:1px solid #f25c2e52;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;display:flex}.services-grid.platform{grid-template-columns:repeat(2,1fr)}.service-card.featured{background:linear-gradient(135deg,#f25c2e24 0%,#0f1d35e0 100%);border-color:#f25c2e42;grid-column:span 1}.why-section{background:radial-gradient(circle at top left, #2563eb1a, transparent 30%), linear-gradient(180deg, var(--surface-light) 0%, var(--surface-light-alt) 100%)}.why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.ecom-page .why-content h2{color:var(--surface-ink);margin-bottom:20px}.why-content>p{margin-bottom:36px}.why-points{flex-direction:column;gap:20px;display:flex}.why-point{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:var(--radius-md);align-items:flex-start;gap:16px;padding:20px;transition:border-color .2s,transform .25s,box-shadow .25s;display:flex;box-shadow:0 18px 40px #11224e14}.why-point:hover{border-color:#f25c2e3d;transform:translateY(-4px);box-shadow:0 22px 54px #11224e1f}.why-icon{border-radius:var(--radius-sm);background:#f25c2e1a;border:1px solid #f25c2e29;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.why-point h4{color:var(--surface-ink);margin-bottom:4px}.why-point p{color:var(--surface-muted);font-size:13px}.why-visual{position:relative}.why-photo{border-radius:var(--radius-xl);background:linear-gradient(#07111f1a,#07111f94),url(https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1200&q=80) 50%/cover no-repeat;min-height:240px;margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 30px 80px #11224e2e}.why-photo-badge{color:var(--surface-ink);background:#ffffffeb;border-radius:16px;padding:12px 16px;position:absolute;bottom:20px;left:20px;box-shadow:0 12px 36px #07111f2e}.why-photo-badge strong{color:var(--blue);font-family:Outfit,sans-serif;font-size:20px;display:block}.why-photo-badge span{color:var(--surface-muted);font-size:12px}.big-metric-card{border:1px solid var(--surface-border);border-radius:var(--radius-xl);text-align:center;background:linear-gradient(#fffffff5,#f0f6ffeb);margin-bottom:20px;padding:40px;position:relative;overflow:hidden;box-shadow:0 30px 80px #11224e1f}.big-metric-card:after{content:"";background:radial-gradient(circle,#22d3ee2e,#0000 65%);width:220px;height:220px;position:absolute;inset:-30% auto auto -20%}.big-number{background:linear-gradient(135deg, var(--surface-ink), var(--blue-glow));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:80px;font-weight:800;line-height:1}.big-metric-label{color:var(--surface-muted);margin-top:8px;font-size:16px}.mini-metrics{grid-template-columns:1fr 1fr;gap:16px;display:grid}.mini-metric{border:1px solid var(--surface-border);border-radius:var(--radius-md);text-align:center;background:#ffffffd6;padding:20px;box-shadow:0 16px 36px #11224e14}.mini-metric-value{color:var(--surface-ink);font-family:Outfit,sans-serif;font-size:30px;font-weight:700}.mini-metric-label{color:var(--surface-muted);margin-top:4px;font-size:12px}.process-section{background:var(--navy)}.process-section:before{background-image:linear-gradient(115deg,#080e2ae0,#080e2aa3),url(https://images.unsplash.com/photo-1556740749-887f6717d7e4?auto=format&fit=crop&w=1600&q=80)}.process-section:after{background:linear-gradient(#080e2a14,#080e2ad1),radial-gradient(circle at 20% 20%,#22d3ee1f,#0000 30%)}.process-steps{grid-template-columns:repeat(5,1fr);gap:0;display:grid;position:relative}.process-steps:before{content:"";background:linear-gradient(90deg, transparent, var(--blue-light), transparent);height:1px;position:absolute;top:36px;left:10%;right:10%}.process-step{text-align:center;padding:0 12px}.step-circle{background:var(--navy-mid);border:2px solid var(--blue-light);width:72px;height:72px;color:var(--white);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-family:Outfit,sans-serif;font-size:22px;font-weight:800;transition:background .3s;display:flex;position:relative}.process-step:hover .step-circle{background:var(--blue-light)}.process-step h4{color:var(--white);margin-bottom:8px;font-size:15px}.process-step p{font-size:13px}.tech-section{background:linear-gradient(#0c123af5,#0c123afa),radial-gradient(circle at 100% 0,#2563eb1f,#0000 28%)}.tech-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.tech-category{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);padding:24px}.tech-category-name{text-transform:uppercase;letter-spacing:.08em;color:var(--cyan);border-bottom:1px solid #f25c2e24;margin-bottom:16px;padding-bottom:12px;font-size:12px;font-weight:600}.tech-items{flex-direction:column;gap:10px;display:flex}.tech-item{color:var(--gray-200);border-radius:var(--radius-sm);background:#ffffff08;align-items:center;gap:10px;padding:8px 12px;font-size:13px;transition:background .2s;display:flex}.tech-item:hover{background:#f25c2e1a}.tech-dot{background:var(--blue-glow);border-radius:50%;flex-shrink:0;width:8px;height:8px}[data-reveal]{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);transform:translateY(28px)}.service-card,.tech-category{position:relative;overflow:hidden}.service-card:after,.tech-category:after{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff1a,#0000);width:40%;height:100%;position:absolute;top:0;left:0;transform:translate(-130%)skew(-18deg)}.service-card:hover:after,.tech-category:hover:after{animation:.9s shimmer-sweep}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ecom-page *,.ecom-page :before,.ecom-page :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}.ecom-page footer{background:var(--navy-mid);border-top:1px solid #f25c2e1f;padding:60px 0 32px;display:block}.ecom-page .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:50px;display:grid}.ecom-page .footer-brand .logo{margin-bottom:16px;display:inline-block}.ecom-page .footer-brand p{color:var(--gray-400);max-width:280px;font-size:14px}.ecom-page .footer-col h5{color:var(--white);margin-bottom:16px;font-size:14px;font-weight:600}.ecom-page .footer-links{flex-direction:column;gap:10px;list-style:none;display:flex}.ecom-page .footer-links a{color:var(--gray-400);font-size:14px;text-decoration:none;transition:color .2s}.ecom-page .footer-links a:hover{color:var(--cyan)}.ecom-page .footer-bottom{border-top:1px solid #3b82f614;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.ecom-page .footer-bottom p{color:var(--gray-600);font-size:13px}.tab-panel{display:none}.tab-panel.active{display:block}@media (max-width:1024px){.ecom-page .hero-content{text-align:center;grid-template-columns:1fr}.ecom-page .hero-visual{display:none}.ecom-page .services-grid,.ecom-page .services-grid.platform,.ecom-page .stats-grid{grid-template-columns:repeat(2,1fr)}.ecom-page .process-steps{grid-template-columns:repeat(3,1fr);gap:30px}.ecom-page .process-steps:before{display:none}.ecom-page .tech-grid{grid-template-columns:repeat(2,1fr)}.ecom-page .footer-grid{grid-template-columns:1fr 1fr}.ecom-page .why-grid{grid-template-columns:1fr}}@media (max-width:768px){.ecom-page{--section-pad:70px 0}.ecom-page h1{font-size:36px}.ecom-page h2{font-size:28px}.ecom-page .services-grid,.ecom-page .services-grid.platform{grid-template-columns:1fr}.ecom-page .stats-grid{grid-template-columns:1fr 1fr}.ecom-page .process-steps,.ecom-page .footer-grid{grid-template-columns:1fr}}body.ecom-page-active{cursor:auto!important}body.ecom-page-active #cur-dot,body.ecom-page-active #cur-ring{display:none!important}.ecom-page{--ecom-heading-color:#fff;--ecom-body-color:#ffffffad}.ecom-page .ecom-hero{isolation:isolate;background:#080f1e!important;overflow:hidden!important}.ecom-page .ecom-hero .container,.ecom-page .services-section .container,.ecom-page .why-section .container,.ecom-page .process-section .container,.ecom-page .tech-section .container{width:min(100%,1200px)}.ecom-page .hero-content{gap:56px;min-width:0}.ecom-page .hero-left{min-width:0}.ecom-page .ecom-hero h1{text-wrap:balance;max-width:780px!important;font-family:var(--font-head,"Outfit", sans-serif)!important;letter-spacing:0!important;color:#fff!important;margin-bottom:22px!important;font-size:4.25rem!important;font-weight:800!important;line-height:1.07!important}.ecom-page .ecom-hero h1 em{background:linear-gradient(90deg,#3b82f6 0%,#f25c2e 46%,#ffb347 100%)!important;-webkit-text-fill-color:transparent!important;color:#0000!important;-webkit-background-clip:text!important;background-clip:text!important;font-style:normal!important}.ecom-page .ecom-hero .lead{color:#ffffffb3!important;max-width:620px!important;font-size:1rem!important;line-height:1.78!important}.ecom-page .hero-badge,.ecom-page .section-eyebrow,.ecom-page .card-tag,.ecom-page .tech-category-name{font-family:var(--font-head,"Outfit", sans-serif)!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-weight:700!important}.ecom-page .hero-actions{align-items:center}.ecom-page .btn-primary,.ecom-page .btn-outline{min-height:52px;font-family:var(--font-head,"Outfit", sans-serif)!important;letter-spacing:0!important;border-radius:999px!important;padding:14px 28px!important;font-weight:700!important}.ecom-page .btn-primary{background:linear-gradient(135deg,#ff7a55 0%,#f25c2e 58%,#f04a00 100%)!important;box-shadow:0 16px 38px #f25c2e52!important}.ecom-page .btn-outline{color:#fff!important;background:#ffffff0a!important;border-color:#ffffff3d!important}.ecom-page .section-header{max-width:760px;margin:0 auto 42px}.ecom-page .section-header h2,.ecom-page .why-content h2{text-wrap:balance;font-family:var(--font-head,"Outfit", sans-serif)!important;letter-spacing:0!important;font-size:2.65rem!important;line-height:1.14!important}.ecom-page .section-header p,.ecom-page .why-content>p{font-size:.98rem!important;line-height:1.78!important}.ecom-page .services-section .service-card,.ecom-page .service-card{min-width:0;color:#fff!important;background:linear-gradient(145deg,#101c31f0,#09111fe6)!important;border:1px solid #f25c2e38!important;border-radius:20px!important;box-shadow:0 18px 54px #0003!important}.ecom-page .service-card.featured{background:linear-gradient(145deg,#f25c2e29,#101c31f0 58%,#09111feb)!important}.ecom-page .service-card h3{color:#fff!important;letter-spacing:0!important;font-size:1.25rem!important;line-height:1.25!important}.ecom-page .service-card p{color:#ffffffad!important;font-size:.88rem!important;line-height:1.7!important}.ecom-page .card-features li{color:#ffffffb8!important}.ecom-page .process-steps{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;display:grid!important}.ecom-page .process-steps:before{display:none!important}.ecom-page .process-step{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;min-width:0;min-height:260px;overflow:hidden;text-align:left!important;background:linear-gradient(145deg,#07111fd6,#0c182cc2)!important;border:1px solid #f25c2e3d!important;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;padding:26px 24px!important;display:flex!important}.ecom-page .step-circle{border-width:1.5px!important;width:54px!important;height:54px!important;margin:0 0 18px!important;font-size:1rem!important}.ecom-page .process-step h4{color:#fff!important;margin-bottom:8px!important;font-size:1rem!important;line-height:1.32!important}.ecom-page .process-step p{color:#ffffffad!important;width:100%!important;font-size:.84rem!important;line-height:1.62!important;display:block!important}.ecom-page .tech-category{background:linear-gradient(145deg,#101c31eb,#09111fe0)!important;border-color:#f25c2e33!important}.ecom-page .ecom-section-head{text-align:center;max-width:760px;margin:0 auto 42px}.ecom-page .ecom-section-head-dark h2,.ecom-page .ecom-section-head-dark p{color:#fff}.ecom-page .ecom-section-kicker{color:#ff8a3d;font-family:var(--font-head,"Outfit", sans-serif);letter-spacing:.12em;text-transform:uppercase;background:#f25c2e1f;border:1px solid #f25c2e47;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex}.ecom-page .ecom-section-kicker:before{content:"";background:#ff8a3d;border-radius:999px;width:7px;height:7px}.ecom-page .ecom-section-head h2,.ecom-page .ecom-cta-inner h2{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.12}.ecom-page .process-step{gap:10px}.ecom-page .ecom-section-head h2 span,.ecom-page .ecom-cta-inner h2 span{color:#ff7a3d}.ecom-page .ecom-section-head p{color:#ffffffad;max-width:620px;margin:16px auto 0}.ecom-page .ecom-faq-section{background:radial-gradient(circle at 12% 12%,#f25c2e1f,#0000 34%),linear-gradient(#07111f 0%,#0a1628 100%);overflow:hidden}.ecom-page .ecom-faq-layout{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start;gap:34px;display:grid}.ecom-page .ecom-faq-list{flex-direction:column;gap:10px;display:flex}.ecom-page .ecom-faq-item{background:#ffffff09;border:1px solid #ffffff1f;border-radius:18px;overflow:hidden}.ecom-page .ecom-faq-item.open{background:#f25c2e0e;border-color:#f25c2e94}.ecom-page .ecom-faq-trigger{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:46px minmax(0,1fr) 36px;align-items:center;gap:10px;width:100%;padding:18px 20px;display:grid}.ecom-page .ecom-faq-num{color:#ff7a3d;font-family:var(--font-head,"Outfit", sans-serif);font-size:.84rem;font-weight:800}.ecom-page .ecom-faq-q{color:#fff;font-family:var(--font-head,"Outfit", sans-serif);font-size:1rem;font-weight:700;line-height:1.35}.ecom-page .ecom-faq-icon{color:#ffffffb8;border:1px solid #fff3;border-radius:999px;place-items:center;width:34px;height:34px;transition:transform .25s,background .25s,color .25s;display:grid}.ecom-page .ecom-faq-item.open .ecom-faq-icon{color:#fff;background:#ff6b3d;transform:rotate(45deg)}.ecom-page .ecom-faq-body{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.ecom-page .ecom-faq-body>p{color:#ffffffad;min-height:0;padding:0 20px 0 76px;font-size:.92rem;line-height:1.72;overflow:hidden}.ecom-page .ecom-faq-item.open .ecom-faq-body{grid-template-rows:1fr}.ecom-page .ecom-faq-item.open .ecom-faq-body>p{padding-bottom:20px}.ecom-page .ecom-faq-panel{flex-direction:column;gap:16px;display:flex;position:sticky;top:112px}.ecom-page .ecom-faq-panel img{aspect-ratio:4/3;object-fit:cover;border-radius:24px;width:100%;box-shadow:0 24px 70px #00000052}.ecom-page .ecom-faq-panel-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:4px 14px;padding:18px;display:grid}.ecom-page .ecom-faq-panel-card strong{color:#fff;font-family:var(--font-head,"Outfit", sans-serif);font-size:.95rem}.ecom-page .ecom-faq-panel-card span{color:#ffffff94;font-size:.78rem}.ecom-page .ecom-faq-panel-card a{color:#fff;font-family:var(--font-head,"Outfit", sans-serif);white-space:nowrap;background:#ff6b3d;border-radius:999px;grid-area:1/2/3;align-items:center;gap:8px;padding:10px 16px;font-size:.8rem;font-weight:800;text-decoration:none;display:inline-flex}.ecom-page .ecom-testimonials-section{color:#0f1b35;background:linear-gradient(#fff 0%,#f6f9ff 100%);overflow:hidden}.ecom-page .ecom-testimonial-avatars{justify-content:center;align-items:center;gap:18px;min-height:112px;margin-bottom:28px;display:flex}.ecom-page .ecom-testimonial-avatar{cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0}.ecom-page .ecom-testimonial-avatar img{object-fit:cover;opacity:.42;filter:grayscale(18%);border-radius:999px;width:62px;height:62px;transition:all .25s}.ecom-page .ecom-testimonial-avatar.adj img{opacity:.7;width:78px;height:78px}.ecom-page .ecom-testimonial-avatar.active{position:relative}.ecom-page .ecom-testimonial-avatar.active img{opacity:1;filter:none;border:4px solid #fff;width:102px;height:102px;box-shadow:0 18px 44px #f25c2e47}.ecom-page .ecom-testimonial-avatar.active:before{content:"";border:2px dashed #f25c2e73;border-radius:999px;position:absolute;inset:-8px}.ecom-page .ecom-testimonial-body{text-align:center;max-width:780px;margin:0 auto}.ecom-page .ecom-testimonial-name{color:#0f1b35;font-family:var(--font-head,"Outfit", sans-serif);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:1rem;font-weight:800}.ecom-page .ecom-testimonial-role{color:#f25c2e;margin-bottom:10px;font-size:.82rem;font-weight:700}.ecom-page .ecom-testimonial-stars{color:#f59e0b;justify-content:center;gap:2px;margin-bottom:16px;display:flex}.ecom-page .ecom-testimonial-body p{color:#5a6a85;font-size:1rem;font-style:italic;line-height:1.85}.ecom-page .ecom-testimonial-controls{justify-content:center;gap:12px;margin-top:28px;display:flex}.ecom-page .ecom-testimonial-controls button{color:#0f1b35;cursor:pointer;background:#fff;border:1px solid #0f1b3529;border-radius:999px;width:44px;height:44px}.ecom-page .ecom-testimonial-dots{justify-content:center;gap:8px;margin-top:16px;display:flex}.ecom-page .ecom-testimonial-dots button{cursor:pointer;background:#0f1b3533;border:0;border-radius:999px;width:8px;height:8px;padding:0}.ecom-page .ecom-testimonial-dots button.active{background:#f25c2e;width:24px}.ecom-page .ecom-cta-section{background:linear-gradient(120deg,#07111ff5,#080f1ee6),url(https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1800&q=80) 50%/cover no-repeat;overflow:hidden}.ecom-page .ecom-cta-inner{text-align:center;max-width:900px;margin:0 auto}.ecom-page .ecom-cta-inner h2{color:#fff;margin-bottom:16px}.ecom-page .ecom-cta-inner p{color:#ffffff9e;max-width:650px;margin:0 auto 28px}.ecom-page .ecom-cta-form{background:#ffffff14;border:1px solid #fff3;border-radius:999px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;max-width:660px;margin:0 auto;padding:7px 7px 7px 20px;display:grid}.ecom-page .ecom-cta-form>i{color:#ffffff80}.ecom-page .ecom-cta-form input{color:#fff;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0}.ecom-page .ecom-cta-form input::placeholder{color:#ffffff73}.ecom-page .ecom-cta-form button{color:#fff;min-height:48px;font-family:var(--font-head,"Outfit", sans-serif);cursor:pointer;white-space:nowrap;background:linear-gradient(120deg,#ff7a4d 0%,#f25c2e 52%,#f04a00 100%);border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-weight:800;display:inline-flex}.ecom-page .ecom-cta-error{color:#f87171;opacity:0;max-height:0;font-size:.78rem;transition:max-height .2s,opacity .2s;overflow:hidden}.ecom-page .ecom-cta-error.show{opacity:1;max-height:24px;margin-top:8px}.ecom-page .ecom-cta-note{color:#ffffff73;justify-content:center;gap:6px;margin-top:16px;font-size:.76rem;display:flex}@media (max-width:1199px){.ecom-page .ecom-hero h1{font-size:3.55rem!important}.ecom-page .process-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:991px){.ecom-page .hero-content{text-align:left!important;gap:30px!important}.ecom-page .ecom-hero h1{font-size:3rem!important}.ecom-page .section-header h2,.ecom-page .why-content h2{font-size:2.2rem!important}.ecom-page .ecom-faq-layout{grid-template-columns:1fr}.ecom-page .ecom-faq-panel{max-width:640px;margin:0 auto;position:static}}@media (max-width:767px){.ecom-page .container{padding-left:18px!important;padding-right:18px!important}.ecom-page .ecom-hero h1{font-size:2.45rem!important;line-height:1.12!important}.ecom-page .ecom-hero .lead{font-size:.94rem!important}.ecom-page .hero-actions{flex-direction:column;align-items:stretch}.ecom-page .hero-actions a{justify-content:center;width:100%}.ecom-page .process-steps{grid-template-columns:1fr!important}.ecom-page .ecom-section-head{margin-bottom:32px}.ecom-page .ecom-faq-trigger{grid-template-columns:38px minmax(0,1fr) 32px;padding:16px}.ecom-page .ecom-faq-body>p{padding-left:64px;padding-right:16px}.ecom-page .ecom-faq-item.open .ecom-faq-body>p{padding-bottom:18px}.ecom-page .ecom-testimonial-avatars{gap:10px;min-height:96px;margin-bottom:22px}.ecom-page .ecom-testimonial-avatar:not(.active):not(.adj){display:none}.ecom-page .ecom-testimonial-avatar.adj img{width:58px;height:58px}.ecom-page .ecom-testimonial-avatar.active img{width:88px;height:88px}.ecom-page .ecom-cta-form{border-radius:18px;flex-direction:column;align-items:stretch;gap:10px;padding:14px;display:flex}.ecom-page .ecom-cta-form>.bi-envelope{display:none!important}.ecom-page .ecom-cta-form input{text-align:center!important}.ecom-page .ecom-cta-form button{width:100%!important;min-width:0!important}}@media (max-width:480px){.ecom-page .ecom-hero h1{font-size:2.18rem!important}.ecom-page .section-header h2,.ecom-page .why-content h2{font-size:1.85rem!important}}[data-reveal=visible]{opacity:1;transform:translateY(0)}
