/* Shared design system for the four Centraly service page templates. */
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) {
  --centraly-primary: var(--theme-palette-color-1, #284029);
  --centraly-accent: var(--theme-palette-color-2, #7cb564);
  --centraly-heading: var(--theme-palette-color-3, #252324);
  --centraly-text: var(--theme-palette-color-4, rgba(38, 36, 37, .85));
  --centraly-tint: var(--theme-palette-color-5, #e6f0ee);
  --centraly-soft: var(--theme-palette-color-6, #f2f7f6);
  --centraly-surface: var(--theme-palette-color-8, #fff);
  --centraly-muted: #66736b;
  --centraly-border: rgba(40, 64, 41, .12);
  --centraly-shadow: 0 18px 50px rgba(31, 54, 39, .10);
  --centraly-shadow-hover: 0 24px 60px rgba(31, 54, 39, .16);
  --centraly-radius-sm: 15px;
  --centraly-radius: 22px;
  --centraly-radius-lg: 30px;
  --centraly-container: 1200px;
  --centraly-section-space: 88px;
  color: var(--centraly-text);
  background: var(--centraly-surface);
  font-family: inherit;
  line-height: 1.8;
  overflow: clip;
  padding-top: 120px;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four),
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) * {
  box-sizing: border-box;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(h1, h2, h3, h4, p) {
  margin-top: 0;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(h1, h2, h3, h4) {
  color: var(--centraly-heading);
  font-family: inherit;
  line-height: 1.35;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) a {
  text-decoration: none;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) img {
  display: block;
  max-width: 100%;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .container {
  width: min(calc(100% - 40px), var(--centraly-container));
  margin-inline: auto;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .section {
  padding-block: var(--centraly-section-space);
  position: relative;
  scroll-margin-top: 120px;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .section.soft,
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .soft {
  background: var(--centraly-soft);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .section-heading {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .section-heading h2 {
  margin: 12px 0 14px;
  font-size: clamp(1.75rem, 3vw, 2.1875rem);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .section-heading p,
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .section-heading .lead {
  max-width: 720px;
  margin: 0 auto;
  color: var(--centraly-muted);
  font-size: 1.05rem;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 14px;
  border: 1px solid rgba(124, 181, 100, .24);
  border-radius: 999px;
  color: var(--centraly-primary);
  background: var(--centraly-tint);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 24px;
  border: 1px solid transparent;
  border-radius: var(--centraly-radius-sm);
  font: inherit;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .btn:hover {
  transform: translateY(-2px);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .btn:focus-visible,
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) summary:focus-visible,
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(input, select, textarea):focus-visible {
  outline: 3px solid rgba(124, 181, 100, .45);
  outline-offset: 3px;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--centraly-accent), #639e4c);
  box-shadow: 0 12px 28px rgba(124, 181, 100, .25);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .btn-primary:hover {
  color: #fff;
  box-shadow: 0 16px 34px rgba(124, 181, 100, .34);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .btn-secondary {
  color: var(--centraly-primary);
  border-color: rgba(40, 64, 41, .18);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 30, 20, .08);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .btn-secondary:hover {
  color: var(--centraly-primary);
  border-color: var(--centraly-accent);
  background: var(--centraly-soft);
}

/* Unified hero */
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  padding-block: 84px 74px;
  color: rgba(255, 255, 255, .82);
  background:
    radial-gradient(circle at 12% 12%, rgba(124, 181, 100, .24), transparent 31%),
    radial-gradient(circle at 88% 88%, rgba(230, 240, 238, .12), transparent 30%),
    linear-gradient(135deg, #18251d 0%, var(--centraly-primary) 52%, #1f2e24 100%);
  isolation: isolate;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .hero-copy {
  max-width: 610px;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero .eyebrow {
  color: #eaf4e5;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .09);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero h1 {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(2.25rem, 4.25vw, 3.3rem);
  letter-spacing: -.025em;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero .highlight {
  color: #bfe3ae;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero .lead {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero .lead strong {
  color: #fff;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0 0 28px;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .hero-point {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .055);
  font-size: .82rem;
  line-height: 1.65;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .check {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--centraly-primary);
  background: #bfe3ae;
  font-size: .72rem;
  font-weight: 900;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero-media {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--centraly-radius-lg);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 30px 70px rgba(3, 12, 7, .30);
  backdrop-filter: blur(10px);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .trust-item {
  min-width: 0;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .trust-item strong,
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .trust-item span {
  display: block;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .trust-item strong {
  color: #fff;
  font-size: .88rem;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .trust-item span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .62);
  font-size: .73rem;
  line-height: 1.55;
}

/* Shared card and grid primitives */
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(.features-grid, .solution-grid, .steps-grid, .plans) {
  display: grid;
  gap: 20px;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .features-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: centraly-step;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(.feature-card, .channel-card, .solution-card, .step-card, .plan, .contact-card) {
  position: relative;
  padding: 26px;
  border: 1px solid var(--centraly-border);
  border-radius: var(--centraly-radius);
  background: #fff;
  box-shadow: var(--centraly-shadow);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(.feature-card, .channel-card, .solution-card, .step-card, .plan):hover {
  transform: translateY(-5px);
  border-color: rgba(124, 181, 100, .48);
  box-shadow: var(--centraly-shadow-hover);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(.feature-card, .channel-card, .solution-card, .step-card, .plan) h3 {
  margin: 14px 0 9px;
  font-size: 1.12rem;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(.feature-card, .channel-card, .solution-card, .step-card, .plan) p {
  margin-bottom: 0;
  color: var(--centraly-muted);
  font-size: .9rem;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(124, 181, 100, .18);
  border-radius: 17px;
  color: var(--centraly-primary);
  background: var(--centraly-tint);
  font-size: 1.45rem;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .solution-number {
  display: inline-grid;
  min-width: 42px;
  height: 30px;
  place-items: center;
  padding-inline: 10px;
  border-radius: 999px;
  color: var(--centraly-primary);
  background: var(--centraly-tint);
  font-size: .78rem;
  font-weight: 900;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .solution-card strong {
  display: block;
  margin-top: 14px;
  color: var(--centraly-primary);
  font-size: .86rem;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .step-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--centraly-primary), var(--centraly-accent));
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(40, 64, 41, .2);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .plan {
  display: flex;
  flex-direction: column;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .plan.popular {
  border: 2px solid var(--centraly-accent);
  box-shadow: 0 24px 58px rgba(40, 64, 41, .17);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .plan-badge {
  position: absolute;
  inset-block-start: 14px;
  inset-inline-end: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--centraly-primary);
  font-size: .7rem;
  font-weight: 800;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .plan-desc {
  min-height: 50px;
  color: var(--centraly-muted);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: 14px 0 4px;
  color: var(--centraly-primary);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .price strong {
  font-size: 2.15rem;
  line-height: 1;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .price span,
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .plan small {
  color: var(--centraly-muted);
  font-size: .78rem;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .plan-list {
  flex: 1;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .plan-list li {
  position: relative;
  margin: 9px 0;
  padding-inline-start: 23px;
  color: var(--centraly-text);
  font-size: .86rem;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .plan-list li::before {
  position: absolute;
  inset-block-start: .4em;
  inset-inline-start: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: var(--centraly-primary);
  background: var(--centraly-tint);
  content: "✓";
  font-size: 9px;
  font-weight: 900;
  line-height: 14px;
  text-align: center;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .plan-list li > :where(.check, b) {
  display: none;
}

/* Shared form language */
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .contact-form {
  padding: 28px;
  border: 1px solid var(--centraly-border);
  border-radius: var(--centraly-radius);
  background: #fff;
  box-shadow: var(--centraly-shadow);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(.form-group, .field) {
  display: grid;
  gap: 7px;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(.form-group, .field).full {
  grid-column: 1 / -1;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(.form-group, .field) label {
  color: var(--centraly-heading);
  font-size: .82rem;
  font-weight: 800;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(input, select, textarea) {
  width: 100%;
  min-height: 50px;
  padding: 10px 13px;
  border: 1px solid rgba(40, 64, 41, .18);
  border-radius: 13px;
  color: var(--centraly-text);
  background: #fff;
  font: inherit;
  font-size: .88rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) textarea {
  min-height: 120px;
  resize: vertical;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(input, select, textarea):focus {
  border-color: var(--centraly-accent);
  box-shadow: 0 0 0 4px rgba(124, 181, 100, .12);
}

/* Shared FAQ component */
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-faq {
  display: grid;
  gap: 12px;
  width: min(100%, 900px);
  margin-inline: auto;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-item {
  overflow: hidden;
  border: 1px solid var(--centraly-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 54, 39, .055);
  transition: border-color .2s ease, box-shadow .2s ease;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-item:hover,
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-item[open] {
  border-color: rgba(124, 181, 100, .48);
  box-shadow: 0 12px 32px rgba(31, 54, 39, .09);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-item summary {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 17px 20px;
  color: var(--centraly-heading);
  cursor: pointer;
  font-size: .98rem;
  font-weight: 800;
  list-style: none;
  transition: color .2s ease, background-color .2s ease;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-item summary::-webkit-details-marker {
  display: none;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-item summary:hover {
  color: var(--centraly-primary);
  background: rgba(242, 247, 246, .72);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-icon {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--centraly-tint);
  transition: transform .25s ease, background-color .25s ease;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-icon::before,
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-icon::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--centraly-primary);
  content: "";
  transform: translate(-50%, -50%);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .25s ease;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-item[open] .faq-icon {
  background: var(--centraly-accent);
  transform: rotate(180deg);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-item[open] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-answer {
  padding: 0 20px 20px;
  animation: centraly-faq-reveal .25s ease both;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-answer p {
  margin: 0;
  color: var(--centraly-muted);
  font-size: .91rem;
}

@keyframes centraly-faq-reveal {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Shared closing CTA */
:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-cta {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: space-between;
  padding: 38px 42px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--centraly-radius-lg);
  color: rgba(255, 255, 255, .76);
  background:
    radial-gradient(circle at 90% 30%, rgba(124, 181, 100, .25), transparent 34%),
    linear-gradient(135deg, #18251d, var(--centraly-primary));
  box-shadow: 0 28px 70px rgba(31, 54, 39, .20);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-cta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.1875rem);
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-cta p {
  max-width: 730px;
  margin-bottom: 0;
}

:where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-cta .btn {
  flex: 0 0 auto;
  min-width: 190px;
}

/* Readable Blocksy header, limited to these templates. */
body:is(.centraly-chat-template, .centraly-cloud-call-center-template, .centraly-threecx-template, .centraly-crm-template) #header [data-transparent] [data-row="middle"] {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 30px rgba(31, 54, 39, .08);
  backdrop-filter: blur(14px);
}

@media (max-width: 1199px) {
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .trust-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) { --centraly-section-space: 76px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero { padding-block: 76px 68px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .hero-copy { max-width: 760px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero-media { width: min(100%, 760px); }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :is(.solution-grid, .plans) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) {
    --centraly-section-space: 64px;
    padding-top: 70px;
  }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .container { width: min(calc(100% - 32px), var(--centraly-container)); }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .section { scroll-margin-top: 78px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero { min-height: 0; padding-block: 62px 58px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-hero h1 { font-size: clamp(1.8rem, 8vw, 2.5rem); }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-cta { align-items: flex-start; flex-direction: column; padding: 30px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-cta .btn { min-width: 0; }
}

@media (max-width: 640px) {
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .hero-points,
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .trust-row,
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :is(.features-grid, .solution-grid, .steps-grid, .plans),
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .form-grid { grid-template-columns: 1fr; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .hero-actions { align-items: stretch; flex-direction: column; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .hero-actions .btn { width: 100%; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .section-heading { margin-bottom: 32px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) :where(.feature-card, .channel-card, .solution-card, .step-card, .plan, .contact-card) { padding: 22px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-item summary { min-height: 64px; padding: 15px 16px; font-size: .9rem; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .faq-answer { padding: 0 16px 16px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-cta { padding: 26px 22px; }
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) .centraly-cta .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) *,
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) *::before,
  :where(.centraly-page-one, .centraly-page-two, .centraly-page-three, .centraly-page-four) *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
