.nav-auth{display:flex;align-items:center;gap:10px;flex-shrink:0}.auth-signin-btn{display:inline-flex;align-items:center;gap:7px;background:var(--navy);color:#fff;border:none;border-radius:100px;padding:9px 20px;font-size:.82rem;font-weight:700;cursor:pointer;transition:all 0.2s;white-space:nowrap;font-family:var(--font-body);letter-spacing:-.01em}.auth-signin-btn:hover{opacity:.85;transform:translateY(-1px)}.auth-signin-btn svg{width:14px;height:14px;flex-shrink:0}.auth-avatar-wrap{position:relative;display:none}.auth-avatar-btn{width:34px;height:34px;border-radius:50%;border:2px solid var(--border-md);overflow:hidden;cursor:pointer;background:var(--surface2);padding:0;transition:all 0.2s;display:flex;align-items:center;justify-content:center}.auth-avatar-btn:hover{border-color:var(--accent);box-shadow:0 0 0 3px rgb(99 91 255 / .12)}.auth-avatar-btn img{width:100%;height:100%;object-fit:cover;border-radius:50%}.auth-avatar-btn .auth-avatar-fallback{font-size:.85rem;font-weight:800;color:var(--accent);text-transform:uppercase;line-height:1}.auth-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--bg2);border:1px solid var(--border);border-radius:var(--r);box-shadow:0 12px 40px rgb(17 20 57 / .12),0 2px 8px rgb(17 20 57 / .06);padding:6px;z-index:600;opacity:0;visibility:hidden;transform:translateY(-6px) scale(.97);transition:all 0.2s cubic-bezier(.16,1,.3,1);pointer-events:none}.auth-dropdown.open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.auth-dropdown-header{padding:12px 14px 10px;border-bottom:1px solid var(--border);margin-bottom:4px}.auth-dropdown-name{font-size:.88rem;font-weight:700;color:var(--navy);letter-spacing:-.02em;line-height:1.3}.auth-dropdown-email{font-size:.72rem;color:var(--text-3);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--r-sm);font-size:.82rem;font-weight:600;color:var(--text-2);text-decoration:none;cursor:pointer;transition:all 0.15s;border:none;background:none;width:100%;text-align:left;font-family:var(--font-body)}.auth-dropdown-item:hover{background:var(--surface2);color:var(--navy)}.auth-dropdown-item svg{width:16px;height:16px;flex-shrink:0;opacity:.6}.auth-dropdown-item:hover svg{opacity:1}.auth-dropdown-divider{height:1px;background:var(--border);margin:4px 8px}.auth-dropdown-item.auth-signout{color:var(--red)}.auth-dropdown-item.auth-signout:hover{background:rgb(239 68 68 / .06);color:var(--red)}.auth-modal-overlay{position:fixed;inset:0;background:rgb(17 20 57 / .5);backdrop-filter:blur(12px);z-index:10000;display:none;align-items:center;justify-content:center;padding:20px;animation:authFadeIn 0.25s ease-out}.auth-modal-overlay.active{display:flex}@keyframes authFadeIn{from{opacity:0}to{opacity:1}}.auth-modal{background:var(--bg2);border-radius:var(--r-xl);padding:44px 40px 36px;max-width:400px;width:100%;position:relative;box-shadow:0 24px 80px rgb(17 20 57 / .18),0 4px 16px rgb(17 20 57 / .06);animation:authSlideUp 0.3s cubic-bezier(.16,1,.3,1)}@keyframes authSlideUp{from{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:var(--surface2);color:var(--text-3);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.15s;line-height:1}.auth-modal-close:hover{background:var(--surface3);color:var(--navy)}.auth-modal-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px}.auth-modal-logo img{width:32px;height:32px;object-fit:contain}.auth-modal-logo span{font-size:1.2rem;font-weight:800;color:var(--navy);letter-spacing:-.04em}.auth-modal-title{font-size:1.5rem;font-weight:800;color:var(--navy);text-align:center;letter-spacing:-.04em;margin-bottom:8px;line-height:1.2}.auth-modal-subtitle{font-size:.88rem;color:var(--text-3);text-align:center;margin-bottom:32px;line-height:1.5}.auth-social-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:0}.auth-social-btn{display:flex;align-items:center;justify-content:center;width:100%;max-width:280px;height:48px;border-radius:10px;border:1.5px solid var(--border-md);background:var(--bg2);cursor:pointer;transition:all 0.2s;gap:12px;font-family:var(--font-body);font-size:.95rem;font-weight:700;color:var(--navy)}.auth-social-btn:hover{border-color:var(--border-hi);background:var(--surface2);box-shadow:0 4px 16px rgb(17 20 57 / .08);transform:translateY(-1px)}.auth-social-btn:active{transform:translateY(0)}.auth-social-btn svg{width:22px;height:22px;flex-shrink:0}.auth-google-btn.loading{pointer-events:none;opacity:.7}.auth-google-btn.loading::after{content:'';width:16px;height:16px;border:2px solid var(--border-md);border-top-color:var(--accent);border-radius:50%;animation:authSpin 0.6s linear infinite;margin-left:8px}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-divider{display:flex;align-items:center;gap:16px;margin:20px 0}.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--border)}.auth-divider span{font-size:.78rem;font-weight:600;color:var(--text-3);letter-spacing:.02em}.auth-card{animation:authCardIn 0.25s cubic-bezier(.16,1,.3,1)}@keyframes authCardIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-form{display:flex;flex-direction:column;gap:0}.auth-field{margin-bottom:16px}.auth-label{display:block;font-size:.82rem;font-weight:700;color:var(--navy);margin-bottom:6px;letter-spacing:-.01em}.auth-input{width:100%;padding:12px 14px;border:1.5px solid var(--border-md);border-radius:10px;font-size:.88rem;font-family:var(--font-body);color:var(--navy);background:var(--bg2);outline:none;transition:border-color 0.2s,box-shadow 0.2s;box-sizing:border-box}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgb(99 91 255 / .1)}.auth-input::placeholder{color:var(--text-3);opacity:.6}.auth-input.error{border-color:#ef4444;box-shadow:0 0 0 3px rgb(239 68 68 / .08)}.auth-input-wrap{position:relative}.auth-input-wrap .auth-input{padding-right:44px}.auth-eye-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-3);border-radius:6px;transition:all 0.15s;padding:0}.auth-eye-btn:hover{color:var(--navy);background:var(--surface2)}.auth-forgot-link{display:inline-block;margin-top:6px;font-size:.78rem;font-weight:700;color:var(--accent);text-decoration:none;transition:opacity 0.15s}.auth-forgot-link:hover{opacity:.75;text-decoration:underline}.auth-submit-btn{width:100%;padding:14px 24px;border-radius:100px;border:none;background:linear-gradient(135deg,#7c5cfc 0%,#635bff 50%,#5046e5 100%);color:#fff;font-size:.95rem;font-weight:800;font-family:var(--font-body);cursor:pointer;transition:all 0.25s;letter-spacing:-.01em;margin-top:4px;position:relative;overflow:hidden}.auth-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px rgb(99 91 255 / .35)}.auth-submit-btn:active{transform:translateY(0)}.auth-submit-btn:disabled{pointer-events:none;opacity:.65}.auth-submit-btn.loading{pointer-events:none;color:#fff0}.auth-submit-btn.loading::after{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2.5px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:authSpin 0.6s linear infinite}.auth-toggle{text-align:center;margin-top:20px;font-size:.82rem;color:var(--text-3);font-weight:600}.auth-toggle-link{color:var(--accent);font-weight:800;text-decoration:none;transition:opacity 0.15s}.auth-toggle-link:hover{text-decoration:underline;opacity:.8}.auth-form-message{display:none;padding:10px 14px;border-radius:10px;font-size:.8rem;font-weight:600;line-height:1.4;margin-bottom:14px;text-align:center}.auth-form-message.error{display:block;background:rgb(239 68 68 / .08);border:1px solid rgb(239 68 68 / .2);color:#dc2626}.auth-form-message.success{display:block;background:rgb(34 197 94 / .08);border:1px solid rgb(34 197 94 / .2);color:#16a34a}.auth-modal-terms{margin-top:16px;text-align:center;font-size:.72rem;color:var(--text-3);line-height:1.5}.auth-modal-terms a{color:var(--accent);text-decoration:none}.auth-modal-terms a:hover{text-decoration:underline}.auth-built-by{text-align:center;font-size:.68rem;color:var(--text-3);margin-top:16px;padding-top:12px;border-top:1px solid var(--border)}.auth-built-by a{color:var(--text-3);text-decoration:none;font-weight:600}.auth-built-by a:hover{color:var(--accent)}.auth-otp-container{display:flex;justify-content:center;gap:8px;margin:8px 0 20px}.auth-otp-input{width:48px;height:56px;text-align:center;font-size:1.4rem;font-weight:800;font-family:var(--font-mono,'DM Mono',monospace);color:var(--navy);background:var(--bg2);border:1.5px solid var(--border-md);border-radius:10px;outline:none;transition:border-color 0.2s,box-shadow 0.2s,background 0.2s;caret-color:var(--accent);box-sizing:border-box}.auth-otp-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgb(99 91 255 / .12);background:#fff}.auth-otp-input.filled{border-color:var(--accent);background:rgb(99 91 255 / .04)}.auth-otp-input.error{border-color:#ef4444;box-shadow:0 0 0 3px rgb(239 68 68 / .08);animation:otpShake 0.4s ease-out}@keyframes otpShake{0%,100%{transform:translateX(0)}20%{transform:translateX(-4px)}40%{transform:translateX(4px)}60%{transform:translateX(-3px)}80%{transform:translateX(3px)}}.auth-otp-input.success{border-color:#22c55e;background:rgb(34 197 94 / .06)}.auth-resend-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;font-size:.8rem;color:var(--text-3);font-weight:600}.auth-resend-btn{background:none;border:none;color:var(--accent);font-weight:800;font-size:.8rem;font-family:var(--font-body);cursor:pointer;padding:2px 4px;border-radius:4px;transition:all 0.15s}.auth-resend-btn:hover{text-decoration:underline;opacity:.8}.auth-resend-btn:disabled{opacity:.4;cursor:not-allowed;text-decoration:none}.auth-resend-timer{color:var(--text-3);font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums}.auth-verify-email-display{color:var(--navy);font-weight:700}.mobile-auth-section{padding:20px 0 0;border-top:1px solid rgb(17 20 57 / .08);margin-top:12px}.mobile-auth-user{display:none;align-items:center;gap:12px;padding:12px 0;margin-bottom:12px}.mobile-auth-user.active{display:flex}.mobile-auth-avatar{width:44px;height:44px;border-radius:50%;border:2px solid var(--border-md);overflow:hidden;flex-shrink:0;background:var(--surface2);display:flex;align-items:center;justify-content:center}.mobile-auth-avatar img{width:100%;height:100%;object-fit:cover}.mobile-auth-avatar .auth-avatar-fallback{font-size:1rem;font-weight:800;color:var(--accent)}.mobile-auth-info{flex:1;min-width:0}.mobile-auth-name{font-size:1rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}.mobile-auth-email{font-size:.78rem;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-auth-links{display:flex;flex-direction:column;gap:0}.mobile-auth-link{display:flex;align-items:center;gap:10px;padding:14px 0;font-size:1.1rem;font-weight:700;color:var(--text-2);text-decoration:none;border-bottom:1px solid rgb(17 20 57 / .06);letter-spacing:-.02em}.mobile-auth-link svg{width:18px;height:18px;opacity:.5}.mobile-auth-link.signout{color:var(--red);border-bottom:none}.mobile-signin-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px;border-radius:100px;border:1.5px solid var(--border-md);background:var(--bg2);color:var(--navy);font-size:.95rem;font-weight:700;font-family:var(--font-body);cursor:pointer;transition:all 0.2s;letter-spacing:-.01em}.mobile-signin-btn:hover{border-color:var(--border-hi);background:var(--surface2)}.mobile-signin-btn svg{width:20px;height:20px;flex-shrink:0}@media (max-width:900px){.nav-auth .auth-signin-btn{display:none}.auth-avatar-wrap{display:none!important}}@media (max-width:480px){.auth-modal{padding:32px 20px 24px;border-radius:var(--r-lg);margin:12px}.auth-modal-title{font-size:1.3rem}.auth-social-btn{height:44px}.auth-submit-btn{padding:13px 20px;font-size:.9rem}.auth-input{padding:11px 12px;font-size:.85rem}.auth-otp-container{gap:6px}.auth-otp-input{width:42px;height:50px;font-size:1.2rem}}.hostinger-reach-block-connect{display:flex;flex-direction:column;align-content:flex-start;background:#fff6e9;padding:14px;font-size:14px;margin:28px 0 14px}.hostinger-reach-block-connect__title{color:#1d1e20;font-weight:700;margin-bottom:4px}.hostinger-reach-block-connect__subtitle{color:#727586;margin-bottom:4px}.hostinger-reach-block-connect a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.hostinger-reach-block-dialog{display:block;flex-direction:column;align-content:flex-start;background:#fff;color:#1d1e20;padding:20px;gap:14px;font-size:14px;line-height:20px;bottom:80px;left:20px;position:fixed;z-index:100001;max-width:400px;border-radius:16px;box-shadow:0 0 10px rgb(0 0 0 / .05)}.hostinger-reach-block-dialog__actions{display:flex;justify-content:flex-start;gap:10px}.hostinger-reach-block-dialog__button_indicator{height:16px;width:16px}.hostinger-reach-block-dialog__button{cursor:pointer;text-align:center;background:#673de6;color:#fff;font-weight:700;font-size:12px;padding:6px 16px;display:flex;flex-direction:row;align-items:center;gap:10px;border-radius:8px}.hostinger-reach-block-dialog__button:hover{background:#5029c2}.hostinger-reach-block-dialog__button a{color:#fff;text-decoration:none}.hostinger-reach-block-dialog__button a:hover,.hostinger-reach-block-dialog__button a:focus,.hostinger-reach-block-dialog__button a:active{color:#fff;box-shadow:none;outline:none}.hostinger-reach-block-dialog__button svg{height:16px;width:16px}.hostinger-reach-block-dialog__button svg path{fill:#fff}.hostinger-reach-block-dialog__close{cursor:pointer}.hostinger-reach-block-dialog__close:before,.hostinger-reach-block-dialog__close:after{content:"";position:absolute;width:16px;height:2px;background-color:#1d1e20;top:26px;right:16px}.hostinger-reach-block-dialog__close:before{transform:rotate(45deg)}.hostinger-reach-block-dialog__close:after{transform:rotate(-45deg)}.hostinger-reach-block-dialog__close:hover:before,.hostinger-reach-block-dialog__close:hover:after{background-color:#727272}.hostinger-reach-select-form-modal.components-modal__frame{display:flex;flex-direction:column;max-width:900px;width:90vw;height:640px;max-height:calc(100vh - 64px)}.hostinger-reach-select-form-modal .components-modal__header{height:52px;padding:12px 24px}.hostinger-reach-select-form-modal .components-modal__content{display:flex;flex-direction:column;flex:1;min-height:0;margin-top:52px;padding:0 24px;overflow:hidden}.hostinger-reach-select-form-modal .components-modal__children-container{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.hostinger-reach-select-form-modal__content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;border-top:1px solid #e0e0e0}.hostinger-reach-select-form-modal__search{position:sticky;top:0;z-index:1;flex-shrink:0;padding:16px 24px 8px;background:#fff}.hostinger-reach-select-form-modal__search .components-search-control__input:focus,.hostinger-reach-select-form-modal__search .components-input-control__input:focus{box-shadow:none;outline:none}.hostinger-reach-select-form-modal__loading,.hostinger-reach-select-form-modal__empty{display:flex;flex:1;align-items:center;justify-content:center;min-height:240px;text-align:center;color:#757575}.hostinger-reach-select-form-modal__list{display:grid;grid-template-columns:1fr 1fr;flex:1;min-height:0}.hostinger-reach-select-form-modal__list-forms{display:flex;flex-direction:column;min-height:0;overflow-y:auto}.hostinger-reach-select-form-modal__forms-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-content:start;padding:24px}.hostinger-reach-select-form-modal__no-results{margin:0;padding:24px 16px;text-align:center;color:#757575}.hostinger-reach-select-form-modal__empty-state{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:372px;margin:0 auto;text-align:center}.hostinger-reach-select-form-modal__empty-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border:1px solid #ebebeb;border-radius:12px;background:#fafafa}.hostinger-reach-select-form-modal__empty-body{display:flex;flex-direction:column;align-items:center;gap:24px}.hostinger-reach-select-form-modal__empty-text{display:flex;flex-direction:column;align-items:center;gap:4px}.hostinger-reach-select-form-modal__empty-title{margin:0;font-size:18px;font-weight:600;color:#1e1e1e}.hostinger-reach-select-form-modal__empty-subtitle{margin:0;font-size:13px;color:#757575}.hostinger-reach-select-form-modal__empty-action{display:flex;flex-direction:column;align-items:center;gap:8px}.hostinger-reach-select-form-modal__empty-create{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;background:#18181a;color:#fff;font-size:13px;font-weight:600;text-decoration:none}.hostinger-reach-select-form-modal__empty-create:hover{background:#000;color:#fff}.hostinger-reach-select-form-modal__empty-refresh{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e0e0e0;border-radius:8px;background:#fff0;color:#18181a;font-size:13px;font-weight:600;cursor:pointer}.hostinger-reach-select-form-modal__empty-refresh:hover{background:rgb(0 0 0 / .04)}.hostinger-reach-select-form-modal__empty-refresh{padding:16px}.hostinger-reach-select-form-modal__no-results{margin:0;padding:24px 16px;text-align:center;color:#757575}.hostinger-reach-select-form-modal__empty-state{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:372px;margin:0 auto;text-align:center}.hostinger-reach-select-form-modal__empty-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border:1px solid #ebebeb;border-radius:12px;background:#fafafa}.hostinger-reach-select-form-modal__empty-body{display:flex;flex-direction:column;align-items:center;gap:24px}.hostinger-reach-select-form-modal__empty-text{display:flex;flex-direction:column;align-items:center;gap:4px}.hostinger-reach-select-form-modal__empty-title{margin:0;font-size:18px;font-weight:600;color:#1e1e1e}.hostinger-reach-select-form-modal__empty-subtitle{margin:0;font-size:13px;color:#757575}.hostinger-reach-select-form-modal__empty-action{display:flex;flex-direction:column;align-items:center;gap:8px}.hostinger-reach-select-form-modal__empty-create{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;background:#18181a;color:#fff;font-size:13px;font-weight:600;text-decoration:none}.hostinger-reach-select-form-modal__empty-create:hover{background:#000;color:#fff}.hostinger-reach-select-form-modal__empty-refresh{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e0e0e0;border-radius:8px;background:#fff0;color:#18181a;font-size:13px;font-weight:600;cursor:pointer}.hostinger-reach-select-form-modal__empty-refresh:hover{background:rgb(0 0 0 / .04)}.hostinger-reach-select-form-modal__list-preview{display:flex;flex-direction:column;min-height:0;overflow-y:auto;padding:24px;background:#f5f5f6}.hostinger-reach-select-form-modal__form-item{display:flex;flex-direction:column;gap:8px;padding:0;border:none;background:#fff0;cursor:pointer;text-align:left}.hostinger-reach-select-form-modal__form-item:focus-visible{outline:none}.hostinger-reach-select-form-modal__form-name{font-weight:700;font-size:14px;color:#1e1e1e}.hostinger-reach-select-form-modal__form-thumb{display:flex;align-items:center;justify-content:center;width:100%;height:140px;overflow:hidden;background:#f5f5f6;border-radius:16px;border:3px solid #fff0;transition:border-color .2s ease}.hostinger-reach-select-form-modal__form-thumb-fallback{width:100%;height:100%;background:#ebebeb}.hostinger-reach-select-form-modal__form-image{width:100%;height:100%;object-fit:cover}.hostinger-reach-select-form-modal__form-item--selected .hostinger-reach-select-form-modal__form-thumb{border-color:#3858e9}.hostinger-reach-select-form-modal__preview-frame{width:100%;height:100%;min-height:320px;border:1px solid #e0e0e0;border-radius:12px}.hostinger-reach-select-form-modal__footer{display:flex;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;padding:16px 0;border-top:1px solid #e0e0e0}.hostinger-reach-select-form-modal__footer-start{display:flex;align-items:center;gap:8px}.hostinger-reach-select-form-modal__footer-actions{display:flex;align-items:center;gap:8px;margin-left:auto}@media(max-width:768px){.hostinger-reach-select-form-modal__list{grid-template-columns:1fr}.hostinger-reach-select-form-modal__forms-grid{grid-template-columns:1fr}.hostinger-reach-select-form-modal__list-preview{display:none}}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields{display:flex;flex-direction:column;width:100%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline{flex-direction:row;justify-content:flex-start;align-items:end;width:100%;gap:.5rem}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field{min-width:70%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit{min-width:30%}.hostinger-reach-block-subscription-form .hostinger-reach-block-submit{border-width:0;margin-top:var(--wp--preset--spacing--20);align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;font-weight:500;min-height:40px;border-radius:50px}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field{margin-top:8px}.hostinger-reach-block-subscription-form label{display:block;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;margin-bottom:8px;padding:0}.hostinger-reach-block-subscription-form input{display:block;width:100%;padding:3px 10px;min-height:40px;box-shadow:0 0 0 #fff0;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;box-sizing:border-box}.hostinger-reach-block-use-template{width:100%;justify-content:center;margin-bottom:16px}.hostinger-reach-block-selected-form{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px;padding:12px;border:2px solid #fff0;border-radius:8px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#3ab0ff,#673de6,#e536db) border-box}.hostinger-reach-block-selected-form__title{display:flex;align-items:center;gap:8px;max-width:100%}.hostinger-reach-block-selected-form__title svg{flex-shrink:0}.hostinger-reach-block-selected-form__name{font-weight:700;font-size:13px;color:#1e1e1e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hostinger-reach-block-selected-form__image{width:100%;height:auto;object-fit:cover;border-radius:8px;background:#f0f0f0}.hostinger-reach-block-selected-form__edit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:auto;padding:8px 12px;border:1px solid rgb(0 0 0 / .1);border-radius:8px;background:#fff;color:#673de6}.hostinger-reach-block-selected-form__edit:hover,.hostinger-reach-block-selected-form__edit:focus{background:#fff;color:#673de6}.hostinger-reach-block-selected-form__edit svg{flex-shrink:0}.hostinger-reach-block-selected-form__edit-text{color:#673de6}.hostinger-reach-block-selected-form__change.components-button{align-self:center;color:#673de6}.hostinger-reach-block-selected-form__change.components-button:hover,.hostinger-reach-block-selected-form__change.components-button:focus,.hostinger-reach-block-selected-form__change.components-button:active{color:#673de6}.hostinger-reach-block-classic-form{width:100%;justify-content:center;margin-bottom:16px}.hostinger-reach-block-tags{margin-left:-6px;margin-top:10px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px;margin-bottom:20px}.components-button.is-link.hostinger-reach-block-toggler{margin-bottom:20px}.hostinger-reach-block-newtag{margin-bottom:20px}.reach-subscription-message{font-weight:700;padding:1em;gap:10px;margin-top:10px}.reach-subscription-message.is-success{background:rgb(0 158 91 / .1019607843)}.reach-subscription-message.is-error{background:rgb(234 71 104 / .1019607843)}.psub-container{max-width:640px;margin:0 auto;padding:40px 20px 80px;font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.psub-progress{width:100%;height:4px;background:rgb(99 91 255 / .12);border-radius:100px;margin-bottom:32px;overflow:hidden}.psub-progress-bar{height:100%;background:linear-gradient(90deg,#635bff,#a960ee);border-radius:100px;transition:width 0.5s cubic-bezier(.4,0,.2,1)}.psub-steps{display:flex;justify-content:center;gap:32px;margin-bottom:40px}.psub-step{display:flex;align-items:center;gap:8px;opacity:.35;transition:opacity 0.3s ease}.psub-step.active{opacity:1}.psub-step.completed{opacity:.7}.psub-step-num{width:28px;height:28px;border-radius:50%;background:rgb(99 91 255 / .1);color:#635bff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.psub-step.active .psub-step-num{background:#635bff;color:#fff;box-shadow:0 2px 12px rgb(99 91 255 / .35)}.psub-step.completed .psub-step-num{background:#22c55e;color:#fff}.psub-step-label{font-size:13px;font-weight:600;color:var(--text-1,#111439);letter-spacing:-.02em}.psub-panel{animation:psubSlideIn 0.4s cubic-bezier(.4,0,.2,1)}@keyframes psubSlideIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.psub-panel-header{text-align:center;margin-bottom:36px}.psub-panel-icon{font-size:2.5rem;margin-bottom:12px}.psub-panel-title{font-size:1.75rem;font-weight:800;color:var(--text-1,#111439);letter-spacing:-.04em;margin:0 0 8px}.psub-panel-desc{font-size:.95rem;color:var(--text-3,#6b7094);margin:0;line-height:1.6}.psub-fields{display:grid;gap:24px;margin-bottom:36px}.psub-field{position:relative}.psub-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.psub-label{display:block;font-size:13px;font-weight:700;color:var(--text-1,#111439);margin-bottom:8px;letter-spacing:-.01em}.psub-req{color:#ef4444;font-weight:800}.psub-opt{color:var(--text-3,#9a9eb8);font-weight:500;font-size:12px}.psub-input{width:100%;padding:12px 16px;background:var(--input-bg,#f8f8fc);border:1.5px solid var(--input-border,#e0e0f0);border-radius:10px;font-size:14px;font-family:inherit;color:var(--text-1,#111439);transition:all 0.2s ease;box-sizing:border-box;outline:none}.psub-input:focus{border-color:#635bff;background:var(--input-focus-bg,#fff);box-shadow:0 0 0 4px rgb(99 91 255 / .1)}.psub-input.error{border-color:#ef4444;box-shadow:0 0 0 4px rgb(239 68 68 / .1)}.psub-textarea{resize:vertical;min-height:120px;font-family:'DM Mono',monospace;font-size:13px;line-height:1.7}.psub-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236b7094' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.psub-hint{display:block;font-size:12px;color:var(--text-3,#9a9eb8);margin-top:6px;line-height:1.5}.psub-error{display:none;font-size:12px;color:#ef4444;margin-top:6px;font-weight:600;line-height:1.4}.psub-error.show{display:block}.psub-char-count{text-align:right;font-size:12px;color:var(--text-3,#9a9eb8);margin-top:4px;font-weight:500;font-variant-numeric:tabular-nums}.psub-dropzone{position:relative;border:2px dashed var(--input-border,#d0d0e0);border-radius:14px;padding:40px;text-align:center;cursor:pointer;transition:all 0.3s ease;background:var(--input-bg,#f8f8fc);overflow:hidden}.psub-dropzone:hover,.psub-dropzone.dragover{border-color:#635bff;background:rgb(99 91 255 / .04)}.psub-dropzone.dragover{box-shadow:0 0 0 4px rgb(99 91 255 / .12)}.psub-file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.psub-dropzone-icon{font-size:2.5rem;margin-bottom:12px}.psub-dropzone-text{font-size:14px;color:var(--text-2,#333);font-weight:600}.psub-dropzone-browse{color:#635bff;font-weight:700;text-decoration:underline;cursor:pointer}.psub-dropzone-hint{font-size:12px;color:var(--text-3,#9a9eb8);margin-top:8px}.psub-dropzone-preview{position:relative}.psub-dropzone-preview img{max-width:100%;max-height:300px;border-radius:10px;object-fit:contain;display:block;margin:0 auto}.psub-dropzone-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:rgb(0 0 0 / .6);color:#fff;border:none;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;z-index:3;transition:background 0.2s}.psub-dropzone-remove:hover{background:#ef4444}.psub-dropzone-filename{font-size:12px;color:var(--text-3,#9a9eb8);margin-top:10px;font-weight:500;text-align:center}.psub-nav{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.psub-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:100px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;border:none;transition:all 0.25s ease;letter-spacing:-.02em;text-decoration:none}.psub-btn-next,.psub-btn-submit{background:#111439;color:#fff;box-shadow:0 2px 12px rgb(17 20 57 / .2)}.psub-btn-next:hover,.psub-btn-submit:hover{background:#1a1e4e;box-shadow:0 4px 20px rgb(17 20 57 / .3);transform:translateY(-1px)}.psub-btn-back{background:#fff0;color:var(--text-3,#6b7094);padding:14px 20px}.psub-btn-back:hover{color:var(--text-1,#111439)}.psub-btn-submit{background:linear-gradient(135deg,#635bff,#a960ee);box-shadow:0 4px 20px rgb(99 91 255 / .35)}.psub-btn-submit:hover{box-shadow:0 6px 28px rgb(99 91 255 / .5);transform:translateY(-2px)}.psub-btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.psub-btn-arrow{font-size:16px;transition:transform 0.2s}.psub-btn-next:hover .psub-btn-arrow{transform:translateX(3px)}.psub-btn-back:hover .psub-btn-arrow{transform:translateX(-3px)}.psub-btn-icon{font-size:18px}.psub-review-card{background:var(--card-bg,#fff);border:1.5px solid var(--input-border,#e0e0f0);border-radius:16px;overflow:hidden;margin-bottom:20px;box-shadow:0 2px 16px rgb(17 20 57 / .06)}.psub-review-image{width:100%;max-height:320px;overflow:hidden;background:var(--input-bg,#f0f0f4);display:flex;align-items:center;justify-content:center;min-height:160px}.psub-review-image img{width:100%;height:auto;max-height:320px;object-fit:contain;display:block}.psub-review-body{padding:20px 24px 24px}.psub-review-category{display:inline-block;background:rgb(99 91 255 / .08);color:#635bff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 10px;border-radius:100px;margin-bottom:10px}.psub-review-title{font-size:1.15rem;font-weight:800;color:var(--text-1,#111439);margin:0 0 10px;letter-spacing:-.03em;line-height:1.3}.psub-review-meta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:14px}.psub-review-creator,.psub-review-tool{font-size:12px;font-weight:600;color:var(--text-3,#6b7094);background:var(--input-bg,#f0f0f4);padding:3px 10px;border-radius:100px}.psub-review-prompt{background:var(--input-bg,#f8f8fc);border-radius:10px;padding:14px 16px;font-family:'DM Mono',monospace;font-size:12px;line-height:1.7;color:var(--text-2,#333);max-height:120px;overflow-y:auto;white-space:pre-wrap;word-break:break-word;margin-bottom:12px}.psub-review-tags{font-size:12px;color:var(--text-3,#9a9eb8)}.psub-review-details{background:var(--input-bg,#f8f8fc);border-radius:12px;padding:16px 20px;margin-bottom:20px}.psub-review-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px}.psub-review-label{color:var(--text-3,#6b7094);font-weight:600}.psub-review-value{color:var(--text-1,#111439);font-weight:500}.psub-submit-note{text-align:center;font-size:13px;color:var(--text-3,#6b7094);background:rgb(99 91 255 / .05);border-radius:12px;padding:16px 20px;margin-bottom:28px;line-height:1.6;border:1px solid rgb(99 91 255 / .1)}.psub-terms-wrap{margin-bottom:24px}.psub-terms-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;position:relative;padding:16px 20px;background:var(--input-bg,#f8f8fc);border:1.5px solid var(--input-border,#e0e0f0);border-radius:12px;transition:all 0.2s ease}.psub-terms-label:hover{border-color:#635bff;background:rgb(99 91 255 / .04)}.psub-terms-checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.psub-terms-checkmark{flex-shrink:0;width:20px;height:20px;border:2px solid var(--input-border,#d0d0e0);border-radius:6px;background:var(--input-bg,#fff);display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;margin-top:1px}.psub-terms-checkbox:checked+.psub-terms-checkmark{background:#635bff;border-color:#635bff;box-shadow:0 2px 8px rgb(99 91 255 / .3)}.psub-terms-checkbox:checked+.psub-terms-checkmark::after{content:'';display:block;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.psub-terms-text{font-size:13px;font-weight:600;color:var(--text-2,#333);line-height:1.5}.psub-terms-toggle{background:none;border:none;padding:0;color:#635bff;font-weight:700;font-size:13px;font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color 0.2s}.psub-terms-toggle:hover{color:#a960ee}.psub-terms-content{margin-top:12px;padding:20px 24px;background:var(--input-bg,#f8f8fc);border:1px solid var(--input-border,#e0e0f0);border-radius:12px;font-size:12px;line-height:1.8;color:var(--text-2,#555);max-height:280px;overflow-y:auto}.psub-terms-content p{margin:0 0 12px;font-weight:600;color:var(--text-1,#111439);font-size:13px}.psub-terms-content ol{margin:0;padding-left:20px}.psub-terms-content li{margin-bottom:10px;padding-left:4px}.psub-terms-content li strong{color:var(--text-1,#111439)}.psub-terms-content::-webkit-scrollbar{width:5px}.psub-terms-content::-webkit-scrollbar-track{background:#fff0}.psub-terms-content::-webkit-scrollbar-thumb{background:rgb(99 91 255 / .2);border-radius:100px}.psub-terms-content::-webkit-scrollbar-thumb:hover{background:rgb(99 91 255 / .4)}.psub-turnstile-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px}.psub-success{text-align:center;padding:60px 20px;animation:psubSlideIn 0.5s cubic-bezier(.4,0,.2,1)}.psub-success-icon{font-size:4rem;margin-bottom:16px;animation:psubBounce 0.6s ease}@keyframes psubBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.psub-success-title{font-size:2rem;font-weight:800;color:var(--text-1,#111439);margin:0 0 12px;letter-spacing:-.04em}.psub-success-desc{font-size:1rem;color:var(--text-3,#6b7094);margin:0 0 32px;line-height:1.7}.psub-global-error{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:16px 20px;margin-top:20px;font-size:14px;color:#991b1b;font-weight:600;text-align:center}html.dark .psub-container{--input-bg:rgba(255, 255, 255, 0.05);--input-border:rgba(255, 255, 255, 0.1);--input-focus-bg:rgba(255, 255, 255, 0.08);--card-bg:rgba(255, 255, 255, 0.04);--text-1:#f0f0f4;--text-2:#d0d0dc;--text-3:#8888aa}html.dark .psub-input{color:#f0f0f4}html.dark .psub-btn-next,html.dark .psub-btn-submit{box-shadow:0 2px 20px rgb(99 91 255 / .25)}html.dark .psub-dropzone{border-color:rgb(255 255 255 / .12)}html.dark .psub-dropzone:hover,html.dark .psub-dropzone.dragover{border-color:#635bff;background:rgb(99 91 255 / .08)}html.dark .psub-review-card{border-color:rgb(255 255 255 / .08);box-shadow:0 4px 20px rgb(0 0 0 / .25)}html.dark .psub-global-error{background:rgb(239 68 68 / .1);border-color:rgb(239 68 68 / .3);color:#fca5a5}@media (max-width:640px){.psub-container{padding:24px 16px 60px}.psub-steps{gap:12px;overflow-x:auto;justify-content:flex-start;padding:0 4px}.psub-step-label{display:none}.psub-panel-title{font-size:1.4rem}.psub-field-row{grid-template-columns:1fr}.psub-dropzone{padding:28px 20px}.psub-btn{padding:12px 22px;font-size:13px}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}