.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-4) var(--space-8);font-size:var(--fs-base);font-weight:var(--fw-semibold);border-radius:var(--radius-lg);transition:all 0.3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;white-space:nowrap;cursor:pointer;line-height:1;border:none}.btn svg{width:20px;height:20px;flex-shrink:0}.btn--primary{background:linear-gradient(135deg,#7c3aed,#9333ea,#a855f7);background-size:200% 200%;color:#fff;box-shadow:0 4px 15px rgb(124 58 237 / .3),0 0 0 1px rgb(255 255 255 / .1) inset;position:relative;overflow:hidden}.btn--primary::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 40%,rgb(255 255 255 / .15) 50%,transparent 60%);transition:none;animation:btn-shimmer 3s ease-in-out infinite}@keyframes btn-shimmer{0%{transform:translateX(-100%) rotate(25deg)}100%{transform:translateX(100%) rotate(25deg)}}.btn--primary:hover{box-shadow:0 12px 40px rgb(124 58 237 / .5),0 4px 15px rgb(124 58 237 / .3),0 0 0 1px rgb(255 255 255 / .2) inset;transform:translateY(-4px) scale(1.02);background-position:100% 0}.btn--primary:active{transform:translateY(-1px) scale(.99)}.btn--secondary{background:var(--color-bg-card);color:var(--color-text-primary);border:1px solid var(--color-border);backdrop-filter:blur(10px)}.btn--secondary:hover{border-color:var(--color-border-brand);background:var(--color-bg-card-hover);transform:translateY(-3px);box-shadow:0 6px 20px rgb(0 0 0 / .15)}.btn--outline-secondary{background:linear-gradient(135deg,rgb(255 255 255 / .06),rgb(255 255 255 / .02));color:var(--color-text-primary);border:1px solid rgb(255 255 255 / .15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.btn--outline-secondary:hover{border-color:rgb(124 58 237 / .5);color:#a78bfa;transform:translateY(-4px) scale(1.02);box-shadow:0 12px 30px rgb(0 0 0 / .2),0 0 15px rgb(124 58 237 / .15);background:linear-gradient(135deg,rgb(124 58 237 / .1),rgb(124 58 237 / .03))}[data-theme="light"] .btn--outline-secondary:hover{color:var(--color-brand-600);border-color:var(--color-brand-500)}.btn--ghost{background:#fff0;color:var(--color-brand-300);padding:var(--space-3) var(--space-4)}[data-theme="light"] .btn--ghost{color:var(--color-brand-600)}.btn--ghost:hover{background:rgb(124 58 237 / .08)}.btn--lg{padding:16px 36px;font-size:var(--fs-md);border-radius:16px;font-weight:700;letter-spacing:.01em}.btn--whatsapp{background:#25d366;color:#fff}.btn--whatsapp:hover{background:#20bd5a;box-shadow:0 6px 24px rgb(37 211 102 / .35);transform:translateY(-3px)}.btn--store{display:inline-flex;align-items:center;gap:var(--space-4);min-width:220px;padding:14px 18px;border-radius:18px;background:linear-gradient(180deg,rgb(255 255 255 / .05),transparent),rgb(13 13 26 / .88);color:#fff;border:1px solid rgb(255 255 255 / .08);box-shadow:0 14px 30px rgb(0 0 0 / .18);text-decoration:none;transition:transform 0.35s cubic-bezier(.22,1,.36,1),box-shadow 0.35s cubic-bezier(.22,1,.36,1),border-color 0.3s ease,background 0.3s ease;line-height:1;position:relative;overflow:hidden}.btn--store svg{width:24px;height:24px;flex-shrink:0}.btn--store::before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgb(255 255 255 / .1) 48%,transparent 100%);transform:translateX(100%);transition:transform 0.7s cubic-bezier(.22,1,.36,1);pointer-events:none}.btn--store__icon{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgb(255 255 255 / .12);background:rgb(255 255 255 / .04);box-shadow:inset 0 1px 0 rgb(255 255 255 / .08);position:relative;z-index:1;transition:transform 0.35s cubic-bezier(.22,1,.36,1),border-color 0.3s ease,background 0.3s ease}.btn--store__text{display:flex;flex-direction:column;text-align:right;direction:rtl;gap:4px;position:relative;z-index:1}.btn--store small{font-size:11px;font-weight:var(--fw-medium);color:rgb(255 255 255 / .68);letter-spacing:.03em}.btn--store span{font-size:1.02rem;font-weight:var(--fw-bold);color:#fff;letter-spacing:-.015em}.btn--store:hover{transform:translateY(-4px);border-color:rgb(167 139 250 / .22);box-shadow:0 20px 36px rgb(0 0 0 / .24),0 8px 22px rgb(124 58 237 / .12)}.btn--store:hover::before{transform:translateX(-100%)}.btn--store:hover .btn--store__icon{transform:scale(1.4);border-color:rgb(255 255 255 / .16)}.btn--store--google .btn--store__icon{background:linear-gradient(135deg,rgb(52 211 153 / .18),rgb(96 165 250 / .08)),rgb(255 255 255 / .04)}.btn--store--google svg{color:#eafcf6}.btn--store--apple .btn--store__icon{background:linear-gradient(135deg,rgb(255 255 255 / .18),rgb(148 163 184 / .08)),rgb(255 255 255 / .04)}.btn--store--apple svg{color:#fff}.btn--store__icon svg{transition:transform 0.35s cubic-bezier(.22,1,.36,1),color 0.3s ease}.btn--store:hover .btn--store__icon svg{transform:scale(1.06)}[data-theme="light"] .btn--store{background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(248 245 255 / .94));color:var(--color-text-primary);border-color:rgb(124 58 237 / .12);box-shadow:0 14px 28px rgb(15 23 42 / .06)}[data-theme="light"] .btn--store__icon{background:rgb(124 58 237 / .04);border-color:rgb(124 58 237 / .12);box-shadow:inset 0 1px 0 rgb(255 255 255 / .8)}[data-theme="light"] .btn--store small{color:var(--color-text-tertiary)}[data-theme="light"] .btn--store span{color:var(--color-text-primary)}[data-theme="light"] .btn--store:hover{border-color:rgb(124 58 237 / .2);box-shadow:0 18px 32px rgb(15 23 42 / .08),0 8px 18px rgb(124 58 237 / .08)}[data-theme="light"] .btn--store--google .btn--store__icon{background:linear-gradient(135deg,rgb(52 211 153 / .14),rgb(96 165 250 / .08)),rgb(255 255 255 / .9)}[data-theme="light"] .btn--store--google svg{color:#166534}[data-theme="light"] .btn--store--apple .btn--store__icon{background:linear-gradient(135deg,rgb(15 23 42 / .08),rgb(100 116 139 / .04)),rgb(255 255 255 / .9)}[data-theme="light"] .btn--store--apple svg{color:#0f172a}.card{position:relative;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-10);backdrop-filter:blur(12px);transition:all var(--transition-base)}.card:hover{border-color:var(--color-border-brand);background:var(--color-bg-card-hover);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:var(--gradient-brand);margin-bottom:var(--space-6);box-shadow:var(--shadow-brand)}.card__icon svg{width:28px;height:28px;color:#fff}.card__icon--danger{background:linear-gradient(135deg,#f87171 0%,#dc2626 100%);box-shadow:0 4px 20px rgb(248 113 113 / .3)}.card__title{font-size:var(--fs-xl);font-weight:var(--fw-semibold);margin-bottom:var(--space-3);color:var(--color-text-primary)}.card__text{font-size:var(--fs-base);color:var(--color-text-secondary);line-height:var(--lh-relaxed)}.glass-card{background:var(--color-bg-glass);border:1px solid var(--color-border);border-radius:var(--radius-xl);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.theme-toggle{position:relative;width:74px;height:42px;background:linear-gradient(135deg,rgb(255 255 255 / .08),rgb(255 255 255 / .02));border:1px solid rgb(124 58 237 / .28);border-radius:var(--radius-full);cursor:pointer;transition:transform var(--transition-fast),border-color var(--transition-base),box-shadow var(--transition-base),background var(--transition-base);display:flex;align-items:center;padding:4px;overflow:hidden;isolation:isolate;box-shadow:0 12px 28px rgb(4 8 20 / .2),inset 0 1px 0 rgb(255 255 255 / .08)}.theme-toggle::before{content:'';position:absolute;inset:4px;border-radius:inherit;background:linear-gradient(135deg,rgb(124 58 237 / .22),rgb(96 165 250 / .12));z-index:0}.theme-toggle::after{content:'';position:absolute;top:50%;left:14px;right:14px;height:10px;border-radius:var(--radius-full);background:linear-gradient(90deg,rgb(96 165 250 / .4),rgb(124 58 237 / .45),rgb(251 191 36 / .35));opacity:.7;filter:blur(8px);transform:translateY(-50%);z-index:0}.theme-toggle:hover{border-color:rgb(167 139 250 / .65);transform:translateY(-1px) scale(1.02);box-shadow:0 18px 38px rgb(124 58 237 / .2),inset 0 1px 0 rgb(255 255 255 / .12)}.theme-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px rgb(124 58 237 / .22),0 18px 38px rgb(124 58 237 / .18)}.theme-toggle__knob{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#7c3aed 0%,#a78bfa 100%);transition:transform var(--transition-spring),box-shadow var(--transition-base),background var(--transition-base);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgb(124 58 237 / .35),inset 0 1px 0 rgb(255 255 255 / .28);position:relative;z-index:1}.theme-toggle__knob::before{content:'';position:absolute;inset:3px;border-radius:inherit;background:radial-gradient(circle at 30% 30%,rgb(255 255 255 / .32),transparent 65%)}.theme-toggle__knob svg{width:16px;height:16px;color:#fff;position:relative;z-index:1}[data-theme="light"] .theme-toggle__knob{transform:translateX(-32px);background:linear-gradient(135deg,#f59e0b 0%,#fde68a 100%);box-shadow:0 10px 26px rgb(245 158 11 / .26),inset 0 1px 0 rgb(255 255 255 / .45)}[data-theme="light"] .theme-toggle{border-color:rgb(245 158 11 / .24);background:linear-gradient(135deg,rgb(255 255 255 / .92),rgb(248 250 252 / .86))}[data-theme="light"] .theme-toggle::before{background:linear-gradient(135deg,rgb(245 158 11 / .18),rgb(59 130 246 / .08))}.faq-item{position:relative;background:var(--color-bg-card);border:1px solid rgb(255 255 255 / .08);border-radius:22px;box-shadow:0 14px 32px rgb(0 0 0 / .12),inset 0 1px 0 rgb(255 255 255 / .04);overflow:hidden;transition:transform 0.22s ease,border-color 0.28s ease,box-shadow 0.28s ease,background 0.28s ease}.faq-item::before{content:'';position:absolute;top:0;left:18px;right:18px;height:1px;background:linear-gradient(90deg,transparent,rgb(196 181 253 / .55),transparent);opacity:0;transition:opacity 0.28s ease}.faq-item:hover{transform:translateY(-2px);border-color:rgb(167 139 250 / .22);box-shadow:0 18px 34px rgb(0 0 0 / .16),0 8px 18px rgb(124 58 237 / .08)}.faq-item:hover::before,.faq-item.active::before{opacity:1}[data-theme="light"] .faq-item{background:rgb(255 255 255 / .94);border-color:rgb(124 58 237 / .08);box-shadow:0 12px 26px rgb(15 23 42 / .05),inset 0 1px 0 rgb(255 255 255 / .85)}[data-theme="light"] .faq-item:hover{border-color:rgb(124 58 237 / .16);box-shadow:0 20px 40px rgb(15 23 42 / .08),0 10px 20px rgb(124 58 237 / .08)}.faq-item.active{border-color:rgb(167 139 250 / .28);background:linear-gradient(180deg,rgb(124 58 237 / .08),#fff0),var(--color-bg-card);box-shadow:0 18px 38px rgb(0 0 0 / .18),0 8px 20px rgb(124 58 237 / .1)}[data-theme="light"] .faq-item.active{background:linear-gradient(180deg,rgb(124 58 237 / .06),#fff0),rgb(255 255 255 / .96);border-color:rgb(124 58 237 / .18);box-shadow:0 16px 30px rgb(15 23 42 / .06),0 8px 18px rgb(124 58 237 / .08)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);width:100%;padding:clamp(1.2rem, 2vw, 1.45rem) clamp(1.2rem, 2vw, 1.5rem);font-size:var(--fs-lg);font-weight:var(--fw-semibold);color:var(--color-text-primary);cursor:pointer;transition:color var(--transition-fast);text-align:right;background:none;border:none}.faq-question__text{flex:1;min-width:0;font-size:clamp(1.02rem, 1.35vw, 1.18rem);font-weight:var(--fw-semibold);line-height:1.7;color:inherit;text-align:right}.faq-question:hover{color:var(--color-text-primary)}[data-theme="light"] .faq-question:hover{color:var(--color-text-primary)}.faq-question__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex-shrink:0;border-radius:14px;background:rgb(124 58 237 / .08);border:1px solid rgb(167 139 250 / .14);box-shadow:inset 0 1px 0 rgb(255 255 255 / .06),0 8px 18px rgb(0 0 0 / .08);color:#c4b5fd;transition:transform 0.24s ease,border-color 0.28s ease,background 0.28s ease,box-shadow 0.28s ease,color 0.28s ease}[data-theme="light"] .faq-question__icon-wrap{background:rgb(124 58 237 / .06);border-color:rgb(124 58 237 / .1);color:var(--color-brand-600);box-shadow:inset 0 1px 0 rgb(255 255 255 / .9),0 6px 14px rgb(15 23 42 / .04)}.faq-question__icon{width:22px;height:22px;transition:transform 0.28s ease;color:currentColor}.faq-question:hover .faq-question__icon-wrap{transform:translateY(-1px);border-color:rgb(167 139 250 / .24);box-shadow:0 10px 18px rgb(124 58 237 / .1),inset 0 1px 0 rgb(255 255 255 / .1)}[data-theme="light"] .faq-question:hover .faq-question__icon-wrap{border-color:rgb(124 58 237 / .16);box-shadow:0 8px 16px rgb(124 58 237 / .08),inset 0 1px 0 rgb(255 255 255 / .95)}.faq-item.active .faq-question__icon-wrap{background:rgb(124 58 237 / .14);border-color:rgb(167 139 250 / .28);color:#ede9fe;box-shadow:0 12px 22px rgb(124 58 237 / .14),inset 0 1px 0 rgb(255 255 255 / .12)}[data-theme="light"] .faq-item.active .faq-question__icon-wrap{background:rgb(124 58 237 / .1);border-color:rgb(124 58 237 / .16);color:var(--color-brand-700)}.faq-item.active .faq-question__icon{transform:rotate(135deg) scale(1.05)}.faq-answer{max-height:0;overflow:hidden;padding-inline:clamp(1.2rem, 2vw, 1.5rem);opacity:0;transition:max-height 0.45s cubic-bezier(.16,1,.3,1),opacity 0.3s ease,padding-bottom 0.45s cubic-bezier(.16,1,.3,1)}.faq-item.active .faq-answer{max-height:240px;padding-bottom:clamp(1.15rem, 2vw, 1.45rem);opacity:1}.faq-answer p{margin:0;padding-top:1rem;border-top:1px solid rgb(255 255 255 / .08);font-size:clamp(0.96rem, 1.05vw, 1rem);color:var(--color-text-secondary);line-height:1.95;max-width:62ch}[data-theme="light"] .faq-answer p{border-top-color:rgb(124 58 237 / .08)}@media (max-width:640px){.faq-question{align-items:flex-start;padding:1rem}.faq-question__icon-wrap{width:42px;height:42px}.faq-answer{padding-inline:1rem}}.pricing-card{position:relative;background:var(--color-bg-card);border:1px solid var(--color-border);border-top:1px solid rgb(255 255 255 / .08);border-radius:var(--radius-2xl);padding:32px 28px;text-align:center;backdrop-filter:blur(12px);transition:all 0.3s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column}[data-theme="light"] .pricing-card{border-top:1px solid rgb(255 255 255 / .6)}.pricing-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.pricing-card--popular{border-color:var(--color-brand-500);background:var(--gradient-card);box-shadow:0 0 0 1px var(--color-brand-500),0 8px 40px rgb(124 58 237 / .25);transform:scale(1.03)}.pricing-card--popular:hover{box-shadow:0 0 0 1px var(--color-brand-400),0 12px 50px rgb(124 58 237 / .35);transform:scale(1.03) translateY(-6px)}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--gradient-brand);color:#fff;padding:var(--space-2) var(--space-6);border-radius:var(--radius-full);font-size:var(--fs-sm);font-weight:var(--fw-semibold);white-space:nowrap;box-shadow:var(--shadow-brand)}.pricing-card__name{font-size:var(--fs-xl);font-weight:var(--fw-semibold);color:var(--color-text-primary);margin-bottom:var(--space-4)}.pricing-card__price{font-size:clamp(2rem, 4vw, 2.75rem);font-weight:800;color:var(--color-text-primary);margin-bottom:var(--space-2);direction:ltr;letter-spacing:-.03em}.pricing-card__price span{font-size:var(--fs-sm);font-weight:var(--fw-regular);color:var(--color-text-secondary)}.pricing-card__description{font-size:var(--fs-sm);color:var(--color-text-secondary);margin-bottom:var(--space-6);line-height:var(--lh-relaxed)}.pricing-card__features{text-align:right;margin-bottom:var(--space-8)}.pricing-card__features li{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) 0;font-size:var(--fs-sm);color:var(--color-text-secondary)}.pricing-card__contact{display:block;text-align:center;margin-top:var(--space-4);font-size:var(--fs-sm);color:var(--color-text-tertiary);text-decoration:none;transition:color var(--transition-fast)}.pricing-card__contact:hover{color:var(--color-brand-300)}[data-theme="light"] .pricing-card__contact:hover{color:var(--color-brand-600)}.pricing-card__features li svg{width:18px;height:18px;color:var(--color-success);flex-shrink:0}.status-badge{display:inline-flex;align-items:center;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--fs-xs);font-weight:var(--fw-medium)}.status-badge--new{background:var(--color-info);background:rgb(96 165 250 / .15);color:#60a5fa}.status-badge--preparing{background:rgb(251 191 36 / .15);color:#fbbf24}.status-badge--delivered{background:rgb(52 211 153 / .15);color:#34d399}.flow-step{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 42px 64px;align-items:start;column-gap:.95rem;row-gap:var(--space-3);min-height:186px;padding:1.5rem 1.35rem 1.4rem;text-align:right;border-radius:28px;background:linear-gradient(180deg,rgb(255 255 255 / .06),transparent 46%),rgb(9 14 24 / .74);border:1px solid rgb(255 255 255 / .09);box-shadow:0 18px 34px rgb(2 6 23 / .22);backdrop-filter:blur(14px);transition:transform var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base),background var(--transition-base);overflow:hidden}.flow-step::after{content:'';position:absolute;inset:auto -36px -42px auto;width:132px;height:132px;border-radius:50%;background:radial-gradient(circle,rgb(124 58 237 / .14),transparent 72%);pointer-events:none}.flow-step::before{content:'';position:absolute;top:52px;right:100%;width:calc(var(--space-4) + 4px);height:1px;background:linear-gradient(90deg,rgb(124 58 237 / .22),transparent)}.flow-step:hover{transform:translateY(-5px);border-color:rgb(124 58 237 / .2);box-shadow:0 24px 42px rgb(2 6 23 / .28)}.flow-step:first-child::before{display:none}.flow-step__icon{position:relative;z-index:1;grid-column:3;width:64px;height:64px;border-radius:18px;background:linear-gradient(180deg,rgb(124 58 237 / .16),rgb(59 130 246 / .08));border:1px solid rgb(124 58 237 / .14);display:flex;align-items:center;justify-content:center;justify-self:start;animation:flow-step-icon-float 4.2s ease-in-out infinite;transition:all var(--transition-base)}.flow-step:hover .flow-step__icon{border-color:rgb(124 58 237 / .405);box-shadow:0 12px 24px rgb(124 58 237 / .349)}.flow-step__icon svg{width:30px;height:30px;color:#ddd6fe;animation:flow-step-icon-breathe 4.2s ease-in-out infinite}[data-theme="light"] .flow-step__icon svg{color:var(--color-brand-600)}.flow-step__number{position:relative;z-index:1;grid-column:2;width:36px;height:36px;border-radius:12px;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);color:var(--color-text-secondary);display:flex;align-items:center;justify-content:center;font-size:.74rem;font-weight:var(--fw-bold);letter-spacing:.12em;justify-self:start;transition:all var(--transition-base);animation:flow-step-icon-float 4.2s ease-in-out infinite;margin-right:-40px}.flow-step__body{position:relative;z-index:1;display:grid;grid-column:1 / -1;gap:.4rem}.flow-step__meta{color:var(--color-brand-300);font-size:.7rem;font-weight:var(--fw-semibold);letter-spacing:.1em}.flow-step__title{margin:0;font-size:1rem;font-weight:var(--fw-semibold);color:var(--color-text-primary);line-height:1.5}.flow-step__desc{margin:0;color:var(--color-text-secondary);font-size:.9rem;line-height:1.8}.flow-step__chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.25rem}.flow-step__chips span{position:relative;display:inline-flex;align-items:center;gap:.45rem;min-height:34px;padding:.45rem .9rem;border-radius:999px;background:linear-gradient(180deg,rgb(255 255 255 / .08),rgb(255 255 255 / .03)),rgb(15 23 42 / .42);border:1px solid rgb(255 255 255 / .08);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04);color:var(--color-text-primary);font-size:.78rem;font-weight:var(--fw-medium);line-height:1}.flow-step__chips span::before{content:'';width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#38bdf8);box-shadow:0 0 0 4px rgb(139 92 246 / .12);flex:0 0 auto}[data-theme="light"] .flow-step{background:linear-gradient(180deg,rgb(255 255 255 / .94),rgb(250 247 255 / .86));border-color:rgb(124 58 237 / .1);box-shadow:0 18px 36px rgb(15 23 42 / .08)}[data-theme="light"] .flow-step__number{background:rgb(124 58 237 / .05);border-color:rgb(124 58 237 / .1);color:var(--color-brand-700)}[data-theme="light"] .flow-step__chips span{background:linear-gradient(180deg,rgb(255 255 255 / .96),rgb(248 245 255 / .88));border-color:rgb(124 58 237 / .1);color:var(--color-brand-700);box-shadow:inset 0 1px 0 rgb(255 255 255 / .9)}@keyframes flow-step-icon-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes flow-step-icon-breathe{0%,100%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.06);filter:brightness(1.08)}}@media (max-width:768px){.flow-step{grid-template-columns:minmax(0,1fr) 42px 58px;min-height:auto;padding:1.1rem}.flow-step::before{display:none}.flow-step__icon{grid-column:3;width:58px;height:58px}.flow-step__number{grid-column:2}}.partner-logo{display:flex;align-items:center;justify-content:center;height:60px;padding:var(--space-4) var(--space-6);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);opacity:.6;transition:all var(--transition-base);font-size:var(--fs-lg);font-weight:var(--fw-bold);color:var(--color-text-tertiary)}.partner-logo:hover{opacity:1;border-color:var(--color-border-brand)}.partner-logo--img{background:#fff;padding:var(--space-2) var(--space-5)}.partner-logo--img img{height:38px;width:auto;object-fit:contain}.social-proof__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-5);margin-bottom:var(--space-12)}.sp-stat{position:relative;display:grid;grid-template-rows:auto 1fr auto;justify-items:stretch;gap:.9rem;min-width:0;min-height:214px;padding:1.4rem 1.35rem;background:linear-gradient(180deg,rgb(255 255 255 / .06),transparent),var(--color-bg-card);border:1px solid var(--color-border);border-radius:28px;overflow:hidden;backdrop-filter:blur(16px);box-shadow:0 18px 38px rgb(0 0 0 / .18);transition:transform 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease,background 0.3s ease}.sp-stat::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top right,rgb(124 58 237 / .18),transparent 36%),linear-gradient(145deg,rgb(255 255 255 / .04),transparent 48%);pointer-events:none}.sp-stat::after{content:'';position:absolute;inset:-35% auto auto -20%;width:58%;height:180%;background:linear-gradient(180deg,#fff0,rgb(255 255 255 / .14),#fff0);opacity:0;transform:rotate(18deg) translateY(-12%);transition:opacity 0.35s ease,transform 0.65s ease;pointer-events:none}.sp-stat:hover{transform:translateY(-8px) scale(1.01);border-color:rgb(124 58 237 / .24);box-shadow:0 30px 62px rgb(15 23 42 / .28)}.sp-stat:hover::after{opacity:1;transform:rotate(18deg) translate(58%,-4%)}[data-theme="light"] .sp-stat{background:linear-gradient(180deg,rgb(255 255 255 / .99),rgb(247 244 255 / .92));border-color:rgb(124 58 237 / .1);box-shadow:0 18px 36px rgb(15 23 42 / .06)}.sp-stat--featured{background:linear-gradient(135deg,rgb(124 58 237 / .2),rgb(59 130 246 / .05)),var(--color-bg-card);border-color:rgb(124 58 237 / .24)}[data-theme="light"] .sp-stat--featured{background:linear-gradient(135deg,rgb(124 58 237 / .1),rgb(255 255 255 / .96)),#fff}.sp-stat--accent{background:linear-gradient(135deg,rgb(16 185 129 / .16),rgb(6 182 212 / .05)),var(--color-bg-card);border-color:rgb(16 185 129 / .2)}[data-theme="light"] .sp-stat--accent{background:linear-gradient(135deg,rgb(16 185 129 / .08),rgb(255 255 255 / .96)),#fff;border-color:rgb(16 185 129 / .14)}.sp-stat__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start;width:100%}.sp-stat__eyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.45rem .8rem;border-radius:999px;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .08);color:#ddd6fe;font-size:.74rem;font-weight:var(--fw-semibold);letter-spacing:.04em}.sp-stat--accent .sp-stat__eyebrow{color:#a7f3d0}[data-theme="light"] .sp-stat__eyebrow{background:rgb(124 58 237 / .06);border-color:rgb(124 58 237 / .08);color:var(--color-brand-700)}[data-theme="light"] .sp-stat--accent .sp-stat__eyebrow{background:rgb(16 185 129 / .08);border-color:rgb(16 185 129 / .1);color:#047857}.sp-stat__icon{position:relative;width:66px;height:66px;flex:0 0 66px;display:inline-flex;align-items:center;justify-content:center;border-radius:22px;background:radial-gradient(circle at 30% 30%,rgb(255 255 255 / .22),transparent 48%),linear-gradient(135deg,rgb(124 58 237 / .34),rgb(59 130 246 / .2));border:1px solid rgb(255 255 255 / .08);box-shadow:0 18px 34px rgb(91 33 182 / .18),inset 0 1px 0 rgb(255 255 255 / .08);transform-origin:center;animation:sp-stat-icon-float 5.4s ease-in-out infinite;transition:transform 0.38s cubic-bezier(.22,1,.36,1),box-shadow 0.38s ease,filter 0.38s ease}.sp-stat__icon::before{content:'';position:absolute;inset:-8px;border-radius:28px;border:1px solid rgb(196 181 253 / .18);opacity:.6;animation:sp-stat-icon-ring 3.8s ease-in-out infinite}.sp-stat__icon::after{content:'';position:absolute;inset:9px;border-radius:16px;background:radial-gradient(circle at 30% 30%,rgb(255 255 255 / .22),transparent 54%);pointer-events:none}.sp-stat__icon svg{position:relative;z-index:1;width:30px;height:30px;color:#ede9fe;transition:transform 0.38s cubic-bezier(.22,1,.36,1),filter 0.38s ease}.sp-stat--accent .sp-stat__icon{background:radial-gradient(circle at 30% 30%,rgb(255 255 255 / .22),transparent 48%),linear-gradient(135deg,rgb(16 185 129 / .34),rgb(6 182 212 / .2));box-shadow:0 18px 34px rgb(6 182 212 / .16),inset 0 1px 0 rgb(255 255 255 / .08)}.sp-stat--accent .sp-stat__icon svg{color:#d1fae5}[data-theme="light"] .sp-stat__icon{border-color:rgb(124 58 237 / .08)}[data-theme="light"] .sp-stat__icon svg{color:var(--color-brand-700)}[data-theme="light"] .sp-stat--accent .sp-stat__icon{border-color:rgb(16 185 129 / .08)}[data-theme="light"] .sp-stat--accent .sp-stat__icon svg{color:#047857}.sp-stat__body{position:relative;z-index:1;display:grid;align-content:center;gap:.7rem;min-height:86px;width:100%}.sp-stat__hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.sp-stat__row{display:flex;align-items:baseline;justify-content:flex-start;gap:var(--space-1);text-align:start}.sp-stat__number{font-size:clamp(2.5rem, 4.8vw, 3.5rem);font-weight:800;color:var(--color-brand-300);line-height:1;letter-spacing:-.03em;text-shadow:0 8px 24px rgb(124 58 237 / .18)}[data-theme="light"] .sp-stat__number{color:var(--color-brand-600)}.sp-stat__plus{font-size:var(--fs-xl);font-weight:700;color:var(--color-brand-400)}.sp-stat__label{max-width:20ch;font-size:.98rem;color:var(--color-text-secondary);font-weight:var(--fw-semibold);line-height:1.7;text-align:right;margin-inline:0}.sp-stat__footer{position:relative;z-index:1;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;padding-top:.9rem;border-top:1px solid rgb(255 255 255 / .08)}[data-theme="light"] .sp-stat__footer{border-top-color:rgb(124 58 237 / .08)}.sp-stat:hover .sp-stat__icon{transform:translateY(-6px) scale(1.08) rotate(-4deg);box-shadow:0 24px 42px rgb(91 33 182 / .24),inset 0 1px 0 rgb(255 255 255 / .1);filter:saturate(1.08) brightness(1.06)}.sp-stat--accent:hover .sp-stat__icon{box-shadow:0 24px 42px rgb(6 182 212 / .22),inset 0 1px 0 rgb(255 255 255 / .1)}.sp-stat:hover .sp-stat__icon svg{transform:scale(1.08);filter:drop-shadow(0 6px 14px rgb(255 255 255 / .12))}@keyframes sp-stat-icon-float{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.02)}}@keyframes sp-stat-icon-ring{0%,100%{opacity:.45;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.sp-stat__sub{display:none}@media (max-width:900px){.social-proof__stats{grid-template-columns:1fr}.sp-stat{min-height:auto;padding:1.35rem 1.15rem}.sp-stat__icon{width:62px;height:62px;flex-basis:62px}.sp-stat__icon svg{width:28px;height:28px}.sp-stat__number{font-size:clamp(2.3rem, 8vw, 3rem)}}@media (max-width:640px){.sp-stat{gap:.8rem;border-radius:24px;padding:1.2rem 1rem}.sp-stat__eyebrow{font-size:.7rem;padding:.42rem .72rem}.sp-stat__hero{gap:.85rem}.sp-stat__icon{width:58px;height:58px;flex-basis:58px;border-radius:20px}.sp-stat__icon::before{inset:-6px}.sp-stat__icon svg{width:26px;height:26px}.sp-stat__label{font-size:.94rem;max-width:18ch;line-height:1.65}}@media (hover:none){.sp-stat:hover{transform:none}.sp-stat:hover::after{opacity:0;transform:rotate(18deg) translateY(-12%)}.sp-stat:hover .sp-stat__icon{transform:none;filter:none}.sp-stat:hover .sp-stat__icon svg{transform:none;filter:none}}@media (prefers-reduced-motion:reduce){.sp-stat,.sp-stat::after,.sp-stat__icon,.sp-stat__icon::before,.sp-stat__icon svg{animation:none!important;transition:none!important}}.testimonial-card{position:relative;display:flex;flex-direction:column;gap:var(--space-5);min-height:100%;background:linear-gradient(180deg,rgb(255 255 255 / .04),transparent),var(--color-bg-card);border:1px solid var(--color-border);border-radius:28px;padding:1.75rem;backdrop-filter:blur(14px);box-shadow:0 18px 38px rgb(0 0 0 / .16);transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base);overflow:hidden}.testimonial-card::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top right,rgb(124 58 237 / .14),transparent 36%);pointer-events:none}.testimonial-card:hover{transform:translateY(-4px);border-color:rgb(124 58 237 / .24);box-shadow:0 26px 52px rgb(15 23 42 / .22)}[data-theme="light"] .testimonial-card{background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(246 243 255 / .9));border-color:rgb(124 58 237 / .1);box-shadow:0 18px 34px rgb(15 23 42 / .06)}.testimonial-card__header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.testimonial-card__stars{display:flex;gap:var(--space-1)}.testimonial-card__stars svg{width:18px;height:18px;color:#fbbf24}.testimonial-card__tag{display:inline-flex;align-items:center;padding:6px 12px;border-radius:var(--radius-full);font-size:11px;font-weight:var(--fw-semibold);color:var(--color-brand-200);background:rgb(124 58 237 / .12);white-space:nowrap}[data-theme="light"] .testimonial-card__tag{color:var(--color-brand-700);background:rgb(124 58 237 / .08)}.testimonial-card__text{position:relative;z-index:1;font-size:var(--fs-base);color:var(--color-text-primary);line-height:var(--lh-relaxed)}.testimonial-card__result{position:relative;z-index:1;display:inline-flex;align-self:flex-start;padding:10px 14px;border-radius:16px;background:rgb(16 185 129 / .12);color:#86efac;font-size:13px;font-weight:var(--fw-semibold)}[data-theme="light"] .testimonial-card__result{background:rgb(5 150 105 / .08);color:#047857}.testimonial-card__author{position:relative;z-index:1;display:flex;align-items:center;gap:var(--space-3);margin-top:auto}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;background:var(--gradient-brand);display:flex;align-items:center;justify-content:center;color:#fff;font-size:var(--fs-md);font-weight:var(--fw-bold)}.testimonial-card__name{font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--color-text-primary)}.testimonial-card__role{font-size:var(--fs-xs);color:var(--color-text-tertiary)}.whatsapp-float{position:fixed;bottom:var(--space-8);left:var(--space-8);z-index:var(--z-overlay);width:48px;height:48px;background:linear-gradient(135deg,#25d366 0%,#17b652 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgb(37 211 102 / .4);transition:transform 0.5s cubic-bezier(.34,1.56,.64,1),box-shadow 0.4s ease,filter 0.4s ease;animation:pulse-whatsapp 2.5s infinite cubic-bezier(.66,0,0,1);will-change:transform,box-shadow;isolation:isolate}.whatsapp-float:hover{animation:none;transform:scale(1.15) translateY(-5px) rotate(-6deg);box-shadow:0 10px 25px rgb(37 211 102 / .5),0 0 0 6px rgb(37 211 102 / .15);filter:brightness(1.1)}.whatsapp-float svg{width:24px;height:24px;color:#fff;transition:transform 0.4s cubic-bezier(.34,1.56,.64,1)}.whatsapp-float:hover svg{animation:whatsapp-wiggle 0.6s ease-in-out both}.whatsapp-float__tooltip{position:absolute;left:calc(100% + 16px);bottom:50%;transform:translateY(50%) translateX(-10px) scale(.96);width:max-content;max-width:250px;padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,rgb(255 255 255 / .08),transparent),rgb(10 18 14 / .96);border:1px solid rgb(37 211 102 / .18);box-shadow:0 18px 40px rgb(0 0 0 / .28),0 8px 20px rgb(37 211 102 / .12),inset 0 1px 0 rgb(255 255 255 / .08);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.28s ease,transform 0.35s cubic-bezier(.22,1,.36,1),visibility 0.28s ease;direction:rtl;text-align:right}.whatsapp-float__tooltip::before{content:'';position:absolute;top:50%;right:100%;transform:translateY(-50%);width:10px;height:10px;background:rgb(10 18 14 / .96);border-bottom:1px solid rgb(37 211 102 / .18);border-right:1px solid rgb(37 211 102 / .18);rotate:135deg}.whatsapp-float__tooltip strong{display:block;margin-bottom:6px;font-size:.92rem;font-weight:var(--fw-bold);color:#f0fdf4;letter-spacing:-.01em}.whatsapp-float__tooltip span{display:block;font-size:.8rem;line-height:1.7;color:rgb(240 253 244 / .78)}.whatsapp-float:hover .whatsapp-float__tooltip,.whatsapp-float:focus-visible .whatsapp-float__tooltip{opacity:1;visibility:visible;transform:translateY(50%) translateX(0) scale(1)}.whatsapp-float:focus-visible{outline:none;box-shadow:0 10px 25px rgb(37 211 102 / .5),0 0 0 6px rgb(37 211 102 / .15),0 0 0 2px rgb(255 255 255 / .45)}[data-theme="light"] .whatsapp-float__tooltip{background:linear-gradient(180deg,rgb(255 255 255 / .95),rgb(240 253 244 / .92));border-color:rgb(34 197 94 / .16);box-shadow:0 18px 34px rgb(15 23 42 / .1),0 8px 18px rgb(34 197 94 / .08),inset 0 1px 0 rgb(255 255 255 / .85)}[data-theme="light"] .whatsapp-float__tooltip::before{background:rgb(246 255 249 / .96);border-bottom-color:rgb(34 197 94 / .16);border-right-color:rgb(34 197 94 / .16)}[data-theme="light"] .whatsapp-float__tooltip strong{color:#14532d}[data-theme="light"] .whatsapp-float__tooltip span{color:rgb(20 83 45 / .8)}@media (max-width:768px){.whatsapp-float__tooltip{display:none}}@keyframes pulse-whatsapp{0%{box-shadow:0 0 0 0 rgb(37 211 102 / .5)}60%{box-shadow:0 0 0 12px #fff0}100%{box-shadow:0 0 0 0 #fff0}}@keyframes whatsapp-wiggle{0%{transform:rotate(0deg) scale(1)}25%{transform:rotate(-15deg) scale(1.15)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-5deg) scale(1.15)}100%{transform:rotate(0deg) scale(1)}}[data-feature-icon]{display:inline-grid;width:1em;height:1em;place-items:center;flex:0 0 auto;overflow:hidden;vertical-align:middle}.features-animated-icon{display:block;width:1em;height:1em;max-width:100%;max-height:100%;flex:0 0 auto;vertical-align:middle}