/* Global background */
html, body {
  background: #f3eee7;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

/* UCSD page overrides global background */
body[style*="background: #d4fba3"] {
  background: #d4fba3 !important;
}

body[style*="background: #d4fba3"] html {
  background: #d4fba3 !important;
}

/* screen - desktop */

.desktop {
  align-items: center;
  background: #f3eee7;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

/* UCSD page specific styling */
body[style*="background: #d4fba3"] .desktop,
body[style*="background: #d4fba3"] .container-center-horizontal {
  background: #d4fba3 !important;
  margin-top: 0 !important;
}

body[style*="background: #d4fba3"] .ucsd-hero-section {
  padding-top: 100px !important;
}

.desktop .header {
  align-items: flex-end;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  height: 108px;
  justify-content: center;
  margin-top: 1px;
  padding: 34px 30px;
  width: 100%;
  overflow: visible;
  position: sticky;                /* sticky navbar */
  top: 0;
  z-index: 3;
}
.desktop .frame-17 {
  -webkit-backdrop-filter: blur(2px) brightness(100%);
  backdrop-filter: blur(2px) brightness(100%);
  background-color: transparent;
  border-radius: 15px;
  display: inline-flex;
  gap: 25px;
  margin-left: 1px;
  align-items: center;

  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;                     /* above section backgrounds */
}

/* Responsive navbar padding */
@media (max-width: 768px) {
  .desktop .header {
    padding: 34px 20px;
  }
}

/* UCSD Page Styles */
.ucsd-hero-section {
  background: transparent;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ucsd-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent; /* Remove all gradient backgrounds */
  opacity: 1;
  z-index: 1;
}

/* Ensure the entire page background is consistent */
.container-center-horizontal {
  background: #f3eee7;
  min-height: 100vh;
}

.ucsd-content {
  text-align: center;
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

/* UCSD TREPO Logo - matches other pages */
.ucsd-content .group-2 {
  align-items: flex-start;
  display: flex;
  height: 29px;
  min-width: 108px;
  margin-bottom: 60px;
}

.ucsd-content .trepo {
  color: var(--green-house);
  font-family: var(--font-family-violet_sans-regular);
  font-size: var(--font-size-l);
  font-weight: 400;
  letter-spacing: -0.58px;
  line-height: normal;
  min-height: 29px;
  min-width: 95px;
  text-align: center;
  white-space: nowrap;
}

.ucsd-content .ai {
  color: var(--green-house);
  font-family: var(--font-family-violet_sans-regular);
  font-size: var(--font-size-xxs);
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: normal;
  margin-top: 1.8px;
  min-height: 9px;
  min-width: 9px;
  text-align: center;
  white-space: nowrap;
}

/* UCSD Exclusive Badge */
.ucsd-badge-container {
  margin-bottom: 40px;
}

.ucsd-exclusive-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--green-house), #2d5a0f);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: var(--font-family-darker_grotesque);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(29, 69, 9, 0.3);
  animation: pulse 2s infinite;
}

/* UCSD page specific badge styling */
body[style*="background: #d4fba3"] .ucsd-exclusive-badge {
  background: #1d4409 !important;
  color: #d4fba3 !important;
  box-shadow: 0 4px 15px rgba(29, 68, 9, 0.3);
}

/* UCSD page specific navbar styling */
body[style*="background: #d4fba3"] .unified-navbar {
  background: rgba(29, 68, 9, 0.1) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(29, 68, 9, 0.2) !important;
  box-shadow: 0 8px 32px rgba(29, 68, 9, 0.1) !important;
}

body[style*="background: #d4fba3"] .unified-navbar .trepo-logo,
body[style*="background: #d4fba3"] .unified-navbar .ai-logo {
  color: #1d4409 !important;
  text-shadow: none !important;
}

body[style*="background: #d4fba3"] .unified-navbar .how-link {
  color: #1d4409 !important;
  text-shadow: none !important;
}

body[style*="background: #d4fba3"] .unified-navbar .promo-button {
  background: rgba(29, 68, 9, 0.2) !important;
  border: 1px solid rgba(29, 68, 9, 0.4) !important;
  color: #1d4409 !important;
  text-shadow: none !important;
}

body[style*="background: #d4fba3"] .unified-navbar .promo-button:hover {
  background: #1d4409 !important;
  color: #d4fba3 !important;
  border-color: #1d4409 !important;
}

body[style*="background: #d4fba3"] .unified-navbar .join-button {
  background: #1d4409 !important;
  color: #d4fba3 !important;
  box-shadow: 0 4px 12px rgba(29, 68, 9, 0.3) !important;
}

body[style*="background: #d4fba3"] .unified-navbar .join-button:hover {
  background: #0f2a05 !important;
  color: #d4fba3 !important;
}

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

.ucsd-title {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -2px;
  margin: 0 0 50px 0;
  text-align: center;
  max-width: 600px;
}

/* UCSD page specific text colors */
body[style*="background: #d4fba3"] .ucsd-title {
  color: #1d4409 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ucsd-subtitle {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ucsd-description {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 60px 0;
  max-width: 600px;
  text-align: center;
}

/* UCSD page specific text colors */
body[style*="background: #d4fba3"] .ucsd-description {
  color: #1d4409 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* UCSD Bonus Offer - Dopaminergic styling */
.ucsd-bonus-offer {
  font-family: var(--font-family-darker_grotesque);
  font-size: 28px;
  font-weight: 700;
  color: #1d4409;
  text-align: center;
  margin: 0 0 40px 0;
  padding: 16px 32px;
  background: linear-gradient(135deg, #ffffff, #f8f8f8);
  border: 2px solid #1d4409;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0 8px 25px rgba(29, 68, 9, 0.2);
  animation: bonusPulse 2s ease-in-out infinite;
  text-shadow: none;
  letter-spacing: 0.5px;
}

@keyframes bonusPulse {
  0%, 100% { 
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(29, 68, 9, 0.2);
  }
  50% { 
    transform: scale(1.02);
    box-shadow: 0 12px 35px rgba(29, 68, 9, 0.3);
  }
}

/* UCSD page specific bonus offer styling */
body[style*="background: #d4fba3"] .ucsd-bonus-offer {
  color: #1d4409 !important;
  background: linear-gradient(135deg, #ffffff, #f0f8e8) !important;
  border: 2px solid #1d4409 !important;
  box-shadow: 0 8px 25px rgba(29, 68, 9, 0.2) !important;
}

.desktop .ucsd-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: linear-gradient(135deg, #1d4509, #2d5a0f) !important;
  color: #ffffff !important;
  padding: 24px 48px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-family: var(--font-family-darker_grotesque) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  border: none !important;
  box-shadow: 0 12px 30px rgba(29, 69, 9, 0.4) !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  margin: 40px 0 !important;
}

.desktop .ucsd-button::after {
  content: "→";
  font-size: 22px;
  transition: transform 0.3s ease;
}

.desktop .ucsd-button:hover {
  background: linear-gradient(135deg, #2d5a0f, #1d4509) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 40px rgba(29, 69, 9, 0.5) !important;
}

.desktop .ucsd-button:hover::after {
  transform: translateX(4px);
}

/* UCSD page specific button styling */
body[style*="background: #d4fba3"] .ucsd-button {
  background: #1d4409 !important;
  color: #d4fba3 !important;
  box-shadow: 0 12px 30px rgba(29, 68, 9, 0.4) !important;
}

body[style*="background: #d4fba3"] .ucsd-button:hover {
  background: #0f2a05 !important;
  color: #d4fba3 !important;
  box-shadow: 0 16px 40px rgba(29, 68, 9, 0.5) !important;
}

.desktop .ucsd-button img {
  display: none;
}

/* Social Proof Section */
.ucsd-social-proof {
  margin-top: 80px;
  text-align: center;
}

.ucsd-social-proof p {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 12px 0;
  opacity: 0.8;
}

/* UCSD page specific social proof text */
body[style*="background: #d4fba3"] .ucsd-social-proof p {
  color: #1d4409 !important;
  opacity: 0.9;
}

.ucsd-pilot {
  font-size: 14px !important;
  opacity: 0.6 !important;
  font-style: italic;
  margin: 0 !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .ucsd-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  
  .ucsd-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  .ucsd-hero-section {
    padding: 60px 20px;
    min-height: calc(100vh - 80px);
  }
  
  body[style*="background: #d4fba3"] .ucsd-hero-section {
    padding-top: 80px !important;
  }
  
  .ucsd-bonus-offer {
    font-size: 22px;
    padding: 12px 24px;
    margin: 0 0 30px 0;
  }
  
  .ucsd-title {
    margin: 0 0 40px 0;
  }
  
  .ucsd-description {
    margin: 0 0 50px 0;
  }
  
  .ucsd-social-proof {
    margin-top: 60px;
  }
  
  .desktop .ucsd-button {
    padding: 20px 36px;
    font-size: 20px;
    margin: 30px 0;
  }
  
  .ucsd-content .trepo {
    font-size: 24px;
  }
  
  .ucsd-exclusive-badge {
    font-size: 12px;
    padding: 10px 20px;
  }
  
  .ucsd-social-proof p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .ucsd-title {
    font-size: 40px;
    line-height: 50px;
  }
  
  .ucsd-description {
    font-size: 20px;
    line-height: 22px;
  }
  
  .ucsd-hero-section {
    padding: 40px 15px;
  }
  
  .desktop .ucsd-button {
    padding: 18px 32px;
    font-size: 18px;
    margin: 25px 0;
  }
  
  .ucsd-content .trepo {
    font-size: 20px;
  }
  
  .ucsd-exclusive-badge {
    font-size: 11px;
    padding: 8px 16px;
  }
  
  .ucsd-social-proof p {
    font-size: 12px;
  }
}

/* Enhanced mobile responsive design for index.html */
@media (max-width: 1024px) {
  .desktop {
    width: 100%;
    height: auto;
  }
  
  .desktop .hero-section {
    padding: 60px 30px;
  }
  
  .product-highlight-container-1,
  .product-highlight-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .product-highlight {
    width: 100%;
  }
  
  .overlap-group-container {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .desktop .hero-section {
    padding: 40px 20px;
  }
  
  .desktop .trepo-is-the-persona {
    font-size: 32px;
    line-height: 40px;
  }
  
  .desktop .a-screen-free-batte {
    font-size: 18px;
    line-height: 26px;
  }
  
  .desktop .eliminates-harmful-i {
    font-size: 20px;
  }
  
  .desktop .informs-you-when-you {
    font-size: 14px;
    line-height: 20px;
  }
  
  .desktop .contact-module {
    padding: 40px 20px;
  }
  
  .desktop .footer {
    padding: 40px 20px;
  }
  
  .desktop .flex-row-1 {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .desktop .image-container {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .desktop .header {
    padding: 20px 15px;
  }
  
  .desktop .frame-17 {
    gap: 10px;
    padding: 6px 12px;
  }
  
  .desktop .nav-menu {
    gap: 10px;
  }
  
  .desktop .nav-item {
    font-size: 13px;
    padding: 6px 12px;
  }
  
  .desktop .hero-section {
    padding: 30px 15px;
  }
  
  .desktop .trepo-is-the-persona {
    font-size: 28px;
    line-height: 36px;
  }
  
  .desktop .a-screen-free-batte {
    font-size: 16px;
    line-height: 24px;
  }
  
  .desktop .eliminates-harmful-i {
    font-size: 18px;
  }
  
  .desktop .informs-you-when-you {
    font-size: 13px;
    line-height: 18px;
  }
  
  .desktop .contact-module {
    padding: 30px 15px;
  }
  
  .desktop .footer {
    padding: 30px 15px;
  }
  
  .desktop .matttrepoai-1-858-232-1987 {
    font-size: 12px;
  }
  
  .desktop .building-a-fridge-sc {
    font-size: 12px;
  }
}

.desktop .frame-112 {
  height: 13px;
  position: relative;
  width: 87px;
}

.desktop .group-2-2 {
  height: 16px;
  left: 15px;
  position: absolute;
  top: 0;
  width: 58px;
}

.desktop .frame-13 {
  align-items: center;
  border-radius: 15px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
}

.desktop .features {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: fit-content;
}

.desktop .button {
  flex: 0 0 auto;
}

.desktop .get-in-touch {
  height: 23px;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 62px;
}

.desktop .arrow-1 {
  height: 3.68px;
  margin-right: -0.25px;
  position: relative;
  width: 8.25px;
}

.desktop .hero-section {
  height: 803px;
  margin-left: 2px;
  position: relative;
  width: 1278px;
}

.desktop .flex-col {
  flex-direction: column;
  gap: 100px;
  left: 152px;
  min-height: 326px;
  position: absolute;
  top: 385px;
  width: 324px;
}

.desktop .flex-row {
  gap: 6px;
  min-width: 324px;
}

.desktop .arrow-1-1 {
  margin-right: -0.25px;
}

.desktop .frame-111 {
  align-items: center;
  border-radius: 15px;
  display: inline-flex;
  gap: 10px;
  height: 39px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 23px;
  position: relative;
}

.desktop .download-pitch-materials {
  height: 21px;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  width: 126px;
}

.desktop .download {
  height: 10px;
  position: relative;
  width: 10px;
}

.desktop .vector-container {
  height: 8px;
  left: 1px;
  position: relative;
  top: 1px;
  width: 8px;
}

.desktop .vector {
  height: 3px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 8px;
}

.desktop .vector-1 {
  height: 3px;
  left: 2px;
  position: absolute;
  top: 3px;
  width: 5px;
}

.desktop .vector-2 {
  height: 6px;
  left: 4px;
  position: absolute;
  top: 0;
  width: 1px;
}

.desktop .product-highlight-container-1 {
  height: 143px;
  margin-left: 2px;
  position: relative;
  width: 248px;
}

.desktop .product-highlight {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 143px;
  position: absolute;
  top: 0;
  width: 248px;
}

.desktop .overlap-group {
  height: 4px;
  position: relative;
  width: 30px;
}

.desktop .rectangle-1 {
  background-color: var(--reef-2);
}

.desktop .rectangle-2 {
  background-color: var(--reef);
}

.desktop .eliminates-harmful-i {
  letter-spacing: -0.48px;
  line-height: 21.6px;
  margin-top: 26px;
  min-height: 36px;
  width: 248px;
}

.desktop .informs-you-when-you {
  letter-spacing: 0;
  line-height: 14.4px;
  margin-top: 25px;
  min-height: 51px;
  width: 248px;
}

.desktop .flex-col-1 {
  gap: 46px;
  left: 152px;
  min-height: 229px;
  position: absolute;
  top: 109px;
  width: 532px;
}

.desktop .trepo-is-the-persona {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -1.12px;
  line-height: 50.4px;
  margin-left: 3px;
  min-height: 132px;
  width: 529px;
}

.desktop .a-screen-free-batte {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: var(--font-size-xl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  min-height: 51px;
  width: 461px;
}

.desktop .overlap-group-container {
  gap: 114px;
  height: 143px;
  left: 514px;
  min-width: 610px;
  position: absolute;
  top: 524px;
}

.desktop .product-highlight-container {
  height: 143px;
  position: relative;
  width: 248px;
}

.desktop .frame-109 {
  align-items: flex-end;
  background-color: transparent;
  border-radius: 15px;
  display: flex;
  height: 440px;
  left: 701px;
  overflow: hidden;
  padding: 12px 6px;
  position: absolute;
  top: 51px;
  width: 423px;
}

.desktop .overlap-group-1 {
  background-image: url(../img/image-20-1.png);
  background-position: 50% 50%;
  background-size: cover;
  gap: 13px;
  height: 406px;
  min-width: 406px;
  padding: 147.8px 121px;
}

.desktop .your-weekly-consumpt {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: var(--font-size-xs);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 11.7px;
  margin-top: 4.21px;
  min-height: 59px;
  width: 88px;
}

.desktop .overlap-group1 {
  background-image: url(../img/ellipse-4-1.svg);
  background-size: 100% 100%;
  height: 62px;
  position: relative;
  width: 62px;
}

.desktop .number {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: 26px;
  font-weight: 500;
  left: 17px;
  letter-spacing: -0.52px;
  line-height: 23.4px;
  position: absolute;
  text-align: center;
  top: 23px;
  white-space: nowrap;
}

.desktop .ellipse-3 {
  height: 62px;
  left: 0;
  position: absolute;
  top: 0;
  width: 62px;
}

.desktop .contact-module {
  align-items: flex-start;
  display: flex;
  height: 517px;
  padding: 51px 154px;
  width: 1280px;
}

.desktop .contact {
  align-items: center;
  background-color: var(--reef);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  height: 402px;
  overflow: hidden;
  padding: 94px 0;
  width: 972px;
}

.desktop .frame-97 {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  position: relative;
}

.desktop .ellipse-4 {
  background-color: var(--green-house);
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 6px;
}

.desktop .currently-raising-pre-seed-capital {
  letter-spacing: -0.20px;
  line-height: 9.0px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.desktop .if-youd-like-to-lea {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  letter-spacing: -0.64px;
  line-height: 28.8px;
  margin-top: 32px;
  min-height: 58px;
  text-align: center;
  width: 512px;
}

.desktop .were-heads-down-in {
  letter-spacing: 0;
  line-height: 12.6px;
  margin-top: 26px;
  min-height: 21px;
  text-align: center;
  width: 512px;
}

.desktop .frame-15 {
  align-items: center;
  background-color: var(--white-linen);
  border-radius: 15px;
  display: flex;
  gap: 0px;
  margin-left: 1.0px;
  margin-top: 34px;
  overflow: hidden;
  padding: 6px 15px;
  position: relative;
  width: 455px;
}

/* new interactive field — inherits the old typography */
.desktop .frame-15 .email-input {
  flex: 1 1 auto;          /* lets text span but arrow stays at right */
  min-width: 0;            /* prevents overflow on small screens      */
  border: none;
  background: transparent;
  outline: none;
  padding: 0;              /* uses frame‑15’s own padding             */
  font-family: var(--font-family-darker_grotesque);
  font-size: var(--font-size-s);
  font-weight: 400;
  line-height: normal;
  text-align: left;      /* keeps the placeholder centred           */
  color: var(--green-house);   /* entered text colour */
}

/* placeholder keeps the original faded green */
.desktop .frame-15 .email-input::placeholder {
  color: #1d440980;        /* exactly the same RGBA as before */
}


.desktop .email-address {
  color: #1d440980;
  font-family: var(--font-family-darker_grotesque);
  font-size: var(--font-size-s);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  width: fit-content;
}

.desktop .frame-16 {
  align-items: center;
  background-color: var(--reef);
  border-radius: 15px;
  display: flex;
  gap: 10px;
  height: 24px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
  width: 24px;
  margin-left: auto;
  border: none;
  outline: none;          /* optional; keep if you don’t want a ring */
  box-shadow: none;       /* safety‑catch for Firefox                */
}

/* subtle shrink while mouse / finger is down */
.desktop .frame-16:active {
  transform: scale(0.85);                 /* 15 % smaller */
  transition: transform 120ms ease-out;   /* smooth in/out */
}

.desktop .frame-16:active img {
  transform: translateX(1px);             /* tiny nudge right */
}

/* success state for the whole box -----------------------------------*/
.contact.signup-complete{
    background: var(--green-house);
}

/* make ALL existing text inside flip to reef ------------------------*/
.contact.signup-complete,
.contact.signup-complete *{
    color: var(--reef) !important;
}

/* the little success row --------------------------------------------*/
.signup-success{
    display:flex;align-items:center;gap:10px;
    margin-top:34px;               /* same space the pill had */
    font-family:var(--font-family-darker_grotesque);
    font-size:var(--font-size-s);
}
.signup-success .tick{
    color: var(--green-house);
    font:700 18px/1 "Arial",sans-serif;   /* heavier, centered */
}

/* 1️⃣  the little dot next to “CURRENTLY RAISING…”  */
.contact.signup-complete .ellipse-4{
    background: var(--reef);
}


.desktop .arrow-1-2 {
  margin-left: -7.00px;
  margin-right: -7.25px;
}

.desktop .footer {
  background-color: transparent;
  flex-shrink: 1;
  height: 244px;
  margin-top: 0px;
  position: relative;
  width: 1280px;
}

.desktop .flex-row-1 {
  align-items: flex-start;
  display: flex;
  gap: 230px;
  height: 77px;
  left: 30px;
  min-width: 700px;
  position: absolute;
  top: 81px;
}

.desktop .flex-col-2 {
  gap: 23px;
  min-height: 77px;
  width: 290px;
}

.desktop .group-3 {
  height: 29px;
  width: 104px;
}

.desktop .building-a-fridge-sc {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  min-height: 25px;
  width: 290px;
}

.desktop .frame-110 {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 73px;
  width: 180px;
}

.desktop .built-by-a-passionat {
  letter-spacing: -0.20px;
  line-height: 9.0px;
  margin-top: -1px;
  min-height: 6px;
  min-width: 179px;
  text-align: center;
  white-space: nowrap;
}

.desktop .image-container {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-right: -10px;
  min-width: 182px;
}

.desktop .image-27 {
  height: 48px;
  object-fit: cover;
  width: 48px;
}

.desktop .image-24 {
  height: 40px;
  object-fit: cover;
  width: 40px;
}

.desktop .image-28 {
  height: 29px;
  margin-bottom: 1.0px;
  object-fit: cover;
  width: 64px;
}

.desktop .matttrepoai-1-858-232-1987 {
  color: var(--green-house);
  font-family: var(--font-family-darker_grotesque);
  font-size: var(--font-size-m);
  font-weight: 400;
  left: 1146px;
  letter-spacing: 0;
  line-height: 16px;
  position: absolute;
  top: 117px;
  width: 134px;
}

.desktop .place {
  left: 1145px;
  letter-spacing: 0;
  line-height: 9.0px;
  position: absolute;
  top: 80px;
  white-space: nowrap;
}

.desktop .arrow-1-3 {
  height: 3.68px;
  position: relative;
  width: 8.25px;
}

.desktop .button-2 {
  align-items: center;
  background-color: var(--reef);
  border-radius: 15px;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 23px;
  position: relative;
}

.desktop .flex {
  align-items: flex-start;
  display: flex;
}

.desktop .flex-col-3 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.desktop .overlap-group-2 {
  align-items: flex-start;
  display: flex;
}

.desktop .rectangle {
  height: 30px;
  left: 13px;
  position: absolute;
  top: -13px;
  transform: rotate(-90deg);
  width: 4px;
}
