@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@400;500;600;700&family=Montserrat:wght@400;500;600&display=swap");

:root {
  --font-heading: "Unbounded", sans-serif;
  --font-body: "Montserrat", sans-serif;
  --color-text-primary: #ffffff;
  --color-text-secondary: #dce1e9;
  --header-background: rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h2,
h3 {
  background: linear-gradient(
    90deg,
    rgba(3, 4, 9, 1) 0%,
    rgba(3, 4, 9, 0.5) 50%,
    rgba(3, 4, 9, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

body {
  font-family: var(--font-body);
  color: var(--color-text-primary);
  background: #0b0e13;
}

a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.3s ease, padding 0.3s ease;
  background-color: RGBA(16, 19, 24, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: solid 1px RGBA(255, 255, 255, 0.05);
}

.site-header.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(16px);
  padding: 0.5rem 1.5rem;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-logo img {
  width: 40px;
  height: 40px;
}

.site-logo .logo-text {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  color: var(--color-text-primary);
}

.desktop-nav {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.desktop-nav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.desktop-nav a {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-text-primary);
  transition: opacity 0.25s ease;
  opacity: 0.6;
}

.step-card h3 {
  background: linear-gradient(
    90deg,
    rgba(3, 4, 9, 1) 0%,
    rgba(3, 4, 9, 0.5) 50%,
    rgba(3, 4, 9, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.trust-card-large h3 {
  background: linear-gradient(
    90deg,
    rgba(3, 4, 9, 1) 0%,
    rgba(3, 4, 9, 0.5) 50%,
    rgba(3, 4, 9, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

.get-started-main {
  padding: 6rem 0 0 0;
  text-align: center;
  background-image: url(./assets/hero-block-fallback.jpg);
  background-size: cover;
  background-position: center;
}

.desktop-nav a:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 101;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 98;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background: #0e121a;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem;
  gap: 1rem;
  transition: right 0.3s ease;
  z-index: 99;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu a {
  font-family: var(--font-body);
  color: var(--color-text-primary);
  font-size: 1.1rem;
  padding: 0.5rem 0;
  transition: color 0.25s ease;
}

.mobile-menu a:hover {
  color: #ffd700;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.ai-wrapper {
  position: relative;
  border: 2px solid transparent;
  border-radius: 50px;
  background: conic-gradient(
        from var(--angle),
        rgba(0, 210, 255, 0) 0deg,
        rgba(0, 210, 255, 0.4) 15deg,
        #00c6ff 45deg,
        #00c6ff 90deg,
        #8843e6 150deg,
        #c431f7 210deg,
        #ff5f7e 270deg,
        #fff500 330deg,
        rgba(255, 245, 0, 0.5) 355deg,
        rgba(255, 245, 0, 0) 360deg
      )
      border-box,
    rgba(255, 255, 255, 0.1) padding-box;
  background-clip: border-box, padding-box;
  animation: spin 8s linear infinite;
}

.ai-wrapper:hover,
.ai-wrapper:focus-within {
  animation: spinReverse 4s linear infinite;
  filter: brightness(1.25) saturate(1.4);
  box-shadow: 0 0 12px 4px rgba(0, 210, 255, 0.3),
    0 0 24px 8px rgba(136, 67, 230, 0.2);
}

.glass {
  --glass-radius: 14px;
  --glass-blur: 16px;
  --glass-sat: 140%;
  --glass-tint: rgba(40, 40, 40, 0.72);

  position: relative;
  border-radius: var(--glass-radius);
  background: var(--glass-tint);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
  overflow: hidden;
}

.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  background: radial-gradient(
      120px 120px at 20% 20%,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0) 60%
    ),
    radial-gradient(
      180px 140px at 80% 10%,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0) 45%
    );
  opacity: 0.9;
}

.glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0 1px,
      rgba(255, 255, 255, 0) 1px 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0 1px,
      rgba(255, 255, 255, 0) 1px 4px
    );
  opacity: 0.35;
  mix-blend-mode: overlay;
}

.glass.light {
  --glass-tint: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.light-section {
  transform: translate3d(0, 0, 0);
  background: conic-gradient(
    from 180deg at 50% 50%,
    RGBA(0, 136, 255, 0.06) 0%,
    RGBA(52, 199, 89, 0.06) 40%,
    RGBA(255, 204, 0, 0.06) 50%,
    RGBA(255, 56, 60, 0.06) 57%,
    RGBA(203, 48, 224, 0.06) 65%,
    RGBA(0, 136, 255, 0.06) 100%
  );
  background-color: #fff;
  color: #030409;
  padding: 5rem 1rem;
}
.light-section .badge {
  background: rgba(255, 255, 255, 0.5);
  color: #030409;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-family: var(--font-body);
  font-weight: 600;
}
.light-section h2,
.light-section h3 {
  color: #030409;
}
.light-section p {
  color: #3c455a;
  line-height: 1.6;
}

.light-card {
  position: relative;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  border-radius: 25px;
  padding: 2rem;
  overflow: hidden;
  color: #030409;
  flex: 1;
}
.light-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.dark-bar {
  background: rgba(3, 4, 9, 0.85);
  color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.dark-bar .bar-item {
  flex: 1 1 300px;
}
.dark-bar h3 {
  font-family: var(--font-heading);
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #fff;
}
.dark-bar p {
  font-family: var(--font-body);
  color: #d5dbea;
  font-size: 0.875rem;
  line-height: 1.5;
}

.qualify-section .qualify-form {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
  max-width: 888px;
  width: 100%;
  align-content: flex-start;
}
.qualify-section .qualify-form select,
.qualify-section .qualify-form input.form-input {
  flex: 1 1 200px;
  padding: 0.75rem 1rem;
  border-radius: 50px;
  border: 1px solid rgba(3, 4, 9, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: #030409;
  font-family: var(--font-body);
  font-size: 0.875rem;
}
.qualify-section .qualify-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.57398%200H0.898976C0.0989764%200%20-0.301023%200.966667%200.265643%201.53333L4.58231%205.85C5.27398%206.54167%206.39898%206.54167%207.09064%205.85L8.73231%204.20833L11.4073%201.53333C11.9656%200.966667%2011.5656%200%2010.7656%200H5.57398Z%22%20fill%3D%22%23030409%22%2F%3E%3C%2Fsvg%3E");
  font-size: 16px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 7px;
  padding-right: 2.5rem;
}
.qualify-section .qualify-form .cta-button {
  flex: 1 1 200px;
  margin-top: 0;
}

.input-error {
  border-color: #ff4d4f !important;
  color: #ff4d4f !important;
}

.input-error-message {
  margin-top: 0px;
  font-size: 12px;
  margin-bottom: 6px;
  color: #ff4d4f;
  font-weight: 600;
  background-color: RGBA(255, 77, 79, 0.1);
  padding: 2px 8px;
  border-radius: 10px;
  border-top: 1px solid RGBA(255, 77, 79, 0.3);
  border-bottom: 1px solid RGBA(255, 77, 79, 0.3);
}

.site-footer {
  background: #030409;
  color: #c8d1e1;
  padding: 4rem 1.5rem;
}
.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.footer-logo img {
  width: 48px;
  height: 48px;
}
.footer-logo .logo-text {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-left: 0.5rem;
}
.footer-brand {
  flex: 1 1 250px;
}
.footer-tagline {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #8891a6;
}
.footer-links {
  flex: 2 1 500px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-links .link-group {
  min-width: 150px;
}
.footer-links h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #fff;
  font-weight: 500;
  opacity: 0.6;
}
.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 0.5rem;
}
.footer-links a {
  color: #c8d1e1;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer-links a:hover {
  color: #fff;
}

@keyframes spin {
  to {
    --angle: 360deg;
  }
}

@keyframes spinReverse {
  to {
    --angle: -360deg;
  }
}

.form-container.glow {
  position: relative;
  overflow: visible;
  border-radius: 44px;
}

.form-container.glow > * {
  position: relative;
  z-index: 2;
}

.form-container.glow canvas.border-glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 50px;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.05)
    )
    #0b0e13;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.1)
    )
    #0b0e13;
}

.hero-block {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5rem 1rem 6rem 1rem;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.hero-left,
.hero-right {
  flex: 1 1 45%;
  min-width: 300px;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-left h1 {
  font-family: var(--font-heading);
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 1rem;
  font-weight: 400;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.no-clip .gradient-text {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.hero-left .hero-description {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-secondary);
  margin-bottom: 1.5rem;
  max-width: 600px;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 192px;
}

.feature-item .feature-image {
  padding: 7px 10px;
  border-radius: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
}

.feature-item img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.feature-item strong {
  font-weight: 400;
  display: block;
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-family: var(--font-heading);
}

.feature-item span {
  font-size: 11px;
  line-height: 13px;
  color: var(--color-text-secondary);
}

.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lens-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  border-radius: 44px;
  overflow: hidden;
}

#lens-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.form-container {
  position: relative;
  z-index: 2;
  padding: 2rem 1.5rem;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-text-primary);
  top: 0px;
  left: 0px;
}

.form-container h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.form-container .sub-text {
  font-size: 0.75rem;
  color: var(--color-text-secondary);
  margin-bottom: 1rem;
  text-align: center;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  height: 56px;
  margin-bottom: 1.5rem;
}

.slider-value {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  padding: 0.25rem 0.75rem;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  font-family: var(--font-heading);
  font-size: 1rem;
  pointer-events: none;
  white-space: nowrap;
}

.tick-track {
  display: none;
}

.slider-svg {
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  height: 69px;
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}

.slider-track-path {
  stroke: url(#sliderGradient);
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.qualify-section .slider-track-path {
  stroke: url(#sliderGradient2);
}

.slider-ticks line {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1;
}

.slider-ticks line[data-major="true"] {
  stroke-width: 1.5;
  stroke: rgba(255, 255, 255, 0.6);
}

.tick-track {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 160%;
  height: 35px;
  background-image: repeating-linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0 2px,
    rgba(255, 255, 255, 0) 2px 18px
  );
  pointer-events: none;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  height: 85px;
  background: none;
  z-index: 2;
  top: 10px;
  overflow: visible;
  border: none;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 35px;
  background: transparent;
  border-radius: 4px;
  overflow: visible;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 35px;
  background: transparent;
  border-radius: 4px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2 L1 6 L5 10 M9 2 L13 6 L9 10' stroke='%230b0e13' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-top: -13px;

  transform-origin: center;
  animation: sliderPulse 1.6s ease-in-out infinite;
  will-change: transform, box-shadow;
  transition: none;
}

input[type="range"]::-webkit-slider-thumb:active {
  transform: scale(1.1);
}

input[type="range"]::-moz-range-thumb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2 L1 6 L5 10 M9 2 L13 6 L9 10' stroke='%230b0e13' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;

  transform-origin: center;
  animation: sliderPulse 1.6s ease-in-out infinite;
  will-change: transform, box-shadow;
  transition: none;
}

input[type="range"]:active::-webkit-slider-thumb,
input[type="range"]:active::-moz-range-thumb {
  animation: none;
  transform: scale(1.1);
}

@keyframes sliderPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.45);
  }
  70% {
    transform: scale(1.04);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

input[type="range"]::-webkit-slider-thumb {
  animation: sliderPulse 1.6s ease-in-out infinite;
  will-change: transform, box-shadow;
}

input[type="range"]::-moz-range-thumb {
  animation: sliderPulse 1.6s ease-in-out infinite;
  will-change: transform, box-shadow;
}

input[type="range"]:active::-webkit-slider-thumb,
input[type="range"]:active::-moz-range-thumb {
  animation: none;
  transform: scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
  input[type="range"]::-webkit-slider-thumb,
  input[type="range"]::-moz-range-thumb {
    animation: none;
  }
}

.common-label {
  font-size: 0.75rem;
  color: var(--color-text-secondary);
  margin-bottom: 0.5rem;
  text-align: center;
}

.common-amounts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.common-amounts button {
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-family: var(--font-body);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.common-amounts button:hover {
  background: rgba(255, 255, 255, 0.25);
}

.form-input {
  width: 100%;
  padding: 0.6rem 1rem;
  margin-bottom: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  border-radius: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: all 0.3s ease;
  height: 50px;
  backdrop-filter: blur(16px);
}

.form-container .cta-button {
  width: 100%;
  height: 50px;
}
.form-container .ai-wrapper {
  width: 100%;
}

.form-input:hover {
  background: rgba(255, 255, 255, 0.22);
}

.form-input::placeholder {
  color: var(--color-text-secondary);
}

.journey-section {
  padding: 6rem 1rem;
}

.journey-header {
  text-align: center;
  margin-bottom: 2rem;
}

.journey-header .badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.7rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-text-primary);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.journey-header h2 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 400;
  color: var(--color-text-primary);
}

.journey-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.journey-card {
  position: relative;
  flex: 1 1 280px;
  max-width: 350px;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--color-text-primary);
  overflow: hidden;
}

.journey-card::before,
.journey-card::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
}

.journey-card::before {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.journey-card::after {
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.journey-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  margin-bottom: 0.75rem;
}

.journey-icon img {
  width: 28px;
  height: 28px;
}

.journey-card h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.journey-card p {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  line-height: 1.5;
}

.journey-cta {
  text-align: center;
  margin-top: 2rem;
}

.journey-button {
  padding: 0.75rem 1.75rem;
}

.benefits-section {
  padding: 6rem 1rem;
  background: #0e121a;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
  align-items: stretch;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 1.5rem;
  color: var(--color-text-primary);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  backdrop-filter: blur(10px);
}

.benefit-card h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.benefit-card p {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  line-height: 1.5;
}

.benefit-image {
  grid-column: span 3;
  border-radius: 20px;
  overflow: hidden;
}

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

.trust-section {
  padding: 6rem 1rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02),
    rgba(255, 255, 255, 0.05)
  );
}

.trust-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-text-primary);
  font-weight: 500;
}

.trust-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto 2rem;
}

.trust-card {
  flex: 1 1 300px;
  max-width: 480px;
  padding: 2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  color: var(--color-text-primary);
}

.trust-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.trust-card h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.trust-card p {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.trust-bar .bar-item {
  flex: 1 1 300px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 1.5rem;
  color: var(--color-text-primary);
  backdrop-filter: blur(10px);
}

.trust-bar h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.trust-bar p {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.qualify-section {
  padding: 6rem 1rem;
  background: #030409;
}

.qualify-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}

.qualify-image {
  flex: 1 1 40%;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.qualify-content {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-text-primary);
  background: url(./assets/new_imgs/find_if_you_qualify_back.jpg) no-repeat
    center center;
}

.qualify-content h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin-bottom: 0.75rem;
  text-align: center;
  font-weight: 400;
}

.qualify-content p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-align: center;
}

.secondary-slider {
  margin-bottom: 1rem;
  width: 100%;
}

.secondary-amounts button {
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-family: var(--font-body);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.secondary-amounts button:hover {
  background: rgba(255, 255, 255, 0.25);
}

.disclosure-link {
  font-size: 0.8rem;
  color: RGBA(0, 0, 0, 0.3);
  padding: 14px 16px;
  border-radius: 60px;
  border-top: solid 1px RGBA(0, 0, 0, 0.1);
  border-bottom: solid 1px RGBA(0, 0, 0, 0.1);
  background-color: RGBA(0, 0, 0, 0.05);
  text-decoration: underline;
  margin-top: 0.75rem;
  display: block;
  text-align: center;
}

.disclosure-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

.disclosure-modal.show {
  display: flex;
}

.disclosure-modal .modal-content {
  background: #0e121a;
  color: var(--color-text-primary);
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  padding: 2rem;
  overflow-y: auto;
  max-height: 90vh;
  position: relative;
}

.disclosure-modal .modal-content h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.disclosure-modal .modal-content h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-top: 1rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 0.6rem;
}

.disclosure-modal .modal-content p {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.disclosure-modal .modal-close-top {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.modal-body {
  overflow-y: auto;
  max-height: 70vh;
  padding-right: 1rem;
}

.material-disclosure {
  padding: 4rem 1rem;
  background: #030409;
}

.material-disclosure .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  color: var(--color-text-primary);
}

.material-disclosure h2 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  margin-bottom: 1rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.material-disclosure h2 span {
  color: #ffcf58;
}

.material-disclosure p {
  font-size: 12px;
  color: var(--color-text-secondary);
  margin-bottom: 1rem;
  line-height: 1.6;
  opacity: 0.6;
}

.material-disclosure a {
  color: #77aaff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .site-header {
    padding: 0.5rem 1rem;
  }
  .cta-button {
    font-size: 14px;
    padding: 10px 14px;
  }
  .benefit-image {
    grid-column: span 1;
  }
  .journey-cards {
    flex-direction: column;
  }
  .trust-cards {
    flex-direction: column;
  }
  .trust-bar {
    flex-direction: column;
  }
  .qualify-container {
    flex-direction: column;
  }
  .qualify-image {
    flex: 1 1 100%;
    min-height: 200px;
  }
  .qualify-content {
    flex: 1 1 100%;
  }
}

.form-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .common-amounts button {
    padding: 12px 11px;
  }
  .hero-left h1 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0;
  }
  .hero-container {
    gap: 1rem;
  }
  .form-container h2 {
    font-size: 1.1rem;
  }
  .form-container {
    padding: 16px 16px;
  }
  .hero-features {
    display: none;
  }
  .hero-left .hero-description {
    display: none;
  }
  .hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .hero-left,
  .hero-right {
    flex-basis: 100%;
    max-width: 100%;
  }
  .feature-item {
    max-width: none;
    justify-content: center;
    text-align: left;
  }
}

#loan-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 0 !important;
}

#loan-slider::-moz-range-thumb {
  width: 35px;
  height: 35px;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 0 !important;
}

.form-container {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.form-container::before {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.9);
  mix-blend-mode: screen;
  filter: blur(22px);
  background: radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 55%
    ),
    radial-gradient(
      circle at 70% 40%,
      rgba(120, 180, 255, 0.9) 0%,
      rgba(120, 180, 255, 0) 60%
    ),
    radial-gradient(
      circle at 50% 80%,
      rgba(255, 120, 220, 0.7) 0%,
      rgba(255, 120, 220, 0) 60%
    );
}

.form-container.load-glow::before {
  animation: formGlowIn 1.2s ease-out forwards;
}

.form-container.load-glow {
  animation: formGlowShadow 1.2s ease-out forwards;
}

@keyframes formGlowIn {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }
  20% {
    opacity: 0.95;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@keyframes formGlowShadow {
  0% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  30% {
    box-shadow: 0 0 70px rgba(255, 255, 255, 0.35),
      0 0 140px rgba(120, 180, 255, 0.18);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-container.load-glow::before,
  .form-container.load-glow {
    animation: none;
  }
}

:root {
  --bg-white: #ffffff;
  --bg-dark: #0a0a0a;
  --text-dark: #1a1a1a;
  --text-light: #ffffff;
  --text-muted: #666666;
  --text-muted-dark: #a0a0a0;
  --border-light: rgba(0, 0, 0, 0.05);
  --border-dark: rgba(255, 255, 255, 0.1);
  --accent: #000000;
}

.text-center {
  text-align: center;
}
.grid {
  display: grid;
  gap: 30px;
}
.flex {
  display: flex;
  align-items: center;
}
.justify-center {
  justify-content: center;
}

.how-it-works {
  position: relative;
  transform: translate3d(0, 0, 0);
  background: conic-gradient(
    from 180deg at 50% 50%,
    RGBA(0, 136, 255, 0.06) 0%,
    RGBA(52, 199, 89, 0.06) 40%,
    RGBA(255, 204, 0, 0.06) 50%,
    RGBA(255, 56, 60, 0.06) 57%,
    RGBA(203, 48, 224, 0.06) 65%,
    RGBA(0, 136, 255, 0.06) 100%
  );
  background-color: #fff;
}
.badge {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--border-light);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: none;
  color: #030409;
}
.section-title {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin-bottom: 60px;
}
.steps-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.step-card {
  padding: 40px;
  border: 1px solid var(--border-light);
  border-radius: 24px;
  background: RGBA(255, 255, 255, 0.5);
  transition: transform 0.3s ease;
}
.options-section .section-title {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.icon-placeholder {
  width: 65px;
  height: 65px;
  background: RGBA(255, 255, 255, 0.1);
  border-top: solid 1px RGBA(255, 255, 255, 0.1);
  border-bottom: solid 1px RGBA(255, 255, 255, 0.1);
  border-radius: 65px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  padding: 13px 16px;
}
.step-card h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.step-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
}
.grid.steps-grid .icon-placeholder {
  width: 100px;
  height: 100px;
  background: #fff;
  border: solid 1px RGBA(0, 0, 0, 0.06);
  border-radius: 100px;
}

.trust-section .trust-card-large .icon-placeholder {
  width: 100px;
  height: 100px;
  background: #fff;
  border: solid 1px RGBA(0, 0, 0, 0.06);
  border-radius: 100px;
}

.options-section {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
.options-section .badge {
  border-color: var(--border-dark);
  color: var(--text-muted-dark);
}
.options-section p.intro {
  color: var(--text-muted-dark);
  max-width: 600px;
  margin: 0 auto 60px;
  font-size: 0.9rem;
}
.options-grid {
  grid-template-columns: repeat(3, 1fr);
}
.option-card {
  padding: 30px;
  border: 1px solid var(--border-dark);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  text-align: left;
}
.option-card h3 {
  font-size: 1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
.option-card p {
  font-size: 0.85rem;
  color: var(--text-muted-dark);
}
.option-image-wide {
  grid-column: span 3;
  border-radius: 24px;
  overflow: hidden;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-image: url("./assets/new_imgs/options_designed_image.jpg");
  position: relative;
}
.option-image-wide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}

.trust-section {
  background: conic-gradient(
    from 180deg at 50% 50%,
    RGBA(0, 136, 255, 0.06) 0%,
    RGBA(52, 199, 89, 0.06) 40%,
    RGBA(255, 204, 0, 0.06) 50%,
    RGBA(255, 56, 60, 0.06) 57%,
    RGBA(203, 48, 224, 0.06) 65%,
    RGBA(0, 136, 255, 0.06) 100%
  );
  background-color: #fff;
}
.trust-grid-top {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
.trust-card-large {
  padding: 40px;
  border: 1px solid var(--border-light);
  border-radius: 24px;
  background: #fff;
  text-align: left;
}
.trust-card-large h3 {
  font-size: 1.1rem;
  margin: 20px 0;
}
.trust-card-large p {
  font-size: 0.85rem;
  color: var(--text-muted);
}
.trust-grid-bottom {
  grid-template-columns: repeat(2, 1fr);
  background-color: #030409;
  padding: 2rem;
  border-radius: 24px;
  gap: 20px;
}
.trust-card-small {
  padding: 30px;
  background: RGBA(255, 255, 255, 0.05);
  border-top: solid 1px RGBA(255, 255, 255, 0.1);
  border-bottom: solid 1px RGBA(255, 255, 255, 0.1);
  color: white;
  border-radius: 24px;
  text-align: left;
}
.trust-card-small h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.trust-card-small p {
  font-size: 0.8rem;
  color: var(--text-muted-dark);
}

.qualifier-section {
  padding: 60px 0 100px;
  background: #fafafa;
}
.qualifier-card {
  background: #fff;
  border-radius: 30px;
  padding: 60px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  text-align: center;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&q=80&w=1200");
  background-size: cover;
  background-position: center;
}
.qualifier-card h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}
.form-row {
  display: flex;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.input-group {
  flex: 1;
  min-width: 200px;
  position: relative;
}
select,
input {
  width: 100%;
  padding: 16px 24px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  outline: none;
  background: #fff;
}
.btn-primary {
  background: var(--bg-dark);
  color: white;
  padding: 16px 40px;
  border-radius: 30px;
  border: none;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s;
}
.btn-primary:hover {
  background: #333;
}
.advertising-disclosure {
  margin-top: 20px;
  font-size: 10px;
  color: var(--text-muted);
  text-decoration: underline;
  cursor: pointer;
}

.export-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background: #ff4757;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: "Unbounded", sans-serif;
  font-size: 10px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(255, 71, 87, 0.3);
  transition: transform 0.2s;
}
.export-btn:hover {
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .options-grid {
    grid-template-columns: 1fr 1fr;
  }
  .option-image-wide {
    grid-column: span 2;
  }
  .trust-grid-top,
  .trust-grid-bottom {
    grid-template-columns: 1fr;
  }
}

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

section {
  padding: 100px 0;
}

@media (max-width: 600px) {
  section {
    padding: 40px 0;
  }
  .qualify-section .qualify-form {
    align-items: center;
    justify-content: space-around;
  }
  .options-grid {
    grid-template-columns: 1fr;
  }
  .option-image-wide {
    grid-column: span 1;
  }
  .form-row {
    flex-direction: column;
  }
  .input-group {
    width: 100%;
  }
  .btn-primary {
    width: 100%;
  }
}

#disclosure-modal-2 {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 9999;
}

#disclosure-modal-2.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#disclosure-modal-2 .modal-content,
#disclosure-modal-2 .modal-inner,
#disclosure-modal-2 .modal-box {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

#disclosure-modal-2.show .modal-content,
#disclosure-modal-2.show .modal-inner,
#disclosure-modal-2.show .modal-box {
  opacity: 1;
  transform: translateY(0) scale(1);
}

#disclosure-modal-2.closing {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

#disclosure-modal-2.closing .modal-content,
#disclosure-modal-2.closing .modal-inner,
#disclosure-modal-2.closing .modal-box {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}

body.modal-open {
  overflow: hidden;
}

.contact-hero {
  background: url(./assets/new_imgs/contact_us_back.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #fff;
  font-family: var(--font-body);
}

.btn-send {
  background: #fff;
  color: #000;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s;
}

.how-it-works-hero {
  background: url(./assets/new_imgs/how_it_works_inner_back.jpg);
  background-size: cover;
  background-position: center;
  padding: 160px 0 100px;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.journey-card {
  padding: 50px 30px;
  text-align: center;
}

.icon-circle {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.faq-hero {
  background: url(./assets/new_imgs/faq_back.jpg);
  background-size: cover;
  background-position: center;
  padding: 140px 0 80px;
}

.faq-list {
  max-width: 900px;
  margin: 60px auto 0;
}

details {
  background: #fff;
  color: #000;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 20px 40px;
  cursor: pointer;
}

.info-blocks h2,
h3 {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

details p {
  padding-top: 15px;
  color: #666;
  font-size: 0.95rem;
}

summary {
  font-family: var(--font-heading);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary::after {
  content: "↓";
  font-size: 0.8rem;
}

.info-blocks p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

.legal-section {
  background: #fff;
  color: #333;
  padding-top: 140px;
}

.legal-section h1,
.legal-section h2 {
  color: #000;
  margin-bottom: 20px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  background: #000;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.legal-table th,
.legal-table td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-grid h1 {
  font-family: var(--font-heading);
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 400;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-family: var(--font-heading);
  margin-bottom: 20px;
  font-weight: 400;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.form-pane form {
  padding: 2rem;
}

.legal-table th {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  background: #111;
}

.export-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #ff4757;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-size: 10px;
  cursor: pointer;
  z-index: 2000;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .how-it-works-hero {
    padding: 100px 0 60px;
  }
  .contact-grid h1 {
    font-size: 2rem;
  }
  .contact-form-grid {
    display: inline-block;
    width: 100%;
  }
  h1 {
    font-size: 1.4rem;
  }
  .contact-grid,
  .journey-grid {
    grid-template-columns: 1fr;
  }
}

.legal-content-section {
  background: #fff;
  color: #333;
  padding: 80px 0;
}
.legal-hero {
  padding: 8rem 1rem 4rem 1rem;
  background-image: url(./assets/new_imgs/faq_back.jpg);
  background-size: cover;
  background-position: center;
}

.legal-content-section h1,
.legal-content-section h2 {
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
}
.legal-content-section h1,
.legal-content-section p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.legal-intro-text {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
}
.legal-note-box {
  margin-top: 20px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  font-size: 0.9rem;
  color: #666;
}
.section-divider {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 40px 0;
}

.legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}

.legal-table {
  border-collapse: collapse;
  margin: 40px 0;
  background: #000;
  color: #fff;
  border-radius: 12px;
  min-width: 900px;
}

.legal-table th,
.legal-table td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-table th {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  background: #111;
}
.table-footer-note {
  font-size: 0.8rem;
  color: #888;
  text-align: center;
  margin-top: 30px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1.6s ease, transform 1.6s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
    transform: none;
  }
}
