:root{--fp-color-text-primary: #0f172a;--fp-color-text-secondary: #475569;--fp-color-surface: rgba(255, 255, 255, .9);--fp-color-surface-solid: #ffffff;--fp-color-border: #e2e8f0;--fp-color-input-border: #cbd5e1;--fp-color-primary: #2563eb;--fp-color-primary-strong: #1d4ed8;--fp-color-primary-soft: #3b82f6;--fp-color-danger-bg: #fee2e2;--fp-color-danger-border: #fecaca;--fp-color-danger-text: #b91c1c;--fp-radius-card: 20px;--fp-radius-control: 12px;--fp-shadow-card: 0 18px 45px rgba(15, 23, 42, .12);--fp-shadow-button: 0 10px 24px rgba(37, 99, 235, .28);--header-height: 72px;--footer-height: 56px;--sidebar-width-desktop: 224px;--sidebar-width-mobile: 260px;--fp-users-mobile-item-bg: #ffffff;--fp-users-mobile-item-open-bg: #eef4ff;--fp-users-mobile-item-border: #dbeafe;--fp-users-filters-bg: #f8fbff;--fp-users-filters-border: #dbeafe;--fp-users-list-divider: #c7d2fe;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--fp-color-text-primary);background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.18),transparent 45%),radial-gradient(circle at 80% 0%,rgba(16,185,129,.15),transparent 42%),linear-gradient(180deg,#f8fafc,#eef2ff)}.app-root{min-height:100vh;padding-top:var(--header-height)}.app-root--landing{padding-top:0;padding-bottom:0;background:#fff}.global-header{position:fixed;top:0;left:0;right:0;z-index:40;height:var(--header-height);width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 18px;border-bottom:1px solid rgba(148,163,184,.2);background:#fff}.global-header__left-group{min-width:0;display:flex;align-items:center;gap:10px}.menu-toggle{border:1px solid var(--fp-color-border);background:#fff;border-radius:12px;height:40px;width:48px;font-size:1.2rem;cursor:pointer}.global-header__brand{text-decoration:none;display:inline-flex;align-items:center;max-width:min(52vw,280px)}.global-header__brand-logo{display:block;width:100%;max-height:40px;object-fit:contain}.global-header__right{display:flex;align-items:center;gap:10px}.language-menu{position:relative}.language-menu__trigger{list-style:none;border:1px solid var(--fp-color-border);background:#fff;border-radius:999px;height:34px;width:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.language-menu__trigger::-webkit-details-marker{display:none}.language-flag-icon{width:22px;height:16px;border-radius:2px;display:block}.language-menu__list{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);display:grid;justify-items:center;gap:6px;width:48px;padding:8px;border:1px solid var(--fp-color-border);border-radius:12px;background:#fff;box-shadow:0 8px 24px #0f172a1f;z-index:50}.language-menu__item{border:1px solid transparent;background:#fff;border-radius:999px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-size:1rem}.language-menu__item.is-active{border-color:#2563eb59;background:#2563eb1f}.user-pill{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;padding:8px 12px;border-radius:999px;border:1px solid var(--fp-color-border);background:#fff}.app-shell{min-height:calc(100vh - var(--header-height));padding:26px 20px}.backoffice-shell{min-height:calc(100vh - var(--header-height) - var(--footer-height));display:block}.sidebar-overlay{display:none}.sidebar{border-right:1px solid rgba(148,163,184,.22);background:#f8fafc;padding:18px 14px 14px;display:flex;flex-direction:column;justify-content:flex-start;position:fixed;top:var(--header-height);bottom:var(--footer-height);left:0;width:var(--sidebar-width-desktop);overflow-y:auto}.sidebar__nav{display:grid;gap:10px;align-content:start}.sidebar-link,.sidebar-gear{text-decoration:none;border-radius:14px;border:1px solid transparent;color:#334155;background:#ffffffe6;display:flex;align-items:center;justify-content:center}.sidebar-link{min-height:52px;width:100%;padding:10px 12px;text-align:left;justify-content:flex-start;font-size:.92rem;font-weight:600;line-height:1.15}.sidebar-gear{height:52px;width:100%;font-size:1.5rem}.sidebar-link.is-active,.sidebar-gear.is-active{color:var(--fp-color-primary-strong);border-color:#2563eb59;background:#2563eb1f}.sidebar-gear{position:static;width:100%;margin-top:auto}.backoffice-content{min-height:calc(100vh - var(--header-height) - var(--footer-height));margin-left:var(--sidebar-width-desktop);padding:24px 20px}.auth-loading{min-height:calc(100vh - var(--header-height));display:grid;place-items:center;padding:24px}.auth-loading__card{width:min(92vw,360px);border-radius:var(--fp-radius-card);padding:28px 22px;display:grid;place-items:center;gap:14px;background:var(--fp-color-surface);border:1px solid rgba(148,163,184,.26);box-shadow:var(--fp-shadow-card)}.auth-loading__spinner{width:62px;height:62px;border-radius:50%;border:4px solid rgba(37,99,235,.18);border-top-color:var(--fp-color-primary);animation:fp-spin .85s linear infinite}.auth-loading__text{margin:0;text-align:center;color:var(--fp-color-text-secondary);font-weight:600}.global-loading-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;background:#0f172a3d;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.global-loading-overlay__card{width:min(90vw,320px);border-radius:var(--fp-radius-card);padding:18px 16px;display:grid;place-items:center;gap:10px;background:#fff;border:1px solid rgba(148,163,184,.34);box-shadow:var(--fp-shadow-card)}.global-loading-overlay__spinner{width:44px;height:44px;border-radius:50%;border:4px solid rgba(37,99,235,.18);border-top-color:var(--fp-color-primary);animation:fp-spin .85s linear infinite}.global-loading-overlay__text{margin:0;text-align:center;color:var(--fp-color-text-secondary);font-weight:600}@keyframes fp-spin{to{transform:rotate(360deg)}}.page-card{max-width:1080px;margin:0 auto 16px;border-radius:var(--fp-radius-card);padding:28px;background:var(--fp-color-surface);box-shadow:var(--fp-shadow-card)}.page-card--narrow{max-width:460px;margin-top:40px}.landing-hero{padding:34px}.page-title{margin:0;font-size:1.9rem;font-weight:700}.page-subtitle{margin:10px 0 24px;color:var(--fp-color-text-secondary)}.hero-badge{margin:0 0 14px;color:var(--fp-color-primary-strong);font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.section-title{margin:0;font-size:1.35rem}.form-stack{display:grid;gap:16px}.field-label{font-size:.92rem;font-weight:600;color:#334155;display:grid;gap:8px}.text-input,.language-select{width:100%;border:1px solid var(--fp-color-input-border);border-radius:var(--fp-radius-control);padding:.72rem .9rem;font:inherit;color:var(--fp-color-text-primary);background-color:var(--fp-color-surface-solid)}.text-input.is-invalid,.language-select.is-invalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426;background:#fff5f5}.button-primary,.button-outline,.button-soft-back,.button-ghost,.button-accent,.button-register{border-radius:var(--fp-radius-control);padding:.68rem 1rem;font:inherit;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button-primary{border:0;color:#fff;background:linear-gradient(100deg,var(--fp-color-primary),var(--fp-color-primary-soft) 52%,var(--fp-color-primary-strong));box-shadow:var(--fp-shadow-button)}.button-outline{border:1px solid #dbe4f1;color:#334155;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 1px #0f172a08}.button-outline:hover{border-color:#c9d7eb;background:linear-gradient(180deg,#fff,#f1f5f9)}.button-soft-back{border:1px solid #d7e2f0;color:#334155;background:#f1f5f9bf;box-shadow:none}.button-soft-back:hover{border-color:#bfcee4;background:#e2e8f0c7}.button-ghost{border:1px solid transparent;color:var(--fp-color-primary-strong);background:#2563eb1a}.button-accent{border:1px solid rgba(124,58,237,.35);color:#6d28d9;background:#ede9fecc;box-shadow:none}.button-register{border:1px solid rgba(37,99,235,.22);color:#1e40af;background:#dbeafebf;box-shadow:none}.button-link-subtitle{margin-top:14px;border:0;background:transparent;color:var(--fp-color-primary-strong);font:inherit;font-weight:600;padding:0;text-decoration:underline;cursor:pointer}.login-subsection-title{margin-top:10px}.register-page__title{font-weight:640;letter-spacing:.01em}.register-page__label{font-weight:500;color:#475569}.register-page__footnote{margin:14px 0 0;font-size:.9rem}.link-button{min-width:170px}.alert-error{margin-top:14px;border-radius:var(--fp-radius-control);padding:10px 12px;color:var(--fp-color-danger-text);background:var(--fp-color-danger-bg);border:1px solid var(--fp-color-danger-border)}.ads-grid,.info-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.ad-card,.info-tile,.settings-panel{border-radius:14px;padding:16px;border:1px solid var(--fp-color-border);background:var(--fp-color-surface-solid)}.ad-card h3{margin:0 0 8px}.settings-page{display:grid;gap:16px}.settings-section-tabs{display:flex;gap:8px;flex-wrap:wrap}.settings-section-tab{border:1px solid var(--fp-color-border);background:#fff;color:#334155;border-radius:999px;padding:8px 14px;font-weight:600;cursor:pointer}.settings-section-tab.is-active{background:#eef2ff;border-color:#818cf8;color:#3730a3}.settings-danger-zone{display:grid;gap:14px;max-width:760px}.settings-danger-zone strong{color:var(--fp-color-danger-text)}.settings-danger-zone p{margin:6px 0 0;color:var(--fp-color-muted)}.field-hint{display:block;margin-top:6px;color:var(--fp-color-muted);font-size:.88rem;font-weight:500}.button-danger{border:1px solid var(--fp-color-danger-border);background:var(--fp-color-danger-text);color:#fff;border-radius:8px;padding:12px 18px;font-weight:800;cursor:pointer;width:fit-content;min-width:180px}.button-danger:hover:not(:disabled){filter:brightness(.95)}.button-danger:disabled{opacity:.55;cursor:not-allowed}.fp-modal--danger{border-top:5px solid var(--fp-color-danger-text)}.fp-modal--danger h3{color:var(--fp-color-danger-text)}.fp-modal--danger .button-danger{width:auto}.settings-billing-profile__compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.settings-billing-profile__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;grid-column:1 / -1}.settings-billing-profile__address-field{position:relative}.settings-billing-profile__autocomplete{position:absolute;top:calc(100% + 6px);left:0;right:0;border:1px solid #dbe3f6;border-radius:12px;overflow:hidden;background:#fff;z-index:20;box-shadow:0 8px 20px #0f172a1f}.settings-billing-profile__autocomplete-item{width:100%;text-align:left;border:0;background:transparent;padding:10px 12px;display:grid;gap:4px;cursor:pointer}.settings-billing-profile__autocomplete-item+.settings-billing-profile__autocomplete-item{border-top:1px solid #edf2ff}.settings-billing-profile__autocomplete-item:hover{background:#f8faff}.settings-billing-profile__autocomplete-item span{color:#64748b;font-size:.85rem;font-weight:500}.settings-billing-profile .text-input:disabled{background:#d7deea;border-color:#a9b6cc;color:#334155;opacity:1;cursor:not-allowed}.settings-final-suggestion{border:1px solid #dbeafe;background:#f8fbff;border-radius:12px;padding:12px;display:grid;gap:8px}.settings-final-suggestion__actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:980px){.settings-billing-profile__row{grid-template-columns:1fr}}.settings-pending-warning{margin:12px 0 0;padding:10px 12px;border-radius:10px;border:1px solid #facc15;background:#fef9c3;color:#713f12;font-weight:600}.settings-subscription{border-color:#dbeafe;background:linear-gradient(145deg,#fff,#f8fbff)}.settings-subscription__header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.settings-subscription__subtitle{margin-bottom:18px}.settings-subscription__grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.settings-subscription__item{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#fff}.settings-status-pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:700}.settings-status-pill.is-active{color:#166534;background:#dcfce7}.settings-status-pill.is-past-due{color:#9a3412;background:#ffedd5}.settings-status-pill.is-suspended,.settings-status-pill.is-canceled{color:#991b1b;background:#fee2e2}.settings-status-pill.is-unknown{color:#334155;background:#e2e8f0}.settings-tiers__grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.settings-tier-card{border:1px solid #e2e8f0;border-radius:12px;padding:14px;background:#fff;display:grid;gap:12px}.settings-tier-card.is-current{border-color:#86efac;box-shadow:0 0 0 1px #16a34a26}.settings-tier-card__header{display:flex;justify-content:space-between;gap:10px}.settings-tier-card__header h3{margin:0;font-size:1rem}.settings-tier-card__price{margin:0;font-size:1.2rem;font-weight:700}.settings-tier-card__price span{display:block;font-size:.75rem;color:#64748b;font-weight:500}.settings-tier-card__list{margin:0;padding-left:18px;color:#334155;display:grid;gap:6px}.settings-tier-card__action{width:100%;min-height:42px;margin-top:auto}.settings-tier-card__current{width:100%;justify-content:center;text-align:center;margin-top:auto}.fp-modal-backdrop{position:fixed;inset:0;background:#0f172a7a;display:grid;place-items:center;z-index:70;padding:16px}.fp-modal{width:min(520px,100%);background:#fff;border-radius:16px;border:1px solid var(--fp-color-border);box-shadow:0 30px 90px #02061740;padding:20px;display:grid;gap:12px}.fp-modal--suggestion{gap:14px;border-color:#dbeafe;box-shadow:0 30px 90px #2563eb29}.fp-modal__header{display:flex;justify-content:flex-end}.fp-modal__badge{display:inline-flex;align-items:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700;font-size:.76rem;padding:4px 10px;letter-spacing:.02em;text-transform:uppercase;margin-right:auto}.fp-modal__title{margin:0;color:#0f172a;font-size:1.12rem}.fp-modal__subtitle{margin:-4px 0 0;color:#64748b;font-size:.92rem}.fp-modal__address-preview{margin:0;padding:10px 12px;border:1px solid #bfdbfe;border-radius:12px;background:#f8fbff;color:#1e293b;font-weight:600}.fp-modal__close{border:0;background:transparent;color:#64748b;font-size:1.4rem;line-height:1;cursor:pointer;padding:0 4px}.fp-modal__close:hover{color:#334155}.fp-modal__actions{display:flex;justify-content:flex-end;gap:8px}.button-secondary{border:1px solid var(--fp-color-border);border-radius:10px;padding:9px 14px;background:#fff;color:#334155;font-weight:600;cursor:pointer}.ad-card p{margin:0;color:var(--fp-color-text-secondary)}.info-label{margin:0 0 6px;color:#64748b;font-size:.85rem}.info-value{margin:0}.inline-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92rem;background:#f1f5f9;border-radius:8px;padding:2px 8px}.actions-row--split{display:flex;flex-wrap:wrap;gap:10px}.slug-preview{margin:-4px 0 0;color:#64748b;font-size:.88rem}.alert-success{margin-top:14px;border-radius:var(--fp-radius-control);padding:10px 12px;color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.users-tabs{display:flex;gap:8px;margin-bottom:18px}.users-tab{border:1px solid var(--fp-color-border);background:#fff;color:#334155;border-radius:12px;padding:8px 14px;font:inherit;font-weight:600;cursor:pointer}.users-tab.is-active{color:var(--fp-color-primary-strong);border-color:#2563eb59;background:#2563eb1f}.page-card--users{max-width:min(1200px,100%)}.users-form{max-width:440px;margin:0 auto}.users-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.users-filters{margin:14px 0 18px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:14px;border:1px solid var(--fp-users-filters-border);border-radius:14px;background:var(--fp-users-filters-bg)}.users-filters__field{margin:0}.users-empty-state{margin:8px 0 0;color:#64748b;font-weight:600}.users-desktop-list{display:block}.users-mobile-list{display:none;margin-top:14px;padding-top:10px;border-top:1px dashed var(--fp-users-list-divider)}.users-mobile-item{border:1px solid var(--fp-users-mobile-item-border);border-radius:14px;background:var(--fp-users-mobile-item-bg);overflow:hidden;box-shadow:0 6px 16px #0f172a0f}.users-mobile-item+.users-mobile-item{margin-top:10px}.users-mobile-item__trigger{width:100%;border:0;background:transparent;padding:14px;font:inherit;font-weight:700;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.users-mobile-item__trigger.is-open{background:var(--fp-users-mobile-item-open-bg)}.users-mobile-item__chevron{font-size:1.2rem;color:var(--fp-color-primary-strong)}.users-mobile-item__content{border-top:1px solid var(--fp-users-mobile-item-border);padding:12px 14px 14px;background:var(--fp-users-mobile-item-open-bg)}.users-mobile-info-grid{display:grid;gap:8px}.users-mobile-info-grid p,.users-mobile-readonly-block p{margin:0}.users-role-editor--mobile{margin-top:10px}.users-mobile-actions{display:grid;gap:8px;margin-top:6px}.users-table-wrapper{overflow-x:auto;margin-top:14px;padding-top:10px;border-top:1px dashed var(--fp-users-list-divider)}.users-table{width:100%;min-width:920px;table-layout:fixed;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #dbe4f1;border-radius:14px;overflow:hidden}.users-table th,.users-table td{text-align:left;padding:13px 12px;border-bottom:1px solid #e8eef7;vertical-align:middle}.users-table th{font-size:.84rem;color:#64748b;font-weight:700;background:#f8fbff}.users-table tbody tr{background:#fff;transition:background-color .12s ease}.users-table tbody tr:nth-child(2n){background:#fcfdff}.users-table tbody tr:hover{background:#f7fbff}.users-table th:nth-child(1),.users-table td:nth-child(1){width:28%}.users-table th:nth-child(2),.users-table td:nth-child(2){width:24%}.users-table th:nth-child(3),.users-table td:nth-child(3){width:12%}.users-table th:nth-child(4),.users-table td:nth-child(4){width:14%;white-space:nowrap}.users-table th:nth-child(5),.users-table td:nth-child(5){width:22%}.users-role-editor{display:flex;align-items:center;gap:8px;min-width:0}.users-role-editor .language-select{min-width:128px}.users-role-editor .button-outline{white-space:nowrap}.users-status-pill{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:.78rem;font-weight:600;color:#991b1b;background:#fee2e2}.users-status-pill.is-active{color:#166534;background:#dcfce7}.users-current-tag{margin-left:8px;font-size:.75rem;color:var(--fp-color-primary-strong)}.users-readonly-value{display:inline-flex;align-items:center;min-height:40px;font-weight:600}.users-readonly-hint{color:#64748b;font-size:.82rem;font-weight:600}.users-modal-backdrop{position:fixed;inset:0;background:#0f172a7a;display:flex;align-items:center;justify-content:center;z-index:40;padding:20px}.users-modal{width:min(480px,100%);border-radius:16px;border:1px solid var(--fp-color-border);background:#fff;padding:20px;box-shadow:var(--fp-shadow-card)}.users-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:10px}@media(max-width:767px){.global-header{gap:8px;padding:0 10px}.global-header__left-group{gap:8px;max-width:calc(100vw - 210px)}.global-header__brand{max-width:52vw;padding:7px 11px;font-size:.92rem}.menu-toggle{height:36px;width:42px}.user-pill{max-width:112px}.language-menu__trigger{height:30px;width:34px}.language-menu__item{width:30px;height:30px}.backoffice-shell{grid-template-columns:1fr}.sidebar-overlay{position:fixed;inset:var(--header-height) 0 0 0;background:#0f172a59;border:0;width:100%;opacity:0;pointer-events:none;transition:opacity .2s;display:block;z-index:55}.sidebar-overlay.is-open{opacity:1;pointer-events:auto}.sidebar{position:fixed;top:var(--header-height);left:0;bottom:0;width:var(--sidebar-width-mobile);transform:translate(-100%);transition:transform .2s ease;border-right:1px solid rgba(148,163,184,.25);z-index:60;padding:16px}.sidebar.is-open{transform:translate(0)}.sidebar-gear{position:static;width:100%;margin-top:auto}.sidebar__nav{flex:1}.backoffice-content{margin-left:0;padding:16px 12px}.page-card{padding:18px}.auth-loading__card{padding:22px 18px}.landing-hero{padding:22px}.page-title{font-size:1.55rem}.users-form{max-width:100%}.users-header-row,.users-role-editor{flex-direction:column;align-items:stretch}.users-desktop-list{display:none}.users-mobile-list{display:block}.users-filters{grid-template-columns:1fr}.users-role-editor .language-select,.users-role-editor .button-outline,.users-mobile-actions .button-ghost{width:100%}}.platform-shell{min-height:calc(100vh - var(--header-height) - var(--footer-height));padding:24px 20px 40px;display:grid;gap:16px;background:#f6f7f9;color:#111827}.platform-command,.platform-menu,.platform-section,.platform-kpi{width:min(1280px,100%);margin:0 auto;border:1px solid #d7dde5;border-radius:8px;background:#fff;box-shadow:0 12px 28px #1118270f}.platform-command h1{margin:0;color:#111827;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.05}.platform-command p{margin:8px 0 0;max-width:720px;color:#4b5563}.platform-eyebrow{margin:0 0 8px;color:#15803d;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.platform-command__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;min-width:260px}.platform-live-dot,.platform-updated-at{display:inline-flex;align-items:center;min-height:34px;border-radius:8px;padding:7px 10px;font-size:.84rem;font-weight:700}.platform-live-dot{color:#166534;background:#dcfce7;border:1px solid #86efac}.platform-live-dot.is-loading{color:#92400e;background:#fef3c7;border-color:#fbbf24}.platform-updated-at{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.platform-menu__item{border:1px solid transparent;background:transparent;color:#4b5563;border-radius:8px;padding:10px 13px;font-weight:800;cursor:pointer}.platform-kpi-grid{width:min(1280px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.platform-kpi-grid--compact{margin-bottom:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.platform-kpi{min-height:132px;padding:16px;display:grid;align-content:space-between;gap:8px;border-left:4px solid #64748b}.platform-kpi span{color:#475569;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:0}.platform-kpi strong{color:#111827;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1}.platform-kpi p{margin:0;color:#64748b;font-size:.88rem}.platform-kpi.is-revenue{border-left-color:#15803d}.platform-kpi.is-risk{border-left-color:#b91c1c}.platform-section{padding:18px}.platform-section__header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:14px}.platform-section h3{margin:0 0 10px;color:#111827;font-size:1rem}.platform-grid-two-columns{width:min(1280px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.platform-signal-list{list-style:none;margin:0;padding:0;display:grid;gap:9px}.platform-signal-item,.platform-empty-state{display:grid;grid-template-columns:minmax(140px,1fr) auto;align-items:center;gap:7px 12px;border:1px solid #e5e7eb;border-radius:8px;padding:11px 12px;background:#fbfcfd}.platform-signal-item p,.platform-empty-state{grid-column:1 / -1;margin:0;color:#64748b;font-size:.86rem}.platform-signal-item strong{color:#111827}.platform-empty-state{display:block}.platform-signal-stack{display:grid;gap:14px}.platform-signal-band{display:grid;grid-template-columns:72px 1fr;align-items:center;gap:12px;border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#fbfcfd}.platform-signal-band strong{color:#111827;font-size:1.7rem}.platform-signal-band span{color:#475569;font-weight:700}.platform-tier-mix{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.platform-tier-mix__item{border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#fbfcfd}.platform-tier-mix__item span,.platform-tier-mix__item p{margin:0;color:#64748b;font-size:.84rem}.platform-tier-mix__item strong{display:block;margin:6px 0;color:#111827;font-size:1.6rem}.platform-filters{display:grid;grid-template-columns:minmax(220px,2fr) minmax(180px,1fr) auto;gap:12px;margin-bottom:14px}.platform-filters__submit{min-width:120px;align-self:end}.platform-table th,.platform-table td{vertical-align:top}.platform-table--merchants th:nth-child(1),.platform-table--merchants td:nth-child(1){width:20%}.platform-table--merchants th:nth-child(2),.platform-table--merchants td:nth-child(2){width:16%}.platform-table--merchants th:nth-child(3),.platform-table--merchants td:nth-child(3){width:18%}.platform-table--merchants th:nth-child(4),.platform-table--merchants td:nth-child(4){width:20%}.platform-table--merchants th:nth-child(5),.platform-table--merchants td:nth-child(5){width:26%}.platform-table__meta,.platform-table__strong{margin:4px 0 0}.platform-table__meta{color:#64748b;font-size:.82rem}.platform-table__strong{color:#111827;font-weight:800}.platform-merchant-link{border:0;padding:0;background:transparent;color:#0f766e;font-weight:800;cursor:pointer;text-align:left}.platform-table__json{max-width:520px;white-space:pre-wrap;word-break:break-word;font-size:.76rem;color:#475569}.platform-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.platform-tier-select{min-width:190px}.platform-status-pill{display:inline-flex;align-items:center;border-radius:8px;padding:5px 9px;font-size:.76rem;font-weight:800}.platform-status-pill--pastdue{color:#92400e;background:#fef3c7}.platform-status-pill--suspended,.platform-status-pill--suspendeddefaulter,.platform-status-pill--canceled,.platform-status-pill--deleted{color:#991b1b;background:#fee2e2}.platform-controls-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}.platform-control-item{border:1px solid #e5e7eb;border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fbfcfd;font-weight:800;color:#111827}@media(max-width:1080px){.platform-kpi-grid,.platform-kpi-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-grid-two-columns{grid-template-columns:1fr}}@media(max-width:720px){.platform-shell{padding:16px 12px 28px}.platform-command,.platform-section{padding:14px}.platform-command{display:grid}.platform-command__actions{justify-content:flex-start;min-width:0}.platform-kpi-grid,.platform-kpi-grid--compact,.platform-filters,.platform-signal-item{grid-template-columns:1fr}}.maintenance-page{min-height:100vh;display:grid;place-items:center;padding:24px}.maintenance-card{width:min(100%,700px);border:1px solid rgba(148,163,184,.28);border-radius:28px;padding:clamp(28px,5vw,52px);background:linear-gradient(140deg,#fffffff5,#ffffffdb),radial-gradient(circle at 10% 0%,rgba(37,99,235,.12),transparent 55%),radial-gradient(circle at 90% 100%,rgba(16,185,129,.14),transparent 50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 32px 70px #0f172a29;text-align:center}.maintenance-badge{display:inline-flex;margin:0 0 16px;padding:8px 14px;border-radius:999px;border:1px solid rgba(37,99,235,.34);background:#2563eb1a;color:#1e40af;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.maintenance-card h1{margin:0;color:#0f172a;font-size:clamp(1.8rem,5vw,2.8rem);letter-spacing:-.02em}.maintenance-card p{margin:18px 0 0;color:#334155;line-height:1.65;font-size:clamp(1rem,2.4vw,1.08rem)}.page-card--campaigns{max-width:min(1160px,100%);display:grid;gap:18px}.campaigns-form{display:grid;gap:12px}.campaigns-form__grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.textarea-input{resize:vertical;min-height:88px}.checkbox-row{display:inline-flex;gap:8px;align-items:center;font-weight:600;color:#334155}.campaigns-preview{border:1px solid #dbeafe;border-radius:14px;padding:14px;background:#f8fbff}.campaigns-preview h2,.campaigns-preview p{margin-top:0}.campaign-card-preview{border:1px solid #bfdbfe;border-radius:12px;background:#fff;padding:12px}.campaign-card-preview__title{font-weight:700}.campaigns-saved-list{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:8px}.campaigns-saved-item{display:grid;gap:2px;border:1px solid var(--fp-color-border);border-radius:12px;background:#fff;padding:10px 12px}.campaigns-upload-hint{margin:0;color:#475569;font-size:.9rem}.campaign-flow-steps{display:flex;gap:8px;flex-wrap:wrap}.campaign-flow-step{padding:6px 12px;border-radius:999px;border:1px solid var(--fp-color-border);color:#475569;font-weight:600;background:#fff}.campaign-flow-step.is-active{border-color:#2563eb59;color:#1d4ed8;background:#2563eb1a}.campaigns-table-wrapper{overflow-x:auto}.campaigns-table{min-width:780px}.campaigns-table th:nth-child(1),.campaigns-table td:nth-child(1){width:34%}.campaigns-table th:nth-child(2),.campaigns-table td:nth-child(2){width:22%}.campaigns-table th:nth-child(3),.campaigns-table td:nth-child(3){width:16%}.campaigns-table th:nth-child(4),.campaigns-table td:nth-child(4){width:28%}.campaign-invite-cell{display:grid;gap:6px}.campaign-invite-cell small{color:#64748b}.campaign-type-step{display:grid;gap:14px}.campaign-step-title{font-size:1.35rem}.campaign-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.campaign-type-card{text-align:left;border:1px solid var(--fp-color-border);border-radius:14px;background:#fff;padding:12px;display:grid;gap:10px;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;position:relative;overflow:hidden}.campaign-type-card:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a14}.campaign-type-card.is-selected{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.campaign-type-card.is-selected>:not(.campaign-type-card__overlay){filter:blur(1.5px)}.campaign-type-card__overlay{position:absolute;inset:0;background:#0f172a57;display:grid;place-items:center;z-index:2}.campaign-type-card__name{margin:0;font-weight:700;color:#0f172a}.campaign-type-card__preview{border-radius:10px;background:linear-gradient(140deg,#2b3444,#334155);color:#fff;min-height:188px;padding:10px;display:flex;flex-direction:column;gap:8px}.campaign-type-card__preview .campaign-stamps-row,.campaign-type-card__preview .campaign-level-box{margin-top:auto}.campaign-type-card__preview .campaign-level-box{min-height:76px}.campaigns-create-layout{display:grid;gap:16px;grid-template-columns:1.2fr minmax(280px,.8fr);align-items:start}.campaign-section-card{border:1px solid var(--fp-color-border);border-radius:14px;background:#fff;padding:14px;display:grid;gap:12px}.campaign-section-card h3{margin:0;font-size:1rem}.campaign-type-card__cta{font-size:.88rem;color:#1d4ed8;font-weight:700}.upload-button-modern{display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:999px;padding:8px 14px;border:1px solid rgba(37,99,235,.25);color:#1d4ed8;background:linear-gradient(180deg,#eff6ff,#dbeafe);font-weight:700;cursor:pointer}.color-picker-modern{display:inline-flex;align-items:center;gap:10px;width:fit-content;border:1px solid var(--fp-color-border);border-radius:999px;background:#fff;padding:5px 10px 5px 6px}.color-picker-modern input[type=color]{width:36px;height:36px;border:0;border-radius:999px;padding:0;background:transparent;cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);overflow:hidden}@media(max-width:1024px){.campaigns-create-layout{grid-template-columns:1fr}}.phone-mockup{width:min(320px,100%);margin:0 auto;border:4px solid #111827;border-radius:34px;background:#e5e7eb;padding:18px 10px;box-shadow:0 16px 28px #0f172a33}.phone-screen{border-radius:24px;background:#f3f4f6;padding:10px;min-height:520px}.campaign-wallet-card{background:#3f6212;background-size:cover;background-position:center;color:#fff;border-radius:12px;padding:10px;min-height:220px;display:grid;gap:8px;align-content:start;box-shadow:inset 0 0 0 1px #ffffff26}.campaign-wallet-card header{display:flex;justify-content:space-between;gap:8px}.campaign-card-preview__points{margin:0;font-weight:800}.campaign-stamps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.campaign-stamp{display:block;width:100%;aspect-ratio:1;border-radius:999px;border:2px solid #fff;background:#ffffff38;background-size:cover;background-position:center}.campaign-barcode{margin-top:8px;background:#fff;color:#0f172a;padding:8px;border-radius:8px;text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.campaign-level-box{border:1px solid rgba(255,255,255,.35);border-radius:10px;padding:8px;background:#0f172a2e}.campaign-level-box p,.campaign-preview-pill{margin:0}.campaign-preview-pill{font-size:.82rem;font-weight:700;padding:6px 8px;border-radius:999px;background:#fff3;display:inline-flex;width:fit-content}.privacy-page{max-width:900px;line-height:1.6}.privacy-page p{margin:10px 0 16px}.privacy-page .section-title{margin-top:22px;margin-bottom:10px}.privacy-list{margin:0 0 16px;padding-left:22px;display:grid;gap:6px}.app-root{padding-bottom:70px}.app-root--landing{padding-bottom:0}.site-footer{position:fixed;left:0;right:0;bottom:0;z-index:45;height:56px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(148,163,184,.28);background:#fff}.site-footer__copyright{margin:0;font-size:.84rem;color:#475569}.site-footer__gdpr-link{text-decoration:none;font-size:.82rem;font-weight:700;color:#1d4ed8;border:1px solid rgba(37,99,235,.35);background:#dbeafea6;border-radius:999px;padding:7px 14px}.site-footer__gdpr-link:hover{background:#bfdbfee6}.platform-shell{min-height:calc(100vh - var(--header-height) - var(--footer-height));padding:24px 20px;background:radial-gradient(circle at 10% 12%,rgba(147,51,234,.14),transparent 40%),radial-gradient(circle at 90% 0%,rgba(79,70,229,.14),transparent 42%)}.platform-hero{border:1px solid rgba(124,58,237,.25);background:linear-gradient(160deg,#fffffff2,#f9f5fff2)}.platform-menu{display:flex;flex-wrap:wrap;gap:10px;border:1px solid #e9d5ff;background:#fffffff2}.platform-menu__item{border:1px solid #ddd6fe;background:#faf5ff;color:#5b21b6;border-radius:999px;padding:8px 14px;font-weight:700}.platform-menu__item--active{background:#6d28d9;color:#fff;border-color:#6d28d9}.platform-hero__badge{display:inline-flex;margin:0 0 14px;padding:7px 12px;border-radius:999px;border:1px solid rgba(124,58,237,.38);background:#7c3aed1f;color:#6d28d9;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.platform-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.platform-stat-card{border-radius:14px;border:1px solid #e9d5ff;background:#fff;padding:14px}.platform-stat-card__label{margin:0;color:#6b7280;font-size:.86rem}.platform-stat-card__value{margin:8px 0 0;font-size:1.5rem;font-weight:700;color:#4c1d95}.platform-section{border:1px solid #e9d5ff;background:linear-gradient(180deg,#fff,#fcfaff)}.platform-section__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;flex-wrap:wrap}.platform-filters{display:grid;grid-template-columns:2fr 1fr auto;gap:12px;margin-bottom:8px}.platform-filters__submit{min-width:130px;align-self:end}.platform-controls-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.platform-control-item{border:1px solid #e9d5ff;border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;font-weight:600;color:#334155}.platform-control-item input{width:18px;height:18px}.platform-table-wrapper{margin-top:10px}.platform-table th:nth-child(1),.platform-table td:nth-child(1){width:28%}.platform-table th:nth-child(2),.platform-table td:nth-child(2){width:12%}.platform-table th:nth-child(3),.platform-table td:nth-child(3){width:12%}.platform-table th:nth-child(4),.platform-table td:nth-child(4){width:10%}.platform-table th:nth-child(5),.platform-table td:nth-child(5){width:38%}.platform-table__meta{margin:4px 0 0;color:#64748b;font-size:.82rem}.platform-merchant-link{border:0;padding:0;background:transparent;color:#1d4ed8;font-weight:700;cursor:pointer;text-align:left}.platform-merchant-link:hover{text-decoration:underline}.platform-table__json{max-width:420px;white-space:pre-wrap;word-break:break-word;font-size:.76rem;color:#475569}.platform-actions{display:flex;flex-wrap:wrap;gap:8px}.platform-status-pill{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:.78rem;font-weight:700}.platform-status-pill--active{color:#166534;background:#dcfce7}.platform-status-pill--pastdue{color:#9a3412;background:#ffedd5}.platform-status-pill--suspended,.platform-status-pill--canceled,.platform-status-pill--deleted{color:#991b1b;background:#fee2e2}.platform-grid-two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.platform-audit-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.platform-audit-item{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e9d5ff;border-radius:12px;padding:12px;background:#fff}.platform-audit-item p{margin:2px 0;color:#64748b;font-size:.86rem}.platform-audit-item--stacked{display:grid;justify-content:flex-start}.platform-merchant-profile-page{width:min(1120px,100%);margin:0 auto;display:grid;gap:1rem}.platform-merchant-profile-page__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.platform-merchant-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.platform-merchant-kpi{border:1px solid #e9d5ff;border-radius:12px;padding:10px 12px;background:#faf5ff}.platform-merchant-kpi p{margin:0;font-size:.78rem;color:#7c3aed}.platform-merchant-kpi strong{font-size:1.1rem;color:#312e81}.platform-merchant-profile-page__content{display:grid;grid-template-columns:.95fr 1.05fr;gap:12px}.platform-merchant-timeline{max-height:560px;overflow:auto;padding-right:4px}.platform-login-shell{display:grid;place-items:center}.platform-login-card{width:min(520px,100%);border:1px solid #e9d5ff;background:linear-gradient(160deg,#fff,#faf5ff)}@media(max-width:980px){.platform-grid-two-columns,.platform-filters{grid-template-columns:1fr}.platform-merchant-profile-page__header,.platform-merchant-profile-page__content{grid-template-columns:1fr;display:grid}.platform-merchant-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.platform-shell{min-height:100vh;display:grid;gap:16px;padding:24px 20px 40px;background:#f6f7f9}.platform-command,.platform-menu,.platform-section,.platform-kpi{width:min(1280px,100%);margin:0 auto;border:1px solid #d7dde5;border-radius:8px;background:#fff;box-shadow:0 10px 24px #0f172a0f}.platform-command{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px;border-left:5px solid #15803d}.platform-menu{display:flex;flex-wrap:wrap;gap:8px;padding:10px}.platform-menu__item{min-height:40px;border:1px solid transparent;border-radius:8px;background:transparent;color:#4b5563;padding:10px 13px;font-weight:800;cursor:pointer}.platform-menu__item:hover{background:#f3f4f6;color:#111827}.platform-menu__item--active{background:#111827;color:#fff;border-color:#111827}.platform-section,.platform-kpi{padding:16px}.platform-control-item,.platform-signal-item,.platform-tier-mix__item{border-radius:8px;border:1px solid #e5e7eb;background:#fbfcfd}.settings-billing-command{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.settings-billing-command__item{display:grid;gap:6px;border:1px solid #d7dde5;border-radius:8px;padding:13px;background:#fff}.settings-billing-command__item span{color:#64748b;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.settings-billing-command__item strong{color:#111827;font-size:1.02rem}.settings-billing-command__item p{margin:0;color:#475569;font-size:.9rem}.settings-billing-command__item.is-ready{border-left:4px solid #15803d}.settings-billing-command__item.needs-action{border-left:4px solid #b45309}.settings-section-tab,.settings-panel,.settings-subscription__item,.settings-tier-card{border-radius:8px}@media(max-width:720px){.platform-command{display:grid;padding:16px}.platform-menu__item{flex:1 1 auto}}.platform-shell{align-content:start;grid-auto-rows:max-content}.platform-command{min-height:auto;align-items:center;padding:22px 26px}.platform-command h1{font-size:clamp(2rem,2.8vw,2.55rem);line-height:1.08}.platform-command p{max-width:760px}.platform-command__actions{flex:0 0 auto}.platform-menu{min-height:64px;align-items:center;align-content:center;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.platform-menu__item{flex:0 0 132px;width:132px;height:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;line-height:1.15;text-align:center;white-space:nowrap}.platform-table-wrapper{overflow-x:auto}.platform-table--merchants{min-width:1180px;table-layout:fixed}.platform-table--merchants th,.platform-table--merchants td{padding:14px 16px;vertical-align:top}.platform-table--merchants th:nth-child(1),.platform-table--merchants td:nth-child(1){width:18%}.platform-table--merchants th:nth-child(2),.platform-table--merchants td:nth-child(2){width:15%}.platform-table--merchants th:nth-child(3),.platform-table--merchants td:nth-child(3){width:14%}.platform-table--merchants th:nth-child(4),.platform-table--merchants td:nth-child(4){width:18%}.platform-table--merchants th:nth-child(5),.platform-table--merchants td:nth-child(5){width:35%}.platform-table__strong,.platform-table__meta,.platform-merchant-link{overflow-wrap:anywhere}.platform-actions{display:grid;grid-template-columns:repeat(2,minmax(112px,1fr));gap:8px;align-items:stretch}.platform-actions .button-ghost,.platform-actions .button-outline,.platform-actions .button-accent,.platform-actions .platform-tier-select{width:100%;min-width:0;min-height:44px;justify-content:center;white-space:nowrap}.platform-actions .platform-tier-select{grid-column:1 / -1}.platform-actions .button-accent,.platform-actions .platform-tier-select{overflow:hidden;text-overflow:ellipsis}.platform-plan-rules,.platform-plan-roadmap{display:grid;gap:10px}.platform-plan-rules article,.platform-plan-roadmap li{border:1px solid #e5e7eb;border-radius:8px;background:#fbfcfd;padding:12px}.platform-plan-rules strong,.platform-plan-roadmap strong{color:#111827}.platform-plan-rules p{margin:6px 0 0;color:#475569}.platform-plan-roadmap{list-style:none;padding:0;margin:0}.platform-plan-roadmap li{display:grid;grid-template-columns:32px 1fr;align-items:center;gap:10px}.platform-plan-roadmap li strong{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#111827;color:#fff}.platform-table--plans{width:100%;min-width:0}.platform-table--plans th,.platform-table--plans td{padding:14px 16px}.platform-table--plans th:nth-child(1),.platform-table--plans td:nth-child(1){width:17%}.platform-table--plans th:nth-child(2),.platform-table--plans td:nth-child(2){width:13%}.platform-table--plans th:nth-child(3),.platform-table--plans td:nth-child(3){width:13%}.platform-table--plans th:nth-child(4),.platform-table--plans td:nth-child(4){width:16%}.platform-table--plans th:nth-child(5),.platform-table--plans td:nth-child(5){width:17%}.platform-table--plans th:nth-child(6),.platform-table--plans td:nth-child(6){width:24%}.platform-table--plans .platform-table__meta{display:block;max-width:100%;line-height:1.35;white-space:normal;overflow-wrap:break-word}.platform-plan-actions{display:grid;grid-template-columns:1fr;gap:6px;min-width:0}.platform-plan-actions button{min-height:34px;padding:.45rem .6rem;font-size:.86rem;justify-content:center;white-space:nowrap;width:100%}@media(max-width:900px){.platform-command{display:grid;gap:14px}.platform-command__actions{justify-content:flex-start}.platform-menu__item{flex-basis:124px;width:124px}}.vuelvoo-home{--vk-blue: #0f8ce9;--vk-blue-2: #2186cf;--vk-sky: #cfeeff;--vk-text: #3f3f3f;--vk-muted: #676b6b;--vk-pale: #f5fbff;--vk-line: #e8eef4;--vk-green: #85dab9;width:min(100%,393px);margin:0 auto;background:#fff;color:var(--vk-text);font-family:Figtree,Inter,Segoe UI,sans-serif;overflow:hidden;overflow-x:clip}.vuelvoo-home__login,.vuelvoo-home__register{border-radius:8px!important}.vuelvoo-home,.vuelvoo-home *{box-sizing:border-box}html,body,#root,.app-root{max-width:100%;overflow-x:hidden}.vuelvoo-home *{min-width:0}.vuelvoo-home a{color:inherit;text-decoration:none}.vuelvoo-home h1,.vuelvoo-home h2,.vuelvoo-home h3,.vuelvoo-home p{margin:0}.vuelvoo-home__nav{position:relative;z-index:20;height:34px;padding:7px 14px 0;display:grid;grid-template-columns:58px 1fr auto;align-items:start;gap:10px;font-size:5px;font-weight:700;background:var(--vk-sky)}.vuelvoo-home__brand img{display:block;width:43px;height:auto}.vuelvoo-home__links{display:flex;justify-content:center;gap:12px;color:#3f3f3f}.vuelvoo-home__nav-actions{justify-self:end;display:inline-flex;align-items:center;gap:4px;min-width:0}.vuelvoo-home__language-menu .language-menu__trigger{width:36px;height:34px;border:2px solid var(--vk-blue);background:#fff}.vuelvoo-home__language-menu .language-flag-icon{width:18px;height:13px}.vuelvoo-home__login{display:inline-flex;min-width:108px;height:34px;align-items:center;justify-content:center;border:2px solid var(--vk-blue);border-radius:999px;background:#fff;color:var(--vk-blue);font-size:.78rem;font-weight:800;white-space:nowrap}.vuelvoo-home__hero{position:relative;min-height:314px;display:grid;justify-items:center;align-content:start;padding:9px 24px 24px;text-align:center;background:linear-gradient(180deg,var(--vk-sky) 0%,#f8fdff 78%,#fff 100%)}.vuelvoo-home__hero-glow{display:none}.vuelvoo-home__hero-copy{display:grid;justify-items:center;gap:8px;position:relative;z-index:1}.vuelvoo-home__hero h1{display:grid;gap:0;color:#3f3f3f;font-size:18px;line-height:1.05;font-weight:800;letter-spacing:0}.vuelvoo-home__hero h1 span{color:#3f3f3f}.vuelvoo-home__hero h1 .vuelvoo-home__hero-title-light{color:#fff}.vuelvoo-home__hero p{width:235px;color:#3f3f3f;font-size:6px;line-height:1.35}.vuelvoo-home__register{display:inline-flex;min-width:116px;height:34px;align-items:center;justify-content:center;border:2px solid var(--vk-blue);border-radius:999px;background:var(--vk-blue);color:#fff;font-weight:800;line-height:1.35}.vuelvoo-home__primary-cta,.vuelvoo-home__outline-cta,.vuelvoo-home__plan-cta{display:inline-flex;align-items:center;justify-content:center;border:2px solid transparent;border-radius:999px;font-weight:800}.vuelvoo-home__primary-cta{min-width:54px;height:18px;padding:0 10px;background:var(--vk-blue);border-color:var(--vk-blue);color:#fff;font-size:6px}.vuelvoo-home__hero-phone{position:relative;z-index:1;width:178px;margin-top:12px;filter:drop-shadow(0 18px 18px rgba(18,82,117,.18))}.vuelvoo-home__trust{padding:8px 22px 11px;text-align:center}.vuelvoo-home__trust h2,.vuelvoo-home__section-heading h2,.vuelvoo-home__proof h2,.vuelvoo-home__pricing h2,.vuelvoo-home__testimonials h2,.vuelvoo-home__faq h2,.vuelvoo-home__footer h2{color:#3f3f3f;font-size:18px;line-height:1.08;font-weight:800;letter-spacing:0}.vuelvoo-home__brand-row{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.vuelvoo-home__brand-row span{color:#a6a6a6;font-family:Inter,Segoe UI,sans-serif;font-size:6px;font-weight:700}.vuelvoo-home__feature-band{display:grid;grid-template-columns:47% 53%;gap:4px;padding:21px 16px 18px;background:#eef8ff}.vuelvoo-home__feature-intro{display:grid;align-content:start;gap:8px}.vuelvoo-home__feature-intro h2{max-width:134px;color:#3f3f3f;font-size:19px;line-height:1.02;font-weight:800}.vuelvoo-home__feature-intro p{max-width:130px;color:#a6a6a6;font-size:5px;line-height:1.4}.vuelvoo-home__feature-intro img{width:128px;margin-top:8px}.vuelvoo-home__feature-grid{display:grid;gap:11px}.vuelvoo-home__feature-card{display:grid;grid-template-columns:18px 1fr;gap:5px 8px;align-items:start}.vuelvoo-home__feature-icon{grid-row:span 2;width:16px;height:16px;display:grid;place-items:center;border-radius:2px;background:#fff}.vuelvoo-home__feature-icon img{max-width:10px;max-height:10px}.vuelvoo-home__feature-icon img+img{margin-left:-3px}.vuelvoo-home__feature-card h3{color:#191a15;font-family:Inter,Segoe UI,sans-serif;font-size:9px;line-height:1.12;font-weight:800}.vuelvoo-home__feature-card p{color:#a6a6a6;font-family:Inter,Segoe UI,sans-serif;font-size:5px;line-height:1.45}.vuelvoo-home__steps{padding:24px 19px 16px;text-align:center}.vuelvoo-home__section-heading{display:grid;justify-items:center;gap:6px}.vuelvoo-home__step-grid{margin-top:23px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.vuelvoo-home__step-card{display:grid;justify-items:center;align-content:start;gap:5px}.vuelvoo-home__step-card img{width:72px;height:56px;object-fit:contain}.vuelvoo-home__step-card span{color:var(--vk-blue);font-size:5px;font-weight:800}.vuelvoo-home__step-card h3{min-height:18px;color:#3f3f3f;font-size:6px;line-height:1.2;font-weight:800}.vuelvoo-home__step-card p{color:#676b6b;font-size:4px;line-height:1.45}.vuelvoo-home__outline-cta{height:16px;margin-top:14px;padding:0 10px;background:#fff;border-color:var(--vk-blue);color:var(--vk-blue);font-size:5px}.vuelvoo-home__proof{padding:17px 24px 24px;text-align:center}.vuelvoo-home__proof h2{max-width:292px;margin:0 auto}.vuelvoo-home__proof-content{margin-top:18px;display:grid;grid-template-columns:42% 58%;align-items:center;gap:12px;text-align:left}.vuelvoo-home__proof-content p{margin-bottom:10px;color:#a6a6a6;font-size:5px;line-height:1.55}.vuelvoo-home__proof-copy span{display:block;margin-bottom:3px;color:var(--vk-blue);font-size:5px;font-weight:800}.vuelvoo-home__proof-copy h3{margin:0 0 7px;color:#191a15;font-size:12px;line-height:1.05}.vuelvoo-home__proof ul{margin:0;padding:0;display:grid;gap:13px;list-style:none}.vuelvoo-home__proof li{min-height:25px;display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:7px;border-radius:999px;background:linear-gradient(90deg,#fff,#f7faff);box-shadow:0 0 24px #0f8ce938;color:#1f2937;font-size:4px}.vuelvoo-home__proof li strong{color:#1f2937;font-size:14px;text-align:right}.vuelvoo-home__proof-icon{width:14px;height:14px;color:#0a4ed8}.vuelvoo-home__proof-icon svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.vuelvoo-home__pricing{padding:24px 18px 18px;text-align:center;background:#fff}.vuelvoo-home__section-heading--center p{margin-top:5px;color:#a6a6a6;font-size:5px}.vuelvoo-home__billing-toggle{width:67px;height:18px;margin-top:13px;display:inline-grid;grid-template-columns:1fr 1fr;align-items:center;padding:2px;border-radius:4px;background:#fff;box-shadow:0 4px 12px #191a1529;font-size:4px}.vuelvoo-home__billing-toggle strong{height:14px;display:grid;place-items:center;border-radius:4px;background:var(--vk-blue);color:#fff}.vuelvoo-home__plans{margin-top:21px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.vuelvoo-home__plan{position:relative;min-height:164px;display:flex;flex-direction:column;padding:12px 7px 8px;border:1px solid #edf1f5;border-radius:4px;background:#fff;box-shadow:0 4px 12px #191a1514}.vuelvoo-home__plan--highlight{margin-top:-15px;padding-top:22px;background:var(--vk-blue-2);color:#fff;border-color:var(--vk-blue-2)}.vuelvoo-home__plan-badge{position:absolute;top:5px;right:6px;border-radius:4px;padding:2px 5px;background:var(--vk-green);color:#fff;font-size:4px;font-weight:800}.vuelvoo-home__plan h3{font-family:Inter,Segoe UI,sans-serif;font-size:8px;line-height:1.1}.vuelvoo-home__plan-copy{min-height:20px;margin-top:4px;color:#a6a6a6;font-size:4px;line-height:1.25}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-copy{color:#ffffffdb}.vuelvoo-home__price{margin-top:4px;color:#191a15;font-size:18px;line-height:1;font-weight:800}.vuelvoo-home__price span{margin-right:2px;color:#a6a6a6;font-size:5px}.vuelvoo-home__plan--highlight .vuelvoo-home__price,.vuelvoo-home__plan--highlight .vuelvoo-home__price span{color:#fff}.vuelvoo-home__plan-actions{margin-top:8px;display:flex;flex:1;flex-direction:column;padding:8px 0 0;border-top:1px solid #eef1f5}.vuelvoo-home__plan ul{margin:0;padding:0;list-style:none;display:grid;gap:5px;text-align:left}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-actions{border-top:0}.vuelvoo-home__plan li{display:flex;align-items:center;gap:3px;color:#191a15;font-size:4px}.vuelvoo-home__plan li img{width:6px;height:6px}.vuelvoo-home__plan-cta{height:14px;margin-top:auto;background:#fff;border-color:var(--vk-blue);color:var(--vk-blue);font-size:4px}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-cta{background:#fff;border-color:#fff;color:var(--vk-blue)}.vuelvoo-home__testimonials{padding:16px 24px;text-align:center}.vuelvoo-home__testimonials>div{margin-top:15px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.vuelvoo-home__testimonials article{min-height:116px;padding:18px 12px 14px;border:1px solid #eef1f5;border-radius:4px;text-align:left}.vuelvoo-home__testimonials span{width:18px;height:18px;display:inline-grid;place-items:center;border-radius:999px;background:#fbf7ee;color:#191a15;font-size:7px;font-weight:800}.vuelvoo-home__testimonials span img{width:68%;height:68%;object-fit:contain}.vuelvoo-home__testimonials p{margin-top:8px;color:#3f3f3f;font-size:4px;line-height:1.45}.vuelvoo-home__testimonials strong{display:block;margin-top:9px;font-size:4px}.vuelvoo-home__faq{padding:18px 24px 12px;display:grid;grid-template-columns:1fr 1fr;gap:26px;border-top:1px solid #eef1f5}.vuelvoo-home__faq details{border-bottom:1px solid #eef1f5;padding:8px 0;font-size:5px}.vuelvoo-home__faq summary{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;list-style:none}.vuelvoo-home__faq summary::-webkit-details-marker{display:none}.vuelvoo-home__faq summary span:last-child{color:var(--vk-blue);font-weight:800}.vuelvoo-home__faq details[open] summary span:last-child{transform:rotate(45deg)}.vuelvoo-home__faq details p{margin-top:5px;color:#a6a6a6;font-size:4px;line-height:1.4}.vuelvoo-home__faq h2{font-size:14px;text-align:left}.vuelvoo-home__faq>div:last-child p{margin-top:8px;color:#a6a6a6;font-size:5px;line-height:1.4}.vuelvoo-home__footer{padding:18px 24px 22px;display:grid;grid-template-columns:1fr auto;gap:20px;border-top:1px solid #eef1f5}.vuelvoo-home__footer img{width:46px}.vuelvoo-home__footer h2{margin-top:10px;width:150px;color:var(--vk-blue)}.vuelvoo-home__footer p{width:130px;margin-top:8px;color:#676b6b;font-size:5px;line-height:1.35}.vuelvoo-home__footer-side{display:grid;gap:12px}.vuelvoo-home__socials{display:flex;justify-content:flex-end;gap:7px}.vuelvoo-home__socials a{width:10px;height:10px;display:grid;place-items:center}.vuelvoo-home__socials img{width:10px;max-height:10px}.vuelvoo-home__footer nav{display:grid;align-content:start;gap:7px;color:#000;font-size:5px}@media(min-width:1024px){.vuelvoo-home{width:100%;max-width:none;box-shadow:none}.vuelvoo-home__nav{width:100%;height:76px;margin:0;padding:17px max(48px,calc((100% - 1340px)/2)) 0;grid-template-columns:210px minmax(0,1fr) 194px;gap:22px;align-items:center;font-size:15px;background:#63b1ff}.vuelvoo-home__brand img{width:154px}.vuelvoo-home__links{gap:54px;padding-top:0;justify-content:flex-end;color:#26313d}.vuelvoo-home__nav-actions{gap:12px}.vuelvoo-home__language-menu .language-menu__trigger{width:42px;height:42px;border:2px solid var(--vk-blue);background:#fff}.vuelvoo-home__language-menu .language-flag-icon{width:22px;height:16px}.vuelvoo-home__language-menu .language-menu__list{top:calc(100% + 8px)}.vuelvoo-home__login{min-width:132px;height:42px;border-radius:999px;border:2px solid var(--vk-blue);background:#fff;color:var(--vk-blue);font-size:14px;font-weight:800}.vuelvoo-home__hero{min-height:1000px;padding:70px max(48px,calc((100% - 1340px)/2)) 0;grid-template-columns:1fr;justify-items:center;align-content:start;text-align:center;background:linear-gradient(180deg,#63b1ff,#cfeeff 56%,#fff)}.vuelvoo-home__hero-copy{justify-items:center;width:min(1120px,100%);gap:22px}.vuelvoo-home__hero h1{font-size:clamp(3rem,4vw,4rem);line-height:1.06;font-weight:700}.vuelvoo-home__hero h1 span{color:#3f3f3f;white-space:nowrap}.vuelvoo-home__hero p{width:min(1040px,100%);color:#26313d;font-size:1.18rem;font-weight:500;line-height:1.5}.vuelvoo-home__register{min-width:142px;height:42px;border-radius:999px;border:2px solid var(--vk-blue);background:var(--vk-blue);color:#fff;font-size:14px;font-weight:800;line-height:1.5}.vuelvoo-home__primary-cta{min-width:180px;height:62px;padding:0 30px;background:#0f8ce9;border-color:#0f8ce9;color:#fff!important;font-size:1.08rem;box-shadow:none}.vuelvoo-home__hero-phone{width:min(680px,50vw);margin-top:42px;justify-self:center;filter:drop-shadow(0 28px 26px rgba(31,75,111,.24))}.vuelvoo-home__trust,.vuelvoo-home__steps,.vuelvoo-home__proof,.vuelvoo-home__pricing,.vuelvoo-home__testimonials,.vuelvoo-home__faq,.vuelvoo-home__footer{width:min(1280px,calc(100% - 64px));margin-inline:auto}.vuelvoo-home__trust{padding:54px 0 42px}.vuelvoo-home__trust h2,.vuelvoo-home__section-heading h2,.vuelvoo-home__proof h2,.vuelvoo-home__pricing h2,.vuelvoo-home__testimonials h2,.vuelvoo-home__faq h2,.vuelvoo-home__footer h2{font-size:clamp(2.2rem,3.2vw,3.25rem);line-height:1.08}.vuelvoo-home__trust h2,.vuelvoo-home__proof h2{max-width:780px;margin-inline:auto}.vuelvoo-home__brand-row{margin-top:42px;gap:24px}.vuelvoo-home__brand-row span{font-size:clamp(1.05rem,1.7vw,1.65rem)}.vuelvoo-home__feature-band{width:100%;margin:0;min-height:720px;padding:92px max(96px,calc((100% - 1360px)/2)) 86px;grid-template-columns:minmax(540px,.96fr) minmax(610px,1.04fr);gap:110px;align-items:start;border-radius:0}.vuelvoo-home__feature-intro h2{max-width:610px;font-size:clamp(3.25rem,4.55vw,4.5rem);line-height:1.08}.vuelvoo-home__feature-intro p{max-width:560px;margin-top:22px;font-size:1.32rem;line-height:1.6}.vuelvoo-home__feature-intro img{width:min(470px,100%);margin-top:54px;margin-left:118px}.vuelvoo-home__feature-grid{gap:78px;align-content:center;padding-top:6px}.vuelvoo-home__feature-card{grid-template-columns:70px minmax(0,1fr);gap:13px 30px}.vuelvoo-home__feature-icon{width:64px;height:64px;border-radius:0}.vuelvoo-home__feature-icon img{max-width:38px;max-height:38px}.vuelvoo-home__feature-card h3{font-size:clamp(1.85rem,2.42vw,2.25rem);line-height:1.12}.vuelvoo-home__feature-card p{max-width:610px;font-size:1.32rem;line-height:1.62}.vuelvoo-home__steps{padding:86px 0 66px}.vuelvoo-home__step-grid{max-width:1260px;margin:66px auto 0;gap:108px}.vuelvoo-home__step-card img{width:292px;height:210px}.vuelvoo-home__step-card span{font-size:.9rem}.vuelvoo-home__step-card h3{min-height:0;font-size:1.42rem}.vuelvoo-home__step-card p{font-size:1.12rem;line-height:1.5}.vuelvoo-home__outline-cta{min-width:330px;height:62px;margin-top:42px;padding:0 34px;border-width:2px;font-size:1.16rem}.vuelvoo-home__proof{width:min(1060px,calc(100% - 64px));padding:72px 0 68px}.vuelvoo-home__proof-content{max-width:1080px;margin:42px auto 0;grid-template-columns:minmax(360px,.84fr) minmax(560px,1.16fr);gap:72px}.vuelvoo-home__proof-copy span{font-size:1.12rem}.vuelvoo-home__proof-copy h3{max-width:450px;margin-bottom:46px;color:#3f3f3f;font-size:clamp(2.7rem,4vw,4.15rem);line-height:1.09}.vuelvoo-home__proof-content p{max-width:430px;margin-bottom:56px;color:#8d8d8d;font-size:1.25rem;line-height:1.42}.vuelvoo-home__proof .vuelvoo-home__primary-cta{min-width:180px;height:64px;border-radius:999px;font-size:1.18rem}.vuelvoo-home__proof ul{position:relative;align-content:center;gap:22px;padding:16px 0}.vuelvoo-home__proof ul:before{content:"";position:absolute;inset:40px 58px 40px 40px;z-index:0;border-radius:999px;background:radial-gradient(circle at 58% 42%,#14c9e9d6,#7ed5f961 40%,#fff0 68%);filter:blur(18px)}.vuelvoo-home__proof li{position:relative;z-index:1;width:420px;min-height:84px;grid-template-columns:146px minmax(0,1fr) 44px;gap:18px;padding:0 28px 0 0;font-size:1.05rem;line-height:1.35;box-shadow:0 16px 32px #1e80ca21}.vuelvoo-home__proof li:nth-child(1){margin-left:8px}.vuelvoo-home__proof li:nth-child(2){width:512px;margin-left:156px}.vuelvoo-home__proof li:nth-child(3){margin-left:8px}.vuelvoo-home__proof li:nth-child(4){width:466px;grid-template-columns:176px minmax(0,1fr) 44px;margin-left:92px}.vuelvoo-home__proof li strong{color:#02123f;font-size:3.25rem;white-space:nowrap}.vuelvoo-home__proof li:nth-child(2) strong{color:#095ed7}.vuelvoo-home__proof-icon{width:34px;height:34px}.vuelvoo-home__pricing{padding:78px 0 60px}.vuelvoo-home__section-heading--center p{font-size:1rem}.vuelvoo-home__billing-toggle{width:170px;height:44px;margin-top:26px;padding:5px;border-radius:8px;font-size:.9rem}.vuelvoo-home__billing-toggle strong{height:34px;border-radius:7px}.vuelvoo-home__plans{max-width:1160px;margin:58px auto 0;gap:40px}.vuelvoo-home__plan{min-height:500px;padding:32px 24px 24px;border-radius:8px}.vuelvoo-home__plan--highlight{overflow:hidden;margin-top:-34px;min-height:620px;padding:38px 28px 28px;border-radius:18px;background:#2486cf;box-shadow:0 18px 32px #0f8ce92e}.vuelvoo-home__plan--highlight:before{content:"";position:absolute;left:50%;top:146px;width:560px;height:350px;transform:translate(-50%);border-radius:50% 50% 0 0;background:#63b1ff;pointer-events:none}.vuelvoo-home__plan-badge{top:16px;right:16px;padding:6px 12px;border-radius:8px;font-size:.82rem}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-badge{position:relative;z-index:1;top:auto;right:auto;order:4;align-self:center;margin-top:12px;padding:10px 18px;background:#85dab9;color:#fff;font-size:.88rem}.vuelvoo-home__plan h3{font-size:1.65rem}.vuelvoo-home__plan--highlight h3{position:relative;z-index:1;order:1;color:#fff;font-size:2rem}.vuelvoo-home__plan-copy{min-height:78px;margin-top:14px;font-size:.95rem;line-height:1.45}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-copy{position:relative;z-index:1;order:2;max-width:270px;min-height:72px;margin-inline:auto;color:#fff;font-size:1.04rem;line-height:1.5}.vuelvoo-home__price{margin-top:16px;font-size:3.4rem}.vuelvoo-home__plan--highlight .vuelvoo-home__price{position:relative;z-index:1;order:3;margin-top:0;font-size:3.7rem}.vuelvoo-home__price span{font-size:.95rem}.vuelvoo-home__plan--highlight .vuelvoo-home__price span{display:block;margin:0;font-size:1rem;line-height:.8}.vuelvoo-home__plan-actions{margin-top:28px;padding:28px 32px;border-top:0;border-radius:4px;background:#fbfcfe}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-actions{position:relative;z-index:1;order:5;margin-top:16px;padding:34px 48px 26px;border-radius:8px;background:#fff}.vuelvoo-home__plan ul{gap:14px}.vuelvoo-home__plan li{gap:10px;font-size:.95rem}.vuelvoo-home__plan li img{width:18px;height:18px}.vuelvoo-home__plan-cta{height:48px;border-width:2px;font-size:.95rem}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-cta{height:62px;margin-top:28px;background:var(--vk-blue);border-color:var(--vk-blue);color:#fff;font-size:1.06rem}.vuelvoo-home__testimonials{padding:76px 0 70px}.vuelvoo-home__testimonials>div{margin-top:48px;gap:34px}.vuelvoo-home__testimonials article{min-height:300px;padding:46px 52px 36px;border-color:#dfe6ee;border-radius:8px}.vuelvoo-home__testimonials span{width:58px;height:58px;font-size:1.18rem}.vuelvoo-home__testimonials p{margin-top:48px;color:#1f2937;font-size:1.45rem;line-height:1.65}.vuelvoo-home__testimonials strong{margin-top:38px;color:#111827;font-size:1.2rem}.vuelvoo-home__faq{padding:62px 0 42px;gap:96px}.vuelvoo-home__faq details{padding:18px 0;font-size:1rem}.vuelvoo-home__faq details p,.vuelvoo-home__faq>div:last-child p{font-size:.95rem}.vuelvoo-home__faq h2{font-size:clamp(2rem,3vw,3rem)}.vuelvoo-home__footer{padding:58px 0 76px;gap:80px}.vuelvoo-home__footer img{width:128px}.vuelvoo-home__footer h2{width:480px;font-size:clamp(2rem,3.4vw,3.6rem)}.vuelvoo-home__footer p{width:380px;font-size:1.1rem}.vuelvoo-home__socials a,.vuelvoo-home__socials img{width:24px;height:24px}.vuelvoo-home__footer nav{gap:12px;font-size:1rem}}@media(max-width:1023px){.vuelvoo-home{width:100%;max-width:none;overflow-x:hidden}.vuelvoo-home__nav,.vuelvoo-home__hero,.vuelvoo-home__trust,.vuelvoo-home__feature-band,.vuelvoo-home__steps,.vuelvoo-home__proof,.vuelvoo-home__pricing,.vuelvoo-home__testimonials,.vuelvoo-home__faq,.vuelvoo-home__footer{max-width:100%}.vuelvoo-home__nav{display:flex;justify-content:space-between;min-height:64px;height:auto;padding:14px 16px 12px;align-items:center;gap:10px 12px;font-size:.72rem;background:#63b1ff;overflow:visible}.vuelvoo-home__brand img{width:clamp(78px,19vw,90px)}.vuelvoo-home__brand{flex:0 1 auto}.vuelvoo-home__links{display:flex}.vuelvoo-home__login{min-width:90px;height:32px;border-radius:999px;border:2px solid var(--vk-blue);background:#fff;color:var(--vk-blue);font-size:.72rem}.vuelvoo-home__register{min-width:100px;height:32px;border-radius:999px;border:2px solid var(--vk-blue);background:var(--vk-blue);color:#fff;font-size:.72rem;font-weight:800}.vuelvoo-home__nav-actions{flex:0 0 auto;position:absolute;top:14px;right:16px;gap:8px}.vuelvoo-home__language-menu .language-menu__trigger{width:34px;height:32px;border:2px solid var(--vk-blue);background:#fff}.vuelvoo-home__language-menu .language-flag-icon{width:18px;height:13px}.vuelvoo-home__hero{min-height:auto;padding:36px 20px 54px;background:linear-gradient(180deg,#63b1ff,#cfeeff 62%,#fff)}.vuelvoo-home__hero-copy{gap:14px}.vuelvoo-home__hero h1{width:100%;max-width:330px;font-size:clamp(1.9rem,8vw,2.4rem);line-height:1.04;font-weight:700;overflow-wrap:anywhere;text-wrap:balance}.vuelvoo-home__hero h1 span{white-space:normal}.vuelvoo-home__hero h1 .vuelvoo-home__hero-title-light{color:#fff}.vuelvoo-home__hero p{width:min(100%,330px);font-size:.95rem;line-height:1.5}.vuelvoo-home__primary-cta{min-width:122px;height:42px;font-size:.92rem}.vuelvoo-home__hero-phone{width:min(330px,86vw);margin-top:28px}.vuelvoo-home__trust{padding:38px 20px 28px}.vuelvoo-home__trust h2,.vuelvoo-home__section-heading h2,.vuelvoo-home__proof h2,.vuelvoo-home__pricing h2,.vuelvoo-home__testimonials h2,.vuelvoo-home__faq h2,.vuelvoo-home__footer h2{font-size:clamp(1.55rem,7vw,2.1rem);line-height:1.08;overflow-wrap:anywhere;text-wrap:balance}.vuelvoo-home__brand-row{margin-top:24px;grid-template-columns:repeat(2,1fr);gap:14px}.vuelvoo-home__brand-row span{font-size:.76rem;text-align:center;overflow-wrap:anywhere}.vuelvoo-home__feature-band{display:grid;grid-template-columns:1fr;gap:28px;padding:42px 20px;overflow:hidden}.vuelvoo-home__feature-intro h2{max-width:100%;font-size:clamp(1.75rem,7.2vw,2.25rem);line-height:1.08;overflow-wrap:anywhere;text-wrap:balance}.vuelvoo-home__feature-intro p{max-width:100%;width:100%;font-size:.95rem;line-height:1.55}.vuelvoo-home__feature-intro img{width:min(250px,74vw);margin:12px auto 0}.vuelvoo-home__feature-grid{gap:22px}.vuelvoo-home__feature-card{grid-template-columns:38px minmax(0,1fr);gap:6px 14px;width:100%}.vuelvoo-home__feature-icon{width:34px;height:34px;border-radius:6px}.vuelvoo-home__feature-icon img{max-width:22px;max-height:22px}.vuelvoo-home__feature-card h3{font-size:1.18rem}.vuelvoo-home__feature-card p{font-size:.9rem;line-height:1.5;overflow-wrap:anywhere}.vuelvoo-home__steps{padding:44px 20px 36px}.vuelvoo-home__step-grid{grid-template-columns:1fr;gap:26px;margin-top:30px}.vuelvoo-home__step-card{max-width:310px;margin:0 auto}.vuelvoo-home__step-card img{width:min(190px,70vw);height:auto}.vuelvoo-home__step-card span{font-size:.75rem}.vuelvoo-home__step-card h3{min-height:auto;font-size:1.1rem}.vuelvoo-home__step-card p{font-size:.9rem;line-height:1.5}.vuelvoo-home__outline-cta{min-width:242px;height:52px;margin-top:26px;padding:0 24px;border-width:2px;font-size:.9rem}.vuelvoo-home__proof{padding:40px 24px 42px}.vuelvoo-home__proof-content{width:min(100%,345px);margin:24px auto 0;grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:12px;align-items:center;text-align:left}.vuelvoo-home__proof-copy span{margin-bottom:4px;font-size:.56rem}.vuelvoo-home__proof-copy h3{margin-bottom:6px;font-size:clamp(1.05rem,4.55vw,1.22rem);line-height:1.05;color:#3f3f3f;overflow-wrap:anywhere}.vuelvoo-home__proof-content p{margin-bottom:8px;color:#8d8d8d;font-size:.52rem;line-height:1.55}.vuelvoo-home__proof .vuelvoo-home__primary-cta{min-width:56px;height:19px;padding:0 8px;border-radius:999px;font-size:.48rem}.vuelvoo-home__proof li{min-height:25px;grid-template-columns:55px minmax(0,1fr) 14px;gap:6px;padding:0 8px 0 0;font-size:.39rem;line-height:1.15}.vuelvoo-home__proof li:nth-child(1),.vuelvoo-home__proof li:nth-child(3){width:148px;margin-left:0}.vuelvoo-home__proof li:nth-child(2){width:178px;margin-left:38px}.vuelvoo-home__proof li:nth-child(4){width:178px;grid-template-columns:70px minmax(0,1fr) 14px;margin-left:23px}.vuelvoo-home__proof li strong{color:#02123f;font-size:1.1rem;white-space:nowrap}.vuelvoo-home__proof li:nth-child(2) strong{color:#095ed7}.vuelvoo-home__proof-icon{width:13px;height:13px}.vuelvoo-home__pricing{padding:46px 20px 38px}.vuelvoo-home__section-heading--center p{font-size:.95rem}.vuelvoo-home__billing-toggle{width:144px;height:40px;padding:4px;font-size:.82rem}.vuelvoo-home__billing-toggle strong{height:32px}.vuelvoo-home__plans{grid-template-columns:1fr;gap:18px;margin-top:34px}.vuelvoo-home__plan,.vuelvoo-home__plan--highlight{min-height:auto;margin-top:0;padding:24px 22px;border-radius:8px}.vuelvoo-home__plan--highlight{overflow:hidden;border-radius:14px;background:#2486cf}.vuelvoo-home__plan--highlight:before{content:"";position:absolute;left:50%;top:128px;width:440px;height:270px;transform:translate(-50%);border-radius:50% 50% 0 0;background:#63b1ff;pointer-events:none}.vuelvoo-home__plan-badge{top:14px;right:14px;padding:5px 10px;font-size:.74rem}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-badge,.vuelvoo-home__plan--highlight h3,.vuelvoo-home__plan--highlight .vuelvoo-home__plan-copy,.vuelvoo-home__plan--highlight .vuelvoo-home__price,.vuelvoo-home__plan--highlight .vuelvoo-home__plan-actions{position:relative;z-index:1}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-badge{position:relative;top:auto;right:auto;align-self:center;order:4;margin-top:12px;background:#85dab9;color:#fff}.vuelvoo-home__plan h3{font-size:1.45rem}.vuelvoo-home__plan-copy{min-height:auto;font-size:.9rem;line-height:1.45}.vuelvoo-home__plan-actions{margin-top:18px;padding-top:18px}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-actions{order:5;padding:24px 22px 22px;border-radius:8px;border-top:0;background:#fff}.vuelvoo-home__price{font-size:2.7rem}.vuelvoo-home__price span{font-size:.85rem}.vuelvoo-home__plan ul{gap:12px}.vuelvoo-home__plan li{gap:10px;font-size:.92rem}.vuelvoo-home__plan li img{width:16px;height:16px}.vuelvoo-home__plan-cta{height:40px;margin-top:22px;font-size:.9rem}.vuelvoo-home__plan--highlight .vuelvoo-home__plan-cta{background:var(--vk-blue);border-color:var(--vk-blue);color:#fff}.vuelvoo-home__testimonials{padding:42px 20px}.vuelvoo-home__testimonials>div{grid-template-columns:1fr;gap:14px;margin-top:24px}.vuelvoo-home__testimonials article{min-height:auto;padding:28px 26px;border-radius:8px}.vuelvoo-home__testimonials span{width:42px;height:42px;font-size:1rem}.vuelvoo-home__testimonials p{margin-top:26px;font-size:1rem;line-height:1.6}.vuelvoo-home__testimonials strong{margin-top:24px;font-size:1rem}.vuelvoo-home__faq{grid-template-columns:1fr;gap:24px;padding:40px 20px}.vuelvoo-home__faq details{padding:15px 0;font-size:.92rem}.vuelvoo-home__faq details p,.vuelvoo-home__faq>div:last-child p{font-size:.88rem}.vuelvoo-home__footer{grid-template-columns:1fr;gap:24px;padding:42px 20px 52px}.vuelvoo-home__footer img{width:112px}.vuelvoo-home__footer h2,.vuelvoo-home__footer p{width:min(100%,340px)}.vuelvoo-home__footer p{font-size:.95rem}.vuelvoo-home__socials{justify-content:flex-start}.vuelvoo-home__socials a,.vuelvoo-home__socials img{width:22px;height:22px}.vuelvoo-home__footer nav{font-size:.95rem;gap:10px}}@media(max-width:640px){.vuelvoo-home{width:100%;max-width:none;margin-inline:auto}.vuelvoo-home__nav{display:flex;justify-content:space-between;min-height:58px;padding:13px clamp(14px,4vw,18px);gap:8px}.vuelvoo-home__brand img{width:clamp(78px,24vw,90px)}.vuelvoo-home__links{display:flex}.vuelvoo-home__nav-actions{flex:0 0 auto;top:13px;right:clamp(14px,4vw,18px);gap:clamp(6px,2vw,8px)}.vuelvoo-home__login{min-width:clamp(102px,29vw,112px);height:34px;padding-inline:10px;font-size:.78rem;white-space:nowrap}.vuelvoo-home__register{min-width:clamp(106px,30vw,118px);height:34px;padding-inline:10px;border-radius:999px;border:2px solid var(--vk-blue);background:var(--vk-blue);color:#fff;font-size:.78rem;font-weight:800;white-space:nowrap}.vuelvoo-home__language-menu .language-menu__trigger{width:36px;height:34px}.vuelvoo-home__language-menu .language-menu__list{right:0;left:auto;transform:none}.vuelvoo-home__hero h1{max-width:310px;font-size:clamp(1.85rem,7.8vw,2.25rem)}.vuelvoo-home__hero p{width:min(100%,310px)}}.vuelvoo-home__nav-actions{min-width:max-content;white-space:nowrap}.vuelvoo-home__login{border-radius:8px!important;border-color:var(--vk-blue)!important;background:var(--vk-blue)!important;color:#fff!important}.vuelvoo-home__register{border-radius:8px!important;border-color:var(--vk-blue)!important;background:#fff!important;color:var(--vk-blue)!important}@media(min-width:1024px){.vuelvoo-home__nav{grid-template-columns:minmax(160px,210px) minmax(0,1fr) auto;gap:clamp(14px,2vw,28px);padding-right:max(24px,calc((100% - 1340px)/2));padding-left:max(24px,calc((100% - 1340px)/2))}.vuelvoo-home__links{min-width:0;gap:clamp(18px,2.6vw,42px);justify-content:flex-end;overflow:hidden;white-space:nowrap}.vuelvoo-home__nav-actions{justify-self:end}}@media(max-width:1120px)and (min-width:1024px){.vuelvoo-home__links{gap:18px;font-size:14px}}@media(max-width:1023px){.vuelvoo-home__nav{flex-wrap:wrap;align-items:center}.vuelvoo-home__links{order:3;flex:0 0 100%;display:flex;justify-content:center;gap:clamp(18px,6vw,34px);padding-top:8px;font-size:clamp(.72rem,2.8vw,.86rem);white-space:nowrap}.vuelvoo-home__nav-actions{position:static;margin-left:auto}}
