:root {
  /* New Color Palette */
  --clr-custom-a0: #2b4f4a;
  --clr-custom-a10: #5b8a6a;
  --clr-custom-a20: #a7c58e;
  --clr-custom-a30: #e8ddcb;
  --clr-custom-a40: #3a3a3a;
  
  /* Mapped Theme Colors */
  --wd-primary: #2b4f4a;
  --wd-primary-soft: #e8ddcb;
  --wd-dark: #3a3a3a;
  --wd-muted: #3a3a3a;
  --wd-bg: #ffffff;
  --wd-cta-yellow: #5b8a6a;
  --wd-cta-yellow-dark: #2b4f4a;
  --wd-pastel-blue: #e8ddcb;
  --wd-pastel-blue-dark: #a7c58e;
  --wd-pastel-lavender: #a7c58e;
  --wd-pastel-lavender-dark: #5b8a6a;
  --wd-pastel-peach: #e8ddcb;
  --wd-pastel-peach-light: #a7c58e;
  --wd-pastel-mint: #a7c58e;
  --wd-pastel-pink: #e8ddcb;
  --wd-pastel-pink-dark: #a7c58e;
  --wd-pastel-yellow: #e8ddcb;
  --wd-pastel-yellow-dark: #a7c58e;
  --wd-pastel-sky: #e8ddcb;
  --wd-pastel-sky-dark: #a7c58e;
}

body {
  font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.05rem;
  background-color: var(--wd-bg);
  background-image: 
    repeating-linear-gradient(0deg, rgba(43, 79, 74, 0.04) 0px, transparent 1px, transparent 24px, rgba(43, 79, 74, 0.04) 25px),
    repeating-linear-gradient(90deg, rgba(43, 79, 74, 0.04) 0px, transparent 1px, transparent 24px, rgba(43, 79, 74, 0.04) 25px);
  background-size: 25px 25px;
  color: var(--wd-dark);
}

/* Typography hierarchy */
h1, h2, h3, .hero-title, .section-title {
  font-family: 'Montserrat', sans-serif;
}

h4, h5, h6, .hero-subtitle, .section-subtitle {
  font-family: 'Lato', sans-serif;
}

.text-muted {
  color: #000000 !important;
}

.navbar {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0 2px 12px rgba(43, 79, 74, 0.08), 0 1px 0 rgba(43, 79, 74, 0.1);
  padding: 0;
  border-bottom: 1px solid rgba(43, 79, 74, 0.1);
  height: 70px;
  overflow: visible;
}

.navbar .container {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: visible;
}

.navbar-brand {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  height: 120px;
  position: relative;
  z-index: 1000;
  margin-top: 20px;
}

.brand-tagline {
  line-height: 1.1;
  margin-top: -20px;
}

.brand-tagline-for {
  display: block;
  font-size: 0.8em;
}

.brand-tagline-text {
  font-size: 1em;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    margin-top: 0;
    height: 80px;
  }
  
  .navbar-brand img {
    height: 80px !important;
  }
  
  .navbar-brand .brand-text {
    font-size: 0.9rem;
  }
  
  .brand-tagline-for {
    font-size: 0.55em;
  }
  
  .brand-tagline-text {
    font-size: 0.7em;
  }
}

.navbar-brand img {
  height: 120px !important;
  width: auto !important;
  filter: drop-shadow(0 8px 20px rgba(43, 79, 74, 0.3)) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.navbar-brand:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 16px rgba(43, 79, 74, 0.25));
}

.navbar-brand .brand-text {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: var(--wd-primary);
  }

.navbar-nav {
  gap: 1rem;
}

.navbar-nav .nav-link {
  font-family: 'Lato', sans-serif;
  color: var(--wd-dark);
  font-weight: 500;
  padding: 0.6rem 1.25rem;
  border-radius: 0.75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  letter-spacing: 0.01em;
}

.navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  background: rgba(43, 79, 74, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 70%;
  height: 3px;
  background: var(--wd-primary);
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-nav .nav-link:hover {
  color: var(--wd-primary);
  transform: translateY(-1px);
}

.navbar-nav .nav-link:hover::before {
  opacity: 1;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}

.navbar-nav .nav-link.active {
  color: var(--wd-primary);
  font-weight: 600;
}

.navbar-nav .nav-link.active::before {
  opacity: 1;
  background: rgba(43, 79, 74, 0.15);
}

.btn-primary {
  font-family: 'Montserrat', sans-serif;
  background: var(--wd-cta-yellow);
  color: #ffffff;
  border: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(91, 138, 106, 0.25), 0 2px 4px rgba(91, 138, 106, 0.15);
  position: relative;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--wd-cta-yellow-dark);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-primary > * {
  position: relative;
  z-index: 1;
}

.btn-primary:hover {
  background: var(--wd-cta-yellow-dark);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(43, 79, 74, 0.35), 0 4px 8px rgba(43, 79, 74, 0.2);
}

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

.btn-outline-primary:hover {
  background-color: var(--wd-primary-soft);
  border-color: var(--wd-primary);
}

.hero {
  padding: 3rem 0 4rem;
  background: radial-gradient(circle at top left, #e8ddcb 0, #ffffff 55%);
}

.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.8rem, 3.5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  color: var(--wd-muted);
  max-width: 30rem;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background-color: #e8ddcb;
  color: #2b4f4a;
  font-size: 0.8rem;
  font-weight: 600;
  animation: pulse 2s ease-in-out infinite;
}

.hero-badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: #2b4f4a;
  color: #ffffff;
  font-size: 0.7rem;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
  font-size: 0.9rem;
}

.hero-metrics strong {
  display: block;
  font-size: 1.1rem;
}

.hero-metrics span {
  display: block;
  color: var(--wd-muted);
}

.hero-metrics small {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.7rem;
  color: var(--wd-muted);
}

.hero-visual {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.hero-images-stack {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 620px;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.hero-image-card {
  position: absolute;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(58, 58, 58, 0.2);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-image-card-1 {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(58, 58, 58, 0.25);
}

.hero-image-card-1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.hero-image-card:hover {
  transform: scale(1.05);
  z-index: 10;
  box-shadow: 0 15px 40px rgba(58, 58, 58, 0.3);
}

.hero-image-card-1:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.hero-main-card {
  position: relative;
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #3a3a3a, #2b4f4a);
  padding: 1.25rem;
  color: #e5e7eb;
  box-shadow: 0 22px 45px rgba(58, 58, 58, 0.45);
  overflow: hidden;
}

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

.hero-main-card-pill {
  border-radius: 999px;
  padding: 0.15rem 0.75rem;
  font-size: 0.7rem;
  background: rgba(58, 58, 58, 0.7);
}

.hero-main-card-pill span {
  color: #a7c58e;
}

.hero-dot-row {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.hero-dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background-color: rgba(91, 138, 106, 0.6);
}

.hero-schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  border-radius: 0.9rem;
  background: rgba(58, 58, 58, 0.7);
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
}

.hero-schedule-row-label {
  color: #a7c58e;
  font-weight: 600;
}

.hero-schedule-row-time {
  color: #e5e7eb;
}

.hero-schedule-row-tag {
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  background: rgba(43, 79, 74, 0.2);
  color: #a7c58e;
  font-size: 0.7rem;
}

.hero-floating-card {
  position: absolute;
  right: -8%;
  bottom: -8%;
  width: 58%;
  max-width: 260px;
  border-radius: 1.1rem;
  padding: 0.85rem 1rem;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(58, 58, 58, 0.35);
  font-size: 0.8rem;
}

.hero-floating-card strong {
  display: block;
  font-size: 0.95rem;
}

.hero-floating-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background-color: var(--wd-primary-soft);
  color: var(--wd-primary);
  font-size: 0.7rem;
  margin-top: 0.5rem;
}

.hero-floating-pill span {
  font-size: 0.9rem;
}

.trusted-bar {
  padding: 1.5rem 0;
  background: #e8ddcb;
  border-bottom: 1px solid rgba(43, 79, 74, 0.2);
}

.trusted-bar small {
  color: var(--wd-muted);
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #000000;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -0.03em;
}

.section-title-highlight {
  background: linear-gradient(135deg, #a7c58e 0%, #8ab87a 50%, #a7c58e 100%);
  padding: 0.25em 0.5em;
  display: inline-block;
  line-height: 1.3;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 0.5rem;
}

.section-subtitle {
  font-family: 'Lato', sans-serif;
  color: var(--wd-muted);
  max-width: 48rem;
  font-size: 1.75rem;
  line-height: 1.7;
}

.how-it-works-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .how-it-works-image {
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}

.how-it-works-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1.2rem;
  box-shadow: 0 10px 24px rgba(58, 58, 58, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works-image img:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(58, 58, 58, 0.12);
}

#how-it-works {
  background-color: #e8ddcb;
  background-image: none;
}

/* Headline glow burst */
.headline-glow-wrapper {
  position: relative;
}

.headline-glow-burst {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 300px;
  pointer-events: none;
  z-index: 0;
  background: 
    radial-gradient(ellipse 200px 150px at 30% 40%, rgba(43, 79, 74, 0.15) 0%, transparent 70%),
    radial-gradient(ellipse 180px 120px at 60% 60%, rgba(91, 138, 106, 0.2) 0%, transparent 70%),
    radial-gradient(ellipse 250px 180px at 45% 50%, rgba(167, 197, 142, 0.15) 0%, transparent 70%);
  filter: blur(40px);
  animation: glow-breathe 6s ease-in-out infinite;
}

@keyframes glow-breathe {
  0%, 100% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.headline-glow-wrapper .pill,
.headline-glow-wrapper .section-title,
.headline-glow-wrapper .section-subtitle {
  position: relative;
  z-index: 1;
}

.section-text-box {
  border-radius: 1.2rem;
  border: 1px solid rgba(43, 79, 74, 0.2);
  padding: 3.5rem 3rem;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(58, 58, 58, 0.03);
  text-align: center;
}

.section-text-box .section-title {
  margin-bottom: 2rem;
}

/* Problem section with image */
.problem-section-content {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.problem-section-text {
  flex: 1;
}

.problem-section-image {
  flex: 0 0 40%;
  max-width: 400px;
}

.problem-section-image img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
  box-shadow: 0 16px 40px rgba(58, 58, 58, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-section-image img:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(58, 58, 58, 0.2);
}

@media (max-width: 991.98px) {
  .problem-section-content {
    flex-direction: column;
    gap: 2rem;
  }
  
  .problem-section-image {
    flex: none;
    max-width: 100%;
    order: -1;
  }
}

.feature-card {
  border-radius: 1.2rem;
  border: 1px solid rgba(43, 79, 74, 0.2);
  padding: 1.4rem 1.4rem 1.3rem;
  height: 100%;
  box-shadow: 0 10px 24px rgba(58, 58, 58, 0.03);
  transition: all 0.3s ease;
  text-align: left;
}

.row .col-md-4:nth-child(1) .feature-card {
  background: var(--wd-pastel-blue);
}

.row .col-md-4:nth-child(1) .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(43, 79, 74, 0.15);
  border-color: var(--wd-pastel-blue-dark);
}

.row .col-md-4:nth-child(2) .feature-card {
  background: var(--wd-pastel-lavender);
}

.row .col-md-4:nth-child(2) .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(91, 138, 106, 0.15);
  border-color: var(--wd-pastel-lavender-dark);
}

.row .col-md-4:nth-child(3) .feature-card {
  background: var(--wd-pastel-peach);
}

.row .col-md-4:nth-child(3) .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(167, 197, 142, 0.15);
  border-color: var(--wd-pastel-peach);
}

.feature-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background-color: var(--wd-pastel-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
  color: #2b4f4a;
}

.row .col-md-4:nth-child(1) .feature-icon {
  background-color: var(--wd-pastel-blue);
  color: #2b4f4a;
}

.row .col-md-4:nth-child(2) .feature-icon {
  background-color: var(--wd-pastel-lavender);
  color: #2b4f4a;
}

.row .col-md-4:nth-child(3) .feature-icon {
  background-color: var(--wd-pastel-peach);
  color: #2b4f4a;
}

.feature-card h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.feature-card p {
  font-size: 1.1rem;
  color: var(--wd-muted);
}

.feature-card ul {
  text-align: left;
  list-style-position: outside;
  padding-left: 1.25rem;
}

.feature-card li {
  text-align: left;
  margin-bottom: 0.25rem;
}

.hero-funnel-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(43, 79, 74, 0.2);
  background-color: #ffffff;
  box-shadow: 0 12px 28px rgba(58, 58, 58, 0.08);
}

.hero-funnel-list li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px dashed rgba(43, 79, 74, 0.2);
}

.hero-funnel-list li:last-child {
  border-bottom: none;
}

.hero-funnel-step {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #ffffff;
  background: var(--wd-primary);
}

.hero-funnel-list strong {
  display: block;
  font-size: 0.98rem;
}

.step-card {
  border-radius: 1.2rem;
  border: 1px solid rgba(43, 79, 74, 0.2);
  padding: 1.5rem;
  height: 100%;
  box-shadow: 0 12px 30px rgba(58, 58, 58, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  font-size: 1.05rem;
  position: relative;
  overflow: hidden;
}

.step-card-content {
  position: relative;
  z-index: 2;
}

.step-bg-number {
  position: absolute;
  top: -20px;
  right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10rem;
  font-weight: 800;
  line-height: 1;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.row .col-md-4:nth-child(1) .step-bg-number {
  color: var(--wd-primary);
}

.row .col-md-4:nth-child(2) .step-bg-number {
  color: var(--clr-custom-a10);
}

.row .col-md-4:nth-child(3) .step-bg-number {
  color: var(--wd-primary);
}

.step-card:hover .step-bg-number {
  opacity: 0.12;
  transform: scale(1.05) translateX(-5px);
}

@media (max-width: 767.98px) {
  .step-bg-number {
    font-size: 7rem;
    top: -10px;
    right: -5px;
  }
}

.row .col-md-4:nth-child(1) .step-card {
  background: var(--wd-pastel-pink);
}

.row .col-md-4:nth-child(1) .step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(43, 79, 74, 0.15);
  border-color: var(--wd-pastel-pink-dark);
}

.row .col-md-4:nth-child(2) .step-card {
  background: var(--wd-pastel-yellow);
}

.row .col-md-4:nth-child(2) .step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(91, 138, 106, 0.15);
  border-color: var(--wd-pastel-yellow-dark);
}

.row .col-md-4:nth-child(3) .step-card {
  background: var(--wd-pastel-sky);
}

.row .col-md-4:nth-child(3) .step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(167, 197, 142, 0.15);
  border-color: var(--wd-pastel-sky-dark);
}

.step-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.row .col-md-4:nth-child(1) .step-icon {
  background: rgba(43, 79, 74, 0.12);
  color: var(--wd-primary);
}

.row .col-md-4:nth-child(2) .step-icon {
  background: rgba(91, 138, 106, 0.12);
  color: var(--clr-custom-a10);
}

.row .col-md-4:nth-child(3) .step-icon {
  background: rgba(43, 79, 74, 0.12);
  color: var(--wd-primary);
}

.step-card:hover .step-icon {
  transform: scale(1.1);
}

/* Step card h3 styling */
.step-card h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  position: relative;
}

.step-card p {
  position: relative;
}

.conversion-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.conversion-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
  color: var(--wd-muted);
  margin-bottom: 0.4rem;
}

.conversion-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  font-size: 0.75rem;
}

.row .col-md-4:nth-child(1) .conversion-list li::before {
  background-color: var(--wd-pastel-pink);
  color: #2b4f4a;
}

.row .col-md-4:nth-child(2) .conversion-list li::before {
  background-color: var(--wd-pastel-yellow);
  color: #2b4f4a;
}

.row .col-md-4:nth-child(3) .conversion-list li::before {
  background-color: var(--wd-pastel-sky);
  color: #2b4f4a;
}

.cta-checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cta-checklist li {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}

.cta-checklist li::before {
  content: "✓";
  margin-right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.faq-accordion .accordion-item {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid rgba(43, 79, 74, 0.2);
  box-shadow: 0 8px 20px rgba(58, 58, 58, 0.06);
  background-color: #ffffff;
}

.faq-accordion .accordion-button {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: var(--wd-dark);
  background-color: #ffffff;
}

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

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: var(--wd-primary);
}

#faq {
  background: linear-gradient(135deg, rgba(232, 221, 203, 0.25) 0%, rgba(167, 197, 142, 0.15) 50%, rgba(91, 138, 106, 0.1) 100%), #fafafa;
}

.waitlist-modal {
  max-width: 960px;
}

.waitlist-visual {
  background: rgba(43, 79, 74, 0.95);
  height: 100%;
  min-height: 260px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}

.waitlist-visual img {
  border-radius: 1.2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 18px 35px rgba(58, 58, 58, 0.35);
}

.waitlist-visual small {
  display: block;
  margin-top: 0.9rem;
  color: rgba(232, 221, 203, 0.8);
}

.waitlist-visual strong {
  font-size: 1.1rem;
  display: block;
  margin-top: 0.4rem;
}

@media (max-width: 991.98px) {
  .waitlist-visual {
    padding: 1.25rem;
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.27rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(43, 79, 74, 0.3);
  font-size: 0.75rem;
  color: var(--wd-muted);
  margin-bottom: 0.75rem;
}

.pill-dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background-color: #5b8a6a;
}

.testimonials {
  padding: 3.25rem 0;
}

.testimonial-card {
  border-radius: 1.4rem;
  background: var(--wd-pastel-peach);
  padding: 2rem;
  box-shadow: 0 18px 40px rgba(43, 79, 74, 0.18);
}

.testimonial-card p {
  font-size: 0.97rem;
}

#cta-section {
  background: #2b4f4a;
  background-image: none;
  position: relative;
  overflow: hidden;
}

#cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

#cta-section > * {
  position: relative;
  z-index: 1;
}

.cta-band {
  border-radius: 1.5rem;
  background: transparent;
  color: #ffffff;
  padding: 3rem 2.5rem;
  box-shadow: none;
  position: relative;
}


.cta-band h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.cta-band p {
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.cta-band .btn-light {
  background: #a7c58e;
  color: #2b4f4a;
  border: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.75rem 2rem;
  box-shadow: 0 4px 12px rgba(167, 197, 142, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-band .btn-light:hover {
  background: #e8ddcb;
  color: #2b4f4a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232, 221, 203, 0.35);
}

.cta-band .btn-outline-light {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  padding: 0.75rem 2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.cta-band .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.cta-band .d-flex.flex-column.flex-sm-row {
  align-items: stretch;
  gap: 1rem;
}

.cta-band .d-flex.flex-column.flex-sm-row > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 767.98px) {
  .cta-band {
    padding: 2rem 1.5rem;
  }

  .cta-band h2 {
    font-size: 1.9rem;
  }

  .cta-band .d-flex.flex-column.flex-sm-row {
    width: 100%;
  }

  .cta-band .btn-light,
  .cta-band .btn-outline-light {
    width: 100%;
    justify-content: center;
  }
}

/* CTA Section Responsive Layout */
.cta-content {
  flex: 1 1 auto;
}

.cta-button-wrapper {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .cta-content {
    max-width: calc(100% - 280px);
  }
  
  .cta-button-wrapper {
    align-self: flex-start;
    padding-top: calc(1.75rem + 0.75rem + 1.6rem + 1rem + 0.95rem + 0.5rem);
    margin-left: 1rem;
  }
}

/* ============================================
   FOOTER CTA SECTION
   ============================================ */

.footer-cta-wrapper {
  padding: 2.5rem 0 2rem;
  position: relative;
  overflow: hidden;
}

.footer-cta-card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 3rem;
  text-align: center;
  position: relative;
  box-shadow: 
    0 20px 50px rgba(43, 79, 74, 0.1),
    0 8px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(43, 79, 74, 0.08);
  overflow: hidden;
}

.footer-cta-card::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(167, 197, 142, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.footer-cta-card::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(232, 221, 203, 0.4) 0%, transparent 60%);
  pointer-events: none;
}

.footer-cta-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.footer-cta-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--wd-primary);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.footer-cta-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--wd-muted);
  margin-bottom: 1.5rem;
}

.footer-cta-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, var(--wd-primary) 0%, #3d6b64 100%);
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  box-shadow: 
    0 8px 25px rgba(43, 79, 74, 0.25),
    0 0 40px rgba(43, 79, 74, 0.1);
}

.footer-cta-guarantee i {
  font-size: 1.5rem;
  color: #a7c58e;
}

.footer-cta-guarantee strong {
  color: #a7c58e;
}

.btn-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 2.5rem;
  background: linear-gradient(135deg, var(--wd-cta-yellow) 0%, var(--wd-cta-yellow-dark) 100%);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 6px 20px rgba(91, 138, 106, 0.35),
    0 3px 8px rgba(43, 79, 74, 0.2);
}

.btn-footer-cta:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 12px 35px rgba(91, 138, 106, 0.45),
    0 6px 15px rgba(43, 79, 74, 0.25);
  color: #ffffff;
}

.btn-footer-cta i {
  transition: transform 0.3s ease;
}

.btn-footer-cta:hover i {
  transform: translateX(5px);
}

@media (max-width: 767.98px) {
  .footer-cta-wrapper {
    padding: 2rem 0 1.5rem;
  }
  
  .footer-cta-card {
    padding: 2rem 1.5rem;
  }
  
  .footer-cta-guarantee {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .btn-footer-cta {
    width: 100%;
    justify-content: center;
  }
}

footer {
  background: #3a3a3a;
  color: #e5e7eb;
  padding-top: 3rem;
  margin-top: 0;
  border-top: 1px solid rgba(43, 79, 74, 0.4);
}

footer h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ffffff;
  margin-bottom: 0.9rem;
}

footer a {
  font-family: 'Open Sans', sans-serif;
  color: #e5e7eb;
  text-decoration: none;
  font-size: 0.9rem;
}

footer a:hover {
  text-decoration: underline;
}

footer small {
  font-size: 0.78rem;
  color: #9ca3af;
}

@media (max-width: 991.98px) {
  .hero {
    padding-top: 3rem;
  }

  .hero-visual {
    margin-top: 2.5rem;
  }

  .hero-floating-card {
    right: -2%;
    bottom: -2%;
  }

  .hero-images-stack {
    min-height: 520px;
  }

  .hero-image-card-1 {
    width: 105%;
    height: 55%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767.98px) {
  .hero-images-stack {
    min-height: 440px;
  }

  .hero-image-card-1 {
    width: 115%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* Anchor offset for sticky navbar - allows space above sections when navigating */
section[id] {
  scroll-margin-top: 100px;
}

/* ============================================
   PROBLEM SECTION - Redesigned
   ============================================ */

.problem-section {
  padding: 6rem 0;
  background: linear-gradient(165deg, #faf9f7 0%, #f5f2ed 50%, #eee9e0 100%);
  position: relative;
  overflow: hidden;
}

/* Ambient glow orbs */
.problem-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(43, 79, 74, 0.15) 0%, rgba(43, 79, 74, 0.05) 40%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  animation: glow-pulse 6s ease-in-out infinite;
}

.problem-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(167, 197, 142, 0.25) 0%, rgba(91, 138, 106, 0.1) 40%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
  animation: glow-pulse 8s ease-in-out infinite reverse;
}

@keyframes glow-pulse {
  0%, 100% { 
    opacity: 0.7; 
    transform: scale(1); 
  }
  50% { 
    opacity: 1; 
    transform: scale(1.1); 
  }
}

/* Center glow accent */
.problem-section .container {
  position: relative;
}

.problem-section .container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(232, 221, 203, 0.4) 0%, transparent 60%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

/* Header */
.problem-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.problem-header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.deco-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--wd-primary));
  border-radius: 2px;
}

.deco-dot {
  width: 8px;
  height: 8px;
  background: var(--wd-primary);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
  box-shadow: 
    0 0 10px rgba(43, 79, 74, 0.6),
    0 0 20px rgba(43, 79, 74, 0.4),
    0 0 30px rgba(43, 79, 74, 0.2);
}

@keyframes pulse-dot {
  0%, 100% { 
    transform: scale(1); 
    opacity: 1;
    box-shadow: 
      0 0 10px rgba(43, 79, 74, 0.6),
      0 0 20px rgba(43, 79, 74, 0.4),
      0 0 30px rgba(43, 79, 74, 0.2);
  }
  50% { 
    transform: scale(1.3); 
    opacity: 0.9;
    box-shadow: 
      0 0 15px rgba(43, 79, 74, 0.8),
      0 0 30px rgba(43, 79, 74, 0.5),
      0 0 45px rgba(43, 79, 74, 0.3);
  }
}

.problem-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 700;
  color: var(--wd-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  text-shadow: 0 0 40px rgba(43, 79, 74, 0.15);
}

.problem-lead {
  font-family: 'Lato', sans-serif;
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--wd-dark);
  max-width: 720px;
  margin: 0 auto;
  opacity: 0.85;
}

/* Grid Layout */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
}

@media (max-width: 991.98px) {
  .problem-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
  }
}

/* Card Styles */
.problem-card {
  position: relative;
  border-radius: 1.5rem;
  padding: 2.25rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  overflow: hidden;
}

.problem-card-inner {
  position: relative;
  z-index: 2;
}

.problem-card-glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

/* Card 1 - Deep teal accent */
.problem-card-1 {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid rgba(43, 79, 74, 0.12);
  box-shadow: 
    0 4px 20px rgba(43, 79, 74, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.04),
    0 0 40px rgba(43, 79, 74, 0.06);
}

.problem-card-1 .number-circle {
  background: linear-gradient(135deg, var(--wd-primary) 0%, #3d6b64 100%);
  color: #fff;
  box-shadow: 
    0 4px 12px rgba(43, 79, 74, 0.3),
    0 0 20px rgba(43, 79, 74, 0.2);
}

.problem-card-1 .number-arrow {
  color: var(--wd-primary);
}

.problem-card-1:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 40px rgba(43, 79, 74, 0.15),
    0 8px 16px rgba(43, 79, 74, 0.1),
    0 0 60px rgba(43, 79, 74, 0.12);
  border-color: var(--wd-primary);
}

.problem-card-1 .problem-card-glow {
  background: radial-gradient(circle at 30% 30%, rgba(43, 79, 74, 0.08) 0%, transparent 60%);
}

.problem-card-1:hover .problem-card-glow {
  opacity: 1;
}

/* Card 2 - Sage green accent */
.problem-card-2 {
  background: linear-gradient(145deg, var(--wd-primary) 0%, #3d6b64 100%);
  border: 1px solid rgba(167, 197, 142, 0.3);
  box-shadow: 
    0 8px 30px rgba(43, 79, 74, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.08),
    0 0 60px rgba(43, 79, 74, 0.2),
    0 0 100px rgba(91, 138, 106, 0.15);
}

.problem-card-2 .number-circle {
  background: rgba(255, 255, 255, 0.95);
  color: var(--wd-primary);
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.15),
    0 0 25px rgba(255, 255, 255, 0.3);
}

.problem-card-2 .number-arrow {
  color: rgba(255, 255, 255, 0.7);
}

.problem-card-2 .problem-title {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.problem-card-2 .problem-description {
  color: rgba(255, 255, 255, 0.9);
}

.problem-card-2:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 24px 50px rgba(43, 79, 74, 0.35),
    0 12px 24px rgba(43, 79, 74, 0.2),
    0 0 80px rgba(43, 79, 74, 0.25),
    0 0 120px rgba(91, 138, 106, 0.2);
}

.problem-card-2 .problem-card-glow {
  background: 
    radial-gradient(circle at top right, rgba(167, 197, 142, 0.25) 0%, transparent 50%),
    radial-gradient(circle at bottom left, rgba(232, 221, 203, 0.15) 0%, transparent 50%);
}

.problem-card-2:hover .problem-card-glow {
  opacity: 1;
}

/* Card 3 - Warm cream accent */
.problem-card-3 {
  background: linear-gradient(145deg, var(--wd-primary-soft) 0%, #e0d4c0 100%);
  border: 1px solid rgba(167, 197, 142, 0.2);
  box-shadow: 
    0 4px 20px rgba(167, 141, 102, 0.12),
    0 1px 3px rgba(0, 0, 0, 0.04),
    0 0 50px rgba(232, 221, 203, 0.4);
}

.problem-card-3 .number-circle {
  background: linear-gradient(135deg, var(--clr-custom-a10) 0%, var(--wd-primary) 100%);
  color: #fff;
  box-shadow: 
    0 4px 12px rgba(91, 138, 106, 0.35),
    0 0 20px rgba(91, 138, 106, 0.2);
}

.problem-card-3 .number-arrow {
  color: var(--clr-custom-a10);
}

.problem-card-3:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 40px rgba(167, 141, 102, 0.2),
    0 8px 16px rgba(91, 138, 106, 0.12),
    0 0 70px rgba(232, 221, 203, 0.5),
    0 0 100px rgba(167, 197, 142, 0.15);
  border-color: var(--clr-custom-a10);
}

.problem-card-3 .problem-card-glow {
  background: radial-gradient(circle at 70% 70%, rgba(167, 197, 142, 0.15) 0%, transparent 60%);
}

.problem-card-3:hover .problem-card-glow {
  opacity: 1;
}

/* Number styling */
.problem-number {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.number-circle {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.problem-card:hover .number-circle {
  transform: scale(1.1) rotate(-3deg);
  filter: brightness(1.1);
}

.problem-card-1:hover .number-circle {
  box-shadow: 
    0 4px 12px rgba(43, 79, 74, 0.3),
    0 0 30px rgba(43, 79, 74, 0.4),
    0 0 50px rgba(43, 79, 74, 0.2);
}

.problem-card-2:hover .number-circle {
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.15),
    0 0 30px rgba(255, 255, 255, 0.5),
    0 0 50px rgba(255, 255, 255, 0.3);
}

.problem-card-3:hover .number-circle {
  box-shadow: 
    0 4px 12px rgba(91, 138, 106, 0.35),
    0 0 30px rgba(91, 138, 106, 0.4),
    0 0 50px rgba(91, 138, 106, 0.2);
}

.number-arrow {
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.problem-card:hover .number-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Content */
.problem-title {
  font-family: 'Lato', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--wd-dark);
  line-height: 1.3;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.problem-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--wd-muted);
  margin: 0;
}

/* ============================================
   OFFER PACKAGE SECTION
   ============================================ */

.offer-package-section {
  background: linear-gradient(165deg, #f8f9fa 0%, #ffffff 50%, #f5f2ed 100%);
  position: relative;
  overflow: hidden;
}

.offer-package-card {
  position: relative;
  background: #ffffff;
  border-radius: 2rem;
  padding: 3.5rem;
  border: 1px solid rgba(43, 79, 74, 0.1);
  box-shadow: 
    0 20px 50px rgba(43, 79, 74, 0.08),
    0 8px 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.offer-package-glow {
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(167, 197, 142, 0.15) 0%, transparent 60%);
  pointer-events: none;
  filter: blur(60px);
}

.offer-package-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 80% 20%, rgba(43, 79, 74, 0.04) 2px, transparent 2px),
    radial-gradient(circle at 20% 80%, rgba(91, 138, 106, 0.03) 2px, transparent 2px);
  background-size: 40px 40px;
  pointer-events: none;
}

.offer-package-content {
  position: relative;
  z-index: 2;
}

.offer-package-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--wd-primary) 0%, #3d6b64 100%);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(43, 79, 74, 0.25);
}

.offer-package-badge .badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.offer-package-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--wd-dark);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.offer-package-body {
  margin-bottom: 2rem;
}

.offer-package-body p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--wd-muted);
  margin-bottom: 1rem;
}

.offer-package-body p:last-child {
  margin-bottom: 0;
}

.btn-offer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--wd-cta-yellow) 0%, var(--wd-cta-yellow-dark) 100%);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 4px 15px rgba(91, 138, 106, 0.3),
    0 2px 6px rgba(43, 79, 74, 0.2);
}

.btn-offer-cta:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 8px 25px rgba(91, 138, 106, 0.4),
    0 4px 10px rgba(43, 79, 74, 0.25);
  color: #ffffff;
}

.btn-offer-cta i {
  transition: transform 0.3s ease;
}

.btn-offer-cta:hover i {
  transform: translateX(4px);
}

/* Highlight Cards */
.offer-package-highlights {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

.highlight-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: 1.25rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

.highlight-card:hover {
  transform: translateX(8px);
}

.highlight-price {
  background: linear-gradient(145deg, var(--wd-primary) 0%, #3d6b64 100%);
  box-shadow: 
    0 8px 25px rgba(43, 79, 74, 0.25),
    0 0 40px rgba(43, 79, 74, 0.1);
}

.highlight-price .highlight-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.highlight-price .highlight-label,
.highlight-price .highlight-note {
  color: rgba(255, 255, 255, 0.85);
}

.highlight-price .highlight-value {
  color: #ffffff;
}

.highlight-guarantee {
  background: linear-gradient(145deg, var(--wd-primary-soft) 0%, #e0d4c0 100%);
  border: 1px solid rgba(167, 197, 142, 0.3);
  box-shadow: 0 6px 20px rgba(167, 141, 102, 0.12);
}

.highlight-guarantee .highlight-icon {
  background: rgba(91, 138, 106, 0.15);
  color: var(--clr-custom-a10);
}

.highlight-guarantee .highlight-value {
  color: var(--wd-primary);
}

.highlight-support {
  background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid rgba(43, 79, 74, 0.12);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.highlight-support .highlight-icon {
  background: linear-gradient(135deg, rgba(167, 197, 142, 0.2) 0%, rgba(91, 138, 106, 0.15) 100%);
  color: var(--clr-custom-a10);
}

.highlight-icon {
  width: 56px;
  height: 56px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.highlight-card:hover .highlight-icon {
  transform: scale(1.1);
}

.highlight-content {
  display: flex;
  flex-direction: column;
}

.highlight-label {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wd-muted);
  opacity: 0.8;
}

.highlight-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--wd-dark);
  line-height: 1.2;
}

.highlight-note {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  color: var(--wd-muted);
  opacity: 0.75;
  margin-top: 0.15rem;
}

/* Responsive */
@media (max-width: 991.98px) {
  .offer-package-card {
    padding: 2.5rem 2rem;
  }
  
  .offer-package-highlights {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .offer-package-card {
    padding: 2rem 1.5rem;
  }
  
  .offer-package-headline {
    font-size: 1.5rem;
  }
  
  .offer-package-body p {
    font-size: 1rem;
  }
  
  .highlight-card {
    padding: 1.25rem;
  }
  
  .highlight-icon {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }
  
  .highlight-value {
    font-size: 1.25rem;
  }
}

/* Bottom accent */
.problem-accent {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.accent-bar {
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, var(--wd-primary-soft), var(--wd-primary), var(--clr-custom-a10));
  border-radius: 2px;
  position: relative;
  box-shadow: 
    0 0 20px rgba(43, 79, 74, 0.4),
    0 0 40px rgba(91, 138, 106, 0.3);
}

.accent-bar::before,
.accent-bar::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wd-primary);
  box-shadow: 0 0 12px rgba(43, 79, 74, 0.5);
}

.accent-bar::before {
  left: -12px;
}

.accent-bar::after {
  right: -12px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .problem-section {
    padding: 4rem 0;
  }

  .problem-headline {
    font-size: 1.75rem;
  }

  .problem-lead {
    font-size: 1rem;
  }

  .problem-card {
    padding: 1.75rem;
  }

  .problem-title {
    font-size: 1.2rem;
  }
}

/* ============================================
   PACKAGES PRICING SECTION
   ============================================ */

.packages-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 50%, #f5f2ed 100%);
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

.packages-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 79, 74, 0.15), transparent);
}

.packages-header {
  position: relative;
  z-index: 2;
}

.packages-header .section-subtitle {
  font-size: 1.15rem;
  max-width: 600px;
}

/* Package Card */
.package-card {
  position: relative;
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(43, 79, 74, 0.1);
  box-shadow: 
    0 4px 20px rgba(43, 79, 74, 0.06),
    0 1px 3px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 50px rgba(43, 79, 74, 0.12),
    0 8px 20px rgba(0, 0, 0, 0.06);
  border-color: rgba(43, 79, 74, 0.2);
}

/* Featured Card (Most Popular) */
.package-card-featured {
  background: linear-gradient(165deg, var(--wd-primary) 0%, #3d6b64 100%);
  border: 2px solid rgba(167, 197, 142, 0.3);
  box-shadow: 
    0 8px 35px rgba(43, 79, 74, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.1),
    0 0 60px rgba(43, 79, 74, 0.15);
  transform: scale(1.03);
  z-index: 2;
}

.package-card-featured:hover {
  transform: scale(1.03) translateY(-8px);
  box-shadow: 
    0 25px 60px rgba(43, 79, 74, 0.35),
    0 12px 25px rgba(0, 0, 0, 0.12),
    0 0 80px rgba(43, 79, 74, 0.2);
}

/* Popular Badge */
.package-popular-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.25rem;
  background: linear-gradient(135deg, #a7c58e 0%, #8ab87a 100%);
  color: var(--wd-primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 4px 12px rgba(167, 197, 142, 0.4);
}

.package-popular-badge i {
  font-size: 0.7rem;
}

/* Package Header */
.package-header {
  text-align: center;
  margin-bottom: 1.75rem;
  padding-top: 0.5rem;
}

.package-card-featured .package-header {
  padding-top: 1.5rem;
}

.package-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--wd-dark);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.package-card-featured .package-name {
  color: #ffffff;
}

.package-tagline {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  color: var(--wd-muted);
  line-height: 1.5;
  margin: 0;
}

.package-card-featured .package-tagline {
  color: rgba(255, 255, 255, 0.85);
}

/* Pricing Block */
.package-pricing {
  text-align: center;
  padding: 1.5rem;
  margin: 0 -0.5rem 1.75rem;
  background: rgba(43, 79, 74, 0.04);
  border-radius: 1rem;
}

.package-card-featured .package-pricing {
  background: rgba(255, 255, 255, 0.12);
}

.price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}

.price-amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--wd-primary);
  line-height: 1;
  letter-spacing: -0.03em;
}

.package-card-featured .price-amount {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.price-label {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  color: var(--wd-muted);
  font-weight: 500;
}

.package-card-featured .price-label {
  color: rgba(255, 255, 255, 0.7);
}

.price-monthly {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--wd-muted);
  margin-bottom: 0.75rem;
}

.package-card-featured .price-monthly {
  color: rgba(255, 255, 255, 0.8);
}

.price-annual,
.price-financing {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  color: var(--clr-custom-a10);
  background: rgba(167, 197, 142, 0.15);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin: 0.25rem 0.15rem;
}

.package-card-featured .price-annual,
.package-card-featured .price-financing {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.price-annual i,
.price-financing i {
  font-size: 0.85rem;
}

/* Features List */
.package-features {
  flex: 1;
  margin-bottom: 1.5rem;
}

.package-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--wd-dark);
  line-height: 1.45;
  border-bottom: 1px dashed rgba(43, 79, 74, 0.1);
}

.package-card-featured .package-features li {
  color: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.package-features li:last-child {
  border-bottom: none;
}

.feature-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clr-custom-a10), var(--wd-primary));
  color: #ffffff;
  font-size: 0.7rem;
  margin-top: 2px;
}

.package-card-featured .feature-check {
  background: rgba(255, 255, 255, 0.95);
  color: var(--wd-primary);
}

/* Ideal For */
.package-ideal {
  background: rgba(232, 221, 203, 0.4);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.package-card-featured .package-ideal {
  background: rgba(255, 255, 255, 0.12);
}

.ideal-label {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wd-primary);
  margin-bottom: 0.35rem;
}

.package-card-featured .ideal-label {
  color: rgba(255, 255, 255, 0.7);
}

.ideal-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  color: var(--wd-muted);
  line-height: 1.5;
}

.package-card-featured .ideal-text {
  color: rgba(255, 255, 255, 0.9);
}

/* CTA Buttons */
.btn-package {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 1.5rem;
  background: transparent;
  color: var(--wd-primary);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid var(--wd-primary);
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-package:hover {
  background: var(--wd-primary);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(43, 79, 74, 0.25);
}

.btn-package i {
  transition: transform 0.3s ease;
}

.btn-package:hover i {
  transform: translateX(4px);
}

.btn-package-featured {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #a7c58e 0%, #8ab87a 100%);
  color: var(--wd-primary);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 4px 15px rgba(167, 197, 142, 0.4),
    0 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-package-featured:hover {
  background: linear-gradient(135deg, #b8d49f 0%, #9ac88b 100%);
  color: var(--wd-primary);
  transform: translateY(-2px);
  box-shadow: 
    0 8px 25px rgba(167, 197, 142, 0.5),
    0 4px 10px rgba(0, 0, 0, 0.12);
}

.btn-package-featured i {
  transition: transform 0.3s ease;
}

.btn-package-featured:hover i {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991.98px) {
  .package-card-featured {
    transform: scale(1);
    margin: 1rem 0;
  }
  
  .package-card-featured:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 767.98px) {
  .packages-section {
    padding: 3.5rem 0;
  }
  
  .package-card {
    padding: 2rem 1.5rem;
  }
  
  .price-amount {
    font-size: 2.25rem;
  }
  
  .package-features li {
    font-size: 0.85rem;
  }
}

/* ============================================
   FULLSCREEN APPLICATION MODAL
   ============================================ */

.fullscreen-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
  height: 100%;
}

.fullscreen-modal .modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
  background: transparent;
  overflow: hidden;
}

/* Close Button */
.fullscreen-modal-close {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1100;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(43, 79, 74, 0.15);
  border-radius: 999px;
  color: var(--wd-primary);
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(43, 79, 74, 0.08);
  backdrop-filter: blur(10px);
}

.fullscreen-modal-close:hover {
  background: var(--wd-primary);
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 
    0 8px 30px rgba(43, 79, 74, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.1);
}

.fullscreen-modal-close i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.fullscreen-modal-close:hover i {
  transform: rotate(90deg);
}

/* Main Wrapper - Split Layout */
.fullscreen-modal-wrapper {
  display: flex;
  height: 100vh;
  width: 100%;
}

/* Left Visual Panel */
.fullscreen-modal-visual {
  flex: 0 0 45%;
  background: linear-gradient(165deg, var(--wd-primary) 0%, #1e3d38 50%, #152b27 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.visual-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(167, 197, 142, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(232, 221, 203, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(91, 138, 106, 0.08) 0%, transparent 50%);
  animation: pattern-shift 20s ease-in-out infinite;
}

@keyframes pattern-shift {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}

.visual-bg-pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    repeating-linear-gradient(0deg, rgba(255,255,255,0.02) 0px, transparent 1px, transparent 60px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.02) 0px, transparent 1px, transparent 60px);
  background-size: 60px 60px;
}

.visual-content {
  position: relative;
  z-index: 2;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 500px;
  animation: fadeInUp 0.6s ease-out 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.visual-logo {
  margin-bottom: 2rem;
}

.visual-logo img {
  height: 100px;
  width: auto;
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.3));
}

.visual-headline {
  margin-bottom: 2rem;
}

.visual-headline h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.visual-headline p {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}

.visual-image {
  width: 100%;
  max-width: 380px;
  margin-bottom: 2rem;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.4),
    0 10px 25px rgba(0, 0, 0, 0.2);
  transform: perspective(1000px) rotateY(-3deg);
  transition: transform 0.4s ease;
}

.visual-image:hover {
  transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.visual-image img {
  width: 100%;
  height: auto;
  display: block;
}

.visual-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.visual-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.visual-feature:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(5px);
}

.visual-feature i {
  font-size: 1.1rem;
  color: var(--clr-custom-a20);
}

.visual-feature span {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Right Form Panel */
.fullscreen-modal-form {
  flex: 1;
  background: linear-gradient(180deg, #ffffff 0%, #faf9f7 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-modal-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--clr-custom-a20), var(--wd-primary), var(--clr-custom-a10));
}

.form-scroll-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.form-content {
  width: 100%;
  max-width: 520px;
  animation: fadeInRight 0.6s ease-out 0.3s both;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Form Header */
.form-header {
  margin-bottom: 2rem;
}

.form-eyebrow {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--clr-custom-a10);
  background: linear-gradient(135deg, rgba(167, 197, 142, 0.15), rgba(91, 138, 106, 0.1));
  padding: 0.5rem 1rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.form-header h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--wd-dark);
  line-height: 1.25;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.form-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: var(--wd-muted);
  line-height: 1.6;
  margin: 0;
}

/* Form Notice */
.form-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(43, 79, 74, 0.06), rgba(91, 138, 106, 0.04));
  border: 1px solid rgba(43, 79, 74, 0.12);
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}

.form-notice i {
  font-size: 1.1rem;
  color: var(--wd-primary);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.form-notice span {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  color: var(--wd-dark);
  line-height: 1.5;
}

/* Form Success */
.form-success {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.25rem;
  background: linear-gradient(135deg, rgba(167, 197, 142, 0.15), rgba(91, 138, 106, 0.1));
  border: 1px solid rgba(167, 197, 142, 0.3);
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}

.form-success i {
  font-size: 1.25rem;
  color: var(--clr-custom-a10);
  flex-shrink: 0;
}

.form-success span {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: var(--wd-dark);
  line-height: 1.5;
  font-weight: 500;
}

/* Application Form */
.application-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-field-label {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--wd-dark);
  letter-spacing: 0.01em;
}

.form-field-input {
  width: 100%;
  padding: 0.9rem 1.1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: var(--wd-dark);
  background: #ffffff;
  border: 2px solid rgba(43, 79, 74, 0.12);
  border-radius: 0.75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}

.form-field-input::placeholder {
  color: rgba(58, 58, 58, 0.4);
}

.form-field-input:hover {
  border-color: rgba(43, 79, 74, 0.25);
}

.form-field-input:focus {
  border-color: var(--wd-primary);
  box-shadow: 
    0 0 0 4px rgba(43, 79, 74, 0.1),
    0 4px 12px rgba(43, 79, 74, 0.08);
}

.form-field-textarea {
  resize: vertical;
  min-height: 100px;
}

/* Select Wrapper */
.select-wrapper {
  position: relative;
}

.select-wrapper .form-field-input {
  appearance: none;
  padding-right: 2.5rem;
  cursor: pointer;
}

.select-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: var(--wd-muted);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.select-wrapper:focus-within .select-icon {
  transform: translateY(-50%) rotate(180deg);
  color: var(--wd-primary);
}

.form-field-hint {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  color: var(--wd-muted);
  opacity: 0.8;
  line-height: 1.4;
}

/* Submit Button */
.form-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1.1rem 2rem;
  margin-top: 0.5rem;
  background: linear-gradient(135deg, var(--wd-cta-yellow) 0%, var(--wd-cta-yellow-dark) 100%);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 4px 15px rgba(91, 138, 106, 0.3),
    0 2px 6px rgba(43, 79, 74, 0.2);
  position: relative;
  overflow: hidden;
}

.form-submit-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 8px 25px rgba(91, 138, 106, 0.4),
    0 4px 10px rgba(43, 79, 74, 0.25);
}

.form-submit-btn:hover::before {
  opacity: 1;
}

.form-submit-btn:active {
  transform: translateY(-1px);
}

.form-submit-btn i {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.form-submit-btn:hover i {
  transform: translateX(5px);
}

/* Disclaimer */
.form-disclaimer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  color: var(--wd-muted);
  opacity: 0.7;
}

.form-disclaimer i {
  font-size: 0.9rem;
  color: var(--clr-custom-a10);
}

/* Validation States */
.application-form.was-validated .form-field-input:valid {
  border-color: var(--clr-custom-a10);
}

.application-form.was-validated .form-field-input:invalid {
  border-color: #dc3545;
}

.application-form.was-validated .form-field-input:invalid:focus {
  box-shadow: 
    0 0 0 4px rgba(220, 53, 69, 0.1),
    0 4px 12px rgba(220, 53, 69, 0.08);
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  .fullscreen-modal-wrapper {
    flex-direction: column;
  }
  
  .fullscreen-modal-visual {
    flex: 0 0 auto;
    min-height: 35vh;
    padding: 2rem;
  }
  
  .visual-content {
    padding: 1.5rem;
    max-width: 100%;
  }
  
  .visual-logo img {
    height: 70px;
  }
  
  .visual-headline {
    margin-bottom: 1rem;
  }
  
  .visual-headline h2 {
    font-size: 1.5rem;
  }
  
  .visual-image {
    display: none;
  }
  
  .visual-features {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .visual-feature {
    flex: 0 1 auto;
    padding: 0.5rem 0.75rem;
  }
  
  .visual-feature span {
    font-size: 0.8rem;
  }
  
  .fullscreen-modal-form {
    flex: 1;
    min-height: 65vh;
  }
  
  .fullscreen-modal-form::before {
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, var(--clr-custom-a20), var(--wd-primary), var(--clr-custom-a10));
  }
  
  .form-scroll-container {
    padding: 2rem 1.5rem;
    align-items: flex-start;
  }
  
  .form-content {
    max-width: 100%;
  }
  
  .fullscreen-modal-close {
    top: 1rem;
    right: 1rem;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
  }
  
  .fullscreen-modal-close span {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .fullscreen-modal-visual {
    min-height: 28vh;
    padding: 1.5rem;
  }
  
  .visual-content {
    padding: 1rem;
  }
  
  .visual-logo {
    margin-bottom: 1rem;
  }
  
  .visual-logo img {
    height: 55px;
  }
  
  .visual-headline h2 {
    font-size: 1.25rem;
  }
  
  .visual-headline p {
    font-size: 0.85rem;
    display: none;
  }
  
  .visual-features {
    gap: 0.5rem;
  }
  
  .visual-feature {
    padding: 0.4rem 0.6rem;
  }
  
  .visual-feature i {
    font-size: 0.9rem;
  }
  
  .visual-feature span {
    font-size: 0.75rem;
  }
  
  .form-scroll-container {
    padding: 1.5rem 1rem;
  }
  
  .form-header h1 {
    font-size: 1.35rem;
  }
  
  .form-description {
    font-size: 0.9rem;
  }
  
  .form-notice {
    padding: 0.85rem 1rem;
  }
  
  .form-notice span {
    font-size: 0.85rem;
  }
  
  .form-field-input {
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
  }
  
  .form-submit-btn {
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
  }
}

/* Modal Animation Enhancement */
.fullscreen-modal.fade .modal-dialog {
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fullscreen-modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

/* Scrollbar Styling for Form Panel */
.form-scroll-container::-webkit-scrollbar {
  width: 6px;
}

.form-scroll-container::-webkit-scrollbar-track {
  background: rgba(43, 79, 74, 0.05);
}

.form-scroll-container::-webkit-scrollbar-thumb {
  background: rgba(43, 79, 74, 0.2);
  border-radius: 3px;
}

.form-scroll-container::-webkit-scrollbar-thumb:hover {
  background: rgba(43, 79, 74, 0.35);
}

/* ============================================
   THANK YOU PAGE STYLES
   ============================================ */

/* Visual Panel - Thank You State */
.thank-you-visual {
  background: linear-gradient(165deg, #1a4a3f 0%, var(--wd-primary) 50%, #3d6b64 100%);
}

.visual-success-icon {
  margin: 2rem 0;
  animation: successPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s both;
}

.visual-success-icon i {
  font-size: 5rem;
  color: var(--clr-custom-a20);
  filter: drop-shadow(0 0 30px rgba(167, 197, 142, 0.5));
  animation: successGlow 2s ease-in-out infinite;
}

@keyframes successPop {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes successGlow {
  0%, 100% {
    filter: drop-shadow(0 0 20px rgba(167, 197, 142, 0.4));
  }
  50% {
    filter: drop-shadow(0 0 40px rgba(167, 197, 142, 0.7));
  }
}

/* Thank You Content */
.thank-you-content {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 2rem 0;
  animation: fadeInUp 0.6s ease-out 0.2s both;
}

.thank-you-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.thank-you-check {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, var(--clr-custom-a20) 0%, var(--clr-custom-a10) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: checkBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s both;
  box-shadow: 
    0 8px 30px rgba(167, 197, 142, 0.4),
    0 0 60px rgba(167, 197, 142, 0.2);
}

@keyframes checkBounce {
  from {
    opacity: 0;
    transform: scale(0) rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.thank-you-check i {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: bold;
}

.thank-you-header h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--wd-primary);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.thank-you-subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 1.15rem;
  color: var(--clr-custom-a10);
  font-weight: 600;
  margin: 0;
}

.thank-you-message {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  color: var(--wd-muted);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2rem;
}

/* Thank You Steps */
.thank-you-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.thank-you-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: #ffffff;
  border: 1px solid rgba(43, 79, 74, 0.1);
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(43, 79, 74, 0.06);
  transition: all 0.3s ease;
  animation: stepSlideIn 0.5s ease-out both;
}

.thank-you-step:nth-child(1) { animation-delay: 0.5s; }
.thank-you-step:nth-child(2) { animation-delay: 0.65s; }
.thank-you-step:nth-child(3) { animation-delay: 0.8s; }

@keyframes stepSlideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.thank-you-step:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(43, 79, 74, 0.1);
  border-color: rgba(167, 197, 142, 0.3);
}

.step-number {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--wd-primary) 0%, #3d6b64 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.step-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(167, 197, 142, 0.15) 0%, rgba(91, 138, 106, 0.1) 100%);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon i {
  font-size: 1.25rem;
  color: var(--clr-custom-a10);
}

.step-content {
  flex: 1;
}

.step-content h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--wd-dark);
  margin-bottom: 0.25rem;
}

.step-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--wd-muted);
  line-height: 1.5;
  margin: 0;
}

/* Thank You Closing */
.thank-you-closing {
  text-align: center;
  padding: 1.25rem;
  background: linear-gradient(135deg, rgba(232, 221, 203, 0.4) 0%, rgba(167, 197, 142, 0.15) 100%);
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}

.thank-you-closing p {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: var(--wd-dark);
  margin: 0;
  line-height: 1.6;
}

.thank-you-closing a {
  color: var(--wd-primary);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.thank-you-closing a:hover {
  color: var(--clr-custom-a10);
  text-decoration: underline;
}

/* Thank You Close Button */
.thank-you-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 2rem;
  background: var(--wd-primary);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(43, 79, 74, 0.25);
}

.thank-you-close-btn:hover {
  background: var(--clr-custom-a10);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(91, 138, 106, 0.35);
}

.thank-you-close-btn i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.thank-you-close-btn:hover i {
  transform: rotate(90deg);
}

/* Mobile Responsive - Thank You */
@media (max-width: 991.98px) {
  .thank-you-visual .visual-success-icon {
    margin: 1rem 0;
  }
  
  .thank-you-visual .visual-success-icon i {
    font-size: 3.5rem;
  }
  
  .thank-you-content {
    max-width: 100%;
    padding: 1.5rem 0;
  }
  
  .thank-you-header {
    margin-bottom: 1.5rem;
  }
  
  .thank-you-check {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
  
  .thank-you-check i {
    font-size: 1.75rem;
  }
  
  .thank-you-step {
    padding: 1rem;
  }
  
  .step-icon {
    width: 38px;
    height: 38px;
  }
  
  .step-icon i {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .thank-you-header h1 {
    font-size: 1.75rem;
  }
  
  .thank-you-subtitle {
    font-size: 1rem;
  }
  
  .thank-you-message {
    font-size: 0.95rem;
  }
  
  .thank-you-step {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  
  .step-number {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
  }
  
  .step-content h3 {
    font-size: 0.95rem;
  }
  
  .step-content p {
    font-size: 0.85rem;
  }
  
  .thank-you-closing {
    padding: 1rem;
  }
  
  .thank-you-closing p {
    font-size: 0.85rem;
  }
}

