/* Pinegrow-friendly stylesheet for pc-hjelp-horten.html
   Tips:
   - Endre tekst ved å dobbeltklikke på teksten i Pinegrow.
   - Endre farger/font/spacing i CSS-panelet.
   - Seksjonene i HTML er merket med kommentarer for enklere navigering.
*/

:root{
      --bg:#ffffff;
      --ink:#071427;
      --muted:rgba(7,20,39,.70);
      --line:rgba(7,20,39,.10);

      --sea:#21b8ff;
      --sea2:#bfeaff;
      --orange:#ff7a1a;

      --shadow: 0 28px 90px rgba(2,6,23,.10);
      --shadow2: 0 14px 38px rgba(2,6,23,.08);
      --r:24px;
    }

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
      color:var(--ink);
      background: var(--bg);
      overflow-x:hidden;
      padding-top:104px;
    }
    a{color:inherit;text-decoration:none}

    .wrap{max-width:1200px;margin:0 auto;padding:0 22px}
    .sr{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

    /* ===== Header (new look) ===== */
    .topbar{
      position:fixed; top:0; left:0; right:0; z-index:1000;
      background: rgba(255,255,255,.88);
      backdrop-filter: blur(14px);
      border-bottom:1px solid var(--line);
    }
    .topbar::before{
      content:"";
      position:absolute; inset:0;
      background:
        radial-gradient(720px 110px at 14% 0%, rgba(33,184,255,.14), transparent 60%),
        radial-gradient(720px 110px at 84% 0%, rgba(255,122,26,.10), transparent 60%);
      pointer-events:none;
      opacity:.9;
    }
    .nav{
      display:flex; align-items:center; justify-content:space-between;
      gap:14px; padding:12px 0; position:relative;
    }
    .brand{
      display:flex; align-items:center; gap:12px;
      min-width: 210px;
    }
    .brand img{
      height:64px; width:auto; display:block;
      filter:
        drop-shadow(0 8px 16px rgba(2,6,23,.10))
        drop-shadow(0 0 10px rgba(255,122,26,.18));
      -webkit-mask-image: radial-gradient(circle at 55% 50%, #000 80%, transparent 100%);
      mask-image: radial-gradient(circle at 55% 50%, #000 80%, transparent 100%);
    }
    .menu{display:flex; align-items:center; gap:16px; color:rgba(7,20,39,.78); font-weight:800; font-size:14px}
    .menu a{padding:10px 10px; border-radius:12px; transition:background .2s ease}
    .menu a:hover{background: rgba(33,184,255,.08)}
    .right{display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end}
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:10px 12px; border-radius:999px;
      border:1px solid rgba(7,20,39,.10);
      background: rgba(255,255,255,.85);
      box-shadow: 0 10px 24px rgba(2,6,23,.06);
      color:rgba(7,20,39,.78);
      font-size:14px;
      white-space:nowrap;
    }
    .btn{
      display:inline-flex; align-items:center; justify-content:center; gap:10px;
      padding:11px 14px; border-radius:14px;
      border:1px solid rgba(7,20,39,.10);
      background: rgba(255,255,255,.90);
      font-weight:950;
      box-shadow: 0 14px 30px rgba(2,6,23,.08);
      transition: transform .16s ease, box-shadow .16s ease;
      cursor:pointer;
    }
    .btn:hover{transform:translateY(-1px); box-shadow: 0 18px 38px rgba(2,6,23,.10)}
    .btn.primary{
      border-color: rgba(255,122,26,.28);
      background: linear-gradient(135deg, rgba(255,122,26,.96), rgba(33,184,255,.56));
      color:#06111f;
    }

    .hamb{display:none}
    .topbar.scrolled{
      background: rgba(255,255,255,.96);
      box-shadow: 0 16px 34px rgba(2,6,23,.09);
    }
    .mobileMenu{display:none}
    .hamb{position:relative; z-index:1002}
    @media (max-width: 980px){
      .mobileMenu{
        display:none;
        position:fixed; left:14px; right:14px; top:78px; z-index:999;
        border:1px solid rgba(7,20,39,.10);
        background:rgba(255,255,255,.98);
        backdrop-filter: blur(14px);
        border-radius:22px;
        box-shadow:0 24px 56px rgba(2,6,23,.14);
        padding:10px;
      }
      .mobileMenu.open{display:block}
      .mobileMenu a{
        display:block; padding:14px 14px; border-radius:14px; font-weight:900;
      }
      .mobileMenu a:hover{background:rgba(33,184,255,.08)}
      .mobileMenu .mobileCall{
        background:linear-gradient(135deg, rgba(255,122,26,.14), rgba(33,184,255,.10));
        border:1px solid rgba(255,122,26,.20);
      }
    }


    /* ===== Hero (new look) ===== */
    header{padding:34px 0 8px}
    .hero{
      position:relative;
      border-radius: 34px;
      border: 1px solid rgba(7,20,39,.08);
      overflow:hidden;
      background:
        radial-gradient(980px 340px at 18% 10%, rgba(33,184,255,.14), transparent 62%),
        radial-gradient(880px 320px at 86% 0%, rgba(255,122,26,.10), transparent 58%),
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
      box-shadow: var(--shadow);
    }
    .hero::after{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(820px 220px at 15% 0%, rgba(191,234,255,.38), transparent 62%),
        radial-gradient(780px 220px at 85% 0%, rgba(255,122,26,.10), transparent 62%);
      opacity:.85;
      pointer-events:none;
      mix-blend-mode: multiply;
    }
    .heroGrid{
      position:relative;
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 24px;
      padding: 26px;
      align-items:center;
      z-index:1;
    }
    .kicker{
      display:inline-flex; align-items:center; gap:10px;
      font-weight:950; letter-spacing:.10em; text-transform:uppercase;
      color: rgba(7,20,39,.58);
      margin-bottom: 10px;
    }
    .kicker .dot{
      width:52px;height:10px;border-radius:999px;
      background: linear-gradient(90deg,var(--orange),var(--sea));
      box-shadow: 0 10px 26px rgba(33,184,255,.18);
    }
    h1{margin:0 0 10px; font-size:clamp(36px,4.6vw,62px); line-height:1.02; letter-spacing:-.05em}
    .sub{margin:0 0 18px; color: var(--muted); line-height:1.85; font-size:16px; max-width:64ch}
    .bullets{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px}
    .mini{padding:9px 12px; border-radius:999px; border:1px solid rgba(7,20,39,.10); background: rgba(255,255,255,.72); color: rgba(7,20,39,.70); font-weight:800; font-size:13px}

    .logoStage{
      position:relative;
      border-radius: 28px;
      border:1px solid rgba(7,20,39,.08);
      background:
        radial-gradient(520px 210px at 30% 35%, rgba(33,184,255,.20), transparent 60%),
        radial-gradient(520px 210px at 70% 45%, rgba(255,122,26,.14), transparent 62%),
        linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.65));
      box-shadow: var(--shadow2);
      overflow:hidden;
      padding: 16px;
      min-height: 320px;
    }
    .logoStage::before{
      content:"";
      position:absolute; inset:-40%;
      background:
        radial-gradient(circle at 30% 35%, rgba(33,184,255,.20), transparent 62%),
        radial-gradient(circle at 70% 45%, rgba(255,122,26,.14), transparent 62%),
        radial-gradient(circle at 50% 80%, rgba(191,234,255,.18), transparent 64%);
      filter: blur(26px);
      opacity:.85;
      animation: floatGlow 7s ease-in-out infinite;
      pointer-events:none;
    }
    @keyframes floatGlow{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

    .heroLogo{
      width: 92%;
      max-width: 720px;
      height:auto;
      display:block;
      margin: 0 auto;
      position:relative;
      opacity:0;
      transform: translateY(18px) scale(.99);
      filter: blur(12px) saturate(95%);
      animation: logoIn 1.15s cubic-bezier(.2,.9,.2,1) forwards .15s;
      -webkit-mask-image: radial-gradient(circle at 50% 48%, #000 74%, transparent 100%);
      mask-image: radial-gradient(circle at 50% 48%, #000 74%, transparent 100%);
    }
    @keyframes logoIn{
      0%{opacity:0; transform:translateY(26px) scale(.98); filter: blur(16px) saturate(85%);}
      70%{opacity:.96; transform:translateY(0) scale(1.01); filter: blur(2px) saturate(108%);}
      100%{opacity:1; transform:translateY(0) scale(1); filter: blur(0) saturate(112%);}
    }
    @media (prefers-reduced-motion: reduce){
      .heroLogo{opacity:1 !important; transform:none !important; filter:none !important; animation:none !important;}
      *{animation:none !important; transition:none !important;}
    }

    /* ===== Sections ===== */
    .section{padding:56px 0}
    .sectionTitle{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; flex-wrap:wrap}
    h2{margin:0; font-size:clamp(22px,2.6vw,36px); letter-spacing:-.02em}
    .lead{margin:8px 0 0; color: var(--muted); line-height:1.8; max-width:92ch}

    .grid{display:grid; grid-template-columns: repeat(12, 1fr); gap:16px; margin-top:18px}
    .card{
      grid-column: span 4;
      position:relative;
      border:1px solid rgba(7,20,39,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.76));
      border-radius: var(--r);
      padding: 18px;
      box-shadow: var(--shadow2);
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .card::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(300px 110px at 18% 0%, rgba(33,184,255,.14), transparent 62%),
        radial-gradient(260px 100px at 90% 10%, rgba(255,122,26,.10), transparent 62%);
      opacity:.55;
      pointer-events:none;
    }
    .card:hover{transform:translateY(-3px); box-shadow: 0 22px 56px rgba(2,6,23,.11); border-color: rgba(33,184,255,.18)}
    .badge{display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:900; color: rgba(7,20,39,.66);
      border:1px solid rgba(7,20,39,.10); padding:6px 10px; border-radius:999px; background: rgba(255,255,255,.78);
      margin-bottom: 10px;
    }
    .card h3{margin:0 0 8px; font-size:18px}
    .card p{margin:0; color: var(--muted); line-height:1.72; font-size:14px}

    /* Pricing cards: stacked like you preferred earlier */
    #priser .grid{grid-template-columns:1fr; max-width: 920px; margin-left:auto; margin-right:auto}
    #priser .card{grid-column: span 12}
    .priceLine{display:flex; align-items:baseline; justify-content:space-between; gap:12px; flex-wrap:wrap}
    .price{font-weight:1000; font-size:22px; letter-spacing:-.02em}
    .hint{color: rgba(7,20,39,.56); font-weight:800; font-size:12px}

    /* Contact */
    .contactShell{
      border:1px solid rgba(7,20,39,.10);
      border-radius: 26px;
      background:
        radial-gradient(760px 220px at 18% 50%, rgba(33,184,255,.12), transparent 62%),
        radial-gradient(760px 220px at 82% 50%, rgba(255,122,26,.08), transparent 62%),
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
      box-shadow: var(--shadow2);
      padding: 18px;
      display:grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 16px;
      align-items:start;
    }
    .contactBox{padding:12px}
    .contactBox strong{font-size:16px}
    .contactBox .meta{margin-top:8px; color: var(--muted); line-height:1.7}
    form{padding:12px}
    .row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
    .field{display:flex; flex-direction:column; gap:6px; margin-bottom:12px}
    label{font-size:13px; font-weight:900; color: rgba(7,20,39,.70)}
    input, textarea{
      font:inherit; padding:12px 12px; border-radius:14px;
      border:1px solid rgba(7,20,39,.12); background:#fff; outline:none;
      box-shadow: 0 10px 22px rgba(2,6,23,.05);
    }
    input:focus, textarea:focus{border-color: rgba(33,184,255,.42); box-shadow: 0 0 0 4px rgba(33,184,255,.14), 0 12px 26px rgba(2,6,23,.06)}
    textarea{resize:vertical; min-height: 130px}
    .actions{display:flex; gap:10px; flex-wrap:wrap; align-items:center}
    .note{margin-top:10px; color: rgba(7,20,39,.58); font-size:12px; line-height:1.55}

    footer{padding:34px 0 56px; border-top:1px solid var(--line); color: rgba(7,20,39,.55); text-align:center}

    /* Mobile */
    @media (max-width: 980px){
      body{padding-top:88px}
      .heroGrid{grid-template-columns:1fr}
      .card{grid-column: span 12}
      .contactShell{grid-template-columns:1fr}
      .row{grid-template-columns:1fr}
      .menu{display:none}
      .hamb{display:inline-flex}
    }

@media (max-width: 980px){
  .topbar{background:rgba(255,255,255,.97)}
  .nav{padding:10px 0; min-height:72px; align-items:center}
  .brand{min-width:0; flex:1}
  .brand img{height:48px; max-width:100%; width:auto; object-fit:contain}
  .right{gap:8px; flex-wrap:nowrap}
  .right .pill,
  .right > .btn.primary{display:none}
  .hamb{padding:10px 12px; border-radius:12px}
  .mobileMenu{top:74px; left:10px; right:10px; max-height:calc(100dvh - 96px); overflow:auto}
  .mobileMenu a{font-size:15px}
  .sticky .bar{display:grid; grid-template-columns:1fr 1fr}
}
@media (max-width: 420px){
  body{padding-top:82px}
  .brand img{height:42px}
  .heroGrid{padding:16px !important}
  .sticky{padding-left:10px; padding-right:10px}
  .sticky .bar{gap:8px}
  .sticky .bar .btn{padding:11px 10px; font-size:14px}
}

    /* Mobile sticky CTA */
    .sticky{
      position:fixed; left:0; right:0; bottom:0; z-index:90;
      background: rgba(255,255,255,.94);
      backdrop-filter: blur(12px);
      border-top:1px solid var(--line);
      padding:10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
      display:none;
    }
    .sticky .bar{display:flex; gap:10px; justify-content:center; flex-wrap:nowrap}
    .sticky .bar .btn{flex:1; min-width:0}
    @media (max-width: 980px){
      body{padding-bottom:88px}
      .sticky{display:block}
    }
  

    /* About page specific */
    .aboutCard{
      max-width: 920px;
      margin: 0 auto;
    }
    .aboutCard h1{
      margin:0 0 12px;
      font-size: clamp(30px, 3.5vw, 46px);
      letter-spacing:-.03em;
    }
    .aboutCard p{
      font-size: 15px;
    }
    .aboutGrid{
      display:grid;
      grid-template-columns: repeat(12,1fr);
      gap: 16px;
      margin-top: 18px;
    }
    .aboutGrid .card{ grid-column: span 4; }
    @media (max-width:980px){ .aboutGrid .card{ grid-column: span 12; } }
  
    /* Hjemmehjelp page */
    .homeHelp{max-width:1100px;margin:0 auto;padding:8px;}
    .homeHero{display:grid;grid-template-columns:1fr .88fr;gap:28px;align-items:center;}
    .easy{font-size:clamp(19px,2vw,24px);line-height:1.8;color:var(--ink);}
    .easy strong{display:block;font-size:clamp(28px,3vw,42px);line-height:1.15;letter-spacing:-.03em;margin-bottom:12px;color:#11233f;}
    .checkList{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:14px;}
    .checkList li{font-size:clamp(22px,2.05vw,30px);line-height:1.32;font-weight:800;color:var(--ink);display:flex;gap:12px;align-items:flex-start;}
    .checkList li span:first-child{color:#159947;flex:0 0 auto;font-size:1.05em;line-height:1.2;}
    .homeImageCard{padding:0;overflow:hidden;background:#fff;border-radius:28px;box-shadow:0 22px 55px rgba(7,20,39,.16);max-width:480px;justify-self:end;}
    .homeImageCard img{display:block;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;object-position:center;transform:scale(1.01);opacity:0;animation:softReveal 1s ease forwards .12s;}
    @keyframes softReveal{from{opacity:0;transform:translateY(20px) scale(1.04);filter:blur(8px)}to{opacity:1;transform:none;filter:none}}
    .priceBanner{margin-top:22px;display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:18px 20px;border-radius:24px;border:1px solid rgba(7,20,39,.10);background:linear-gradient(135deg, rgba(255,122,26,.16), rgba(33,184,255,.11));box-shadow:var(--shadow2);}
    .priceBadge{font-size:clamp(24px,2.6vw,35px);font-weight:1000;letter-spacing:-.03em;}
    .priceBadge strong{color:#a94b00;white-space:nowrap;}
    .supportNote{font-size:clamp(22px,2vw,28px);font-weight:800;font-style:italic;color:#27364f;margin-top:18px;line-height:1.35;}
    .reassureBand{display:grid;grid-template-columns:.92fr 1.08fr;gap:22px;align-items:center;margin-top:22px;padding:16px;}
    .reassureImage{padding:0;overflow:hidden;border-radius:24px;box-shadow:0 18px 44px rgba(7,20,39,.12);}
    .reassureImage img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;animation:softReveal 1s ease forwards .18s;}
    .reassureText h2{font-size:clamp(30px,3vw,42px);margin-bottom:10px;}
    .reassureText p{font-size:clamp(19px,1.8vw,24px);line-height:1.75;color:var(--ink);margin:0 0 12px;}
    .reassurePoints{list-style:none;padding:0;margin:10px 0 0;display:grid;gap:12px;}
    .reassurePoints li{font-size:clamp(19px,1.8vw,24px);font-weight:800;display:flex;gap:10px;align-items:flex-start;}
    .reassurePoints li span:first-child{color:#159947;}
    .simpleCards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px;}
    .simpleCards .card h3{font-size:24px;}
    .simpleCards .card p{font-size:19px;line-height:1.65;color:var(--ink);}
    .ctaRow{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;}
    @media (max-width: 980px){.homeHero{grid-template-columns:1fr;gap:18px}.homeImageCard{max-width:620px;justify-self:center}.reassureBand{grid-template-columns:1fr}.simpleCards{grid-template-columns:1fr}.checkList li{font-size:24px}}
    @media (max-width: 640px){.homeHelp{padding:2px}.easy{font-size:18px}.easy strong{font-size:31px}.checkList li{font-size:22px}.priceBanner{padding:16px}.simpleCards .card p{font-size:17px}.homeImageCard{max-width:100%}.reassureText p,.reassurePoints li{font-size:18px}}

/* === Final premium touch === */
.skiplink{
  position:absolute; left:-9999px; top:auto;
  width:1px; height:1px; overflow:hidden;
}
.skiplink:focus{
  left:16px; top:14px; width:auto; height:auto; overflow:visible;
  z-index:9999;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(7,20,39,.12);
  background:rgba(255,255,255,.95);
  box-shadow:0 18px 40px rgba(2,6,23,.10);
}

/* Header: cleaner + more premium spacing now that pills are removed */
.right{ gap: 10px; }
.menu a{
  position:relative;
}
.menu a[aria-current="page"]::after,
.menu a[aria-current="true"]::after{
  content:"";
  position:absolute;
  left:10px; right:10px; bottom:6px;
  height:3px;
  border-radius:999px;
  background: linear-gradient(90deg, var(--orange), var(--sea));
  opacity:.85;
}

/* Subtle page fade-in */
body{
  animation: pageIn .28s ease both;
}
@keyframes pageIn{
  from{ opacity:0; transform: translateY(6px); }
  to{ opacity:1; transform:none; }
}
@media (prefers-reduced-motion: reduce){
  body{ animation:none !important; }
}

.premiumFooter{padding:36px 0 110px;border-top:1px solid rgba(7,20,39,.10);background:linear-gradient(180deg, rgba(255,255,255,.6), rgba(247,251,255,.92))}.footerGrid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px;align-items:start}.footerCard{padding:18px;border-radius:22px;border:1px solid rgba(7,20,39,.08);background:rgba(255,255,255,.78);box-shadow:0 12px 30px rgba(2,6,23,.05)}.footerCard h3,.footerCard h4{margin:0 0 10px}.footerCard p,.footerCard li,.footerCard a{color:rgba(7,20,39,.70);line-height:1.7}.footerLinks{list-style:none;margin:0;padding:0;display:grid;gap:8px}.footerBottom{margin-top:14px;color:rgba(7,20,39,.52);font-size:13px}body{animation:pageIn .28s ease both}@keyframes pageIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){body{animation:none !important}}@media (max-width:980px){.footerGrid{grid-template-columns:1fr}}


/* === Mobile stability + consistency fix === */
html{scroll-padding-top:96px}
@media (max-width:980px){
  html,body{max-width:100%;overflow-x:hidden}
  body{padding-top:88px !important;padding-bottom:0 !important}
  .topbar{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:1000 !important;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }
  header{padding-top:14px !important}
  .mobileMenu{
    position:fixed !important;
    top:calc(var(--header-h, 72px) + env(safe-area-inset-top, 0px) + 6px) !important;
    left:10px !important;
    right:10px !important;
    max-height:calc(100svh - var(--header-h, 72px) - 28px) !important;
    overflow:auto !important;
    overscroll-behavior:contain;
    z-index:999 !important;
  }
  .sticky{display:none !important}
  .hero, .contactShell, .card, .processCard, .faq details, .footerCard{scroll-margin-top:96px}
}
@supports (height: 100svh){
  @media (max-width:980px){
    .mobileMenu{max-height:calc(100svh - var(--header-h, 72px) - 28px) !important}
  }
}
/* === Robust mobile header lock (logo + menu) === */
@media (max-width: 980px){
  .topbar{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:1000 !important;
  }
  body{
    padding-top:88px !important;
  }
  .nav{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:10px !important;
    min-height:72px !important;
    padding:10px 0 !important;
  }
  .brand{
    display:flex !important;
    align-items:center !important;
    min-width:0 !important;
    max-width:calc(100vw - 110px) !important;
    width:100% !important;
    overflow:hidden !important;
    flex:none !important;
  }
  .brand img{
    display:block !important;
    height:42px !important;
    width:auto !important;
    max-width:160px !important;
    object-fit:contain !important;
    -webkit-mask-image:none !important;
    mask-image:none !important;
    filter:drop-shadow(0 6px 12px rgba(2,6,23,.08)) !important;
  }
  .menu{display:none !important;}
  .right{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:8px !important;
    flex:none !important;
    width:auto !important;
  }
  .right .pill,
  .right > .btn.primary{display:none !important;}
  .hamb{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:74px !important;
    min-height:44px !important;
    padding:10px 12px !important;
    border-radius:12px !important;
    position:relative !important;
    z-index:1002 !important;
    white-space:nowrap !important;
  }
  .mobileMenu{
    position:fixed !important;
    top:calc(var(--header-h, 72px) + env(safe-area-inset-top, 0px) + 6px) !important;
    left:10px !important;
    right:10px !important;
    z-index:999 !important;
    max-height:calc(100svh - var(--header-h, 72px) - 24px) !important;
    overflow:auto !important;
  }
}
@media (max-width: 420px){
  body{padding-top:82px !important;}
  .nav{min-height:68px !important;}
  .brand{max-width:calc(100vw - 102px) !important;}
  .brand img{
    height:38px !important;
    max-width:146px !important;
  }
  .hamb{min-width:70px !important;}
}


/* Mobile fixed-header hotfix: remove body transform animation that breaks fixed positioning on mobile */
@media (max-width: 980px){
  html, body{overflow-x:hidden !important;}
  body{animation:none !important; transform:none !important;}
  .topbar{
    position:fixed !important;
    top:0 !important; left:0 !important; right:0 !important;
    z-index:2147483647 !important;
    -webkit-transform:none !important;
    transform:none !important;
  }
  .mobileMenu{
    position:fixed !important;
    top:78px !important;
    left:14px !important;
    right:14px !important;
    z-index:2147483646 !important;
  }
}


/* Extra mobile tap fix */
@media (max-width: 980px){
  .topbar, .nav, .brand, .right, .hamb{pointer-events:auto !important;}
  .topbar{isolation:isolate !important;}
  .mobileMenu{pointer-events:auto !important;}
}

/* MOBILE FIX FINAL */
p {
  display:flex !important;
  flex-direction:column !important;
  gap:15px !important;
}
p img{
  width:100% !important;
  height:auto !important;
}
@media (min-width:768px){
  p{flex-direction:row !important;}
  p img{width:48% !important;}
}
