/* Top announcement bar: KRIYA → CoreBookings (for cloned HTML pages)
   Transition phase — prominent until ~80% traffic recognises new brand.
   Site chrome (bar + header menu) uses Ubuntu once here — do not set per page. */
.announcement-bar {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c8f0e8;
  border-bottom: 1px solid rgba(29, 187, 153, 0.25);
  color: #0f2d28;
  font-family: Ubuntu, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Header nav + login links — same font as rest of site */
.primary-menu-menu,
.primary-menu-menu > li > a,
.header-login .contact-item a,
.logo-tagline {
  font-family: Ubuntu, system-ui, sans-serif;
}
.announcement-bar span {
  margin: 0;
}
.announcement-bar a {
  color: #1dbb99;
  font-weight: 600;
  text-decoration: none;
  margin-left: 0.35em;
}
.announcement-bar a:hover {
  text-decoration: underline;
  color: #17a885;
}

/* Homepage section subhead (e.g. Why CoreBookings) */
.heading-subtitle {
  margin: 0.35em 0 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
  color: #4b5563;
}

/* Why CoreBookings: 2-col grid — icon+heading left, short copy right */
.why-corebookings-grid {
  display: grid;
  grid-template-columns: minmax(0, 11.5rem) minmax(0, 1fr);
  gap: 1.25rem 1.5rem;
  align-items: start;
}
.why-cb-item {
  display: contents;
}
.why-cb-left {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  max-width: 11.5rem;
}
.why-cb-icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.1);
  border-radius: 6px;
}
.why-cb-heading {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}
.why-cb-right {
  min-width: 0;
}
.why-cb-right p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: #6b7280;
}

.manage-anywhere-benefits {
  margin-top: 1.25rem;
}

/* What's Included Grid */
.whats-included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.whats-included-item {
  background: #f8fffe;
  border: 1px solid #e0f5ef;
  border-radius: 10px;
  padding: 25px;
}
.whats-included-heading {
  font-size: 17px;
  font-weight: 500;
  color: #202328;
  margin-bottom: 10px;
}
.whats-included-text {
  font-size: 15px;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
}

/* Get Started Steps */
.get-started-steps {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
.get-started-step {
  flex: 1;
  background: #f8fffe;
  border: 1px solid #e0f5ef;
  border-radius: 10px;
  padding: 30px 25px;
  position: relative;
  display: grid !important;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "badge badge"
    "icon heading"
    "text text";
  align-items: center;
  gap: 8px 10px;
}
.step-badge {
  grid-area: badge;
  background: #1dbb99;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  margin: 0 !important;
}
.step-icon {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  font-size: 14px;
  color: #1dbb99;
  margin: 0 !important;
}
.step-heading {
  grid-area: heading;
  font-size: 17px;
  font-weight: 500;
  color: #202328;
  margin: 0 !important;
  line-height: 1.3;
}
.step-text {
  grid-area: text;
  font-size: 15px;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
  margin: 0;
}
.get-started-close {
  text-align: center;
  font-weight: 500;
  color: #1dbb99;
  font-size: 17px;
  margin-top: 10px;
}
.get-started-image {
  margin-top: 40px;
}

/* Why CoreBookings grid: single column on mobile (no 2-col layout) */
@media (max-width: 767px) {
  .why-corebookings-grid {
    grid-template-columns: 1fr;
    gap: 1rem 0;
  }
  .why-corebookings-grid .why-cb-left {
    margin-bottom: 0.25rem;
  }
}

/* Homepage: section headers with green dot — add left padding so green dot isn't flush to edge */
@media (max-width: 767px) {
  .kc-css-554481 .kc-css-779694 .kc-col-container,
  .kc-css-554481 header.kc-css-776204,
  .kc-css-711316 .kc-css-762814 .kc-col-container,
  .kc-css-711316 header.kc-css-598761,
  .kc-css-632293 .kc-css-191310 .kc-col-container,
  .kc-css-632293 header.kc-css-999686 {
    padding-left: 20px !important;
  }
}

/* Homepage: Simple, transparent pricing — inner row image */
.kc-css-632293 .kc_row_inner > .kc_col-sm-6 .single-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Homepage: Switching from another system — center CTA card on mobile */
@media (max-width: 767px) {
  body.kc-css-system .kc-css-481938 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  body.kc-css-system .kc-css-481938 .kc-row-container,
  body.kc-css-system .kc-css-481938 .kc-wrap-columns,
  body.kc-css-system .kc-css-481938 .kc-css-805691,
  body.kc-css-system .kc-css-481938 .kc-col-container,
  body.kc-css-system .kc-css-481938 .kc-css-885538,
  body.kc-css-system .kc-css-481938 .kc-col-inner-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.kc-css-system .kc-css-481938 .kc-css-223853 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
  }
}

/* Homepage: Who is CoreBookings for — keep text readable beside image */
.kc-css-45553 .kc_row_inner {
  gap: 1.5rem;
}
.kc-css-45553 .kc_row_inner > .kc_col-sm-5 .kc_text_block p {
  margin-bottom: 1em;
  line-height: 1.6;
  color: #444;
}

/* Homepage: CoreBookings-Business-Insights-Dashboard image — wider, bigger, less space under */
@media (max-width: 767px) {
  .kc-css-125214 .single-image {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: none;
    margin-bottom: -24px;
  }
  .kc-css-125214 .single-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .kc-css-125214.kc_row {
    padding-bottom: 40px !important;
  }
}

/* Blog posts: mobile responsiveness fixes */
@media (max-width: 767px) {
  /* Narrower side padding for wider content on mobile */
  body.single-post #primary.container {
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }
  /* Prevent horizontal overflow from page */
  body.single-post .content-wrapper {
    overflow-x: hidden !important;
  }
  /* Images: override inline fixed widths (e.g. width:774px) so they scale */
  body.single-post .post__content img,
  body.single-post .post__content .wp-block-image img,
  body.single-post .post__content figure img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }
  body.single-post .wp-block-image,
  body.single-post .post__content figure {
    max-width: 100% !important;
  }
  /* Hero/featured image: ensure responsive */
  body.single-post .post-standard-details > .post-thumb img {
    max-width: 100% !important;
    width: 100% !important;
  }
  /* Tables: horizontal scroll on narrow screens */
  body.single-post .wp-block-table,
  body.single-post .post__content figure.wp-block-table {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  body.single-post .wp-block-table table,
  body.single-post .post__content figure.wp-block-table table {
    min-width: 280px;
  }
  /* Post content: consistent font size (avoid some text bigger than others) */
  body.single-post .post-standard-details .post__content,
  body.single-post .post__content p,
  body.single-post .post__content li,
  body.single-post .post-standard-details .post__content p,
  body.single-post .post-standard-details .post__content li {
    font-size: 1rem !important;
  }
  /* Long words/URLs: prevent overflow */
  body.single-post .post__content {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}

/* Announcement bar mobile */
@media (max-width: 767px) {
  .announcement-bar {
    height: auto;
    min-height: 36px;
    padding: 8px 14px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
  }
}

/* Responsive */
@media (max-width: 799px) {
  .whats-included-grid {
    grid-template-columns: 1fr;
  }
  .get-started-steps {
    flex-direction: column;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .whats-included-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*
 * Section subheadings: match homepage / product (lighter than bold).
 * h1 heroes stay heavier; card/item titles are left alone.
 */
h2.heading-title,
h2.kriya-title,
.crumina-heading h2.heading-title,
.crumina-heading h2.kriya-title,
.crumina-heading h2 {
  font-weight: 400 !important;
}

/* Accent dot: a few headings render the dot uncomfortably close to the
   text with the theme default (10px) — give it consistent breathing room. */
.kriya-title {
  padding-left: 14px !important;
}

/* Footer CTA supporting line (legacy theme sections) */
.hero-cta-subtext {
  margin: 0.5em 0 0;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  color: #334155;
}
.footer-bg .hero-cta-subtext,
.quinn-above-footer .hero-cta-subtext,
.free-trial-hero .hero-cta-subtext {
  color: rgba(255, 255, 255, 0.9);
}
.hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.25rem;
}
.hero-cta-buttons .btn + .btn {
  margin-left: 0;
}

body.home .home-demo-req-section .hero-trust-line {
  display: block;
  width: 100%;
  text-align: center;
}

/* Homepage hero: disciplines line (smaller, not stacked) */
.heading-disciplines {
  margin: 0.35em 0 0;
  font-size: 0.65em;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: inherit;
  line-height: 1.3;
}

/* Small line under KRIYA logo in header */
.logo-tagline {
  display: block;
  margin-top: 2px;
  font-family: Ubuntu, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #6b7280;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}
.site-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.site-logo-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.site-logo-link:hover,
.site-logo-link:focus {
  text-decoration: none;
  color: inherit;
}
.site-logo-link:focus-visible {
  outline: 2px solid #1dbb99;
  outline-offset: 4px;
  border-radius: 4px;
}
.logo-tagline-primary {
  font-weight: 600;
  color: #1dbb99;
}
.logo-tagline-secondary {
  font-size: 0.9em;
  font-weight: 300;
  color: #9ca3af;
}

@media (max-width: 767px) {
  .logo-tagline {
    font-size: 9px;
    max-width: 148px;
    white-space: normal;
  }
  .site-logo img {
    width: 144px !important;
    max-width: 144px !important;
    height: auto !important;
  }
}

/*
 * Homepage lower sections (Utouch theme CSS often 403s).
 * Fixes: centered “Switching…” CTA, dark above-footer band,
 * team 4-col row, testimonials grid (not an 8000px stack).
 */

/* KC emitted line-height:49% on Built in Australia — meant ~49px */
body.kc-css-system .kc-css-343519 .heading-title {
  line-height: 1.4 !important;
}
/* KC negative margin pulls body copy over the subtitle */
body.kc-css-system .kc-css-588815 p {
  margin-top: 0.5em !important;
}
body.kc-css-system .kc-css-588815 p + p {
  margin-top: 0.75em !important;
}
.crumina-heading .heading-title {
  line-height: 1.4;
}
.crumina-heading .heading-subtitle {
  margin: 0.35em 0 0;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.45;
  color: #64748b;
}

.align-center {
  text-align: center !important;
}
.crumina-heading.align-center,
.crum-button.align-center {
  text-align: center !important;
}
.crum-button.align-center {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
}

.quinn-above-footer.footer-bg,
body.kc-css-system .kc-css-615497.quinn-above-footer {
  background: linear-gradient(135deg, #0c3d38 0%, #1a7a69 100%) !important;
  color: #fff !important;
  padding: 3.5rem 0 !important;
}
.quinn-above-footer.footer-bg .heading-title,
.quinn-above-footer.footer-bg .kriya-title,
.quinn-above-footer.footer-bg p,
.quinn-above-footer.footer-bg .hero-cta-subtext {
  color: #fff !important;
}
.quinn-above-footer.footer-bg .hero-cta-buttons {
  justify-content: center;
}
.quinn-above-footer.footer-bg .cta-micro-reassurance {
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  /* Switching from another system — center full-width card */
  body.kc-css-system .kc-css-481938 {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
    padding: 40px 16px !important;
  }
  body.kc-css-system .kc-css-481938 > .kc-row-container,
  body.kc-css-system .kc-css-481938 .kc-wrap-columns,
  body.kc-css-system .kc-css-481938 .kc_column,
  body.kc-css-system .kc-css-481938 .kc-col-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    box-sizing: border-box !important;
  }
  body.kc-css-system .kc-css-481938 .kc-row-container.kc-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.kc-css-system .kc-css-223853 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }
  body.kc-css-system .kc-css-223853 > .kc_column_inner,
  body.kc-css-system .kc-css-885538 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
  }
  body.kc-css-system .kc-css-173515,
  body.kc-css-system .kc-css-173515 .heading-title,
  body.kc-css-system .kc-css-627850,
  body.kc-css-system .kc-css-627850 p {
    text-align: center !important;
  }
  body.kc-css-system .kc-css-173515 .heading-title {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
  }
  body.kc-css-system .kc-css-266759 {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }

  /* Team grid — center 2×2 layout; undo KC gutters and flex shrink-wrap */
  body.kc-css-system .kc-css-910500 .kc-row-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
  body.kc-css-system .kc-css-910500 .kc-wrap-columns,
  body.kc-css-system .kc-css-910500 .kc_column,
  body.kc-css-system .kc-css-910500 .kc-col-container,
  body.kc-css-system .kc-css-910500 .kc-css-707722,
  body.kc-css-system .kc-css-910500 .kc-css-5478,
  body.kc-css-system .kc-css-910500 .kc-css-902390,
  body.kc-css-system .kc-css-910500 .kc-css-707722 .kc_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    box-sizing: border-box !important;
  }
  body.kc-css-system .kc-css-910500 .kc-css-902390 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Restore a single side gutter for the "Built in Australia" heading/copy —
     the team grid below gets its own padding so this doesn't affect its centering. */
  body.kc-css-system .kc-css-910500 .kc-css-5478 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body.kc-css-system .kc-css-910500 .kc-css-707722 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  body.kc-css-system .kc-css-936790 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
  body.kc-css-system .kc-css-936790 > .kc-wrap-columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  body.kc-css-system .kc-css-936790 > .kc_column_inner,
  body.kc-css-system .kc-css-936790 > div > .kc_column_inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.kc-css-system .kc-css-910500 .quinn-team-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.25rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  body.kc-css-system .kc-css-910500 .quinn-team-row > [class*="kc_col"],
  body.kc-css-system .kc-css-910500 .quinn-team-row > .kc_column_inner {
    flex: 0 0 auto !important;
    max-width: 280px !important;
    width: 100% !important;
    padding: 0 !important;
  }
  body.kc-css-system .kc-css-910500 .quinn-team-row .crumina-teammembers-item {
    text-align: center !important;
  }
  body.kc-css-system .kc-css-910500 .quinn-team-row .teammembers-thumb {
    width: 150px !important;
    height: 150px !important;
    max-width: 150px !important;
    margin: 0 auto 0.75rem !important;
    float: none !important;
  }
  body.kc-css-system .kc-css-910500 .quinn-team-row .teammembers-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  body.kc-css-system .kc-css-910500 .quinn-team-row .teammembers-item-name {
    font-size: 1rem !important;
    line-height: 1.3 !important;
  }
  body.kc-css-system .kc-css-910500 .quinn-team-row .teammembers-item-prof {
    font-size: 0.85rem !important;
    line-height: 1.35 !important;
  }

  /* Bottom homepage CTA — full-width band, centered content */
  body.kc-css-system .kc-css-615497.quinn-above-footer,
  .quinn-above-footer.footer-bg {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body.kc-css-system .kc-css-615497 .kc-row-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    float: none !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
  body.kc-css-system .kc-css-615497 .kc-wrap-columns,
  body.kc-css-system .kc-css-615497 .kc_column,
  body.kc-css-system .kc-css-615497 .kc-col-container,
  body.kc-css-system .kc-css-615497 .kc_row_inner,
  body.kc-css-system .kc-css-615497 .kc_column_inner,
  body.kc-css-system .kc-css-615497 .kc-col-inner-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
  body.kc-css-system .kc-css-615497 .kc-css-690371,
  body.kc-css-system .kc-css-615497 .kc-css-845223,
  body.kc-css-system .kc-css-615497 .kc-css-151991 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.kc-css-system .kc-css-615497 .crumina-heading,
  body.kc-css-system .kc-css-615497 .hero-cta-buttons {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.kc-css-system .kc-css-615497 .kc_wrapper,
  body.kc-css-system .kc-css-615497 .kc-col-inner-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  body.kc-css-system .kc-css-615497 .hero-cta-subtext,
  body.kc-css-system .kc-css-615497 .heading-title,
  body.kc-css-system .kc-css-615497 .crumina-heading {
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.kc-css-system .kc-css-615497 .hero-cta-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
  }
  body.kc-css-system .kc-css-615497 .hero-cta-buttons .btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/*
 * Pricing cards (Bootstrap col-lg-4 / Utouch theme often missing).
 * Keep three plan cards in one row on desktop.
 */
.custom-pricing-list .pricing-wrap > .row,
#page-5717 .crumina-pricings .pricing-wrap > .row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 20px;
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
}
.custom-pricing-list .pricing-wrap > .row::before,
.custom-pricing-list .pricing-wrap > .row::after,
#page-5717 .crumina-pricings .pricing-wrap > .row::before,
#page-5717 .crumina-pricings .pricing-wrap > .row::after {
  display: none !important;
  content: none !important;
}
.custom-pricing-list .pricing-wrap > .row > [class*="col-"],
#page-5717 .crumina-pricings .pricing-wrap > .row > [class*="col-"] {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
.custom-pricing-list .crumina-pricing-tables-item,
#page-5717 .crumina-pricing-tables-item {
  width: 100% !important;
  box-sizing: border-box !important;
}

#page-5717 .pricing-title {
  font-size: 1.5rem !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  margin: 0 0 0.35rem !important;
}

#page-5717 .crumina-pricing-tables-item > .price-primary-link {
  margin-top: 1rem !important;
}
@media (max-width: 991px) {
  .custom-pricing-list .pricing-wrap > .row,
  #page-5717 .crumina-pricings .pricing-wrap > .row {
    grid-template-columns: 1fr !important;
  }
  .custom-pricing-list .pricing-wrap > .row > [class*="col-"],
  #page-5717 .crumina-pricings .pricing-wrap > .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Pricing: "Available On All Plans" feature grid — center the block */
#page-5717 .kc-css-67740 .kc-row-container,
#page-5717 .kc-css-67740 .kc-wrap-columns,
#page-5717 .kc-css-67740 .kc_column {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
#page-5717 .kc-css-67740 .kc-col-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#page-5717 .kc-css-67740 .crumina-heading {
  width: 100% !important;
  text-align: center !important;
}
#page-5717 .kc-css-67740 .kc-css-797049,
#page-5717 .kc-css-67740 .white-list {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
#page-5717 .kc-css-67740 .kc-css-797049 ul,
#page-5717 .kc-css-67740 .white-list ul {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(8, auto) !important;
  grid-auto-flow: column !important;
  gap: 12px 48px !important;
  margin: 1.5rem auto 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
  max-width: 100% !important;
}
#page-5717 .kc-css-67740 .kc-css-640840 {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin-top: 2rem !important;
}
#page-5717 .kc-css-67740 .has-checked-list ul li {
  position: relative !important;
  padding-left: 30px !important;
  margin-bottom: 0 !important;
  text-align: left !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: #313235 !important;
}
#page-5717 .kc-css-67740 .has-checked-list ul li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.12em !important;
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-sizing: border-box !important;
}
#page-5717 .kc-css-67740 .has-checked-list ul li::after {
  display: none !important;
  content: none !important;
}
@media (min-width: 992px) {
  #page-5717 .kc-css-67740 .kc-css-797049 ul,
  #page-5717 .kc-css-67740 .white-list ul {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(8, auto) !important;
    grid-auto-flow: column !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #page-5717 .kc-css-67740 .kc-css-797049 ul,
  #page-5717 .kc-css-67740 .white-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    grid-auto-flow: row !important;
  }
}
@media (max-width: 767px) {
  #page-5717 .kc-css-67740 .kc-css-797049 ul,
  #page-5717 .kc-css-67740 .white-list ul {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    grid-auto-flow: row !important;
  }
}

/* Pricing: "Moving from Classic KRIYA?" — centered closing CTA */
#page-5717 .pricing-transition-section .kc-row-container,
#page-5717 .pricing-transition-section .kc-wrap-columns,
#page-5717 .pricing-transition-section .kc_column,
#page-5717 .pricing-transition-section .kc-col-container,
#page-5717 .pricing-transition-section .kc_row_inner,
#page-5717 .pricing-transition-section .kc_column_inner,
#page-5717 .pricing-transition-section .kc_wrapper:not(.pricing-transition-inner) {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#page-5717 .pricing-transition-section .kc-row-container {
  display: flex !important;
  justify-content: center !important;
}

#page-5717 .pricing-transition-inner {
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  float: none !important;
}

#page-5717 .pricing-transition-inner .crumina-heading,
#page-5717 .pricing-transition-inner .pricing-transition-title {
  text-align: center !important;
}

#page-5717 .pricing-transition-copy {
  max-width: 560px !important;
  margin: 1rem auto 0 !important;
  text-align: center !important;
  color: #444445 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

#page-5717 .pricing-transition-actions {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 1.75rem !important;
}

@media (max-width: 767px) {
  #page-5717 .pricing-transition-section {
    padding: 3rem 0 !important;
  }

  #page-5717 .pricing-transition-inner {
    padding: 0 16px !important;
  }

  #page-5717 .pricing-transition-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  #page-5717 .pricing-transition-actions .btn {
    width: 100% !important;
  }
}

/* Pricing FAQ accordion — Bootstrap collapse CSS often missing */
#page-5717 .custom-accordion {
  width: 100% !important;
  max-width: 820px !important;
  margin: 0 auto !important;
}
#page-5717 .custom-accordion .accordion-panel {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}
#page-5717 .custom-accordion .panel-heading {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
#page-5717 .custom-accordion .accordion-heading {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  width: 100% !important;
  padding: 1rem 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  text-decoration: none !important;
  color: #202328 !important;
  cursor: pointer !important;
}
#page-5717 .custom-accordion .accordion-heading:hover,
#page-5717 .custom-accordion .accordion-heading:focus {
  text-decoration: none !important;
  color: #1dbb99 !important;
}
#page-5717 .custom-accordion .accordion-heading .icons {
  flex: 0 0 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  margin-right: 16px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #1dbb99 !important;
}
#page-5717 .custom-accordion .accordion-heading .utouch-icon {
  width: 10px !important;
  height: 10px !important;
  fill: #fff !important;
}
#page-5717 .custom-accordion .accordion-heading .utouch-icon-minus,
#page-5717 .custom-accordion .accordion-heading:not(.collapsed) .utouch-icon-add {
  display: none !important;
}
#page-5717 .custom-accordion .accordion-heading.collapsed .utouch-icon-minus {
  display: none !important;
}
#page-5717 .custom-accordion .accordion-heading .ovh.title {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  font-family: Ubuntu, system-ui, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: inherit !important;
}
#page-5717 .custom-accordion .panel-collapse.collapse:not(.in):not(.show) {
  display: none !important;
}
#page-5717 .custom-accordion .panel-collapse.collapse.in,
#page-5717 .custom-accordion .panel-collapse.collapse.show {
  display: block !important;
}
#page-5717 .custom-accordion .panel-info {
  padding: 0.75rem 0 1rem 46px !important;
}
#page-5717 .pricing-faq-answer {
  color: #383838 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}
#page-5717 .pricing-faq-answer p {
  margin: 0 !important;
}

.quinn-team-row {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin-top: 1.5rem;
}
.quinn-team-row > [class*="kc_col"],
.quinn-team-row > .kc_column_inner {
  flex: 1 1 25% !important;
  max-width: 25% !important;
  width: 25% !important;
  float: none !important;
  box-sizing: border-box !important;
  padding: 12px !important;
}
.quinn-team-row .crumina-teammembers-item {
  text-align: center;
}
.quinn-team-row .teammembers-thumb {
  margin: 0 auto 0.75rem;
  max-width: 180px;
}
.quinn-team-row .teammembers-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.quinn-team-row .teammember-content {
  text-align: center;
}
.quinn-team-row .teammembers-item-name {
  display: block;
  margin: 0.25rem 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e293b;
}
.quinn-team-row .teammembers-item-prof {
  font-size: 0.9rem;
  color: #64748b;
}

.home-testimonials .kc_row_inner {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}
.home-testimonials .kc_row_inner > [class*="kc_col"] {
  flex: 1 1 25% !important;
  max-width: 25% !important;
  width: 25% !important;
  float: none !important;
  box-sizing: border-box !important;
  padding: 12px !important;
}
.home-testimonials .crumina-testimonial-item {
  margin-bottom: 1.75rem;
}
.home-testimonials .author-info-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.home-testimonials .testimonial-img-author {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
}
.home-testimonials .testimonial-img-author img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-testimonials .author-name {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  text-decoration: none;
}
.home-testimonials .author-company {
  font-size: 0.9rem;
  color: #1dbb99;
}
.home-testimonials .testimonial-text {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
  color: #475569;
}
.home-testimonials .rait-stars {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.home-testimonials .rait-stars li {
  display: inline-flex;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.home-testimonials .rait-stars li::marker {
  content: none !important;
}
.home-testimonials .rait-stars .utouch-icon {
  width: 13px;
  height: 13px;
  fill: #f5b942;
  color: #f5b942;
}

@media (max-width: 999px) {
  .home-testimonials .kc_row_inner > [class*="kc_col"] {
    flex: 1 1 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .quinn-team-row > [class*="kc_col"],
  .quinn-team-row > .kc_column_inner {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Flatten column wrappers so every card shares one centered stack + equal gap */
  .home-testimonials .kc-row-container,
  .home-testimonials .kc-wrap-columns,
  .home-testimonials .kc_column,
  .home-testimonials .kc-col-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
  .home-testimonials header.crumina-heading {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
  }
  .home-testimonials .kc_row_inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.75rem !important;
    width: 100% !important;
    margin: 1.75rem auto 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
  }
  .home-testimonials .kc_row_inner > [class*="kc_col"] {
    display: contents !important;
    flex: none !important;
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .home-testimonials .kc_row_inner .kc_wrapper,
  .home-testimonials .kc_row_inner .kc-col-inner-container {
    display: contents !important;
  }
  .home-testimonials .crumina-testimonial-item,
  .home-testimonials .testimonial-item-arrow {
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    margin: 0 !important;
    padding: 12px !important;
    box-sizing: border-box !important;
  }
  .home-testimonials .testimonial-item-arrow .author-info-wrap {
    margin-bottom: 8px !important;
  }
  .home-testimonials .testimonial-text {
    margin-bottom: 0.25rem !important;
  }

  /* "Read more reviews" collapse — JS (mobile-chrome script) hides items past the
     first few and toggles them back in; button only exists/shows on mobile. */
  .home-testimonials .crumina-testimonial-item.tm-hidden,
  .home-testimonials .testimonial-item-arrow.tm-hidden {
    display: none !important;
  }
}

.testimonials-toggle-btn {
  display: none;
  margin: 0.25rem auto 0;
  padding: 10px 24px;
  border: 1.5px solid #1dbb99;
  border-radius: 9999px;
  background: #fff;
  color: #1dbb99;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.testimonials-toggle-btn:hover,
.testimonials-toggle-btn:focus-visible {
  background: #eafaf6;
}
@media (max-width: 767px) {
  .testimonials-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* Pricing preview graphic shrinks to illegible on mobile — swap it for a
   simple legible tier row; the raster graphic stays for tablet/desktop. */
.pricing-preview-pills {
  display: none;
}
@media (max-width: 767px) {
  .kc-css-73313.single-image {
    display: none !important;
  }
  .pricing-preview-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.25rem 0 0.5rem;
  }
  .pricing-preview-pills .pricing-preview-pill {
    flex: 1 1 auto;
    text-align: center;
    padding: 10px 8px;
    border-radius: 10px;
    background: #f8fffe;
    border: 1px solid #e0f5ef;
  }
  .pricing-preview-pills .pricing-preview-pill__name {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .pricing-preview-pills .pricing-preview-pill__price {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1dbb99;
  }
}

/* Sticky mobile "Start Free Trial" bar — appears once the hero scrolls out
   of view and hides again near the page's own final CTA (avoids stacking
   two identical prompts). Homepage only; see mobile-menu script. */
#cb-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.1);
  transform: translateY(100%);
  transition: transform 0.25s ease;
  display: none;
}
#cb-sticky-cta.cb-sticky-cta--visible {
  transform: translateY(0);
}
#cb-sticky-cta .cb-sticky-cta__text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #202328;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cb-sticky-cta .cb-sticky-cta__btn {
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 9999px;
  background: #1dbb99;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}
#cb-sticky-cta .cb-sticky-cta__close {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #94a3b8;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  #cb-sticky-cta {
    display: flex;
  }
}

/* /pricing/ Plans: comparing 3 stacked pricing cards on mobile means ~3
   screens of scroll each — add a small jump nav so visitors can skip
   straight to the plan they want instead of scrolling past the others. */
.pricing-quick-jump {
  display: none;
}

@media (max-width: 767px) {
  html {
    scroll-behavior: smooth;
  }

  .pricing-quick-jump {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin: 1.25rem auto 0;
    padding: 0 20px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .pricing-quick-jump a {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0.55rem 0.25rem;
    border-radius: 12px;
    border: 1px solid #d7e3df;
    background: #ffffff;
    color: #1c2b33;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
  }

  .pricing-quick-jump__price {
    font-size: 0.74rem;
    font-weight: 400;
    color: #64748b;
  }

  #plan-starter,
  #plan-growth,
  #plan-scale {
    scroll-margin-top: 76px;
  }
}

/* "Most Popular" badge sits -10px above its card, which can land underneath
   the sticky mobile header mid-scroll and get hidden behind it. */
.pricing-badge-most-popular {
  z-index: 501;
}

/* /pricing/ risk-removal checklist ("No revenue percentage cuts", etc.)
   wraps into a single column on mobile — bump the font size for legibility
   now that each line has the full width to itself. */
@media (max-width: 767px) {
  .pricing-risk-list {
    font-size: 18px !important;
    gap: 14px 28px !important;
  }
}

/* /pricing/ Extras & Add-ons cards: KingComposer's base -15px gutter margin
   on .kc_row_inner fights with the sitewide width:100% override (which
   removes the auto-width that normally lets the negative margin expand the
   row) — the row shifts left without growing to match, leaving the cards
   shifted off-center with a large dead zone on the right on mobile.
   (.kc-wrap-columns itself is fixed at the root cause in mobile-chrome.css.) */
@media (max-width: 767px) {
  .pricing-extras-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
