:root {
  --vlami-primary: #1f4bd8;
  --vlami-dark: #0f172a;
  --vlami-light: #f5f7ff;
  --vlami-accent: #f59e0b;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #0b1220;
  background-color: #ffffff;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.topbar {
  background: var(--vlami-dark);
}

.topbar-link {
  color: #e2e8f0;
  font-size: 0.9rem;
}

.topbar-link:hover {
  color: #ffffff;
}

.navbar-brand {
  letter-spacing: 0.06em;
}

.brand-logo {
  width: 140px;
  height: 40px;
  background-image: url("../img/logo-horizontal.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.brand-mark {
  width: 28px;
  height: 28px;
  background-image: url("../img/logo-mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(16, 185, 129, 0.12);
  border-radius: 8px;
}

.brand-text {
  font-weight: 700;
}

.hero {
  padding: 5.5rem 0 4.5rem;
  background: linear-gradient(120deg, #f4f7ff 0%, #ffffff 65%);
}

.hero-alt {
  background: linear-gradient(120deg, #ffffff 0%, #f5f7ff 70%);
}

.hero-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
}

.hero-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 960px;
  max-height: 720px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero-card-header {
  font-weight: 600;
  color: #475569;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.audience-card {
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

.audience-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(31, 75, 216, 0.12);
  color: var(--vlami-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-badge svg {
  width: 22px;
  height: 22px;
}

.icon-badge-sm {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
}

.icon-badge-alt {
  background: rgba(16, 185, 129, 0.12);
  color: #0f766e;
}

.icon-badge-warm {
  background: rgba(245, 158, 11, 0.16);
  color: #b45309;
}

.link-arrow {
  font-weight: 600;
  color: var(--vlami-primary);
}

.btn-primary {
  background-color: #f59e0b;
  border-color: #f59e0b;
  color: #111827;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #d97706;
  border-color: #d97706;
  color: #111827;
}

.section-space {
  padding: 4.5rem 0;
}

.section-title {
  margin-bottom: 2.5rem;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: 700;
}

.table {
  font-size: 0.95rem;
}

.mobile-cta {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1030;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  background: #f59e0b;
  color: #111827;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-cta:hover,
.mobile-cta:focus {
  color: #111827;
  background: #d97706;
}

.mobile-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.product-card {
  padding: 1.75rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  height: 100%;
}

.product-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.process-step {
  padding: 1.5rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  height: 100%;
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--vlami-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 1rem;
}

.cta-band {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid #e2e8f0;
}

.feature-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.feature-item {
  padding: 0.75rem 1rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.stats-card {
  padding: 2rem;
  border-radius: 20px;
  background: #0f172a;
  color: #ffffff;
  display: grid;
  gap: 1.5rem;
}

.stats-card h3 {
  margin-bottom: 0.4rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.contact-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: #94a3b8;
}

.contact-link {
  color: #ffffff;
  font-weight: 600;
}

.contact-card {
  padding: 2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-list {
  display: grid;
  gap: 1.25rem;
}

.info-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: #64748b;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.spec-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: #64748b;
}

.order-card {
  padding: 2rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.08);
}

.price-box {
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--vlami-light);
  margin: 1.5rem 0;
}

.price-title {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}

.price {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--vlami-primary);
}

.price-note {
  font-size: 0.9rem;
  color: #475569;
}

.content-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.content-link:hover,
.content-link:focus {
  color: #0f172a;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 4.5rem;
  }

  .hero .display-5 {
    font-size: 2.2rem;
  }

  .section-space {
    padding: 3.5rem 0;
  }

  .product-card,
  .process-step,
  .audience-card {
    padding: 1.25rem;
  }

  .mobile-cta {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .hero-image {
    max-height: 320px;
    object-fit: cover;
  }
}
