/* Top announcement bar: KRIYA → CoreBookings (for cloned HTML pages)
   Transition phase — prominent until ~80% traffic recognises new brand */
.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-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.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: auto 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;
}
.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;
}
.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;
}
.step-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-bottom: 15px;
}
.step-icon {
  font-size: 28px;
  color: #1dbb99;
  display: block;
  margin-bottom: 10px;
}
.step-heading {
  font-size: 17px;
  font-weight: 500;
  color: #202328;
  margin-bottom: 10px;
}
.step-text {
  font-size: 15px;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
}
.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: 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: 44px;
    padding: 12px 16px;
    text-align: center;
    font-size: 13px;
  }
}

/* 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);
  }
}

/* Footer CTA: Ready to simplify your studio */
.hero-cta-subtext {
  margin: 0.5em 0 0;
  font-size: 0.5em;
  font-weight: 400;
  line-height: 1.4;
  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;
}

/* 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-size: 10px;
  font-weight: 400;
  color: #6b7280;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.logo-tagline-primary {
  font-weight: 600;
  color: #1dbb99;
}
.logo-tagline-secondary {
  font-size: 0.9em;
  font-weight: 300;
  color: #9ca3af;
}
