/* Purrle overrides on top of the Webgen template.
   Loaded AFTER main.css. Keeps the template look; fixes robustness + brand. */

/* --- Never ship blank: AOS must not gate visibility ---------------------
   The template hides every [data-aos] element at opacity:0 until scrolled
   into view. On reduced-motion, slow JS, or headless render that leaves
   whole sections blank. Force the final visible state; the page still has
   marquees, tilt, hover and preloader motion. */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* --- Brand logo sizing (SVG wordmark in place of raster logo) --- */
.brand-logo { display: inline-flex; align-items: center; max-width: 150px; }
.brand-logo img { width: 150px; height: auto; }

/* --- Home hero header sits over the YELLOW hero: use dark text there,
       switch to white once the header becomes fixed (dark) on scroll --- */
.header-sectionv2:not(.header-fixed) .custom-nav .menu-item > a,
.header-sectionv2:not(.header-fixed) .ph-clickwrap a,
.header-sectionv2:not(.header-fixed) .search-icon i { color: #0e0e10 !important; }
/* once fixed/scrolled, give the header a solid dark bar so white text reads */
.header-sectionv2.header-fixed { background: #0e0e10 !important; box-shadow: 0 8px 30px -12px rgba(0,0,0,.5); }
.header-sectionv2.header-fixed .custom-nav .menu-item > a,
.header-sectionv2.header-fixed .ph-clickwrap a,
.header-sectionv2.header-fixed .search-icon i { color: #ffffff !important; }
/* swap to the white wordmark on the dark fixed bar */
.header-sectionv2 .brand-logo .logo-light { display: none; }
.header-sectionv2.header-fixed .brand-logo .logo-dark { display: none; }
.header-sectionv2.header-fixed .brand-logo .logo-light { display: block; }

/* --- Hero screenshot framing --- */
.banner-v2-thumb > img:first-child { width: 100%; height: auto; }

/* --- Hero subtitle (moved out from over the screenshot) --- */
.hero-v2-sub {
    max-width: 30ch;
    font-size: clamp(16px, 1.1vw, 19px);
    line-height: 1.55;
    margin: 22px 0 26px;
    font-weight: 500;
}
.hero-v2-content .explore-more { font-weight: 700; font-size: 17px; }

/* --- make team section bg sit darker behind content for contrast --- */
.team-staft { position: relative; }

/* --- testimonial cards (replaces the single big-image slide) --- */
.purrle-testi {
    background: #131313;
    border: 1px solid #2a2a2a;
    border-radius: 20px;
    padding: clamp(24px, 3vw, 34px);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: border-color .25s ease, transform .25s ease;
}
.purrle-testi:hover { border-color: #E3FF04; transform: translateY(-4px); }
.purrle-testi-stars { color: #E3FF04; display: flex; gap: 4px; font-size: 14px; }
.purrle-testi-quote { color: #d6d6d6; font-size: 16px; line-height: 1.62; flex: 1; margin: 0; }
.purrle-testi-foot { display: flex; align-items: center; gap: 14px; }
.purrle-testi-foot img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; flex: none; }
.purrle-testi-foot h6 { color: #fff; margin: 0 0 2px; font-size: 15px; font-weight: 600; }
.purrle-testi-foot span { color: #E3FF04; font-size: 13px; }

/* =========================== SHOP / PRODUCTS =========================== */
.purrle-shop { background: #0b0b0b; }
.purrle-eyebrow {
    display: inline-block; color: #E3FF04; font-weight: 600; font-size: 14px;
    letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px;
    border: 1px solid #2f2f2f; border-radius: 999px; padding: 6px 16px;
}
.purrle-shop-intro { max-width: 760px; margin-bottom: clamp(36px, 6vw, 64px); }
.purrle-shop-intro h2 { color: #fff; font-size: clamp(28px, 4vw, 46px); line-height: 1.08; margin-bottom: 16px; }
.purrle-shop-intro p { color: #b3b3b3; font-size: 18px; }

.purrle-prod {
    border: 1px solid #232323; border-radius: 24px; background: #111;
    padding: clamp(20px, 3vw, 36px); margin-bottom: 28px; overflow: hidden;
}
.purrle-prod-main { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
.purrle-prod:nth-child(even) .purrle-prod-media { order: 2; }
.purrle-prod-media { border-radius: 18px; overflow: hidden; background: #0c0c0c; border: 1px solid #232323; min-height: 240px; display: grid; place-items: center; }
.purrle-prod-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.purrle-prod-iconwrap { width: 110px; height: 110px; border-radius: 28px; display: grid; place-items: center;
    background: rgba(227,255,4,.1); border: 1px solid rgba(227,255,4,.35); }
.purrle-prod-iconwrap svg { width: 56px; height: 56px; color: #E3FF04; }
.purrle-prod--violet .purrle-prod-iconwrap { background: rgba(168,120,255,.12); border-color: rgba(168,120,255,.4); }
.purrle-prod--violet .purrle-prod-iconwrap svg { color: #b794ff; }
.purrle-prod--green .purrle-prod-iconwrap svg { color: #5ddf9a; }

.purrle-prod-cat { color: #E3FF04; font-weight: 600; font-size: 14px; }
.purrle-prod-info h3 { color: #fff; font-size: clamp(24px, 3vw, 34px); margin: 8px 0 12px; }
.purrle-prod-sum { color: #b3b3b3; font-size: 16px; line-height: 1.6; margin-bottom: 20px; }
.purrle-prod-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; padding: 16px 0; border-top: 1px solid #232323; border-bottom: 1px solid #232323; margin-bottom: 20px; }
.purrle-stars { color: #E3FF04; font-size: 13px; display: inline-flex; gap: 2px; }
.purrle-prod-rating { display: inline-flex; align-items: center; gap: 8px; color: #fff; }
.purrle-prod-rating b { color: #fff; font-size: 15px; }
.purrle-prod-count { color: #888; font-size: 14px; }
.purrle-prod-price { color: #fff; font-family: inherit; font-weight: 700; font-size: 26px; margin-left: auto; }
.purrle-prod-price small { color: #888; font-size: 14px; font-weight: 500; }
.purrle-prod-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.purrle-prod-platforms li { color: #cfcfcf; font-size: 13px; border: 1px solid #2c2c2c; border-radius: 999px; padding: 4px 12px; }
.purrle-prod-feats { display: grid; gap: 10px; margin-bottom: 18px; }
.purrle-prod-feats li { color: #cfcfcf; font-size: 15px; display: flex; gap: 10px; align-items: flex-start; }
.purrle-prod-feats i { color: #E3FF04; margin-top: 4px; font-size: 12px; }
.purrle-prod-privacy { display: flex; gap: 10px; align-items: flex-start; color: #8fd6a6; font-size: 14px;
    background: rgba(93,223,154,.08); border: 1px solid rgba(93,223,154,.25); border-radius: 12px; padding: 12px 14px; margin-bottom: 20px; }
.purrle-prod-privacy i { margin-top: 3px; }
.purrle-prod-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.purrle-btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px;
    padding: 13px 26px; border-radius: 999px; border: 1.5px solid transparent; transition: transform .15s ease, background .2s ease, border-color .2s ease; }
.purrle-btn:hover { transform: translateY(-2px); }
.purrle-btn--solid { background: #E3FF04; color: #0b0b0b; }
.purrle-btn--solid:hover { background: #eaff4d; color: #0b0b0b; }
.purrle-btn--ghost { border-color: #3a3a3a; color: #fff; }
.purrle-btn--ghost:hover { border-color: #E3FF04; color: #E3FF04; }

.purrle-prod-reviews { margin-top: 28px; padding-top: 24px; border-top: 1px solid #232323; }
.purrle-prod-reviews > h4 { color: #fff; font-size: 18px; margin-bottom: 16px; }
.purrle-review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.purrle-review { background: #0c0c0c; border: 1px solid #242424; border-radius: 16px; padding: 20px; }
.purrle-review-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.purrle-verified { color: #5ddf9a; font-size: 12px; font-weight: 600; }
.purrle-review h5 { color: #fff; font-size: 15px; margin: 0 0 8px; }
.purrle-review p { color: #aaa; font-size: 14px; line-height: 1.55; margin: 0 0 12px; }
.purrle-review-by { color: #888; font-size: 13px; }
.purrle-review-by b { color: #ddd; }

@media (max-width: 860px) {
    .purrle-prod-main { grid-template-columns: 1fr; }
    .purrle-prod:nth-child(even) .purrle-prod-media { order: -1; }
    .purrle-prod-price { margin-left: 0; }
}
