:root {
  --orange: #d43811;
  --orange2: #ff9a3d;
  --deep: #1e1b18;
  --muted: #776f68;
  --paper: #f8f4ee;
  --paper2: #f1ece5;
  --line: #e5ddd4;
  --surface-orange: #fef4eb
}


* {
  box-sizing: border-box
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  background: var(--paper);
  color: var(--deep);
  overflow-x: hidden
}

.container {
  max-width: 1300px
}

.navbar-wrap {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 1000
}

.glass-nav {
  background: rgba(255, 252, 247, .88);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(43, 30, 20, .08);
  padding: .55rem .75rem .55rem 1rem
}

.brand-mark {
  height: 34px;
  width: 34px;
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800
}

.nav-link {
  font-size: .88rem;
  color: #766f68 !important
}

.nav-link.active,
.nav-link:hover {
  color: var(--orange) !important
}

.connect-btn,
.btn-orange {
  background: linear-gradient(135deg, var(--orange), #ef3b12);
  color: #fff !important;
  border-radius: 999px;
  padding: 1rem;
  text-decoration: none;
  border: 0;
  font-weight: 700;
  font-size: .9rem;
  box-shadow: 0 14px 30px rgba(243, 90, 27, .22)
}

.btn-soft {
  background: #fff;
  color: var(--orange);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .78rem 1.25rem;
  text-decoration: none;
  /* font-weight: 700; */
  font-size: .9rem
}

.section {
  padding: 92px 0
}

.hero {
  padding-top: 125px
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff1e9;
  color: #c84816;
  border: 1px solid #ffd9c8;
  border-radius: 999px;
  padding: .42rem .78rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  /* font-weight: 800 */
}

.chip.light {
  background: rgba(255, 255, 255, .18);
  color: #fff;
  border-color: rgba(255, 255, 255, .25)
}

h1 {
  font-size: 48px;
  font-family: 'Inter', system-ui, sans-serif;
  /* line-height: 1.04; */
  line-height: 1.24;
  /* font-weight: 850; */
  letter-spacing: -.05em
}

h2 {
  font-size: 50px;
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1.04;
  /* font-weight: 820; */
  letter-spacing: -.04em
}

.accent {
  color: var(--orange);
  background: #ffe7dc;
  border-radius: 14px;
  padding: 0 .12em
}

.lead-copy {
  font-size: 18px;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--muted);
  line-height: 1.72
}

.hero-card,
.soft-card {
  background: rgba(255, 255, 255, .74);
  border: 1px solid var(--line);
  box-shadow: 0 18px 55px rgba(46, 31, 21, .08);
  border-radius: 24px;
  overflow: hidden
}

.hero-img {
  width: 100%;
  display: block
}

.floating-label {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: .75rem 1rem;
  font-family: ui-monospace, monospace;
  font-size: .72rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .1)
}

.top-left {
  top: -18px;
  left: -18px
}

.bottom-right {
  bottom: -18px;
  right: -18px;
  background: #1e1b18;
  color: #fff
}

.stats {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: var(--line)
}

.stat {
  background: #fff;
  padding: 1.45rem
}

.stat h3 {
  font-size: 2.35rem;
  font-weight: 850
}

.stat p {
  font-family: ui-monospace, monospace;
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0
}

.bg-soft {
  background: var(--surface-orange);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.focus-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  transition: .35s
}

.focus-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 50px rgba(40, 27, 18, .1)
}

.focus-card img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: .55s
}

.focus-card:hover img {
  transform: scale(1.07)
}

.focus-card .body {
  padding: 1.2rem
}

.orange-band {
  background: linear-gradient(135deg, #fa8d2e, #f35916, #d53515);
  color: #fff;
  position: relative;
  overflow: hidden
}

.grid-bg {
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 42px 42px
}

.why-card {
  background: rgba(255, 255, 255);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.55rem;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.why-card:after {
  content: attr(data-num);
  position: absolute;
  right: -6px;
  bottom: -35px;
  font-size: 7rem;
  font-weight: 900;
  color: rgba(243, 90, 27, .07)
}

.founder-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  height: 100%
}

.founder-card img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.quote-img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(243, 90, 27, .18)
}

.quote-img img {
  width: 100%;
  height: auto;
  object-fit: cover
}

.footer {
  background: var(--paper2);
  border-top: 1px solid var(--line);
  padding: 75px 0 35px
}

.footer a {
  text-decoration: none;
  color: #655d56
}

.page-head {
  padding-top: 145px;
  padding-bottom: 90px;
  background: linear-gradient(180deg, #fff7f0, var(--paper));
  border-bottom: 1px solid var(--line)
}

.mobile-panel {
  position: fixed;
  top: 0;
  left: -310px;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 1100;
  transition: .3s;
  padding: 25px;
  box-shadow: 12px 0 35px rgba(0, 0, 0, .12)
}

.mobile-panel.open {
  left: 0
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .36);
  z-index: 1090;
  display: none
}

.overlay.open {
  display: block
}

@media(max-width:767px) {
  .section {
    padding: 70px 0
  }

  .hero {
    padding-top: 115px
  }

  .glass-nav {
    border-radius: 24px
  }

  .founder-card {
    grid-template-columns: 1fr
  }

  .founder-card img {
    height: 260px
  }

  .stat h3 {
    font-size: 2rem
  }

  .floating-label {
    display: none
  }

  .quote-img img {
    height: 340px
  }
}


/* Lovable match refinements */
@media (min-width: 992px) {
  .hero .col-lg-7 {
    width: 52%;
  }

  .hero .col-lg-5 {
    width: 48%;
  }

  .hero-card {
    max-width: 470px;
    margin-left: auto;
    margin-right: 20px;
  }

  .stats {
    margin-top: 4.6rem !important;
  }

  .orange-band .lead {
    font-size: 1rem;
    line-height: 1.7;
  }

  blockquote.fs-2 {
    font-size: 2.25rem !important;
    max-width: 760px;
  }
}

@media (min-width: 1200px) {
  .navbar-wrap .container {
    max-width: 1180px;
  }
}

@media(max-width:991px) {
  h1 {
    font-size: clamp(2.7rem, 8.5vw, 4.8rem);
  }

  .hero-card {
    max-width: 560px;
    margin: auto;
  }
}

@media(max-width:767px) {
  h1 {
    font-size: 2.75rem;
    line-height: 1.05;
  }

  h2 {
    font-size: 2.25rem;
  }

  .section {
    padding: 68px 0
  }

  .hero {
    padding-top: 110px
  }

  .focus-card img {
    height: 180px
  }
}

/* Focus area page */
.focus-hero {
  padding: 145px 0 70px;
  background: radial-gradient(circle at 80% 35%, rgba(255, 138, 36, .18), transparent 34%), linear-gradient(180deg, #fff7f0, var(--paper));
  border-bottom: 1px solid var(--line)
}

.focus-nav-strip {
  padding: 26px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 100px;
  z-index: 100
}

.mini-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff8f4;
  border: 1px solid #ffd9c8;
  border-radius: 999px;
  color: #b94011;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .45rem .75rem;
  font-family: ui-monospace, Menlo, monospace
}

.mini-pill:before {
  content: '+';
  color: var(--orange);
  font-weight: 900
}

.mini-pill:hover {
  background: #ffe7dc;
  color: #8e2d0b
}

.img-wrapper {
  overflow: hidden;
  border-radius: 18px;
}

.detail-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(46, 31, 21, .12);
  transition: transform 0.5s ease;
}

.detail-img:hover {
  transform: scale(1.08);
}

.feature-line {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .85rem 1rem;
  font-size: 14px;
  font-family: 'Inter', system-ui, sans-serif;
  /* font-weight: 700; */
  color: #3d342d
}

.feature-line i {
  color: var(--orange);
  margin-right: 8px
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.5rem;
  color: var(--orange);
  /* font-weight: 800; */
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', system-ui, sans-serif;

}

.text-link:hover {
  color: #c8380e
}

@media(max-width:767px) {
  .focus-hero {
    padding-top: 120px
  }

  .focus-nav-strip {
    position: relative;
    top: 0;
  }

  .detail-img {
    height: 250px
  }
}


/* Capabilities page */
.cap-hero {
  padding: 145px 0 76px;
  background: radial-gradient(circle at 83% 38%, rgba(255, 138, 36, .18), transparent 36%), linear-gradient(180deg, #fff7f0, #ffe7dc 135%);
  border-bottom: 1px solid var(--line)
}

.cap-section {
  padding: 100px 0;
  border-bottom: 1px solid var(--line)
}

.cap-white {
  background: #fff
}

.cap-intro {
  max-width: 650px
}

.cap-kicker-spacer {
  height: 8px
}

.cap-label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--orange);
  font-family: ui-monospace, Menlo, monospace;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px
}

.cap-label:after {
  content: '';
  height: 1px;
  background: #f0b89f;
  flex: 1;
  max-width: 250px
}

.cap-label span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #ffe7dc;
  color: var(--orange);
  display: grid;
  place-items: center;
  font-size: 1rem;
  letter-spacing: 0
}

.cap-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  min-height: 96px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 1px 0 rgba(30, 27, 24, .02)
}

.cap-card span {
  font-family: ui-monospace, Menlo, monospace;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800
}

.cap-card b {
  font-size: .94rem
}

.cap-cta {
  padding: 82px 0
}

.cap-cta p {
  color: rgba(255, 255, 255, .88);
  line-height: 1.75
}

@media(max-width:767px) {
  .cap-hero {
    padding-top: 118px
  }

  .cap-section {
    padding: 78px 0
  }

  .cap-card {
    min-height: 86px
  }

  .cap-label {
    letter-spacing: .14em
  }

  .cap-label:after {
    display: none
  }
}

/* Research page */
.research-hero {
  padding: 145px 0 74px;
  background: radial-gradient(circle at 83% 38%, rgba(255, 138, 36, .18), transparent 36%), linear-gradient(180deg, #fff7f0, #ffe7dc 135%);
  border-bottom: 1px solid var(--line)
}

.research-main-img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(46, 31, 21, .12)
}

.research-intro {
  padding-top: 70px;
  padding-bottom: 70px
}

.research-cycle {
  padding: 120px 0
}

.research-step {
  min-height: 245px;
  padding: 1.45rem
}

.research-step i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #ffe7dc;
  color: var(--orange);
  display: grid;
  place-items: center;
  margin-bottom: 22px
}

.research-step span,
.principle-card span {
  display: block;
  font-family: ui-monospace, Menlo, monospace;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.research-step b,
.principle-card b {
  display: block;
  font-size: .95rem;
  line-height: 1.25;
  margin-bottom: 10px
}

.research-step p,
.principle-card p,
.theme-card p {
  font-size: .86rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0
}

.research-principles {
  padding: 112px 0;
  background-color: #fff
}

.principle-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  min-height: 165px;
  box-shadow: 0 1px 0 rgba(30, 27, 24, .02);
  height: 100%;
}

.research-themes {
  padding: 112px 0;
  background: #ebe6df;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.theme-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  min-height: 118px
}

.theme-card span {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #ffe7dc;
  color: var(--orange);
  display: grid;
  place-items: center;
  flex: 0 0 auto
}

.theme-card.active span {
  background: var(--orange);
  color: #fff
}

.theme-card b {
  display: block;
  margin-bottom: 8px
}

.working-with {
  padding: 110px 0
}

.research-cta {
  padding: 82px 0
}

@media(max-width:767px) {
  .research-hero {
    padding-top: 118px
  }

  .research-main-img {
    height: 320px
  }

  .research-cycle,
  .research-principles,
  .research-themes,
  .working-with {
    padding: 78px 0
  }

  .research-step {
    min-height: auto
  }

  .theme-card {
    display: block
  }

  .theme-card span {
    margin-bottom: 16px
  }
}

/* Company page */
.company-hero {
  padding: 145px 0 74px;
  background: radial-gradient(circle at 83% 38%, rgba(255, 138, 36, .18), transparent 36%), linear-gradient(180deg, #fff7f0, #ffe7dc 135%);
  border-bottom: 1px solid var(--line)
}

.company-intro {
  padding: 0 0 82px;
  background: #fff
}

.company-intro .intro-panel {
  margin-top: -1px;
  border-top: 1px solid var(--line)
}

.mission-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  min-height: 132px;
  box-shadow: 0 1px 0 rgba(30, 27, 24, .02)
}

.mission-card span,
.value-card span,
.advisor-card .tag {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  color: var(--orange);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  /* font-weight: 800; */
  margin-bottom: 10px
}

.mission-card b {
  display: block;
  line-height: 1.5;
  font-weight: normal;
}

.values-section {
  padding: 105px 0;
  background: #f4f1ec;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.value-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
  min-height: 142px
}

.value-card b {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Inter', system-ui, sans-serif;
}

.value-card p {
  font-size: 14px;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--muted);
  line-height: 1.6;
  margin: 0
}

.founders-section {
  padding: 105px 0;
  background: #fff
}

.leader-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 1px 0 rgba(30, 27, 24, .02)
}

.leader-card img {
  width: 100%;
  /* height: 430px; */
  object-fit: cover
}

.leader-card .body {
  padding: 26px
}

.leader-card h4 {
  /* font-weight: 850; */
  margin-bottom: 4px;
  font-size: 24px;
  font-family: 'Inter', system-ui, sans-serif;
}

.leader-card .role {
  font-family: 'JetBrains Mono', monospace;
  color: var(--orange);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  /* font-weight: 800 */
}

.social-mini {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: inline-grid;
  place-items: center;
  color: #665d55;
  text-decoration: none;
  font-size: .78rem
}

.advisors-section {
  padding: 105px 0;
  background: #ebe6df;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.advisor-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  height: 100%
}

.advisor-photo {
  height: 210px;
  background: #e8e1dc;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #8b8279;
  font-family: ui-monospace, Menlo, monospace;
  font-size: .7rem;
  letter-spacing: .12em;
  margin-bottom: 18px
}

.advisor-card h5 {
  font-size: 18px;
  font-family: 'Inter', system-ui, sans-serif;
  /* font-weight: 850; */
  margin: 0
}

.advisor-card .role {
  font-family: 'JetBrains Mono', monospace;
  color: var(--orange);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  /* font-weight: 800; */
  margin-bottom: 10px
}

.advisor-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6
}

.community-section {
  padding: 110px 0;
  background: #fff
}

.community-img {
  width: 100%;
  /* height: 470px; */
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(46, 31, 21, .1)
}

@media(max-width:767px) {
  .company-hero {
    padding-top: 118px
  }

  .company-intro,
  .values-section,
  .founders-section,
  .advisors-section,
  .community-section {
    padding: 76px 0
  }

  .company-intro .intro-panel {
    margin-top: 0
  }

  .leader-card img {
    height: 320px
  }

  .community-img {
    height: 320px
  }
}

/* Contact page */
.contact-hero {
  padding: 145px 0 78px;
  background-image: radial-gradient(circle at 1px 1px, rgba(243, 90, 27, .12) 1px, transparent 0), radial-gradient(circle at 83% 38%, rgba(255, 138, 36, .18), transparent 36%), linear-gradient(180deg, #fff7f0, #ffe7dc 135%);
  background-size: 18px 18px, auto, auto;
  border-bottom: 1px solid var(--line)
}

.contact-section {
  padding: 0 0 115px;
  background: #fff
}

.contact-section .container {
  margin-top: -1px;
  padding-top: 0
}

.contact-info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 34px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 92px;
  box-shadow: 0 1px 0 rgba(30, 27, 24, .02)
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffe7dc;
  color: var(--orange);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 1.1rem
}

.contact-info-card small,
.contact-form label,
.contact-note small {
  font-family: ui-monospace, Menlo, monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7b7169;
  font-size: .72rem;
  font-weight: 800
}

.contact-info-card h4 {
  font-size: 1.35rem;
  font-weight: 650;
  margin: 4px 0 0
}

.contact-note {
  background: #211b17;
  color: #fff;
  border-radius: 18px;
  padding: 28px 34px;
  margin-top: 18px
}

.contact-note small {
  color: #ff7a2d
}

.contact-note p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 14px 0 0;
  font-weight: 600
}

.contact-form {
  background: #fff;
  border: 1px solid #ffc8b5;
  border-radius: 24px;
  padding: 38px 40px;
  box-shadow: 0 24px 60px rgba(243, 90, 27, .10)
}

.contact-form .form-control {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  min-height: 52px;
  background: #fff
}

.contact-form textarea.form-control {
  min-height: 175px
}

.contact-form .form-control:focus {
  border-color: #ff9f7b;
  box-shadow: 0 0 0 .2rem rgba(243, 90, 27, .12)
}

.contact-form label {
  margin-bottom: 9px;
  color: #8c8178
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  padding: 16px 28px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(243, 90, 27, .22)
}

.btn-main:hover {
  background: #d94413;
  color: #fff
}

@media(max-width:767px) {
  .contact-hero {
    padding-top: 118px
  }

  .contact-section {
    padding: 55px 0 78px
  }

  .contact-info-card,
  .contact-note,
  .contact-form {
    padding: 24px
  }

  .contact-info-card {
    align-items: flex-start
  }

  .contact-info-card h4 {
    font-size: 1.05rem;
    word-break: break-word
  }
}

/* Legal pages */
.legal-hero {
  padding: 145px 0 78px;
  background: radial-gradient(circle at 83% 38%, rgba(255, 138, 36, .18), transparent 36%), linear-gradient(180deg, #fff7f0, #ffe7dc 135%);
  border-bottom: 1px solid var(--line)
}

.legal-section {
  padding: 62px 0 105px;
  background: #f4f1ec
}

.legal-container {
  max-width: 720px
}

.legal-date {
  font-family: ui-monospace, Menlo, monospace;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #8b8178;
  font-weight: 800;
  font-size: .78rem;
  margin-bottom: 34px
}

.legal-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px 34px;
  margin-bottom: 34px;
  box-shadow: 0 1px 0 rgba(30, 27, 24, .02)
}

.legal-card.highlight {
  border-color: #ffcdbb;
  box-shadow: 0 15px 42px rgba(243, 90, 27, .06)
}

.legal-card span {
  display: block;
  font-family: ui-monospace, Menlo, monospace;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  margin-bottom: 14px
}

.legal-card h3 {
  font-size: 1.55rem;
  font-weight: 850;
  letter-spacing: -.03em;
  margin-bottom: 14px
}

.legal-card p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  font-size: .96rem
}

@media(max-width:767px) {
  .legal-hero {
    padding-top: 118px
  }

  .legal-section {
    padding: 55px 0 78px
  }

  .legal-card {
    padding: 24px;
    margin-bottom: 22px
  }

  .legal-card h3 {
    font-size: 1.3rem
  }
}

/* Extra css */
.text-white {
  font-size: 36px;
  font-family: 'Inter', system-ui, sans-serif;
}

.stand-title {
  font-size: 48px;
  font-family: 'Inter', system-ui, sans-serif;
}

.founder-copy {
  font-size: 16px;
  font-family: 'Inter', system-ui, sans-serif;
}

.new-pad {
  padding-bottom: 220px !important;
  margin-bottom: 0px !important;
}



.success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.success-modal.show {
  opacity: 1;
  visibility: visible;
}

.success-modal-content {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  animation: modalPopup 0.35s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.success-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ef3b12);
  box-shadow: 0 10px 30px rgba(239, 59, 18, 0.35);
}

.success-modal-content h2 {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  color: #222;
}

.success-modal-content p {
  margin: 0 0 28px;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.success-btn {
  border: 0;
  outline: 0;
  padding: 14px 34px;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  background: linear-gradient(135deg, var(--orange), #ef3b12);
}

.success-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(239, 59, 18, 0.3);
}

@keyframes modalPopup {
  from {
    opacity: 0;
    transform: scale(0.85);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}