body.page-plan_list {
      background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 46%, #f1f8f4 100%);
    }

    body.page-plan_list main {
      width: 100%;
      max-width: min(1280px, 100vw);
      padding-top: 26px;
      padding-bottom: 38px;
      overflow-x: clip;
    }

    .plans-page {
      --plans-green: #007a3d;
      --plans-green-dark: #006432;
      --plans-green-soft: #eef8f2;
      --plans-ink: #101820;
      --plans-muted: #4d5b66;
      --plans-border: #d9e7de;
      display: grid;
      gap: 28px;
      color: var(--plans-ink);
    }

    .plans-page h1,
    .plans-page h2,
    .plans-page h3 {
      font-family: "Manrope", "Segoe UI", sans-serif;
      letter-spacing: 0;
    }

    .plans-page h1 {
      font-size: clamp(40px, 3.8vw, 48px);
      line-height: 1.07;
      font-weight: 900;
      max-width: 15.5ch;
    }

    .plans-page h2 {
      font-size: clamp(24px, 2.4vw, 32px);
      line-height: 1.12;
      font-weight: 900;
    }

    .plans-page h3 {
      font-size: 22px;
      line-height: 1.2;
      font-weight: 900;
    }

    .plans-page p {
      color: var(--plans-muted);
      line-height: 1.62;
    }

    .plans-page > *,
    .plans-hero > *,
    .plans-helper-grid > *,
    .plans-contact > *,
    .plans-trust > * {
      min-width: 0;
    }

    .plans-page .button {
      min-height: 52px;
      border-radius: 8px;
      background: var(--plans-green);
      border-color: var(--plans-green);
      color: #ffffff;
      box-shadow: 0 12px 24px rgba(0, 122, 61, 0.2);
    }

    .plans-page .button:hover {
      background: var(--plans-green-dark);
      border-color: var(--plans-green-dark);
    }

    .plans-page .button.secondary {
      background: #ffffff;
      color: var(--plans-green);
      border-color: rgba(0, 122, 61, 0.44);
      box-shadow: none;
    }

    .plans-icon {
      width: 44px;
      height: 44px;
      object-fit: contain;
    }

    .plans-icon.small {
      width: 28px;
      height: 28px;
    }

    .plans-page .checkout-step.is-active,
    .plans-page .checkout-step.is-complete {
      color: var(--plans-green);
    }

    .plans-page .checkout-step.is-active span,
    .plans-page .checkout-step.is-complete span {
      background: var(--plans-green);
      border-color: var(--plans-green);
      color: #ffffff;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .plans-hero {
      display: grid;
      grid-template-columns: minmax(0, 1.04fr) minmax(500px, 0.96fr);
      gap: 30px;
      align-items: stretch;
      min-height: 430px;
    }

    .plans-hero-copy {
      display: grid;
      gap: 22px;
      align-content: center;
      padding: 16px 0;
    }

    .plans-hero-copy h1 span {
      display: block;
      color: var(--plans-green);
      white-space: nowrap;
    }

    .plans-hero-copy .lead {
      max-width: 58ch;
      font-size: clamp(17px, 1.45vw, 20px);
      color: #1f2c38;
    }

    .plans-hero-media {
      position: relative;
      min-height: 430px;
      overflow: hidden;
      border-radius: 8px;
      background: #f8f5ef;
    }

    .plans-hero-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
      pointer-events: none;
    }

    .plans-hero-photo {
      width: 100%;
      height: 100%;
      min-height: 430px;
      object-fit: cover;
      object-position: center;
    }

    .plans-kit-card {
      position: absolute;
      right: 0;
      bottom: 20px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      max-width: calc(100% - 16px);
      padding: 8px 11px;
      border: 1px solid rgba(16, 24, 32, 0.08);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.96);
      box-shadow: 0 10px 22px rgba(16, 24, 32, 0.13);
    }

    .plans-kit-card-mark {
      display: inline-grid;
      width: 26px;
      height: 26px;
      flex: 0 0 26px;
      place-items: center;
      border-radius: 999px;
      background: #eaf7ef;
      color: var(--plans-green);
      font-size: 14px;
      font-weight: 900;
    }

    .plans-kit-card h2 {
      color: #111c27;
      font-size: 14px;
      line-height: 1.1;
      white-space: nowrap;
    }

    .plans-benefits {
      display: grid;
      gap: 30px;
      padding: 16px 0 8px;
    }

    .plans-benefits-heading {
      display: grid;
      gap: 12px;
      justify-items: center;
      text-align: center;
    }

    .plans-benefits-heading h2 {
      max-width: 920px;
      font-size: clamp(32px, 3.5vw, 46px);
      line-height: 1.08;
    }

    .plans-benefits-heading h2 span {
      color: var(--plans-green);
      white-space: nowrap;
    }

    .plans-benefits-heading p {
      max-width: 820px;
      font-size: clamp(16px, 1.5vw, 20px);
      color: #5c6974;
    }

    .plans-benefit-cards {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px;
    }

    .plans-benefit-card {
      position: relative;
      display: grid;
      grid-template-rows: auto 1fr;
      overflow: hidden;
      border: 1px solid rgba(217, 231, 222, 0.82);
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 20px 42px rgba(16, 24, 32, 0.08);
    }

    .plans-benefit-photo {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
    }

    .plans-benefit-body {
      display: grid;
      gap: 14px;
      align-items: start;
      padding: 24px 22px 26px;
    }

    .plans-benefit-icon {
      width: 52px;
      height: 52px;
      object-fit: contain;
    }

    .plans-benefit-body h3 {
      font-size: clamp(20px, 1.45vw, 24px);
      line-height: 1.14;
    }

    .plans-benefit-body p {
      margin-top: 12px;
      color: #485762;
      font-size: 15px;
      line-height: 1.55;
    }

    .plans-benefit-badge {
      position: absolute;
      top: 14px;
      right: 14px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-height: 40px;
      padding: 7px 12px;
      border: 1px solid rgba(217, 231, 222, 0.92);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 12px 26px rgba(16, 24, 32, 0.14);
      color: var(--plans-green);
      font-size: 18px;
      font-weight: 900;
      line-height: 1;
    }

    .plans-benefit-badge img {
      width: 24px;
      height: 24px;
      object-fit: contain;
    }

    .plans-benefit-rail {
      justify-self: center;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      width: min(960px, 100%);
      padding: 18px 24px;
      border: 1px solid rgba(217, 231, 222, 0.76);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.92);
      box-shadow: 0 18px 38px rgba(16, 24, 32, 0.06);
    }

    .plans-benefit-rail-item {
      display: grid;
      grid-template-columns: 54px minmax(0, 1fr);
      gap: 14px;
      align-items: center;
      min-height: 62px;
      padding: 0 22px;
      border-left: 1px solid var(--plans-border);
    }

    .plans-benefit-rail-item:first-child {
      border-left: 0;
    }

    .plans-benefit-rail-item img {
      width: 48px;
      height: 48px;
      object-fit: contain;
    }

    .plans-benefit-rail-item strong {
      color: #111c28;
      font-size: 15px;
      line-height: 1.18;
    }

    .plans-billing-row {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 28px;
      flex-wrap: wrap;
      margin-top: -8px;
    }

    .plans-page .pricing-switch {
      padding: 4px;
      border-radius: 999px;
      background: #ffffff;
      box-shadow: 0 10px 26px rgba(16, 24, 32, 0.08);
    }

    .plans-page .pricing-switch button {
      min-width: 206px;
      min-height: 48px;
      border-radius: 999px;
      border: 0;
      font-weight: 900;
    }

    .plans-page .pricing-switch button.is-active {
      background: var(--plans-green);
      color: #ffffff;
      box-shadow: 0 12px 22px rgba(0, 122, 61, 0.24);
    }

    .plans-page .pricing-switch span {
      display: none;
    }

    .plans-saving-note {
      display: grid;
      grid-template-columns: 34px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      max-width: 430px;
      color: #22313d;
      font-size: 14px;
      line-height: 1.45;
    }

    .plans-saving-note strong {
      color: var(--plans-green);
    }

    .plans-pricing {
      display: grid;
      gap: 22px;
    }

    .plans-pricing-grid {
      display: none;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 28px;
      align-items: stretch;
    }

    .plans-pricing-grid.is-active {
      display: grid;
    }

    .plans-price-card {
      position: relative;
      display: grid;
      gap: 18px;
      padding: 32px;
      border: 1px solid var(--plans-border);
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 18px 38px rgba(16, 24, 32, 0.07);
    }

    .plans-price-card.is-featured {
      border-color: var(--plans-green);
      box-shadow: 0 22px 46px rgba(0, 122, 61, 0.14);
    }

    .plans-recommendation {
      margin: -32px -32px 0;
      padding: 9px 18px;
      border-radius: 8px 8px 0 0;
      background: var(--plans-green);
      color: #ffffff;
      text-align: center;
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .plans-price-card h3 {
      color: var(--plans-green);
      text-transform: uppercase;
    }

    .plans-plan-intro {
      min-height: 78px;
    }

    .plans-amount {
      display: flex;
      align-items: baseline;
      gap: 8px;
      color: #08111d;
    }

    .plans-amount strong {
      font-size: clamp(42px, 4.2vw, 56px);
      line-height: 0.95;
      font-weight: 900;
    }

    .plans-amount span {
      color: #08111d;
      font-size: 24px;
      font-weight: 900;
    }

    .plans-amount small {
      color: var(--plans-muted);
      font-size: 16px;
      font-weight: 800;
    }

    .plans-vat-note {
      margin: -8px 0 0;
      color: var(--plans-muted);
      font-size: 12px;
      font-weight: 750;
    }

    .plans-feature-list {
      display: grid;
      gap: 10px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .plans-feature-list li {
      display: grid;
      grid-template-columns: 18px minmax(0, 1fr);
      gap: 10px;
      align-items: start;
      color: #22313d;
      font-size: 14px;
      line-height: 1.45;
    }

    .plans-feature-list li::before {
      content: "\2713";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      margin-top: 1px;
      border: 1px solid var(--plans-green);
      border-radius: 999px;
      color: var(--plans-green);
      font-size: 12px;
      font-weight: 900;
    }

    .plans-first-payment {
      display: grid;
      gap: 9px;
      padding: 18px;
      border: 1px solid var(--plans-border);
      border-radius: 8px;
      background: #fafcfb;
    }

    .plans-first-payment-row {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      color: #1a2733;
      font-size: 14px;
      line-height: 1.35;
    }

    .plans-first-payment-row:first-child {
      font-weight: 900;
      text-transform: uppercase;
    }

    .plans-first-payment-row strong {
      color: var(--plans-green);
      font-size: 18px;
    }

    .plans-first-payment-note {
      margin: 2px 0 0;
      color: var(--plans-muted);
      font-size: 11px;
      line-height: 1.4;
    }

    .plans-price-card .button {
      justify-content: center;
      width: 100%;
      margin-top: 4px;
    }

    .plans-card-note {
      color: #4b5964;
      font-size: 13px;
      text-align: center;
    }

.plans-helper-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: start;
}

.plans-choice,
.plans-faq {
  align-self: start;
  padding: 26px;
  border: 1px solid var(--plans-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(16, 24, 32, 0.06);
    }

.plans-choice {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: 32px;
}

    .plans-choice-heading {
      display: grid;
      gap: 10px;
      max-width: 1080px;
      justify-self: center;
      justify-items: center;
      text-align: center;
    }

    .plans-choice-heading p {
      max-width: 98ch;
      color: #42505b;
      font-size: 15px;
      line-height: 1.55;
    }

    .plans-choice-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
    }

    .plans-choice-card {
      position: relative;
      display: grid;
      grid-template-rows: auto auto 1fr auto auto;
      gap: 15px;
      align-content: start;
      justify-items: stretch;
      padding: 28px 22px 22px;
      border: 1px solid var(--plans-border);
      border-radius: 8px;
      background: #ffffff;
      text-align: left;
    }

    .plans-choice-card.is-featured {
      background: linear-gradient(180deg, #f3faf6 0%, #ffffff 100%);
      border-color: rgba(0, 122, 61, 0.34);
    }

    .plans-choice-card.is-featured::before {
      content: "+ M\00e1s recomendado";
      position: absolute;
      top: -18px;
      left: 50%;
      transform: translateX(-50%);
      min-width: 150px;
      padding: 5px 10px;
      border-radius: 999px;
      background: #e8f5ed;
      color: var(--plans-green);
      font-size: 11px;
      font-weight: 900;
    }

    .plans-choice-card-header {
      display: grid;
      grid-template-columns: 64px minmax(0, 1fr);
      gap: 14px;
      align-items: center;
    }

    .plans-choice-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 64px;
      height: 64px;
      border-radius: 999px;
      background: #e6f2eb;
    }

    .plans-choice-icon .plans-icon {
      width: 34px;
      height: 34px;
    }

    .plans-choice-plan {
      display: block;
      margin-bottom: 5px;
      color: var(--plans-green);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.08em;
      line-height: 1;
      text-transform: uppercase;
    }

    .plans-choice-card strong {
      display: block;
      color: #101820;
      font-size: 17px;
      line-height: 1.22;
    }

    .plans-choice-card.is-featured strong {
      color: var(--plans-green);
    }

    .plans-choice-note {
      color: #33414c;
      font-size: 13px;
      line-height: 1.45;
    }

    .plans-choice-label {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      min-height: 26px;
      padding: 5px 9px;
      border-radius: 999px;
      background: #eaf7ef;
      color: var(--plans-green);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.04em;
      line-height: 1.1;
      text-align: center;
      text-transform: uppercase;
    }

    .plans-choice-points {
      display: grid;
      gap: 9px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .plans-choice-points li {
      display: grid;
      grid-template-columns: 18px minmax(0, 1fr);
      gap: 9px;
      color: #22313d;
      font-size: 12.5px;
      line-height: 1.38;
    }

    .plans-choice-points li::before {
      content: "\2713";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      border: 1px solid rgba(0, 122, 61, 0.72);
      border-radius: 999px;
      color: var(--plans-green);
      font-size: 11px;
      font-weight: 900;
    }

    .plans-choice-fit {
      padding: 12px 14px;
      border-radius: 8px;
      background: #f5faf7;
      color: #20303b;
      font-size: 12.5px;
      font-weight: 800;
      line-height: 1.38;
    }

    .plans-choice-fit span {
      display: block;
      margin-bottom: 4px;
      color: var(--plans-green);
      font-size: 11px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .plans-choice-card .button {
      min-height: 42px;
      width: 100%;
      padding: 9px 12px;
      font-size: 14px;
    }

    .plans-faq {
      display: grid;
      gap: 18px;
      background: #f8faf9;
    }

    .plans-faq h2 {
      font-size: 22px;
    }

    .plans-faq-list {
      display: grid;
      gap: 8px;
    }

    .plans-faq-list details {
      border: 1px solid rgba(217, 231, 222, 0.74);
      border-radius: 8px;
      background: #ffffff;
    }

    .plans-faq-list summary {
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding: 13px 16px;
      color: #1c2b36;
      font-size: 14px;
      font-weight: 800;
    }

    .plans-faq-list summary::-webkit-details-marker {
      display: none;
    }

    .plans-faq-list summary::after {
      content: "\203a";
      color: var(--plans-green);
      font-size: 20px;
      transform: rotate(90deg);
      transition: transform 0.18s ease;
    }

    .plans-faq-list details[open] summary::after {
      transform: rotate(-90deg);
    }

    .plans-faq-list details p {
      padding: 0 16px 14px;
      font-size: 13px;
    }

    .plans-faq-link {
      display: inline-flex;
      justify-content: flex-end;
      gap: 10px;
      color: var(--plans-green);
      font-weight: 900;
      text-decoration: none;
    }

    .plans-contact {
      display: grid;
      grid-template-columns: minmax(260px, 1.2fr) minmax(180px, 0.72fr) minmax(220px, 0.82fr) minmax(230px, 0.8fr);
      gap: 22px;
      align-items: center;
      padding: 24px;
      border: 1px solid var(--plans-border);
      border-radius: 8px;
      background: #ffffff;
    }

    .plans-contact-intro,
    .plans-contact-point {
      display: grid;
      grid-template-columns: 58px minmax(0, 1fr);
      gap: 16px;
      align-items: center;
    }

    .plans-contact-intro h2 {
      font-size: 22px;
    }

    .plans-contact-point {
      grid-template-columns: 40px minmax(0, 1fr);
      padding-left: 18px;
      border-left: 1px solid var(--plans-border);
    }

    .plans-contact-point strong {
      display: block;
      color: #17242f;
      line-height: 1.35;
    }

    .plans-contact-point span {
      color: var(--plans-muted);
      font-size: 13px;
      line-height: 1.4;
    }

    .plans-contact-actions {
      display: grid;
      gap: 10px;
    }

    .plans-contact-actions .button {
      justify-content: center;
      width: 100%;
    }

    .plans-trust {
      display: grid;
      grid-template-columns: minmax(280px, 1.4fr) repeat(4, minmax(120px, 0.65fr));
      gap: 18px;
      align-items: center;
      padding: 20px 24px;
      border: 1px solid rgba(217, 231, 222, 0.72);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.72);
    }

    .plans-trust-item {
      display: grid;
      grid-template-columns: 34px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      color: #25333f;
      font-size: 13px;
      line-height: 1.35;
    }

    .plans-trust-item.warning {
      align-items: start;
    }

    .plans-trust-item strong {
      display: block;
      color: #15232e;
    }

    @media (max-width: 1120px) {
      .plans-hero,
      .plans-helper-grid,
      .plans-contact,
      .plans-trust {
        grid-template-columns: 1fr;
      }

      .plans-hero h1 {
        max-width: 14ch;
      }

      .plans-benefit-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .plans-contact-point {
        padding-left: 0;
        border-left: 0;
      }

      .plans-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 860px) {
      body.page-plan_list main {
        padding-inline: 22px;
      }

      .plans-hero,
      .plans-hero-media,
      .plans-hero-photo {
        min-height: auto;
      }

      .plans-hero-copy h1 span {
        white-space: normal;
      }

      .plans-hero-photo {
        aspect-ratio: 4 / 3;
      }

      .plans-kit-card {
        right: 10px;
        bottom: 12px;
        max-width: calc(100% - 20px);
        padding: 7px 10px;
      }

      .plans-benefit-cards,
      .plans-benefit-rail,
      .plans-pricing-grid,
      .plans-choice-grid {
        grid-template-columns: 1fr;
      }

      .plans-benefit-card {
        max-width: 620px;
        justify-self: center;
      }

      .plans-benefit-rail-item {
        border-left: 0;
        border-top: 1px solid var(--plans-border);
        padding: 14px 0;
      }

      .plans-benefit-rail-item:first-child {
        border-top: 0;
      }

      .plans-page .pricing-switch {
        width: 100%;
      }

      .plans-page .pricing-switch button {
        min-width: 0;
        flex: 1 1 0;
      }

      .plans-trust {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 560px) {
      body.page-plan_list main {
        padding-inline: 14px;
      }

      .plans-page {
        gap: 18px;
      }

      .plans-page h1 {
        max-width: 100%;
        font-size: clamp(34px, 9.4vw, 38px);
        overflow-wrap: break-word;
      }

      .plans-hero .lead,
      .plans-page .lead {
        font-size: 16px;
      }

      .plans-billing-row {
        justify-content: stretch;
      }

      .plans-page .pricing-switch {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 0;
        background: transparent;
        box-shadow: none;
      }

      .plans-page .pricing-switch button {
        width: 100%;
        min-height: 52px;
      }

      .plans-price-card,
      .plans-choice,
      .plans-faq,
      .plans-contact,
      .plans-trust {
        padding: 20px;
      }

      .plans-benefits {
        gap: 22px;
      }

      .plans-benefit-body {
        gap: 14px;
        padding: 20px;
      }

      .plans-benefit-icon {
        width: 48px;
        height: 48px;
      }

      .plans-benefit-badge {
        top: 10px;
        right: 10px;
        min-height: 36px;
        padding: 6px 10px;
        font-size: 16px;
      }

      .plans-recommendation {
        margin: -20px -20px 0;
        font-size: 13px;
        letter-spacing: 0.08em;
      }

      .plans-first-payment-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
      }

      .plans-first-payment-row strong {
        font-size: 17px;
      }
    }
