/* MOVER V33 — focused, progressive, high-trust experience */
:root{
  --v33-ink:#07111f;--v33-muted:#5d6b7e;--v33-line:rgba(11,31,54,.11);
  --v33-blue:#2563eb;--v33-cyan:#06b6d4;--v33-green:#10b981;--v33-gold:#f59e0b;
  --v33-surface:rgba(255,255,255,.88);--v33-shadow:0 24px 70px rgba(15,38,71,.14);
}
html{scroll-behavior:smooth}
body.v33,body.v326{background:
 radial-gradient(circle at 8% 3%,rgba(37,99,235,.12),transparent 32rem),
 radial-gradient(circle at 94% 18%,rgba(6,182,212,.10),transparent 30rem),
 linear-gradient(180deg,#f8fbff 0%,#eef5ff 48%,#f8fafc 100%);color:var(--v33-ink)}
body.v33:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(15,23,42,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.025) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,#000,transparent 72%)}
.v33 .app-shell,.v326 .app-shell{position:relative;z-index:1}
.v33 .topbar,.v326 .topbar{border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.72);backdrop-filter:blur(20px);box-shadow:0 12px 34px rgba(15,38,71,.08);border-radius:24px;padding:12px 16px;margin-top:14px}
.v33 .brand-copy strong,.v326 .brand-copy strong{letter-spacing:.12em}
.v33 .card,.v326 .card{border:1px solid rgba(255,255,255,.82);background:var(--v33-surface);backdrop-filter:blur(18px);box-shadow:var(--v33-shadow);border-radius:30px}
.v33 .btn,.v326 .btn{min-height:48px;border-radius:15px;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.v33 .btn:hover,.v326 .btn:hover{transform:translateY(-1px)}
.v33 .btn.primary,.v326 .btn.primary{border:0;background:linear-gradient(135deg,var(--v33-blue),#4f46e5 72%);box-shadow:0 12px 28px rgba(37,99,235,.27)}
.v33 .btn.primary:focus-visible,.v326 .btn.primary:focus-visible{outline:4px solid rgba(37,99,235,.2);outline-offset:3px}
.v33 .input,.v326 .input{min-height:50px;border-radius:14px;border:1px solid rgba(71,85,105,.22);background:rgba(255,255,255,.95);box-shadow:inset 0 1px 2px rgba(15,23,42,.025);transition:border .18s,box-shadow .18s}
.v33 .input:focus,.v326 .input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.13);outline:0}

/* Unified entry */
.entry-gateway{padding:20px;align-items:center;justify-content:center;background:rgba(4,12,25,.55);backdrop-filter:blur(15px)}
.entry-gateway:not([hidden]){display:flex}
.gateway-card.v33-gateway{width:min(1120px,100%);max-height:calc(100dvh - 32px);overflow:auto;border-radius:34px;padding:clamp(22px,4vw,48px);background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(244,249,255,.96));border:1px solid rgba(255,255,255,.9);box-shadow:0 35px 100px rgba(2,12,27,.32)}
.v33-gateway .gateway-brand{font-size:.82rem;letter-spacing:.18em;color:#64748b}
.v33-entry-hero{text-align:center;max-width:780px;margin:0 auto 28px}
.v33-entry-hero h1{font-size:clamp(2rem,5vw,4.2rem);line-height:1.02;margin:14px 0;background:linear-gradient(120deg,#0f172a,#2563eb 52%,#0891b2);-webkit-background-clip:text;color:transparent}
.v33-entry-hero p{font-size:clamp(1rem,2vw,1.25rem);color:#526175;line-height:1.75}
.v33-entry-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:18px}
.v33-entry-card{position:relative;overflow:hidden;text-decoration:none;color:inherit;border:1px solid var(--v33-line);border-radius:26px;padding:26px;background:#fff;box-shadow:0 15px 42px rgba(15,38,71,.09);transition:.2s transform,.2s box-shadow,.2s border}
.v33-entry-card:hover{transform:translateY(-4px);box-shadow:0 24px 54px rgba(15,38,71,.15);border-color:rgba(37,99,235,.35)}
.v33-entry-card.primary{background:linear-gradient(145deg,#0f172a,#14294b 58%,#163f63);color:#fff;border-color:transparent;min-height:270px}
.v33-entry-card.primary:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;left:-70px;bottom:-100px;background:radial-gradient(circle,rgba(34,211,238,.45),transparent 68%)}
.v33-entry-card .v33-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:rgba(37,99,235,.1);font-size:1.6rem;margin-bottom:22px}
.v33-entry-card.primary .v33-icon{background:rgba(255,255,255,.12)}
.v33-entry-card h2{font-size:clamp(1.35rem,3vw,2.2rem);margin:0 0 10px}
.v33-entry-card p{line-height:1.7;color:#64748b;margin:0 0 22px}
.v33-entry-card.primary p{color:#cbd5e1}
.v33-entry-card b{display:inline-flex;align-items:center;gap:8px;color:#2563eb}
.v33-entry-card.primary b{color:#67e8f9}
.v33-secondary-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.v33-secondary-links a{padding:14px 16px;border:1px solid var(--v33-line);border-radius:16px;background:rgba(255,255,255,.7);text-decoration:none;color:#334155;font-weight:750;text-align:center}
.v33-trust-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px;color:#526175;font-size:.9rem}
.v33-trust-row span{padding:8px 12px;border-radius:999px;background:#eef6ff;border:1px solid #dbeafe}

/* Quick registration */
.v33-register-shell{max-width:1080px;margin:auto;padding:0 16px 50px}
.v33-register-layout{display:grid;grid-template-columns:.86fr 1.14fr;gap:22px;align-items:start;margin-top:22px}
.v33-register-story{position:sticky;top:18px;padding:32px;border-radius:30px;color:#fff;background:linear-gradient(155deg,#07111f,#102849 60%,#0d5b73);box-shadow:0 30px 70px rgba(7,17,31,.25);overflow:hidden}
.v33-register-story:after{content:"";position:absolute;inset:auto -80px -110px auto;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(34,211,238,.45),transparent 70%)}
.v33-register-story h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.04;margin:18px 0}
.v33-register-story p{color:#d5e3f4;line-height:1.75}
.v33-register-points{display:grid;gap:12px;margin-top:26px}
.v33-register-point{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-top:1px solid rgba(255,255,255,.12)}
.v33-register-point i{font-style:normal;display:grid;place-items:center;min-width:34px;height:34px;border-radius:11px;background:rgba(255,255,255,.12)}
.v33-register-card{padding:clamp(22px,4vw,38px)}
.v33-step-line{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px}
.v33-step-line span{font-weight:850;color:#2563eb}.v33-step-line small{color:#64748b}
.v33-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.v33-quick-grid .wide{grid-column:1/-1}
.v33-field label{display:flex;justify-content:space-between;gap:8px;font-weight:800;margin-bottom:7px}.v33-field small{display:block;color:#64748b;line-height:1.5;margin-top:6px}
.v33-password-wrap{position:relative}.v33-password-wrap button{position:absolute;inset-inline-end:8px;top:8px;height:34px;border:0;border-radius:9px;background:#eef2ff;color:#3730a3;font-weight:800;cursor:pointer}
.v33-terms{display:flex;gap:11px;align-items:flex-start;padding:16px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;margin-top:18px;line-height:1.55}.v33-terms input{width:20px;height:20px;margin-top:2px}
.v33-register-submit{width:100%;margin-top:18px;font-size:1.05rem}
.v33-form-status{margin-top:14px;padding:0;line-height:1.6}.v33-form-status:not(:empty){padding:14px;border-radius:14px}.v33-form-status.error{background:#fff1f2;color:#9f1239}.v33-form-status.success{background:#ecfdf5;color:#065f46}
.v33-login-note{text-align:center;margin-top:18px;color:#64748b}.v33-login-note a{font-weight:850}

/* Mover chooser */
.mover-select{max-width:1180px;margin:auto}.mover-select>.eyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-weight:900;letter-spacing:.12em}
.mover-select>h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;margin:14px 0 8px}.mover-select>p{font-size:1.08rem;color:#5d6b7e}
.direct-contact-note{border:0!important;background:linear-gradient(90deg,#eff6ff,#ecfeff)!important;border-radius:18px!important;color:#334155!important}
#instantAvailabilityCustomerHost{margin:24px 0}
.instant-customer-entry,.instant-customer-shell{border-radius:26px!important;box-shadow:0 22px 54px rgba(7,30,61,.13)!important;border:1px solid rgba(37,99,235,.12)!important;overflow:hidden}
.instant-map-shell,.instant-map{border-radius:22px!important}
.instant-mover-row,.instant-result-card{border-radius:18px!important;transition:.18s transform,.18s box-shadow}.instant-mover-row:hover,.instant-result-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(15,38,71,.11)}
.mover-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin-top:22px!important}
.mover-card-wrap{min-width:0}.mover-card{height:100%;border-radius:22px!important;border:1px solid var(--v33-line)!important;background:#fff!important;box-shadow:0 12px 30px rgba(15,38,71,.08)!important;overflow:hidden;transition:.2s transform,.2s box-shadow}.mover-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px rgba(15,38,71,.14)!important}
.mover-card-main{padding:20px!important;gap:10px!important}.mover-logo-frame{width:82px!important;height:82px!important;border-radius:20px!important;background:linear-gradient(145deg,#f8fafc,#eef2ff)!important}
.mover-card-main strong{font-size:1.18rem!important}.mover-rating-row{background:#f8fafc;border-radius:12px;padding:9px 11px}.mover-areas{min-height:44px;color:#475569}.mover-card-contact{margin:0 14px 14px!important;border-radius:13px!important}.mover-card-actions{padding:10px 12px!important}.mover-join-card{display:flex!important;min-height:292px;align-items:center;justify-content:center;background:linear-gradient(145deg,#eff6ff,#ecfeff)!important;border:1px dashed #60a5fa!important}

/* Portal activation */
.v33-activation{margin:18px 0 22px;padding:22px;border-radius:24px;background:linear-gradient(135deg,#07111f,#15345d);color:#fff;box-shadow:0 22px 50px rgba(7,17,31,.2)}
.v33-activation-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.v33-activation h2{margin:0 0 8px}.v33-activation p{color:#cbd5e1;margin:0;line-height:1.6}.v33-progress{height:10px;border-radius:999px;background:rgba(255,255,255,.14);overflow:hidden;margin:18px 0 14px}.v33-progress>i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#22d3ee,#34d399);box-shadow:0 0 18px rgba(34,211,238,.45)}
.v33-checklist{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.v33-check{padding:10px;border-radius:13px;background:rgba(255,255,255,.08);font-size:.88rem}.v33-check.done{background:rgba(16,185,129,.18);color:#d1fae5}.v33-activation .btn{margin-top:16px}.v33-profile-live{background:linear-gradient(135deg,#ecfdf5,#f0fdfa);border:1px solid #a7f3d0;color:#065f46}
.v33 .tabs,.v326 .tabs{padding:6px;border-radius:16px;background:#eef2f7;display:inline-flex}.v33 .tab,.v326 .tab{border:0!important}.v33 .tab.active,.v326 .tab.active{box-shadow:0 7px 18px rgba(15,23,42,.18)}

/* Cleaner login */
.v33-mover-login{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px;align-items:stretch}.v33-login-promo{padding:28px;border-radius:24px;background:linear-gradient(150deg,#07111f,#15345d);color:#fff}.v33-login-promo p{color:#cbd5e1;line-height:1.7}.v33-login-promo a{display:inline-flex;margin-top:14px;color:#07111f;background:#67e8f9;padding:12px 16px;border-radius:13px;text-decoration:none;font-weight:900}.v33-login-form{padding:12px 8px}

@media(max-width:900px){.v33-entry-grid,.v33-register-layout,.v33-mover-login{grid-template-columns:1fr}.v33-register-story{position:relative;top:auto}.mover-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v33-checklist{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.entry-gateway{padding:8px}.gateway-card.v33-gateway{max-height:calc(100dvh - 16px);padding:22px;border-radius:26px}.v33-entry-grid,.v33-secondary-links,.v33-quick-grid{grid-template-columns:1fr}.v33-entry-card.primary{min-height:230px}.v33-secondary-links{gap:8px}.v33-register-shell{padding-inline:10px}.v33-register-story,.v33-register-card{border-radius:24px}.mover-grid{grid-template-columns:1fr!important}.v33-activation-head{display:block}.v33-checklist{grid-template-columns:1fr 1fr}.top-quick-access{display:none!important}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}


/* V33 — customer mover selection: two explicit paths, one order flow. */
.v33-mover-select{max-width:1180px;margin-inline:auto}.v33-selection-hero{padding:clamp(22px,4vw,44px);border:1px solid rgba(37,99,235,.13);border-radius:30px;background:radial-gradient(circle at 10% 0%,rgba(103,232,249,.2),transparent 38%),linear-gradient(145deg,#fff,#f5f9ff);box-shadow:0 26px 70px rgba(7,30,61,.11);margin-bottom:30px}.v33-selection-hero h1{max-width:720px;margin:8px auto 8px;text-align:center;font-size:clamp(2rem,5vw,4rem);letter-spacing:-.055em}.v33-selection-hero>p{max-width:720px;margin:0 auto 26px;text-align:center;font-size:1.06rem;line-height:1.7;color:#516078}.v33-selection-hero .eyebrow{text-align:center;color:#2563eb;font-weight:950;letter-spacing:.14em}.v33-choice-paths{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:900px;margin:auto}.v33-choice-path{appearance:none;border:1px solid rgba(15,38,71,.12);border-radius:20px;padding:18px 20px;background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;text-align:start;cursor:pointer;box-shadow:0 10px 26px rgba(15,38,71,.07);transition:.18s transform,.18s box-shadow,.18s border-color}.v33-choice-path:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(15,38,71,.13);border-color:rgba(37,99,235,.35)}.v33-choice-path.instant{color:#fff;background:linear-gradient(135deg,#071a34,#0b3b71);border-color:transparent}.v33-choice-path i{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:rgba(37,99,235,.1);font-style:normal;font-size:1.45rem}.v33-choice-path.instant i{background:rgba(103,232,249,.16)}.v33-choice-path span{display:flex;flex-direction:column;gap:4px}.v33-choice-path strong{font-size:1.02rem}.v33-choice-path small{color:#64748b;line-height:1.45}.v33-choice-path.instant small{color:#cbd5e1}.v33-choice-path>b{font-size:1.4rem}.v33-instant-engine{position:fixed!important;left:-9999px!important;top:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.v33-list-heading{scroll-margin-top:24px;display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 2px 17px;padding-bottom:14px;border-bottom:1px solid rgba(15,38,71,.1)}.v33-list-heading span{display:block;color:#2563eb;font-size:.76rem;font-weight:950;letter-spacing:.08em}.v33-list-heading h2{margin:3px 0 0;font-size:clamp(1.35rem,3vw,2rem)}.v33-list-heading>small{color:#64748b}.v33-mover-grid{align-items:stretch}.v33-mover-card{height:100%;position:relative;overflow:hidden}.v33-mover-card .mover-card-main{height:100%;display:flex!important;flex-direction:column;align-items:stretch!important;gap:11px!important;text-align:start!important;padding-top:48px!important}.v33-live-badge{position:absolute;top:14px;inset-inline-start:14px;display:inline-flex;align-items:center;gap:7px;width:max-content;padding:7px 10px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.75rem;font-weight:900}.v33-live-badge i{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 5px rgba(16,185,129,.11)}.v33-card-cta{margin-top:auto!important;display:flex!important;align-items:center;justify-content:space-between;width:100%;padding:12px 14px;border-radius:13px;background:#eff6ff;color:#1d4ed8;font-weight:950}.v33-card-cta b{font-size:1.15rem}.v33-contact-note{margin-top:24px!important;background:#f8fafc!important;border-style:solid!important;color:#64748b!important;font-size:.9rem!important}
@media(max-width:700px){.v33-choice-paths{grid-template-columns:1fr}.v33-selection-hero{padding:22px 15px;border-radius:23px}.v33-selection-hero h1{font-size:2.25rem}.v33-list-heading{align-items:flex-start;flex-direction:column;gap:4px}.v33-choice-path{padding:15px}.v33-mover-card .mover-card-main{padding-top:46px!important}}


/* V33 — focused post-registration activation wizard. */
.v33-activation-wizard{max-width:940px;margin:20px auto 0}.v33-wizard-head{text-align:center;margin-bottom:20px;padding:28px;border-radius:26px;background:linear-gradient(145deg,#f8fbff,#edf6ff);border:1px solid rgba(37,99,235,.13)}.v33-wizard-head>span{color:#2563eb;font-size:.78rem;font-weight:950;letter-spacing:.08em}.v33-wizard-head h2{font-size:clamp(1.55rem,4vw,2.5rem);letter-spacing:-.04em;margin:8px 0}.v33-wizard-head p{max-width:720px;margin:auto;color:#64748b;line-height:1.65}.v33-wizard-step{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:24px;margin:14px 0;border-radius:24px;background:#fff;border:1px solid rgba(15,38,71,.1);box-shadow:0 12px 32px rgba(15,38,71,.06)}.v33-step-number{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#0b3b71,#2563eb);color:#fff;font-size:1.25rem;font-weight:950;box-shadow:0 10px 22px rgba(37,99,235,.24)}.v33-step-content h3{margin:4px 0 5px;font-size:1.25rem}.v33-step-content>p{margin:0 0 17px;color:#64748b;line-height:1.55}.v33-wizard-grid{display:grid;grid-template-columns:1fr 1.4fr .65fr;gap:10px}.v33-wizard-grid label,.v33-fleet-grid label{display:flex;flex-direction:column;gap:7px;font-weight:800}.v33-street-field{position:relative}.v33-private-note{margin-top:12px;padding:10px 12px;border-radius:12px;background:#f0fdfa;color:#0f766e;font-size:.84rem}.v33-fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.v33-pricing-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.v33-pricing-choices button{appearance:none;border:1px solid #dbe4ef;background:#fff;border-radius:16px;padding:15px 12px;display:flex;flex-direction:column;gap:4px;cursor:pointer;text-align:center}.v33-pricing-choices button small{color:#64748b}.v33-pricing-choices button.selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px rgba(37,99,235,.1);color:#1d4ed8}.v33-estimate-toggle{display:flex;gap:11px;align-items:flex-start;margin-top:14px;padding:14px;border-radius:15px;background:#f8fafc;border:1px solid #e2e8f0}.v33-estimate-toggle input{margin-top:4px}.v33-estimate-toggle span{display:flex;flex-direction:column;gap:3px}.v33-estimate-toggle small{color:#64748b}.v33-activate-submit{width:100%;min-height:56px;font-size:1.04rem;margin-top:8px}.v33-locked-feature{display:flex;justify-content:space-between;gap:14px;align-items:center;margin:14px 0;padding:14px 16px;border-radius:15px;background:#fffbeb;border:1px solid #fde68a;color:#92400e}.v33-locked-feature span{font-size:.85rem}.v33-activation-wizard .address-suggestions{z-index:15}
@media(max-width:720px){.v33-wizard-step{grid-template-columns:1fr;padding:18px}.v33-step-number{width:42px;height:42px}.v33-wizard-grid,.v33-fleet-grid,.v33-pricing-choices{grid-template-columns:1fr}.v33-locked-feature{align-items:flex-start;flex-direction:column}.v33-wizard-head{padding:22px 16px}}


/* V34 — mobile production polish, install prompt and assistant availability */
.mover-install-prompt{position:fixed;z-index:2147481200;inset:auto max(14px,env(safe-area-inset-right)) max(14px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:13px 15px;border:1px solid rgba(148,163,184,.32);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(15,23,42,.22);backdrop-filter:blur(18px);color:#0f172a;direction:rtl}.mover-install-x{position:absolute;inset:8px 8px auto auto;width:26px;height:26px;border:0;border-radius:50%;background:#f1f5f9;color:#334155;font-size:20px;line-height:1;cursor:pointer}.mover-install-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;background:#eff6ff;overflow:hidden;box-shadow:inset 0 0 0 1px #dbeafe}.mover-install-icon img{width:100%;height:100%;object-fit:cover}.mover-install-copy{display:grid;gap:3px;padding-inline-start:2px}.mover-install-copy strong{font-size:15px;font-weight:950}.mover-install-copy span{font-size:12.5px;line-height:1.45;color:#475569}.mover-install-actions{display:flex;gap:8px;align-items:center}.mover-install-main,.mover-install-later{border:0;border-radius:999px;padding:10px 13px;font-weight:900;cursor:pointer;white-space:nowrap}.mover-install-main{background:#0f172a;color:#fff}.mover-install-later{background:#f1f5f9;color:#334155}
.pa-launch{z-index:2147482500!important;box-shadow:0 18px 54px rgba(15,23,42,.27),0 0 0 1px rgba(255,255,255,.65)!important;background:linear-gradient(145deg,#fff,#f8fbff)!important}.pa-launch i.pa-professional-avatar{border-radius:16px!important;box-shadow:0 10px 28px rgba(37,99,235,.3)!important}.pa-orbit-mark{filter:drop-shadow(0 10px 18px rgba(37,99,235,.28))}.pa-shell{z-index:2147482600!important}.system-overlay:not([hidden])~.pa-launch,.entry-gateway:not([hidden])~.pa-launch{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.pa-card{max-width:min(620px,calc(100vw - 16px))}
.v33-mover-card-title,.instant-mover-name{direction:rtl;text-align:right}.instant-mover-name strong{display:block;text-align:right}.instant-list-panel{min-width:0}.instant-map-layout{height:calc(100dvh - 69px)}
@media(max-width:900px){.instant-overlay-shell{height:100dvh;height:100svh;min-height:100svh}.instant-map-layout{height:auto;min-height:0;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:minmax(260px,44svh) minmax(230px,1fr)!important}.instant-list-panel{min-height:230px;max-height:none;overflow:hidden}.instant-list{min-height:148px;padding:10px 12px 14px;display:flex!important;gap:10px;overflow-x:auto!important;overflow-y:hidden!important;scroll-padding-inline:14px;-webkit-overflow-scrolling:touch}.instant-mover-card{min-width:min(88vw,390px)!important;grid-template-columns:58px 1fr!important;padding:11px!important}.instant-mover-logo{width:58px!important;height:58px!important}.instant-list-head h2{font-size:18px}.instant-list-head{padding:12px!important}.instant-map-tools{left:auto!important;right:10px!important;top:10px!important}.instant-marker{width:60px;height:60px}.instant-map-fallback{inset:auto 10px 10px 10px}}
@media(max-width:620px){.gateway-card.v33-gateway{width:100%!important;min-height:100svh!important;max-height:none!important;border-radius:0!important;padding:calc(20px + env(safe-area-inset-top)) 14px calc(24px + env(safe-area-inset-bottom))!important;overflow:auto!important}.entry-gateway{padding:0!important;align-items:stretch!important}.v33-entry-hero{margin-bottom:16px!important}.v33-entry-hero h1{font-size:clamp(31px,9vw,42px)!important;line-height:1.05!important}.v33-entry-hero p{font-size:15px!important;line-height:1.55!important}.v33-entry-grid{gap:12px!important}.v33-entry-card{padding:18px 16px!important;border-radius:22px!important;min-height:0!important;text-align:right}.v33-entry-card.primary{min-height:220px!important}.v33-entry-card .v33-icon{width:48px!important;height:48px!important;margin-bottom:13px!important}.v33-entry-card h2{font-size:27px!important}.v33-entry-card p{font-size:14px!important;line-height:1.55!important;margin-bottom:14px!important}.v33-secondary-links{display:grid!important;grid-template-columns:1fr!important}.v33-trust-row{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.topbar{padding-inline:12px!important}.mover-install-prompt{grid-template-columns:auto 1fr;gap:10px;padding:13px 12px 12px 12px;border-radius:22px}.mover-install-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;width:100%}.mover-install-main,.mover-install-later{width:100%;min-height:44px}.mover-install-copy strong{font-size:14px}.mover-install-copy span{font-size:12px}.pa-launch{right:auto!important;left:max(10px,env(safe-area-inset-left))!important;bottom:max(10px,env(safe-area-inset-bottom))!important;max-width:54px!important;width:54px!important;height:54px!important;padding:6px!important;border-radius:18px!important}.pa-launch>span:last-child{display:none!important}.pa-launch i.pa-professional-avatar{width:42px!important;height:42px!important}.pa-card{width:calc(100vw - 14px)!important;max-height:calc(100svh - 14px)!important;border-radius:24px 24px 18px 18px!important}.pa-shell{align-items:flex-end!important;padding:7px!important}.instant-overlay-head{padding-top:max(10px,env(safe-area-inset-top))}.instant-map-layout{grid-template-rows:minmax(235px,40svh) minmax(270px,1fr)!important}.instant-list-head p{font-size:12px}.instant-list-search{grid-template-columns:1fr 46px!important}.instant-mover-name{display:grid!important;gap:5px!important}.instant-now-chip{justify-self:start}.instant-mover-meta{font-size:11.5px}.instant-card-cta{font-size:12px!important}.instant-review-button{font-size:11px!important;padding:7px 9px!important}}
@media(max-width:360px){.v33-entry-card h2{font-size:23px!important}.v33-entry-card p{font-size:13px!important}.instant-mover-card{min-width:90vw!important}.instant-map-layout{grid-template-rows:220px minmax(280px,1fr)!important}.instant-list-head{padding:9px!important}.instant-list{padding:9px!important}.mover-install-prompt{inset:auto 8px max(8px,env(safe-area-inset-bottom)) 8px}.pa-launch{width:50px!important;height:50px!important}.pa-launch i.pa-professional-avatar{width:38px!important;height:38px!important}}

.login-warning{margin-top:12px;padding:12px 14px;border-radius:15px;background:#fff7ed;border:1px solid #fdba74;color:#9a3412;font-weight:850;line-height:1.5}.error-note{margin-top:12px;color:#991b1b;font-weight:850}
