@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
}
p,
a {
  color: #4b5563;
  font-size: large;
  text-decoration: none;
}
.menu-toggle {
  border: none;
  outline: none;
}
.main {
  width: 80%;
  margin: 0 auto;
}

/* Hero — single centred text column (the form column was removed) */
.width-col {
  flex: 1;
  width: 50%;
}
.free-trial-main {
  padding: 10rem 1.5rem 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.left-content {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
}
/* hero column now spans the full width and centres on both axes */
.free-trial-main .width-col {
  width: 100%;
}
.free-trial-main .left-content {
  align-items: center;
  text-align: center;
}
.free-trial-main .planning-features-list,
.free-trial-main .cta-btns {
  justify-content: center;
}
.hero-subheading {
  color: #0fa48b;
  width: fit-content;
  padding: 0.375rem 1.5rem;
  font-size: 13.863px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 21.42px;
  background: #e2f9f5;
}
.main-heading {
  font-size: 3.25rem;
  line-height: normal;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.section-description {
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

ul > li > p {
  color: #000;
  font-size: 13.08px;
  font-style: normal;
  font-weight: 400;
}
/* CTA buttons — copied from the inspect-and-adapt page */
.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cta-btns > a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.313rem;
  padding: 0.5rem 2rem;
}
.see-pricing-btn {
  color: #26baa1;
  border: 1px solid #26baa1;
}
.book-demo-btn {
  color: #ffffff;
  background: #26baa1;
}

/* Planning features list — copied from the inspect-and-adapt page */
.planning-features-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.planning-features-list li {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  align-items: center;
}

/* Hero image column + soft glow backdrop — copied from the inspect-and-adapt page */
.right-content {
  position: relative;
}
.right-content::after {
  background: #acd8ff;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: -1;
  filter: blur(80px);
}
.right-content > img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-btn-parent {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* HubSpot signup form — hero right column */
#kendis-hubspot-form {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 2rem;
}

/* Buttons */
.trial-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #059669;
  color: #000;
  padding: 0.65rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  width: fit-content;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 500;
}
.demo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  color: #f9fafb;
  font-weight: 500;
  padding: 0.65rem 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid #4b5563;
  width: fit-content;
}

/* Trust / client logos strip */
.trust-section {
  padding: 3rem 0 1rem;
}
.trust-heading {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.trust-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.trust-logos img {
  display: block;
  height: auto;
}

/* Happy clients section — copied as-is from the inspect-and-adapt page */
.clients-heading {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.client-section {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.clients-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  position: relative;
  gap: 2.5rem;
}

/* All the views your organization needs — copied from the org-views page */
.org-view-title {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 2.625rem;
  line-height: normal;
}
.model-title {
  color: #000000;
  text-align: left;
  line-height: normal;
  font-weight: 500;
  font-size: 2.25rem;
}
.all-view-head {
  color: #000000;
  text-align: center;
  line-height: normal;
}
.all-views-your-organization {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 120px 3%;
  padding-inline: 0;
}
.all-views-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  row-gap: 1.5rem;
  align-items: stretch;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  box-shadow: #0000000a;
  height: 100%;
  justify-content: space-between;
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.card > #card-image {
  width: 3.75rem;
  height: 3.75rem;
}
.learn-more-btn {
  color: #26baa1;
  font-weight: 400;
  text-decoration: underline !important;
}
.learn-more-btn > span,
p > span {
  padding-inline: 1rem;
}
.card-learn-btn {
  text-decoration: none !important;
  color: #02b57b !important;
}
.all-view-heading {
  font-weight: 600;
  font-size: 1.188rem;
  line-height: normal;
}
.all-view-para {
  color: #8b8b8b;
  font-weight: 400;
  font-size: 1rem;
}

/* Works with your existing ALM stack — copied from the inspect-and-adapt page */
.existing-with-your-alm {
  background: #f9fafc
    url("/wp-content/uploads/org-views/alm-stack-background.svg") right center /
    contain no-repeat;
  padding: 2rem 0;
  margin-top: 5rem;
}
.existing-with-alm-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
  margin: 0 auto;
}
.alm-para {
  font-size: 1.03rem;
  font-weight: 500;
  color: #3a3d42;
  font-size: 1rem;
}
.ai-strips-parent,
.strips-parent {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.ai-strip-content {
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  color: #5c697c;
  border-radius: 0.75rem;
  font-weight: 500;
}
.more-det-btn {
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border-radius: 0.402rem;
  margin-top: 1rem;
  font-size: 1rem;
}

/* Two-slide vertical scroll carousel — copied from the sprint-reports / inspect-and-adapt pages */
.aspects-of-kendis-section {
  padding: 0;
}
.flowm-cycle-wrap {
  position: relative;
  width: 100%;
}
.flowm-cycle-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: block;
}
.flowm-cycle-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.flowm-feature-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
}
/* Promote only the slides currently transitioning, not all of them permanently. */
.flowm-feature-slide.is-active {
  will-change: opacity, transform;
}
.flowm-feature-slide .delivery-dashboard {
  margin: 0 auto;
  max-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5rem;
}
.flowm-feature-slide .delivery-dashboard .col-width {
  width: 50%;
}
.flowm-feature-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.flowm-cycle-dots {
  position: absolute;
  right: clamp(12px, 2vw, 28px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 4;
}
.flowm-cycle-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(67, 80, 172, 0.24);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.flowm-cycle-dot:hover {
  background: rgba(67, 80, 172, 0.48);
}
.flowm-cycle-dot.is-active {
  background: #4350ac;
  transform: scale(1.45);
}
.delivery-dashboard {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  gap: 5rem;
}
.col-width {
  width: 50%;
}
.flex-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-inline: 2rem;
  align-items: start;
}
.right-image-section > img {
  width: 100%;
  height: 100%;
  display: block;
}
.pi-dasboard-heading {
  color: #181d27;
  font-size: 30px;
  font-weight: 600;
}
.what-is-inspect-title {
  color: #2075cc;
  font-size: 18px;
  font-weight: 500;
}
.trial-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #059669;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid transparent;
  width: fit-content;
}
.trial-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid transparent;
  width: fit-content;
}

.prefer-to-self-host-section {
  background: linear-gradient(to bottom, #27ae97, #10483f);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 3rem 0 7rem 0;
  gap: 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.self-host-image-bg {
  position: absolute;
  top: 20%;
  right: -20%;
  z-index: -1;
}
.prefer-to-self-host-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.self-host-section-heading {
  font-size: 3.188rem;
  color: #fff;
  font-style: normal;
  font-weight: 600;
}
.self-host-section-para {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 900px) {
  .flowm-cycle-wrap {
    height: auto !important;
  }
  .flowm-cycle-stage {
    position: static;
    height: auto;
    overflow: visible;
  }
  .flowm-cycle-track {
    height: auto;
  }
  .flowm-feature-slide {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-bottom: 80px;
    display: block;
  }
  .flowm-feature-slide:last-child {
    margin-bottom: 0;
  }
  .flowm-feature-slide .delivery-dashboard {
    margin-bottom: 0;
    max-height: none;
    overflow: visible;
    flex-direction: column;
  }
  .flowm-feature-slide .delivery-dashboard .col-width {
    width: 100%;
  }
  .flowm-cycle-dots {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .flowm-feature-slide {
    transition: none;
  }
}

/* Section heading block */
.section-head {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
  margin: 4rem auto 2.5rem;
  max-width: 46rem;
}
.section-title {
  color: #2075cc;
  font-size: 1.125rem;
  font-weight: 500;
}
.section-heading {
  color: #181d27;
  font-size: 2.25rem;
  font-weight: 600;
}
.section-description {
  color: #555;
  font-size: 1.125rem;
  font-weight: 400;
}

/* "What you get" benefit cards */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.benefit-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #fff;
}
.benefit-card img {
  width: 48px;
  height: 48px;
  display: block;
}
.benefit-card h3 {
  color: #181d27;
  font-size: 1.25rem;
  font-weight: 600;
}
.benefit-card p {
  color: #555;
  font-size: 1rem;
}

/* "How it works" steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.step-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.75rem;
  border-radius: 1rem;
  background: #f9fafc;
}
.step-num {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #4350ac;
  color: #fff;
  font-weight: 600;
}
.step-card h3 {
  color: #181d27;
  font-size: 1.25rem;
  font-weight: 600;
}
.step-card p {
  color: #555;
  font-size: 1rem;
}

/* Final CTA band */
.cta-band {
  margin: 5rem auto;
  padding: 3.5rem 2rem;
  border-radius: 1.375rem;
  background: linear-gradient(to right, #112331, #1c3a52);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.cta-band h2 {
  color: #f9fafb;
  font-size: 2rem;
  font-weight: 600;
}
.cta-band p {
  color: #e5e7eb;
  max-width: 40rem;
}
.heading-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
.all-view-para-description {
  color: #000;
  text-align: center;
  font-size: 15.75px;
  font-style: normal;
  font-weight: 400;
}

/* Tablets / small laptops — 1024px */
@media (max-width: 64rem) {
  .free-trial-main {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem;
  }
  .main-heading {
    font-size: 2rem;
  }
  .width-col {
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .cta-btns {
    align-items: center;
    justify-content: center;
  }
  .all-views-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .delivery-dashboard {
    flex-direction: column;
  }
  .col-width {
    width: 100%;
  }
  .flex-col {
    padding-inline: 1rem;
  }
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  br {
    display: none;
  }
  .self-host-section-heading {
    font-size: 2.625rem;
  }
}
/* Tablets — 768px */
@media (max-width: 48rem) {
  .left-content {
    text-align: center;
  }
  .planning-features-list {
    align-items: center;
    justify-content: center;
  }
  .clients-logos {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
  .org-view-title {
    font-size: 2rem;
  }
  .all-views-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .pi-dasboard-heading {
    font-size: 26px;
  }
  .rev-content {
    align-items: center;
  }
  .section-heading {
    font-size: 1.85rem;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .self-host-section-heading {
    font-size: 2rem;
  }
}
/* Mobiles — 425px */
@media (max-width: 26.5625rem) {
  .free-trial-main {
    padding: 1rem;
  }
  .client-section {
    padding: 1rem;
  }
  .main-heading {
    font-size: 1.625rem;
  }
  .pi-dasboard-heading {
    font-size: 22px;
    text-align: center;
    width: 100%;
  }
  .trial-btn,
  .demo-btn {
    font-size: 1rem;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .trust-logos {
    gap: 1.5rem;
  }
}
/* Mobiles — 480px (org-view-title sizing, from the org-views page) */
@media (max-width: 480px) {
  .org-view-title {
    font-size: 1.5rem;
  }
  .self-host-image-bg {
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
