.websites-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:1024px){.websites-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.websites-grid{grid-template-columns:1fr}}.website-card{background:#fff;border-radius:16px;border:1px solid #f0f0f0;overflow:hidden;transition:box-shadow .3s,transform .3s;position:relative;height:100%;display:flex;flex-direction:column}.website-card:hover{box-shadow:0 8px 30px #00000012;transform:translateY(-2px)}.website-card__image-area{display:flex;align-items:center;justify-content:center;padding:32px 24px;position:relative;background:linear-gradient(135deg,#fdfbfb,#f0f4ff)}.website-card__category-badge{position:absolute;top:12px;right:12px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.website-card__icon-wrap{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 2px 12px #6b1c2314}.website-card__logo{width:100%;height:100%;object-fit:cover}.website-card__icon-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.website-card__icon-fallback svg{width:36px;height:36px;color:#6366f1}.website-card__edit-btn{position:absolute;top:8px;left:12px;width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 4px #00000014;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s;text-decoration:none}.website-card__edit-btn:hover{color:#8e202c;border-color:#6b1c234d}.website-card__edit-btn svg{width:13px;height:13px}.website-card__content{padding:16px 20px 20px;flex:1;display:flex;flex-direction:column}.website-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.website-card__title{font-size:15px;font-weight:700;color:#0d0d0d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.website-card__status{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 8px;border-radius:9999px;flex-shrink:0}.website-card__status--active{background:#dcfce7;color:#166534}.website-card__status--draft{background:#fef9c3;color:#854d0e}.website-card__status--expired{background:#fee2e2;color:#991b1b}.website-card__meta{display:flex;flex-direction:column;gap:6px;margin-bottom:auto}.website-card__meta-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280}.website-card__meta-item svg{width:13px;height:13px;color:#9ca3af;flex-shrink:0}.website-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid #f3f4f6}.website-card__action-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:600;color:#374151;background:#f9fafb;text-decoration:none;transition:all .2s}.website-card__action-btn--full{flex:0 0 100%}.website-card__action-btn:hover{background:#f3f4f6}.website-card__action-btn svg{width:15px;height:15px}.website-card__action-btn--primary{background:#8e202c;color:#fff}.website-card__action-btn--primary:hover{background:#5a1720}.website-wizard-section{max-width:1280px;margin:0 auto;padding:2rem 1rem 3rem;font-family:Inter,sans-serif;width:100%}.website-wizard-progress{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:40px}.website-wizard-step{display:flex;flex-direction:column;align-items:center;gap:8px}.website-wizard-step__circle{width:40px;height:40px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#9ca3af;transition:all .3s;position:relative;z-index:1}.website-wizard-step.active .website-wizard-step__circle{border-color:#8e202c;background:#8e202c;color:#fff}.website-wizard-step.completed .website-wizard-step__circle{border-color:#16a34a;background:#16a34a;color:#fff}.website-wizard-step.completed .website-wizard-step__num{display:none}.website-wizard-step.completed .website-wizard-step__check{display:block}.website-wizard-step__check{width:16px;height:16px}.website-wizard-step__label{font-size:11px;font-weight:600;color:#9ca3af;white-space:nowrap}.website-wizard-step.active .website-wizard-step__label{color:#8e202c}.website-wizard-step.completed .website-wizard-step__label{color:#16a34a}.website-wizard-step__line{flex:1;height:2px;background:#e5e7eb;min-width:40px;max-width:80px;margin-bottom:20px;transition:background .3s}.website-wizard-step__line.completed{background:#16a34a}.website-wizard-container{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);gap:32px;align-items:start}@media(min-width:1025px){.website-wizard-container{min-height:800px}}@media(max-width:1024px){.website-wizard-container{grid-template-columns:1fr}}.website-wizard-left{background:#fff;border-radius:16px;border:1px solid #f0f0f0;padding:32px;box-shadow:0 2px 12px #0000000a}@media(min-width:1025px){.website-wizard-left{min-height:700px}}.website-wizard-step-content{display:block}.website-wizard-step-content.hidden{display:none}.website-wizard-step-title{font-size:1.25rem;font-weight:700;color:#0d0d0d;margin-bottom:24px;font-family:Georgia,serif}.website-wizard-field-group{margin-bottom:20px}.website-wizard-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:8px}.website-wizard-input{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#374151;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.website-wizard-input:focus{border-color:#8e202c;box-shadow:0 0 0 3px #8e202c14}.website-wizard-textarea{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#374151;background:#fff;outline:none;resize:vertical;transition:border-color .2s,box-shadow .2s}.website-wizard-textarea:focus{border-color:#8e202c;box-shadow:0 0 0 3px #8e202c14}.website-wizard-hint{font-size:12px;color:#6b7280;margin-top:4px}.website-category-toggle{display:flex;gap:12px}.website-category-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:13px;font-weight:600;color:#6b7280;background:#fff;cursor:pointer;transition:all .2s}.website-category-btn svg{width:18px;height:18px}.website-category-btn:hover{border-color:#8e202c;color:#8e202c}.website-category-btn.active{border-color:#8e202c;background:#8e202c0d;color:#8e202c}.website-packages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){.website-packages-grid{grid-template-columns:1fr}}.website-package-card{position:relative;border:2px solid #e5e7eb;border-radius:14px;padding:20px;cursor:pointer;transition:all .2s;background:#fff}.website-package-card:hover{border-color:#8e202c}.website-package-card.selected{border-color:#8e202c;background:#8e202c08}.website-package-card__header{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.website-package-card__icon{width:40px;height:40px;border-radius:10px;background:#8e202c14;display:flex;align-items:center;justify-content:center;color:#8e202c;font-size:16px;flex-shrink:0}.website-package-card__name{font-size:14px;font-weight:700;color:#0d0d0d;margin-bottom:4px}.website-package-card__badge{display:inline-flex;align-items:center;font-size:10px;font-weight:700;padding:2px 8px;border-radius:9999px;background:#8e202c1a;color:#8e202c}.website-package-card__badge--personal{background:#6366f11a;color:#6366f1}.website-package-card__pricing{margin-bottom:14px}.website-package-card__price{font-size:22px;font-weight:800;color:#0d0d0d}.website-package-card__price-note{display:block;font-size:11px;color:#9ca3af;margin-top:2px}.website-package-card__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.website-package-card__features li{display:flex;align-items:center;gap:8px;font-size:12px;color:#374151}.website-package-card__features li svg{width:14px;height:14px;color:#16a34a;flex-shrink:0}.website-package-card__check{position:absolute;top:12px;right:12px;width:22px;height:22px;border-radius:50%;background:#8e202c;display:none;align-items:center;justify-content:center}.website-package-card__check svg{width:12px;height:12px;color:#fff}.website-package-card.selected .website-package-card__check{display:flex}.website-months-stepper{display:flex;align-items:center;gap:0;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;width:fit-content}.website-months-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border:none;cursor:pointer;color:#374151;transition:background .2s}.website-months-btn:hover{background:#f3f4f6}.website-months-btn svg{width:16px;height:16px}.website-months-input{width:64px;text-align:center;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;font-size:16px;font-weight:700;color:#0d0d0d;padding:10px 0;outline:none;background:#fff}.website-lang-tabs{display:flex;gap:4px;margin-bottom:8px}.website-lang-tab{padding:4px 12px;border-radius:6px;font-size:11px;font-weight:700;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s}.website-lang-tab.active{background:#8e202c;border-color:#8e202c;color:#fff}.website-subdomain-wrap{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.website-subdomain-wrap:focus-within{border-color:#8e202c;box-shadow:0 0 0 3px #8e202c14}.website-subdomain-wrap .website-wizard-input{border:none;border-radius:0;box-shadow:none;flex:1}.website-subdomain-wrap .website-wizard-input:focus{box-shadow:none}.website-subdomain-suffix{padding:10px 14px;background:#f9fafb;border-left:1px solid #e5e7eb;font-size:13px;color:#6b7280;font-weight:600;white-space:nowrap}.website-social-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:640px){.website-social-grid{grid-template-columns:1fr}}.website-social-item{display:flex;align-items:center;gap:0;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:border-color .2s}.website-social-item:focus-within{border-color:#8e202c}.website-social-item .website-wizard-input{border:none;border-radius:0;box-shadow:none}.website-social-item .website-wizard-input:focus{box-shadow:none}.website-social-icon{width:42px;height:100%;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;border-right:1px solid #e5e7eb}.website-social-icon--phone{background:#f0fdf4;color:#16a34a}.website-social-icon--whatsapp{background:#f0fdf4;color:#25d366}.website-social-icon--instagram{background:#fdf2f8;color:#e1306c}.website-social-icon--telegram{background:#eff6ff;color:#08c}.website-themes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ws-btn-apply-promocode{border:1px solid #8E202C;color:#8e202c;transition:all ease .5s}.ws-btn-apply-promocode:hover,.ws-btn-apply-promocode:focus,.ws-btn-apply-promocode:active{background-color:#8e202c;color:#fff}.website-theme-card{cursor:pointer;border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;transition:all .2s}.website-theme-card:hover,.website-theme-card.selected{border-color:#8e202c}.website-theme-card__preview{height:100px;position:relative;display:flex;align-items:center;justify-content:center}.website-theme-card__preview--modern_minimal{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.website-theme-card__preview--classic_elegant{background:linear-gradient(135deg,#fdf6e3,#f5e6c8)}.website-theme-card__preview--bold_creative{background:linear-gradient(135deg,#1e1b4b,#312e81)}.website-theme-card__preview--soft_pastel{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.website-theme-card__check{width:28px;height:28px;border-radius:50%;background:#8e202c;display:none;align-items:center;justify-content:center}.website-theme-card__check svg{width:14px;height:14px;color:#fff}.website-theme-card.selected .website-theme-card__check{display:flex}.website-theme-card__name{display:block;padding:8px 12px;font-size:12px;font-weight:600;color:#374151;background:#fff;text-align:center}.website-review-checklist{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.website-review-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.website-review-item svg{width:20px;height:20px;color:#16a34a;flex-shrink:0}.website-invoice-table{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.website-invoice-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;color:#374151;border-bottom:1px solid #f3f4f6}.website-invoice-row:last-child{border-bottom:none}.website-invoice-row--total{background:#f9fafb;font-weight:700;font-size:15px;color:#0d0d0d}.website-wizard-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #f3f4f6}.website-wizard-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 28px;border-radius:9999px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.website-wizard-btn--primary{background:#0d0d0d;color:#fff;box-shadow:0 1px 3px #0000001a}.website-wizard-btn--primary:hover{background:#1f1f1f}.website-wizard-btn--secondary{background:#f3f4f6;color:#374151}.website-wizard-btn--secondary:hover{background:#e5e7eb}.website-wizard-btn svg{width:16px;height:16px}.website-wizard-right{position:sticky;top:2rem;align-self:start}.website-price-summary{background:#fff;border-radius:16px;border:1px solid #f0f0f0;padding:24px;box-shadow:0 2px 12px #0000000a}.website-price-summary__title{font-size:15px;font-weight:700;color:#0d0d0d;margin-bottom:16px;font-family:Georgia,serif}.website-price-summary__package{font-size:13px;font-weight:600;color:#8e202c;margin-bottom:16px;padding:8px 12px;background:#8e202c0d;border-radius:8px}.website-price-summary__rows{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.website-price-summary__row{display:flex;justify-content:space-between;font-size:13px;color:#6b7280}.website-price-summary__row strong{color:#374151}.website-price-summary__total{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:2px solid #f3f4f6;font-size:15px;font-weight:700;color:#0d0d0d}.website-price-summary__total strong{font-size:20px;color:#8e202c}.website-simulator-toggle{display:flex;gap:8px}.website-sim-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:8px;font-size:12px;font-weight:600;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s}.website-sim-btn svg{width:14px;height:14px}.website-sim-btn.active{background:#0d0d0d;color:#fff;border-color:#0d0d0d}.ws-monitor{display:flex;flex-direction:column;align-items:center;margin-top:8px}.ws-monitor__chassis{width:100%;background:#1c1c1e;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff0d inset;border:4px solid #2c2c2e}.ws-monitor__browser-bar{height:38px;background:#2c2c2e;display:flex;align-items:center;padding:0 14px;gap:10px;border-bottom:1px solid rgba(255,255,255,.06)}.ws-monitor__dots{display:flex;gap:7px;align-items:center;flex-shrink:0}.ws-monitor__dot{width:11px;height:11px;border-radius:50%;display:block}.ws-monitor__dot--red{background:#ff5f57}.ws-monitor__dot--yellow{background:#febc2e}.ws-monitor__dot--green{background:#28c840}.ws-monitor__url-bar{flex:1;height:26px;background:#ffffff14;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;min-width:0}.ws-monitor__ssl-dot{width:8px;height:8px;background:#28c840;border-radius:50%;flex-shrink:0}.ws-monitor__url-text{font-size:11px;font-weight:500;color:#ffffffb3;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.01em}.ws-monitor__viewport{width:100%;background:#fff;min-height:240px;max-height:42vh;overflow-y:auto;overflow-x:hidden;position:relative;isolation:isolate;z-index:1}.ws-monitor__iframe{width:100%;min-height:300px;border:none;background:#fff;display:block;z-index:0;pointer-events:auto}.ws-monitor__neck{width:4px;height:32px;background:linear-gradient(180deg,#3a3a3c,#2c2c2e);border-radius:0 0 2px 2px;margin-left:auto;margin-right:auto}.ws-monitor__base{width:80px;height:6px;background:linear-gradient(180deg,#3a3a3c,#2c2c2e);border-radius:0 0 6px 6px;margin-top:-1px;margin-left:auto;margin-right:auto}.website-monitor-frame,.website-monitor-screen,.website-monitor-stand,.website-monitor-base{display:none}:where(.dark,.dark *) .website-card{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .website-card__image-area{background:linear-gradient(135deg,#111827,#1e1b4b)}:where(.dark,.dark *) .website-card__title{color:#fff}:where(.dark,.dark *) .website-card__meta-item{color:#9ca3af}:where(.dark,.dark *) .website-card__actions{border-top-color:#374151}:where(.dark,.dark *) .website-card__action-btn{background:#37415180;color:#d1d5db}:where(.dark,.dark *) .website-wizard-left{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .website-wizard-step-title{color:#fff}:where(.dark,.dark *) .website-wizard-label{color:#d1d5db}:where(.dark,.dark *) .website-wizard-input{background:#111827;border-color:#374151;color:#d1d5db}:where(.dark,.dark *) .website-wizard-textarea{background:#111827;border-color:#374151;color:#d1d5db}:where(.dark,.dark *) .website-price-summary{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .website-price-summary__title{color:#fff}:where(.dark,.dark *) .website-package-card{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .website-package-card__name{color:#fff}:where(.dark,.dark *) .website-package-card__price{color:#fff}:where(.dark,.dark *) .website-category-btn{background:#1f2937;border-color:#374151;color:#9ca3af}:where(.dark,.dark *) .website-invoice-table{border-color:#374151}:where(.dark,.dark *) .website-invoice-row{color:#d1d5db;border-bottom-color:#374151}:where(.dark,.dark *) .website-invoice-row--total{background:#111827;color:#fff}:where(.dark,.dark *) .website-wizard-footer{border-top-color:#374151}:where(.dark,.dark *) .website-wizard-btn--secondary{background:#374151;color:#d1d5db}:where(.dark,.dark *) .website-subdomain-suffix{background:#111827;border-left-color:#374151;color:#9ca3af}:where(.dark,.dark *) .website-months-btn{background:#111827;color:#d1d5db}:where(.dark,.dark *) .website-months-input{background:#1f2937;color:#fff;border-color:#374151}.ws-payment-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:640px){.ws-payment-choice-grid{grid-template-columns:1fr}}.ws-payment-card{position:relative;border:2px solid #e5e7eb;border-radius:16px;padding:20px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);background:#fff;display:flex;flex-direction:column;gap:12px}.ws-payment-card:hover{border-color:#8e202c;transform:translateY(-2px)}.ws-payment-card.selected{border-color:#8e202c;background:#8e202c08;box-shadow:0 0 0 4px #8e202c14}.ws-payment-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.ws-payment-card__icon--yes{background:#16a34a1a;color:#16a34a}.ws-payment-card__icon--no{background:#6366f11a;color:#6366f1}.ws-payment-card__title{font-size:15px;font-weight:700;color:#0d0d0d}.ws-payment-card__desc{font-size:12px;color:#6b7280;line-height:1.5}.ws-payment-card__price-tag{display:flex;align-items:center;gap:8px;margin-top:4px}.ws-price-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:9999px}.ws-price-badge--biznes{background:#16a34a1a;color:#16a34a}.ws-price-badge--ferdi{background:#6366f11a;color:#6366f1}.ws-payment-card__price-tag span:last-child{font-size:16px;font-weight:800;color:#0d0d0d}.ws-payment-card__check{position:absolute;top:12px;right:12px;width:24px;height:24px;border-radius:50%;background:#8e202c;display:none;align-items:center;justify-content:center}.ws-payment-card__check svg{width:13px;height:13px;color:#fff}.ws-payment-card.selected .ws-payment-card__check{display:flex}.ws-cat--indigo{background:#6366f11a;color:#6366f1}.ws-cat--rose{background:#f43f5e1a;color:#f43f5e}.ws-cat--orange{background:#f973161a;color:#f97316}.ws-cat--pink{background:#ec48991a;color:#ec4899}.ws-cat--blue{background:#3b82f61a;color:#3b82f6}.ws-cat--green{background:#22c55e1a;color:#22c55e}.ws-cat--cyan{background:#06b6d41a;color:#06b2d4}.ws-cat--purple{background:#a855f71a;color:#a855f7}:where(.dark,.dark *) .ws-payment-card{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .ws-payment-card__title{color:#fff}:where(.dark,.dark *) .ws-payment-card__desc{color:#9ca3af}:where(.dark,.dark *) .ws-payment-card__price-tag span:last-child{color:#fff}.website-social-icon--youtube{background:#fff1f2;color:red}.website-social-icon--tiktok{background:#f3f4f6;color:#010101}.website-social-icon--facebook{background:#eff6ff;color:#1877f2}.website-social-icon--linkedin{background:#eff6ff;color:#0a66c2}.iphone-screen{height:100%;isolation:isolate;overflow:hidden}.dcm-backdrop{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px}.dcm-backdrop.hidden{display:none}.dcm-container{position:relative;background:#fff;border-radius:24px;overflow:hidden;width:100%;max-width:820px;box-shadow:0 24px 64px #0000002e;animation:dcm-slide-in .25s cubic-bezier(.4,0,.2,1)}@keyframes dcm-slide-in{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dcm-close-btn{position:absolute;top:16px;right:16px;z-index:10;width:32px;height:32px;border-radius:50%;background:#ffffff26;border:none;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:background .2s,color .2s}.dcm-close-btn:hover{background:#f3f4f6;color:#111}.dcm-body{display:grid;grid-template-columns:1fr .75fr;min-height:480px}@media(max-width:640px){.dcm-body{grid-template-columns:1fr}.dcm-right{display:none}}.dcm-left{padding:40px 36px;display:flex;flex-direction:column;gap:0}.dcm-brand{font-size:13px;font-weight:800;color:#8e202c;letter-spacing:.04em;margin-bottom:16px}.dcm-title{font-size:22px;font-weight:800;color:#0d0d0d;line-height:1.3;margin-bottom:10px}.dcm-subtitle{font-size:13px;color:#6b7280;line-height:1.6;margin-bottom:20px}.dcm-notice{display:flex;align-items:flex-start;gap:8px;background:#8e202c0f;border:1px solid rgba(142,32,44,.15);border-radius:10px;padding:10px 14px;margin-bottom:24px}.dcm-notice__icon{color:#8e202c;flex-shrink:0;margin-top:1px}.dcm-notice__text{font-size:12px;font-weight:600;color:#8e202c;line-height:1.5}.dcm-field-group{margin-bottom:20px}.dcm-label{display:block;font-size:12px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.dcm-input-wrap{position:relative;display:flex;align-items:center}.dcm-input-icon{position:absolute;left:14px;color:#9ca3af;display:flex;align-items:center;pointer-events:none}.dcm-input{width:100%;padding:12px 14px 12px 40px;border:1.5px solid #e5e7eb;border-radius:12px;font-size:14px;color:#0d0d0d;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.dcm-input:focus{border-color:#8e202c;box-shadow:0 0 0 3px #8e202c14}.dcm-hint{font-size:11px;color:#ef4444;margin-top:4px;min-height:16px}.dcm-question{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:20px;margin-bottom:20px}.dcm-question__text{font-size:14px;font-weight:600;color:#0d0d0d;margin-bottom:14px;line-height:1.5}.dcm-question__actions{display:flex;gap:10px}.dcm-success{text-align:center;padding:16px 0 8px}.dcm-success__icon{width:56px;height:56px;border-radius:50%;background:#16a34a1a;color:#16a34a;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.dcm-success__title{font-size:17px;font-weight:800;color:#0d0d0d;margin-bottom:6px}.dcm-success__desc{font-size:13px;color:#6b7280;line-height:1.6}.dcm-actions{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:8px}.dcm-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 20px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.dcm-btn--primary{background:#0d0d0d;color:#fff;box-shadow:0 1px 3px #0000001f}.dcm-btn--primary:hover{background:#1f1f1f}.dcm-btn--cancel{background:#f3f4f6;color:#374151}.dcm-btn--cancel:hover{background:#e5e7eb}.dcm-btn--yes{background:#8e202c;color:#fff;flex:1}.dcm-btn--yes:hover{background:#5a1720}.dcm-btn--no{background:#f3f4f6;color:#374151;flex:1}.dcm-btn--no:hover{background:#e5e7eb}.dcm-secure{display:flex;align-items:center;justify-content:center;gap:5px;font-size:11px;color:#9ca3af}.dcm-right{position:relative;background:linear-gradient(145deg,#1e1b4b,#5d121d 60%,#8e202c);display:flex;align-items:flex-end;padding:32px;overflow:hidden}.dcm-right__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%)}.dcm-right__content{position:relative;z-index:1}.dcm-right__pill{width:32px;height:4px;background:#fff6;border-radius:9999px;margin-bottom:16px}.dcm-right__title{font-size:18px;font-weight:800;color:#fff;line-height:1.35;margin-bottom:8px}.dcm-right__subtitle{font-size:12px;color:#ffffffb3;line-height:1.6;margin-bottom:20px}.dcm-right__domain-preview{display:inline-flex;align-items:center;gap:7px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:7px 14px}.dcm-right__ssl-dot{width:8px;height:8px;background:#28c840;border-radius:50%;flex-shrink:0}.dcm-right__domain-text{font-size:12px;font-weight:600;color:#ffffffd9;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.ws-domain-connect-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:1.5px solid #5d121d;border-radius:12px;font-size:12px;font-weight:700;color:#5d121d;background:transparent;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.ws-domain-connect-btn:hover{background:#5d121d0f}.ws-domain-connect-btn svg{width:12px;height:12px}.ws-copy-url-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s;flex-shrink:0}.ws-copy-url-btn:hover{border-color:#8e202c;color:#8e202c;background:#8e202c0a}.ws-copy-url-btn svg{width:16px;height:16px}.ws-subdomain-row{display:flex;align-items:center;gap:6px}.ws-subdomain-row .website-subdomain-wrap{flex:1;min-width:0}.ws-logo-upload-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border:1.5px dashed #cad5e2;border-radius:14px;background:#fff;cursor:pointer;transition:border-color .2s,background .2s}.ws-logo-upload-panel:hover{border-color:#8e202c;background:#8e202c05}.ws-logo-upload-panel__left{display:flex;align-items:center;gap:16px;min-width:0}.ws-logo-upload-panel__avatar{width:48px;height:48px;border-radius:50%;border:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.ws-logo-upload-panel__img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ws-logo-upload-panel__placeholder-icon{font-size:18px;color:#94a3b8}.ws-logo-upload-panel__info{display:flex;flex-direction:column;gap:3px;min-width:0}.ws-logo-upload-panel__title{font-size:14px;font-weight:600;color:#0d0d0d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-logo-upload-panel__subtitle{font-size:11px;color:#62748e}.ws-logo-upload-panel__btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:10px;background:#5d121d0d;color:#5d121d;font-size:13px;font-weight:700;border:none;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s}.ws-logo-upload-panel__btn:hover{background:#5d121d1a}:where(.dark,.dark *) .ws-logo-upload-panel{background:#1f2937;border-color:#4b5563}:where(.dark,.dark *) .ws-logo-upload-panel:hover{border-color:#8e202c;background:#8e202c0f}:where(.dark,.dark *) .ws-logo-upload-panel__avatar{background:#111827;border-color:#374151}:where(.dark,.dark *) .ws-logo-upload-panel__placeholder-icon{color:#6b7280}:where(.dark,.dark *) .ws-logo-upload-panel__title{color:#f1f5f9}:where(.dark,.dark *) .ws-logo-upload-panel__subtitle{color:#94a3b8}:where(.dark,.dark *) .ws-logo-upload-panel__btn{background:#5d121d26;color:#f87171}:where(.dark,.dark *) .ws-logo-upload-panel__btn:hover{background:#5d121d40}.ck-editor__editable_inline{min-height:180px!important}:where(.dark,.dark *) .wizard-card{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .wizard-card-title{color:#f1f5f9}:where(.dark,.dark *) .wizard-card-subtitle{color:#94a3b8}:where(.dark,.dark *) .wizard-card-number{background:#8e202c33;color:#f87171}:where(.dark,.dark *) .wizard-label{color:#d1d5db}:where(.dark,.dark *) .wizard-input{background:#111827;border-color:#374151;color:#f1f5f9}:where(.dark,.dark *) .wizard-input::placeholder{color:#6b7280}:where(.dark,.dark *) .wizard-input:focus{border-color:#8e202c;box-shadow:0 0 0 3px #8e202c26}:where(.dark,.dark *) .wizard-textarea{background:#111827;border-color:#374151;color:#f1f5f9}:where(.dark,.dark *) .wizard-textarea::placeholder{color:#6b7280}:where(.dark,.dark *) .wizard-input-wrapper{background:#111827;border-color:#374151}:where(.dark,.dark *) .wizard-input-icon{color:#6b7280}:where(.dark,.dark *) .category-card{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .category-card:hover{border-color:#8e202c}:where(.dark,.dark *) .category-card.selected{background:#8e202c1a;border-color:#8e202c}:where(.dark,.dark *) .category-card-label{color:#d1d5db}:where(.dark,.dark *) .template-card{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .template-card:hover{border-color:#8e202c}:where(.dark,.dark *) .template-card.selected{border-color:#8e202c}:where(.dark,.dark *) .template-card-footer{background:#111827}:where(.dark,.dark *) .template-card-name{color:#d1d5db}:where(.dark,.dark *) .template-card-tag{color:#9ca3af}:where(.dark,.dark *) .effect-card{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .effect-card:hover{border-color:#8e202c}:where(.dark,.dark *) .effect-card.selected{border-color:#8e202c}:where(.dark,.dark *) .effect-card-title{color:#d1d5db}:where(.dark,.dark *) .website-subdomain-wrap{background:#111827;border-color:#374151}:where(.dark,.dark *) .ws-copy-url-btn{background:#1f2937;border-color:#374151;color:#9ca3af}:where(.dark,.dark *) .ws-copy-url-btn:hover{border-color:#8e202c;color:#f87171;background:#8e202c1a}:where(.dark,.dark *) .ws-domain-connect-btn{border-color:#8e202c;color:#f87171;background:#8e202c14}:where(.dark,.dark *) .ws-domain-connect-btn:hover{background:#8e202c26}:where(.dark,.dark *) .website-social-item{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .website-social-item:focus-within{border-color:#8e202c}:where(.dark,.dark *) .website-social-icon{border-right-color:#374151}:where(.dark,.dark *) .website-social-icon--phone{background:#052e16;color:#4ade80}:where(.dark,.dark *) .website-social-icon--whatsapp{background:#052e16;color:#4ade80}:where(.dark,.dark *) .website-social-icon--instagram{background:#4a044e;color:#f0abfc}:where(.dark,.dark *) .website-social-icon--telegram{background:#1e3a5f;color:#60a5fa}:where(.dark,.dark *) .website-social-icon--youtube{background:#450a0a;color:#f87171}:where(.dark,.dark *) .website-social-icon--tiktok{background:#1f2937;color:#d1d5db}:where(.dark,.dark *) .website-social-icon--facebook{background:#1e3a5f;color:#60a5fa}:where(.dark,.dark *) .website-social-icon--linkedin{background:#1e3a5f;color:#60a5fa}:where(.dark,.dark *) .website-lang-tab{background:#1f2937;border-color:#374151;color:#9ca3af}:where(.dark,.dark *) .website-lang-tab.active{background:#8e202c;border-color:#8e202c;color:#fff}:where(.dark,.dark *) .map-container{border-color:#374151}:where(.dark,.dark *) #ws-progress{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .wizard-step-label{color:#9ca3af}:where(.dark,.dark *) .wizard-step.active .wizard-step-label{color:#f87171}:where(.dark,.dark *) .wizard-step-circle{background:#374151;border-color:#4b5563;color:#9ca3af}:where(.dark,.dark *) .wizard-step.active .wizard-step-circle{background:#8e202c;border-color:#8e202c;color:#fff}:where(.dark,.dark *) .wizard-step.completed .wizard-step-circle{background:#166534;border-color:#166534;color:#fff}:where(.dark,.dark *) .wizard-footer{border-top-color:#374151}:where(.dark,.dark *) .wizard-btn-prev{background:#374151;color:#d1d5db;border-color:#4b5563}:where(.dark,.dark *) .wizard-btn-prev:hover{background:#4b5563}:where(.dark,.dark *) .wizard-btn-next{background:#8e202c;color:#fff}:where(.dark,.dark *) .wizard-btn-next:hover{background:#5a1720}:where(.dark,.dark *) .tab-toggle-container{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .tab-toggle-btn{color:#9ca3af}:where(.dark,.dark *) .tab-toggle-btn.active{background:#374151;color:#f1f5f9}:where(.dark,.dark *) .website-simulator-toggle{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .website-sim-btn{background:#1f2937;border-color:#374151;color:#9ca3af}:where(.dark,.dark *) .website-sim-btn.active{background:#374151;color:#f1f5f9;border-color:#4b5563}:where(.dark,.dark *) #ws-bank-details-wrap{border-top-color:#374151}:where(.dark,.dark *) .wizard-card .bg-slate-50{background:#111827!important;border-color:#374151!important}:where(.dark,.dark *) .ws-review-table{border-color:#374151}:where(.dark,.dark *) .ws-review-row{border-bottom-color:#374151;color:#d1d5db}:where(.dark,.dark *) .ws-review-row--total{background:#111827;color:#f1f5f9}:where(.dark,.dark *) .ws-review-label{color:#9ca3af}:where(.dark,.dark *) .ws-review-value{color:#f1f5f9}:where(.dark,.dark *) .ck.ck-editor__main>.ck-editor__editable{background:#111827!important;color:#f1f5f9!important;border-color:#374151!important}:where(.dark,.dark *) .ck.ck-toolbar{background:#1f2937!important;border-color:#374151!important}:where(.dark,.dark *) .ck.ck-toolbar .ck-button{color:#d1d5db!important}:where(.dark,.dark *) .ck.ck-toolbar .ck-button:hover{background:#374151!important}:where(.dark,.dark *) .dcm-container{background:#1f2937}:where(.dark,.dark *) .dcm-close-btn{background:#ffffff0d;color:#9ca3af}:where(.dark,.dark *) .dcm-close-btn:hover{background:#374151;color:#f1f5f9}:where(.dark,.dark *) .dcm-title{color:#f1f5f9}:where(.dark,.dark *) .dcm-subtitle{color:#9ca3af}:where(.dark,.dark *) .dcm-label{color:#d1d5db}:where(.dark,.dark *) .dcm-input{background:#111827;border-color:#374151;color:#f1f5f9}:where(.dark,.dark *) .dcm-input:focus{border-color:#8e202c;box-shadow:0 0 0 3px #8e202c26}:where(.dark,.dark *) .dcm-input-icon{color:#6b7280}:where(.dark,.dark *) .dcm-question{background:#111827;border-color:#374151}:where(.dark,.dark *) .dcm-question__text{color:#f1f5f9}:where(.dark,.dark *) .dcm-btn--cancel{background:#374151;color:#d1d5db}:where(.dark,.dark *) .dcm-btn--cancel:hover{background:#4b5563}:where(.dark,.dark *) .dcm-btn--no{background:#374151;color:#d1d5db}:where(.dark,.dark *) .dcm-btn--no:hover{background:#4b5563}:where(.dark,.dark *) .dcm-success__title{color:#f1f5f9}:where(.dark,.dark *) .dcm-success__desc{color:#9ca3af}:where(.dark,.dark *) .dcm-secure{color:#6b7280}:where(.dark,.dark *) .dcm-notice{background:#8e202c1f;border-color:#8e202c40}.ws-months-slider-header{display:flex;align-items:center;justify-content:space-between;gap:16px}@media(max-width:600px){.ws-months-slider-header{flex-direction:column;align-items:flex-start;gap:8px}.ws-months-slider-wrap{width:100%;flex:none;min-width:0}}.ws-months-slider-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;flex-shrink:0}@media(max-width:600px){.ws-months-slider-label{white-space:normal;flex-shrink:1}}.ws-months-slider-wrap{position:relative;flex:1;min-width:120px;padding-top:28px}.ws-months-bubble{position:absolute;top:0;left:0;transform:translate(-50%);display:flex;align-items:center;gap:1px;background:#3b82f6;color:#fff;font-size:10px;font-weight:600;padding:3px 7px;border-radius:6px;white-space:nowrap;pointer-events:none;box-shadow:0 3px 8px #3b82f659}.ws-months-bubble:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#3b82f6;border-bottom:none}.ws-months-range{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:999px;outline:none;cursor:pointer;background:linear-gradient(to right,#3b82f6 0%,#3b82f6 var(--ws-range-pct, 8.7%),#e5e7eb var(--ws-range-pct, 8.7%),#e5e7eb 100%);transition:background .08s linear}.ws-months-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2.5px solid #3b82f6;box-shadow:0 2px 6px #3b82f64d,0 1px 3px #0000001f;cursor:grab;transition:transform .15s,box-shadow .15s}.ws-months-range::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.15);box-shadow:0 4px 12px #3b82f673}.ws-months-range::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2.5px solid #3b82f6;box-shadow:0 2px 6px #3b82f64d;cursor:grab}.ws-months-range::-moz-range-thumb:active{cursor:grabbing}.ws-months-range-labels{display:flex;justify-content:space-between;margin-top:6px;font-size:9px;font-weight:500;color:#94a3b8}:where(.dark,.dark *) .ws-months-slider-label{color:#94a3b8}:where(.dark,.dark *) .ws-months-range{background:linear-gradient(to right,#3b82f6 0%,#3b82f6 var(--ws-range-pct, 8.7%),#374151 var(--ws-range-pct, 8.7%),#374151 100%)}:where(.dark,.dark *) .ws-months-range::-webkit-slider-thumb{background:#1f2937;border-color:#3b82f6}:where(.dark,.dark *) .ws-months-range::-moz-range-thumb{background:#1f2937;border-color:#3b82f6}:where(.dark,.dark *) .ws-months-range-labels{color:#6b7280}@media(max-width:1023px){.wizard-container{display:block!important}.wizard-right-col{display:none!important}.wizard-right-col.active{display:flex!important}.wizard-left-col{width:100%}.wizard-card{display:block!important;margin-bottom:12px}.wizard-card.hidden{display:none!important}.wizard-footer{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(229,231,235,.6);padding:12px 16px 20px;margin:0;display:flex!important;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 -4px 24px #0000000f}#websiteWizardForm{padding-bottom:100px}#ws-progress{padding:10px 16px;margin-bottom:16px;border-radius:16px;background:#fff;border:1px solid rgba(229,231,235,.5);box-shadow:0 2px 8px #0000000a}.website-wizard-section{padding:1rem .75rem}.wizard-card{border-radius:20px;padding:20px 16px}.wizard-btn-prev{flex:0 0 auto;min-width:80px;padding:10px 20px;border-radius:12px;font-size:13px;font-weight:600;background:#fff;color:#374151;border:1px solid #e0e0e0;box-shadow:0 1px 3px #00000014}.wizard-btn-next,.wizard-btn-submit{flex:1;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:700;background:#0d0d0d;color:#fff;box-shadow:0 4px 12px #0d0d0d59;justify-content:center}.wizard-btn-next:hover,.wizard-btn-submit:hover{background:#1f1f1f}.ws-mobile-step-pill{display:inline-flex;align-items:center;padding:5px 12px;background:#fff;border:1px solid rgba(229,231,235,.8);border-radius:9999px;font-size:11px;font-weight:700;color:#6a7282;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 1px 2px #00000014;white-space:nowrap;flex-shrink:0}}@media(min-width:1024px){.ws-mobile-step-pill{display:none}.wizard-right-col{display:block}}.website-wizard-section .dark .wizard-btn-next,.website-wizard-section .dark .wizard-btn-next:hover{background:#0d0d0d!important}:where(.dark,.dark *) .website-wizard-section .wizard-btn-next{background:#0d0d0d!important}.ws-subdomain-row{display:flex;flex-direction:column;gap:8px}@media(min-width:767px){.ws-subdomain-row{flex-direction:row}}.ws-subdomain-input-wrap{display:flex;align-items:stretch;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #00000014;transition:border-color .2s,box-shadow .2s;width:100%}.ws-subdomain-input-wrap:focus-within{border-color:#8e202c;box-shadow:0 0 0 3px #8e202c14}.ws-subdomain-input-wrap .wizard-input{border:none!important;border-radius:0!important;box-shadow:none!important;flex:1;min-width:0;padding:13px 16px;font-size:14px;background:transparent}.ws-subdomain-input-wrap .wizard-input:focus{box-shadow:none!important}.ws-subdomain-suffix-new{display:flex;align-items:center;padding:0 16px;background:#f9fafbcc;border-left:1px solid #e5e7eb;font-size:14px;font-weight:500;color:#6a7282;white-space:nowrap;flex-shrink:0}.ws-subdomain-actions{display:flex;gap:8px}.ws-copy-url-btn-new{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#364153;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 1px 2px #0000000f}.ws-copy-url-btn-new:hover{border-color:#8e202c;color:#8e202c;background:#8e202c08}.ws-copy-url-btn-new svg{width:14px;height:14px;flex-shrink:0}.ws-domain-connect-btn-new{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border:1px solid rgba(93,18,29,.15);border-radius:14px;background:#5d121d0a;color:#5d121d;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 1px 3px #00000014}.ws-domain-connect-btn-new:hover{background:#5d121d14;border-color:#5d121d4d}.ws-domain-connect-btn-new svg{width:14px;height:14px;flex-shrink:0}:where(.dark,.dark *) .ws-subdomain-input-wrap{background:#111827;border-color:#374151}:where(.dark,.dark *) .ws-subdomain-input-wrap:focus-within{border-color:#8e202c;box-shadow:0 0 0 3px #8e202c26}:where(.dark,.dark *) .ws-subdomain-suffix-new{background:#1f2937;border-left-color:#374151;color:#9ca3af}:where(.dark,.dark *) .ws-copy-url-btn-new{background:#1f2937;border-color:#374151;color:#d1d5db}:where(.dark,.dark *) .ws-copy-url-btn-new:hover{border-color:#8e202c;color:#f87171;background:#8e202c1a}:where(.dark,.dark *) .ws-domain-connect-btn-new{background:#5d121d26;border-color:#8e202c4d;color:#f87171}:where(.dark,.dark *) .ws-domain-connect-btn-new:hover{background:#5d121d40}@media(max-width:1023px){:where(.dark,.dark *) .wizard-footer{background:#111827f2;border-top-color:#37415199}:where(.dark,.dark *) .wizard-btn-prev{background:#1f2937;border-color:#374151;color:#d1d5db}:where(.dark,.dark *) .ws-mobile-step-pill{background:#1f2937;border-color:#374151;color:#9ca3af}}.ws-mobile-header{display:none}@media(max-width:1023px){.ws-mobile-header{display:block;padding:0 4px 16px}.ws-mobile-header__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.ws-mobile-header__title-inline{font-size:13px;font-weight:600;color:#0d0d0d;letter-spacing:-.08px}.ws-mobile-header__heading{font-size:26px;font-weight:800;color:#0d0d0d;letter-spacing:-.43px;line-height:1.25;margin:0 0 6px}.ws-mobile-header__sub{font-size:14px;font-weight:500;color:#6a7282;letter-spacing:-.15px;margin:0}:where(.dark,.dark *) .ws-mobile-header__title-inline{color:#f1f5f9}:where(.dark,.dark *) .ws-mobile-header__heading{color:#f1f5f9}:where(.dark,.dark *) .ws-mobile-header__sub{color:#94a3b8}}.website-wizard-section .wizard-footer{justify-content:space-between!important;gap:10px!important}@media(max-width:1023px){.website-wizard-section .wizard-footer{justify-content:space-between!important}.website-wizard-section .wizard-btn-prev{flex:0 0 auto;min-width:80px}.website-wizard-section .wizard-btn-next,.website-wizard-section .wizard-btn-submit{flex:1;min-width:0}.mobile-wizard-footer{display:flex!important}.ws-mobile-footer-desktop{display:flex!important;flex-direction:column!important;height:auto!important;padding:0!important;border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:9998!important;transition:opacity .2s ease,visibility .2s ease!important}.ws-mobile-footer-desktop.sheet-open{opacity:0!important;pointer-events:none!important}.ws-mobile-footer-desktop .ws-footer-monitor{position:absolute!important}.website-wizard-section .wizard-footer{display:none!important}.website-wizard-section{padding-bottom:170px!important}}@media(max-width:1023px){#ws-panel-preview,#ws-panel-review{flex:1!important;overflow-y:auto!important;padding-bottom:3rem!important}}.ws-mobile-footer-desktop{flex-direction:column!important;height:auto!important;padding:0!important;border-radius:0!important;border:none!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;position:relative}.ws-footer-monitor{position:absolute;bottom:70px;left:0;right:0;background:#111;border-radius:10px 10px 0 0;overflow:hidden;box-shadow:0 -8px 24px #00000040,0 -2px 6px #0000001f}.ws-footer-monitor__bar{height:26px;background:#1e1e1e;display:flex;align-items:center;gap:6px;padding:0 9px;border-bottom:1px solid rgba(255,255,255,.06)}.ws-footer-monitor__dots{display:flex;gap:4px;align-items:center;flex-shrink:0}.ws-footer-monitor__dot{width:7px;height:7px;border-radius:50%}.ws-footer-monitor__dot--red{background:#ff5f57}.ws-footer-monitor__dot--yellow{background:#ffbd2e}.ws-footer-monitor__dot--green{background:#28c840}.ws-footer-monitor__nav{display:flex;gap:4px;opacity:.5;flex-shrink:0}.ws-footer-monitor__nav-arrow{font-size:14px;color:#888;line-height:1;font-family:-apple-system,sans-serif}.ws-footer-monitor__url{flex:1;height:15px;background:#2c2c2c;border-radius:4px;display:flex;align-items:center;gap:4px;padding:0 7px;min-width:0}.ws-footer-monitor__ssl{width:5px;height:5px;background:#28c840;border-radius:50%;flex-shrink:0}.ws-footer-monitor__url-text{font-size:7.5px;font-weight:500;color:#8a8a8a;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-footer-monitor__content{background:#fff;padding:10px 14px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.ws-footer-monitor__site-title{font-size:11px;font-weight:800;color:#0d0d0d;font-family:Manrope,-apple-system,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:55%;letter-spacing:-.25px}.ws-footer-monitor__skeleton-nav{display:flex;gap:8px;align-items:center;flex-shrink:0}.ws-footer-monitor__skel{height:7px;background:#e2e8f0;border-radius:999px;display:block}.ws-footer-monitor__skel--sm{width:28px}.ws-footer-monitor__skel--md{width:36px}.ws-footer-monitor__skel--lg{width:32px}.ws-footer-capsule-wrap{position:absolute;bottom:112px;left:0;right:0;height:44px;overflow:visible;display:flex;justify-content:center;align-items:flex-end;z-index:11}.ws-mobile-footer-desktop .mobile-footer-center{position:static!important;transform:none!important;padding:0!important;min-width:auto!important;margin:0!important}.ws-mobile-footer-desktop .mobile-footer-center:before{display:none!important}.ws-mobile-footer-desktop .mobile-trigger-capsule{position:static!important;transform:none!important;top:auto!important;left:auto!important;margin-bottom:0!important;width:72px!important;height:44px!important;border-radius:22px!important;font-size:1.3rem!important}.ws-mobile-footer-actions{width:100%;height:70px;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(229,231,235,.6);display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:12px;flex-shrink:0}@media(min-width:1025px){.ws-mobile-footer-desktop{display:none!important}}@media(max-width:1024px){.ws-mobile-footer-desktop .mobile-trigger-capsule{animation:wsBounce 2s infinite ease-in-out!important}}@keyframes wsBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.ws-form-mode-card{cursor:pointer;display:block}.ws-form-mode-card__inner{position:relative;border:2px solid #e5e7eb;border-radius:14px;padding:16px;background:#fff;transition:all .25s ease;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.ws-form-mode-card:hover .ws-form-mode-card__inner{border-color:#8e202c;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.form-mode-checkbox:checked+.ws-form-mode-card__inner{border-color:#8e202c;background:#8e202c08}.ws-form-mode-card__check{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:50%;background:#8e202c;color:#fff;display:none;align-items:center;justify-content:center}.form-mode-checkbox:checked+.ws-form-mode-card__inner .ws-form-mode-card__check{display:flex}.ws-form-mode-card__icon{width:40px;height:40px;border-radius:10px;background:#f9fafb;display:flex;align-items:center;justify-content:center;font-size:18px;color:#4b5563;transition:all .2s}.form-mode-checkbox:checked+.ws-form-mode-card__inner .ws-form-mode-card__icon{background:#8e202c;color:#fff}.ws-form-mode-card__label{font-size:13px;font-weight:700;color:#374151}:where(.dark,.dark *) .ws-form-mode-card__inner{background:#1f2937;border-color:#374151}:where(.dark,.dark *) .ws-form-mode-card__label{color:#d1d5db}:where(.dark,.dark *) .ws-form-mode-card__icon{background:#111827;color:#9ca3af}@media(max-width:1023px){body:has(.website-manage-mobile-footer) .fixed_whatsapp_button{bottom:145px!important}.profile-flex-wrapper{flex-direction:column!important;gap:0!important;width:100%!important;max-width:100%!important;overflow:visible!important}.manage-content{padding-left:0!important;padding-right:0!important;width:100%!important;max-width:100%!important;min-width:0!important;flex:1!important;overflow:visible!important;padding-bottom:140px!important}.table-responsive{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;margin-bottom:1.25rem!important}.manage-table{width:100%!important;min-width:600px!important}}@media(max-width:767px){.manage-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important;margin-bottom:20px!important}.profile-header__create-btn{width:100%!important;justify-content:center!important}}.website-manage-mobile-drawer{position:fixed;inset:0;z-index:100000;display:none;align-items:flex-end}.website-manage-mobile-drawer.open{display:flex}.website-manage-mobile-drawer__overlay{position:absolute;inset:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.website-manage-mobile-drawer.open .website-manage-mobile-drawer__overlay{opacity:1}.website-manage-mobile-drawer__content{position:relative;width:100%;max-height:80vh;background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -8px 32px #00000026;transform:translateY(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;z-index:2;padding-bottom:env(safe-area-inset-bottom,16px)}.website-manage-mobile-drawer.open .website-manage-mobile-drawer__content{transform:translateY(0)}:where(.dark,.dark *) .website-manage-mobile-drawer__content{background:#1f2937}.website-manage-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f0f0f0}:where(.dark,.dark *) .website-manage-mobile-drawer__header{border-bottom-color:#374151}.website-manage-mobile-drawer__domain-area{display:flex;align-items:center;gap:8px;max-width:80%;overflow:hidden}.website-manage-mobile-drawer__domain{font-size:15px;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:where(.dark,.dark *) .website-manage-mobile-drawer__domain{color:#f3f4f6}.website-manage-mobile-drawer__visit-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f3f4f6;color:#8e202c;border-radius:6px;border:1px solid #e5e7eb;transition:all .2s;flex-shrink:0}:where(.dark,.dark *) .website-manage-mobile-drawer__visit-btn{background:#374151;border-color:#4b5563;color:#a64d5d}.website-manage-mobile-drawer__visit-btn svg{width:14px;height:14px}.website-manage-mobile-drawer__close-btn{background:none;border:none;color:#9ca3af;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.website-manage-mobile-drawer__close-btn:hover{background:#f3f4f6;color:#374151}:where(.dark,.dark *) .website-manage-mobile-drawer__close-btn:hover{background:#374151;color:#f3f4f6}.website-manage-mobile-drawer__close-btn svg{width:18px;height:18px}.website-manage-mobile-drawer__body{padding:16px 24px 24px;overflow-y:auto;flex:1}.website-manage-mobile-drawer__nav{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.website-manage-mobile-drawer__nav-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;color:#4b5563;font-size:13px;font-weight:600;transition:all .2s;position:relative}:where(.dark,.dark *) .website-manage-mobile-drawer__nav-item{background:#111827;border-color:#374151;color:#d1d5db}.website-manage-mobile-drawer__nav-item svg{width:18px;height:18px;color:#9ca3af;transition:color .2s;flex-shrink:0}.website-manage-mobile-drawer__nav-item:hover,.website-manage-mobile-drawer__nav-item--active{background:#8e202c0d!important;border-color:#8e202c33!important;color:#8e202c!important}:where(.dark,.dark *) .website-manage-mobile-drawer__nav-item:hover,:where(.dark,.dark *) .website-manage-mobile-drawer__nav-item--active{background:#a64d5d1a!important;border-color:#a64d5d4d!important;color:#a64d5d!important}.website-manage-mobile-drawer__nav-item--active svg{color:#8e202c!important}:where(.dark,.dark *) .website-manage-mobile-drawer__nav-item--active svg{color:#a64d5d!important}.website-manage-mobile-drawer__badge{position:absolute;top:-6px;right:-6px;background:#8e202c;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:9999px;box-shadow:0 2px 4px #8e202c33}:where(.dark,.dark *) .website-manage-mobile-drawer__badge{background:#a64d5d;box-shadow:0 2px 4px #a64d5d33}.dark .website-wizard-section .wizard-card{background:#1f2937!important;border-color:#374151!important;box-shadow:0 10px 30px -10px #0000004d!important}.dark .website-wizard-section .wizard-card-title{color:#f1f5f9!important}.dark .website-wizard-section .wizard-card-subtitle{color:#94a3b8!important}.dark .website-wizard-section .wizard-card-number{background:#8e202c33!important;color:#f87171!important}.dark .website-wizard-section .wizard-label{color:#cbd5e1!important}.dark .website-wizard-section .wizard-input,.dark .website-wizard-section .wizard-textarea{background:#111827!important;border-color:#374151!important;color:#f1f5f9!important}.dark .website-wizard-section .wizard-input:focus,.dark .website-wizard-section .wizard-textarea:focus{background:#1f2937!important;border-color:#8e202c!important;box-shadow:0 0 0 3px #8e202c26!important}.dark .website-wizard-section .wizard-input-icon{color:#6b7280!important}.dark .website-wizard-section .category-card{background:#1f2937!important;border-color:#374151!important}.dark .website-wizard-section .category-card:hover{border-color:#8e202c!important}.dark .website-wizard-section .category-card-icon{background:#111827!important;color:#9ca3af!important}.dark .website-wizard-section .category-card-label{color:#cbd5e1!important}.dark .website-wizard-section .category-card.selected{background:#8e202c1a!important;border-color:#8e202c!important;box-shadow:0 0 0 4px #8e202c26!important}.dark .website-wizard-section .category-card.selected .category-card-icon{background:#8e202c!important;color:#fff!important}.dark .website-wizard-section .category-card.selected .category-card-label{color:#f87171!important}.dark .website-wizard-section .template-card{background:#1f2937!important;border-color:#374151!important}.dark .website-wizard-section .template-card:hover{border-color:#8e202c!important;box-shadow:0 10px 20px -5px #0003!important}.dark .website-wizard-section .template-card.selected{border-color:#8e202c!important;box-shadow:0 0 0 3px #8e202c26,0 8px 16px -4px #8e202c26!important}.dark .website-wizard-section .template-card-preview{background:linear-gradient(135deg,#1e293b,#0f172a)!important}.dark .website-wizard-section .template-text-sample{color:#cbd5e1!important}.dark .website-wizard-section .template-card-footer{background:#111827!important;border-top-color:#374151!important}.dark .website-wizard-section .template-card-name{color:#cbd5e1!important}.dark .website-wizard-section .template-card-tag{color:#9ca3af!important}.dark .website-wizard-section .effect-card{background:#1f2937!important;border-color:#374151!important}.dark .website-wizard-section .effect-card:hover{border-color:#8e202c!important;box-shadow:0 10px 20px -5px #0003!important}.dark .website-wizard-section .effect-card.selected{border-color:#8e202c!important;box-shadow:0 0 0 3px #8e202c26,0 8px 16px -4px #8e202c26!important}.dark .website-wizard-section .effect-card-title{color:#cbd5e1!important}.dark .website-wizard-section .wizard-progress:before{background:#374151!important}.dark .website-wizard-section .wizard-step-circle{background:#111827!important;border-color:#374151!important;color:#9ca3af!important}.dark .website-wizard-section .wizard-step.active .wizard-step-circle{background:#8e202c!important;border-color:#8e202c!important;color:#fff!important;box-shadow:0 0 0 4px #8e202c26,0 8px 16px -4px #8e202c33!important}.dark .website-wizard-section .wizard-step.completed .wizard-step-circle{background:#166534!important;border-color:#166534!important;color:#fff!important}.dark .website-wizard-section .wizard-step-label{color:#9ca3af!important}.dark .website-wizard-section .wizard-step.active .wizard-step-label{color:#f87171!important}.dark .website-wizard-section .wizard-step.completed .wizard-step-label{color:#4ade80!important}.dark .website-wizard-section .wizard-footer{border-top-color:#374151!important}.dark .website-wizard-section .wizard-btn-prev{background:#374151!important;border-color:#4b5563!important;color:#cbd5e1!important}.dark .website-wizard-section .wizard-btn-prev:hover{background:#4b5563!important}.dark .website-wizard-section .wizard-btn-next{background:#8e202c!important;color:#fff!important}.dark .website-wizard-section .wizard-btn-next:hover{background:#5a1720!important}.dark .website-wizard-section .tab-toggle-container{background:#1f2937!important;border-color:#374151!important}.dark .website-wizard-section .tab-toggle-btn{color:#9ca3af!important}.dark .website-wizard-section .tab-toggle-btn.active{background:#374151!important;color:#f1f5f9!important}.dark .website-wizard-section .website-social-item{background:#1f2937!important;border-color:#374151!important}.dark .website-wizard-section .website-lang-tab{background:#1f2937!important;border-color:#374151!important;color:#9ca3af!important}.dark .website-wizard-section .website-lang-tab.active{background:#8e202c!important;border-color:#8e202c!important;color:#fff!important}.dark .ws-mobile-footer-actions{background:#111827f2!important;border-top-color:#37415199!important}.dark .mobile-footer-btn-prev{background:#374151!important;border-color:#4b5563!important;color:#f3f4f6!important}.dark .mobile-footer-btn-prev:hover{background:#4b5563!important}.dark .mobile-footer-btn-next,.dark .mobile-footer-btn-submit{background:#8e202c!important;color:#fff!important}.dark .mobile-footer-btn-next:hover,.dark .mobile-footer-btn-submit:hover{background:#5a1720!important}.dark .ws-footer-monitor__content{background:#1f2937!important}.dark .ws-footer-monitor__site-title{color:#f1f5f9!important}.dark .ws-footer-monitor__skel{background:#374151!important}
