/* Global */
body * {
  font-family: "DM Sans", sans-serif !important;
}

body {
  background: #ffffff;
}

a {
  text-decoration: none;
}

/* New trio title styling */
.trio-title {
  font-size: .875rem;
  line-height: 1.25rem;
  
  padding: .25rem 1rem;
  border-radius: 99999px;
  border-radius: 11px;
    background-color: rgb(224 224 224 / 85%);
    border: 1px solid rgb(143 139 136 / 45%);
    box-shadow: none;
    color: rgb(0 0 0);
    position: relative;
    backdrop-filter: brightness(100%) opacity(300%) blur(20px);
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  width: fit-content;
  
}

.trio-title span:first-child {
  font-size: 1rem;
}

.trio-title span:last-child {
  font-weight: 500;
  color: #333;
}

.hero-trio--left .trio-title,
.hero-trio--right .trio-title {
  margin-left: 2px;
}

/* /Global */
/* Header */
#header {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

#header #header-inner {
  max-width: 1220px;
  max-width: calc(1220px + 4rem);
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#header #logo h1 {
  font-size: 28px;
  line-height: 1;
}

#header #logo h1 a {
  color: #000;
}

#header #navigation {
  margin-left: 40px;
}

#header #navigation a {
  color: rgb(25, 31, 31);
}

#header #navigation ul {
  display: flex;
}

#header #navigation ul li {
  margin: 0 15px;
}
#header #navigation ul li:last-child {
  margin-right: 0;
}
#header #ctas {
  margin-left: auto;
}

#header #ctas .cta-button svg {
  width: 1.25rem;
}
 
#header #ctas .cta-button {
  background-color: rgb(255, 255, 255);
  color: rgb(25, 31, 31);
  font-size: 16px;
  padding: 9.5px 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  box-shadow: 5px 4px 16px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#header #ctas .cta-button.black {
  background-color: #000;
  color: #fff;
}

#header #ctas-inner {
  display: flex;
  gap: 16px;
}

/* /Header */
#hero {
  width: 100%;
  margin-top: 8px;
}

#hero-top {
  display: flex;
  gap: 50px;
  width: 100%;
}

#hero-inner {
  max-width: 1220px;
  max-width: calc(1220px + 4rem);
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero-callout {
  font-size: .875rem;
  line-height: 1.25rem;
  background: #fff;
  padding: .25rem 1rem;
  border-radius: 99999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-flex;
  gap: 0.5rem;
  margin-bottom: .9rem;
}

#hero h3 {
  font-size: 23px;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 0.9rem;
}

#hero p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: .5rem;
  color: rgb(25, 31, 31);
}

#hero h2 {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.social-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.social-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: rgb(89, 88, 87)
}

.social-stat svg {
  height: 19px;
  width: auto;
  fill: #595857;
}

.social-proof {
  display: grid;
  margin-top: 20px;
  gap: 12px;
  opacity: 0.7;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.social-proof-item,
.social-proof-item a {
  display: block;
}

.social-proof img,
.social-proof svg {
  max-width: 90px;
  height: auto;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.hero-buttons .hero-button {
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.04) 5px 4px 16px 0px;
}

.hero-buttons .hero-button svg {
  width: 1.25rem;
  height: 1.25rem;
}

.hero-buttons .hero-button.black {
  background-color: rgba(25, 31, 31, 0.9);
  color: #fff;
}

.hero-trio {
  width: 100%;
  display: flex;
  gap: 20px;
}

.hero-trio--left-item {
  height: 536px;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.hero-trio--right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-trio--left {
  width: 100%;
}

/* Change back to ::before and position outside for outer glow */
/* .hero-trio--left-item::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: 0;
  border-radius: 36px;
  background: linear-gradient(90deg,
      #ff8000, #ff9500, #ffaa00, #ffb700,
      #ff8000, #ff5500, #ff0000, #ff3300,
      #ff5500, #ff7700, #ff9900, #ffaa00,
      #ff5500, #ff8000);
  background-size: 400% 400%;
  animation: rainbow-border-flow 15s linear infinite;
}

@keyframes rainbow-border-flow {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 300% 0%;
  }
} */

/* Ensure the dimensional grid wrap has the proper background */
body {
  background-repeat: no-repeat;
  /* background-image: radial-gradient(at calc(50% + 200px) 50%, #ffdbc9 1%, #dadfed 67%); */
  background-color: #f0f0f0;
  color: rgb(25, 31, 31);
}
 

#misc-blocks {
  margin: 50px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

#misc-blocks-inner {
  max-width: calc(1220px + 4rem);
  width: 100%;
  padding: 0 2rem;
}

/* ********************
* Dimensional grid background *
******************** */
.dimensional-grid-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  background-color: #DADFED;
  border-radius: 32px;
  border: 4px solid #000000;
  /* Add view transition name */
  view-transition-name: dimensional-grid;
}

#lander-canvas-link svg.dimensional-grid {
  background: transparent;
  
}
/*  
body:not(.forward) #lander-canvas-link .dimensional-grid-wrap svg * {
  stroke: #CDD2DF;
  stroke-width: 3px;
} */

svg.dimensional-grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: transparent;
  z-index: 1;
  transition: filter 0.2s ease-in-out;
  /* Smooth transition for filter change */
}

svg.dimensional-grid.mobile {
  display: none;
}

#logo svg {
  width: 140px;
  height: auto;
}

#logo svg * {
  fill: #444;
}

.hero-trio--left-item .dimensional-grid-wrap,
.hero-trio--left-item {
  transition: all 0.2s ease-in-out;
}

.hero-trio--left-item::before {
  transition: all 0.2s ease-in-out;
}

/* 
.hero-trio--left-item:hover::before {
  opacity: 0;
} */
#footer {
  position: relative;
  width: 100%;
  margin-top: 110px;
  margin-bottom: 40px;
  font-size: 1.3rem;
}

#footer a {
  color: #666;
}

#footer-container {
  max-width: 1220px;
  max-width: calc(1220px + 4rem);
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#footer-inner {
  width: 100%;
}

#footer-logo {
  width: 100%;
  margin-top: 11svh;
}

#footer-logo svg {
  max-width: 100%;
  height: auto;
}

#footer-navigations {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

#footer-copyright {
  display: flex;
  justify-content: space-between;
}

.footer-navigation-container>p {
  font-size: 110%;
  margin-bottom: 12px;
  font-weight: 500;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footer ul li a {
  padding: 3px 0;
  display: inline-block;
}

#footer ul li:not(:last-child) {
  margin-bottom: 10px;
  ;
}

#footer-copyright p {
  color: #666;
}

#footer-copyright {
  margin-top: 40px;
}

.hero-trio--right-item .tool-block {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  padding: 20px;
  border-radius: 32px;
  color: #222;
  font-size: 0.9rem;
  line-height: 1.35rem;
  text-wrap: balance;
  border: 2px solid #222;
}

#hero .hero-trio--right-item .tool-block p {
  color: #222;
  font-size: 0.9rem;
  line-height: 1.35rem;
}

.hero-trio--right-item .tool-name {
  font-weight: 500;
  display: block;
  font-size: 110%;
  margin-bottom: 8px;
}

/* Feedback block styling */
.feedback {
  display: block;
  background-color: #626262;
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  position: relative;
  margin-top: 24px;
  margin-left: 16px;
  width: fit-content;
  max-width: 90%;
}

.feedback:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #626262;
}

.feedback-comment {
  display: block;
  font-size: 1rem;
  margin-bottom: 6px;
}

.feedback-comment:before {
  content: "“";
  margin-right: 2px;
  font-size: 80%;
  top: -4px;
  position: relative;
}

.feedback-comment:after {
  content: "”";
  margin-left: 2px;
  font-size: 80%;
  top: -4px;
  position: relative;
}

.feedback-source {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-top: 6px;
}

.feedback-source:before {
  content: "—";
  margin-right: 3px;
  left: 0;
  top: 0;
}

/* Editor overlay styles */
.editor-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  padding: 2rem;
}

.rainbow-button-container {
  position: relative;
  z-index: 11;
}

.rainbow-button {
  position: relative;
  padding: 8px 24px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s ease;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 1;
  border: 2px solid #fff;
  background-color: #000;
}

/* Changed from ::before to ::after and positioned inside */
/* .rainbow-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50px;
  background: linear-gradient(90deg,
      rgba(255, 128, 0, 0.8), rgba(255, 149, 0, 0.8), rgba(255, 170, 0, 0.9),
      rgba(255, 183, 0, 0.8), rgba(255, 128, 0, 0.8), rgba(255, 85, 0, 0.9),
      rgba(255, 0, 0, 0.8));
  background-size: 300% 100%;
  animation: rainbow-button-flow 8s ease-in-out infinite alternate;
  filter: blur(8px);
  mix-blend-mode: overlay;
} */

/* Need to set the text and icon as higher z-index */
.rainbow-button svg,
.rainbow-button span {
  position: relative;
  z-index: 2;
}

.rainbow-button svg {
  width: 1.25rem;
  height: 1.25rem;
}

.rainbow-button svg * {
  fill: #fff;
}

.rainbow-button:hover {
  transform: translateY(-3px);
}

@media screen and (max-width: 768px) {
  
  .rainbow-button {
    padding: 12px 24px;
    font-size: 1rem;
  }
}

/* New user badge styling */
.user-badge-link {
  text-decoration: none;
  /* Remove default link underline */
}

.user-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* Add gap for icon spacing */
  padding: 9.5px 16px;
  /* Match CTA vertical padding, horizontal can be less */
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  /* Match CTA border-radius */
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.02), 0px 0px 0px 1px rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  /* Removed transform */
}

.user-badge svg {
  /* Style for the account icon */
  width: 1.25rem;
  /* Adjust size as needed */
  height: 1.25rem;
  /* Adjust size as needed */
  fill: #333;
  /* Icon color */
}

.user-badge-link:hover .user-badge {
  /* transform: translateY(-2px); */
  /* Removed transform */
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.03);
  /* Slightly adjusted hover shadow */
  background-color: rgba(0, 0, 0, 0.06);
}

.user-identifier {
  font-size: 15px;
  /* Slightly smaller to accommodate icon & match CTA overall feel if needed */
  font-weight: 500;
  color: #222;
  /* Darker text for better contrast */
  text-decoration: none;
  /* Ensure no underline */
}

/* Remove hover effect from user-identifier as the parent link handles it */
.user-identifier:hover {
  text-decoration: none;
}

.tool-powered-by svg {
  width: 40px;
  height: auto;
  margin-top: -5px;
}

span.tool-powered-by {
  display: flex;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  align-items: center;
  gap: 10px;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 9px;
}

.features-list-section {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.features-list .feature {
  padding: 4px 8px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(238, 238, 238);
}

.features-list {
  margin-top: 30px;
}

.features-list-title {
  margin-bottom: 8px;
  font-weight: 500;
}

.features-list-section:not(:last-child) {
  margin-bottom: 20px;
}

a.hero-button img {
  width: auto;
  height: 1.25rem;
}

@keyframes rainbow-button-flow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.hero-trio--right-item,
.hero-trio--left-item {
  width: 100%;
  border-radius: 32px;
}

.dimensional-grid-wrap--bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: rgb(218, 223, 237);
  overflow: hidden;
  border-radius: 32px;
}

.rainbow-button {
  box-shadow: rgba(0, 0, 0, 0.04) 5px 4px 16px 0px;
  border: 2px solid rgb(255 255 255 / 15%);
}

.hero-callout--mobile {
  display: none;
}

@media screen and (min-width: 769px) {
  #hero-top--right {
    width: 44%;
    min-width: 44%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1160px) {
  #hero h2 {
    font-size: 3.2rem;
  }

  .hero-trio {
    flex-direction: column;
  }

  #hero-top--right {
    width: 39%;
    min-width: 39%;
  }
}

.features-list-wrap.mobile {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  #hero h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    font-size: 1rem;
    margin-top: 70px;
  }

  #footer-navigations {
    flex-direction: column;
  }

  .features-list .feature {
    padding: 3px 6px 2px;
  }

  .features-list-wrap.mobile {
    width: 100%;
    padding: 0 1.4rem;
  }

  .hero-trio--right-item .tool-block {
    text-wrap: auto;
  }

  #hero-inner {
    padding: 1.4rem;
  }

  svg.dimensional-grid.desktop {
    display: none;
  }

  div#footer-copyright {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    text-align: center;
  }

  #header #header-inner {
    padding: 0 1.4rem;
    flex-wrap: wrap;
  }

  svg.dimensional-grid.mobile {
    display: block;
    height: 200%;
    margin-top: -25%;
  }

  .hero-trio--left-item {
    height: 230px;
  }

  .features-list-wrap.mobile {
    display: block;
  }

  .features-list-wrap.desktop {
    display: none;
  }

  #logo svg {
    width: 100px;
    top: -2px;
    position: relative;
  }

  .hero-trio {
    flex-direction: column;
  }

  #hero {
    margin-top: 0px;
  }

  #header {
    padding-top: 20px;
  }

  #header #navigation {
    margin-left: auto;
  }

  #ctas {
    width: 100%;
    margin-top: 20px;
  }

  .user-badge,
  #header #ctas .cta-button {
    padding: 7px 12px;
    font-size: 15px;
  }

  #hero-inner {
    padding: 0 1.4rem 1.4rem;
  }

  #header #ctas-inner>.cta-button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .user-badge svg,
  #header #ctas .cta-button svg {
    width: 1rem;
    height: 1rem;
  }

  #hero-top {
    flex-direction: column;
    gap: 36px;
  }

  #hero h2 {
    font-size: 1.96rem;
    letter-spacing: 0.03rem;
  }

  #hero .hero-buttons {
    flex-direction: column;
  }

  #hero .hero-buttons .hero-button {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  #hero h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #hero p {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .hero-callout {
    font-size: .71rem
  }

  .hero-callout--desktop {
    display: none;
  }

  .hero-callout--mobile {
    display: block;
  }

  .social-stats {
    gap: 14px;
    margin-top: 24px;
  }

  .social-proof {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1160px) {
  .hero-trio--left .trio-title {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1161px) {
  .hero-trio--left .trio-title {
    position: absolute;
    top: calc(-30px + -20px);
  }
}

.hero-trio--left {
  position: relative;
}

#footer-logo a {
  display: block;
  ;
}

/* Lander Status Dot */
.lander-status-dot {
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  margin-left: 5px;
}

.lander-status-dot::before {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  left: 1%;
  top: 50%;
  border-radius: 100%;
  background-color: #00ff6a;
  filter: blur(3px);
  transform: translateY(-50%);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: filter, background-color;
}

.lander-status-dot.loading::before {
  background-color: rgb(229, 151, 0);
  filter: blur(2.9px);
}

.lander-status-dot.not-loading::before {
  background-color: rgb(244, 82, 82);
  filter: blur(3.1px);
}

/* Lander AI Status */
.lander-ai-status {
  background:  #e6e9f3;
  border-radius: 13px;
  padding: 8px 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border: 1px solid rgb(143 139 136 / 35%);
  margin-top: 20px;
  color: #303030;
  
}

.lander-ai-status .status-up {
  color: #22C55E;
  margin-left: 8px;
  margin-right: 3px;
  font-weight: 600;
}






.lander-ai-status {
  position: absolute;
  bottom: 0;
  margin-bottom: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
