/********** Custom Theme CSS **********/
:root {
  --primary: #f4b860;
  --secondary: #f7ead1;
  --light: #f4efe7;
  --dark: #0a101b;
  --muted: #a7b1c2;
  --surface: #121a29;
  --surface-alt: #172133;
  --border: rgba(255, 255, 255, 0.08);
  --navbar-height: 88px;
}

@media (max-width: 991.98px) {
  .main-navbar .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  .main-navbar .navbar-collapse.collapse.show {
    display: block !important;
  }
}

.pricing-featured-copy {
  color: #14304a;
  font-weight: 600;
  line-height: 1.7;
}

.pricing-card.featured .pricing-commitment,
.pricing-card.featured strong {
  color: #0f2a43;
  font-weight: 800;
}

.contact-info-value,
.contact-info-item h5,
.contact-info-item strong,
.contact-info-item a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body {
  font-family: "Heebo", sans-serif;
  color: var(--muted);
  background-color: #09101a;
}

body {
  padding-top: var(--navbar-height);
}

.hero-header {
  padding-top: 6rem;
}

@media (max-width: 991.98px) {
  :root {
    --navbar-height: 92px;
  }

  body {
    padding-top: calc(var(--navbar-height) + 12px);
  }

  .hero-header {
    padding-top: 5rem;
  }
}

@media (max-width: 575.98px) {
  :root {
    --navbar-height: 88px;
  }

  body {
    padding-top: calc(var(--navbar-height) + 12px);
  }

  .hero-header {
    padding-top: 4.5rem;
  }
}

.page-shell {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1320px;
}

a {
  color: var(--primary);
}

a:hover {
  color: #ffca7d;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

h1,
h2,
.fw-bold {
  font-weight: 800 !important;
  color: #ffffff;
}

h3,
h4,
.fw-semi-bold {
  font-weight: 700 !important;
  color: #ffffff;
}

h5,
h6,
.fw-medium {
  font-weight: 600 !important;
  color: #ffffff;
}

p {
  line-height: 1.7;
}

.text-body,
.text-muted,
.pricing-note,
.faq-accordion .accordion-body,
.footer p {
  color: var(--muted) !important;
}

.section-kicker,
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
}

.section-kicker::before,
.hero-label::before {
  content: "";
  width: 42px;
  height: 2px;
  background: currentColor;
  opacity: 0.7;
}

.section-kicker {
  color: var(--primary);
  margin-bottom: 1rem;
}

.hero-label {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 1rem;
}

/* Stacked brand / logo text */
.brand-stack {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}

.brand-stack .brand-main {
  color: #ffffff;
  font-family: var(--heading-font, inherit);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand-stack .brand-sub {
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

/*** Buttons ***/
.btn {
  transition: 0.35s;
  font-weight: 600;
}

.btn:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.btn.btn-primary {
  color: #0d1522;
  background: var(--primary);
  border-color: var(--primary);
}

.btn.btn-primary:hover {
  color: #0d1522;
  background: #ffc977;
  border-color: #ffc977;
}

.btn.btn-light {
  color: #0d1522;
}

.btn.btn-outline-light:hover {
  color: #0d1522;
}

.btn.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn.btn-outline-primary:hover {
  color: #0d1522;
  background: var(--primary);
  border-color: var(--primary);
}

.btn-square {
  width: 42px;
  height: 42px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 50px;
  height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Hero ***/
.hero-header {
  margin-bottom: 0;
  padding: 10rem 0 7rem;
  background:
    radial-gradient(
      circle at top right,
      rgba(244, 184, 96, 0.16),
      transparent 22%
    ),
    linear-gradient(135deg, rgba(8, 13, 23, 0.98), rgba(12, 21, 35, 0.94)),
    url(../img/bg-bottom.png) center bottom / cover no-repeat;
  background-color: #09101a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-header .container {
  max-width: 1400px;
}

.hero-header h1 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1.05;
  color: #ffffff;
}

.hero-copy {
  font-size: 1.12rem;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.78);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.hero-visual img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.hero-visual-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 240px;
  padding: 14px 16px;
  border-radius: 18px;
  color: #ffffff;
  background: rgba(9, 16, 26, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  line-height: 1.5;
}

.trust-strip {
  position: relative;
  z-index: 2;
  padding: 4rem 0;
  margin-top: 0;
  background: #182235;
}

.trust-strip .balanced-grid {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .trust-strip {
    padding: 3.5rem 0;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .trust-strip {
    padding: 3rem 0;
  }
}

/*** Section Backgrounds ***/
.section-dark,
.section-dark-alt,
.section-charcoal,
.section-performance {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-dark {
  background: #0b111b;
}

.section-dark-alt {
  background: #0f1724;
}

.section-charcoal {
  background: #111a29;
}

.section-performance {
  background:
    radial-gradient(
      circle at left top,
      rgba(244, 184, 96, 0.14),
      transparent 20%
    ),
    linear-gradient(180deg, #0f1724 0%, #111c2c 100%);
}

/*** Cards and Surfaces ***/
.feature-item,
.advanced-feature-item,
.portfolio-card,
.performance-card,
.service-highlight,
.faq-accordion .accordion-item {
  transition: 0.35s;
}

.feature-item,
.advanced-feature-item,
.portfolio-card,
.faq-accordion .accordion-item {
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

/* Portfolio polish */
.portfolio-card .p-4 {
  min-height: 235px;
  display: flex;
  flex-direction: column;
}

.portfolio-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 767.98px) {
  .portfolio-card .btn {
    align-self: stretch;
  }
}

.trust-card {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-item:hover,
.portfolio-card:hover {
  transform: translateY(-6px);
}

.advanced-feature-item:hover {
  background: #182235;
  border-color: rgba(244, 184, 96, 0.24);
  transform: translateY(-6px);
}

.advanced-feature-item:hover * {
  color: #ffffff !important;
}

.service-highlight {
  padding: 2.5rem;
  background: linear-gradient(180deg, #131d2d 0%, #1a2640 100%);
  border-radius: 28px;
  color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-highlight h5,
.service-highlight p {
  color: #ffffff;
}

.why-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.why-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 500;
}

.why-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
}

/*** Price ***/
.price-item {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  border: 1px solid var(--border);
  background: var(--surface);
  transition: 0.35s;
}

.price-item .d-flex i {
  flex: 0 0 20px;
  width: 20px;
  text-align: center;
}

.price-item:hover {
  transform: translateY(-8px);
}

.price-block {
  margin-top: 1.5rem;
}

.price-line {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  line-height: 1;
}

.price-dollar {
  font-size: 1.65rem;
  font-weight: 800;
  color: #ffffff;
  margin-top: 8px;
}

.price-amount {
  font-size: clamp(3rem, 5vw, 4.25rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.95;
}

.price-term {
  font-size: 1.1rem;
  font-weight: 700;
  align-self: flex-end;
  margin-left: 4px;
  margin-bottom: 8px;
}

.price-note {
  margin-top: 0.85rem;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.45;
}

.price-note-dark {
  color: rgba(13, 21, 34, 0.75);
  font-weight: 700;
}

.featured-plan {
  transform: scale(1.01);
}

/*** Performance ***/
.performance-intro {
  max-width: 780px;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.balanced-grid {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.performance-grid {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.performance-card {
  height: 100%;
  min-height: 255px;
  padding: 2.4rem 2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.performance-card i {
  color: var(--primary) !important;
}

.performance-card h5 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

.performance-card p {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

/* Tablet: center the orphan third card */
@media (min-width: 768px) and (max-width: 991.98px) {
  .performance-card-center {
    margin-left: auto;
    margin-right: auto;
  }

  .performance-card {
    min-height: 235px;
  }

  .center-last-md {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Prevent giant sections from feeling too padded on tablet */
@media (max-width: 991.98px) {
  .py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .my-6 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .hero-header {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .hero-header h1 {
    font-size: clamp(2.25rem, 11vw, 3.3rem);
  }

  .section-kicker,
  .hero-label {
    font-size: 0.76rem;
  }

  .section-kicker::before,
  .hero-label::before {
    width: 28px;
  }

  .btn {
    width: 100%;
  }

  .navbar .btn {
    width: auto;
  }
}

/* Image frame used in Why Work With Us */
.image-frame {
  padding: 14px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.25);
}

.image-frame img {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 20px;
}

/*** FAQ ***/
.faq-accordion .accordion-item {
  overflow: hidden;
  margin-bottom: 18px;
}

.faq-accordion .accordion-button {
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  color: #ffffff;
  background: var(--surface);
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: var(--surface-alt);
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/*** Forms ***/
.form-floating > .form-control,
.form-floating > .form-select {
  height: 58px;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.08);
  background: #121a29;
  color: #ffffff;
}

.form-floating > textarea.form-control {
  height: 150px !important;
}

.form-floating > label {
  color: #94a0b5;
}

.form-control:focus {
  border-color: rgba(244, 184, 96, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(244, 184, 96, 0.15);
  background: #121a29;
  color: #ffffff;
}

/*** Footer ***/
.footer {
  padding-top: 3rem;
  background: #070c14 !important;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 40px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: #0d1522;
  border-color: var(--primary);
  background: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.66);
  font-weight: normal;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
  color: var(--light);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright,
.footer p,
.footer .footer-menu a {
  color: rgba(255, 255, 255, 0.66);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
  color: var(--primary);
}

@media (max-width: 767.98px) {
  .py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .service-highlight,
  .performance-card,
  .trust-card {
    padding: 1.5rem;
  }

  .hero-trust {
    flex-direction: column;
    gap: 10px;
  }
}

/*** Portfolio ***/
.portfolio-grid {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-card {
  height: 100%;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  transition: 0.35s;
}

.portfolio-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 184, 96, 0.22);
}

.portfolio-card-img {
  position: relative;
  display: block;
  height: 245px;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  background: #07090e;
  text-decoration: none;
}

.portfolio-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: 0.45s;
}

.portfolio-card:hover .portfolio-card-img img {
  transform: scale(1.04);
}

.portfolio-mini-preview {
  position: relative;
  min-height: 245px;
  display: block;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.6)),
    linear-gradient(135deg, #172338 0%, #263a5f 100%);
}

.portfolio-mini-preview::before {
  content: "";
  position: absolute;
  inset: 24px 24px 0;
  border-radius: 18px 18px 0 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.portfolio-mini-preview::after {
  content: "";
  position: absolute;
  left: 44px;
  right: 44px;
  top: 58px;
  height: 92px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(235, 22, 22, 0.95) 0 8px, transparent 8px),
    repeating-linear-gradient(180deg, #11151d 0 12px, transparent 12px 24px);
  opacity: 0.9;
}

.portfolio-mini-consulting {
  background:
    radial-gradient(
      circle at top right,
      rgba(76, 201, 240, 0.24),
      transparent 30%
    ),
    linear-gradient(135deg, #172338 0%, #263a5f 100%);
}

.portfolio-mini-agency {
  background:
    radial-gradient(
      circle at top right,
      rgba(244, 184, 96, 0.22),
      transparent 30%
    ),
    linear-gradient(135deg, #13201f 0%, #244440 100%);
}

.portfolio-preview-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 9, 15, 0.72));
  opacity: 0;
  transition: 0.35s;
}

.portfolio-preview-overlay span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  color: #0d1522;
  background: var(--primary);
  font-weight: 800;
  font-size: 0.9rem;
}

.portfolio-card-img:hover .portfolio-preview-overlay {
  opacity: 1;
}

.portfolio-content {
  min-height: 270px;
  display: flex;
  flex-direction: column;
}

.portfolio-tag {
  margin-bottom: 0.75rem;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-actions {
  margin-top: auto;
}

.portfolio-card-muted {
  opacity: 0.88;
}

.portfolio-status-pill {
  position: absolute;
  z-index: 6;
  top: 18px;
  left: 18px;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  color: #0d1522;
  background: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-note {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .center-last-md {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .portfolio-card-img,
  .portfolio-mini-preview {
    height: 220px;
    min-height: 220px;
  }

  .portfolio-content {
    min-height: auto;
  }

  .portfolio-actions .btn {
    width: 100%;
  }
}

/* Process section */
.process-card {
  position: relative;
  padding: 2rem;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  transition: 0.35s;
}

.process-card:hover {
  transform: translateY(-6px);
  background: #182235;
  border-color: rgba(244, 184, 96, 0.24);
}

.process-number {
  display: inline-flex;
  margin-bottom: 1.25rem;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.process-card h5 {
  margin-bottom: 1rem;
}

.process-card p {
  margin-bottom: 0;
  color: var(--muted);
}

/* Contact form card */
.contact-form-card {
  padding: 2rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

/* Performance */
.performance-intro {
  max-width: 780px;
}

.performance-grid {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.performance-card {
  height: 100%;
  min-height: 255px;
  padding: 2.4rem 2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.performance-card i {
  color: var(--primary) !important;
}

.performance-card h5 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

.performance-card p {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .performance-card {
    min-height: 235px;
  }
}

@media (max-width: 767.98px) {
  .performance-card,
  .process-card,
  .contact-form-card,
  .service-highlight,
  .trust-card {
    padding: 1.5rem;
  }

  .performance-card {
    min-height: auto;
  }

  .image-frame img {
    min-height: 240px;
  }
}

.section-separator {
  background: #182235;
  height: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
  .section-separator {
    height: 4rem;
  }
}

@media (max-width: 767.98px) {
  .section-separator {
    height: 3rem;
  }
}

/* Static fixed navbar
   Replace the old sticky/scrolling navbar behavior with a locked top navbar. */
:root {
  --navbar-height: 88px;
}

html,
body {
  margin: 0;
  overflow-x: hidden;
}

body {
  padding-top: var(--navbar-height) !important;
}

.main-navbar,
.navbar.main-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  min-height: var(--navbar-height);
  background: #0c1422;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transition: none !important;
  transform: none !important;
  animation: none !important;
  will-change: auto !important;
}

.main-navbar.is-scrolled,
.main-navbar.shadow-sm,
.main-navbar.sticky-top,
.sticky-top.main-navbar,
.navbar.main-navbar.is-scrolled,
.navbar.main-navbar.shadow-sm,
.navbar.main-navbar.sticky-top,
.sticky-top.navbar.main-navbar {
  position: fixed !important;
  top: 0 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.main-navbar .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 20px 0;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  outline: none;
  transition: color 0.2s ease;
}

.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.main-navbar .navbar-collapse {
  background: #0c1422;
}

.navbar .navbar-toggler,
.main-navbar .navbar-toggler {
  border-color: rgba(244, 184, 96, 0.28);
}

.navbar .navbar-toggler:focus,
.main-navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(244, 184, 96, 0.22);
}

.navbar .navbar-toggler-icon,
.main-navbar .navbar-toggler-icon {
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background-image: none !important;
  background-color: var(--primary);
}

.navbar .navbar-toggler-icon::before,
.navbar .navbar-toggler-icon::after,
.main-navbar .navbar-toggler-icon::before,
.main-navbar .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background-color: var(--primary);
}

.navbar .navbar-toggler-icon::before,
.main-navbar .navbar-toggler-icon::before {
  top: -7px;
}

.navbar .navbar-toggler-icon::after,
.main-navbar .navbar-toggler-icon::after {
  top: 7px;
}

.back-to-top {
  display: none !important;
}

@media (max-width: 991.98px) {
  :root {
    --navbar-height: 104px;
  }

  .main-navbar,
  .navbar.main-navbar {
    align-items: center;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    min-height: var(--navbar-height);
  }

  .main-navbar .navbar-toggler {
    flex-shrink: 0;
  }

  .main-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 1rem;
    right: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  }

  .main-navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 0.8rem 0;
  }

  .main-navbar .btn {
    width: 100%;
    margin-top: 0.75rem;
  }

  .hero-header {
    padding: 5rem 0 5rem;
  }
}

@media (max-width: 575.98px) {
  :root {
    --navbar-height: 104px;
  }

  .brand-stack .brand-main {
    font-size: 1.35rem;
  }

  .brand-stack .brand-sub {
    font-size: 0.72rem;
    letter-spacing: 0.28em;
  }

  .hero-header {
    padding: 4.5rem 0 4.5rem;
  }
}

/*** Free Review Section ***/
.section-review {
  background: linear-gradient(180deg, #0b1320 0%, #101b2d 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section-review h1,
.section-review h5 {
  color: #ffffff;
}

.section-review p {
  color: rgba(255, 255, 255, 0.68);
}

.review-checklist {
  display: grid;
  gap: 1rem;
}

.review-check-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  border: 1px solid rgba(244, 184, 96, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.review-check-item i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0d1522;
  background: var(--primary);
}

.review-check-item h5 {
  margin-bottom: 0.35rem;
}

.review-check-item p {
  margin-bottom: 0;
}

.footer-contact-mini p {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 575.98px) {
  .review-check-item {
    grid-template-columns: 1fr;
  }
}

/* Contact form honeypot: hidden anti-spam field for FormSubmit */
.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/*** Thank You Page ***/
.thank-you-section {
  min-height: calc(100vh - var(--navbar-height));
  display: flex;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.thank-you-card {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(16, 24, 40, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.thank-you-icon {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0b1220;
  background: var(--primary);
  font-size: 1.8rem;
}

.thank-you-copy {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.8;
}

.thank-you-next-steps {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.thank-you-next-steps h5,
.thank-you-next-steps strong {
  color: #ffffff;
}

.thank-you-next-steps p {
  color: rgba(255, 255, 255, 0.64);
}

/* Fix pricing top-section alignment using current HTML */
#pricing .price-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

#pricing .price-item > .bg-dark,
#pricing .price-item > .bg-primary {
  min-height: 375px;
  display: flex;
  flex-direction: column;
}

#pricing .price-item .price-block {
  margin-top: 1.75rem;
}

#pricing .price-item > .p-4 {
  flex: 1;
}

@media (max-width: 991.98px) {
  #pricing .price-item > .bg-dark,
  #pricing .price-item > .bg-primary {
    min-height: auto;
  }
}
