/* Pagina Il centralino — body.page-technology */

.page-technology main {
  overflow-x: hidden;
}

.tech-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-dark);
  background: rgba(60, 181, 208, 0.12);
  border: 1px solid rgba(60, 181, 208, 0.22);
  border-radius: 999px;
}

.tech-lead {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 1.75rem;
  max-width: 640px;
}

/* ---- Hero ---- */
.tech-hero {
  position: relative;
  padding: 4rem 0 2.5rem;
  background: linear-gradient(160deg, #f8fcfd 0%, #ffffff 50%, #eef9fb 100%);
}

/* ---- Pricing (Piano Standard) ---- */
.tech-pricing {
  position: relative;
  z-index: 2;
  padding: 0 0 4.5rem;
}

.tech-pricing__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2rem;
}

.tech-pricing__header h2 {
  margin-bottom: 0.75rem;
}

.tech-pricing__header p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  line-height: 1.65;
}

.tech-trial-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 auto;
  padding: 0.85rem 1.75rem;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 500;
  color: var(--text);
  background: linear-gradient(135deg, #ffffff 0%, #f0fbfd 100%);
  border: 2px solid var(--theme);
  border-radius: 999px;
  box-shadow:
    0 4px 20px rgba(60, 181, 208, 0.18),
    0 0 0 6px rgba(60, 181, 208, 0.08);
}

.tech-trial-highlight strong {
  color: var(--theme-dark);
  font-weight: 800;
}

.tech-trial-highlight__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(135deg, var(--theme) 0%, var(--theme-dark) 100%);
  border-radius: 50%;
  flex-shrink: 0;
}

.page-technology .pricing-grid--single {
  grid-template-columns: minmax(280px, 420px);
  justify-content: center;
  margin: 0 auto;
}

.page-technology .pricing-card {
  border-radius: 20px;
  border: 1px solid rgba(60, 181, 208, 0.15);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.page-technology .pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 48px rgba(60, 181, 208, 0.2);
}

.page-technology .pricing-card.featured {
  transform: translateY(-12px);
  box-shadow: 0 24px 56px rgba(60, 181, 208, 0.35);
}

.page-technology .pricing-card.featured:hover {
  transform: translateY(-16px);
}

.page-technology .pricing-card header {
  padding: 2.25rem 1.75rem 1.25rem;
  background: linear-gradient(180deg, rgba(60, 181, 208, 0.04) 0%, transparent 100%);
}

.page-technology .pricing-card.featured header {
  background: transparent;
}

.pricing-trial-badge {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(60, 181, 208, 0.16) 0%, rgba(60, 181, 208, 0.08) 100%);
  border: 1px solid rgba(60, 181, 208, 0.25);
  color: var(--theme-dark);
  font-size: 0.8rem;
  font-weight: 700;
}

.page-technology .pricing-card.featured .pricing-trial-badge {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
}

.tech-pricing__note {
  margin-top: 1.75rem;
  text-align: center;
}

.tech-pricing__note p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.65;
}

.tech-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 85% 15%, rgba(60, 181, 208, 0.14) 0%, transparent 40%),
    radial-gradient(circle at 10% 80%, rgba(60, 181, 208, 0.08) 0%, transparent 45%);
}

.tech-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: center;
}

.tech-hero__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.65rem, 3.8vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text);
}

.tech-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tech-hero__card {
  padding: 2rem;
  background: var(--white);
  border: 1px solid rgba(60, 181, 208, 0.2);
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(60, 181, 208, 0.12);
}

.tech-hero__card h3 {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  color: var(--theme-dark);
}

.tech-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tech-checklist li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.75rem;
  border-bottom: 1px solid rgba(60, 181, 208, 0.1);
  color: var(--muted);
  line-height: 1.5;
}

.tech-checklist li:last-child {
  border-bottom: none;
}

.tech-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--theme);
  font-weight: 700;
}

/* ---- Intro split ---- */
.tech-split {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

.tech-intro h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
}

.tech-intro p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 1rem;
}

.tech-benefits-box {
  padding: 2rem;
  background: linear-gradient(145deg, var(--theme) 0%, var(--theme-dark) 100%);
  color: var(--white);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(60, 181, 208, 0.3);
}

.tech-benefits-box h3 {
  margin: 0 0 1.25rem;
  font-size: 1.35rem;
}

.tech-benefits-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tech-benefits-box li {
  padding: 0.5rem 0;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.98rem;
}

.tech-benefits-box li:last-child {
  border-bottom: none;
}

.tech-benefits-box li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.85);
}

/* ---- Features grid ---- */
.tech-features {
  padding: 5rem 0;
}

.tech-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.tech-feature-card {
  padding: 2rem 1.5rem;
  background: var(--white);
  border: 1px solid rgba(60, 181, 208, 0.14);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tech-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(60, 181, 208, 0.35);
  box-shadow: 0 16px 40px rgba(60, 181, 208, 0.12);
}

.tech-feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  background: rgba(60, 181, 208, 0.1);
  border-radius: 12px;
}

.tech-feature-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  color: var(--text);
}

.tech-feature-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
}

/* ---- AI integration ---- */
.tech-ai__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.tech-ai__text h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.tech-ai__text p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 1rem;
}

.tech-ai__steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tech-step {
  display: flex;
  gap: 1.25rem;
  padding: 1.35rem 1.5rem;
  background: var(--white);
  border: 1px solid rgba(60, 181, 208, 0.15);
  border-left: 4px solid var(--theme);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease;
}

.tech-step:hover {
  transform: translateX(6px);
}

.tech-step__num {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--white);
  background: linear-gradient(135deg, var(--theme), var(--theme-dark));
  border-radius: 50%;
  font-size: 0.95rem;
}

.tech-step h4 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--text);
}

.tech-step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
}

/* ---- Expert box ---- */
.tech-expert__box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #f5fbfc 100%);
  border: 1px solid rgba(60, 181, 208, 0.18);
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.tech-expert__mark {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--white);
  background: linear-gradient(145deg, var(--theme), var(--theme-dark));
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(60, 181, 208, 0.35);
}

.tech-expert__box h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.tech-expert__box p {
  margin: 0 0 1rem;
  line-height: 1.75;
  color: var(--muted);
}

.tech-expert__note {
  padding: 1rem 1.25rem;
  background: rgba(60, 181, 208, 0.08);
  border-left: 3px solid var(--theme);
  border-radius: 0 10px 10px 0;
  font-size: 0.95rem !important;
}

/* ---- CTA ---- */
.tech-cta {
  text-align: center;
  padding: 4.5rem 0;
}

.tech-cta__inner h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--white);
}

.tech-cta__inner p {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
}

.tech-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.page-technology .tech-cta .btn-outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white) !important;
}

.page-technology .tech-cta .btn-outline:hover {
  background: var(--white);
  color: var(--theme-dark) !important;
  border-color: var(--white);
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .tech-hero__grid,
  .tech-split,
  .tech-ai__inner,
  .tech-features__grid {
    grid-template-columns: 1fr;
  }

  .tech-expert__box {
    grid-template-columns: 1fr;
  }

  .tech-expert__mark {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .tech-hero {
    padding: 3rem 0 1.5rem;
  }

  .tech-pricing {
    padding-bottom: 3rem;
  }

  .page-technology .pricing-card.featured {
    transform: none;
  }

  .page-technology .pricing-card.featured:hover {
    transform: translateY(-6px);
  }

  .tech-hero__actions,
  .tech-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tech-hero__actions .btn,
  .tech-cta__actions .btn {
    text-align: center;
  }
}
