:root{--primary-color: #22c55e;--primary-hover: #16a34a;--secondary-color: #0f172a;--text-color: #475569;--bg-color: #f8fafc;--bg-card: rgba(255, 255, 255, .7);--border-card: rgba(226, 232, 240, .8);--gradient-accent: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-glow: 0 0 20px rgba(79, 70, 229, .2);--font-family: "DM Sans", "Inter", system-ui, sans-serif;--radius-lg: 1rem}body{margin:0;font-family:var(--font-family);background:var(--bg-color);color:var(--text-color);line-height:1.6;-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0% 0%,rgba(79,70,229,.1) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(34,197,94,.1) 0px,transparent 50%);background-attachment:fixed}._index_g1yra_34{display:flex;flex-direction:column;min-height:100vh}@keyframes _fadeInUp_g1yra_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._animateFadeIn_g1yra_52{animation:_fadeInUp_g1yra_1 .8s ease-out forwards}._header_g1yra_57{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border-card)}._nav_g1yra_66{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}._logo_g1yra_75{font-size:1.5rem;font-weight:800;display:flex;align-items:center;gap:.5rem;color:var(--secondary-color);text-decoration:none}._logoIcon_g1yra_85{display:flex;background:var(--gradient-accent);color:#fff;padding:.25rem;border-radius:6px}._navLinks_g1yra_93{display:flex;gap:2rem;align-items:center}._navLink_g1yra_93{text-decoration:none;color:var(--text-color);font-weight:500;transition:color .2s;cursor:pointer;font-size:.95rem}._navLink_g1yra_93:hover{color:var(--secondary-color)}._btnPrimary_g1yra_112{background-color:var(--primary-color);color:#fff;padding:.6rem 1.25rem;border-radius:9999px;font-weight:600;text-decoration:none;font-size:.9rem;transition:all .2s;box-shadow:0 4px 6px -1px #22c55e33;border:none;cursor:pointer}._btnPrimary_g1yra_112:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 10px 15px -3px #22c55e4d}._hero_g1yra_133{padding:6rem 2rem 4rem;position:relative;overflow:hidden}._heroContent_g1yra_139{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._heroContentText_g1yra_148{z-index:10}._heroBadge_g1yra_152{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);font-size:.875rem;font-weight:600;margin-bottom:1.5rem}._heroBadgeDot_g1yra_162{width:8px;height:8px;background-color:var(--primary-color);border-radius:50%}._heroTitle_g1yra_169{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--secondary-color);margin-bottom:1.5rem;letter-spacing:-.02em}._heroTitle_g1yra_169 span{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._heroSubtitle_g1yra_184{font-size:1.125rem;color:var(--text-color);margin-bottom:2.5rem;max-width:500px;line-height:1.6}._heroButtons_g1yra_192{display:flex;gap:1rem}._btnOutline_g1yra_197{background:transparent;border:1px solid var(--border-card);color:var(--secondary-color);padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}._btnOutline_g1yra_197:hover{border-color:#cbd5e1;background-color:#fff}._btnLarge_g1yra_216{padding:.75rem 1.75rem;font-size:1rem}._heroStats_g1yra_221{display:flex;gap:3rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.05)}._statItem_g1yra_229 strong{display:block;font-size:1.5rem;font-weight:800;color:var(--secondary-color)}._statItem_g1yra_229 span{font-size:.875rem;color:var(--text-color)}._heroImageContainer_g1yra_241{position:relative;perspective:1000px}._heroImage_g1yra_241{width:100%;height:auto;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #fff;background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:rotateY(-5deg) rotateX(2deg);transition:transform .5s ease}._heroImage_g1yra_241:hover{transform:rotateY(0) rotateX(0) scale(1.01);box-shadow:0 35px 60px -15px #0003}._features_g1yra_263{padding:4rem 2rem 6rem}._sectionHeader_g1yra_267{text-align:center;margin-bottom:4rem}._sectionTitle_g1yra_272{font-size:2.5rem;font-weight:800;color:var(--secondary-color);margin-bottom:1rem}._sectionTitle_g1yra_272 span{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._sectionSubtitle_g1yra_285{color:var(--text-color);font-size:1.25rem}._featuresGrid_g1yra_290{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._featureCard_g1yra_298{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-card);transition:all .3s}._featureCard_g1yra_298:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:#4f46e533}._featureIcon_g1yra_313{width:4rem;height:4rem;background:transparent;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}._featureIcon_g1yra_313 img{width:100%;height:100%;object-fit:contain}._featureTitle_g1yra_329{font-size:1.25rem;font-weight:700;color:var(--secondary-color);margin-bottom:.75rem}._featureDesc_g1yra_336{font-size:.95rem;color:var(--text-color);line-height:1.6}._trustSection_g1yra_343{text-align:center;padding:3rem 2rem;opacity:.6}._trustLogos_g1yra_348{display:flex;justify-content:center;gap:3rem;font-weight:700;font-size:1.25rem;color:var(--text-color);flex-wrap:wrap}._pricing_g1yra_359{padding:8rem 2rem;background:radial-gradient(circle at 50% 0%,rgba(124,58,237,.05) 0%,transparent 50%)}._billingToggle_g1yra_364{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem;font-weight:600;color:var(--text-color);cursor:pointer}._toggleSwitch_g1yra_375{width:48px;height:28px;background:#cbd5e1;border-radius:999px;position:relative;transition:all .3s ease}._toggleSwitch_g1yra_375._active_g1yra_384{background:var(--primary-color)}._toggleSwitch_g1yra_375:after{content:"";position:absolute;left:4px;top:4px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000001a}._toggleSwitch_g1yra_375._active_g1yra_384:after{transform:translate(20px)}._saveBadge_g1yra_405{background:#dcfce7;color:#166534;font-size:.75rem;padding:.25rem .75rem;border-radius:999px;font-weight:700;margin-left:.5rem}._pricingGrid_g1yra_415{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;align-items:stretch}._pricingCard_g1yra_424{background:#fff9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);border-radius:2rem;padding:3rem 2rem;text-align:left;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005}._pricingCard_g1yra_424:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;background:#ffffffd9;border-color:#3f3f461a}._pricingCard_g1yra_424._popular_g1yra_447{background:#fff;border:1px solid rgba(124,58,237,.2);box-shadow:0 20px 25px -5px #7c3aed1a,0 10px 10px -5px #7c3aed0d;z-index:10;transform:scale(1.02)}._pricingCard_g1yra_424._popular_g1yra_447:hover{transform:scale(1.02) translateY(-8px);box-shadow:0 25px 50px -12px #7c3aed26}._pricingCard_g1yra_424._popular_g1yra_447:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2rem;padding:2px;background:linear-gradient(135deg,#4f46e5,#ec4899);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.5}._popularTag_g1yra_475{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:.35rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;position:absolute;top:1.5rem;right:1.5rem;transform:none;left:auto;box-shadow:0 4px 6px -1px #4f46e54d}._cardHeader_g1yra_492{margin-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:2rem}._cardHeader_g1yra_492 h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}._price_g1yra_508{font-size:3rem;font-weight:800;color:var(--secondary-color);letter-spacing:-.02em;display:flex;align-items:baseline;gap:.25rem}._price_g1yra_508 span{font-size:1.125rem;color:var(--text-color);font-weight:500}._cardHeader_g1yra_492 p{color:var(--text-color);font-size:.95rem;margin-top:.5rem}._featuresList_g1yra_530{list-style:none;padding:0;margin:0 0 2.5rem;text-align:left;flex-grow:1;display:flex;flex-direction:column;gap:1rem}._featuresList_g1yra_530 li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:#334155;line-height:1.5}._check_g1yra_550{color:#22c55e;background:#dcfce7;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0;margin-top:2px}._btnFull_g1yra_564{width:100%;padding:.875rem;border-radius:1rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;text-align:center}._ctaSection_g1yra_576{padding:6rem 2rem 10rem;position:relative}._ctaContainer_g1yra_581{max-width:1100px;margin:0 auto;background:linear-gradient(135deg,#4f46e5,#7c3aed,#9333ea);border-radius:2.5rem;padding:5rem 3rem;text-align:center;color:#fff;box-shadow:0 25px 50px -12px #7c3aed59,0 0 0 1px #ffffff1a inset;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}._ctaContainer_g1yra_581:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 10% 10%,rgba(255,255,255,.15) 0%,transparent 40%);opacity:.6;animation:_rotateMesh_g1yra_1 20s linear infinite;pointer-events:none}@keyframes _rotateMesh_g1yra_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._ctaContent_g1yra_620{position:relative;z-index:10;max-width:700px}._ctaTitle_g1yra_626{font-size:3rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em;background:linear-gradient(to right,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}._ctaSubtitle_g1yra_637{font-size:1.25rem;margin-bottom:3rem;opacity:.95;line-height:1.6;font-weight:500}._inlineInstallForm_g1yra_646{display:flex;justify-content:center;width:100%;max-width:550px;margin:0 auto 1.5rem}._inputWrapper_g1yra_654{display:flex;width:100%;background:#ffffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 6px -1px #0000001a;transition:all .3s}._inputWrapper_g1yra_654:focus-within{background:#ffffff40;border-color:#fff9;box-shadow:0 10px 15px -3px #0003;transform:translateY(-2px)}._installInput_g1yra_673{flex:1;background:transparent;border:none;padding:.75rem 1.5rem;font-size:1.1rem;color:#fff;outline:none}._installInput_g1yra_673::placeholder{color:#ffffffb3}._ctaButton_g1yra_687{background:#fff;color:#6366f1;padding:.75rem 2rem;border-radius:9999px;font-weight:700;border:none;cursor:pointer;white-space:nowrap;font-size:1rem;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a}._ctaButton_g1yra_687:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #0003}@media(max-width:640px){._ctaForm_g1yra_707{flex-direction:column}._ctaButton_g1yra_687{width:100%}}._securitySection_g1yra_716{padding:4rem 2rem;background:#fff}._securityGrid_g1yra_721{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}._securityCard_g1yra_729{border:1px solid var(--border-card);border-radius:1rem;padding:2rem;text-align:center;transition:all .2s}._securityCard_g1yra_729:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}._securityIcon_g1yra_742{font-size:2rem;color:#3b82f6;margin-bottom:1rem}._securityTitle_g1yra_748{font-weight:700;color:var(--secondary-color);margin-bottom:.5rem}._securityDesc_g1yra_754{font-size:.875rem;color:var(--text-color)}._visualizeSection_g1yra_760{padding:8rem 2rem;text-align:center;background:var(--bg-color);position:relative;overflow:hidden}._visualizeSection_g1yra_760:before{content:"";position:absolute;top:20%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(79,70,229,.08) 0%,transparent 60%);border-radius:50%;z-index:0;pointer-events:none}._demoContainer_g1yra_786{width:100%;height:400px;background:#ffffffb3;border-radius:12px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #ffffff80 inset;display:flex;flex-direction:column;overflow:hidden;position:relative}._demoHeader_g1yra_798{height:40px;background:#f3f4f6e6;border-bottom:1px solid rgba(229,231,235,.8);display:flex;align-items:center;padding:0 15px;gap:15px}._demoDots_g1yra_808{display:flex;gap:6px}._demoDots_g1yra_808 span{width:12px;height:12px;border-radius:50%;background:#e5e7eb}._demoDots_g1yra_808 span:nth-child(1){background:#ef4444}._demoDots_g1yra_808 span:nth-child(2){background:#f59e0b}._demoDots_g1yra_808 span:nth-child(3){background:#10b981}._demoUrlBar_g1yra_824{background:#fff;height:24px;border-radius:4px;flex:1;max-width:300px;margin:0 auto;font-size:11px;color:#6b7280;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb}._demoBody_g1yra_839{display:flex;flex:1;background:#fdfdfd}._demoSidebar_g1yra_845{width:60px;background:#f9fafb;border-right:1px solid #f3f4f6;padding:15px 0;display:flex;flex-direction:column;align-items:center;gap:15px}._demoNavItem_g1yra_856{width:24px;height:24px;border-radius:6px;background:#e5e7eb;transition:all .3s}._demoNavItem_g1yra_856._active_g1yra_384{background:#3b82f6}._demoContent_g1yra_868{flex:1;padding:30px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}._demoCursor_g1yra_878{position:absolute;top:0;left:0;z-index:50;transition:transform 1s cubic-bezier(.25,1,.5,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}._demoTitle_g1yra_887{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:2rem;z-index:10;animation:_fadeIn_g1yra_1 .5s ease-out}._demoBoxes_g1yra_896{width:100%;max-width:400px;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;animation:_slideUp_g1yra_1 .5s ease-out}._demoBox_g1yra_896{background:#f3f4f6;border-radius:8px;transition:all .5s}._demoProgress_g1yra_912{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#f3f4f6}._demoProgressBar_g1yra_921{height:100%;background:#3b82f6;transition:width 3s linear}@keyframes _fadeIn_g1yra_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_g1yra_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._visualizeContainer_g1yra_937{max-width:1200px;margin:0 auto;position:relative;z-index:10}._visualizeTitle_g1yra_944{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--secondary-color);letter-spacing:-.02em}._visualizeTitle_g1yra_944 span{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._visualizeSubtitle_g1yra_958{color:var(--text-color);margin-bottom:4rem;font-size:1.1rem;max-width:600px;margin-left:auto;margin-right:auto}._zigzagContainer_g1yra_968{display:flex;flex-direction:column;gap:6rem;max-width:1200px;margin:0 auto;padding:2rem 0}._zigzagItem_g1yra_977{display:flex;align-items:center;gap:5rem;justify-content:space-between}._zigzagItem_g1yra_977:nth-child(2n){flex-direction:row-reverse}._zigzagTextContent_g1yra_988{flex:1;text-align:left}._zigzagVisual_g1yra_993{flex:1;display:flex;justify-content:center;position:relative}._zigzagVisual_g1yra_993:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle,rgba(79,70,229,.1) 0%,transparent 70%);z-index:0;border-radius:50%}._zigzagVisual_g1yra_993>div{position:relative;z-index:1;width:100%}._zigzagTitle_g1yra_1015{font-size:2rem;font-weight:800;color:var(--secondary-color);margin-bottom:1rem;line-height:1.2}._zigzagDesc_g1yra_1023{font-size:1.1rem;color:var(--text-color);line-height:1.6;margin-bottom:1.5rem}._zigzagIconContainer_g1yra_1030{margin-bottom:1.5rem;display:inline-block}._zigzagIcon_g1yra_1030{width:120px;height:auto;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s ease}._zigzagIcon_g1yra_1030:hover{transform:scale(1.05) rotate(5deg)}@media(max-width:968px){._zigzagItem_g1yra_977{flex-direction:column;text-align:center;gap:3rem}._zigzagItem_g1yra_977:nth-child(2n){flex-direction:column}._zigzagTextContent_g1yra_988{text-align:center}._zigzagVisual_g1yra_993{width:100%}._zigzagTitle_g1yra_1015{font-size:1.75rem}}._generatedMockup_g1yra_1071{width:100%;max-width:500px;border-radius:1rem;box-shadow:0 25px 50px -12px #00000026,0 4px 6px -4px #0000001a;background:#fff;border:1px solid rgba(0,0,0,.05);transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}._generatedMockup_g1yra_1071:hover{transform:scale(1.02) translateY(-10px);box-shadow:0 35px 60px -15px #0000004d}._mockupWidget_g1yra_1089{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:450px;border:1px solid rgba(0,0,0,.05)}._widgetTitle_g1yra_1101{font-weight:700;font-size:1.25rem;margin-bottom:1.5rem;color:#1e293b}._widgetOption_g1yra_1108{display:flex;align-items:center;padding:1rem;border:2px solid #e2e8f0;border-radius:1rem;margin-bottom:.75rem;cursor:pointer;transition:all .2s}._optionRadio_g1yra_1124{width:20px;height:20px;border-radius:50%;border:2px solid #cbd5e1;margin-right:1rem;position:relative}._widgetOption_g1yra_1108._selected_g1yra_1119 ._optionRadio_g1yra_1124:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#4f46e5;border-radius:50%}._optionInfo_g1yra_1145{flex:1;display:flex;flex-direction:column}._optionLabel_g1yra_1151{font-weight:600;font-size:.95rem;color:#1e293b}._optionPrice_g1yra_1157{font-size:.85rem;color:#64748b}._saveBadge_g1yra_405{background:#dcfce7;color:#166534;font-size:.75rem;padding:.25rem .5rem;border-radius:999px;font-weight:700}._atcButton_g1yra_1171{width:100%;padding:1rem;background:#1e293b;color:#fff;border:none;border-radius:1rem;font-weight:700;font-size:1rem;cursor:pointer;margin-top:1.5rem;transition:all .2s}._atcButton_g1yra_1171:hover{background:#0f172a;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}._fbtContainer_g1yra_1192{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}._fbtItem_g1yra_1200{width:70px;height:70px;border-radius:1rem;position:relative;box-shadow:0 4px 6px -1px #0000000d}._fbtItem_g1yra_1200:after{content:"✓";position:absolute;top:-5px;right:-5px;background:#22c55e;color:#fff;width:18px;height:18px;border-radius:50%;font-size:.7rem;display:flex;align-items:center;justify-content:center;border:2px solid white}._fbtPlus_g1yra_1225{color:#94a3b8;font-weight:700}._fbtTotal_g1yra_1230{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-weight:600;color:#1e293b}._fbtPrice_g1yra_1239{color:#4f46e5;font-size:1.25rem;font-weight:800}._upsellCard_g1yra_1246{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:1rem;background:#f8fafc;margin-bottom:1rem;border:1px solid #e2e8f0}._upsellImage_g1yra_1257{width:50px;height:50px;background:#e2e8f0;border-radius:.75rem}._upsellInfo_g1yra_1264{flex:1}._upsellInfo_g1yra_1264 h4{font-size:.95rem;margin:0 0 .25rem;color:#1e293b}._upsellInfo_g1yra_1264 p{font-size:.9rem;margin:0;color:#4f46e5;font-weight:600}._upsellAdd_g1yra_1281{background:#fff;border:1px solid #e2e8f0;color:#4f46e5;width:32px;height:32px;border-radius:50%;font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._upsellAdd_g1yra_1281:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}._mockupImage_g1yra_1304{flex:1;background:#f1f5f9;display:flex;align-items:center;justify-content:center;position:relative;border-right:1px solid #f1f5f9}._mockupProductPlaceholder_g1yra_1314{width:220px;height:280px;background:#fff;border-radius:1rem;box-shadow:var(--shadow-xl);position:relative;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:3rem}._mockupContent_g1yra_1328{flex:1.2;padding:3rem;display:flex;flex-direction:column;justify-content:center;overflow-y:hidden}._mockupTitle_g1yra_1337{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}._mockupPrice_g1yra_1344{font-size:1.25rem;color:#64748b;margin-bottom:2rem}._mockupWidget_g1yra_1089{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem}._widgetTitle_g1yra_1101{font-size:.875rem;font-weight:600;color:#475569;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}._widgetOption_g1yra_1108{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:2px solid #e2e8f0;border-radius:.75rem;margin-bottom:.75rem;cursor:pointer;transition:all .2s;background:#fff}._widgetOption_g1yra_1108._selected_g1yra_1119{border-color:#4f46e5;background:#eef2ff}._optionRadio_g1yra_1124{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;margin-right:1rem;position:relative}._widgetOption_g1yra_1108._selected_g1yra_1119 ._optionRadio_g1yra_1124{border-color:#4f46e5}._widgetOption_g1yra_1108._selected_g1yra_1119 ._optionRadio_g1yra_1124:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;background:#4f46e5;border-radius:50%}._optionInfo_g1yra_1145{flex:1}._optionLabel_g1yra_1151{font-weight:600;color:#0f172a;display:block}._optionPrice_g1yra_1157{font-size:.875rem;color:#64748b}._saveBadge_g1yra_405{background:#22c55e;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .6rem;border-radius:9999px;margin-left:.5rem}._fbtContainer_g1yra_1192{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}._fbtItem_g1yra_1200{width:80px;height:100px;background:#f1f5f9;border-radius:.5rem;position:relative}._fbtPlus_g1yra_1225{color:#94a3b8;font-size:1.5rem}._fbtTotal_g1yra_1230{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._fbtPrice_g1yra_1239{font-weight:700;color:#0f172a;font-size:1.25rem}._upsellCard_g1yra_1246{border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;display:flex;gap:1rem;align-items:center;background:#fff;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:1.5rem}._upsellImage_g1yra_1257{width:60px;height:60px;background:#f1f5f9;border-radius:.5rem}._upsellInfo_g1yra_1264 h4{font-size:.9rem;margin:0 0 .25rem;color:#0f172a}._upsellInfo_g1yra_1264 p{font-size:.8rem;color:#64748b;margin:0}._upsellAdd_g1yra_1281{background:#f8fafc;border:1px solid #cbd5e1;padding:.5rem 1rem;border-radius:.5rem;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap}._upsellAdd_g1yra_1281:hover{background:#e2e8f0}._atcButton_g1yra_1171{width:100%;background:#0f172a;color:#fff;padding:1rem;border-radius:.75rem;font-weight:700;border:none;cursor:pointer;transition:all .2s}._atcButton_g1yra_1171:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}._testimonialSection_g1yra_1540{padding:6rem 2rem;background:#fff}._testimonialCard_g1yra_1545{max-width:900px;margin:0 auto;text-align:center;padding:3rem;border-radius:2rem;background:#f8fafc;border:1px solid var(--border-card)}._quoteIcon_g1yra_1555{font-size:4rem;color:#93c5fd;line-height:1;margin-bottom:1rem;opacity:.5}._quoteText_g1yra_1563{font-size:1.5rem;font-weight:500;color:var(--secondary-color);line-height:1.5;margin-bottom:2rem}._quoteAuthor_g1yra_1571{display:flex;align-items:center;justify-content:center;gap:1rem}._authorAvatar_g1yra_1578{width:50px;height:50px;border-radius:50%;background:var(--gradient-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}._authorInfo_g1yra_1591{text-align:left}._authorName_g1yra_1595{display:block;font-weight:700;color:var(--secondary-color)}._authorRole_g1yra_1601{font-size:.875rem;color:var(--text-color)}@media(max-width:968px){._securityGrid_g1yra_721{grid-template-columns:1fr 1fr}}@media(max-width:640px){._securityGrid_g1yra_721{grid-template-columns:1fr}}._footer_g1yra_1619{background:#0f172a;color:#94a3b8;padding:5rem 2rem 2rem;font-size:.95rem;border-top:none}._footerContent_g1yra_1627{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}._footerBrand_g1yra_1636{display:flex;flex-direction:column;gap:1.5rem}._footerLogo_g1yra_1642{font-size:1.5rem;font-weight:800;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem}._footerDesc_g1yra_1652{line-height:1.6;max-width:300px}._footerSocial_g1yra_1657{display:flex;gap:1rem}._socialIcon_g1yra_1662{width:36px;height:36px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#fff;transition:all .2s;cursor:pointer}._socialIcon_g1yra_1662:hover{background:var(--primary-color);transform:translateY(-2px)}._footerCol_g1yra_1680 h4{color:#fff;font-size:1rem;font-weight:700;margin-bottom:1.5rem}._footerCol_g1yra_1680 ul{list-style:none;padding:0;margin:0}._footerCol_g1yra_1680 ul li{margin-bottom:.75rem}._footerCol_g1yra_1680 a{color:#94a3b8;text-decoration:none;transition:color .2s}._footerCol_g1yra_1680 a:hover{color:#fff}._copyright_g1yra_1707{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.875rem}._legalLinks_g1yra_1718{display:flex;gap:2rem}._chatWidget_g1yra_1724{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:var(--primary-color);border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;box-shadow:var(--shadow-lg);font-size:1.5rem;z-index:100;transition:transform .2s}._chatWidget_g1yra_1724:hover{transform:scale(1.1)}@media(max-width:968px){._heroContent_g1yra_139{grid-template-columns:1fr;text-align:center}._featuresGrid_g1yra_290,._pricingGrid_g1yra_415{grid-template-columns:1fr;max-width:500px}._footerContent_g1yra_1627{grid-template-columns:1fr 1fr}._pricingCard_g1yra_424._popular_g1yra_447{transform:none}._ctaContainer_g1yra_581{padding:3rem 1.5rem}._copyright_g1yra_1707{flex-direction:column;gap:1rem}}@media(max-width:640px){._footerContent_g1yra_1627{grid-template-columns:1fr;text-align:center}._footerBrand_g1yra_1636{align-items:center}._ctaButtons_g1yra_1787{flex-direction:column}}._widgetContainer_g1yra_1795{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000026,0 4px 6px -4px #0000001a;border:1px solid rgba(0,0,0,.05);overflow:hidden;width:100%;max-width:500px;font-family:system-ui,-apple-system,sans-serif;color:#1f2937;text-align:left}._volumeWidget_g1yra_1811{padding:1.5rem}._volumeHeader_g1yra_1815{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}._volumeHeaderIcon_g1yra_1822{width:2.5rem;height:2.5rem;background:#eff6ff;color:#3b82f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center}._volumeTitle_g1yra_1833{font-weight:700;font-size:1.125rem;color:#111827;margin:0}._volumeSubtitle_g1yra_1840{font-size:.875rem;color:#6b7280;margin:0}._volumeGrid_g1yra_1846{display:flex;flex-direction:column;gap:.75rem}._volumeCard_g1yra_1852{border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;text-align:left;background:#fff;transition:all .2s;display:flex;align-items:center;justify-content:space-between}._volumeCard_g1yra_1852:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #3b82f61a}._volumeBadge_g1yra_1869{display:inline-block;background:#10b981;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px;margin-bottom:.5rem}._volumePrice_g1yra_1880{font-size:1.5rem;font-weight:800;color:#111827;margin:.5rem 0}._volumeOriginalPrice_g1yra_1887{text-decoration:line-through;color:#9ca3af;font-size:.875rem}._volumeButton_g1yra_1893{width:100%;background:#2563eb;color:#fff;border:none;font-weight:600;padding:.5rem;border-radius:.5rem;font-size:.875rem;margin-top:1rem;cursor:pointer}._fbtWidget_g1yra_1907{padding:1.5rem}._fbtTitle_g1yra_1911{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}._fbtGrid_g1yra_1917{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._fbtProduct_g1yra_1924{flex:1;background:#f9fafb;border-radius:.75rem;padding:1rem;text-align:center}._fbtImgPlace_g1yra_1932{width:100%;aspect-ratio:1;background:#e5e7eb;border-radius:.5rem;margin-bottom:.75rem}._fbtName_g1yra_1940{font-size:.75rem;font-weight:600;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._fbtPrice_g1yra_1239{font-size:1rem;font-weight:700}._fbtPlus_g1yra_1225{width:2rem;height:2rem;background:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#6b7280;flex-shrink:0}._fbtTotalArea_g1yra_1968{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #e5e7eb}._fbtTotalLabel_g1yra_1976{font-size:.875rem;color:#6b7280}._fbtTotalPrice_g1yra_1981{font-size:1.25rem;font-weight:800}._upsellWidget_g1yra_1987{display:flex;flex-direction:column}._upsellNotice_g1yra_1992{background:#eff6ff;color:#1e40af;padding:1rem;font-weight:600;text-align:center;border-bottom:1px solid #bfdbfe}._upsellBody_g1yra_2001{padding:1.5rem;display:flex;gap:1.5rem}._upsellImagePlace_g1yra_2007{width:120px;height:120px;background:#f3f4f6;border-radius:.5rem;flex-shrink:0}._upsellContent_g1yra_2015{flex:1}._upsellHeading_g1yra_2019{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}._upsellBullets_g1yra_2025{list-style:none;padding:0;margin:0 0 1rem;font-size:.875rem;color:#4b5563}._upsellBullets_g1yra_2025 li{margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}._upsellPriceBox_g1yra_2040{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}._upsellNewPrice_g1yra_2047{font-size:1.25rem;font-weight:800;color:#111827}._upsellOldPrice_g1yra_2053{font-size:1rem;color:#9ca3af;text-decoration:line-through}._upsellButton_g1yra_2059{width:100%;background:#111827;color:#fff;border:none;font-weight:600;padding:.75rem;border-radius:.5rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}._analyticsWidget_g1yra_2076{background:#111827;color:#fff;padding:1.5rem;border-radius:1rem}._analyticsHeader_g1yra_2083{display:flex;justify-content:space-between;margin-bottom:1.5rem}._analyticsTitle_g1yra_2089{font-size:1.125rem;font-weight:600;color:#e5e7eb}._analyticsMetrics_g1yra_2095{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}._metricCard_g1yra_2102{background:#ffffff0d;padding:1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}._metricLabel_g1yra_2109{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}._metricValue_g1yra_2117{font-size:1.5rem;font-weight:700}._metricTrendUp_g1yra_2122{color:#34d399;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.25rem;margin-top:.25rem}._chartPlaceholder_g1yra_2132{height:150px;width:100%;border-bottom:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1);position:relative;display:flex;align-items:flex-end}._chartLine_g1yra_2142{width:16.6%;background:linear-gradient(to top,#3b82f680,#3b82f61a);border-top:2px solid #3b82f6;border-top-left-radius:2px;border-top-right-radius:2px;margin-right:2px}
