/* [project]/src/app/(landing)/landing.css [app-client] (css) */
html:has(.eb-landing) {
  scroll-behavior: smooth;
}

.eb-landing, .eb-landing * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.eb-landing {
  color: #2a1206;
  background: #fff5ea;
  min-height: 100vh;
  font-family: Plus Jakarta Sans, system-ui, sans-serif;
}

.eb-landing a {
  color: inherit;
  text-decoration: none;
}

@keyframes bubIn {
  from {
    opacity: 0;
    transform: translateY(14px)scale(.97);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ring {
  0% {
    box-shadow: 0 0 #ff5a3c73;
  }

  70% {
    box-shadow: 0 0 0 12px #ff5a3c00;
  }

  100% {
    box-shadow: 0 0 #ff5a3c00;
  }
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0)rotate(5deg);
  }

  50% {
    transform: translateY(-8px)rotate(5deg);
  }
}

@keyframes wave {
  0%, 100% {
    height: 8px;
  }

  50% {
    height: 22px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.eb-landing .eb-cta {
  cursor: pointer;
  transition: transform .15s, box-shadow .2s;
  display: inline-block;
}

.eb-landing .eb-cta:hover {
  transform: translateY(-2px);
}

.eb-landing .eb-card {
  transition: transform .18s, box-shadow .18s;
}

.eb-landing .eb-card:hover {
  transform: translateY(-4px);
}

.eb-landing details.eb-faq summary {
  cursor: pointer;
  list-style: none;
}

.eb-landing details.eb-faq summary::-webkit-details-marker {
  display: none;
}

.eb-landing details.eb-faq[open] .eb-plus {
  transform: rotate(45deg);
}

.eb-landing .eb-plus {
  transition: transform .2s;
}

.eb-landing .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

.eb-landing .h-display {
  letter-spacing: -.02em;
  font-family: Bricolage Grotesque, sans-serif;
  font-weight: 800;
}

.eb-landing .hero-grid {
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 40px;
  display: grid;
}

.eb-landing .grid2 {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 26px;
  display: grid;
}

.eb-landing .grid3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  display: grid;
}

.eb-landing .grid4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.eb-landing .eb-badge {
  color: #d8431f;
  background: #ffe2d3;
  border: 1.5px solid #ffb38f;
  border-radius: 999px;
  margin-bottom: 16px;
  padding: 7px 15px;
  font: 700 13px Plus Jakarta Sans, sans-serif;
  display: inline-block;
}

.eb-landing .eb-h2 {
  letter-spacing: -.02em;
  color: #2a1206;
  margin: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
}

.eb-landing .eb-sec {
  border-bottom: 2px solid #2a1206;
  padding: 88px 0;
}

.eb-landing .eb-white-card {
  background: #fff;
  border: 2px solid #2a1206;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 6px 7px #2a1206;
}

.eb-landing .nav-links {
  color: #6e4a38;
  align-items: center;
  gap: 22px;
  font: 600 14px Plus Jakarta Sans, sans-serif;
  display: flex;
}

@media (max-width: 960px) {
  .eb-landing .hero-grid, .eb-landing .grid3, .eb-landing .grid2 {
    grid-template-columns: 1fr;
  }

  .eb-landing .grid4 {
    grid-template-columns: 1fr 1fr;
  }

  .eb-landing .nav-links a.nav-item {
    display: none;
  }

  .eb-landing h1.h-display {
    font-size: 42px !important;
  }

  .eb-landing .eb-h2 {
    font-size: 34px !important;
  }

  .eb-landing .cta-h2 {
    font-size: 36px !important;
  }
}

.eb-landing .legal-prose {
  color: #2a1206;
  font: 400 16px / 1.7 Plus Jakarta Sans, sans-serif;
}

.eb-landing .legal-prose h1 {
  letter-spacing: -.02em;
  margin: 0 0 8px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.eb-landing .legal-prose h2 {
  letter-spacing: -.01em;
  border-top: 2px solid #ffd9c6;
  margin: 44px 0 14px;
  padding-top: 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}

.eb-landing .legal-prose h3 {
  margin: 28px 0 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.eb-landing .legal-prose p {
  color: #3a2416;
  margin: 0 0 14px;
}

.eb-landing .legal-prose strong {
  color: #2a1206;
  font-weight: 700;
}

.eb-landing .legal-prose a {
  color: #d8431f;
  text-underline-offset: 2px;
  font-weight: 600;
  text-decoration: underline;
}

.eb-landing .legal-prose ul, .eb-landing .legal-prose ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.eb-landing .legal-prose li {
  color: #3a2416;
  margin: 0 0 8px;
}

.eb-landing .legal-prose hr {
  border: none;
  border-top: 2px solid #ffd9c6;
  margin: 34px 0;
}

.eb-landing .legal-prose blockquote {
  color: #2a1206;
  background: #fff;
  border: 2px solid #2a1206;
  border-radius: 16px;
  margin: 0 0 20px;
  padding: 18px 22px;
  font-size: 15px;
  box-shadow: 4px 5px #2a1206;
}

.eb-landing .legal-prose blockquote p {
  margin: 0 0 6px;
}

.eb-landing .legal-prose blockquote p:last-child {
  margin: 0;
}

.eb-landing .legal-prose table {
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #2a1206;
  border-radius: 14px;
  width: 100%;
  margin: 8px 0 22px;
  font-size: 14.5px;
  display: block;
  overflow: auto hidden;
  box-shadow: 4px 5px #2a1206;
}

.eb-landing .legal-prose thead th {
  color: #fff5ea;
  text-align: left;
  background: #2a1206;
  padding: 12px 14px;
  font: 700 13.5px Plus Jakarta Sans, sans-serif;
}

.eb-landing .legal-prose tbody td {
  vertical-align: top;
  color: #3a2416;
  border-top: 1.5px solid #ffd9c6;
  padding: 12px 14px;
}

.eb-landing .legal-prose tbody tr:nth-child(2n) td {
  background: #fffaf3;
}

.eb-landing .legal-prose code {
  background: #fff0e8;
  border: 1px solid #ffd9c6;
  border-radius: 6px;
  padding: 1px 5px;
  font-size: 14px;
}

.eb-landing .legal-prose > p:first-of-type strong {
  color: #d8431f;
}

@media (max-width: 520px) {
  .eb-landing .legal-prose h1 {
    font-size: 30px;
  }

  .eb-landing .legal-prose h2 {
    font-size: 22px;
  }
}

