:root {
  /* tweak these to change the slate tones & sizes easily */
  --slate-1: #334155; /* slate-700 */
  --slate-2: #64748b; /* slate-500 */
  --slate-3: #cbd5e1; /* slate-300 */
  --circle-size: 10px;
  --circle-gap: 10px;
  --left-offset: 12px;
}

html {
  scroll-behavior: smooth;
}

.rubik-regular {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
* {
  font-family: "Rubik", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
.adaptlogo {
  height: 40px;
  width: 40px;
  border-radius: 4px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #f6f9ff;
  border-bottom: 1px solid #dde0e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-title {
  font-size: 24px;
  font-weight: 700;
  color: #3d4665;
}
.logo-tagline {
  font-size: 10px;
  color: #6c7a99;
}
.nav a {
  margin-left: 24px;
  font-size: 16px;
  color: #3d4665;
}
.nav a:hover {
  color: #478eeb;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4rem;
  gap: 1rem;
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #f1f3fa;
}
.hero-left,
.show-left {
  max-width: 50%;
  width: 100%;
}
.published {
  font-size: 12px;
  margin-bottom: 8px;
  color: #6c7a99;
}
.hero-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #3d4665;
}
.hero-body {
  font-size: 18px;
  margin-bottom: 24px;
  color: #646b84;
}
.hero-buttons {
  display: flex;
  gap: 12px;
}
.btn {
  padding: 16px 48px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.primary {
  background: #478eeb;
  color: #ffffff;
  border: 1px solid #3972bc;
}
.secondary {
  background: #ffffff;
  color: #3d4665;
  border: 1px solid #d8dae0;
}
.primary:hover {
  background-color: #3972bc;
}
.secondary:hover {
  background-color: #ecedf0;
}

.showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 4rem 2rem;
  gap: 1rem;
  background: #ecedf0;
  background: linear-gradient(
    0deg,
    rgba(236, 237, 240, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.show-title,
.manual-title,
.survey-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #3d4665;
}
.show-body,
.manual-body,
.survey-body {
  color: #646b84;
  font-size: 18px;
  margin-bottom: 8px;
}

.image-wrapper {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  min-width: 600px;
  border: 1px solid #cccccc;
  overflow: hidden;
  border-radius: 8px;
}
.picture-header {
  height: 30px;
  border-bottom: 1px solid rgb(206, 206, 206);
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 8px;
  background-color: rgb(255, 255, 255);
}

.show-image {
  object-fit: contain;
  width: 600px;
}
.demomanual {
  background-color: #ecedf0;
  padding: 4rem 2rem;
}
.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  gap: 40px;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(70, 70, 70, 0.1);
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 200px;
}
.video-player {
  flex-grow: 3;
  flex-basis: 0;
}
.video-title {
  text-align: center;
  color: #3d4665;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.video-frame {
  color: #3d4665;
  background-color: #d9d9d9;
  border: 1px solid #8b90a3;
  border-radius: 12px;
  position: relative;
  width: 100%;
  height: 343px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact {
  background: #3d4665;
  color: #ffffff;
  padding: 4.5rem 1.25rem;
  text-align: center;
}
.title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}
.body {
  color: #dde0e6;
  font-size: 18px;
  margin-bottom: 24px;
}
.email-list {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  gap: 0.6rem;
}
.email-item {
  background: #505974;
  padding: 1rem;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 500;
}
.footer {
  text-align: center;
  padding: 16px 0;
  background-color: #252a3d;
  color: #d8dae0;
  font-size: 14px;
}
/* --- Feedback Section Layout --- */
.feedback {
  padding: 80px 0; /* Add vertical spacing */
  background-color: #f8f8f8; /* Ensures the section background is light gray */
  display: flex;
  justify-content: center;
}

.feedback .center {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers the title and the card */
  width: 100%;
}

.feed-title {
  font-size: 2em;
  font-weight: 700;
  color: #3d4665; /* Dark blue from your style reference */
  margin-bottom: 30px;
}

/* --- Survey Card Styling --- */
.survey-card {
  display: flex;
  justify-content: space-between; /* Pushes text content and button apart */
  align-items: center;
  width: 100%;
  max-width: 750px; /* Limits the card width on large screens */

  /* Card Appearance */
  background-color: #edf4fd;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Soft shadow */
  border: 1px solid #e0e7ff; /* Subtle light blue border/glow */
}

/* --- Text Content Styling --- */
.survey-text {
  flex-grow: 1;
  margin-right: 40px;
}

.survey-title {
  font-size: 1.25em;
  font-weight: 600;
  color: #3d4665;
  margin: 0 0 5px 0;
}

.survey-body {
  font-size: 0.95em;
  color: #666;
  margin: 0;
}
@media (max-width: 900px) {
  .wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 0 1rem;
  }
  .btn {
    padding: 12px 30px;
  }
  .header {
    padding: 1rem;
  }
  .header .wrapper {
    align-items: center;
    padding: 0;
  }
  .nav {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }
  .nav a {
    margin: 5px 0;
  }
  .hero {
    padding: 3rem 1rem;
  }
  .hero .wrapper {
    text-align: center;
  }
  .hero-left,
  .hero-right {
    max-width: 100%;
    width: 100%;
  }
  .hero-right {
    order: -1;
    margin-bottom: 30px;
  }
  .hero-buttons {
    justify-content: center;
  }
  .showcase {
    padding: 3rem 1rem;
  }
  .showcase .wrapper {
    gap: 30px;
    padding: 2rem 0;
  }
  .show-left,
  .show-right {
    width: 100%;
    text-align: center;
  }

  .show-image {
    height: auto;
    max-height: 300px;
  }
  .showcase .wrapper:nth-child(even) .show-left {
    order: -1;
  }
  .demomanual {
    padding: 3rem 1rem;
  }
  .demomanual .wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .video-player {
    flex-grow: unset;
    width: 100%;
    max-width: 550px;
  }
  .card {
    flex-basis: auto;
    width: 100%;
    max-width: 400px;
    gap: 20px;
  }
  .video-frame {
    height: 200px;
  }
  .contact {
    padding: 3rem 1rem;
  }
  .email-list {
    max-width: 100%;
    padding: 0 1rem;
  }
  .footer {
    padding: 16px 1rem;
  }
}
@media (max-width: 650px) {
  .survey-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .survey-text {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .btn {
    width: 100%;
  }
}

/* base circle style */
.circle {
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* individual slate shades */
.c1 {
  background: var(--slate-1);
}
.c2 {
  background: var(--slate-2);
}
.c3 {
  background: var(--slate-3);
}

.right-side {
  width: 100%;
  max-width: 550px;
  color: rgb(33, 48, 63);
}
