@charset "UTF-8";


.contact-page-wrapper {
  background: #000;
  min-height: 100vh;
  color: #fff;
  overflow-x: clip;
  position: relative;
}

.reveal-content-wrapper {
  position: relative;
  z-index: 2;
  background-color: #000;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

app-footer {
  display: block;
  position: sticky;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  app-footer {
    position: static;
  }
}

.intro-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(circle at center, black, transparent 80%);
  opacity: 0.5;
  pointer-events: none;
}

.execution-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.101) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.execution-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.142) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.2;
  pointer-events: none;
}

.case-divider {
  width: 1px;
  height: 100px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.3), transparent);
  margin: 40px auto;
  position: relative;
}

.case-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.8);
}

.case-studies-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.case-studies-header .execution-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.101) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  margin-bottom: 2.5rem;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.hero-badge:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.hero-badge .badge-new {
  background: #fff;
  color: #000;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 10px;
  letter-spacing: 0.05em;
}

.hero-badge .badge-text {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'monospace', monospace;
}

.text-muted-custom {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dot-muted {
  color: rgba(255, 255, 255, 0.3);
}

.cap-badge-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 24px;
}

.section-headline {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.section-label-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.section-label-group .label-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.mono-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'monospace', monospace;
}

.mono-label.muted {
  color: rgba(255, 255, 255, 0.4);
}

.display-headline {
  font-size: clamp(2.5rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.display-headline-large {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.side-headline {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.lead-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.side-subtext {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 320px;
}

.section-low-friction {
  padding: 80px 0;
  background: #000;
  position: relative;
}

.section-low-friction .intro-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(circle at center, black, transparent 80%);
  opacity: 0.5;
  pointer-events: none;
}

.section-low-friction .execution-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.101) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.feature-list-minimal {
  list-style: none;
  padding: 0;
}

.feature-list-minimal .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-list-minimal .feature-item .item-num {
  /* font-family: "JetBrains Mono", monospace; */
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.25rem;
}

.feature-list-minimal .feature-item .item-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.section-the-brief {
  padding: 80px 0;
  background: #000;
  position: relative;
}

.section-the-brief .relative-z {
  position: relative;
  z-index: 1;
}

.meta-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.meta-stats .stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.meta-stats .stat-row .stat-key {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.5);
}

.meta-stats .stat-row .stat-val {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.5);
}

.premium-form-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.15);
  /* border-radius: 24px; */
  padding: 50px;
  backdrop-filter: blur(10px);
}

.premium-form-card .tick {
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: rgba(255, 255, 255, 0.4);
  border-style: solid;
  border-width: 0;
}

.premium-form-card .tick-tl {
  top: 8px;
  left: 8px;
  border-top-width: 1px;
  border-left-width: 1px;
}

.premium-form-card .tick-tr {
  top: 8px;
  right: 8px;
  border-top-width: 1px;
  border-right-width: 1px;
}

.premium-form-card .tick-bl {
  bottom: 8px;
  left: 8px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.premium-form-card .tick-br {
  bottom: 8px;
  right: 8px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.form-group-custom label {
  display: block;
  margin-bottom: 0.75rem;
}

.form-group-custom input,
.form-group-custom textarea,
.form-group-custom select {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.form-group-custom input::placeholder,
.form-group-custom textarea::placeholder,
.form-group-custom select::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form-group-custom input:focus,
.form-group-custom textarea:focus,
.form-group-custom select:focus {
  outline: none;
  border-color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.form-group-custom textarea {
  resize: none;
}

.form-group-custom select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,0.5)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}

.btn-send-conversation {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 100px;
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all 0.3s ease;
}

.btn-send-conversation:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.btn-send-conversation:hover .arrow-icon {
  transform: translateX(4px);
}

.btn-send-conversation .arrow-icon {
  transition: transform 0.3s ease;
}

.form-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.section-expectations-new {
  padding: 120px 0;
  background: #000;
  position: relative;
}

.expectations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  /* border-radius: 12px; */
  overflow: hidden;
}

@media (max-width: 768px) {
  .expectations-grid {
    grid-template-columns: 1fr;
  }
}

.exp-card {
  background: #000;
  padding: 2.5rem;
  transition: all 0.4s ease;
}

.exp-card .exp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.exp-card .exp-header i {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.4s ease;
}

.exp-card .exp-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.exp-card .exp-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  transition: color 0.4s ease;
}

.section-reassurance {
  padding: 80px 0;
  background: #000;
  position: relative;
}

.section-reassurance .reassurance-lead {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
}

.section-direct-lines {
  padding: 80px 0;
  background: #000;
  position: relative;
}

.direct-lines-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  /* border-radius: 24px; */
  overflow: hidden;
}

.direct-line-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding: 1.5rem 2rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.4s ease;
}

.direct-line-item .item-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.direct-line-item .icon-box {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  transition: all 0.4s ease;
}

.direct-line-item .icon-box i {
  font-size: 1rem;
}

.direct-line-item .item-value {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 0.25rem;
}

.direct-line-item .arrow-diag {
  opacity: 0.5;
  transition: all 0.4s ease;
}

.section-lead-filter {
  padding: 80px 0;
  background: #000;
  position: relative;
}

.filter-card {
  padding: 3rem;
  /* border-radius: 24px; */
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 100%;
}

.filter-card .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.filter-card .filter-title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.filter-card .filter-list {
  list-style: none;
  padding: 0;
}

.filter-card .filter-list li {
  display: flex;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.filter-card .filter-list li.strikethrough {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}

.filter-card.good-fit-new {
  background: rgba(255, 255, 255, 0.02);
}

.filter-card.good-fit-new .check-badge {
  width: 26px;
  height: 26px;
  background: #198747;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-card.bad-fit-new {
  background: #000;
}

.filter-card.bad-fit-new .filter-title {
  color: rgba(255, 255, 255, 0.6);
}

.filter-card.bad-fit-new .x-badge {
  width: 26px;
  height: 26px;
  border: 1px solid #e43c3c;
  color: #e43c3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-card.bad-fit-new .filter-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.5);
}

.hero-bg-viz {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
}

.hero-bg-viz .blob-1 {
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(234, 238, 243, 0.15) 0%, transparent 70%);
  bottom: -15%;
  right: -10%;
  animation: morphBlob 25s ease-in-out infinite alternate;
}

.hero-bg-viz .blob-2 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(217, 216, 224, 0.1) 0%, transparent 70%);
  bottom: -20%;
  left: -5%;
  animation: morphBlob 30s ease-in-out infinite alternate-reverse;
}

.hero-bg-viz .hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(circle at 50% 70%, black 20%, transparent 90%);
}

/* .hero-bg-viz .hero-grid-lines::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
  background-size: 100px 100px;
} */

.hero-bg-viz .data-streams {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
  opacity: 0.3;
}

.hero-bg-viz .data-streams .stream {
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
  position: relative;
  overflow: hidden;
}

.hero-bg-viz .data-streams .stream::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -1px;
  width: 2px;
  height: 150px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4), transparent);
  filter: blur(1px);
  animation: streamFlow 5s linear infinite;
}

.hero-bg-viz canvas#heroParticles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.3));
}

.section-hero-contact {
  padding: 10rem 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #000;
  overflow: hidden;
}

.section-hero-contact .hero-bg-container {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.section-hero-contact .hero-inner {
  position: relative;
  z-index: 10;
}

.section-hero-contact .hero-headline {
  font-size: clamp(3rem, 6vw, 3.5rem);
    font-weight: 600;
    line-height: 0.95;
    margin-bottom: 2rem;
    letter-spacing: -0.04em;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

.section-hero-contact .hero-subtext {
  font-size: clamp(0.8rem, 2.5vw, 1.4rem);
  color: #9ca3af;
  line-height: 1.6;
  margin-bottom: 4rem;
  max-width: 720px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.execution-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(circle at center, black, transparent 80%);
  opacity: 0.5;
  pointer-events: none;
}

.execution-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.101) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.section-entry {
  padding: 120px 0;
  position: relative;
  background: #000;
  overflow: hidden;
}

.section-entry .entry-index {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4);
}

.section-entry .entry-description {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

.section-entry .entry-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.section-entry .entry-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}

.section-entry .entry-list li i {
  color: #fff;
  font-size: 1.2rem;
}

.contact-form-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 50px;
  backdrop-filter: blur(20px);
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .contact-form-card {
    padding: 30px;
  }
}

.contact-form-card .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form-card .form-group label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}

.contact-form-card .form-group input,
.contact-form-card .form-group textarea,
.contact-form-card .form-group select {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 20px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-form-card .form-group input:focus,
.contact-form-card .form-group textarea:focus,
.contact-form-card .form-group select:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.contact-form-card .form-group input::placeholder,
.contact-form-card .form-group textarea::placeholder,
.contact-form-card .form-group select::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.contact-form-card .form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.contact-form-card .btn-submit {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 16px 30px;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.contact-form-card .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2);
  background: #f0f0f0;
}

.section-expectations {
  padding: 100px 0;
  background: #000;
  position: relative;
  overflow: hidden;
}

.section-expectations .case-studies-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.section-expectations .case-divider {
  width: 1px;
  height: 100px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.3), transparent);
  margin: 40px auto;
  position: relative;
}

.section-expectations .case-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.8);
}

.section-expectations .approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .section-expectations .approach-grid {
    grid-template-columns: 1fr;
  }
}

.section-expectations .approach-card .card-inner {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  transition: all 0.3s ease;
}

.section-expectations .approach-card .card-inner:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
}

.section-expectations .approach-card .step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}

.section-expectations .approach-card .step-header .step-num {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.1em;
}

.section-expectations .approach-card .step-header i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.section-expectations .approach-card .step-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.section-expectations .approach-card .step-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}

.section-fit {
  padding: 120px 0;
  background: #000;
}

.section-fit .fit-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 30px;
  padding: 60px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section-fit .fit-card {
    padding: 40px 30px;
  }
}

.section-fit .fit-card.good-fit {
  border: 1px solid rgba(0, 255, 100, 0.1);
}

.section-fit .fit-card.good-fit .fit-icon {
  color: #00ff64;
  background: rgba(0, 255, 100, 0.05);
}

.section-fit .fit-card.bad-fit {
  border: 1px solid rgba(255, 50, 50, 0.1);
}

.section-fit .fit-card.bad-fit .fit-icon {
  color: #ff3232;
  background: rgba(255, 50, 50, 0.05);
}

.section-fit .fit-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 2.5rem;
}

.section-fit .fit-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.section-fit .fit-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.section-fit .fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.section-fit .fit-list li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.05rem;
  line-height: 1.4;
  padding-left: 0;
  position: relative;
}

.section-fit .fit-list li::before {
  content: "—";
  margin-right: 12px;
  color: rgba(255, 255, 255, 0.2);
}

.section-fit .reassurance-box {
  max-width: 800px;
  padding: 80px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.section-fit .reassurance-box .reassurance-text {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 600px;
  font-style: italic;
}

.section-alternate {
  padding: 100px 0;
  background: #000;
  position: relative;
  overflow: hidden;
}

.section-alternate .trust-stats-modern {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .section-alternate .trust-stats-modern {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
}

.section-alternate .trust-stats-modern .modern-stat-item {
  flex: 1;
}

.section-alternate .trust-stats-modern .modern-stat-item .stat-value {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 15px;
}

.section-alternate .trust-stats-modern .modern-stat-item .stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
}

.section-alternate .trust-stats-modern .modern-stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .section-alternate .trust-stats-modern .modern-stat-divider {
    display: none;
  }
}

.section-final-cta-work {
  padding: 150px 0;
  position: relative;
  background-image: url("../assets/images/footer-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  /* border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px; */
}

.section-final-cta-work .perspective-grid-container {
  position: absolute;
  inset: 0;
  perspective: 1000px;
  pointer-events: none;
  z-index: 3;
}

.section-final-cta-work .perspective-grid-container .grid-plane {
  position: absolute;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  left: -50%;
}

.section-final-cta-work .perspective-grid-container .plane-top {
  top: -50%;
  transform: rotateX(60deg);
  mask-image: linear-gradient(to top, black, transparent);
}

.section-final-cta-work .perspective-grid-container .plane-bottom {
  bottom: -50%;
  transform: rotateX(-60deg);
  mask-image: linear-gradient(to bottom, black, transparent);
}

.section-final-cta-work .cta-content {
  position: relative;
  z-index: 10;
}

.section-final-cta-work .cta-headline {
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
}

.section-final-cta-work .cta-subtext {
  font-size: clamp(0.9rem, 2vw, 1rem);
  color: rgba(255, 255, 255, 0.6);
  max-width: 500px;
  margin: 0 auto;
}
.cta-actions {
  margin-top: 2rem;
  
}

.btn-primary-large {
  display: inline-block;
  background: white;
  color: #000;
  padding: 0.6rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-primary-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2);
  background: #f0f0f0;
}

@keyframes morphBlob {
  0% {
    border-radius: 50% 50% 50% 50%;
    transform: scale(1) translate(0, 0);
  }

  33% {
    border-radius: 60% 40% 70% 30%;
    transform: scale(1.1) translate(20px, -30px);
  }

  66% {
    border-radius: 40% 60% 30% 70%;
    transform: scale(0.9) translate(-10px, 20px);
  }

  100% {
    border-radius: 50% 50% 50% 50%;
    transform: scale(1) translate(0, 0);
  }
}

.animate-fade-in {
  animation: fadeIn 1.2s ease-out forwards;
}

.animate-fade-in-down {
  animation: fadeInDown 1s ease-out forwards;
}

.animate-fade-in-delay {
  animation: fadeIn 1.2s ease-out 0.3s forwards;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* File Upload Custom Styles */
.file-upload-wrapper {
  position: relative;
  width: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 1.5rem 1.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.file-upload-wrapper:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
}

.file-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.file-upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  pointer-events: none;
}

.file-upload-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.file-upload-icon i {
  font-size: 1.25rem;
  color: #fff;
}

.file-upload-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

.file-upload-text .upload-link {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.file-upload-subtext {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
}

.file-badge {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.5rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}