/* Venikom ERP Standalone Website Styling - Complete Match with webprezentacija.venikom.com & venikom.com */

:root {
  --v-primary-blue: #1884ff;
  --v-primary-hover: #136acc;
  --v-bg-light: #ffffff;
  --v-bg-alt: #f8f9fa;
  --v-bg-dark: #0f172a;
  --v-bg-card: #ffffff;
  --v-border-color: #e9ecef;
  --v-text-dark: #1f1a1a;
  --v-text-muted: #6c757d;
  --v-text-dim: #adb5bd;
  --v-accent-orange: #fd7e14;
  --v-accent-green: #198754;
  --v-accent-cyan: #0dcaf0;
  --v-font-family: 'NeoSans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  background-color: var(--v-bg-light);
  color: var(--v-text-dark);
  font-family: var(--v-font-family);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Container */
.v-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 🚨 Top Countdown Alarm Bar */
.v-top-alarm-bar {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #ffffff;
  padding: 10px 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 101;
}

.v-top-alarm-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.v-alarm-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(220, 53, 69, 0.2);
  color: #ff6b6b;
  padding: 3px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(220, 53, 69, 0.4);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.v-alarm-pulse-red {
  width: 8px;
  height: 8px;
  background-color: #ff4d4d;
  border-radius: 50%;
  box-shadow: 0 0 8px #ff4d4d;
  animation: pulseRed 1.5s infinite;
}

@keyframes pulseRed {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(255, 77, 77, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); }
}

.v-countdown-mini {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #fbbf24;
  font-family: monospace;
  font-size: 1rem;
}

.v-alarm-btn {
  background: var(--v-primary-blue);
  color: #ffffff !important;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 6px;
  font-size: 0.82rem;
  text-decoration: none;
  transition: background 0.2s;
}

.v-alarm-btn:hover {
  background: var(--v-primary-hover);
}

/* Navbar */
.v-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  background: var(--v-bg-light);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.v-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--v-primary-blue);
  text-decoration: none;
  letter-spacing: -0.5px;
}

.v-logo-erp {
  font-size: 0.8rem;
  background: #eaf3ff;
  color: var(--v-primary-blue);
  padding: 3px 10px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.v-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.v-nav-link {
  color: #495057;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.96rem;
  transition: color 0.2s ease;
}

.v-nav-link:hover {
  color: var(--v-primary-blue);
}

.v-nav-cta {
  background: var(--v-primary-blue);
  color: #ffffff !important;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.v-nav-cta:hover {
  background: var(--v-primary-hover);
  box-shadow: 0 4px 15px rgba(24, 132, 255, 0.25);
}

/* Hero Section */
.v-hero-section {
  padding: 75px 0 95px 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.v-hero-kicker {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--v-primary-blue);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.v-hero-title {
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--v-text-dark);
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.v-text-blue {
  color: var(--v-primary-blue);
}

.v-hero-subtitle {
  font-size: 1.12rem;
  color: var(--v-text-muted);
  line-height: 1.6;
  margin-bottom: 36px;
  max-width: 600px;
}

/* Venikom Pill Badges */
.v-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.v-pill-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f1f3f5;
  color: var(--v-primary-blue);
  padding: 8px 18px;
  border-radius: 9999px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.v-pill-item:hover {
  background: #e2e8f0;
  transform: translateY(-1px);
}

.v-pill-icon {
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--v-text-dark);
}

/* Hero Graphic Illustration */
.v-hero-graphic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-target-circle {
  width: 380px;
  height: 380px;
  border: 1.5px solid #dee2e6;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-target-circle-inner {
  width: 260px;
  height: 260px;
  border: 1px dashed #ced4da;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.v-target-center {
  width: 110px;
  height: 110px;
  background: #ffffff;
  border: 2px solid var(--v-primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(24, 132, 255, 0.15);
  font-size: 2.5rem;
  color: var(--v-primary-blue);
}

.v-arc-accent-1 {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--v-primary-blue);
  border-right-color: var(--v-primary-blue);
  transform: rotate(-30deg);
}

/* ⏳ DEDICATED COUNTDOWN OFFER SECTION */
.v-countdown-offer-section {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #ffffff;
  padding: 80px 0;
  border-top: 1px solid var(--v-border-color);
  border-bottom: 1px solid var(--v-border-color);
}

.v-offer-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 48px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.v-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(253, 126, 20, 0.2);
  border: 1px solid rgba(253, 126, 20, 0.5);
  color: #ff922b;
  padding: 6px 18px;
  border-radius: 9999px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.v-offer-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
  color: #ffffff;
}

.v-offer-desc {
  font-size: 1.1rem;
  color: var(--v-text-muted);
  max-width: 680px;
  margin: 0 auto 36px auto;
  line-height: 1.6;
}

.v-timer-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}

.v-timer-block {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  min-width: 95px;
  padding: 16px 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.v-timer-val {
  font-size: 2.6rem;
  font-weight: 800;
  color: #ffffff;
  font-family: monospace;
  line-height: 1;
  margin-bottom: 6px;
}

.v-timer-lbl {
  font-size: 0.75rem;
  color: var(--v-text-dim);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.v-timer-sep {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--v-primary-blue);
}

.v-spots-wrapper {
  max-width: 480px;
  margin: 0 auto 32px auto;
}

.v-spots-text {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: var(--v-text-muted);
  margin-bottom: 8px;
}

.v-progress-bg {
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.v-progress-fill {
  width: 75%;
  height: 100%;
  background: linear-gradient(90deg, #fd7e14, #ff6b6b);
  border-radius: 10px;
}

/* 🏢 CHIP TAGS & MODULE GROUPS (webprezentacija style) */
.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.chip {
  background: #eaf3ff;
  color: var(--v-primary-blue);
  padding: 6px 16px;
  border-radius: 9999px;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid rgba(24, 132, 255, 0.2);
}

.v-module-group-box {
  background: #ffffff;
  border: 1px solid var(--v-border-color);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
}

.v-module-group-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--v-text-dark);
  margin-bottom: 12px;
}

.v-detail-list {
  list-style: none;
  margin: 16px 0;
}

.v-detail-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 0.96rem;
  color: var(--v-text-muted);
}

.v-detail-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--v-primary-blue);
  font-weight: 800;
}

/* 🧮 ROI CALCULATOR SECTION */
.v-calculator-box {
  background: #ffffff;
  border: 1px solid var(--v-border-color);
  border-radius: 20px;
  padding: 44px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.v-calc-controls {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.v-slider-label {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 0.98rem;
  margin-bottom: 8px;
  color: var(--v-text-dark);
}

.v-slider-val {
  color: var(--v-primary-blue);
  font-size: 1.1rem;
}

.v-range-input {
  width: 100%;
  accent-color: var(--v-primary-blue);
  height: 8px;
  background: #e9ecef;
  border-radius: 5px;
  cursor: pointer;
}

.v-calc-result-box {
  background: linear-gradient(135deg, #eaf3ff, #f8f9fa);
  border: 2px solid rgba(24, 132, 255, 0.25);
  border-radius: 16px;
  padding: 36px;
  text-align: center;
}

.v-calc-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--v-primary-blue);
  line-height: 1;
  margin-bottom: 8px;
}

/* ⚖️ COMPARISON TABLE SECTION */
.v-comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid var(--v-border-color);
}

.v-comparison-table th,
.v-comparison-table td {
  padding: 18px 24px;
  text-align: left;
  border-bottom: 1px solid var(--v-border-color);
  font-size: 0.98rem;
}

.v-comparison-table th {
  font-size: 1.1rem;
  font-weight: 700;
  background: #f8f9fa;
}

.v-col-old { background: rgba(220, 53, 69, 0.02); }
.v-col-new { background: rgba(24, 132, 255, 0.04); font-weight: 600; }

/* 💳 PRICING CARDS */
.v-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.v-price-card {
  background: #ffffff;
  border: 1px solid var(--v-border-color);
  border-radius: 18px;
  padding: 36px 28px;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.v-price-card.featured {
  border: 2px solid var(--v-primary-blue);
  box-shadow: 0 16px 40px rgba(24, 132, 255, 0.12);
  transform: translateY(-6px);
}

.v-price-badge {
  position: absolute;
  top: -14px;
  right: 24px;
  background: var(--v-primary-blue);
  color: #fff;
  padding: 4px 14px;
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.v-price-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.v-price-val {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--v-primary-blue);
  margin-bottom: 20px;
}

.v-price-features {
  list-style: none;
  margin-bottom: 30px;
  flex-grow: 1;
}

.v-price-features li {
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--v-text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
}

.v-price-features li i {
  color: var(--v-primary-blue);
}

/* 🐾 STEPS PROCESS SECTION */
.v-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.v-step-card {
  background: #ffffff;
  border: 1px solid var(--v-border-color);
  border-radius: 16px;
  padding: 36px 28px;
  position: relative;
}

.v-step-num {
  width: 44px;
  height: 44px;
  background: var(--v-primary-blue);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 20px;
}

/* ❓ FAQ ACCORDIONS */
.v-faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v-faq-item {
  background: #ffffff;
  border: 1px solid var(--v-border-color);
  border-radius: 12px;
  overflow: hidden;
}

.v-faq-question {
  padding: 20px 24px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--v-text-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.v-faq-answer {
  padding: 0 24px 20px 24px;
  color: var(--v-text-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  display: none;
}

.v-faq-item.active .v-faq-answer {
  display: block;
}

.v-faq-item.active .v-faq-icon {
  transform: rotate(180deg);
}

.v-faq-icon {
  transition: transform 0.2s ease;
  color: var(--v-primary-blue);
}

/* Web3Forms Status Alert */
.form-status {
  padding: 12px 18px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  font-weight: 600;
  display: none;
}

.form-status.is-visible {
  display: block;
}

.form-status--ok {
  background: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}

.form-status--err {
  background: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}

/* Feature Showcase Section */
.v-section-light {
  padding: 90px 0;
  background: var(--v-bg-light);
}

.v-section-alt {
  padding: 90px 0;
  background: var(--v-bg-alt);
}

.v-section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--v-text-dark);
  margin-bottom: 16px;
}

.v-section-desc {
  font-size: 1.1rem;
  color: var(--v-text-muted);
  max-width: 650px;
  margin-bottom: 50px;
}

/* Contact Form Section */
.v-contact-box {
  background: #ffffff;
  border: 1px solid var(--v-border-color);
  border-radius: 16px;
  padding: 48px;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.v-form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--v-text-dark);
  margin-bottom: 8px;
}

.v-form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s;
}

.v-form-control:focus {
  outline: none;
  border-color: var(--v-primary-blue);
  box-shadow: 0 0 0 3px rgba(24, 132, 255, 0.15);
}

.v-btn-submit {
  width: 100%;
  background: var(--v-primary-blue);
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.v-btn-submit:hover {
  background: var(--v-primary-hover);
}

/* Footer */
.v-footer {
  border-top: 1px solid var(--v-border-color);
  padding: 45px 0;
  background: #ffffff;
  color: var(--v-text-muted);
  font-size: 0.9rem;
}

/* Module cards + spotlight (used on homepage and module pages) */
.v-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.v-card-item {
  background: #ffffff;
  border: 1px solid var(--v-border-color);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.v-card-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(24, 132, 255, 0.1);
}

.v-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eaf3ff;
  color: var(--v-primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.v-card-h {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--v-text-dark);
  margin-bottom: 8px;
}

.v-card-p {
  font-size: 0.95rem;
  color: var(--v-text-muted);
  line-height: 1.55;
}

.v-card-link {
  color: var(--v-primary-blue);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 14px;
  font-size: 0.92rem;
}

.v-card-link:hover {
  text-decoration: underline;
}

.v-spotlight-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.v-spotlight-feature {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.v-spotlight-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #eaf3ff;
  color: var(--v-primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.v-spotlight-h {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--v-text-dark);
}

.v-spotlight-p {
  font-size: 0.95rem;
  color: var(--v-text-muted);
  line-height: 1.5;
}

.v-about-grid {
  display: grid;
  gap: 40px;
}

.v-about-p {
  font-size: 1.02rem;
  color: var(--v-text-muted);
  line-height: 1.7;
  max-width: 52rem;
  margin-bottom: 16px;
}

.v-about-p:last-child {
  margin-bottom: 0;
}

.v-about-visual {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--v-border-color);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  background: #0f172a;
}

.v-about-visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* Navbar dropdown */
.v-dropdown {
  position: relative;
}

.v-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
}

.v-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 280px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  margin-top: 8px;
  list-style: none;
  z-index: 200;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.v-dropdown:hover .v-dropdown-menu,
.v-dropdown:focus-within .v-dropdown-menu {
  display: block;
}

.v-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 18px;
  color: #495057;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.v-dropdown-item i {
  color: var(--v-primary-blue);
  width: 18px;
  text-align: center;
}

.v-dropdown-item:hover {
  background: #f8f9fa;
  color: var(--v-primary-blue);
}

.v-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: none;
  background: #f1f3f5;
  border-radius: 8px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.v-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--v-text-dark);
  border-radius: 1px;
}

/* Module detail pages */
.v-breadcrumb {
  padding: 16px 0;
  color: var(--v-text-muted);
  font-size: 0.9rem;
}

.v-breadcrumb a {
  color: var(--v-text-muted);
  text-decoration: none;
}

.v-breadcrumb a:hover {
  color: var(--v-primary-blue);
}

.v-breadcrumb strong {
  color: var(--v-primary-blue);
}

.v-page-hero {
  padding: 32px 0 56px;
}

.v-page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.v-page-kicker {
  display: inline-block;
  background: #eaf3ff;
  color: var(--v-primary-blue);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border-radius: 999px;
}

.v-page-title {
  font-size: 2.6rem;
  font-weight: 800;
  margin: 16px 0;
  color: var(--v-text-dark);
  line-height: 1.2;
}

.v-page-lead {
  font-size: 1.12rem;
  color: var(--v-text-muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

.v-alert-box {
  background: #fff5f5;
  border: 1px solid #ffc9c9;
  border-left: 5px solid #e03131;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 8px 0 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.v-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.v-site-top {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #ffffff;
}

.v-navbar {
  position: relative;
  top: auto;
}

/* Responsive */
@media (max-width: 992px) {
  .v-hero-section { grid-template-columns: 1fr; text-align: center; }
  .v-hero-subtitle { margin-left: auto; margin-right: auto; }
  .v-hero-pills { justify-content: center; }
  .v-hero-graphic { margin-top: 40px; }
  .v-calculator-box { grid-template-columns: 1fr; }
  .v-grid-3 { grid-template-columns: 1fr; }
  .v-pricing-grid { grid-template-columns: 1fr; }
  .v-steps-grid { grid-template-columns: 1fr; }
  .v-spotlight-box { grid-template-columns: 1fr; }
  .v-page-hero-grid { grid-template-columns: 1fr; }
  .v-form-row { grid-template-columns: 1fr; }
  .v-contact-box { padding: 28px 20px; }
  .v-nav-toggle { display: flex; }
  .v-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 24px;
    right: 24px;
    background: #ffffff;
    border: 1px solid var(--v-border-color);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .v-nav-links.is-open { display: flex; }
  .v-nav-links > li > a,
  .v-dropdown-trigger {
    padding: 12px 18px;
    display: block;
  }
  .v-dropdown-menu {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
    display: none;
  }
  .v-dropdown.is-open .v-dropdown-menu,
  .v-dropdown:hover .v-dropdown-menu {
    display: block;
  }
}

/* Browser mockup for ERP screenshots */
.v-browser-mockup {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid var(--v-border-color);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.v-browser-bar {
  background: #f1f3f5;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e9ecef;
}

.v-browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.v-browser-dot.red { background: #ff5f56; }
.v-browser-dot.yellow { background: #ffbd2e; }
.v-browser-dot.green { background: #27c93f; }

.v-browser-url {
  font-size: 0.75rem;
  color: #868e96;
  margin-left: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: #ffffff;
  padding: 2px 12px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.v-browser-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.v-diagram-img {
  width: 100%;
  height: auto;
  display: block;
}

.v-shot-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.v-shot {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--v-border-color);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  background: #0f172a;
}

.v-shot img {
  display: block;
  width: 100%;
  height: auto;
}
