/* Shared Famyro top bar: landing page visual system. */
.topbar-shell{position:sticky;top:0;z-index:80;padding:10px 0;background:transparent;pointer-events:none}
.topbar-shell>header{width:min(1180px,calc(100% - 48px));height:66px;margin:auto;padding:0 10px 0 18px;display:flex;align-items:center;justify-content:space-between;background:#fff;border:1.5px solid #082c2020;border-radius:22px;box-shadow:0 9px 28px #082c201c;pointer-events:auto}
.topbar-shell .logo img{display:block;width:146px}
.topbar-shell .desktop-nav,.topbar-shell .topbar-actions{display:flex;align-items:center}
.topbar-shell .desktop-nav{gap:3px;font:600 14px 'Famyro Poppins SemiBold',Arial,sans-serif}
.topbar-shell .desktop-nav a{display:flex;align-items:center;gap:7px;padding:9px 9px;border-radius:12px;transition:.2s}
.topbar-shell .desktop-nav a:hover{background:#eafff4;color:#007d4c}
.topbar-shell .guide-menu{position:relative}
.topbar-shell .guide-menu-trigger{display:flex;align-items:center;gap:7px;padding:9px 9px;border:0;border-radius:12px;background:transparent;color:inherit;cursor:pointer;font:inherit}
.topbar-shell .guide-menu-trigger:hover,.topbar-shell .guide-menu-trigger[aria-expanded="true"]{background:#eafff4;color:#007d4c}
.topbar-shell .guide-menu-trigger .guide-chevron,.topbar-shell .guide-mobile-menu .guide-chevron{width:15px;height:15px;transition:transform .2s ease}
.topbar-shell .guide-menu-trigger[aria-expanded="true"] .guide-chevron,.topbar-shell .guide-mobile-menu[open] .guide-chevron{transform:rotate(180deg)}
.topbar-shell .guide-menu-panel{position:absolute;top:calc(100% + 12px);left:0;width:560px;padding:22px;background:#fff;border:1.5px solid var(--ink);border-radius:20px;box-shadow:7px 7px var(--ink);color:var(--ink);opacity:0;transform:translateY(-5px);transition:opacity .2s ease,transform .2s ease}
.topbar-shell .guide-menu-panel:not([hidden]){opacity:1;transform:translateY(0)}
.topbar-shell .magazine-menu .guide-menu-panel{left:auto;right:0;width:560px}
.topbar-shell .desktop-nav .guide-category-link{gap:9px;padding:9px;font:800 14px/1.2 Arial,Helvetica,sans-serif}
.topbar-shell .desktop-nav .guide-menu-all{padding:6px 9px;font:900 14px Arial,Helvetica,sans-serif}
.topbar-shell .guide-menu-eyebrow{margin:0 0 5px;color:#007d4c;font:800 11px Arial,Helvetica,sans-serif;letter-spacing:.12em}
.topbar-shell .guide-menu-title{margin:0 0 17px;font:900 21px/1.14 Arial,Helvetica,sans-serif}
.topbar-shell .guide-menu-columns{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px}
.topbar-shell .guide-menu-links{display:grid;gap:5px}
.topbar-shell .guide-category-link,.topbar-shell .guide-coming-row{display:flex;align-items:center;gap:9px;min-width:0;padding:9px;border-radius:10px;font:800 14px/1.2 Arial,Helvetica,sans-serif}
.topbar-shell .guide-category-link{color:var(--ink)}
.topbar-shell .guide-category-link:hover{background:#eafff4;color:#007d4c}
.topbar-shell .guide-category-link svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.topbar-shell .guide-coming-list{display:grid;gap:5px;padding-left:20px;border-left:1px solid #082c2020}
.topbar-shell .guide-coming-row{justify-content:space-between;color:#587168;cursor:default}
.topbar-shell .guide-coming-row span{flex:0 0 auto;padding:3px 6px;border:1px solid #082c2033;border-radius:99px;font:800 10px Arial,Helvetica,sans-serif;letter-spacing:.04em}
.topbar-shell .guide-menu-all{display:inline-flex;margin-top:17px;padding:6px 9px;border-radius:8px;color:#007d4c;font:900 14px Arial,Helvetica,sans-serif}
.topbar-shell .guide-menu-all:hover{background:#eafff4}
.topbar-shell .nav-icon{width:1.25em;height:1.25em;display:inline-grid;place-items:center;color:#00a963;font-size:1.15em;font-weight:950}
.topbar-shell .desktop-nav svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.topbar-shell .topbar-actions{gap:14px}
.topbar-shell .header-login{padding:9px 2px;border-bottom:1px solid transparent;color:var(--ink);font:900 13px Arial,Helvetica,sans-serif}
.topbar-shell .header-login:hover{color:#007d4c;border-bottom-color:#007d4c}
.topbar-shell .header-cta{padding:11px 16px;border-radius:13px;box-shadow:3px 3px #031b12}
.topbar-shell .mobile-menu{display:none;position:relative}
.topbar-shell .mobile-menu summary{width:46px;height:46px;display:grid;place-items:center;list-style:none;cursor:pointer;border:2px solid var(--ink);border-radius:13px;background:var(--green);box-shadow:3px 3px var(--ink);font:800 25px/1 Arial}
.topbar-shell .mobile-menu summary::-webkit-details-marker{display:none}
.topbar-shell .mobile-menu>div,.topbar-shell .mobile-menu>nav{position:absolute;right:0;top:59px;width:min(350px,calc(100vw - 32px));display:grid;gap:7px;padding:15px;background:#fff;border:2px solid var(--ink);border-radius:22px;box-shadow:8px 8px var(--ink)}
.topbar-shell .mobile-menu>div>a:not(.register-button),.topbar-shell .mobile-menu>nav>a:not(.register-button){display:flex;align-items:center;gap:17px;min-height:68px;padding:16px 17px;border-radius:13px;font:950 22px Arial,Helvetica,sans-serif}
.topbar-shell .mobile-menu>div>a:not(.register-button):hover,.topbar-shell .mobile-menu>nav>a:not(.register-button):hover{background:#eafff4}
.topbar-shell .mobile-menu>div>a svg,.topbar-shell .mobile-menu>nav>a svg{width:30px;height:30px;flex:0 0 30px;color:#00a963;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.topbar-shell .mobile-menu .register-button{min-height:62px;margin-top:8px;font-size:19px}
.topbar-shell .guide-mobile-menu{border-radius:13px}
.topbar-shell .guide-mobile-menu>summary{display:flex;align-items:center;width:100%;height:auto;gap:17px;min-height:68px;padding:16px 17px;border:0;border-radius:13px;background:transparent;box-shadow:none;cursor:pointer;list-style:none;font:950 22px/1.2 Arial,Helvetica,sans-serif}
.topbar-shell .guide-mobile-menu>summary::-webkit-details-marker{display:none}
.topbar-shell .guide-mobile-menu>summary:hover{background:#eafff4}
.topbar-shell .guide-mobile-menu .guide-chevron{margin-left:auto;flex:0 0 18px}
.topbar-shell .guide-mobile-panel{display:grid;gap:5px;padding:4px 8px 10px}
.topbar-shell .guide-mobile-panel .guide-category-link,.topbar-shell .guide-mobile-panel .guide-coming-row{padding:11px 9px;font-size:16px}
.topbar-shell .guide-mobile-panel .guide-coming-list{gap:4px;margin-top:5px;padding:7px 0 7px 9px;border-left:2px solid #082c2020}
.topbar-shell .guide-mobile-panel .guide-menu-all{margin:4px 0 0;padding:10px 9px;font-size:16px}
@media(max-width:1100px){.topbar-shell .desktop-nav,.topbar-shell .topbar-actions{display:none}.topbar-shell .mobile-menu{display:block}.topbar-shell .guide-menu-panel{display:none}}
@media(max-width:700px){.topbar-shell{padding:8px 0}.topbar-shell>header{width:calc(100% - 32px);height:58px;padding:0 8px 0 14px;border-radius:18px}.topbar-shell .logo img{width:125px}}
@media(max-width:390px){.topbar-shell .mobile-menu>div,.topbar-shell .mobile-menu>nav{width:calc(100vw - 32px);max-width:calc(100vw - 32px);overflow-x:hidden}.topbar-shell .guide-mobile-menu>summary{gap:12px;padding-left:12px;padding-right:12px}.topbar-shell .guide-mobile-panel{padding-left:4px;padding-right:4px}.topbar-shell .guide-mobile-panel .guide-coming-row{gap:5px;font-size:15px}}
@media(prefers-reduced-motion:reduce){.topbar-shell .guide-menu-trigger .guide-chevron,.topbar-shell .guide-mobile-menu .guide-chevron,.topbar-shell .guide-menu-panel{transition:none}}

/* v7.104 — Landing mobile hamburger: compact hierarchy + Guide/Magazine submenus */
@media(max-width:1100px){
  .landing-page .topbar-shell .mobile-menu>div{
    gap:2px;
    padding:11px;
    max-height:calc(100vh - 92px);
    max-height:calc(100dvh - 92px);
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  .landing-page .topbar-shell .mobile-menu>div>a:not(.register-button),
  .landing-page .topbar-shell .guide-mobile-menu>summary{
    min-height:46px;
    gap:10px;
    padding:10px 12px;
    font:850 17px/1.2 Arial,Helvetica,sans-serif;
  }
  .landing-page .topbar-shell .mobile-menu>div>a:not(.register-button) .nav-icon,
  .landing-page .topbar-shell .guide-mobile-menu>summary .nav-icon{
    width:21px;
    height:21px;
    flex:0 0 21px;
    font-size:1em;
  }
  .landing-page .topbar-shell .mobile-menu>div>a:not(.register-button) svg,
  .landing-page .topbar-shell .guide-mobile-menu>summary .nav-icon svg{
    width:21px;
    height:21px;
  }
  .landing-page .topbar-shell .guide-mobile-menu>summary .guide-chevron{
    width:14px;
    height:14px;
    flex:0 0 14px;
    margin-left:auto;
  }
  .landing-page .topbar-shell .guide-mobile-menu[open]>summary{
    background:#eafff4;
    color:#007d4c;
  }
  .landing-page .topbar-shell .guide-mobile-panel{
    gap:2px;
    margin:0 5px 4px;
    padding:5px 4px 7px 30px;
    border-left:1px solid #00a96340;
  }
  .landing-page .topbar-shell .guide-mobile-panel .mobile-subitem,
  .landing-page .topbar-shell .guide-mobile-panel .mobile-suball{
    display:flex;
    align-items:center;
    gap:9px;
    min-height:36px;
    margin:0;
    padding:7px 8px;
    border-radius:9px;
    color:var(--ink);
    font:750 14px/1.25 Arial,Helvetica,sans-serif;
    text-decoration:none;
  }
  .landing-page .topbar-shell .guide-mobile-panel .mobile-subitem:hover,
  .landing-page .topbar-shell .guide-mobile-panel .mobile-subitem:focus-visible,
  .landing-page .topbar-shell .guide-mobile-panel .mobile-suball:hover,
  .landing-page .topbar-shell .guide-mobile-panel .mobile-suball:focus-visible{
    background:#eafff4;
    color:#007d4c;
  }
  .landing-page .topbar-shell .guide-mobile-panel .mobile-subicon{
    width:17px;
    height:17px;
    flex:0 0 17px;
    display:grid;
    place-items:center;
    color:#00a963;
  }
  .landing-page .topbar-shell .guide-mobile-panel .mobile-subicon svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .landing-page .topbar-shell .guide-mobile-panel .mobile-suball{
    justify-content:space-between;
    margin-top:3px;
    color:#007d4c;
    font-weight:850;
  }
  .landing-page .topbar-shell .mobile-menu .mobile-login{
    margin-top:3px;
    border-top:1px solid #082c2018;
  }
  .landing-page .topbar-shell .mobile-menu .register-button{
    min-height:49px;
    margin-top:6px;
    padding:11px 15px;
    font-size:16px;
  }
}
@media(max-width:390px){
  .landing-page .topbar-shell .mobile-menu>div>a:not(.register-button),
  .landing-page .topbar-shell .guide-mobile-menu>summary{
    min-height:43px;
    padding:9px 10px;
    font-size:16px;
  }
  .landing-page .topbar-shell .guide-mobile-panel{
    padding-left:24px;
  }
  .landing-page .topbar-shell .guide-mobile-panel .mobile-subitem,
  .landing-page .topbar-shell .guide-mobile-panel .mobile-suball{
    min-height:34px;
    font-size:13.5px;
  }
}

/* v7.105 — Landing desktop navigation + sticky-safe topbar */
@media(min-width:1101px){
  .landing-page .topbar-shell{position:sticky;top:0;z-index:80}
  .landing-page .topbar-shell>header{width:min(1220px,calc(100% - 40px))}
  .landing-page .topbar-shell .desktop-nav{min-width:0}
  .landing-page .topbar-shell .guide-menu-title{font-size:20px;line-height:1.16}
}


/* v7.106 — Landing desktop mega-menu polish */
@media(min-width:1101px){
  .landing-page .topbar-shell .guide-menu-panel{
    top:calc(100% + 17px);
  }
  .landing-page .topbar-shell .desktop-nav .guide-category-link,
  .landing-page .topbar-shell .desktop-nav .guide-menu-all{
    font-family:Arial,Helvetica,sans-serif;
    font-weight:500;
  }
  .landing-page .topbar-shell .desktop-nav .guide-category-link{
    transition:color .2s ease,background-color .2s ease,transform .2s ease;
  }
  .landing-page .topbar-shell .desktop-nav .guide-category-link:hover,
  .landing-page .topbar-shell .desktop-nav .guide-category-link:focus-visible{
    color:#007d4c;
    background:#eafff4;
    transform:translateX(4px);
  }
  .landing-page .topbar-shell .desktop-nav .guide-menu-all{
    transition:color .2s ease,background-color .2s ease,transform .2s ease;
  }
  .landing-page .topbar-shell .desktop-nav .guide-menu-all:hover,
  .landing-page .topbar-shell .desktop-nav .guide-menu-all:focus-visible{
    color:#007d4c;
    background:#eafff4;
    transform:translateX(4px);
  }
}


/* v7.107 — Landing desktop nav sizing + soft separator */
@media(min-width:1101px){
  .landing-page .topbar-shell .desktop-nav{
    gap:4px;
    font-size:15px;
  }
  .landing-page .topbar-shell .desktop-nav > a,
  .landing-page .topbar-shell .desktop-nav > .guide-menu > .guide-menu-trigger{
    gap:7.5px;
  }
  .landing-page .topbar-shell .desktop-nav > a .nav-icon svg,
  .landing-page .topbar-shell .desktop-nav > .guide-menu > .guide-menu-trigger .nav-icon svg{
    width:20.5px;
    height:20.5px;
  }
  .landing-page .topbar-shell .desktop-nav > a[href="#faq"]{
    position:relative;
    margin-right:22px;
  }
  .landing-page .topbar-shell .desktop-nav > a[href="#faq"]::after{
    content:"";
    position:absolute;
    top:50%;
    right:-14px;
    width:1px;
    height:24px;
    transform:translateY(-50%);
    background:linear-gradient(to bottom,transparent 0%,rgba(8,44,32,.16) 22%,rgba(0,125,76,.42) 50%,rgba(8,44,32,.16) 78%,transparent 100%);
    pointer-events:none;
  }
}


/* v7.125 — Landing desktop topbar: custom icon set supplied by Famyro */
@media(min-width:1101px){
  .landing-page .topbar-shell .desktop-nav > a .nav-icon,
  .landing-page .topbar-shell .desktop-nav > .guide-menu > .guide-menu-trigger .nav-icon{
    width:23px;
    height:23px;
    flex:0 0 23px;
  }
  .landing-page .topbar-shell .desktop-nav > a .nav-icon img,
  .landing-page .topbar-shell .desktop-nav > .guide-menu > .guide-menu-trigger .nav-icon img{
    display:block;
    width:23px;
    height:23px;
    object-fit:contain;
  }
}
