:root {
  --brand-dark: #0a0a0a;
  --brand-blue: #3b82f6;
  --brand-indigo: #6366f1;
  --text-white: #ffffff;
  --text-gray: #d1d5db;
  --gray-700: #374151;
  --gray-500: #6b7280;
  --gray-900: #111827;
  --primary-dark: #1a1f2c;
  --secondary-dark: #161b22;
  --accent-blue: #00a3ff;
  --accent-teal: #00d4aa;
  --text-muted: #6b7280;
  --text-light: #d1d5db;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  color: var(--primary-dark);
  background: var(--cream);
  overflow-x: hidden;
}

/* ══════════════════════════════════════════════════════
            TYPOGRAPHY - CORMORANT + OUTFIT
═══════════════════════════════════════════════════════ */
h1,
h2,
h3,
h4 {
  font-weight: 400;
  line-height: 1.2;
  /* color: var(--text-white); */
}

h1 {
  font-size: clamp(48px, 7vw, 72px);
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(36px, 5vw, 56px);
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 16px;
}

p {
  /* font-size: 18px; */
  line-height: 1.8;
  /* color: rgba(255, 255, 255, 0.8); */
  margin-bottom: 20px;
}

.gradient-text {
  background-image: linear-gradient(to right, var(--accent-blue), var(--brand-indigo));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* ══════════════════════════════════════════════════════
            LAYOUT
═══════════════════════════════════════════════════════ */
.container {
  max-width: 100%;
  padding: 0 16px;
}

.container-narrow {
  max-width: 100%;
  padding: 0 16px;
}

@media (min-width: 480px) {
  .container {
    padding: 0 24px;
  }

  .container-narrow {
    padding: 0 24px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
    padding: 0 32px;
  }

  .container-narrow {
    max-width: 960px;
    padding: 0 32px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .container-narrow {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 48px;
  }
}

section {
  padding: 60px 0;
}

.hero-value-props {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  grid-content: center;
  max-width: 800px;
  margin-bottom: 0;
  animation: fadeInUp 1s ease-out 0.4s backwards;
  color: #d1d5db;
}

.bo-props {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-prop::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent-primary);
  margin-right: 8px;
  box-shadow: 0 0 10px var(--glow-primary);
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  .hero-value-props {
    display: none;
  }
}

.custom-btn {
  padding: 18px 36px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.custom-btn-primary {
  background: var(--accent-blue);
  color: var(--text-white);
  padding: 18px 44px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #0ea5e9e6;
}

.btn-outline {
  background: transparent;
  color: var(--accent-blue);
  padding: 17px 40px;
  border: 1px solid #00a3ff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.05);
}

.custom-btn svg {
  width: 18px;
  height: 18px;
}

.text-bold {
  font-weight: 600;
}

.h-500 {
  height: 375px !important;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  background-image: none !important;
}

.swiper-slide-img-website {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(180deg);
  line-height: 0;
  bottom: -0.063rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  pointer-events: none;
}

.swiper-slide-img-website img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: fill;
  z-index: -1;
  transform: rotate(-180deg);
  pointer-events: none;
}

.section-margin {
  margin: 60px 0 0 0;
}

.customhomeImage {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(180deg);
}

.custom-container {
  padding: 0;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .floating-div[data-index="0"] {
    top: 25%;
    left: 60%;
  }

  .floating-div[data-index="1"] {
    top: 55%;
    left: 90%;
  }

  .floating-div[data-index="2"] {
    top: 75%;
    left: 60%;
  }

  .floating-div[data-index="3"] {
    top: 50%;
    left: 40%;
  }
}

@media (min-width: 320px) and (max-width: 1200px) {
  .h-500 {
    height: 400px !important;
  }
}

/****** Hero section ***********/
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--primary-dark);
}

.hero-content {
  text-align: center;
  padding: 60px 0;
  margin: 0 auto;
  max-width: 800px;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  max-width: 1000px;
}

.hero-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: fadeInUp 1s ease-out 0.2s backwards;
  margin-bottom: 1.5rem;
}

.hero h1 {
  color: var(--cream);
  animation: fadeInUp 1s ease-out 0.2s backwards;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: rgba(250, 249, 246, 0.85);
  max-width: 600px;
  line-height: 1.8;
  margin-bottom: 48px;
  animation: fadeInUp 1s ease-out 0.4s backwards;
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease-out 0.6s backwards;
}

.center-image {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 350px;
  background: url("../../assets/images/case-study-details/activity-booking-system/FE-Manor-1.webp")
    no-repeat center;
  background-size: contain;
  border-radius: 8px;
}

.floating-div {
  position: absolute;
  width: 180px;
  height: 90px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  opacity: 0;
  transition:
    top 2s ease-in-out,
    left 2s ease-in-out,
    transform 2s ease-in-out,
    opacity 2s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 10% 20%, rgb(148, 241, 246) 0%, rgb(148, 189, 246) 100.7%);
}

/********  Key Features Styles  *******/

#keyFeature-section {
  background: #ffffff;
  padding: 50px 0;
}

/* Header */
#keyFeature-section .rich-text {
  text-align: center;
  display: flex;
  justify-content: center;
}

#keyFeature-section .rich-text h2 {
  font-size: clamp(32px, 4vw, 44px);
  color: #0f172a;
  max-width: 1000px;
  line-height: 1.2;
}

#keyFeature-section .subtitle p {
  font-size: 18px;
  color: #4b5563;
  max-width: 900px;
  line-height: 1.7;
  margin: 20px auto 0;
}

/* Grid */
#keyFeature-section .key-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 80px;
}

/* Cards */
#keyFeature-section .feature {
  background: #252a37;
  border-radius: 18px;
  padding: 40px 36px;
  border: 1px solid #e5e7eb;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.02),
    0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
}

/* Same background on hover – only subtle lift */
#keyFeature-section .feature:hover {
  transform: translateY(-4px);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.05),
    0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: #dbeafe;
}

/* Icon */
.feature-icon {
  width: 52px;
  height: 52px;
  padding: 20px;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.08);
}

.feature-icon img {
  color: white;
  width: 32px;
  height: 32px;
  /* filter: brightness(0) saturate(100%) invert(29%) sepia(92%) saturate(1700%)
    hue-rotate(224deg) brightness(96%) contrast(96%); */
}

/* Typography */
#keyFeature-section .feature h3 {
  font-size: 20px;
  font-weight: 700;
  color: #020617;
  margin-bottom: 8px;
}

#keyFeature-section .feature p {
  font-size: 15px;
  line-height: 1.7;
  color: #d1d5db;
  text-align: justify;
  hyphens: auto;
}

#keyFeature-section .feature .text-bold {
  color: #ffffff;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
  #keyFeature-section .key-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #keyFeature-section {
    padding: 80px 0;
  }

  #keyFeature-section .key-features {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 60px;
  }

  #keyFeature-section .subtitle p {
    font-size: 16px;
  }

  #keyFeature-section .feature {
    padding: 32px 28px;
  }
}

/********** challneges ************/
#challnege-section {
  /* margin-top: 5rem; */
  background-color: #1a1f2c;
}

#challnege-section h2 {
  color: #ffffff;
  /* font-size: 36px; */
}

#challnege-section p {
  font-size: 18px;
  color: #d1d5db;
  text-align: justify;
  hyphens: auto;
}

#challnege-section .number {
  font-size: 22px;
}

#challnege-section .challenge-img {
  border-radius: 10px;
  width: 100%;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#challnege-section .col-lg-7,
#challnege-section .col-lg-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* #challnege-section h2, #challnege-section p {
  margin-bottom: 1.5rem;  
} */

@media (max-width: 768px) {
  #challnege-section .challenge-img {
    display: none;
  }

  #challnege-section h1 {
    padding: 1rem;
    color: #ffffff;
    text-align: center;
    font-size: calc(1.325rem + 0.9vw);
    /* margin-bottom: 1rem; */
  }

  #challnege-section .col-md-6 {
    width: 100%;
    margin: 0;
    /* margin-top: 2rem; */
  }

  #challnege-section .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #challnege-section .col-md-6 h2 {
    text-align: center;
    color: #ffffff;
    /* margin-bottom: 0.5rem; */
  }

  #challnege-section .col-md-6 p {
    text-align: center;
    margin-top: 0;
  }
}

@media (max-width: 568px) {
  .col-md-6 .display-5 {
    text-align: center;
    margin-bottom: 2px;
  }

  #challnege-section .number {
    font-size: 22px;
    margin-bottom: 2px;
  }
}

/*********** solutions ************/

#solution-section {
  background: white;
  padding: 4rem 0;
}

.solution-panel {
  background: #252a37;
  border-radius: 28px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
  padding: 32px;
}

.service-build {
  border-radius: 20px;
  background: #f9fafb;
}

.service-build h2 {
  text-align: center;
  color: #fff;
}

#solution-section .service-build {
  background: #252a37;
  border-radius: 20px;
  padding: 15px 72px;
  max-width: 1200px;
  margin: 0 auto;
}

.solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  row-gap: 40px;
  margin-top: 45px;
}

.solution-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.solution-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0ea5e9;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
}

.solution-row h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  margin-top: 7px;
}

.solution-row p {
  font-size: 15px;
  line-height: 1.7;
  color: #d1d5db;
  max-width: 520px;
  text-align: justify;
  hyphens: auto;
}

@media (max-width: 900px) {
  .solution-grid {
    grid-template-columns: 1fr;
  }

  #solution-section .service-build {
    padding: 48px 36px;
  }

  #solution-section h2 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #solution-section .service-build {
    padding: 36px 24px;
  }
}

/********* Additional Highlights **********/
#additional-hightlights-section {
  padding: 50px 0;
  background-color: #1a1f2c;
  color: var(--white);
}

#additional-hightlights-section h2 {
  text-align: center;
}

#additional-hightlights-section .text-bold {
  color: white;
  text-align: center;
}

#additional-hightlights-section .subtitle {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
}

.infobox-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.infobox-section {
  background: #1a1f2c;
}

.infobox-section p {
  color: #d1d5db;
  text-align: center;
}

.highlight-card {
  background: #252a37;
  border-radius: 16px;
  border: 1px solid #374151;
  padding: 40px 36px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: all 0.35s ease;
}

.highlight-card:hover {
  transform: translateY(-6px);
  /* box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12); */
  /* border-color: rgba(79, 70, 229, 0.3); */
}

.highlight-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e0e7ff, #eef2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.highlight-icon img {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(76%) saturate(2495%) hue-rotate(210deg);
}

.highlight-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}

.highlight-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #ffffff;
  text-align: justify;
}

@media (max-width: 900px) {
  .infobox-container {
    grid-template-columns: 1fr;
  }
}

/*********** Results **************/
/* #results-section {
  margin-top: 3rem;
} */

#results-section a:hover {
  text-decoration: none;
}

#result-section p {
  color: #4b5563;
}

#results-section .infobox {
  border-radius: 10px;
  padding: 40px 36px;
  text-align: left;
  background-color: #252a37;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-height: 20rem;
}

#results-section .infobox .icon {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15px;
}

#results-section .deatails-box {
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#results-section .infobox h2 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10px;
}

#results-section .infobox p {
  font-size: 1rem;
  color: #d1d5db;
  margin-bottom: 0;
}

#results-section p {
  text-align: justify;
  hyphens: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  #results-section .result-heading {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #result-secton h3 {
    font-size: 36px;
  }

  #results-section .result-heading h3,
  #results-section .result-heading p {
    max-width: 80%;
  }

  #results-section .col-md-4 {
    width: 100% !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #results-section .col-md-8 {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .infobox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .infobox {
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  #results-section .d-flex {
    flex-direction: column;
  }

  #results-section .infobox {
    min-height: 22rem;
  }
}

@media (max-width: 768px) {
  #result-section {
    margin-top: 0 !important;
  }

  #results-section .result-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .infobox-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #results-section .col-md-6 {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .infobox {
    width: 90%;
    padding: 20px;
    min-height: 5rem;
  }

  #results-section .infobox h2 {
    font-size: 20px;
  }

  #challnege-section p {
    font-size: 16px;
  }
}

/*********** web-console-section *********/

.main-swiper {
  position: relative;
  /* width: calc(min(90rem, 90%)); */
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
  column-gap: 3rem;
  padding-left: 7rem;
  padding: 0 5rem;
}

.swiper-container-2,
.swiper-container-case-study {
  width: 50%;
  padding: 1.875rem 0;
}

.swiper-container-2 .swiper-slide,
.swiper-container-case-study .swiper-slide {
  /* width: 18.75rem; */
  height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

#web-console-section {
  background: #1a1f2c;
}

#web-console-section h2 {
  color: #ffffff;
  margin-bottom: 16px;
}

#web-console-section .rich-text-subtitle {
  color: #d1d5db;
  font-size: 18px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 40px;
}

#web-console-section .main-swiper {
  position: relative;
  padding: 0 80px;
  /* same left/right breathing space as enterprise layouts */
}

#web-console-section .swiper-container-case-study {
  overflow: visible;
}

#web-console-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#web-console-section .swiper-slide-img-website {
  border-radius: 20px;
  padding: 16px;
}

#web-console-section .swiper-slide img {
  max-width: 100%;
  /* height: auto; */
  border-radius: 12px;
}

#web-console-section .swiper-button-prev::after,
#web-console-section .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .swiper-container-2,
  .swiper-container-case-study {
    width: 100%;
  }

  .main-swiper {
    width: 90%;
  }
}

@media screen and (min-width: 992px) {
  .main-swiper .swiper-button-prev {
    display: none;
  }

  .main-swiper .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .main-swiper {
    width: 90%;
    padding: 0px;
  }

  .swiper-container-2,
  .swiper-container-case-study {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  #web-console-section .swiper-container-case-study .swiper-slide {
    width: 500px !important;
  }
}

@media (max-width: 768px) {
  #web-console-section h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

@media (max-width: 1024px) {
  #web-console-section .main-swiper {
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  #web-console-section {
    padding: 80px 0 60px;
  }

  #web-console-section h2 {
    text-align: center;
    font-size: 36px;
  }

  #web-console-section .rich-text-subtitle {
    font-size: 16px;
  }

  #web-console-section .main-swiper {
    padding: 0 16px;
  }
}

/************* Conclusion ***************/
#conclusion-section {
  padding: 60px 0;
  background: #ffffff;
}

.conclusion-panel {
  background: #252a37;
  border-radius: 28px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
  padding: 64px 72px;
  max-width: 1200px;
  margin: 0 auto;
}

.conclusion-panel h3 {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.conclusion-panel p {
  font-size: 20px;
  line-height: 1.8;
  color: #d1d5db;
  margin-bottom: 20px;
}

.conclusion-panel p strong {
  color: #d1d5db;
  font-weight: 600;
}

.gradient-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5e9, #7c77d6);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.35);
  transition: all 0.35s ease;
}

.gradient-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(79, 70, 229, 0.45);
  color: #ffffff;
}

@media (max-width: 768px) {
  .conclusion-panel {
    padding: 48px 32px;
    text-align: center;
  }

  .gradient-btn {
    width: 100%;
    text-align: center;
  }
}

.btn-primary {
  padding: 0.625rem 1.25rem;
  background-color: var(--accent-blue);
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: inherit;
}

.btn-primary:hover {
  background-color: #0ea5e9e6;
}

/* Demo styling */

/* Hero Section - Editorial Style */
.hero-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero {
  padding-top: 100px;
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1f2c;
  color: white;
  overflow: hidden;
  isolation: isolate;
  animation: fadeInUp 1s ease-out 0.4s backwards;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 900px;
  animation: fadeInUp 1s ease-out 0.4s backwards;
}

.hero-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.5rem;
  animation: fadeInUp 1s ease-out 0.4s backwards;
}

.hero h1 {
  max-width: 900px;

  animation: fadeInUp 1s ease-out 0.4s backwards;
  text-align: center;
}

.hero-description {
  font-size: 18px;
  color: var(--text-light);
  max-width: 500px;
  margin-bottom: 40px;
  line-height: 1.8;
}

.hero-cta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .hero {
    padding: 40px;
  }

  /* .hero-content {
    padding: 80px 0;
  } */

  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .hero-cta {
    gap: 16px;
  }

  .hero-cta a {
    padding-block: 18px;
    font-size: 14px;
  }
}

.value-prop::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00a3ff;
  margin-right: 8px;
  box-shadow: 0 0 10px var(--glow-primary);
  margin-bottom: 2px;
}

.btn-outline {
  background: transparent;
  color: #00a3ff;
  padding: 17px 40px;
  border: 1px solid #00a3ff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--accent-blue);
}

.gradient-text {
  background-image: linear-gradient(to right, #0ea5e9, #4f46e5);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 24px;
  }
}

.case-icon {
  font-size: 40px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--accent-blue) 0%, var(--brand-indigo) 100%);
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px;
}

@media (max-width: 768px) {
  .case-icon {
    width: 48px;
    height: 48px;
  }

  .case-icon svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .case-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }

  .case-icon svg {
    width: 22px;
    height: 22px;
  }
}
