/* Premium startup landing overrides for index page */

:root {
  --luxe-bg: #0b101a;
  --luxe-bg-soft: #101827;
  --luxe-surface: rgba(255, 255, 255, 0.06);
  --luxe-surface-strong: rgba(255, 255, 255, 0.1);
  --luxe-text: #f2f4f8;
  --luxe-text-muted: #b8c1d1;
  --luxe-accent: #8f8674;
  --luxe-accent-soft: #d8d1c5;
  --luxe-border: rgba(255, 255, 255, 0.18);
  --luxe-shadow: 0 25px 60px rgba(2, 8, 24, 0.45);
}

.luxury-startup #wrap.boxed {
  max-width: 100%;
  margin: 0;
  box-shadow: none;
}

.luxury-startup .container,
.luxury-startup .container-m-30 {
  width: min(1180px, calc(100% - 48px));
}

body {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: #1e2433;
  background: #0a0f19;
}

body.luxury-startup {
  background: #0a0f19 !important;
}

html,
body {
  min-height: 100%;
  overscroll-behavior-y: none;
}

html {
  background: #0a0f19 !important;
}

html,
body.luxury-startup {
  margin: 0;
  padding: 0;
}

body.luxury-startup,
body.luxury-startup #wrap,
body.luxury-startup #wrap > .grey-bg {
  background-color: #0a0f19 !important;
}

body.luxury-startup {
  min-height: 100dvh;
}

body.luxury-startup #wrap,
body.luxury-startup #wrap > .grey-bg {
  min-height: 100dvh;
}

.luxury-startup #wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.luxury-startup #wrap > .grey-bg {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.header-1 {
  background: rgba(11, 16, 26, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#main-menu .navbar .nav > li > a {
  color: rgba(244, 247, 255, 0.88);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#main-menu .navbar .nav > li:hover > a,
#main-menu .navbar .nav > li.active > a {
  color: #ffffff;
  border-bottom-color: var(--luxe-accent);
}

#hero-modern {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 15% 18%, rgba(197, 139, 58, 0.18), transparent 38%),
    radial-gradient(circle at 83% 80%, rgba(74, 125, 225, 0.2), transparent 35%),
    linear-gradient(140deg, #0a101a 0%, #131c2b 55%, #111727 100%);
  overflow: hidden;
  padding: 140px 0 90px;
}

#hero-modern::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15));
  pointer-events: none;
}

.hero-gradient-orb {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  z-index: 1;
}

.hero-gradient-orb-left {
  top: -80px;
  left: -100px;
  background: radial-gradient(circle, rgba(197, 139, 58, 0.52) 0%, rgba(197, 139, 58, 0) 70%);
}

.hero-gradient-orb-right {
  bottom: -120px;
  right: -60px;
  background: radial-gradient(circle, rgba(85, 136, 241, 0.45) 0%, rgba(85, 136, 241, 0) 70%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 980px;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #c8c1b6;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 12px;
  font-weight: 700;
}

.hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.1;
  color: #ffffff;
  margin: 0 auto 20px;
  max-width: 980px;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  color: var(--luxe-text-muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 760px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 36px 0;
  flex-wrap: wrap;
}

.hero-btn {
  border-radius: 999px;
  padding: 13px 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  text-transform: none;
}

.hero-btn,
.hero-btn:hover,
.hero-btn:focus {
  text-decoration: none;
}

.hero-btn.smooth-scroll,
.hero-btn {
  background: linear-gradient(120deg, #6e7892 0%, #7f8ba8 100%);
  color: #f6f8ff;
  box-shadow: 0 14px 26px rgba(40, 52, 82, 0.32);
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(40, 52, 82, 0.38);
}

.hero-btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  box-shadow: none;
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero-metrics {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.metric-pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 12px 18px;
  min-width: 180px;
  backdrop-filter: blur(4px);
}

.metric-number {
  display: block;
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
}

.metric-label {
  display: block;
  color: var(--luxe-text-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.scroll-down {
  z-index: 3;
}

.about-luxe-section,
.products-luxe-section {
  background:
    radial-gradient(circle at top right, rgba(72, 110, 185, 0.08), transparent 45%),
    linear-gradient(180deg, #f6f8fc 0%, #f0f4fb 100%);
  padding-top: 96px;
  padding-bottom: 96px;
}

.services-luxe-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(197, 139, 58, 0.16), transparent 42%),
    linear-gradient(160deg, #0c1320 0%, #131f33 100%);
  padding-top: 96px;
  padding-bottom: 96px;
}

.services-luxe-section .row {
  margin-bottom: 16px;
}

.services-luxe-section .row:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .services-luxe-section .row {
    display: flex;
    flex-wrap: wrap;
  }
  .services-luxe-section .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .services-luxe-section .row > [class*="col-"] > .fes4-box {
    height: 100%;
  }
  .services-luxe-section .luxe-service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }
  .services-luxe-section .luxe-service-card > div:last-child {
    flex: 1 1 auto;
  }
}

.luxe-title-wrap {
  margin-bottom: 34px;
}

.section-kicker {
  color: #7f8baa;
  letter-spacing: 0.16em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.services-luxe-section .section-kicker,
.contact-luxe-section .section-kicker {
  color: #c3bdaf;
}

.luxe-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.12;
  color: #0f1828;
  text-transform: none;
}

.luxe-subcopy {
  margin: 18px auto 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: #5b667f;
}

.luxe-feature-grid {
  margin-top: 16px;
}

.luxe-feature-grid {
  display: flex;
  flex-wrap: wrap;
}

.luxe-feature-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 20px;
}

.luxe-feature-card {
  background: #ffffff;
  border: 1px solid rgba(20, 35, 62, 0.08);
  border-radius: 20px;
  padding: 26px 22px;
  box-shadow: 0 12px 30px rgba(8, 26, 58, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 245px;
  width: 100%;
  height: 100%;
}

.luxe-feature-card.fes1-box {
  padding: 26px 22px;
}

.luxe-feature-card .fes1-box-icon {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
}

.luxe-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(8, 26, 58, 0.14);
}

.luxe-feature-card .icon {
  color: #7f879d;
  font-size: 36px;
}

.luxe-feature-card h3 {
  margin-top: 18px;
  color: #121b2e;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.luxe-feature-card p {
  color: #5f6a84;
  margin-top: 10px;
  line-height: 1.7;
}

.services-luxe-section .section-title,
.services-luxe-section h3,
.services-luxe-section .icon,
.services-luxe-section p {
  color: #edf2fc;
}

.services-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #afbdd7;
  margin-top: 10px;
}

.luxe-service-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 26px 22px;
  min-height: 340px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.luxe-service-card .fes4-title-cont {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 2px;
  padding-left: 0;
  padding-bottom: 14px;
  align-items: start;
}

.luxe-service-card .fes4-box-icon {
  position: static;
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.luxe-service-card .fes4-title-cont h3,
.luxe-service-card .fes4-title-cont > p {
  margin: 0;
}

.luxe-service-card .fes4-title-cont > p {
  margin-top: 4px;
}

.luxe-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(142, 152, 174, 0.48);
}

.luxe-service-card .fes4-box-icon .icon {
  color: #95a0bb;
  font-size: 32px;
}

.luxe-service-card h3 {
  font-size: 17px;
  margin: 14px 0 6px;
}

.luxe-service-card p {
  color: #b8c4d8;
  line-height: 1.7;
}

.products-luxe-section .product-card-compact {
  border: 1px solid rgba(21, 44, 84, 0.12);
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(15, 29, 58, 0.08);
}

.products-luxe-section .product-card-compact:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 45px rgba(15, 29, 58, 0.14);
}

.product-chip {
  display: inline-block;
  margin-bottom: 12px;
  border: 1px solid rgba(126, 138, 163, 0.5);
  color: #596482;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.products-luxe-section .product-compact-info h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: #121a2f;
  font-size: 24px;
  line-height: 1.25;
  margin-top: 0;
}

.products-luxe-section .product-compact-description {
  color: #59647c;
  font-size: 16px;
}

.products-luxe-section .product-compact-btn {
  border-radius: 999px;
  border-color: #1e2942;
  color: #1e2942;
  padding: 10px 22px;
}

.products-luxe-section .product-compact-btn:hover {
  background: #1e2942;
  color: #ffffff;
}

.contact-luxe-section {
  background:
    radial-gradient(circle at 20% 10%, rgba(197, 139, 58, 0.2), transparent 42%),
    linear-gradient(150deg, #0d141f 0%, #141f30 100%);
  padding-top: 96px;
  padding-bottom: 96px;
}

.contact-title {
  color: #ffffff;
  margin-top: 8px;
}

.contact-subcopy {
  color: #bdc9de;
  max-width: 700px;
  margin: 12px auto 42px;
  font-size: 17px;
  line-height: 1.7;
}

.luxe-contact-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 28px 22px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.luxe-contact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(145, 156, 178, 0.62);
}

.luxe-contact-card .cis-icon .icon {
  color: #9da7bf;
  font-size: 34px;
}

.luxe-contact-card.cis-cont {
  padding-left: 28px;
}

.luxe-contact-card .cis-icon {
  position: static;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.luxe-contact-card .cis-text {
  border-left: 0;
  padding: 0;
  margin-top: 14px;
}

.luxe-contact-card h3,
.luxe-contact-card p,
.luxe-contact-card a {
  color: #ecf2ff;
}

.luxe-contact-card p {
  font-size: 15px;
  letter-spacing: 0.03em;
  margin: 0;
}

.luxe-contact-card .cis-text h3 {
  margin: 0 0 6px;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-luxe-section .row:last-child {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.contact-luxe-section .row:last-child > [class*="col-"] {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}

.luxe-contact-card {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 24px;
}

@media (max-width: 767px) {
  .contact-luxe-section .row:last-child > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .luxe-contact-card {
    align-items: center;
    text-align: center;
  }

  .luxe-contact-card .cis-text {
    text-align: center;
  }
}

.footer-luxe {
  background: #0a0f19;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
  margin-top: auto;
}

.footer-luxe .footer-copy a {
  color: #aab7cf;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-luxe .footer-copy a:hover {
  color: #ffffff;
}

.calendly-float-btn {
  position: fixed;
  right: 18px;
  bottom: 16px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(120deg, #5f6b88 0%, #7482a3 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(21, 33, 58, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.calendly-float-btn:hover,
.calendly-float-btn:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(21, 33, 58, 0.45);
}

.calendly-overlay {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  #hero-modern {
    padding-top: 130px;
  }

  .luxe-title {
    font-size: 42px;
  }

  .luxe-service-card {
    min-height: 260px;
    margin-bottom: 20px;
  }

  .luxe-contact-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  html,
  body,
  body.luxury-startup,
  body.luxury-startup #wrap,
  body.luxury-startup #wrap > .grey-bg {
    background-color: #0a0f19 !important;
  }

  #main-menu .navbar .nav > li > a {
    color: #e7edfa;
  }

  #hero-modern {
    min-height: auto;
    padding: 120px 0 80px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

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

  .hero-btn,
  .hero-btn-secondary {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .metric-pill {
    width: 100%;
    max-width: 320px;
  }

  .about-luxe-section,
  .services-luxe-section,
  .products-luxe-section,
  .contact-luxe-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .luxury-startup .container,
  .luxury-startup .container-m-30 {
    width: calc(100% - 32px);
  }

  .luxe-feature-card,
  .luxe-service-card,
  .luxe-contact-card {
    min-height: auto;
  }

  .luxe-feature-grid {
    display: block;
  }

  .luxe-feature-grid > [class*="col-"] {
    display: block;
    margin-bottom: 16px;
  }

  .luxe-feature-card.fes1-box {
    text-align: center;
  }

  .luxe-feature-card .fes1-box-icon {
    margin: 0 auto 10px;
  }

  .luxe-service-card .fes4-title-cont {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 12px;
  }

  .luxe-service-card .fes4-box-icon {
    width: 40px;
    height: 40px;
  }

  .luxe-contact-card {
    text-align: center;
  }

  .luxe-contact-card .cis-icon {
    margin: 0 auto;
  }

  .luxe-title {
    font-size: 34px;
  }

  .products-luxe-section .product-compact-info h3 {
    font-size: 22px;
  }

  .calendly-float-btn {
    right: 10px;
    bottom: 10px;
    min-width: 168px;
    height: 42px;
    padding: 0 14px;
    font-size: 15px;
  }
}
