:root {
  --bs-primary: #0d6efd;
  --badge-dark: #0f172a;
  --badge-blue: #1d4ed8;
  --badge-soft: #eff6ff;
  --badge-soft-2: #f8fbff;
  --badge-text: #334155;
  --badge-accent: #22c55e;
  --badge-border: rgba(15, 23, 42, 0.08);
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--badge-text);
  background: #ffffff;
}

.user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.navbar {
  backdrop-filter: saturate(180%) blur(10px);
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--badge-dark);
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--badge-blue), #60a5fa);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(29, 78, 216, 0.18);
}

.hero {
  padding: 7rem 0 4rem;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.18), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 70%);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: var(--badge-soft);
  color: var(--badge-blue);
  font-size: .85rem;
  font-weight: 700;
  border: 1px solid rgba(29, 78, 216, 0.08);
}

.hero h1 {
  color: var(--badge-dark);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.hero p.lead {
  color: #475569;
  font-size: 1.08rem;
}

.hero-card,
.metric-card,
.feature-card,
.step-card,
.cta-panel,
.visual-card,
.pricing-card,
.media-card,
.quote-card {
  border: 1px solid var(--badge-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.hero-card {
  padding: 1rem;
  overflow: hidden;
}

.hero-visual {
  position: relative;
  min-height: 420px;
  border-radius: 20px;
  overflow: hidden;
  background: #dbeafe;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background:#f1f5f9;
  display: block;
  min-height: 420px;
}

.floating-badge {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 330px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 22px;
  padding: 1rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .45rem .7rem;
  background: rgba(34, 197, 94, .12);
  color: #15803d;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
}

.metric-card,
.feature-card,
.step-card,
.cta-panel,
.quote-card {
  padding: 1.4rem;
  height: 100%;
}

.metric-number {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--badge-dark);
}

.section {
  padding: 0.5rem 0;
}

.section-alt {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.section-title {
  color: var(--badge-dark);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--badge-soft);
  color: var(--badge-blue);
  margin-bottom: 1rem;
}

.step-number {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--badge-dark);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 1rem;
}

.highlight-box {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  color: white;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.25);
  height: 100%;
}

.highlight-box p,
footer p {
  color: rgba(255,255,255,0.78);
}

.btn-primary {
  background: linear-gradient(135deg, var(--badge-blue), #2563eb);
  border: none;
  border-radius: 14px;
  padding: .9rem 1.2rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.btn-outline-dark {
  border-radius: 14px;
  padding: .9rem 1.2rem;
  font-weight: 700;
}

.list-check li {
  margin-bottom: .75rem;
  display: flex;
  gap: .7rem;
  align-items: flex-start;
}

.check-dot {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: rgba(34, 197, 94, .14);
  color: #15803d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 800;
  margin-top: 2px;
}

.small-label {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #64748b;
}

.footer {
  padding: 2.5rem 0;
  background: #0f172a;
  color: white;
}

.visual-card {
  overflow: hidden;
  height: 100%;
}

.visual-card img,
.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
}

.media-card {
  overflow: hidden;
  height: 100%;
}

.media-card .ratio iframe {
  border: 0;
}

.pricing-card {
  overflow: hidden;
}

.pricing-table th,
.pricing-table td {
  padding: 1rem;
  vertical-align: middle;
}

.pricing-table thead th {
  background: #f8fafc;
  color: var(--badge-dark);
  font-weight: 800;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.plan-badge {
  display: inline-block;
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 700;
  background: var(--badge-soft);
  color: var(--badge-blue);
}

.pricing-note {
  font-size: .92rem;
  color: #64748b;
}

.accordion-item {
  border-radius: 22px !important;
  overflow: hidden;
  border: 1px solid var(--badge-border);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.accordion-button {
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  background: #f8fbff;
  color: var(--badge-dark);
  box-shadow: none;
}

.step-card {
  padding: 1.5rem;
  border-radius: 12px;
  background: #fff;
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 15%;
  background: #1c3680;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.step-icon {
  font-size: 3rem;
  color: #1c3680;
}

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  background: #143b84;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.scroll-top:hover {
  background: #1f4db8;
  transform: translateY(-3px);
}

.scroll-top.active {
  opacity: 1;
  visibility: visible;
}

.iubenda-tp-btn[data-tp-float] {
  left: 20px !important;
  right: auto !important;
  bottom: 20px !important;
}

.gc-section {
  padding: 110px 0;
}

.gc-section .small-label {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6b7a90;
}

.gc-section .section-title {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.1;
}

.gc-section .intro-text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
}

.gc-card {
  padding: 2rem;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.gc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
  border-color: rgba(32, 72, 170, 0.18);
}

.gc-card h5 {
  margin-bottom: 0.85rem;
  font-size: 1.35rem;
}

.gc-card p {
  color: #5f6f86;
  line-height: 1.75;
  font-size: 1rem;
}

.gc-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, #eef4ff, #f7faff);
  color: #1f4db8;
  font-size: 1.4rem;
  box-shadow: inset 0 0 0 1px rgba(31, 77, 184, 0.08);
}

.pricing-switch {
  background: #f3f6fb;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.pricing-toggle {
  border: 0;
  background: transparent;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  color: #5f6f86;
}

.pricing-toggle.active {
  background: #0f2b63;
  color: #fff;
  box-shadow: 0 8px 20px rgba(15, 43, 99, 0.18);
}

.pricing-panel {
  transition: opacity 0.25s ease;
}

.cta-section {
  padding: 20px 0;
}

.cta-box {
  background: linear-gradient(135deg, #143b84, #1f4db8);
  border-radius: 24px;
  padding: 60px 40px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(20, 59, 132, 0.25);
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta-text {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}

.cta-box .btn {
  background: #fff;
  color: #143b84;
  border: none;
  font-weight: 600;
  border-radius: 999px;
}

.cta-box .btn:hover {
  background: #f1f5ff;
  transform: translateY(-2px);
}

.section-divider {
  position: relative;
}

.divider-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #0f172a;
}

.divider-line {
  width: 80px;
  height: 4px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, #143b84, #3b82f6);
}

@media (min-width: 992px) {
  .hero {
    padding: 8.5rem 0 5rem;
  }

  .hero h1 {
    font-size: 4rem;
  }
}
