
@media (min-width: 992px) {
  .logo-center-desktop { position: absolute; left: 50%; transform: translateX(-50%); }
  .navbar .container { position: relative; }
}
body { display: flex; flex-direction: column; min-height: 100vh; }
.main-content { flex: 1; }

.skeleton-nav { display: flex; gap: 8px; align-items: center; }
.skeleton-nav .sk-btn {
  height: 36px; border-radius: 8px;
  background: linear-gradient(90deg, #d4d4d4 25%, #ebebeb 50%, #d4d4d4 75%);
  background-size: 200% 100%; animation: sk-shimmer 1.2s infinite;
}
.skeleton-nav .sk-btn:first-child { width: 130px; }
.skeleton-nav .sk-btn:last-child  { width: 90px; }
@keyframes sk-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.promo-hero { position: relative; padding: 8rem 0 6rem; overflow: hidden; background: #0b0f0d; }
.promo-hero > .container { position: relative; z-index: 3; }

.hero-carousel, .hero-carousel .carousel-inner, .hero-carousel .carousel-item {
  position: absolute; inset: 0; height: 100%;
}
.hero-carousel { z-index: 1; }
.hero-carousel .carousel-item img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.hero-scrim {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,12,10,.92) 0%, rgba(8,12,10,.78) 45%, rgba(8,12,10,.55) 100%),
    linear-gradient(0deg,  rgba(8,12,10,.75) 0%, rgba(8,12,10,.25) 55%);
}

.gc-logo-chip {
  display: inline-flex; align-items: center; gap: .85rem;
  background: #fff; border-radius: 16px;
  padding: .7rem 1.15rem;
  box-shadow: 0 8px 28px rgba(0,0,0,.35);
}
.gc-logo-chip img { height: 46px; width: auto; display: block; }
.gc-logo-year {
  font-size: 1.05rem; font-weight: 800; color: #4b5563;
  letter-spacing: .5px; line-height: 1;
  padding-left: .85rem; border-left: 2px solid #e5e7eb;
}

.promo-title {
  color: #cbd5e1; font-weight: 800; line-height: 1.06;
  font-size: clamp(2.3rem, 5.5vw, 4rem); margin: 1.4rem 0 1rem;
  text-shadow: 0 2px 18px rgba(0,0,0,.45);
}
.promo-title .accent { color: #f9fafb; }

.section-badge {
  display: inline-block; font-size: .7rem !important; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: .5rem 1rem !important; border-radius: 999px;
}
.promo-sub {
  color: #cbd5e1; font-size: 1.06rem; max-width: 620px;
  text-shadow: 0 1px 10px rgba(0,0,0,.4);
}

.hero-credit {
  position: absolute; right: 12px; bottom: 8px; z-index: 3;
  font-size: .62rem; color: rgba(203,213,225,.55); text-align: right;
}
.hero-credit a { color: rgba(203,213,225,.75); text-decoration: underline; }

.code-card {
  background: rgba(17,24,20,.62);
  border: 1px solid rgba(203,213,225,.22);
  border-radius: 22px;
  padding: 2rem 1.75rem;
  backdrop-filter: blur(10px);
  text-align: center;
}
.code-label {
  color: #9ca3af; font-size: .72rem;
  letter-spacing: 2px; text-transform: uppercase; font-weight: 700;
}
.code-value {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  font-size: clamp(1.5rem, 4vw, 2.15rem); font-weight: 800; color: #e5e7eb;
  letter-spacing: 2px; margin: .65rem 0 .3rem; word-break: break-all;
}
.code-copy {
  border: 1px solid rgba(203,213,225,.38); background: transparent; color: #cbd5e1;
  border-radius: 10px; padding: .45rem 1.1rem; font-size: .82rem; font-weight: 600;
  cursor: pointer; transition: background .16s, border-color .16s, color .16s;
}
.code-copy:hover { background: rgba(203,213,225,.14); color: #e5e7eb; }
.code-copy.copied { background: #e5e7eb; color: #1f2937; border-color: #e5e7eb; }

.price-strike { color: #6b7280; text-decoration: line-through; font-size: 1.15rem; }
.price-now    { color: #e5e7eb; font-size: 2.4rem; font-weight: 800; line-height: 1; }
.price-per    { color: #9ca3af; font-size: .85rem; font-weight: 600; }

.step-card {
  background: #fff; border-radius: 18px; padding: 1.75rem 1.5rem; height: 100%;
  box-shadow: 0 4px 24px rgba(0,0,0,.07); border: 1px solid #eef1ef;
  transition: transform .18s, box-shadow .18s;
}
.step-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.10); }
.step-num {
  width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #fff; font-weight: 800; font-size: 1.05rem;
  display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}

.apply-card {
  background: #fff; border-radius: 22px; padding: 2.5rem;
  box-shadow: 0 8px 40px rgba(0,0,0,.09); border: 1px solid #eef1ef;
}
.apply-locked { position: relative; }
.apply-locked .apply-fields { filter: blur(3px); opacity: .5; pointer-events: none; user-select: none; }
.apply-lock-overlay {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .9rem; text-align: center; padding: 1.5rem;
}
.apply-lock-icon {
  width: 62px; height: 62px; border-radius: 50%;
  background: #eaf7ed; color: #16a34a;
  display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
}

.apply-card .form-control {
  color: #212529;
  background-color: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 10px;
  padding: .62rem .9rem;
  font-size: .9rem;
  line-height: 1.5;
  transition: border-color .2s, box-shadow .2s;
}
.apply-card .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22,163,74,.12);
}
.apply-card .form-control::placeholder { color: #9ca3af; opacity: 1; }
.apply-card textarea.form-control { resize: vertical; min-height: 110px; }

.apply-card select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 5.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .85rem center;
  background-size: 12px;
  padding-right: 2.3rem;
}

.apply-card .form-check-input {
  border: 1px solid #cbd5e1 !important;
  background-color: #fff !important;
  background-image: none !important;
}
.apply-card .form-check-input:checked {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 76% !important;
}
.apply-card .form-check-input:focus {
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22,163,74,.12);
}

.form-help { font-size: .76rem; color: #8a8a8a; margin-top: .28rem; }
.readonly-pill {
  background: #f4f6f5; border: 1px solid #e6e9e7; border-radius: 10px;
  padding: .62rem .9rem; font-size: .88rem; color: #444;
  display: flex; align-items: center; gap: .5rem;
}
.readonly-pill .material-symbols-rounded { font-size: 1.05rem; color: #16a34a; }

.code-preview-box {
  background: #111816; border-radius: 14px; padding: 1.1rem 1.25rem; text-align: center;
}
.code-preview-box .cp-label {
  color: #9ca3af; font-size: .68rem; letter-spacing: 1.6px;
  text-transform: uppercase; font-weight: 700;
}
.code-preview-box .cp-code {
  font-family: 'SFMono-Regular', Consolas, monospace;
  color: #e5e7eb; font-size: 1.18rem; font-weight: 800; letter-spacing: 1.5px;
  margin-top: .35rem; word-break: break-all;
}

.unique-note {
  display: flex; gap: .9rem; align-items: flex-start;
  background: #f7faf8; border: 1px solid #e3ebe6;
  border-left: 4px solid #16a34a;
  border-radius: 14px; padding: 1.05rem 1.15rem;
}
.unique-note .unique-icon {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%;
  background: #eaf7ed; color: #16a34a;
  display: flex; align-items: center; justify-content: center;
}
.unique-note strong { color: #374151; font-size: .92rem; }

.status-banner { border-radius: 18px; padding: 2rem; border-left: 5px solid; }
.status-pending  { background: #fff8e6; border-color: #f59e0b; }
.status-approved { background: #eaf7ed; border-color: #16a34a; }
.status-rejected { background: #fdecec; border-color: #dc3545; }

.fine-print { font-size: .78rem; color: #8a8a8a; line-height: 1.65; }
