:root{--m72-navy:#05233a;--m72-navy-deep:#031a2d;--m72-cream:#fffaf4;--m72-gold:#d1ad8b;--m72-gold2:#f8dca0;--m72-ink:#062038;--m72-white:#fff}

/* Home shell isolation: the existing Mendli application remains intact on every other view. */
body.v64-home-active{margin:0!important;background:var(--m72-cream)!important;overflow-x:hidden!important;font-family:Inter,Arial,Helvetica,sans-serif}
body.v64-home-active>header,body.v64-home-active>footer{display:none!important}
body.v64-home-active>main{padding:0!important;margin:0!important;max-width:none!important;width:100%!important}
body.v64-home-active #view-home{padding:0!important;margin:0!important;max-width:none!important;width:100%!important;background:var(--m72-cream)!important}
body.v64-home-active #view-home *{box-sizing:border-box}
.m72-home{padding:0!important;margin:0!important;background:var(--m72-cream)!important;color:var(--m72-ink)}
.m72-shell{width:100%;min-height:100vh;background:var(--m72-cream)}

/* Header — proportioned directly from the approved desktop reference. */
.m72-sitebar{height:92px;background:linear-gradient(90deg,#06273f 0%,#05233a 64%,#072a43 100%);display:flex;align-items:center;padding:0 clamp(28px,4vw,66px);gap:28px;position:relative;z-index:20;color:#fff}
.m72-brand{border:0;background:transparent;padding:0;display:flex;align-items:center;flex:0 0 auto;cursor:pointer}
.m72-brand img{display:block;width:222px;height:82px;object-fit:contain;object-position:left center}
.m72-desktop-nav{display:flex;align-items:center;gap:22px;margin-left:24px}
.m72-desktop-nav button{appearance:none;border:0;background:transparent;color:#fff;font-size:13px;font-weight:600;padding:10px 0;white-space:nowrap;cursor:pointer;position:relative}
.m72-desktop-nav button.active:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--m72-gold)}
.m72-desktop-actions{display:flex;align-items:center;gap:14px;margin-left:auto}
.m72-location{font-size:13px;font-weight:600;white-space:nowrap}
.m72-outline,.m72-gold{height:43px;border-radius:24px;padding:0 27px;font-size:14px;font-weight:800;white-space:nowrap;cursor:pointer}
.m72-outline{background:transparent;border:1.5px solid rgba(255,255,255,.88);color:#fff}
.m72-gold{border:0;background:linear-gradient(180deg,var(--m72-gold2),#fffaf4);color:var(--m72-ink);min-width:112px}
.m72-mobile-menu,.m72-mobile-menu-panel{display:none}

/* Hero */
.m72-hero{position:relative;height:458px;background:var(--m72-navy-deep);overflow:hidden;color:#fff}
.m72-photo{position:absolute;inset:0;background-image:url('assets/m72-hero-wide.jpg');background-repeat:no-repeat;background-size:cover;background-position:center top;background-color:#031b2f;z-index:0}
.m72-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,25,43,.98) 0%,rgba(2,25,43,.92) 28%,rgba(2,25,43,.18) 45%,rgba(2,25,43,.02) 73%,rgba(2,25,43,.08) 100%);pointer-events:none;z-index:1}
.m72-copy{position:absolute;z-index:3;left:clamp(34px,4vw,66px);top:34px;width:min(37vw,505px)}
.m72-eyebrow{margin:0 0 10px;color:var(--m72-gold);font-size:13px;font-weight:900;letter-spacing:3.7px}
.m72-copy h1{margin:0;color:#fff;font-size:clamp(48px,4.2vw,66px);line-height:.91;letter-spacing:-2.8px;font-weight:900}
.m72-script-img{display:block;width:318px;max-width:92%;height:auto;margin:7px 0 0;object-fit:contain;object-position:left center}
.m72-lead{margin:23px 0 18px;max-width:430px;color:#fff;font-size:16px;line-height:1.45;font-weight:500}
.m72-hero-actions{display:flex;gap:14px;align-items:center}
.m72-primary,.m72-secondary{height:49px;border-radius:27px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:15px;font-weight:850;cursor:pointer;white-space:nowrap}
.m72-primary{border:0;background:linear-gradient(180deg,#fffaf4,#d1ad8b);color:var(--m72-ink);min-width:192px}
.m72-secondary{border:1.6px solid rgba(255,255,255,.95);background:rgba(3,28,48,.44);color:#fff;min-width:212px}
.m72-circle-plus{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--m72-navy);color:var(--m72-gold);font-size:20px;line-height:1}
.m72-arrow{font-size:20px;font-weight:500;margin-left:auto}
.m72-search-icon{width:23px;height:23px;border:3px solid #fff;border-radius:50%;display:inline-block;position:relative;margin-right:2px}.m72-search-icon:after{content:"";position:absolute;width:9px;height:3px;background:#fff;right:-7px;bottom:-4px;transform:rotate(45deg);border-radius:2px}
.m72-trust-row{display:grid;grid-template-columns:repeat(3,max-content);gap:31px;align-items:center;margin-top:19px}
.m72-trust-row>div{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700;white-space:nowrap}
.m72-trust-row svg{width:27px;height:27px;fill:var(--m72-gold);flex:0 0 auto}

/* Desktop login card */
.m72-auth-card{position:absolute;z-index:4;right:clamp(28px,4vw,58px);top:35px;width:300px;height:390px;background:#fff;color:var(--m72-ink);border-radius:16px;padding:21px 23px 18px;box-shadow:0 14px 35px rgba(0,0,0,.22)}
.m72-auth-card h2{margin:0;font-size:22px;line-height:1.12;letter-spacing:-.4px}
.m72-auth-card>p{margin:3px 0 10px;font-size:12px;color:#1f2f3e}
.m72-role-switch{height:31px;border:1px solid #ccd3d8;border-radius:18px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;margin-bottom:9px}
.m72-role-switch button{display:grid;place-items:center;font-size:11px;border:0;background:transparent;color:var(--m72-ink);cursor:pointer}.m72-role-switch .active{background:var(--m72-navy);color:#fff;border-radius:17px}
.m72-input{height:42px;flex-direction:row!important;border:1px solid #cdd4da;border-radius:6px;display:flex;align-items:center;gap:8px;padding:0 10px;margin:8px 0;color:#1b2b3d;background:#fff}
.m72-input input{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;margin:0!important;padding:0!important;height:100%!important;width:100%!important;font-size:12px!important;color:var(--m72-ink)!important}
.m72-input input::placeholder{color:#66717d}.m72-auth-login{height:45px;width:100%;border:0;border-radius:24px;background:linear-gradient(180deg,#fffaf4,#d1ad8b);color:var(--m72-ink);font-weight:850;font-size:15px;cursor:pointer;margin-top:4px}
.m72-auth-links{display:flex;justify-content:space-between;align-items:center;font-size:10px;margin:9px 1px 8px}.m72-auth-links button{border:0;background:none;color:var(--m72-ink);font-size:10px;padding:0;cursor:pointer}.m72-or{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:9px;font-size:10px;margin:4px 0 8px}.m72-or span{height:1px;background:#d1d6da}.m72-create{height:39px;width:100%;border:1.4px solid var(--m72-navy);border-radius:22px;background:#fff;color:var(--m72-ink);font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.m72-auth-card>small{display:block;text-align:center;font-size:10px;margin-top:8px;color:#35414b}

/* Categories */
.m72-categories{background:var(--m72-cream);padding:14px clamp(28px,4vw,54px) 17px;color:var(--m72-ink)}
.m72-categories-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.m72-categories-head h2{margin:0;font-size:22px;letter-spacing:-.5px}.m72-categories-head button{border:0;background:none;color:#d1ad8b;font-size:12px;font-weight:650;cursor:pointer}.m72-categories-head button span{font-size:18px;margin-left:6px}
.m72-category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}
.m72-category{display:flex;flex-direction:column;min-width:0;border:0;background:var(--m72-navy);color:#fff;border-radius:6px;overflow:hidden;padding:0;text-align:left;cursor:pointer;box-shadow:0 1px 1px rgba(0,0,0,.1)}
.m72-category img{display:block;width:100%;height:105px;object-fit:cover;object-position:center 50%}.m72-category span{display:block;padding:7px 9px;font-size:12px;line-height:1.15;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m72-more{display:none}

/* Benefit strip */
.m72-benefits{position:relative;background:linear-gradient(90deg,#05273e,#06243a);color:#fff;min-height:118px;padding:21px clamp(30px,5vw,72px) 29px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.m72-benefits>div:not(.m72-benefit-tagline){display:flex;align-items:center;gap:14px;padding:0 26px;min-height:50px;border-right:1px solid rgba(255,255,255,.35)}.m72-benefits>div:nth-child(4){border-right:0}.m72-benefits svg{width:39px;height:39px;fill:var(--m72-gold);flex:0 0 auto}.m72-benefits p{margin:0}.m72-benefits b{display:block;font-size:13px;margin-bottom:4px}.m72-benefits p span{display:block;font-size:11px;color:#fff}.m72-benefit-tagline{position:absolute;bottom:9px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:14px}.m72-benefit-tagline span{width:76px;height:1px;background:var(--m72-gold)}.m72-benefit-tagline small{letter-spacing:4px;color:#fff;font-size:8px;white-space:nowrap}

@media (min-width:1500px){.m72-sitebar{padding-left:max(66px,calc((100vw - 1520px)/2 + 48px));padding-right:max(66px,calc((100vw - 1520px)/2 + 48px))}.m72-copy{left:max(66px,calc((100vw - 1520px)/2 + 48px))}.m72-auth-card{right:max(58px,calc((100vw - 1520px)/2 + 52px))}}

/* Phone layout is purpose-built from the approved phone reference, not a shrunken desktop. */
@media (max-width:760px){
  body.v64-home-active{background:var(--m72-cream)!important}
  .m72-sitebar{height:92px;padding:0 18px;background:#06263e;gap:0}
  .m72-brand img{width:184px;height:70px;object-fit:contain;object-position:left center}
  .m72-desktop-nav,.m72-desktop-actions{display:none!important}
  .m72-mobile-menu{display:flex;margin-left:auto;width:45px;height:45px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:6px;align-items:flex-end;padding:5px;cursor:pointer}
  .m72-mobile-menu span{width:28px;height:2px;background:#fff;border-radius:2px;display:block}
  .m72-mobile-menu-panel{position:absolute;top:92px;right:0;left:0;background:#06263e;border-top:1px solid rgba(255,255,255,.12);padding:10px 18px 18px;z-index:50;grid-template-columns:1fr 1fr;gap:8px}
  .m72-mobile-menu-panel:not([hidden]){display:grid}.m72-mobile-menu-panel button{border:1px solid rgba(255,255,255,.22);background:#082e4b;color:#fff;border-radius:10px;padding:12px 8px;font-weight:700;font-size:13px}.m72-mobile-menu-panel button:last-child{grid-column:1/-1;background:linear-gradient(180deg,#fffaf4,#d1ad8b);color:var(--m72-ink);border:0}

  .m72-hero{height:auto;min-height:0;background:#031b2f;overflow:hidden}
  .m72-photo{inset:0 0 0 53%;background-image:linear-gradient(90deg,rgba(3,26,45,.84) 0%,rgba(3,26,45,.12) 28%,rgba(3,26,45,.02) 100%),url('assets/m72-clean-scene-mobile.jpg');background-size:155% auto;background-position:32% center;background-repeat:no-repeat}
  .m72-hero:after{background:linear-gradient(90deg,rgba(3,26,45,.99) 0%,rgba(3,26,45,.96) 45%,rgba(3,26,45,.14) 66%,rgba(3,26,45,.03) 100%)}
  .m72-copy{position:relative;left:auto;top:auto;width:auto;padding:40px 18px 28px;min-height:490px}
  .m72-eyebrow{font-size:11px;letter-spacing:3px;margin-bottom:10px}
  .m72-copy h1{font-size:35px;line-height:.94;letter-spacing:-1.5px;width:72%}
  .m72-script-img{width:232px;max-width:76%;margin-top:7px}
  .m72-lead{font-size:13.5px;line-height:1.42;width:72%;margin:15px 0 12px}
  .m72-hero-actions{display:grid;grid-template-columns:1fr;gap:9px;width:100%;position:relative;z-index:4;margin:0}
  .m72-primary,.m72-secondary{height:45px;width:100%;font-size:15px;border-radius:25px;padding:0 19px}
  .m72-primary{min-width:0}.m72-secondary{min-width:0;background:rgba(3,28,48,.58)}
  .m72-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:16px;width:100%;position:relative;z-index:4;clear:both}
  .m72-trust-row>div{font-size:11px;display:flex;flex-direction:column;gap:4px;text-align:center;justify-content:center;padding:0 8px;border-right:1px solid rgba(255,255,255,.42);white-space:normal;line-height:1.15}.m72-trust-row>div:last-child{border-right:0}.m72-trust-row svg{width:27px;height:27px}
  .m72-auth-card{display:none!important}

  .m72-categories{padding:11px 12px 14px;background:var(--m72-cream)}
  .m72-categories-head{margin-bottom:8px}.m72-categories-head h2{font-size:18px}.m72-categories-head button{font-size:11px}.m72-categories-head button span{font-size:15px;margin-left:3px}
  .m72-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .m72-category img{height:80px;object-fit:cover}.m72-category span{padding:5px 6px;font-size:10.5px}
  .m72-category:nth-child(7),.m72-category:nth-child(8){display:flex}
  .m72-more{display:flex!important;align-items:center;justify-content:center;background:#fffaf4;color:var(--m72-ink);min-height:105px;text-align:center;border-radius:6px}.m72-more b{font-size:26px;letter-spacing:4px;line-height:1}.m72-more span{font-size:11px;padding:7px 0 0;white-space:normal}
  .m72-benefits{display:none!important}
}

@media (max-width:390px){.m72-copy{padding-left:17px;padding-right:17px}.m72-copy h1{font-size:34px}.m72-script-img{width:222px}.m72-lead{font-size:13px}.m72-category img{height:78px}}

/* v66.73.2 — same-page login. Mobile login opens over the approved homepage and
   only leaves the homepage after the existing auth handler confirms sign-in. */
.m731-login-overlay[hidden]{display:none!important}
.m731-login-overlay{position:fixed;inset:0;z-index:100000;background:rgba(3,20,34,.66);backdrop-filter:blur(5px);display:grid;place-items:center;padding:18px}
.m731-login-dialog{position:relative;width:min(430px,100%);max-height:calc(100dvh - 36px);overflow:auto;background:#fff;color:var(--m72-ink);border-radius:22px;padding:26px 24px 22px;box-shadow:0 24px 60px rgba(0,0,0,.34);border:1px solid rgba(5,35,58,.12)}
.m731-login-close{position:absolute;right:13px;top:11px;width:38px;height:38px;border:0;border-radius:50%;background:#fffaf4;color:var(--m72-ink);font-size:28px;line-height:1;cursor:pointer}
.m731-login-logo{display:block;width:185px;height:70px;object-fit:contain;object-position:left center;margin:-9px 0 3px}
.m731-login-kicker{margin:0 0 7px;color:#d1ad8b;font-size:11px;font-weight:900;letter-spacing:2.4px}
.m731-login-dialog h2{margin:0;font-size:31px;line-height:1.05;letter-spacing:-1px}.m731-login-sub{margin:8px 0 20px;color:#5e6b79;font-size:14px;line-height:1.4}
#m731LoginForm>label{display:block;margin:0 0 14px;font-size:13px;font-weight:800;color:var(--m72-ink)}
#m731LoginForm>label>input,.m731-password-wrap{margin-top:6px;width:100%;height:48px;border:1px solid #c9d1d7;border-radius:10px;background:#fff}
#m731LoginForm>label>input{display:block;padding:0 13px;font-size:16px;color:var(--m72-ink);outline:none}.m731-password-wrap{display:flex;align-items:center;overflow:hidden}.m731-password-wrap input{height:100%;flex:1;min-width:0;border:0;outline:0;padding:0 13px;font-size:16px;color:var(--m72-ink);background:#fff}.m731-password-wrap button{height:100%;border:0;background:#fffaf4;padding:0 13px;font-weight:800;color:var(--m72-ink);cursor:pointer}
.m731-login-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:2px 0 10px;font-size:12px}.m731-login-row button{border:0;background:none;color:#d1ad8b;text-decoration:underline;cursor:pointer;font-size:12px}.m731-remember{display:flex!important;align-items:center;gap:7px!important;margin:0!important;font-size:12px!important;font-weight:600!important}.m731-remember input{width:16px;height:16px}
.m731-login-message{min-height:19px;margin:3px 0 7px;font-size:12px;color:#526170}.m731-login-message.is-error{color:#a12727}
.m731-login-submit{width:100%;height:49px;border:0;border-radius:26px;background:linear-gradient(180deg,#fffaf4,#d1ad8b);color:var(--m72-ink);font-size:16px;font-weight:900;cursor:pointer}
.m731-signup-line{text-align:center;margin:15px 0 0;color:#65717e;font-size:12px}.m731-signup-line button{border:0;background:none;color:var(--m72-ink);font-weight:900;text-decoration:underline;cursor:pointer}
.m731-desktop-login-message{min-height:16px;margin:5px 0 -2px!important;text-align:center!important;font-size:10px!important;color:#5f6770!important}
body.m731-login-open{overflow:hidden!important}
@media (max-width:760px){.m731-login-overlay{align-items:end;padding:0;background:rgba(3,20,34,.58)}.m731-login-dialog{width:100%;max-height:90dvh;border-radius:24px 24px 0 0;padding:24px 20px calc(22px + env(safe-area-inset-bottom));animation:m731SlideUp .18s ease-out}.m731-login-logo{width:172px;height:62px}.m731-login-dialog h2{font-size:29px}.m731-login-close{top:12px;right:12px}}@keyframes m731SlideUp{from{transform:translateY(26px);opacity:.8}to{transform:translateY(0);opacity:1}}

/* v66.84 — cleaner hero image beside the login card. */
@media (min-width:761px){
  .m72-photo{background-position:center 42%;}
  .m72-hero:before{content:"";position:absolute;z-index:2;top:0;right:0;width:36%;height:100%;pointer-events:none;background:linear-gradient(90deg,rgba(3,27,47,0) 0%,rgba(3,27,47,.08) 28%,rgba(3,27,47,.18) 100%);}
  .m72-auth-card{z-index:5;}
}
.m72-all-cats-overlay{position:fixed;inset:0;z-index:99999;background:rgba(3,18,35,.72);display:grid;place-items:center;padding:20px}.m72-all-cats-modal{width:min(820px,94vw);max-height:min(720px,90vh);overflow:auto;background:#fff;border-radius:18px;padding:22px;color:var(--m72-ink);box-shadow:0 22px 70px rgba(0,0,0,.35)}.m72-all-cats-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.m72-all-cats-head h2{margin:0;font-size:26px}.m72-all-cats-head p{margin:4px 0 0;color:#657381;font-size:13px}.m72-all-cats-close{border:0;background:#eef3f7;border-radius:999px;width:38px;height:38px;font-size:24px;cursor:pointer}.m72-all-cats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.m72-all-cats-grid button{border:1px solid #dbe3e9;background:#fff;border-radius:12px;padding:13px;text-align:left;font-weight:750;color:var(--m72-ink);cursor:pointer}.m72-all-cats-grid button:hover{border-color:#0a4f8a;background:#f5f9fc}.m72-intent-note{margin:0 0 8px;padding:8px 10px;border-radius:9px;background:#eef6ff;color:#0a4f8a;font-size:11px;font-weight:750}.m72-auth-card.intent-worker .m72-intent-note{background:#fffaf4;color:#d1ad8b}@media(max-width:760px){.m72-all-cats-grid{grid-template-columns:1fr 1fr}}

/* v67.20 final landing-page authority corrections */
.m72-gold,.m72-primary,.m72-auth-login{background:linear-gradient(180deg,#fffaf4,#d1ad8b)!important;}
.m72-eyebrow{color:#d1ad8b!important;}
.m72-desktop-nav button.active:after{background:#fffaf4!important;}
.m72-circle-plus,.m72-trust-row svg,.m72-benefits svg{color:#d1ad8b!important;fill:#d1ad8b!important;}
.m72-categories-head button{color:#d1ad8b!important;}
.m72-mobile-menu-panel button:last-child,.m731-login-submit{background:linear-gradient(180deg,#fffaf4,#d1ad8b)!important;}

/* v67.29 — landing page mobile parity + full-scroll correction.
   Scope is HOME ONLY. Locked dashboard/job-centre shells are untouched. */
body.v64-home-active[data-v64-view="home"],
body.v64-home-active:has(#view-home.active){
  overflow-y:auto!important;
  height:auto!important;
  min-height:100dvh!important;
  position:static!important;
}
body.v64-home-active #view-home,
body.v64-home-active #view-home .m72-shell{
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  min-height:100dvh!important;
}
/* A signed-in-app bottom bar must never sit over the public landing page. */
body.v64-home-active #view-home ~ .v6673-mobile-bottom,
body.v64-home-active .v6673-mobile-bottom,
body.v64-home-active .v6691-profile-mobile-nav{display:none!important;visibility:hidden!important;pointer-events:none!important}

@media (max-width:760px){
  /* Keep the same landing-page sections as desktop rather than removing the lower desktop content. */
  .m72-benefits{display:grid!important;position:relative!important;grid-template-columns:1fr 1fr!important;gap:0!important;min-height:0!important;padding:18px 14px 38px!important;background:linear-gradient(90deg,#05273e,#06243a)!important}
  .m72-benefits>div:not(.m72-benefit-tagline){display:flex!important;align-items:center!important;gap:10px!important;min-height:66px!important;padding:10px 12px!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important}
  .m72-benefits>div:nth-child(odd):not(.m72-benefit-tagline){border-right:1px solid rgba(255,255,255,.18)!important}
  .m72-benefits svg{width:30px!important;height:30px!important;flex:0 0 auto!important}
  .m72-benefits b{font-size:11px!important}.m72-benefits p span{font-size:9.5px!important;line-height:1.25!important}
  .m72-benefit-tagline{display:flex!important;bottom:11px!important}.m72-benefit-tagline small{font-size:7px!important;letter-spacing:3px!important}.m72-benefit-tagline span{width:45px!important}
  .m72-categories{padding-bottom:18px!important}
  /* Space below the real end of the landing page, including iPhone safe area. */
  .m72-shell{padding-bottom:calc(18px + env(safe-area-inset-bottom))!important}
  /* Cookie notice must remain above Safari/browser chrome and be independently usable. */
  body.v64-home-active .m82-cookie-notice{bottom:calc(14px + env(safe-area-inset-bottom))!important;z-index:200000!important;max-height:min(48dvh,330px)!important;overflow:auto!important}
}


/* v67.44 — landing mobile flow + complete footer/legal reachability.
   Homepage only: desktop shell and signed-in application screens remain unchanged. */
body.v64-home-active > footer.m82-site-footer{
  display:flex!important;
  position:relative!important;
  z-index:5!important;
  width:100%!important;
  box-sizing:border-box!important;
}
@media (max-width:760px){
  body.v64-home-active #view-home.active{display:block!important;min-height:0!important;height:auto!important;overflow:visible!important}
  body.v64-home-active #view-home .m72-shell{min-height:0!important;height:auto!important;overflow:visible!important;padding-bottom:0!important}
  .m72-hero{height:auto!important;min-height:0!important;overflow:hidden!important}
  .m72-copy{position:relative!important;inset:auto!important;width:auto!important;min-height:490px!important;padding:40px 18px 28px!important}
  .m72-hero-actions,.m72-trust-row{position:relative!important;inset:auto!important;transform:none!important}
  .m72-trust-row{margin-top:16px!important}
  body.v64-home-active > footer.m82-site-footer{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:12px!important;
    padding:18px 16px calc(22px + env(safe-area-inset-bottom))!important;
    text-align:left!important;
  }
  body.v64-home-active > footer.m82-site-footer nav{display:flex!important;gap:10px 14px!important}
}

/* v67.46 — LOCKED MOBILE LANDING PAGE ONLY.
   Authority: Nicci's approved mobile landing screenshot supplied 16 Sep 2026.
   Do not alter desktop or any signed-in Customer / Worker / Admin screen. */
@media (max-width:760px){
  body.v64-home-active{
    overflow-x:hidden!important;
    overflow-y:auto!important;
    min-height:100dvh!important;
    background:var(--m72-cream)!important;
  }
  body.v64-home-active #view-home.active,
  body.v64-home-active #view-home .m72-shell{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
  }

  /* Locked mobile header */
  body.v64-home-active #view-home .m72-sitebar{
    height:92px!important;
    min-height:92px!important;
    padding:0 18px!important;
    background:#06263e!important;
    display:flex!important;
    align-items:center!important;
  }
  body.v64-home-active #view-home .m72-brand img{
    width:184px!important;
    height:70px!important;
    max-width:calc(100vw - 88px)!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  body.v64-home-active #view-home .m72-mobile-menu{
    display:flex!important;
    margin-left:auto!important;
    width:45px!important;
    height:45px!important;
    padding:5px!important;
    position:relative!important;
    z-index:60!important;
  }
  body.v64-home-active #view-home .m72-mobile-menu span{
    width:28px!important;
    height:2px!important;
  }
  body.v64-home-active #view-home .m72-mobile-menu-panel{
    top:92px!important;
    left:0!important;
    right:0!important;
    z-index:1000!important;
    max-height:calc(100dvh - 92px - env(safe-area-inset-bottom))!important;
    overflow:auto!important;
    overscroll-behavior:contain!important;
  }

  /* Locked mobile hero: text, CTAs and trust row flow naturally with no overlaps. */
  body.v64-home-active #view-home .m72-hero{
    position:relative!important;
    height:auto!important;
    min-height:0!important;
    overflow:hidden!important;
    background:#031b2f!important;
  }
  body.v64-home-active #view-home .m72-photo{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    background-color:#031b2f!important;
    background-image:url('assets/m72-clean-scene-mobile.jpg')!important;
    background-size:auto 100%!important;
    background-position:right center!important;
    background-repeat:no-repeat!important;
    pointer-events:none!important;
  }
  body.v64-home-active #view-home .m72-hero:after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    background:linear-gradient(90deg,rgba(3,26,45,.99) 0%,rgba(3,26,45,.97) 45%,rgba(3,26,45,.76) 61%,rgba(3,26,45,.20) 84%,rgba(3,26,45,.06) 100%)!important;
    pointer-events:none!important;
  }
  body.v64-home-active #view-home .m72-copy{
    position:relative!important;
    z-index:3!important;
    inset:auto!important;
    width:100%!important;
    min-height:0!important;
    padding:38px 18px 24px!important;
  }
  body.v64-home-active #view-home .m72-eyebrow{
    margin:0 0 10px!important;
    font-size:11px!important;
    line-height:1.2!important;
    letter-spacing:3px!important;
  }
  body.v64-home-active #view-home .m72-copy h1{
    width:76%!important;
    margin:0!important;
    font-size:35px!important;
    line-height:.94!important;
    letter-spacing:-1.5px!important;
  }
  body.v64-home-active #view-home .m72-script-img{
    display:block!important;
    width:232px!important;
    max-width:76%!important;
    height:auto!important;
    margin:7px 0 0!important;
  }
  body.v64-home-active #view-home .m72-lead{
    width:76%!important;
    max-width:none!important;
    margin:15px 0 14px!important;
    font-size:13.5px!important;
    line-height:1.42!important;
  }
  body.v64-home-active #view-home .m72-hero-actions{
    position:relative!important;
    inset:auto!important;
    z-index:4!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    width:100%!important;
    margin:0!important;
    transform:none!important;
  }
  body.v64-home-active #view-home .m72-primary,
  body.v64-home-active #view-home .m72-secondary{
    width:100%!important;
    min-width:0!important;
    height:45px!important;
    border-radius:25px!important;
    padding:0 19px!important;
    font-size:15px!important;
    position:relative!important;
    z-index:5!important;
    pointer-events:auto!important;
  }
  body.v64-home-active #view-home .m72-secondary{
    background:rgba(3,28,48,.58)!important;
  }
  body.v64-home-active #view-home .m72-trust-row{
    position:relative!important;
    inset:auto!important;
    z-index:4!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    width:100%!important;
    margin:15px 0 0!important;
    padding:0!important;
    transform:none!important;
    clear:both!important;
  }
  body.v64-home-active #view-home .m72-trust-row>div{
    min-width:0!important;
    min-height:60px!important;
    padding:0 8px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    border-right:1px solid rgba(255,255,255,.42)!important;
    text-align:center!important;
    white-space:normal!important;
    font-size:11px!important;
    line-height:1.15!important;
  }
  body.v64-home-active #view-home .m72-trust-row>div:last-child{border-right:0!important}
  body.v64-home-active #view-home .m72-trust-row svg{width:27px!important;height:27px!important;flex:0 0 auto!important}
  body.v64-home-active #view-home .m72-auth-card{display:none!important}

  /* Locked three-column category grid from the approved phone design. */
  body.v64-home-active #view-home .m72-categories{
    padding:14px 12px 18px!important;
    background:var(--m72-cream)!important;
  }
  body.v64-home-active #view-home .m72-categories-head{
    margin-bottom:10px!important;
    gap:8px!important;
  }
  body.v64-home-active #view-home .m72-categories-head h2{
    font-size:18px!important;
    line-height:1.1!important;
    letter-spacing:-.35px!important;
    white-space:nowrap!important;
  }
  body.v64-home-active #view-home .m72-categories-head button{
    font-size:10.5px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    padding:5px 0!important;
  }
  body.v64-home-active #view-home .m72-category-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.v64-home-active #view-home .m72-category{
    width:100%!important;
    min-width:0!important;
    border-radius:7px!important;
    overflow:hidden!important;
  }
  body.v64-home-active #view-home .m72-category img{
    display:block!important;
    width:100%!important;
    height:92px!important;
    object-fit:cover!important;
  }
  body.v64-home-active #view-home .m72-category span{
    min-height:27px!important;
    padding:6px 7px!important;
    font-size:10.5px!important;
    line-height:1.25!important;
  }
  body.v64-home-active #view-home .m72-more{
    display:flex!important;
    min-height:119px!important;
    align-items:center!important;
    justify-content:center!important;
    background:#fffaf4!important;
    color:var(--m72-ink)!important;
    text-align:center!important;
  }
  body.v64-home-active #view-home .m72-more b{font-size:26px!important;letter-spacing:4px!important;line-height:1!important}
  body.v64-home-active #view-home .m72-more span{min-height:0!important;padding:7px 0 0!important;font-size:11px!important;white-space:normal!important}

  /* Keep the approved lower trust/benefit strip and make it fit the phone width. */
  body.v64-home-active #view-home .m72-benefits{
    display:grid!important;
    position:relative!important;
    grid-template-columns:1fr 1fr!important;
    min-height:0!important;
    gap:0!important;
    padding:18px 14px 38px!important;
    background:linear-gradient(90deg,#05273e,#06243a)!important;
  }
  body.v64-home-active #view-home .m72-benefits>div:not(.m72-benefit-tagline){
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    min-height:68px!important;
    padding:10px 12px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.18)!important;
  }
  body.v64-home-active #view-home .m72-benefits>div:nth-child(odd):not(.m72-benefit-tagline){border-right:1px solid rgba(255,255,255,.18)!important}
  body.v64-home-active #view-home .m72-benefits svg{width:30px!important;height:30px!important;flex:0 0 auto!important}
  body.v64-home-active #view-home .m72-benefits b{font-size:11px!important}
  body.v64-home-active #view-home .m72-benefits p span{font-size:9.5px!important;line-height:1.25!important}
  body.v64-home-active #view-home .m72-benefit-tagline{display:flex!important;bottom:11px!important}
  body.v64-home-active #view-home .m72-benefit-tagline small{font-size:7px!important;letter-spacing:3px!important}
  body.v64-home-active #view-home .m72-benefit-tagline span{width:45px!important}

  /* Public legal/footer stays reachable; no app bottom navigation may cover it. */
  body.v64-home-active #view-home .v6673-mobile-bottom,
  body.v64-home-active #view-home .v6691-profile-mobile-nav,
  body.v64-home-active .v6673-mobile-bottom,
  body.v64-home-active .v6691-profile-mobile-nav{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.v64-home-active>footer.m82-site-footer{
    display:flex!important;
    position:relative!important;
    z-index:5!important;
    width:100%!important;
    box-sizing:border-box!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:12px!important;
    padding:18px 16px calc(22px + env(safe-area-inset-bottom))!important;
    text-align:left!important;
  }
  body.v64-home-active>footer.m82-site-footer nav{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:10px 14px!important;
    width:100%!important;
  }
  body.v64-home-active .m82-cookie-notice{
    bottom:calc(14px + env(safe-area-inset-bottom))!important;
    z-index:200000!important;
    max-height:min(48dvh,330px)!important;
    overflow:auto!important;
  }
  body.v64-home-active #view-home button,
  body.v64-home-active #view-home a{touch-action:manipulation}
}

@media (max-width:390px){
  body.v64-home-active #view-home .m72-copy{padding-left:17px!important;padding-right:17px!important}
  body.v64-home-active #view-home .m72-copy h1{font-size:34px!important}
  body.v64-home-active #view-home .m72-script-img{width:222px!important}
  body.v64-home-active #view-home .m72-lead{font-size:13px!important}
  body.v64-home-active #view-home .m72-category img{height:88px!important}
}


/* v67.47 — locked mobile homepage alignment only.
   Authority: approved mobile screenshot supplied by Nicci on 16 Sep 2026.
   Desktop and all signed-in Customer / Worker / Admin designs are untouched. */
.m6747-home-bottom{display:none}
@media (max-width:760px){
  body.v64-home-active #view-home .m72-sitebar{
    height:72px!important;
    min-height:72px!important;
    padding:0 18px!important;
  }
  body.v64-home-active #view-home .m72-brand img{
    width:166px!important;
    height:64px!important;
    max-width:calc(100vw - 82px)!important;
  }
  body.v64-home-active #view-home .m72-mobile-menu{
    width:42px!important;
    height:42px!important;
  }
  body.v64-home-active #view-home .m72-mobile-menu span{
    width:27px!important;
    height:2px!important;
  }
  body.v64-home-active #view-home .m72-mobile-menu-panel{
    top:72px!important;
    max-height:calc(100dvh - 72px - env(safe-area-inset-bottom))!important;
  }

  body.v64-home-active #view-home .m72-copy{
    min-height:0!important;
    padding:24px 18px 17px!important;
  }
  body.v64-home-active #view-home .m72-eyebrow{
    margin-bottom:8px!important;
  }
  body.v64-home-active #view-home .m72-copy h1{
    width:80%!important;
    font-size:35px!important;
  }
  body.v64-home-active #view-home .m72-script-img{
    width:225px!important;
    max-width:78%!important;
    margin-top:5px!important;
  }
  body.v64-home-active #view-home .m72-lead{
    width:84%!important;
    margin:11px 0 11px!important;
    font-size:13px!important;
    line-height:1.36!important;
  }
  body.v64-home-active #view-home .m72-hero-actions{
    gap:7px!important;
  }
  body.v64-home-active #view-home .m72-primary,
  body.v64-home-active #view-home .m72-secondary{
    height:43px!important;
    border-radius:24px!important;
  }
  body.v64-home-active #view-home .m72-trust-row{
    margin-top:11px!important;
  }
  body.v64-home-active #view-home .m72-trust-row>div{
    min-height:52px!important;
    padding:0 7px!important;
    gap:3px!important;
  }
  body.v64-home-active #view-home .m72-trust-row svg{
    width:25px!important;
    height:25px!important;
  }

  /* The approved phone screen shows the six key categories above the fixed app nav. */
  body.v64-home-active #view-home .m72-categories{
    padding:12px 12px 14px!important;
  }
  body.v64-home-active #view-home .m72-categories-head{
    margin-bottom:8px!important;
  }
  body.v64-home-active #view-home .m72-categories-head h2{
    font-size:18px!important;
  }
  body.v64-home-active #view-home .m72-category-grid{
    gap:7px!important;
  }
  body.v64-home-active #view-home .m72-category img{
    height:72px!important;
  }
  body.v64-home-active #view-home .m72-category span{
    min-height:24px!important;
    padding:5px 6px!important;
    font-size:10px!important;
  }
  body.v64-home-active #view-home .m72-category:nth-child(n+7){
    display:none!important;
  }

  /* Locked mobile first-page bottom navigation. Homepage only. */
  body.v64-home-active .m6747-home-bottom{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:var(--m6748-browser-bottom,0px)!important;
    z-index:190000!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    height:84px!important;
    padding:5px 8px calc(5px + env(safe-area-inset-bottom))!important;
    box-sizing:content-box!important;
    background:#fff!important;
    border-top:1px solid #fffaf4!important;
    box-shadow:0 -4px 16px rgba(5,35,58,.08)!important;
  }
  body.v64-home-active .m6747-home-bottom button{
    position:relative!important;
    border:0!important;
    background:transparent!important;
    color:#08253f!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    min-width:0!important;
    padding:2px!important;
    font:inherit!important;
    touch-action:manipulation!important;
  }
  body.v64-home-active .m6747-home-bottom button svg{
    width:25px!important;
    height:25px!important;
    fill:currentColor!important;
  }
  body.v64-home-active .m6747-home-bottom button small{
    font-size:10px!important;
    line-height:1!important;
    font-weight:600!important;
    color:inherit!important;
  }
  body.v64-home-active .m6747-home-bottom button.active{
    color:#d1ad8b!important;
  }
  body.v64-home-active .m6747-home-bottom button.active:after{
    content:""!important;
    position:absolute!important;
    bottom:2px!important;
    width:38px!important;
    height:2px!important;
    border-radius:2px!important;
    background:#c29a72!important;
  }
  body.v64-home-active .m6747-home-bottom .post span{
    width:50px!important;
    height:50px!important;
    margin-top:-26px!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    background:#fffaf4!important;
    color:#08253f!important;
    border:4px solid #fff!important;
    font-size:38px!important;
    font-weight:300!important;
    line-height:1!important;
    box-shadow:0 1px 3px rgba(5,35,58,.08)!important;
  }
  body.v64-home-active .m6747-home-bottom .post small{
    margin-top:-3px!important;
  }

  /* Keep every part of the page scrollable above the fixed navigation. */
  body.v64-home-active #view-home .m72-shell{
    padding-bottom:calc(96px + env(safe-area-inset-bottom) + var(--m6748-browser-bottom,0px))!important;
  }
  body.v64-home-active>footer.m82-site-footer{
    padding-bottom:calc(112px + env(safe-area-inset-bottom) + var(--m6748-browser-bottom,0px))!important;
  }
  body.v64-home-active .m82-cookie-notice{
    bottom:calc(102px + env(safe-area-inset-bottom) + var(--m6748-browser-bottom,0px))!important;
  }
}
@media (max-width:390px){
  body.v64-home-active #view-home .m72-copy{padding:22px 17px 16px!important}
  body.v64-home-active #view-home .m72-copy h1{font-size:34px!important}
  body.v64-home-active #view-home .m72-script-img{width:218px!important}
  body.v64-home-active #view-home .m72-lead{font-size:12.7px!important}
  body.v64-home-active #view-home .m72-category img{height:68px!important}
}

/* v67.47 final-fit pass — mobile homepage only, matched to the locked phone capture. */
@media (max-width:760px){
  body.v64-home-active #view-home .m72-sitebar{height:64px!important;min-height:64px!important}
  body.v64-home-active #view-home .m72-brand img{width:150px!important;height:58px!important}
  body.v64-home-active #view-home .m72-mobile-menu{width:40px!important;height:40px!important}
  body.v64-home-active #view-home .m72-mobile-menu span{width:25px!important}
  body.v64-home-active #view-home .m72-mobile-menu-panel{top:64px!important;max-height:calc(100dvh - 64px - env(safe-area-inset-bottom))!important}

  body.v64-home-active #view-home .m72-copy{padding:18px 18px 8px!important}
  body.v64-home-active #view-home .m72-eyebrow{margin-bottom:6px!important}
  body.v64-home-active #view-home .m72-copy h1{font-size:34px!important;line-height:.93!important;width:72%!important}
  body.v64-home-active #view-home .m72-script-img{width:212px!important;max-width:68%!important;margin-top:4px!important}
  body.v64-home-active #view-home .m72-lead{width:68%!important;margin:8px 0 8px!important;font-size:12.8px!important;line-height:1.34!important}
  body.v64-home-active #view-home .m72-hero-actions{width:60%!important;gap:6px!important}
  body.v64-home-active #view-home .m72-primary,
  body.v64-home-active #view-home .m72-secondary{height:40px!important;border-radius:22px!important;font-size:13px!important;padding:0 14px!important;gap:9px!important}
  body.v64-home-active #view-home .m72-circle-plus{width:25px!important;height:25px!important;font-size:19px!important}
  body.v64-home-active #view-home .m72-search-icon{width:21px!important;height:21px!important}
  body.v64-home-active #view-home .m72-arrow{font-size:18px!important}
  body.v64-home-active #view-home .m72-trust-row{margin-top:8px!important}
  body.v64-home-active #view-home .m72-trust-row>div{min-height:46px!important;font-size:10.5px!important}
  body.v64-home-active #view-home .m72-trust-row svg{width:23px!important;height:23px!important}

  body.v64-home-active #view-home .m72-categories{padding:8px 12px 8px!important}
  body.v64-home-active #view-home .m72-categories-head{margin-bottom:6px!important;min-height:30px!important}
  body.v64-home-active #view-home .m72-categories-head h2{font-size:17px!important}
  body.v64-home-active #view-home .m72-categories-head button{font-size:10px!important}
  body.v64-home-active #view-home .m72-category-grid{gap:6px!important}
  body.v64-home-active #view-home .m72-category img{height:60px!important}
  body.v64-home-active #view-home .m72-category span{min-height:22px!important;padding:4px 6px!important;font-size:9.8px!important}
}
@media (max-width:390px){
  body.v64-home-active #view-home .m72-sitebar{height:62px!important;min-height:62px!important}
  body.v64-home-active #view-home .m72-brand img{width:145px!important;height:56px!important}
  body.v64-home-active #view-home .m72-mobile-menu-panel{top:62px!important;max-height:calc(100dvh - 62px - env(safe-area-inset-bottom))!important}
  body.v64-home-active #view-home .m72-copy{padding:17px 17px 7px!important}
  body.v64-home-active #view-home .m72-copy h1{font-size:33px!important}
  body.v64-home-active #view-home .m72-script-img{width:205px!important}
  body.v64-home-active #view-home .m72-lead{width:70%!important;font-size:12.4px!important}
  body.v64-home-active #view-home .m72-hero-actions{width:62%!important}
  body.v64-home-active #view-home .m72-category img{height:57px!important}
}

/* v67.47 locked screenshot micro-alignment: mobile homepage heading only. */
@media (max-width:760px){
  body.v64-home-active #view-home .m72-categories-head h2{
    font-family:Georgia,'Times New Roman',serif!important;
    font-weight:700!important;
    letter-spacing:-.35px!important;
  }
}


/* v67.49 — MOBILE FUNCTIONALITY ONLY.
   Keeps the locked homepage design unchanged. How It Works / About / Help open
   from the mobile menu; the existing bottom tab bar is rooted to the viewport. */
@media (max-width:760px){
  body.v64-home-active > .m6747-home-bottom{
    display:grid!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    height:calc(84px + env(safe-area-inset-bottom))!important;
    min-height:84px!important;
    margin:0!important;
    padding:5px 8px max(5px,env(safe-area-inset-bottom))!important;
    box-sizing:border-box!important;
    z-index:2147483000!important;
    transform:translateZ(0)!important;
    -webkit-transform:translateZ(0)!important;
  }
  body:not(.v64-home-active) > .m6747-home-bottom{display:none!important;}
  body.v64-home-active #view-home .m72-shell{padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;}
  body.v64-home-active>footer.m82-site-footer{padding-bottom:calc(112px + env(safe-area-inset-bottom))!important;}
  body.v64-home-active .m82-cookie-notice{bottom:calc(96px + env(safe-area-inset-bottom))!important;}

  body.m6749-info-open{overflow:hidden!important;}
  .m6749-info-overlay{
    position:fixed!important;
    inset:0 0 calc(84px + env(safe-area-inset-bottom)) 0!important;
    z-index:2147482000!important;
    background:#fffaf4!important;
    color:#062038!important;
    overflow:hidden!important;
  }
  .m6749-info-shell{height:100%!important;display:flex!important;flex-direction:column!important;background:#fffaf4!important;}
  .m6749-info-head{
    flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;
    padding:16px 18px!important;background:#05233a!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.12)!important;
  }
  .m6749-info-head span{display:block!important;color:#d1ad8b!important;font-size:9px!important;font-weight:800!important;letter-spacing:2.4px!important;margin-bottom:3px!important;}
  .m6749-info-head h2{margin:0!important;color:#fff!important;font-size:22px!important;line-height:1.1!important;letter-spacing:-.3px!important;}
  .m6749-info-head p{margin:5px 0 0!important;color:#dfe8ec!important;font-size:11px!important;line-height:1.35!important;}
  .m6749-info-close{flex:0 0 auto!important;width:42px!important;height:42px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:50%!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:28px!important;line-height:1!important;}
  .m6749-info-scroll{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding:20px 16px 30px!important;}
  .m6750-how-switch{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin:0 0 16px!important;padding:4px!important;border:1px solid #e5e7eb!important;border-radius:13px!important;background:#fffaf4!important;}
  .m6750-how-switch button{min-height:40px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#52616c!important;font-size:12px!important;font-weight:800!important;}
  .m6750-how-switch button.active{background:#062038!important;color:#fff!important;box-shadow:0 1px 3px rgba(6,32,56,.16)!important;}
  .m6749-info-intro{margin:0 0 16px!important;color:#52616c!important;font-size:13px!important;line-height:1.5!important;}
  .m6749-info-cards{display:grid!important;gap:10px!important;}
  .m6749-info-card{position:relative!important;padding:15px!important;border:1px solid #e5e7eb!important;border-radius:14px!important;background:#fff!important;}
  .m6749-info-card b{display:block!important;margin-bottom:5px!important;color:#062038!important;font-size:15px!important;}
  .m6749-info-card p{margin:0!important;color:#59636c!important;font-size:12px!important;line-height:1.45!important;}
  .m6749-info-card .m6749-num{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;margin-bottom:9px!important;border-radius:50%!important;background:#d1ad8b!important;color:#062038!important;font-size:12px!important;font-weight:900!important;}
  .m6749-help-search{margin-bottom:12px!important;}
  .m6749-help-search input{width:100%!important;height:44px!important;border:1px solid #e5e7eb!important;border-radius:12px!important;padding:0 13px!important;background:#fff!important;color:#062038!important;font:inherit!important;}
  .m6749-help-list details{margin:0 0 9px!important;border:1px solid #e5e7eb!important;border-radius:13px!important;background:#fff!important;overflow:hidden!important;}
  .m6749-help-list summary{padding:15px!important;color:#062038!important;font-size:13px!important;font-weight:800!important;cursor:pointer!important;}
  .m6749-help-list details p{margin:0!important;padding:0 15px 15px!important;color:#59636c!important;font-size:12px!important;line-height:1.5!important;}
}

/* v67.51 — MOBILE HOMEPAGE GAP ONLY.
   Remove duplicated shell clearance above the legal footer.
   Do not alter the locked mobile design, footer clearance, bottom bar, menus or app screens. */
@media (max-width:760px){
  body.v64-home-active #view-home .m72-shell{
    padding-bottom:0!important;
  }
}


/* v67.52 — DESKTOP HEADER FUNCTIONALITY ONLY.
   The v67.51 mobile homepage is FINAL/LOCKED and is deliberately not changed here.
   These rules style only the already-existing public information overlay on laptop/desktop
   when How It Works, About or Help is opened from the top header. */
@media (min-width:761px){
  body.m6749-info-open{overflow:hidden!important;}
  .m6749-info-overlay{
    position:fixed!important;inset:0!important;z-index:2147482000!important;
    display:grid!important;place-items:center!important;padding:36px!important;
    background:rgba(3,24,40,.72)!important;color:#062038!important;overflow:hidden!important;
  }
  .m6749-info-shell{
    width:min(860px,calc(100vw - 72px))!important;max-height:min(760px,calc(100vh - 72px))!important;
    display:flex!important;flex-direction:column!important;background:#fffaf4!important;
    border-radius:22px!important;overflow:hidden!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important;
  }
  .m6749-info-head{
    flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;
    padding:24px 28px!important;background:#05233a!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.12)!important;
  }
  .m6749-info-head span{display:block!important;color:#d1ad8b!important;font-size:11px!important;font-weight:800!important;letter-spacing:2.6px!important;margin-bottom:5px!important;}
  .m6749-info-head h2{margin:0!important;color:#fff!important;font-size:30px!important;line-height:1.08!important;letter-spacing:-.4px!important;}
  .m6749-info-head p{margin:7px 0 0!important;color:#dfe8ec!important;font-size:14px!important;line-height:1.45!important;}
  .m6749-info-close{flex:0 0 auto!important;width:44px!important;height:44px!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:50%!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:28px!important;line-height:1!important;cursor:pointer!important;}
  .m6749-info-scroll{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:28px!important;}
  .m6750-how-switch{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;width:320px!important;margin:0 0 22px!important;padding:4px!important;border:1px solid #e5e7eb!important;border-radius:13px!important;background:#fffaf4!important;}
  .m6750-how-switch button{min-height:40px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#52616c!important;font-size:13px!important;font-weight:800!important;cursor:pointer!important;}
  .m6750-how-switch button.active{background:#062038!important;color:#fff!important;box-shadow:0 1px 3px rgba(6,32,56,.16)!important;}
  .m6749-info-intro{margin:0 0 22px!important;color:#52616c!important;font-size:15px!important;line-height:1.55!important;}
  .m6749-info-cards{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;}
  .m6749-info-card{position:relative!important;padding:20px!important;border:1px solid #e5e7eb!important;border-radius:14px!important;background:#fff!important;}
  .m6749-info-card b{display:block!important;margin-bottom:7px!important;color:#062038!important;font-size:17px!important;}
  .m6749-info-card p{margin:0!important;color:#59636c!important;font-size:14px!important;line-height:1.5!important;}
  .m6749-info-card .m6749-num{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;margin-bottom:10px!important;border-radius:50%!important;background:#d1ad8b!important;color:#062038!important;font-size:13px!important;font-weight:900!important;}
  .m6749-help-search{margin-bottom:14px!important;}
  .m6749-help-search input{width:100%!important;height:46px!important;border:1px solid #e5e7eb!important;border-radius:12px!important;padding:0 14px!important;background:#fff!important;color:#062038!important;font:inherit!important;}
  .m6749-help-list details{margin:0 0 10px!important;border:1px solid #e5e7eb!important;border-radius:13px!important;background:#fff!important;overflow:hidden!important;}
  .m6749-help-list summary{padding:16px!important;color:#062038!important;font-size:14px!important;font-weight:800!important;cursor:pointer!important;}
  .m6749-help-list details p{margin:0!important;padding:0 16px 16px!important;color:#59636c!important;font-size:13px!important;line-height:1.55!important;}
}

/* v67.95 — MOBILE LOGIN ONLY: remove the public homepage bottom bar while login is open.
   This prevents the bar from covering the login submit button. No desktop/app-page changes. */
@media (max-width:760px){
  body.m731-login-open > .m6747-home-bottom,
  body.m731-login-open .m6747-home-bottom{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}