:root{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-glow:#2563eb59;--primary-subtle:#2563eb1a;--accent-amber:#f59e0b;--accent-teal:#10b981;--accent-sky:#0ea5e9;--accent-cyan:#06b6d4;--bg-dark:#060a13;--bg-card:#11182799;--bg-card-solid:#111827;--bg-card-hover:#162032;--border-subtle:#ffffff0f;--border-active:#ffffff1f;--border-color:#ffffff14;--text-main:#f9fafb;--text-muted:#9ca3af;--text-dim:#6b7280;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6}:root[data-theme=light],body.light-theme{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-glow:#2563eb40;--primary-subtle:#2563eb14;--accent-amber:#d97706;--accent-teal:#059669;--accent-sky:#0284c7;--accent-cyan:#0891b2;--bg-dark:#f8fafc;--bg-card:#ffffffeb;--bg-card-solid:#fff;--bg-card-hover:#f1f5f9;--border-subtle:#e2e8f0;--border-active:#cbd5e1;--border-color:#e2e8f0;--text-main:#0f172a;--text-muted:#475569;--text-dim:#64748b;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-color:var(--bg-dark);color:var(--text-main)}html,body{width:100%;max-width:100vw;overflow-x:hidden}[dir=rtl]{font-family:Cairo,-apple-system,BlinkMacSystemFont,sans-serif}[dir=ltr]{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}[dir=ltr] h1,[dir=ltr] h2,[dir=ltr] h3,[dir=ltr] h4,[dir=ltr] .font-heading{letter-spacing:-.02em;font-family:Outfit,sans-serif}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] h4,[dir=rtl] .font-heading{letter-spacing:0;font-family:Cairo,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(ellipse 80% 50% at 50% -20%, #2563eb26 0%, transparent 50%), radial-gradient(ellipse 60% 40% at 100% 40%, #0ea5e90d 0%, transparent 50%), radial-gradient(ellipse 50% 30% at 0% 80%, #f59e0b0a 0%, transparent 50%), var(--bg-dark);min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.glass-panel{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#11182799;transition:border-color .3s,box-shadow .3s,transform .3s}.glass-panel:hover{border-color:var(--border-active);box-shadow:0 8px 32px #0000004d}.glass-nav{-webkit-backdrop-filter:blur(24px)saturate(180%);border-bottom:1px solid var(--border-subtle);background:#060a13cc}.btn-primary{color:#fff;border-radius:var(--radius-md);cursor:pointer;box-shadow:0 4px 20px var(--primary-glow), 0 0 0 0 #2563eb00;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;justify-content:center;align-items:center;gap:8px;padding:12px 26px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-primary:hover{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);transform:translateY(-3px);box-shadow:0 12px 36px #2563eb80,0 0 0 4px #2563eb26}.btn-primary:hover:before{left:100%}.btn-primary:active{transform:translateY(-1px)}.btn-secondary{color:#f3f4f6;border-radius:var(--radius-md);border:1px solid var(--border-subtle);cursor:pointer;background:#ffffff0a;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-secondary:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.shimmer-btn{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#2563eb;border:none;justify-content:center;align-items:center;gap:10px;padding:16px 36px;font-size:16px;font-weight:800;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #2563eb59}.shimmer-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 12px 36px #2563eb80}.shimmer-btn:active{transform:translateY(0)}.shimmer-btn__content{z-index:1;align-items:center;gap:10px;display:inline-flex;position:relative}.shimmer-btn__shine{display:none}.badge{border-radius:var(--radius-full);color:#93c5fd;letter-spacing:.02em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2563eb14;border:1px solid #2563eb33;align-items:center;gap:6px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex}.badge-amber{color:#fbbf24;background:#f59e0b14;border-color:#f59e0b33}.badge-teal{color:#34d399;background:#10b98114;border-color:#10b98133}.feature-card{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);background:#11182799;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.feature-card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#0000 30%,#2563eb4d 50%,#0000 70%);padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.feature-card:hover:before{opacity:1}.feature-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 50px #0006,0 0 30px #2563eb1a}.feature-card .feature-icon{transition:transform .4s cubic-bezier(.16,1,.3,1)}.feature-card:hover .feature-icon{transform:scale(1.15)rotate(-5deg)}.feature-card-lg{grid-column:span 2}@media (width<=768px){.feature-card-lg{grid-column:span 1}}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;max-width:1240px;margin:0 auto;display:grid}@media (width<=1024px){.pricing-grid{grid-template-columns:1fr;max-width:500px}}.pricing-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);background:#111827a6;flex-direction:column;padding:30px 22px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.pricing-card:hover{border-color:var(--border-active);transform:translateY(-4px);box-shadow:0 16px 48px #00000059}.pricing-card-popular{border:2px solid var(--primary);background:#2563eb14;box-shadow:0 0 40px #2563eb26}.pricing-card-popular:hover{box-shadow:0 20px 60px #2563eb4d}.segment-selector-wrapper{background:#0f172a99;border:1px solid #3b82f633;border-radius:12px;margin-bottom:18px;padding:12px;transition:all .3s}.segment-selector-wrapper:hover{border-color:#3b82f666}.segment-dropdown{color:#fff;cursor:pointer;background:#0f172af2;border:1.5px solid #3b82f666;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-size:13px;font-weight:700;transition:all .2s}.segment-dropdown:hover,.segment-dropdown:focus{background:#1e293b;border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb40}.segment-dropdown option{color:#fff;background:#0f172a;padding:8px 10px}.segment-diff-badge{color:#34d399;background:#10b98124;border:1px solid #10b9814d;border-radius:6px;align-items:center;gap:5px;margin-top:6px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.custom-selector-container{transition:all .25s;position:relative}.custom-selector-trigger:hover{background:#1e293be6!important;border-color:#60a5fa!important;box-shadow:0 4px 16px #2563eb33!important}.custom-selector-menu{scrollbar-width:thin;scrollbar-color:#3b82f666 transparent}.custom-selector-menu::-webkit-scrollbar{width:5px}.custom-selector-menu::-webkit-scrollbar-track{background:0 0}.custom-selector-menu::-webkit-scrollbar-thumb{background:#3b82f666;border-radius:999px}.custom-selector-menu::-webkit-scrollbar-thumb:hover{background:#60a5fab3}.custom-selector-item:hover:not(.selected){transform:translate(-2px);background:#ffffff12!important;border-color:#ffffff1f!important}[dir=ltr] .custom-selector-item:hover:not(.selected){transform:translate(2px)}@keyframes selector-drop-in{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.white-label-card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#111827a6;border:1px solid #3b82f62e;flex-direction:column;padding:28px 24px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.white-label-card:hover{border-color:#3b82f673;transform:translateY(-4px);box-shadow:0 16px 40px #0006,0 0 25px #2563eb1f}.white-label-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#3b82f6,#10b981,#0000);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.white-label-card:hover:before{opacity:1}.white-label-banner{text-align:center;background:linear-gradient(135deg,#0f172af2 0%,#111827e6 100%);border:1.5px solid #10b9814d;border-radius:24px;padding:48px 32px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080,0 0 40px #10b9811a}.white-label-banner:after{content:"";pointer-events:none;background:radial-gradient(circle,#10b98114 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.modal-overlay{-webkit-backdrop-filter:blur(16px);z-index:1000;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#000000d9;justify-content:center;align-items:center;padding:24px 16px;animation:.3s ease-out modal-fade-in;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:linear-gradient(#101726 0%,#0b1120 100%);border:1.5px solid #3b82f659;border-radius:22px;width:100%;max-width:600px;max-height:90vh;margin:auto;animation:.35s cubic-bezier(.16,1,.3,1) modal-slide-up;position:relative;overflow-y:auto;box-shadow:0 25px 70px -10px #000000f2,0 0 50px #2563eb33}.modal-overlay,.modal-content{scrollbar-width:thin;scrollbar-color:#3b82f666 transparent}.modal-overlay::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar{width:6px}.modal-overlay::-webkit-scrollbar-thumb{background:#3b82f666;border-radius:999px}.modal-content::-webkit-scrollbar-thumb{background:#3b82f666;border-radius:999px}.modal-overlay::-webkit-scrollbar-track{background:0 0}.modal-content::-webkit-scrollbar-track{background:0 0}.modal-plan-card{z-index:20;background:linear-gradient(135deg,#2563eb1f 0%,#0f172ad9 100%);border:1.5px solid #3b82f64d;border-radius:14px;padding:14px 16px;transition:all .2s;position:relative}.modal-plan-card:hover{border-color:#60a5fa80;box-shadow:0 4px 20px #2563eb26}.modal-plan-select{appearance:none;color:#f3f4f6;cursor:pointer;background:#0f172af2;border:1px solid #3b82f659;border-radius:10px;outline:none;width:100%;padding:9px 36px 9px 14px;font-size:13px;font-weight:700;transition:all .2s}[dir=ltr] .modal-plan-select{padding:9px 14px 9px 36px}.modal-plan-select:hover,.modal-plan-select:focus{background:#1e293bf2;border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb40}.modal-plan-select option,.modal-plan-select optgroup{color:#fff;background:#0b1120;padding:8px}.modal-field-group{flex-direction:column;gap:6px;min-width:0;display:flex}.modal-grid-2col{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;display:grid}@media (width<=580px){.modal-grid-2col{grid-template-columns:1fr}}.modal-field-label{color:#e2e8f0;align-items:center;gap:6px;font-size:12.5px;font-weight:700;display:flex}.modal-input-container{background:#0f172ad9;border:1.5px solid #ffffff1a;border-radius:10px;align-items:center;width:100%;min-width:0;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.modal-input-container:hover{border-color:#fff3}.modal-input-container:focus-within{background:#0f172af2;border-color:#3b82f6;box-shadow:0 0 0 3px #2563eb38}.modal-input-icon{pointer-events:none;color:#64748b;justify-content:center;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}[dir=rtl] .modal-input-icon{right:14px}[dir=ltr] .modal-input-icon{left:14px}.modal-input-container:focus-within .modal-input-icon{color:#60a5fa}.modal-input-with-icon{color:#fff;background:0 0;border:none;outline:none;width:100%;min-width:0;padding:11px 14px;font-size:13.5px;font-weight:600}[dir=rtl] .modal-input-with-icon{padding-right:40px}[dir=ltr] .modal-input-with-icon{padding-left:40px}.modal-input-with-icon::placeholder{color:#64748b;font-weight:500}.modal-input-container.modal-slug-container{align-items:center;padding:0 10px;display:flex;direction:ltr!important}[dir=ltr] .modal-input-container.modal-slug-container,[dir=rtl] .modal-input-container.modal-slug-container{padding:0 10px}.modal-input-container.modal-slug-container .modal-input-icon{flex-shrink:0;margin-right:6px;position:static;left:auto;right:auto;transform:none}.modal-slug-tag{color:#60a5fa;white-space:nowrap;-webkit-user-select:none;user-select:none;unicode-bidi:isolate;background:#2563eb2e;border:1px solid #2563eb59;border-radius:6px;flex-shrink:0;align-items:center;margin:0 4px 0 0;padding:4px 8px;font-size:11.5px;font-weight:700;display:inline-flex;direction:ltr!important}.modal-slug-container .modal-input-with-icon{flex:1 1 0;width:auto;min-width:0;text-align:left!important;direction:ltr!important;padding:11px 8px!important}[dir=ltr] .modal-slug-container .modal-input-with-icon,[dir=rtl] .modal-slug-container .modal-input-with-icon{padding:11px 8px!important}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.animate-float{animation:5s ease-in-out infinite float}.animate-float-delayed{animation:6s ease-in-out 1s infinite float-delayed}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #2563eb33,0 0 40px #2563eb1a}50%{box-shadow:0 0 30px #2563eb59,0 0 60px #2563eb26}}.pulse-glow{animation:3s ease-in-out infinite pulse-glow}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin-slow{animation:8s linear infinite spin-slow}@keyframes rotate-gradient{0%{--angle:0deg}to{--angle:360deg}}.cta-banner{border-radius:var(--radius-2xl);background:#0e1626;border:1px solid #3b82f640;position:relative;overflow:hidden;box-shadow:0 20px 50px #0006}.cta-banner:before,.cta-banner:after{content:none!important;display:none!important}.glow-ambient{filter:blur(100px);pointer-events:none;opacity:.7;border-radius:50%;position:absolute}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-spacing{padding:72px 0;position:relative}.bento-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (width<=1024px){.section-spacing{padding:48px 0}.bento-grid{grid-template-columns:repeat(2,1fr)}.feature-card-lg{grid-column:span 2}}@media (width<=768px){.section-spacing{padding:36px 0}.hidden-mobile{display:none!important}.mobile-menu-btn{justify-content:center;align-items:center;display:flex!important}.bento-grid{grid-template-columns:1fr!important;gap:14px!important}.feature-card{padding:20px 18px!important}.feature-card-lg{grid-column:span 1!important}.hero-layout{text-align:center!important;flex-direction:column!important;gap:24px!important}.hero-content{text-align:center!important;align-items:center!important}.hero-actions{flex-direction:column!important;gap:12px!important;width:100%!important;display:flex!important}.hero-actions button,.hero-actions a{justify-content:center!important;width:100%!important;min-height:48px!important;padding:13px 20px!important;font-size:15px!important}.hero-trust{justify-content:center!important;width:100%!important}.hero-mockup{width:100%!important;margin-top:16px!important;overflow:hidden!important}.app-mockup-wrapper{transform-origin:top!important;perspective:none!important;margin-bottom:-35px!important;padding:10px 0!important;transform:scale(.92)!important}.app-mockup-wrapper .animate-float,.app-mockup-wrapper .animate-float-delayed{display:none!important}.pricing-grid{grid-template-columns:1fr!important;gap:18px!important;max-width:440px!important;margin:0 auto!important}.pricing-card{padding:22px 18px!important}.how-it-works-grid{grid-template-columns:1fr!important;gap:14px!important}.how-it-works-card{border-radius:16px!important;padding:22px 18px!important}.white-label-banner{border-radius:18px!important;padding:28px 18px!important}.white-label-banner .btn-primary{justify-content:center!important;width:100%!important}.cta-banner{border-radius:20px!important;padding:36px 18px!important}.cta-banner button{justify-content:center!important;width:100%!important}.modal-content{max-width:100%!important;max-height:92vh!important;margin:10px!important;overflow-y:auto!important}.nav-controls{gap:6px!important}.nav-cta-btn{display:none!important}input,select,textarea,.form-input{font-size:16px!important}}@media (width<=480px){.container{padding:0 16px!important}.section-spacing{padding:28px 0!important}.badge{padding:4px 12px!important;font-size:11px!important}.app-mockup-wrapper{transform-origin:top!important;margin-bottom:-65px!important;padding:0!important;transform:scale(.82)!important}}@keyframes slide-in-stagger{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.trust-badge{animation:.5s ease-out both slide-in-stagger}.trust-badge:first-child{animation-delay:.1s}.trust-badge:nth-child(2){animation-delay:.2s}.trust-badge:nth-child(3){animation-delay:.3s}.metric-card{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:#ffffff08;padding:22px;transition:all .3s}.metric-card:hover{border-color:var(--border-active);background:#ffffff0d;transform:translateY(-2px)}.section-alt{background:#00000040;position:relative}.section-alt:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0f,#0000);height:1px;position:absolute;top:0;left:0;right:0}.form-input{border:1px solid var(--border-subtle);color:#fff;border-radius:var(--radius-sm);background:#111827cc;outline:none;width:100%;padding:11px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.form-input::placeholder{color:var(--text-dim)}body:after{content:"";pointer-events:none;z-index:9999;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}@keyframes success-pop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.success-icon{animation:.5s cubic-bezier(.16,1,.3,1) both success-pop}::selection{color:#fff;background:#2563eb4d}.mobile-sticky-cta{display:none}@keyframes sticky-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.mobile-sticky-cta{z-index:990;-webkit-backdrop-filter:blur(20px);padding:10px 16px;padding-bottom:max(10px, env(safe-area-inset-bottom));background:#0b1120f2;border-top:1px solid #3b82f640;animation:.3s cubic-bezier(.16,1,.3,1) both sticky-slide-up;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #000000a6,0 0 20px #2563eb26;display:block!important}.mobile-sticky-cta-content{justify-content:space-between;align-items:center;gap:12px;max-width:520px;margin:0 auto;display:flex}.mobile-sticky-cta-info{flex-direction:column;min-width:0;display:flex}.mobile-sticky-cta-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:800;line-height:1.25;overflow:hidden}.mobile-sticky-cta-sub{color:#34d399;white-space:nowrap;margin-top:2px;font-size:11px;font-weight:600}.mobile-sticky-cta-btn{white-space:nowrap!important;border-radius:10px!important;flex-shrink:0!important;align-items:center!important;gap:6px!important;padding:9px 16px!important;font-size:13px!important;font-weight:700!important;display:inline-flex!important;box-shadow:0 4px 15px #2563eb73!important}.floating-whatsapp-container{bottom:calc(76px + env(safe-area-inset-bottom,0px))!important}}.modal-slug-preview-chip{background:#0f172aa6;border:1px dashed #3b82f64d;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-top:6px;padding:6px 12px;font-size:11.5px;display:flex;direction:ltr!important}.modal-slug-preview-url{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:hidden;direction:ltr!important}.modal-slug-status-badge{color:#34d399;white-space:nowrap;background:#10b98126;border:1px solid #10b98159;border-radius:9999px;flex-shrink:0;align-items:center;gap:4px;padding:2px 7px;font-size:10.5px;font-weight:700;display:inline-flex}@keyframes whatsapp-radar{0%{opacity:.9;transform:scale(1)}70%{opacity:0;transform:scale(2.5)}to{opacity:0;transform:scale(2.7)}}.whatsapp-radar-ring{animation:2.2s cubic-bezier(0,.2,.8,1) infinite whatsapp-radar}.countdown-container{background:linear-gradient(135deg,#2563eb4d 0%,#0d948833 50%,#f59e0b26 100%);border-radius:24px;max-width:960px;margin:32px auto;padding:3px;position:relative;overflow:hidden;box-shadow:0 16px 48px -12px #0009,0 0 32px -4px #2563eb33}.countdown-inner{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#0d121ef2;border-radius:22px;padding:36px 28px;position:relative}.countdown-glow-left{pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#2563eb38 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:-20%;left:-10%}.countdown-glow-right{pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#10b9812e 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;bottom:-20%;right:-10%}.countdown-header-badge{color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:5px 14px;font-size:13px;font-weight:700;display:inline-flex}.pulsing-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:1.8s infinite pulse-green;box-shadow:0 0 #10b981b3}@keyframes pulse-green{0%{box-shadow:0 0 #10b981cc}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.countdown-vip-tag{color:#000;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:6px;padding:2px 7px;font-size:10.5px;font-weight:900}.countdown-title{color:#fff;margin:0 0 10px;font-size:clamp(22px,3.2vw,34px);font-weight:900;line-height:1.35}.countdown-subtitle{color:#94a3b8;max-width:680px;margin:0 auto 26px;font-size:14.5px;line-height:1.65}.countdown-grid{justify-content:center;align-items:center;gap:12px;margin:10px auto 26px;display:flex}.countdown-card{background:#111827cc;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-width:82px;padding:14px 16px;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff14}.countdown-card:hover{border-color:#2563eb66;transform:translateY(-2px)}.countdown-digit-wrapper{justify-content:center;align-items:center;height:48px;display:flex}.countdown-digit{color:#fff;letter-spacing:-1px;text-shadow:0 2px 10px #2563eb80;font-size:clamp(28px,4vw,40px);font-weight:900;line-height:1}.countdown-label{color:#60a5fa;text-transform:uppercase;letter-spacing:.5px;margin-top:6px;font-size:12px;font-weight:700}.countdown-separator{color:#475569;-webkit-user-select:none;user-select:none;font-size:28px;font-weight:900;line-height:1}.countdown-perks{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;max-width:680px;margin:0 auto;padding:12px 18px;display:flex}.perk-item{color:#e2e8f0;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.perk-divider{background:#475569;border-radius:50%;width:4px;height:4px}.countdown-cta-btn{border-radius:12px!important;padding:14px 28px!important;font-size:16px!important;font-weight:800!important;box-shadow:0 8px 24px -4px #2563eb80!important}@media (width<=640px){.countdown-inner{padding:24px 16px}.countdown-grid{gap:6px}.countdown-card{min-width:64px;padding:10px 8px}.countdown-digit{font-size:24px}.countdown-digit-wrapper{height:36px}.countdown-separator{font-size:20px}.countdown-perks{flex-direction:column;align-items:flex-start;gap:8px}.perk-divider{display:none}}:root[data-theme=light] body,body.light-theme{color:#0f172a;background:radial-gradient(80% 50% at 50% -20%,#2563eb17 0%,#0000 50%),radial-gradient(60% 40% at 100% 40%,#0ea5e90d 0%,#0000 50%),radial-gradient(50% 30% at 0 80%,#f59e0b0a 0%,#0000 50%),#f8fafc}[data-theme=light] ::-webkit-scrollbar-track{background:#f1f5f9}[data-theme=light] ::-webkit-scrollbar-thumb{background:#cbd5e1}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#94a3b8}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] .font-heading{color:#0f172a!important}[data-theme=light] .glass-nav{background:#ffffffeb!important;border-bottom:1px solid #e2e8f0!important;box-shadow:0 4px 20px -2px #0000000a!important}[data-theme=light] .brand-title{color:#0f172a!important}[data-theme=light] .nav-link-item{color:#334155!important}[data-theme=light] .nav-link-item:hover{color:#2563eb!important}[data-theme=light] .lang-switcher-pill{background:#f1f5f9!important;border-color:#cbd5e1!important}[data-theme=light] .glass-panel{background:#fffffff2;border:1px solid #e2e8f0;box-shadow:0 4px 24px -2px #0000000d}[data-theme=light] .glass-panel:hover{border-color:#2563eb59;box-shadow:0 12px 32px -4px #2563eb1f}[data-theme=light] .btn-secondary{color:#1e293b!important;background:#fff!important;border:1px solid #cbd5e1!important;box-shadow:0 1px 3px #0000000d!important}[data-theme=light] .btn-secondary:hover{color:#0f172a!important;background:#f8fafc!important;border-color:#94a3b8!important}[data-theme=light] .hero-badge{color:#1d4ed8!important;background:#eff6ff!important;border-color:#bfdbfe!important}[data-theme=light] .hero-highlight{color:#2563eb!important}[data-theme=light] .section-alt{background:#f1f5f9!important}[data-theme=light] .section-alt:before{background:linear-gradient(90deg,#0000,#e2e8f0,#0000)!important}[data-theme=light] .badge{color:#1d4ed8!important;background:#eff6ff!important;border-color:#bfdbfe!important}[data-theme=light] .badge-amber{color:#b45309!important;background:#fef3c7!important;border-color:#fde68a!important}[data-theme=light] .badge-teal{color:#047857!important;background:#ecfdf5!important;border-color:#a7f3d0!important}[data-theme=light] .feature-card{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 20px -2px #0000000a!important}[data-theme=light] .feature-card:hover{border-color:#2563eb4d!important;box-shadow:0 16px 40px -4px #2563eb1f!important}[data-theme=light] .feature-card h3{color:#0f172a!important}[data-theme=light] .feature-card p{color:#475569!important}[data-theme=light] .billing-toggle-wrapper{background:#e2e8f0!important;border-color:#cbd5e1!important}[data-theme=light] .billing-cycle-btn:not(.active){color:#475569!important}[data-theme=light] .billing-cycle-btn.active{color:#fff!important;background:#2563eb!important;box-shadow:0 2px 8px #2563eb4d!important}[data-theme=light] .pricing-card{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 20px -2px #0000000d!important}[data-theme=light] .pricing-card:hover{border-color:#cbd5e1!important;box-shadow:0 16px 48px -4px #0000001a!important}[data-theme=light] .pricing-card-popular{border:2px solid var(--primary)!important;background:#fff!important;box-shadow:0 12px 36px -4px #2563eb2e!important}[data-theme=light] .pricing-card h3{color:#0f172a!important}[data-theme=light] .pricing-card p{color:#475569!important}[data-theme=light] .price-main-num{color:#0f172a!important}[data-theme=light] .custom-selector-trigger{color:#0f172a!important;background:#f8fafc!important;border:1.5px solid #cbd5e1!important}[data-theme=light] .custom-selector-trigger:hover{background:#f1f5f9!important;border-color:#2563eb!important}[data-theme=light] .custom-selector-trigger span{color:#0f172a!important}[data-theme=light] .custom-selector-menu{background:#fff!important;border:1px solid #cbd5e1!important;box-shadow:0 16px 40px #0000001f!important}[data-theme=light] .custom-selector-item,[data-theme=light] .custom-selector-item span{color:#1e293b!important}[data-theme=light] .custom-selector-item:hover:not(.selected){background:#f1f5f9!important}[data-theme=light] .custom-selector-item.selected{background:#eff6ff!important;border-color:#bfdbfe!important}[data-theme=light] .custom-selector-item.selected span{color:#1d4ed8!important}[data-theme=light] .segment-selector-wrapper{background:#f1f5f9;border:1px solid #e2e8f0}[data-theme=light] .segment-dropdown{color:#0f172a;background:#fff;border:1.5px solid #cbd5e1}[data-theme=light] .segment-dropdown option{color:#0f172a;background:#fff}[data-theme=light] .how-it-works-main-title{color:#0f172a!important}[data-theme=light] .how-it-works-main-subtitle{color:#475569!important}[data-theme=light] .how-it-works-card{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 20px -2px #0000000d!important}[data-theme=light] .how-it-works-card:hover{border-color:#2563eb!important;box-shadow:0 12px 30px -4px #2563eb1f!important}[data-theme=light] .how-it-works-step-title{color:#0f172a!important}[data-theme=light] .how-it-works-step-desc{color:#475569!important}[data-theme=light] .how-it-works-step-num{color:#cbd5e1!important}[data-theme=light] .white-label-banner{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%)!important;border:1.5px solid #fcd34d!important;box-shadow:0 16px 40px -5px #f59e0b26!important}[data-theme=light] .white-label-banner h2,[data-theme=light] .white-label-banner h3{color:#0f172a!important}[data-theme=light] .white-label-banner p{color:#475569!important}[data-theme=light] .white-label-banner div[style*="background: rgba(255, 255, 255, 0.04)"]{color:#334155!important;background:#fff!important;border:1px solid #cbd5e1!important}[data-theme=light] .white-label-banner div[style*="background: rgba(255, 255, 255, 0.04)"] span{color:#334155!important}[data-theme=light] .cta-banner{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%)!important;border:1.5px solid #bfdbfe!important;box-shadow:0 20px 50px #2563eb1a!important}[data-theme=light] .cta-banner h2{color:#0f172a!important}[data-theme=light] .cta-banner p{color:#475569!important}[data-theme=light] div[style*="rgba(17, 24, 39, 0.65)"],[data-theme=light] div[style*="linear-gradient(180deg, rgba(30, 41, 59, 0.8)"]{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 2px 10px #00000008!important}[data-theme=light] div[style*="rgba(17, 24, 39, 0.65)"] span,[data-theme=light] div[style*="linear-gradient(180deg, rgba(30, 41, 59, 0.8)"] span{color:#0f172a!important}[data-theme=light] div[style*="rgba(17, 24, 39, 0.65)"] p,[data-theme=light] div[style*="linear-gradient(180deg, rgba(30, 41, 59, 0.8)"] p{color:#475569!important}[data-theme=light] div[style*="rgba(15, 23, 42, 0.75)"]{background:#fff!important;border-color:#cbd5e1!important;box-shadow:0 4px 16px #0000000a!important}[data-theme=light] div[style*="rgba(15, 23, 42, 0.75)"] div[style*="color: #FFFFFF"],[data-theme=light] div[style*="rgba(15, 23, 42, 0.75)"] div[style*="color: rgb(255, 255, 255)"]{color:#0f172a!important}[data-theme=light] footer{color:#64748b!important;background:#fff!important;border-top:1px solid #e2e8f0!important}[data-theme=light] footer h4,[data-theme=light] footer h5{color:#0f172a!important}[data-theme=light] footer a{color:#475569!important}[data-theme=light] footer a:hover{color:#2563eb!important}[data-theme=light] footer p{color:#64748b!important}[data-theme=light] footer div[style*="border-top: 1px solid var(--border-subtle)"]{border-top-color:#e2e8f0!important}[data-theme=light] .modal-overlay{background:#0f172a80!important}[data-theme=light] .modal-content{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 25px 70px -10px #0003,0 0 30px #2563eb1a!important}[data-theme=light] .modal-plan-card{background:#f8fafc!important;border:1.5px solid #e2e8f0!important}[data-theme=light] .modal-plan-select{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important}[data-theme=light] .modal-plan-select option,[data-theme=light] .modal-plan-select optgroup{color:#0f172a!important;background:#fff!important}[data-theme=light] .modal-field-label{color:#334155!important}[data-theme=light] .modal-input-container{background:#fff!important;border:1.5px solid #cbd5e1!important}[data-theme=light] .modal-input-container:hover{border-color:#94a3b8!important}[data-theme=light] .modal-input-container:focus-within{background:#fff!important;border-color:#2563eb!important}[data-theme=light] .modal-input-with-icon{color:#0f172a!important}[data-theme=light] .modal-input-with-icon::placeholder{color:#94a3b8!important}[data-theme=light] .modal-slug-preview-chip{background:#f1f5f9!important;border-color:#cbd5e1!important}[data-theme=light] .countdown-inner{background:#fff!important;box-shadow:0 20px 50px #00000014!important}[data-theme=light] .countdown-title{color:#0f172a!important}[data-theme=light] .countdown-card{background:#f8fafc!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 16px #0000000d!important}[data-theme=light] .countdown-digit{color:#0f172a!important;text-shadow:0 2px 8px #2563eb33!important}[data-theme=light] .countdown-perks{background:#f1f5f9!important;border:1px solid #e2e8f0!important}[data-theme=light] .perk-item{color:#334155!important}[data-theme=light] .mobile-drawer-overlay{background:#fffffffa!important}[data-theme=light] .mobile-drawer-overlay a{color:#0f172a!important;background:#f8fafc!important;border-color:#e2e8f0!important}[data-theme=light] .mobile-drawer-overlay button[aria-label=Close\ menu]{color:#0f172a!important;background:#f1f5f9!important;border-color:#cbd5e1!important}[data-theme=light] .mobile-sticky-cta{background:#fffffff5!important;border-top:1px solid #e2e8f0!important;box-shadow:0 -8px 30px #00000014!important}[data-theme=light] .mobile-sticky-cta-title{color:#0f172a!important}[data-theme=light] .whatsapp-tooltip{background:#fff!important;border:1px solid #cbd5e1!important;box-shadow:0 12px 35px #0000001f,0 0 20px #10b98126!important}[data-theme=light] .whatsapp-tooltip div[style*="color: #FFFFFF"]{color:#0f172a!important}[data-theme=light] .whatsapp-tooltip button[aria-label*=إغلاق],[data-theme=light] .whatsapp-tooltip button[aria-label*=Close]{color:#64748b!important;background:#f1f5f9!important;border-color:#cbd5e1!important}[data-theme=light] .whatsapp-tooltip button[aria-label*=إغلاق]:hover,[data-theme=light] .whatsapp-tooltip button[aria-label*=Close]:hover{color:#ef4444!important;background:#fee2e2!important;border-color:#fca5a5!important}[data-theme=light] .mockup-floating-badge{background:#fffffff5!important;border:1px solid #cbd5e1!important;box-shadow:0 16px 36px #0000001a,0 0 20px #2563eb14!important}[data-theme=light] .mockup-floating-badge .badge-title{color:#0f172a!important}[data-theme=light] .mockup-floating-badge .badge-subtitle{color:#64748b!important}[data-theme=light] .modal-plan-selected-tag{color:#2563eb!important}[data-theme=light] .modal-plan-selected-name{color:#0f172a!important}[data-theme=light] .modal-plan-dropdown-trigger{color:#0f172a!important;background:#fff!important;border:1.5px solid #cbd5e1!important;box-shadow:0 2px 8px #0000000a!important}[data-theme=light] .modal-plan-dropdown-trigger:hover{background:#f8fafc!important;border-color:#2563eb!important}[data-theme=light] .modal-plan-dropdown-trigger span[style*="color: #F9FAFB"],[data-theme=light] .modal-plan-dropdown-trigger span[style*="color: rgb(249, 250, 251)"],[data-theme=light] .modal-plan-dropdown-trigger span[style*="color: #FFFFFF"],[data-theme=light] .modal-plan-dropdown-trigger span[style*="color: rgb(255, 255, 255)"]{color:#0f172a!important}[data-theme=light] .modal-plan-dropdown-menu{background:#fff!important;border:1.5px solid #cbd5e1!important;box-shadow:0 20px 50px #00000026!important}[data-theme=light] .modal-plan-dropdown-menu div[role=option]{color:#1e293b!important}[data-theme=light] .modal-plan-dropdown-menu div[role=option]:hover{background:#f1f5f9!important}[data-theme=light] .modal-plan-dropdown-menu div[role=option] span[style*="color: #FFFFFF"],[data-theme=light] .modal-plan-dropdown-menu div[role=option] span[style*="color: #E5E7EB"],[data-theme=light] .modal-plan-dropdown-menu div[role=option] span[style*="color: #D1D5DB"]{color:#0f172a!important}[data-theme=light] .footer-contact-item{color:#475569!important}[data-theme=light] .footer-contact-item:hover{color:#2563eb!important}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-property:overflow;transition-duration:1ms}.cs-root{color:#f3f4f6;background-color:#070a12;min-height:100vh;padding:32px 16px 64px;font-family:Cairo,system-ui,-apple-system,sans-serif;position:relative;overflow-x:hidden}.cs-container{z-index:10;max-width:920px;margin:0 auto;position:relative}.cs-glow-top{pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#10b9811f 0%,#10b98100 70%);width:480px;height:480px;position:absolute;top:-120px;right:20%}.cs-glow-bottom{pointer-events:none;filter:blur(80px);background:radial-gradient(circle,#06b6d41a 0%,#06b6d400 70%);width:520px;height:520px;position:absolute;top:40%;left:10%}.cs-header-bar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:16px;display:flex}.cs-badge-verified{color:#34d399;background:#10b9811f;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex}.cs-platform-link{color:#9ca3af;align-items:center;gap:4px;font-size:12px;text-decoration:none;transition:color .2s;display:inline-flex}.cs-platform-link:hover{color:#fff}.cs-hero-card{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#111827d9 0%,#0f172a80 100%);border:1px solid #ffffff1a;border-radius:28px;margin-bottom:40px;padding:40px 24px;position:relative;box-shadow:0 20px 40px #00000080}.cs-avatar-wrap{width:120px;height:120px;margin:0 auto 20px;position:relative}.cs-avatar-ring{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);border-radius:50%;width:100%;height:100%;padding:4px;box-shadow:0 0 25px #10b98159}.cs-avatar-img{object-fit:cover;background:#1f2937;border-radius:50%;width:100%;height:100%;display:block}.cs-badge-icon{color:#000;background:#10b981;border-radius:50%;padding:6px;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 8px #0006}.cs-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:32px;font-weight:900}.cs-hero-headline{color:#34d399;max-width:620px;margin:0 auto 16px;font-size:16px;font-weight:700;line-height:1.6}.cs-hero-bio{color:#d1d5db;white-space:pre-line;max-width:640px;margin:0 auto 24px;font-size:14px;line-height:1.7}.cs-social-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:20px;margin-bottom:8px;display:flex}.cs-social-pill{color:#f3f4f6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#181e2ad9;border:1px solid #ffffff1f;border-radius:9999px;align-items:center;gap:8px;padding:9px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #00000040}.cs-social-pill:hover{color:#fff;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 24px #0006}.cs-social-pill.cs-social-whatsapp,.cs-social-pill.whatsapp{color:#6ee7b7;background:#10b9811f;border-color:#10b98159}.cs-social-pill.cs-social-whatsapp:hover,.cs-social-pill.whatsapp:hover{color:#fff;background:#10b98140;border-color:#10b981;box-shadow:0 6px 20px #10b9814d}.cs-social-pill.cs-social-instagram:hover{color:#fff;background:linear-gradient(135deg,#833ab44d 0%,#e1306c4d 50%,#fd1d1d4d 100%);border-color:#e1306c;box-shadow:0 6px 20px #e1306c4d}.cs-social-pill.cs-social-tiktok:hover{color:#00f2fe;background:#000000d9;border-color:#00f2fe;box-shadow:0 6px 20px #00f2fe40}.cs-social-pill.cs-social-youtube:hover{color:#fff;background:#ef444433;border-color:#ef4444;box-shadow:0 6px 20px #ef44444d}.cs-social-pill.cs-social-facebook:hover{color:#fff;background:#3b82f633;border-color:#3b82f6;box-shadow:0 6px 20px #3b82f64d}.cs-social-pill.cs-social-x:hover,.cs-social-pill.cs-social-twitter:hover{color:#fff;background:#ffffff26;border-color:#fff}.cs-social-pill.cs-social-telegram:hover{color:#fff;background:#0ea5e933;border-color:#0ea5e9;box-shadow:0 6px 20px #0ea5e94d}.cs-social-pill.cs-social-snapchat:hover{color:#fff;background:#eab30833;border-color:#eab308;box-shadow:0 6px 20px #eab3084d}.cs-social-pill.cs-social-linkedin:hover{color:#fff;background:#0a66c233;border-color:#0a66c2;box-shadow:0 6px 20px #0a66c24d}.cs-section{margin-bottom:48px}.cs-section-header{align-items:center;gap:8px;margin-bottom:20px;display:flex}.cs-section-title{color:#fff;margin:0;font-size:22px;font-weight:800}.cs-transform-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.cs-transform-card{background:#11182799;border:1px solid #ffffff14;border-radius:20px;padding:16px;transition:all .3s;overflow:hidden}.cs-transform-card:hover{border-color:#10b98166;transform:translateY(-3px);box-shadow:0 12px 24px #0006}.cs-transform-img{object-fit:cover;background:#1f2937;border-radius:14px;width:100%;height:200px;margin-bottom:12px}.cs-transform-title{color:#fff;margin:0 0 6px;font-size:15px;font-weight:800}.cs-transform-desc{color:#9ca3af;margin:0;font-size:13px;line-height:1.5}.cs-transform-placeholder{background:linear-gradient(135deg,#f59e0b1a 0%,#d977060a 100%);border:1px dashed #f59e0b4d;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:120px;margin-bottom:12px;display:flex}.cs-transform-placeholder-icon{color:#f59e0b;background:#f59e0b26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.cs-transform-placeholder-badge{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:9999px;padding:2px 10px;font-size:11px;font-weight:700}.cs-packages-header{text-align:center;margin-bottom:28px}.cs-packages-title{color:#fff;margin:0 0 8px;font-size:26px;font-weight:900}.cs-packages-subtitle{color:#9ca3af;margin:0;font-size:14px}.cs-tiers-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:20px;display:grid}.cs-tier-card{background:linear-gradient(#111827f2 0%,#0a0f1a 100%);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;justify-content:space-between;padding:24px;transition:all .3s;display:flex;position:relative}.cs-tier-card:hover{border-color:#10b98173;transform:translateY(-4px);box-shadow:0 16px 32px #10b98114}.cs-tier-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.cs-tier-badge{color:#d1d5db;background:#1f2937e6;border:1px solid #ffffff1a;border-radius:9999px;padding:3px 10px;font-size:11px;font-weight:800}.cs-tier-name{color:#fff;margin:0 0 6px;font-size:18px;font-weight:800}.cs-tier-desc{color:#9ca3af;margin:0 0 16px;font-size:12px;line-height:1.5}.cs-tier-price-row{align-items:baseline;gap:6px;margin:16px 0;display:flex}.cs-tier-price{color:#fff;font-size:34px;font-weight:900}.cs-tier-currency{color:#10b981;font-size:14px;font-weight:700}.cs-features-list{border-top:1px solid #ffffff14;flex-direction:column;gap:10px;margin-bottom:24px;padding-top:16px;display:flex}.cs-feature-item{color:#e5e7eb;align-items:flex-start;gap:8px;font-size:13px;display:flex}.cs-btn-cta{color:#000;cursor:pointer;background:#10b981;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 20px;font-size:14px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 6px 20px #10b9814d}.cs-btn-cta:hover{background:#34d399;transform:scale(1.02)}.cs-app-strip{background:#11182780;border:1px solid #ffffff14;border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex}.cs-app-strip-title{color:#fff;margin:0 0 4px;font-size:16px;font-weight:800}.cs-app-strip-desc{color:#9ca3af;margin:0;font-size:13px;line-height:1.5}.cs-app-strip-avail{color:#9ca3af;font-size:12px}.cs-platform-pill{color:#d1d5db;background:#1f2937e6;border:1px solid #ffffff1a;border-radius:9999px;padding:3px 10px;font-size:11px;font-weight:700}.cs-reviews-badge{background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;display:flex}.cs-reviews-score{color:#f59e0b;font-size:13px;font-weight:800}.cs-reviews-count{color:#9ca3af;font-size:11px}.cs-coupon-title{color:#e5e7eb;font-size:12px;font-weight:700}.cs-receipt-dropzone{text-align:center;cursor:pointer;background:#0003;border:2px dashed #ffffff26;border-radius:14px;padding:16px;transition:all .2s;position:relative}.cs-receipt-dropzone:hover{border-color:#10b981}.cs-pending-title{color:#fff;margin:4px 0;font-size:18px;font-weight:900}.cs-pending-desc{color:#d1d5db;margin:0;font-size:13px;line-height:1.6}.cs-success-title{color:#fff;margin:0 0 4px;font-size:20px;font-weight:900}.cs-success-desc{color:#9ca3af;margin:0;font-size:13px}.cs-creds-head{border-bottom:1px solid #ffffff14;padding-bottom:6px;font-weight:800}.cs-creds-row{justify-content:space-between;align-items:center;display:flex}.cs-creds-label{color:#9ca3af}.cs-creds-val{color:#fff;font-family:monospace}.cs-creds-pass{font-family:monospace;font-weight:700}.cs-app-icon-wrap{color:#10b981;background:#10b9811f;border:1px solid #10b98133;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cs-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000d9;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.cs-modal-box{background:#0d121f;border:1px solid #ffffff1f;border-radius:28px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #000c}.cs-modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.cs-modal-title{color:#fff;margin:0 0 2px;font-size:16px;font-weight:800}.cs-modal-subtitle{color:#10b981;margin:0;font-size:13px;font-weight:700}.cs-modal-close{color:#9ca3af;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;transition:all .2s;display:flex}.cs-modal-close:hover{color:#fff;background:#ffffff29}.cs-modal-stepper{text-align:center;color:#6b7280;background:#0000004d;border-bottom:1px solid #ffffff14;grid-template-columns:repeat(3,1fr);padding:12px 16px;font-size:12px;font-weight:700;display:grid}.cs-modal-stepper .active{color:#10b981}.cs-modal-body{flex-direction:column;gap:16px;padding:24px;display:flex;overflow-y:auto}.cs-form-group{flex-direction:column;gap:6px;display:flex}.cs-label{color:#e5e7eb;font-size:12px;font-weight:700}.cs-input,.cs-select,.cs-textarea{color:#fff;box-sizing:border-box;background:#060911;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.cs-input:focus,.cs-select:focus,.cs-textarea:focus{border-color:#10b981}.cs-input.has-error,.cs-select.has-error,.cs-textarea.has-error{background:#ef44440f!important;border-color:#ef4444!important}.cs-input-error-msg{color:#ef4444;align-items:center;gap:4px;margin-top:4px;font-size:11px;font-weight:500;display:flex}.cs-modal-error-banner{color:#f87171;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.cs-modal-footer{background:#0003;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.cs-btn-secondary{color:#e5e7eb;cursor:pointer;background:#ffffff14;border:none;border-radius:12px;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:700;display:flex}.cs-btn-primary{color:#000;cursor:pointer;background:#10b981;border:none;border-radius:12px;align-items:center;gap:6px;padding:12px 24px;font-size:13px;font-weight:800;display:flex;box-shadow:0 4px 14px #10b9814d}.cs-btn-primary:disabled{opacity:.6;cursor:not-allowed}.cs-payment-option{cursor:pointer;background:#11182780;border:1px solid #ffffff1a;border-radius:14px;margin-bottom:10px;padding:14px;transition:all .2s}.cs-payment-option.selected{background:#10b9811a;border-color:#10b981}.cs-payment-header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px;font-weight:800;display:flex}.cs-copy-box{color:#34d399;background:#080c14;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;font-family:monospace;font-size:13px;display:flex}.cs-copy-btn{color:#10b981;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.cs-success-card{text-align:center;flex-direction:column;gap:16px;padding:16px 8px;display:flex}.cs-success-icon{color:#10b981;background:#10b98126;border:1px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto;display:flex}.cs-creds-box{text-align:right;background:#060911;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:8px;padding:16px;font-size:13px;display:flex}.cs-cover-banner{object-fit:cover;z-index:1;border:1px solid #ffffff1a;border-radius:24px;width:100%;height:260px;margin-bottom:-60px;position:relative}.cs-video-wrap{aspect-ratio:16/9;background:#000;border:1px solid #ffffff1f;border-radius:20px;width:100%;max-width:800px;margin:0 auto;overflow:hidden;box-shadow:0 16px 36px #0009}.cs-video-iframe{border:none;width:100%;height:100%}.cs-faq-container{flex-direction:column;gap:12px;display:flex}.cs-faq-item{background:#11182799;border:1px solid #ffffff14;border-radius:16px;transition:all .2s;overflow:hidden}.cs-faq-item:hover{border-color:var(--cs-primary,#10b981)}.cs-faq-q{cursor:pointer;color:#fff;justify-content:space-between;align-items:center;padding:16px 20px;font-size:15px;font-weight:800;display:flex}.cs-faq-a{color:#9ca3af;padding:0 20px 16px;font-size:13.5px;line-height:1.6}.cs-pending-banner{text-align:center;background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:20px;display:flex}.cs-promo-bar{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(90deg,#0a0e17 0%,#111827f2 50%,#0a0e17 100%);border-bottom:1px solid #f59e0b4d;padding:10px 16px;position:sticky;top:0;box-shadow:0 4px 20px #0006}.cs-promo-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:960px;margin:0 auto;display:flex}.cs-promo-badge{color:#f59e0b;align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.cs-pulse-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.4s infinite cs-pulse}@keyframes cs-pulse{0%{transform:scale(.9);box-shadow:0 0 #ef4444b3}70%{transform:scale(1.1);box-shadow:0 0 0 6px #ef444400}to{transform:scale(.9);box-shadow:0 0 #ef444400}}.cs-promo-countdown{color:#fff;align-items:center;gap:6px;font-family:"monospace",sans-serif;font-size:13px;font-weight:800;display:flex}.cs-countdown-box{color:#f59e0b;text-align:center;background:#f59e0b26;border:1px solid #f59e0b66;border-radius:6px;min-width:28px;padding:3px 8px}.cs-promo-coupon-btn{color:#000;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;align-items:center;gap:5px;padding:5px 12px;font-size:12px;font-weight:800;transition:transform .15s;display:flex}.cs-promo-coupon-btn:hover{transform:scale(1.04)}.cs-coupon-container{background:#11182799;border:1px dashed #ffffff26;border-radius:14px;margin-bottom:14px;padding:12px}.cs-coupon-input-row{gap:8px;margin-top:6px;display:flex}.cs-coupon-input{color:#fff;text-transform:uppercase;background:#0b111e;border:1px solid #ffffff1a;border-radius:10px;flex:1;padding:8px 12px;font-size:13px;font-weight:700}.cs-coupon-btn{background:var(--cs-primary,#10b981);color:#000;cursor:pointer;border:none;border-radius:10px;padding:8px 16px;font-size:12px;font-weight:800}.cs-discount-tag{color:#34d399;align-items:center;gap:4px;margin-top:6px;font-size:12px;font-weight:800;display:inline-flex}.cs-reviews-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:14px;display:grid}.cs-review-card{background:#11182799;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:space-between;padding:20px;transition:all .2s;display:flex}.cs-review-card:hover{border-color:#f59e0b66;transform:translateY(-2px)}.cs-review-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cs-review-stars{color:#f59e0b;gap:3px;display:flex}.cs-review-text{color:#d1d5db;margin-bottom:14px;font-size:13.5px;font-style:italic;line-height:1.6}.cs-review-author{align-items:center;gap:10px;display:flex}.cs-review-avatar{color:#f59e0b;background:#f59e0b26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:flex}.cs-review-name{color:#fff;font-size:13px;font-weight:800}.cs-review-duration{color:#9ca3af;font-size:11px}.cs-certs-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:18px;margin-bottom:24px;padding:0 8px;display:flex}.cs-cert-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#111827bf;border:1px solid #f59e0b59;border-radius:14px;align-items:center;gap:10px;padding:9px 16px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #00000040}.cs-cert-badge:hover{border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b33}.cs-cert-icon{color:#f59e0b;background:#f59e0b2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cs-cert-info{text-align:right;flex-direction:column;gap:2px;display:flex}.cs-cert-name{color:#fff;font-size:13px;font-weight:800;line-height:1.3}.cs-cert-issuer{color:#d1d5db;font-size:11px;line-height:1.2}.cs-cert-badge-interactive{cursor:pointer;color:inherit;text-align:right;background:#111827d9;border:1px solid #f59e0b59;font-family:inherit;display:inline-flex;position:relative;overflow:hidden}.cs-cert-badge-interactive:hover{background:#f59e0b1f;border-color:#f59e0b;transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b40}.cs-cert-badge-zoom{opacity:0;color:#f59e0b;align-items:center;margin-right:4px;transition:all .2s;display:flex;transform:scale(.8)}.cs-cert-badge-interactive:hover .cs-cert-badge-zoom{opacity:1;transform:scale(1)}.cs-certs-section{position:relative}.cs-section-subtitle{color:#9ca3af;margin-top:4px;font-size:13px;font-weight:500;line-height:1.5}.cs-certs-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:20px;margin-top:20px;display:grid}.cs-cert-card{cursor:pointer;background:linear-gradient(145deg,#171e30e6 0%,#0d111cf2 100%);border:1px solid #f59e0b33;border-radius:18px;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #00000059}.cs-cert-card:hover{border-color:#f59e0b99;transform:translateY(-5px);box-shadow:0 16px 36px #f59e0b2e,0 0 20px #f59e0b1a}.cs-cert-card-media{background:#090d16;border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;width:100%;height:190px;display:flex;position:relative;overflow:hidden}.cs-cert-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1)}.cs-cert-card:hover .cs-cert-card-img{transform:scale(1.06)}.cs-cert-card-placeholder{text-align:center;box-sizing:border-box;background:radial-gradient(circle,#1b233a 0%,#0c101c 100%);border:8px solid #f59e0b26;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;display:flex;position:relative}.cs-cert-placeholder-seal{color:#f59e0b;background:linear-gradient(135deg,#f59e0b40 0%,#d977061a 100%);border:1px solid #f59e0b80;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:8px;display:flex;box-shadow:0 0 16px #f59e0b33}.cs-cert-placeholder-watermark{color:#ffffff08;pointer-events:none;position:absolute}.cs-cert-placeholder-issuer{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.cs-cert-placeholder-name{color:#fff;max-width:90%;margin:4px 0 6px;font-size:13px;font-weight:800;line-height:1.3}.cs-cert-placeholder-badge{color:#34d399;background:#10b98126;border:1px solid #10b9814d;border-radius:12px;padding:2px 8px;font-size:10px;font-weight:700}.cs-cert-card-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;background:#090d16b3;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:absolute;inset:0}.cs-cert-card:hover .cs-cert-card-overlay{opacity:1}.cs-cert-overlay-action{color:#000;background:#f59e0bf2;border-radius:24px;align-items:center;gap:8px;padding:8px 16px;font-size:12px;font-weight:800;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(10px);box-shadow:0 8px 20px #f59e0b66}.cs-cert-card:hover .cs-cert-overlay-action{transform:translateY(0)}.cs-cert-card-body{text-align:right;flex-direction:column;flex:1;gap:8px;padding:16px 18px 18px;display:flex}.cs-cert-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.cs-cert-issuer-tag{color:#f59e0b;white-space:nowrap;text-overflow:ellipsis;background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:8px;padding:3px 10px;font-size:11px;font-weight:700;overflow:hidden}.cs-cert-year-tag{color:#9ca3af;background:#ffffff0d;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.cs-cert-title{color:#fff;flex:1;margin:0;font-size:14px;font-weight:800;line-height:1.4}.cs-cert-verified-row{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:4px;padding-top:10px;display:flex}.cs-cert-verified-chip{color:#34d399;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.cs-cert-click-hint{color:#9ca3af;font-size:11px;font-weight:500}.cs-cert-lightbox-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99999;background:#000000d9;justify-content:center;align-items:center;padding:16px;animation:.2s cubic-bezier(.16,1,.3,1) csFadeIn;display:flex;position:fixed;inset:0}@keyframes csFadeIn{0%{opacity:0}to{opacity:1}}.cs-cert-lightbox-dialog{direction:rtl;background:#111827;border:1px solid #f59e0b66;border-radius:20px;flex-direction:column;width:100%;max-width:820px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) csScaleUp;display:flex;overflow:hidden;box-shadow:0 24px 60px #000000b3,0 0 40px #f59e0b26}@keyframes csScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cs-cert-lightbox-header{background:#111827f2;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.cs-cert-lightbox-header-info{text-align:right;align-items:center;gap:12px;display:flex}.cs-cert-lightbox-icon{background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cs-cert-lightbox-title{color:#fff;margin:0;font-size:16px;font-weight:800}.cs-cert-lightbox-sub{color:#9ca3af;margin:2px 0 0;font-size:12px}.cs-cert-lightbox-close{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.cs-cert-lightbox-close:hover{color:#ef4444;background:#ef444433;border-color:#ef4444}.cs-cert-lightbox-body{background:#090d16;flex:1;justify-content:center;align-items:center;padding:20px;display:flex;overflow-y:auto}.cs-cert-lightbox-image-wrap{justify-content:center;align-items:center;width:100%;display:flex}.cs-cert-lightbox-img{object-fit:contain;border:1px solid #ffffff1a;border-radius:12px;max-width:100%;max-height:60vh;box-shadow:0 10px 30px #0009}.cs-cert-lightbox-fallback-doc{background:linear-gradient(135deg,#1b233a 0%,#0d1222 100%);border:4px double #f59e0b80;border-radius:16px;width:100%;max-width:580px;padding:32px 24px;box-shadow:inset 0 0 30px #00000080}.cs-cert-fallback-inner{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.cs-cert-fallback-ribbon{color:#f59e0b;background:radial-gradient(circle,#f59e0b4d 0%,#d977061a 100%);border:2px solid #f59e0b;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex;box-shadow:0 0 24px #f59e0b4d}.cs-cert-fallback-org{color:#f59e0b;text-transform:uppercase;letter-spacing:1px;font-size:13px;font-weight:700}.cs-cert-fallback-title{color:#fff;margin:4px 0;font-size:20px;font-weight:900;line-height:1.4}.cs-cert-fallback-text{color:#d1d5db;max-width:480px;margin:8px 0;font-size:13px;line-height:1.7}.cs-cert-fallback-footer{border-top:1px dashed #f59e0b4d;width:100%;margin-top:16px;padding-top:14px}.cs-cert-fallback-stamp{color:#34d399;letter-spacing:1.5px;font-size:11px;font-weight:800}.cs-cert-lightbox-footer{background:#111827f2;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.cs-cert-lightbox-badge{color:#34d399;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.cs-cert-lightbox-actions{align-items:center;gap:10px;display:flex}.cs-cert-lightbox-btn-link{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.cs-cert-lightbox-btn-link:hover{color:#000;background:#f59e0b}.cs-cert-lightbox-btn-close{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;padding:8px 18px;font-size:12px;font-weight:700;transition:all .2s}.cs-cert-lightbox-btn-close:hover{background:#ffffff26}@media (width<=640px){.cs-certs-grid{grid-template-columns:1fr}.cs-cert-lightbox-footer{flex-direction:column;align-items:stretch;gap:12px}.cs-cert-lightbox-actions{justify-content:flex-end}}[data-theme=light] .cs-root,.cs-root[data-theme=light],body.light-theme .cs-root{color:#0f172a!important;background-color:#f8fafc!important;background-image:radial-gradient(at 0 0,#10b9810d 0,#0000 50%),radial-gradient(at 100% 0,#0ea5e90a 0,#0000 50%),radial-gradient(at 50% 100%,#f59e0b08 0,#0000 50%)!important}[data-theme=light] .cs-glow-top,.cs-root[data-theme=light] .cs-glow-top,body.light-theme .cs-glow-top{opacity:.35!important;filter:blur(80px)!important}[data-theme=light] .cs-glow-bottom,.cs-root[data-theme=light] .cs-glow-bottom,body.light-theme .cs-glow-bottom{opacity:.25!important;filter:blur(100px)!important}[data-theme=light] .cs-promo-bar,.cs-root[data-theme=light] .cs-promo-bar,body.light-theme .cs-promo-bar{background:#fff!important;border-bottom:1px solid #e2e8f0!important;box-shadow:0 4px 14px #0000000a!important}[data-theme=light] .cs-promo-badge,.cs-root[data-theme=light] .cs-promo-badge,body.light-theme .cs-promo-badge{color:#b45309!important}[data-theme=light] .cs-promo-msg,.cs-root[data-theme=light] .cs-promo-msg,body.light-theme .cs-promo-msg,[data-theme=light] .cs-promo-countdown,.cs-root[data-theme=light] .cs-promo-countdown,body.light-theme .cs-promo-countdown{color:#0f172a!important}[data-theme=light] .cs-countdown-box,.cs-root[data-theme=light] .cs-countdown-box,body.light-theme .cs-countdown-box{color:#b45309!important;background:#fef3c7!important;border:1px solid #fcd34d!important}[data-theme=light] .cs-promo-coupon-btn,.cs-root[data-theme=light] .cs-promo-coupon-btn,body.light-theme .cs-promo-coupon-btn{color:#fff!important;background:#f59e0b!important;box-shadow:0 2px 8px #f59e0b4d!important}[data-theme=light] .cs-header-bar,.cs-root[data-theme=light] .cs-header-bar,body.light-theme .cs-header-bar{border-bottom:1px solid #e2e8f0!important}[data-theme=light] .cs-badge-verified,.cs-root[data-theme=light] .cs-badge-verified,body.light-theme .cs-badge-verified{color:#047857!important;background:#ecfdf5!important;border:1px solid #a7f3d0!important;box-shadow:0 1px 3px #10b98114!important}[data-theme=light] .cs-platform-link,.cs-root[data-theme=light] .cs-platform-link,body.light-theme .cs-platform-link{color:#64748b!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:9999px!important;padding:5px 12px!important;box-shadow:0 1px 3px #00000008!important}[data-theme=light] .cs-platform-link:hover,.cs-root[data-theme=light] .cs-platform-link:hover,body.light-theme .cs-platform-link:hover{color:#0f172a!important;border-color:#cbd5e1!important}[data-theme=light] .cs-hero-card,.cs-root[data-theme=light] .cs-hero-card,body.light-theme .cs-hero-card{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0e6!important;box-shadow:0 1px 3px #00000005,0 16px 36px -10px #0000000f,0 0 0 1px #00000005!important}[data-theme=light] .cs-hero-title,.cs-root[data-theme=light] .cs-hero-title,body.light-theme .cs-hero-title{color:#0f172a!important}[data-theme=light] .cs-hero-headline,.cs-root[data-theme=light] .cs-hero-headline,body.light-theme .cs-hero-headline{color:#059669!important}[data-theme=light] .cs-hero-bio,.cs-root[data-theme=light] .cs-hero-bio,body.light-theme .cs-hero-bio{color:#475569!important}[data-theme=light] .cs-avatar-ring,.cs-root[data-theme=light] .cs-avatar-ring,body.light-theme .cs-avatar-ring{box-shadow:0 8px 24px #10b98140!important}[data-theme=light] .cs-badge-icon,.cs-root[data-theme=light] .cs-badge-icon,body.light-theme .cs-badge-icon{color:#fff!important;background:#10b981!important;box-shadow:0 2px 8px #10b98166!important}[data-theme=light] .cs-cert-badge,[data-theme=light] .cs-cert-badge-interactive,.cs-root[data-theme=light] .cs-cert-badge,.cs-root[data-theme=light] .cs-cert-badge-interactive,body.light-theme .cs-cert-badge,body.light-theme .cs-cert-badge-interactive{color:#0f172a!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;box-shadow:0 1px 3px #00000008!important}[data-theme=light] .cs-cert-badge-interactive:hover,.cs-root[data-theme=light] .cs-cert-badge-interactive:hover,body.light-theme .cs-cert-badge-interactive:hover{background:#fff!important;border-color:#cbd5e1!important;box-shadow:0 4px 12px #0000000f!important}[data-theme=light] .cs-cert-name,.cs-root[data-theme=light] .cs-cert-name,body.light-theme .cs-cert-name{color:#0f172a!important}[data-theme=light] .cs-cert-issuer,.cs-root[data-theme=light] .cs-cert-issuer,body.light-theme .cs-cert-issuer{color:#64748b!important}[data-theme=light] .cs-cert-icon,.cs-root[data-theme=light] .cs-cert-icon,body.light-theme .cs-cert-icon{color:#d97706!important;background:#fef3c7!important}[data-theme=light] .cs-social-pill,.cs-root[data-theme=light] .cs-social-pill,body.light-theme .cs-social-pill{color:#334155!important;background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 1px 4px #0000000a!important}[data-theme=light] .cs-social-pill:hover,.cs-root[data-theme=light] .cs-social-pill:hover,body.light-theme .cs-social-pill:hover{color:#0f172a!important;background:#f8fafc!important;border-color:#cbd5e1!important;box-shadow:0 4px 12px #00000014!important}[data-theme=light] .cs-social-pill.cs-social-whatsapp,[data-theme=light] .cs-social-pill.whatsapp,.cs-root[data-theme=light] .cs-social-pill.cs-social-whatsapp,.cs-root[data-theme=light] .cs-social-pill.whatsapp,body.light-theme .cs-social-pill.cs-social-whatsapp,body.light-theme .cs-social-pill.whatsapp{color:#047857!important;background:#f0fdf4!important;border-color:#a7f3d0!important}[data-theme=light] .cs-social-pill.cs-social-whatsapp:hover,[data-theme=light] .cs-social-pill.whatsapp:hover,.cs-root[data-theme=light] .cs-social-pill.cs-social-whatsapp:hover,.cs-root[data-theme=light] .cs-social-pill.whatsapp:hover,body.light-theme .cs-social-pill.cs-social-whatsapp:hover,body.light-theme .cs-social-pill.whatsapp:hover{color:#065f46!important;background:#dcfce7!important;border-color:#86efac!important}[data-theme=light] .cs-video-wrap,.cs-root[data-theme=light] .cs-video-wrap,body.light-theme .cs-video-wrap{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 16px 36px -8px #00000014!important}[data-theme=light] .cs-section-title,.cs-root[data-theme=light] .cs-section-title,body.light-theme .cs-section-title{color:#0f172a!important}[data-theme=light] .cs-section-subtitle,.cs-root[data-theme=light] .cs-section-subtitle,body.light-theme .cs-section-subtitle{color:#64748b!important}[data-theme=light] .cs-transform-card,.cs-root[data-theme=light] .cs-transform-card,body.light-theme .cs-transform-card{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 10px #00000008,0 1px 3px #00000005!important}[data-theme=light] .cs-transform-card:hover,.cs-root[data-theme=light] .cs-transform-card:hover,body.light-theme .cs-transform-card:hover{border-color:#10b981!important;transform:translateY(-4px)!important;box-shadow:0 14px 28px -6px #10b9811f,0 4px 10px -2px #00000008!important}[data-theme=light] .cs-transform-title,.cs-root[data-theme=light] .cs-transform-title,body.light-theme .cs-transform-title{color:#0f172a!important}[data-theme=light] .cs-transform-desc,.cs-root[data-theme=light] .cs-transform-desc,body.light-theme .cs-transform-desc{color:#475569!important}[data-theme=light] .cs-transform-placeholder,.cs-root[data-theme=light] .cs-transform-placeholder,body.light-theme .cs-transform-placeholder{background:linear-gradient(135deg,#fef3c7 0%,#fffbeb 100%)!important;border:1px dashed #fcd34d!important}[data-theme=light] .cs-transform-placeholder-icon,.cs-root[data-theme=light] .cs-transform-placeholder-icon,body.light-theme .cs-transform-placeholder-icon{color:#b45309!important;background:#fde68a!important}[data-theme=light] .cs-transform-placeholder-badge,.cs-root[data-theme=light] .cs-transform-placeholder-badge,body.light-theme .cs-transform-placeholder-badge{color:#b45309!important;background:#fef3c7!important;border:1px solid #fcd34d!important}[data-theme=light] .cs-cert-card,.cs-root[data-theme=light] .cs-cert-card,body.light-theme .cs-cert-card{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 16px -2px #0000000a!important}[data-theme=light] .cs-cert-card:hover,.cs-root[data-theme=light] .cs-cert-card:hover,body.light-theme .cs-cert-card:hover{border-color:#f59e0b!important;transform:translateY(-5px)!important;box-shadow:0 14px 30px -4px #f59e0b26!important}[data-theme=light] .cs-cert-card-media,.cs-root[data-theme=light] .cs-cert-card-media,body.light-theme .cs-cert-card-media{background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important}[data-theme=light] .cs-cert-card-placeholder,.cs-root[data-theme=light] .cs-cert-card-placeholder,body.light-theme .cs-cert-card-placeholder{background:radial-gradient(circle,#fff 0%,#f8fafc 100%)!important;border-color:#f59e0b4d!important}[data-theme=light] .cs-cert-placeholder-seal,.cs-root[data-theme=light] .cs-cert-placeholder-seal,body.light-theme .cs-cert-placeholder-seal{color:#d97706!important;background:#fef3c7!important;border-color:#fcd34d!important}[data-theme=light] .cs-cert-placeholder-watermark,.cs-root[data-theme=light] .cs-cert-placeholder-watermark,body.light-theme .cs-cert-placeholder-watermark{color:#00000008!important}[data-theme=light] .cs-cert-placeholder-issuer,.cs-root[data-theme=light] .cs-cert-placeholder-issuer,body.light-theme .cs-cert-placeholder-issuer{color:#64748b!important}[data-theme=light] .cs-cert-placeholder-name,.cs-root[data-theme=light] .cs-cert-placeholder-name,body.light-theme .cs-cert-placeholder-name,[data-theme=light] .cs-cert-title,.cs-root[data-theme=light] .cs-cert-title,body.light-theme .cs-cert-title{color:#0f172a!important}[data-theme=light] .cs-cert-issuer-tag,.cs-root[data-theme=light] .cs-cert-issuer-tag,body.light-theme .cs-cert-issuer-tag{color:#b45309!important;background:#fef3c7!important;border:1px solid #fcd34d!important}[data-theme=light] .cs-cert-year-tag,.cs-root[data-theme=light] .cs-cert-year-tag,body.light-theme .cs-cert-year-tag{color:#64748b!important;background:#f1f5f9!important}[data-theme=light] .cs-cert-verified-row,.cs-root[data-theme=light] .cs-cert-verified-row,body.light-theme .cs-cert-verified-row{border-top:1px solid #f1f5f9!important}[data-theme=light] .cs-cert-verified-chip,.cs-root[data-theme=light] .cs-cert-verified-chip,body.light-theme .cs-cert-verified-chip{color:#059669!important}[data-theme=light] .cs-cert-click-hint,.cs-root[data-theme=light] .cs-cert-click-hint,body.light-theme .cs-cert-click-hint{color:#94a3b8!important}[data-theme=light] .cs-reviews-badge,.cs-root[data-theme=light] .cs-reviews-badge,body.light-theme .cs-reviews-badge{background:#fef3c7!important;border:1px solid #fcd34d!important}[data-theme=light] .cs-reviews-score,.cs-root[data-theme=light] .cs-reviews-score,body.light-theme .cs-reviews-score{color:#b45309!important}[data-theme=light] .cs-reviews-count,.cs-root[data-theme=light] .cs-reviews-count,body.light-theme .cs-reviews-count{color:#78350f!important}[data-theme=light] .cs-review-card,.cs-root[data-theme=light] .cs-review-card,body.light-theme .cs-review-card{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 16px #00000008!important}[data-theme=light] .cs-review-card:hover,.cs-root[data-theme=light] .cs-review-card:hover,body.light-theme .cs-review-card:hover{border-color:#f59e0b!important;box-shadow:0 10px 24px -4px #f59e0b1f!important}[data-theme=light] .cs-review-text,.cs-root[data-theme=light] .cs-review-text,body.light-theme .cs-review-text{color:#334155!important}[data-theme=light] .cs-review-name,.cs-root[data-theme=light] .cs-review-name,body.light-theme .cs-review-name{color:#0f172a!important}[data-theme=light] .cs-review-duration,.cs-root[data-theme=light] .cs-review-duration,body.light-theme .cs-review-duration{color:#64748b!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:6px!important;padding:2px 8px!important}[data-theme=light] .cs-review-avatar,.cs-root[data-theme=light] .cs-review-avatar,body.light-theme .cs-review-avatar{color:#d97706!important;background:#fef3c7!important}[data-theme=light] .cs-packages-title,.cs-root[data-theme=light] .cs-packages-title,body.light-theme .cs-packages-title{color:#0f172a!important}[data-theme=light] .cs-packages-subtitle,.cs-root[data-theme=light] .cs-packages-subtitle,body.light-theme .cs-packages-subtitle{color:#64748b!important}[data-theme=light] .cs-tier-card,.cs-root[data-theme=light] .cs-tier-card,body.light-theme .cs-tier-card{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 8px #00000005,0 10px 25px -5px #0000000d!important}[data-theme=light] .cs-tier-card:hover,.cs-root[data-theme=light] .cs-tier-card:hover,body.light-theme .cs-tier-card:hover{border-color:var(--cs-primary,#10b981)!important;box-shadow:0 20px 40px -10px #10b98129, 0 0 0 1px var(--cs-primary,#10b981)!important;transform:translateY(-5px)!important}[data-theme=light] .cs-tier-badge,.cs-root[data-theme=light] .cs-tier-badge,body.light-theme .cs-tier-badge{color:#047857!important;background:#f0fdf4!important;border:1px solid #a7f3d0!important}[data-theme=light] .cs-tier-name,.cs-root[data-theme=light] .cs-tier-name,body.light-theme .cs-tier-name{color:#0f172a!important}[data-theme=light] .cs-tier-desc,.cs-root[data-theme=light] .cs-tier-desc,body.light-theme .cs-tier-desc{color:#64748b!important}[data-theme=light] .cs-tier-price,.cs-root[data-theme=light] .cs-tier-price,body.light-theme .cs-tier-price{color:#0f172a!important}[data-theme=light] .cs-tier-currency,.cs-root[data-theme=light] .cs-tier-currency,body.light-theme .cs-tier-currency{color:var(--cs-primary,#059669)!important}[data-theme=light] .cs-features-list,.cs-root[data-theme=light] .cs-features-list,body.light-theme .cs-features-list{border-top:1px solid #f1f5f9!important}[data-theme=light] .cs-feature-item,.cs-root[data-theme=light] .cs-feature-item,body.light-theme .cs-feature-item{color:#334155!important}[data-theme=light] .cs-btn-cta,.cs-root[data-theme=light] .cs-btn-cta,body.light-theme .cs-btn-cta{color:#fff!important;box-shadow:0 4px 14px #10b9814d!important}[data-theme=light] .cs-btn-cta:hover,.cs-root[data-theme=light] .cs-btn-cta:hover,body.light-theme .cs-btn-cta:hover{box-shadow:0 8px 24px #10b98173!important}[data-theme=light] .cs-faq-item,.cs-root[data-theme=light] .cs-faq-item,body.light-theme .cs-faq-item{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 1px 4px #00000005!important}[data-theme=light] .cs-faq-item:hover,.cs-root[data-theme=light] .cs-faq-item:hover,body.light-theme .cs-faq-item:hover{border-color:var(--cs-primary,#10b981)!important;box-shadow:0 4px 12px #0000000a!important}[data-theme=light] .cs-faq-q,.cs-root[data-theme=light] .cs-faq-q,body.light-theme .cs-faq-q{color:#0f172a!important}[data-theme=light] .cs-faq-a,.cs-root[data-theme=light] .cs-faq-a,body.light-theme .cs-faq-a{color:#475569!important;background:#f8fafc!important;border-top:1px solid #f1f5f9!important}[data-theme=light] .cs-app-strip,.cs-root[data-theme=light] .cs-app-strip,body.light-theme .cs-app-strip{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 20px -2px #0000000a!important}[data-theme=light] .cs-app-strip-title,.cs-root[data-theme=light] .cs-app-strip-title,body.light-theme .cs-app-strip-title{color:#0f172a!important}[data-theme=light] .cs-app-strip-desc,.cs-root[data-theme=light] .cs-app-strip-desc,body.light-theme .cs-app-strip-desc,[data-theme=light] .cs-app-strip-avail,.cs-root[data-theme=light] .cs-app-strip-avail,body.light-theme .cs-app-strip-avail{color:#64748b!important}[data-theme=light] .cs-platform-pill,.cs-root[data-theme=light] .cs-platform-pill,body.light-theme .cs-platform-pill{color:#334155!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important}[data-theme=light] .cs-modal-box,.cs-root[data-theme=light] .cs-modal-box,body.light-theme .cs-modal-box{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 25px 60px -10px #0003!important}[data-theme=light] .cs-modal-header,.cs-root[data-theme=light] .cs-modal-header,body.light-theme .cs-modal-header{border-bottom:1px solid #e2e8f0!important}[data-theme=light] .cs-modal-title,.cs-root[data-theme=light] .cs-modal-title,body.light-theme .cs-modal-title{color:#0f172a!important}[data-theme=light] .cs-modal-stepper,.cs-root[data-theme=light] .cs-modal-stepper,body.light-theme .cs-modal-stepper{color:#94a3b8!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important}[data-theme=light] .cs-modal-close,.cs-root[data-theme=light] .cs-modal-close,body.light-theme .cs-modal-close{color:#64748b!important;background:#f1f5f9!important}[data-theme=light] .cs-modal-close:hover,.cs-root[data-theme=light] .cs-modal-close:hover,body.light-theme .cs-modal-close:hover{color:#0f172a!important;background:#e2e8f0!important}[data-theme=light] .cs-label,.cs-root[data-theme=light] .cs-label,body.light-theme .cs-label{color:#334155!important}[data-theme=light] .cs-input,[data-theme=light] .cs-select,[data-theme=light] .cs-textarea,.cs-root[data-theme=light] .cs-input,.cs-root[data-theme=light] .cs-select,.cs-root[data-theme=light] .cs-textarea,body.light-theme .cs-input,body.light-theme .cs-select,body.light-theme .cs-textarea{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important}[data-theme=light] .cs-input:focus,[data-theme=light] .cs-select:focus,[data-theme=light] .cs-textarea:focus,.cs-root[data-theme=light] .cs-input:focus,.cs-root[data-theme=light] .cs-select:focus,.cs-root[data-theme=light] .cs-textarea:focus,body.light-theme .cs-input:focus,body.light-theme .cs-select:focus,body.light-theme .cs-textarea:focus{border-color:#10b981!important;box-shadow:0 0 0 3px #10b98126!important}[data-theme=light] .cs-coupon-container,.cs-root[data-theme=light] .cs-coupon-container,body.light-theme .cs-coupon-container{background:#f8fafc!important;border:1px solid #e2e8f0!important}[data-theme=light] .cs-coupon-title,.cs-root[data-theme=light] .cs-coupon-title,body.light-theme .cs-coupon-title{color:#334155!important}[data-theme=light] .cs-coupon-input,.cs-root[data-theme=light] .cs-coupon-input,body.light-theme .cs-coupon-input{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important}[data-theme=light] .cs-payment-option,.cs-root[data-theme=light] .cs-payment-option,body.light-theme .cs-payment-option{color:#0f172a!important;background:#f8fafc!important;border:1px solid #e2e8f0!important}[data-theme=light] .cs-payment-option.selected,.cs-root[data-theme=light] .cs-payment-option.selected,body.light-theme .cs-payment-option.selected{background:#f0fdf4!important;border-color:#10b981!important;box-shadow:0 0 0 1px #10b981!important}[data-theme=light] .cs-copy-box,.cs-root[data-theme=light] .cs-copy-box,body.light-theme .cs-copy-box{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important}[data-theme=light] .cs-receipt-dropzone,.cs-root[data-theme=light] .cs-receipt-dropzone,body.light-theme .cs-receipt-dropzone{background:#f8fafc!important;border:2px dashed #cbd5e1!important}[data-theme=light] .cs-receipt-dropzone:hover,.cs-root[data-theme=light] .cs-receipt-dropzone:hover,body.light-theme .cs-receipt-dropzone:hover{background:#f0fdf4!important;border-color:#10b981!important}[data-theme=light] .cs-pending-banner,.cs-root[data-theme=light] .cs-pending-banner,body.light-theme .cs-pending-banner{background:#fef3c7!important;border:1px solid #fcd34d!important}[data-theme=light] .cs-pending-title,.cs-root[data-theme=light] .cs-pending-title,body.light-theme .cs-pending-title{color:#b45309!important}[data-theme=light] .cs-pending-desc,.cs-root[data-theme=light] .cs-pending-desc,body.light-theme .cs-pending-desc{color:#78350f!important}[data-theme=light] .cs-success-card,.cs-root[data-theme=light] .cs-success-card,body.light-theme .cs-success-card{background:#fff!important}[data-theme=light] .cs-success-title,.cs-root[data-theme=light] .cs-success-title,body.light-theme .cs-success-title{color:#0f172a!important}[data-theme=light] .cs-success-desc,.cs-root[data-theme=light] .cs-success-desc,body.light-theme .cs-success-desc{color:#64748b!important}[data-theme=light] .cs-creds-box,.cs-root[data-theme=light] .cs-creds-box,body.light-theme .cs-creds-box{background:#f8fafc!important;border:1px solid #e2e8f0!important}[data-theme=light] .cs-creds-head,.cs-root[data-theme=light] .cs-creds-head,body.light-theme .cs-creds-head{border-bottom:1px solid #e2e8f0!important}[data-theme=light] .cs-creds-label,.cs-root[data-theme=light] .cs-creds-label,body.light-theme .cs-creds-label{color:#64748b!important}[data-theme=light] .cs-creds-val,.cs-root[data-theme=light] .cs-creds-val,body.light-theme .cs-creds-val{color:#0f172a!important}[data-theme=light] .cs-cert-lightbox-dialog,.cs-root[data-theme=light] .cs-cert-lightbox-dialog,body.light-theme .cs-cert-lightbox-dialog{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 24px 60px #0000002e!important}[data-theme=light] .cs-cert-lightbox-header,.cs-root[data-theme=light] .cs-cert-lightbox-header,body.light-theme .cs-cert-lightbox-header{background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important}[data-theme=light] .cs-cert-lightbox-title,.cs-root[data-theme=light] .cs-cert-lightbox-title,body.light-theme .cs-cert-lightbox-title{color:#0f172a!important}[data-theme=light] .cs-cert-lightbox-sub,.cs-root[data-theme=light] .cs-cert-lightbox-sub,body.light-theme .cs-cert-lightbox-sub{color:#64748b!important}[data-theme=light] .cs-cert-lightbox-close,.cs-root[data-theme=light] .cs-cert-lightbox-close,body.light-theme .cs-cert-lightbox-close{color:#475569!important;background:#f1f5f9!important;border-color:#e2e8f0!important}[data-theme=light] .cs-cert-lightbox-body,.cs-root[data-theme=light] .cs-cert-lightbox-body,body.light-theme .cs-cert-lightbox-body{background:#f1f5f9!important}[data-theme=light] .cs-cert-lightbox-footer,.cs-root[data-theme=light] .cs-cert-lightbox-footer,body.light-theme .cs-cert-lightbox-footer{background:#f8fafc!important;border-top:1px solid #e2e8f0!important}[data-theme=light] .cs-cert-lightbox-fallback-doc,.cs-root[data-theme=light] .cs-cert-lightbox-fallback-doc,body.light-theme .cs-cert-lightbox-fallback-doc{background:#fff!important;border-color:#f59e0b66!important;box-shadow:0 10px 30px #00000014!important}[data-theme=light] .cs-cert-fallback-title,.cs-root[data-theme=light] .cs-cert-fallback-title,body.light-theme .cs-cert-fallback-title{color:#0f172a!important}[data-theme=light] .cs-cert-fallback-text,.cs-root[data-theme=light] .cs-cert-fallback-text,body.light-theme .cs-cert-fallback-text{color:#475569!important}[data-theme=light] .cs-cert-lightbox-btn-close,.cs-root[data-theme=light] .cs-cert-lightbox-btn-close,body.light-theme .cs-cert-lightbox-btn-close{color:#0f172a!important;background:#e2e8f0!important;border-color:#cbd5e1!important}.cs-theme-btn{color:#60a5fa;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}[data-theme=light] .cs-theme-btn,.cs-root[data-theme=light] .cs-theme-btn,body.light-theme .cs-theme-btn{color:#d97706!important;background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 1px 3px #0000000d!important}[data-theme=light] .cs-theme-btn:hover,.cs-root[data-theme=light] .cs-theme-btn:hover,body.light-theme .cs-theme-btn:hover{color:#b45309!important;background:#f8fafc!important;border-color:#cbd5e1!important}.pct-container{margin-top:48px}.pct-toggle-wrap{text-align:center;margin-bottom:24px}.pct-toggle-btn{color:#93c5fd;cursor:pointer;background:#2563eb1a;border:1.5px solid #3b82f659;border-radius:999px;align-items:center;gap:10px;padding:12px 24px;font-size:14.5px;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 16px #0003}.pct-toggle-btn:hover{background:#2563eb33;border-color:#60a5fa;transform:translateY(-2px)}.pct-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-subtle);background:#0f172ad9;border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 20px 50px #0006}.pct-header{border-bottom:1px solid var(--border-subtle);text-align:center;background:linear-gradient(#1e293b80 0%,#0000 100%);padding:28px 24px 20px}.pct-badge{color:#60a5fa;background:#2563eb26;border:1px solid #2563eb4d;border-radius:16px;align-items:center;gap:8px;margin-bottom:10px;padding:4px 14px;font-size:12px;font-weight:700;display:inline-flex}.pct-title{color:#fff;margin-bottom:8px;font-size:clamp(20px,2.5vw,26px);font-weight:800}.pct-desc{color:var(--text-muted);max-width:620px;margin:0 auto;font-size:14px}.pct-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.pct-table{border-collapse:collapse;width:100%;min-width:720px}.pct-thead-tr{background:#1e293bcc;border-bottom:2px solid #ffffff1a}.pct-th{color:#e2e8f0;padding:16px 20px;font-size:14px;font-weight:800}.pct-th-plan{color:#e2e8f0;text-align:center;width:20%;padding:16px 14px;font-size:14px;font-weight:800}.pct-th-pro{color:#fff;background:#2563eb26;border-left:1px solid #3b82f64d;border-right:1px solid #3b82f64d}.pct-cat-tr{background:#0f172af2;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff0f}.pct-cat-td{letter-spacing:.02em;padding:12px 20px;font-size:13px;font-weight:800}.pct-cat-inner{align-items:center;gap:8px;display:inline-flex}.pct-row{border-bottom:1px solid #ffffff0a;transition:background .2s}.pct-row-even{background:0 0}.pct-row-odd{background:#ffffff04}.pct-row:hover{background:#ffffff0a!important}.pct-feat-name{color:#cbd5e1;padding:13px 20px;font-size:13px;line-height:1.4}.pct-td-val{text-align:center;padding:13px 14px}.pct-td-pro{background:#2563eb0d;border-left:1px solid #3b82f633;border-right:1px solid #3b82f633}.pct-val-text{color:#e2e8f0;font-size:12.5px;font-weight:600;line-height:1.35}.pct-val-text-pro{color:#60a5fa;font-weight:700}.pct-footer{border-top:1px solid var(--border-subtle);background:#0f172af2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.pct-footer-note{color:var(--text-muted);font-size:13px}.pct-footer-actions{gap:12px;display:flex}[data-theme=light] .pct-toggle-btn{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe;box-shadow:0 2px 10px #2563eb1a}[data-theme=light] .pct-toggle-btn:hover{background:#dbeafe;border-color:#3b82f6}[data-theme=light] .pct-box{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 10px 40px -5px #0000000f!important}[data-theme=light] .pct-header{background:linear-gradient(#f8fafc 0%,#fff 100%)!important;border-bottom:1px solid #e2e8f0!important}[data-theme=light] .pct-badge{color:#2563eb!important;background:#eff6ff!important;border-color:#bfdbfe!important}[data-theme=light] .pct-title{color:#0f172a!important}[data-theme=light] .pct-desc{color:#64748b!important}[data-theme=light] .pct-thead-tr{background:#f8fafc!important;border-bottom:2px solid #e2e8f0!important}[data-theme=light] .pct-th,[data-theme=light] .pct-th-plan{color:#0f172a!important}[data-theme=light] .pct-th-pro{color:#1e3a8a!important;background:#eff6ff!important;border-left:1px solid #bfdbfe!important;border-right:1px solid #bfdbfe!important}[data-theme=light] .pct-cat-tr{background:#f1f5f9!important;border-top:1px solid #e2e8f0!important;border-bottom:1px solid #e2e8f0!important}[data-theme=light] .pct-row{border-bottom:1px solid #f1f5f9!important}[data-theme=light] .pct-row-even{background:#fff!important}[data-theme=light] .pct-row-odd{background:#f8fafc!important}[data-theme=light] .pct-row:hover{background:#f1f5f9!important}[data-theme=light] .pct-feat-name{color:#334155!important}[data-theme=light] .pct-td-pro{background:#f0f7ff!important;border-left:1px solid #dbeafe!important;border-right:1px solid #dbeafe!important}[data-theme=light] .pct-val-text{color:#1e293b!important}[data-theme=light] .pct-val-text-pro{color:#1d4ed8!important}[data-theme=light] .pct-footer{background:#f8fafc!important;border-top:1px solid #e2e8f0!important}[data-theme=light] .pct-footer-note{color:#64748b!important}:root{--chk-brand:#10b981;--chk-bg:#070a12;--chk-card-bg:#0d1322;--chk-card-border:#ffffff14;--chk-card-hover:#ffffff24;--chk-text-main:#f8fafc;--chk-text-muted:#94a3b8;--chk-text-dim:#64748b;--chk-inner-bg:#ffffff08;--chk-inner-border:#ffffff0f}.chk-light{--chk-bg:#f8fafc;--chk-card-bg:#fff;--chk-card-border:#e2e8f0;--chk-card-hover:#cbd5e1;--chk-text-main:#0f172a;--chk-text-muted:#475569;--chk-text-dim:#64748b;--chk-inner-bg:#f8fafc;--chk-inner-border:#e2e8f0}.chk-root{background-color:var(--chk-bg);min-height:100vh;color:var(--chk-text-main);direction:rtl;flex-direction:column;font-family:Cairo,system-ui,-apple-system,sans-serif;transition:background-color .3s,color .3s;display:flex;position:relative;overflow-x:hidden}.chk-ambient-glow-1{pointer-events:none;filter:blur(80px);z-index:1;background:radial-gradient(circle,#10b9811f 0%,#10b98100 70%);width:500px;height:500px;position:absolute;top:-100px;right:15%}.chk-light .chk-ambient-glow-1{background:radial-gradient(circle,#10b9810f 0%,#0000 70%)}.chk-ambient-glow-2{pointer-events:none;filter:blur(90px);z-index:1;background:radial-gradient(circle,#38bdf814 0%,#38bdf800 70%);width:550px;height:550px;position:absolute;top:35%;left:10%}.chk-light .chk-ambient-glow-2{background:radial-gradient(circle,#3b82f60a 0%,#0000 70%)}.chk-header{z-index:50;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--chk-card-border);background:#0d1322e0;width:100%;transition:all .3s;position:sticky;top:0}.chk-light .chk-header{background:#ffffffe6;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #00000008}.chk-header-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:12px 20px;display:flex}.chk-header-start{align-items:center;gap:14px;display:flex}.chk-back-btn{color:var(--chk-text-muted);background:var(--chk-inner-bg);border:1px solid var(--chk-inner-border);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.chk-back-btn:hover{color:var(--chk-text-main);border-color:var(--chk-card-hover);transform:translate(2px)}.chk-light .chk-back-btn{color:#475569;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 2px #00000008}.chk-light .chk-back-btn:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.chk-divider-v{background:var(--chk-card-border);width:1px;height:20px}.chk-brand-logo{letter-spacing:-.5px;color:var(--chk-text-main);align-items:center;gap:8px;font-size:18px;font-weight:900;display:flex}.chk-brand-logo span{color:var(--chk-brand)}.chk-badge-secure{color:#34d399;background:#10b9811f;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.chk-light .chk-badge-secure{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.chk-header-end{align-items:center;gap:12px;display:flex}.chk-ssl-notice{color:var(--chk-text-muted);align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.chk-theme-toggle{border:1px solid var(--chk-inner-border);background:var(--chk-inner-bg);width:36px;height:36px;color:var(--chk-text-muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.chk-theme-toggle:hover{color:var(--chk-text-main);border-color:var(--chk-card-hover)}.chk-light .chk-theme-toggle{color:#475569;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 2px #00000008}.chk-light .chk-theme-toggle:hover{color:#0f172a;background:#f8fafc}.chk-main{z-index:10;flex:1;width:100%;max-width:1180px;margin:0 auto;padding:32px 20px 80px;position:relative}.chk-grid{grid-template-columns:1fr 410px;align-items:start;gap:32px;display:grid}@media (width<=960px){.chk-grid{grid-template-columns:1fr;gap:24px}}.chk-card{background:var(--chk-card-bg);border:1px solid var(--chk-card-border);border-radius:20px;padding:24px;transition:border-color .2s;box-shadow:0 16px 36px #00000040}.chk-light .chk-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0000000a,0 1px 3px #00000005}.chk-card-header{border-bottom:1px solid var(--chk-inner-border);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;display:flex}.chk-card-title-group{align-items:center;gap:10px;display:flex}.chk-step-pill{background:var(--chk-brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:800;display:inline-flex}.chk-card-title{color:var(--chk-text-main);margin:0;font-size:17px;font-weight:800}.chk-confirmed-badge{color:#34d399;background:#10b9811f;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.chk-light .chk-confirmed-badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.chk-info-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=640px){.chk-info-grid{grid-template-columns:1fr}}.chk-info-item{background:var(--chk-inner-bg);border:1px solid var(--chk-inner-border);border-radius:12px;padding:12px 14px}.chk-light .chk-info-item{background:#f8fafc;border:1px solid #e2e8f0}.chk-info-label{color:var(--chk-text-dim);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.chk-info-val{color:var(--chk-text-main);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;display:block;overflow:hidden}.chk-methods-bar{background:var(--chk-inner-bg);border:1px solid var(--chk-inner-border);border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;padding:10px 14px;font-size:12px;display:flex}.chk-light .chk-methods-bar{background:#f8fafc;border:1px solid #e2e8f0}.chk-methods-label{color:var(--chk-text-dim);margin-left:4px;font-size:11px;font-weight:700}.chk-method-tag{color:var(--chk-text-main);background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;padding:4px 9px;font-size:11px;font-weight:700}.chk-light .chk-method-tag{color:#334155;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 2px #00000008}.chk-method-tag.visa{color:#60a5fa;background:#3b82f626;border-color:#3b82f640}.chk-light .chk-method-tag.visa{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.chk-method-tag.fawry{color:#fbbf24;background:#f59e0b26;border-color:#f59e0b40}.chk-light .chk-method-tag.fawry{color:#b45309;background:#fefce8;border-color:#fde68a}.chk-method-tag.valu{color:#c084fc;background:#a855f726;border-color:#a855f740}.chk-light .chk-method-tag.valu{color:#7e22ce;background:#faf5ff;border-color:#e9d5ff}.chk-method-tag.wallets{color:#34d399;background:#10b98126;border-color:#10b98140}.chk-light .chk-method-tag.wallets{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.chk-iframe-box{background:0 0;border:none;border-radius:16px;width:100%;max-width:500px;min-height:580px;margin:0 auto;position:relative;overflow:hidden}.chk-light .chk-iframe-box{box-shadow:none;background:0 0;border:none}.chk-iframe-box iframe{background:0 0;border:none;width:100%;min-height:580px;display:block}.chk-sdk-loading{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;text-align:center;background:#0d1322e0;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.chk-light .chk-sdk-loading{color:#0f172a;background:#fffffff0}.chk-sdk-loading p{color:var(--chk-text-muted);font-size:13px;font-weight:600}.chk-security-footer{border-top:1px solid var(--chk-inner-border);color:var(--chk-text-dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:14px;padding-top:14px;font-size:12px;display:flex}.chk-security-msg{align-items:center;gap:6px;display:flex}.chk-fullscreen-link{color:var(--chk-text-muted);align-items:center;gap:4px;font-size:11px;text-decoration:underline;display:inline-flex}.chk-fullscreen-link:hover{color:var(--chk-text-main)}.chk-sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:90px}.chk-coach-box{border-bottom:1px solid var(--chk-inner-border);align-items:center;gap:14px;padding-bottom:18px;display:flex}.chk-coach-avatar{object-fit:cover;border:2px solid var(--chk-brand);border-radius:16px;width:64px;min-width:64px;height:64px;box-shadow:0 8px 20px #00000059}.chk-light .chk-coach-avatar{box-shadow:0 4px 14px #00000014}.chk-coach-initials{color:#fff;border:2px solid var(--chk-brand);background:#10b98133;border-radius:16px;justify-content:center;align-items:center;width:64px;min-width:64px;height:64px;font-size:24px;font-weight:800;display:flex}.chk-coach-name-wrap{align-items:center;gap:8px;margin-bottom:4px;display:flex}.chk-coach-name{color:var(--chk-text-main);margin:0;font-size:18px;font-weight:800}.chk-coach-sub{color:var(--chk-text-muted);margin:0;font-size:12px;line-height:1.4}.chk-tier-box{border-bottom:1px solid var(--chk-inner-border);padding:16px 0}.chk-tier-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.chk-tier-name{color:var(--chk-text-main);margin:0;font-size:18px;font-weight:900}.chk-tier-duration{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f640;border-radius:9999px;padding:3px 9px;font-size:11px;font-weight:700}.chk-light .chk-tier-duration{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.chk-tier-perks{flex-direction:column;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.chk-tier-perk-item{color:var(--chk-text-muted);align-items:flex-start;gap:8px;font-size:12px;line-height:1.4;display:flex}.chk-tier-perk-item svg{color:#34d399;flex-shrink:0;margin-top:2px}.chk-light .chk-tier-perk-item svg{color:#059669}.chk-price-box{border-bottom:1px solid var(--chk-inner-border);flex-direction:column;gap:8px;padding:16px 0;display:flex}.chk-price-row{color:var(--chk-text-muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.chk-price-strike{color:var(--chk-text-dim);text-decoration:line-through}.chk-coupon-tag{color:#34d399;background:#10b9811a;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.chk-light .chk-coupon-tag{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.chk-total-row{border-top:1px dashed var(--chk-inner-border);justify-content:space-between;align-items:baseline;margin-top:4px;padding-top:12px;display:flex}.chk-total-label{color:var(--chk-text-main);font-size:15px;font-weight:800}.chk-total-amount{color:var(--chk-brand);letter-spacing:-.5px;text-shadow:0 0 20px #10b98140;font-size:28px;font-weight:900}.chk-light .chk-total-amount{text-shadow:none}.chk-currency{color:var(--chk-text-muted);margin-right:4px;font-size:14px;font-weight:700}.chk-guarantees-list{flex-direction:column;gap:10px;padding-top:14px;display:flex}.chk-guarantee-item{color:var(--chk-text-muted);align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.chk-guarantee-item svg{color:#34d399;flex-shrink:0}.chk-light .chk-guarantee-item svg{color:#059669}.chk-state-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:50vh;padding:60px 20px;display:flex}.chk-spinner{animation:1s linear infinite chk-spin}@keyframes chk-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chk-error-card{text-align:center;background:#ef444414;border:1px solid #ef444440;border-radius:20px;max-width:440px;margin:0 auto;padding:32px 24px}.chk-error-title{color:#f87171;margin:12px 0 8px;font-size:18px;font-weight:800}.chk-error-desc{color:var(--chk-text-muted);margin-bottom:20px;font-size:13px;line-height:1.5}.chk-btn-primary{color:#fff;background:var(--chk-brand);cursor:pointer;border:none;border-radius:12px;width:100%;padding:12px 24px;font-size:14px;font-weight:800;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 8px 24px #10b98159}.chk-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #10b98173}:root{--ty-brand:#10b981;--ty-bg:#070a12;--ty-card-bg:#0d1322;--ty-card-border:#ffffff14;--ty-card-hover:#ffffff24;--ty-text-main:#f8fafc;--ty-text-muted:#94a3b8;--ty-text-dim:#64748b;--ty-inner-bg:#ffffff08;--ty-inner-border:#ffffff0f}.ty-light{--ty-bg:#f8fafc;--ty-card-bg:#fff;--ty-card-border:#e2e8f0;--ty-card-hover:#cbd5e1;--ty-text-main:#0f172a;--ty-text-muted:#475569;--ty-text-dim:#64748b;--ty-inner-bg:#f8fafc;--ty-inner-border:#e2e8f0}.ty-root{background-color:var(--ty-bg);min-height:100vh;color:var(--ty-text-main);direction:rtl;flex-direction:column;font-family:Cairo,system-ui,-apple-system,sans-serif;transition:background-color .3s,color .3s;display:flex;position:relative;overflow-x:hidden}.ty-ambient-glow{pointer-events:none;filter:blur(100px);z-index:1;background:radial-gradient(circle,#10b98126 0%,#10b98100 70%);width:600px;height:600px;position:absolute;top:-120px;right:25%}.ty-light .ty-ambient-glow{background:radial-gradient(circle,#10b98114 0%,#0000 70%)}.ty-header{z-index:50;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--ty-card-border);background:#0d1322e0;width:100%;transition:all .3s;position:sticky;top:0}.ty-light .ty-header{background:#ffffffe6;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #00000008}.ty-header-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:12px 20px;display:flex}.ty-main{z-index:10;flex:1;width:100%;max-width:1100px;margin:0 auto;padding:40px 20px 80px;position:relative}.ty-celebration{text-align:center;margin-bottom:40px}.ty-check-circle{color:#34d399;background:#10b98126;border:2px solid #10b981;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;animation:2s ease-in-out infinite ty-pulse;display:flex;box-shadow:0 0 50px #10b98159}.ty-light .ty-check-circle{color:#059669;background:#ecfdf5;border-color:#10b981;box-shadow:0 0 40px #10b98133}@keyframes ty-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.ty-hero-title{color:var(--ty-text-main);margin:0 0 10px;font-size:28px;font-weight:900}@media (width<=640px){.ty-hero-title{font-size:22px}}.ty-hero-subtitle{color:var(--ty-text-muted);max-width:620px;margin:0 auto;font-size:15px;line-height:1.6}.ty-grid{grid-template-columns:1fr 380px;align-items:start;gap:32px;display:grid}@media (width<=960px){.ty-grid{grid-template-columns:1fr;gap:24px}}.ty-card{background:var(--ty-card-bg);border:1px solid var(--ty-card-border);border-radius:20px;padding:24px;transition:all .2s;box-shadow:0 16px 36px #00000040}.ty-light .ty-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0000000a,0 1px 3px #00000005}.ty-vip-card{background:linear-gradient(135deg,#10b98114 0%,#0d1322f2 100%);border:1px solid #10b9814d;position:relative;box-shadow:0 20px 40px #10b9811f}.ty-light .ty-vip-card{background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%);border:1px solid #86efac;box-shadow:0 16px 36px #10b98114,0 2px 8px #00000005}.ty-card-badge{text-transform:uppercase;letter-spacing:.5px;color:#34d399;background:#10b98126;border:1px solid #10b9814d;border-radius:9999px;align-items:center;gap:6px;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:800;display:inline-flex}.ty-light .ty-card-badge{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.ty-card-h2{color:var(--ty-text-main);margin:0 0 6px;font-size:19px;font-weight:900}.ty-card-desc{color:var(--ty-text-muted);margin:0 0 20px;font-size:13px;line-height:1.5}.ty-cred-row{background:var(--ty-inner-bg);border:1px solid var(--ty-inner-border);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 16px;display:flex}.ty-light .ty-cred-row{background:#f8fafc;border:1px solid #e2e8f0}.ty-cred-label{color:var(--ty-text-dim);font-size:12px;font-weight:700}.ty-cred-value{color:var(--ty-text-main);font-family:monospace;font-size:14px;font-weight:700}.ty-copy-btn{color:var(--ty-text-main);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}.ty-copy-btn:hover{background:#ffffff24}.ty-light .ty-copy-btn{color:#334155;background:#fff;border:1px solid #cbd5e1;box-shadow:0 1px 2px #00000008}.ty-light .ty-copy-btn:hover{color:#0f172a;background:#f1f5f9}.ty-copy-btn.copied{color:#34d399;background:#10b98133;border-color:#10b98166}.ty-light .ty-copy-btn.copied{color:#15803d;background:#dcfce7;border-color:#86efac}.ty-cta-app{color:#fff;background:var(--ty-brand);cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:20px;padding:14px 24px;font-size:15px;font-weight:800;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 10px 28px #10b98166}.ty-cta-app:hover{transform:translateY(-2px);box-shadow:0 14px 34px #10b98180}.ty-whatsapp-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:14px;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 8px 24px #25d36659}.ty-whatsapp-btn:hover{background:#22c35e;transform:translateY(-2px)}.ty-invoice-card{flex-direction:column;gap:16px;display:flex}.ty-invoice-header{border-bottom:1px solid var(--ty-inner-border);justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.ty-invoice-badge{color:#34d399;background:#10b9811f;border-radius:6px;padding:3px 9px;font-size:11px;font-weight:800}.ty-light .ty-invoice-badge{color:#059669;background:#ecfdf5}.ty-invoice-list{flex-direction:column;gap:12px;font-size:13px;display:flex}.ty-invoice-row{justify-content:space-between;align-items:center;display:flex}.ty-invoice-label{color:var(--ty-text-dim);font-weight:600}.ty-invoice-val{color:var(--ty-text-main);font-weight:700}.ty-invoice-total{border-top:1px dashed var(--ty-inner-border);margin-top:4px;padding-top:14px}.ty-invoice-total .ty-invoice-val{color:var(--ty-brand);font-size:20px;font-weight:900}.ty-print-btn{background:var(--ty-inner-bg);border:1px solid var(--ty-inner-border);width:100%;color:var(--ty-text-muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;margin-top:8px;padding:10px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.ty-print-btn:hover{color:var(--ty-text-main);border-color:var(--ty-card-hover)}.ty-light .ty-print-btn{color:#334155;background:#f8fafc;border:1px solid #cbd5e1}.ty-light .ty-print-btn:hover{color:#0f172a;background:#fff;border-color:#94a3b8}
