/** Shopify CDN: Minification failed

Line 598:15 Unterminated string token

**/
/* ============================================
   VTC GENEVOIS - Custom Styles for Shopify
   ============================================ */

:root {
  --vtc-deep-blue: #081628;
  --vtc-deep-blue-soft: #0d2138;
  --vtc-gold: #cfa15b;
  --vtc-gold-light: #eac27d;
  --vtc-gold-gradient: linear-gradient(135deg, #eac27d 0%, #cfa15b 100%);
  --vtc-off-white: #f6f7fb;
  --vtc-text-dark: #0d1320;
  --vtc-muted: #7d889b;
  --vtc-card-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  --vtc-radius-lg: 16px;
  --vtc-radius-md: 10px;
  --vtc-transition-fast: 0.25s ease;
  --vtc-max-width: 1120px;
  --vtc-header-height: 78px;
}

/* Reset for VTC sections */
.vtc-section *,
.vtc-header *,
.vtc-footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.vtc-container {
  width: 100%;
  max-width: var(--vtc-max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ============================================
   HEADER
   ============================================ */
.vtc-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(8, 22, 40, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(207, 161, 91, 0.25);
  height: var(--vtc-header-height);
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.vtc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%;
}

.vtc-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  text-decoration: none;
}

.vtc-brand img {
  height: 48px;
  width: auto;
}

.vtc-main-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  list-style: none;
}

.vtc-main-nav a {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
  text-decoration: none;
  transition: color var(--vtc-transition-fast);
}

.vtc-main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--vtc-gold-gradient);
  transition: width var(--vtc-transition-fast);
}

.vtc-main-nav a:hover::after {
  width: 100%;
}

.vtc-btn-cta {
  background: var(--vtc-gold-gradient);
  color: var(--vtc-deep-blue) !important;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 12px 30px rgba(207, 161, 91, 0.35);
  transition: transform var(--vtc-transition-fast), box-shadow var(--vtc-transition-fast);
  white-space: nowrap;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.vtc-btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(207, 161, 91, 0.5);
  color: var(--vtc-deep-blue) !important;
}

/* Mobile Toggle */
.vtc-nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.vtc-nav-toggle-bar {
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  position: relative;
  transition: transform var(--vtc-transition-fast), background var(--vtc-transition-fast);
}

.vtc-nav-toggle-bar::before,
.vtc-nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  transition: transform var(--vtc-transition-fast), opacity var(--vtc-transition-fast), top var(--vtc-transition-fast), bottom var(--vtc-transition-fast);
}

.vtc-nav-toggle-bar::before { top: -6px; }
.vtc-nav-toggle-bar::after { bottom: -6px; }

.vtc-header.nav-open .vtc-nav-toggle-bar { background: transparent; }
.vtc-header.nav-open .vtc-nav-toggle-bar::before { top: 0; transform: rotate(45deg); }
.vtc-header.nav-open .vtc-nav-toggle-bar::after { bottom: 0; transform: rotate(-45deg); }

/* ============================================
   HERO SECTION
   ============================================ */
.vtc-hero {
  background:
    linear-gradient(135deg, rgba(8, 22, 40, 0.96), rgba(13, 33, 56, 0.9)),
    url("https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?q=80&w=1920&auto=format&fit=crop")
    center/cover fixed;
  color: #ffffff;
  padding: 6.5rem 0 4.5rem;
  font-family: "Poppins", sans-serif;
}

.vtc-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 3.5rem;
  align-items: center;
}

.vtc-hero-copy h1 {
  font-size: clamp(2.3rem, 3.4vw, 3.4rem);
  line-height: 1.15;
  margin-bottom: 1.1rem;
  font-weight: 700;
  color: var(--vtc-gold-light);
}

.vtc-hero-subtitle {
  font-size: 1rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.8rem;
  line-height: 1.6;
}

.vtc-hero-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 2.1rem;
  font-size: 0.9rem;
}

.vtc-hero-pill {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(234, 194, 125, 0.5);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(5, 11, 23, 0.55);
}

.vtc-hero-pill i {
  color: var(--vtc-gold-light);
  font-size: 0.85rem;
}

.vtc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.vtc-btn-secondary {
  border-radius: 999px;
  padding: 0.65rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 500;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background var(--vtc-transition-fast), color var(--vtc-transition-fast), border-color var(--vtc-transition-fast);
  background: transparent;
  text-decoration: none;
}

.vtc-btn-secondary:hover {
  background: #ffffff;
  color: var(--vtc-deep-blue);
  border-color: #ffffff;
}

.vtc-hero-card {
  background: rgba(5, 11, 25, 0.9);
  border-radius: var(--vtc-radius-lg);
  padding: 1.8rem 1.6rem;
  border: 1px solid rgba(234, 194, 125, 0.4);
  box-shadow: var(--vtc-card-shadow);
}

.vtc-hero-card-title {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vtc-gold-light);
  margin-bottom: 0.4rem;
}

.vtc-hero-card h2 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.vtc-hero-card p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.9rem;
}

.vtc-hero-card-list {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.1rem;
  list-style: none;
}

.vtc-hero-card-list li {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
}

.vtc-hero-card-list i {
  color: var(--vtc-gold-light);
  font-size: 0.75rem;
  margin-top: 4px;
  flex-shrink: 0;
}

.vtc-hero-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  gap: 1rem;
}

.vtc-hero-card-price {
  font-weight: 600;
  font-size: 0.9rem;
  color: #ffffff;
}

.vtc-hero-card-price span {
  font-weight: 400;
  color: var(--vtc-gold-light);
}

/* ============================================
   TRUST BADGES
   ============================================ */
.vtc-trust-badges {
  background: #ffffff;
  border-bottom: 1px solid #e3e5ec;
  padding: 1.9rem 0;
  font-family: "Poppins", sans-serif;
}

.vtc-trust-row {
  display: flex;
  gap: 2.7rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.vtc-trust-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--vtc-text-dark);
}

.vtc-trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(207, 161, 91, 0.12);
  color: var(--vtc-gold);
  font-size: 1rem;
  flex-shrink: 0;
}

.vtc-trust-item strong {
  display: block;
  font-size: 0.88rem;
}

.vtc-trust-item span {
  display: block;
  font-size: 0.78rem;
  color: var(--vtc-muted);
}

/* ============================================
   SECTIONS COMMON
   ============================================ */
.vtc-section {
  padding: 5rem 0;
  font-family: "Poppins", sans-serif;
}

.vtc-section-alt {
  background: var(--vtc-off-white);
}

.vtc-section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.vtc-eyebrow {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--vtc-gold);
  margin-bottom: 0.55rem;
  font-weight: 600;
}

.vtc-section-title {
  font-size: 2rem;
  color: var(--vtc-deep-blue-soft);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.vtc-section-subtitle {
  font-size: 0.95rem;
  color: var(--vtc-muted);
  max-width: 32rem;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================
   FEATURES / PROGRAMME
   ============================================ */
.vtc-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

.vtc-feature-card {
  background: #ffffff;
  border-radius: var(--vtc-radius-md);
  padding: 2rem 1.6rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border-top: 3px solid rgba(8, 22, 40, 0.9);
  transition: transform var(--vtc-transition-fast), box-shadow var(--vtc-transition-fast), border-color var(--vtc-transition-fast);
}

.vtc-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
  border-color: var(--vtc-gold);
}

.vtc-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(207, 161, 91, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vtc-gold);
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}

.vtc-feature-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
  color: var(--vtc-deep-blue-soft);
  font-weight: 600;
}

.vtc-feature-card p {
  font-size: 0.9rem;
  color: #5c6474;
  line-height: 1.6;
}

/* ============================================
   ROADMAP
   ============================================ */
.vtc-roadmap-section {
  background: linear-gradient(180deg, #ffffff 0%, var(--vtc-off-white) 100%);
  padding: 5rem 0;
  font-family: "Poppins", sans-serif;
}

.vtc-roadmap-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.vtc-roadmap-steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vtc-roadmap-step {
  display: flex;
  align-items: stretch;
  position: relative;
}

.vtc-step-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
}

.vtc-step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--vtc-gold-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--vtc-deep-blue);
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(207, 161, 91, 0.4);
  border: 4px solid #ffffff;
  position: relative;
  z-index: 2;
}

.vtc-step-line {
  width: 3px;
  flex-grow: 1;
  background: linear-gradient(180deg, var(--vtc-gold) 0%, var(--vtc-gold-light) 100%);
  margin: 0 auto;
}

.vtc-roadmap-step:last-child .vtc-step-line {
  display: none;
}

.vtc-step-content {
  flex: 1;
  background: #ffffff;
  padding: 1.5rem 1.8rem;
  border-radius: var(--vtc-radius-md);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border-left: 3px solid var(--vtc-gold);
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.vtc-step-content h3 {
  font-size: 1.1rem;
  color: var(--vtc-deep-blue-soft);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
}

.vtc-step-content h3 i {
  color: var(--vtc-gold);
  font-size: 1rem;
}

.vtc-step-content p {
  font-size: 0.9rem;
  color: var(--vtc-muted);
  line-height: 1.7;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.vtc-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

.vtc-review-card {
  background: #ffffff;
  border-radius: var(--vtc-radius-md);
  padding: 1.8rem 1.5rem;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.vtc-review-card::before {
  content: """;
  position: absolute;
  top: -20px;
  right: 12px;
  font-size: 5rem;
  color: rgba(207, 161, 91, 0.15);
  font-family: Georgia, serif;
  line-height: 1;
}

.vtc-stars {
  color: #f1c40f;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  letter-spacing: 2px;
}

.vtc-review-card > p {
  font-size: 0.9rem;
  color: #4b5464;
  line-height: 1.7;
  font-style: italic;
}

.vtc-client-info {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
  gap: 0.75rem;
}

.vtc-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--vtc-deep-blue-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vtc-gold);
  font-weight: 600;
  font-size: 1rem;
  flex-shrink: 0;
}

.vtc-client-info strong {
  display: block;
  font-size: 0.9rem;
  color: var(--vtc-deep-blue-soft);
}

.vtc-client-info small {
  color: var(--vtc-muted);
  font-size: 0.8rem;
}

/* ============================================
   FAQ
   ============================================ */
.vtc-faq-section {
  background: #ffffff;
  padding: 5rem 0;
  font-family: "Poppins", sans-serif;
}

.vtc-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.vtc-faq-item {
  border: 1px solid #e8eaef;
  border-radius: var(--vtc-radius-md);
  margin-bottom: 1rem;
  overflow: hidden;
  background: #ffffff;
  transition: box-shadow var(--vtc-transition-fast);
}

.vtc-faq-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.vtc-faq-question {
  width: 100%;
  padding: 1.3rem 1.5rem;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--vtc-deep-blue-soft);
  transition: color var(--vtc-transition-fast), background var(--vtc-transition-fast);
}

.vtc-faq-question:hover {
  color: var(--vtc-gold);
  background: rgba(207, 161, 91, 0.04);
}

.vtc-faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(207, 161, 91, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--vtc-transition-fast), background var(--vtc-transition-fast);
}

.vtc-faq-icon i {
  font-size: 0.75rem;
  color: var(--vtc-gold);
  transition: transform var(--vtc-transition-fast);
}

.vtc-faq-item.active .vtc-faq-icon {
  background: var(--vtc-gold);
}

.vtc-faq-item.active .vtc-faq-icon i {
  color: #ffffff;
  transform: rotate(180deg);
}

.vtc-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.vtc-faq-item.active .vtc-faq-answer {
  max-height: 400px;
}

.vtc-faq-answer-inner {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.vtc-faq-answer p {
  font-size: 0.95rem;
  color: var(--vtc-muted);
  line-height: 1.8;
}

.vtc-faq-answer strong {
  color: var(--vtc-deep-blue-soft);
}

/* ============================================
   PRICING
   ============================================ */
.vtc-pricing-section {
  background: radial-gradient(circle at top left, #233654 0%, #050914 50%, #050914 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  font-family: "Poppins", sans-serif;
}

.vtc-pricing-section::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top, rgba(234, 194, 125, 0.14) 0%, transparent 60%);
  opacity: 0.85;
  pointer-events: none;
}

.vtc-pricing-inner {
  position: relative;
  z-index: 1;
}

.vtc-pricing-section .vtc-section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.vtc-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  align-items: stretch;
}

.vtc-price-card {
  background: #ffffff;
  color: var(--vtc-text-dark);
  border-radius: var(--vtc-radius-lg);
  padding: 2.2rem 1.6rem 2rem;
  box-shadow: var(--vtc-card-shadow);
  position: relative;
  display: flex;
  flex-direction: column;
}

.vtc-price-card.premium {
  border: 2px solid var(--vtc-gold);
  transform: translateY(-10px);
}

.vtc-badge-pop {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.35rem 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border-radius: 999px;
  background: var(--vtc-gold-gradient);
  color: var(--vtc-deep-blue);
  white-space: nowrap;
}

.vtc-price-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  color: var(--vtc-deep-blue-soft);
  font-weight: 600;
}

.vtc-price-tag {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 1rem 0 0.6rem;
}

.vtc-price-tag strong {
  font-size: 2.4rem;
  color: var(--vtc-deep-blue-soft);
  line-height: 1;
}

.vtc-price-tag span {
  font-size: 0.9rem;
  color: var(--vtc-muted);
  font-weight: 500;
}

.vtc-price-note {
  font-size: 0.82rem;
  color: var(--vtc-muted);
  margin-bottom: 1.4rem;
  line-height: 1.5;
}

.vtc-features-list {
  margin-bottom: 1.7rem;
  font-size: 0.88rem;
  color: #4b5464;
  flex-grow: 1;
  list-style: none;
}

.vtc-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
  line-height: 1.5;
}

.vtc-features-list li i {
  margin-top: 4px;
  font-size: 0.8rem;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}

.vtc-features-list li i.fa-check {
  color: var(--vtc-gold);
}

.vtc-features-list li i.fa-xmark {
  color: #c4c7d0;
}

.vtc-features-list li.off {
  color: #b8bcc7;
}

.vtc-btn-outline {
  border-radius: 999px;
  border: 2px solid var(--vtc-deep-blue-soft);
  padding: 0.7rem 1.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  transition: background var(--vtc-transition-fast), color var(--vtc-transition-fast), border-color var(--vtc-transition-fast), transform var(--vtc-transition-fast);
  display: block;
  background: transparent;
  color: var(--vtc-deep-blue-soft);
  text-decoration: none;
  cursor: pointer;
}

.vtc-btn-outline:hover {
  background: var(--vtc-deep-blue-soft);
  color: #ffffff;
  border-color: var(--vtc-deep-blue-soft);
  transform: translateY(-1px);
}

.vtc-price-card .vtc-btn-cta {
  width: 100%;
  font-size: 0.85rem;
}

.vtc-pricing-help {
  margin-top: 3rem;
  text-align: center;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

/* ============================================
   CONTACT
   ============================================ */
.vtc-section-contact {
  background: #f4f5fa;
  padding: 5rem 0;
  font-family: "Poppins", sans-serif;
}

.vtc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: flex-start;
}

.vtc-contact-intro .vtc-section-title {
  text-align: left;
}

.vtc-contact-intro .vtc-section-subtitle {
  text-align: left;
  margin: 0;
}

.vtc-contact-bullets {
  list-style: none;
  margin-top: 1.6rem;
  font-size: 0.95rem;
  color: #4b5464;
}

.vtc-contact-bullets li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.vtc-contact-bullets i {
  color: var(--vtc-gold);
  font-size: 1rem;
  width: 20px;
  text-align: center;
}

.vtc-contact-card {
  background: #ffffff;
  border-radius: var(--vtc-radius-lg);
  padding: 2rem 2rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.vtc-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.vtc-form-row {
  width: 100%;
}

.vtc-form-row.two-cols {
  display: flex;
  gap: 1rem;
}

.vtc-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}

.vtc-form-field label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--vtc-deep-blue-soft);
}

.vtc-form-field input,
.vtc-form-field select,
.vtc-form-field textarea {
  border-radius: 10px;
  border: 1px solid #d2d5e0;
  padding: 0.75rem 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color var(--vtc-transition-fast), box-shadow var(--vtc-transition-fast), background var(--vtc-transition-fast);
  background: #f9fafc;
  width: 100%;
}

.vtc-form-field input:focus,
.vtc-form-field select:focus,
.vtc-form-field textarea:focus {
  border-color: var(--vtc-gold);
  box-shadow: 0 0 0 3px rgba(207, 161, 91, 0.2);
  background: #ffffff;
}

.vtc-form-field select {
  background-image:
    linear-gradient(45deg, transparent 50%, #9aa0b2 50%),
    linear-gradient(135deg, #9aa0b2 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  appearance: none;
  cursor: pointer;
}

.vtc-form-footer {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: flex-start;
  margin-top: 0.5rem;
}

.vtc-form-footer .vtc-btn-cta {
  padding: 0.85rem 2rem;
}

.vtc-form-note {
  font-size: 0.75rem;
  color: var(--vtc-muted);
  max-width: 24rem;
  line-height: 1.5;
}

.vtc-form-success {
  background: rgba(207, 161, 91, 0.1);
  border: 1px solid var(--vtc-gold);
  border-radius: var(--vtc-radius-md);
  padding: 1.5rem;
  text-align: center;
}

.vtc-form-success i {
  font-size: 2rem;
  color: var(--vtc-gold);
  margin-bottom: 0.5rem;
}

.vtc-form-success h3 {
  color: var(--vtc-deep-blue-soft);
  margin-bottom: 0.5rem;
}

.vtc-form-success p {
  color: var(--vtc-muted);
  font-size: 0.9rem;
}

/* ============================================
   FOOTER
   ============================================ */
.vtc-footer {
  background: #050914;
  color: #b3b8c5;
  padding: 3rem 0 1.5rem;
  font-size: 0.85rem;
  font-family: "Poppins", sans-serif;
}

.vtc-footer-inner {
  text-align: center;
}

.vtc-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.vtc-footer-logo img {
  height: 70px;
  width: auto;
}

.vtc-footer-links {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: #8b91a2;
  list-style: none;
}

.vtc-footer-links a {
  font-size: 0.85rem;
  transition: color var(--vtc-transition-fast);
  color: #8b91a2;
  text-decoration: none;
}

.vtc-footer-links a:hover {
  color: var(--vtc-gold);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
  .vtc-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .vtc-hero-card {
    max-width: 420px;
    margin-top: 1.4rem;
  }

  .vtc-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vtc-price-card.premium {
    grid-column: span 2;
    max-width: 400px;
    margin: 0 auto;
    transform: none;
  }

  .vtc-features-grid,
  .vtc-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vtc-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .vtc-header-inner {
    gap: 1rem;
  }

  .vtc-main-nav {
    position: absolute;
    inset: var(--vtc-header-height) 1.5rem auto 1.5rem;
    background: rgba(8, 22, 40, 0.98);
    border-radius: 16px;
    padding: 1.3rem 1.3rem 1.1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity var(--vtc-transition-fast), transform var(--vtc-transition-fast);
  }

  .vtc-header.nav-open .vtc-main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .vtc-btn-header {
    display: none !important;
  }

  .vtc-nav-toggle {
    display: inline-flex;
  }

  .vtc-hero {
    padding: 4.5rem 0 3.5rem;
  }

  .vtc-hero-copy h1 {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }

  .vtc-hero-card {
    margin-inline: auto;
  }

  .vtc-trust-row {
    justify-content: flex-start;
    gap: 1.5rem;
  }

  .vtc-features-grid,
  .vtc-testimonials-grid,
  .vtc-pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vtc-price-card.premium {
    grid-column: span 1;
    transform: none;
  }

  .vtc-form-row.two-cols {
    flex-direction: column;
  }

  .vtc-step-marker {
    width: 60px;
  }

  .vtc-step-number {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }

  .vtc-step-content {
    margin-left: 1rem;
    padding: 1.2rem 1.4rem;
  }

  .vtc-section,
  .vtc-roadmap-section,
  .vtc-faq-section,
  .vtc-pricing-section,
  .vtc-section-contact {
    padding: 4rem 0;
  }

  .vtc-section-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .vtc-brand img {
    height: 38px;
  }

  .vtc-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .vtc-btn-cta,
  .vtc-btn-secondary {
    justify-content: center;
  }

  .vtc-trust-badges {
    padding-block: 1.4rem;
  }

  .vtc-trust-item {
    flex-basis: 100%;
  }

  .vtc-faq-question {
    font-size: 0.95rem;
    padding: 1.1rem 1.2rem;
  }

  .vtc-faq-answer-inner {
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
}
