/*
Theme Name: SpeedMods PlayClone
Theme URI: https://example.com/speedmods-playclone
Author: OpenAI Codex
Author URI: https://openai.com/
Description: Tema WordPress inspirado no layout do modelo-base, com visual de loja de apps, hero editorial, cards horizontais e detalhes no estilo Play Store.
Version: 1.0.23
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: speedmods
*/

@media (max-width: 700px) {
  /* Ajuste: aumenta o espaçamento inferior do carrossel e o espaço entre o carrossel e o título da próxima seção */
  .ps-section.ps-hero {
    margin-bottom: 48px !important;
  }
  .ps-hero {
    margin-bottom: 0 !important;
  }
  /* Garante espaçamento extra entre carrossel e próxima seção */
  .ps-section.ps-hero + .ps-section {
    margin-top: 12px !important;
  }
  .ps-hero-slide {
    padding-bottom: 40px !important;
  }
              .ps-hero-track {
                width: 100% !important;
                max-width: 100vw !important;
                overflow: hidden !important;
                margin: 0 auto !important;
                box-sizing: border-box;
                position: relative !important;
                display: block !important;
              }
              .ps-hero-slide {
                position: relative !important;
                inset: unset !important;
                width: 100% !important;
                max-width: 100% !important;
                padding: 16px 0 48px 0 !important;
                margin: 0 auto !important;
                display: none;
                box-sizing: border-box;
                border-radius: 24px !important;
                overflow: hidden !important;
              }
              .ps-hero-slide.is-active {
                display: block !important;
              }
              .ps-hero-slide::before,
              .ps-hero-slide::after {
                border-radius: inherit !important;
              }
            /* Remover padding/margin lateral do container do carrossel */
            /* Só o carrossel sem padding lateral, demais elementos mantêm respiro */
            .ps-section.ps-hero {
              width: 100% !important;
              max-width: 100vw !important;
              padding: 0 !important;
              margin: 0 auto !important;
              box-sizing: border-box;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
            }

            @media (min-width: 701px) {
              .ps-section.ps-hero {
                width: 100vw !important;
                max-width: 100vw !important;
                margin: 0 !important;
                padding: 0 !important;
                border-radius: 0 !important;
                display: block !important;
              }
              .ps-hero-main.ps-hero-carousel,
              .ps-hero-main {
                width: 100vw !important;
                max-width: 100vw !important;
                min-width: 0 !important;
                margin: 0 !important;
                box-sizing: border-box;
                border-radius: 0 !important;
                padding: 0 !important;
                background: none !important;
                box-shadow: none !important;
              }
              .ps-hero-track {
                width: 100vw !important;
                max-width: 100vw !important;
                margin: 0 !important;
                padding: 0 !important;
                gap: 0 !important;
              }
              .ps-hero-slide {
                max-width: none !important;
                min-width: 0 !important;
                width: 50vw !important;
                margin: 0 !important;
                border-radius: 0 !important;
                padding: 32px 24px 64px 24px !important;
                box-shadow: none !important;
              }
            }
          /* Forçar centralização absoluta do carrossel mobile */
          .ps-section.ps-hero {
            display: flex !important;
            flex-direction: column;
            align-items: center !important;
            justify-content: center;
          }
          .ps-hero-main.ps-hero-carousel,
          .ps-hero-main {
            margin-left: auto !important;
            margin-right: auto !important;
            float: none !important;
            left: 0 !important;
            right: 0 !important;
            position: relative !important;
          }
        /* Centralizar e reduzir largura do carrossel mobile */
        .ps-hero-main.ps-hero-carousel,
        .ps-hero-main {
          width: 100% !important;
          max-width: 400px !important;
          margin: 0 auto !important;
          box-sizing: border-box;
          padding-left: 12px !important;
          padding-right: 12px !important;
          border-radius: 20px !important;
          overflow: hidden !important;
          height: auto !important;
          min-height: 0 !important;
        }
        .ps-hero-slide {
          max-width: 100%;
          margin: 0 auto;
        }
      /* Ajustes extras carrossel mobile */
      .ps-single-title-row, .ps-hero-title-row {
        min-width: 0;
        flex: 1 1 0%;
      }
      .ps-single-thumb, .ps-hero-title-row .ps-single-thumb {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
        flex-basis: 48px !important;
      }
      .ps-single-title-copy h1, .ps-hero-title-row h1 {
        font-size: 1.25rem !important;
        max-width: 140px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0 !important;
        text-align: left;
        line-height: 1.2;
      }
      .ps-hero-main h1, .ps-hero-main h2 {
        font-size: 1.25rem !important;
        max-width: 140px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0 !important;
        text-align: left;
        line-height: 1.2;
      }
      .ps-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 0;
        width: 100%;
        padding: 0 8px !important;
      }
      .ps-hero-actions {
        margin-top: 14px !important;
      }
      .ps-hero-main p {
        font-size: 0.95rem !important;
        -webkit-line-clamp: 3 !important;
        margin-bottom: 10px !important;
      }
    /* Correção layout carrossel mobile */
    .ps-hero-title-row,
    .ps-single-title-row {
      flex-direction: row !important;
      align-items: center !important;
      gap: 18px !important;
    }
    .ps-single-actions,
    .ps-hero-actions {
      display: flex !important;
      flex-wrap: nowrap !important;
      gap: 12px !important;
      justify-content: center !important;
      align-items: center !important;
      width: 100%;
      margin-top: 12px;
    }
    .ps-single-thumb,
    .ps-hero-title-row .ps-single-thumb {
      width: 64px !important;
      height: 64px !important;
      border-radius: 16px !important;
      flex-basis: 64px !important;
    }
    .ps-hero-main p {
      -webkit-line-clamp: 3 !important;
      margin-bottom: 12px !important;
    }
    .ps-hero-content {
      padding: 0 8px !important;
      max-width: 100vw !important;
    }
    .ps-hero-slide {
      padding: 24px 16px 64px 16px !important;
    }
    .ps-hero-main {
      min-width: 0 !important;
      max-width: 100vw !important;
      width: 100vw !important;
    }
  .ps-hero {
    display: block;
    margin-bottom: 10px;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .ps-hero-main {
    padding: 8px;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    min-width: 0;
    height: auto;
  }
  .ps-hero-slide {
    padding: 24px 88px 64px;
    border-radius: 20px;
    min-width: 0;
  }
  .ps-hero-title-row .ps-single-thumb {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .ps-hero-main h1,
  .ps-hero-main h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    margin-bottom: 12px;
  }
  .ps-hero-content {
    max-width: 100vw;
    padding: 0;
  }
  .ps-hero-nav {
    width: 38px;
    height: 38px;
    top: 50%;
    position: absolute !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    background: rgba(15,23,42,0.18) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background .18s, border-color .18s;
    cursor: pointer;
  }
  .ps-hero-nav:first-of-type {
    left: 8px !important;
    right: auto !important;
  }
  .ps-hero-nav:last-of-type {
    right: 8px !important;
    left: auto !important;
  }
  .ps-hero-nav:hover {
    background: rgba(15,23,42,0.32) !important;
    border-color: rgba(255,255,255,0.28) !important;
  }
  html[data-theme="dark"] .ps-hero-nav {
    background: rgba(0,0,0,.26) !important;
    border-color: rgba(255,255,255,.12) !important;
  }
  html[data-theme="dark"] .ps-hero-nav:hover {
    background: rgba(0,0,0,.42) !important;
  }
  .ps-hero-controls {
    left: 0;
    right: 0;
    pointer-events: none;
  }
  .ps-hero-nav {
    pointer-events: auto;
  }
  .ps-hero-dot {
    width: 8px;
    height: 8px;
  }
  .ps-hero-dot.is-active {
    width: 18px;
  }
  .ps-kicker {
    font-size: 0.7rem;
    margin-bottom: 8px;
    padding: 4px 8px;
  }
  .ps-hero-main p {
    font-size: 0.92rem;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 700px) {
  .ps-hero {
    display: block;
    margin-bottom: 12px;
  }
  .ps-hero-main {
    height: 340px;
    padding: 8px;
    border-radius: 24px;
  }
  .ps-hero-slide {
    padding: 24px 88px 64px;
    border-radius: 20px;
  }
  .ps-hero-title-row .ps-single-thumb {
    width: 44px;
    height: 44px;
    border-radius: 22px;
  }
  .ps-hero-main h1,
  .ps-hero-main h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    margin-bottom: 12px;
  }
  .ps-hero-content {
    max-width: 98vw;
    padding: 0;
  }
  .ps-hero-nav {
    width: 36px;
    height: 36px;
    left: 4px;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
  }
  .ps-hero-controls {
    left: 0;
    right: 0;
  }
  .ps-hero-dot {
    width: 8px;
    height: 8px;
  }
  .ps-hero-dot.is-active {
    width: 18px;
  }
}


:root{
  --bg:#f3f6f9;
  --surface:#ffffff;
  --surface-2:#edf1f5;
  --surface-3:#f8fafc;
  --text:#1f1f1f;
  --text-muted:#5f6368;
  --border:#d9e0e7;
  --primary:#01875f;
  --primary-hover:#016b4d;
  --accent:#1a73e8;
  --shadow:0 1px 2px rgba(15,23,42,.08), 0 6px 18px rgba(15,23,42,.07);
  --shadow-lg:0 14px 34px rgba(15,23,42,.15);
  --radius:14px;
  --radius-sm:10px;
  --sidebar-width:220px;
  --sidebar-left-width:var(--sidebar-width);
  --sidebar-right-width:var(--sidebar-width);
  --container:min(1440px, calc(100% - 32px));
}

html[data-theme="dark"]{
  --bg:#0f1418;
  --surface:#161b1f;
  --surface-2:#1f262b;
  --surface-3:#182126;
  --text:#e8eaed;
  --text-muted:#9aa0a6;
  --border:#2a3136;
  --primary:#00c389;
  --primary-hover:#00a574;
  --accent:#8ab4f8;
  --shadow:0 1px 2px rgba(0,0,0,.5), 0 2px 6px rgba(0,0,0,.4);
  --shadow-lg:0 10px 30px rgba(0,0,0,.35);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Roboto','Segoe UI',sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.admin-bar .ps-header{top:32px}
img{max-width:100%;height:auto;display:block}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:none}
button,input,textarea,select{font:inherit}
figure{margin:0}
.screen-reader-text{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:16px;top:16px;z-index:10000;background:var(--surface);padding:10px 14px;border-radius:999px;border:1px solid var(--border)}

h1,h2,h3,h4,h5,h6{
  margin:0 0 .5rem;
  color:var(--text);
  font-family:'Google Sans','Roboto','Segoe UI',sans-serif;
  font-weight:500;
}
p{margin:0 0 1rem}

.ps-shell,
.ps-container{width:var(--container);margin:0 auto}
.ps-page{padding:32px 0 0}
.ps-section{margin-bottom:20px}
.ps-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.ps-section-head h2,
.ps-section-head h3{font-size:1.15rem}
.ps-link-more{display:inline-flex;align-items:center;gap:6px;font-size:.95rem;font-weight:500}
.ps-link-more svg{width:18px;height:18px;fill:currentColor}

.ps-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(20px);
  border-bottom:1px solid var(--border);
}
html[data-theme="dark"] .ps-header{background:rgba(22,27,31,.9)}
.ps-header-inner{display:flex;align-items:center;gap:12px;padding:12px 0}
.ps-brand{display:flex;align-items:center;gap:12px;color:var(--text);min-width:max-content}
.ps-brand-mark{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:24px;height:24px;gap:2px;transform:rotate(-15deg)}
.ps-brand-mark span{display:block;border-radius:3px}
.ps-brand-mark .b1{background:#1a73e8}
.ps-brand-mark .b2{background:#ea4335}
.ps-brand-mark .b3{background:#fbbc04}
.ps-brand-mark .b4{background:#34a853}
.ps-brand-logo{width:32px;height:32px;display:inline-grid;place-items:center}
.ps-brand-logo img{width:100%;height:100%;object-fit:contain}
.ps-brand-logo-dark{display:none}
html[data-theme="dark"] .ps-brand-logo-light{display:none}
html[data-theme="dark"] .ps-brand-logo-dark{display:block}
.ps-brand-text{font-family:'Google Sans','Roboto',sans-serif;font-weight:700;font-size:1.1rem}
.ps-icon-btn{
  border:0;
  background:transparent;
  color:var(--text);
  width:42px;
  height:42px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background .18s ease, transform .18s ease;
}
.ps-icon-btn:hover{background:var(--surface-2);transform:translateY(-1px)}
.ps-icon-btn svg{width:22px;height:22px;fill:currentColor}
#psMenuToggle{display:none}
.ps-search{position:relative;flex:1}
.ps-search input{
  width:100%;
  border-radius:999px;
  border:1px solid transparent;
  background:var(--surface-2);
  color:var(--text);
  padding:14px 52px;
  outline:none;
}
.ps-search input:focus{background:var(--surface);border-color:var(--border);box-shadow:var(--shadow)}
.ps-search-icon,
.ps-search-mic{position:absolute;top:50%;transform:translateY(-50%);color:var(--text-muted);display:inline-flex}
.ps-search-icon{left:16px}
.ps-search-mic{
  right:12px;
  border:0;
  background:transparent;
  padding:6px;
  border-radius:999px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
}
.ps-search-mic:hover{background:rgba(0,0,0,.05)}
.ps-search-mic.is-listening{
  color:var(--primary);
  background:rgba(1,135,95,.12);
}
.ps-search-icon svg,
.ps-search-mic svg{width:20px;height:20px;fill:currentColor}
.ps-header-actions{display:flex;align-items:center;gap:8px}
.ps-avatar{
  width:38px;
  height:38px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:#fff;
  background:linear-gradient(135deg,#1a73e8,#34a853);
}
.ps-tabs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  overflow:visible;
  padding:0 0 14px;
  margin:0;
  list-style:none;
  scrollbar-width:none;
}
.ps-tabs::-webkit-scrollbar{display:none}
.ps-tabs li{
  position:relative;
  list-style:none;
  margin:0;
  padding:0;
}
.ps-tabs > li,
.ps-tabs > a{flex:0 0 auto}
.ps-tabs a,
.ps-tabs button{
  border:0;
  background:transparent;
  color:var(--text-muted);
  padding:10px 16px;
  border-radius:999px;
  font-weight:500;
  white-space:nowrap;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.ps-tabs > .menu-item-has-children > a::after{
  content:"";
  width:6px;
  height:6px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
}
.ps-tabs .current-menu-item > a,
.ps-tabs .current-menu-ancestor > a,
.ps-tabs a:hover,
.ps-tabs button:hover,
.ps-tabs .is-active{
  background:#e6f4ea;
  color:#0b6b3a;
}
html[data-theme="dark"] .ps-tabs .current-menu-item > a,
html[data-theme="dark"] .ps-tabs .current-menu-ancestor > a,
html[data-theme="dark"] .ps-tabs a:hover,
html[data-theme="dark"] .ps-tabs button:hover,
html[data-theme="dark"] .ps-tabs .is-active{
  background:rgba(0,195,137,.15);
  color:var(--primary);
}
.ps-tabs .sub-menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  z-index:1010;
  min-width:210px;
  display:grid;
  gap:4px;
  padding:8px;
  margin:0;
  list-style:none;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:12px;
  box-shadow:0 18px 36px rgba(15,23,42,.14);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.ps-tabs .sub-menu .sub-menu{
  top:-8px;
  left:calc(100% + 8px);
}
.ps-tabs li:hover > .sub-menu,
.ps-tabs li:focus-within > .sub-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
.ps-tabs .sub-menu a{
  display:flex;
  width:100%;
  justify-content:flex-start;
  padding:10px 12px;
  border-radius:8px;
  background:transparent;
  color:var(--text);
}
.ps-tabs .sub-menu .current-menu-item > a,
.ps-tabs .sub-menu a:hover{
  background:var(--surface-2);
  color:var(--text);
}
html[data-theme="dark"] .ps-tabs .sub-menu{
  box-shadow:0 18px 36px rgba(0,0,0,.34);
}
html[data-theme="dark"] .ps-tabs .sub-menu .current-menu-item > a,
html[data-theme="dark"] .ps-tabs .sub-menu a:hover{
  background:rgba(255,255,255,.08);
  color:var(--text);
}
.ps-mobile-overlay{display:none}
.ps-mobile-panel{display:none;padding-bottom:16px}
.ps-mobile-panel.is-open{display:block}
.ps-mobile-panel .menu,
.ps-mobile-panel .sub-menu{list-style:none;padding:0;margin:0}
.ps-mobile-panel .menu{display:grid;gap:8px}
.ps-mobile-panel .menu li{position:relative}
.ps-mobile-panel .menu a{display:block;padding:12px 16px;border-radius:14px;background:var(--surface-2);color:var(--text)}
.ps-mobile-panel .menu .menu-item-has-children > a{padding-right:52px}
.ps-mobile-panel .sub-menu{
  display:none;
  gap:6px;
  padding:8px 0 0 12px;
}
.ps-mobile-panel .menu-item-has-children.is-open > .sub-menu{display:grid}
.ps-mobile-panel .sub-menu a{background:transparent;border:1px solid var(--border)}
.ps-submenu-toggle{
  position:absolute;
  top:4px;
  right:4px;
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--text-muted);
  background:transparent;
  cursor:pointer;
}
.ps-submenu-toggle:hover{background:rgba(0,0,0,.05);color:var(--text)}
.ps-submenu-toggle span{
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translate(-1px,-1px);
  transition:transform .16s ease;
}
.ps-mobile-panel .menu-item-has-children.is-open > .ps-submenu-toggle span{
  transform:rotate(225deg) translate(-1px,-1px);
}
html[data-theme="dark"] .ps-submenu-toggle:hover{background:rgba(255,255,255,.08)}

.ps-hero{
  display:grid;
  grid-template-columns:minmax(0, 2fr) minmax(280px, 1fr);
  gap:18px;
}
.ps-hero-main,
.ps-hero-side-card,
.ps-banner-card,
.ps-surface-card,
.ps-category-card,
.ps-app-card,
.ps-app-row,
.ps-empty{
  background:var(--surface);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
}
.ps-hero-main{
  position:relative;
  height:340px;
  border-radius:24px;
  overflow:hidden;
  color:#fff;
  padding:8px;
  background:linear-gradient(180deg,var(--surface),var(--surface-3));
  box-shadow:0 18px 40px rgba(17,24,39,.10), 0 6px 18px rgba(17,24,39,.08);
}
.ps-hero-track {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
}

@media (min-width: 701px) {
  .ps-hero-slide {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    max-width: 600px;
    display: none;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
    padding: 24px 48px 64px;
    box-sizing: border-box;
  }
  .ps-hero-slide.is-active,
  .ps-hero-slide.is-next {
    display: block;
  }
  .is-front-page .ps-layout-both .ps-section.ps-hero .ps-hero-slide,
  .home .ps-layout-both .ps-section.ps-hero .ps-hero-slide{
    flex:0 0 100%;
    max-width:none;
  }
  .is-front-page .ps-layout-both .ps-section.ps-hero .ps-hero-slide.is-next,
  .home .ps-layout-both .ps-section.ps-hero .ps-hero-slide.is-next{
    display:none !important;
  }
}

@media (max-width: 700px) {
  .ps-hero-track {
    display: block !important;
  }
  .ps-hero-slide {
    display: none;
    border-radius: 20px;
    overflow: hidden;
  }
  .ps-hero-slide.is-active {
    display: block;
  }
}
.ps-hero-slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:var(--hero-bg, linear-gradient(135deg,#1a73e8,#34a853));
}
.ps-hero-slide::after{
  content:"";
  position:absolute;
  inset:auto -10% -35% auto;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  filter:blur(6px);
}
.ps-hero-content{
  position:relative;
  z-index:1;
  max-width:720px;
  width:min(100%, 720px);
  min-height:100%;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.ps-hero-title-row{margin-bottom:12px;justify-content:center}
.ps-hero-title-row .ps-single-thumb{width:74px;height:74px;flex-basis:74px;border-radius:22px;box-shadow:0 10px 26px rgba(0,0,0,.16)}
.ps-hero-title-row h1{margin-bottom:0 !important}
.ps-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:inherit;
  font-size:.78rem;
  font-weight:500;
  margin-bottom:14px;
}
.ps-hero-main h1,
.ps-hero-main h2{font-size:clamp(2rem, 4vw, 3.4rem);color:#fff;margin-bottom:12px}
.ps-hero-main p{
  font-size:1rem;
  max-width:560px;
  opacity:.92;
  margin:0 auto 18px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.ps-hero-actions{justify-content:center;margin-bottom:32px}
.ps-hero-controls{
  position:absolute;
  left:18px;
  right:18px;
  top:0;
  bottom:0;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:0;
  pointer-events:none;
}
.ps-hero-nav,
.ps-hero-dot{
  pointer-events:auto;
}
.ps-hero-nav{
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  background:rgba(15,23,42,.18);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter:blur(14px);
  box-shadow:0 8px 20px rgba(15,23,42,.18);
  transition:background .18s ease, border-color .18s ease;
}
.ps-hero-nav:hover{
  background:rgba(15,23,42,.32);
  border-color:rgba(255,255,255,.28);
  /* transform removido para não animar/mudar posição */
}
.ps-hero-nav svg{width:20px;height:20px;fill:currentColor}
.ps-hero-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  z-index:4;
}
.ps-hero-dot{
  width:10px;
  height:10px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.42);
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, width .18s ease;
  box-shadow:0 2px 8px rgba(15,23,42,.18);
}
.ps-hero-dot.is-active{
  width:28px;
  background:#fff;
}
.home .ps-section.ps-hero{
  display:block;
}
.home .ps-section.ps-hero .ps-hero-main{
  width:100%;
}
@media (min-width:701px){
  .home .ps-section.ps-hero .ps-hero-track{
    gap:16px;
  }
  .home .ps-section.ps-hero .ps-hero-slide{
    flex:1 1 0;
    max-width:none;
    padding:24px 36px 64px;
  }
  .home .ps-section.ps-hero .ps-hero-content{
    width:min(100%, 560px);
  }
  .home .ps-section.ps-hero .ps-hero-title-row{
    gap:18px;
    margin-bottom:10px;
  }
  .home .ps-section.ps-hero .ps-hero-title-row .ps-single-thumb{
    width:58px;
    height:58px;
    flex-basis:58px;
    border-radius:16px;
  }
  .home .ps-section.ps-hero .ps-kicker{
    font-size:.72rem;
    margin-bottom:10px;
    padding:5px 10px;
  }
  .home .ps-section.ps-hero .ps-hero-main h1,
  .home .ps-section.ps-hero .ps-hero-main h2{
    font-size:clamp(1.55rem, 2.4vw, 2.9rem);
    line-height:1.08;
    margin-bottom:8px;
  }
  .home .ps-section.ps-hero .ps-hero-main p{
    font-size:.92rem;
    line-height:1.3;
    max-width:500px;
    margin:0 auto 14px;
    -webkit-line-clamp:3;
  }
  .home .ps-section.ps-hero .ps-hero-actions{
    gap:10px;
    margin-bottom:24px;
  }
  .home .ps-section.ps-hero .ps-hero-actions .ps-button{
    padding:12px 20px;
    font-size:.95rem;
    background:#fff !important;
    color:#172033 !important;
    border:1px solid rgba(255,255,255,.68) !important;
  }
  .home .ps-section.ps-hero .ps-hero-actions .ps-button:hover{
    background:#f4f7fb !important;
    color:#0f172a !important;
  }
  .home .ps-section.ps-hero .ps-hero-actions .ps-button-secondary{
    background:#fff !important;
    color:#006b4d !important;
    border-color:rgba(255,255,255,.68) !important;
  }
}
html[data-theme="dark"] .ps-hero-main{
  background:linear-gradient(180deg,rgba(22,27,31,1),rgba(24,33,38,1));
  box-shadow:0 22px 46px rgba(0,0,0,.34), 0 8px 24px rgba(0,0,0,.22);
}
html[data-theme="dark"] .ps-hero-nav{
  background:rgba(0,0,0,.26);
  border-color:rgba(255,255,255,.12);
}
html[data-theme="dark"] .ps-hero-nav:hover{
  background:rgba(0,0,0,.42);
}
.ps-button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"],
.ps-button-primary,
.ps-button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 0;
  padding: 13px 22px;
  font-weight: 500;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease;
  min-height: 44px;
  min-width: 140px;
  width: 140px;
  font-size: 1rem;
  box-sizing: border-box;
}
.ps-button:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover{transform:translateY(-1px)}
.ps-button-primary,
.wp-block-button__link,
button[type="submit"],
input[type="submit"]{background:var(--primary);color:#fff}
.ps-button-primary:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover{background:var(--primary-hover);color:#fff}
.ps-button-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}
.ps-button-secondary:hover{background:var(--surface-2);color:var(--text)}
.ps-button-light{
  background:#fff;
  color:#14213d;
  box-shadow:0 4px 18px 0 rgba(30,180,180,0.10), 0 1.5px 6px 0 rgba(0,0,0,0.10);
  position:relative;
  overflow:hidden;
}
.ps-button-light::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(90deg,rgba(255,255,255,0.18) 0%,rgba(255,255,255,0.08) 100%);
  opacity: 0.7;
  transition: opacity .18s;
}
.ps-button-light:hover{
  background:#f4f6f8;
  color:#14213d;
  box-shadow:0 6px 24px 0 rgba(30,180,180,0.16), 0 2px 8px 0 rgba(0,0,0,0.13);
}
.ps-button-light:hover::after {
  opacity: 1;
}
.ps-section.ps-hero .ps-hero-actions .ps-button-light,
.ps-section.ps-hero .ps-hero-actions .ps-button-secondary,
.ps-section.ps-hero .ps-hero-actions .ps-button-primary {
  background:#fff !important;
  color:#172033 !important;
  border:1px solid rgba(255,255,255,.68) !important;
  box-shadow:0 10px 26px rgba(7,20,36,.18), 0 2px 8px rgba(7,20,36,.10) !important;
  text-shadow:none !important;
}
.ps-section.ps-hero .ps-hero-actions .ps-button-light::after {
  background: rgba(255,255,255,.08) !important;
  opacity: .35 !important;
}
.ps-section.ps-hero .ps-hero-actions .ps-button-light:hover,
.ps-section.ps-hero .ps-hero-actions .ps-button-secondary:hover,
.ps-section.ps-hero .ps-hero-actions .ps-button-primary:hover {
  background:#f4f7fb !important;
  color:#0f172a !important;
  box-shadow:0 12px 28px rgba(7,20,36,.20), 0 3px 10px rgba(7,20,36,.12) !important;
}
html[data-theme="dark"] .ps-section.ps-hero .ps-hero-actions .ps-button-light,
html[data-theme="dark"] .ps-section.ps-hero .ps-hero-actions .ps-button-secondary,
html[data-theme="dark"] .ps-section.ps-hero .ps-hero-actions .ps-button-primary {
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,.18), 0 0 18px rgba(0,0,0,.35), 0 0 32px rgba(0,0,0,.24);
  text-shadow: none;
}
html[data-theme="dark"] .ps-section.ps-hero .ps-hero-actions .ps-button-light::after {
  background: rgba(255,255,255,.05) !important;
  opacity: .18 !important;
}
html[data-theme="dark"] .ps-section.ps-hero .ps-hero-actions .ps-button-light:hover,
html[data-theme="dark"] .ps-section.ps-hero .ps-hero-actions .ps-button-secondary:hover,
html[data-theme="dark"] .ps-section.ps-hero .ps-hero-actions .ps-button-primary:hover {
  box-shadow: 0 0 0 1px rgba(0,0,0,.18), 0 0 24px rgba(0,0,0,.42), 0 0 46px rgba(0,0,0,.32);
}
.ps-button svg{width:20px;height:20px;fill:currentColor;flex:0 0 20px}
.ps-button-icon{padding:0;width:52px;min-width:52px;height:52px;background:var(--surface);color:var(--text);border:1px solid var(--border)}
.ps-button-icon svg{width:22px;height:22px;fill:currentColor}
.ps-button-icon:hover{background:var(--surface-2);color:var(--text)}
.ps-hero-side{display:grid;gap:18px}
.ps-hero-side-card{
  border-radius:24px;
  padding:24px;
  background:linear-gradient(135deg,#e8f0fe,#e6f4ea);
}
html[data-theme="dark"] .ps-hero-side-card{background:linear-gradient(135deg,rgba(26,115,232,.14),rgba(0,195,137,.14))}
.ps-hero-side-card h3{font-size:1.25rem;margin-bottom:10px}
.ps-hero-side-card p{color:var(--text-muted);margin-bottom:18px}
.ps-meta-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.ps-meta-list li{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid rgba(0,0,0,.06)}
html[data-theme="dark"] .ps-meta-list li{border-top-color:rgba(255,255,255,.08)}
.ps-meta-list li:first-child{border-top:0;padding-top:0}
.ps-meta-list strong{font-size:1rem}
.ps-meta-list span{color:var(--text-muted);font-size:.92rem}

.ps-scroll{
  display:flex;
  gap:18px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:12px;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
  padding-bottom:8px;
}
.ps-scroll::-webkit-scrollbar{height:8px}
.ps-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}
.ps-app-archive-grid{
  flex-wrap:wrap;
  overflow:visible;
}
.ps-app-card{
  flex:0 0 148px;
  width:148px;
  min-width:148px;
  max-width:148px;
  padding:12px;
  border-radius:22px;
  color:inherit;
  scroll-snap-align:start;
  transition:transform .18s ease, box-shadow .18s ease;
  overflow:hidden;
}
.ps-app-card:hover,
.ps-app-row:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);color:inherit}
.ps-app-card-thumb,
.ps-app-row-thumb,
.ps-single-thumb{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(135deg,var(--card-start,#1a73e8),var(--card-end,#34a853));
}
.ps-app-card-thumb{width:100%;aspect-ratio:1/1;margin-bottom:12px;flex:0 0 auto}
.ps-app-card-thumb img,
.ps-app-row-thumb img,
.ps-single-thumb img{width:100%;height:100%;object-fit:cover}
.ps-app-initials,
.ps-single-initials{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Google Sans','Roboto',sans-serif;
  font-weight:700;
  color:#fff;
  letter-spacing:.04em;
}
.ps-app-initials{font-size:2.2rem}
.ps-single-initials{font-size:3rem}
.ps-app-card-title,
.ps-app-row-title{font-weight:500;color:var(--text)}
.ps-app-card-title{
  display:block;
  width:100%;
  min-width:0;
  font-size:.95rem;
  line-height:1.3;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin-bottom:2px;
}
.ps-app-card-meta,
.ps-app-row-meta,
.ps-muted{color:var(--text-muted)}
.ps-app-card-meta,
.ps-app-row-meta{font-size:.82rem;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.ps-app-card-meta {
  width: 100%;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 0;
  text-align: center;
}
.ps-app-card-meta-main,
.ps-app-card-meta-rating {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.ps-app-card-meta-rating {
  margin-top: 2px;
}
.ps-app-card-meta-main{
  min-width:0;
  flex:1 1 auto;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ps-app-card-meta-rating{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:4px;
  white-space:nowrap;
}
.ps-star{color:#fbbc04}

.ps-grid-rows{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px 24px;
  overflow:visible;
  padding-bottom:0;
}
.ps-grid-rows::-webkit-scrollbar{height:8px}
.ps-grid-rows::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}
.ps-app-row{
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px;
  border-radius:18px;
  color:inherit;
  scroll-snap-align:start;
  transition:transform .18s ease, box-shadow .18s ease;
}
.ps-rank{width:24px;text-align:center;color:var(--text-muted);font-weight:500}
.ps-app-row-thumb{width:72px;height:72px;flex:0 0 72px;border-radius:18px}
.ps-app-row-info{min-width:0}
.ps-app-row-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}

.ps-banner-card{
  border-radius:24px;
  padding:32px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:linear-gradient(135deg,#edf4ff 0%, #eefbf5 100%);
  border:1px solid rgba(26,115,232,.08);
  box-shadow:0 12px 30px rgba(26,115,232,.08), 0 4px 14px rgba(15,23,42,.05);
}
html[data-theme="dark"] .ps-banner-card{
  background:linear-gradient(135deg,rgba(26,115,232,.15),rgba(0,195,137,.12));
  border-color:rgba(138,180,248,.08);
  box-shadow:0 18px 36px rgba(0,0,0,.18), 0 4px 14px rgba(0,0,0,.12);
}
.ps-banner-copy{
  flex:1 1 auto;
  max-width:520px;
}
.ps-banner-card .ps-kicker{
  margin-bottom:12px;
}
.ps-banner-card h2{
  font-size:1.45rem;
  line-height:1.15;
  margin-bottom:10px;
}
.ps-banner-card p{
  margin:0;
  color:var(--text-muted);
  font-size:1rem;
  line-height:1.5;
  max-width:34ch;
}

.ps-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ps-category-card{
  border-radius:20px;
  padding:18px;
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--text);
  transition:transform .18s ease, box-shadow .18s ease;
}
.ps-category-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);color:var(--text)}
.ps-category-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--cat-color,#1a73e8);
  color:#fff;
}
.ps-category-icon svg{width:24px;height:24px;fill:currentColor}
  .ps-app-row-meta,
  .ps-muted{color:var(--text-muted)}
  .ps-app-card-meta,
  .ps-app-row-meta{font-size:.82rem;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
  .ps-app-card-meta{
    width:100%;
    justify-content:space-between;
    gap:8px;
    flex-wrap:nowrap;
    min-width:0;
  }
  .ps-app-card-meta-main{
    min-width:0;
    flex:1 1 auto;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .ps-app-card-meta-rating{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:4px;
    white-space:nowrap;
  }

  /* Centralização apenas para cards quadrados (ps-app-grid) */


  /* Centralização para todos os cards quadrados (usados em grid e destaque) */
  .ps-app-archive-grid .ps-app-card,
  .ps-scroll .ps-app-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .ps-app-archive-grid .ps-app-card-title,
  .ps-scroll .ps-app-card-title {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
  .ps-app-archive-grid .ps-app-card-meta,
  .ps-scroll .ps-app-card-meta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
  }
  .ps-app-archive-grid .ps-app-card-meta-main,
  .ps-scroll .ps-app-card-meta-main {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
  }
  .ps-app-archive-grid .ps-app-card-meta-rating,
  .ps-scroll .ps-app-card-meta-rating {
    width: 100%;
    text-align: center;
    margin: 2px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
  }
  .ps-star {
    color: #fbbc04;
  }
.ps-category-icon i{font-size:24px;line-height:1}
.ps-category-card strong{display:block;font-size:1rem}
.ps-category-card span:last-child{display:block;color:var(--text-muted);font-size:.88rem;margin-top:2px}

.ps-layout{
  display:grid;
  grid-template-columns:minmax(0, var(--sidebar-left-width)) minmax(0, 1fr) minmax(0, var(--sidebar-right-width));
  gap:24px;
  align-items:start;
}
.ps-layout-left{grid-template-columns:minmax(0, var(--sidebar-left-width)) minmax(0, 1fr)}
.ps-layout-left .ps-layout-main{grid-column:2}
.ps-layout-right{grid-template-columns:minmax(0, 1fr) minmax(0, var(--sidebar-right-width))}
.ps-layout-right .ps-sidebar-right{grid-column:2}
.ps-layout-none{grid-template-columns:minmax(0, 1fr)}
.ps-layout-none .ps-layout-main{grid-column:1}
.ps-layout-main{min-width:0}
.ps-surface-card{border-radius:24px;padding:24px}
.ps-entry-list{display:grid;gap:18px}
.ps-entry-card{
  border:1px solid var(--border);
  border-radius:22px;
  background:var(--surface);
  padding:22px;
  box-shadow:var(--shadow);
}
.ps-entry-card h2{font-size:1.5rem}
.ps-entry-card p:last-child{margin-bottom:0}
.ps-entry-meta{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--text-muted);font-size:.92rem;margin-bottom:12px}
.ps-entry-meta a{color:inherit}
.ps-search-head{align-items:flex-start}
.ps-search-filters{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.ps-search-filters label{display:grid;gap:6px;color:var(--text-muted);font-size:.86rem}
.ps-search-filters select{min-width:140px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);padding:10px 12px}
.ps-discovery-sections{display:grid;gap:28px}
.ps-discovery-section .ps-section-head{margin-bottom:14px}
.ps-platform-hub{display:grid;gap:28px}
.ps-platform-hub > .ps-section-head{margin-bottom:0}
.ps-platform-section{display:grid;gap:14px}
.ps-platform-section .ps-section-head{margin-bottom:0}
.ps-platform-section .ps-scroll{padding-bottom:12px}
.ps-app-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(148px,1fr));
  gap:18px;
}
.ps-app-grid .ps-app-card{
  width:auto;
  min-width:0;
  max-width:none;
  flex:none;
}
.ps-tax-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.ps-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  background:var(--surface-2);
  color:var(--text);
  font-size:.84rem;
}

.ps-sidebar{
  display:grid;
  gap:16px;
  width:100%;
  max-width:100%;
  min-width:0;
  align-self:start;
}
.ps-sidebar-left{
  max-width:var(--sidebar-left-width);
  justify-self:start;
}
.ps-sidebar-right{
  max-width:var(--sidebar-right-width);
  justify-self:end;
}
.ps-sidebar .ps-surface-card{
  padding:20px;
  border-radius:20px;
  min-width:0;
}
.ps-sidebar h3{font-size:1rem;margin-bottom:12px}
.ps-sidebar ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.ps-sidebar li{display:flex;justify-content:space-between;gap:12px;color:var(--text-muted)}
.ps-sidebar li a{color:var(--text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ps-sidebar li span,
.ps-sidebar li strong{flex:0 0 auto}
.ps-sidebar .ps-entry-list,
.ps-sidebar .ps-app-row{min-width:0}
.ps-sidebar .ps-app-row{gap:10px;padding:10px}
.ps-sidebar .ps-rank{display:none}
.ps-sidebar .ps-app-row-thumb{width:48px;height:48px;flex:0 0 48px;border-radius:14px}
.ps-sidebar .widget img,
.ps-sidebar .widget iframe{max-width:100%}
.ps-widget-list{display:grid;gap:10px}
.ps-widget-item{display:flex;align-items:center;gap:10px;color:inherit;min-width:0}
.ps-widget-thumb{width:44px;height:44px;flex:0 0 44px;border-radius:12px}
.ps-widget-copy{display:grid;gap:3px;min-width:0}
.ps-widget-copy strong{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ps-widget-copy span{display:flex;gap:8px;flex-wrap:wrap;color:var(--text-muted);font-size:.78rem}
.ps-widget-filter{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.ps-widget-filter li{display:flex;justify-content:space-between;gap:12px;color:var(--text-muted)}
.ps-theme-ad-slot{width:var(--container);margin:12px auto}
.ps-ad-top-site{margin-top:0}
.ps-ad-footer{margin-bottom:0}
.ps-breadcrumbs{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.88rem;margin-bottom:16px}
.ps-breadcrumbs a{color:var(--text-muted)}
.ps-breadcrumbs a::after{content:"/";margin-left:8px;color:var(--border)}
.ps-download-notice{padding:12px 14px;border-radius:14px;background:var(--surface-2);color:var(--text-muted)}
.ps-download-reports{display:flex;flex-wrap:wrap;gap:12px;font-size:.9rem}

.ps-pagination{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.ps-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 14px;
  border-radius:999px;
  background:var(--surface);
  border:1px solid var(--border);
  color:var(--text);
}
.ps-pagination .page-numbers.current,
.ps-pagination .page-numbers:hover{background:var(--surface-2)}

.ps-single-head{margin-bottom:12px}
.ps-single-title-row{display:flex;align-items:center;gap:18px;margin-bottom:14px}
.ps-single-thumb{width:92px;height:92px;flex:0 0 92px;border-radius:24px;box-shadow:var(--shadow-lg)}
.ps-single-body{min-width:0}
.ps-single-title-copy{min-width:0}
.ps-single-body h1{font-size:clamp(2rem, 4vw, 3rem)}
.ps-single-subtitle{font-size:1.05rem;color:var(--accent);font-weight:500;margin-bottom:10px}
.ps-single-actions{display:flex;gap:12px;flex-wrap:nowrap;align-items:center;margin-top:18px}
.ps-single-actions .ps-button{white-space:nowrap}
.ps-single-actions .ps-button-primary{flex:1 1 auto}
.ps-single-actions .ps-button-secondary{flex:0 0 auto}
.ps-single-actions .ps-button-share svg{width:18px;height:18px;flex:0 0 18px}
.ps-stats{display:flex;flex-wrap:wrap;gap:18px;margin:18px 0 0}
.ps-stats-item{display:flex;align-items:center;gap:18px}
.ps-stats-item + .ps-stats-item::before{content:"";width:1px;height:34px;background:var(--border)}
.ps-stats-item strong{display:block;font-size:1.15rem}
.ps-stats-item span{display:block;color:var(--text-muted);font-size:.88rem}
.ps-gallery{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(200px, 260px);gap:12px;overflow:auto;padding-bottom:6px}
.ps-gallery::-webkit-scrollbar{height:8px}
.ps-gallery::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}
.ps-shot{
  min-height:320px;
  margin:0;
  border-radius:20px;
  background:linear-gradient(135deg,var(--card-start,#1a73e8),var(--card-end,#34a853));
  color:#fff;
  display:flex;
  align-items:end;
  padding:24px;
  font-weight:500;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.ps-shot-image{padding:0;background:var(--surface-2);align-items:stretch}
.ps-shot-image img{width:100%;height:320px;object-fit:contain;display:block}
.ps-download-shell{max-width:1180px}
.ps-download-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px;
  border:1px solid var(--border);
  border-radius:24px;
  background:var(--surface);
  box-shadow:var(--shadow);
}
.ps-download-app{display:flex;align-items:center;gap:18px;min-width:0}
.ps-download-title{min-width:0}
.ps-download-title h1{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:6px;overflow-wrap:anywhere}
.ps-download-title p{margin:0;color:var(--text-muted)}
.ps-download-jump{white-space:nowrap;flex:0 0 auto}
.ps-ad-slot{
  margin:0;
  padding:16px;
  border:1px solid var(--border);
  border-radius:20px;
  background:var(--surface);
  text-align:center;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.ps-ad-label{
  display:block;
  margin-bottom:8px;
  color:var(--text-muted);
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ps-ad-content{display:flex;justify-content:center;align-items:center;min-height:120px}
.ps-ad-content > *{max-width:100%}
.ps-ad-content img,
.ps-ad-content iframe{max-width:100%}
.ps-ad-content img{height:auto;max-height:280px;object-fit:contain}
.ps-download-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 340px;
  gap:20px;
  align-items:start;
}
.ps-download-card,
.ps-download-side{
  scroll-margin-top:110px;
  border:1px solid var(--border);
  border-radius:24px;
  background:var(--surface);
  box-shadow:var(--shadow);
  padding:24px;
}
.ps-download-card{display:grid;gap:22px}
.ps-download-card h2,
.ps-download-side h2{font-size:1.35rem;margin-bottom:8px}
.ps-download-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.ps-download-meta div{
  padding:14px;
  border-radius:16px;
  background:var(--surface-2);
}
.ps-download-meta strong{
  display:block;
  margin-bottom:4px;
  color:var(--text-muted);
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.ps-download-meta span{display:block;font-weight:500}
.ps-download-button{width:100%;justify-content:center;min-height:56px}
.ps-download-checklist{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
  color:var(--text-muted);
}
.ps-download-checklist li{position:relative;padding-left:20px}
.ps-download-checklist li::before{
  content:"";
  position:absolute;
  left:0;
  top:.65em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--primary);
}
.ps-content,
.entry-content{line-height:1.7;color:var(--text)}
.entry-content h2,
.entry-content h3,
.entry-content h4{margin-top:1.8rem}
.entry-content ul,
.entry-content ol{padding-left:1.4rem}
.ps-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}
.ps-info-grid strong{display:block;color:var(--text-muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.ps-rating-summary{display:flex;flex-wrap:wrap;gap:28px;align-items:center}
.ps-rating-score{font-size:4rem;line-height:1;font-family:'Google Sans','Roboto',sans-serif}
.ps-rating-bars{min-width:240px;flex:1}
.ps-rating-bars-row{display:flex;align-items:center;gap:10px;margin-bottom:6px;color:var(--text-muted);font-size:.9rem}
.ps-rating-bars-track{height:8px;flex:1;background:var(--surface-2);border-radius:999px;overflow:hidden}
.ps-rating-bars-track i{display:block;height:100%;background:var(--primary);border-radius:999px}

.ps-empty{border-radius:24px;padding:32px;text-align:center;color:var(--text-muted)}

.ps-footer{margin-top:56px;border-top:1px solid var(--border);background:var(--surface)}
.ps-footer-inner{display:flex;align-items:center;justify-content:center;gap:16px;padding:22px 0;color:var(--text-muted);font-size:.92rem;text-align:center}
.ps-footer nav{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.ps-footer nav ul{display:flex;flex-wrap:wrap;gap:14px;list-style:none;margin:0;padding:0;justify-content:center}
.ps-footer a{color:inherit}

.search-form{display:flex;gap:10px}
.search-form input[type="search"]{flex:1;background:var(--surface-2);border:1px solid transparent;border-radius:999px;padding:12px 16px;color:var(--text)}
.search-form input[type="search"]:focus{outline:none;border-color:var(--border);background:var(--surface)}
.widget{margin-bottom:22px}
.widget h2,.widget h3{font-size:1.1rem}
.wp-caption,.gallery-caption{max-width:100%}
.alignleft{float:left;margin:0 1rem 1rem 0}
.alignright{float:right;margin:0 0 1rem 1rem}
.aligncenter{display:block;margin:0 auto 1rem}

@media (max-width:1024px){
  .ps-hero{
    display:block;
  }
}

@media (max-width:1280px) and (min-width:769px){
  .ps-layout{
    grid-template-columns:minmax(0, 1fr) minmax(0, var(--sidebar-width));
  }
  .ps-layout-none{
    grid-template-columns:minmax(0, 1fr);
  }
  .ps-layout-left,
  .ps-layout-right{
    grid-template-columns:minmax(0, 1fr) minmax(0, var(--sidebar-width));
  }
  .ps-layout-main{
    grid-column:1;
    grid-row:1 / span 2;
  }
  .ps-sidebar-left{
    grid-column:2;
    grid-row:1;
    max-width:var(--sidebar-width);
    justify-self:end;
  }
  .ps-sidebar-right{
    grid-column:2;
    grid-row:2;
    max-width:var(--sidebar-width);
  }
}

@media (max-width:782px){
  body.admin-bar .ps-header{top:46px}
}

@media (max-width:768px){
  html.ps-menu-open,
  html.ps-menu-open body{
    overflow:hidden;
  }
  .ps-page{padding-top:24px}
  .ps-shell,
  .ps-container{width:min(100% - 24px, 1440px)}
  .ps-layout{
    grid-template-columns:minmax(0, 1fr);
    gap:20px;
  }
  .ps-layout-left .ps-layout-main,
  .ps-layout-right .ps-layout-main{
    grid-column:1;
  }
  .ps-layout-main{order:1}
  .ps-download-hero{
    flex-direction:column;
    align-items:center;
    padding:20px;
  }
  .ps-download-app{width:100%}
  .ps-download-jump{width:100%;justify-content:center;min-height:52px}
  .ps-download-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .ps-download-card,
  .ps-download-side{
    padding:20px;
    border-radius:20px;
  }
  .ps-download-meta{
    grid-template-columns:1fr;
  }
  .ps-ad-slot{
    padding:12px;
    border-radius:16px;
    box-shadow:none;
  }
  .ps-ad-content{min-height:90px}
  .ps-ad-content img{max-height:none}
  .search .ps-search-head{
    justify-content:center;
    margin-bottom:18px;
  }
  .search .ps-search-head > div{
    width:100%;
    text-align:center;
  }
  .search .ps-search-head h1{
    font-size:clamp(1.9rem, 7vw, 2.35rem);
    line-height:1.12;
    margin-bottom:10px;
  }
  .search .ps-search-head .ps-muted{
    max-width:30ch;
    margin:0 auto;
    font-size:1rem;
    line-height:1.35;
  }
  .search .ps-entry-card{
    padding:18px;
    border-radius:20px;
  }
  .search .ps-entry-card h2{
    font-size:1.2rem;
    line-height:1.2;
    text-align:center;
  }
  .search .ps-entry-card p{
    text-align:center;
    font-size:1rem;
    line-height:1.35;
  }
  .search .ps-entry-meta{
    justify-content:center;
    gap:8px 12px;
    font-size:.82rem;
    text-align:center;
  }
  .search .ps-tax-list{
    justify-content:center;
  }
  .ps-discovery-sections{
    gap:22px;
  }
  .ps-app-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:10px;
  }
  .ps-app-grid .ps-app-card{
    padding:8px;
    border-radius:18px;
  }
  .ps-app-grid .ps-app-card-thumb{
    margin-bottom:8px;
    border-radius:16px;
  }
  .ps-app-grid .ps-app-card-title{
    font-size:.82rem;
  }
  .ps-app-grid .ps-app-card-meta{
    font-size:.72rem;
    gap:4px;
  }
  .ps-sidebar{
    order:2;
    width:100%;
    max-width:100%;
    justify-self:center;
  }
  .ps-sidebar-right{order:3}
  .ps-sidebar .ps-surface-card{
    width:100%;
    max-width:100%;
    padding:20px;
  }
  .ps-sidebar .ps-entry-list{
    gap:12px;
  }
  .ps-sidebar .ps-app-row{
    width:100%;
  }
  .ps-header-inner{flex-wrap:wrap}
  .ps-brand{order:1;margin-left:8px}
  #psMenuToggle{display:inline-flex;order:3;margin-left:0}
  .ps-search{order:4;flex-basis:100%}
  .ps-header-actions{
    order:2;
    margin-left:auto;
  }
  .ps-avatar{display:none}
  .ps-tabs{display:none}
  .ps-mobile-overlay{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(15,23,42,.34);
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
    z-index:1100;
  }
  .ps-mobile-overlay.is-open{
    opacity:1;
    pointer-events:auto;
  }
  .ps-mobile-panel{
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:min(82vw, 320px);
    height:100vh;
    padding:84px 16px 24px;
    background:var(--surface);
    border-right:1px solid var(--border);
    box-shadow:0 18px 36px rgba(15,23,42,.18);
    transform:translateX(-100%);
    transition:transform .22s ease;
    z-index:1200;
    overflow:auto;
  }
  .ps-mobile-panel.is-open{
    transform:translateX(0);
  }
  .ps-mobile-panel .menu{
    gap:10px;
  }
  .ps-mobile-panel-brand{
    display:inline-flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:nowrap !important;
    gap:12px;
    margin:0 4px 18px;
    padding:0;
    color:var(--text);
    background:transparent;
    border:none;
    box-shadow:none;
    border-radius:0;
    white-space:nowrap !important;
  }
  .ps-mobile-panel-brand .ps-brand-mark{
    display:grid !important;
    flex:0 0 24px;
    width:24px;
    height:24px;
  }
  .ps-mobile-panel-brand .ps-brand-text{
    display:inline-block !important;
    line-height:1.1;
    white-space:nowrap !important;
  }
  .ps-mobile-panel .menu a{
    padding:14px 16px;
    border-radius:16px;
    background:var(--surface-2);
    color:var(--text);
  }
  .ps-grid-rows{
    grid-auto-flow:column;
    grid-template-columns:none;
    grid-template-rows:repeat(3, minmax(0, 1fr));
    grid-auto-columns:minmax(280px, calc(100vw - 24px));
    overflow:auto;
    scroll-snap-type:x proximity;
    scroll-padding-inline:12px;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    padding-bottom:8px;
  }
  .post-type-archive-app .ps-app-archive-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:10px;
    overflow:visible;
    padding-bottom:0;
  }
  .post-type-archive-app .ps-app-archive-grid .ps-app-card{
    width:100%;
    min-width:0;
    max-width:none;
    flex:none;
    padding:8px;
    border-radius:18px;
  }
  .post-type-archive-app .ps-app-archive-grid .ps-app-card-thumb{
    margin-bottom:8px;
    border-radius:16px;
  }
  .post-type-archive-app .ps-app-archive-grid .ps-app-card-title{
    font-size:.82rem;
  }
  .post-type-archive-app .ps-app-archive-grid .ps-app-card-meta{
    font-size:.72rem;
    gap:4px;
  }
  .ps-banner-card,
  .ps-footer-inner{flex-direction:column;align-items:center}
  .ps-banner-copy{text-align:center}
  .ps-banner-card p{max-width:28ch}
  .ps-single-title-row{align-items:flex-start}
  .ps-single-actions{flex-wrap:wrap}
}

@media (max-width:576px){
  .ps-hero-main{height:320px}
  .ps-hero-slide{padding:22px 56px 56px}
  .ps-hero-main h1,
  .ps-hero-main h2{font-size:1.8rem}
  .ps-hero-title-row{flex-direction:column}
  .ps-hero-controls{left:10px;right:10px}
  .ps-hero-nav{width:40px;height:40px}
  .ps-hero-dots{bottom:18px}
  .ps-categories{grid-template-columns:1fr}
  .ps-stats{display:grid;gap:12px}
  .ps-stats-item + .ps-stats-item::before{display:none}
  .ps-app-card{flex-basis:132px}
  .ps-single-title-row{gap:14px}
  .ps-single-thumb{width:72px;height:72px;flex-basis:72px;border-radius:20px}
  .ps-single-body h1{font-size:2rem}
  .ps-single-actions{
    display:flex;
    flex-direction:column;
    gap:8px;
    align-items:stretch;
  }
  .ps-single-actions .ps-button{
    min-width:100%;
    width:100%;
    padding:11px 14px;
    font-size:.9rem;
    justify-content:center;
  }
  .ps-single-actions .ps-button-primary,
  .ps-single-actions .ps-button-secondary{
    flex:none;
  }
}

@media (max-width:700px){
  .home .ps-section.ps-hero .ps-hero-main,
  .is-front-page .ps-section.ps-hero .ps-hero-main{
    padding:8px !important;
    border:0 !important;
    background:var(--surface) !important;
    box-shadow:0 18px 42px rgba(15,23,42,.12) !important;
    overflow:hidden !important;
    border-radius:24px !important;
  }
  .home .ps-section.ps-hero .ps-hero-track,
  .is-front-page .ps-section.ps-hero .ps-hero-track{
    border-radius:22px !important;
    overflow:hidden !important;
  }
  .home .ps-section.ps-hero .ps-hero-slide,
  .is-front-page .ps-section.ps-hero .ps-hero-slide{
    border-radius:22px !important;
    overflow:hidden !important;
    box-shadow:none !important;
  }
}

@media (max-width:700px) {
  .ps-section.ps-hero,
  .ps-hero .ps-hero-main,
  .ps-hero-main.ps-hero-carousel,
  .home .ps-section.ps-hero .ps-hero-main,
  .is-front-page .ps-section.ps-hero .ps-hero-main {
    border-radius:24px !important;
    overflow:hidden !important;
    background:var(--surface) !important;
    box-shadow:0 18px 42px rgba(15,23,42,.12) !important;
  }
  .ps-hero-track {
    border-radius:22px !important;
    overflow:hidden !important;
  }
  .ps-hero-slide {
    border-radius:22px !important;
    overflow:hidden !important;
  }
}

/* Hero carousel visual polish */
.ps-section.ps-hero .ps-hero-slide{
  isolation:isolate;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20);
}
.ps-section.ps-hero .ps-hero-slide::before{
  z-index:0;
  background:
    linear-gradient(135deg, rgba(8,28,45,.22), rgba(8,28,45,.03) 48%, rgba(255,255,255,.14)),
    var(--hero-bg, linear-gradient(135deg,#1a73e8,#34a853));
}
.ps-section.ps-hero .ps-hero-slide::after{
  z-index:0;
  inset:auto -14% -42% auto;
  width:360px;
  height:360px;
  background:radial-gradient(circle, rgba(255,255,255,.24) 0%, rgba(255,255,255,.12) 42%, rgba(255,255,255,0) 70%);
  filter:blur(2px);
  opacity:.78;
}
.ps-section.ps-hero .ps-hero-content{
  text-shadow:0 1px 14px rgba(7,20,36,.24);
}
.ps-section.ps-hero .ps-hero-title-row{
  gap:16px;
  margin-bottom:12px;
}
.ps-section.ps-hero .ps-hero-title-row .ps-single-thumb{
  background:rgba(255,255,255,.12);
  box-shadow:0 14px 30px rgba(7,20,36,.18);
}
.ps-section.ps-hero .ps-hero-main h1,
.ps-section.ps-hero .ps-hero-main h2{
  letter-spacing:0;
}
.ps-section.ps-hero .ps-hero-main p{
  text-wrap:pretty;
}
.ps-section.ps-hero .ps-hero-actions{
  gap:12px;
}
.ps-section.ps-hero .ps-hero-actions .ps-button-light,
.ps-section.ps-hero .ps-hero-actions .ps-button-secondary,
.ps-section.ps-hero .ps-hero-actions .ps-button-primary{
  background:#fff !important;
  color:#172033 !important;
  border:1px solid rgba(255,255,255,.68) !important;
  box-shadow:0 10px 26px rgba(7,20,36,.18), 0 2px 8px rgba(7,20,36,.10) !important;
  text-shadow:none !important;
}
.ps-section.ps-hero .ps-hero-actions .ps-button-secondary{
  color:#006b4d !important;
}
.home .ps-section.ps-hero .ps-hero-actions .ps-button,
.is-front-page .ps-section.ps-hero .ps-hero-actions .ps-button{
  background:#fff !important;
  color:#172033 !important;
  border:1px solid rgba(255,255,255,.68) !important;
  box-shadow:0 10px 26px rgba(7,20,36,.18), 0 2px 8px rgba(7,20,36,.10) !important;
  text-shadow:none !important;
}
.home .ps-section.ps-hero .ps-hero-actions .ps-button-secondary,
.is-front-page .ps-section.ps-hero .ps-hero-actions .ps-button-secondary{
  color:#006b4d !important;
}
.ps-section.ps-hero .ps-hero-actions .ps-button-light:hover,
.ps-section.ps-hero .ps-hero-actions .ps-button-secondary:hover,
.ps-section.ps-hero .ps-hero-actions .ps-button-primary:hover{
  background:#f4f7fb !important;
  color:#0f172a !important;
}
.ps-section.ps-hero .ps-hero-actions .ps-button-secondary:hover{
  color:#005a40 !important;
}
.home .ps-section.ps-hero .ps-hero-actions .ps-button:hover,
.is-front-page .ps-section.ps-hero .ps-hero-actions .ps-button:hover{
  background:#f4f7fb !important;
  color:#0f172a !important;
}
.home .ps-section.ps-hero .ps-hero-actions .ps-button-secondary:hover,
.is-front-page .ps-section.ps-hero .ps-hero-actions .ps-button-secondary:hover{
  color:#005a40 !important;
}
.ps-section.ps-hero .ps-hero-dots{
  bottom:12px;
  gap:6px;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(15,23,42,.16);
  border:1px solid rgba(255,255,255,.20);
  backdrop-filter:blur(14px);
  box-shadow:0 8px 20px rgba(15,23,42,.12);
}
.ps-section.ps-hero .ps-hero-dot{
  width:8px;
  height:8px;
  background:rgba(255,255,255,.48);
  box-shadow:none;
}
.ps-section.ps-hero .ps-hero-dot.is-active{
  width:24px;
  background:#fff;
}
@media (min-width:701px){
  .home .ps-section.ps-hero .ps-hero-slide,
  .is-front-page .ps-section.ps-hero .ps-hero-slide{
    border-radius:22px;
    transition:opacity .2s ease, transform .2s ease, box-shadow .2s ease;
  }
  .home .ps-section.ps-hero .ps-hero-slide.is-next,
  .is-front-page .ps-section.ps-hero .ps-hero-slide.is-next{
    opacity:.94;
    transform:scale(.992);
  }
  .home .ps-section.ps-hero .ps-hero-title-row .ps-single-thumb,
  .is-front-page .ps-section.ps-hero .ps-hero-title-row .ps-single-thumb{
    width:64px;
    height:64px;
    flex-basis:64px;
    border-radius:18px;
  }
}
@media (max-width:700px){
  .home .ps-section.ps-hero .ps-hero-actions,
  .is-front-page .ps-section.ps-hero .ps-hero-actions{
    gap:10px !important;
  }
  .home .ps-section.ps-hero .ps-hero-actions .ps-button,
  .is-front-page .ps-section.ps-hero .ps-hero-actions .ps-button{
    background:#fff !important;
    color:#172033 !important;
    border-color:rgba(255,255,255,.70) !important;
  }
  .home .ps-section.ps-hero .ps-hero-actions .ps-button-secondary,
  .is-front-page .ps-section.ps-hero .ps-hero-actions .ps-button-secondary{
    color:#006b4d !important;
  }
}

/* Keep carousel pagination in its own lower rail, outside the app cards. */
@media (min-width:701px){
  .home .ps-section.ps-hero .ps-hero-main,
  .is-front-page .ps-section.ps-hero .ps-hero-main{
    height:382px;
    padding:8px 8px 50px !important;
    box-sizing:border-box;
  }
  .home .ps-section.ps-hero .ps-hero-track,
  .is-front-page .ps-section.ps-hero .ps-hero-track{
    height:100% !important;
    box-sizing:border-box;
  }
  .home .ps-section.ps-hero .ps-hero-slide,
  .is-front-page .ps-section.ps-hero .ps-hero-slide{
    height:100%;
  }
  .home .ps-section.ps-hero .ps-hero-dots,
  .is-front-page .ps-section.ps-hero .ps-hero-dots{
    bottom:14px !important;
  }
}
@media (max-width:700px){
  .home .ps-section.ps-hero .ps-hero-main,
  .is-front-page .ps-section.ps-hero .ps-hero-main{
    padding:8px 8px 42px !important;
  }
  .home .ps-section.ps-hero .ps-hero-dots,
  .is-front-page .ps-section.ps-hero .ps-hero-dots{
    bottom:10px !important;
  }
}

/* =========================================================
   HERO CAROUSEL DESKTOP REFINEMENT
   Não altera mobile
========================================================= */

@media (min-width: 701px) {

  /* Container principal */
  .home .ps-section.ps-hero .ps-hero-main,
  .is-front-page .ps-section.ps-hero .ps-hero-main {
    height: 390px !important;

    padding:
      8px
      8px
      54px !important;

    border-radius: 26px !important;

    overflow: hidden !important;

    background: var(--surface) !important;

    box-shadow:
      0 18px 42px rgba(15,23,42,.10),
      0 4px 14px rgba(15,23,42,.06) !important;
  }

  /* Track */
  .home .ps-section.ps-hero .ps-hero-track,
  .is-front-page .ps-section.ps-hero .ps-hero-track {

    gap: 14px !important;

    height: 100% !important;

    align-items: stretch !important;
  }

  /* Slides */
  .home .ps-section.ps-hero .ps-hero-slide,
  .is-front-page .ps-section.ps-hero .ps-hero-slide {

    height: 100% !important;

    border-radius: 22px !important;

    padding:
      26px
      34px
      34px !important;

    overflow: hidden !important;

    position: relative;

    transition:
      transform .22s ease,
      opacity .22s ease,
      box-shadow .22s ease;
  }

  /* Slide secundário */
  .home .ps-section.ps-hero .ps-hero-slide.is-next,
  .is-front-page .ps-section.ps-hero .ps-hero-slide.is-next {

    opacity: .92;

    transform: scale(.992);
  }

  /* Glow / profundidade */
  .home .ps-section.ps-hero .ps-hero-slide::after,
  .is-front-page .ps-section.ps-hero .ps-hero-slide::after {

    inset: auto -12% -40% auto !important;

    width: 340px !important;
    height: 340px !important;

    opacity: .62 !important;

    filter: blur(6px) !important;
  }

  /* Conteúdo */
  .home .ps-section.ps-hero .ps-hero-content,
  .is-front-page .ps-section.ps-hero .ps-hero-content {

    max-width: 500px !important;
  }

  /* Logo */
  .home .ps-section.ps-hero .ps-hero-title-row .ps-single-thumb,
  .is-front-page .ps-section.ps-hero .ps-hero-title-row .ps-single-thumb {

    width: 62px !important;
    height: 62px !important;

    flex-basis: 62px !important;

    border-radius: 18px !important;

    box-shadow:
      0 10px 24px rgba(0,0,0,.18);
  }

  /* Título */
  .home .ps-section.ps-hero .ps-hero-main h1,
  .home .ps-section.ps-hero .ps-hero-main h2,
  .is-front-page .ps-section.ps-hero .ps-hero-main h1,
  .is-front-page .ps-section.ps-hero .ps-hero-main h2 {

    font-size: clamp(1.8rem, 2.6vw, 3rem) !important;

    line-height: 1.06 !important;

    margin-bottom: 10px !important;

    letter-spacing: -.02em;
  }

  /* Texto */
  .home .ps-section.ps-hero .ps-hero-main p,
  .is-front-page .ps-section.ps-hero .ps-hero-main p {

    font-size: .96rem !important;

    line-height: 1.45 !important;

    opacity: .92 !important;

    max-width: 460px !important;

    margin:
      0 auto
      18px !important;
  }

  /* Botões */
  .home .ps-section.ps-hero .ps-hero-actions,
  .is-front-page .ps-section.ps-hero .ps-hero-actions {

    gap: 12px !important;

    margin-bottom: 0 !important;
  }

  .home .ps-section.ps-hero .ps-hero-actions .ps-button,
  .is-front-page .ps-section.ps-hero .ps-hero-actions .ps-button {

    min-width: 138px !important;

    height: 46px !important;

    font-size: .95rem !important;

    border-radius: 999px !important;

    transition:
      transform .18s ease,
      box-shadow .18s ease,
      background .18s ease;
  }

  .home .ps-section.ps-hero .ps-hero-actions .ps-button:hover,
  .is-front-page .ps-section.ps-hero .ps-hero-actions .ps-button:hover {

    transform: translateY(-2px);

    box-shadow:
      0 12px 24px rgba(15,23,42,.18);
  }

  /* =========================================
     INDICADORES (AGORA ABAIXO DOS CARDS)
  ========================================= */

  .home .ps-section.ps-hero .ps-hero-dots,
  .is-front-page .ps-section.ps-hero .ps-hero-dots {

    bottom: 14px !important;

    left: 50% !important;

    transform: translateX(-50%) !important;

    z-index: 8 !important;

    gap: 8px !important;

    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;

    backdrop-filter: none !important;
  }

  /* Dot normal */
  .home .ps-section.ps-hero .ps-hero-dot,
  .is-front-page .ps-section.ps-hero .ps-hero-dot {

    width: 8px !important;
    height: 8px !important;

    border-radius: 999px !important;

    background:
      rgba(15,23,42,.22) !important;

    transition:
      width .18s ease,
      background .18s ease,
      transform .18s ease;
  }

  /* Dot ativo */
  .home .ps-section.ps-hero .ps-hero-dot.is-active,
  .is-front-page .ps-section.ps-hero .ps-hero-dot.is-active {

    width: 26px !important;

    background:
      var(--primary) !important;
  }

  /* Setas */
  .home .ps-section.ps-hero .ps-hero-nav,
  .is-front-page .ps-section.ps-hero .ps-hero-nav {

    width: 42px !important;
    height: 42px !important;

    background:
      rgba(15,23,42,.16) !important;

    border:
      1px solid rgba(255,255,255,.18) !important;

    backdrop-filter: blur(12px);

    box-shadow:
      0 8px 20px rgba(15,23,42,.12);

    transition:
      background .18s ease,
      transform .18s ease;
  }

  .home .ps-section.ps-hero .ps-hero-nav:hover,
  .is-front-page .ps-section.ps-hero .ps-hero-nav:hover {

    background:
      rgba(15,23,42,.28) !important;

    transform: scale(1.04);
  }
}

/* Hero desktop: corta nomes longos em uma linha */
@media (min-width: 701px) {
  .home .ps-section.ps-hero .ps-hero-title-row,
  .is-front-page .ps-section.ps-hero .ps-hero-title-row {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  .home .ps-section.ps-hero .ps-single-title-copy,
  .is-front-page .ps-section.ps-hero .ps-single-title-copy {
    min-width: 0;
    max-width: 360px;
  }

  .home .ps-section.ps-hero .ps-hero-title-row h1,
  .is-front-page .ps-section.ps-hero .ps-hero-title-row h1 {
    display: block;
    max-width: 100%;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/* =========================================
   MOBILE HERO ARROWS REFINED
========================================= */

@media (max-width: 700px) {

  .ps-hero-controls {
    left: 0 !important;
    right: 0 !important;

    top: 50% !important;

    transform: translateY(-50%) !important;

    height: 0 !important;

    z-index: 20 !important;

    pointer-events: none !important;
  }

  .ps-hero-nav {

    position: absolute !important;

    width: 34px !important;
    height: 34px !important;

    border-radius: 999px !important;

    top: 50% !important;

    transform: translateY(-50%) !important;

    pointer-events: auto !important;

    background: rgba(255,255,255,.22) !important;

    backdrop-filter: blur(10px);

    border: 1px solid rgba(255,255,255,.14) !important;

    box-shadow:
      0 6px 14px rgba(15,23,42,.14) !important;
  }

  /* esquerda */
  .ps-hero-nav:first-of-type {
    left: 2px !important;
  }

  /* direita */
  .ps-hero-nav:last-of-type {
    right: 2px !important;
    left: auto !important;
  }

  .ps-hero-nav svg {
    width: 14px !important;
    height: 14px !important;
  }
}

/* =========================================
   MOBILE HERO HEIGHT COMPACT
========================================= */

@media (max-width: 700px) {
  .home .ps-section.ps-hero .ps-hero-main,
  .is-front-page .ps-section.ps-hero .ps-hero-main {
    height: auto !important;
    padding: 8px 8px 36px !important;
  }

  .home .ps-section.ps-hero .ps-hero-slide,
  .is-front-page .ps-section.ps-hero .ps-hero-slide {
    min-height: 0 !important;
    height: 395px !important;
    padding: 20px 22px 24px !important;
  }

  .home .ps-section.ps-hero .ps-hero-content,
  .is-front-page .ps-section.ps-hero .ps-hero-content {
    justify-content: center !important;
    padding: 0 14px !important;
  }

  .home .ps-section.ps-hero .ps-hero-actions,
  .is-front-page .ps-section.ps-hero .ps-hero-actions {
    margin-top: 18px !important;
  }

  .home .ps-section.ps-hero .ps-hero-dots,
  .is-front-page .ps-section.ps-hero .ps-hero-dots {
    bottom: 10px !important;
  }
}
