/* =========================
   PRICING PAGE
========================= */

.pricing-page {
  --header-height: 88px;

  position: relative;
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
  overflow: hidden;

  background:
    radial-gradient(
      circle at 78% 10%,
      rgba(155, 173, 255, 0.18) 0%,
      rgba(197, 231, 255, 0.12) 22%,
      rgba(255, 255, 255, 0) 48%
    ),
    #ffffff;
}


/* =========================
   HERO SECTION
========================= */

.pricing-hero-section {
  position: relative;
  width: 100%;
  padding: 96px 24px 72px;
  overflow: hidden;
}

.pricing-hero-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}


/* =========================
   HERO CONTENT
========================= */

.pricing-hero-content {
  position: relative;
  z-index: 2;

  width: 55%;
  max-width: 720px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pricing-hero-kicker {
  margin-bottom: 20px;
}

.pricing-hero-kicker .elementor-heading-title {
  display: inline-flex;
  align-items: center;

  padding: 7px 13px;
  border-radius: 999px;

  background: rgba(116, 221, 222, 0.14);

  color: #58b9c0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-hero-title {
  width: 100%;
  max-width: 720px;
  margin-bottom: 20px;
}

.pricing-hero-title .elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: clamp(46px, 3.7vw, 62px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.pricing-hero-title .elementor-heading-title span {
  background: linear-gradient(
    90deg,
    #67cfd0 0%,
    #85bfe9 48%,
    #958df4 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pricing-hero-subtitle {
  max-width: 560px;
  margin-bottom: 30px;
}

.pricing-hero-subtitle,
.pricing-hero-subtitle p {
  margin-top: 0;

  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}


/* =========================
   HERO BUTTONS
========================= */

.pricing-hero-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pricing-primary-button .elementor-button,
.pricing-secondary-button .elementor-button {
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 500;
  line-height: 1;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.pricing-primary-button .elementor-button {
  border: 1px solid #111827;
  background: #111827;
  color: #ffffff;

  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.16);
}

.pricing-primary-button .elementor-button:hover {
  transform: translateY(-2px);
  background: #202938;
  border-color: #202938;

  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.22);
}

.pricing-secondary-button .elementor-button {
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: rgba(255, 255, 255, 0.7);
  color: #111827;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pricing-secondary-button .elementor-button:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 24, 39, 0.25);
  background: #ffffff;
}


/* =========================
   HERO VISUAL
========================= */

.pricing-hero-visual {
  position: relative;
  z-index: 1;

  width: 45%;
  min-height: 500px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-hero-visual::before {
  content: "";
  position: absolute;
  z-index: -2;

  width: 620px;
  height: 620px;
  top: 50%;
  left: 52%;

  transform: translate(-50%, -50%);
  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(166, 181, 255, 0.24) 0%,
    rgba(182, 224, 255, 0.16) 34%,
    rgba(255, 255, 255, 0) 70%
  );

  filter: blur(12px);
}

.pricing-hero-visual::after {
  content: "";
  position: absolute;
  z-index: -1;

  width: 80%;
  height: 60%;
  left: 10%;
  bottom: 5%;

  background: radial-gradient(
    ellipse,
    rgba(103, 207, 208, 0.14) 0%,
    rgba(141, 141, 244, 0.08) 44%,
    rgba(255, 255, 255, 0) 74%
  );

  filter: blur(24px);
}

.pricing-hero-visual img {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 680px;
  height: auto;

  object-fit: contain;

  filter:
    drop-shadow(0 24px 40px rgba(91, 113, 166, 0.12))
    drop-shadow(0 8px 18px rgba(91, 113, 166, 0.08));
}

/* =========================
   PRICING MODEL SECTION
========================= */

.pricing-model-section {
  position: relative;
  width: 100%;
  padding: 28px 24px 88px;
}

.pricing-model-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
}


/* =========================
   SECTION HEADER
========================= */

.pricing-section-kicker {
  margin-bottom: 10px;
  text-align: center;
}

.pricing-section-kicker .elementor-heading-title {
  margin: 0;

  color: #63bfc5;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-section-title {
  margin-bottom: 28px;
  text-align: center;
}

.pricing-section-title .elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}


/* =========================
   PRICING MODEL GRID
========================= */

.price-model-grid {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}


/* ========================================
   PRICING MODEL SECTION
======================================== */

.pricing-model-section {
  position: relative;
  width: 100%;
  padding: 20px 24px 72px;
}

.pricing-model-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
}


/* ========================================
   SECTION KICKER
======================================== */

.pricing-section-kicker {
  width: auto !important;
  margin: 0 0 14px !important;
}

.pricing-section-kicker .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 7px 13px;

  border-radius: 999px;
  background: rgba(116, 221, 222, 0.14);

  color: #58b9c0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* ========================================
   SECTION TITLE
======================================== */

.pricing-section-title {
  width: 100%;
  margin: 0 0 26px !important;
  text-align: center;
}

.pricing-section-title .elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}


/* ========================================
   MODEL GRID
======================================== */

.price-model-grid {
  width: 100% !important;

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}


/* ========================================
   MODEL CARD
======================================== */

.pricing-model-card {
  position: relative;

  width: 100% !important;
  min-height: 142px;
  padding: 26px 30px !important;

  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) 76px !important;
  align-items: center !important;
  column-gap: 22px !important;

  overflow: hidden;

  border: 1px solid rgba(122, 145, 184, 0.16);
  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(249, 253, 255, 0.9) 100%
    );

  box-shadow:
    0 12px 34px rgba(60, 79, 120, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.pricing-model-card:nth-child(2) {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(249, 249, 255, 0.92) 100%
    );
}


/* ICON CONTAINER */

.pricing-model-icon {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px;

  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 35% 30%,
      #ffffff 0%,
      #edfdfd 48%,
      #dff7f5 100%
    );

  box-shadow:
    0 8px 20px rgba(73, 174, 181, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}


/* SECONDA CARD: CERCHIO LILLA */

.pricing-model-card:nth-child(2) .pricing-model-icon {
  background:
    radial-gradient(
      circle at 35% 30%,
      #ffffff 0%,
      #f4f1ff 48%,
      #ece7ff 100%
    );

  box-shadow:
    0 8px 20px rgba(123, 119, 220, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}


/* CENTRATURA WIDGET */

.pricing-model-icon > .elementor-element,
.pricing-model-icon .elementor-widget-container {
  width: 100%;
  height: 100%;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


/* SVG */

.pricing-model-icon svg {
  display: block;
  width: 27px;
  height: 27px;
  transform: translateY(1px);

  stroke: #49aeb5;
  stroke-width: 1.7;
}


/* SVG SECONDA CARD */

.pricing-model-card:nth-child(2) .pricing-model-icon svg {
  stroke: #6675cf;
}


/* ========================================
   CARD CONTENT
======================================== */

.pricing-model-content {
  position: relative;
  z-index: 2;

  width: 100% !important;
  min-width: 0;

  margin: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
  align-items: flex-start !important;
}

.pricing-model-content .elementor-widget-heading {
  margin: 0 0 7px !important;
}

.pricing-model-content .elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.pricing-model-content .elementor-widget-text-editor {
  margin: 0 !important;
}

.pricing-model-content .elementor-widget-text-editor,
.pricing-model-content .elementor-widget-text-editor p {
  color: #657080;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.pricing-model-content .elementor-widget-text-editor p {
  margin: 0 !important;
}


/* ========================================
   CARD NUMBER
======================================== */

.pricing-model-number {
  position: relative !important;
  z-index: 1;

  width: 76px !important;
  margin: 0 !important;

  align-self: center;
  justify-self: end;

  pointer-events: none;
  text-align: right;
}

.pricing-model-number,
.pricing-model-number p {
  color: rgba(126, 178, 220, 0.18);
  font-size: 62px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.055em;
}

.pricing-model-number p {
  margin: 0 !important;
}

.pricing-model-card:nth-child(2) .pricing-model-number,
.pricing-model-card:nth-child(2) .pricing-model-number p {
  color: rgba(139, 134, 241, 0.18);
}

/* ========================================
   PRICING WEBSITES SECTION
======================================== */

.pricing-websites-section {
  position: relative;
  width: 100%;
  padding: 18px 24px 76px;
}

.pricing-websites-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
}


/* ========================================
   SECTION HEADER
======================================== */

.pricing-websites-section .pricing-section-kicker {
  width: auto !important;
  margin: 0 0 14px !important;
}

.pricing-websites-section
.pricing-section-kicker
.elementor-heading-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 7px 13px;

  border-radius: 999px;
  background: rgba(116, 221, 222, 0.14);

  color: #58b9c0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-websites-section .pricing-section-title {
  width: 100%;
  margin: 0 0 28px !important;
  text-align: center;
}

.pricing-websites-section
.pricing-section-title
.elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}


/* ========================================
   PLANS GRID
======================================== */

.pricing-plans-grid {
  width: 100% !important;

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.pricing-plans-grid > .elementor-widget-container {
  width: 100%;

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}


/* ========================================
   PLAN CARDS
======================================== */

.pricing-plan-card {
  position: relative;

  width: 100% !important;
  min-height: 500px;
  padding: 30px 36px 28px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  /* Azzera il gap automatico di Elementor */
  gap: 0 !important;
  row-gap: 0 !important;

  overflow: hidden;

  border: 1px solid rgba(108, 176, 190, 0.18);
  border-radius: 22px;

  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(202, 247, 245, 0.38) 0%,
      rgba(255, 255, 255, 0) 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(245, 253, 253, 0.92) 100%
    );

  box-shadow:
    0 16px 42px rgba(58, 91, 113, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.pricing-plan-card:nth-child(2) {
  border-color: rgba(136, 135, 224, 0.18);

  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(224, 220, 255, 0.42) 0%,
      rgba(255, 255, 255, 0) 36%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(248, 247, 255, 0.94) 100%
    );
}


/* ========================================
   PLAN ICON
======================================== */

.pricing-plan-icon {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px;

  margin: 0 0 20px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 35% 30%,
      #ffffff 0%,
      #edfdfd 48%,
      #dff7f5 100%
    );

  box-shadow:
    0 8px 20px rgba(73, 174, 181, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.pricing-plan-card:nth-child(2) .pricing-plan-icon {
  background:
    radial-gradient(
      circle at 35% 30%,
      #ffffff 0%,
      #f4f1ff 48%,
      #ece7ff 100%
    );

  box-shadow:
    0 8px 20px rgba(123, 119, 220, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.pricing-plan-icon > .elementor-element,
.pricing-plan-icon .elementor-widget-container {
  width: 100%;
  height: 100%;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pricing-plan-icon svg {
  display: block;
  width: 26px;
  height: 26px;

  stroke: #49aeb5;
  stroke-width: 1.7;
}

.pricing-plan-card:nth-child(2) .pricing-plan-icon svg {
  stroke: #6675cf;
}


/* ========================================
   SMALL PLAN KICKER
======================================== */

.pricing-plan-kicker {
  margin: 0 0 8px !important;
}

.pricing-plan-kicker .elementor-heading-title {
  margin: 0;

  color: #58b9c0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-plan-card:nth-child(2)
.pricing-plan-kicker
.elementor-heading-title {
  color: #7475d5;
}


/* ========================================
   PLAN TITLE
======================================== */

.pricing-plan-title {
  width: 100%;
  margin: 0 0 12px !important;
}

.pricing-plan-title .elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.035em;
}


/* ========================================
   PLAN DESCRIPTION
======================================== */

.pricing-plan-card > .elementor-widget-text-editor {
  max-width: 420px;
  margin: 0 0 20px !important;
}

.pricing-plan-card > .elementor-widget-text-editor,
.pricing-plan-card > .elementor-widget-text-editor p {
  color: #657080;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.pricing-plan-card > .elementor-widget-text-editor p {
  margin: 0 !important;
}


/* ========================================
   PRICE BLOCK
======================================== */

.pricing-plan-price {
  width: 100%;
  margin: 0 !important;
}

.pricing-plan-price .elementor-heading-title {
  display: grid !important;
  grid-template-columns: auto auto !important;
  grid-template-rows: auto auto !important;

  align-items: end !important;
  justify-content: start !important;

  column-gap: 10px !important;
  row-gap: 5px !important;

  margin: 0 !important;

  font-size: 0 !important;
  line-height: 1 !important;
}


/* FROM */

.pricing-plan-price .price-from {
  grid-column: 1 / -1;
  grid-row: 1;

  display: block !important;

  margin: 0 !important;

  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}


/* PREZZO */

.pricing-plan-price .price-main {
  grid-column: 1;
  grid-row: 2;

  display: block !important;

  margin: 0 !important;

  color: #111827 !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.045em !important;
}


/* SETUP */

.pricing-plan-price .price-setup {
  grid-column: 2;
  grid-row: 2;

  display: block !important;
  align-self: end !important;

  margin: 0 0 2px !important;

  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}


/* ========================================
   MONTHLY SERVICE FEE
======================================== */

.pricing-plan-price-note {
  width: 100%;

  /* Vicino al prezzo, senza margin negativi */
  margin: 9px 0 18px !important;
}

.pricing-plan-price-note .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.pricing-plan-price-note,
.pricing-plan-price-note p {
  color: #111827 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
}

.pricing-plan-price-note p {
  margin: 0 !important;
}


/* ========================================
   FEATURES LIST
======================================== */

.pricing-plan-list {
  width: 100%;
  margin: 0 0 24px !important;
}

.pricing-plan-list p {
  margin: 0 !important;
}

.pricing-plan-list ul {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

.pricing-plan-list li {
  position: relative;

  margin: 0 0 7px !important;
  padding: 0 0 0 22px !important;

  color: #3f4855;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;

  list-style: none !important;
}

.pricing-plan-list li:last-child {
  margin-bottom: 0 !important;
}

.pricing-plan-list li::before {
  content: "✓";

  position: absolute;
  top: 0;
  left: 1px;

  color: #4fc1c5;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.pricing-plan-card:nth-child(2)
.pricing-plan-list
li::before {
  color: #7778e4;
}


/* ========================================
   PLAN BUTTON
======================================== */

.pricing-plan-cta {
  margin-top: auto !important;
}

.pricing-plan-cta .elementor-button {
  min-height: 43px;
  padding: 13px 20px;

  border: 1px solid #111827;
  border-radius: 999px;

  background: #111827;
  color: #ffffff;

  font-size: 12px;
  font-weight: 500;
  line-height: 1;

  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.14);

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.pricing-plan-cta .elementor-button:hover {
  transform: translateY(-2px);
  background: #202938;

  box-shadow: 0 11px 26px rgba(17, 24, 39, 0.2);
}


/* ========================================
   NOTE BELOW CARDS
======================================== */

.pricing-websites-note {
  width: 100%;
  margin: 14px 0 0 !important;
  text-align: center;
}

.pricing-websites-note .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pricing-websites-note .elementor-widget-container::before {
  content: "i";

  width: 15px;
  height: 15px;
  min-width: 15px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(88, 185, 192, 0.65);
  border-radius: 50%;

  color: #58b9c0;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}

.pricing-websites-note,
.pricing-websites-note p {
  color: #6b7582;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}

.pricing-websites-note p {
  margin: 0 !important;
}

/* ========================================
   TOOLS + CUSTOM PRODUCTS SECTION
======================================== */

.pricing-tools-custom-section {
  position: relative;
  width: 100%;
  padding: 18px 24px 78px;
}

.pricing-tools-custom-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;

  display: grid !important;
  grid-template-columns: 1.12fr 0.88fr !important;
  align-items: stretch !important;
  gap: 46px !important;
}


/* ========================================
   HEADINGS CONDIVISI
======================================== */

.pricing-tools-custom-section .pricing-section-kicker {
  width: 100% !important;
  margin: 0 0 11px !important;
}

.pricing-tools-custom-section
.pricing-section-kicker
.elementor-heading-title {
  margin: 0;

  color: #58b9c0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-tools-custom-section .pricing-section-title {
  width: 100%;
  margin: 0 0 24px !important;
}

.pricing-tools-custom-section
.pricing-section-title
.elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.035em;
}


/* ========================================
   COLONNA SINISTRA — POWERED TOOLS
======================================== */

.pricing-tools-column {
  width: 100%;
  min-width: 0;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
}

.pricing-tools-column > .pricing-section-kicker,
.pricing-tools-column > .pricing-section-title {
  text-align: center;
}

.pricing-tools-column
> .pricing-section-kicker
.elementor-heading-title {
  display: inline-block;
}

.pricing-tools-column
> .pricing-section-title
.elementor-heading-title {
  text-align: center;
}


/* ========================================
   TOOLS GRID
======================================== */

.pricing-tools-grid {
  width: 100% !important;

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.pricing-tools-grid > .elementor-widget-container {
  width: 100%;

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}


/* ========================================
   TOOL CARDS
======================================== */

.pricing-tool-card {
  position: relative;

  width: 100% !important;
  min-height: 510px;
  padding: 36px 34px 32px !important;

  display: grid !important;
  grid-template-columns: 66px minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto auto 1fr auto !important;
  align-content: start !important;
  align-items: start !important;

  column-gap: 20px !important;
  row-gap: 0 !important;

  overflow: hidden;

  border: 1px solid rgba(108, 176, 190, 0.17);
  border-radius: 22px;

  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(202, 247, 245, 0.4) 0%,
      rgba(255, 255, 255, 0) 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(246, 253, 253, 0.93) 100%
    );

  box-shadow:
    0 14px 36px rgba(58, 91, 113, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.pricing-tool-card:nth-child(2) {
  border-color: rgba(136, 135, 224, 0.17);

  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(225, 221, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 36%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(248, 247, 255, 0.94) 100%
    );
}


/* ========================================
   TOOL ICON
======================================== */

.pricing-tool-icon {
  grid-column: 1;
  grid-row: 1 / span 2;

  width: 66px !important;
  height: 66px !important;
  min-width: 66px;

  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 35% 30%,
      #ffffff 0%,
      #edfdfd 48%,
      #dff7f5 100%
    );

  box-shadow:
    0 8px 20px rgba(73, 174, 181, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.pricing-tool-card:nth-child(2) .pricing-tool-icon {
  background:
    radial-gradient(
      circle at 35% 30%,
      #ffffff 0%,
      #f4f1ff 48%,
      #ece7ff 100%
    );

  box-shadow:
    0 8px 20px rgba(123, 119, 220, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.pricing-tool-icon > .elementor-element,
.pricing-tool-icon .elementor-widget-container {
  width: 100%;
  height: 100%;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pricing-tool-icon svg {
  display: block;
  width: 28px;
  height: 28px;

  stroke: #49aeb5;
  stroke-width: 1.7;
}

.pricing-tool-card:nth-child(2) .pricing-tool-icon svg {
  stroke: #6675cf;
}


/* ========================================
   TOOL TITLE
======================================== */

.pricing-tool-title {
  grid-column: 2;
  grid-row: 1;

  width: 100%;
  margin: 1px 0 9px !important;
}

.pricing-tool-title .elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.025em;
}


/* ========================================
   TOOL DESCRIPTION
======================================== */

.pricing-tool-description {
  grid-column: 2;
  grid-row: 2;

  width: 100%;
  margin: 0 0 20px !important;
}

.pricing-tool-description,
.pricing-tool-description p {
  color: #657080;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.pricing-tool-description p {
  margin: 0 !important;
}


/* ========================================
   TOOL PRICE
======================================== */

.pricing-tool-price {
  grid-column: 1 / -1;
  grid-row: 3;

  width: 100%;
  margin: 0 0 19px !important;
}

.pricing-tool-price .elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}


/* ========================================
   TOOL LIST
======================================== */

.pricing-tool-list {
  grid-column: 1 / -1;
  grid-row: 4;

  width: 100%;
  margin: 0 0 26px !important;
}

.pricing-tool-list p {
  margin: 0 !important;
}

.pricing-tool-list ul {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

.pricing-tool-list li {
  position: relative;

  margin: 0 0 9px !important;
  padding: 0 0 0 25px !important;

  color: #3f4855;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;

  list-style: none !important;
}

.pricing-tool-list li:last-child {
  margin-bottom: 0 !important;
}

.pricing-tool-list li::before {
  content: "✓";

  position: absolute;
  top: 0;
  left: 1px;

  color: #4fc1c5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.pricing-tool-card:nth-child(2)
.pricing-tool-list
li::before {
  color: #7778e4;
}


/* ========================================
   TOOL CTA
======================================== */

.pricing-tool-cta {
  grid-column: 1 / -1;
  grid-row: 6;

  align-self: end;
  margin: 0 !important;
}

.pricing-tool-cta .elementor-button {
  min-height: 44px;
  padding: 14px 22px;

  border: 1px solid #111827;
  border-radius: 999px;

  background: #111827;
  color: #ffffff;

  font-size: 13px;
  font-weight: 500;
  line-height: 1;

  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.13);

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.pricing-tool-cta .elementor-button:hover {
  transform: translateY(-2px);
  background: #202938;

  box-shadow: 0 11px 24px rgba(17, 24, 39, 0.19);
}


/* ========================================
   COLONNA DESTRA — CUSTOM PRODUCTS
======================================== */

.pricing-custom-column {
  position: relative;

  width: 100%;
  min-width: 0;

  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 210px !important;
  align-items: center !important;
  gap: 20px !important;

  padding: 0 !important;
}

.pricing-custom-content {
  position: relative;
  z-index: 2;

  width: 100%;
  min-width: 0;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
}


/* ========================================
   CUSTOM HEADINGS
======================================== */

.pricing-custom-content .pricing-section-kicker {
  width: 100% !important;
  margin: 0 0 12px !important;
  text-align: left !important;
}

.pricing-custom-content .pricing-section-title {
  width: 100%;
  max-width: 350px;

  margin: 0 0 17px !important;
  text-align: left !important;
}

.pricing-custom-content
.pricing-section-title
.elementor-heading-title {
  font-size: 32px;
  line-height: 1.08;
  text-align: left;
}


/* ========================================
   CUSTOM TEXT
======================================== */

.pricing-section-text {
  width: 100%;
  max-width: 370px;
  margin: 0 0 20px !important;
}

.pricing-section-text,
.pricing-section-text p {
  color: #4f5967;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.pricing-section-text p {
  margin: 0 !important;
}


/* ========================================
   CUSTOM LIST
======================================== */

.pricing-custom-list {
  width: 100%;
  margin: 0 0 24px !important;
}

.pricing-custom-list p {
  margin: 0 !important;
}

.pricing-custom-list ul {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

.pricing-custom-list li {
  position: relative;

  margin: 0 0 10px !important;
  padding: 0 0 0 27px !important;

  color: #303846;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;

  list-style: none !important;
}

.pricing-custom-list li:last-child {
  margin-bottom: 0 !important;
}

.pricing-custom-list li::before {
  content: "✓";

  position: absolute;
  top: 1px;
  left: 0;

  width: 16px;
  height: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(94, 111, 140, 0.3);
  border-radius: 50%;

  color: #68738a;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}


/* ========================================
   CUSTOM CTA
======================================== */

.pricing-custom-cta,
.pricing-costum-cta {
  margin: 0 !important;
}

.pricing-custom-cta .elementor-button,
.pricing-costum-cta .elementor-button {
  min-height: 44px;
  padding: 14px 22px;

  border: 1px solid #111827;
  border-radius: 999px;

  background: #111827;
  color: #ffffff;

  font-size: 13px;
  font-weight: 500;
  line-height: 1;

  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.13);

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.pricing-custom-cta .elementor-button:hover,
.pricing-costum-cta .elementor-button:hover {
  transform: translateY(-2px);
  background: #202938;

  box-shadow: 0 11px 24px rgba(17, 24, 39, 0.19);
}


/* ========================================
   CUSTOM VISUAL
   Vuoto: qui inserirai l’immagine
======================================== */

.pricing-custom-visual {
  position: relative;

  width: 210px !important;
  min-width: 210px;
  min-height: 390px;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: visible;

  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.pricing-custom-visual::before,
.pricing-custom-visual::after,
.pricing-custom-column::before,
.pricing-custom-column::after {
  content: none !important;
  display: none !important;
}

/* ========================================
   FIX TITOLI TOOL CARDS
======================================== */

.pricing-tool-title .elementor-heading-title {
  font-size: 19px !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}


/* ========================================
   FIX HERO TITLE
======================================== */

.pricing-hero-content {
  width: 58% !important;
  max-width: 760px !important;
}

.pricing-hero-visual {
  width: 42% !important;
}

.pricing-hero-title {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 0 24px !important;
}

.pricing-hero-title .elementor-heading-title {
  white-space: nowrap !important;

  font-size: clamp(46px, 3.7vw, 62px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

.pricing-hero-subtitle {
  margin: 0 0 30px !important;
}

/* ========================================
   FIX LAYOUT TOOLS + CUSTOM
======================================== */

/* Più spazio alla sezione Powered Tools */
.pricing-tools-custom-inner {
  grid-template-columns: 1.28fr 0.72fr !important;
  gap: 34px !important;
}


/* Card Powered Tools leggermente più compatte internamente */
.pricing-tool-card {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  padding: 32px 28px 30px !important;
  column-gap: 16px !important;
}

.pricing-tool-icon {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px;
}

.pricing-tool-title .elementor-heading-title {
  font-size: 18px !important;
  white-space: nowrap !important;
}

.pricing-tool-description,
.pricing-tool-description p {
  font-size: 13px !important;
  line-height: 1.5 !important;
}


/* ========================================
   CUSTOM PRODUCTS: CONTENUTO IN COLONNA
======================================== */

.pricing-custom-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

.pricing-custom-content {
  width: 100% !important;
  max-width: none !important;
}


/* Bottone sotto la lista */
.pricing-custom-cta,
.pricing-costum-cta {
  width: auto !important;
  margin: 0 !important;
  align-self: flex-start !important;
}


/* Visual sotto il contenuto, pronto per immagine */
.pricing-custom-visual {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin-top: 28px !important;
}


/* Titolo e testo custom più larghi */
.pricing-custom-content .pricing-section-title {
  max-width: 100% !important;
}

.pricing-section-text {
  max-width: 100% !important;
}

/* ==================================================
   MONTHLY SERVICE FEE + FAQ SECTION
================================================== */

.pricing-monthly-faq-section {
  position: relative;
  width: 100%;
  padding: 34px 24px 72px;
}

.pricing-monthly-faq-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;

  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 44px !important;
}


/* ==================================================
   MAIN COLUMNS
================================================== */

.pricing-monthly-column,
.pricing-faq-column {
  width: calc(50% - 22px) !important;
  min-width: 0;

  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  align-content: flex-start !important;

  column-gap: 28px !important;
  row-gap: 0 !important;
}


/* ==================================================
   SHARED KICKERS
================================================== */

.pricing-monthly-faq-section .pricing-section-kicker {
  width: calc(38% - 14px) !important;
  margin: 0 0 14px !important;
}

.pricing-monthly-faq-section
.pricing-section-kicker
.elementor-heading-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 7px 13px;

  border-radius: 999px;
  background: rgba(116, 221, 222, 0.14);

  color: #58b9c0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* ==================================================
   MONTHLY COPY
================================================== */

.pricing-monthly-column > .pricing-section-title {
  width: calc(38% - 14px) !important;
  margin: 0 0 16px !important;
}

.pricing-monthly-column
> .pricing-section-title
.elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-align: left;
}

.pricing-monthly-column > .pricing-section-text {
  width: calc(38% - 14px) !important;
  margin: 0 !important;
}

.pricing-monthly-column > .pricing-section-text,
.pricing-monthly-column > .pricing-section-text p {
  color: #5f6977;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}

.pricing-monthly-column > .pricing-section-text p {
  margin: 0 !important;
}


/* Mantiene kicker, titolo e testo nella colonna sinistra */

.pricing-monthly-column > .pricing-section-kicker,
.pricing-monthly-column > .pricing-section-title,
.pricing-monthly-column > .pricing-section-text {
  margin-right: calc(62% + 14px) !important;
}


/* ==================================================
   MONTHLY CARD
================================================== */

.pricing-monthly-card {
  width: calc(62% - 14px) !important;
  min-height: 230px;

  margin:
    calc(
      -1 *
      (
        28px + 14px + 61px + 16px + 74px
      )
    )
    0
    0
    auto !important;

  padding: 26px 26px !important;

  display: flex !important;
  align-items: center !important;

  border: 1px solid rgba(128, 147, 184, 0.14);
  border-radius: 21px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(249, 251, 255, 0.95) 100%
    );

  box-shadow:
    0 14px 36px rgba(60, 79, 120, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.pricing-monthly-card .elementor-widget-container {
  width: 100%;
}

.pricing-monthly-card p {
  margin: 0 !important;
}

.pricing-monthly-card ul {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;

  list-style: none !important;
}

.pricing-monthly-card li {
  position: relative;

  width: 50%;
  min-height: 42px;

  margin: 0 !important;
  padding: 6px 8px 6px 39px !important;

  display: flex;
  align-items: center;

  color: #3d4653;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;

  list-style: none !important;
}

.pricing-monthly-card li::before {
  content: "✓";

  position: absolute;
  top: 50%;
  left: 0;

  width: 28px;
  height: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translateY(-50%);

  border: 1px solid rgba(99, 113, 139, 0.16);
  border-radius: 50%;

  background: rgba(248, 250, 253, 0.95);

  color: #687386;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}


/* ==================================================
   FAQ COPY
================================================== */

.pricing-faq-column > .pricing-section-kicker {
  width: calc(35% - 14px) !important;
  margin-right: calc(65% + 14px) !important;
}

.pricing-faq-column > .pricing-section-title {
  width: calc(35% - 14px) !important;
  margin: 0 calc(65% + 14px) 0 0 !important;
}

.pricing-faq-column
> .pricing-section-title
.elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-align: left;
}


/* ==================================================
   FAQ LIST WRAPPER
================================================== */

.pricing-faq-list {
  width: calc(65% - 14px) !important;

  margin:
    calc(
      -1 *
      (
        28px + 14px + 91px
      )
    )
    0
    0
    auto !important;

  display: flex !important;
  flex-direction: column !important;
}


/* ==================================================
   FAQ ACCORDION
================================================== */

.pricing-faq-accordion {
  width: 100% !important;
  margin: 0 !important;
}

.pricing-faq-accordion .elementor-accordion {
  width: 100%;

  overflow: hidden;

  border: 1px solid rgba(128, 147, 184, 0.14) !important;
  border-radius: 15px !important;

  background: rgba(255, 255, 255, 0.94) !important;

  box-shadow:
    0 12px 28px rgba(60, 79, 120, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.pricing-faq-accordion .elementor-accordion-item {
  margin: 0 !important;

  border: 0 !important;
  border-bottom: 1px solid rgba(128, 147, 184, 0.12) !important;

  background: transparent !important;
}

.pricing-faq-accordion .elementor-accordion-item:last-child {
  border-bottom: 0 !important;
}

.pricing-faq-accordion .elementor-tab-title {
  position: relative;

  width: 100%;
  min-height: 46px;

  padding: 13px 42px 13px 16px !important;

  display: flex !important;
  align-items: center !important;

  border: 0 !important;
  background: transparent !important;

  color: #222a36 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;

  transition: background-color 0.2s ease;
}

.pricing-faq-accordion .elementor-tab-title:hover,
.pricing-faq-accordion .elementor-tab-title.elementor-active {
  background: rgba(248, 250, 253, 0.78) !important;
}

.pricing-faq-accordion .elementor-accordion-title {
  width: 100%;
}

.pricing-faq-accordion .elementor-accordion-icon {
  position: absolute !important;
  top: 50%;
  right: 15px;

  float: none !important;
  transform: translateY(-50%);

  color: #111827 !important;
  font-size: 10px !important;
}

.pricing-faq-accordion .elementor-tab-content {
  padding: 0 16px 15px !important;

  border: 0 !important;
  background: rgba(248, 250, 253, 0.78) !important;

  color: #647080 !important;
  font-size: 10px !important;
  line-height: 1.55 !important;
}

.pricing-faq-accordion .elementor-tab-content p {
  margin: 0 !important;
}

/* ==================================================
   FIX NESTED ACCORDION ELEMENTOR
================================================== */

.pricing-faq-accordion .e-n-accordion {
  width: 100% !important;
  overflow: hidden !important;

  border: 1px solid rgba(128, 147, 184, 0.14) !important;
  border-radius: 16px !important;

  background: rgba(255, 255, 255, 0.94) !important;

  box-shadow:
    0 12px 28px rgba(60, 79, 120, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.pricing-faq-accordion .e-n-accordion-item {
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(128, 147, 184, 0.12) !important;
  background: transparent !important;
}

.pricing-faq-accordion .e-n-accordion-item:last-child {
  border-bottom: 0 !important;
}

.pricing-faq-accordion .e-n-accordion-item-title {
  min-height: 50px !important;
  padding: 14px 18px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;

  border: 0 !important;
  background: transparent !important;

  color: #222a36 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;

  transition: background-color 0.2s ease;
}

.pricing-faq-accordion .e-n-accordion-item-title:hover,
.pricing-faq-accordion
.e-n-accordion-item[open]
.e-n-accordion-item-title {
  background: rgba(248, 250, 253, 0.82) !important;
}

.pricing-faq-accordion .e-n-accordion-item-title-text {
  flex: 1 1 auto !important;
}

.pricing-faq-accordion .e-n-accordion-item-title-icon {
  flex: 0 0 auto !important;

  width: 18px !important;
  height: 18px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #111827 !important;
}

.pricing-faq-accordion .e-n-accordion-item-content {
  padding: 0 18px 16px !important;

  border: 0 !important;
  background: rgba(248, 250, 253, 0.82) !important;

  color: #647080 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.pricing-faq-accordion .e-n-accordion-item-content p {
  margin: 0 !important;
}

/* ==================================================
   FAQ — PIÙ LARGA E PIÙ ARIOSA
================================================== */

/* Riduciamo lo spazio vuoto tra le due macro-colonne */
.pricing-monthly-faq-inner {
  gap: 28px !important;
}

/* Monthly leggermente più stretta, FAQ più larga */
.pricing-monthly-column {
  width: 49% !important;
}

.pricing-faq-column {
  width: 51% !important;

  column-gap: 20px !important;
}


/* Titolo FAQ più compatto */
.pricing-faq-column > .pricing-section-kicker {
  width: calc(30% - 10px) !important;
  margin-right: calc(70% + 10px) !important;
}

.pricing-faq-column > .pricing-section-title {
  width: calc(30% - 10px) !important;
  margin-right: calc(70% + 10px) !important;
}

.pricing-faq-column
> .pricing-section-title
.elementor-heading-title {
  font-size: 25px !important;
  line-height: 1.12 !important;
}


/* Accordion più largo */
.pricing-faq-list {
  width: calc(70% - 10px) !important;

  margin:
    calc(-1 * (28px + 14px + 84px))
    0
    0
    auto !important;
}


/* ==================================================
   NESTED ACCORDION — STILE PIÙ PULITO
================================================== */

.pricing-faq-accordion .e-n-accordion {
  border-radius: 14px !important;

  background: rgba(255, 255, 255, 0.96) !important;

  box-shadow:
    0 14px 34px rgba(60, 79, 120, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

.pricing-faq-accordion .e-n-accordion-item-title {
  min-height: 56px !important;

  padding: 16px 18px !important;

  justify-content: space-between !important;

  text-align: left !important;

  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.pricing-faq-accordion .e-n-accordion-item-title-text {
  flex: 1 1 auto !important;

  padding-right: 18px !important;

  text-align: left !important;
}

.pricing-faq-accordion .e-n-accordion-item-title-icon {
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;

  margin-left: auto !important;
}

.pricing-faq-accordion .e-n-accordion-item-content {
  padding: 0 18px 18px !important;

  font-size: 12px !important;
  line-height: 1.6 !important;
}

/* ==================================================
   FAQ ACCORDION — FIX SUL MARKUP REALE
================================================== */

.pricing-faq-list {
  width: calc(72% - 10px) !important;
}

.pricing-faq-column > .pricing-section-kicker,
.pricing-faq-column > .pricing-section-title {
  width: calc(28% - 10px) !important;
  margin-right: calc(72% + 10px) !important;
}


/* CONTENITORE ACCORDION */

.pricing-faq-accordion,
.pricing-faq-accordion .elementor-widget-container,
.pricing-faq-accordion .e-n-accordion {
  width: 100% !important;
}

.pricing-faq-accordion .e-n-accordion {
  overflow: hidden !important;

  border: 1px solid rgba(128, 147, 184, 0.14) !important;
  border-radius: 16px !important;

  background: rgba(255, 255, 255, 0.96) !important;

  box-shadow:
    0 14px 34px rgba(60, 79, 120, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}


/* SINGOLA RIGA */

.pricing-faq-accordion .e-n-accordion-item {
  width: 100% !important;
  margin: 0 !important;

  border: 0 !important;
  border-bottom: 1px solid rgba(128, 147, 184, 0.12) !important;

  background: transparent !important;
}

.pricing-faq-accordion .e-n-accordion-item:last-child {
  border-bottom: 0 !important;
}


/* SUMMARY */

.pricing-faq-accordion .e-n-accordion-item-title {
  width: 100% !important;
  min-height: 54px !important;

  padding: 15px 18px !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 18px !important;

  border: 0 !important;
  background: transparent !important;

  text-align: left !important;

  color: #222a36 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}


/* TESTO DOMANDA */

.pricing-faq-accordion .e-n-accordion-item-title-header {
  flex: 1 1 auto !important;
  order: 1 !important;

  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: left !important;
}


/* ICONA A DESTRA */

.pricing-faq-accordion .e-n-accordion-item-title-icon {
  flex: 0 0 18px !important;
  order: 2 !important;

  width: 18px !important;
  height: 18px !important;

  margin: 0 0 0 auto !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #111827 !important;
}


/* HOVER E APERTURA */

.pricing-faq-accordion .e-n-accordion-item-title:hover,
.pricing-faq-accordion
.e-n-accordion-item[open]
.e-n-accordion-item-title {
  background: rgba(248, 250, 253, 0.82) !important;
}


/* CONTENUTO APERTO */

.pricing-faq-accordion .e-n-accordion-item > div[role="region"] {
  padding: 0 18px 17px !important;

  border: 0 !important;
  background: rgba(248, 250, 253, 0.82) !important;

  color: #647080 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.pricing-faq-accordion
.e-n-accordion-item
> div[role="region"]
p {
  margin: 0 !important;
}

/* ========================================
   INGRANDISCI MONTHLY SERVICE CARD
======================================== */

.pricing-monthly-column {
  column-gap: 22px !important;
}

.pricing-monthly-column > .pricing-section-kicker,
.pricing-monthly-column > .pricing-section-title,
.pricing-monthly-column > .pricing-section-text {
  width: calc(34% - 11px) !important;
  margin-right: calc(66% + 11px) !important;
}

.pricing-monthly-card {
  width: calc(66% - 11px) !important;
  min-height: 270px !important;
  padding: 30px 32px !important;
}

.pricing-monthly-card li {
  min-height: 48px !important;
  padding-left: 44px !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
}

.pricing-monthly-card li::before {
  width: 31px !important;
  height: 31px !important;
}

/* ==================================================
   FINAL CTA SECTION
================================================== */

.pricing-final-cta-section {
  position: relative;
  width: 100%;
  padding: 0 24px 84px;
}


/* ==================================================
   FINAL CTA CARD
================================================== */

.pricing-final-cta-card {
  position: relative;

  width: 100%;
  max-width: 1000px;
  min-height: 150px;

  margin: 0 auto;
  padding: 30px 40px !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 36px !important;

  overflow: hidden;

  border: 1px solid rgba(145, 152, 223, 0.14);
  border-radius: 24px;

  background:
    radial-gradient(
      circle at 12% 50%,
      rgba(207, 244, 247, 0.34) 0%,
      rgba(255, 255, 255, 0) 34%
    ),
    radial-gradient(
      circle at 88% 45%,
      rgba(224, 218, 255, 0.38) 0%,
      rgba(255, 255, 255, 0) 38%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(248, 249, 255, 0.94) 100%
    );

  box-shadow:
    0 16px 40px rgba(67, 82, 130, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}


/* Glow inferiore molto leggero */

.pricing-final-cta-card::after {
  content: "";

  position: absolute;

  right: -8%;
  bottom: -92px;
  left: -8%;

  height: 150px;

  background:
    radial-gradient(
      ellipse,
      rgba(120, 212, 218, 0.14) 0%,
      rgba(146, 139, 243, 0.1) 42%,
      rgba(255, 255, 255, 0) 72%
    );

  filter: blur(16px);
  pointer-events: none;
}


/* ==================================================
   FINAL CTA CONTENT
================================================== */

.pricing-final-cta-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 650px;

  padding-left: 90px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  gap: 0 !important;
}


/* Cerchio icona decorativo */

.pricing-final-cta-content::before {
  content: "";

  position: absolute;

  top: 50%;
  left: 0;

  width: 64px;
  height: 64px;

  transform: translateY(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 35% 30%,
      #ffffff 0%,
      #edfdfd 48%,
      #e8e8ff 100%
    );

  box-shadow:
    0 10px 24px rgba(102, 126, 193, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}


/* Titolo */

.pricing-final-cta-content .elementor-widget-heading {
  margin: 0 0 8px !important;
}

.pricing-final-cta-content .elementor-heading-title {
  margin: 0;

  color: #111827;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
}


/* Testo */

.pricing-final-cta-content .elementor-widget-text-editor,
.pricing-final-cta-content .elementor-widget-text-editor p {
  color: #657080;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.pricing-final-cta-content .elementor-widget-text-editor p {
  margin: 0 !important;
}


/* ==================================================
   FINAL CTA ACTION
================================================== */

.pricing-final-cta-action {
  position: relative;
  z-index: 2;

  flex: 0 0 auto;

  margin: 0 !important;
}

.pricing-final-cta-action .elementor-button {
  min-height: 44px;
  padding: 14px 22px;

  border: 1px solid #111827;
  border-radius: 999px;

  background: #111827;
  color: #ffffff;

  font-size: 12px;
  font-weight: 500;
  line-height: 1;

  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.14);

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.pricing-final-cta-action .elementor-button:hover {
  transform: translateY(-2px);
  background: #202938;

  box-shadow: 0 11px 26px rgba(17, 24, 39, 0.2);
}

.pricing-final-cta-content {
  padding-left: 0 !important;
}

.pricing-final-cta-content::before {
  content: none !important;
  display: none !important;
}

/* ========================================
   CTA FINALE — FIX SU MARKUP REALE
======================================== */

.pricing-final-cta-card {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 40px !important;
}


/* BLOCCO TESTO */

.pricing-final-cta-card
> .pricing-final-cta-content {
  width: auto !important;
  max-width: 680px !important;
  min-width: 0 !important;

  flex: 1 1 auto !important;
  align-self: center !important;
}


/* BLOCCO BOTTONE */

.pricing-final-cta-card
> .pricing-final-cta-action {
  width: auto !important;
  max-width: none !important;
  min-width: max-content !important;

  flex: 0 0 auto !important;
  align-self: center !important;

  margin: 0 0 0 auto !important;
}


/* WRAPPER INTERNI ELEMENTOR */

.pricing-final-cta-action
.elementor-widget-container,
.pricing-final-cta-action
.elementor-button-wrapper {
  width: auto !important;
  max-width: max-content !important;
}


/* SICUREZZA: IL BOTTONE NON SI ALLARGA */

.pricing-final-cta-action .elementor-button {
  width: auto !important;
  white-space: nowrap !important;
}