/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #ffffff;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #0284c7;
    --color-primary-dark: #0369a1;
    --color-primary-light: #e0f2fe;
    --color-bg: #f8fafc;
    --color-bg-alt: #f1f5f9;
    --color-text: #1e293b;
    --color-text-muted: #64748b;
    --color-border: #e2e8f0;
    --radius-brand: 12px;
    --shadow-brand: 0 4px 16px rgba(15, 23, 42, 0.08);
    --shadow-brand-lg: 0 14px 36px rgba(15, 23, 42, 0.12);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
:root {
  --primary: #0284c7;
  --primary-dark: #0369a1;
  --primary-light: #e0f2fe;
  --hero-from: #0c4a6e;
  --hero-to: #0284c7;
  --bg: #f8fafc;
  --bg-alt: #f1f5f9;
  --white: #ffffff;
  --text: #1e293b;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --faq-primary: #eff6ff;
  --faq-secondary: #f8fafc;
  --radius: 12px;
  --shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 14px 36px rgba(15, 23, 42, 0.12);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo img {
  height: 48px;
  width: auto;
}
.nav-links {
  display: flex;
  gap: 28px;
  flex: 1;
}
.nav-links a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.15s;
}
.nav-links a:hover {
  color: var(--primary);
}
.nav-cta {
  display: none;
}
.btn-login {
  text-decoration: none;
  color: var(--white);
  background: var(--primary);
  font-size: 14px;
  font-weight: 600;
  padding: 9px 20px;
  border: 1.5px solid var(--primary);
  border-radius: 8px;
  transition: all 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-login:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.hero {
  background: linear-gradient(135deg, var(--hero-from) 0%, var(--hero-to) 100%);
  padding: 72px 24px 0;
  overflow: hidden;
}
.hero-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 60px;
}
.hero-text {
  flex: 0 0 auto;
  max-width: 500px;
  padding-bottom: 64px;
}
.hero-text h1 {
  font-size: 50px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.hero-sub {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 32px;
}
.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  background: #ffffff;
  color: var(--primary);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 10px;
  transition: all 0.15s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.btn-hero:hover {
  background: #f0f9ff;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.hero-note {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}
.hero-preview {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-end;
}
.browser-frame {
  width: 100%;
  background: #ffffff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -8px 48px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #f1f5f9;
  border-bottom: 1px solid var(--border);
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dot.red {
  background: #fc5c57;
}
.dot.yellow {
  background: #fdbc40;
}
.dot.green {
  background: #34c749;
}
.browser-url {
  flex: 1;
  background: #e2e8f0;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 11px;
  color: #64748b;
  text-align: center;
  font-family: 'Inter', sans-serif;
}
.preview-img {
  width: 100%;
  display: block;
  min-height: 260px;
  object-fit: cover;
  object-position: top;
  background: #f1f5f9;
}
.section {
  padding: 80px 24px;
}
.alt-bg {
  background: var(--bg);
}
.section-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.section-title {
  font-size: 40px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.3px;
  margin-bottom: 6px;
}
.section-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 40px;
  display: block;
}
.orbit-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 8px;
}
.orbit-svg, .orbit-center {
  display: none;
}
.orbit-static-line {
  stroke: #cbd5e1;
  stroke-width: 1.5;
}
.orbit-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: box-shadow 0.25s ease, border-color 0.15s ease;
  cursor: default;
}
.orbit-card:hover {
  transition: transform 0.18s ease, box-shadow 0.25s ease, border-color 0.15s ease;
  transform: scale(1.04);
  box-shadow: var(--shadow-lg);
}
.orbit-card-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  background: var(--primary-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
  color: var(--primary);
}
.orbit-card-icon svg {
  width: 22px;
  height: 22px;
}
.orbit-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}
.orbit-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
}
@media (min-width: 560px) and (max-width: 639px) {
  .orbit-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 640px) {
  .orbit-wrap {
    container-type: inline-size;
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    margin: 0;
  }
  .orbit-svg {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .orbit-center {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(130px, 24.65cqw, 270px);
    height: clamp(130px, 24.65cqw, 270px);
    border-radius: 50%;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 0 0 1px var(--border), var(--shadow-lg);
    z-index: 2;
  }
  .orbit-center-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    transform: scale(1.45) translateY(-4px);
    transform-origin: center center;
  }
  .orbit-card {
    position: absolute;
    left: var(--cx-pct);
    top: var(--cy-pct);
    transform: translate(-50%, -50%);
    width: clamp(118px, 18.4cqw, 185px);
    padding: clamp(12px, 2.1cqw, 20px) clamp(10px, 1.6cqw, 16px);
    border-radius: clamp(12px, 1.9cqw, 18px);
    z-index: 2;
  }
  .orbit-card:hover {
    transition: transform 0.18s ease, box-shadow 0.25s ease, border-color 0.15s ease;
    transform: translate(-50%, -50%) scale(1.07);
  }
  .orbit-card-icon {
    width: clamp(30px, 4.4cqw, 48px);
    height: clamp(30px, 4.4cqw, 48px);
    margin-bottom: clamp(6px, 1.2cqw, 12px);
    border-radius: clamp(7px, 1.2cqw, 12px);
  }
  .orbit-card-icon svg {
    width: clamp(14px, 2.1cqw, 22px);
    height: clamp(14px, 2.1cqw, 22px);
  }
  .orbit-card h3 {
    font-size: clamp(11px, 1.45cqw, 15px);
    margin-bottom: clamp(4px, 0.7cqw, 8px);
  }
  .orbit-card p {
    font-size: clamp(9.5px, 1.28cqw, 13px);
  }
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}
.faq-col-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  border-radius: 10px;
  overflow: hidden;
}
.faq-list.primary .faq-item {
  background: var(--faq-primary);
}
.faq-list.secondary .faq-item {
  background: var(--faq-secondary);
  border: 1px solid var(--border);
}
.faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  text-align: left;
}
.faq-icon {
  font-size: 20px;
  font-weight: 300;
  color: var(--text-muted);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  line-height: 1;
}
.faq-btn[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  display: none;
  padding: 0 20px 16px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}
.faq-item.open .faq-answer {
  display: block;
}
.footer {
  background: var(--text);
  color: #fff;
  padding: 28px 24px 16px;
}
.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 220px;
}
.footer-brand img {
  height: 34px;
}
.footer-tagline {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}
.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  transition: background 0.15s, color 0.15s;
}
.footer-social:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-col-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 2px;
}
.footer-col a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition: color 0.15s;
}
.footer-col a:hover {
  color: #fff;
}
.footer-bottom {
  max-width: 1440px;
  margin: 16px auto 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-powered a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}
.footer-powered a:hover {
  color: #fff;
}
.contatto-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contatto-form-wrap .section-title {
  margin-bottom: 8px;
}
.contatto-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.field-group input, .field-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  resize: vertical;
}
.field-group input::placeholder, .field-group textarea::placeholder {
  color: var(--text-muted);
}
.field-group input:hover, .field-group textarea:hover {
  border-color: #93c5fd;
}
.field-group input:focus, .field-group textarea:focus {
  border: 2px solid var(--primary);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
}
.btn-submit {
  width: 100%;
  padding: 14px;
  background: var(--primary);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
  margin-top: 4px;
}
.btn-submit:hover {
  background: var(--primary-dark);
}
.btn-submit:active {
  transform: scale(0.99);
}
.btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-success {
  color: #16a34a;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.form-error {
  color: #ef4444;
  font-size: 14px;
  margin-top: 4px;
}
.form-error a {
  color: inherit;
}
.phone-field {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.15s, box-shadow 0.15s;
  background: var(--white);
}
.phone-prefix {
  padding: 12px 14px;
  background: #f1f5f9;
  border-right: 1px solid var(--border);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
  display: flex;
  align-items: center;
  user-select: none;
}
.phone-field input {
  flex: 1;
  padding: 12px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--text);
  border: none;
  outline: none;
  background: transparent;
}
.phone-field input::placeholder {
  color: var(--text-muted);
}
.phone-field:hover {
  border-color: #93c5fd;
}
.phone-field:focus-within {
  border: 2px solid var(--primary);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
}
.field-group.invalid input, .field-group.invalid .phone-field {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.field-error-msg {
  display: block;
  font-size: 12px;
  color: #ef4444;
  margin-top: 4px;
  min-height: 0;
}
.pricing-card {
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  padding: 32px;
  position: sticky;
  top: 80px;
}
.pricing-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.pricing-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}
.pricing-badge {
  flex-shrink: 0;
  background: #dcfce7;
  color: #16a34a;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.pricing-toggle {
  display: flex;
  background: var(--bg);
  border-radius: 10px;
  padding: 4px;
  gap: 4px;
  margin-bottom: 24px;
}
.toggle-btn {
  flex: 1;
  padding: 8px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  background: none;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.15s;
}
.toggle-btn.active {
  background: var(--primary);
  color: #fff;
}
.price-block {
  margin-bottom: 24px;
}
.price-block.hidden {
  display: none;
}
.price-main {
  font-size: 52px;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
  letter-spacing: -1px;
}
.price-currency {
  font-size: 28px;
  font-weight: 700;
  vertical-align: super;
  margin-left: 2px;
}
.price-period {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}
.price-sub {
  font-size: 13px;
  color: var(--primary);
  font-weight: 600;
}
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
}
.pricing-features li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: var(--primary-light);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%230284c7'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-pricing {
  display: block;
  text-align: center;
  text-decoration: none;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px;
  border-radius: 10px;
  transition: background 0.15s;
}
.btn-pricing:hover {
  background: var(--primary-dark);
}
.btn-pricing.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.pricing-trial {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  background: var(--primary-light);
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.prezzi-info-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 20px;
}
.contatti-info-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
}
.contatti-info-body {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.65;
}
.contatti-info-body + .contatti-info-body {
  margin-top: 14px;
}
.contatti-info-body strong {
  color: var(--text);
}
.contatti-info-body a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.contatti-info-body a:hover {
  text-decoration: underline;
}
.prezzi-guarantees {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.prezzi-guarantees li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.4;
}
.prezzi-guarantees li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background: var(--primary-light);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%230284c7'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 960px) {
  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .hero-text {
    padding-bottom: 40px;
    max-width: 100%;
  }
  .hero-preview {
    width: 100%;
  }
  .preview-img {
    min-height: 0;
  }
  .contatto-layout {
    grid-template-columns: 1fr;
  }
  .pricing-card {
    position: static;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}
@media (max-width: 640px) {
  .hero-text h1 {
    font-size: 36px;
  }
  .section-title {
    font-size: 28px;
  }
  .nav-toggle {
    display: flex;
  }
  .btn-login {
    display: none;
  }
  .nav-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 12px 24px 20px;
    box-shadow: var(--shadow);
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.2s ease;
  }
  .nav-links.open {
    max-height: 340px;
    visibility: visible;
  }
  .nav-links a {
    padding: 10px 0;
    border-bottom: 1px solid var(--bg);
  }
  .nav-links a.nav-cta {
    display: block;
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    border-bottom: none;
    font-weight: 700;
    color: var(--primary);
  }
  .section {
    padding: 56px 16px;
  }
  .hero {
    padding: 48px 16px 0;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
