/*
Theme Name: PlanetaCut WP Template
Author: PlanetaCut
Description: Tema WordPress autocontenido inspirado en la tienda PlanetaCut, con portada y plantilla de pagina editables.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: planetacut-wp-template
*/

body {
  margin: 0;
  background: #fff;
}
.pcut,
  .pcut * {
    box-sizing: border-box;
  }

  .pcut {
    --ink: #080928;
    --muted: #687089;
    --line: #e5e7f0;
    --violet: #6d1fe5;
    --violet-dark: #271ac9;
    --cyan: #00d8f0;
    --green: #16b956;
    --pink: #ff3b78;
    --orange: #ff9b16;
    --blue: #2298e9;
    --shadow: 0 16px 45px rgba(20, 17, 74, .13);
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.35;
  }

  .pcut a {
    color: inherit;
    text-decoration: none;
  }

  .pcut svg {
    display: block;
    max-width: 100%;
  }

  .pcut-wrap {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
  }

  .pcut-icon {
    width: 21px;
    height: 21px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pcut-topbar {
    color: #fff;
    background: linear-gradient(90deg, #241dc8 0%, #4318df 55%, #2016bd 100%);
    font-size: 13px;
    font-weight: 750;
  }

  .pcut-topbar .pcut-wrap {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: space-between;
    gap: 24px;
    min-height: 38px;
    align-items: center;
  }

  .pcut-topitem {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
  }

  .pcut-topitem svg {
    width: 17px;
    height: 17px;
  }

  .pcut-header {
    background: #fff;
    border-bottom: 1px solid #eef0f7;
  }

  .pcut-headrow {
    display: grid;
    grid-template-columns: 285px minmax(260px, 1fr) 340px;
    gap: 28px;
    align-items: center;
    min-height: 88px;
  }

  .pcut-logo {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .pcut-logo-mark {
    width: 55px;
    height: 55px;
    flex: 0 0 auto;
    filter: drop-shadow(0 7px 12px rgba(109, 31, 229, .18));
  }

  .pcut-logo-title {
    font-size: 30px;
    line-height: .9;
    font-weight: 950;
    letter-spacing: 0;
  }

  .pcut-logo-title span {
    color: var(--violet);
  }

  .pcut-logo-sub {
    margin-top: 3px;
    color: #30334d;
    font-size: 14px;
    font-weight: 600;
  }

  .pcut-search {
    display: grid;
    grid-template-columns: 1fr 52px;
    height: 44px;
    border: 1px solid #d8dce9;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
  }

  .pcut-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 18px;
    color: #60677b;
    font: inherit;
  }

  .pcut-search button {
    border: 0;
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #8231ef, #4b10d8);
  }

  .pcut-actions {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: end;
    gap: 24px;
  }

  .pcut-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
  }

  .pcut-action .pcut-icon {
    width: 29px;
    height: 29px;
    stroke-width: 2.1;
  }

  .pcut-badge {
    position: absolute;
    top: -11px;
    left: 24px;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    padding: 0 5px;
    color: #fff;
    background: var(--violet);
    font-size: 12px;
    font-weight: 900;
  }

  .pcut-nav {
    display: grid;
    grid-template-columns: repeat(8, max-content);
    align-items: center;
    gap: 33px;
    min-height: 55px;
    border-top: 1px solid #f2f3f8;
  }

  .pcut-nav a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 5px;
    color: #070927;
    font-size: 13px;
    font-weight: 900;
  }

  .pcut-nav a:first-child {
    min-width: 92px;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #8c35ee, #5712d7);
    border-radius: 6px;
    box-shadow: 0 8px 17px rgba(109, 31, 229, .22);
  }

  .pcut-pill {
    display: inline-grid;
    place-items: center;
    height: 20px;
    padding: 0 7px;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(135deg, #932cf5, #5a18dc);
    font-size: 10px;
    font-weight: 950;
  }

  .pcut-hero {
    position: relative;
    min-height: 436px;
    overflow: visible;
    color: #fff;
    background:
      radial-gradient(circle at 63% 20%, rgba(127, 74, 255, .76) 0 15%, transparent 43%),
      radial-gradient(circle at 14% 36%, rgba(0, 219, 240, .12) 0 10%, transparent 35%),
      radial-gradient(circle at 80% 70%, rgba(255, 66, 130, .18) 0 13%, transparent 40%),
      linear-gradient(110deg, #051d94 0%, #11169e 37%, #4321df 70%, #711ad2 100%);
  }

  .pcut-hero:before,
  .pcut-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .pcut-hero:before {
    opacity: .65;
    background-image:
      radial-gradient(circle, rgba(255, 255, 255, .95) 0 1px, transparent 2px),
      radial-gradient(circle, rgba(0, 230, 255, .85) 0 2px, transparent 3px),
      radial-gradient(circle, rgba(255, 162, 79, .8) 0 1px, transparent 2px);
    background-size: 155px 135px, 230px 190px, 310px 260px;
    background-position: 15px 24px, 115px 8px, 38px 70px;
  }

  .pcut-hero:after {
    opacity: .42;
    background:
      repeating-radial-gradient(circle at 68% 46%, transparent 0 42px, rgba(255, 255, 255, .17) 44px, transparent 46px);
    mask-image: linear-gradient(90deg, transparent 0, #000 28%, #000 82%, transparent 100%);
  }

  .pcut-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 12px;
    align-items: center;
    min-height: 436px;
    padding: 38px 0 75px;
  }

  .pcut-kicker {
    color: #a995ff;
    font-size: 22px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .pcut-hero h1 {
    max-width: 560px;
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 5vw, 68px);
    line-height: .94;
    font-weight: 1000;
    letter-spacing: 0;
  }

  .pcut-hero h2 {
    margin: 7px 0 17px;
    color: #00e7ed;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: 0;
  }

  .pcut-checks {
    display: grid;
    gap: 7px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    font-size: 17px;
    font-weight: 760;
  }

  .pcut-checks li {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .pcut-checks svg {
    width: 18px;
    height: 18px;
    color: #00e7ed;
    flex: 0 0 auto;
  }

  .pcut-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
  }

  .pcut-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 26px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 950;
    font-size: 17px;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .15);
  }

  .pcut-btn svg {
    width: 21px;
    height: 21px;
  }

  .pcut-btn-violet {
    background: linear-gradient(135deg, #8736ed, #5a18dc);
  }

  .pcut-btn-cyan {
    background: linear-gradient(135deg, #18d8ef, #00b5c5);
  }

  .pcut-hero-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }

  .pcut-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 6px;
    color: #dfe9ff;
    background: rgba(255, 255, 255, .11);
    font-size: 12px;
    font-weight: 760;
  }

  .pcut-hero-tag svg {
    width: 15px;
    height: 15px;
  }

  .pcut-machine-scene {
    position: relative;
    min-height: 320px;
    transform: translateY(-2px);
  }

  .pcut-machine {
    position: absolute;
    top: 25px;
    right: 80px;
    width: min(465px, 82%);
    height: 185px;
    border-radius: 36px 36px 26px 26px;
    background: linear-gradient(#fff, #eef0f6);
    box-shadow:
      inset 0 -15px 25px rgba(16, 24, 60, .12),
      0 30px 55px rgba(2, 3, 34, .35);
  }

  .pcut-machine:before {
    content: "";
    position: absolute;
    left: 52px;
    right: 52px;
    bottom: 37px;
    height: 59px;
    border-radius: 12px;
    background: linear-gradient(#0c1022, #03040c 66%, #161a30);
    box-shadow: inset 0 11px 16px rgba(255, 255, 255, .07);
  }

  .pcut-machine:after {
    content: "ScanNCut";
    position: absolute;
    left: 50%;
    top: 63px;
    transform: translateX(-50%);
    color: #252332;
    font-size: 15px;
    font-weight: 650;
  }

  .pcut-machine-side {
    position: absolute;
    left: 24px;
    bottom: 60px;
    width: 22px;
    height: 54px;
    border-radius: 8px;
    background: #11192f;
    box-shadow: 392px -2px 0 #11192f;
  }

  .pcut-machine-screen {
    position: absolute;
    right: 63px;
    top: -40px;
    width: 118px;
    height: 83px;
    border-radius: 9px;
    background: #111625;
    box-shadow: 0 14px 24px rgba(0, 0, 0, .26);
    padding: 12px 25px 12px 10px;
  }

  .pcut-machine-screen:before {
    content: "";
    display: block;
    height: 100%;
    border-radius: 5px;
    background:
      radial-gradient(circle at 32% 45%, #21d2f1 0 16px, transparent 17px),
      radial-gradient(circle at 68% 45%, #ffce24 0 16px, transparent 17px),
      linear-gradient(135deg, #3420db, #11bde9);
  }

  .pcut-paper {
    position: absolute;
    right: 100px;
    top: 151px;
    width: 355px;
    height: 210px;
    transform: rotate(5deg) skewX(-9deg);
    transform-origin: top center;
    background: #fff;
    border: 9px solid #7b35e6;
    border-top-width: 12px;
    box-shadow: 0 18px 25px rgba(0, 0, 0, .25);
    overflow: hidden;
  }

  .pcut-paper:before,
  .pcut-paper:after {
    content: "";
    position: absolute;
    inset: 22px;
    opacity: .95;
    background:
      radial-gradient(circle at 18% 24%, transparent 0 15px, #7029dc 16px 21px, transparent 22px),
      radial-gradient(circle at 33% 28%, transparent 0 12px, #7029dc 13px 18px, transparent 19px),
      radial-gradient(circle at 23% 48%, transparent 0 14px, #7029dc 15px 20px, transparent 21px),
      radial-gradient(circle at 41% 51%, transparent 0 11px, #7029dc 12px 17px, transparent 18px),
      radial-gradient(ellipse at 77% 35%, transparent 0 17px, #7029dc 18px 23px, transparent 24px),
      radial-gradient(ellipse at 68% 35%, transparent 0 17px, #7029dc 18px 23px, transparent 24px);
  }

  .pcut-paper:after {
    inset: auto 52px 45px 62px;
    height: 42px;
    border-radius: 30px 30px 8px 8px;
    background:
      linear-gradient(35deg, transparent 40%, #7029dc 42% 49%, transparent 51%),
      linear-gradient(145deg, transparent 40%, #7029dc 42% 49%, transparent 51%);
  }

  .pcut-lace {
    position: absolute;
    right: 0;
    bottom: 26px;
    width: 190px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
      repeating-radial-gradient(circle, transparent 0 13px, #ff5e87 14px 18px, transparent 19px 28px),
      repeating-conic-gradient(from 4deg, transparent 0 10deg, #ff80a1 11deg 17deg, transparent 18deg 30deg);
    border: 12px solid #ff658b;
    box-shadow: 30px 12px 0 rgba(255, 151, 183, .75);
  }

  .pcut-butterfly-big,
  .pcut-butterfly-small {
    position: absolute;
    color: #00dff0;
    filter: drop-shadow(0 8px 13px rgba(0, 0, 0, .23));
  }

  .pcut-butterfly-big {
    right: 170px;
    bottom: 6px;
    width: 93px;
  }

  .pcut-butterfly-small {
    right: 28px;
    top: 23px;
    width: 58px;
    color: #ff96e7;
  }

  .pcut-compatible {
    position: absolute;
    right: 55px;
    bottom: 15px;
    width: 132px;
    height: 132px;
    border: 5px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #0ec5ec, #1191d7);
    box-shadow: 0 15px 24px rgba(0, 0, 0, .25), inset 0 0 0 4px rgba(255, 255, 255, .23);
    font-weight: 950;
  }

  .pcut-compatible small {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
    letter-spacing: 0;
  }

  .pcut-compatible strong {
    display: block;
    font-size: 23px;
    line-height: 1.04;
  }

  .pcut-compatible span {
    display: block;
    margin-top: 7px;
    font-size: 28px;
  }

  .pcut-cats {
    position: relative;
    z-index: 3;
    margin-top: -42px;
  }

  .pcut-cat-panel {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    overflow: hidden;
    min-height: 156px;
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .pcut-cat {
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 24px 12px 19px;
  }

  .pcut-cat + .pcut-cat {
    border-left: 1px solid #e7e9f1;
  }

  .pcut-cat-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 11px;
    color: #fff;
    box-shadow: inset 0 -10px 18px rgba(0, 0, 0, .14), 0 10px 22px rgba(30, 22, 90, .16);
  }

  .pcut-cat-icon svg {
    width: 34px;
    height: 34px;
  }

  .pcut-cat h3 {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 950;
  }

  .pcut-cat p {
    max-width: 135px;
    margin: 0 auto;
    color: #252844;
    font-size: 14px;
  }

  .pcut-section {
    padding: 32px 0 0;
  }

  .pcut-section-head {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: end;
    gap: 18px;
    margin-bottom: 17px;
  }

  .pcut-title {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--violet);
  }

  .pcut-title h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: 0;
  }

  .pcut-title svg {
    width: 26px;
    height: 26px;
    color: var(--violet);
  }

  .pcut-subtitle {
    margin: 4px 0 0 38px;
    color: #747a8d;
    font-size: 13px;
  }

  .pcut-see {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 36px;
    padding: 0 14px;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(135deg, #8d30ef, #5516d9);
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 8px 16px rgba(109, 31, 229, .19);
  }

  .pcut-see svg {
    width: 17px;
    height: 17px;
  }

  .pcut-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 21px;
  }

  .pcut-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e3e6ee;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(21, 27, 68, .08);
  }

  .pcut-card-media {
    position: relative;
    display: grid;
    place-items: center;
    height: 144px;
    background:
      radial-gradient(circle at 50% 35%, #fff 0 35%, #f3f4f8 72%, #e8ebf1 100%);
    overflow: hidden;
  }

  .pcut-card-media svg {
    width: 93%;
    height: 93%;
  }

  .pcut-card-body {
    position: relative;
    padding: 10px 12px 11px;
    min-height: 78px;
  }

  .pcut-card h3 {
    margin: 0 30px 4px 0;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 950;
  }

  .pcut-card p {
    margin: 0 0 5px;
    color: #6d7487;
    font-size: 12px;
  }

  .pcut-stats {
    display: flex;
    gap: 11px;
    align-items: center;
    color: #5b6173;
    font-size: 12px;
  }

  .pcut-stats span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
  }

  .pcut-stats svg {
    width: 13px;
    height: 13px;
  }

  .pcut-label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-height: 27px;
    display: inline-grid;
    place-items: center;
    padding: 0 9px;
    color: #fff;
    border-radius: 7px 0 7px 0;
    background: var(--green);
    font-size: 11px;
    font-weight: 950;
  }

  .pcut-label.cyan {
    background: #07c4d6;
  }

  .pcut-label.violet {
    background: var(--violet);
  }

  .pcut-label.orange {
    background: #ff7522;
  }

  .pcut-label.green2 {
    background: #08bd84;
  }

  .pcut-fav {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 9px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    color: #161a31;
    background: rgba(255, 255, 255, .86);
    border-radius: 50%;
  }

  .pcut-fav svg {
    width: 17px;
    height: 17px;
  }

  .pcut-download,
  .pcut-cart {
    position: absolute;
    right: 10px;
    bottom: 9px;
    width: 29px;
    height: 29px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #8c32ee, #5815d9);
    box-shadow: 0 7px 14px rgba(109, 31, 229, .21);
  }

  .pcut-download svg,
  .pcut-cart svg {
    width: 17px;
    height: 17px;
  }

  .pcut-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
  }

  .pcut-price {
    color: var(--violet);
    font-size: 15px;
    font-weight: 1000;
  }

  .pcut-price.free {
    color: #0cbf4b;
  }

  .pcut-old {
    color: #9aa0ad;
    font-size: 12px;
    text-decoration: line-through;
  }

  .pcut-sale {
    color: #ff386c;
  }

  .pcut-bands {
    margin: 28px auto 22px;
  }

  .pcut-band-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    min-height: 102px;
    overflow: hidden;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(95deg, #241fcb, #661cd8);
    box-shadow: 0 12px 30px rgba(58, 30, 189, .22);
  }

  .pcut-band {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    gap: 14px;
    padding: 22px 27px;
  }

  .pcut-band + .pcut-band {
    border-left: 1px solid rgba(255, 255, 255, .18);
  }

  .pcut-band svg {
    width: 56px;
    height: 56px;
    stroke-width: 1.7;
  }

  .pcut-band h3 {
    margin: 0 0 3px;
    font-size: 16px;
    font-weight: 950;
  }

  .pcut-band p {
    margin: 0;
    color: #e5e2ff;
    font-size: 13px;
  }

  .pcut-community {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1.05fr;
    gap: 34px;
    align-items: stretch;
    margin-bottom: 12px;
  }

  .pcut-newsletter {
    display: grid;
    grid-template-columns: 1fr 110px;
    gap: 12px;
    align-items: center;
    min-height: 112px;
    padding: 20px 25px;
    border-radius: 8px;
    background:
      radial-gradient(circle at 83% 34%, #d9efff 0 24%, transparent 25%),
      linear-gradient(100deg, #fee2fb 0%, #f8e7ff 58%, #d9efff 100%);
  }

  .pcut-newsletter h3,
  .pcut-mini h3,
  .pcut-social h3 {
    margin: 0 0 7px;
    color: var(--violet);
    font-size: 16px;
    font-weight: 950;
  }

  .pcut-newsletter p,
  .pcut-mini p,
  .pcut-social p {
    margin: 0;
    color: #555d73;
    font-size: 13px;
  }

  .pcut-form {
    display: grid;
    grid-template-columns: 1fr 118px;
    grid-column: 1 / -1;
    gap: 0;
    height: 39px;
    margin-top: 13px;
  }

  .pcut-form input {
    min-width: 0;
    border: 0;
    border-radius: 5px 0 0 5px;
    padding: 0 15px;
    color: #777f91;
    font: inherit;
    background: #fff;
  }

  .pcut-form button {
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    background: linear-gradient(135deg, #8d32ef, #5716da);
    font-size: 12px;
    font-weight: 950;
  }

  .pcut-envelope {
    width: 88px;
    height: 88px;
    display: grid;
    place-items: center;
  }

  .pcut-mini,
  .pcut-social {
    display: grid;
    align-content: center;
    text-align: center;
    padding: 20px 10px;
  }

  .pcut-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 18px;
  }

  .pcut-metric {
    display: grid;
    justify-items: center;
    gap: 7px;
  }

  .pcut-metric-icon,
  .pcut-social-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--violet);
    border-radius: 50%;
    background: #f0e9ff;
  }

  .pcut-metric strong {
    color: var(--violet);
    font-size: 15px;
    line-height: 1;
  }

  .pcut-metric span {
    color: #5e6578;
    font-size: 11px;
  }

  .pcut-social-icons {
    display: grid;
    grid-template-columns: repeat(6, max-content);
    justify-content: center;
    gap: 13px;
    margin-top: 18px;
  }

  .pcut-social-icon {
    width: 34px;
    height: 34px;
    font-weight: 950;
    font-size: 16px;
  }

  .pcut-footer {
    color: #fff;
    background: #080820;
    border-top: 1px solid rgba(255, 255, 255, .04);
  }

  .pcut-footgrid {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 1fr 1.65fr;
    gap: 32px;
    padding: 24px 0 19px;
  }

  .pcut-footer .pcut-logo-title {
    color: #fff;
    font-size: 24px;
  }

  .pcut-footer .pcut-logo-sub,
  .pcut-footer p,
  .pcut-footer a {
    color: #c3c6d7;
  }

  .pcut-footer h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
  }

  .pcut-footer p {
    margin: 10px 0 12px;
    font-size: 13px;
  }

  .pcut-footlinks {
    display: grid;
    gap: 5px;
    font-size: 13px;
  }

  .pcut-foot-social {
    display: flex;
    gap: 8px;
  }

  .pcut-foot-social span {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #2b2d63;
    font-size: 12px;
    font-weight: 950;
  }

  .pcut-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
  }

  .pcut-pay {
    min-width: 70px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    color: #13205a;
    background: #fff;
    font-size: 12px;
    font-weight: 1000;
  }

  .pcut-flow {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0;
    opacity: .8;
  }

  .pcut-copy {
    border-top: 1px solid rgba(255, 255, 255, .09);
    padding: 10px 0 13px;
    color: #8f93aa;
    font-size: 12px;
  }

  .pcut-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 50;
    width: 69px;
    height: 69px;
    display: grid;
    place-items: center;
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #29c461;
    box-shadow: 0 10px 24px rgba(5, 41, 20, .25);
  }

  .pcut-whatsapp svg {
    width: 38px;
    height: 38px;
  }

  .pcut-hide {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  @media (max-width: 920px) {
    .pcut-wrap {
      width: min(100% - 36px, 980px);
    }

    .pcut-headrow {
      grid-template-columns: 250px 1fr;
    }

    .pcut-actions {
      grid-column: 1 / -1;
      justify-content: center;
      padding-bottom: 17px;
    }

    .pcut-nav {
      gap: 18px;
      overflow-x: auto;
      padding-bottom: 6px;
    }

    .pcut-hero-grid {
      grid-template-columns: 1fr;
      padding-bottom: 82px;
    }

    .pcut-machine-scene {
      min-height: 370px;
    }

    .pcut-machine {
      right: 150px;
    }

    .pcut-paper {
      right: 178px;
    }

    .pcut-compatible {
      right: 120px;
    }

    .pcut-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .pcut-cat-panel {
      grid-template-columns: repeat(3, 1fr);
    }

    .pcut-cat:nth-child(4) {
      border-left: 0;
    }

    .pcut-band-row,
    .pcut-community {
      grid-template-columns: repeat(2, 1fr);
    }

    .pcut-footgrid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 760px) {
    .pcut-wrap {
      width: min(100% - 24px, 600px);
    }

    .pcut-topbar .pcut-wrap {
      grid-template-columns: 1fr 1fr;
      justify-items: center;
      padding: 8px 0;
    }

    .pcut-headrow {
      grid-template-columns: 1fr;
      gap: 14px;
      padding: 17px 0;
    }

    .pcut-logo {
      justify-content: center;
    }

    .pcut-logo-title {
      font-size: 26px;
    }

    .pcut-actions {
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }

    .pcut-action {
      justify-content: center;
      font-size: 11px;
    }

    .pcut-nav {
      grid-template-columns: repeat(8, max-content);
    }

    .pcut-hero {
      min-height: auto;
    }

    .pcut-hero-grid {
      min-height: auto;
      padding: 28px 0 70px;
    }

    .pcut-kicker {
      font-size: 17px;
    }

    .pcut-hero h1 {
      font-size: 43px;
    }

    .pcut-hero h2 {
      font-size: 25px;
    }

    .pcut-checks {
      font-size: 14px;
    }

    .pcut-btn {
      width: 100%;
      font-size: 15px;
    }

    .pcut-machine-scene {
      min-height: 280px;
      transform: scale(.76);
      transform-origin: top center;
      margin: 0 -70px -70px;
    }

    .pcut-machine {
      right: 110px;
    }

    .pcut-paper {
      right: 138px;
    }

    .pcut-lace {
      right: 22px;
      width: 155px;
    }

    .pcut-compatible {
      right: 96px;
      bottom: -5px;
    }

    .pcut-cat-panel {
      grid-template-columns: repeat(2, 1fr);
      border-radius: 12px;
    }

    .pcut-cat:nth-child(3),
    .pcut-cat:nth-child(5) {
      border-left: 0;
    }

    .pcut-cat:nth-child(4) {
      border-left: 1px solid #e7e9f1;
    }

    .pcut-section-head {
      grid-template-columns: 1fr;
    }

    .pcut-see {
      justify-self: start;
    }

    .pcut-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .pcut-card-media {
      height: 132px;
    }

    .pcut-band-row,
    .pcut-community,
    .pcut-footgrid {
      grid-template-columns: 1fr;
    }

    .pcut-band + .pcut-band {
      border-left: 0;
      border-top: 1px solid rgba(255, 255, 255, .18);
    }

    .pcut-newsletter {
      grid-template-columns: 1fr;
      text-align: center;
    }

    .pcut-envelope {
      justify-self: center;
      order: -1;
    }

    .pcut-form {
      grid-template-columns: 1fr;
      height: auto;
      gap: 8px;
    }

    .pcut-form input,
    .pcut-form button {
      height: 39px;
      border-radius: 5px;
    }

    .pcut-metrics {
      grid-template-columns: repeat(2, 1fr);
    }

    .pcut-whatsapp {
      width: 58px;
      height: 58px;
    }
  }

  @media (max-width: 430px) {
    .pcut-topbar .pcut-wrap {
      grid-template-columns: 1fr;
    }

    .pcut-grid {
      grid-template-columns: 1fr;
    }

    .pcut-cat-panel {
      grid-template-columns: 1fr;
    }

    .pcut-cat + .pcut-cat {
      border-left: 0;
      border-top: 1px solid #e7e9f1;
    }

    .pcut-machine-scene {
      transform: scale(.64);
      margin: 0 -120px -100px;
    }

    .pcut-social-icons {
      grid-template-columns: repeat(3, max-content);
    }
  }
/* PlanetaCut v2 funcional */
.pcut-logo-img{max-width:190px;max-height:62px;object-fit:contain;display:block}.pcut-logo-fallback{font-size:30px;font-weight:950;line-height:1;color:#080928}.pcut-logo-fallback span{color:#6d1fe5}.pcut-logo small{display:block;color:#30334d;font-weight:700}.pcut-hero-text{max-width:560px;font-size:18px;opacity:.92}.pcut-placeholder{height:180px;border-radius:16px;background:linear-gradient(135deg,#f4f7ff,#ede7ff);display:grid;place-items:center;font-size:72px;font-weight:950;color:#6d1fe5}.pcut-placeholder.big{height:420px}.pcut-card-media img{width:100%;height:180px;object-fit:cover;border-radius:16px}.pcut-download{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border:0;border-radius:999px;background:linear-gradient(135deg,#00d8f0,#168ee2);color:#fff;font-weight:900}.pcut-inner-page{padding:52px 0 80px}.pcut-inner-page h1{font-size:clamp(34px,5vw,58px);margin:0 0 20px;font-weight:950}.pcut-page-content{font-size:18px;color:#30334d;max-width:850px;margin-bottom:32px}.pcut-product-single{display:grid;grid-template-columns:minmax(280px,480px) 1fr;gap:44px;align-items:start}.pcut-product-single img{width:100%;height:auto;border-radius:22px;box-shadow:var(--shadow)}.pcut-single-price{font-size:32px;margin:10px 0 20px}.pcut-nav{overflow-x:auto}.pcut-nav a{white-space:nowrap}.pcut-cat-icon{display:grid!important;place-items:center;color:#fff;font-size:26px}.pcut-hide{position:absolute;width:0;height:0;overflow:hidden}.pcut-whatsapp svg{stroke:#fff}.pcut-actions{grid-template-columns:repeat(3,max-content)}
@media(max-width:900px){.pcut-product-single{grid-template-columns:1fr}.pcut-headrow{grid-template-columns:1fr;gap:14px;padding:18px 0}.pcut-actions{justify-content:start}.pcut-wrap{width:min(100% - 28px,1180px)}}
.pcut-paybox{margin-top:24px;padding:22px;border:1px solid #ececff;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(36,22,100,.08)}
.pcut-paybox h3{margin:0 0 14px;font-size:22px}.pcut-pay-btn{display:block;text-align:center;margin:10px 0;padding:14px 18px;border-radius:16px;background:linear-gradient(135deg,#6d1fe5,#00d8f0);color:#fff!important;font-weight:900}.pcut-pay-btn.secondary{background:#10142f}.pcut-badge{position:absolute;display:inline-block;background:#ff3b78;color:#fff;padding:8px 12px;border-radius:999px;font-weight:900;z-index:2}.pcut-single-price del{color:#8b90a5;margin-right:8px}.pcut-product-single{position:relative}.pcut-admin-help{background:#fff;border-left:4px solid #6d1fe5;padding:12px 16px;margin:12px 0}
