/*
 * Happy Cloud Child Kadence Theme 9.0
 * Single app post polish — hero-to-comments only.
 * Header, footer, homepage, archives and directories are intentionally untouched.
 */
body.softorbit-apk-layout-one.kadence-downly-software-single{
  --hc-border:var(--apk1-border);
  --hc-border-strong:var(--apk1-border-strong);
  --hc-card:var(--apk1-bg-base);
  --hc-soft:var(--apk1-bg-subtle);
  --hc-soft-2:var(--apk1-bg-lighter);
  --hc-text:var(--apk1-text-strongest);
  --hc-body:var(--apk1-text-strong);
  --hc-muted:var(--apk1-text-medium);
  --hc-subtle:var(--apk1-text-subtle);
  --hc-accent:var(--apk1-accent);
  --hc-accent-alt:var(--apk1-accent-alt);
  --hc-accent-soft:var(--apk1-accent-soft);
  --hc-success:var(--apk1-success);
  --hc-rating:var(--global-palette15);
  --hc-on-accent:var(--global-palette8);
  --hc-page:var(--global-palette9);
  background:var(--apk1-bg-lighter)!important;
}
body.softorbit-apk-layout-one.kadence-downly-software-single .kadence-downloadable-single-main{
  overflow:hidden;
  background:linear-gradient(180deg,var(--apk1-bg-lighter) 0,var(--apk1-bg-base) 460px)!important;
}
body.softorbit-apk-layout-one.kadence-downly-software-single .content-container,
body.softorbit-apk-layout-one.kadence-downly-software-single .site-container{max-width:none!important}
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single{font-family:inherit;color:var(--hc-body)}
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single *{box-sizing:border-box}
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single-shell{width:min(1480px,calc(100% - 48px));margin:0 auto;padding:24px 0 72px}

/* Hero + breadcrumb */
.hc-single-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.42fr) minmax(320px,.92fr);
  grid-template-rows:auto 1fr;
  height:390px;
  min-height:390px;
  max-height:390px;
  margin-bottom:16px;
  overflow:hidden;
  border:1px solid var(--hc-border);
  border-radius:28px;
  background:linear-gradient(180deg,color-mix(in srgb,var(--hc-card) 94%,var(--hc-soft)) 0%,color-mix(in srgb,var(--hc-card) 90%,var(--hc-card)) 100%);
  box-shadow:0 10px 32px color-mix(in srgb,var(--hc-text) 5%,transparent);
}
.hc-single-breadcrumb{
  position:relative;
  z-index:5;
  grid-column:1;
  grid-row:1;
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  padding:20px 44px 0;
  margin:0;
  color:var(--hc-body);
  font-size:12px;
  font-weight:750;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
}
.hc-single-breadcrumb a,
.hc-single-breadcrumb>span{color:inherit!important;text-decoration:none!important}
.hc-single-breadcrumb a{display:inline-flex;align-items:center;gap:6px;min-width:0;transition:color .18s ease}
.hc-single-breadcrumb a:hover,
.hc-single-breadcrumb a:focus-visible{color:var(--hc-body)!important;text-decoration:underline!important;text-decoration-color:var(--hc-accent)!important;text-underline-offset:3px}
.hc-single-breadcrumb svg{display:block;width:15px;height:15px;stroke:currentColor}
.hc-single-breadcrumb-sep{display:grid;place-items:center;flex:0 0 14px;color:var(--hc-muted)!important}
.hc-single-breadcrumb-sep svg{width:12px;height:12px}
.hc-single-breadcrumb [aria-current="page"]{overflow:hidden;text-overflow:ellipsis;color:var(--hc-body)!important;font-weight:700}

.hc-single-hero-main{
  position:relative;
  z-index:3;
  grid-column:1;
  grid-row:2;
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  gap:34px;
  align-items:center;
  padding:24px 24px 44px 44px;
}
.hc-single-logo{
  width:190px;height:190px;padding:12px;
  border:1px solid color-mix(in srgb,var(--hc-accent) 16%,var(--hc-border));
  border-radius:36px;
  background:color-mix(in srgb,var(--hc-card) 92%,transparent);
  box-shadow:0 18px 46px color-mix(in srgb,var(--hc-text) 9%,transparent);
  display:grid;place-items:center;overflow:hidden;
}
.hc-single-logo img,.hc-single-logo-img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:25px!important;display:block!important}
.hc-single-logo>span{font-size:76px;font-weight:900;color:var(--hc-accent)}
.hc-single-hero-copy{min-width:0;max-width:780px}
.hc-single-hero-copy h1,
.hc-single-hero-copy .hc-single-hero-title{
  max-width:780px;margin:0!important;color:var(--hc-text)!important;
  font-size:clamp(32px,3.15vw,48px)!important;line-height:1.075!important;
  letter-spacing:-.035em!important;font-weight:850!important;
  overflow-wrap:anywhere;text-wrap:balance;
}
.hc-single-hero-copy .hc-single-hero-title.is-long{font-size:clamp(30px,2.7vw,42px)!important;line-height:1.09!important;letter-spacing:-.03em!important}
.hc-single-hero-copy .hc-single-hero-title.is-very-long{font-size:clamp(27px,2.35vw,36px)!important;line-height:1.12!important;letter-spacing:-.025em!important}
.hc-single-lead{max-width:690px;margin:12px 0 0!important;color:var(--hc-muted)!important;font-size:16px!important;line-height:1.65!important}

/* Primary direct-download first, official store second. */
.hc-single-actions{display:flex;align-items:stretch;flex-wrap:wrap;gap:12px;margin-top:24px}
.hc-single-action{
  position:relative;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;
  min-width:245px!important;min-height:62px!important;padding:9px 16px!important;
  border-radius:16px!important;border:1px solid transparent!important;text-align:left!important;text-decoration:none!important;
  font:inherit!important;line-height:1.15!important;cursor:pointer!important;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease!important;
  box-shadow:none!important;
}
.hc-single-action:hover{transform:translateY(-2px)!important}
.hc-single-action-download{
  background:var(--hc-accent)!important;color:var(--apk1-on-accent)!important;border-color:var(--hc-accent)!important;
  box-shadow:0 12px 30px color-mix(in srgb,var(--hc-accent) 24%,transparent)!important;
}
.hc-single-action-download:hover{background:var(--hc-accent-alt)!important;border-color:var(--hc-accent-alt)!important;color:var(--apk1-on-accent)!important}
.hc-single-action-play{
  background:color-mix(in srgb,var(--hc-accent) 9%,var(--hc-card))!important;color:var(--hc-text)!important;border-color:color-mix(in srgb,var(--hc-accent) 30%,var(--hc-border-strong))!important;box-shadow:0 8px 22px color-mix(in srgb,var(--hc-accent) 8%,transparent)!important;
}
.hc-single-action-play:hover{background:color-mix(in srgb,var(--hc-accent) 14%,var(--hc-card))!important;border-color:var(--hc-accent)!important;color:var(--hc-text)!important}
.hc-single-action-icon{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:11px;background:color-mix(in srgb,currentColor 10%,transparent)}
.hc-single-action-icon svg{width:23px!important;height:23px!important;display:block!important}
.hc-single-action-icon-play{background:var(--hc-card)!important;border:1px solid color-mix(in srgb,var(--hc-accent) 12%,var(--hc-border))}
.hc-single-action-icon-play img{display:block!important;width:23px!important;height:26px!important;object-fit:contain!important}
.hc-single-action>span:nth-child(2){display:grid;gap:3px;min-width:0;flex:1}
.hc-single-action strong{font-size:14px;font-weight:850;color:inherit}
.hc-single-action small{font-size:10.5px;font-weight:650;color:color-mix(in srgb,currentColor 72%,transparent)}
.hc-single-action-chevron{display:grid!important;width:22px;height:22px;place-items:center;flex:0 0 22px;color:inherit!important}
.hc-single-action-chevron svg{width:17px;height:17px;stroke:currentColor}

.hc-single-trust-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;margin-top:16px;color:var(--hc-muted);font-size:11px;font-weight:750}
.hc-single-trust-row>span{display:inline-flex;align-items:center;gap:6px}
.hc-single-trust-row i{display:grid;width:19px;height:19px;place-items:center;border-radius:50%;background:var(--apk1-success-soft);color:var(--hc-success);font-style:normal}
.hc-single-trust-row svg{width:12px;height:12px;stroke:currentColor}

/* Approved hero treatment: match the approved mockup with a soft blue canvas,
   smooth diagonal overlays, and a full-size right-side artwork crop. */
.hc-single-hero::before,
.hc-single-hero::after{content:"";position:absolute;pointer-events:none}
.hc-single-hero::before{
  z-index:0;inset:0;
  background:
    radial-gradient(circle at 10% 100%,color-mix(in srgb,var(--hc-accent-soft) 58%,transparent) 0%,transparent 30%),
    linear-gradient(180deg,color-mix(in srgb,var(--hc-card) 92%,var(--hc-soft)) 0%,color-mix(in srgb,var(--hc-card) 90%,var(--hc-card)) 100%);
}
.hc-single-hero::after{
  z-index:0;right:14%;top:-8%;width:46%;height:124%;
  background:linear-gradient(135deg,color-mix(in srgb,var(--hc-accent) 10%,transparent) 0%,color-mix(in srgb,var(--hc-accent-soft) 34%,transparent) 52%,color-mix(in srgb,var(--hc-accent) 12%,transparent) 100%);
  clip-path:polygon(26% 0,100% 0,72% 100%,0 100%);
  opacity:.95;
}
.hc-single-hero-visual{
  position:absolute;inset:0;z-index:1;overflow:hidden;min-height:100%;
  background:transparent;pointer-events:none;
}
.hc-single-hero-visual::before{
  content:"";position:absolute;z-index:1;right:0;top:0;width:57%;height:100%;
  background:linear-gradient(135deg,color-mix(in srgb,var(--hc-accent-soft) 24%,transparent) 0%,color-mix(in srgb,var(--hc-accent) 8%,transparent) 42%,color-mix(in srgb,var(--hc-accent) 18%,transparent) 100%);
  clip-path:polygon(30% 0,100% 0,100% 100%,53% 100%,17% 59%);
}
.hc-single-hero-art{position:absolute;top:0;right:0;width:47%;height:100%;overflow:hidden;z-index:2}
.hc-single-hero-art img{
  width:100%!important;height:100%!important;min-height:100%!important;max-height:100%!important;object-fit:cover!important;object-position:center center!important;
  display:block!important;filter:saturate(.96) brightness(1.02);
}
/* Smooth content-to-image transition with no hard white cut-off. */
.hc-single-hero-art::before{
  content:"";position:absolute;z-index:2;inset:0;
  background:
    linear-gradient(90deg,
      var(--hc-card) 0%,
      color-mix(in srgb,var(--hc-card) 99%,transparent) 8%,
      color-mix(in srgb,var(--hc-card) 97%,transparent) 16%,
      color-mix(in srgb,var(--hc-card) 92%,transparent) 24%,
      color-mix(in srgb,var(--hc-card) 78%,transparent) 33%,
      color-mix(in srgb,var(--hc-card) 54%,transparent) 42%,
      color-mix(in srgb,var(--hc-card) 22%,transparent) 52%,
      color-mix(in srgb,var(--hc-card) 8%,transparent) 61%,
      transparent 72%),
    linear-gradient(180deg,color-mix(in srgb,var(--hc-card) 12%,transparent) 0%,transparent 18%,transparent 82%,color-mix(in srgb,var(--hc-card) 10%,transparent) 100%);
}
.hc-single-hero-art::after{
  content:"";position:absolute;z-index:3;right:0;bottom:0;width:100%;height:100%;
  background:linear-gradient(0deg,color-mix(in srgb,var(--hc-accent-soft) 26%,transparent) 0%,transparent 32%);
}
.hc-single-hero-orb{position:absolute;z-index:3;border-radius:50%;pointer-events:none;background:color-mix(in srgb,var(--hc-accent) 10%,transparent)}
.hc-single-hero-orb-a{width:90px;height:90px;left:61%;top:68%;opacity:.95}
.hc-single-hero-orb-b{width:126px;height:126px;left:68%;bottom:8%;opacity:.85}
.hc-single-hero-wordmark{display:none!important}

.hc-single-mobile-brandbar,.hc-single-mobile-flair,.hc-single-mobile-quickgrid{display:none}
.hc-single-mobile-brandbar{position:absolute;z-index:5;left:22px;right:22px;top:18px;align-items:flex-start;justify-content:space-between;gap:16px;pointer-events:none}
.hc-single-mobile-brandcopy{display:grid;gap:2px;color:color-mix(in srgb,var(--hc-accent) 42%,var(--hc-muted));font-size:10px;font-weight:850;letter-spacing:.28em;text-transform:uppercase;line-height:1.35}
.hc-single-mobile-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:color-mix(in srgb,var(--hc-card) 92%,transparent);border:1px solid color-mix(in srgb,var(--hc-accent) 14%,var(--hc-border));box-shadow:0 12px 28px color-mix(in srgb,var(--hc-accent) 8%,transparent);color:var(--hc-body);font-size:12px;font-weight:800;line-height:1.1;white-space:nowrap}
.hc-single-mobile-pill i{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:color-mix(in srgb,var(--hc-accent) 12%,var(--hc-card));color:var(--hc-accent);font-style:normal}
.hc-single-mobile-pill i svg{width:14px;height:14px;stroke:currentColor}
.hc-single-mobile-flair{position:absolute;z-index:2;color:color-mix(in srgb,var(--hc-accent) 40%,var(--hc-muted));pointer-events:none}
.hc-single-mobile-flair-left{left:26px;top:158px;font-family:"Brush Script MT","Segoe Script",cursive;font-size:26px;line-height:1.12;opacity:.65;transform:rotate(-9deg)}
.hc-single-mobile-flair-right{right:30px;top:176px;display:grid;gap:7px;font-size:10px;font-weight:800;letter-spacing:.34em;text-transform:uppercase;line-height:1.15;text-align:left;opacity:.6}
.hc-single-mobile-flair-right::after{content:"";width:34px;height:2px;margin-top:4px;background:currentColor;border-radius:999px}
.hc-single-mobile-quickgrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px}
.hc-single-mobile-quickcard{display:grid;justify-items:center;align-content:start;gap:6px;min-height:112px;padding:14px 10px 12px;border:1px solid color-mix(in srgb,var(--hc-accent) 10%,var(--hc-border));border-radius:24px;background:color-mix(in srgb,var(--hc-card) 90%,color-mix(in srgb,var(--hc-on-accent) 60%,transparent));box-shadow:0 12px 26px color-mix(in srgb,var(--hc-accent) 7%,transparent);text-align:center;color:var(--hc-text);text-decoration:none!important;backdrop-filter:blur(4px)}
.hc-single-mobile-quickcard strong{font-size:12px;font-weight:850;line-height:1.15;color:var(--hc-text)}
.hc-single-mobile-quickcard small{display:block!important;font-size:11px!important;line-height:1.28!important;color:var(--hc-body)!important;font-weight:700!important;text-wrap:balance}
.hc-single-mobile-quickicon{display:grid;place-items:center;width:36px;height:36px;border-radius:14px;background:color-mix(in srgb,var(--hc-accent) 8%,var(--hc-card));color:var(--hc-accent)}
.hc-single-mobile-quickicon svg{width:20px;height:20px;stroke:currentColor}
.hc-single-mobile-quickicon.is-google img{width:22px!important;height:25px!important;object-fit:contain!important}
.hc-single-mobile-quickicon.is-rating{font-size:24px;line-height:1;color:var(--global-palette15);background:color-mix(in srgb,var(--global-palette15) 15%,var(--hc-card))}
.hc-single-mobile-rating-meta{display:grid!important;justify-items:center;gap:3px}
.hc-single-mobile-rating-stars{position:relative;display:inline-block;font-size:10px;line-height:1;letter-spacing:1.4px;color:color-mix(in srgb,var(--global-palette15) 18%,var(--hc-border-strong));white-space:nowrap}
.hc-single-mobile-rating-stars>span{display:block}
.hc-single-mobile-rating-stars>b{position:absolute;inset:0 auto 0 0;width:var(--hc-mobile-rating-fill,96%);overflow:hidden;color:var(--global-palette15);font:inherit;font-weight:inherit;white-space:nowrap}
.hc-single-mobile-quickcard.is-link:hover,.hc-single-mobile-quickcard.is-link:focus-visible{transform:translateY(-2px);border-color:var(--hc-accent);box-shadow:0 16px 30px color-mix(in srgb,var(--hc-accent) 12%,transparent)}

@media(min-width:721px){
  .hc-single-hero{display:block;height:390px;min-height:390px;max-height:390px}
  .hc-single-breadcrumb{position:relative;z-index:5;width:72%;padding:20px 44px 0}
  .hc-single-hero-main{position:relative;z-index:4;width:min(74%,1050px);min-height:348px;padding:24px 24px 42px 44px}
}

/* Information strip — labels deliberately use a readable text role, not a faint palette slot. */
.hc-single-meta-strip{position:relative;z-index:7;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:0 10px 18px;padding:0 12px;border:1px solid color-mix(in srgb,var(--hc-accent) 10%,var(--hc-border));border-radius:20px;background:color-mix(in srgb,var(--hc-card) 96%,var(--hc-accent-soft));box-shadow:0 14px 34px color-mix(in srgb,var(--hc-text) 8%,transparent),0 2px 8px color-mix(in srgb,var(--hc-accent) 5%,transparent)}
.hc-single-meta-item{position:relative;display:flex;align-items:center;gap:12px;min-width:0;padding:18px 14px}
.hc-single-meta-item+.hc-single-meta-item::before{content:"";position:absolute;left:0;top:24%;width:1px;height:52%;background:var(--hc-border)}
.hc-single-meta-icon{display:grid;width:36px;height:36px;place-items:center;flex:0 0 36px;border-radius:11px;background:var(--hc-accent-soft);color:var(--hc-accent)}
.hc-single-meta-icon svg{width:19px;height:19px;stroke:currentColor}
.hc-single-meta-item>span:last-child{display:grid;gap:4px;min-width:0}
.hc-single-meta-item small{display:block!important;font-size:10.5px!important;font-weight:800!important;color:var(--hc-body)!important;line-height:1.1!important;opacity:1!important}
.hc-single-meta-item strong{font-size:12.5px;font-weight:850;color:var(--hc-text)!important;line-height:1.25;overflow:hidden;text-overflow:ellipsis}

/* Main grid */
.hc-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}
.hc-single-maincol{display:grid;gap:16px;min-width:0}
.hc-single-sidebar{display:grid;gap:16px;min-width:0;position:sticky;top:24px}
.hc-single-card{border:1px solid var(--hc-border);border-radius:22px;background:var(--hc-card);box-shadow:0 9px 28px color-mix(in srgb,var(--hc-text) 4%,transparent)}
.hc-single-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.hc-single-section-head h2,.hc-single-card-title h2,.hc-single-sidebar h2{margin:0!important;color:var(--hc-text)!important;font-size:20px!important;line-height:1.2!important;font-weight:850!important;letter-spacing:-.02em}
.hc-single-section-head p{margin:4px 0 0!important;color:var(--hc-muted)!important;font-size:11.5px!important}

/* Mixed-orientation, continuously looping screenshot carousel. */
.hc-single-gallery{padding:20px;overflow:hidden}
.hc-single-gallery-track{
  display:flex;align-items:center;gap:14px;
  min-height:330px;overflow-x:auto;overflow-y:hidden;
  padding:4px 0 8px;scrollbar-width:none;overscroll-behavior-inline:contain;
  scroll-behavior:auto;touch-action:pan-x;
}
.hc-single-gallery-track::-webkit-scrollbar{display:none}
.hc-single-gallery-slide{
  position:relative;min-width:0;margin:0;overflow:hidden;
  border:1px solid var(--hc-border);border-radius:16px;background:var(--hc-soft);
  box-shadow:0 6px 20px color-mix(in srgb,var(--hc-text) 4%,transparent);
  transition:border-color .18s ease,box-shadow .18s ease;
}
.hc-single-gallery-slide:hover{border-color:var(--hc-border-strong);box-shadow:0 10px 26px color-mix(in srgb,var(--hc-text) 7%,transparent)}
.hc-single-gallery-slide[data-shot-orientation="landscape"],
.hc-single-gallery-slide.hc-shot-landscape{flex:0 0 clamp(330px,42%,470px);aspect-ratio:16/9}
.hc-single-gallery-slide[data-shot-orientation="portrait"],
.hc-single-gallery-slide.hc-shot-portrait{flex:0 0 clamp(190px,24%,255px);aspect-ratio:9/16}
.hc-single-gallery-slide[data-shot-orientation="auto"],
.hc-single-gallery-slide.hc-shot-auto{flex:0 0 clamp(300px,36%,430px);aspect-ratio:4/3}
.hc-single-gallery-image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.hc-single-gallery-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}
.dsoft-apk1-gallery-dots{display:flex;align-items:center;gap:5px;min-height:30px}
.dsoft-apk1-gallery-dots button{width:7px!important;height:7px!important;min-width:7px!important;padding:0!important;border:0!important;border-radius:50%!important;background:var(--hc-border-strong)!important;box-shadow:none!important}
.dsoft-apk1-gallery-dots button.is-active{width:19px!important;border-radius:999px!important;background:var(--hc-accent)!important}
.dsoft-apk1-gallery-arrows{display:flex;gap:7px}
.dsoft-apk1-gallery-arrows button{display:grid!important;width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;place-items:center;border:1px solid var(--hc-border)!important;border-radius:50%!important;background:var(--hc-card)!important;color:var(--hc-text)!important;box-shadow:none!important}
.dsoft-apk1-gallery-arrows button svg{width:17px;height:17px;stroke:currentColor}
.dsoft-apk1-gallery-arrows button:hover{background:var(--hc-accent-soft)!important;border-color:var(--hc-accent)!important;color:var(--hc-accent)!important}
.hc-single-gallery-track .is-gallery-loop-clone{pointer-events:none}

/* Content cards */
.hc-single-content-cards{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:16px}
.hc-single-description,.hc-single-features,.hc-single-comments{padding:22px}
.hc-single-faq{padding:18px}
.hc-single-card-title{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.hc-single-card-title>span{display:grid;width:36px;height:36px;place-items:center;border-radius:11px;background:var(--hc-accent-soft);color:var(--hc-accent)}
.hc-single-card-title svg{width:19px;height:19px;stroke:currentColor}
.hc-single-prose,.hc-single-prose p{color:var(--hc-body)!important;font-size:13px!important;line-height:1.72!important}
.hc-single-prose p{margin:0 0 12px!important}.hc-single-prose>:last-child{margin-bottom:0!important}
.hc-single-features ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}
.hc-single-features li{display:flex;align-items:flex-start;gap:9px;color:var(--hc-body);font-size:12.5px;font-weight:650;line-height:1.45}
.hc-single-features li i{display:grid;width:21px;height:21px;flex:0 0 21px;place-items:center;border-radius:50%;background:var(--apk1-success-soft);color:var(--hc-success);font-size:11px;font-style:normal;font-weight:900}

/* Sidebar */
.hc-single-history-card,.hc-single-related-card,.hc-single-rating-card{padding:20px}
.hc-single-side-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.hc-single-side-title>span{display:grid;min-width:23px;height:23px;padding:0 6px;place-items:center;border-radius:999px;background:var(--hc-accent-soft);color:var(--hc-accent);font-size:10px;font-weight:800}
.hc-single-related-list{display:grid}
.hc-single-related-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 0;border-top:1px solid var(--hc-border);color:var(--hc-text)!important;text-decoration:none!important}
.hc-single-related-row:first-child{border-top:0}
.hc-single-related-thumb{display:grid;width:44px;height:44px;place-items:center;overflow:hidden;border-radius:11px;background:var(--hc-soft)}
.hc-single-related-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}
.hc-single-related-thumb-fallback{display:grid;width:100%;height:100%;place-items:center;background:var(--hc-accent-soft);color:var(--hc-accent);font-size:17px;font-weight:900;text-transform:uppercase}
.hc-single-related-copy{display:grid;gap:3px;min-width:0}
.hc-single-related-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:850;color:var(--hc-text)}
.hc-single-related-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;color:var(--hc-muted)}
.hc-single-related-row>b{display:grid;width:20px;height:20px;place-items:center;color:var(--hc-accent)}
.hc-single-related-row>b svg{width:14px;height:14px;stroke:currentColor}
.hc-single-related-row:hover strong{color:var(--hc-accent)}

/* Sidebar version-history timeline */
.hc-single-history-card{overflow:hidden}
.hc-single-history-list{position:relative;display:grid;margin-top:14px}
.hc-single-history-item{position:relative;padding:0 0 20px 30px;min-width:0}
.hc-single-history-item:last-child{padding-bottom:0}
.hc-single-history-item[hidden]{display:none!important}
.hc-single-history-item:not(:last-child)::before{content:"";position:absolute;left:8px;top:19px;bottom:0;width:2px;border-radius:999px;background:color-mix(in srgb,var(--hc-accent) 22%,var(--hc-border))}
.hc-single-history-list.has-more:not(.is-expanded) .hc-single-history-item:nth-of-type(3)::before{display:none}
.hc-single-history-dot{position:absolute;left:0;top:3px;width:18px;height:18px;border:4px solid var(--hc-card);border-radius:50%;background:var(--hc-accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--hc-accent) 48%,var(--hc-border)),0 0 0 4px var(--hc-accent-soft)}
.hc-single-history-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}
.hc-single-history-top strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--hc-text);font-size:13px;font-weight:850}
.hc-single-history-size-pill{flex:0 0 auto;padding:4px 8px;border-radius:999px;background:var(--hc-accent-soft);color:var(--hc-accent);font-size:9px;font-weight:850;line-height:1.2}
.hc-single-history-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 11px;margin-top:5px;color:var(--hc-muted);font-size:10px;font-weight:700}
.hc-single-history-download{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:44px!important;margin-top:10px!important;padding:0 18px!important;border:1px solid var(--hc-accent)!important;border-radius:999px!important;background:var(--hc-accent)!important;color:var(--apk1-on-accent)!important;font-size:11.5px!important;font-weight:850!important;box-shadow:none!important}
.hc-single-history-download:hover{background:var(--hc-accent-alt)!important;border-color:var(--hc-accent-alt)!important;color:var(--apk1-on-accent)!important}
.hc-single-history-download-copy{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}
.hc-single-history-download-icon{display:grid;place-items:center}
.hc-single-history-download-icon svg{width:14px;height:14px;stroke:currentColor}
.hc-single-history-more{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:36px;margin-top:12px;padding:0 12px;border:1px solid var(--hc-border)!important;border-radius:10px!important;background:var(--hc-soft-2)!important;color:var(--hc-accent)!important;font-size:10px!important;font-weight:850!important;box-shadow:none!important}
.hc-single-history-more:hover{border-color:var(--hc-accent)!important;background:var(--hc-accent-soft)!important;color:var(--hc-accent-alt)!important}
.hc-single-history-more i{display:grid;place-items:center;transition:transform .2s ease}
.hc-single-history-more i svg{width:14px;height:14px;stroke:currentColor}
.hc-single-history-more[aria-expanded="true"] i{transform:rotate(180deg)}

/* FAQ — chevron, not a plus button. */
.hc-single-faq .hc-single-section-head{margin-bottom:10px}
.hc-single-faq .dsoft-apk1-faqs{display:grid;gap:6px}
.hc-single-faq details{overflow:hidden;border:1px solid var(--hc-border);border-radius:12px;background:var(--hc-soft-2)}
.hc-single-faq summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;cursor:pointer;list-style:none;color:var(--hc-text);font-size:12.5px;font-weight:800}
.hc-single-faq summary::-webkit-details-marker{display:none}
.hc-single-faq summary .hc-faq-chevron{display:grid;width:24px;height:24px;place-items:center;flex:0 0 24px;border-radius:8px;background:var(--hc-card);color:var(--hc-muted);transition:transform .2s ease,color .2s ease,background .2s ease}
.hc-single-faq summary .hc-faq-chevron svg{width:14px;height:14px;stroke:currentColor}
.hc-single-faq details[open] summary .hc-faq-chevron{transform:rotate(180deg);color:var(--hc-accent);background:var(--hc-accent-soft)}
.hc-single-faq details>div{padding:0 12px 11px;color:var(--hc-muted);font-size:11.5px;line-height:1.6}
.hc-single-faq details>div p{margin:0;color:inherit!important}

/* Comments — normalize the WordPress form so its first row cannot drift or overlap. */
.hc-single-comments{overflow:hidden}
.hc-single-comments .comment-respond,.hc-single-comments .comment-list>li>.comment-body{border-color:var(--hc-border)!important;background:var(--hc-soft-2)!important}
.hc-single-comments #respond{clear:both!important;float:none!important;width:100%!important;max-width:none!important}
.hc-single-comments .comment-form{align-items:start!important}
.hc-single-comments .comment-form>p{float:none!important;clear:none!important;min-width:0!important}
.hc-single-comments textarea,.hc-single-comments input[type="text"],.hc-single-comments input[type="email"],.hc-single-comments input[type="url"]{border-color:var(--hc-border-strong)!important;background:var(--hc-card)!important;color:var(--hc-text)!important}
.hc-single-comments textarea:focus,.hc-single-comments input:focus{border-color:var(--hc-accent)!important}
.hc-single-comments .submit,.hc-single-comments input[type="submit"],.hc-single-comments button[type="submit"]{border-color:var(--hc-accent)!important;background:var(--hc-accent)!important;color:var(--apk1-on-accent)!important}
.hc-single-comments .submit:hover,.hc-single-comments input[type="submit"]:hover,.hc-single-comments button[type="submit"]:hover{border-color:var(--hc-accent-alt)!important;background:var(--hc-accent-alt)!important;color:var(--apk1-on-accent)!important}

/* Responsive */
@media(max-width:1180px){
  .hc-single-breadcrumb{padding-left:34px}
  .hc-single-hero-main{grid-template-columns:160px minmax(0,1fr);gap:26px;padding:22px 20px 34px 34px}
  .hc-single-logo{width:160px;height:160px;border-radius:30px}
  .hc-single-meta-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hc-single-meta-item:nth-child(4)::before{display:none}
  .hc-single-layout{grid-template-columns:minmax(0,1fr) 290px}
}

/* Happy Cloud 8.5 — shared Android-inspired hero for desktop/tablet.
 * One breadcrumb component is used at every viewport. The cover artwork is
 * intentionally removed from the hero so tablet/desktop use the same soft
 * Android hero language while keeping the existing desktop content system
 * underneath the hero. */
@media(min-width:721px){
  .hc-single-hero{
    display:block;
    height:auto;
    min-height:0;
    max-height:none;
    padding:0;
    overflow:hidden;
    border-radius:30px;
    background:linear-gradient(180deg,var(--hc-card) 0%,var(--hc-soft) 52%,var(--hc-soft) 100%);
    border-color:color-mix(in srgb,var(--hc-accent) 10%,var(--hc-border));
    box-shadow:0 18px 44px color-mix(in srgb,var(--hc-accent) 10%,transparent);
  }
  .hc-single-hero::before{
    background:
      radial-gradient(circle at 14% 8%,color-mix(in srgb,var(--hc-on-accent) 98%,transparent) 0%,color-mix(in srgb,var(--hc-on-accent) 90%,transparent) 18%,transparent 52%),
      radial-gradient(circle at 88% 100%,color-mix(in srgb,var(--hc-accent-soft) 56%,transparent) 0%,color-mix(in srgb,var(--hc-accent-soft) 18%,transparent) 32%,transparent 62%),
      linear-gradient(180deg,var(--hc-card) 0%,var(--hc-soft) 52%,var(--hc-soft) 100%);
  }
  .hc-single-hero::after{
    right:-7%;top:8%;bottom:auto;width:48%;height:82%;opacity:.68;
    background:linear-gradient(135deg,color-mix(in srgb,var(--hc-accent) 28%,transparent) 0%,color-mix(in srgb,var(--hc-accent) 13%,transparent) 58%,color-mix(in srgb,var(--hc-accent) 24%,transparent) 100%);
    clip-path:ellipse(74% 60% at 50% 50%);
  }

  /* Use exactly the same breadcrumb treatment as Android/mobile. */
  .hc-single-breadcrumb{display:none!important}
  .hc-single-mobile-topbar{
    position:absolute;z-index:8;left:32px;right:32px;top:18px;
    display:flex!important;align-items:flex-start;justify-content:flex-start;gap:12px;
    pointer-events:none;
  }
  .hc-single-mobile-breadcrumb{
    pointer-events:auto;display:flex!important;align-items:center;gap:6px;
    width:max-content;max-width:100%;min-height:40px;padding:7px 12px;
    overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;
    border:1px solid color-mix(in srgb,var(--hc-accent) 10%,var(--hc-border));
    border-radius:999px;
    background:color-mix(in srgb,var(--hc-card) 83%,transparent);
    box-shadow:0 8px 20px color-mix(in srgb,var(--hc-accent) 5%,transparent);
    backdrop-filter:blur(8px);
    color:var(--hc-body);font-size:10.5px;font-weight:760;line-height:1.1;
  }
  .hc-single-mobile-breadcrumb::-webkit-scrollbar{display:none}
  .hc-single-mobile-breadcrumb a,
  .hc-single-mobile-breadcrumb>span{
    display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;
    max-width:190px;color:inherit!important;text-decoration:none!important;
  }
  .hc-single-mobile-breadcrumb a:hover,
  .hc-single-mobile-breadcrumb a:focus-visible{color:var(--hc-accent)!important;text-decoration:none!important}
  .hc-single-mobile-breadcrumb a span,
  .hc-single-mobile-breadcrumb-current{overflow:hidden;text-overflow:ellipsis}
  .hc-single-mobile-breadcrumb-current{max-width:220px!important;color:var(--hc-text)!important;font-weight:850}
  .hc-single-mobile-breadcrumb svg{display:block;width:14px;height:14px;stroke:currentColor}
  .hc-single-mobile-breadcrumb-sep{display:grid!important;place-items:center!important;width:12px;max-width:12px!important;color:var(--hc-muted)!important}
  .hc-single-mobile-breadcrumb-sep svg{width:10px;height:10px}

  /* Same visual hero language as Android, adapted to a two-column desktop/tablet
     composition: app icon on the left, app copy/actions on the right. */
  .hc-single-hero-main{
    position:relative;z-index:4;width:100%;min-height:0;
    grid-template-columns:190px minmax(0,1fr);
    gap:34px;align-items:center;
    padding:82px 38px 34px;
  }
  .hc-single-logo{
    width:190px;height:190px;padding:11px;border-radius:38px;
    background:linear-gradient(180deg,color-mix(in srgb,var(--hc-on-accent) 96%,transparent) 0%,color-mix(in srgb,var(--hc-soft) 96%,transparent) 100%);
    box-shadow:0 22px 42px color-mix(in srgb,var(--hc-text) 14%,transparent);
  }
  .hc-single-logo img,.hc-single-logo-img{border-radius:28px!important}
  .hc-single-hero-copy{width:100%;max-width:none}
  .hc-single-hero-copy h1,.hc-single-hero-copy .hc-single-hero-title{max-width:900px}
  .hc-single-lead{max-width:820px}
  .hc-single-actions{max-width:720px}
  .hc-single-hero-visual,.hc-single-hero-orb{display:none!important}

  /* Screenshot images should begin directly after their heading/caption. The
     old fixed 330px track vertically centered landscape shots and created the
     large blank bands shown in the tablet capture. */
  .hc-single-gallery{padding:18px 20px 14px}
  .hc-single-gallery .hc-single-section-head{margin-bottom:8px}
  .hc-single-gallery .hc-single-section-head p{margin-top:3px!important}
  .hc-single-gallery-track{
    min-height:0!important;align-items:flex-start!important;
    margin-top:0!important;padding:2px 0 2px!important;
  }
  .hc-single-gallery-controls{margin-top:8px}

  /* Rating controls remain true 1:1 squares. They never stretch to fill the
     sidebar width, which was producing the long tablet star buttons. */
  .hc-single-rating-card .hc-single-rating-buttons,
  .hc-single-sidebar .hc-single-rating-buttons{
    display:flex!important;align-items:center!important;justify-content:flex-start!important;
    flex-wrap:nowrap!important;gap:6px!important;
  }
  .hc-single-rating-card .hc-single-rating-star,
  .hc-single-sidebar .hc-single-rating-star{
    width:44px!important;height:44px!important;min-width:44px!important;
    flex:0 0 44px!important;aspect-ratio:1/1!important;border-radius:11px!important;
  }
  .hc-single-rating-card .hc-single-rating-star::before,
  .hc-single-sidebar .hc-single-rating-star::before{font-size:26px!important}
}

/* Tablet keeps the desktop content/cards underneath the new shared hero.
 * Controls retain their normal size; when width is tight, content wraps instead
 * of being scaled down. */
@media(min-width:721px) and (max-width:1180px){
  body.softorbit-apk-layout-one.kadence-downly-software-single #mobile-header,
  body.softorbit-apk-layout-one.kadence-downly-software-single .site-mobile-header-wrap{
    margin:0!important;padding:0!important;
  }
  body.softorbit-apk-layout-one.kadence-downly-software-single #mobile-header .site-header-row-container,
  body.softorbit-apk-layout-one.kadence-downly-software-single #mobile-header .site-header-row-container-inner,
  body.softorbit-apk-layout-one.kadence-downly-software-single .site-mobile-header-wrap .site-header-row-container,
  body.softorbit-apk-layout-one.kadence-downly-software-single .site-mobile-header-wrap .site-header-row-container-inner{
    min-height:58px!important;height:58px!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;
  }
  body.softorbit-apk-layout-one.kadence-downly-software-single #mobile-header .site-header-item,
  body.softorbit-apk-layout-one.kadence-downly-software-single .site-mobile-header-wrap .site-header-item{
    margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important;
  }
  body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single-shell{
    width:min(100% - 24px,1120px);padding-top:8px;
  }
  .hc-single-mobile-topbar{left:24px;right:24px;top:16px}
  .hc-single-mobile-breadcrumb{font-size:10px;min-height:38px;padding:6px 11px}
  .hc-single-mobile-breadcrumb a,.hc-single-mobile-breadcrumb>span{max-width:160px}
  .hc-single-mobile-breadcrumb-current{max-width:190px!important}
  .hc-single-hero-main{
    grid-template-columns:clamp(150px,18vw,178px) minmax(0,1fr);
    gap:28px;padding:74px 28px 28px;
  }
  .hc-single-logo{
    width:clamp(150px,18vw,178px);height:clamp(150px,18vw,178px);
    border-radius:34px;
  }
  .hc-single-logo img,.hc-single-logo-img{border-radius:25px!important}
  .hc-single-hero-copy h1,.hc-single-hero-copy .hc-single-hero-title{
    font-size:clamp(30px,3.6vw,40px)!important;line-height:1.08!important;
  }
  .hc-single-hero-copy .hc-single-hero-title.is-long{font-size:clamp(28px,3.25vw,36px)!important}
  .hc-single-hero-copy .hc-single-hero-title.is-very-long{font-size:clamp(26px,3vw,33px)!important}
  .hc-single-lead{margin-top:9px!important;font-size:14px!important;line-height:1.55!important}
  .hc-single-actions{gap:10px;margin-top:16px;flex-wrap:wrap}
  .hc-single-action{min-width:245px!important;min-height:62px!important}
  .hc-single-trust-row{margin-top:12px;gap:9px 14px;font-size:10.5px}

  .hc-single-meta-strip{
    grid-template-columns:repeat(6,minmax(0,1fr));
    margin:0 6px 18px;padding:0 6px;border-radius:20px;
  }
  .hc-single-meta-item{gap:7px;min-height:72px;padding:14px 6px}
  .hc-single-meta-item+.hc-single-meta-item::before,
  .hc-single-meta-item:nth-child(4)::before{display:block}
  .hc-single-meta-icon{width:32px;height:32px;flex-basis:32px;border-radius:10px}
  .hc-single-meta-icon svg{width:18px;height:18px}
  .hc-single-meta-item small{font-size:9px!important}
  .hc-single-meta-item strong{font-size:11px;line-height:1.25}

  .hc-single-layout{grid-template-columns:minmax(0,1fr) 282px;gap:16px}
  .hc-single-sidebar{display:grid;position:sticky;top:18px;grid-template-columns:1fr;gap:16px}
  .hc-single-card{border-radius:22px}
  .hc-single-content-cards{grid-template-columns:minmax(0,1fr) minmax(250px,.82fr);gap:16px}
  .hc-single-description,.hc-single-features,.hc-single-comments{padding:22px}
  .hc-single-history-card,.hc-single-related-card,.hc-single-rating-card{padding:20px}
  .hc-single-section-head h2,.hc-single-card-title h2,.hc-single-sidebar h2{font-size:20px!important}
  .hc-single-features ul{gap:11px}
  .hc-single-features li{gap:9px;font-size:12.5px;line-height:1.45}
  .hc-single-features li i{width:21px;height:21px;flex-basis:21px;font-size:11px}
  .hc-single-rating-card .hc-single-rating-vote-single{gap:11px;padding:16px!important}
  .hc-single-rating-card .hc-single-rating-prompt{font-size:12.5px}
  .hc-single-rating-card .hc-single-rating-star,
  .hc-single-sidebar .hc-single-rating-star{
    width:40px!important;height:40px!important;min-width:40px!important;flex-basis:40px!important;
  }
  .hc-single-rating-card .hc-single-rating-star::before,
  .hc-single-sidebar .hc-single-rating-star::before{font-size:24px!important}
  .hc-single-history-download{min-height:50px!important;padding:0 18px!important;font-size:12.5px!important}
  .hc-single-history-download-icon svg{width:16px;height:16px}
  .hc-single-related-row{grid-template-columns:44px minmax(0,1fr) auto;gap:10px;padding:10px 0}
  .hc-single-related-thumb{width:44px;height:44px;border-radius:11px}
}

@media(min-width:721px) and (max-width:860px){
  body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single-shell{width:min(100% - 20px,840px)}
  .hc-single-mobile-topbar{left:20px;right:20px;top:14px}
  .hc-single-mobile-breadcrumb{max-width:100%;font-size:9.5px}
  .hc-single-mobile-breadcrumb a,.hc-single-mobile-breadcrumb>span{max-width:130px}
  .hc-single-mobile-breadcrumb-current{max-width:150px!important}
  .hc-single-hero-main{grid-template-columns:142px minmax(0,1fr);gap:22px;padding:70px 22px 24px}
  .hc-single-logo{width:142px;height:142px;border-radius:30px}
  .hc-single-logo img,.hc-single-logo-img{border-radius:22px!important}
  .hc-single-actions{display:grid;grid-template-columns:1fr;max-width:430px}
  .hc-single-action{width:100%!important;min-width:0!important}
  .hc-single-layout{grid-template-columns:minmax(0,1fr) 264px;gap:14px}
  .hc-single-content-cards{grid-template-columns:1fr;gap:14px}
  .hc-single-rating-card .hc-single-rating-star,
  .hc-single-sidebar .hc-single-rating-star{
    width:38px!important;height:38px!important;min-width:38px!important;flex-basis:38px!important;
  }
  .hc-single-rating-card .hc-single-rating-star::before,
  .hc-single-sidebar .hc-single-rating-star::before{font-size:23px!important}
}
@media(max-width:720px){
  body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single-shell{width:min(100% - 28px,1040px);padding-top:16px}
  .hc-single-hero{grid-template-columns:1fr;grid-template-rows:auto auto 230px;height:auto;min-height:0;max-height:none}
  .hc-single-hero::after{right:-6%;top:auto;bottom:-18%;width:88%;height:82%;opacity:.8}
  .hc-single-breadcrumb{grid-column:1;grid-row:1;padding:18px 30px 0}
  .hc-single-hero-main{grid-column:1;grid-row:2;padding:24px 30px 30px}
  .hc-single-hero-visual{position:relative;inset:auto;z-index:1;grid-column:1;grid-row:3;height:230px;min-height:230px;max-height:230px;border-top:1px solid var(--hc-border)}
  .hc-single-hero-visual::before{width:100%;clip-path:polygon(0 10%,100% 0,100% 100%,0 100%);opacity:.75}
  .hc-single-hero-art{width:100%;height:100%}
  .hc-single-hero-art::before{display:none}
  .hc-single-hero-art::after{background:linear-gradient(0deg,var(--hc-card) 0%,color-mix(in srgb,var(--hc-card) 58%,transparent) 18%,transparent 62%)}
  .hc-single-hero-art img{object-position:center center!important}
  .hc-single-hero-orb-a{left:58%;top:58%}
  .hc-single-hero-orb-b{left:72%;bottom:6%}
  .hc-single-layout{grid-template-columns:1fr}
  .hc-single-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .hc-single-content-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  body.softorbit-apk-layout-one.kadence-downly-software-single .kadence-downloadable-single-main{background:linear-gradient(180deg,var(--hc-soft) 0%,var(--hc-card) 220px,var(--apk1-bg-base) 860px)!important}
  .hc-single-hero{display:block;height:auto;min-height:0;max-height:none;border-radius:30px;margin-bottom:18px;padding:0 0 18px;background:linear-gradient(180deg,var(--hc-card) 0%,var(--hc-soft) 52%,var(--hc-soft) 100%);border-color:color-mix(in srgb,var(--hc-accent) 10%,var(--hc-border));box-shadow:0 18px 44px color-mix(in srgb,var(--hc-accent) 10%,transparent)}
  .hc-single-hero::before{background:radial-gradient(circle at 14% 8%,color-mix(in srgb,var(--hc-on-accent) 98%,transparent) 0%,color-mix(in srgb,var(--hc-on-accent) 90%,transparent) 18%,transparent 52%),radial-gradient(circle at 88% 100%,color-mix(in srgb,var(--hc-accent-soft) 56%,transparent) 0%,color-mix(in srgb,var(--hc-accent-soft) 18%,transparent) 32%,transparent 62%),linear-gradient(180deg,var(--hc-card) 0%,var(--hc-soft) 52%,var(--hc-soft) 100%)}
  .hc-single-hero::after{right:-12%;top:28px;bottom:auto;width:62%;height:48%;opacity:.7;background:linear-gradient(135deg,color-mix(in srgb,var(--hc-accent) 28%,transparent) 0%,color-mix(in srgb,var(--hc-accent) 13%,transparent) 58%,color-mix(in srgb,var(--hc-accent) 24%,transparent) 100%);clip-path:ellipse(74% 60% at 50% 50%)}
  .hc-single-breadcrumb{display:none}
  .hc-single-mobile-brandbar,.hc-single-mobile-flair,.hc-single-mobile-quickgrid{display:grid}
  .hc-single-hero-main{grid-template-columns:1fr;justify-items:center;padding:118px 18px 0;gap:18px;text-align:center}
  .hc-single-logo{width:min(48vw,196px);height:min(48vw,196px);padding:10px;border-radius:38px;background:linear-gradient(180deg,color-mix(in srgb,var(--hc-on-accent) 96%,transparent) 0%,color-mix(in srgb,var(--hc-soft) 96%,transparent) 100%);box-shadow:0 22px 42px color-mix(in srgb,var(--hc-text) 14%,transparent)}
  .hc-single-logo img,.hc-single-logo-img{border-radius:28px!important}
  .hc-single-hero-copy{width:100%;max-width:100%;display:grid;justify-items:center}
  .hc-single-hero-copy h1,.hc-single-hero-copy .hc-single-hero-title{max-width:100%;font-size:clamp(29px,8.4vw,56px)!important;line-height:1.04!important;text-align:center;letter-spacing:-.04em!important}
  .hc-single-hero-copy .hc-single-hero-title.is-long{font-size:clamp(26px,7.4vw,48px)!important}
  .hc-single-hero-copy .hc-single-hero-title.is-very-long{font-size:clamp(23px,6.8vw,40px)!important;line-height:1.08!important}
  .hc-single-lead{max-width:310px;margin-top:8px!important;font-size:14px!important;line-height:1.6!important;text-align:center}
  .hc-single-actions{display:grid;grid-template-columns:1fr;width:100%;max-width:560px;gap:0;margin-top:16px}
  .hc-single-action{width:100%!important;min-width:0!important;min-height:74px!important;padding:12px 18px!important;border-radius:26px!important}
  .hc-single-action-download{background:linear-gradient(90deg,var(--hc-accent) 0%,color-mix(in srgb,var(--hc-accent-alt) 40%,var(--hc-accent-alt)) 100%)!important;box-shadow:0 18px 32px color-mix(in srgb,var(--hc-accent) 18%,transparent)!important}
  .hc-single-action-download .hc-single-action-icon{width:42px;height:42px;flex-basis:42px;border-radius:14px;background:color-mix(in srgb,var(--hc-on-accent) 15%,transparent)}
  .hc-single-action-download strong{font-size:17px}
  .hc-single-action-download small{font-size:12px}
  .hc-single-action-play{display:none!important}
  .hc-single-action-chevron{display:none!important}
  .hc-single-trust-row{display:none}
  .hc-single-hero-visual,.hc-single-hero-orb{display:none!important}
  .hc-single-meta-strip{display:none}
  .hc-single-sidebar{grid-template-columns:1fr}
  .hc-single-content-cards{grid-template-columns:1fr}
  .hc-single-gallery{padding:16px}
  .hc-single-gallery-track{min-height:300px}
  .hc-single-gallery-slide[data-shot-orientation="landscape"],.hc-single-gallery-slide.hc-shot-landscape{flex-basis:82%}
  .hc-single-gallery-slide[data-shot-orientation="portrait"],.hc-single-gallery-slide.hc-shot-portrait{flex-basis:58%}
  .hc-single-gallery-slide[data-shot-orientation="auto"],.hc-single-gallery-slide.hc-shot-auto{flex-basis:76%}
}
@media(max-width:480px){
  body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single-shell{width:calc(100% - 16px);padding-top:14px}
  .hc-single-hero{border-radius:28px;padding-bottom:16px}
  .hc-single-mobile-brandbar{left:16px;right:16px;top:16px}
  .hc-single-mobile-brandcopy{font-size:9px;letter-spacing:.22em}
  .hc-single-mobile-pill{padding:8px 11px;font-size:11px;gap:6px}
  .hc-single-mobile-pill i{width:20px;height:20px}
  .hc-single-mobile-flair-left{left:18px;top:150px;font-size:21px}
  .hc-single-mobile-flair-right{right:18px;top:170px;font-size:9px;letter-spacing:.24em}
  .hc-single-hero-main{padding:110px 14px 0;gap:16px}
  .hc-single-logo{width:min(46vw,168px);height:min(46vw,168px);border-radius:32px}
  .hc-single-logo img,.hc-single-logo-img{border-radius:24px!important}
  .hc-single-hero-copy h1,.hc-single-hero-copy .hc-single-hero-title{font-size:clamp(27px,8.8vw,38px)!important}
  .hc-single-hero-copy .hc-single-hero-title.is-long{font-size:clamp(24px,7.9vw,34px)!important}
  .hc-single-hero-copy .hc-single-hero-title.is-very-long{font-size:clamp(22px,7.1vw,30px)!important}
  .hc-single-lead{max-width:290px;font-size:13px!important}
  .hc-single-action{min-height:70px!important;padding:12px 14px!important;border-radius:24px!important}
  .hc-single-action-download strong{font-size:16px}
  .hc-single-action-download small{font-size:11.5px}
  .hc-single-mobile-quickgrid{gap:8px;margin-top:18px}
  .hc-single-mobile-quickcard{min-height:100px;padding:12px 6px 10px;border-radius:20px}
  .hc-single-mobile-quickicon{width:32px;height:32px;border-radius:12px}
  .hc-single-mobile-quickicon svg{width:18px;height:18px}
  .hc-single-mobile-quickcard strong{font-size:10.5px}
  .hc-single-mobile-quickcard small{font-size:10px!important}
  .hc-single-gallery-track{min-height:280px}
  .hc-single-gallery-slide[data-shot-orientation="landscape"],.hc-single-gallery-slide.hc-shot-landscape{flex-basis:90%}
  .hc-single-gallery-slide[data-shot-orientation="portrait"],.hc-single-gallery-slide.hc-shot-portrait{flex-basis:70%}
  .hc-single-gallery-slide[data-shot-orientation="auto"],.hc-single-gallery-slide.hc-shot-auto{flex-basis:86%}
  .hc-single-description,.hc-single-features,.hc-single-faq,.hc-single-comments,.hc-single-history-card,.hc-single-related-card,.hc-single-rating{padding:17px}
}
@media(max-width:390px){
  .hc-single-mobile-flair-left,.hc-single-mobile-flair-right{display:none}
  .hc-single-mobile-brandcopy{max-width:116px}
  .hc-single-mobile-pill span{display:inline-block;max-width:94px;white-space:normal;line-height:1.1}
  .hc-single-hero-main{padding-top:92px}
  .hc-single-mobile-quickgrid{gap:6px}
  .hc-single-mobile-quickcard{min-height:94px;padding:10px 4px 8px;border-radius:18px}
  .hc-single-mobile-quickicon{width:30px;height:30px}
  .hc-single-mobile-quickcard strong{font-size:10px}
  .hc-single-mobile-quickcard small{font-size:9px!important;line-height:1.2!important}
}

@media(prefers-reduced-motion:reduce){.hc-single *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Happy Cloud 8.1 — sidebar visitor ratings using Kadence Global Palette 15. */
.hc-single-rating{padding:22px}
.hc-single-rating-card{overflow:hidden}
.hc-single-rating-card .hc-single-side-title{margin-bottom:4px}
.hc-single-rating-intro{margin:0 0 12px!important;color:var(--hc-muted)!important;font-size:10.5px!important;line-height:1.5!important}
.hc-single-rating-layout{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(0,1.28fr);gap:18px;align-items:stretch}
.hc-single-sidebar .hc-single-rating-layout{grid-template-columns:1fr;gap:10px}
.hc-single-rating-summary,.hc-single-rating-vote{border:1px solid var(--hc-border);border-radius:18px;background:var(--hc-soft);padding:18px}
.hc-single-sidebar .hc-single-rating-summary,.hc-single-sidebar .hc-single-rating-vote{padding:13px;border-radius:14px}
.hc-single-rating-summary{display:grid;align-content:center;justify-items:start;gap:7px}
.hc-single-sidebar .hc-single-rating-summary{grid-template-columns:auto minmax(0,1fr);column-gap:10px;row-gap:4px;align-items:center}
.hc-single-rating-score{display:flex;align-items:baseline;gap:6px;color:var(--hc-text)}
.hc-single-rating-score strong{font-size:38px;line-height:1;font-weight:900;letter-spacing:-.04em;color:var(--hc-text)}
.hc-single-sidebar .hc-single-rating-score strong{font-size:30px}
.hc-single-rating-score span{font-size:13px;font-weight:800;color:var(--hc-muted)}
.hc-single-rating-display-stars{position:relative;display:inline-block;font-size:19px;line-height:1;letter-spacing:2px;color:var(--hc-border-strong);white-space:nowrap}
.hc-single-rating-display-stars>span{display:block;color:var(--hc-border-strong)}
.hc-single-rating-display-stars>b{position:absolute;inset:0 auto 0 0;width:var(--hc-rating-fill,0%);overflow:hidden;color:var(--global-palette15);font:inherit;font-weight:inherit;white-space:nowrap}
.hc-single-rating-summary p{margin:0!important;color:var(--hc-muted)!important;font-size:11px!important;font-weight:700!important}
.hc-single-sidebar .hc-single-rating-summary p{grid-column:2;margin-top:-2px!important}
.hc-single-rating-summary p strong{color:var(--hc-text);font-weight:850}
.hc-single-rating-vote{display:grid;align-content:center;gap:10px;background:color-mix(in srgb,var(--hc-card) 92%,var(--hc-accent-soft))}
.hc-single-rating-prompt{font-size:12px;font-weight:850;color:var(--hc-text)}
.hc-single-rating-buttons{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.hc-single-sidebar .hc-single-rating-buttons{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}
.hc-single-rating-star{appearance:none!important;display:grid!important;width:42px!important;height:42px!important;min-width:42px!important;padding:0!important;place-items:center!important;border:1px solid var(--hc-border)!important;border-radius:12px!important;background:var(--hc-card)!important;color:var(--hc-border-strong)!important;box-shadow:none!important;font-family:Arial,sans-serif!important;font-size:25px!important;line-height:1!important;cursor:pointer!important;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease!important}
.hc-single-sidebar .hc-single-rating-star{width:100%!important;height:38px!important;min-width:0!important;border-radius:10px!important;font-size:22px!important}
.hc-single-rating-star:hover,.hc-single-rating-star:focus-visible,.hc-single-rating-star.is-preview,.hc-single-rating-star.is-active{border-color:color-mix(in srgb,var(--global-palette15) 70%,var(--hc-border))!important;background:color-mix(in srgb,var(--global-palette15) 10%,var(--hc-card))!important;color:var(--global-palette15)!important;transform:translateY(-1px)}
.hc-single-rating-star:focus-visible{outline:2px solid color-mix(in srgb,var(--hc-accent) 42%,transparent)!important;outline-offset:2px}
.hc-single-rating-star:disabled{cursor:not-allowed!important;opacity:.55!important;transform:none!important}
.hc-single-rating-buttons.is-submitting .hc-single-rating-star{pointer-events:none;opacity:.68}
.hc-single-rating-status{margin:0!important;min-height:18px;color:var(--hc-muted)!important;font-size:11px!important;font-weight:650!important;line-height:1.5!important}
.hc-single-sidebar .hc-single-rating-status{min-height:0;font-size:9.5px!important}
.hc-single-rating-status.is-success{color:var(--hc-success)!important}
.hc-single-rating-status.is-error{color:var(--global-palette13)!important}

@media(max-width:700px){
  .hc-single-rating-layout{grid-template-columns:1fr}
  .hc-single-rating-summary{justify-items:center;text-align:center}
  .hc-single-rating-vote{justify-items:center;text-align:center}
  .hc-single-rating-buttons{justify-content:center}
  .hc-single-sidebar .hc-single-rating-summary{grid-template-columns:1fr;justify-items:center}
  .hc-single-sidebar .hc-single-rating-summary p{grid-column:auto}
}
@media(max-width:480px){
  .hc-single-rating{padding:17px}
  .hc-single-rating-star{width:40px!important;height:40px!important;min-width:40px!important;font-size:23px!important}
  .hc-single-sidebar .hc-single-rating-star{width:100%!important;min-width:0!important;height:38px!important;font-size:22px!important}
}


/* --------------------------------------------------------------------------
 * Happy Cloud 8.2.1 — mobile single-post corrections
 * - Use the existing desktop design language, palette, typography and button.
 * - Keep four quick facts in one shared strip, matching the desktop meta strip.
 * - Remove reserved screenshot whitespace on mobile.
 * -------------------------------------------------------------------------- */
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single{
  font-family:var(--global-body-font-family,inherit)!important;
  font-synthesis:none;
}
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single h1,
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single h2,
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single h3,
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single strong,
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single button,
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single a{
  font-family:inherit!important;
}
.hc-single-mobile-quickstrip{display:none}

@media(max-width:720px){
  body.softorbit-apk-layout-one.kadence-downly-software-single .kadence-downloadable-single-main{
    background:linear-gradient(180deg,
      color-mix(in srgb,var(--hc-card) 90%,var(--hc-accent-soft)) 0%,
      color-mix(in srgb,var(--hc-card) 96%,var(--hc-accent-soft)) 420px,
      var(--hc-card) 980px)!important;
  }
  .hc-single-hero{
    border-color:color-mix(in srgb,var(--hc-accent) 16%,var(--hc-border));
    background:linear-gradient(180deg,
      color-mix(in srgb,var(--hc-card) 91%,var(--hc-accent-soft)) 0%,
      color-mix(in srgb,var(--hc-card) 84%,var(--hc-accent-soft)) 58%,
      color-mix(in srgb,var(--hc-card) 90%,var(--hc-accent-soft)) 100%);
  }
  .hc-single-hero::before{
    background:
      radial-gradient(ellipse 72% 36% at 3% 18%,color-mix(in srgb,var(--hc-card) 86%,transparent) 0%,transparent 72%),
      radial-gradient(ellipse 62% 38% at 97% 84%,color-mix(in srgb,var(--hc-accent) 13%,transparent) 0%,transparent 72%),
      radial-gradient(ellipse 65% 36% at 20% 100%,color-mix(in srgb,var(--hc-accent-soft) 65%,transparent) 0%,transparent 75%),
      linear-gradient(180deg,
        color-mix(in srgb,var(--hc-card) 91%,var(--hc-accent-soft)) 0%,
        color-mix(in srgb,var(--hc-card) 84%,var(--hc-accent-soft)) 58%,
        color-mix(in srgb,var(--hc-card) 90%,var(--hc-accent-soft)) 100%);
  }
  .hc-single-hero::after{
    right:-10%;top:62px;width:58%;height:38%;opacity:.72;
    background:linear-gradient(145deg,
      color-mix(in srgb,var(--hc-accent) 8%,transparent),
      color-mix(in srgb,var(--hc-accent) 3%,transparent));
    clip-path:polygon(28% 0,100% 0,100% 100%,0 100%,0 18%);
  }

  /* Fix the top row: two items on one line, exactly as in the approved mockup. */
  .hc-single-mobile-brandbar{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;grid-template-columns:none!important}
  .hc-single-mobile-pill{display:inline-flex!important;width:auto!important;max-width:max-content!important;justify-self:auto!important;align-self:flex-start!important;padding:8px 12px!important;border-radius:999px!important;background:color-mix(in srgb,var(--hc-card) 92%,transparent)!important;color:var(--hc-body)!important}
  .hc-single-mobile-pill i{color:var(--hc-accent)!important;background:var(--hc-accent-soft)!important}

  /* Mobile never renders the desktop cover image. */
  .hc-single-hero-visual,.hc-single-hero-art,.hc-single-hero-orb{display:none!important}

  /* Keep the real Kadence/desktop button design. Only make it span the mobile width. */
  .hc-single-actions{width:100%;max-width:560px;margin-top:16px}
  .hc-single-action{min-height:62px!important;padding:9px 16px!important;border-radius:16px!important}
  .hc-single-action-download{
    background:var(--hc-accent)!important;
    border-color:var(--hc-accent)!important;
    color:var(--apk1-on-accent)!important;
    box-shadow:0 12px 30px color-mix(in srgb,var(--hc-accent) 24%,transparent)!important;
  }
  .hc-single-action-download:hover,.hc-single-action-download:focus-visible{background:var(--hc-accent-alt)!important;border-color:var(--hc-accent-alt)!important}
  .hc-single-action-download .hc-single-action-icon{width:36px;height:36px;flex-basis:36px;border-radius:11px;background:color-mix(in srgb,currentColor 10%,transparent)}
  .hc-single-action-download strong{font-size:14px}
  .hc-single-action-download small{font-size:10.5px}

  /* One shared strip, using the exact same visual system as the desktop info strip. */
  .hc-single-mobile-quickstrip{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    width:100%;
    max-width:680px;
    margin:18px 0 0;
    padding:0 5px;
    border:1px solid color-mix(in srgb,var(--hc-accent) 10%,var(--hc-border));
    border-radius:18px;
    background:color-mix(in srgb,var(--hc-card) 96%,var(--hc-accent-soft));
    box-shadow:0 14px 34px color-mix(in srgb,var(--hc-text) 8%,transparent),0 2px 8px color-mix(in srgb,var(--hc-accent) 5%,transparent);
    overflow:hidden;
  }
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem{
    position:relative;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    min-width:0;
    min-height:72px;
    padding:11px 7px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:var(--hc-text)!important;
    text-align:left!important;
    text-decoration:none!important;
  }
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem+.hc-single-mobile-quickitem::before{
    content:"";position:absolute;left:0;top:24%;width:1px;height:52%;background:var(--hc-border);
  }
  .hc-single-mobile-quickstrip .hc-single-meta-icon{
    width:30px;height:30px;flex:0 0 30px;border-radius:9px;
    background:var(--hc-accent-soft);color:var(--hc-accent);
  }
  .hc-single-mobile-quickstrip .hc-single-meta-icon svg{width:16px;height:16px}
  .hc-single-mobile-quickstrip .hc-single-mobile-google img{width:18px!important;height:21px!important;object-fit:contain!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem>span:last-child{display:grid;gap:3px;min-width:0}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem small{font-size:8.5px!important;font-weight:800!important;line-height:1.05!important;color:var(--hc-body)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem strong{font-size:10px!important;font-weight:850!important;line-height:1.15!important;color:var(--hc-text)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating .hc-single-meta-icon{color:var(--global-palette15);background:color-mix(in srgb,var(--global-palette15) 12%,var(--hc-card))}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:hover,.hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:focus-visible{background:var(--hc-accent-soft)!important;color:var(--hc-text)!important;transform:none!important}

  /* Remove the artificial vertical reserve under the Screenshots heading. */
  .hc-single-gallery .hc-single-section-head{margin-bottom:8px}
  .hc-single-gallery-track{min-height:0!important;align-items:flex-start!important;padding-top:0!important;margin-top:0!important}
  .hc-single-gallery-slide{align-self:flex-start}
}

@media(max-width:480px){
  .hc-single-mobile-brandbar{left:14px;right:14px;top:14px}
  .hc-single-mobile-pill{padding:7px 10px!important;font-size:10px!important}
  .hc-single-mobile-pill i{width:18px;height:18px}
  .hc-single-mobile-pill i svg{width:12px;height:12px}
  .hc-single-mobile-brandcopy{font-size:8.5px;letter-spacing:.20em}
  .hc-single-hero-main{padding-top:96px!important}
  .hc-single-logo{width:min(44vw,164px)!important;height:min(44vw,164px)!important}
  .hc-single-mobile-quickstrip{margin-top:14px;border-radius:15px;padding:0 3px}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem{min-height:64px;padding:9px 4px!important;gap:5px!important}
  .hc-single-mobile-quickstrip .hc-single-meta-icon{width:26px;height:26px;flex-basis:26px;border-radius:8px}
  .hc-single-mobile-quickstrip .hc-single-meta-icon svg{width:14px;height:14px}
  .hc-single-mobile-quickstrip .hc-single-mobile-google img{width:16px!important;height:19px!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem small{font-size:7.5px!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem strong{font-size:8.8px!important}
  .hc-single-gallery{padding-top:14px}
  .hc-single-gallery .hc-single-section-head{margin-bottom:6px}
}

@media(max-width:360px){
  .hc-single-mobile-brandcopy{max-width:102px;font-size:7.5px}
  .hc-single-mobile-pill span{max-width:76px;font-size:9px;line-height:1.05}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem{min-height:60px;padding-inline:3px!important;gap:4px!important}
  .hc-single-mobile-quickstrip .hc-single-meta-icon{width:24px;height:24px;flex-basis:24px}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem small{font-size:7px!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem strong{font-size:8px!important}
}

/* Font loading guard: preserve layout dimensions but never flash a fallback font. */
html.hc-fonts-loading body.kadence-downly-software-single .hc-single{visibility:hidden!important}
html.hc-fonts-ready body.kadence-downly-software-single .hc-single{visibility:visible!important}
@media(max-width:720px){
  .hc-single-action-download .hc-single-action-chevron{display:grid!important}
}

/* --------------------------------------------------------------------------
 * Happy Cloud 8.2.2 — mobile hero/menu/rating refinements
 * -------------------------------------------------------------------------- */
.hc-single-mobile-topbar{display:none}
.hc-single-mobile-featureline{display:none!important}
.hc-single-mobile-breadcrumb{display:none}
.hc-single-mobile-menu-trigger{display:none}

@media(max-width:720px){
  /* The Kadence drawer stays intact, but its visible header row is replaced by
     the in-hero three-dot proxy so the hero can start at the top on mobile. */
  body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single-shell{padding-top:8px!important}

  /* Remove all old generic mobile slogans/badges. */
  .hc-single-mobile-brandbar,
  .hc-single-mobile-brandcopy,
  .hc-single-mobile-pill,
  .hc-single-mobile-flair{display:none!important}

  .hc-single-mobile-topbar{
    position:absolute;z-index:8;left:18px;right:18px;top:14px;
    display:flex!important;align-items:flex-start;justify-content:space-between;gap:12px;
    pointer-events:none;
  }
  .hc-single-mobile-featureline{display:none!important}
  .hc-single-mobile-breadcrumb{
    pointer-events:auto;display:flex!important;align-items:center;gap:5px;
    max-width:calc(100% - 4px);min-height:38px;padding:6px 10px;
    overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;
    border:1px solid color-mix(in srgb,var(--hc-accent) 10%,var(--hc-border));
    border-radius:999px;
    background:color-mix(in srgb,var(--hc-card) 83%,transparent);
    box-shadow:0 8px 20px color-mix(in srgb,var(--hc-accent) 5%,transparent);
    backdrop-filter:blur(8px);
    color:var(--hc-body);font-size:9px;font-weight:760;line-height:1.1;
  }
  .hc-single-mobile-breadcrumb::-webkit-scrollbar{display:none}
  .hc-single-mobile-breadcrumb a,
  .hc-single-mobile-breadcrumb>span{
    display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;
    max-width:128px;color:inherit!important;text-decoration:none!important;
  }
  .hc-single-mobile-breadcrumb a:hover,
  .hc-single-mobile-breadcrumb a:focus-visible{color:var(--hc-accent)!important;text-decoration:none!important}
  .hc-single-mobile-breadcrumb a span,
  .hc-single-mobile-breadcrumb-current{overflow:hidden;text-overflow:ellipsis}
  .hc-single-mobile-breadcrumb-current{max-width:150px!important;color:var(--hc-text)!important;font-weight:850}
  .hc-single-mobile-breadcrumb svg{display:block;width:13px;height:13px;stroke:currentColor}
  .hc-single-mobile-breadcrumb-sep{display:grid!important;place-items:center!important;width:11px;max-width:11px!important;color:var(--hc-muted)!important}
  .hc-single-mobile-breadcrumb-sep svg{width:10px;height:10px}
  .hc-single-mobile-menu-trigger{
    pointer-events:auto;appearance:none!important;display:grid!important;
    width:40px!important;height:40px!important;min-width:40px!important;padding:0!important;
    grid-template-columns:1fr;place-content:center;justify-items:center;gap:3px;
    border:1px solid color-mix(in srgb,var(--hc-accent) 12%,var(--hc-border))!important;
    border-radius:50%!important;
    background:color-mix(in srgb,var(--hc-card) 90%,transparent)!important;
    color:var(--hc-text)!important;
    box-shadow:0 10px 24px color-mix(in srgb,var(--hc-text) 7%,transparent)!important;
    cursor:pointer!important;
    backdrop-filter:blur(8px);
  }
  .hc-single-mobile-menu-trigger span{
    display:block;width:4px;height:4px;border-radius:50%;background:currentColor;
  }
  .hc-single-mobile-menu-trigger:hover,
  .hc-single-mobile-menu-trigger:focus-visible{
    border-color:var(--hc-accent)!important;
    background:var(--hc-accent-soft)!important;
    color:var(--hc-accent)!important;
    transform:none!important;
  }
  .hc-single-mobile-menu-trigger:focus-visible{outline:2px solid color-mix(in srgb,var(--hc-accent) 38%,transparent)!important;outline-offset:2px}

  /* Top spacing now belongs to feature chips + menu dots, not placeholder text. */
  .hc-single-hero-main{padding-top:78px!important}

  /* Keep the mobile CTA identical to the desktop component; mobile changes
     only its width. */
  .hc-single-action-download{
    background:var(--hc-accent)!important;
    border-color:var(--hc-accent)!important;
    color:var(--apk1-on-accent)!important;
    border-radius:16px!important;
    min-height:62px!important;
    padding:9px 16px!important;
    box-shadow:0 12px 30px color-mix(in srgb,var(--hc-accent) 24%,transparent)!important;
  }
  .hc-single-action-download:hover,
  .hc-single-action-download:focus-visible{
    background:var(--hc-accent-alt)!important;
    border-color:var(--hc-accent-alt)!important;
    padding:9px 16px!important;
    margin:0!important;
    transform:translateY(-2px)!important;
  }

  /* Shared info strip: same desktop meta-box system, no layout shift on hover. */
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem{
    position:relative;isolation:isolate;overflow:hidden;
    appearance:none!important;font:inherit!important;cursor:default!important;
  }
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem>*{position:relative;z-index:2}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating{cursor:pointer!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link::after,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating::after{
    content:"";position:absolute;z-index:1;inset:4px;border-radius:12px;
    background:transparent;transition:background .16s ease,border-color .16s ease;
    border:1px solid transparent;pointer-events:none;
  }
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:hover::after,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:focus-visible::after,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:hover::after,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:focus-visible::after{
    background:color-mix(in srgb,var(--hc-accent) 6%,var(--hc-card));
    border-color:color-mix(in srgb,var(--hc-accent) 22%,var(--hc-border));
  }
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:focus-visible,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:focus-visible{
    background:transparent!important;padding:11px 7px!important;margin:0!important;transform:none!important;outline:0!important;
  }
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem small,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem strong{
    white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
  }
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem strong{font-size:9.8px!important;line-height:1.08!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem small{font-size:8px!important;line-height:1.05!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating[aria-busy="true"]{opacity:.72}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating.is-rated .hc-single-meta-icon{
    color:var(--global-palette15);
    background:color-mix(in srgb,var(--global-palette15) 16%,var(--hc-card));
  }
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem:disabled{opacity:.58;cursor:not-allowed!important}

  /* Rating now lives in the hero on mobile. Keep the desktop sidebar card for desktop only. */
  .hc-single-sidebar .hc-single-rating-card{display:none!important}

  /* Screenshot heading and navigation arrows share one horizontal row. */
  .hc-single-gallery{position:relative;margin-top:-4px;padding-top:12px!important}
  .hc-single-gallery .hc-single-section-head{margin-bottom:5px!important;padding-right:88px}
  .hc-single-gallery .hc-single-section-head p{margin-top:2px!important}
  .hc-single-gallery-track{margin-top:0!important;padding-top:0!important}
  .hc-single-gallery-controls{min-height:26px;margin-top:7px}
  .hc-single-gallery-controls .dsoft-apk1-gallery-arrows{
    position:absolute;z-index:5;top:11px;right:13px;display:flex;gap:6px;
  }
  .hc-single-gallery-controls .dsoft-apk1-gallery-arrows button{
    width:32px!important;height:32px!important;min-width:32px!important;
  }
}

@media(max-width:480px){
  .hc-single-mobile-topbar{left:13px;right:13px;top:11px}
  .hc-single-mobile-breadcrumb{max-width:100%;min-height:36px;padding:5px 9px;gap:4px;font-size:8px}
  .hc-single-mobile-breadcrumb a,.hc-single-mobile-breadcrumb>span{max-width:106px}
  .hc-single-mobile-breadcrumb-current{max-width:126px!important}
  .hc-single-mobile-menu-trigger{width:36px!important;height:36px!important;min-width:36px!important}
  .hc-single-hero-main{padding-top:66px!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:focus-visible,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:focus-visible{padding:9px 4px!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem strong{font-size:8.7px!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem small{font-size:7.3px!important}
  .hc-single-gallery{margin-top:-6px;padding-top:10px!important}
  .hc-single-gallery .hc-single-section-head{padding-right:78px}
  .hc-single-gallery-controls .dsoft-apk1-gallery-arrows{top:9px;right:10px}
  .hc-single-gallery-controls .dsoft-apk1-gallery-arrows button{width:30px!important;height:30px!important;min-width:30px!important}
}

@media(max-width:360px){
  .hc-single-mobile-breadcrumb{font-size:7.5px;padding-inline:8px}
  .hc-single-mobile-breadcrumb a,.hc-single-mobile-breadcrumb>span{max-width:92px}
  .hc-single-mobile-breadcrumb-current{max-width:112px!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem strong{font-size:7.9px!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem small{font-size:6.8px!important}
}


/* --------------------------------------------------------------------------
 * Happy Cloud 8.2.3 — native Kadence mobile menu + rating dialog refinements
 * -------------------------------------------------------------------------- */
.hc-single-mobile-menu-slot{display:none}
.hc-mobile-rating-modal{display:none}

@media(max-width:720px){
  /* Use the actual Kadence mobile toggle inside the hero. JS physically moves
     the existing #mobile-toggle/menu-toggle-open node here, preserving the
     icon style selected in Kadence and Kadence's original drawer behavior. */
  .hc-single-mobile-menu-slot{
    display:flex;align-items:center;justify-content:center;flex:0 0 auto;
    min-width:40px;min-height:40px;pointer-events:auto;
  }
  .hc-single-mobile-menu-slot > #mobile-toggle,
  .hc-single-mobile-menu-slot > .menu-toggle-open,
  .hc-single-mobile-menu-slot > button{
    margin:0!important;transform:none!important;
  }
  .hc-single-mobile-menu-slot .menu-toggle-icon,
  .hc-single-mobile-menu-slot .kadence-svg-iconset{display:inline-flex!important;align-items:center;justify-content:center}
  .hc-kadence-menu-source-empty{display:none!important}

  /* Official App: hover the full strip cell, never draw a second inner box or
     alter padding/margins. This keeps all four columns perfectly aligned. */
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link::after,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating::after{display:none!important}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating{
    transition:background .16s ease,color .16s ease!important;
  }
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:focus-visible,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:focus-visible{
    background:var(--hc-accent-soft)!important;
    padding:11px 7px!important;
    margin:0!important;
    border-radius:0!important;
    box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--hc-accent) 22%,transparent)!important;
    outline:0!important;
    transform:none!important;
  }
  .hc-single-mobile-store-copy{min-width:0!important}
  .hc-single-mobile-store-copy strong{white-space:nowrap!important;font-size:9.2px!important;letter-spacing:-.01em}

  /* Compact selected-rating feedback inside the hero cell. */
  .hc-single-mobile-rate-mini{
    position:relative;display:inline-block;width:max-content;max-width:100%;
    font-size:7px;line-height:1;letter-spacing:.45px;white-space:nowrap;
    color:color-mix(in srgb,var(--global-palette15) 20%,var(--hc-border-strong));
  }
  .hc-single-mobile-rate-mini>span{display:block}
  .hc-single-mobile-rate-mini>b{
    position:absolute;inset:0 auto 0 0;width:var(--hc-mobile-user-fill,0%);overflow:hidden;
    color:var(--global-palette15);font:inherit;font-weight:inherit;white-space:nowrap;
  }

  /* Rating popup. It uses the same Kadence palette variables as the post and
     submits through the existing Happy Cloud rating endpoint. */
  .hc-mobile-rating-modal[hidden]{display:none!important}
  .hc-mobile-rating-modal{
    position:fixed;z-index:999999;inset:0;display:grid;place-items:end center;
    padding:18px;opacity:0;pointer-events:none;transition:opacity .18s ease;
  }
  .hc-mobile-rating-modal.is-open{opacity:1;pointer-events:auto}
  .hc-mobile-rating-backdrop{position:absolute;inset:0;background:color-mix(in srgb,var(--hc-text) 38%,transparent);backdrop-filter:blur(5px)}
  .hc-mobile-rating-dialog{
    position:relative;z-index:2;width:min(100%,430px);padding:24px 20px 22px;
    border:1px solid color-mix(in srgb,var(--hc-accent) 14%,var(--hc-border));border-radius:26px;
    background:linear-gradient(180deg,color-mix(in srgb,var(--hc-card) 96%,var(--hc-accent-soft)) 0%,var(--hc-card) 100%);
    box-shadow:0 24px 70px color-mix(in srgb,var(--hc-text) 26%,transparent);
    transform:translateY(28px) scale(.985);transition:transform .22s cubic-bezier(.2,.8,.2,1);
    text-align:center;
  }
  .hc-mobile-rating-modal.is-open .hc-mobile-rating-dialog{transform:translateY(0) scale(1)}
  .hc-mobile-rating-close{
    position:absolute!important;top:12px;right:12px;display:grid!important;place-items:center!important;
    width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border:1px solid var(--hc-border)!important;
    border-radius:50%!important;background:var(--hc-soft)!important;color:var(--hc-text)!important;
    font:700 22px/1 Arial,sans-serif!important;box-shadow:none!important;
  }
  .hc-mobile-rating-kicker{display:block;margin-bottom:7px;color:var(--hc-accent);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
  .hc-mobile-rating-dialog h2{margin:0 30px 7px!important;color:var(--hc-text)!important;font-size:21px!important;line-height:1.2!important;font-weight:850!important;letter-spacing:-.02em!important}
  .hc-mobile-rating-dialog>p{margin:0!important;color:var(--hc-muted)!important;font-size:12px!important;line-height:1.5!important}
  .hc-mobile-rating-stars{display:flex;align-items:center;justify-content:center;gap:7px;margin:20px 0 14px}
  .hc-mobile-rating-stars button{
    appearance:none!important;display:grid!important;place-items:center!important;width:48px!important;height:48px!important;min-width:48px!important;
    padding:0!important;border:1px solid var(--hc-border)!important;border-radius:15px!important;background:var(--hc-card)!important;
    color:var(--hc-border-strong)!important;font:700 28px/1 Arial,sans-serif!important;box-shadow:none!important;
    transition:transform .14s ease,color .14s ease,background .14s ease,border-color .14s ease!important;
  }
  .hc-mobile-rating-stars button.is-active,
  .hc-mobile-rating-stars button.is-preview{
    color:var(--global-palette15)!important;
    border-color:color-mix(in srgb,var(--global-palette15) 52%,var(--hc-border))!important;
    background:color-mix(in srgb,var(--global-palette15) 10%,var(--hc-card))!important;
    transform:translateY(-2px);
  }
  .hc-mobile-rating-stars.is-saving button{pointer-events:none;opacity:.65}
  .hc-mobile-rating-status{min-height:18px;margin-top:2px!important;font-size:11px!important;font-weight:700!important}
  .hc-mobile-rating-status.is-error{color:var(--global-palette13)!important}

  /* Arrows belong to the Screenshots heading row. Do not reserve a second
     controls row below the heading. */
  .hc-single-gallery{position:relative;margin-top:-8px!important;padding-top:10px!important}
  .hc-single-gallery .hc-single-section-head{margin-bottom:4px!important;padding-right:82px!important}
  .hc-single-gallery-controls{height:0!important;min-height:0!important;margin:0!important;padding:0!important}
  .hc-single-gallery-controls .dsoft-apk1-gallery-dots{display:none!important}
  .hc-single-gallery-controls .dsoft-apk1-gallery-arrows{top:9px!important;right:12px!important}
  .hc-single-gallery-track{margin-top:0!important;padding-top:0!important}
}

@media(max-width:480px){
  .hc-single-mobile-menu-slot{min-width:36px;min-height:36px}
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:focus-visible,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:focus-visible{padding:9px 4px!important}
  .hc-single-mobile-store-copy strong{font-size:8.3px!important}
  .hc-mobile-rating-dialog{padding:22px 14px 20px;border-radius:24px}
  .hc-mobile-rating-stars{gap:5px}
  .hc-mobile-rating-stars button{width:44px!important;height:44px!important;min-width:44px!important;font-size:25px!important}
  .hc-single-gallery{margin-top:-10px!important;padding-top:8px!important}
  .hc-single-gallery .hc-single-section-head{padding-right:74px!important}
  .hc-single-gallery-controls .dsoft-apk1-gallery-arrows{top:7px!important;right:9px!important}
}

/* --------------------------------------------------------------------------
 * Happy Cloud 8.2.4 — mobile interaction cleanup
 * -------------------------------------------------------------------------- */
@media(max-width:720px){
  /* Once the real Kadence toggle has been moved into the hero, collapse only
     the now-empty mobile header shell. The drawer itself stays untouched. */
  body.hc-kadence-menu-in-hero #mobile-header,
  body.hc-kadence-menu-in-hero .site-mobile-header-wrap{
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:visible!important;
  }
  body.hc-kadence-menu-in-hero #mobile-header .site-header-row-container,
  body.hc-kadence-menu-in-hero #mobile-header .site-header-row-container-inner,
  body.hc-kadence-menu-in-hero .site-mobile-header-wrap .site-header-row-container,
  body.hc-kadence-menu-in-hero .site-mobile-header-wrap .site-header-row-container-inner{
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }
  body.hc-kadence-menu-in-hero .kadence-downloadable-single-main{margin-top:0!important;padding-top:0!important}
  body.hc-kadence-menu-in-hero .hc-single-shell{padding-top:4px!important}

  /* Keep the native Kadence button visually untouched: no replacement icon,
     no forced hover skin. Kadence continues to own its selected menu style. */
  .hc-single-mobile-menu-slot > #mobile-toggle,
  .hc-single-mobile-menu-slot > .menu-toggle-open,
  .hc-single-mobile-menu-slot > button{
    -webkit-tap-highlight-color:transparent!important;
  }

  /* Mobile quick strip must never draw a hover/tap box. Clickability remains,
     but every interaction state keeps the exact same dimensions and surface. */
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:focus,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:focus-visible,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:active,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:focus,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:focus-visible,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:active{
    margin:0!important;
    padding:11px 7px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    outline:0!important;
    transform:none!important;
    filter:none!important;
    opacity:1!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link::after,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating::after{display:none!important}
  .hc-single-mobile-store-copy strong{
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    font-size:9.1px!important;
    letter-spacing:-.025em!important;
  }

  /* True centered rating popup. */
  .hc-mobile-rating-modal{
    z-index:2147483000!important;
    place-items:center!important;
    padding:18px!important;
  }
  .hc-mobile-rating-backdrop{
    background:color-mix(in srgb,var(--hc-text) 42%,transparent)!important;
  }
  .hc-mobile-rating-dialog{
    width:min(92vw,390px)!important;
    max-height:min(76vh,520px)!important;
    overflow:auto!important;
    padding:26px 20px 22px!important;
    border-radius:26px!important;
    transform:translateY(10px) scale(.96)!important;
  }
  .hc-mobile-rating-modal.is-open .hc-mobile-rating-dialog{transform:translateY(0) scale(1)!important}
  .hc-mobile-rating-stars button,
  .hc-mobile-rating-stars button:hover,
  .hc-mobile-rating-stars button:focus,
  .hc-mobile-rating-stars button:active{
    -webkit-tap-highlight-color:transparent!important;
    box-shadow:none!important;
  }
  .hc-mobile-rating-status.is-success{color:var(--hc-success)!important}
  body.hc-rating-dialog-open{overflow:hidden!important;touch-action:none}
}

@media(max-width:480px){
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:focus,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:focus-visible,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-link:active,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:hover,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:focus,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:focus-visible,
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating:active{
    padding:9px 4px!important;
  }
  .hc-single-mobile-store-copy strong{font-size:8.4px!important}
  .hc-mobile-rating-dialog{width:min(94vw,370px)!important;padding:24px 14px 20px!important}
}

/* 8.2.4 correction: keep Kadence's own mobile menu exactly where Kadence
   renders it. Only compact the header row so it does not leave a large blank
   band above the app hero. */
@media(max-width:720px){
  body.softorbit-apk-layout-one.kadence-downly-software-single #mobile-header,
  body.softorbit-apk-layout-one.kadence-downly-software-single .site-mobile-header-wrap{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
  body.softorbit-apk-layout-one.kadence-downly-software-single #mobile-header .site-header-row-container,
  body.softorbit-apk-layout-one.kadence-downly-software-single #mobile-header .site-header-row-container-inner,
  body.softorbit-apk-layout-one.kadence-downly-software-single .site-mobile-header-wrap .site-header-row-container,
  body.softorbit-apk-layout-one.kadence-downly-software-single .site-mobile-header-wrap .site-header-row-container-inner{
    min-height:54px!important;
    height:54px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }
  body.softorbit-apk-layout-one.kadence-downly-software-single #mobile-header .site-header-item,
  body.softorbit-apk-layout-one.kadence-downly-software-single .site-mobile-header-wrap .site-header-item{
    padding-top:0!important;
    padding-bottom:0!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }
  body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single-shell{padding-top:6px!important}
  .hc-single-mobile-topbar{right:18px!important}
  .hc-single-mobile-breadcrumb{max-width:100%!important}
}
@media(max-width:480px){
  body.softorbit-apk-layout-one.kadence-downly-software-single #mobile-header .site-header-row-container,
  body.softorbit-apk-layout-one.kadence-downly-software-single #mobile-header .site-header-row-container-inner,
  body.softorbit-apk-layout-one.kadence-downly-software-single .site-mobile-header-wrap .site-header-row-container,
  body.softorbit-apk-layout-one.kadence-downly-software-single .site-mobile-header-wrap .site-header-row-container-inner{
    min-height:50px!important;
    height:50px!important;
  }
  .hc-single-mobile-topbar{left:13px!important;right:13px!important}
}

/* --------------------------------------------------------------------------
 * Happy Cloud 8.2.5 — rating trigger, unrated stars, comments and FAQ palette
 * -------------------------------------------------------------------------- */

/* Desktop/unrated stars must always have a visible shape. Use an outline star
   until a value is selected, then switch to the filled Palette 15 star. */
.hc-single-rating-star{
  font-size:0!important;
  color:transparent!important;
}
.hc-single-rating-star::before{
  content:"☆";
  display:block;
  color:color-mix(in srgb,var(--global-palette15) 42%,var(--hc-muted));
  font:700 25px/1 Arial,sans-serif;
}
.hc-single-rating-star.is-active::before,
.hc-single-rating-star.is-preview::before,
.hc-single-rating-star:hover::before,
.hc-single-rating-star:focus-visible::before{
  content:"★";
  color:var(--global-palette15);
}
.hc-single-sidebar .hc-single-rating-star::before{font-size:22px}

/* Make the WordPress comment fields visible before focus on both desktop and
   mobile. Keep focus on the primary Kadence accent. */
.hc-single-comments textarea,
.hc-single-comments input[type="text"],
.hc-single-comments input[type="email"],
.hc-single-comments input[type="url"],
.hc-single-comments .comment-form input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]){
  border:1.5px solid color-mix(in srgb,var(--hc-muted) 40%,var(--hc-border))!important;
  background:color-mix(in srgb,var(--hc-card) 98%,var(--hc-soft))!important;
  color:var(--hc-text)!important;
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--hc-muted) 8%,transparent)!important;
}
.hc-single-comments textarea::placeholder,
.hc-single-comments input::placeholder{
  color:color-mix(in srgb,var(--hc-muted) 82%,transparent)!important;
  opacity:1!important;
}
.hc-single-comments textarea:focus,
.hc-single-comments input[type="text"]:focus,
.hc-single-comments input[type="email"]:focus,
.hc-single-comments input[type="url"]:focus,
.hc-single-comments .comment-form input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]):focus{
  border-color:var(--global-palette1,var(--hc-accent))!important;
  box-shadow:0 0 0 2px color-mix(in srgb,var(--global-palette1,var(--hc-accent)) 14%,transparent)!important;
  outline:0!important;
}

/* FAQ open state follows the live Kadence primary accent exactly. */
.hc-single-faq details[open] summary .hc-faq-chevron{
  color:var(--global-palette1,var(--hc-accent))!important;
  background:color-mix(in srgb,var(--global-palette1,var(--hc-accent)) 12%,var(--hc-card))!important;
  border:1px solid color-mix(in srgb,var(--global-palette1,var(--hc-accent)) 28%,var(--hc-border))!important;
  box-shadow:0 4px 12px color-mix(in srgb,var(--global-palette1,var(--hc-accent)) 12%,transparent)!important;
}

@media(max-width:720px){
  /* The rating dialog is appended directly to <body> by JS. These explicit
     properties make it independent of content/hero overflow and stacking. */
  body > .hc-mobile-rating-modal{
    position:fixed!important;
    inset:0!important;
    z-index:2147483640!important;
    width:100vw!important;
    height:100dvh!important;
    margin:0!important;
    padding:18px!important;
    place-items:center!important;
    visibility:visible;
  }
  body > .hc-mobile-rating-modal[hidden]{display:none!important}
  body > .hc-mobile-rating-modal:not([hidden]){display:grid!important}
  body > .hc-mobile-rating-modal.is-open{opacity:1!important;pointer-events:auto!important}
  .hc-mobile-rating-stars button{
    font-size:0!important;
    color:transparent!important;
  }
  .hc-mobile-rating-stars button::before{
    content:"☆";
    display:block;
    color:color-mix(in srgb,var(--global-palette15) 46%,var(--hc-muted));
    font:700 28px/1 Arial,sans-serif;
  }
  .hc-mobile-rating-stars button.is-active::before,
  .hc-mobile-rating-stars button.is-preview::before,
  .hc-mobile-rating-stars button:hover::before,
  .hc-mobile-rating-stars button:focus::before{
    content:"★";
    color:var(--global-palette15);
  }
}
@media(max-width:480px){
  .hc-mobile-rating-stars button::before{font-size:25px}
}


/* --------------------------------------------------------------------------
 * Happy Cloud 8.2.6 — native mobile rating dialog + stronger form/star contrast
 * -------------------------------------------------------------------------- */

/* Native <dialog> enters the browser top layer, so no hero/header overflow or
   z-index can hide the mobile rating popup. */
dialog.hc-mobile-rating-modal{
  width:min(92vw,420px)!important;
  max-width:420px!important;
  margin:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:26px!important;
  background:transparent!important;
  color:var(--hc-text)!important;
  overflow:visible!important;
  box-shadow:none!important;
}
dialog.hc-mobile-rating-modal:not([open]){display:none!important}
dialog.hc-mobile-rating-modal[open]{display:block!important;opacity:1!important;pointer-events:auto!important}
dialog.hc-mobile-rating-modal::backdrop{
  background:color-mix(in srgb,var(--hc-text) 46%,transparent)!important;
  backdrop-filter:blur(5px);
}
dialog.hc-mobile-rating-modal .hc-mobile-rating-dialog{
  width:100%!important;
  margin:0!important;
  padding:26px 18px 22px!important;
  border:1px solid color-mix(in srgb,var(--hc-accent) 18%,var(--hc-border))!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,color-mix(in srgb,var(--hc-card) 96%,var(--hc-accent-soft)) 0%,var(--hc-card) 100%)!important;
  box-shadow:0 24px 70px color-mix(in srgb,var(--hc-text) 24%,transparent)!important;
  transform:none!important;
}
@media(min-width:721px){dialog.hc-mobile-rating-modal{display:none!important}}

/* One star glyph only. The button text is intentionally empty in PHP, and the
   pseudo element provides the visible outline/fill state. */
.hc-single-rating-star::before,
.hc-mobile-rating-stars button::before{
  content:"☆"!important;
  color:color-mix(in srgb,var(--global-palette15) 62%,var(--hc-text))!important;
}
.hc-single-rating-star.is-active::before,
.hc-single-rating-star.is-preview::before,
.hc-single-rating-star:hover::before,
.hc-single-rating-star:focus-visible::before,
.hc-mobile-rating-stars button.is-active::before,
.hc-mobile-rating-stars button.is-preview::before,
.hc-mobile-rating-stars button:hover::before,
.hc-mobile-rating-stars button:focus-visible::before{
  content:"★"!important;
  color:var(--global-palette15)!important;
}

/* Comment fields must be obviously present before focus, while still following
   the live Kadence palette. */
body.softorbit-apk-layout-one.kadence-downly-software-single .dsoft-apk1-comments form.comment-form textarea,
body.softorbit-apk-layout-one.kadence-downly-software-single .dsoft-apk1-comments form.comment-form input[type="text"],
body.softorbit-apk-layout-one.kadence-downly-software-single .dsoft-apk1-comments form.comment-form input[type="email"],
body.softorbit-apk-layout-one.kadence-downly-software-single .dsoft-apk1-comments form.comment-form input[type="url"]{
  border:1.5px solid color-mix(in srgb,var(--hc-text) 20%,var(--hc-card))!important;
  background:var(--hc-card)!important;
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--hc-text) 3%,transparent)!important;
}
body.softorbit-apk-layout-one.kadence-downly-software-single .dsoft-apk1-comments form.comment-form textarea::placeholder,
body.softorbit-apk-layout-one.kadence-downly-software-single .dsoft-apk1-comments form.comment-form input::placeholder{
  color:color-mix(in srgb,var(--hc-text) 48%,var(--hc-card))!important;
  opacity:1!important;
}


/* --------------------------------------------------------------------------
 * Happy Cloud 8.2.7 — reliable mobile rating popup + desktop rating cleanup
 * -------------------------------------------------------------------------- */

/* FAQ: the ACTIVE chevron itself must use Kadence Global Palette 1. */
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single-faq details[open] summary .hc-faq-chevron{
  color:var(--global-palette1)!important;
  background:color-mix(in srgb,var(--global-palette1) 12%,var(--hc-card))!important;
  border:1px solid color-mix(in srgb,var(--global-palette1) 30%,var(--hc-border))!important;
  box-shadow:0 4px 12px color-mix(in srgb,var(--global-palette1) 14%,transparent)!important;
}
body.softorbit-apk-layout-one.kadence-downly-software-single .hc-single-faq details[open] summary .hc-faq-chevron svg{
  color:var(--global-palette1)!important;
  stroke:var(--global-palette1)!important;
}

/* Desktop rating is intentionally ONE panel. The count sits in a compact
   history-style pill beside the heading; the old score/summary box is gone. */
.hc-single-rating-card .hc-single-rating-title-row{margin-bottom:8px}
.hc-single-rating-count-pill{
  display:inline-flex!important;align-items:center;justify-content:center;gap:0;
  min-height:24px;padding:4px 9px;border-radius:999px;
  background:var(--hc-accent-soft);color:var(--hc-accent);
  font-size:9.5px;font-weight:850;line-height:1.1;white-space:nowrap;
}
.hc-single-rating-count-pill strong{font:inherit;color:inherit}
.hc-single-rating-card .hc-single-rating-layout{display:block!important}
.hc-single-rating-card .hc-single-rating-summary{display:none!important}
.hc-single-rating-card .hc-single-rating-vote-single{
  display:grid;gap:10px;padding:14px!important;border:1px solid var(--hc-border);
  border-radius:15px;background:color-mix(in srgb,var(--hc-card) 94%,var(--hc-accent-soft));
  box-shadow:none!important;
}
.hc-single-rating-card .hc-single-rating-prompt{font-size:12px;font-weight:850;color:var(--hc-text)}
.hc-single-rating-card .hc-single-rating-buttons{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
.hc-single-rating-card .hc-single-rating-star{
  width:100%!important;min-width:0!important;height:40px!important;border-radius:11px!important;
  border-color:color-mix(in srgb,var(--global-palette15) 34%,var(--hc-border))!important;
  background:var(--hc-card)!important;
}
.hc-single-rating-card .hc-single-rating-star::before{
  color:color-mix(in srgb,var(--global-palette15) 64%,var(--hc-text))!important;
}

/* Mobile popup has two independent open paths:
   1) CSS :target — opens immediately from the Rate App link even before JS.
   2) .is-open — progressive enhancement used by JS and AJAX rating save.
   This removes the previous dependency on native <dialog>/showModal(). */
@media(max-width:720px){
  .hc-single-mobile-quickstrip .hc-single-mobile-quickitem.is-rating{
    text-decoration:none!important;-webkit-tap-highlight-color:transparent!important;
  }
  body > .hc-mobile-rating-modal,
  .hc-mobile-rating-modal{
    position:fixed!important;inset:0!important;z-index:2147483646!important;
    width:100vw!important;height:100dvh!important;margin:0!important;padding:18px!important;
    display:none!important;place-items:center!important;
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;
    background:transparent!important;border:0!important;overflow:hidden!important;
  }
  body > .hc-mobile-rating-modal:target,
  body > .hc-mobile-rating-modal.is-open,
  .hc-mobile-rating-modal:target,
  .hc-mobile-rating-modal.is-open{
    display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;
  }
  .hc-mobile-rating-backdrop{
    position:absolute!important;inset:0!important;z-index:0!important;display:block!important;
    background:color-mix(in srgb,var(--hc-text) 46%,transparent)!important;backdrop-filter:blur(5px)!important;
  }
  .hc-mobile-rating-dialog{
    position:relative!important;z-index:2!important;width:min(92vw,390px)!important;max-width:390px!important;
    margin:0!important;padding:26px 18px 22px!important;border:1px solid color-mix(in srgb,var(--hc-accent) 18%,var(--hc-border))!important;
    border-radius:26px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--hc-card) 96%,var(--hc-accent-soft)) 0%,var(--hc-card) 100%)!important;
    box-shadow:0 24px 70px color-mix(in srgb,var(--hc-text) 26%,transparent)!important;text-align:center!important;
    transform:translateY(8px) scale(.98)!important;transition:transform .18s ease!important;
  }
  .hc-mobile-rating-modal:target .hc-mobile-rating-dialog,
  .hc-mobile-rating-modal.is-open .hc-mobile-rating-dialog{transform:translateY(0) scale(1)!important}
  .hc-mobile-rating-close{
    position:absolute!important;top:11px!important;right:11px!important;z-index:3!important;
    display:grid!important;place-items:center!important;width:34px!important;height:34px!important;min-width:34px!important;
    padding:0!important;border:1px solid var(--hc-border)!important;border-radius:50%!important;
    background:var(--hc-soft)!important;color:var(--hc-text)!important;text-decoration:none!important;
    font:700 22px/1 Arial,sans-serif!important;box-shadow:none!important;
  }
  .hc-mobile-rating-stars{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important;margin:20px 0 14px!important}
  .hc-mobile-rating-stars button{
    width:100%!important;min-width:0!important;height:48px!important;padding:0!important;
    border:1px solid color-mix(in srgb,var(--global-palette15) 34%,var(--hc-border))!important;
    border-radius:14px!important;background:var(--hc-card)!important;box-shadow:none!important;
  }
  .hc-mobile-rating-stars button::before{
    content:"☆"!important;display:block!important;color:color-mix(in srgb,var(--global-palette15) 64%,var(--hc-text))!important;
    font:700 28px/1 Arial,sans-serif!important;
  }
  .hc-mobile-rating-stars button.is-active::before,
  .hc-mobile-rating-stars button.is-preview::before,
  .hc-mobile-rating-stars button:hover::before,
  .hc-mobile-rating-stars button:focus-visible::before{
    content:"★"!important;color:var(--global-palette15)!important;
  }
  body.hc-rating-dialog-open{overflow:hidden!important;touch-action:none!important}
}
@media(max-width:480px){
  .hc-mobile-rating-dialog{width:min(94vw,370px)!important;padding:24px 14px 20px!important}
  .hc-mobile-rating-stars{gap:5px!important}
  .hc-mobile-rating-stars button{height:44px!important}
  .hc-mobile-rating-stars button::before{font-size:25px!important}
}
@media(min-width:721px){.hc-mobile-rating-modal{display:none!important}}

/* Happy Cloud 8.2.8 — first-tap mobile rating fix.
 * The Rate App cell is a real button now; the popup opens by immediate JS class
 * toggling and never depends on a URL hash / page refresh. */
@media(max-width:720px){
  .hc-single-mobile-quickstrip button.hc-single-mobile-quickitem.is-rating{
    width:auto!important;max-width:none!important;margin:0!important;
    font:inherit!important;line-height:inherit!important;
    border:0!important;border-radius:0!important;background:transparent!important;
    color:var(--hc-text)!important;box-shadow:none!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .hc-single-mobile-quickstrip button.hc-single-mobile-quickitem.is-rating:hover,
  .hc-single-mobile-quickstrip button.hc-single-mobile-quickitem.is-rating:active,
  .hc-single-mobile-quickstrip button.hc-single-mobile-quickitem.is-rating:focus{
    margin:0!important;background:transparent!important;box-shadow:none!important;
    transform:none!important;outline:0!important;
  }
  .hc-mobile-rating-modal.is-open{
    display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;
  }
}

/* --------------------------------------------------------------------------
 * Happy Cloud 8.2.9 — completed mobile single-app content order
 * Desktop keeps its existing two-column/sidebar layout. On phones the content
 * is deliberately linear: Screenshots → App Info/Features → Version History →
 * FAQ → Related Apps → Comments.
 * -------------------------------------------------------------------------- */
.hc-single-mobile-only{display:none!important}

@media(max-width:720px){
  .hc-single-mobile-only{display:block!important}

  /* The desktop sidebar duplicates Version History / Related Apps. Hide that
     column on mobile because those cards now live in the correct reading order
     inside the main content column. Mobile rating remains in the hero popup. */
  .hc-single-sidebar{display:none!important}

  .hc-single-mobile-history-card,
  .hc-single-mobile-related-card{
    width:100%;
    margin:0;
  }

  .hc-single-mobile-history-card .hc-single-side-title,
  .hc-single-mobile-related-card .hc-single-side-title{
    margin-bottom:12px;
  }

  /* Keep the mobile sequence visually continuous with the same spacing as the
     screenshot, information, feature, FAQ and comment cards. */
  .hc-single-maincol{
    gap:14px;
  }
}

/* --------------------------------------------------------------------------
 * Happy Cloud 8.6 — tablet hero actions + square rating controls
 * -------------------------------------------------------------------------- */
@media (min-width:721px){
  /* Keep both hero actions on one row, matching the desktop composition. */
  .hc-single-hero .hc-single-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:stretch!important;
    width:min(100%,720px)!important;
    max-width:720px!important;
    gap:10px!important;
    margin-top:16px!important;
  }
  .hc-single-hero .hc-single-action{
    width:100%!important;
    min-width:0!important;
    min-height:62px!important;
    margin:0!important;
  }

  /* Rating is a single compact panel. No second "Rate the app" label. */
  .hc-single-rating-card .hc-single-rating-title-row{margin-bottom:4px!important}
  .hc-single-rating-card .hc-single-rating-intro{margin:0 0 8px!important}
  .hc-single-rating-card .hc-single-rating-vote-single{
    display:block!important;
    padding:12px!important;
    margin:0!important;
  }
  .hc-single-rating-card .hc-single-rating-prompt{display:none!important}

  /* Every rating control is a true 1:1 square. Later legacy grid rules are
     deliberately overridden here so no star can stretch with the sidebar. */
  .hc-single-rating-card .hc-single-rating-buttons,
  .hc-single-sidebar .hc-single-rating-buttons{
    display:flex!important;
    grid-template-columns:none!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    width:auto!important;
    margin:0!important;
  }
  .hc-single-rating-card .hc-single-rating-star,
  .hc-single-sidebar .hc-single-rating-star{
    box-sizing:border-box!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    max-width:40px!important;
    max-height:40px!important;
    flex:0 0 40px!important;
    aspect-ratio:1 / 1!important;
    padding:0!important;
    margin:0!important;
    border-radius:10px!important;
  }
  .hc-single-rating-card .hc-single-rating-star::before,
  .hc-single-sidebar .hc-single-rating-star::before{font-size:23px!important}
  .hc-single-rating-card .hc-single-rating-status{margin-top:7px!important;min-height:0!important}
}

/* Narrow tablets still keep the two buttons beside each other. Text may wrap
   inside its own button, but neither action is moved to a second row. */
@media (min-width:721px) and (max-width:860px){
  .hc-single-hero .hc-single-actions{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
    max-width:100%!important;
  }
  .hc-single-hero .hc-single-action{
    min-width:0!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .hc-single-hero .hc-single-action strong{font-size:13px!important;line-height:1.15!important}
  .hc-single-hero .hc-single-action small{font-size:9.5px!important;line-height:1.2!important}
}

