/* Receptionist Max public homepage bundle 1.7.110. Generated from versioned theme sources. */

/* source: mhd-aicc-design-tokens.css */
/*
 * Receptionist Max — Unified Design Tokens (v1.4.0 Launch Polish)
 * -----------------------------------------------------------------
 * Single source of brand truth shared across:
 *   - Customer connector (WP admin, light surface)
 *   - Hosted admin platform (WP admin, light surface)
 *   - Auth gateway (front-end, dark surface)
 *   - Sales theme (front-end, dark surface)
 *
 * Each surface includes this file FIRST, then its own scoped CSS.
 * Legacy aliases (--mhd-good/--mhd-bad, --mhd-green/--mhd-danger,
 * --mhd-primary2 / --mhd-primary-2) are preserved so existing
 * stylesheets keep working with no churn.
 * -----------------------------------------------------------------
 */

:root {
  /* Brand --------------------------------------------------------- */
  --mhd-brand-500: #3d7bf5;     /* primary (front-end / marketing)   */
  --mhd-brand-600: #2563eb;     /* primary (admin chrome / actions)  */
  --mhd-brand-accent: #8b5cf6;  /* purple accent for gradients       */
  --mhd-brand-cyan: #06b6d4;    /* secondary accent for gradients    */

  /* Status (synced across light + dark) --------------------------- */
  --mhd-status-success: #10b981;
  --mhd-status-success-soft: #ecfdf5;
  --mhd-status-warning: #f59e0b;
  --mhd-status-warning-soft: #fffbeb;
  --mhd-status-danger:  #ef4444;
  --mhd-status-danger-soft:  #fef2f2;
  --mhd-status-info:    #3d7bf5;
  --mhd-status-info-soft: #eff6ff;

  /* Type scale ---------------------------------------------------- */
  --mhd-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system,
                   BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mhd-fs-xs: 12px;
  --mhd-fs-sm: 13px;
  --mhd-fs-md: 15px;
  --mhd-fs-lg: 18px;
  --mhd-fs-xl: 22px;
  --mhd-fs-2xl: 28px;
  --mhd-fs-3xl: 34px;

  /* Radii --------------------------------------------------------- */
  --mhd-r-sm: 10px;
  --mhd-r-md: 14px;
  --mhd-r-lg: 18px;
  --mhd-r-xl: 22px;
  --mhd-r-2xl: 28px;
  --mhd-r-pill: 999px;

  /* Spacing scale ------------------------------------------------- */
  --mhd-sp-1: 4px;
  --mhd-sp-2: 8px;
  --mhd-sp-3: 12px;
  --mhd-sp-4: 16px;
  --mhd-sp-5: 20px;
  --mhd-sp-6: 24px;
  --mhd-sp-8: 32px;

  /* Motion -------------------------------------------------------- */
  --mhd-ease: cubic-bezier(.2,.7,.2,1);
  --mhd-dur-fast: 140ms;
  --mhd-dur:      200ms;
  --mhd-dur-slow: 320ms;

  /* Shared gradients ---------------------------------------------- */
  --mhd-gradient-brand: linear-gradient(135deg, var(--mhd-brand-600), var(--mhd-brand-500));
  --mhd-gradient-rich:  linear-gradient(135deg, var(--mhd-brand-500), var(--mhd-brand-accent));
  --mhd-gradient-water: linear-gradient(135deg, var(--mhd-brand-600), var(--mhd-brand-cyan));

  /* Focus ring (accessible) --------------------------------------- */
  --mhd-focus-ring: 0 0 0 3px rgba(61, 123, 245, 0.32);
}

/* Light-surface palette (WP admin pages) */
.mhd-aicc-wrap,
.mhd-platform,
.mhd-aicc-light {
  --mhd-bg:        #f6f8fb;
  --mhd-bg-elevated:#ffffff;
  --mhd-card:      #ffffff;
  --mhd-card-2:    #f8fafc;
  --mhd-text:      #0f172a;
  --mhd-text-2:    #334155;
  --mhd-muted:     #64748b;
  --mhd-muted-2:   #94a3b8;
  --mhd-line:      #e2e8f0;
  --mhd-line-2:    #cbd5e1;
  --mhd-shadow-sm: 0 4px 12px rgba(15, 23, 42, .04);
  --mhd-shadow:    0 12px 32px rgba(15, 23, 42, .07);
  --mhd-shadow-lg: 0 22px 60px rgba(15, 23, 42, .10);

  /* Canonical primary on light is the deeper blue for AA contrast */
  --mhd-primary:   var(--mhd-brand-600);
  --mhd-primary2:  var(--mhd-brand-cyan);
  --mhd-primary-2: var(--mhd-brand-cyan);

  --mhd-good:      var(--mhd-status-success);
  --mhd-green:     var(--mhd-status-success);
  --mhd-bad:       var(--mhd-status-danger);
  --mhd-danger:    var(--mhd-status-danger);
  --mhd-amber:     var(--mhd-status-warning);
  --mhd-purple:    var(--mhd-brand-accent);

  color-scheme: light;
}

/* Dark-surface palette (front-end auth, portal, marketing) */
.mhd-auth-page,
.mhd-customer-portal,
body.mhd-aicc-sales-theme,
.mhd-aicc-dark {
  --mhd-bg:        #070b16;
  --mhd-bg-2:      #0b1120;
  --mhd-bg-3:      #10192c;
  --mhd-card:      #111c31;
  --mhd-card-2:    #15213a;
  --mhd-text:      #f2f6ff;
  --mhd-text-2:    #c8d4ed;
  --mhd-muted:     #94a6cc;
  --mhd-muted-2:   #7182a8;
  --mhd-line:      #22304c;
  --mhd-line-2:    #2d3f62;
  --mhd-shadow-sm: 0 8px 24px rgba(0, 0, 0, .25);
  --mhd-shadow:    0 24px 60px rgba(0, 0, 0, .35);
  --mhd-shadow-lg: 0 30px 80px rgba(0, 0, 0, .45);

  /* On dark surfaces the brighter brand-500 reads better */
  --mhd-primary:   var(--mhd-brand-500);
  --mhd-primary-2: var(--mhd-brand-cyan);
  --mhd-primary2:  var(--mhd-brand-cyan);

  --mhd-good:      var(--mhd-status-success);
  --mhd-green:     var(--mhd-status-success);
  --mhd-bad:       var(--mhd-status-danger);
  --mhd-danger:    var(--mhd-status-danger);
  --mhd-amber:     var(--mhd-status-warning);
  --mhd-purple:    var(--mhd-brand-accent);

  --mhd-radius:    var(--mhd-r-lg);
  --mhd-radius-sm: var(--mhd-r-md);
  --mhd-container: 1180px;

  color-scheme: dark;
}

/* Reduced-motion respect */
@media (prefers-reduced-motion: reduce) {
  :root {
    --mhd-dur-fast: 0ms;
    --mhd-dur: 0ms;
    --mhd-dur-slow: 0ms;
  }
}

/* source: main.css */
:root{
  --mhd-bg:#070b16;
  --mhd-bg-2:#0b1120;
  --mhd-bg-3:#10192c;
  --mhd-card:#111c31;
  --mhd-card-2:#15213a;
  --mhd-line:#22304c;
  --mhd-line-2:#2d3f62;
  --mhd-text:#f2f6ff;
  --mhd-muted:#94a6cc;
  --mhd-muted-2:#657799;
  --mhd-primary:#3d7bf5;
  --mhd-primary-2:#6aa3ff;
  --mhd-purple:#8b5cf6;
  --mhd-green:#10b981;
  --mhd-amber:#f59e0b;
  --mhd-danger:#ef4444;
  --mhd-radius:18px;
  --mhd-radius-sm:12px;
  --mhd-shadow:0 24px 80px rgba(0,0,0,.42);
  --mhd-container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.mhd-aicc-sales-theme{margin:0;background:var(--mhd-bg);color:var(--mhd-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
.screen-reader-text,.mhd-skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.mhd-skip-link:focus{position:fixed;left:18px;top:18px;width:auto;height:auto;background:#fff;color:#000;padding:12px 16px;border-radius:10px;z-index:999999}
.mhd-container{width:min(var(--mhd-container),calc(100% - 40px));margin-inline:auto}
body.admin-bar .mhd-site-header{top:32px}
.mhd-site-header{position:sticky;top:0;z-index:100;background:rgba(7,11,22,.72);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}
.mhd-header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.mhd-brand{display:inline-flex;align-items:center;min-width:0}
.mhd-brand-logo img{display:block;max-height:46px;width:auto}
.mhd-brand-logo--lockup{display:block;width:260px;max-width:calc(100vw - 100px);min-width:0;flex:0 1 260px}
.mhd-brand-logo--lockup img{width:100%;height:auto;max-height:46px;object-fit:contain;object-position:left center;filter:drop-shadow(0 10px 18px rgba(37,99,235,.18))}
.mhd-brand-footer .mhd-brand-logo--lockup{width:270px;max-width:100%;flex-basis:270px}
.mhd-brand-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--mhd-primary),var(--mhd-purple));box-shadow:0 14px 34px rgba(61,123,245,.24);font-weight:800;letter-spacing:-.04em;color:#fff;flex:0 0 auto}
.mhd-primary-nav{display:flex;align-items:center;gap:24px;margin-left:auto}
.mhd-menu{display:flex;align-items:center;gap:6px;margin:0;padding:0;list-style:none}
.mhd-menu a{display:inline-flex;padding:10px 12px;border-radius:999px;color:var(--mhd-muted);font-size:14px;font-weight:650;transition:.18s ease}
.mhd-menu a:hover,.mhd-menu a:focus{color:#fff;background:rgba(255,255,255,.06)}
.mhd-header-actions,.mhd-button-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.mhd-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:11px 17px;font-size:14px;font-weight:800;line-height:1;border:1px solid transparent;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;cursor:pointer;white-space:nowrap}
.mhd-btn svg{width:17px;height:17px}
.mhd-btn:hover{transform:translateY(-1px)}
.mhd-btn-primary{background:linear-gradient(135deg,var(--mhd-primary),#6a5cf6);color:#fff;box-shadow:0 16px 38px rgba(61,123,245,.28)}
.mhd-btn-primary:hover{box-shadow:0 22px 48px rgba(61,123,245,.35)}
.mhd-btn-soft{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.1);color:#fff}
.mhd-btn-soft:hover{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.16)}
.mhd-btn-ghost{background:transparent;border-color:rgba(255,255,255,.12);color:var(--mhd-muted)}
.mhd-btn-ghost:hover{color:#fff;background:rgba(255,255,255,.06)}
.mhd-btn-lg{padding:15px 22px;font-size:15px}
.mhd-btn-full{width:100%}
.mhd-mobile-toggle{display:none;background:transparent;border:0;padding:8px;margin-left:auto}
.mhd-mobile-toggle span:not(.screen-reader-text){display:block;width:24px;height:2px;background:#fff;margin:5px 0;border-radius:9px;transition:.2s ease}
.mhd-site-main{overflow:hidden}
.mhd-hero{position:relative;min-height:760px;padding:98px 0 84px;background:radial-gradient(circle at 20% 0%,rgba(61,123,245,.24),transparent 32%),radial-gradient(circle at 78% 12%,rgba(139,92,246,.22),transparent 30%),linear-gradient(180deg,#090e1c 0%,#070b16 100%)}
.mhd-hero-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,#000 0%,transparent 90%);opacity:.62;pointer-events:none}
.mhd-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:54px;align-items:center}
.mhd-pill,.mhd-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(61,123,245,.12);border:1px solid rgba(61,123,245,.28);color:#9dc1ff;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.mhd-live-dot{width:8px;height:8px;border-radius:50%;background:var(--mhd-green);box-shadow:0 0 0 5px rgba(16,217,138,.12);animation:mhdPulse 1.8s infinite}
@keyframes mhdPulse{50%{opacity:.5;box-shadow:0 0 0 9px rgba(16,217,138,.04)}}
.mhd-hero h1,.mhd-page-hero h1{margin:18px 0 18px;font-size:clamp(42px,6vw,78px);line-height:.96;letter-spacing:-.07em;color:#fff;max-width:900px}
.mhd-hero-lede,.mhd-page-hero p{font-size:clamp(17px,2.1vw,21px);color:var(--mhd-muted);max-width:720px;margin:0 0 28px}
.mhd-trust-row{display:flex;align-items:center;gap:14px 18px;flex-wrap:wrap;margin-top:24px;color:var(--mhd-muted);font-size:13px;font-weight:750}
.mhd-trust-row span{display:inline-flex;align-items:center;gap:6px}
.mhd-trust-row svg{width:16px;height:16px;color:var(--mhd-green)}
.mhd-hero-visual{position:relative;margin:0}
.mhd-dashboard-preview{height:500px;background:linear-gradient(145deg,rgba(18,28,47,.96),rgba(9,15,29,.96));border:1px solid rgba(255,255,255,.1);border-radius:28px;box-shadow:var(--mhd-shadow);display:grid;grid-template-columns:78px 1fr;overflow:hidden;transform:perspective(1100px) rotateY(-7deg) rotateX(2deg);transform-origin:center}
.mhd-preview-sidebar{background:#0c1324;border-right:1px solid rgba(255,255,255,.08);padding:18px 14px;display:flex;flex-direction:column;align-items:center;gap:14px}
.mhd-preview-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--mhd-primary),var(--mhd-purple));display:grid;place-items:center;font-weight:900;color:#fff;margin-bottom:10px}
.mhd-preview-sidebar span{width:42px;height:10px;border-radius:99px;background:rgba(148,166,204,.18)}
.mhd-preview-sidebar span.active{height:34px;background:rgba(61,123,245,.26);border:1px solid rgba(61,123,245,.36)}
.mhd-preview-main{padding:22px;display:flex;flex-direction:column;gap:18px}
.mhd-preview-top{display:flex;justify-content:space-between;align-items:flex-start;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);padding:16px;border-radius:18px}
.mhd-preview-top strong{display:block;font-size:16px;letter-spacing:-.02em}.mhd-preview-top small{display:block;color:var(--mhd-muted-2);font-size:12px}.mhd-preview-top em{font-style:normal;color:var(--mhd-green);background:rgba(16,217,138,.12);border:1px solid rgba(16,217,138,.25);padding:5px 10px;border-radius:999px;font-size:12px;font-weight:850}
.mhd-preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mhd-preview-metrics div{padding:15px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07)}.mhd-preview-metrics small{display:block;color:var(--mhd-muted-2);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.mhd-preview-metrics strong{font-size:28px;letter-spacing:-.05em;color:#fff}
.mhd-preview-chart{height:150px;background:rgba(61,123,245,.05);border:1px solid rgba(61,123,245,.14);border-radius:18px;padding:18px;display:flex;align-items:end;gap:12px}.mhd-preview-chart span{flex:1;border-radius:8px 8px 2px 2px;background:linear-gradient(180deg,#6aa3ff,#3d7bf5)}
.mhd-preview-table{display:flex;flex-direction:column;gap:8px}.mhd-preview-table div{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:11px 13px;border-radius:12px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06);color:var(--mhd-muted);font-size:12px}.mhd-preview-table b{color:var(--mhd-green);font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.mhd-floating-card{position:absolute;background:rgba(17,28,49,.92);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 48px rgba(0,0,0,.32);backdrop-filter:blur(16px);border-radius:18px;padding:14px 16px;display:flex;flex-direction:column;min-width:108px}.mhd-floating-card strong{font-size:26px;line-height:1;letter-spacing:-.05em}.mhd-floating-card span{font-size:12px;color:var(--mhd-muted);font-weight:750}.mhd-floating-card.one{left:-18px;bottom:72px}.mhd-floating-card.two{right:-10px;top:52px}
.mhd-section{position:relative;padding:96px 0;background:var(--mhd-bg)}.mhd-section-alt{background:linear-gradient(180deg,#0b1120 0%,#080d19 100%);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.mhd-logo-strip{padding:26px 0;background:#0a1020;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.mhd-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mhd-stat-grid div{padding:20px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);text-align:center}.mhd-stat-grid strong{display:block;font-size:30px;letter-spacing:-.05em;color:#fff}.mhd-stat-grid span{display:block;color:var(--mhd-muted-2);font-size:12px;text-transform:uppercase;letter-spacing:.07em;font-weight:800}
.mhd-two-col{display:grid;grid-template-columns:1fr 1fr;gap:54px}.mhd-align-center{align-items:center}.mhd-section h2,.mhd-final-cta h2{font-size:clamp(34px,4vw,55px);line-height:1.02;letter-spacing:-.055em;margin:16px 0;color:#fff}.mhd-section p{color:var(--mhd-muted);margin:0}.mhd-section-heading{text-align:center;max-width:820px;margin:0 auto 44px}.mhd-section-heading.narrow{max-width:680px}.mhd-stack-list{display:grid;gap:14px;margin-top:26px}.mhd-stack-list div{display:grid;grid-template-columns:34px 1fr;gap:2px 13px;padding:16px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}.mhd-stack-list span{grid-row:1 / span 2;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(16,217,138,.1);color:var(--mhd-green)}.mhd-stack-list svg{width:18px;height:18px}.mhd-stack-list strong{color:#fff;letter-spacing:-.02em}.mhd-stack-list p{font-size:14px}
.mhd-connect-panel,.mhd-connect-card,.mhd-feature-card,.mhd-process-card,.mhd-price-card,.mhd-callback-shell,.mhd-fallback-form,.mhd-page-content,.mhd-post-card{background:linear-gradient(180deg,rgba(17,28,49,.96),rgba(13,22,39,.96));border:1px solid rgba(255,255,255,.08);border-radius:var(--mhd-radius);box-shadow:0 18px 70px rgba(0,0,0,.25)}
.mhd-connect-panel{padding:24px}.mhd-panel-header{display:flex;align-items:center;gap:13px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:12px}.mhd-panel-icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--mhd-primary),var(--mhd-purple));display:grid;place-items:center;font-weight:900}.mhd-panel-header strong{display:block;color:#fff}.mhd-panel-header small{display:block;color:var(--mhd-muted-2)}.mhd-setup-line{display:grid;grid-template-columns:34px 1fr;gap:0 12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07)}.mhd-setup-line span{grid-row:1 / span 2;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);font-weight:900;color:var(--mhd-muted)}.mhd-setup-line.done span{background:rgba(16,217,138,.1);border-color:rgba(16,217,138,.24);color:var(--mhd-green)}.mhd-setup-line strong{font-size:14px;color:#fff}.mhd-setup-line small{font-size:12px;color:var(--mhd-muted-2)}.mhd-connect-panel .mhd-btn{margin-top:18px}
.mhd-feature-grid{display:grid;gap:16px}.mhd-feature-grid.three{grid-template-columns:repeat(3,1fr)}.mhd-feature-grid.four{grid-template-columns:repeat(4,1fr)}.mhd-feature-card{padding:24px;transition:.18s ease}.mhd-feature-card:hover{transform:translateY(-4px);border-color:rgba(61,123,245,.3)}.mhd-icon{width:46px;height:46px;border-radius:14px;background:rgba(61,123,245,.12);color:var(--mhd-primary-2);display:grid;place-items:center;margin-bottom:18px}.mhd-icon svg{width:24px;height:24px}.mhd-feature-card h3,.mhd-process-card h3,.mhd-price-card h3{margin:0 0 8px;color:#fff;line-height:1.2;letter-spacing:-.03em}.mhd-feature-card p,.mhd-process-card p,.mhd-price-card p{font-size:14px;color:var(--mhd-muted)}
.mhd-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mhd-process-card{padding:24px;position:relative;overflow:hidden}.mhd-process-card:before{content:"";position:absolute;right:-44px;top:-44px;width:120px;height:120px;border-radius:50%;background:rgba(61,123,245,.08)}.mhd-process-card span{display:inline-flex;color:var(--mhd-primary-2);font-weight:900;font-size:12px;letter-spacing:.12em;margin-bottom:18px}
.mhd-pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mhd-price-card{padding:26px}.mhd-price-card.featured{border-color:rgba(61,123,245,.55);box-shadow:0 28px 90px rgba(61,123,245,.16)}.mhd-plan-label{display:inline-flex;color:#9dc1ff;background:rgba(61,123,245,.12);border:1px solid rgba(61,123,245,.24);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.mhd-price-card h3{font-size:44px;margin:18px 0 8px}.mhd-price-card h3 span{font-size:16px;color:var(--mhd-muted);font-weight:600}.mhd-price-card ul{list-style:none;margin:22px 0;padding:0;display:grid;gap:10px}.mhd-price-card li{position:relative;padding-left:26px;color:var(--mhd-muted);font-size:14px}.mhd-price-card li:before{content:"✓";position:absolute;left:0;top:0;color:var(--mhd-green);font-weight:900}
.mhd-start-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:start}.mhd-callback-shell{padding:24px}.mhd-fallback-form{padding:22px}.mhd-fallback-form h3{margin:0 0 8px;color:#fff}.mhd-callback-shell input,.mhd-callback-shell textarea,.mhd-callback-shell select,.mhd-callback-shell .input{width:100%;background:#0d1628!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;border-radius:12px!important;padding:12px 14px!important}.mhd-callback-shell label{color:var(--mhd-muted)!important;font-weight:750!important}.mhd-callback-shell button,.mhd-callback-shell input[type=submit]{background:linear-gradient(135deg,var(--mhd-primary),#6a5cf6)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:13px 18px!important;font-weight:850!important}
.mhd-faq-wrap{max-width:900px}.mhd-faq-list{display:grid;gap:12px}.mhd-faq-item{width:100%;text-align:left;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035);color:#fff;position:relative;overflow:hidden}.mhd-faq-toggle{appearance:none;display:block;width:100%;position:relative;text-align:left;border:0;background:transparent;color:inherit;padding:18px 56px 18px 20px;cursor:pointer}.mhd-faq-toggle span{display:block;font-weight:850;letter-spacing:-.02em}.mhd-faq-toggle em{position:absolute;right:18px;top:15px;font-style:normal;font-size:24px;color:var(--mhd-primary-2);transition:transform .18s ease}.mhd-faq-toggle:focus-visible{outline:3px solid rgba(96,165,250,.82);outline-offset:-3px}.mhd-faq-answer{padding:0 20px 18px}.mhd-faq-answer[hidden]{display:none}.mhd-faq-answer p{margin:0;color:var(--mhd-muted);font-size:14px}.mhd-faq-item.is-expanded{border-color:rgba(61,123,245,.34);background:rgba(61,123,245,.08)}.mhd-faq-toggle[aria-expanded=true] em{transform:rotate(45deg)}
.mhd-final-cta{padding:84px 0;background:radial-gradient(circle at 20% 0%,rgba(61,123,245,.25),transparent 34%),linear-gradient(135deg,#0e1730,#080d19);border-top:1px solid rgba(255,255,255,.08)}.mhd-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}.mhd-final-cta p{color:var(--mhd-muted);max-width:680px;margin:0}
.mhd-page-hero{padding:96px 0 58px;background:radial-gradient(circle at 20% 0%,rgba(61,123,245,.22),transparent 33%),linear-gradient(180deg,#090e1c,#070b16);border-bottom:1px solid rgba(255,255,255,.07)}.mhd-page-hero h1{font-size:clamp(38px,5vw,66px)}.mhd-content-wrap{max-width:840px}.mhd-page-content{padding:34px}.mhd-page-content :where(h2,h3,h4){color:#fff;letter-spacing:-.035em}.mhd-page-content :where(p,li){color:var(--mhd-muted)}.mhd-page-content a{color:#9dc1ff;text-decoration:underline;text-underline-offset:3px}.mhd-post-list{display:grid;gap:18px}.mhd-post-card{padding:26px}.mhd-post-card h2{margin:0 0 8px;color:#fff}.mhd-post-meta{font-size:13px;color:var(--mhd-muted-2);margin-bottom:10px}.mhd-empty-state{text-align:center;padding:60px;border:1px dashed rgba(255,255,255,.14);border-radius:18px}.mhd-pagination{color:#fff}.mhd-404{text-align:center}.mhd-404 .mhd-button-row{justify-content:center}
.mhd-connect-card{display:flex;gap:16px;padding:22px}.mhd-connect-card__icon{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,var(--mhd-primary),var(--mhd-purple));display:grid;place-items:center;font-weight:900;flex:0 0 auto}.mhd-connect-card h3{margin:0 0 8px;color:#fff}.mhd-connect-card p{color:var(--mhd-muted);margin:0 0 16px}
.mhd-site-footer{background:#070b16;border-top:1px solid rgba(255,255,255,.08);padding:52px 0 28px}.mhd-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:34px}.mhd-site-footer p{color:var(--mhd-muted);max-width:430px}.mhd-site-footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--mhd-muted-2);margin:0 0 12px}.mhd-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:8px}.mhd-footer-links a{color:var(--mhd-muted);font-weight:700}.mhd-footer-links a:hover{color:#fff}.mhd-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.07);margin-top:34px;padding-top:22px;color:var(--mhd-muted-2);font-size:13px}
@media (max-width:1020px){body.admin-bar .mhd-site-header{top:46px}.mhd-hero-grid,.mhd-two-col,.mhd-start-grid{grid-template-columns:1fr}.mhd-hero{padding-top:76px}.mhd-hero-visual{max-width:720px}.mhd-dashboard-preview{transform:none}.mhd-feature-grid.three,.mhd-feature-grid.four,.mhd-pricing-grid{grid-template-columns:1fr 1fr}.mhd-process-grid,.mhd-stat-grid{grid-template-columns:1fr 1fr}.mhd-final-cta-inner{align-items:flex-start;flex-direction:column}}
@media (max-width:780px){.mhd-header-inner{height:68px}.mhd-brand-logo--lockup{width:205px;flex-basis:205px}.mhd-mobile-toggle{display:block}.mhd-primary-nav{position:fixed;left:20px;right:20px;top:78px;display:none;flex-direction:column;align-items:stretch;gap:16px;background:rgba(12,19,36,.98);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:18px;box-shadow:var(--mhd-shadow)}body.admin-bar .mhd-primary-nav{top:114px}.mhd-primary-nav.is-open{display:flex}.mhd-menu{flex-direction:column;align-items:stretch}.mhd-menu a{width:100%;border-radius:12px}.mhd-header-actions{width:100%}.mhd-header-actions .mhd-btn{flex:1}.mhd-hero h1{font-size:43px}.mhd-hero{min-height:auto}.mhd-feature-grid.three,.mhd-feature-grid.four,.mhd-pricing-grid,.mhd-process-grid,.mhd-stat-grid,.mhd-footer-grid{grid-template-columns:1fr}.mhd-dashboard-preview{height:auto;min-height:420px;grid-template-columns:58px 1fr}.mhd-preview-metrics{grid-template-columns:1fr}.mhd-preview-chart{height:110px}.mhd-floating-card{display:none}.mhd-section{padding:70px 0}.mhd-footer-bottom{flex-direction:column;align-items:flex-start}.mhd-page-content{padding:24px}}
@media (max-width:520px){.mhd-container{width:min(100% - 28px,var(--mhd-container))}.mhd-btn{width:100%}.mhd-button-row{width:100%}.mhd-hero{padding:52px 0}.mhd-hero h1{font-size:38px}.mhd-dashboard-preview{display:none}.mhd-trust-row{display:grid}.mhd-hero-copy{padding-bottom:20px}.mhd-section h2,.mhd-final-cta h2{font-size:34px}.mhd-connect-card{flex-direction:column}.mhd-stat-grid strong{font-size:26px}}
.mhd-callback-shell .mhd-aicc-callback-form{display:grid;gap:14px}
.mhd-callback-shell .mhd-aicc-callback-form label{display:grid;gap:7px;color:var(--mhd-muted);font-size:13px;font-weight:850}
.mhd-callback-shell .mhd-aicc-callback-success,.mhd-callback-shell .mhd-aicc-callback-error{padding:12px 14px;border-radius:12px;margin-bottom:14px;font-weight:800}
.mhd-callback-shell .mhd-aicc-callback-success{background:rgba(16,217,138,.1);border:1px solid rgba(16,217,138,.22);color:var(--mhd-green)}
.mhd-callback-shell .mhd-aicc-callback-error{background:rgba(240,82,82,.1);border:1px solid rgba(240,82,82,.22);color:var(--mhd-danger)}
body.mhd-aicc-sales-theme{font-family:'Geist',Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.mhd-hero-image-card{height:500px;background:linear-gradient(145deg,rgba(18,28,47,.96),rgba(9,15,29,.96));border:1px solid rgba(255,255,255,.1);border-radius:28px;box-shadow:var(--mhd-shadow);overflow:hidden;transform:perspective(1100px) rotateY(-7deg) rotateX(2deg);transform-origin:center;padding:10px}
.mhd-hero-image-card img{width:100%;height:100%;object-fit:cover;border-radius:20px;display:block}
.mhd-footer-widget-area{margin-top:18px;color:var(--mhd-muted)}
.mhd-footer-widget-area .widget-title{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--mhd-muted-2);margin:0 0 10px}
.customize-control textarea{min-height:86px}
@media (max-width:1020px){.mhd-hero-image-card{transform:none}.mhd-hero-image-card{max-width:720px}}
@media (max-width:780px){.mhd-hero-image-card{height:380px}}
@media (max-width:520px){.mhd-hero-image-card{display:none}}

.mhd-portal-preview{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:stretch;margin-top:34px}
.mhd-portal-tabs{display:grid;gap:10px;align-content:start;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:rgba(255,255,255,.035)}
.mhd-portal-tabs button{appearance:none;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:var(--mhd-muted);border-radius:14px;padding:13px 14px;text-align:left;font-weight:850;cursor:pointer;transition:.18s ease}
.mhd-portal-tabs button:hover,.mhd-portal-tabs button:focus{color:#fff;border-color:rgba(61,123,245,.34);background:rgba(61,123,245,.08)}
.mhd-portal-tabs button.is-active{color:#fff;background:linear-gradient(135deg,rgba(61,123,245,.34),rgba(139,92,246,.22));border-color:rgba(109,156,255,.45);box-shadow:0 14px 34px rgba(61,123,245,.16)}
.mhd-portal-screen{min-height:430px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:linear-gradient(145deg,rgba(18,28,47,.98),rgba(9,15,29,.98));box-shadow:var(--mhd-shadow);overflow:hidden}
.mhd-portal-windowbar{height:58px;display:flex;align-items:center;gap:8px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:var(--mhd-muted);font-size:13px}
.mhd-portal-windowbar span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.25)}
.mhd-portal-windowbar strong{margin-left:auto;color:#fff;font-size:13px;letter-spacing:.02em}
.mhd-portal-panel{display:none;grid-template-columns:minmax(0,1fr) 250px;gap:26px;padding:34px;align-items:center;min-height:372px}
.mhd-portal-panel.is-active{display:grid;animation:mhdFadeUp .2s ease both}
@keyframes mhdFadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.mhd-portal-panel small{display:inline-flex;margin-bottom:12px;color:#9dc1ff;background:rgba(61,123,245,.12);border:1px solid rgba(61,123,245,.24);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.mhd-portal-panel h3{font-size:clamp(30px,4vw,48px);line-height:1.02;letter-spacing:-.055em;margin:0 0 14px;color:#fff}
.mhd-portal-panel p{font-size:17px;color:var(--mhd-muted);margin:0;max-width:650px}
.mhd-portal-cards{display:grid;gap:12px}
.mhd-portal-cards span{display:grid;gap:6px;align-content:center;min-height:76px;border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden;padding:14px 16px;box-shadow:0 14px 28px rgba(0,0,0,.16)}
.mhd-portal-cards span:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,var(--mhd-primary),var(--mhd-purple));opacity:.85}
.mhd-portal-cards span small{display:block;margin:0;color:var(--mhd-muted-2);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;background:transparent;border:0;padding:0;border-radius:0}
.mhd-portal-cards span strong{display:block;color:#fff;font-size:17px;line-height:1.15}
@media (max-width:1020px){.mhd-portal-preview{grid-template-columns:1fr}.mhd-portal-tabs{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.mhd-portal-tabs button{flex:0 0 auto;scroll-snap-align:start}.mhd-portal-panel{grid-template-columns:1fr}.mhd-portal-cards{grid-template-columns:repeat(3,1fr)}}
@media (max-width:780px){.mhd-portal-panel{padding:24px}.mhd-portal-cards{grid-template-columns:1fr}.mhd-portal-screen{min-height:0}}


/* Customer login / registration */
.mhd-auth-page{position:relative;padding:92px 0 104px;background:radial-gradient(circle at 12% 0%,rgba(61,123,245,.25),transparent 34%),radial-gradient(circle at 88% 12%,rgba(139,92,246,.18),transparent 28%),linear-gradient(180deg,#080d19 0%,var(--mhd-bg) 100%);min-height:calc(100vh - 78px)}
.mhd-auth-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:42px;align-items:start}
.mhd-auth-copy{position:sticky;top:118px;padding-top:20px}.mhd-auth-copy h1{font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.065em;margin:18px 0;color:#fff}.mhd-auth-copy p{color:var(--mhd-muted);font-size:19px;max-width:680px;margin:0 0 24px}.mhd-auth-bullets{display:grid;gap:12px}.mhd-auth-bullets span{display:flex;align-items:center;gap:10px;color:var(--mhd-muted);font-weight:800}.mhd-auth-bullets svg{width:18px;height:18px;color:var(--mhd-green)}
.mhd-auth-card{background:linear-gradient(145deg,rgba(18,28,47,.96),rgba(9,15,29,.98));border:1px solid rgba(255,255,255,.11);border-radius:30px;box-shadow:var(--mhd-shadow);padding:24px;backdrop-filter:blur(16px)}
.mhd-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:6px;margin-bottom:20px}.mhd-auth-tabs button{appearance:none;border:0;border-radius:13px;padding:12px 14px;background:transparent;color:var(--mhd-muted);font-weight:900;cursor:pointer;transition:.18s ease}.mhd-auth-tabs button.is-active{color:#fff;background:linear-gradient(135deg,rgba(61,123,245,.9),rgba(139,92,246,.78));box-shadow:0 12px 28px rgba(61,123,245,.22)}
.mhd-auth-form{display:none}.mhd-auth-form.is-active{display:block;animation:mhdFadeUp .18s ease both}.mhd-auth-form h2,.mhd-auth-account h2{font-size:30px;line-height:1.08;letter-spacing:-.045em;color:#fff;margin:0 0 8px}.mhd-auth-form p,.mhd-auth-account p{color:var(--mhd-muted);margin:0 0 18px}.mhd-auth-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mhd-auth-field{display:grid;gap:7px;margin-bottom:14px}.mhd-auth-field--full{grid-column:1/-1}.mhd-auth-field--half{grid-column:auto}.mhd-auth-field span{color:var(--mhd-muted);font-size:13px;font-weight:850}.mhd-auth-field em{color:var(--mhd-danger);font-style:normal}.mhd-auth-field input,.mhd-auth-field textarea,.mhd-auth-field select,.mhd-auth-copy-grid input{width:100%;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.06);color:#fff;border-radius:14px;padding:12px 13px;outline:none;transition:.18s ease}.mhd-auth-field input:focus,.mhd-auth-field textarea:focus,.mhd-auth-field select:focus,.mhd-auth-copy-grid input:focus{border-color:rgba(61,123,245,.62);box-shadow:0 0 0 4px rgba(61,123,245,.13)}.mhd-auth-field select option{background:#0c1324;color:#fff}.mhd-auth-choice-list{display:grid;gap:8px}.mhd-auth-choice-list label,.mhd-auth-checkbox,.mhd-auth-checkline{display:flex;align-items:flex-start;gap:10px;color:var(--mhd-muted);font-weight:750}.mhd-auth-checkline{margin:6px 0 18px;font-size:13px}.mhd-auth-checkline input,.mhd-auth-choice-list input,.mhd-auth-checkbox input{margin-top:4px;accent-color:var(--mhd-primary)}
.mhd-auth-small-link{display:inline-flex;margin-top:13px;color:#9dc1ff;font-weight:800}.mhd-auth-notice{padding:13px 15px;border-radius:14px;margin-bottom:16px;font-weight:750}.mhd-auth-notice ul{margin:8px 0 0 18px}.mhd-auth-notice.success{background:rgba(16,217,138,.1);border:1px solid rgba(16,217,138,.24);color:var(--mhd-green)}.mhd-auth-notice.error{background:rgba(240,82,82,.1);border:1px solid rgba(240,82,82,.26);color:#ffb5b5}
.mhd-auth-account-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.mhd-auth-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.mhd-auth-status-grid span,.mhd-auth-connector-box{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);border-radius:18px;padding:15px}.mhd-auth-status-grid small{display:block;color:var(--mhd-muted-2);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.mhd-auth-status-grid strong{display:block;color:#fff;font-size:15px;word-break:break-word}.mhd-auth-connector-box h3{font-size:20px;margin:0 0 6px;color:#fff}.mhd-auth-copy-grid{display:grid;gap:12px;margin-top:16px}.mhd-auth-copy-grid label{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}.mhd-auth-copy-grid label>span{grid-column:1/-1;color:var(--mhd-muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.mhd-auth-copy-grid button{border:1px solid rgba(61,123,245,.45);background:rgba(61,123,245,.16);color:#fff;border-radius:12px;padding:12px 14px;font-weight:900;cursor:pointer}.mhd-auth-copy-grid button:disabled{opacity:.55;cursor:not-allowed}
@media (max-width:1020px){.mhd-auth-shell{grid-template-columns:1fr}.mhd-auth-copy{position:relative;top:auto;padding-top:0}.mhd-auth-card{max-width:760px}.mhd-auth-status-grid{grid-template-columns:1fr}}
@media (max-width:640px){.mhd-auth-page{padding:58px 0 72px}.mhd-auth-card{padding:18px;border-radius:22px}.mhd-auth-fields{grid-template-columns:1fr}.mhd-auth-field--half{grid-column:1/-1}.mhd-auth-account-head{display:grid}.mhd-auth-copy-grid label{grid-template-columns:1fr}.mhd-auth-copy h1{font-size:38px}}

/* v0.9.12 public/customer form control hardening */
.mhd-auth-shell *,
.mhd-customer-portal *,
.mhd-callback-shell * { box-sizing: border-box; }
.mhd-auth-shell input[type="radio"],
.mhd-auth-shell input[type="checkbox"],
.mhd-customer-portal input[type="radio"],
.mhd-customer-portal input[type="checkbox"],
.mhd-callback-shell input[type="radio"],
.mhd-callback-shell input[type="checkbox"] { width: auto !important; min-width: 0 !important; height: auto !important; padding: 0 !important; margin: 3px 0 0 !important; box-shadow: none !important; accent-color: var(--mhd-primary); flex: 0 0 auto; }
.mhd-auth-shell input[type="hidden"],
.mhd-customer-portal input[type="hidden"],
.mhd-callback-shell input[type="hidden"] { display: none !important; }
.mhd-auth-choice-list label,
.mhd-auth-checkbox,
.mhd-auth-checkline,
.mhd-plan-card,
.mhd-inline-check { min-width: 0; }
.mhd-auth-choice-list label span,
.mhd-plan-card span { min-width: 0; }


/* Platform / connector sync clarity */
.mhd-sync-note,.mhd-connector-truth-card,.mhd-auth-context{border:1px solid rgba(109,156,255,.24);background:linear-gradient(135deg,rgba(61,123,245,.12),rgba(139,92,246,.08));border-radius:20px;box-shadow:0 18px 42px rgba(0,0,0,.16)}
.mhd-sync-note{display:grid;gap:7px;padding:15px 16px;margin:16px 0;color:#fff}
.mhd-sync-note strong{font-size:14px;letter-spacing:-.015em}
.mhd-sync-note span{color:var(--mhd-muted);font-size:13px;line-height:1.45}
.mhd-connector-truth-card{margin-top:18px;padding:22px}
.mhd-connector-truth-card h3{margin:6px 0 8px;color:#fff;font-size:22px;letter-spacing:-.035em}
.mhd-connector-truth-card p{margin:0;color:var(--mhd-muted);line-height:1.65}
.mhd-auth-context{max-width:960px;margin:0 auto 24px;padding:26px;text-align:center}
.mhd-auth-context h1{margin:8px auto 10px;max-width:760px;color:#fff;font-size:clamp(28px,4vw,46px);line-height:1.05;letter-spacing:-.055em}
.mhd-auth-context p{margin:0 auto;max-width:760px;color:var(--mhd-muted);font-size:16px;line-height:1.65}
@media (max-width:780px){.mhd-auth-context{text-align:left;padding:22px}.mhd-connector-truth-card{padding:18px}.mhd-sync-note{padding:14px}}


/* v1.6.4 full customer portal OS shell */
.mhd-portal-os-page{padding:42px 0 70px;background:radial-gradient(circle at 12% 0,rgba(61,123,245,.22),transparent 34%),radial-gradient(circle at 90% 10%,rgba(139,92,246,.18),transparent 34%)}
.mhd-portal-os-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr);gap:24px;align-items:stretch;margin:0 0 24px}
.mhd-portal-os-hero h1{font-size:clamp(34px,5vw,64px);line-height:.98;letter-spacing:-.06em;margin:10px 0 14px;color:var(--mhd-text,#f2f6ff)}
.mhd-portal-os-hero p{max-width:760px;color:var(--mhd-muted,#94a6cc);font-size:17px;line-height:1.65;margin:0}
.mhd-portal-os-stack{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.04));box-shadow:0 28px 80px rgba(0,0,0,.24)}
.mhd-portal-os-stack span{display:flex;align-items:center;min-height:54px;padding:12px 14px;border-radius:18px;background:rgba(8,13,27,.72);color:#fff;font-weight:800;border:1px solid rgba(255,255,255,.08)}
.mhd-portal-os-shell{border:1px solid rgba(255,255,255,.12);border-radius:32px;background:rgba(8,13,27,.7);box-shadow:0 32px 90px rgba(0,0,0,.30);overflow:hidden}
.mhd-portal-os-shell .mhd-auth-account,.mhd-portal-os-shell .mhd-auth-card{margin:0;max-width:none}
.mhd-portal-os-shell .mhd-auth-account{padding:0}
@media(max-width:880px){.mhd-portal-os-hero{grid-template-columns:1fr}.mhd-portal-os-stack{grid-template-columns:1fr 1fr}.mhd-portal-os-page{padding-top:24px}.mhd-portal-os-shell{border-radius:22px}}
@media(max-width:540px){.mhd-portal-os-stack{grid-template-columns:1fr}.mhd-portal-os-hero h1{font-size:36px}}


/* v1.0.23 full customer portal shell */
.mhd-portal-os-sync-banner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 18px}.mhd-portal-os-sync-banner span{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);border-radius:18px;padding:12px 14px;color:var(--mhd-muted,#94a6cc);font-weight:800;text-align:center}.mhd-portal-os-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.mhd-portal-os-stack span:nth-child(2){background:linear-gradient(135deg,rgba(61,123,245,.24),rgba(139,92,246,.14));border-color:rgba(96,165,250,.25)}@media(max-width:900px){.mhd-portal-os-sync-banner{grid-template-columns:1fr 1fr}}@media(max-width:560px){.mhd-portal-os-sync-banner{grid-template-columns:1fr}}


/* v1.0.24 Audio QA portal language */
.rmax-portal-stack strong { letter-spacing: -.01em; }

/* v1.0.25 Launch evidence portal surface */
.mhd-portal-stack .mhd-launch-evidence{border-color:rgba(37,99,235,.18);background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(14,165,233,.05))}

/* v1.0.26 managed fallback SLA operations */
.mhd-portal-stack li strong:has(+ span){}

/* v1.0.30 — full customer portal theme UI refresh. */
.mhd-portal-os-page{padding:24px 0 56px!important;background:radial-gradient(circle at 5% -8%,rgba(56,189,248,.26),transparent 35%),linear-gradient(135deg,#edf3f9,#f8fbff)!important;}
.mhd-portal-os-page .mhd-container{width:min(100% - 28px,1560px)!important;max-width:1560px!important;}
.mhd-portal-os-hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr)!important;align-items:stretch!important;margin-bottom:16px!important;}
.mhd-portal-os-hero>div:first-child{padding:28px;border-radius:30px;background:linear-gradient(135deg,#071f3b,#0f5ca8 70%,#1788d4);box-shadow:0 28px 80px rgba(15,92,168,.24);border:1px solid rgba(255,255,255,.18)}
.mhd-portal-os-hero h1{color:#fff!important;font-size:clamp(38px,4vw,68px)!important}.mhd-portal-os-hero p{color:rgba(255,255,255,.75)!important}.mhd-portal-os-hero .mhd-eyebrow{color:#7dd3fc!important}
.mhd-portal-os-stack{border-radius:30px!important;background:#fff!important;border:1px solid #dbe7f5!important;box-shadow:0 22px 70px rgba(27,45,78,.12)!important;}
.mhd-portal-os-stack span{background:#f7fbff!important;color:#10233f!important;border-color:#dbe7f5!important;border-radius:18px!important;}
.mhd-portal-os-stack span:nth-child(2),.mhd-portal-os-stack span:nth-child(6),.mhd-portal-os-stack span:nth-child(10){background:linear-gradient(135deg,#0f5ca8,#38bdf8)!important;color:#fff!important;border-color:#0f5ca8!important;}
.mhd-portal-os-sync-banner span{background:#fff!important;color:#344963!important;border-color:#dbe7f5!important;box-shadow:0 10px 30px rgba(27,45,78,.06)!important;}
.mhd-portal-os-shell{background:#f8fbff!important;border-color:#dbe7f5!important;border-radius:30px!important;box-shadow:0 30px 90px rgba(27,45,78,.18)!important;}
@media(max-width:980px){.mhd-portal-os-hero{grid-template-columns:1fr!important}.mhd-portal-os-stack{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:560px){.mhd-portal-os-stack{grid-template-columns:1fr!important}.mhd-portal-os-hero>div:first-child{padding:22px}}


/* v1.0.30 — full portal theme command deck for latest launch features */
.mhd-portal-os-command-deck{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0}.mhd-portal-os-command-deck article{border:1px solid rgba(148,163,184,.24);background:linear-gradient(145deg,#fff,#f8fbff);border-radius:24px;padding:20px;box-shadow:0 18px 50px rgba(15,23,42,.07)}.mhd-portal-os-command-deck span{display:inline-flex;border-radius:999px;background:#e0f2fe;color:#075985;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;padding:6px 10px;margin-bottom:10px}.mhd-portal-os-command-deck strong{display:block;color:#071f3b;font-size:20px;letter-spacing:-.04em;margin-bottom:6px}.mhd-portal-os-command-deck p{margin:0;color:#64748b;line-height:1.55}@media(max-width:1100px){.mhd-portal-os-command-deck{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.mhd-portal-os-command-deck{grid-template-columns:1fr}}

/* Receptionist Max Customer Portal visual refresh v1.7.3 */
.mhd-portal-os-page{position:relative;overflow:hidden;min-height:100vh;padding:88px 0 110px;background:radial-gradient(circle at 12% 0%,rgba(61,123,245,.28),transparent 31%),radial-gradient(circle at 88% 10%,rgba(139,92,246,.24),transparent 32%),linear-gradient(180deg,#070b16 0%,#0b1020 55%,#070b16 100%)}
.mhd-portal-os-page:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 90%);pointer-events:none}.mhd-portal-orb{position:absolute;border-radius:999px;filter:blur(4px);pointer-events:none}.mhd-portal-orb.one{width:420px;height:420px;left:-160px;top:120px;background:radial-gradient(circle,rgba(61,123,245,.18),transparent 68%)}.mhd-portal-orb.two{width:520px;height:520px;right:-210px;top:240px;background:radial-gradient(circle,rgba(16,217,138,.12),transparent 68%)}
.mhd-portal-os-page .mhd-container{position:relative;z-index:1}.mhd-portal-os-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);gap:42px;align-items:center;padding:34px;border:1px solid rgba(255,255,255,.12);border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 34px 100px rgba(0,0,0,.38);backdrop-filter:blur(18px)}.mhd-portal-os-copy h1{margin:18px 0 18px;color:#fff;font-size:clamp(42px,5vw,76px);line-height:.94;letter-spacing:-.075em}.mhd-portal-os-copy p{max-width:760px;color:var(--mhd-muted);font-size:clamp(17px,1.9vw,21px);line-height:1.58;margin:0 0 30px}.mhd-portal-preview{position:relative;min-height:470px;border:1px solid rgba(255,255,255,.13);border-radius:30px;background:linear-gradient(145deg,rgba(15,25,47,.96),rgba(8,14,28,.96));box-shadow:0 32px 86px rgba(0,0,0,.42);padding:20px;overflow:hidden;transform:perspective(1100px) rotateY(-5deg) rotateX(1.5deg);transform-origin:center}.mhd-portal-preview:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 70% 0%,rgba(61,123,245,.28),transparent 37%);pointer-events:none}.mhd-portal-preview>*{position:relative;z-index:1}.mhd-portal-preview-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);border-radius:20px;padding:16px;margin-bottom:14px}.mhd-portal-preview-top span,.mhd-portal-preview-metrics span{display:block;color:var(--mhd-muted-2);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.mhd-portal-preview-top strong{display:block;color:#fff;font-size:18px;line-height:1.1}.mhd-portal-preview-top em{font-style:normal;border:1px solid rgba(16,217,138,.26);background:rgba(16,217,138,.12);color:#8af2c7;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;white-space:nowrap}.mhd-portal-preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.mhd-portal-preview-metrics div{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:19px;background:rgba(255,255,255,.045)}.mhd-portal-preview-metrics strong{display:block;margin-top:6px;color:#fff;font-size:28px;letter-spacing:-.055em;line-height:1}.mhd-portal-preview-flow{height:150px;display:flex;align-items:end;gap:12px;padding:18px;border:1px solid rgba(61,123,245,.18);background:rgba(61,123,245,.06);border-radius:20px;margin-bottom:14px}.mhd-portal-preview-flow span{flex:1;border-radius:11px 11px 4px 4px;background:linear-gradient(180deg,#6aa3ff,#3d7bf5);box-shadow:0 10px 28px rgba(61,123,245,.18)}.mhd-portal-preview-flow span:nth-child(1){height:48%}.mhd-portal-preview-flow span:nth-child(2){height:72%}.mhd-portal-preview-flow span:nth-child(3){height:38%}.mhd-portal-preview-flow span:nth-child(4){height:90%}.mhd-portal-preview-list{display:grid;gap:9px}.mhd-portal-preview-list div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 13px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.04);border-radius:15px}.mhd-portal-preview-list span{color:var(--mhd-muted);font-size:13px}.mhd-portal-preview-list b{color:#8af2c7;font-size:11px;text-transform:uppercase;letter-spacing:.07em}.mhd-portal-os-sync-banner{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.mhd-portal-os-sync-banner span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.055);color:#b7c6e8;font-size:12px;font-weight:850}.mhd-portal-os-sync-banner span:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--mhd-green);box-shadow:0 0 0 5px rgba(16,217,138,.10)}.mhd-portal-os-command-deck{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 24px}.mhd-portal-os-command-deck article{position:relative;overflow:hidden;min-height:190px;padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:linear-gradient(160deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 16px 46px rgba(0,0,0,.20);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;backdrop-filter:blur(14px)}.mhd-portal-os-command-deck article:hover{transform:translateY(-4px);border-color:rgba(106,163,255,.42);box-shadow:0 24px 68px rgba(0,0,0,.28)}.mhd-portal-os-command-deck article:after{content:"";position:absolute;right:-40px;top:-40px;width:130px;height:130px;border-radius:999px;background:radial-gradient(circle,rgba(61,123,245,.22),transparent 65%)}.mhd-portal-os-command-deck i{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--mhd-primary),var(--mhd-purple));color:#fff;font-style:normal;font-weight:950;letter-spacing:-.04em;box-shadow:0 14px 34px rgba(61,123,245,.26);position:relative;z-index:1}.mhd-portal-os-command-deck span{position:relative;z-index:1;display:block;margin-top:16px;color:#fff;font-weight:900;font-size:18px;letter-spacing:-.025em}.mhd-portal-os-command-deck strong{position:relative;z-index:1;display:block;margin-top:8px;color:var(--mhd-muted);font-size:14px;line-height:1.55;font-weight:600}.mhd-portal-os-command-deck em{position:absolute;right:14px;bottom:14px;z-index:1;font-style:normal;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.06);border-radius:999px;padding:6px 9px;color:#9dc1ff;text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:900}.mhd-portal-os-shell{padding:20px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:30px;box-shadow:0 30px 90px rgba(0,0,0,.28);backdrop-filter:blur(16px)}.mhd-reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.mhd-reveal.is-visible{opacity:1;transform:none}@media(max-width:1120px){.mhd-portal-os-hero{grid-template-columns:1fr}.mhd-portal-preview{transform:none}.mhd-portal-os-command-deck{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.mhd-portal-os-page{padding:54px 0 76px}.mhd-portal-os-hero,.mhd-portal-os-shell{padding:18px;border-radius:24px}.mhd-portal-os-copy h1{font-size:42px}.mhd-portal-preview{min-height:auto}.mhd-portal-preview-metrics,.mhd-portal-os-command-deck{grid-template-columns:1fr}.mhd-portal-os-sync-banner{display:grid}.mhd-portal-os-sync-banner span{width:100%}.mhd-portal-preview-top{display:grid}.mhd-portal-os-command-deck article{min-height:170px}}

/* v1.7.14 — logged-in portal uses the SaaS app shell, not the public marketing page. */
body.mhd-portal-dashboard-app .mhd-portal-os-page--app{min-height:calc(100vh - 72px)!important;padding:16px 0 28px!important;background:linear-gradient(180deg,#f4f8fd 0%,#eef4fa 100%)!important;overflow:visible!important}
body.mhd-portal-dashboard-app .mhd-portal-os-page--app .mhd-container{width:min(100% - 28px,1680px)!important;max-width:1680px!important;padding:0!important}
body.mhd-portal-dashboard-app .mhd-portal-os-page--app .mhd-portal-os-shell{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;backdrop-filter:none!important}
body.mhd-portal-dashboard-app .mhd-site-footer{display:none!important}

/* v1.7.16 — logged-in customer portal must render as an app, not a marketing page. */
body.mhd-portal-dashboard-app .mhd-site-header,
body.mhd-portal-dashboard-app .mhd-site-footer{display:none!important}
body.mhd-portal-dashboard-app .mhd-site-main{min-height:100vh!important;background:#f3f7fb!important}
body.mhd-portal-dashboard-app .mhd-portal-os-page--app{min-height:100vh!important;padding:14px 0!important}

/* v1.7.17 commercial portal/theme polish */
.mhd-portal-os-page .mhd-portal-os-copy h1{letter-spacing:-.08em;}
.mhd-portal-os-page .mhd-portal-os-command-deck article{isolation:isolate;}
.mhd-portal-os-page .mhd-portal-os-command-deck article:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 45%);opacity:0;transition:opacity .18s ease;z-index:0;}
.mhd-portal-os-page .mhd-portal-os-command-deck article:hover:before{opacity:1;}
body.mhd-portal-dashboard-app .mhd-portal-os-page--app:before,
body.mhd-portal-dashboard-app .mhd-portal-os-page--app .mhd-portal-orb{display:none!important;}
body.mhd-portal-dashboard-app .mhd-portal-os-page--app .mhd-portal-os-shell{max-width:1680px;margin:0 auto;}
.mhd-auth-card .mhd-auth-notice.error{border-radius:18px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;}


/* v1.7.18 — Commercial-grade interactive UI refresh */
:root{
  --rmx-commercial-blue:#2563eb;
  --rmx-commercial-cyan:#06b6d4;
  --rmx-commercial-purple:#7c3aed;
  --rmx-commercial-navy:#07111f;
  --rmx-commercial-ink:#0b1426;
  --rmx-commercial-muted:#63708a;
  --rmx-commercial-line:rgba(148,163,184,.22);
  --rmx-commercial-shadow:0 28px 80px rgba(2,8,23,.22);
}
body.mhd-aicc-sales-theme{font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;}
body.mhd-aicc-sales-theme .mhd-site-header{background:rgba(7,12,24,.74)!important;border-bottom:1px solid rgba(255,255,255,.09)!important;box-shadow:0 12px 38px rgba(0,0,0,.16);}
body.mhd-aicc-sales-theme .mhd-site-header.is-scrolled{background:rgba(7,12,24,.92)!important;box-shadow:0 18px 60px rgba(0,0,0,.24);}
body.mhd-aicc-sales-theme .mhd-hero{isolation:isolate;min-height:min(860px,calc(100vh - 40px));background:radial-gradient(900px 520px at var(--rmx-mouse-x,72%) var(--rmx-mouse-y,18%),rgba(6,182,212,.20),transparent 62%),radial-gradient(800px 500px at 8% -10%,rgba(37,99,235,.38),transparent 62%),radial-gradient(880px 520px at 95% 12%,rgba(124,58,237,.28),transparent 60%),linear-gradient(180deg,#070b16 0%,#091227 54%,#070b16 100%)!important;}
body.mhd-aicc-sales-theme .mhd-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.06) 42%,transparent 62%);opacity:.28;pointer-events:none;mix-blend-mode:screen;}
body.mhd-aicc-sales-theme .mhd-hero-copy h1{max-width:860px;text-wrap:balance;text-shadow:0 16px 80px rgba(37,99,235,.22);}
body.mhd-aicc-sales-theme .mhd-hero-lede{max-width:760px;color:#b8c7e6!important;}
body.mhd-aicc-sales-theme .mhd-btn-primary{background:linear-gradient(135deg,var(--rmx-commercial-blue),var(--rmx-commercial-cyan) 58%,var(--rmx-commercial-purple))!important;box-shadow:0 18px 46px rgba(37,99,235,.34),inset 0 1px 0 rgba(255,255,255,.22)!important;}
body.mhd-aicc-sales-theme .mhd-btn-primary:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 24px 62px rgba(37,99,235,.42),inset 0 1px 0 rgba(255,255,255,.26)!important;}
body.mhd-aicc-sales-theme .mhd-dashboard-preview,.mhd-portal-preview{border-radius:34px!important;border:1px solid rgba(255,255,255,.16)!important;background:linear-gradient(145deg,rgba(20,34,62,.96),rgba(5,10,22,.98))!important;box-shadow:0 36px 105px rgba(0,0,0,.44),0 0 0 1px rgba(255,255,255,.04) inset!important;}
body.mhd-aicc-sales-theme .mhd-dashboard-preview:after,.mhd-portal-preview:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.16),transparent 28%,transparent 72%,rgba(6,182,212,.10));pointer-events:none;}
body.mhd-aicc-sales-theme .mhd-feature-card,.mhd-connect-panel,.mhd-card,.mhd-price-card,.mhd-faq-item{border-color:rgba(255,255,255,.11)!important;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;box-shadow:0 18px 62px rgba(0,0,0,.20)!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease!important;}
body.mhd-aicc-sales-theme .mhd-feature-card:hover,.mhd-connect-panel:hover,.mhd-card:hover,.mhd-price-card:hover{transform:translateY(-5px);border-color:rgba(106,163,255,.42)!important;box-shadow:0 28px 80px rgba(0,0,0,.30)!important;}
body.mhd-aicc-sales-theme .mhd-stat-grid div{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035))!important;border-color:rgba(255,255,255,.10)!important;}
body.mhd-aicc-sales-theme .mhd-portal-tabs button{position:relative;overflow:hidden;}
body.mhd-aicc-sales-theme .mhd-portal-tabs button:after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--rmx-commercial-blue),var(--rmx-commercial-cyan));transform:scaleX(0);transform-origin:left;transition:transform .18s ease;}
body.mhd-aicc-sales-theme .mhd-portal-tabs button.is-active:after{transform:scaleX(1);}
body.mhd-aicc-sales-theme .mhd-reveal{will-change:transform,opacity;}
@media(max-width:920px){body.mhd-aicc-sales-theme .mhd-hero{min-height:auto;padding:74px 0 58px}.mhd-hero-grid{grid-template-columns:1fr!important;gap:34px!important}.mhd-dashboard-preview{height:auto;min-height:420px;transform:none!important}.mhd-floating-card{display:none!important}}
@media(prefers-reduced-motion:reduce){body.mhd-aicc-sales-theme *,body.mhd-aicc-sales-theme *:before,body.mhd-aicc-sales-theme *:after{transition-duration:0ms!important;animation-duration:0ms!important;scroll-behavior:auto!important}}

/* v1.7.19 — premium public site motion/depth refresh */
body.mhd-aicc-sales-theme{background:#070b16!important;text-rendering:optimizeLegibility;}
body.mhd-aicc-sales-theme .mhd-site-header{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);}
body.mhd-aicc-sales-theme .mhd-hero{overflow:hidden;}
body.mhd-aicc-sales-theme .mhd-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent 62%);}
body.mhd-aicc-sales-theme .mhd-hero-grid,body.mhd-aicc-sales-theme .mhd-container{position:relative;z-index:1;}
body.mhd-aicc-sales-theme .mhd-dashboard-preview,body.mhd-aicc-sales-theme .mhd-portal-preview{transform:perspective(1100px) rotateY(-6deg) rotateX(2deg);transition:transform .28s ease,box-shadow .28s ease!important;}
body.mhd-aicc-sales-theme .mhd-dashboard-preview:hover,body.mhd-aicc-sales-theme .mhd-portal-preview:hover{transform:perspective(1100px) rotateY(-2deg) rotateX(1deg) translateY(-6px);}
body.mhd-aicc-sales-theme .mhd-feature-card,body.mhd-aicc-sales-theme .mhd-price-card,body.mhd-aicc-sales-theme .mhd-faq-item,body.mhd-aicc-sales-theme .mhd-connect-panel{position:relative;overflow:hidden;}
body.mhd-aicc-sales-theme .mhd-feature-card:before,body.mhd-aicc-sales-theme .mhd-price-card:before,body.mhd-aicc-sales-theme .mhd-faq-item:before,body.mhd-aicc-sales-theme .mhd-connect-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(240px 130px at var(--rmx-card-x,100%) var(--rmx-card-y,0%),rgba(96,165,250,.16),transparent 70%);opacity:0;transition:opacity .2s ease;pointer-events:none;}
body.mhd-aicc-sales-theme .mhd-feature-card:hover:before,body.mhd-aicc-sales-theme .mhd-price-card:hover:before,body.mhd-aicc-sales-theme .mhd-faq-item:hover:before,body.mhd-aicc-sales-theme .mhd-connect-panel:hover:before{opacity:1;}
body.mhd-aicc-sales-theme .mhd-btn,body.mhd-aicc-sales-theme button{transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease!important;}
body.mhd-aicc-sales-theme .mhd-btn:hover,body.mhd-aicc-sales-theme button:hover{transform:translateY(-1px);}
body.mhd-aicc-sales-theme .mhd-reveal,.rmx-reveal{opacity:0;transform:translateY(16px);transition:opacity .45s ease,transform .45s ease;}
body.mhd-aicc-sales-theme .mhd-reveal.is-visible,.rmx-reveal.is-visible{opacity:1;transform:none;}
.rmx-site-progress{position:fixed;left:0;top:0;z-index:999999;height:3px;width:0;background:linear-gradient(90deg,#2563eb,#06b6d4,#7c3aed);box-shadow:0 0 18px rgba(37,99,235,.42);}
.rmx-floating-cta{position:fixed;right:18px;bottom:18px;z-index:9998;display:flex;gap:8px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(7,12,24,.78);backdrop-filter:blur(18px);box-shadow:0 18px 55px rgba(0,0,0,.28);transform:translateY(120%);transition:transform .2s ease;}
.rmx-floating-cta.is-visible{transform:none;}
.rmx-floating-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:999px;text-decoration:none;font-weight:900;color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);}
.rmx-floating-cta button{width:40px;height:40px;border:0;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-weight:950;cursor:pointer;}
@media(max-width:920px){body.mhd-aicc-sales-theme .mhd-dashboard-preview,body.mhd-aicc-sales-theme .mhd-portal-preview{transform:none!important}.rmx-floating-cta{left:12px;right:12px;justify-content:space-between}.rmx-floating-cta a{flex:1}}
@media(prefers-reduced-motion:reduce){body.mhd-aicc-sales-theme *{animation-duration:0ms!important;transition-duration:0ms!important}}



/* v1.7.23 launch cleanup: customer portal SaaS polish and support-safe wording surfaces. */
body.mhd-aicc-sales-theme .mhd-portal-os-page{background:radial-gradient(850px 480px at 85% 0%,rgba(6,182,212,.20),transparent 60%),radial-gradient(720px 420px at 8% 0%,rgba(37,99,235,.26),transparent 62%),linear-gradient(180deg,#07111f 0%,#091b36 52%,#f5f8fc 52%,#f5f8fc 100%)!important;}
body.mhd-aicc-sales-theme .mhd-portal-os-hero{align-items:center!important;gap:42px!important;}
body.mhd-aicc-sales-theme .mhd-portal-os-copy h1{max-width:840px!important;text-wrap:balance!important;color:#fff!important;text-shadow:0 18px 70px rgba(37,99,235,.25)!important;}
body.mhd-aicc-sales-theme .mhd-portal-os-copy p{max-width:760px!important;color:#c7d8f4!important;font-weight:650!important;line-height:1.65!important;}
body.mhd-aicc-sales-theme .mhd-portal-os-shell{border:1px solid rgba(203,213,225,.72)!important;background:rgba(255,255,255,.94)!important;box-shadow:0 30px 100px rgba(2,8,23,.18)!important;border-radius:34px!important;overflow:hidden!important;}
body.mhd-aicc-sales-theme .mhd-portal-os-command-deck article{border-color:rgba(255,255,255,.13)!important;background:linear-gradient(160deg,rgba(255,255,255,.10),rgba(255,255,255,.045))!important;box-shadow:0 20px 70px rgba(0,0,0,.24)!important;}
body.mhd-aicc-sales-theme .mhd-portal-os-command-deck article:hover{transform:translateY(-4px)!important;border-color:rgba(125,211,252,.5)!important;}
body.mhd-aicc-sales-theme .mhd-portal-os-sync-banner{backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.14)!important;}
@media(max-width:900px){body.mhd-aicc-sales-theme .mhd-portal-os-page{background:linear-gradient(180deg,#07111f 0%,#0b1f3e 58%,#f5f8fc 58%,#f5f8fc 100%)!important}body.mhd-aicc-sales-theme .mhd-portal-os-hero{grid-template-columns:1fr!important}.mhd-portal-preview{transform:none!important}.mhd-portal-os-shell{border-radius:24px!important}}

/* Commercial launch support details polish */
.mhd-support-details{padding:0!important;overflow:hidden;border-radius:24px!important}
.mhd-support-details>summary{cursor:pointer;display:flex;gap:10px;align-items:center;justify-content:space-between;padding:18px 20px;background:linear-gradient(135deg,rgba(15,23,42,.05),rgba(14,165,233,.08));list-style:none}
.mhd-support-details>summary::-webkit-details-marker{display:none}
.mhd-support-details>summary span{font-size:12px;color:#64748b;font-weight:700}
.mhd-support-details>p,.mhd-support-details>ol,.mhd-support-details>.mhd-steps{margin-left:20px;margin-right:20px}
.mhd-support-details>p:last-child{padding-bottom:18px}


/* v1.0.117 — launch-finish SaaS polish layer */
body.rmx-launch-polished-117,
body.mhd-fdt-executive-ui{background:#eef5ff!important;color:#0b1728!important;}
body.rmx-launch-polished-117 #wpcontent,
body.mhd-fdt-executive-ui #wpcontent{background:radial-gradient(circle at 86% 3%,rgba(0,184,255,.16),transparent 34%),linear-gradient(135deg,#eef5ff 0%,#f8fbff 44%,#ecf6ff 100%)!important;}
body.rmx-launch-polished-117 .mhd-fdos-wrap{max-width:1580px!important;margin:0 auto!important;padding:18px 22px 56px!important;}
body.rmx-launch-polished-117 .mhd-fdt-shell,
body.mhd-fdt-executive-ui .mhd-fdt-shell{grid-template-columns:268px minmax(0,1fr)!important;gap:22px!important;max-width:1540px!important;margin:0 auto!important;align-items:start!important;}
body.rmx-launch-polished-117 .mhd-fdt-sidebar,
body.mhd-fdt-executive-ui .mhd-fdt-sidebar{border-radius:30px!important;padding:16px!important;background:linear-gradient(180deg,#071b38 0%,#08294f 100%)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 28px 80px rgba(6,24,51,.22)!important;}
body.rmx-launch-polished-117 .mhd-fdt-tabs{gap:9px!important;}
body.rmx-launch-polished-117 .mhd-fdt-tabs button,
body.mhd-fdt-executive-ui .mhd-fdt-tabs button{border-radius:18px!important;padding:12px!important;background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.10)!important;}
body.rmx-launch-polished-117 .mhd-fdt-tabs button.active,
body.mhd-fdt-executive-ui .mhd-fdt-tabs button.active{background:linear-gradient(135deg,#0d7cff,#7c3cff)!important;box-shadow:0 18px 40px rgba(36,104,255,.28)!important;}
body.rmx-launch-polished-117 .mhd-fdt-tabs em{font-size:11.5px!important;line-height:1.28!important;color:rgba(229,241,255,.72)!important;}
body.rmx-launch-polished-117 .mhd-fdt-brand b{width:42px!important;height:42px!important;border-radius:14px!important;}
body.rmx-launch-polished-117 .mhd-fdt-topbar,
body.mhd-fdt-executive-ui .mhd-fdt-topbar{border-radius:32px!important;padding:30px 34px!important;min-height:152px!important;align-items:center!important;background:radial-gradient(circle at 86% 0%,rgba(0,184,255,.34),transparent 40%),linear-gradient(135deg,#101a52 0%,#0b3d75 58%,#087a9b 100%)!important;box-shadow:0 30px 85px rgba(12,46,93,.23)!important;}
body.rmx-launch-polished-117 .mhd-fdt-topbar h1,
body.mhd-fdt-executive-ui .mhd-fdt-topbar h1{font-size:clamp(40px,4vw,60px)!important;letter-spacing:-.075em!important;line-height:.95!important;text-shadow:0 7px 30px rgba(0,0,0,.22)!important;}
body.rmx-launch-polished-117 .mhd-fdt-topbar p{font-size:15.5px!important;max-width:760px!important;color:rgba(239,248,255,.84)!important;}
body.rmx-launch-polished-117 .mhd-fdt-global-search{max-width:520px!important;background:rgba(255,255,255,.14)!important;border-color:rgba(255,255,255,.25)!important;}
body.rmx-launch-polished-117 .mhd-fdt-summary-strip,
body.mhd-fdt-executive-ui .mhd-fdt-summary-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0 0 18px!important;}
body.rmx-launch-polished-117 .mhd-fdt-summary-tile,
body.mhd-fdt-executive-ui .mhd-fdt-summary-tile{min-height:94px!important;border-radius:22px!important;background:linear-gradient(145deg,#fff,#f8fbff)!important;border:1px solid rgba(148,163,184,.24)!important;box-shadow:0 16px 42px rgba(15,43,85,.08)!important;padding:16px!important;}
body.rmx-launch-polished-117 .mhd-fdt-summary-tile strong{font-size:24px!important;}
body.rmx-launch-polished-117 .mhd-fdt-pagehead,
body.mhd-fdt-executive-ui .mhd-fdt-pagehead{border-radius:28px!important;padding:22px 26px!important;background:linear-gradient(145deg,rgba(255,255,255,.93),rgba(247,251,255,.88))!important;box-shadow:0 18px 48px rgba(15,43,85,.08)!important;border:1px solid rgba(148,163,184,.22)!important;}
body.rmx-launch-polished-117 .mhd-fdt-pagehead h2{font-size:28px!important;letter-spacing:-.045em!important;}
body.rmx-launch-polished-117 .mhd-fdt-grid,
body.rmx-launch-polished-117 .mhd-fdt-command-grid,
body.rmx-launch-polished-117 .mhd-fdt-launch-grid,
body.rmx-launch-polished-117 .mhd-fdt-wizard-layout{align-items:start!important;gap:18px!important;}
body.rmx-launch-polished-117 .mhd-fdt-card,
body.rmx-launch-polished-117 .mhd-fdt-launch-console,
body.rmx-launch-polished-117 .mhd-fdt-action-center,
body.rmx-launch-polished-117 .mhd-fdt-launch-hero,
body.mhd-fdt-executive-ui .mhd-fdt-card{border-radius:28px!important;padding:22px!important;background:linear-gradient(150deg,rgba(255,255,255,.96),rgba(248,251,255,.91))!important;border:1px solid rgba(148,163,184,.23)!important;box-shadow:0 20px 55px rgba(15,43,85,.09)!important;}
body.rmx-launch-polished-117 .mhd-fdt-card:before,
body.rmx-launch-polished-117 .mhd-fdt-action-center:before{height:3px!important;opacity:.9!important;background:linear-gradient(90deg,#1477ff,#00b8ff,#7c3cff)!important;}
body.rmx-launch-polished-117 .mhd-fdt-card h3,
body.rmx-launch-polished-117 .mhd-fdt-action-center h3{font-size:20px!important;line-height:1.15!important;letter-spacing:-.035em!important;}
body.rmx-launch-polished-117 .mhd-fdt-kpis--overview{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
body.rmx-launch-polished-117 .mhd-fdt-kpi{border-radius:24px!important;min-height:112px!important;background:linear-gradient(145deg,#fff,#f8fbff)!important;box-shadow:0 15px 38px rgba(15,43,85,.07)!important;}
body.rmx-launch-polished-117 .mhd-fdt-kpi strong{font-size:28px!important;}
body.rmx-launch-polished-117 .mhd-fdt-app-marketplace{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;gap:16px!important;}
body.rmx-launch-polished-117 .mhd-fdt-app-card{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;border-radius:24px!important;padding:18px!important;background:#fff!important;border:1px solid rgba(148,163,184,.25)!important;box-shadow:0 14px 36px rgba(15,43,85,.07)!important;}
body.rmx-launch-polished-117 .mhd-fdt-app-actions{grid-column:1/-1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;}
body.rmx-launch-polished-117 .mhd-fdt-form.two{grid-template-columns:repeat(2,minmax(220px,1fr))!important;}
body.rmx-launch-polished-117 .mhd-fdt-form.three{grid-template-columns:repeat(3,minmax(190px,1fr))!important;}
body.rmx-launch-polished-117 input,
body.rmx-launch-polished-117 select,
body.rmx-launch-polished-117 textarea{min-height:42px!important;border-radius:14px!important;border:1px solid #d9e5f3!important;background:#fff!important;box-shadow:0 7px 18px rgba(15,43,85,.035)!important;}
body.rmx-launch-polished-117 textarea{min-height:98px!important;}
body.rmx-launch-polished-117 .mhd-fdt-btn{border-radius:13px!important;font-weight:900!important;letter-spacing:-.01em!important;min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
body.rmx-launch-polished-117 .mhd-fdt-btn.primary{background:linear-gradient(135deg,#1477ff,#02a9ff)!important;box-shadow:0 13px 26px rgba(20,119,255,.24)!important;color:#fff!important;border-color:transparent!important;}
body.rmx-launch-polished-117 .mhd-fdt-pill{border-radius:999px!important;font-size:11px!important;font-weight:950!important;padding:5px 9px!important;}
body.rmx-launch-polished-117 .mhd-fdt-note{border-radius:16px!important;line-height:1.45!important;}
body.rmx-launch-polished-117 .mhd-fdt-table{display:grid!important;gap:10px!important;}
body.rmx-launch-polished-117 .mhd-fdt-row{border-radius:18px!important;background:#fff!important;border:1px solid rgba(148,163,184,.22)!important;box-shadow:0 10px 24px rgba(15,43,85,.05)!important;}
body.rmx-launch-polished-117 details.mhd-fdt-advanced-drawer{border-radius:24px!important;background:rgba(255,255,255,.74)!important;border:1px solid rgba(148,163,184,.22)!important;box-shadow:0 14px 38px rgba(15,43,85,.06)!important;}
body.rmx-launch-polished-117 details.mhd-fdt-advanced-drawer summary{padding:17px 20px!important;font-weight:950!important;color:#10233f!important;}
body.rmx-launch-polished-117 pre,
body.rmx-launch-polished-117 code,
body.rmx-launch-polished-117 .mhd-fdt-code{max-width:100%!important;white-space:pre-wrap!important;word-break:break-word!important;border-radius:16px!important;}
@media(max-width:1280px){body.rmx-launch-polished-117 .mhd-fdt-shell,body.mhd-fdt-executive-ui .mhd-fdt-shell{grid-template-columns:1fr!important;}body.rmx-launch-polished-117 .mhd-fdt-sidebar{position:relative!important;top:auto!important;max-height:none!important;}body.rmx-launch-polished-117 .mhd-fdt-tabs{display:flex!important;overflow:auto!important;padding-bottom:6px!important;}body.rmx-launch-polished-117 .mhd-fdt-tabs button{min-width:224px!important;}}
@media(max-width:860px){body.rmx-launch-polished-117 .mhd-fdos-wrap{padding:10px 10px 48px!important;}body.rmx-launch-polished-117 .mhd-fdt-topbar{padding:22px 18px!important;border-radius:24px!important;}body.rmx-launch-polished-117 .mhd-fdt-topbar h1{font-size:34px!important;}body.rmx-launch-polished-117 .mhd-fdt-summary-strip,body.rmx-launch-polished-117 .mhd-fdt-kpis--overview,body.rmx-launch-polished-117 .mhd-fdt-grid,body.rmx-launch-polished-117 .mhd-fdt-command-grid,body.rmx-launch-polished-117 .mhd-fdt-form.two,body.rmx-launch-polished-117 .mhd-fdt-form.three{grid-template-columns:1fr!important;}body.rmx-launch-polished-117 .mhd-fdt-app-marketplace{grid-template-columns:1fr!important;}}


body.mhd-portal-dashboard-app.logged-in .mhd-site-header,
body.mhd-portal-dashboard-app.logged-in .mhd-site-footer,
body.mhd-portal-dashboard-app.logged-in .mhd-skip-link{display:none!important}
body.mhd-portal-dashboard-app.logged-in .mhd-site-main{padding:0!important;max-width:none!important}
body.mhd-portal-dashboard-app.logged-in .mhd-portal-os-page--app{padding:0!important;background:#eef4fa!important}
body.mhd-portal-dashboard-app.logged-in .mhd-portal-os-page--app .mhd-container{width:100%!important;max-width:none!important;padding:0!important}
body.mhd-portal-dashboard-app.logged-in .mhd-portal-os-shell--same-source{padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important}
body.mhd-portal-dashboard-app.logged-in .mhd-fdos-wrap--portal-same-source{margin:0!important}


/* v1.7.58 sales/theme commercial polish */
.rmx-platform-matrix{border-radius:28px;overflow:hidden}.rmx-platform-matrix .eyebrow,.rmx-platform-matrix [class*="audit"],.rmx-platform-matrix [class*="matrix-note"]{letter-spacing:.08em}.rmx-platform-matrix pre,.rmx-platform-matrix code{display:none!important}.rmx-card,.rmx-panel,.rmx-feature,.rmx-step{min-width:0}.rmx-card h2,.rmx-card h3,.rmx-section h2{letter-spacing:-.035em}.rmx-actions,.rmx-button-row{display:flex;flex-wrap:wrap;gap:.75rem}.rmx-actions button:not([type]),.rmx-button-row button:not([type]){appearance:auto}@media(max-width:760px){.rmx-actions>* , .rmx-button-row>*{width:100%;justify-content:center}.rmx-platform-matrix{border-radius:20px}}

/* source: launch-polish.css */
/*
 * Receptionist Max — Launch Polish (dark surfaces, v1.4.0)
 * ---------------------------------------------------------
 * Applied to the public auth/portal pages and the sales theme.
 * Loaded AFTER the surface's own stylesheet so it overrides
 * legacy layered overrides without rewriting them.
 * ---------------------------------------------------------
 */

/* ---------- Typography ---------- */
.mhd-auth-page,
.mhd-customer-portal,
body.mhd-aicc-sales-theme {
  font-family: var(--mhd-font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ---------- Buttons: shared brand gradient + hover lift ---------- */
.mhd-auth-page .mhd-btn,
.mhd-customer-portal .mhd-btn,
body.mhd-aicc-sales-theme .mhd-btn {
  transition: transform var(--mhd-dur) var(--mhd-ease),
              box-shadow var(--mhd-dur) var(--mhd-ease),
              filter     var(--mhd-dur) var(--mhd-ease),
              border-color var(--mhd-dur) var(--mhd-ease),
              color var(--mhd-dur) var(--mhd-ease);
  letter-spacing: -.005em;
  will-change: transform;
}
.mhd-auth-page .mhd-btn:hover,
.mhd-customer-portal .mhd-btn:hover,
body.mhd-aicc-sales-theme .mhd-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}
.mhd-auth-page .mhd-btn:focus-visible,
.mhd-customer-portal .mhd-btn:focus-visible,
body.mhd-aicc-sales-theme .mhd-btn:focus-visible,
.mhd-auth-page .mhd-portal-tabs button:focus-visible,
.mhd-customer-portal .mhd-portal-tabs button:focus-visible,
.mhd-auth-page .mhd-auth-tabs button:focus-visible {
  outline: 0;
  box-shadow: var(--mhd-focus-ring);
}

/* ---------- Inputs: unified focus state ---------- */
.mhd-auth-page input:focus,
.mhd-auth-page select:focus,
.mhd-auth-page textarea:focus,
.mhd-customer-portal input:focus,
.mhd-customer-portal select:focus,
.mhd-customer-portal textarea:focus {
  outline: 0;
  border-color: rgba(61, 123, 245, .65) !important;
  box-shadow: var(--mhd-focus-ring) !important;
  background: rgba(255, 255, 255, .09) !important;
}

/* ---------- Cards: subtle hover-glow ---------- */
.mhd-auth-page .mhd-auth-card,
.mhd-customer-portal .mhd-portal-form,
.mhd-customer-portal .mhd-table-wrap {
  transition: border-color var(--mhd-dur) var(--mhd-ease),
              box-shadow   var(--mhd-dur) var(--mhd-ease);
}
.mhd-auth-page .mhd-auth-card:hover {
  border-color: rgba(61, 123, 245, .22);
}

/* ---------- Status chips for the dark portal tables ---------- */
.mhd-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: var(--mhd-r-pill);
  font-size: var(--mhd-fs-xs);
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
  color: var(--mhd-text-2);
  text-transform: capitalize;
  letter-spacing: .01em;
  white-space: nowrap;
}
.mhd-status-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  opacity: .9;
}
.mhd-status-chip.is-success,
.mhd-status-chip.is-active,
.mhd-status-chip.is-connected,
.mhd-status-chip.is-completed,
.mhd-status-chip.is-ready,
.mhd-status-chip.is-ok {
  background: rgba(16, 185, 129, .12);
  color: #34d399;
  border-color: rgba(16, 185, 129, .28);
}
.mhd-status-chip.is-warning,
.mhd-status-chip.is-pending,
.mhd-status-chip.is-trial,
.mhd-status-chip.is-review {
  background: rgba(245, 158, 11, .12);
  color: #fbbf24;
  border-color: rgba(245, 158, 11, .28);
}
.mhd-status-chip.is-danger,
.mhd-status-chip.is-failed,
.mhd-status-chip.is-cancelled,
.mhd-status-chip.is-suspended,
.mhd-status-chip.is-past-due,
.mhd-status-chip.is-error {
  background: rgba(239, 68, 68, .12);
  color: #fca5a5;
  border-color: rgba(239, 68, 68, .30);
}
.mhd-status-chip.is-info,
.mhd-status-chip.is-syncing,
.mhd-status-chip.is-checking {
  background: rgba(61, 123, 245, .14);
  color: #93c5fd;
  border-color: rgba(61, 123, 245, .32);
}

/* ---------- Skeleton loader (dark) ---------- */
.mhd-skeleton {
  display: block;
  height: 14px;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, .04) 0%,
    rgba(255, 255, 255, .10) 50%,
    rgba(255, 255, 255, .04) 100%
  );
  background-size: 200% 100%;
  animation: mhd-shimmer-dark 1.4s ease-in-out infinite;
}
@keyframes mhd-shimmer-dark {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ---------- Tabs: smoother active state ---------- */
.mhd-portal-tabs button,
.mhd-auth-tabs button {
  transition: background var(--mhd-dur) var(--mhd-ease),
              color      var(--mhd-dur) var(--mhd-ease),
              box-shadow var(--mhd-dur) var(--mhd-ease);
}

/* ---------- Tables: zebra and hover ---------- */
.mhd-table-wrap table tbody tr {
  transition: background var(--mhd-dur-fast) var(--mhd-ease);
}
.mhd-table-wrap table tbody tr:hover {
  background: rgba(255, 255, 255, .035);
}
.mhd-table-wrap table tbody tr:nth-child(2n) {
  background: rgba(255, 255, 255, .015);
}
.mhd-table-wrap table tbody tr:nth-child(2n):hover {
  background: rgba(255, 255, 255, .045);
}

/* ---------- Sales theme: button gradient sync ---------- */
body.mhd-aicc-sales-theme .mhd-btn-primary {
  background: var(--mhd-gradient-rich);
  box-shadow: 0 16px 38px rgba(61, 123, 245, .28);
}

/* ---------- Selection highlight ---------- */
.mhd-auth-page ::selection,
.mhd-customer-portal ::selection,
body.mhd-aicc-sales-theme ::selection {
  background: rgba(61, 123, 245, .35);
  color: #fff;
}

/* ---------- Reduced-motion overrides ---------- */
@media (prefers-reduced-motion: reduce) {
  .mhd-auth-page *,
  .mhd-customer-portal *,
  body.mhd-aicc-sales-theme * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

/* source: experience-upgrade.css */
/* Receptionist Max Theme v1.7.20 — commercial-grade public site experience layer */
:root{--rmx-site-glow-x:50%;--rmx-site-glow-y:10%;--rmx-site-radius:30px;--rmx-site-line:rgba(255,255,255,.12);--rmx-site-shadow:0 30px 90px rgba(0,0,0,.38)}
body.mhd-aicc-sales-theme{background:radial-gradient(circle at var(--rmx-site-glow-x) var(--rmx-site-glow-y),rgba(61,123,245,.16),transparent 28%),linear-gradient(180deg,#070b16,#090f1f 48%,#070b16);}
.rmx-site-progress{position:fixed;left:0;top:0;z-index:99999;height:3px;width:0;background:linear-gradient(90deg,var(--mhd-primary),var(--mhd-purple),#22d3ee);box-shadow:0 0 18px rgba(61,123,245,.55)}
.mhd-site-header{backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08)!important;background:rgba(7,11,22,.72)!important;box-shadow:0 18px 45px rgba(0,0,0,.16)}
.mhd-site-header.is-scrolled{background:rgba(7,11,22,.92)!important;box-shadow:0 18px 50px rgba(0,0,0,.28)}
.mhd-hero{position:relative;overflow:hidden;}
.mhd-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 12%,rgba(61,123,245,.24),transparent 32%),radial-gradient(circle at 86% 8%,rgba(139,92,246,.22),transparent 30%);pointer-events:none}
.mhd-hero h1,.mhd-section h2,.mhd-final-cta h2,.mhd-page-hero h1{letter-spacing:-.075em!important;text-wrap:balance;}
.mhd-hero-copy p,.mhd-section-head p,.mhd-final-cta p{text-wrap:pretty;}
.mhd-btn,.mhd-menu a,.mhd-mobile-toggle{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease!important;}
.mhd-btn:hover,.mhd-menu a:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(0,0,0,.24)}
.mhd-btn-primary{background:linear-gradient(135deg,var(--mhd-primary),#22d3ee)!important;box-shadow:0 20px 40px rgba(61,123,245,.30)!important;}
.mhd-feature-card,.mhd-price-card,.mhd-process-card,.mhd-post-card,.mhd-connect-card,.mhd-page-content,.mhd-dashboard-preview,.mhd-portal-screen,.mhd-hero-image-card{position:relative;overflow:hidden;border-color:var(--rmx-site-line)!important;border-radius:var(--rmx-site-radius)!important;box-shadow:var(--rmx-site-shadow)!important;}
.mhd-feature-card:before,.mhd-price-card:before,.mhd-process-card:before,.mhd-connect-card:before,.mhd-page-content:before,.mhd-portal-screen:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--rmx-card-x,50%) var(--rmx-card-y,0%),rgba(61,123,245,.16),transparent 28%);opacity:0;transition:opacity .18s ease;pointer-events:none;}
.mhd-feature-card:hover:before,.mhd-price-card:hover:before,.mhd-process-card:hover:before,.mhd-connect-card:hover:before,.mhd-page-content:hover:before,.mhd-portal-screen:hover:before{opacity:1;}
.mhd-feature-card:hover,.mhd-price-card:hover,.mhd-process-card:hover,.mhd-connect-card:hover{transform:translateY(-5px);border-color:rgba(61,123,245,.34)!important;}
.mhd-portal-tabs,.mhd-faq-list{border:1px solid rgba(255,255,255,.10);border-radius:26px;background:rgba(255,255,255,.035);box-shadow:0 20px 60px rgba(0,0,0,.22)}
.mhd-portal-tabs button{position:relative;overflow:hidden;}
.mhd-portal-tabs button.is-active{background:linear-gradient(135deg,rgba(61,123,245,.38),rgba(34,211,238,.18))!important;border-color:rgba(141,182,255,.48)!important;}
.mhd-portal-panel{position:relative;}
.mhd-portal-panel.is-active{animation:rmxPanelIn .24s ease both;}
@keyframes rmxPanelIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.rmx-floating-cta{right:22px;bottom:22px;border:1px solid rgba(255,255,255,.12)!important;background:rgba(8,13,25,.82)!important;backdrop-filter:blur(18px);border-radius:999px!important;box-shadow:0 24px 64px rgba(0,0,0,.34)!important;overflow:hidden}
.rmx-floating-cta a{background:linear-gradient(135deg,var(--mhd-primary),#22d3ee)!important;color:#fff!important}
.rmx-floating-cta button{color:#fff!important;background:rgba(255,255,255,.08)!important}
.rmx-reveal{opacity:0;transform:translateY(16px);transition:opacity .42s ease,transform .42s ease}.rmx-reveal.is-visible{opacity:1;transform:none}
.rmx-ripple{position:absolute;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.42);transform:translate(-50%,-50%) scale(1);animation:rmxRipple .55s ease-out forwards;pointer-events:none}@keyframes rmxRipple{to{opacity:0;transform:translate(-50%,-50%) scale(18)}}
@media(max-width:780px){.mhd-primary-nav{backdrop-filter:blur(18px);box-shadow:0 22px 70px rgba(0,0,0,.36)}.rmx-floating-cta{left:14px;right:14px;bottom:14px}.rmx-floating-cta a{flex:1;text-align:center}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.mhd-feature-card:hover,.mhd-price-card:hover,.mhd-process-card:hover,.mhd-connect-card:hover{transform:none!important}}

/* v1.7.21 — commercial public-site hardening */
body.rmx-site-commercial{background:radial-gradient(circle at var(--rmx-site-glow-x) var(--rmx-site-glow-y),rgba(61,123,245,.16),transparent 28%),linear-gradient(180deg,#070b16,#090f1f 48%,#070b16);}
.rmx-hero-proofbar{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.rmx-hero-proofbar span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);color:#eaf1ff;font-size:12px;font-weight:850;backdrop-filter:blur(14px)}.rmx-hero-proofbar span:before{content:"";width:7px;height:7px;border-radius:999px;background:#22d3ee;box-shadow:0 0 0 4px rgba(34,211,238,.12)}
.rmx-section-rail{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:30;display:grid;gap:8px;padding:9px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(8,13,25,.68);box-shadow:0 24px 68px rgba(0,0,0,.28);backdrop-filter:blur(18px)}.rmx-section-rail a{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.22);font-size:0;outline:0;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.rmx-section-rail a:hover,.rmx-section-rail a.is-active{background:linear-gradient(135deg,var(--mhd-primary),#22d3ee);box-shadow:0 0 0 5px rgba(61,123,245,.18);transform:scale(1.1)}
.mhd-hero-copy,.mhd-hero-visual{animation:rmxSiteHeroIn .38s ease both}.mhd-hero-visual{animation-delay:.08s}@keyframes rmxSiteHeroIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.rmx-site-commercial .mhd-price-card.featured{outline:1px solid rgba(34,211,238,.25);box-shadow:0 34px 100px rgba(61,123,245,.30)!important}.rmx-site-commercial .mhd-price-card.featured:after{content:"Best value";position:absolute;right:18px;top:18px;padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,var(--mhd-primary),#22d3ee);color:#fff;font-size:11px;font-weight:950;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 16px 34px rgba(61,123,245,.30)}
.rmx-site-commercial .mhd-feature-card,.rmx-site-commercial .mhd-price-card,.rmx-site-commercial .mhd-process-card{transform-style:preserve-3d}.rmx-site-commercial .mhd-feature-card .mhd-icon,.rmx-site-commercial .mhd-process-card>span{box-shadow:0 16px 34px rgba(61,123,245,.20)}
.rmx-site-commercial .mhd-portal-screen{border:1px solid rgba(141,182,255,.18)!important;background:linear-gradient(145deg,rgba(15,24,44,.92),rgba(8,13,25,.94))!important}.rmx-site-commercial .mhd-portal-panel.is-active{animation:rmxPanelIn .24s ease both}
.rmx-floating-cta{opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.rmx-floating-cta.is-visible{opacity:1;transform:none;pointer-events:auto}.rmx-floating-cta a{text-decoration:none;font-weight:950}.rmx-floating-cta button{cursor:pointer;border:0}
@media(max-width:960px){.rmx-section-rail{display:none}.rmx-hero-proofbar{margin-top:16px}.rmx-hero-proofbar span{flex:1 1 calc(50% - 8px);justify-content:center}}
@media(max-width:560px){.rmx-hero-proofbar span{flex-basis:100%}.rmx-site-commercial .mhd-price-card.featured:after{position:static;display:inline-flex;margin:0 0 12px}}


/* v1.7.22 — Public sales experience: live estimator, premium proof surfaces, sticky conversion bar */
body.rmx-site-v1722{--rmx-s-primary:#3d7bf5;--rmx-s-cyan:#22d3ee;--rmx-s-purple:#8b5cf6;--rmx-s-ink:#eef6ff;--rmx-s-muted:rgba(226,232,240,.76);--rmx-s-line:rgba(255,255,255,.14)}.rmx-site-v1722 .mhd-hero{min-height:calc(100vh - 90px);display:flex;align-items:center}.rmx-site-v1722 .mhd-hero h1{font-size:clamp(44px,7vw,92px)!important;line-height:.92!important;letter-spacing:-.085em!important}.rmx-site-v1722 .mhd-hero-lede{font-size:clamp(17px,1.7vw,22px)!important;line-height:1.65!important;color:rgba(226,232,240,.82)!important}.rmx-site-v1722 .mhd-dashboard-preview,.rmx-site-v1722 .mhd-hero-image-card{transform:perspective(1200px) rotateX(2deg) rotateY(-4deg);transition:transform .22s ease,box-shadow .22s ease}.rmx-site-v1722 .mhd-hero-visual:hover .mhd-dashboard-preview,.rmx-site-v1722 .mhd-hero-visual:hover .mhd-hero-image-card{transform:perspective(1200px) rotateX(0) rotateY(0) translateY(-4px)}.rmx-site-v1722 .mhd-btn-primary{background:linear-gradient(135deg,var(--rmx-s-primary),var(--rmx-s-cyan))!important;box-shadow:0 22px 54px rgba(61,123,245,.34)!important}.rmx-site-v1722 .mhd-btn-lg{min-height:56px;padding-inline:24px!important}.rmx-site-v1722 .mhd-stat-grid>div,.rmx-site-v1722 .mhd-feature-card,.rmx-site-v1722 .mhd-price-card,.rmx-site-v1722 .mhd-process-card{background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.045))!important;border:1px solid var(--rmx-s-line)!important;box-shadow:0 28px 90px rgba(0,0,0,.28)!important;backdrop-filter:blur(18px)}.rmx-site-v1722 .mhd-feature-card h3,.rmx-site-v1722 .mhd-price-card h3,.rmx-site-v1722 .mhd-process-card h3{letter-spacing:-.035em}.rmx-site-v1722 .mhd-feature-card p,.rmx-site-v1722 .mhd-process-card p,.rmx-site-v1722 .mhd-price-card p{color:rgba(226,232,240,.74)!important}
.rmx-live-estimator{position:relative;overflow:hidden;margin:-26px auto 68px;padding:1px;border-radius:34px;background:linear-gradient(135deg,rgba(61,123,245,.46),rgba(34,211,238,.24),rgba(139,92,246,.30));box-shadow:0 34px 110px rgba(0,0,0,.34)}.rmx-live-estimator-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;padding:26px;border-radius:33px;background:linear-gradient(145deg,rgba(10,16,32,.94),rgba(10,18,36,.88));border:1px solid rgba(255,255,255,.10)}.rmx-live-estimator h2{margin:0 0 8px;color:#fff;font-size:clamp(28px,3vw,44px);line-height:1;letter-spacing:-.055em}.rmx-live-estimator p{margin:0;color:rgba(226,232,240,.76);font-size:15px;line-height:1.6}.rmx-estimator-controls{display:grid;gap:14px;margin-top:20px}.rmx-estimator-control{display:grid;gap:8px}.rmx-estimator-control label{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#eaf2ff;font-weight:850}.rmx-estimator-control label span:last-child{color:#22d3ee;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.rmx-estimator-control input[type=range]{width:100%;accent-color:#22d3ee}.rmx-estimator-result{display:grid;align-content:center;gap:16px;padding:24px;border-radius:28px;background:radial-gradient(circle at 18% 0%,rgba(34,211,238,.18),transparent 34%),rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.12)}.rmx-estimator-result span{color:rgba(226,232,240,.68);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.rmx-estimator-result strong{display:block;color:#fff;font-size:clamp(42px,5vw,72px);letter-spacing:-.07em;line-height:.95}.rmx-estimator-result em{font-style:normal;color:#a7f3d0;font-weight:850}.rmx-estimator-note{font-size:12px!important;color:rgba(226,232,240,.60)!important}.rmx-conversion-bar{position:fixed;left:50%;bottom:18px;z-index:80;display:flex;align-items:center;gap:12px;transform:translate(-50%,18px);opacity:0;pointer-events:none;width:min(940px,calc(100% - 28px));padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(8,13,25,.82);box-shadow:0 24px 76px rgba(0,0,0,.42);backdrop-filter:blur(20px);transition:opacity .18s ease,transform .18s ease}.rmx-conversion-bar.is-visible{opacity:1;transform:translate(-50%,0);pointer-events:auto}.rmx-conversion-bar strong{color:#fff;font-size:14px}.rmx-conversion-bar span{color:rgba(226,232,240,.70);font-size:12px}.rmx-conversion-bar a{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,var(--rmx-s-primary),var(--rmx-s-cyan));color:#fff!important;text-decoration:none;font-weight:950;box-shadow:0 16px 34px rgba(61,123,245,.32)}.rmx-conversion-bar button{width:38px;height:38px;border:0;border-radius:999px;background:rgba(255,255,255,.10);color:#fff;cursor:pointer}.rmx-site-v1722 .mhd-faq-item{transition:transform .16s ease,background .16s ease}.rmx-site-v1722 .mhd-faq-item:hover{transform:translateX(4px)}.rmx-site-v1722 .mhd-menu a{font-weight:850}.rmx-site-v1722 .mhd-site-logo{filter:drop-shadow(0 12px 24px rgba(61,123,245,.25))}
@media(max-width:900px){.rmx-live-estimator-inner{grid-template-columns:1fr}.rmx-site-v1722 .mhd-hero{min-height:auto}.rmx-conversion-bar{border-radius:26px;align-items:flex-start;flex-wrap:wrap}.rmx-conversion-bar a{width:100%;order:3}.rmx-conversion-bar button{margin-left:auto}}@media(max-width:560px){.rmx-live-estimator{margin-top:20px;border-radius:26px}.rmx-live-estimator-inner{padding:18px;border-radius:25px}.rmx-estimator-result strong{font-size:44px}.rmx-site-v1722 .mhd-hero h1{font-size:44px!important}}


/* v1.0.117 — launch-finish SaaS polish layer */
body.rmx-launch-polished-117,
body.mhd-fdt-executive-ui{background:#eef5ff!important;color:#0b1728!important;}
body.rmx-launch-polished-117 #wpcontent,
body.mhd-fdt-executive-ui #wpcontent{background:radial-gradient(circle at 86% 3%,rgba(0,184,255,.16),transparent 34%),linear-gradient(135deg,#eef5ff 0%,#f8fbff 44%,#ecf6ff 100%)!important;}
body.rmx-launch-polished-117 .mhd-fdos-wrap{max-width:1580px!important;margin:0 auto!important;padding:18px 22px 56px!important;}
body.rmx-launch-polished-117 .mhd-fdt-shell,
body.mhd-fdt-executive-ui .mhd-fdt-shell{grid-template-columns:268px minmax(0,1fr)!important;gap:22px!important;max-width:1540px!important;margin:0 auto!important;align-items:start!important;}
body.rmx-launch-polished-117 .mhd-fdt-sidebar,
body.mhd-fdt-executive-ui .mhd-fdt-sidebar{border-radius:30px!important;padding:16px!important;background:linear-gradient(180deg,#071b38 0%,#08294f 100%)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 28px 80px rgba(6,24,51,.22)!important;}
body.rmx-launch-polished-117 .mhd-fdt-tabs{gap:9px!important;}
body.rmx-launch-polished-117 .mhd-fdt-tabs button,
body.mhd-fdt-executive-ui .mhd-fdt-tabs button{border-radius:18px!important;padding:12px!important;background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.10)!important;}
body.rmx-launch-polished-117 .mhd-fdt-tabs button.active,
body.mhd-fdt-executive-ui .mhd-fdt-tabs button.active{background:linear-gradient(135deg,#0d7cff,#7c3cff)!important;box-shadow:0 18px 40px rgba(36,104,255,.28)!important;}
body.rmx-launch-polished-117 .mhd-fdt-tabs em{font-size:11.5px!important;line-height:1.28!important;color:rgba(229,241,255,.72)!important;}
body.rmx-launch-polished-117 .mhd-fdt-brand b{width:42px!important;height:42px!important;border-radius:14px!important;}
body.rmx-launch-polished-117 .mhd-fdt-topbar,
body.mhd-fdt-executive-ui .mhd-fdt-topbar{border-radius:32px!important;padding:30px 34px!important;min-height:152px!important;align-items:center!important;background:radial-gradient(circle at 86% 0%,rgba(0,184,255,.34),transparent 40%),linear-gradient(135deg,#101a52 0%,#0b3d75 58%,#087a9b 100%)!important;box-shadow:0 30px 85px rgba(12,46,93,.23)!important;}
body.rmx-launch-polished-117 .mhd-fdt-topbar h1,
body.mhd-fdt-executive-ui .mhd-fdt-topbar h1{font-size:clamp(40px,4vw,60px)!important;letter-spacing:-.075em!important;line-height:.95!important;text-shadow:0 7px 30px rgba(0,0,0,.22)!important;}
body.rmx-launch-polished-117 .mhd-fdt-topbar p{font-size:15.5px!important;max-width:760px!important;color:rgba(239,248,255,.84)!important;}
body.rmx-launch-polished-117 .mhd-fdt-global-search{max-width:520px!important;background:rgba(255,255,255,.14)!important;border-color:rgba(255,255,255,.25)!important;}
body.rmx-launch-polished-117 .mhd-fdt-summary-strip,
body.mhd-fdt-executive-ui .mhd-fdt-summary-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0 0 18px!important;}
body.rmx-launch-polished-117 .mhd-fdt-summary-tile,
body.mhd-fdt-executive-ui .mhd-fdt-summary-tile{min-height:94px!important;border-radius:22px!important;background:linear-gradient(145deg,#fff,#f8fbff)!important;border:1px solid rgba(148,163,184,.24)!important;box-shadow:0 16px 42px rgba(15,43,85,.08)!important;padding:16px!important;}
body.rmx-launch-polished-117 .mhd-fdt-summary-tile strong{font-size:24px!important;}
body.rmx-launch-polished-117 .mhd-fdt-pagehead,
body.mhd-fdt-executive-ui .mhd-fdt-pagehead{border-radius:28px!important;padding:22px 26px!important;background:linear-gradient(145deg,rgba(255,255,255,.93),rgba(247,251,255,.88))!important;box-shadow:0 18px 48px rgba(15,43,85,.08)!important;border:1px solid rgba(148,163,184,.22)!important;}
body.rmx-launch-polished-117 .mhd-fdt-pagehead h2{font-size:28px!important;letter-spacing:-.045em!important;}
body.rmx-launch-polished-117 .mhd-fdt-grid,
body.rmx-launch-polished-117 .mhd-fdt-command-grid,
body.rmx-launch-polished-117 .mhd-fdt-launch-grid,
body.rmx-launch-polished-117 .mhd-fdt-wizard-layout{align-items:start!important;gap:18px!important;}
body.rmx-launch-polished-117 .mhd-fdt-card,
body.rmx-launch-polished-117 .mhd-fdt-launch-console,
body.rmx-launch-polished-117 .mhd-fdt-action-center,
body.rmx-launch-polished-117 .mhd-fdt-launch-hero,
body.mhd-fdt-executive-ui .mhd-fdt-card{border-radius:28px!important;padding:22px!important;background:linear-gradient(150deg,rgba(255,255,255,.96),rgba(248,251,255,.91))!important;border:1px solid rgba(148,163,184,.23)!important;box-shadow:0 20px 55px rgba(15,43,85,.09)!important;}
body.rmx-launch-polished-117 .mhd-fdt-card:before,
body.rmx-launch-polished-117 .mhd-fdt-action-center:before{height:3px!important;opacity:.9!important;background:linear-gradient(90deg,#1477ff,#00b8ff,#7c3cff)!important;}
body.rmx-launch-polished-117 .mhd-fdt-card h3,
body.rmx-launch-polished-117 .mhd-fdt-action-center h3{font-size:20px!important;line-height:1.15!important;letter-spacing:-.035em!important;}
body.rmx-launch-polished-117 .mhd-fdt-kpis--overview{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
body.rmx-launch-polished-117 .mhd-fdt-kpi{border-radius:24px!important;min-height:112px!important;background:linear-gradient(145deg,#fff,#f8fbff)!important;box-shadow:0 15px 38px rgba(15,43,85,.07)!important;}
body.rmx-launch-polished-117 .mhd-fdt-kpi strong{font-size:28px!important;}
body.rmx-launch-polished-117 .mhd-fdt-app-marketplace{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;gap:16px!important;}
body.rmx-launch-polished-117 .mhd-fdt-app-card{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;border-radius:24px!important;padding:18px!important;background:#fff!important;border:1px solid rgba(148,163,184,.25)!important;box-shadow:0 14px 36px rgba(15,43,85,.07)!important;}
body.rmx-launch-polished-117 .mhd-fdt-app-actions{grid-column:1/-1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;}
body.rmx-launch-polished-117 .mhd-fdt-form.two{grid-template-columns:repeat(2,minmax(220px,1fr))!important;}
body.rmx-launch-polished-117 .mhd-fdt-form.three{grid-template-columns:repeat(3,minmax(190px,1fr))!important;}
body.rmx-launch-polished-117 input,
body.rmx-launch-polished-117 select,
body.rmx-launch-polished-117 textarea{min-height:42px!important;border-radius:14px!important;border:1px solid #d9e5f3!important;background:#fff!important;box-shadow:0 7px 18px rgba(15,43,85,.035)!important;}
body.rmx-launch-polished-117 textarea{min-height:98px!important;}
body.rmx-launch-polished-117 .mhd-fdt-btn{border-radius:13px!important;font-weight:900!important;letter-spacing:-.01em!important;min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
body.rmx-launch-polished-117 .mhd-fdt-btn.primary{background:linear-gradient(135deg,#1477ff,#02a9ff)!important;box-shadow:0 13px 26px rgba(20,119,255,.24)!important;color:#fff!important;border-color:transparent!important;}
body.rmx-launch-polished-117 .mhd-fdt-pill{border-radius:999px!important;font-size:11px!important;font-weight:950!important;padding:5px 9px!important;}
body.rmx-launch-polished-117 .mhd-fdt-note{border-radius:16px!important;line-height:1.45!important;}
body.rmx-launch-polished-117 .mhd-fdt-table{display:grid!important;gap:10px!important;}
body.rmx-launch-polished-117 .mhd-fdt-row{border-radius:18px!important;background:#fff!important;border:1px solid rgba(148,163,184,.22)!important;box-shadow:0 10px 24px rgba(15,43,85,.05)!important;}
body.rmx-launch-polished-117 details.mhd-fdt-advanced-drawer{border-radius:24px!important;background:rgba(255,255,255,.74)!important;border:1px solid rgba(148,163,184,.22)!important;box-shadow:0 14px 38px rgba(15,43,85,.06)!important;}
body.rmx-launch-polished-117 details.mhd-fdt-advanced-drawer summary{padding:17px 20px!important;font-weight:950!important;color:#10233f!important;}
body.rmx-launch-polished-117 pre,
body.rmx-launch-polished-117 code,
body.rmx-launch-polished-117 .mhd-fdt-code{max-width:100%!important;white-space:pre-wrap!important;word-break:break-word!important;border-radius:16px!important;}
@media(max-width:1280px){body.rmx-launch-polished-117 .mhd-fdt-shell,body.mhd-fdt-executive-ui .mhd-fdt-shell{grid-template-columns:1fr!important;}body.rmx-launch-polished-117 .mhd-fdt-sidebar{position:relative!important;top:auto!important;max-height:none!important;}body.rmx-launch-polished-117 .mhd-fdt-tabs{display:flex!important;overflow:auto!important;padding-bottom:6px!important;}body.rmx-launch-polished-117 .mhd-fdt-tabs button{min-width:224px!important;}}
@media(max-width:860px){body.rmx-launch-polished-117 .mhd-fdos-wrap{padding:10px 10px 48px!important;}body.rmx-launch-polished-117 .mhd-fdt-topbar{padding:22px 18px!important;border-radius:24px!important;}body.rmx-launch-polished-117 .mhd-fdt-topbar h1{font-size:34px!important;}body.rmx-launch-polished-117 .mhd-fdt-summary-strip,body.rmx-launch-polished-117 .mhd-fdt-kpis--overview,body.rmx-launch-polished-117 .mhd-fdt-grid,body.rmx-launch-polished-117 .mhd-fdt-command-grid,body.rmx-launch-polished-117 .mhd-fdt-form.two,body.rmx-launch-polished-117 .mhd-fdt-form.three{grid-template-columns:1fr!important;}body.rmx-launch-polished-117 .mhd-fdt-app-marketplace{grid-template-columns:1fr!important;}}


/* v1.7.37 — softer premium click feedback. */
.rmx-ripple{width:8px!important;height:8px!important;max-width:8px!important;max-height:8px!important;border-radius:999px!important;background:rgba(255,255,255,.28)!important;transform:translate(-50%,-50%) scale(1)!important;animation:rmx-site-ripple-soft .38s ease-out forwards!important;pointer-events:none!important}@keyframes rmx-site-ripple-soft{to{opacity:0;transform:translate(-50%,-50%) scale(7)}}

/* source: launch-final-1.0.119.css */

/* Receptionist Max v1.0.118 final launch polish. Loads last and only affects visible UI. */
:root{
  --rmx-final-blue:#1268ff;
  --rmx-final-cyan:#05b7ff;
  --rmx-final-ink:#0d1728;
  --rmx-final-muted:#64748b;
  --rmx-final-line:#d9e6f5;
  --rmx-final-surface:#ffffff;
  --rmx-final-soft:#f7fbff;
  --rmx-final-good:#10b981;
  --rmx-final-warn:#f59e0b;
  --rmx-final-bad:#ef4444;
}
body.rmx-clean-launch-ui .wrap.mhd-aicc-wrap,
body.rmx-clean-launch-ui .mhd-fdos-wrap,
body.rmx-clean-launch-ui .mhd-platform-wrap,
body.rmx-clean-launch-ui .mhd-auth-gateway,
body.rmx-clean-launch-ui .mhd-customer-portal,
body.rmx-clean-launch-ui .mhd-portal-shell{
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;
}
body.rmx-clean-launch-ui .mhd-portal-hero,
body.rmx-clean-launch-ui .mhd-exec-hero,
body.rmx-clean-launch-ui .mhd-fdt-topbar,
body.rmx-clean-launch-ui .mhd-auth-hero,
body.rmx-clean-launch-ui .mhd-portal-topbar,
body.rmx-clean-launch-ui .mhd-platform-hero{
  border:1px solid rgba(255,255,255,.18)!important;
  background:
    radial-gradient(circle at 12% 20%,rgba(5,183,255,.35),transparent 28%),
    radial-gradient(circle at 88% 0%,rgba(124,58,237,.32),transparent 28%),
    linear-gradient(135deg,#071a3a,#0f3fa5 54%,#08306f)!important;
  color:#fff!important;
  box-shadow:0 28px 80px rgba(8,39,92,.24)!important;
  overflow:hidden!important;
}
body.rmx-clean-launch-ui .mhd-portal-hero h1,
body.rmx-clean-launch-ui .mhd-exec-hero h2,
body.rmx-clean-launch-ui .mhd-fdt-topbar h1,
body.rmx-clean-launch-ui .mhd-auth-hero h1,
body.rmx-clean-launch-ui .mhd-platform-hero h1{
  color:#fff!important;
  letter-spacing:-.055em!important;
  line-height:1.02!important;
  text-wrap:balance!important;
}
body.rmx-clean-launch-ui .mhd-portal-hero p,
body.rmx-clean-launch-ui .mhd-exec-hero p,
body.rmx-clean-launch-ui .mhd-fdt-topbar p,
body.rmx-clean-launch-ui .mhd-auth-hero p,
body.rmx-clean-launch-ui .mhd-platform-hero p{
  color:rgba(240,248,255,.88)!important;
  max-width:780px!important;
}
body.rmx-clean-launch-ui .mhd-card,
body.rmx-clean-launch-ui .mhd-kpi,
body.rmx-clean-launch-ui .mhd-fdt-card,
body.rmx-clean-launch-ui .mhd-fdt-kpi,
body.rmx-clean-launch-ui .mhd-fdt-summary-tile,
body.rmx-clean-launch-ui .mhd-fdt-launch-hero,
body.rmx-clean-launch-ui .mhd-fdt-action-center,
body.rmx-clean-launch-ui .mhd-customer-card,
body.rmx-clean-launch-ui .mhd-billing-card,
body.rmx-clean-launch-ui .mhd-auth-card,
body.rmx-clean-launch-ui .mhd-portal-card{
  border:1px solid rgba(148,163,184,.24)!important;
  border-radius:26px!important;
  background:linear-gradient(145deg,#fff,var(--rmx-final-soft))!important;
  box-shadow:0 18px 52px rgba(15,43,85,.09)!important;
}
body.rmx-clean-launch-ui .mhd-card:hover,
body.rmx-clean-launch-ui .mhd-fdt-card:hover,
body.rmx-clean-launch-ui .mhd-fdt-summary-tile:hover,
body.rmx-clean-launch-ui .mhd-customer-card:hover,
body.rmx-clean-launch-ui .mhd-auth-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 26px 70px rgba(15,43,85,.14)!important;
}
body.rmx-clean-launch-ui .button.button-primary,
body.rmx-clean-launch-ui .mhd-fdt-btn.primary,
body.rmx-clean-launch-ui .mhd-auth-btn.primary,
body.rmx-clean-launch-ui .mhd-portal-btn.primary{
  background:linear-gradient(135deg,var(--rmx-final-blue),var(--rmx-final-cyan))!important;
  border-color:transparent!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(18,104,255,.24)!important;
}
body.rmx-clean-launch-ui .button,
body.rmx-clean-launch-ui .mhd-fdt-btn,
body.rmx-clean-launch-ui .mhd-auth-btn,
body.rmx-clean-launch-ui .mhd-portal-btn,
body.rmx-clean-launch-ui .mhd-fdt-mini-link{
  border-radius:14px!important;
  font-weight:850!important;
  min-height:38px!important;
  align-items:center!important;
  justify-content:center!important;
}
body.rmx-clean-launch-ui .mhd-fdt-tabs button{border-radius:18px!important;transition:transform .16s ease,background .16s ease,border-color .16s ease!important;}
body.rmx-clean-launch-ui .mhd-fdt-tabs button:hover{transform:translateX(2px)!important;background:rgba(255,255,255,.10)!important;}
body.rmx-clean-launch-ui .mhd-fdt-tabs button.active{background:linear-gradient(135deg,#1477ff,#04b7ff)!important;color:#fff!important;box-shadow:0 16px 34px rgba(20,119,255,.24)!important;}
body.rmx-clean-launch-ui .mhd-fdt-wizard-step{cursor:pointer!important;border-radius:20px!important;}
body.rmx-clean-launch-ui .mhd-fdt-wizard-step:hover{transform:translateY(-1px)!important;border-color:rgba(18,104,255,.35)!important;}
body.rmx-clean-launch-ui .mhd-fdt-blocker{display:flex!important;flex-direction:column!important;gap:9px!important;padding:18px!important;border-radius:22px!important;background:#fff!important;min-height:150px!important;}
body.rmx-clean-launch-ui .mhd-fdt-blocker.ready{border-color:rgba(16,185,129,.28)!important;background:linear-gradient(145deg,#f0fdf4,#fff)!important;}
body.rmx-clean-launch-ui .mhd-fdt-blocker.needs{border-color:rgba(245,158,11,.32)!important;background:linear-gradient(145deg,#fff8ed,#fff)!important;}
body.rmx-clean-launch-ui .mhd-fdt-blocker-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:wrap!important;margin-top:auto!important;}
body.rmx-clean-launch-ui .mhd-fdt-fix-link{padding:8px 12px!important;border:1px solid rgba(18,104,255,.25)!important;background:#eef6ff!important;color:#0f55c5!important;text-decoration:none!important;}
body.rmx-clean-launch-ui .mhd-fdt-pill.retry-pending,
body.rmx-clean-launch-ui .mhd-fdt-pill.retry-needed,
body.rmx-clean-launch-ui .mhd-fdt-pill.blocked,
body.rmx-clean-launch-ui .mhd-fdt-pill.failed,
body.rmx-clean-launch-ui .mhd-fdt-pill.failed-delivery{
  background:#fff1f2!important;color:#9f1239!important;border-color:#fecdd3!important;
}
body.rmx-clean-launch-ui .mhd-support-only-technical,
body.rmx-clean-launch-ui .mhd-debug,
body.rmx-clean-launch-ui .mhd-dev,
body.rmx-clean-launch-ui .mhd-raw,
body.rmx-clean-launch-ui [data-support-only="1"],
body.rmx-clean-launch-ui [data-dev-only="1"]{display:none!important;}
body.rmx-clean-launch-ui code:not(.rmx-keep-code),
body.rmx-clean-launch-ui pre:not(.rmx-keep-code){white-space:pre-wrap!important;max-width:100%!important;overflow:auto!important;border-radius:16px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;}
body.rmx-clean-launch-ui .mhd-fdt-error{border-radius:24px!important;padding:28px!important;background:#fff7ed!important;border:1px solid #fed7aa!important;box-shadow:0 20px 56px rgba(124,45,18,.08)!important;}
body.rmx-clean-launch-ui .mhd-fdt-error strong{font-size:22px!important;color:#9a3412!important;}
body.rmx-clean-launch-ui .mhd-aicc-tabs,
body.rmx-clean-launch-ui .mhd-workspace-tabs,
body.rmx-clean-launch-ui .mhd-commercial-tabs{gap:9px!important;flex-wrap:wrap!important;}
body.rmx-clean-launch-ui .mhd-aicc-tabs a,
body.rmx-clean-launch-ui .mhd-workspace-tab,
body.rmx-clean-launch-ui .mhd-commercial-tab{border-radius:999px!important;padding:10px 14px!important;}
@media (max-width:960px){
 body.rmx-clean-launch-ui .mhd-fdt-shell{grid-template-columns:1fr!important;}
 body.rmx-clean-launch-ui .mhd-fdt-sidebar{position:relative!important;top:auto!important;width:auto!important;}
 body.rmx-clean-launch-ui .mhd-fdt-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}
 body.rmx-clean-launch-ui .mhd-fdt-topbar{grid-template-columns:1fr!important;}
 body.rmx-clean-launch-ui .mhd-fdt-form.two,
 body.rmx-clean-launch-ui .mhd-fdt-form.three,
 body.rmx-clean-launch-ui .mhd-grid.two,
 body.rmx-clean-launch-ui .mhd-grid.three{grid-template-columns:1fr!important;}
}
@media (max-width:600px){
 body.rmx-clean-launch-ui .mhd-fdt-tabs{grid-template-columns:1fr!important;}
 body.rmx-clean-launch-ui .wrap.mhd-aicc-wrap,
 body.rmx-clean-launch-ui .mhd-fdos-wrap{padding:12px!important;}
 body.rmx-clean-launch-ui .mhd-fdt-card,
 body.rmx-clean-launch-ui .mhd-card{border-radius:20px!important;padding:16px!important;}
}

/* source: customer-connector-streamline-1.0.132.css */
/* Receptionist Max 1.0.132 — customer connector streamline layer */
body.mhd-fdos-embedded-admin-portal .rmx-progress-line,
body.mhd-fdos-fullscreen-admin .rmx-progress-line,
body.rmx-clean-launch-ui .rmx-progress-line{
  display:none!important;
}

/* The WordPress Portal already has its own portal search, nav, and command palette. */
.mhd-aicc-wrap--portal-app > .rmx-command-bar,
.mhd-aicc-wrap--portal-app > .rmx-ui-pulse-deck,
.mhd-aicc-wrap--portal-app .mhd-connector-portal-ribbon{
  display:none!important;
}

/* The generic screen summary cards were visually impressive but redundant for customers. */
.mhd-aicc-wrap:not(.mhd-aicc-wrap--portal-app) > .rmx-ui-pulse-deck{
  display:none!important;
}

/* Keep screen search useful on Website Sync / Site Connection, but remove support-style controls. */
.mhd-aicc-wrap:not(.mhd-aicc-wrap--portal-app) > .rmx-command-bar{
  margin:14px 0 16px!important;
  border-radius:22px!important;
  padding:10px 12px!important;
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(186,214,246,.72)!important;
  box-shadow:0 14px 34px rgba(15,48,93,.08)!important;
}
.mhd-aicc-wrap:not(.mhd-aicc-wrap--portal-app) > .rmx-command-bar .rmx-view-filter,
.mhd-aicc-wrap:not(.mhd-aicc-wrap--portal-app) > .rmx-command-bar .rmx-command-button,
.mhd-aicc-wrap:not(.mhd-aicc-wrap--portal-app) > .rmx-command-bar .rmx-command-hotkey{
  display:none!important;
}
.mhd-aicc-wrap:not(.mhd-aicc-wrap--portal-app) > .rmx-command-bar .rmx-command-right{
  display:flex!important;
  justify-content:flex-end!important;
  gap:8px!important;
}
.mhd-aicc-wrap:not(.mhd-aicc-wrap--portal-app) > .rmx-command-bar .rmx-command-chip{
  min-width:auto!important;
  padding:0 14px!important;
}

/* Portal page should feel like one app, not a page inside a page. */
.mhd-aicc-wrap--portal-app{
  max-width:1320px!important;
  margin:18px auto 0!important;
  padding:0 18px 28px!important;
}
.mhd-aicc-wrap--portal-app .mhd-fdos-wrap--portal-same-source{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}
.mhd-aicc-wrap--portal-app .mhd-fdos-app{
  min-height:520px;
}
.mhd-aicc-wrap--portal-app .mhd-fdt-shell{
  border-radius:30px!important;
  box-shadow:0 24px 70px rgba(15,48,93,.14)!important;
}
.mhd-aicc-wrap--portal-app .mhd-fdt-topbar{
  min-height:156px!important;
}
.mhd-aicc-wrap--portal-app .mhd-fdt-topbar h1{
  font-size:clamp(36px,4vw,56px)!important;
}
.mhd-aicc-wrap--portal-app .mhd-fdt-topbar p{
  max-width:720px!important;
}
.mhd-aicc-wrap--portal-app .mhd-fdt-sidebar-card{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 18px 38px rgba(0,0,0,.12)!important;
}
.mhd-aicc-wrap--portal-app .mhd-fdt-kpis--overview{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.mhd-aicc-wrap--portal-app .mhd-fdt-kpi{
  min-height:104px!important;
}
.mhd-aicc-wrap--portal-app .mhd-fdt-grid--overview{
  align-items:start!important;
}

/* Connected / activation states */
.mhd-connector-activation-nudge--launch{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  padding:28px!important;
  border-radius:30px!important;
  border:1px solid rgba(186,214,246,.86)!important;
  background:linear-gradient(145deg,#fff,#f4f9ff)!important;
  box-shadow:0 22px 60px rgba(15,48,93,.12)!important;
}
.mhd-connector-activation-nudge--launch span,
.mhd-section-label{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:#eef6ff!important;
  color:#1d4ed8!important;
  border:1px solid #cfe4ff!important;
  font-size:11px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}
.mhd-connector-activation-nudge--launch strong{
  display:block!important;
  margin:10px 0 6px!important;
  color:#071427!important;
  font-size:26px!important;
  letter-spacing:-.04em!important;
}
.mhd-connector-activation-nudge--launch p{
  margin:0!important;
  color:#64748b!important;
  max-width:760px!important;
}

/* Website Sync: cleaner first card and less vertical clutter. */
.mhd-sync-source-card--compact{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:22px 24px!important;
}
.mhd-sync-source-card--compact h2{
  margin:8px 0 6px!important;
}
.mhd-sync-source-card--compact form{
  margin:0!important;
  flex:0 0 auto!important;
}
.mhd-sync-source-card--compact .submit{
  margin:0!important;
  padding:0!important;
}
.mhd-knowledge-command{
  gap:18px!important;
}
.mhd-source-card-grid{
  gap:14px!important;
}
.mhd-source-card{
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;
}
.mhd-source-card:hover{
  transform:translateY(-2px)!important;
}

/* Site Connection: replace old tables with scannable customer status rows. */
.mhd-launch-connection-card .mhd-card-head{
  align-items:flex-start!important;
  margin-bottom:14px!important;
}
.mhd-status-list{
  display:grid!important;
  gap:10px!important;
}
.mhd-status-row{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:13px 14px!important;
  border-radius:18px!important;
  border:1px solid rgba(148,163,184,.22)!important;
  background:#fff!important;
}
.mhd-status-row > span{
  width:12px!important;
  height:12px!important;
  flex:0 0 12px!important;
  border-radius:999px!important;
  background:#94a3b8!important;
  box-shadow:0 0 0 5px rgba(148,163,184,.14)!important;
}
.mhd-status-row.good{
  background:linear-gradient(145deg,#f0fdf4,#fff)!important;
  border-color:rgba(16,185,129,.26)!important;
}
.mhd-status-row.good > span{
  background:#10b981!important;
  box-shadow:0 0 0 5px rgba(16,185,129,.14)!important;
}
.mhd-status-row.warn{
  background:linear-gradient(145deg,#fff8ed,#fff)!important;
  border-color:rgba(245,158,11,.30)!important;
}
.mhd-status-row.warn > span{
  background:#f59e0b!important;
  box-shadow:0 0 0 5px rgba(245,158,11,.16)!important;
}
.mhd-status-row.info > span{
  background:#2563eb!important;
  box-shadow:0 0 0 5px rgba(37,99,235,.13)!important;
}
.mhd-status-row strong{
  display:block!important;
  color:#0f172a!important;
  font-weight:950!important;
}
.mhd-status-row small{
  display:block!important;
  margin-top:2px!important;
  color:#64748b!important;
  word-break:break-word!important;
}

/* Full screen hosted/theme portal spacing */
.mhd-portal-os-shell--same-source .mhd-fdos-wrap--portal-same-source{
  margin:0!important;
  padding:0!important;
}
.mhd-portal-os-shell--same-source .mhd-fdt-shell{
  box-shadow:0 28px 86px rgba(15,48,93,.16)!important;
}

@media (max-width:1200px){
  .mhd-aicc-wrap--portal-app .mhd-fdt-kpis--overview{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (max-width:960px){
  .mhd-aicc-wrap--portal-app{padding:0 10px 24px!important;}
  .mhd-sync-source-card--compact,
  .mhd-connector-activation-nudge--launch{display:grid!important;}
  .mhd-aicc-wrap--portal-app .mhd-fdt-kpis--overview{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:640px){
  .mhd-aicc-wrap--portal-app .mhd-fdt-kpis--overview{grid-template-columns:1fr!important;}
  .mhd-aicc-wrap:not(.mhd-aicc-wrap--portal-app) > .rmx-command-bar{
    display:none!important;
  }
}


/* Receptionist Max 1.0.133 — ultimate customer connector shell */
.mhd-aicc-wrap--connector-shell{
  max-width:1280px!important;
  margin:18px auto 0!important;
  padding:0 18px 32px!important;
}
.mhd-aicc-wrap--connector-shell .mhd-portal-hero,
.mhd-aicc-wrap--connector-shell .mhd-portal-hero-v113{
  display:none!important;
}
.mhd-connector-shell-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(220px,300px) minmax(230px,330px)!important;
  align-items:stretch!important;
  gap:14px!important;
  margin:0 0 14px!important;
  padding:18px!important;
  border-radius:28px!important;
  border:1px solid rgba(191,219,254,.78)!important;
  background:
    radial-gradient(circle at 9% 0%,rgba(14,165,233,.18),transparent 32%),
    radial-gradient(circle at 78% 0%,rgba(124,58,237,.15),transparent 30%),
    linear-gradient(145deg,#ffffff,#f3f8ff)!important;
  box-shadow:0 22px 58px rgba(15,48,93,.12)!important;
}
.mhd-connector-title h1{
  margin:10px 0 6px!important;
  font-size:clamp(30px,3.1vw,46px)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  color:#071427!important;
}
.mhd-connector-title p{
  margin:0!important;
  max-width:780px!important;
  color:#526173!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.mhd-connector-status-card,
.mhd-connector-next-card{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:5px!important;
  padding:18px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(191,219,254,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7)!important;
}
.mhd-connector-status-card.is-live{
  background:linear-gradient(145deg,#effdf5,#ffffff)!important;
  border-color:rgba(16,185,129,.24)!important;
}
.mhd-connector-status-card.is-offline{
  background:linear-gradient(145deg,#fff7ed,#ffffff)!important;
  border-color:rgba(245,158,11,.28)!important;
}
.mhd-status-dot{
  width:12px!important;
  height:12px!important;
  border-radius:999px!important;
  background:#10b981!important;
  box-shadow:0 0 0 6px rgba(16,185,129,.14)!important;
  display:block!important;
  margin-bottom:10px!important;
}
.mhd-connector-status-card.is-offline .mhd-status-dot{
  background:#f59e0b!important;
  box-shadow:0 0 0 6px rgba(245,158,11,.14)!important;
}
.mhd-connector-status-card strong,
.mhd-connector-next-card strong{
  color:#071427!important;
  font-size:16px!important;
  font-weight:950!important;
  letter-spacing:-.025em!important;
}
.mhd-connector-status-card small,
.mhd-connector-next-card span{
  color:#64748b!important;
  font-size:12px!important;
  font-weight:800!important;
}
.mhd-connector-next-card .button{
  width:max-content!important;
  margin-top:8px!important;
  border-radius:999px!important;
  padding:5px 16px!important;
}
.mhd-aicc-tabs--connector{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0 0 12px!important;
  padding:8px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.83)!important;
  border:1px solid rgba(191,219,254,.70)!important;
  box-shadow:0 14px 40px rgba(15,48,93,.08)!important;
  overflow:visible!important;
}
.mhd-aicc-tabs--connector a{
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  min-height:64px!important;
  justify-content:center!important;
  border-radius:18px!important;
  padding:12px 14px!important;
  text-decoration:none!important;
  border:1px solid transparent!important;
  background:transparent!important;
  transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
.mhd-aicc-tabs--connector a strong{
  color:#0f172a!important;
  font-weight:950!important;
  font-size:13px!important;
  line-height:1.1!important;
}
.mhd-aicc-tabs--connector a small{
  color:#64748b!important;
  font-size:11px!important;
  line-height:1.35!important;
  max-width:100%!important;
  white-space:normal!important;
}
.mhd-aicc-tabs--connector a:hover{
  transform:translateY(-1px)!important;
  background:#f8fbff!important;
  border-color:rgba(37,99,235,.18)!important;
}
.mhd-aicc-tabs--connector a.active,
.mhd-aicc-tabs--connector a.is-clicking{
  background:linear-gradient(135deg,#0f73ff,#0ea5e9)!important;
  border-color:rgba(14,165,233,.42)!important;
  box-shadow:0 14px 32px rgba(37,99,235,.22)!important;
}
.mhd-aicc-tabs--connector a.active strong,
.mhd-aicc-tabs--connector a.active small,
.mhd-aicc-tabs--connector a.is-clicking strong,
.mhd-aicc-tabs--connector a.is-clicking small{
  color:#fff!important;
}
.mhd-connector-scope-note{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:0 0 14px!important;
  padding:12px 16px!important;
  border-radius:20px!important;
  background:#fff!important;
  border:1px solid rgba(191,219,254,.72)!important;
  color:#64748b!important;
  box-shadow:0 10px 30px rgba(15,48,93,.06)!important;
}
.mhd-connector-scope-note strong{
  color:#0f172a!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.mhd-connector-scope-note span{
  text-align:right!important;
  line-height:1.45!important;
}
.mhd-aicc-wrap--connector-shell > .rmx-command-bar{
  margin:12px 0 16px!important;
}
.mhd-aicc-wrap--connector-shell .mhd-card,
.mhd-aicc-wrap--connector-shell .mhd-kpi{
  border-radius:22px!important;
}
.mhd-sync-source-card--compact{
  margin-top:0!important;
}
.mhd-knowledge-tabs{
  position:sticky!important;
  top:42px!important;
  z-index:20!important;
  background:rgba(255,255,255,.88)!important;
  backdrop-filter:blur(14px)!important;
  border-radius:20px!important;
  padding:7px!important;
  border:1px solid rgba(191,219,254,.70)!important;
}
.mhd-source-picker[data-mode="all"] .mhd-picker-list,
.mhd-source-picker[data-mode="none"] .mhd-picker-list{
  opacity:.72!important;
}
.mhd-picker-tools .mhd-picker-count{
  margin-left:auto!important;
  color:#2563eb!important;
  font-weight:900!important;
}
#adminmenu a[href*="mhd-aicc-frontdesk-tools"],
#adminmenu a[href*="mhd-aicc-connector-setup"],
#adminmenu a[href*="mhd-aicc-connector-logs"],
#adminmenu a[href*="mhd-aicc-connector-billing"],
#adminmenu a[href*="mhd-aicc-connector-settings"],
#adminmenu a[href*="mhd-aicc-connector-leads"],
#adminmenu a[href*="mhd-aicc-connector-learning"]{
  display:none!important;
}
@media (max-width:1100px){
  .mhd-connector-shell-head{grid-template-columns:1fr 1fr!important;}
  .mhd-connector-title{grid-column:1/-1!important;}
}
@media (max-width:782px){
  .mhd-aicc-wrap--connector-shell{padding:0 10px 26px!important;}
  .mhd-connector-shell-head{grid-template-columns:1fr!important;padding:14px!important;border-radius:22px!important;}
  .mhd-aicc-tabs--connector{grid-template-columns:1fr!important;}
  .mhd-aicc-tabs--connector a{min-height:auto!important;}
  .mhd-connector-scope-note{display:grid!important;}
  .mhd-connector-scope-note span{text-align:left!important;}
  .mhd-knowledge-tabs{position:relative!important;top:auto!important;}
}

/* v1.0.169 — Website Sync / Site Connection CSS stability fixes.
   Removes decorative KPI artifacts and replaces native radio controls with clean segmented pills. */
.mhd-aicc-wrap--connector-shell .mhd-kpis,
.mhd-aicc-wrap--connector-shell .mhd-kpis-compact{
  align-items:stretch!important;
}
body.rmx-ui-v111 .mhd-aicc-wrap--connector-shell .mhd-kpi,
.mhd-aicc-wrap--connector-shell .mhd-kpi{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
}
body.rmx-ui-v111 .mhd-aicc-wrap--connector-shell .mhd-kpi:before,
body.rmx-ui-v111 .mhd-aicc-wrap--connector-shell .mhd-kpi:after,
.mhd-aicc-wrap--connector-shell .mhd-kpi:before,
.mhd-aicc-wrap--connector-shell .mhd-kpi:after{
  content:none!important;
  display:none!important;
}
.mhd-aicc-wrap--connector-shell .mhd-kpi > span,
.mhd-aicc-wrap--connector-shell .mhd-kpi > strong,
.mhd-aicc-wrap--connector-shell .mhd-kpi > .mhd-meter{
  position:relative!important;
  z-index:1!important;
}
.mhd-aicc-wrap--connector-shell .mhd-kpi > span{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#526173!important;
  line-height:1.25!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  width:auto!important;
  max-width:100%!important;
  padding:5px!important;
  margin:12px 14px!important;
  border:1px solid #dbeafe!important;
  border-radius:999px!important;
  background:#f8fbff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86)!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  min-height:40px!important;
  min-width:74px!important;
  padding:0 16px!important;
  margin:0!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  background:#ffffff!important;
  color:#334155!important;
  box-shadow:0 5px 14px rgba(15,23,42,.04)!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  user-select:none!important;
  transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label input[type="radio"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:absolute!important;
  width:1px!important;
  min-width:1px!important;
  max-width:1px!important;
  height:1px!important;
  min-height:1px!important;
  max-height:1px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  pointer-events:none!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label:hover{
  transform:translateY(-1px)!important;
  border-color:#bfdbfe!important;
  color:#1d4ed8!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label:focus-within{
  outline:3px solid rgba(37,99,235,.18)!important;
  outline-offset:2px!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label:has(input[type="radio"]:checked){
  background:linear-gradient(135deg,#1268ff,#0ea5e9)!important;
  border-color:transparent!important;
  color:#ffffff!important;
  box-shadow:0 10px 22px rgba(37,99,235,.18)!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label.is-selected{
  background:linear-gradient(135deg,#1268ff,#0ea5e9)!important;
  border-color:transparent!important;
  color:#ffffff!important;
  box-shadow:0 10px 22px rgba(37,99,235,.18)!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label:has(input[type="radio"]:checked):hover,
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label.is-selected:hover{
  color:#ffffff!important;
  border-color:transparent!important;
}
@media(max-width:640px){
  .mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment{
    display:grid!important;
    grid-template-columns:1fr!important;
    border-radius:18px!important;
    width:calc(100% - 28px)!important;
  }
  .mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label{
    width:100%!important;
    min-width:0!important;
  }
}

/* v1.0.177 — Site Connection must never show green/ready while the website link needs reconnecting. */
.mhd-connector-status-card.needs-reconnect{
  background:linear-gradient(145deg,#fff1f2,#ffffff)!important;
  border-color:rgba(220,38,38,.30)!important;
}
.mhd-connector-status-card.needs-reconnect .mhd-status-dot{
  background:#dc2626!important;
  box-shadow:0 0 0 6px rgba(220,38,38,.14)!important;
}
.mhd-reconnect-alert{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,420px)!important;
  gap:18px!important;
  align-items:start!important;
  margin:0 0 18px!important;
  padding:22px!important;
  border-radius:26px!important;
  background:linear-gradient(135deg,#991b1b,#dc2626)!important;
  color:#fff!important;
  box-shadow:0 24px 58px rgba(153,27,27,.22)!important;
  border:1px solid rgba(255,255,255,.20)!important;
}
.mhd-reconnect-alert span,
.mhd-reconnect-alert h2,
.mhd-reconnect-alert p{color:#fff!important;}
.mhd-reconnect-alert span{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-bottom:7px!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
  font-size:11px!important;
  font-weight:950!important;
}
.mhd-reconnect-alert h2{
  margin:0 0 8px!important;
  font-size:26px!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
}
.mhd-reconnect-alert p{
  margin:0!important;
  max-width:820px!important;
  line-height:1.5!important;
  font-weight:760!important;
  opacity:.97!important;
}
.mhd-reconnect-form{
  display:grid!important;
  gap:10px!important;
  padding:14px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72)!important;
}
.mhd-reconnect-form label{display:grid!important;gap:6px!important;margin:0!important;}
.mhd-reconnect-form label span{
  color:#0f172a!important;
  letter-spacing:0!important;
  text-transform:none!important;
  font-size:12px!important;
  margin:0!important;
}
.mhd-reconnect-form input[type=email],
.mhd-reconnect-form input[type=password]{
  width:100%!important;
  min-height:42px!important;
  border-radius:14px!important;
  border:1px solid #cbd5e1!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#0f172a!important;
  padding:8px 12px!important;
}
.mhd-reconnect-form .button-primary{
  justify-content:center!important;
  width:100%!important;
  margin:2px 0 0!important;
}
@media(max-width:900px){
  .mhd-reconnect-alert{grid-template-columns:1fr!important;}
}

/* v1.0.151 — remove legacy reconnect wall */
.mhd-reconnect-alert{display:none!important;}

/* v1.0.201 — top refresh card now submits the real website-link repair action. */
.mhd-connector-next-card--repair{
  border-color:rgba(220,38,38,.24)!important;
  background:linear-gradient(145deg,#fff7f7,#fff)!important;
}
.mhd-connector-next-card--repair .mhd-connector-next-form{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin:8px 0 0!important;
}
.mhd-connector-next-card--repair .mhd-connector-next-form .button{
  margin-top:0!important;
}
.mhd-connector-next-card--repair .button[disabled]{
  opacity:.68!important;
  cursor:wait!important;
}

/* source: commercial-launch-ready-1.7.54.css */
/* Receptionist Max theme — commercial launch-ready UI layer v1.7.54 */
:root{
  --rmx-radius-lg:28px;
  --rmx-radius-md:20px;
  --rmx-card-border:rgba(255,255,255,.12);
  --rmx-card-bg:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
  --rmx-soft-bg:rgba(255,255,255,.055);
  --rmx-shadow:0 24px 70px rgba(0,0,0,.34);
}
.mhd-aicc-sales-theme{background:var(--mhd-bg,#070b16);}
.mhd-site-header{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.mhd-site-header.is-scrolled{box-shadow:0 18px 42px rgba(0,0,0,.24)}
.mhd-brand-mark,.mhd-panel-icon,.mhd-preview-logo{box-shadow:0 12px 32px rgba(61,123,245,.32)}
.mhd-hero{position:relative;overflow:hidden;min-height:min(820px,calc(100vh - 20px));display:flex;align-items:center}
.mhd-hero:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at var(--rmx-mouse-x,18%) var(--rmx-mouse-y,20%),rgba(61,123,245,.24),transparent 28%),radial-gradient(circle at 82% 18%,rgba(139,92,246,.18),transparent 28%);pointer-events:none;opacity:.92;transition:opacity .2s ease}
.mhd-hero-grid{position:relative;z-index:1;gap:clamp(32px,6vw,72px)}
.mhd-hero-copy h1{letter-spacing:-.065em;line-height:.94;max-width:900px}
.mhd-hero-lede{font-size:clamp(1.05rem,1.45vw,1.27rem);max-width:760px}
.mhd-button-row{gap:12px;flex-wrap:wrap}
.mhd-btn{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.mhd-btn:hover{transform:translateY(-2px)}
.mhd-btn-primary{box-shadow:0 16px 38px rgba(61,123,245,.35)}
.mhd-dashboard-preview,.mhd-connect-panel,.mhd-price-card,.mhd-feature-card,.mhd-process-card,.mhd-faq-item,.mhd-portal-screen,.rmx-primer-preview{background:var(--rmx-card-bg);border:1px solid var(--rmx-card-border);box-shadow:var(--rmx-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.mhd-feature-card,.mhd-price-card,.mhd-process-card{position:relative;overflow:hidden;transform-style:preserve-3d}
.mhd-feature-card:before,.mhd-price-card:before,.mhd-process-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--rmx-card-x,50%) var(--rmx-card-y,0%),rgba(255,255,255,.18),transparent 32%);opacity:0;transition:opacity .18s ease;pointer-events:none}
.mhd-feature-card:hover:before,.mhd-price-card:hover:before,.mhd-process-card:hover:before{opacity:1}
.mhd-logo-strip{padding-top:34px;padding-bottom:34px}
.mhd-stat-grid{border:1px solid var(--rmx-card-border);border-radius:999px;background:rgba(255,255,255,.055);box-shadow:0 16px 50px rgba(0,0,0,.20);padding:12px}
.mhd-stat-grid>div{border-radius:999px;background:rgba(255,255,255,.04)}
.rmx-launch-primer{padding-top:clamp(36px,5vw,76px);padding-bottom:clamp(36px,5vw,76px)}
.rmx-launch-primer .mhd-container{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);gap:24px;align-items:stretch}
.rmx-primer-head{padding:clamp(22px,3vw,34px);border-radius:var(--rmx-radius-lg);background:linear-gradient(145deg,rgba(61,123,245,.14),rgba(139,92,246,.08));border:1px solid rgba(255,255,255,.12)}
.rmx-primer-head h2{margin:10px 0 12px;letter-spacing:-.045em;line-height:1.02}
.rmx-primer-head p{margin:0;color:var(--mhd-muted);font-size:1.02rem}
.rmx-primer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;grid-column:1/-1}
.rmx-primer-step{cursor:pointer;text-align:left;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);color:var(--mhd-text);border-radius:20px;padding:18px;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}
.rmx-primer-step span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:12px;background:rgba(61,123,245,.18);font-weight:800;font-size:.82rem;color:#fff;margin-bottom:12px}
.rmx-primer-step strong{display:block;font-size:1rem;margin-bottom:6px}
.rmx-primer-step small{display:block;color:var(--mhd-muted);line-height:1.5}
.rmx-primer-step:hover,.rmx-primer-step.is-active{transform:translateY(-3px);border-color:rgba(61,123,245,.55);background:rgba(61,123,245,.13);box-shadow:0 16px 38px rgba(0,0,0,.22)}
.rmx-primer-preview{grid-column:1/-1;display:flex;gap:18px;align-items:center;justify-content:space-between;border-radius:var(--rmx-radius-lg);padding:22px}
.rmx-primer-preview span{display:block;color:var(--mhd-muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.rmx-primer-preview strong{display:block;font-size:1.35rem;margin:4px 0 4px}
.rmx-primer-preview p{margin:0;color:var(--mhd-muted);max-width:760px}
.mhd-feature-grid.three{grid-template-columns:repeat(4,minmax(0,1fr))}
.mhd-feature-card{min-height:245px}
.mhd-feature-card h3{letter-spacing:-.025em}
.mhd-feature-card p{font-size:.96rem;line-height:1.62}
.mhd-portal-tabs{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;margin-bottom:12px;scrollbar-width:thin}
.mhd-portal-tabs button{white-space:nowrap;scroll-snap-align:start;border-radius:999px;transition:background .18s ease,color .18s ease,transform .18s ease}
.mhd-portal-tabs button:hover{transform:translateY(-1px)}
.mhd-portal-panel{transition:opacity .22s ease,transform .22s ease}
.mhd-portal-panel:not(.is-active){opacity:0;transform:translateY(8px);pointer-events:none;position:absolute;inset:42px 0 auto 0}
.mhd-portal-screen{position:relative;overflow:hidden;min-height:330px}
.mhd-portal-cards span{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055)}
.mhd-pricing-grid{align-items:stretch}
.mhd-price-card.featured{transform:translateY(-8px);border-color:rgba(61,123,245,.55)}
.mhd-price-card ul li{padding-left:28px;position:relative}
.mhd-price-card ul li:before{content:"✓";position:absolute;left:0;top:0;color:#9be7c2;font-weight:900}
.mhd-faq-item{cursor:pointer}
.mhd-faq-item[aria-expanded="true"]{border-color:rgba(61,123,245,.45);background:rgba(61,123,245,.10)}
.mhd-final-cta{position:relative;overflow:hidden}
.mhd-final-cta:after{content:"";position:absolute;inset:auto -10% -35% 35%;height:360px;background:radial-gradient(circle,rgba(61,123,245,.22),transparent 65%);pointer-events:none}
.rmx-site-progress{position:fixed;z-index:10000;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--mhd-primary),var(--mhd-purple));box-shadow:0 0 18px rgba(61,123,245,.55)}
.rmx-floating-cta{border:1px solid rgba(255,255,255,.14);background:rgba(7,11,22,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 20px 60px rgba(0,0,0,.36)}
@media (max-width:1100px){
  .mhd-feature-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rmx-launch-primer .mhd-container{grid-template-columns:1fr}
}
@media (max-width:720px){
  .mhd-hero{min-height:auto;padding-top:92px}
  .mhd-hero-copy h1{font-size:clamp(2.55rem,13vw,4.2rem)}
  .mhd-stat-grid{border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr))}
  .mhd-stat-grid>div{border-radius:18px}
  .rmx-primer-grid{grid-template-columns:1fr}
  .rmx-primer-preview{align-items:stretch;flex-direction:column}
  .mhd-feature-grid.three{grid-template-columns:1fr}
  .mhd-price-card.featured{transform:none}
  .mhd-portal-screen{min-height:420px}
}
@media (prefers-reduced-motion:reduce){
  .mhd-btn,.rmx-primer-step,.mhd-feature-card,.mhd-price-card,.mhd-process-card,.mhd-portal-panel{transition:none!important;transform:none!important}
}


/* v1.7.54 — value estimator and a11y polish */
.rmx-value-estimator{position:relative;overflow:hidden;padding-top:clamp(40px,5vw,80px);padding-bottom:clamp(40px,5vw,80px)}
.rmx-value-estimator:before{content:"";position:absolute;inset:8% -20% auto 55%;height:420px;background:radial-gradient(circle,rgba(61,123,245,.20),transparent 62%);pointer-events:none}
.rmx-value-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,480px);gap:clamp(22px,4vw,48px);align-items:center}
.rmx-value-copy{padding:clamp(22px,3vw,34px);border-radius:var(--rmx-radius-lg);background:linear-gradient(145deg,rgba(61,123,245,.13),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:var(--rmx-shadow)}
.rmx-value-copy h2{margin:10px 0 12px;letter-spacing:-.05em;line-height:1.02;color:var(--mhd-text)}
.rmx-value-copy p{margin:0;color:var(--mhd-muted);font-size:1.03rem;line-height:1.65}
.rmx-estimator-presets{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.rmx-estimator-presets button{border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:var(--mhd-text);padding:10px 13px;font-weight:800;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.rmx-estimator-presets button:hover,.rmx-estimator-presets button.is-active{transform:translateY(-1px);border-color:rgba(61,123,245,.55);background:rgba(61,123,245,.18)}
.rmx-estimator-card{display:grid;gap:14px;padding:clamp(20px,3vw,28px);border-radius:var(--rmx-radius-lg);background:var(--rmx-card-bg);border:1px solid var(--rmx-card-border);box-shadow:var(--rmx-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.rmx-estimator-card label{display:grid;gap:8px;color:var(--mhd-text);font-weight:800}
.rmx-estimator-card label span{font-size:.9rem;color:var(--mhd-muted)}
.rmx-estimator-card input{width:100%;min-height:52px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:var(--mhd-text);font-size:1.15rem;font-weight:850;padding:0 14px;outline:0;box-shadow:none}
.rmx-estimator-card input:focus{border-color:rgba(61,123,245,.65);box-shadow:0 0 0 4px rgba(61,123,245,.16)}
.rmx-estimator-result{padding:18px;border-radius:22px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}
.rmx-estimator-result small{display:block;color:var(--mhd-muted);font-weight:850;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;margin-bottom:4px}
.rmx-estimator-result strong{display:block;color:#fff;font-size:clamp(2.2rem,5vw,4.1rem);letter-spacing:-.07em;line-height:.95}
.rmx-estimator-result p{margin:10px 0 0;color:var(--mhd-muted);line-height:1.55}
.mhd-btn:focus-visible,.rmx-primer-step:focus-visible,.mhd-portal-tabs button:focus-visible,.mhd-faq-item:focus-visible{outline:3px solid rgba(61,123,245,.75);outline-offset:3px}
@media(max-width:920px){.rmx-value-grid{grid-template-columns:1fr}.rmx-value-copy,.rmx-estimator-card{border-radius:24px}}
@media(max-width:640px){.rmx-estimator-presets{display:grid;grid-template-columns:1fr}.rmx-estimator-presets button{text-align:center}.rmx-estimator-result strong{font-size:2.35rem}}

/* v1.0.169 — Website Sync / Site Connection CSS stability fixes.
   Removes decorative KPI artifacts and replaces native radio controls with clean segmented pills. */
.mhd-aicc-wrap--connector-shell .mhd-kpis,
.mhd-aicc-wrap--connector-shell .mhd-kpis-compact{
  align-items:stretch!important;
}
body.rmx-ui-v111 .mhd-aicc-wrap--connector-shell .mhd-kpi,
.mhd-aicc-wrap--connector-shell .mhd-kpi{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
}
body.rmx-ui-v111 .mhd-aicc-wrap--connector-shell .mhd-kpi:before,
body.rmx-ui-v111 .mhd-aicc-wrap--connector-shell .mhd-kpi:after,
.mhd-aicc-wrap--connector-shell .mhd-kpi:before,
.mhd-aicc-wrap--connector-shell .mhd-kpi:after{
  content:none!important;
  display:none!important;
}
.mhd-aicc-wrap--connector-shell .mhd-kpi > span,
.mhd-aicc-wrap--connector-shell .mhd-kpi > strong,
.mhd-aicc-wrap--connector-shell .mhd-kpi > .mhd-meter{
  position:relative!important;
  z-index:1!important;
}
.mhd-aicc-wrap--connector-shell .mhd-kpi > span{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#526173!important;
  line-height:1.25!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  width:auto!important;
  max-width:100%!important;
  padding:5px!important;
  margin:12px 14px!important;
  border:1px solid #dbeafe!important;
  border-radius:999px!important;
  background:#f8fbff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86)!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  min-height:40px!important;
  min-width:74px!important;
  padding:0 16px!important;
  margin:0!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  background:#ffffff!important;
  color:#334155!important;
  box-shadow:0 5px 14px rgba(15,23,42,.04)!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  user-select:none!important;
  transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label input[type="radio"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:absolute!important;
  width:1px!important;
  min-width:1px!important;
  max-width:1px!important;
  height:1px!important;
  min-height:1px!important;
  max-height:1px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  pointer-events:none!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label:hover{
  transform:translateY(-1px)!important;
  border-color:#bfdbfe!important;
  color:#1d4ed8!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label:focus-within{
  outline:3px solid rgba(37,99,235,.18)!important;
  outline-offset:2px!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label:has(input[type="radio"]:checked){
  background:linear-gradient(135deg,#1268ff,#0ea5e9)!important;
  border-color:transparent!important;
  color:#ffffff!important;
  box-shadow:0 10px 22px rgba(37,99,235,.18)!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label.is-selected{
  background:linear-gradient(135deg,#1268ff,#0ea5e9)!important;
  border-color:transparent!important;
  color:#ffffff!important;
  box-shadow:0 10px 22px rgba(37,99,235,.18)!important;
}
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label:has(input[type="radio"]:checked):hover,
.mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label.is-selected:hover{
  color:#ffffff!important;
  border-color:transparent!important;
}
@media(max-width:640px){
  .mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment{
    display:grid!important;
    grid-template-columns:1fr!important;
    border-radius:18px!important;
    width:calc(100% - 28px)!important;
  }
  .mhd-aicc-wrap--connector-shell .mhd-source-picker .mhd-segment label{
    width:100%!important;
    min-width:0!important;
  }
}

/* v1.0.177 — launch review runs in place; no full-screen refresh flash. */
.mhd-fdos-app .mhd-fdt-btn.is-busy{position:relative!important;pointer-events:none!important;opacity:.72!important;}
.mhd-fdos-app .mhd-fdt-btn.is-busy:after{content:"";display:inline-block!important;width:12px!important;height:12px!important;margin-left:8px!important;border-radius:999px!important;border:2px solid currentColor!important;border-right-color:transparent!important;vertical-align:-2px!important;animation:rmxSpin .8s linear infinite!important;}

/* source: sales-platform-ready-1.7.54.css */
/* Receptionist Max v1.7.54 — large-platform sales page readiness layer */
:root {
  --rmx-ready-border: rgba(148, 166, 204, 0.18);
  --rmx-ready-border-strong: rgba(61, 123, 245, 0.36);
  --rmx-ready-card: rgba(17, 28, 49, 0.78);
  --rmx-ready-card-strong: rgba(17, 28, 49, 0.94);
  --rmx-ready-glow: rgba(61, 123, 245, 0.22);
  --rmx-ready-success: rgba(16, 217, 138, 0.16);
}

.mhd-hero h1 {
  letter-spacing: -0.06em;
  max-width: 980px;
}

.mhd-hero-lede {
  max-width: 760px;
}

.mhd-trust-row span,
.rmx-footer-proof span,
.rmx-solution-tabs button,
.rmx-estimator-presets button {
  -webkit-tap-highlight-color: transparent;
}

.rmx-proof-band {
  padding-top: clamp(28px, 4vw, 54px);
  padding-bottom: clamp(28px, 4vw, 54px);
}

.rmx-proof-grid,
.rmx-matrix-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.rmx-proof-grid article,
.rmx-matrix-grid article,
.rmx-solution-panel,
.rmx-trust-card,
.rmx-pricing-note {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rmx-ready-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(61,123,245,.16), transparent 38%),
    linear-gradient(145deg, rgba(17,28,49,.92), rgba(7,11,22,.82));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.rmx-proof-grid article::before,
.rmx-matrix-grid article::before,
.rmx-trust-card::before,
.rmx-pricing-note::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 38%);
}

.rmx-proof-grid article {
  padding: clamp(22px, 3vw, 30px);
}

.rmx-proof-grid span,
.rmx-trust-card small,
.rmx-matrix-grid strong,
.rmx-solution-tabs button,
.rmx-pricing-note strong {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
  font-weight: 800;
}

.rmx-proof-grid span,
.rmx-trust-card small,
.rmx-solution-tabs button,
.rmx-pricing-note strong {
  color: var(--mhd-muted);
}

.rmx-proof-grid strong {
  display: block;
  margin: 10px 0 10px;
  color: var(--mhd-text);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  line-height: 1.18;
}

.rmx-proof-grid p,
.rmx-solution-panel p,
.rmx-matrix-grid p,
.rmx-trust p,
.rmx-trust-list span,
.rmx-pricing-note span {
  color: var(--mhd-muted);
}

.rmx-solutions .mhd-section-heading {
  max-width: 820px;
}

.rmx-solution-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.rmx-solution-tabs button {
  border: 1px solid var(--rmx-ready-border);
  border-radius: 999px;
  background: rgba(17,28,49,.76);
  color: var(--mhd-muted);
  padding: 11px 16px;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.rmx-solution-tabs button:hover,
.rmx-solution-tabs button:focus-visible,
.rmx-solution-tabs button.is-active {
  border-color: var(--rmx-ready-border-strong);
  background: rgba(61,123,245,.16);
  color: var(--mhd-text);
  transform: translateY(-1px);
}

.rmx-solution-panels {
  min-height: 286px;
}

.rmx-solution-panel {
  display: none;
  padding: clamp(26px, 4vw, 42px);
  animation: rmxReadyFade .22s ease both;
}

.rmx-solution-panel.is-active {
  display: block;
}

.rmx-solution-panel h3 {
  color: var(--mhd-text);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  max-width: 820px;
}

.rmx-solution-panel p {
  max-width: 790px;
  font-size: 1.05rem;
}

.rmx-solution-panel ul,
.rmx-trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.rmx-solution-panel li,
.rmx-trust-list span,
.rmx-footer-proof span {
  border: 1px solid var(--rmx-ready-border);
  border-radius: 16px;
  background: rgba(7,11,22,.38);
  padding: 14px;
}

.rmx-solution-panel li {
  color: var(--mhd-text);
  font-weight: 700;
}

.rmx-platform-matrix .mhd-section-heading {
  max-width: 860px;
}

.rmx-matrix-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rmx-matrix-grid article {
  padding: 22px;
  min-height: 186px;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.rmx-matrix-grid article:hover {
  transform: translateY(-4px);
  border-color: var(--rmx-ready-border-strong);
  background:
    radial-gradient(circle at 24% 0%, rgba(16,217,138,.12), transparent 40%),
    linear-gradient(145deg, rgba(17,28,49,.98), rgba(7,11,22,.86));
}

.rmx-matrix-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  margin-bottom: 16px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(61,123,245,.14);
  color: var(--mhd-text);
}

.rmx-trust .mhd-two-col {
  gap: clamp(28px, 6vw, 84px);
}

.rmx-trust-list {
  grid-template-columns: 1fr;
}

.rmx-trust-list span {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.rmx-trust-list span::before {
  content: '✓';
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--rmx-ready-success);
  color: #10d98a;
  font-weight: 900;
}

.rmx-trust-card {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
}

.rmx-trust-card div {
  position: relative;
  border: 1px solid var(--rmx-ready-border);
  border-radius: 18px;
  padding: 18px;
  background: rgba(7,11,22,.42);
}

.rmx-trust-card strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--mhd-text);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
}

.rmx-trust-card span {
  color: var(--mhd-muted);
}

.mhd-feature-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mhd-feature-card {
  min-height: 230px;
}

.rmx-pricing-note {
  display: grid;
  gap: 8px;
  margin-top: clamp(18px, 3vw, 30px);
  padding: clamp(18px, 3vw, 26px);
}

.rmx-footer-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.rmx-footer-proof span {
  padding: 8px 10px;
  font-size: .78rem;
  color: var(--mhd-text);
}

body.mobile-nav-open {
  overflow: hidden;
}

@keyframes rmxReadyFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1080px) {
  .rmx-proof-grid,
  .rmx-matrix-grid,
  .mhd-feature-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rmx-solution-panel ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .rmx-proof-grid,
  .rmx-matrix-grid,
  .mhd-feature-grid.three {
    grid-template-columns: 1fr;
  }

  .rmx-solution-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rmx-solution-tabs button {
    width: 100%;
    padding-inline: 10px;
  }

  .rmx-solution-panel,
  .rmx-trust-card,
  .rmx-pricing-note {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rmx-solution-panel,
  .rmx-matrix-grid article,
  .rmx-solution-tabs button {
    animation: none;
    transition: none;
  }
}

.mhd-feature-card.expanded {
  border-color: var(--rmx-ready-border-strong);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(61,123,245,.14) inset;
}

/* v1.7.54 — homepage portal preview rail fix
   The commercial-launch CSS intentionally made portal tabs horizontal, but that
   mobile treatment was leaking into the desktop landing-page portal preview and
   squeezing the labels into a narrow side rail. Keep the desktop mockup as a
   real vertical navigation stack, then switch back to horizontal only on smaller
   screens. */
.mhd-portal-preview > .mhd-portal-tabs {
  display: grid !important;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 10px;
  overflow: visible;
  min-width: 0;
  margin: 0;
  padding: 16px;
  scrollbar-width: none;
}

.mhd-portal-preview > .mhd-portal-tabs::-webkit-scrollbar {
  display: none;
}

.mhd-portal-preview > .mhd-portal-tabs button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 46px;
  flex: none;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.18;
  text-align: left;
  border-radius: 14px;
}

.mhd-portal-preview > .mhd-portal-tabs button::after {
  bottom: 7px;
}

@media (min-width: 1021px) {
  .mhd-portal-preview {
    grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  }
}

@media (max-width: 1020px) {
  .mhd-portal-preview > .mhd-portal-tabs {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    margin-bottom: 12px;
    padding: 10px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .mhd-portal-preview > .mhd-portal-tabs button {
    width: auto;
    min-height: 42px;
    flex: 0 0 auto;
    white-space: nowrap;
    border-radius: 999px;
    scroll-snap-align: start;
  }
}

@media (max-width: 560px) {
  .mhd-portal-preview > .mhd-portal-tabs {
    margin-left: -2px;
    margin-right: -2px;
  }

  .mhd-portal-preview > .mhd-portal-tabs button {
    max-width: 74vw;
  }
}

/* v1.0.153 — commercial Home header cleanup
   Fixes the bulky launch companion being injected inside the Home hero and replaces the oversized blue header with a lighter starter-friendly command header. */
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar .rmx-launch-companion,
.mhd-fdos-app .mhd-fdt-shell--overview .rmx-launch-companion{
  display:none!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar{
  min-height:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,440px)!important;
  align-items:center!important;
  gap:18px!important;
  margin:0 0 16px!important;
  padding:22px 24px!important;
  border:1px solid rgba(148,163,184,.24)!important;
  border-radius:28px!important;
  overflow:hidden!important;
  color:#0f172a!important;
  background:
    radial-gradient(circle at 8% -12%,rgba(59,130,246,.14),transparent 36%),
    radial-gradient(circle at 96% 4%,rgba(14,165,233,.13),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,252,255,.94))!important;
  box-shadow:0 18px 48px rgba(15,43,85,.085)!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar:before{
  display:none!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar>div:first-child{
  display:grid!important;
  align-content:center!important;
  gap:7px!important;
  max-width:760px!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar>div:first-child>span{
  display:inline-flex!important;
  width:max-content!important;
  align-items:center!important;
  gap:8px!important;
  padding:6px 10px!important;
  border:1px solid #dbeafe!important;
  border-radius:999px!important;
  background:#eff6ff!important;
  color:#1d4ed8!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar>div:first-child>span:before{
  width:7px!important;
  height:7px!important;
  background:#10b981!important;
  box-shadow:0 0 0 5px rgba(16,185,129,.14)!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar h1{
  margin:0!important;
  color:#071629!important;
  font-size:clamp(34px,3.25vw,48px)!important;
  line-height:.98!important;
  letter-spacing:-.07em!important;
  text-shadow:none!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar p{
  margin:0!important;
  max-width:650px!important;
  color:#53657a!important;
  font-size:14.5px!important;
  line-height:1.45!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar>div:first-child:after{
  content:"Launch path: Review → Test → Launch";
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  margin-top:4px!important;
  padding:8px 11px!important;
  border:1px solid rgba(125,211,252,.45)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,rgba(239,246,255,.95),rgba(236,253,245,.88))!important;
  color:#174ea6!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
  box-shadow:0 9px 24px rgba(37,99,235,.07)!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-top-tools{
  width:100%!important;
  max-width:440px!important;
  min-width:0!important;
  justify-self:end!important;
  justify-items:stretch!important;
  gap:10px!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-global-search{
  width:100%!important;
  max-width:none!important;
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  padding:8px 11px 8px 14px!important;
  border:1px solid #dbe8f7!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(15,43,85,.06)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-global-search span{
  color:#64748b!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-global-search input{
  color:#0f172a!important;
  font-size:14px!important;
  background:transparent!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-global-search input::placeholder{
  color:#94a3b8!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-top-actions{
  justify-content:flex-end!important;
  gap:8px!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-top-actions .mhd-fdt-btn{
  min-height:42px!important;
  padding:10px 15px!important;
  border-radius:14px!important;
  box-shadow:0 10px 24px rgba(15,43,85,.055)!important;
}
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-top-actions .mhd-fdt-btn:hover,
.mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-global-search:focus-within{
  transform:translateY(-1px)!important;
  border-color:#bfdbfe!important;
  box-shadow:0 16px 34px rgba(37,99,235,.11)!important;
}
@media(max-width:980px){
  .mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar{
    grid-template-columns:1fr!important;
    align-items:start!important;
    padding:20px!important;
  }
  .mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-top-tools{
    justify-self:stretch!important;
    max-width:none!important;
  }
  .mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-top-actions{
    justify-content:flex-start!important;
  }
}
@media(max-width:620px){
  .mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar{
    padding:18px!important;
    border-radius:22px!important;
  }
  .mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar h1{
    font-size:34px!important;
  }
  .mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-topbar>div:first-child:after{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
    border-radius:14px!important;
  }
  .mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-global-search{
    display:grid!important;
    gap:4px!important;
  }
  .mhd-fdos-app .mhd-fdt-shell--overview .mhd-fdt-top-actions .mhd-fdt-btn{
    flex:1 1 160px!important;
  }
}

/* v1.0.154 — modern orbital command header for every portal tab */
.mhd-fdos-app .mhd-fdt-topbar,
#mhd-fdos-app .mhd-fdt-topbar{
  min-height:172px!important;
  display:grid!important;
  grid-template-columns:minmax(92px,148px) minmax(320px,min(64vw,860px))!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:clamp(22px,5vw,72px)!important;
  margin:0 0 18px!important;
  padding:40px clamp(28px,5vw,62px)!important;
  border:1px solid rgba(147,197,253,.24)!important;
  border-radius:34px!important;
  overflow:hidden!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 12% 33%,rgba(45,212,255,.44) 0 6px,transparent 7px),
    radial-gradient(circle at 91% 22%,rgba(143,92,255,.50),transparent 37%),
    radial-gradient(ellipse at 76% 48%,rgba(119,94,255,.38),transparent 50%),
    radial-gradient(ellipse at 21% 120%,rgba(37,99,235,.34),transparent 56%),
    linear-gradient(116deg,#073f9f 0%,#05266b 31%,#07164f 59%,#2b19ba 80%,#6d42ff 100%)!important;
  box-shadow:0 30px 74px rgba(16,35,88,.24),0 12px 28px rgba(37,99,235,.12)!important;
  isolation:isolate!important;
}
.mhd-fdos-app .mhd-fdt-topbar:before,
#mhd-fdos-app .mhd-fdt-topbar:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  display:block!important;
  pointer-events:none!important;
  background-image:
    linear-gradient(rgba(125,211,252,.115) 1px,transparent 1px),
    linear-gradient(90deg,rgba(125,211,252,.105) 1px,transparent 1px),
    radial-gradient(circle,rgba(255,255,255,.38) 1px,transparent 2px)!important;
  background-size:86px 86px,86px 86px,26px 26px!important;
  background-position:0 0,0 0,156px 34px!important;
  opacity:.68!important;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.72),transparent 112%)!important;
  -webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.72),transparent 112%)!important;
}
.mhd-fdos-app .mhd-fdt-topbar:after,
#mhd-fdos-app .mhd-fdt-topbar:after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  left:16%!important;
  bottom:-255px!important;
  width:min(980px,80vw)!important;
  height:460px!important;
  border:1px solid rgba(125,211,252,.20)!important;
  border-radius:50%!important;
  transform:rotate(-13deg)!important;
  box-shadow:0 -120px 130px rgba(96,165,250,.08),inset 0 1px 0 rgba(255,255,255,.06)!important;
  pointer-events:none!important;
}
.mhd-fdos-app .mhd-fdt-topbar > *,
#mhd-fdos-app .mhd-fdt-topbar > *{
  position:relative!important;
  z-index:2!important;
}
.mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem,
#mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem{
  width:82px!important;
  height:82px!important;
  display:grid!important;
  place-items:center!important;
  justify-self:start!important;
  align-self:center!important;
  border-radius:24px!important;
  border:1.5px solid rgba(125,211,252,.72)!important;
  background:linear-gradient(145deg,rgba(56,189,248,.28),rgba(37,99,235,.13))!important;
  color:#fff!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.08) inset,0 18px 48px rgba(0,12,48,.24),0 0 28px rgba(14,165,233,.20)!important;
  backdrop-filter:blur(14px) saturate(1.35)!important;
  -webkit-backdrop-filter:blur(14px) saturate(1.35)!important;
}
.mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem:before,
#mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem:before{
  content:""!important;
  position:absolute!important;
  inset:-1px!important;
  border-radius:inherit!important;
  background:linear-gradient(135deg,rgba(255,255,255,.32),transparent 46%,rgba(59,130,246,.18))!important;
  pointer-events:none!important;
}
.mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem:after,
#mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem:after{
  content:""!important;
  position:absolute!important;
  left:calc(100% + 70px)!important;
  top:calc(50% - 4px)!important;
  width:8px!important;
  height:8px!important;
  border-radius:999px!important;
  background:#2dd4ff!important;
  box-shadow:42px -22px 0 rgba(125,211,252,.36),86px 12px 0 rgba(255,255,255,.38),138px -29px 0 rgba(125,211,252,.22)!important;
  opacity:.85!important;
}
.mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem svg,
#mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem svg{
  width:44px!important;
  height:44px!important;
  position:relative!important;
  z-index:2!important;
  display:block!important;
  color:#fff!important;
  filter:drop-shadow(0 0 9px rgba(255,255,255,.22))!important;
}
.mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-copy,
#mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-copy{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
}
.mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-copy:after,
#mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-copy:after{
  content:none!important;
  display:none!important;
}
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-tools,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-tools{
  width:min(100%,860px)!important;
  max-width:860px!important;
  min-width:0!important;
  justify-self:end!important;
  display:grid!important;
  justify-items:stretch!important;
  gap:11px!important;
}
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search{
  width:100%!important;
  max-width:none!important;
  min-height:78px!important;
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr)!important;
  align-items:center!important;
  gap:18px!important;
  margin:0!important;
  padding:7px 30px 7px 8px!important;
  border:2px solid rgba(147,197,253,.72)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.08))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 26px 64px rgba(4,12,49,.24),0 0 0 1px rgba(255,255,255,.05)!important;
  backdrop-filter:blur(20px) saturate(1.55)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.55)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search:focus-within,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search:focus-within{
  transform:translateY(-1px)!important;
  border-color:rgba(255,255,255,.88)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 30px 76px rgba(16,35,88,.30),0 0 0 5px rgba(125,211,252,.16)!important;
}
.mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon,
#mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon{
  width:62px!important;
  height:62px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  border-radius:999px!important;
  background:rgba(37,99,235,.34)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 12px 30px rgba(0,12,48,.16)!important;
  font-size:0!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon:before,
#mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon:before,
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search span:before,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search span:before{
  content:none!important;
  display:none!important;
}
.mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon svg,
#mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon svg{
  width:34px!important;
  height:34px!important;
  display:block!important;
}
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search input,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search input{
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:rgba(255,255,255,.96)!important;
  font-size:clamp(22px,2.2vw,34px)!important;
  line-height:1.1!important;
  font-weight:650!important;
  letter-spacing:-.025em!important;
}
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search input::placeholder,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search input::placeholder{
  color:rgba(255,255,255,.66)!important;
}
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  min-height:0!important;
}
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions .mhd-fdt-actions,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions .mhd-fdt-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions .mhd-fdt-btn,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions .mhd-fdt-btn{
  min-height:36px!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  border-color:rgba(255,255,255,.24)!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 10px 24px rgba(0,12,48,.10)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions .mhd-fdt-btn.primary,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions .mhd-fdt-btn.primary{
  background:rgba(255,255,255,.18)!important;
  border-color:rgba(255,255,255,.32)!important;
}
.mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions .mhd-fdt-btn:hover,
#mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions .mhd-fdt-btn:hover{
  transform:translateY(-1px)!important;
  background:rgba(255,255,255,.18)!important;
  border-color:rgba(255,255,255,.42)!important;
}
@media(max-width:1120px){
  .mhd-fdos-app .mhd-fdt-topbar,
  #mhd-fdos-app .mhd-fdt-topbar{
    grid-template-columns:82px minmax(0,1fr)!important;
    min-height:150px!important;
    padding:30px 26px!important;
    gap:22px!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem,
  #mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem{
    width:70px!important;
    height:70px!important;
    border-radius:22px!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem svg,
  #mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem svg{
    width:38px!important;
    height:38px!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search,
  #mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search{
    min-height:66px!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    gap:12px!important;
    padding:6px 22px 6px 7px!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon,
  #mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon{
    width:52px!important;
    height:52px!important;
  }
}
@media(max-width:680px){
  .mhd-fdos-app .mhd-fdt-topbar,
  #mhd-fdos-app .mhd-fdt-topbar{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding:22px!important;
    border-radius:26px!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem,
  #mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem{
    width:62px!important;
    height:62px!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem:after,
  #mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-emblem:after{
    display:none!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-tools,
  #mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-tools{
    justify-self:stretch!important;
    width:100%!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search,
  #mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search{
    min-height:60px!important;
    grid-template-columns:50px minmax(0,1fr)!important;
    padding:6px 18px 6px 6px!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon,
  #mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon{
    width:46px!important;
    height:46px!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon svg,
  #mhd-fdos-app .mhd-fdt-topbar .rmx-orbital-search-icon svg{
    width:26px!important;
    height:26px!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search input,
  #mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-global-search input{
    font-size:21px!important;
  }
  .mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions,
  #mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions,
  .mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions .mhd-fdt-actions,
  #mhd-fdos-app .mhd-fdt-topbar .mhd-fdt-top-actions .mhd-fdt-actions{
    justify-content:flex-start!important;
  }
}

/* source: premium-experience-1.7.68.css */
/* Receptionist Max v1.7.68 — high-conversion landing-page system */
body.rmx-premium-sales-theme{background:#050814;color:#f6f9ff}
body.rmx-premium-sales-theme:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 12% 4%,rgba(25,118,255,.22),transparent 28%),radial-gradient(circle at 86% 8%,rgba(139,92,246,.18),transparent 30%),radial-gradient(circle at 70% 88%,rgba(16,185,129,.09),transparent 28%),linear-gradient(180deg,#050814 0%,#070b16 44%,#050814 100%)}
.rmx-premium-sales-theme .mhd-site-header{background:rgba(5,8,20,.74);border-bottom:1px solid rgba(134,165,255,.15);box-shadow:0 18px 50px rgba(0,0,0,.22)}
.rmx-premium-sales-theme .mhd-brand-mark{background:linear-gradient(135deg,#00d4ff,#2468ff 52%,#8b5cf6);box-shadow:0 16px 42px rgba(36,104,255,.36)}
.rmx-premium-sales-theme .mhd-menu a{font-weight:850;letter-spacing:-.01em}
.rmx-premium-sales-theme .mhd-menu a:hover{background:rgba(255,255,255,.09);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.rmx-premium-sales-theme .mhd-btn-primary{position:relative;overflow:hidden;background:linear-gradient(135deg,#03d5ff,#2468ff 48%,#8b5cf6);box-shadow:0 18px 46px rgba(36,104,255,.36)}
.rmx-premium-sales-theme .mhd-btn-primary:before{content:"";position:absolute;inset:-1px;transform:translateX(-120%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);transition:transform .65s ease}
.rmx-premium-sales-theme .mhd-btn-primary:hover:before{transform:translateX(120%)}
.rmx-premium-sales-theme .mhd-btn-primary>*{position:relative;z-index:1}
.rmx-premium-sales-theme .mhd-hero{min-height:820px;padding:112px 0 92px;background:radial-gradient(circle at 18% 4%,rgba(0,212,255,.24),transparent 27%),radial-gradient(circle at 80% 8%,rgba(139,92,246,.28),transparent 32%),linear-gradient(140deg,#050814 0%,#091329 50%,#050814 100%)}
.rmx-premium-sales-theme .mhd-hero-bg{opacity:.76;background-size:48px 48px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.72) 58%,transparent 100%)}
.rmx-premium-sales-theme .mhd-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:180px;background:linear-gradient(180deg,transparent,#050814);pointer-events:none}
.rmx-premium-sales-theme .mhd-hero-grid{z-index:2;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr)}
.rmx-premium-sales-theme .mhd-pill,.rmx-premium-sales-theme .mhd-eyebrow{background:linear-gradient(135deg,rgba(0,212,255,.16),rgba(139,92,246,.12));border-color:rgba(140,189,255,.32);color:#bfe9ff;box-shadow:0 12px 34px rgba(36,104,255,.12)}
.rmx-premium-sales-theme .mhd-hero h1{max-width:930px;font-size:clamp(48px,7vw,96px);letter-spacing:-.085em;text-wrap:balance;text-shadow:0 24px 90px rgba(0,0,0,.58)}
.rmx-premium-sales-theme .mhd-hero-lede{max-width:760px;color:#b8c8ec;font-size:clamp(18px,2.1vw,23px);line-height:1.58}
.rmx-premium-sales-theme .mhd-trust-row span{padding:9px 12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);border-radius:999px;color:#d8e5ff;box-shadow:0 12px 32px rgba(0,0,0,.12)}
.rmx-premium-sales-theme .mhd-dashboard-preview{height:540px;background:radial-gradient(circle at 68% 2%,rgba(0,212,255,.14),transparent 35%),linear-gradient(145deg,rgba(16,28,58,.98),rgba(5,10,25,.98));border-color:rgba(134,165,255,.22);box-shadow:0 38px 110px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.045) inset;transform:perspective(1200px) rotateY(-9deg) rotateX(3deg) translateY(-4px)}
.rmx-premium-sales-theme .mhd-preview-sidebar{background:rgba(5,10,25,.78)}
.rmx-premium-sales-theme .mhd-preview-chart span{background:linear-gradient(180deg,#00d4ff,#2468ff 55%,#8b5cf6);box-shadow:0 0 24px rgba(0,212,255,.18)}
.rmx-premium-sales-theme .mhd-floating-card{background:linear-gradient(145deg,rgba(11,19,42,.92),rgba(14,26,54,.82));border-color:rgba(134,165,255,.2);box-shadow:0 24px 64px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.035) inset}
.rmx-sticky-closer{position:sticky;top:78px;z-index:90;margin-top:-1px;background:rgba(5,8,20,.76);backdrop-filter:blur(18px);border-top:1px solid rgba(134,165,255,.12);border-bottom:1px solid rgba(134,165,255,.14)}
body.admin-bar .rmx-sticky-closer{top:110px}
.rmx-sticky-closer__inner{min-height:72px;display:flex;align-items:center;gap:16px;justify-content:space-between}
.rmx-sticky-closer strong{font-size:15px;letter-spacing:-.02em;white-space:nowrap;color:#fff}.rmx-sticky-closer span{color:#aebde0;font-size:13px;max-width:650px}.rmx-sticky-closer div{display:flex;gap:8px;align-items:center;flex:0 0 auto}
.rmx-command-section{background:linear-gradient(180deg,#050814 0%,#081126 100%);overflow:hidden}.rmx-command-section:before{content:"";position:absolute;inset:64px -10% auto;min-height:520px;background:linear-gradient(120deg,rgba(36,104,255,.16),rgba(0,212,255,.09),rgba(139,92,246,.14));filter:blur(44px);opacity:.9;pointer-events:none}.rmx-command-grid{position:relative;display:grid;grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr);gap:44px;align-items:center}.rmx-command-copy h2{margin:16px 0 18px;font-size:clamp(34px,4.9vw,68px);line-height:.96;letter-spacing:-.07em;text-wrap:balance}.rmx-command-copy p{margin:0;color:#b2c1e4;font-size:18px;line-height:1.7;max-width:700px}.rmx-command-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.rmx-command-pills span{display:inline-flex;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);font-size:12px;font-weight:950;color:#dce8ff;letter-spacing:.02em}.rmx-command-console{position:relative;padding:1px;border-radius:34px;background:linear-gradient(135deg,rgba(0,212,255,.6),rgba(36,104,255,.35),rgba(139,92,246,.52));box-shadow:0 38px 100px rgba(0,0,0,.42)}.rmx-command-console:before{content:"";position:absolute;inset:-22px;border-radius:44px;background:linear-gradient(135deg,rgba(0,212,255,.18),rgba(139,92,246,.16));filter:blur(28px);z-index:-1}.rmx-console-top{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-radius:34px 34px 0 0;background:rgba(5,8,20,.92);border-bottom:1px solid rgba(255,255,255,.08)}.rmx-console-top span{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:950;color:#94b9ff}.rmx-console-top strong{font-size:28px;letter-spacing:-.055em;color:#fff}.rmx-console-body{display:grid;grid-template-columns:190px minmax(0,1fr);gap:1px;background:rgba(255,255,255,.07);border-radius:0 0 34px 34px;overflow:hidden}.rmx-command-tabs{display:grid;gap:1px;background:rgba(5,8,20,.92)}.rmx-command-tabs button{appearance:none;border:0;border-right:1px solid rgba(255,255,255,.06);padding:19px 18px;text-align:left;background:rgba(255,255,255,.025);color:#91a7d0;font-weight:950;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.rmx-command-tabs button:hover{background:rgba(255,255,255,.07);color:#fff}.rmx-command-tabs button.is-active{background:linear-gradient(135deg,rgba(0,212,255,.20),rgba(36,104,255,.18));color:#fff;box-shadow:inset 3px 0 0 #00d4ff}.rmx-command-live{min-height:405px;padding:30px;background:radial-gradient(circle at 80% 12%,rgba(0,212,255,.14),transparent 34%),linear-gradient(145deg,rgba(12,23,50,.96),rgba(5,9,21,.98))}.rmx-command-live small{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.25);color:#8df4cd;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:950}.rmx-command-live h3{margin:22px 0 12px;font-size:clamp(28px,3.3vw,48px);line-height:1;letter-spacing:-.06em;color:#fff}.rmx-command-live p{max-width:620px;margin:0;color:#b7c7e8;font-size:16px;line-height:1.68}.rmx-command-feed{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px}.rmx-command-feed span{min-height:92px;padding:16px;border-radius:20px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);font-weight:950;color:#f3f7ff;display:flex;align-items:end;box-shadow:0 16px 40px rgba(0,0,0,.16)}
.rmx-sales-proof-wall{background:#050814}.rmx-proof-wall-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rmx-proof-wall-grid article{position:relative;overflow:hidden;min-height:235px;padding:22px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.09);box-shadow:0 24px 70px rgba(0,0,0,.25)}.rmx-proof-wall-grid article:before{content:"";position:absolute;inset:auto -30px -50px auto;width:140px;height:140px;border-radius:999px;background:rgba(0,212,255,.16);filter:blur(8px)}.rmx-proof-wall-grid strong{display:block;position:relative;font-size:22px;line-height:1.1;letter-spacing:-.045em;color:#fff}.rmx-proof-wall-grid span{display:block;position:relative;margin-top:14px;color:#aebde0;line-height:1.6;font-size:14px}.rmx-proof-wall-grid article:hover{transform:translateY(-3px);border-color:rgba(0,212,255,.26);box-shadow:0 30px 82px rgba(0,0,0,.34)}
.rmx-reveal{opacity:0;transform:translateY(18px);transition:opacity .58s ease,transform .58s ease}.rmx-reveal.is-visible{opacity:1;transform:translateY(0)}
.rmx-command-tabs button:focus-visible,.rmx-sticky-closer a:focus-visible,.rmx-command-live:focus-visible{outline:3px solid rgba(0,212,255,.45);outline-offset:3px}
@media(max-width:1180px){.rmx-command-grid{grid-template-columns:1fr}.rmx-command-console{max-width:900px}.rmx-proof-wall-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rmx-sticky-closer__inner{align-items:flex-start;flex-direction:column;padding:14px 0}.rmx-sticky-closer{position:relative;top:auto}body.admin-bar .rmx-sticky-closer{top:auto}.rmx-sticky-closer span{max-width:none}.rmx-sticky-closer div{width:100%;flex-wrap:wrap}.rmx-sticky-closer .mhd-btn{flex:1 1 190px}}
@media(max-width:820px){.rmx-premium-sales-theme .mhd-hero{min-height:auto;padding:74px 0 60px}.rmx-premium-sales-theme .mhd-hero-grid{grid-template-columns:1fr;gap:34px}.rmx-premium-sales-theme .mhd-dashboard-preview{height:auto;min-height:440px;transform:none}.rmx-command-section{padding:72px 0}.rmx-console-body{grid-template-columns:1fr}.rmx-command-tabs{grid-template-columns:repeat(3,minmax(0,1fr));overflow:auto}.rmx-command-tabs button{border-right:0;border-bottom:1px solid rgba(255,255,255,.06);padding:14px 12px;text-align:center}.rmx-command-tabs button.is-active{box-shadow:inset 0 -3px 0 #00d4ff}.rmx-command-feed{grid-template-columns:1fr}.rmx-proof-wall-grid{grid-template-columns:1fr}.rmx-command-live{min-height:0;padding:24px}.rmx-command-copy p{font-size:16px}}
@media(max-width:560px){.rmx-sticky-closer strong{white-space:normal}.rmx-sticky-closer__inner{width:min(100% - 28px,var(--mhd-container))}.rmx-command-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.rmx-command-pills span{width:100%;justify-content:center}.rmx-premium-sales-theme .mhd-trust-row span{width:100%}.rmx-premium-sales-theme .mhd-preview-metrics{grid-template-columns:1fr}.rmx-premium-sales-theme .mhd-preview-chart{height:110px}.rmx-premium-sales-theme .mhd-floating-card{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin:12px 0 0}}
.rmx-testout-section{position:relative;overflow:hidden;background:radial-gradient(circle at 14% 15%,rgba(0,212,255,.14),transparent 30%),radial-gradient(circle at 82% 22%,rgba(139,92,246,.15),transparent 34%),linear-gradient(180deg,#050814 0%,#070d1d 100%);border-top:1px solid rgba(134,165,255,.10);border-bottom:1px solid rgba(134,165,255,.08)}
.rmx-testout-section:before{content:"";position:absolute;inset:54px auto auto 50%;width:min(780px,80vw);height:min(780px,80vw);border-radius:999px;background:radial-gradient(circle,rgba(36,104,255,.22),rgba(0,212,255,.08) 42%,transparent 68%);filter:blur(28px);transform:translateX(-8%);pointer-events:none}.rmx-testout-grid{position:relative;align-items:center;grid-template-columns:minmax(0,.95fr) minmax(360px,.78fr);gap:52px}.rmx-testout-copy h2{margin:14px 0 18px;font-size:clamp(40px,5.7vw,82px);line-height:.92;letter-spacing:-.075em;text-wrap:balance;color:#fff}.rmx-testout-copy p{max-width:680px;margin:0;color:#b7c7e8;font-size:18px;line-height:1.72}.rmx-testout-eyebrow{color:#93ddff}.rmx-testout-mini-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.rmx-testout-mini-proof span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:#e8f0ff;font-size:12px;font-weight:950;letter-spacing:.01em}.rmx-testout-mini-proof svg{width:14px;height:14px;flex:0 0 auto;color:#8df4cd}.rmx-testout-shell{position:relative;padding:28px;border-radius:28px;background:linear-gradient(145deg,rgba(13,24,51,.94),rgba(7,12,28,.97));border:1px solid rgba(134,165,255,.20);box-shadow:0 34px 90px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.035) inset}.rmx-testout-shell:before{content:"LIVE PRODUCT TEST";display:inline-flex;margin-bottom:16px;padding:7px 10px;border-radius:999px;background:rgba(0,212,255,.09);border:1px solid rgba(0,212,255,.22);color:#aeeeff;font-size:10px;font-weight:950;letter-spacing:.14em}.rmx-testout-shell:after{content:"";position:absolute;inset:-1px;border-radius:28px;background:linear-gradient(135deg,rgba(0,212,255,.35),transparent 32%,rgba(139,92,246,.28));opacity:.35;pointer-events:none;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);padding:1px;mask-composite:exclude;-webkit-mask-composite:xor}.rmx-testout-shell .mhd-aicc-demo-call-widget,.rmx-testout-shell .mhd-aicc-demo-call-form{position:relative;z-index:1}.rmx-testout-shell .mhd-aicc-demo-call-form{display:grid;gap:14px}.rmx-testout-shell .mhd-aicc-demo-call-form label{display:grid;gap:8px;color:#bfcef0!important;font-size:13px;font-weight:900}.rmx-testout-shell .mhd-aicc-demo-call-form label span{color:#dbe8ff}.rmx-testout-shell .mhd-aicc-demo-call-form input[type="tel"]{height:58px;font-size:18px;letter-spacing:.01em;background:#0a1328!important;border:1px solid rgba(160,185,255,.18)!important;box-shadow:0 10px 32px rgba(0,0,0,.18) inset}.rmx-testout-shell .mhd-aicc-demo-call-form input[type="tel"]:focus{outline:none!important;border-color:rgba(0,212,255,.58)!important;box-shadow:0 0 0 4px rgba(0,212,255,.12),0 12px 34px rgba(0,0,0,.20) inset}.rmx-testout-shell .mhd-aicc-demo-call-form button{height:58px;margin-top:2px;background:linear-gradient(135deg,#2468ff,#7c5cff)!important;box-shadow:0 18px 40px rgba(36,104,255,.30);font-size:15px;letter-spacing:.01em}.rmx-testout-shell .mhd-aicc-demo-call-form button:hover{transform:translateY(-1px);filter:saturate(1.12);box-shadow:0 24px 52px rgba(36,104,255,.38)}.rmx-testout-shell .mhd-aicc-demo-call-form button:disabled{opacity:.72;cursor:wait;transform:none}.rmx-testout-shell .mhd-aicc-demo-call-consent{margin:0;color:#8295bf;font-size:11px;line-height:1.55}.rmx-testout-shell .mhd-aicc-callback-success,.rmx-testout-shell .mhd-aicc-callback-error{position:relative;z-index:1;margin:0 0 14px}.rmx-testout-fallback{position:relative;z-index:1;background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.09)}
@media(max-width:1020px){.rmx-testout-grid{grid-template-columns:1fr}.rmx-testout-shell{max-width:620px}.rmx-testout-copy h2{font-size:clamp(38px,9vw,68px)}}
@media(max-width:560px){.rmx-testout-section{padding:68px 0}.rmx-testout-shell{padding:20px}.rmx-testout-mini-proof span{width:100%;justify-content:center}.rmx-testout-shell .mhd-aicc-demo-call-form input[type="tel"],.rmx-testout-shell .mhd-aicc-demo-call-form button{height:54px}.rmx-testout-copy p{font-size:16px}}

/* v1.7.68 — conversion-focused live demo multi-step form */
.rmx-testout-shell .mhd-aicc-demo-call-widget,.rmx-testout-shell .rmx-demo-multistep-form{position:relative;z-index:2}
.rmx-testout-shell .rmx-demo-multistep-form{display:grid;gap:16px}
.rmx-testout-shell .rmx-demo-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 2px}
.rmx-testout-shell .rmx-demo-progress span{display:flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:8px 9px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);color:#8294bd;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.rmx-testout-shell .rmx-demo-progress span b{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:rgba(255,255,255,.08);color:#c3d2f3;font-size:10px;line-height:1}
.rmx-testout-shell .rmx-demo-progress span em{font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rmx-testout-shell .rmx-demo-progress span.is-active{background:linear-gradient(135deg,rgba(0,212,255,.16),rgba(124,92,255,.12));border-color:rgba(0,212,255,.34);color:#eefaff;transform:translateY(-1px)}
.rmx-testout-shell .rmx-demo-progress span.is-active b{background:linear-gradient(135deg,#27d8ff,#7c5cff);color:#fff}
.rmx-testout-shell .rmx-demo-progress span.is-complete{color:#a8f2d3;border-color:rgba(141,244,205,.22);background:rgba(141,244,205,.07)}
.rmx-testout-shell .rmx-demo-step{display:grid;gap:14px}
.rmx-testout-shell .rmx-demo-multistep-form.is-enhanced .rmx-demo-step{display:none}
.rmx-testout-shell .rmx-demo-multistep-form.is-enhanced .rmx-demo-step.is-active{display:grid;animation:rmxDemoStepIn .22s ease both}
.rmx-testout-shell .rmx-demo-step label{display:grid;gap:9px;margin:0;color:#bfcef0!important;font-size:13px;font-weight:900}
.rmx-testout-shell .rmx-demo-step label>span{color:#f2f7ff;font-size:16px;line-height:1.3;letter-spacing:-.01em}
.rmx-testout-shell .rmx-demo-step label small{display:block;color:#8fa3cb;font-size:12px;font-weight:700;line-height:1.45}
.rmx-testout-shell .rmx-demo-step input[type="tel"],.rmx-testout-shell .rmx-demo-step input[type="text"],.rmx-testout-shell .rmx-demo-step input[type="email"]{width:100%;height:60px;margin-top:4px;padding:0 16px!important;border-radius:15px!important;font-size:18px;color:#f7fbff!important;background:#0a1328!important;border:1px solid rgba(160,185,255,.18)!important;box-shadow:0 10px 32px rgba(0,0,0,.18) inset;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.rmx-testout-shell .rmx-demo-step input[type="tel"]:focus,.rmx-testout-shell .rmx-demo-step input[type="text"]:focus,.rmx-testout-shell .rmx-demo-step input[type="email"]:focus{outline:none!important;border-color:rgba(0,212,255,.58)!important;box-shadow:0 0 0 4px rgba(0,212,255,.12),0 12px 34px rgba(0,0,0,.20) inset}
.rmx-testout-shell .rmx-demo-step label.rmx-demo-optin{display:flex!important;align-items:flex-start;gap:10px;margin:0;padding:12px;border-radius:15px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);font-size:12px!important;line-height:1.5;color:#aebde0!important}
.rmx-testout-shell .rmx-demo-step label.rmx-demo-optin input{flex:0 0 auto;width:18px;height:18px;margin:2px 0 0;accent-color:#27d8ff}
.rmx-testout-shell .rmx-demo-step label.rmx-demo-optin span{font-size:12px!important;line-height:1.5;color:#c8d6f2!important;font-weight:800!important}
.rmx-demo-privacy-promise{margin:0!important;padding:10px 11px;border-radius:14px;background:rgba(141,244,205,.06);border:1px solid rgba(141,244,205,.12);color:#a8c1e8!important;font-size:11px!important;line-height:1.55!important}
.rmx-demo-error{display:none;margin:-4px 0 0!important;color:#ffb4bd!important;font-size:12px!important;font-weight:850;line-height:1.45}
.rmx-demo-error.is-visible{display:block}
.rmx-testout-shell .rmx-demo-step-actions{display:grid;grid-template-columns:minmax(100px,.35fr) minmax(0,1fr);gap:10px;align-items:center}
.rmx-testout-shell .rmx-demo-next,.rmx-testout-shell .rmx-demo-back,.rmx-testout-shell .rmx-demo-step-actions button,.rmx-testout-shell .mhd-aicc-demo-call-form button[type="submit"]{height:58px;border-radius:999px!important;font-weight:950!important;cursor:pointer;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease,opacity .18s ease}
.rmx-testout-shell .rmx-demo-next,.rmx-testout-shell .rmx-demo-step-actions button[type="submit"]{background:linear-gradient(135deg,#2468ff,#7c5cff)!important;color:#fff!important;border:0!important;box-shadow:0 18px 40px rgba(36,104,255,.30);font-size:15px;letter-spacing:.01em}
.rmx-testout-shell .rmx-demo-back{background:rgba(255,255,255,.07)!important;color:#dce8ff!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important;font-size:14px}
.rmx-testout-shell .rmx-demo-next:hover,.rmx-testout-shell .rmx-demo-step-actions button[type="submit"]:hover{transform:translateY(-1px);filter:saturate(1.12);box-shadow:0 24px 52px rgba(36,104,255,.38)}
.rmx-testout-shell .rmx-demo-back:hover{transform:translateY(-1px);background:rgba(255,255,255,.10)!important}
.rmx-testout-shell .mhd-aicc-demo-call-form button:disabled{opacity:.72;cursor:wait;transform:none}
.rmx-testout-shell .mhd-aicc-demo-call-consent{margin:0;color:#8295bf;font-size:11px;line-height:1.55;padding:11px 12px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}
.rmx-testout-shell .rmx-demo-upgrade-note{position:relative;z-index:2;padding:18px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)}
.rmx-testout-shell .rmx-demo-upgrade-note h3{margin:0 0 8px;color:#fff}.rmx-testout-shell .rmx-demo-upgrade-note p{margin:0 0 14px;color:#aebde2}.rmx-testout-shell .rmx-demo-upgrade-note a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,#2468ff,#7c5cff);color:#fff;text-decoration:none;font-weight:950}
@keyframes rmxDemoStepIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:560px){.rmx-testout-shell .rmx-demo-progress{grid-template-columns:1fr;gap:6px}.rmx-testout-shell .rmx-demo-progress span{justify-content:flex-start}.rmx-testout-shell .rmx-demo-step input[type="tel"],.rmx-testout-shell .rmx-demo-step input[type="text"],.rmx-testout-shell .rmx-demo-step input[type="email"],.rmx-testout-shell .rmx-demo-next,.rmx-testout-shell .rmx-demo-back,.rmx-testout-shell .rmx-demo-step-actions button,.rmx-testout-shell .mhd-aicc-demo-call-form button[type="submit"]{height:54px}.rmx-testout-shell .rmx-demo-step-actions{grid-template-columns:1fr}.rmx-testout-shell .rmx-demo-back{order:2}.rmx-testout-shell .rmx-demo-step label>span{font-size:15px}}


/* v1.7.69 — launch polish hotfixes */
.rmx-conversion-bar{display:none!important}
.rmx-floating-cta a{min-width:0;white-space:nowrap}
.rmx-premium-sales-theme .mhd-hero{min-height:0;padding:72px 0 84px}
.rmx-premium-sales-theme .mhd-hero-grid{align-items:start;gap:clamp(28px,4vw,56px)}
.rmx-premium-sales-theme .mhd-hero-copy{padding-top:8px}
.rmx-premium-sales-theme .mhd-hero-visual{align-self:start}
.rmx-premium-sales-theme .mhd-dashboard-preview,.rmx-premium-sales-theme .mhd-hero-image-card{margin-top:8px}
.rmx-premium-sales-theme .mhd-final-cta{background:radial-gradient(circle at 82% 24%,rgba(61,123,245,.22),transparent 26%),linear-gradient(135deg,#091226,#081121 42%,#06111f 100%)}
.rmx-premium-sales-theme .mhd-final-cta-inner{align-items:center}
.rmx-premium-sales-theme .mhd-final-cta .mhd-button-row{margin-left:auto;flex-direction:column;align-items:stretch;gap:14px;min-width:min(320px,100%)}
.rmx-premium-sales-theme .mhd-final-cta .mhd-button-row .mhd-btn{width:100%;justify-content:center}
@media(max-width:1020px){
  .rmx-premium-sales-theme .mhd-final-cta .mhd-button-row{margin-left:0;width:100%;max-width:360px;min-width:0}
}
@media(max-width:820px){
  .rmx-premium-sales-theme .mhd-hero{padding:56px 0 48px}
  .rmx-premium-sales-theme .mhd-hero-grid{gap:26px}
}
@media(max-width:560px){
  .rmx-premium-sales-theme .mhd-hero{padding:42px 0 36px}
  .rmx-floating-cta a{font-size:15px;padding:0 16px}
  .rmx-premium-sales-theme .mhd-final-cta .mhd-button-row{max-width:none}
}

/* source: homepage-sales-story-1.7.99.css */
/* Homepage sales-story refinements: multilingual feature spotlight and tighter section rhythm. */
.rmx-language-section {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 9vw, 132px) 0;
    background:
        radial-gradient(circle at 13% 24%, rgba(0, 212, 255, .16), transparent 29%),
        radial-gradient(circle at 86% 72%, rgba(139, 92, 246, .2), transparent 32%),
        linear-gradient(145deg, #071126 0%, #09162f 49%, #080c1d 100%);
    border-top: 1px solid rgba(143, 180, 255, .12);
    border-bottom: 1px solid rgba(143, 180, 255, .1);
}

.rmx-language-section::before {
    content: "";
    position: absolute;
    width: min(760px, 72vw);
    aspect-ratio: 1;
    top: 50%;
    right: -18%;
    border-radius: 50%;
    border: 1px solid rgba(0, 212, 255, .12);
    box-shadow:
        0 0 0 90px rgba(36, 104, 255, .035),
        0 0 0 180px rgba(139, 92, 246, .025);
    transform: translateY(-50%);
    pointer-events: none;
}

.rmx-language-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(430px, 1.07fr);
    gap: clamp(42px, 7vw, 92px);
    align-items: center;
}

.rmx-language-copy h2 {
    max-width: 720px;
    margin: 18px 0 22px;
    font-size: clamp(42px, 5.5vw, 76px);
    line-height: .96;
    letter-spacing: -.07em;
    text-wrap: balance;
}

.rmx-language-copy > p {
    max-width: 680px;
    color: #b8c8e9;
    font-size: 18px;
    line-height: 1.72;
}

.rmx-language-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 30px 0 32px;
}

.rmx-language-benefits span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 68px;
    padding: 15px 16px;
    border: 1px solid rgba(151, 182, 255, .13);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    color: #e7efff;
    font-size: 13px;
    font-weight: 780;
    line-height: 1.45;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .12);
}

.rmx-language-benefits svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 1px;
    color: #76f0c1;
}

.rmx-language-console {
    position: relative;
    overflow: hidden;
    padding: 1px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(0, 212, 255, .7), rgba(36, 104, 255, .3) 44%, rgba(139, 92, 246, .62));
    box-shadow: 0 42px 100px rgba(0, 0, 0, .42), 0 0 72px rgba(36, 104, 255, .14);
}

.rmx-language-console::before {
    content: "AUTO";
    position: absolute;
    right: -12px;
    bottom: 32px;
    color: rgba(255, 255, 255, .035);
    font-size: 128px;
    font-weight: 900;
    letter-spacing: -.09em;
    line-height: 1;
    pointer-events: none;
}

.rmx-language-console__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 19px 22px;
    border-radius: 33px 33px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(5, 9, 22, .96);
}

.rmx-language-console__head span,
.rmx-language-console__head strong {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #dce9ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.rmx-language-console__head strong {
    padding: 7px 10px;
    border: 1px solid rgba(16, 185, 129, .24);
    border-radius: 999px;
    background: rgba(16, 185, 129, .1);
    color: #8df4cd;
}

.rmx-language-console__head i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #76f0c1;
    box-shadow: 0 0 0 5px rgba(118, 240, 193, .1), 0 0 18px rgba(118, 240, 193, .5);
}

.rmx-language-conversation {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    min-height: 360px;
    padding: clamp(28px, 5vw, 48px);
    background:
        radial-gradient(circle at 82% 8%, rgba(0, 212, 255, .13), transparent 34%),
        linear-gradient(145deg, rgba(12, 24, 52, .98), rgba(5, 10, 25, .99));
}

.rmx-language-conversation article {
    width: min(86%, 430px);
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px 22px 22px 7px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
}

.rmx-language-conversation article.is-receptionist {
    justify-self: end;
    border-color: rgba(0, 212, 255, .2);
    border-radius: 22px 22px 7px 22px;
    background: linear-gradient(135deg, rgba(0, 212, 255, .12), rgba(36, 104, 255, .16));
}

.rmx-language-conversation small {
    color: #91a9d4;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.rmx-language-conversation p {
    margin: 9px 0 0;
    color: #fff;
    font-size: clamp(17px, 2.1vw, 22px);
    font-weight: 680;
    line-height: 1.42;
}

.rmx-language-conversation article > span {
    display: block;
    margin-top: 12px;
    color: #81dff8;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rmx-language-chips {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 22px 22px;
    border-radius: 0 0 33px 33px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    background: rgba(5, 9, 22, .97);
}

.rmx-language-chips span {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 10px;
    border: 1px solid rgba(151, 182, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: #c5d4f2;
    font-size: 11px;
    font-weight: 780;
}

.rmx-language-section + .rmx-value-estimator {
    border-top: 0;
}

@media (max-width: 1080px) {
    .rmx-language-grid {
        grid-template-columns: 1fr;
    }

    .rmx-language-copy,
    .rmx-language-console {
        max-width: 820px;
    }
}

@media (max-width: 680px) {
    .rmx-language-section {
        padding: 68px 0;
    }

    .rmx-language-copy h2 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .rmx-language-copy > p {
        font-size: 16px;
    }

    .rmx-language-benefits {
        grid-template-columns: 1fr;
    }

    .rmx-language-benefits span {
        min-height: 0;
    }

    .rmx-language-conversation {
        min-height: 310px;
        padding: 24px 18px;
    }

    .rmx-language-conversation article {
        width: 92%;
        padding: 16px;
    }

    .rmx-language-console__head {
        align-items: flex-start;
        padding: 17px;
    }

    .rmx-language-console__head > span {
        line-height: 1.45;
    }

    .rmx-language-chips {
        padding: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rmx-language-section *,
    .rmx-language-section *::before,
    .rmx-language-section *::after {
        animation: none !important;
        transition: none !important;
    }
}
