/* Movadly Apple-developer design system. Source: movadly-apple/apple.css. */
@font-face{
  font-family:'Figtree';
  src:url('/themes/movadly-first-theme/assets/fonts/figtree-var.woff2') format('woff2');
  font-weight:300 900;
  font-style:normal;
  font-display:swap;
}
[data-mv-theme-root="movadly-first-theme"]{
  --bg:#000;--bg-2:#0a0a0a;--card:#151516;
  --ink:#f5f5f7;--ink-2:#d6d6da;--sub:#a1a1a6;--faint:#6e6e73;
  --line:#2a2a2c;--line-2:#1d1d1f;
  --accent:#41d6c3;--accent-2:#63e6d4;--accent-ink:#04211d;--teal:#6eebda;--link:#41d6c3;
  --surface:var(--card);--surface-2:var(--bg-2);--heading:var(--ink);--text:var(--ink);--muted:var(--sub);--border:var(--line);
  --heading-font:var(--font);--body-font:var(--font);
  --theme-background:var(--bg);--theme-bg:var(--bg);--theme-surface:var(--surface);--theme-surface-2:var(--surface-2);--theme-heading:var(--heading);--theme-text:var(--ink);--theme-muted:var(--sub);--theme-text-muted:var(--muted);--theme-accent:var(--accent);--theme-border:var(--border);
  --theme-heading-font:var(--heading-font);--theme-body-font:var(--body-font);
  --menu-bg:color-mix(in srgb,var(--bg) 72%,transparent);
  --nav-h:52px;--maxw:1000px;--maxw-wide:1200px;
  --font:"Figtree",-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --shadow:0 4px 30px rgba(0,0,0,.5);--ease:cubic-bezier(.2,.7,.2,1);
}
[data-mv-theme-root="movadly-first-theme"][data-theme="light"]{--bg:#fbfbfd;--bg-2:#f5f5f7;--card:#ffffff;--ink:#1d1d1f;--ink-2:#424245;--sub:#6e6e73;--faint:#86868b;--line:#d2d2d7;--line-2:#e8e8ed;--accent:#0f9e8f;--accent-2:#0c8577;--accent-ink:#fff;--link:#0f9e8f;--menu-bg:color-mix(in srgb,var(--bg) 72%,transparent);--shadow:0 4px 24px rgba(0,0,0,.06)}
[data-mv-theme-root="movadly-first-theme"], [data-mv-theme-root="movadly-first-theme"] *{box-sizing:border-box;margin:0;padding:0}
[data-mv-theme-root="movadly-first-theme"]{font-family:var(--font);background:var(--bg);color:var(--ink);line-height:1.47;-webkit-font-smoothing:antialiased;letter-spacing:-.01em;min-height:100vh;color-scheme:dark}
[data-mv-theme-root="movadly-first-theme"][data-theme="light"]{color-scheme:light}
[data-mv-theme-root="movadly-first-theme"] a{color:inherit;text-decoration:none}
[data-mv-theme-root="movadly-first-theme"] .wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
[data-mv-theme-root="movadly-first-theme"] .wide{max-width:var(--maxw-wide);margin:0 auto;padding:0 22px}
[data-mv-theme-root="movadly-first-theme"] .container{width:100%;max-width:var(--maxw-wide);margin-inline:auto;padding-inline:22px}
[data-mv-theme-root="movadly-first-theme"] .arrow{color:var(--link);font-weight:500}.arrow::after{content:" ›";font-weight:400}.arrow:hover{text-decoration:underline}
[data-mv-theme-root="movadly-first-theme"] .btn{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:500;padding:12px 24px;border-radius:100px;background:var(--accent);color:var(--accent-ink);transition:background .2s,transform .2s;white-space:nowrap;width:auto}
[data-mv-theme-root="movadly-first-theme"] .btn-lg{width:auto;max-width:100%;white-space:nowrap}
[data-mv-theme-root="movadly-first-theme"]:not([data-theme="light"]) .btn{color:var(--accent-ink)}
[data-mv-theme-root="movadly-first-theme"] .btn:hover{background:var(--accent-2);transform:translateY(-1px)}
[data-mv-theme-root="movadly-first-theme"] .btn-2{background:var(--bg-2);color:var(--ink);border:1px solid var(--line)}
[data-mv-theme-root="movadly-first-theme"] .btn-2:hover{background:var(--card);transform:translateY(-1px)}
/* nav */
[data-mv-theme-root="movadly-first-theme"] .nav{position:sticky;top:0;z-index:100;min-height:var(--nav-h);background:color-mix(in srgb,var(--bg) 72%,transparent);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--line-2)}
[data-mv-theme-root="movadly-first-theme"] .nav-in{max-width:var(--maxw-wide);margin:0 auto;min-height:var(--nav-h);padding:0 22px;display:flex;align-items:center}
[data-mv-theme-root="movadly-first-theme"] .logo{display:flex;align-items:center;gap:9px;font-weight:600;font-size:19px;letter-spacing:-.02em;min-width:0}
[data-mv-theme-root="movadly-first-theme"] .logo img{display:block;height:auto;max-height:none;object-fit:contain;flex:0 0 auto}
[data-mv-theme-root="movadly-first-theme"] .logo .logo-icon{max-width:320px}
[data-mv-theme-root="movadly-first-theme"] .logo .logo-icon--mobile{display:none}
[data-mv-theme-root="movadly-first-theme"] .logo.logo--with-name{gap:10px}
[data-mv-theme-root="movadly-first-theme"] .logo-text{color:var(--ink);font:inherit}
[data-mv-theme-root="movadly-first-theme"] .nav-links{display:flex;gap:2px;margin-left:22px}
[data-mv-theme-root="movadly-first-theme"] .nav-links a{padding:6px 12px;font-size:14px;color:var(--ink-2);border-radius:8px}
[data-mv-theme-root="movadly-first-theme"] .nav-links a:hover{color:var(--ink);background:var(--bg-2)}
[data-mv-theme-root="movadly-first-theme"] .nav-right{margin-left:auto;display:flex;align-items:center;gap:8px}
[data-mv-theme-root="movadly-first-theme"] .nav-ico{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;color:var(--ink-2)}
[data-mv-theme-root="movadly-first-theme"] .nav-ico:hover,[data-mv-theme-root="movadly-first-theme"] .nav-ico:focus-visible{background:var(--bg-2);color:var(--ink)}
[data-mv-theme-root="movadly-first-theme"] .nav-ico svg{width:17px;height:17px}
[data-mv-theme-root="movadly-first-theme"] .nav-signin{font-size:14px;color:var(--link)}
[data-mv-theme-root="movadly-first-theme"] .pill{font-size:13.5px;font-weight:500;padding:6px 15px;border-radius:100px;background:var(--accent);color:var(--accent-ink)}
[data-mv-theme-root="movadly-first-theme"]:not([data-theme="light"]) .pill{color:var(--accent-ink)}
[data-mv-theme-root="movadly-first-theme"] .pill:hover{background:var(--accent-2)}
@media(max-width:860px){.nav-links{display:none}}
/* inner hero */
[data-mv-theme-root="movadly-first-theme"] .hero{text-align:center;padding:78px 0 20px}
[data-mv-theme-root="movadly-first-theme"] .hero .eye{font-size:19px;font-weight:600;color:var(--accent)}
[data-mv-theme-root="movadly-first-theme"] .hero h1{font-size:clamp(38px,6.4vw,72px);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin:14px auto 0;max-width:16ch}
[data-mv-theme-root="movadly-first-theme"] .hero h1 .g{background:linear-gradient(120deg,#0f9e8f,#17b4a0 40%,#31d3bd);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
[data-mv-theme-root="movadly-first-theme"]:not([data-theme="light"]) .hero h1 .g{background:linear-gradient(120deg,var(--accent-2),var(--accent),#8ff3e4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
[data-mv-theme-root="movadly-first-theme"] .hero p.sub{font-size:clamp(18px,2.1vw,23px);color:var(--sub);max-width:34ch;margin:20px auto 0;line-height:1.35}
[data-mv-theme-root="movadly-first-theme"] .hero-cta{margin-top:28px;display:flex;gap:22px;justify-content:center;align-items:center;flex-wrap:wrap}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero{background:var(--bg);color:var(--heading);padding:88px 32px}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero--page{background:var(--surface);padding:clamp(64px,9vw,120px) 22px;text-align:center}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero__inner{max-width:var(--hero-inner-max,1180px);margin:0 auto;display:grid;grid-template-columns:var(--hero-grid-columns,1.05fr .95fr);gap:44px;align-items:center}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero__eyebrow{margin:0 0 14px;color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.12em}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero__headline{font-family:var(--heading-font);font-size:clamp(42px,6vw,82px);line-height:.96;margin:0 0 22px;font-weight:var(--weight-head,var(--theme-heading-weight,900))}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero__subtitle{font-size:20px;line-height:1.55;color:var(--muted);margin:0 0 30px;max-width:680px}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero__button{display:inline-flex;align-items:center;border-radius:var(--radius-pill,var(--theme-button-radius,999px));background:var(--accent);color:var(--accent-ink);padding:13px 22px;text-decoration:none;font-weight:800;white-space:nowrap}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero--page .vb-theme-hero__inner{grid-template-columns:minmax(0,1fr);max-width:min(860px,100%);justify-items:center}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero--page .vb-theme-hero__content{width:100%;max-width:860px;margin-inline:auto;text-align:center}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero--page .vb-theme-hero__eyebrow{font-size:15px;font-weight:600;color:var(--theme-accent);text-align:center}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero--page .vb-theme-hero__headline{max-width:18ch;margin:14px auto 0;text-align:center}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero--page .vb-theme-hero__subtitle{max-width:42ch;margin:18px auto 0;text-align:center}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero--page .vb-theme-hero__actions{margin-top:28px;justify-content:center;align-items:center;gap:20px}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero--page .vb-theme-hero__button--secondary{background:none;border:0;border-radius:0;padding:0;color:var(--theme-text);font-weight:500}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero--page .vb-theme-hero__button--secondary:hover{text-decoration:underline;transform:none}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero--page .vb-theme-hero__button--secondary::after{content:" ›";font-weight:400}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero__media{min-height:360px;border-radius:var(--radius,var(--theme-radius,24px));overflow:hidden}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-hero__media--image{background:var(--hero-image) center/cover no-repeat}
@media(max-width:767px){
  [data-mv-theme-root="movadly-first-theme"] .vb-theme-hero{padding:56px 20px}
  [data-mv-theme-root="movadly-first-theme"] .vb-theme-hero__inner{gap:32px}
  [data-mv-theme-root="movadly-first-theme"] .vb-theme-hero__media{min-height:280px}
}
/* sections */
[data-mv-theme-root="movadly-first-theme"] .section{padding:80px 0}.section.tight{padding:56px 0}
[data-mv-theme-root="movadly-first-theme"] .sec{padding:80px 0}
[data-mv-theme-root="movadly-first-theme"] .section-head{text-align:center;max-width:660px;margin:0 auto 44px}
[data-mv-theme-root="movadly-first-theme"] .sec-head{text-align:center;max-width:760px;margin:0 auto 44px}
[data-mv-theme-root="movadly-first-theme"] .section-head .eye,
[data-mv-theme-root="movadly-first-theme"] .section-head .eyebrow,
[data-mv-theme-root="movadly-first-theme"] .sec-head .eyebrow{font-size:15px;font-weight:600;color:var(--accent)}
[data-mv-theme-root="movadly-first-theme"] .section-head h2{font-size:clamp(28px,4vw,44px);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin-top:8px}
[data-mv-theme-root="movadly-first-theme"] .section-head p{font-size:clamp(17px,1.8vw,20px);color:var(--sub);margin-top:14px;line-height:1.4}
[data-mv-theme-root="movadly-first-theme"] .sec-head h2{font-size:clamp(28px,4vw,44px);font-weight:700;letter-spacing:-.025em;line-height:1.1}
[data-mv-theme-root="movadly-first-theme"] .sec-head p{font-size:clamp(17px,1.8vw,20px);color:var(--sub);margin-top:14px;line-height:1.4}
[data-mv-theme-root="movadly-first-theme"] .rich{max-width:720px;margin:0 auto;text-align:center}
[data-mv-theme-root="movadly-first-theme"] .rich .eye{font-size:15px;font-weight:600;color:var(--accent)}
[data-mv-theme-root="movadly-first-theme"] .rich h2{font-size:clamp(26px,3.4vw,38px);font-weight:700;letter-spacing:-.025em;margin-top:8px}
[data-mv-theme-root="movadly-first-theme"] .rich p{font-size:clamp(16px,1.7vw,19px);color:var(--sub);margin-top:16px;line-height:1.5}
/* cards / tiles */
[data-mv-theme-root="movadly-first-theme"] .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
[data-mv-theme-root="movadly-first-theme"] .grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
@media(max-width:900px){.grid3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.grid3,.grid2{grid-template-columns:1fr}}
[data-mv-theme-root="movadly-first-theme"] .card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:26px;transition:transform .35s var(--ease),box-shadow .35s,border-color .3s}
[data-mv-theme-root="movadly-first-theme"] .card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--accent) 40%,var(--line))}
[data-mv-theme-root="movadly-first-theme"] .card .ic{width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,#12b3a3,#31d3bd);display:grid;place-items:center;color:#fff;margin-bottom:18px}
[data-mv-theme-root="movadly-first-theme"] .card .ic svg{width:22px;height:22px}
[data-mv-theme-root="movadly-first-theme"] .card h3{font-size:19px;font-weight:600;letter-spacing:-.01em}
[data-mv-theme-root="movadly-first-theme"] .card p{font-size:15px;color:var(--sub);margin-top:8px;line-height:1.5}
[data-mv-theme-root="movadly-first-theme"] .card .os{font-size:12.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:6px}
[data-mv-theme-root="movadly-first-theme"] .card a.arrow,.card .arrow{margin-top:14px;display:inline-block;font-size:14.5px}
[data-mv-theme-root="movadly-first-theme"] .pain-grid,
[data-mv-theme-root="movadly-first-theme"] .ind-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
[data-mv-theme-root="movadly-first-theme"] .pain,
[data-mv-theme-root="movadly-first-theme"] .ind-card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:26px;min-width:0}
[data-mv-theme-root="movadly-first-theme"] .pain-ico,
[data-mv-theme-root="movadly-first-theme"] .ind-ico{width:46px;height:46px;border-radius:13px;background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent);display:grid;place-items:center;margin-bottom:18px}
[data-mv-theme-root="movadly-first-theme"] .pain-ico svg,
[data-mv-theme-root="movadly-first-theme"] .ind-ico svg{width:22px;height:22px}
[data-mv-theme-root="movadly-first-theme"] .ic.blue,
[data-mv-theme-root="movadly-first-theme"] .card .ic.blue,
[data-mv-theme-root="movadly-first-theme"] .pain-ico.blue,
[data-mv-theme-root="movadly-first-theme"] .ind-ico.blue,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.blue,
[data-mv-theme-root="movadly-first-theme"] .vb-multicolumn-marker.blue,
[data-mv-theme-root="movadly-first-theme"] .step .n.blue,
[data-mv-theme-root="movadly-first-theme"] .n.blue,
[data-mv-theme-root="movadly-first-theme"] .tint.blue{--mv-deco-bg:linear-gradient(135deg,#2b6cff,#6b3cff);--mv-deco-ink:#fff;--mv-deco-border:transparent;background:var(--mv-deco-bg);color:var(--mv-deco-ink)}
[data-mv-theme-root="movadly-first-theme"] .ic.pink,
[data-mv-theme-root="movadly-first-theme"] .card .ic.pink,
[data-mv-theme-root="movadly-first-theme"] .pain-ico.pink,
[data-mv-theme-root="movadly-first-theme"] .ind-ico.pink,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.pink,
[data-mv-theme-root="movadly-first-theme"] .vb-multicolumn-marker.pink,
[data-mv-theme-root="movadly-first-theme"] .step .n.pink,
[data-mv-theme-root="movadly-first-theme"] .n.pink,
[data-mv-theme-root="movadly-first-theme"] .tint.pink{--mv-deco-bg:linear-gradient(135deg,#ff5e8a,#ff9d3d);--mv-deco-ink:#fff;--mv-deco-border:transparent;background:var(--mv-deco-bg);color:var(--mv-deco-ink)}
[data-mv-theme-root="movadly-first-theme"] .ic.purple,
[data-mv-theme-root="movadly-first-theme"] .card .ic.purple,
[data-mv-theme-root="movadly-first-theme"] .pain-ico.purple,
[data-mv-theme-root="movadly-first-theme"] .ind-ico.purple,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.purple,
[data-mv-theme-root="movadly-first-theme"] .vb-multicolumn-marker.purple,
[data-mv-theme-root="movadly-first-theme"] .step .n.purple,
[data-mv-theme-root="movadly-first-theme"] .n.purple,
[data-mv-theme-root="movadly-first-theme"] .tint.purple{--mv-deco-bg:linear-gradient(135deg,#7a3cff,#b45bff);--mv-deco-ink:#fff;--mv-deco-border:transparent;background:var(--mv-deco-bg);color:var(--mv-deco-ink)}
[data-mv-theme-root="movadly-first-theme"] .ic.orange,
[data-mv-theme-root="movadly-first-theme"] .card .ic.orange,
[data-mv-theme-root="movadly-first-theme"] .pain-ico.orange,
[data-mv-theme-root="movadly-first-theme"] .ind-ico.orange,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.orange,
[data-mv-theme-root="movadly-first-theme"] .vb-multicolumn-marker.orange,
[data-mv-theme-root="movadly-first-theme"] .step .n.orange,
[data-mv-theme-root="movadly-first-theme"] .n.orange,
[data-mv-theme-root="movadly-first-theme"] .tint.orange{--mv-deco-bg:linear-gradient(135deg,#ff7a3d,#ff4d6d);--mv-deco-ink:#fff;--mv-deco-border:transparent;background:var(--mv-deco-bg);color:var(--mv-deco-ink)}
[data-mv-theme-root="movadly-first-theme"] .ic.green,
[data-mv-theme-root="movadly-first-theme"] .card .ic.green,
[data-mv-theme-root="movadly-first-theme"] .pain-ico.green,
[data-mv-theme-root="movadly-first-theme"] .ind-ico.green,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.green,
[data-mv-theme-root="movadly-first-theme"] .vb-multicolumn-marker.green,
[data-mv-theme-root="movadly-first-theme"] .step .n.green,
[data-mv-theme-root="movadly-first-theme"] .n.green,
[data-mv-theme-root="movadly-first-theme"] .tint.green{--mv-deco-bg:linear-gradient(135deg,#1fb46a,#8fd14f);--mv-deco-ink:#fff;--mv-deco-border:transparent;background:var(--mv-deco-bg);color:var(--mv-deco-ink)}
[data-mv-theme-root="movadly-first-theme"] .ic.teal,
[data-mv-theme-root="movadly-first-theme"] .card .ic.teal,
[data-mv-theme-root="movadly-first-theme"] .pain-ico.teal,
[data-mv-theme-root="movadly-first-theme"] .ind-ico.teal,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.teal,
[data-mv-theme-root="movadly-first-theme"] .vb-multicolumn-marker.teal,
[data-mv-theme-root="movadly-first-theme"] .step .n.teal,
[data-mv-theme-root="movadly-first-theme"] .n.teal,
[data-mv-theme-root="movadly-first-theme"] .tint.teal{--mv-deco-bg:linear-gradient(135deg,#12b3a3,#31d3bd);--mv-deco-ink:#fff;--mv-deco-border:transparent;background:var(--mv-deco-bg);color:var(--mv-deco-ink)}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.blue,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.pink,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.purple,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.orange,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.green,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-card-icon.teal{border-color:transparent;box-shadow:0 12px 28px -16px currentColor}
[data-mv-theme-root="movadly-first-theme"] .pain h3,
[data-mv-theme-root="movadly-first-theme"] .ind-card h3{font-size:20px;font-weight:650;letter-spacing:-.02em}
[data-mv-theme-root="movadly-first-theme"] .pain p,
[data-mv-theme-root="movadly-first-theme"] .ind-card p{font-size:15px;line-height:1.55;color:var(--sub);margin-top:10px}
[data-mv-theme-root="movadly-first-theme"] .pain a,
[data-mv-theme-root="movadly-first-theme"] .ind-card a{display:inline-flex;margin-top:16px;color:var(--link);font-weight:600;font-size:14.5px}
@media(max-width:900px){[data-mv-theme-root="movadly-first-theme"] .pain-grid,[data-mv-theme-root="movadly-first-theme"] .ind-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){[data-mv-theme-root="movadly-first-theme"] .pain-grid,[data-mv-theme-root="movadly-first-theme"] .ind-grid{grid-template-columns:1fr}}
/* steps */
[data-mv-theme-root="movadly-first-theme"] .steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
@media(max-width:900px){.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.steps{grid-template-columns:1fr}}
[data-mv-theme-root="movadly-first-theme"] .step{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:22px}
[data-mv-theme-root="movadly-first-theme"] .step .n{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#12b3a3,#31d3bd);color:#fff;font-weight:800;display:grid;place-items:center;margin-bottom:14px}
[data-mv-theme-root="movadly-first-theme"] .step h3{font-size:16px;font-weight:600}.step p{color:var(--sub);font-size:14px;margin-top:6px;line-height:1.45}
/* tick list */
[data-mv-theme-root="movadly-first-theme"] .split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start;max-width:var(--maxw-wide);margin:0 auto;padding:0 22px}
@media(max-width:820px){.split{grid-template-columns:1fr;gap:26px}}
[data-mv-theme-root="movadly-first-theme"] .tick{display:grid;gap:12px}
[data-mv-theme-root="movadly-first-theme"] .tick li{list-style:none;display:flex;gap:12px;align-items:flex-start;color:var(--ink-2);font-size:16px}
[data-mv-theme-root="movadly-first-theme"] .tick li svg{width:20px;height:20px;color:var(--accent);flex:0 0 auto;margin-top:2px}
/* faq */
[data-mv-theme-root="movadly-first-theme"] .faq{max-width:800px;margin:0 auto;display:grid;gap:0;border-top:1px solid var(--line)}
[data-mv-theme-root="movadly-first-theme"] .q{border-bottom:1px solid var(--line)}
[data-mv-theme-root="movadly-first-theme"] .q summary{list-style:none;cursor:pointer;padding:22px 4px;font-weight:600;font-size:18px;display:flex;justify-content:space-between;gap:16px;align-items:center}
[data-mv-theme-root="movadly-first-theme"] .q summary::-webkit-details-marker{display:none}
[data-mv-theme-root="movadly-first-theme"] .q summary .pl{width:20px;height:20px;position:relative;flex:0 0 auto}
[data-mv-theme-root="movadly-first-theme"] .q summary .pl::before,.q summary .pl::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--accent);border-radius:2px}
[data-mv-theme-root="movadly-first-theme"] .q summary .pl::before{width:14px;height:2.4px}.q summary .pl::after{width:2.4px;height:14px;transition:transform .3s}
[data-mv-theme-root="movadly-first-theme"] .q[open] summary .pl::after{transform:translate(-50%,-50%) scaleY(0)}
[data-mv-theme-root="movadly-first-theme"] .q .a{padding:0 4px 22px;color:var(--sub);font-size:16px;line-height:1.6;max-width:70ch}
/* pricing */
[data-mv-theme-root="movadly-first-theme"] .plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
@media(max-width:900px){.plans{grid-template-columns:1fr}}
[data-mv-theme-root="movadly-first-theme"] .plan{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:30px 26px;display:flex;flex-direction:column;position:relative;transition:transform .35s var(--ease),box-shadow .35s}
[data-mv-theme-root="movadly-first-theme"] .plan:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
[data-mv-theme-root="movadly-first-theme"] .plan.pop{border-color:var(--accent);box-shadow:0 20px 50px -24px color-mix(in srgb,var(--accent) 60%,transparent)}
[data-mv-theme-root="movadly-first-theme"] .plan .badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);font-size:12px;font-weight:700;color:var(--accent-ink);background:var(--accent);padding:4px 14px;border-radius:100px}
[data-mv-theme-root="movadly-first-theme"] .plan h3{font-size:22px;font-weight:600}
[data-mv-theme-root="movadly-first-theme"] .plan .price{font-size:38px;font-weight:700;letter-spacing:-.03em;margin-top:12px}
[data-mv-theme-root="movadly-first-theme"] .plan .price span{font-size:15px;font-weight:500;color:var(--sub);letter-spacing:0}
[data-mv-theme-root="movadly-first-theme"] .plan .yr{font-size:13px;color:var(--faint);margin-top:2px}
[data-mv-theme-root="movadly-first-theme"] .plan .desc{font-size:14.5px;color:var(--sub);margin-top:12px;line-height:1.5;min-height:44px}
[data-mv-theme-root="movadly-first-theme"] .plan ul{list-style:none;margin:20px 0;display:grid;gap:9px}
[data-mv-theme-root="movadly-first-theme"] .plan li{display:flex;gap:10px;font-size:14.5px;color:var(--ink-2)}
[data-mv-theme-root="movadly-first-theme"] .plan li svg{width:17px;height:17px;color:var(--accent);flex:0 0 auto;margin-top:2px}
[data-mv-theme-root="movadly-first-theme"] .plan .btn{margin-top:auto;width:100%;justify-content:center}
[data-mv-theme-root="movadly-first-theme"] .price-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
[data-mv-theme-root="movadly-first-theme"] .price{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:30px 26px;display:flex;flex-direction:column;min-width:0}
[data-mv-theme-root="movadly-first-theme"] .price.featured{border-color:var(--accent);box-shadow:0 20px 50px -28px color-mix(in srgb,var(--accent) 60%,transparent)}
[data-mv-theme-root="movadly-first-theme"] .pname{font-size:20px;font-weight:650}
[data-mv-theme-root="movadly-first-theme"] .pprice{font-size:clamp(30px,3vw,42px);font-weight:700;letter-spacing:-.03em;margin-top:12px}
[data-mv-theme-root="movadly-first-theme"] .pprice small{font-size:14px;color:var(--sub);font-weight:500;letter-spacing:0}
[data-mv-theme-root="movadly-first-theme"] .pyear{font-size:13.5px;color:var(--faint);margin-top:4px}
[data-mv-theme-root="movadly-first-theme"] .pdesc{font-size:15px;color:var(--sub);line-height:1.5;margin-top:14px}
[data-mv-theme-root="movadly-first-theme"] .price ul{list-style:none;margin:22px 0;display:grid;gap:10px}
[data-mv-theme-root="movadly-first-theme"] .price li{display:flex;gap:10px;font-size:14.5px;color:var(--ink-2);line-height:1.45}
[data-mv-theme-root="movadly-first-theme"] .price li svg{width:17px;height:17px;color:var(--accent);flex:0 0 auto;margin-top:2px}
[data-mv-theme-root="movadly-first-theme"] .price .btn{margin-top:auto;justify-content:center}
[data-mv-theme-root="movadly-first-theme"] .plan:not(.pop) .btn,
[data-mv-theme-root="movadly-first-theme"] .price:not(.pop):not(.featured) .btn,
[data-mv-theme-root="movadly-first-theme"] .vb-pricing-plan:not(.is-recommended) .vb-pricing-plan-button{background:transparent;color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 42%,var(--line));box-shadow:none}
[data-mv-theme-root="movadly-first-theme"] .plan:not(.pop) .btn:hover,
[data-mv-theme-root="movadly-first-theme"] .price:not(.pop):not(.featured) .btn:hover,
[data-mv-theme-root="movadly-first-theme"] .vb-pricing-plan:not(.is-recommended) .vb-pricing-plan-button:hover{background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent)}
[data-mv-theme-root="movadly-first-theme"] .plan.pop .btn,
[data-mv-theme-root="movadly-first-theme"] .price.pop .btn,
[data-mv-theme-root="movadly-first-theme"] .price.featured .btn,
[data-mv-theme-root="movadly-first-theme"] .vb-pricing-plan.is-recommended .vb-pricing-plan-button{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}
@media(max-width:1100px){[data-mv-theme-root="movadly-first-theme"] .price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){[data-mv-theme-root="movadly-first-theme"] .price-grid{grid-template-columns:1fr}}
/* contact */
[data-mv-theme-root="movadly-first-theme"] .contact{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;max-width:var(--maxw-wide);margin:0 auto;padding:0 22px;align-items:start}
@media(max-width:820px){.contact{grid-template-columns:1fr;gap:30px}}
[data-mv-theme-root="movadly-first-theme"] .form{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:30px}
[data-mv-theme-root="movadly-first-theme"] .field{margin-bottom:16px}
[data-mv-theme-root="movadly-first-theme"] .field label{display:block;font-size:13.5px;font-weight:600;color:var(--ink-2);margin-bottom:7px}
[data-mv-theme-root="movadly-first-theme"] .field input,
[data-mv-theme-root="movadly-first-theme"] .field select,
[data-mv-theme-root="movadly-first-theme"] .field textarea{width:100%;background:var(--bg-2);border:1px solid var(--line);border-radius:100px;color:var(--ink);font:500 15px var(--font);padding:12px 16px;outline:0;transition:.2s}
[data-mv-theme-root="movadly-first-theme"] .field textarea{min-height:110px;resize:vertical;border-radius:20px}
[data-mv-theme-root="movadly-first-theme"] .field input:focus,
[data-mv-theme-root="movadly-first-theme"] .field select:focus,
[data-mv-theme-root="movadly-first-theme"] .field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 20%,transparent)}
[data-mv-theme-root="movadly-first-theme"] .vb-newsletter-input{border-radius:100px!important}
[data-mv-theme-root="movadly-first-theme"] .vb-newsletter-button{border-radius:100px!important}
[data-mv-theme-root="movadly-first-theme"] .vb-contact-input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
[data-mv-theme-root="movadly-first-theme"] .vb-contact-select{border-radius:100px!important}
[data-mv-theme-root="movadly-first-theme"] .vb-contact-textarea{border-radius:20px!important}
[data-mv-theme-root="movadly-first-theme"] .vb-contact-button{border-radius:100px!important}
[data-mv-theme-root="movadly-first-theme"] .two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:520px){.two{grid-template-columns:1fr}}
[data-mv-theme-root="movadly-first-theme"] .sidecard{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:22px;margin-bottom:14px}
[data-mv-theme-root="movadly-first-theme"] .sidecard h3{font-size:16px;font-weight:600;display:flex;gap:10px;align-items:center}
[data-mv-theme-root="movadly-first-theme"] .sidecard h3 svg{width:18px;height:18px;color:var(--accent)}
[data-mv-theme-root="movadly-first-theme"] .sidecard p{font-size:14px;color:var(--sub);margin-top:7px;line-height:1.5}
/* legal */
[data-mv-theme-root="movadly-first-theme"] .legal-wrap{display:grid;grid-template-columns:230px 1fr;gap:48px;max-width:var(--maxw-wide);margin:0 auto;padding:0 22px}
[data-mv-theme-root="movadly-first-theme"] .toc{position:sticky;top:calc(var(--nav-h) + 20px);align-self:start}
[data-mv-theme-root="movadly-first-theme"] .toc a{display:block;color:var(--sub);font-size:13.5px;padding:6px 0 6px 14px;border-left:2px solid var(--line)}
[data-mv-theme-root="movadly-first-theme"] .toc a:hover{color:var(--accent);border-left-color:var(--accent)}
[data-mv-theme-root="movadly-first-theme"] .legal{max-width:72ch;text-align:left}
[data-mv-theme-root="movadly-first-theme"] .legal .block{padding:26px 0;border-top:1px solid var(--line)}
[data-mv-theme-root="movadly-first-theme"] .legal .block:first-child{border-top:0}
[data-mv-theme-root="movadly-first-theme"] .legal .block h2{font-size:22px;font-weight:600;text-align:left}
[data-mv-theme-root="movadly-first-theme"] .legal .block p{color:var(--sub);margin-top:12px;font-size:16px;line-height:1.6;text-align:left}
[data-mv-theme-root="movadly-first-theme"] .legal .block ul{margin:14px 0 0;display:grid;gap:8px}
[data-mv-theme-root="movadly-first-theme"] .legal .block li{list-style:none;display:flex;gap:10px;color:var(--sub);font-size:15px}
[data-mv-theme-root="movadly-first-theme"] .legal .block li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);flex:0 0 auto;margin-top:9px}
[data-mv-theme-root="movadly-first-theme"] .mv-policy-legal-section{padding:clamp(56px,8vw,88px) 0;background:var(--bg)}
[data-mv-theme-root="movadly-first-theme"] .mv-policy-legal-section .toc{max-height:calc(100vh - var(--nav-h) - 40px);overflow:auto;padding:6px 0}
[data-mv-theme-root="movadly-first-theme"] .mv-policy-legal-section .toc a.active{color:var(--accent);border-left-color:var(--accent)}
[data-mv-theme-root="movadly-first-theme"] .mv-policy-legal-section .legal .block{scroll-margin-top:calc(var(--nav-h) + 24px)}
[data-mv-theme-root="movadly-first-theme"] .mv-policy-legal-section .legal-copy>*:first-child{margin-top:0}
[data-mv-theme-root="movadly-first-theme"] .mv-policy-legal-section .legal-copy>*+*{margin-top:12px}
[data-mv-theme-root="movadly-first-theme"] .mv-policy-legal-section .legal a{color:var(--accent);font-weight:700;text-decoration:underline;text-underline-offset:3px}
@media(max-width:820px){[data-mv-theme-root="movadly-first-theme"] .legal-wrap{grid-template-columns:1fr;gap:0}[data-mv-theme-root="movadly-first-theme"] .toc{display:none}[data-mv-theme-root="movadly-first-theme"] .legal{max-width:100%}}
/* cta */
[data-mv-theme-root="movadly-first-theme"] .cta,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta{
  --mv-cta-teal:#31d3bd;
  --mv-cta-blue:#2b6cff;
  --mv-cta-purple:#7a3cff;
  --mv-cta-pink:#ff5e8a;
  --mv-cta-ink:#12233a;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border-radius:28px;
  margin:clamp(44px,7vw,88px) auto;
  max-width:min(var(--maxw-wide),calc(100% - 44px));
  padding:88px 28px;
  text-align:center;
  color:#fff;
  border:0;
}
[data-mv-theme-root="movadly-first-theme"] .cta::before,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(80% 130% at 12% 8%,var(--mv-cta-teal) 0%,rgba(49,211,189,0) 55%),
    radial-gradient(75% 130% at 88% 12%,var(--mv-cta-blue) 0%,rgba(43,108,255,0) 55%),
    radial-gradient(90% 140% at 78% 100%,var(--mv-cta-purple) 0%,rgba(122,60,255,0) 55%),
    radial-gradient(80% 130% at 16% 100%,var(--mv-cta-pink) 0%,rgba(255,94,138,0) 52%),
    linear-gradient(120deg,#0f9e8f 0%,var(--mv-cta-blue) 52%,var(--mv-cta-purple) 100%);
}
[data-mv-theme-root="movadly-first-theme"] .cta::after,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta::after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(120% 120% at 50% 120%,rgba(0,0,0,.16),transparent 60%)}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta__inner{max-width:980px;margin:0 auto;text-align:center}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta__icon,
[data-mv-theme-root="movadly-first-theme"] .cta .ic{width:60px;height:60px;margin:0 auto 22px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.16);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:24px;font-weight:700}
[data-mv-theme-root="movadly-first-theme"] .cta h2,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta h2{font-size:clamp(30px,4.6vw,52px);font-weight:700;letter-spacing:-.03em;line-height:1.05;max-width:16ch;margin:0 auto;color:#fff}
[data-mv-theme-root="movadly-first-theme"] .cta p,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta p{font-size:clamp(17px,1.9vw,20px);color:rgba(255,255,255,.9);max-width:46ch;margin:18px auto 0;line-height:1.5}
[data-mv-theme-root="movadly-first-theme"] .cta-cta,
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta__actions{margin-top:28px;display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta__button,
[data-mv-theme-root="movadly-first-theme"] .cta .btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;border-radius:100px;transition:transform .2s ease,background .2s ease,color .2s ease}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta__button--primary,
[data-mv-theme-root="movadly-first-theme"] .cta .btn{background:#fff;color:var(--mv-cta-ink);font-weight:600;padding:14px 30px;box-shadow:0 8px 30px rgba(0,0,0,.18)}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta__button--primary:hover,
[data-mv-theme-root="movadly-first-theme"] .cta .btn:hover{transform:translateY(-2px)}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta__button--ghost,
[data-mv-theme-root="movadly-first-theme"] .cta .ghost{color:#fff;font-weight:600;padding:14px 2px}
[data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta__button--ghost::after,
[data-mv-theme-root="movadly-first-theme"] .cta .ghost::after{content:" ›"}
@media(max-width:520px){
  [data-mv-theme-root="movadly-first-theme"] .cta,
  [data-mv-theme-root="movadly-first-theme"] .vb-theme-footer-cta{max-width:calc(100% - 28px);padding:64px 20px;border-radius:24px}
}
/* footer */
[data-mv-theme-root="movadly-first-theme"] .footer{background:var(--bg-2);border-top:1px solid var(--line-2);font-size:12px;color:var(--sub);padding:40px 0 26px}
[data-mv-theme-root="movadly-first-theme"] .foot-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:26px 24px;max-width:var(--maxw-wide);margin:0 auto;padding:0 22px}
@media(max-width:760px){[data-mv-theme-root="movadly-first-theme"] .foot-grid{grid-template-columns:repeat(2,1fr)}}
[data-mv-theme-root="movadly-first-theme"] .foot-grid h4,
[data-mv-theme-root="movadly-first-theme"] .foot-grid h5{font-size:12px;color:var(--ink);font-weight:600;margin-bottom:10px}
[data-mv-theme-root="movadly-first-theme"] .foot-grid a{display:block;color:var(--sub);padding:4px 0}
[data-mv-theme-root="movadly-first-theme"] .foot-grid a:hover{color:var(--ink);text-decoration:underline}
[data-mv-theme-root="movadly-first-theme"] .foot-bot{max-width:var(--maxw-wide);margin:26px auto 0;padding:16px 22px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:var(--faint)}
[data-mv-theme-root="movadly-first-theme"] .foot-bot a{color:inherit}
[data-mv-theme-root="movadly-first-theme"] .foot-bot a:hover{color:var(--ink);text-decoration:underline}
[data-mv-theme-root="movadly-first-theme"] .themebtn{position:fixed;right:16px;bottom:16px;z-index:200;border:1px solid var(--line);background:var(--card);color:var(--ink-2);font:600 12.5px var(--font);padding:8px 14px;border-radius:100px;cursor:pointer;box-shadow:var(--shadow)}
@media(prefers-reduced-motion:reduce){[data-mv-theme-root="movadly-first-theme"], [data-mv-theme-root="movadly-first-theme"] *{transition:none!important;animation:none!important}}
/* cookie notice */
[data-mv-theme-root="movadly-first-theme"] .cookie-consent{position:fixed;left:clamp(14px,3vw,28px);right:auto;bottom:clamp(14px,3vw,28px);z-index:260;max-width:min(420px,calc(100vw - 28px))}
[data-mv-theme-root="movadly-first-theme"] .cookie-consent[hidden],
[data-mv-theme-root="movadly-first-theme"] .cookie-modal[hidden]{display:none!important}
[data-mv-theme-root="movadly-first-theme"] .cookie-banner{background:#0f161c;border:1px solid #1f2a33;border-radius:18px;padding:22px;color:#e8eef2;box-shadow:0 24px 60px rgba(0,0,0,.5)}
[data-mv-theme-root="movadly-first-theme"] .cookie-banner .eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#31d3bd}
[data-mv-theme-root="movadly-first-theme"] .cookie-banner h2{font-size:18px;font-weight:600;color:#fff;margin:8px 0 0;line-height:1.2}
[data-mv-theme-root="movadly-first-theme"] .cookie-banner p{font-size:13.5px;line-height:1.5;color:#aeb9c2;margin:10px 0 0}
[data-mv-theme-root="movadly-first-theme"] .cookie-banner p a{color:#31d3bd;text-decoration:none}
[data-mv-theme-root="movadly-first-theme"] .cookie-banner p a:hover{text-decoration:underline}
[data-mv-theme-root="movadly-first-theme"] .cookie-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
[data-mv-theme-root="movadly-first-theme"] .cookie-btn{font-size:13.5px;font-weight:600;border-radius:100px;padding:10px 18px;border:0;cursor:pointer;font-family:inherit;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}
[data-mv-theme-root="movadly-first-theme"] .cookie-btn.primary{flex:1;min-width:120px;color:#fff;background:linear-gradient(135deg,#0f9e8f,#17b4a0 45%,#31d3bd)}
[data-mv-theme-root="movadly-first-theme"] .cookie-btn.ghost{background:transparent;border:1px solid #2b3947;color:#e8eef2}
[data-mv-theme-root="movadly-first-theme"] .cookie-btn.secondary{background:transparent;color:#8fa0ab;padding:10px 8px}
[data-mv-theme-root="movadly-first-theme"] .cookie-btn:hover{transform:translateY(-1px)}
[data-mv-theme-root="movadly-first-theme"] .cookie-modal{position:fixed;inset:0;z-index:270;background:rgba(0,0,0,.48);display:grid;place-items:center;padding:24px}
[data-mv-theme-root="movadly-first-theme"] .cookie-modal-panel{width:min(720px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;background:#0f161c;border:1px solid #1f2a33;border-radius:22px;color:#e8eef2;box-shadow:0 28px 80px rgba(0,0,0,.56);padding:24px}
[data-mv-theme-root="movadly-first-theme"] .cookie-modal-head{display:flex;justify-content:space-between;gap:18px;align-items:start;margin-bottom:18px}
[data-mv-theme-root="movadly-first-theme"] .cookie-close{background:transparent;border:1px solid #2b3947;color:#e8eef2;border-radius:999px;width:34px;height:34px;cursor:pointer;font-size:20px;line-height:1}
[data-mv-theme-root="movadly-first-theme"] .cookie-setting-list{display:grid;gap:12px}
[data-mv-theme-root="movadly-first-theme"] .cookie-setting{display:grid;grid-template-columns:1fr auto;gap:18px;background:rgba(255,255,255,.035);border:1px solid #1f2a33;border-radius:16px;padding:16px}
[data-mv-theme-root="movadly-first-theme"] .cookie-setting h3{color:#fff;font-size:16px;margin:0 0 6px}
[data-mv-theme-root="movadly-first-theme"] .cookie-setting p{color:#aeb9c2;font-size:13px;line-height:1.45;margin:7px 0 0}
[data-mv-theme-root="movadly-first-theme"] .cookie-setting strong{color:#31d3bd;font-size:12px}
[data-mv-theme-root="movadly-first-theme"] .cookie-setting small{display:block;color:#8fa0ab;margin-top:8px}
[data-mv-theme-root="movadly-first-theme"] .cookie-toggle{display:flex;align-items:center;gap:8px;color:#e8eef2;font-size:13px}
[data-mv-theme-root="movadly-first-theme"] .modal-actions{justify-content:flex-end}
@media(max-width:520px){
  [data-mv-theme-root="movadly-first-theme"] .cookie-consent{left:14px;right:14px;bottom:14px;max-width:none}
  [data-mv-theme-root="movadly-first-theme"] .cookie-actions{display:grid}
  [data-mv-theme-root="movadly-first-theme"] .cookie-btn{width:100%}
  [data-mv-theme-root="movadly-first-theme"] .cookie-btn.secondary{padding:10px 18px}
  [data-mv-theme-root="movadly-first-theme"] .cookie-setting{grid-template-columns:1fr}
}
/* colour accents — match the home module tiles */
[data-mv-theme-root="movadly-first-theme"] .ic.blue,.n.blue,.tint.blue{background:linear-gradient(135deg,#2b6cff,#6b3cff)}
[data-mv-theme-root="movadly-first-theme"] .ic.pink,.n.pink,.tint.pink{background:linear-gradient(135deg,#ff5e8a,#ff9d3d)}
[data-mv-theme-root="movadly-first-theme"] .ic.teal,.n.teal,.tint.teal{background:linear-gradient(135deg,#12b3a3,#31d3bd)}
[data-mv-theme-root="movadly-first-theme"] .ic.purple,.n.purple,.tint.purple{background:linear-gradient(135deg,#7a3cff,#b45bff)}
[data-mv-theme-root="movadly-first-theme"] .ic.orange,.n.orange,.tint.orange{background:linear-gradient(135deg,#ff7a3d,#ff4d6d)}
[data-mv-theme-root="movadly-first-theme"] .ic.green,.n.green,.tint.green{background:linear-gradient(135deg,#1fb46a,#8fd14f)}
/* OS card = mini colour tile */
[data-mv-theme-root="movadly-first-theme"] .oscard{position:relative;overflow:hidden}
[data-mv-theme-root="movadly-first-theme"] .oscard::before{content:"";position:absolute;inset:0;opacity:.08;background:var(--tone);pointer-events:none}
[data-mv-theme-root="movadly-first-theme"] .oscard .os{color:var(--tone-ink)}
[data-mv-theme-root="movadly-first-theme"] .oscard:hover{border-color:var(--tone-ink)}
[data-mv-theme-root="movadly-first-theme"] .oscard>*{position:relative}
[data-mv-theme-root="movadly-first-theme"] .o-web{--tone:#2b6cff;--tone-ink:#2b6cff}.o-brand{--tone:#ff7a3d;--tone-ink:#e5631e}
[data-mv-theme-root="movadly-first-theme"] .o-connect{--tone:#12b3a3;--tone-ink:#0c8577}.o-crm{--tone:#7a3cff;--tone-ink:#7a3cff}
[data-mv-theme-root="movadly-first-theme"] .o-social{--tone:#ff4d6d;--tone-ink:#ff4d6d}.o-seo{--tone:#1fb46a;--tone-ink:#1fb46a}
[data-mv-theme-root="movadly-first-theme"]:not([data-theme="light"]) .o-web{--tone-ink:#6ea0ff}[data-mv-theme-root="movadly-first-theme"]:not([data-theme="light"]) .o-connect{--tone-ink:#41d6c3}
[data-mv-theme-root="movadly-first-theme"]:not([data-theme="light"]) .o-seo{--tone-ink:#63d98f}[data-mv-theme-root="movadly-first-theme"]:not([data-theme="light"]) .o-brand{--tone-ink:#ffab6b}

/* Phase 1 Apple-developer public shell additions */
[data-mv-theme-root="movadly-first-theme"] .apple-shell{min-height:100vh;background:var(--bg);color:var(--ink)}
[data-mv-theme-root="movadly-first-theme"] main.apple-blank{min-height:calc(100vh - var(--nav-h));display:grid;place-items:center;padding:120px 22px 96px;background:radial-gradient(circle at 50% 0,color-mix(in srgb,var(--teal) 14%,transparent),transparent 34rem),var(--bg)}
[data-mv-theme-root="movadly-first-theme"] .blank-panel{max-width:760px;text-align:center}
[data-mv-theme-root="movadly-first-theme"] .blank-panel h1{font-size:clamp(42px,7vw,82px);line-height:1.02;letter-spacing:-.045em;font-weight:750;margin:12px 0 0}
[data-mv-theme-root="movadly-first-theme"] .blank-panel p{font-size:clamp(18px,2vw,22px);color:var(--sub);max-width:34rem;margin:20px auto 0}
[data-mv-theme-root="movadly-first-theme"] .mega-wrap{position:relative}
[data-mv-theme-root="movadly-first-theme"] .mega-panel{position:absolute;left:50%;top:calc(100% + 8px);transform:translateX(-50%) translateY(8px);width:min(760px,calc(100vw - 32px));padding:18px;background:color-mix(in srgb,var(--card) 92%,transparent);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s var(--ease),transform .2s var(--ease),visibility .2s;backdrop-filter:saturate(180%) blur(24px);-webkit-backdrop-filter:saturate(180%) blur(24px)}
[data-mv-theme-root="movadly-first-theme"] .mega-wrap:hover .mega-panel,[data-mv-theme-root="movadly-first-theme"] .mega-wrap:focus-within .mega-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
[data-mv-theme-root="movadly-first-theme"] .mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
[data-mv-theme-root="movadly-first-theme"] .mega-title{display:block;font-size:15px;font-weight:700;color:var(--ink);margin:2px 4px 4px}
[data-mv-theme-root="movadly-first-theme"] .mega-intro{display:block;color:var(--sub);font-size:13.5px;line-height:1.45;margin:0 4px 14px;max-width:58ch}
[data-mv-theme-root="movadly-first-theme"] .mega-link{display:block;padding:13px 14px;border-radius:14px;color:var(--ink);background:transparent}
[data-mv-theme-root="movadly-first-theme"] .mega-link:hover{background:var(--bg-2)}
[data-mv-theme-root="movadly-first-theme"] .mega-link strong{display:block;font-size:14px;font-weight:650;letter-spacing:-.01em}
[data-mv-theme-root="movadly-first-theme"] .mega-link span{display:block;margin-top:3px;color:var(--sub);font-size:13px;line-height:1.35}
[data-mv-theme-root="movadly-first-theme"] .mega-featured{display:flex;gap:12px;flex-wrap:wrap;margin:14px 4px 2px;padding-top:14px;border-top:1px solid var(--line-2)}
[data-mv-theme-root="movadly-first-theme"] .mega-featured a{font-size:13px;color:var(--link);font-weight:600}
[data-mv-theme-root="movadly-first-theme"] .nav-caret::after{content:"⌄";font-size:12px;margin-left:4px;color:var(--sub)}
[data-mv-theme-root="movadly-first-theme"] .mobile-toggle{display:none;margin-left:auto;border:0;background:var(--bg-2);color:var(--ink);border-radius:999px;width:36px;height:36px;place-items:center}
[data-mv-theme-root="movadly-first-theme"] .mobile-toggle svg{width:18px;height:18px;pointer-events:none}
[data-mv-theme-root="movadly-first-theme"] .mobile-panel{display:none;border-top:1px solid var(--line);background:var(--bg);padding:14px 22px 18px}
[data-mv-theme-root="movadly-first-theme"] .mobile-panel a{display:block;padding:12px 0;color:var(--ink);font-size:17px;border-bottom:1px solid var(--line-2)}
[data-mv-theme-root="movadly-first-theme"] .nav.is-open .mobile-panel{display:block}
body.mv-mobile-nav-open{overflow:hidden}
[data-mv-theme-root="movadly-first-theme"] .themebtn{position:fixed;right:16px;bottom:16px;z-index:200;border:1px solid var(--line);background:var(--card);color:var(--ink-2);font:600 12.5px var(--font);padding:8px 14px;border-radius:100px;cursor:pointer;box-shadow:var(--shadow)}
@media(max-width:860px){
  [data-mv-theme-root="movadly-first-theme"] .nav-in{gap:10px}
  [data-mv-theme-root="movadly-first-theme"] .logo{gap:8px;font-size:18px}
  [data-mv-theme-root="movadly-first-theme"] .logo .logo-icon{max-width:260px}
  [data-mv-theme-root="movadly-first-theme"] .logo .logo-icon--desktop{display:none}
  [data-mv-theme-root="movadly-first-theme"] .logo .logo-icon--mobile{display:block}
  [data-mv-theme-root="movadly-first-theme"] .nav-links,[data-mv-theme-root="movadly-first-theme"] .nav-right{display:none}
  [data-mv-theme-root="movadly-first-theme"] .mobile-toggle{display:grid}
  [data-mv-theme-root="movadly-first-theme"] .mega-panel{display:none}
}

/* Existing public frontend header mapped onto the Apple chrome. */
[data-mv-theme-root="movadly-first-theme"] .site-header{
  position:sticky;
  top:0;
  z-index:100;
  min-height:var(--nav-h);
  background:color-mix(in srgb,var(--bg) 72%,transparent);
  -webkit-backdrop-filter:saturate(180%) blur(20px);
  backdrop-filter:saturate(180%) blur(20px);
  border-bottom:1px solid var(--line-2);
  overflow:visible;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .site-header-inner.container.nav{
  position:relative;
  top:auto;
  z-index:auto;
  height:var(--nav-h);
  max-width:var(--maxw-wide);
  width:100%;
  margin:0 auto;
  padding:0 22px;
  display:flex;
  align-items:center;
  gap:18px;
  background:transparent;
  border:0;
  box-shadow:none;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .brand{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  gap:8px;
  color:var(--ink);
}
[data-mv-theme-root="movadly-first-theme"] .site-header .brand img{
  display:block;
  max-height:32px;
  width:auto;
  object-fit:contain;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  min-width:0;
  flex:1 1 auto;
  margin:0;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-item{
  position:relative;
  display:flex;
  align-items:center;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-link{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:6px 11px;
  border-radius:8px;
  color:var(--ink-2);
  font:500 14px/1 var(--font);
  letter-spacing:-.01em;
  white-space:nowrap;
  transition:background .18s var(--ease),color .18s var(--ease);
}
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-link:hover,
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-link:focus-visible,
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-item:focus-within>.nav-link{
  color:var(--ink);
  background:var(--bg-2);
  outline:0;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-caret{
  width:12px;
  height:12px;
  color:var(--sub);
  transition:transform .2s var(--ease);
}
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-link:hover .nav-caret,
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-item:focus-within .nav-caret{
  transform:rotate(180deg);
}
[data-mv-theme-root="movadly-first-theme"] .site-header .header-actions{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .header-login{
  color:var(--link);
  font:500 14px/1 var(--font);
  padding:7px 8px;
  border-radius:999px;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .header-login:hover,
[data-mv-theme-root="movadly-first-theme"] .site-header .header-login:focus-visible{
  background:var(--bg-2);
  color:var(--ink);
  outline:0;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .header-cta.btn{
  min-height:32px;
  padding:7px 16px;
  border-radius:999px;
  background:var(--accent);
  color:var(--accent-ink,#fff);
  font:500 13.5px/1 var(--font);
  box-shadow:none;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .header-cta.btn:hover,
[data-mv-theme-root="movadly-first-theme"] .site-header .header-cta.btn:focus-visible{
  background:var(--accent-2);
  transform:none;
  outline:0;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-panel{
  position:absolute;
  left:50%;
  top:calc(100% + 10px);
  z-index:30;
  transform:translateX(-50%) translateY(8px);
  width:min(860px,calc(100vw - 32px));
  display:grid;
  grid-template-columns:minmax(190px,var(--mega-intro,30%)) minmax(0,1fr);
  gap:20px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:color-mix(in srgb,var(--card) 94%,transparent);
  -webkit-backdrop-filter:saturate(180%) blur(24px);
  backdrop-filter:saturate(180%) blur(24px);
  box-shadow:var(--shadow);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s var(--ease),transform .18s var(--ease),visibility .18s;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-item:hover>.nav-panel,
[data-mv-theme-root="movadly-first-theme"] .site-header .nav-item:focus-within>.nav-panel{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
[data-mv-theme-root="movadly-first-theme"] .site-header .mega-featured{
  color:var(--sub);
  font-size:13.5px;
  line-height:1.45;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .mega-featured strong,
[data-mv-theme-root="movadly-first-theme"] .site-header .mega-featured h3,
[data-mv-theme-root="movadly-first-theme"] .site-header .mega-group-title{
  color:var(--ink);
  font-weight:650;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .mega-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .mega-link{
  display:block;
  padding:12px 13px;
  border-radius:14px;
  color:var(--ink);
}
[data-mv-theme-root="movadly-first-theme"] .site-header .mega-link:hover,
[data-mv-theme-root="movadly-first-theme"] .site-header .mega-link:focus-visible{
  background:var(--bg-2);
  outline:0;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .mega-link strong{
  display:block;
  color:var(--ink);
  font-size:14px;
  font-weight:650;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .mega-link span{
  display:block;
  margin-top:3px;
  color:var(--sub);
  font-size:13px;
  line-height:1.35;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .mobile-menu-toggle{
  display:none;
  width:36px;
  height:36px;
  place-items:center;
  border:0;
  border-radius:999px;
  background:var(--bg-2);
  color:var(--ink);
  padding:0;
}
[data-mv-theme-root="movadly-first-theme"] .site-header .mobile-menu-toggle svg{
  width:21px;
  height:21px;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu.mobile-drawer{
  position:fixed;
  inset:0;
  z-index:200;
  display:flex;
  flex-direction:column;
  width:100vw;
  height:100vh;
  min-height:100vh;
  max-height:100vh;
  overflow-y:auto;
  padding:20px 22px 28px;
  background:var(--bg);
  color:var(--ink);
  opacity:0;
  visibility:hidden;
  transform:translateY(-6px);
  transition:opacity .35s var(--ease),transform .35s var(--ease),visibility .35s;
  pointer-events:none;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu.mobile-drawer.is-open,
[data-mv-theme-root="movadly-first-theme"] .site-header.is-open .mobile-site-menu.mobile-drawer,
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu.mobile-drawer.open{
  opacity:1!important;
  visibility:visible!important;
  transform:none;
  pointer-events:auto!important;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:44px;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-top .brand img{
  max-height:34px;
  width:auto;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-close{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:0;
  border-radius:999px;
  background:var(--bg-2);
  color:var(--ink);
  position:relative;
  z-index:210;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-close svg{
  stroke:currentColor;
  fill:none;
  width:24px;
  height:24px;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-links{
  display:grid;
  gap:4px;
  padding:30px 0;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-row,
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-single{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
  padding:16px 0;
  border:0;
  border-bottom:1px solid var(--line-2);
  background:transparent;
  color:var(--ink);
  font:600 22px/1.15 var(--font);
  text-align:left;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-plus{
  color:var(--accent);
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-sub{
  display:grid;
  gap:2px;
  padding:8px 0 14px 14px;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-sub[hidden]{
  display:none;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-sub a{
  padding:10px 0;
  color:var(--sub);
  font-size:16px;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .md-cta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:auto;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .btn{
  justify-content:center;
}
[data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .btn-ghost{
  background:var(--bg-2);
  color:var(--ink);
  border:1px solid var(--line);
}
@media(max-width:980px){
  [data-mv-theme-root="movadly-first-theme"] .site-header .main-nav{display:none!important}
  [data-mv-theme-root="movadly-first-theme"] .site-header .header-actions>.header-login,
  [data-mv-theme-root="movadly-first-theme"] .site-header .header-actions>.header-cta{display:none!important}
  [data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .mobile-menu-actions .header-login,
  [data-mv-theme-root="movadly-first-theme"] .mobile-site-menu .mobile-menu-actions .header-cta{display:flex!important}
  [data-mv-theme-root="movadly-first-theme"] .site-header .mobile-menu-toggle{display:grid!important}
  [data-mv-theme-root="movadly-first-theme"] .site-header .site-header-inner.container.nav{justify-content:space-between}
}

/* Phase 2 reusable home/listing components: module tiles + metrics */
[data-mv-theme-root="movadly-first-theme"] .tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:900px){[data-mv-theme-root="movadly-first-theme"] .tiles{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){[data-mv-theme-root="movadly-first-theme"] .tiles{grid-template-columns:1fr}}
[data-mv-theme-root="movadly-first-theme"] .tile{border-radius:22px;padding:26px;min-height:230px;display:flex;flex-direction:column;color:#fff;position:relative;overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
[data-mv-theme-root="movadly-first-theme"] .tile:hover{transform:translateY(-4px);box-shadow:0 20px 50px -20px rgba(0,0,0,.35)}
[data-mv-theme-root="movadly-first-theme"] .tile .ic{width:46px;height:46px;border-radius:13px;background:rgba(255,255,255,.18);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:grid;place-items:center;margin-bottom:auto}
[data-mv-theme-root="movadly-first-theme"] .tile .ic svg{width:24px;height:24px}
[data-mv-theme-root="movadly-first-theme"] .tile h3{font-size:22px;font-weight:600;letter-spacing:-.02em;margin-top:20px}
[data-mv-theme-root="movadly-first-theme"] .tile p{font-size:14.5px;line-height:1.45;color:rgba(255,255,255,.9);margin-top:8px}
[data-mv-theme-root="movadly-first-theme"] .tile .go{margin-top:16px;font-size:14px;font-weight:500;color:#fff;opacity:.95}
[data-mv-theme-root="movadly-first-theme"] .tile .go::after{content:" ›"}
[data-mv-theme-root="movadly-first-theme"] .t-web{background:linear-gradient(150deg,#2b6cff,#6b3cff)}
[data-mv-theme-root="movadly-first-theme"] .t-brand{background:linear-gradient(150deg,#ff5e8a,#ff9d3d)}
[data-mv-theme-root="movadly-first-theme"] .t-connect{background:linear-gradient(150deg,#12b3a3,#31d3bd)}
[data-mv-theme-root="movadly-first-theme"] .t-crm{background:linear-gradient(150deg,#7a3cff,#b45bff)}
[data-mv-theme-root="movadly-first-theme"] .t-social{background:linear-gradient(150deg,#ff7a3d,#ff4d6d)}
[data-mv-theme-root="movadly-first-theme"] .t-seo{background:linear-gradient(150deg,#1fb46a,#8fd14f)}
[data-mv-theme-root="movadly-first-theme"] .tile-slider{position:relative;overflow:hidden;padding:18px 0 26px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(90deg,transparent,#000 14%,#000 86%,transparent)}
[data-mv-theme-root="movadly-first-theme"] .tile-track{display:flex;gap:24px;will-change:transform}
[data-mv-theme-root="movadly-first-theme"] .tile-slider .tile{flex:0 0 min(300px,calc(100vw - 56px));height:250px;min-height:250px;justify-content:space-between;transform:scale(.9);opacity:.82;transition:transform .6s cubic-bezier(.5,0,.15,1),opacity .6s,box-shadow .6s}
[data-mv-theme-root="movadly-first-theme"] .tile-slider .tile:hover{transform:scale(.9);box-shadow:none}
[data-mv-theme-root="movadly-first-theme"] .tile-slider .tile.is-center{transform:scale(1.06);opacity:1;box-shadow:0 24px 60px -18px rgba(0,0,0,.6);z-index:2}
[data-mv-theme-root="movadly-first-theme"] .tile-slider .tile.is-center:hover{transform:scale(1.06)}
@media(prefers-reduced-motion:reduce){[data-mv-theme-root="movadly-first-theme"] .tile-slider .tile{transition:none}}
@media(max-width:700px){
  [data-mv-theme-root="movadly-first-theme"] .tile-slider{overflow:visible;padding:12px 0 0;-webkit-mask-image:none;mask-image:none}
  [data-mv-theme-root="movadly-first-theme"] .tile-slider .tile-track{display:grid;grid-template-columns:1fr;gap:16px;transform:none!important;transition:none!important;will-change:auto}
  [data-mv-theme-root="movadly-first-theme"] .tile-slider [data-carousel-tile]{display:none}
  [data-mv-theme-root="movadly-first-theme"] .tile-slider [data-carousel-canonical="true"]{display:flex;flex:0 1 auto;width:100%;height:auto;min-height:220px;transform:none!important;opacity:1!important;box-shadow:none}
  [data-mv-theme-root="movadly-first-theme"] .tile-slider [data-carousel-canonical="true"]:hover{transform:translateY(-2px)!important;box-shadow:0 18px 42px -22px rgba(0,0,0,.45)}
}

[data-mv-theme-root="movadly-first-theme"] .metrics{padding:84px 0;border-top:1px solid var(--line-2)}
[data-mv-theme-root="movadly-first-theme"] .metric-grid{display:grid;grid-template-columns:repeat(var(--metric-columns,4),1fr);gap:16px;max-width:var(--maxw-wide);margin:0 auto;padding:0 22px}
@media(max-width:820px){[data-mv-theme-root="movadly-first-theme"] .metric-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:460px){[data-mv-theme-root="movadly-first-theme"] .metric-grid{grid-template-columns:1fr}}
[data-mv-theme-root="movadly-first-theme"] .metric{position:relative;border:1px solid var(--line);border-radius:22px;padding:26px 24px 24px;overflow:hidden;background:var(--card);transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-color .3s}
[data-mv-theme-root="movadly-first-theme"] .metric::before{content:"";position:absolute;inset:0;background:radial-gradient(130% 110% at 100% 0%,var(--tint),transparent 62%);pointer-events:none}
[data-mv-theme-root="movadly-first-theme"] .metric:hover{transform:translateY(-5px);box-shadow:0 22px 48px -22px rgba(0,0,0,.28);border-color:var(--edge)}
[data-mv-theme-root="movadly-first-theme"] .metric>*{position:relative}
[data-mv-theme-root="movadly-first-theme"] .metric .ic{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;color:#fff;background:var(--chip);box-shadow:0 10px 22px -10px var(--edge);margin-bottom:20px}
[data-mv-theme-root="movadly-first-theme"] .metric .ic svg{width:23px;height:23px}
[data-mv-theme-root="movadly-first-theme"] .metric .n{font-size:clamp(42px,4.8vw,58px);font-weight:700;letter-spacing:-.035em;line-height:1;font-variant-numeric:tabular-nums;background:var(--chip);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}
[data-mv-theme-root="movadly-first-theme"] .metric .l{font-size:16.5px;font-weight:600;color:var(--ink);margin-top:12px;letter-spacing:-.01em}
[data-mv-theme-root="movadly-first-theme"] .metric .s{font-size:13.5px;color:var(--sub);margin-top:5px;line-height:1.45}
[data-mv-theme-root="movadly-first-theme"] .m1{--chip:linear-gradient(135deg,#12b3a3,#31d3bd);--tint:rgba(49,211,189,.14);--edge:rgba(49,211,189,.5)}
[data-mv-theme-root="movadly-first-theme"] .m2{--chip:linear-gradient(135deg,#2b6cff,#6b3cff);--tint:rgba(107,60,255,.13);--edge:rgba(107,60,255,.5)}
[data-mv-theme-root="movadly-first-theme"] .m3{--chip:linear-gradient(135deg,#ff5e8a,#ff9d3d);--tint:rgba(255,120,90,.13);--edge:rgba(255,120,90,.5)}
[data-mv-theme-root="movadly-first-theme"] .m4{--chip:linear-gradient(135deg,#1fb46a,#8fd14f);--tint:rgba(80,190,100,.13);--edge:rgba(80,190,100,.5)}

/* Phase 2 Home slideshow and bands */
[data-mv-theme-root="movadly-first-theme"] .heroslides{max-width:var(--maxw-wide);margin:24px auto 0;padding:0 22px}
[data-mv-theme-root="movadly-first-theme"] .slider{position:relative;border-radius:28px;overflow:hidden;min-height:480px;background:#06090c}
[data-mv-theme-root="movadly-first-theme"] .slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s var(--ease);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;padding:56px 54px}
[data-mv-theme-root="movadly-first-theme"] .slide.on{opacity:1;visibility:visible;position:relative}
[data-mv-theme-root="movadly-first-theme"] .slide .eye{font-size:15px;font-weight:600;color:rgba(255,255,255,.92)}
[data-mv-theme-root="movadly-first-theme"] .slide h2{font-size:clamp(30px,4.6vw,54px);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin-top:12px;color:#fff;max-width:15ch}
[data-mv-theme-root="movadly-first-theme"] .slide h2 .hl,
[data-mv-theme-root="movadly-first-theme"] .slide h2 .grad-text{background:linear-gradient(120deg,#8ff3e4,var(--accent-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
[data-mv-theme-root="movadly-first-theme"] .slide p{font-size:clamp(16px,1.7vw,20px);color:rgba(255,255,255,.86);margin-top:16px;line-height:1.4;max-width:38ch}
[data-mv-theme-root="movadly-first-theme"] .slide .scta{margin-top:26px;display:flex;gap:18px;align-items:center;flex-wrap:wrap}
[data-mv-theme-root="movadly-first-theme"] .slide .sbtn{background:#fff;color:#111;font-size:15px;font-weight:600;padding:11px 22px;border-radius:100px;transition:transform .25s}
[data-mv-theme-root="movadly-first-theme"] .slide .sbtn:hover{transform:translateY(-1px)}
[data-mv-theme-root="movadly-first-theme"] .slide .slink{color:#fff;font-weight:500;font-size:16px}
[data-mv-theme-root="movadly-first-theme"] .slide .slink:hover{text-decoration:underline}
[data-mv-theme-root="movadly-first-theme"] .slide .slink::after{content:" ›"}
[data-mv-theme-root="movadly-first-theme"] .slide .vis{position:relative;height:100%;min-height:280px;display:grid;place-items:center}
[data-mv-theme-root="movadly-first-theme"] .s-plat{background:radial-gradient(120% 120% at 82% 6%,rgba(49,211,189,.22),transparent 55%),linear-gradient(180deg,#0b1015,#06090c)}
[data-mv-theme-root="movadly-first-theme"] .s-connect{background:linear-gradient(140deg,#0c8577,#12b3a3 55%,#31d3bd)}
[data-mv-theme-root="movadly-first-theme"] .s-web{background:linear-gradient(140deg,#2b6cff,#6b3cff)}
[data-mv-theme-root="movadly-first-theme"] .s-brand{background:linear-gradient(140deg,#ff5e8a,#ff9d3d)}
[data-mv-theme-root="movadly-first-theme"] .vgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:360px}
[data-mv-theme-root="movadly-first-theme"] .vgrid .n{aspect-ratio:1;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:11px;font-weight:600}
[data-mv-theme-root="movadly-first-theme"] .vgrid .n svg{width:20px;height:20px;color:#8ff3e4}
[data-mv-theme-root="movadly-first-theme"] .vchips{display:grid;gap:10px;width:100%;max-width:300px}
[data-mv-theme-root="movadly-first-theme"] .vchip{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);border-radius:12px;padding:10px 13px;color:#fff;font-size:13.5px;font-weight:600}
[data-mv-theme-root="movadly-first-theme"] .vchip .d{width:24px;height:24px;border-radius:7px;background:rgba(255,255,255,.25);display:grid;place-items:center}
[data-mv-theme-root="movadly-first-theme"] .vchip .d svg{width:14px;height:14px}
[data-mv-theme-root="movadly-first-theme"] .vcard{width:100%;max-width:320px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:16px;padding:18px}
[data-mv-theme-root="movadly-first-theme"] .vcard .bar{height:9px;border-radius:6px;background:rgba(255,255,255,.28);margin-bottom:11px}
[data-mv-theme-root="movadly-first-theme"] .vcard .bar.s{width:45%;background:#fff}
[data-mv-theme-root="movadly-first-theme"] .vcard .bar.m{width:82%}
[data-mv-theme-root="movadly-first-theme"] .vcard .bar.l{width:66%}
[data-mv-theme-root="movadly-first-theme"] .vcard .bar.x{width:55%}
[data-mv-theme-root="movadly-first-theme"] .vswatch{display:flex;gap:12px}
[data-mv-theme-root="movadly-first-theme"] .vswatch span{width:56px;height:72px;border-radius:14px;box-shadow:0 8px 20px -8px rgba(0,0,0,.4)}
[data-mv-theme-root="movadly-first-theme"] .vswatch .sw-ink{background:#06090c}
[data-mv-theme-root="movadly-first-theme"] .vswatch .sw-teal{background:#6eebda}
[data-mv-theme-root="movadly-first-theme"] .vswatch .sw-white{background:#fff}
[data-mv-theme-root="movadly-first-theme"] .vswatch .sw-orange{background:#ff9d3d}
[data-mv-theme-root="movadly-first-theme"] .arrows{position:absolute;inset:0;pointer-events:none}
[data-mv-theme-root="movadly-first-theme"] .ar{position:absolute;right:18px;bottom:16px;width:34px;height:34px;border-radius:50%;pointer-events:auto;cursor:pointer;z-index:4;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);color:#fff;display:grid;place-items:center;backdrop-filter:blur(4px);transition:background .2s}
[data-mv-theme-root="movadly-first-theme"] .ar:hover{background:rgba(255,255,255,.3)}
[data-mv-theme-root="movadly-first-theme"] .ar svg{width:17px;height:17px}
[data-mv-theme-root="movadly-first-theme"] .ar.prev{right:58px}
[data-mv-theme-root="movadly-first-theme"] .ar.next{right:18px}
[data-mv-theme-root="movadly-first-theme"] .dots{position:absolute;bottom:23px;left:0;right:0;display:flex;gap:8px;justify-content:center;z-index:3}
[data-mv-theme-root="movadly-first-theme"] .dots button{width:8px;height:8px;border-radius:100px;border:0;background:rgba(255,255,255,.4);cursor:pointer;padding:0;transition:width .3s,background .3s}
[data-mv-theme-root="movadly-first-theme"] .dots button.on{width:24px;background:#fff}
@media(max-width:760px){
  [data-mv-theme-root="movadly-first-theme"] .slide{grid-template-columns:1fr;text-align:left;padding:40px 28px 76px}
  [data-mv-theme-root="movadly-first-theme"] .slide .vis{display:none}
  [data-mv-theme-root="movadly-first-theme"] .slider{min-height:0}
  [data-mv-theme-root="movadly-first-theme"] .ar{bottom:18px;width:34px;height:34px}
  [data-mv-theme-root="movadly-first-theme"] .ar.prev{right:58px}
  [data-mv-theme-root="movadly-first-theme"] .ar.next{right:18px}
  [data-mv-theme-root="movadly-first-theme"] .dots{bottom:31px}
}
[data-mv-theme-root="movadly-first-theme"] .band{padding:72px 0;border-top:1px solid var(--line-2)}
[data-mv-theme-root="movadly-first-theme"] .band-in{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:var(--maxw-wide);margin:0 auto;padding:0 22px}
[data-mv-theme-root="movadly-first-theme"] .band.rev .band-in{direction:rtl}
[data-mv-theme-root="movadly-first-theme"] .band.rev .band-in>*{direction:ltr}
@media(max-width:820px){[data-mv-theme-root="movadly-first-theme"] .band-in{grid-template-columns:1fr;gap:32px}[data-mv-theme-root="movadly-first-theme"] .band.rev .band-in{direction:ltr}}
[data-mv-theme-root="movadly-first-theme"] .band .eye{font-size:15px;font-weight:600;color:var(--accent)}
[data-mv-theme-root="movadly-first-theme"] .band h2{font-size:clamp(28px,3.6vw,40px);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin-top:10px}
[data-mv-theme-root="movadly-first-theme"] .band p{font-size:18px;color:var(--sub);margin-top:16px;line-height:1.5;max-width:44ch}
[data-mv-theme-root="movadly-first-theme"] .band .arrow{display:inline-block;margin-top:18px;font-size:16px}
[data-mv-theme-root="movadly-first-theme"] .mock{border-radius:20px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);padding:20px;min-height:300px}
[data-mv-theme-root="movadly-first-theme"] .mock .bar{height:9px;border-radius:6px;background:var(--bg-2);margin-bottom:12px}
[data-mv-theme-root="movadly-first-theme"] .mock .bar.a{width:40%;background:linear-gradient(90deg,#12b3a3,#31d3bd)}
[data-mv-theme-root="movadly-first-theme"] .mock .bar.b{width:80%}
[data-mv-theme-root="movadly-first-theme"] .mock .bar.c{width:65%}
[data-mv-theme-root="movadly-first-theme"] .mock .bar.d{width:72%}
[data-mv-theme-root="movadly-first-theme"] .mock .row{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line-2);border-radius:12px;margin-top:10px}
[data-mv-theme-root="movadly-first-theme"] .mock .row .av{width:30px;height:30px;border-radius:8px;flex:0 0 auto}
[data-mv-theme-root="movadly-first-theme"] .mock .row .ln{flex:1;height:8px;border-radius:5px;background:var(--bg-2)}
[data-mv-theme-root="movadly-first-theme"] .mock .row .pill2{font-size:11px;font-weight:600;color:var(--accent);background:color-mix(in srgb,var(--accent) 18%,transparent);padding:3px 9px;border-radius:100px}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .showcase-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:56px;align-items:center;max-width:var(--maxw-wide);margin:0 auto}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .showcase-copy{min-width:0}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .showcase-copy .eyebrow{display:inline-block;font-size:15px;font-weight:600;color:var(--accent)}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .showcase-copy h2{font-size:clamp(28px,3.6vw,40px);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin-top:10px}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .showcase-copy p{font-size:18px;color:var(--sub);margin-top:16px;line-height:1.5;max-width:44ch}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .showcase-copy .btn{margin-top:22px}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .showcase-visual{position:relative;min-height:360px;display:grid;place-items:center;isolation:isolate}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .panel-card{width:min(100%,420px);background:var(--card);border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .panel-card.pc-2{position:absolute;right:0;bottom:24px;width:min(88%,360px);z-index:2}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .pc-head{display:flex;align-items:center;gap:14px;min-width:0}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .pc-head .d{width:52px;height:52px;flex:0 0 52px;border-radius:15px;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent);overflow:hidden}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .pc-head .d>svg{display:block;width:26px!important;height:26px!important;max-width:26px;max-height:26px;flex:0 0 auto}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .pc-head div{display:grid;gap:4px;min-width:0}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .pc-head b{display:block;font-size:16px;font-weight:650;color:var(--ink);line-height:1.2}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .pc-head small{display:block;font-size:13px;color:var(--sub);line-height:1.35}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .pc-bar{height:10px;border-radius:999px;background:var(--bg-2);margin-top:14px}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .pc-bar.mid{width:72%}
[data-mv-theme-root="movadly-first-theme"] .sec.showcase .pc-bar.on{background:linear-gradient(90deg,var(--accent),var(--accent-2))}
@media(max-width:760px){
  [data-mv-theme-root="movadly-first-theme"] .sec.showcase .showcase-inner{
    grid-template-columns:1fr;
    gap:32px;
  }
  [data-mv-theme-root="movadly-first-theme"] .sec.showcase .showcase-visual{
    min-height:0;
    align-items:stretch;
    gap:14px;
  }
  [data-mv-theme-root="movadly-first-theme"] .sec.showcase .panel-card{
    width:100%;
  }
  [data-mv-theme-root="movadly-first-theme"] .sec.showcase .panel-card.pc-2{
    position:static;
    right:auto;
    bottom:auto;
    width:100%;
    z-index:auto;
  }
  [data-mv-theme-root="movadly-first-theme"] .section-head,
  [data-mv-theme-root="movadly-first-theme"] .sec-head,
  [data-mv-theme-root="movadly-first-theme"] .rich,
  [data-mv-theme-root="movadly-first-theme"] .band-in,
  [data-mv-theme-root="movadly-first-theme"] .split,
  [data-mv-theme-root="movadly-first-theme"] .contact,
  [data-mv-theme-root="movadly-first-theme"] .faq{
    padding-left:22px;
    padding-right:22px;
  }
  [data-mv-theme-root="movadly-first-theme"] .btn-lg{
    width:auto;
    max-width:100%;
    white-space:nowrap;
  }
}
